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