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