/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const EqCutIcon: 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='M4.592 5.014a1.15 1.15 0 0 0-1.184 1.972 8.45 8.45 0 0 1 3.817 5.067l1.664 6.244a1.15 1.15 0 0 0 2.222-.594L9.445 11.46a10.75 10.75 0 0 0-4.853-6.445M19.408 5.014a1.15 1.15 0 0 1 1.184 1.972 8.45 8.45 0 0 0-3.817 5.067l-1.664 6.244a1.151 1.151 0 0 1-2.222-.594l1.666-6.244c.72-2.697 2.46-5.01 4.853-6.445' />
    </g>
  </svg>
);
export default EqCutIcon;
