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

const OrgChartGradient = 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="M24.8787 22.0327C24.7464 22.0382 24.6236 22.0442 24.5098 22.0505C23.3125 22.1175 22.2798 22.9387 22.1234 24.2321C22.0532 24.8123 22 25.6023 22 26.6667C22 27.7311 22.0532 28.5211 22.1234 29.1012C22.2798 30.3947 23.3125 31.2158 24.5098 31.2828C25.0269 31.3117 25.7272 31.3333 26.6667 31.3333C27.6063 31.3333 28.3065 31.3117 28.8237 31.2828C30.0209 31.2158 31.0535 30.3947 31.21 29.1012C31.2802 28.5211 31.3334 27.7311 31.3334 26.6667C31.3334 25.6023 31.2802 24.8123 31.21 24.2321C31.0535 22.9387 30.0209 22.1175 28.8237 22.0505C28.5805 22.0369 28.2969 22.0249 27.9669 22.0161L27.6269 20.6561C27.1632 18.8013 25.4966 17.5 23.5846 17.5L17.1667 17.5L17.1667 15.3221C18.3491 15.3037 19.2528 15.2641 19.9364 15.2186C21.507 15.1141 22.8272 14.0531 23.0622 12.3977C23.2096 11.359 23.3334 9.84067 23.3334 7.66667C23.3334 5.49264 23.2096 3.97433 23.0621 2.93565C22.8272 1.28029 21.507 0.219192 19.9364 0.114704C18.9884 0.0516348 17.6174 -5.99543e-07 15.6667 -6.84812e-07C13.716 -7.70081e-07 12.345 0.0516352 11.397 0.114704C9.82644 0.219193 8.50617 1.28029 8.2713 2.93565C8.12384 3.97433 8.00004 5.49265 8.00004 7.66667C8.00004 9.84067 8.12384 11.359 8.2713 12.3977C8.50617 14.0531 9.82644 15.1141 11.397 15.2186C12.0806 15.2641 12.9843 15.3037 14.1667 15.3221L14.1667 17.5L7.74877 17.5C5.83684 17.5 4.17024 18.8013 3.70651 20.6561L3.36651 22.0161C3.03657 22.0249 2.7529 22.0369 2.50977 22.0505C1.3125 22.1175 0.279839 22.9387 0.123439 24.2321C0.0532387 24.8123 3.89352e-05 25.6023 3.88887e-05 26.6667C3.88422e-05 27.7311 0.0532386 28.5211 0.123439 29.1012C0.279839 30.3947 1.3125 31.2158 2.50977 31.2828C3.0269 31.3117 3.72717 31.3333 4.6667 31.3333C5.60624 31.3333 6.30651 31.3117 6.82364 31.2828C8.02091 31.2158 9.05357 30.3947 9.20997 29.1012C9.28017 28.5211 9.33337 27.7311 9.33337 26.6667C9.33337 25.6023 9.28017 24.8123 9.20997 24.2321C9.05357 22.9387 8.02091 22.1175 6.82364 22.0505C6.70977 22.0442 6.58697 22.0382 6.45471 22.0327L6.61697 21.3837C6.74677 20.8643 7.21344 20.5 7.74877 20.5L14.1667 20.5L14.1667 22.022C13.9724 22.0283 13.7957 22.0357 13.6352 22.0439C12.3572 22.1087 11.2608 22.9827 11.1084 24.3618C11.0458 24.9282 11 25.6793 11 26.6667C11 27.654 11.0458 28.4051 11.1084 28.9715C11.2608 30.3506 12.3572 31.2247 13.6352 31.2895C14.1384 31.315 14.8009 31.3333 15.6667 31.3333C16.5325 31.3333 17.195 31.315 17.6982 31.2895C18.9762 31.2247 20.0726 30.3506 20.225 28.9715C20.2876 28.4051 20.3334 27.654 20.3334 26.6667C20.3334 25.6793 20.2876 24.9282 20.225 24.3618C20.0726 22.9827 18.9762 22.1087 17.6982 22.0439C17.5377 22.0357 17.361 22.0283 17.1667 22.022L17.1667 20.5L23.5846 20.5C24.12 20.5 24.5866 20.8643 24.7164 21.3837L24.8787 22.0327Z"
      fill="url(#paint0_linear_3055_16855)"
    />
    <defs>
      <linearGradient
        id="paint0_linear_3055_16855"
        x1="28.8014"
        y1="1.204"
        x2="8.67337"
        y2="36.916"
        gradientUnits="userSpaceOnUse"
      >
        <stop stopColor="#00D078" />
        <stop
          offset="1"
          stopColor="#007DF0"
        />
      </linearGradient>
    </defs>
  </svg>,
  'OrgChartGradient',
);

export default OrgChartGradient;
