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

const FitHeightStreamlinePlumpGradient = 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="M5.41997 1.6816C7.52373 1.33151 10.8688 1 16 1C21.1312 1 24.4763 1.33151 26.58 1.6816C28.9684 2.07905 30.5199 3.98545 30.7037 6.31047C30.8586 8.26833 31 11.3329 31 16C31 20.6671 30.8586 23.7317 30.7037 25.6895C30.5199 28.0145 28.9684 29.9209 26.58 30.3184C24.4763 30.6685 21.1312 31 16 31C10.8688 31 7.52373 30.6685 5.41997 30.3184C3.03158 29.9209 1.48009 28.0145 1.29624 25.6895C1.14142 23.7317 1 20.6671 1 16C1 11.3329 1.14142 8.26833 1.29624 6.31047C1.48009 3.98545 3.03158 2.07904 5.41997 1.6816ZM11.2561 11.9367C11.1964 10.6191 9.95693 10.0823 8.97553 10.9635C8.55227 11.3435 8.0586 11.8051 7.4902 12.3629C6.32733 13.504 5.6336 14.3765 5.22502 14.9805C4.79874 15.6106 4.79868 16.3878 5.22493 17.0179C5.6335 17.6219 6.32724 18.4945 7.4902 19.6356C8.05833 20.193 8.55187 20.6543 8.97493 21.0343C9.95653 21.9156 11.1965 21.3787 11.2562 20.0609C11.2792 19.5529 11.2991 18.9531 11.3129 18.2473C12.2668 18.2899 13.7833 18.3332 15.9997 18.3332C18.2158 18.3332 19.7322 18.2899 20.6861 18.2473C20.6999 18.9535 20.7199 19.5535 20.7429 20.0617C20.8026 21.3793 22.0421 21.9161 23.0235 21.0349C23.4467 20.6549 23.9404 20.1934 24.5088 19.6356C25.6717 18.4944 26.3654 17.6219 26.774 17.0179C27.2003 16.3878 27.2003 15.6106 26.7741 14.9805C26.3655 14.3765 25.6718 13.5039 24.5088 12.3629C23.9407 11.8054 23.4472 11.3441 23.0241 10.9641C22.0425 10.0828 20.8025 10.6197 20.7428 11.9376C20.7197 12.4474 20.6997 13.0497 20.6859 13.7589C19.6808 13.7145 18.1081 13.6665 15.9997 13.6665C13.8911 13.6665 12.3183 13.7145 11.3131 13.7589C11.2993 13.0493 11.2793 12.4467 11.2561 11.9367Z"
      fill="url(#paint0_linear_3147_338)"
    />
    <defs>
      <linearGradient
        id="paint0_linear_3147_338"
        x1="5.904"
        y1="6.76933"
        x2="30.134"
        y2="20.194"
        gradientUnits="userSpaceOnUse"
      >
        <stop stopColor="#FFD600" />
        <stop
          offset="1"
          stopColor="#00D078"
        />
      </linearGradient>
    </defs>
  </svg>,
  'FitHeightStreamlinePlumpGradient',
);

export default FitHeightStreamlinePlumpGradient;
