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