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