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