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