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