import * as React from "react"; function LoginIcon(props: React.SVGProps) { return ; } export default LoginIcon;