export const MicroGreens: React.FC<React.SVGAttributes<{}>> = (props) => {
  return (
    <svg
      width="24"
      height="24"
      viewBox="0 0 24 24"
      fill="none"
      xmlns="http://www.w3.org/2000/svg"
      {...props}
    >
      <mask
        id="mask0_1004_951"
        maskUnits="userSpaceOnUse"
        x="0"
        y="0"
        width="24"
        height="24"
      >
        <path d="M0 1.90735e-06H24V24H0V1.90735e-06Z" fill="white" />
      </mask>
      <g mask="url(#mask0_1004_951)">
        <path
          d="M16.518 14.7656H18.375C18.6856 14.7656 18.9375 15.0175 18.9375 15.3281V16.8281C18.9375 17.1388 18.6856 17.3906 18.375 17.3906H5.625C5.31436 17.3906 5.0625 17.1388 5.0625 16.8281V15.3281C5.0625 15.0175 5.31436 14.7656 5.625 14.7656H14.9892"
          stroke="currentColor"
          strokeWidth="0.8"
          strokeMiterlimit="10"
          strokeLinecap="round"
          strokeLinejoin="round"
        />
        <path
          d="M5.9437 18.7446L5.71875 17.3906H18.2812L17.2416 23.6484H6.75844L6.19181 20.2379"
          stroke="currentColor"
          strokeWidth="0.8"
          strokeMiterlimit="10"
          strokeLinecap="round"
          strokeLinejoin="round"
        />
        <path
          d="M14.2422 2.76769C14.2422 3.93267 14.9338 4.57031 15.787 4.57031C16.6401 4.57031 17.3318 3.93267 17.3318 2.76769C17.3318 1.6027 16.2149 0.351562 15.787 0.351562C15.3591 0.351562 14.2422 1.6027 14.2422 2.76769Z"
          stroke="currentColor"
          strokeWidth="0.8"
          strokeMiterlimit="10"
          strokeLinecap="round"
          strokeLinejoin="round"
        />
        <path
          d="M10.1028 3.57896C9.55046 3.74832 9.11907 4.02057 9.04984 4.22687C8.91357 4.63309 9.74237 6.09165 10.8452 6.46267C11.948 6.83359 12.7719 6.38012 13.0435 5.57026C13.3152 4.76045 12.9318 3.90085 11.829 3.52993C11.7554 3.50518 11.6799 3.48498 11.6029 3.46904"
          stroke="currentColor"
          strokeWidth="0.8"
          strokeMiterlimit="10"
          strokeLinecap="round"
          strokeLinejoin="round"
        />
        <path
          d="M7.18099 10.3711C8.30514 10.0713 8.74253 9.23792 8.52292 8.41241C8.30336 7.58689 7.51005 7.08172 6.3858 7.38158C5.2616 7.68139 4.34172 9.08413 4.45183 9.49817C4.56194 9.91222 6.05678 10.6709 7.18099 10.3711Z"
          stroke="currentColor"
          strokeWidth="0.8"
          strokeMiterlimit="10"
          strokeLinecap="round"
          strokeLinejoin="round"
        />
        <path
          d="M14.0484 10.6752C13.2268 9.8504 12.2874 9.88809 11.6834 10.4914C11.0793 11.0947 11.0394 12.0353 11.8611 12.8601C12.6826 13.6849 14.3558 13.7808 14.6587 13.4782C14.9616 13.1756 14.87 11.5 14.0484 10.6752Z"
          stroke="currentColor"
          strokeWidth="0.8"
          strokeMiterlimit="10"
          strokeLinecap="round"
          strokeLinejoin="round"
        />
        <path
          d="M18.7185 7.28891C17.8784 6.48308 16.9401 6.54205 16.3499 7.15902C15.7598 7.77594 15.7412 8.71719 16.5813 9.52302C17.4214 10.3289 19.0963 10.3867 19.3923 10.0773C19.6883 9.7679 19.5587 8.09479 18.7185 7.28891Z"
          stroke="currentColor"
          strokeWidth="0.8"
          strokeMiterlimit="10"
          strokeLinecap="round"
          strokeLinejoin="round"
        />
        <path
          d="M10.2614 14.7656C10.2614 14.7656 6.62212 10.2917 11.8926 8.91703C16.9049 7.60978 15.7874 2.62627 15.7874 2.62627"
          stroke="currentColor"
          strokeWidth="0.8"
          strokeMiterlimit="10"
          strokeLinecap="round"
          strokeLinejoin="round"
        />
        <path
          d="M11.3022 5.00757C11.3022 5.00757 14.9431 5.43488 14.0553 7.91504"
          stroke="currentColor"
          strokeWidth="0.8"
          strokeMiterlimit="10"
          strokeLinecap="round"
          strokeLinejoin="round"
        />
        <path
          d="M13.2368 8.42188C13.2368 8.42188 16.4358 6.31006 17.7314 8.31781"
          stroke="currentColor"
          strokeWidth="0.8"
          strokeMiterlimit="10"
          strokeLinecap="round"
          strokeLinejoin="round"
        />
        <path
          d="M6.729 8.93152C6.729 8.93152 11.0651 6.55191 10.8452 9.27539"
          stroke="currentColor"
          strokeWidth="0.8"
          strokeMiterlimit="10"
          strokeLinecap="round"
          strokeLinejoin="round"
        />
        <path
          d="M9.03809 11.8408C9.03809 11.8408 10.484 9.08513 13.2865 11.7294"
          stroke="currentColor"
          strokeWidth="0.8"
          strokeMiterlimit="10"
          strokeLinecap="round"
          strokeLinejoin="round"
        />
      </g>
    </svg>
  );
};
