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