import * as React from 'react'; import SvgIcon, {SVGIconProps} from './svgIcon'; const IconPause = React.forwardRef((props, ref) => { return ( ); }); IconPause.displayName = 'IconPause'; export {IconPause};