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