import * as React from "react";
import type { IconProps, IconMetadata, IconComponent } from "../../types";

interface DeepSeekProps extends IconProps {
  type?: "wordmark" | "icon";
}

export const DeepSeek: IconComponent<DeepSeekProps> = React.forwardRef<
  SVGSVGElement,
  DeepSeekProps
>(function DeepSeek(
  {
    color = "currentColor",
    fill,
    size = 24,
    strokeWidth,
    strokeLinecap,
    strokeLinejoin,
    strokeDasharray,
    opacity,
    className,
    type = "icon",
    ...props
  },
  forwardedRef,
) {
  if (type === "wordmark") {
    return (
      <svg
        width={size}
        height={size}
        viewBox="0 0 131 24"
        fill="none"
        xmlns="http://www.w3.org/2000/svg"
        className={className}
        strokeWidth={strokeWidth}
        strokeLinecap={strokeLinecap}
        strokeLinejoin={strokeLinejoin}
        strokeDasharray={strokeDasharray}
        opacity={opacity}
        {...props}
        ref={forwardedRef}
      >
        <g clipPath="url(#undefined-clip0_2011_436)">
          <path
            d="M31.1192 1.98536C30.7876 1.81627 30.6408 2.13263 30.4451 2.29627C30.3799 2.34536 30.3256 2.41627 30.2658 2.47627C29.782 3.01081 29.2112 3.35991 28.4665 3.31627C27.3848 3.25627 26.4553 3.60536 25.6346 4.45082C25.4606 3.40354 24.879 2.78172 23.9984 2.37809C23.5364 2.17081 23.0744 1.96354 22.7482 1.51082C22.5253 1.18354 22.4601 0.823542 22.3514 0.468997C22.2753 0.25627 22.2046 0.0380877 21.9655 -9.41255e-05C21.7046 -0.0382759 21.6013 0.18536 21.498 0.370815C21.0903 1.13991 20.9273 1.98536 20.9436 2.83627C20.9816 4.76172 21.7752 6.29445 23.3516 7.38536C23.5309 7.50536 23.5799 7.63082 23.5201 7.81627C23.4168 8.19263 23.2863 8.55263 23.1722 8.929C23.1015 9.169 22.9928 9.22354 22.7428 9.11991C21.8785 8.749 21.1284 8.20354 20.4652 7.53809C19.3455 6.43081 18.329 5.20354 17.0625 4.24354C16.769 4.01991 16.47 3.81263 16.1602 3.61627C14.8719 2.33445 16.3341 1.28172 16.6711 1.15627C17.0244 1.02536 16.7907 0.578088 15.6492 0.578088C14.5077 0.583542 13.4641 0.97627 12.1269 1.49991C11.9366 1.57627 11.7301 1.63627 11.5181 1.67991C10.3114 1.44536 9.05572 1.39627 7.74029 1.54354C5.27248 1.82718 3.29933 3.02172 1.848 5.05627C0.103149 7.50536 -0.304527 10.2926 0.195556 13.1945C0.722817 16.2545 2.25024 18.7854 4.59846 20.7654C7.03365 22.8217 9.83846 23.8254 13.0346 23.6345C14.9806 23.5199 17.144 23.2526 19.5792 21.1417C20.1989 21.4526 20.8403 21.5781 21.9111 21.6763C22.7373 21.7526 23.5309 21.6326 24.1506 21.5017C25.1127 21.2945 25.0475 20.3835 24.6942 20.2145C21.8731 18.8726 22.4927 19.4181 21.9274 18.9763C23.3624 17.2363 25.5258 15.4363 26.3738 9.59445C26.439 9.13082 26.3847 8.83627 26.3738 8.45991C26.3684 8.23081 26.4173 8.14354 26.6728 8.11627C27.3848 8.03445 28.0697 7.83809 28.7003 7.48354C30.5267 6.45809 31.2659 4.78354 31.4399 2.77081C31.467 2.45991 31.4344 2.14354 31.1192 1.98536ZM15.1709 20.089C12.4367 17.8908 11.1104 17.1654 10.5614 17.1981C10.0505 17.2308 10.1374 17.8254 10.2516 18.2181C10.3712 18.6054 10.5234 18.8726 10.7408 19.2108C10.8875 19.4345 10.9908 19.7672 10.5886 20.0181C9.708 20.5745 8.17514 19.8272 8.10448 19.7945C6.32157 18.7199 4.83219 17.3017 3.77767 15.3599C2.76663 13.4945 2.17414 11.4926 2.0763 9.35991C2.05456 8.84172 2.20132 8.66172 2.70141 8.56354C3.36456 8.44354 4.04402 8.41627 4.70717 8.51445C7.50112 8.929 9.87651 10.2054 11.8714 12.229C13.0129 13.3799 13.8717 14.7599 14.7578 16.1017C15.7036 17.5308 16.7146 18.889 18.0083 20.0072C18.4649 20.3999 18.8291 20.6945 19.177 20.9126C18.1279 21.0326 16.3722 21.0599 15.1709 20.089ZM16.4863 11.4654C16.4863 11.2363 16.6657 11.0508 16.8885 11.0508C16.9429 11.0508 16.9864 11.0617 17.0299 11.0781C17.0842 11.0999 17.1386 11.1326 17.1766 11.1763C17.2473 11.2526 17.2908 11.3563 17.2908 11.4654C17.2908 11.6945 17.1114 11.8745 16.8831 11.8745C16.6602 11.8745 16.4863 11.6945 16.4863 11.4654ZM20.5576 13.5981C20.2967 13.7126 20.0358 13.8054 19.7858 13.8163C19.3944 13.8326 18.9704 13.6745 18.7421 13.4781C18.3834 13.1672 18.1279 12.9981 18.0192 12.4581C17.9702 12.229 17.9974 11.8745 18.0409 11.6726C18.1333 11.2363 18.03 10.9526 17.7256 10.6963C17.481 10.489 17.1658 10.429 16.8233 10.429C16.6983 10.429 16.5787 10.3745 16.4917 10.3254C16.345 10.2545 16.2308 10.0745 16.3395 9.84536C16.3776 9.77445 16.5515 9.59991 16.595 9.56718C17.057 9.29445 17.5952 9.38172 18.0953 9.589C18.5573 9.77991 18.9052 10.1345 19.4053 10.6363C19.9217 11.2417 20.0141 11.4054 20.3022 11.8581C20.5359 12.2126 20.7424 12.5781 20.8892 12.9981C20.9762 13.2545 20.862 13.4726 20.5576 13.5981ZM77.9041 18.6708H76.5506V16.5654H77.9041C78.7412 16.5654 79.5892 16.3581 80.1382 15.7745C80.6872 15.1908 80.8883 14.2963 80.8883 13.4017C80.8883 12.5126 80.6872 11.6181 80.1382 11.0345C79.5892 10.4508 78.7412 10.2435 77.9041 10.2435C77.0616 10.2435 76.219 10.4508 75.67 11.0345C75.1156 11.6181 74.9199 12.5126 74.9199 13.4017V22.0581H72.5445V8.13809H74.9199V9.02173H75.3548C75.3982 8.97263 75.4472 8.92354 75.5015 8.87445C76.094 8.329 77.0018 8.13809 77.9041 8.13809C79.3011 8.13809 80.7089 8.48718 81.6275 9.45809C82.5407 10.429 82.8723 11.9235 82.8723 13.4072C82.8723 14.8854 82.5407 16.3799 81.6275 17.3508C80.7089 18.3272 79.3011 18.6708 77.9041 18.6708ZM41.7405 8.50354H43.094V10.609H41.7405C40.9034 10.609 40.0554 10.8163 39.5064 11.4054C38.9574 11.989 38.7563 12.8835 38.7563 13.7726C38.7563 14.6617 38.9574 15.5563 39.5064 16.1399C40.0554 16.7235 40.9034 16.9363 41.7405 16.9363C42.583 16.9363 43.4256 16.7235 43.9746 16.1399C44.529 15.5563 44.7247 14.6617 44.7247 13.7726V5.12172H47.1001V19.0417H44.7247V18.1526H44.2898C44.2463 18.2072 44.1974 18.2563 44.1431 18.2999C43.5506 18.8454 42.6428 19.0417 41.7405 19.0417C40.3435 19.0417 38.9357 18.6926 38.0171 17.7163C37.1039 16.7454 36.7723 15.2563 36.7723 13.7726C36.7723 12.289 37.1039 10.7999 38.0171 9.82354C38.9357 8.85263 40.3435 8.50354 41.7405 8.50354ZM59.026 13.5872V14.4326H52.6988V12.7417H56.8952C56.7973 12.1254 56.5745 11.5526 56.1831 11.1381C55.6069 10.5326 54.7318 10.3145 53.8566 10.3145C52.9869 10.3145 52.1063 10.5326 51.5356 11.1381C50.9648 11.7381 50.7583 12.6654 50.7583 13.5872C50.7583 14.509 50.9648 15.4363 51.5356 16.0417C52.1063 16.6472 52.9869 16.8599 53.8566 16.8599C54.7318 16.8599 55.6069 16.6472 56.1831 16.0417C56.2646 15.9545 56.3353 15.8617 56.4005 15.7635H58.7487C58.5476 16.4945 58.216 17.1545 57.7268 17.6726C56.7756 18.6817 55.308 19.0417 53.8566 19.0417C52.4053 19.0417 50.9431 18.6817 49.9919 17.6726C49.0352 16.6635 48.6927 15.1199 48.6927 13.5872C48.6927 12.0545 49.0352 10.5108 49.9919 9.50173C50.9431 8.49809 52.4053 8.13809 53.8566 8.13809C55.308 8.13809 56.7756 8.49809 57.7268 9.50173C58.6835 10.5108 59.026 12.0545 59.026 13.5872ZM70.9464 13.5872V14.4326H64.6193V12.7417H68.8211C68.7232 12.1254 68.5004 11.5526 68.1036 11.1381C67.5328 10.5326 66.6577 10.3145 65.7825 10.3145C64.9128 10.3145 64.0322 10.5326 63.4615 11.1381C62.8907 11.7381 62.6842 12.6654 62.6842 13.5872C62.6842 14.509 62.8907 15.4363 63.4615 16.0417C64.0322 16.6472 64.9128 16.8599 65.7825 16.8599C66.6577 16.8599 67.5328 16.6472 68.1036 16.0417C68.1851 15.9545 68.2612 15.8617 68.3264 15.7635H70.6746C70.4681 16.4945 70.1419 17.1545 69.6527 17.6726C68.696 18.6817 67.2338 19.0417 65.7825 19.0417C64.3312 19.0417 62.869 18.6817 61.9123 17.6726C60.9611 16.6635 60.6186 15.1199 60.6186 13.5872C60.6186 12.0545 60.9611 10.5108 61.9123 9.50173C62.869 8.49809 64.3312 8.13809 65.7825 8.13809C67.2338 8.13809 68.696 8.49809 69.6527 9.50173C70.604 10.5108 70.9464 12.0545 70.9464 13.5872ZM89.6343 19.0417C91.0856 19.0417 92.5478 18.829 93.4991 18.2345C94.4557 17.6399 94.7982 16.729 94.7982 15.8235C94.7982 14.9181 94.4557 14.0072 93.4991 13.4126C92.5478 12.8181 91.0856 12.6054 89.6343 12.6054H89.6832C89.0636 12.6054 88.4385 12.5235 88.0362 12.289C87.6285 12.0599 87.4818 11.7054 87.4818 11.3563C87.4818 11.0017 87.6285 10.6526 88.0362 10.4181C88.4385 10.189 89.0636 10.1072 89.6832 10.1072C90.3029 10.1072 90.928 10.189 91.3357 10.4181C91.7433 10.6526 91.8847 11.0017 91.8847 11.3563H94.3036C94.3036 10.4508 93.9937 9.53991 93.1349 8.94536C92.2706 8.35082 90.9497 8.13809 89.6343 8.13809C88.3189 8.13809 86.998 8.35082 86.1337 8.94536C85.2695 9.53991 84.9596 10.4508 84.9596 11.3563C84.9596 12.2617 85.2695 13.1726 86.1337 13.7672C86.998 14.3617 88.3189 14.5745 89.6343 14.5745C90.3192 14.5745 91.0639 14.6563 91.5151 14.8854C91.9662 15.1145 92.1238 15.469 92.1238 15.8235C92.1238 16.1726 91.9662 16.5272 91.5151 16.7563C91.0639 16.9854 90.3736 17.0726 89.6887 17.0726C89.0038 17.0726 88.3134 16.9854 87.8677 16.7563C87.4165 16.5272 87.2535 16.1726 87.2535 15.8235H84.4704C84.4704 16.729 84.8129 17.6399 85.7641 18.2345C86.7153 18.829 88.1775 19.0417 89.6343 19.0417ZM106.719 13.5872V14.4326H100.392V12.7417H104.593C104.495 12.1254 104.273 11.5526 103.876 11.1381C103.305 10.5326 102.43 10.3145 101.555 10.3145C100.685 10.3145 99.8045 10.5326 99.2337 11.1381C98.663 11.7381 98.4564 12.6654 98.4564 13.5872C98.4564 14.509 98.663 15.4363 99.2337 16.0417C99.8045 16.6472 100.685 16.8599 101.555 16.8599C102.43 16.8599 103.305 16.6472 103.876 16.0417C103.957 15.9545 104.033 15.8617 104.099 15.7635H106.447C106.24 16.4945 105.914 17.1545 105.425 17.6726C104.468 18.6817 103.006 19.0417 101.555 19.0417C100.103 19.0417 98.6412 18.6817 97.6846 17.6726C96.7333 16.6635 96.3909 15.1199 96.3909 13.5872C96.3909 12.0545 96.7333 10.5108 97.6846 9.50173C98.6412 8.49809 100.103 8.13809 101.555 8.13809C103.006 8.13809 104.468 8.49809 105.425 9.50173C106.376 10.5108 106.719 12.0545 106.719 13.5872ZM118.645 13.5872V14.4326H112.317V12.7417H116.519C116.416 12.1254 116.198 11.5526 115.802 11.1381C115.231 10.5326 114.35 10.3145 113.481 10.3145C112.611 10.3145 111.73 10.5326 111.16 11.1381C110.583 11.7381 110.382 12.6654 110.382 13.5872C110.382 14.509 110.583 15.4363 111.16 16.0417C111.73 16.6472 112.611 16.8599 113.481 16.8599C114.35 16.8599 115.231 16.6472 115.802 16.0417C115.883 15.9545 115.954 15.8617 116.025 15.7635H118.373C118.166 16.4945 117.84 17.1545 117.345 17.6726C116.394 18.6817 114.932 19.0417 113.481 19.0417C112.029 19.0417 110.562 18.6817 109.61 17.6726C108.659 16.6635 108.317 15.1199 108.317 13.5872C108.317 12.0545 108.659 10.5108 109.61 9.50173C110.562 8.49809 112.029 8.13809 113.481 8.13809C114.932 8.13809 116.394 8.49809 117.345 9.50173C118.302 10.5108 118.645 12.0545 118.645 13.5872ZM120.243 4.63627H122.619V19.045H120.243V4.63627ZM126.673 13.2599L130.57 19.0417H127.624L123.727 13.2599L127.624 8.62354H130.57L126.673 13.2599Z"
            fill="#4d6bfe"
          />
        </g>
        <defs>
          <clipPath id="undefined-clip0_2011_436">
            <path fill="#fff" d="M0 0H131V24H0z" />
          </clipPath>
        </defs>
      </svg>
    );
  }

  if (type === "icon") {
    return (
      <svg
        width={size}
        height={size}
        viewBox="0 0 24 24"
        fill="none"
        xmlns="http://www.w3.org/2000/svg"
        className={className}
        strokeWidth={strokeWidth}
        strokeLinecap={strokeLinecap}
        strokeLinejoin={strokeLinejoin}
        strokeDasharray={strokeDasharray}
        opacity={opacity}
        {...props}
        ref={forwardedRef}
      >
        <g clipPath="url(#undefined-clip0_2011_420)">
          <path
            d="M23.748 4.482C23.494 4.358 23.384 4.595 23.236 4.716C23.185 4.755 23.142 4.806 23.099 4.852C22.727 5.249 22.293 5.509 21.726 5.478C20.897 5.432 20.189 5.692 19.563 6.326C19.43 5.544 18.988 5.078 18.316 4.778C17.964 4.622 17.608 4.467 17.361 4.128C17.189 3.887 17.142 3.618 17.056 3.354C17.001 3.194 16.946 3.031 16.763 3.004C16.563 2.973 16.485 3.14 16.407 3.28C16.094 3.852 15.973 4.482 15.985 5.12C16.012 6.556 16.618 7.7 17.823 8.513C17.96 8.606 17.995 8.7 17.952 8.836C17.87 9.116 17.772 9.388 17.686 9.669C17.631 9.848 17.549 9.886 17.357 9.809C16.7083 9.53019 16.119 9.12963 15.621 8.629C14.764 7.801 13.99 6.887 13.024 6.171C12.8002 6.00562 12.5704 5.84851 12.335 5.7C11.35 4.743 12.465 3.957 12.723 3.864C12.993 3.766 12.816 3.432 11.944 3.436C11.072 3.44 10.274 3.731 9.257 4.12C9.10588 4.17791 8.95039 4.22372 8.792 4.257C7.84163 4.07793 6.86965 4.04355 5.909 4.155C4.024 4.365 2.519 5.257 1.412 6.778C0.082003 8.606 -0.230997 10.684 0.152003 12.85C0.555003 15.134 1.721 17.025 3.512 18.503C5.37 20.036 7.509 20.787 9.95 20.643C11.432 20.558 13.083 20.359 14.944 18.783C15.414 19.017 15.906 19.11 16.724 19.18C17.354 19.239 17.96 19.15 18.429 19.052C19.164 18.896 19.113 18.215 18.848 18.091C16.693 17.087 17.166 17.496 16.735 17.165C17.831 15.869 19.481 14.523 20.127 10.162C20.177 9.815 20.134 9.597 20.127 9.317C20.123 9.147 20.162 9.08 20.357 9.061C20.898 9.00487 21.4229 8.84351 21.902 8.586C23.298 7.823 23.862 6.571 23.995 5.069C24.015 4.839 23.991 4.603 23.748 4.482ZM11.581 18C9.492 16.358 8.479 15.817 8.061 15.84C7.669 15.864 7.74 16.311 7.826 16.603C7.916 16.891 8.033 17.089 8.197 17.342C8.311 17.509 8.389 17.758 8.084 17.945C7.411 18.361 6.242 17.805 6.187 17.778C4.826 16.976 3.687 15.918 2.886 14.471C2.112 13.078 1.662 11.584 1.588 9.989C1.568 9.603 1.681 9.467 2.065 9.397C2.56911 9.30053 3.08563 9.28735 3.594 9.358C5.726 9.67 7.54 10.623 9.062 12.132C9.93 12.992 10.587 14.019 11.264 15.023C11.984 16.089 12.758 17.105 13.744 17.937C14.092 18.229 14.369 18.451 14.635 18.614C13.833 18.704 12.495 18.724 11.581 18ZM12.581 11.56C12.5808 11.5103 12.5928 11.4614 12.6157 11.4173C12.6387 11.3733 12.6721 11.3355 12.7129 11.3072C12.7538 11.279 12.8009 11.2611 12.8502 11.2551C12.8996 11.2492 12.9496 11.2553 12.996 11.273C13.0552 11.2942 13.1062 11.3334 13.1421 11.385C13.1779 11.4366 13.1968 11.4982 13.196 11.561C13.1961 11.6016 13.1882 11.6418 13.1726 11.6793C13.1571 11.7168 13.1342 11.7509 13.1053 11.7795C13.0765 11.808 13.0422 11.8306 13.0046 11.8458C12.9669 11.861 12.9266 11.8685 12.886 11.868C12.8457 11.8681 12.8058 11.8602 12.7686 11.8448C12.7314 11.8293 12.6976 11.8065 12.6693 11.7779C12.641 11.7492 12.6187 11.7151 12.6037 11.6777C12.5887 11.6403 12.5803 11.6003 12.581 11.56ZM15.691 13.156C15.491 13.237 15.292 13.307 15.101 13.316C14.8137 13.326 14.5317 13.2363 14.303 13.062C14.029 12.832 13.833 12.704 13.751 12.304C13.7227 12.1085 13.7281 11.9096 13.767 11.716C13.837 11.389 13.759 11.179 13.528 10.989C13.341 10.833 13.102 10.79 12.84 10.79C12.7503 10.7848 12.6632 10.758 12.586 10.712C12.5537 10.6974 12.5249 10.6761 12.5014 10.6497C12.4779 10.6232 12.4602 10.5921 12.4494 10.5583C12.4387 10.5246 12.4351 10.489 12.439 10.4538C12.4429 10.4186 12.4541 10.3846 12.472 10.354C12.5 10.3 12.632 10.168 12.664 10.144C13.02 9.942 13.431 10.008 13.81 10.16C14.162 10.304 14.428 10.568 14.811 10.942C15.202 11.393 15.273 11.518 15.496 11.856C15.672 12.121 15.832 12.393 15.941 12.704C16.008 12.899 15.922 13.058 15.691 13.156Z"
            fill="#4d6bfe"
          />
        </g>
        <defs>
          <clipPath id="undefined-clip0_2011_420">
            <path fill="#fff" d="M0 0H24V24H0z" />
          </clipPath>
        </defs>
      </svg>
    );
  }

  console.error(`DeepSeek doesn't support ${type}`);
  return null;
});

DeepSeek.displayName = "DeepSeek";

DeepSeek.metadata = {
  name: "DeepSeek",
  category: "wordmark/ai",
  tags: ["deep", "seek", "icon"],
  description: "DeepSeek icon from wordmark/ai category",
  type: ["stroke", "icon"],
} as IconMetadata;

export default DeepSeek;
