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