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