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