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