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