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