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