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

const FilesGradient = createSvgIcon(
  <svg
    width="30"
    height="32"
    viewBox="0 0 30 32"
    fill="none"
    xmlns="http://www.w3.org/2000/svg"
  >
    <path
      fillRule="evenodd"
      clipRule="evenodd"
      d="M17.3243 0.100595C17.0306 0.0393306 16.7387 0.0123773 16.4575 0.00893799C15.9831 0.00313599 15.4894 0 14.9765 0C11.7859 0 9.33899 0.121373 7.63572 0.250958C5.44111 0.417927 3.74174 2.10933 3.57987 4.30996C3.50792 5.28818 3.43745 6.5292 3.38655 8.05933C3.46354 8.0496 3.54109 8.04133 3.61919 8.03453C5.25438 7.8926 7.48225 7.74553 10.1115 7.6896C12.3903 7.6412 14.4861 8.789 15.7167 10.6349L16.4077 11.6715C20.8541 11.7043 24.1555 11.886 26.3119 12.0545C26.4226 12.0631 26.5323 12.0749 26.6409 12.0895C26.6373 11.4025 26.6297 10.7525 26.6189 10.1384C26.6142 9.8716 26.5886 9.59607 26.5335 9.3188C24.9434 9.29387 23.3945 9.24027 22.0941 9.18393C19.5738 9.07487 17.5683 7.0694 17.4593 4.54905C17.4029 3.24623 17.3491 1.69385 17.3243 0.100595ZM25.7125 7.30227C25.1515 6.23671 24.2861 4.8947 23.017 3.62553C21.7479 2.3565 20.406 1.49101 19.3403 0.929687C19.3681 2.19309 19.4117 3.40777 19.4574 4.46187C19.5216 5.94561 20.6969 7.12093 22.1807 7.18513C23.2347 7.23073 24.4492 7.2744 25.7125 7.30227ZM10.1464 9.35653C11.8365 9.32067 13.4041 10.1722 14.3294 11.56L15.2149 12.8882C15.3989 13.1643 15.7142 13.3346 16.0551 13.3365C20.6345 13.3621 24.0099 13.5471 26.1814 13.7167C28.3767 13.8883 30.001 15.7417 29.9267 17.9265C29.7909 21.9164 29.4033 25.1593 29.0855 27.2548C28.7802 29.2673 27.1947 30.7958 25.1472 30.975C23.1317 31.1514 19.8671 31.3335 14.9767 31.3335C10.0862 31.3335 6.82145 31.1514 4.80589 30.975C2.75521 30.7955 1.17193 29.2563 0.896527 27.2311C0.550254 24.6847 0.107674 20.2811 0.000607467 13.9127C-0.0358125 11.7466 1.56931 9.88593 3.7627 9.6956C5.36738 9.55633 7.55859 9.41153 10.1464 9.35653Z"
      fill="url(#paint0_linear_3055_16886)"
    />
    <defs>
      <linearGradient
        id="paint0_linear_3055_16886"
        x1="32.5225"
        y1="37.97"
        x2="-9.06948"
        y2="9.74933"
        gradientUnits="userSpaceOnUse"
      >
        <stop stopColor="#FFD600" />
        <stop
          offset="1"
          stopColor="#FF007A"
        />
      </linearGradient>
    </defs>
  </svg>,
  'FilesGradient',
);

export default FilesGradient;
