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