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