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