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