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