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