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