import { createSvgIcon } from '@mui/material';

const LinkChainStreamlinePlumpGradient = createSvgIcon(
  <svg
    width="32"
    height="32"
    viewBox="0 0 32 32"
    fill="none"
    xmlns="http://www.w3.org/2000/svg"
  >
    <path
      fillRule="evenodd"
      clipRule="evenodd"
      d="M27.7695 4.23069C23.462 -0.0768938 16.478 -0.0768951 12.1704 4.23068L10.5576 5.84344C9.64643 6.75467 9.64643 8.23207 10.5576 9.14327L11.5147 10.1003C12.4125 10.9981 13.8598 11.0113 14.7738 10.1401L16.4335 8.48047C17.4273 7.4866 18.7359 7.00107 20.0386 7.02007C21.2988 7.0382 22.5536 7.52847 23.5126 8.4876C25.463 10.4379 25.4747 13.6109 23.5198 15.5658L21.8999 17.1857C20.9886 18.0969 20.9886 19.5743 21.8999 20.4855L22.857 21.4425C23.7682 22.3538 25.2456 22.3538 26.1568 21.4425L27.7695 19.8298C32.0771 15.5222 32.0771 8.53827 27.7695 4.23069ZM10.1255 14.7885C11.0111 13.8753 11.0026 12.4171 10.1 11.5145L9.14289 10.5575C8.23169 9.6462 6.75429 9.6462 5.84307 10.5575L4.23032 12.1702C-0.0772618 16.4778 -0.0772606 23.4617 4.23032 27.7693C8.53789 32.0769 15.5219 32.0769 19.8294 27.7693L21.4422 26.1565C22.3534 25.2453 22.3534 23.7679 21.4422 22.8567L20.4852 21.8997C19.5739 20.9885 18.0965 20.9885 17.1853 21.8997L15.5654 23.5195C14.671 24.414 13.5215 24.8968 12.3508 24.9705C10.9628 25.058 9.54483 24.5705 8.48683 23.5125C6.53649 21.5621 6.52473 18.3892 8.47969 16.4343L10.1255 14.7885ZM11.5142 16.2285C11.5258 16.2169 11.5374 16.2051 11.5489 16.1934C12.6006 15.1418 13.6523 14.0903 14.704 13.0388C15.7522 11.9908 16.8005 10.9428 17.8486 9.89467C18.4434 9.29987 19.229 9.00827 20.0119 9.01987C20.7677 9.03127 21.521 9.32527 22.0974 9.90173C23.2714 11.0757 23.2738 12.9823 22.1046 14.1515L14.1508 22.1053C13.6222 22.634 12.9428 22.9231 12.2486 22.9727C11.4074 23.0328 10.5445 22.7413 9.90143 22.0982C8.72749 20.9243 8.72503 19.0177 9.89429 17.8484L11.5142 16.2285Z"
      fill="url(#paint0_linear_3154_473)"
    />
    <defs>
      <linearGradient
        id="paint0_linear_3154_473"
        x1="5.90329"
        y1="6.76933"
        x2="30.134"
        y2="20.1947"
        gradientUnits="userSpaceOnUse"
      >
        <stop stopColor="#FFD600" />
        <stop
          offset="1"
          stopColor="#00D078"
        />
      </linearGradient>
    </defs>
  </svg>,
  'LinkChainStreamlinePlumpGradient',
);

export default LinkChainStreamlinePlumpGradient;
