/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const LoginIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
  <svg
    xmlns='http://www.w3.org/2000/svg'
    width='1em'
    height='1em'
    viewBox='0 0 24 24'
    fill='currentColor'
    {...props}
  >
    <g>
      <g>
        <path d='M19 21q.825 0 1.412-.587Q21 19.825 21 19V5q0-.824-.588-1.412A1.93 1.93 0 0 0 19 3h-6a.97.97 0 0 0-.713.288A.97.97 0 0 0 12 4q0 .424.287.713Q12.575 5 13 5h6v14h-6a.97.97 0 0 0-.713.288A.97.97 0 0 0 12 20q0 .424.287.712.288.288.713.288z' />
        <path d='M11.575 13H4.4a.97.97 0 0 1-.713-.287A.97.97 0 0 1 3.4 12q0-.424.287-.713A.97.97 0 0 1 4.4 11h7.175L9.7 9.125a.92.92 0 0 1-.275-.675q0-.4.275-.7a.95.95 0 0 1 .7-.312.95.95 0 0 1 .725.287L14.7 11.3q.3.3.3.7t-.3.7l-3.575 3.575a.93.93 0 0 1-.713.288 1.02 1.02 0 0 1-.712-.313.97.97 0 0 1-.263-.713.98.98 0 0 1 .288-.687z' />
      </g>
    </g>
  </svg>
);
export default LoginIcon;
