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