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