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