import * as React from 'react'; export interface Trash32Props extends React.SVGProps { ariaLabel?: string } export default function Trash32({ ariaLabel, ...props }: Trash32Props) { return ( ); }