import * as React from 'react' function SvgTrash(props: React.SVGProps): JSX.Element { return ( ) } export default SvgTrash