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