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