import React from 'react';
import withIcon from '../lib/withIcon';
export const IconScissors = withIcon(function IconScissors(props) {
    return (<svg data-tag="IconScissors" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="m10.074 14.5.553 1.292.554 1.292c.072.168.108.306.108.443 0 .138-.036.276-.108.444l-.872 2.035-.873 2.036a.748.748 0 0 1-.287.339.764.764 0 0 1-.677.068.721.721 0 0 1-.24-.157 2.447 2.447 0 0 1-.732-1.745 9.685 9.685 0 0 1 .782-3.813l.472-1.1.472-1.1c.091-.215.256-.33.42-.34.166-.01.331.088.425.3l.002.003zM20.25 4.875c0 1.293-.533 2.4-1.313 3.377-.78.976-1.81 1.822-2.801 2.595-.213.165-.424.228-.615.191-.192-.037-.362-.174-.493-.41a7.756 7.756 0 0 0-.607-.936 5.304 5.304 0 0 0-.71-.767c-.183-.162-.304-.314-.364-.486-.06-.171-.06-.362.002-.6.136-.532.238-1.125.33-1.691.093-.567.175-1.107.273-1.535.193-.846.432-1.624.915-2.19.483-.568 1.212-.923 2.383-.923 1.091 0 1.841.423 2.318 1.056.477.634.682 1.477.682 2.319m-2.25 0c0-.39-.069-.672-.197-.855-.128-.184-.316-.27-.553-.27a.816.816 0 0 0-.594.251c-.294.293-.443.757-.564 1.371-.121.614-.213 1.378-.392 2.269-.035.175.016.3.108.351.092.052.227.03.359-.09.516-.47.974-.957 1.303-1.462.33-.505.53-1.026.53-1.565m-1.907 11.86a9.68 9.68 0 0 1 .782 3.812 2.446 2.446 0 0 1-.732 1.745.722.722 0 0 1-.509.208.764.764 0 0 1-.408-.12.748.748 0 0 1-.287-.338l-1.743-4.067-1.743-4.066c-.501-1.169-2.24-1.927-3.852-3.002C5.988 9.83 4.5 8.438 4.5 6c0-.751.17-1.501.582-2.063C5.495 3.374 6.152 3 7.125 3c1.045 0 1.69.4 2.117.99.426.59.634 1.368.806 2.122.172.755.39 1.483.698 2.088.308.606.705 1.089 1.234 1.354.53.264.94.62 1.314 1.13.374.511.71 1.177 1.09 2.063l.854 1.994zm-7.514-8.33a10.853 10.853 0 0 1-.32-.958c-.088-.31-.16-.606-.222-.876-.142-.624-.276-1.001-.422-1.222-.146-.221-.302-.287-.49-.287a.459.459 0 0 0-.406.211c-.099.149-.157.383-.157.727 0 .524.144 1.021.416 1.486.272.464.672.894 1.183 1.284.187.142.337.167.417.098.08-.069.091-.231 0-.463"/>
    </svg>);
});
//# sourceMappingURL=Scissors.jsx.map