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