// This file is auto-generated. Do not edit it directly.
// To update the icon component, change the related icon.svg file and run "yarn build:icons" in the root directory.
import { type SVGProps } from 'react';

import toIcon from '../toIcon';

const RandomizeIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 16 16">
    <g clip-path="url(#clip0_901_1316)">
      <path d="M11.7944 2.84215C11.6514 2.30868 11.1031 1.9921 10.5696 2.13504L2.8422 4.20559C2.30874 4.34853 1.99215 4.89687 2.13509 5.43034L4.20565 13.1577C4.34859 13.6912 4.89693 14.0078 5.43039 13.8648L13.1578 11.7943C13.6913 11.6514 14.0078 11.103 13.8649 10.5696L11.7944 2.84215ZM15.7968 10.0519C16.2256 11.6523 15.2758 13.2973 13.6754 13.7261L5.94803 15.7967C4.34763 16.2255 2.70262 15.2758 2.2738 13.6754L0.203243 5.94797C-0.225582 4.34758 0.724165 2.70256 2.32456 2.27374L10.052 0.203187C11.6524 -0.225639 13.2974 0.724109 13.7262 2.32451L15.7968 10.0519Z" />
      <path d="M6.96593 9.74113C7.10887 10.2746 6.79228 10.8229 6.25882 10.9659C5.72535 11.1088 5.17702 10.7922 5.03407 10.2588C4.89113 9.7253 5.20772 9.17696 5.74118 9.03402C6.27465 8.89108 6.82298 9.20766 6.96593 9.74113Z" />
      <path d="M10.9659 5.74113C11.1089 6.27459 10.7923 6.82293 10.2588 6.96587C9.72535 7.10881 9.17702 6.79223 9.03407 6.25876C8.89113 5.7253 9.20772 5.17696 9.74118 5.03402C10.2746 4.89108 10.823 5.20766 10.9659 5.74113Z" />
    </g>
    <defs>
      <clipPath id="clip0_901_1316">
        <rect width="16" height="16" />
      </clipPath>
    </defs>
  </svg>
);

const RandomizeIconWrapper = toIcon(RandomizeIcon);
export default RandomizeIconWrapper;
