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