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