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