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