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