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