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