import React from 'react';
import withIcon from '../lib/withIcon';
export const IconLogOut = withIcon(function IconLogOut(props) {
    return (<svg data-tag="IconLogOut" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M13.875 13.875c-.45 0-.731-.056-.9-.225-.169-.17-.225-.45-.225-.9s.056-.731.225-.9c.169-.169.45-.225.9-.225h2.64c.27 0 .453-.047.571-.161.118-.115.171-.296.18-.565.038-1.307.175-1.884.66-1.898.487-.015 1.322.535 2.756 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.27 1.496-2.755 1.482-.486-.014-.623-.592-.662-1.898-.008-.269-.06-.45-.179-.565-.118-.114-.301-.161-.57-.161zM8.263 21c2.942 0 4.602 0 5.538-.56.937-.56 1.15-1.678 1.198-3.914.01-.456-.044-.744-.213-.918-.17-.173-.456-.233-.912-.233-.44 0-.714.053-.881.216-.168.163-.23.436-.244.875-.03.929-.129 1.48-.45 1.808-.321.327-.865.43-1.786.462V6.764c.92.032 1.465.135 1.786.462.321.327.42.879.45 1.808.015.439.076.712.244.875.167.163.441.216.88.216.457 0 .743-.06.913-.233.17-.173.223-.46.213-.917-.042-1.912-.203-3.007-.834-3.635-.632-.627-1.732-.786-3.652-.826V3.8c0-.653-.15-1.096-.457-1.336-.308-.24-.774-.278-1.407-.12l-2.148.537-2.148.537c-1.112.279-1.822.615-2.254 1.168-.432.553-.586 1.323-.586 2.47v7.193c0 3.375 0 5.063.844 5.906C3.2 21 4.888 21 8.263 21"/>
    </svg>);
});
//# sourceMappingURL=LogOut.jsx.map