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