/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const ShuffleIcon: 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
        fillRule='evenodd'
        d='M17.397 9.591a1 1 0 0 0 1.414 0l2.475-2.475a1.5 1.5 0 0 0 0-2.12L18.81 2.52a1 1 0 1 0-1.415 1.414l1.122 1.122h-.535a7 7 0 0 0-6.26 3.87l-2.684 5.366a5 5 0 0 1-4.472 2.764H3.275a1 1 0 1 0 0 2h1.292a7 7 0 0 0 6.26-3.87l2.684-5.366a5 5 0 0 1 4.472-2.764h.535l-1.122 1.121a1 1 0 0 0 0 1.414M3.274 4.944a1 1 0 0 0 0 2h1.292a5 5 0 0 1 4.33 2.502l1.001-2.038a7 7 0 0 0-5.331-2.464zm10.512 9.718-.98 1.995a7 7 0 0 0 5.176 2.287h.535l-1.122 1.122a1 1 0 1 0 1.415 1.414l2.475-2.475a1.5 1.5 0 0 0 0-2.121l-2.475-2.475a1 1 0 1 0-1.415 1.414l1.122 1.121h-.535a5 5 0 0 1-4.196-2.282'
        clipRule='evenodd'
      />
    </g>
  </svg>
);
export default ShuffleIcon;
