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