import React from 'react';
import withIcon from '../lib/withIcon';
export const IconHandshake = withIcon(function IconHandshake(props) {
    return (<svg data-tag="IconHandshake" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M12.764 8.236a4.27 4.27 0 0 0-1.39.235 8.18 8.18 0 0 0-1.07.47 6.4 6.4 0 0 1-.708.32 1.81 1.81 0 0 1-.633.114c-.265 0-.57-.127-.862-.316a3.488 3.488 0 0 1-.773-.693c-.186-.227-.249-.47-.205-.697.044-.227.195-.44.435-.608l.805-.564.804-.563c.366-.256.685-.427 1.025-.534.34-.107.699-.15 1.145-.15.446 0 .805.043 1.145.15.34.107.66.278 1.024.534l1.34.938 1.339.937c.522.366.95.556 1.387.575.436.02.879-.133 1.431-.451l.512-.296.511-.295c.287-.166.512-.239.723-.211.212.027.409.156.64.394.2.208.438.478.695.817.257.34.534.75.816 1.237.282.489.498.934.664 1.326.165.393.28.733.36 1.011.09.319.103.554.022.75-.082.197-.258.356-.545.521l-.522.302-.522.301c-.222.128-.427.164-.604.11-.177-.054-.327-.198-.44-.428-.325-.66-.822-1.248-1.456-1.8-.634-.553-1.405-1.07-2.278-1.59-1.348-.802-2.18-1.264-2.86-1.525-.68-.26-1.21-.32-1.955-.32M3.75 15.29c0 .683.325 1.015.69 1.212.366.197.772.26.935.405.123.11.163.266.224.44.061.175.144.369.352.554.274.245.608.346.892.406.285.06.52.08.6.16.103.105.146.268.228.453.082.183.202.388.46.575.257.187.563.249.834.286.272.038.508.051.627.14.12.09.235.36.433.608.197.247.478.472.93.472.422 0 .87-.213 1.214-.552.343-.339.581-.805.581-1.311 0-.206-.04-.414-.127-.618a1.84 1.84 0 0 0-.409-.587 1.442 1.442 0 0 0-.455-.288c-.145-.065-.275-.115-.357-.204-.13-.14-.122-.358-.149-.609-.027-.251-.088-.537-.355-.814-.3-.31-.58-.408-.819-.449-.239-.04-.436-.023-.57-.106-.14-.086-.21-.472-.428-.837-.217-.365-.58-.708-1.302-.708-.136 0-.262.014-.373.029-.11.014-.207.028-.285.028-.223 0-.317-.212-.478-.425-.161-.212-.39-.424-.88-.424-.578 0-1.082.34-1.44.78-.359.44-.573.982-.573 1.384M.6 13.188l.562.324.562.325c.214.124.413.157.588.105.176-.052.328-.189.45-.404a4.06 4.06 0 0 1 1.205-1.342 3.129 3.129 0 0 1 1.797-.571c.4 0 .733.074 1.012.186.278.112.501.263.679.418a.74.74 0 0 0 .226.149.851.851 0 0 0 .27.042 2.94 2.94 0 0 1 1.406.403c.408.245.752.6 1.025 1.062a.692.692 0 0 0 .164.204c.06.047.132.08.236.115.43.147.833.398 1.162.735.33.337.583.76.714 1.25.027.101.054.17.096.23s.098.11.182.17c.376.267.705.642.939 1.081.234.439.375.942.375 1.467 0 .417.193.655.493.714.299.06.704-.06 1.126-.357.258-.187.378-.391.46-.575.082-.184.125-.348.229-.454.078-.08.314-.099.599-.159.284-.06.618-.161.892-.405.208-.186.29-.38.352-.554.06-.175.1-.33.224-.44.161-.144.562-.208.924-.402.363-.194.688-.519.699-1.185-.01-.63-.188-1.212-.704-1.839s-1.37-1.299-2.733-2.11c-1.297-.772-2.034-1.18-2.583-1.396-.55-.216-.913-.238-1.464-.238-.721 0-1.267.284-1.836.569-.568.285-1.158.57-1.966.57-1.224 0-2.037-.647-2.665-1.357-.628-.71-1.07-1.482-1.556-1.734l-.383-.221-.384-.222c-.287-.166-.512-.239-.723-.211-.212.027-.409.156-.64.394a8.885 8.885 0 0 0-.695.817c-.257.34-.534.75-.816 1.238-.282.488-.498.933-.664 1.325a9.11 9.11 0 0 0-.36 1.012c-.09.318-.103.553-.022.75.082.197.258.355.545.52m19.65 2.101-.001.016-.001.015.001.027v.028z"/>
    </svg>);
});
//# sourceMappingURL=Handshake.jsx.map