import * as React from 'react'; import SvgIcon from './svgIcon'; type Props = React.ComponentProps; const IconDelete = React.forwardRef(function IconDelete( props, ref ) { return ( ); }); export {IconDelete};