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