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