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