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