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