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