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