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