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