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