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