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

const GoalsGradient = 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="M15.6667 31.3333C7.0142 31.3333 0 24.3191 0 15.6667C0 7.0142 7.0142 -2e-06 15.6667 0C24.3191 0 31.3333 7.0142 31.3333 15.6667C31.3333 24.3191 24.3191 31.3333 15.6667 31.3333ZM23 14.6667H25.2823C24.8156 10.1265 21.2068 6.51773 16.6667 6.0511V8.33333C16.6667 8.8856 16.2189 9.33333 15.6667 9.33333C15.1144 9.33333 14.6667 8.8856 14.6667 8.33333V6.0511C10.1265 6.51773 6.51773 10.1265 6.0511 14.6667H8.33333C8.8856 14.6667 9.33333 15.1144 9.33333 15.6667C9.33333 16.2189 8.8856 16.6667 8.33333 16.6667H6.0511C6.51773 21.2068 10.1265 24.8156 14.6667 25.2823V23C14.6667 22.4477 15.1144 22 15.6667 22C16.2189 22 16.6667 22.4477 16.6667 23V25.2823C21.2068 24.8156 24.8156 21.2068 25.2823 16.6667H23C22.4477 16.6667 22 16.2189 22 15.6667C22 15.1144 22.4477 14.6667 23 14.6667ZM15.6667 4C9.22333 4 4 9.22333 4 15.6667C4 22.11 9.22333 27.3333 15.6667 27.3333C22.11 27.3333 27.3333 22.11 27.3333 15.6667C27.3333 9.22333 22.11 4 15.6667 4ZM13 16.6667C12.4477 16.6667 12 16.2189 12 15.6667C12 15.1144 12.4477 14.6667 13 14.6667H14.6667V13C14.6667 12.4477 15.1144 12 15.6667 12C16.2189 12 16.6667 12.4477 16.6667 13V14.6667H18.3333C18.8856 14.6667 19.3333 15.1144 19.3333 15.6667C19.3333 16.2189 18.8856 16.6667 18.3333 16.6667H16.6667V18.3333C16.6667 18.8856 16.2189 19.3333 15.6667 19.3333C15.1144 19.3333 14.6667 18.8856 14.6667 18.3333V16.6667H13Z"
      fill="url(#paint0_linear_3055_16865)"
    />
    <defs>
      <linearGradient
        id="paint0_linear_3055_16865"
        x1="1.204"
        y1="2.532"
        x2="36.916"
        y2="22.66"
        gradientUnits="userSpaceOnUse"
      >
        <stop stopColor="#00D078" />
        <stop
          offset="1"
          stopColor="#007DF0"
        />
      </linearGradient>
    </defs>
  </svg>,
  'GoalsGradient',
);

export default GoalsGradient;
