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

const GraduationCapStreamlinePlump = 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="M3.33337 11C3.59859 11 3.85294 11.1054 4.04048 11.2929C4.22802 11.4804 4.33337 11.7348 4.33337 12V24.6667C4.33337 24.9319 4.22802 25.1862 4.04048 25.3738C3.85294 25.5613 3.59859 25.6667 3.33337 25.6667C3.06816 25.6667 2.8138 25.5613 2.62627 25.3738C2.43873 25.1862 2.33337 24.9319 2.33337 24.6667V12C2.33337 11.7348 2.43873 11.4804 2.62627 11.2929C2.8138 11.1054 3.06816 11 3.33337 11Z"
      fill="#496BE3"
    />
    <path
      d="M6.42405 13.0047C6.36124 14.039 6.33101 15.0751 6.33338 16.1113C6.33338 18.206 6.44072 19.5467 6.55272 20.378C6.68472 21.362 7.25872 22.226 8.16405 22.7C9.47538 23.3867 12.0114 24.3333 16 24.3333C19.9887 24.3333 22.5247 23.3867 23.8361 22.7C24.7414 22.2267 25.3147 21.362 25.4474 20.378C25.5594 19.5467 25.6667 18.206 25.6667 16.1113C25.6691 15.0751 25.6388 14.039 25.576 13.0047C25.2027 13.1633 24.8114 13.3287 24.4 13.5C20.8534 14.9773 18.4307 15.8533 17.13 16.2973C16.3976 16.5483 15.6025 16.5483 14.87 16.2973C13.57 15.8533 11.146 14.9773 7.60005 13.5C7.20742 13.3364 6.81542 13.1713 6.42405 13.0047Z"
      fill="#CAD5FE"
    />
    <path
      d="M6.42404 13.0047V13.006C6.36128 14.0397 6.33105 15.0751 6.33338 16.1107V16.256C8.82236 17.3023 11.3465 18.2629 13.9014 19.136C15.2618 19.6012 16.7383 19.6012 18.0987 19.136C20.6536 18.2629 23.1777 17.3023 25.6667 16.256V16.1107C25.6667 14.8747 25.6294 13.844 25.576 13.006V13.0047C25.2027 13.1633 24.8114 13.3287 24.4 13.5C20.8534 14.9773 18.4307 15.8533 17.13 16.2973C16.3976 16.5483 15.6025 16.5483 14.87 16.2973C13.57 15.8533 11.146 14.9773 7.60004 13.5C7.20742 13.3364 6.81541 13.1713 6.42404 13.0047Z"
      fill="#496BE3"
    />
    <path
      d="M3.33337 23.6667C3.72734 23.6667 4.11745 23.7443 4.48142 23.895C4.8454 24.0458 5.17612 24.2668 5.45469 24.5454C5.73327 24.8239 5.95425 25.1547 6.10501 25.5186C6.25578 25.8826 6.33337 26.2727 6.33337 26.6667C6.33337 27.0607 6.25578 27.4508 6.10501 27.8147C5.95425 28.1787 5.73327 28.5094 5.45469 28.788C5.17612 29.0666 4.8454 29.2876 4.48142 29.4383C4.11745 29.5891 3.72734 29.6667 3.33337 29.6667C2.53772 29.6667 1.77466 29.3506 1.21205 28.788C0.649445 28.2254 0.333374 27.4623 0.333374 26.6667C0.333374 25.871 0.649445 25.108 1.21205 24.5454C1.77466 23.9828 2.53772 23.6667 3.33337 23.6667Z"
      fill="#CAD5FE"
    />
    <path
      d="M17.4534 2.756C16.5113 2.43346 15.4888 2.43346 14.5467 2.756C13.2254 3.20734 10.7814 4.09134 7.21539 5.57667C4.64873 6.64667 2.82806 7.47467 1.60206 8.06201C0.803393 8.44467 0.344727 9.19867 0.344727 10C0.344727 10.8013 0.803393 11.5553 1.60339 11.938C2.82873 12.5247 4.64939 13.3533 7.21673 14.4233C10.7821 15.9087 13.2261 16.7927 14.5481 17.2433C15.4897 17.5656 16.5118 17.5656 17.4534 17.2433C18.7754 16.7927 21.2201 15.9087 24.7854 14.4233C27.3521 13.3533 29.1727 12.5253 30.3987 11.938C31.1981 11.5553 31.6567 10.8013 31.6567 10C31.6567 9.19867 31.1981 8.44467 30.3981 8.06201C29.1727 7.47467 27.3521 6.64667 24.7854 5.57667C21.2194 4.09134 18.7754 3.20734 17.4534 2.75667V2.756Z"
      fill="#CAD5FE"
    />
  </svg>,
  'GraduationCapStreamlinePlump',
);

export default GraduationCapStreamlinePlump;
