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