/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const DragIcon: 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>
      <g>
        <path d='M9.6 19q-.66 0-1.13-.477Q8 18.045 8 17.375t.47-1.148q.47-.477 1.13-.477t1.13.477.47 1.148-.47 1.148T9.6 19m4.8 0q-.66 0-1.13-.477-.47-.478-.47-1.148t.47-1.148q.47-.477 1.13-.477t1.13.477.47 1.148-.47 1.148T14.4 19m-4.8-4.875q-.66 0-1.13-.477Q8 13.17 8 12.5t.47-1.148 1.13-.477 1.13.477q.47.478.47 1.148t-.47 1.148-1.13.477m4.8 0q-.66 0-1.13-.477-.47-.478-.47-1.148t.47-1.148 1.13-.477 1.13.477q.47.478.47 1.148t-.47 1.148-1.13.477M9.6 9.25q-.66 0-1.13-.477Q8 8.295 8 7.625t.47-1.148T9.6 6t1.13.477q.47.478.47 1.148t-.47 1.148-1.13.477m4.8 0q-.66 0-1.13-.477-.47-.478-.47-1.148t.47-1.148T14.4 6t1.13.477q.47.478.47 1.148t-.47 1.148-1.13.477' />
        <path d='M9.6 19q-.66 0-1.13-.477Q8 18.045 8 17.375t.47-1.148q.47-.477 1.13-.477t1.13.477.47 1.148-.47 1.148T9.6 19m4.8 0q-.66 0-1.13-.477-.47-.478-.47-1.148t.47-1.148q.47-.477 1.13-.477t1.13.477.47 1.148-.47 1.148T14.4 19m-4.8-4.875q-.66 0-1.13-.477Q8 13.17 8 12.5t.47-1.148 1.13-.477 1.13.477q.47.478.47 1.148t-.47 1.148-1.13.477m4.8 0q-.66 0-1.13-.477-.47-.478-.47-1.148t.47-1.148 1.13-.477 1.13.477q.47.478.47 1.148t-.47 1.148-1.13.477M9.6 9.25q-.66 0-1.13-.477Q8 8.295 8 7.625t.47-1.148T9.6 6t1.13.477q.47.478.47 1.148t-.47 1.148-1.13.477m4.8 0q-.66 0-1.13-.477-.47-.478-.47-1.148t.47-1.148T14.4 6t1.13.477q.47.478.47 1.148t-.47 1.148-1.13.477' />
      </g>
    </g>
  </svg>
);
export default DragIcon;
