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