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

const FeedGradient = createSvgIcon(
  <svg
    width="30"
    height="30"
    viewBox="0 0 30 30"
    fill="none"
    xmlns="http://www.w3.org/2000/svg"
  >
    <path
      fillRule="evenodd"
      clipRule="evenodd"
      d="M13.1901 0.379365C14.3435 -0.126455 15.6565 -0.126455 16.8099 0.379365C22.5488 2.89623 26.7401 6.72342 28.4997 8.50322C29.2824 9.29502 29.7029 10.3328 29.7661 11.4033C29.861 13.0134 30 15.9398 30 19.2804C30 21.7138 29.9263 23.9268 29.8496 25.5709C29.7481 27.7474 28.0121 29.4578 25.8391 29.5386C23.5333 29.6243 19.8855 29.7186 15 29.7186C10.1145 29.7186 6.46673 29.6243 4.16093 29.5386C1.98785 29.4578 0.251953 27.7474 0.150433 25.5709C0.07374 23.9268 0 21.7138 0 19.2804C0 15.9398 0.138993 13.0134 0.233953 11.4033C0.297087 10.3328 0.717613 9.29502 1.50035 8.50322C3.25989 6.72342 7.4512 2.89623 13.1901 0.379365ZM9.66667 22.7188C8.93027 22.7188 8.33333 23.3157 8.33333 24.0521C8.33333 24.7885 8.93027 25.3854 9.66667 25.3854H20.3333C21.0697 25.3854 21.6667 24.7885 21.6667 24.0521C21.6667 23.3157 21.0697 22.7188 20.3333 22.7188H9.66667Z"
      fill="url(#paint0_linear_3055_16836)"
    />
    <defs>
      <linearGradient
        id="paint0_linear_3055_16836"
        x1="4.904"
        y1="5.71542"
        x2="29.026"
        y2="19.2068"
        gradientUnits="userSpaceOnUse"
      >
        <stop stopColor="#FFD600" />
        <stop
          offset="1"
          stopColor="#00D078"
        />
      </linearGradient>
    </defs>
  </svg>,
  'FeedGradient',
);

export default FeedGradient;
