import React from 'react';
import withIcon from '../lib/withIcon';
export const IconLogIn = withIcon(function IconLogIn(props) {
    return (<svg data-tag="IconLogIn" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M1.125 11.625h2.641c.27 0 .452-.047.57-.161.119-.115.171-.296.18-.565.038-1.306.175-1.884.661-1.898.486-.014 1.32.535 2.755 1.482 1.712 1.13 2.568 1.699 2.568 2.267 0 .568-.856 1.136-2.568 2.267-1.434.947-2.269 1.497-2.755 1.482-.486-.014-.623-.591-.662-1.898-.008-.269-.06-.45-.178-.565-.119-.114-.302-.161-.571-.161H1.125c-.45 0-.73-.056-.9-.225-.169-.17-.225-.45-.225-.9s.056-.73.225-.9c.169-.169.45-.225.9-.225M22.5 14.25V7.057c0-1.147-.154-1.917-.586-2.47-.432-.553-1.142-.89-2.254-1.168l-2.148-.537-2.148-.537c-.633-.158-1.1-.12-1.407.12-.308.24-.457.683-.457 1.336v.713c-1.92.04-3.02.2-3.652.826-.63.628-.793 1.723-.834 3.635-.01.456.044.744.213.917.17.173.456.233.912.233.44 0 .714-.053.881-.216.168-.163.23-.436.244-.875.03-.93.129-1.48.45-1.808.321-.327.865-.43 1.786-.462v11.971c-.92-.031-1.465-.134-1.786-.462-.321-.327-.42-.878-.45-1.807-.015-.44-.076-.712-.244-.875-.167-.163-.441-.216-.88-.216-.457 0-.743.06-.913.233-.17.174-.223.461-.213.917.049 2.237.261 3.355 1.197 3.915.937.56 2.596.56 5.539.56 3.375 0 5.062 0 5.906-.844.844-.844.844-2.531.844-5.906"/>
    </svg>);
});
//# sourceMappingURL=LogIn.jsx.map