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