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