/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const ScissorsIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
  <svg
    xmlns='http://www.w3.org/2000/svg'
    width='1em'
    height='1em'
    viewBox='0 0 24 24'
    fill='currentColor'
    {...props}
  >
    <g>
      <path d='M19.039 20.1c-.477 0-.936-.189-1.268-.531l-4.552-4.554a1.71 1.71 0 0 0-2.429 0l-.36.36c-.324.324-.368.81-.297 1.26.045.252.063.513.063.765 0 .99-.35 1.836-1.061 2.547A3.46 3.46 0 0 1 6.598 21c-.99 0-1.835-.351-2.546-1.053A3.48 3.48 0 0 1 3 17.4q0-1.485 1.052-2.538C4.754 14.16 5.61 13.8 6.598 13.8c.252 0 .513.018.765.063.45.081.935.027 1.26-.297l.359-.36a1.71 1.71 0 0 0 0-2.43l-.36-.36c-.324-.324-.81-.369-1.26-.297a4.4 4.4 0 0 1-.764.063c-.99 0-1.835-.351-2.546-1.062A3.46 3.46 0 0 1 3 6.582c0-.99.35-1.818 1.052-2.529A3.48 3.48 0 0 1 6.598 3q1.484 0 2.537 1.053c.702.702 1.061 1.557 1.061 2.547 0 .252-.027.513-.063.765-.08.45-.027.936.297 1.26l10.381 10.386a.64.64 0 0 1 .189.45.64.64 0 0 1-.639.639H19.04m-3.445-9.9a1.275 1.275 0 0 1-1.8 0 1.277 1.277 0 0 1 0-1.8l3.968-3.969A1.78 1.78 0 0 1 19.03 3.9h1.313c.351 0 .639.288.639.639a.6.6 0 0 1-.189.45L15.585 10.2zM6.598 8.4c.495 0 .918-.18 1.269-.531s.53-.774.53-1.269-.18-.918-.53-1.269A1.73 1.73 0 0 0 6.598 4.8c-.495 0-.917.18-1.268.531q-.528.526-.53 1.269.002.742.53 1.269c.35.351.773.531 1.268.531m5.398 4.05a.44.44 0 0 0 .314-.135.437.437 0 0 0 0-.63.436.436 0 0 0-.63 0 .437.437 0 0 0 0 .63c.09.09.199.135.316.135M6.598 19.2c.495 0 .918-.18 1.269-.531s.53-.774.53-1.269-.18-.918-.53-1.269a1.73 1.73 0 0 0-1.269-.531c-.495 0-.917.18-1.268.531q-.528.526-.53 1.269.002.742.53 1.269c.35.351.773.531 1.268.531' />
    </g>
  </svg>
);
export default ScissorsIcon;
