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