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