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