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