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