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