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