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