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