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