import { createIcon } from '../lib/create-icon' const SvgPauseIcon = createIcon(props => { return ( ) }) export default SvgPauseIcon