import React from 'react';
import withIcon from '../lib/withIcon';
export const IconSignIn = withIcon(function IconSignIn(props) {
    return (<svg data-tag="IconSignIn" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M22.125 14.25V7.057c0-1.147-.154-1.917-.586-2.47-.432-.553-1.142-.89-2.254-1.168l-4.296-1.074c-.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-.794 1.424-.834 3.26-.01.456.044.744.213.917.17.173.456.233.912.233.44 0 .714-.053.881-.216.168-.163.23-.436.244-.875.025-.784.129-1.106.45-1.433.321-.327.865-.43 1.786-.462v11.971c-.92-.031-1.465-.134-1.786-.462-.321-.327-.425-.648-.45-1.432-.015-.44-.076-.712-.244-.875-.167-.163-.441-.216-.88-.216-.457 0-.743.06-.913.233-.17.174-.223.461-.213.917.045 2.086.261 2.98 1.198 3.54.936.56 2.595.56 5.538.56 3.375 0 5.062 0 5.906-.844.844-.844.844-2.531.844-5.906"/>
      <path d="M4.337 11.464c-.119.114-.302.161-.571.161H1.5c-.45 0-.731.056-.9.225-.169.17-.225.45-.225.9s.056.731.225.9c.17.169.45.225.9.225h2.266c.27 0 .452.047.57.161.119.114.171.296.18.565.038 1.306.175 1.884.661 1.898.486.015 1.321-.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.496-2.755-1.482-.486.014-.623.592-.662 1.898-.008.269-.06.45-.178.565"/>
    </svg>);
});
//# sourceMappingURL=SignIn.jsx.map