@aliimam/logos 0.0.0 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (198) hide show
  1. package/dist/cjs/icon/ai/HuggingFace.d.ts +3 -0
  2. package/dist/cjs/icon/ai/HuggingFace.js +50 -0
  3. package/dist/cjs/icon/ai/Hume.d.ts +3 -0
  4. package/dist/cjs/icon/ai/Hume.js +50 -0
  5. package/dist/cjs/icon/ai/Lovable.d.ts +3 -0
  6. package/dist/cjs/icon/ai/Lovable.js +50 -0
  7. package/dist/cjs/icon/ai/Midday.d.ts +3 -0
  8. package/dist/cjs/icon/ai/Midday.js +50 -0
  9. package/dist/cjs/icon/ai/XAiGrok.d.ts +3 -0
  10. package/dist/cjs/icon/{design/D.js → ai/XAiGrok.js} +11 -11
  11. package/dist/cjs/icon/ai/index.d.ts +5 -0
  12. package/dist/cjs/icon/ai/index.js +16 -0
  13. package/dist/cjs/icon/google/GoogleCloud.d.ts +3 -0
  14. package/dist/cjs/icon/google/GoogleCloud.js +50 -0
  15. package/dist/cjs/icon/google/GoogleMaps.d.ts +3 -0
  16. package/dist/cjs/icon/google/GoogleMaps.js +50 -0
  17. package/dist/cjs/icon/google/index.d.ts +2 -0
  18. package/dist/cjs/icon/google/index.js +10 -0
  19. package/dist/cjs/icon/software/Figma.d.ts +6 -0
  20. package/dist/cjs/icon/software/Figma.js +57 -0
  21. package/dist/cjs/icon/software/Photoshop.d.ts +6 -0
  22. package/dist/cjs/icon/software/Photoshop.js +57 -0
  23. package/dist/cjs/icon/software/index.d.ts +2 -0
  24. package/dist/cjs/icon/software/index.js +10 -0
  25. package/dist/cjs/index.d.ts +4 -1
  26. package/dist/cjs/index.js +4 -1
  27. package/dist/cjs/types.d.ts +4 -4
  28. package/dist/cjs/wordmark/ai/ClaudeAi.d.ts +6 -0
  29. package/dist/cjs/wordmark/ai/ClaudeAi.js +57 -0
  30. package/dist/cjs/wordmark/ai/DeepSeek.d.ts +6 -0
  31. package/dist/cjs/wordmark/ai/DeepSeek.js +57 -0
  32. package/dist/cjs/wordmark/ai/Gemini.d.ts +6 -0
  33. package/dist/cjs/wordmark/ai/Gemini.js +57 -0
  34. package/dist/cjs/wordmark/ai/Google.d.ts +6 -0
  35. package/dist/cjs/wordmark/ai/Google.js +57 -0
  36. package/dist/cjs/wordmark/ai/Grok.d.ts +6 -0
  37. package/dist/cjs/wordmark/ai/Grok.js +57 -0
  38. package/dist/cjs/wordmark/ai/OpenAi.d.ts +6 -0
  39. package/dist/cjs/wordmark/ai/OpenAi.js +57 -0
  40. package/dist/cjs/wordmark/ai/Replicate.d.ts +6 -0
  41. package/dist/cjs/wordmark/ai/Replicate.js +57 -0
  42. package/dist/cjs/wordmark/ai/index.d.ts +7 -4
  43. package/dist/cjs/wordmark/ai/index.js +15 -9
  44. package/dist/cjs/wordmark/software/Cursor.d.ts +6 -0
  45. package/dist/cjs/wordmark/software/Cursor.js +57 -0
  46. package/dist/cjs/wordmark/software/GitHub.d.ts +6 -0
  47. package/dist/cjs/wordmark/software/GitHub.js +57 -0
  48. package/dist/cjs/wordmark/software/index.d.ts +2 -0
  49. package/dist/cjs/wordmark/software/index.js +10 -0
  50. package/dist/icon/ai/HuggingFace.d.ts +3 -0
  51. package/dist/icon/ai/HuggingFace.js +14 -0
  52. package/dist/icon/ai/Hume.d.ts +3 -0
  53. package/dist/icon/ai/Hume.js +14 -0
  54. package/dist/icon/ai/Lovable.d.ts +3 -0
  55. package/dist/icon/ai/Lovable.js +14 -0
  56. package/dist/icon/ai/Midday.d.ts +3 -0
  57. package/dist/icon/ai/Midday.js +14 -0
  58. package/dist/icon/ai/XAiGrok.d.ts +3 -0
  59. package/dist/icon/ai/XAiGrok.js +14 -0
  60. package/dist/icon/ai/index.d.ts +5 -0
  61. package/dist/icon/ai/index.js +5 -0
  62. package/dist/icon/google/GoogleCloud.d.ts +3 -0
  63. package/dist/icon/google/GoogleCloud.js +14 -0
  64. package/dist/icon/google/GoogleMaps.d.ts +3 -0
  65. package/dist/icon/google/GoogleMaps.js +14 -0
  66. package/dist/icon/google/index.d.ts +2 -0
  67. package/dist/icon/google/index.js +2 -0
  68. package/dist/icon/software/Figma.d.ts +6 -0
  69. package/dist/icon/software/Figma.js +21 -0
  70. package/dist/icon/software/Photoshop.d.ts +6 -0
  71. package/dist/icon/software/Photoshop.js +21 -0
  72. package/dist/icon/software/index.d.ts +2 -0
  73. package/dist/icon/software/index.js +2 -0
  74. package/dist/index.d.ts +4 -1
  75. package/dist/index.js +4 -1
  76. package/dist/types.d.ts +4 -4
  77. package/dist/wordmark/ai/ClaudeAi.d.ts +6 -0
  78. package/dist/wordmark/ai/ClaudeAi.js +21 -0
  79. package/dist/wordmark/ai/DeepSeek.d.ts +6 -0
  80. package/dist/wordmark/ai/DeepSeek.js +21 -0
  81. package/dist/wordmark/ai/Gemini.d.ts +6 -0
  82. package/dist/wordmark/ai/Gemini.js +21 -0
  83. package/dist/wordmark/ai/Google.d.ts +6 -0
  84. package/dist/wordmark/ai/Google.js +21 -0
  85. package/dist/wordmark/ai/Grok.d.ts +6 -0
  86. package/dist/wordmark/ai/Grok.js +21 -0
  87. package/dist/wordmark/ai/OpenAi.d.ts +6 -0
  88. package/dist/wordmark/ai/OpenAi.js +21 -0
  89. package/dist/wordmark/ai/Replicate.d.ts +6 -0
  90. package/dist/wordmark/ai/Replicate.js +21 -0
  91. package/dist/wordmark/ai/index.d.ts +7 -4
  92. package/dist/wordmark/ai/index.js +7 -4
  93. package/dist/wordmark/software/Cursor.d.ts +6 -0
  94. package/dist/wordmark/software/Cursor.js +21 -0
  95. package/dist/wordmark/software/GitHub.d.ts +6 -0
  96. package/dist/wordmark/software/GitHub.js +21 -0
  97. package/dist/wordmark/software/index.d.ts +2 -0
  98. package/dist/wordmark/software/index.js +2 -0
  99. package/icons/icon/ai/claude-ai.svg +1 -0
  100. package/icons/icon/ai/deepseek.svg +1 -0
  101. package/icons/icon/ai/gemini.svg +1 -0
  102. package/icons/icon/ai/google.svg +1 -0
  103. package/icons/icon/ai/grok.svg +1 -0
  104. package/icons/icon/ai/hugging-face.svg +1 -0
  105. package/icons/icon/ai/hume.svg +1 -0
  106. package/icons/icon/ai/lovable.svg +1 -0
  107. package/icons/icon/ai/midday.svg +1 -0
  108. package/icons/icon/ai/openai.svg +1 -0
  109. package/icons/icon/ai/replicate.svg +1 -0
  110. package/icons/icon/ai/xai-grok.svg +1 -0
  111. package/icons/icon/ali/ai-black.svg +1 -0
  112. package/icons/icon/ali/ai-white.svg +1 -0
  113. package/icons/icon/ali/ai.svg +1 -0
  114. package/icons/icon/design/c.svg +1 -1
  115. package/icons/icon/design/figma.svg +1 -0
  116. package/icons/icon/design/photoshop.svg +1 -0
  117. package/icons/icon/google/google-cloud.svg +1 -0
  118. package/icons/icon/google/google-maps.svg +1 -0
  119. package/icons/icon/google/google.svg +1 -0
  120. package/icons/icon/software/cursor.svg +1 -0
  121. package/icons/icon/software/figma.svg +1 -0
  122. package/icons/icon/software/github.svg +1 -0
  123. package/icons/icon/software/photoshop.svg +1 -0
  124. package/icons/wordmark/ai/asfsbfd.svg +1 -1
  125. package/icons/wordmark/ai/claude-ai.svg +1 -0
  126. package/icons/wordmark/ai/deepseek.svg +1 -0
  127. package/icons/wordmark/ai/gemini.svg +1 -0
  128. package/icons/wordmark/ai/google.svg +1 -0
  129. package/icons/wordmark/ai/grok.svg +1 -0
  130. package/icons/wordmark/ai/openai.svg +1 -0
  131. package/icons/wordmark/ai/replicate.svg +1 -0
  132. package/icons/wordmark/software/cursor.svg +1 -0
  133. package/icons/wordmark/software/github.svg +1 -0
  134. package/package.json +1 -1
  135. package/src/icon/ai/HuggingFace.tsx +92 -0
  136. package/src/icon/ai/Hume.tsx +92 -0
  137. package/src/icon/ai/Lovable.tsx +171 -0
  138. package/src/icon/ai/Midday.tsx +68 -0
  139. package/src/icon/ai/XAiGrok.tsx +56 -0
  140. package/src/icon/ai/index.ts +5 -0
  141. package/src/icon/google/GoogleCloud.tsx +68 -0
  142. package/src/icon/google/GoogleMaps.tsx +72 -0
  143. package/src/icon/google/index.ts +2 -0
  144. package/src/icon/software/Figma.tsx +123 -0
  145. package/src/icon/software/Photoshop.tsx +99 -0
  146. package/src/icon/software/index.ts +2 -0
  147. package/src/index.tsx +4 -1
  148. package/src/types.tsx +4 -4
  149. package/src/wordmark/ai/ClaudeAi.tsx +109 -0
  150. package/src/wordmark/ai/DeepSeek.tsx +105 -0
  151. package/src/wordmark/ai/Gemini.tsx +324 -0
  152. package/src/wordmark/ai/Google.tsx +137 -0
  153. package/src/wordmark/ai/Grok.tsx +91 -0
  154. package/src/wordmark/ai/OpenAi.tsx +91 -0
  155. package/src/wordmark/ai/Replicate.tsx +103 -0
  156. package/src/wordmark/ai/index.ts +7 -4
  157. package/src/wordmark/software/Cursor.tsx +91 -0
  158. package/src/wordmark/software/GitHub.tsx +107 -0
  159. package/src/wordmark/software/index.ts +2 -0
  160. package/dist/cjs/icon/design/A.d.ts +0 -3
  161. package/dist/cjs/icon/design/A.js +0 -50
  162. package/dist/cjs/icon/design/C.d.ts +0 -3
  163. package/dist/cjs/icon/design/C.js +0 -50
  164. package/dist/cjs/icon/design/D.d.ts +0 -3
  165. package/dist/cjs/icon/design/index.d.ts +0 -3
  166. package/dist/cjs/icon/design/index.js +0 -12
  167. package/dist/cjs/wordmark/ai/Asfsbfd.d.ts +0 -3
  168. package/dist/cjs/wordmark/ai/Asfsbfd.js +0 -50
  169. package/dist/cjs/wordmark/ai/Erfg.d.ts +0 -3
  170. package/dist/cjs/wordmark/ai/Erfg.js +0 -50
  171. package/dist/cjs/wordmark/ai/Layes.d.ts +0 -3
  172. package/dist/cjs/wordmark/ai/Layes.js +0 -50
  173. package/dist/cjs/wordmark/ai/Save.d.ts +0 -3
  174. package/dist/cjs/wordmark/ai/Save.js +0 -50
  175. package/dist/icon/design/A.d.ts +0 -3
  176. package/dist/icon/design/A.js +0 -14
  177. package/dist/icon/design/C.d.ts +0 -3
  178. package/dist/icon/design/C.js +0 -14
  179. package/dist/icon/design/D.d.ts +0 -3
  180. package/dist/icon/design/D.js +0 -14
  181. package/dist/icon/design/index.d.ts +0 -3
  182. package/dist/icon/design/index.js +0 -3
  183. package/dist/wordmark/ai/Asfsbfd.d.ts +0 -3
  184. package/dist/wordmark/ai/Asfsbfd.js +0 -14
  185. package/dist/wordmark/ai/Erfg.d.ts +0 -3
  186. package/dist/wordmark/ai/Erfg.js +0 -14
  187. package/dist/wordmark/ai/Layes.d.ts +0 -3
  188. package/dist/wordmark/ai/Layes.js +0 -14
  189. package/dist/wordmark/ai/Save.d.ts +0 -3
  190. package/dist/wordmark/ai/Save.js +0 -14
  191. package/src/icon/design/A.tsx +0 -54
  192. package/src/icon/design/C.tsx +0 -66
  193. package/src/icon/design/D.tsx +0 -51
  194. package/src/icon/design/index.ts +0 -3
  195. package/src/wordmark/ai/Asfsbfd.tsx +0 -67
  196. package/src/wordmark/ai/Erfg.tsx +0 -51
  197. package/src/wordmark/ai/Layes.tsx +0 -54
  198. package/src/wordmark/ai/Save.tsx +0 -54
@@ -1,3 +1,6 @@
1
+ export * from "./wordmark/software";
1
2
  export * from "./wordmark/ai";
2
- export * from "./icon/design";
3
+ export * from "./icon/google";
4
+ export * from "./icon/software";
5
+ export * from "./icon/ai";
3
6
  export type { IconProps } from "./types";
package/dist/cjs/index.js CHANGED
@@ -15,5 +15,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
16
16
  };
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
18
+ __exportStar(require("./wordmark/software"), exports);
18
19
  __exportStar(require("./wordmark/ai"), exports);
19
- __exportStar(require("./icon/design"), exports);
20
+ __exportStar(require("./icon/google"), exports);
21
+ __exportStar(require("./icon/software"), exports);
22
+ __exportStar(require("./icon/ai"), exports);
@@ -3,14 +3,14 @@ export interface IconProps extends React.SVGAttributes<SVGElement> {
3
3
  children?: never;
4
4
  color?: string;
5
5
  fill?: string;
6
- size?: number;
7
- strokeWidth?: number;
6
+ size?: 20 | number;
7
+ strokeWidth?: 2 | number;
8
8
  strokeLinecap?: "butt" | "round" | "square";
9
9
  strokeLinejoin?: "round" | "miter" | "bevel";
10
10
  strokeDasharray?: string;
11
11
  opacity?: number;
12
12
  className?: string;
13
- type?: string;
13
+ type?: "stroke" | "icon" | string;
14
14
  }
15
15
  export interface IconMetadata {
16
16
  name: string;
@@ -19,7 +19,7 @@ export interface IconMetadata {
19
19
  description?: string;
20
20
  author?: string;
21
21
  created?: string;
22
- type: ("stroke" | "solid" | "duotone" | "twotone" | "bulk")[];
22
+ type?: ("stroke" | "icon")[];
23
23
  }
24
24
  export type IconComponent<P extends IconProps = IconProps> = React.ForwardRefExoticComponent<P & React.RefAttributes<SVGSVGElement>> & {
25
25
  metadata?: IconMetadata;
@@ -0,0 +1,6 @@
1
+ import type { IconProps, IconComponent } from "../../types";
2
+ interface ClaudeAiProps extends IconProps {
3
+ type?: "wordmark" | "icon";
4
+ }
5
+ export declare const ClaudeAi: IconComponent<ClaudeAiProps>;
6
+ export default ClaudeAi;
@@ -0,0 +1,57 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.ClaudeAi = void 0;
37
+ const jsx_runtime_1 = require("react/jsx-runtime");
38
+ const React = __importStar(require("react"));
39
+ exports.ClaudeAi = React.forwardRef(function ClaudeAi({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, type = "icon", ...props }, forwardedRef) {
40
+ if (type === "wordmark") {
41
+ return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 112 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, children: [(0, jsx_runtime_1.jsxs)("g", { clipPath: "url(#undefined-clip0_2011_437)", children: [(0, jsx_runtime_1.jsx)("path", { d: "M4.71712 15.9541L9.4465 13.3071L9.52547 13.0765L9.4465 12.9491H9.21506L8.42384 12.9004L5.72141 12.8276L3.37816 12.7305L1.10775 12.6092L0.535719 12.4876L0 11.7833L0.0546875 11.4314L0.535719 11.1096L1.22347 11.1703L2.74509 11.2735L5.02753 11.4314L6.68303 11.5285L9.13609 11.7833H9.52547L9.58016 11.6256L9.4465 11.5285L9.34303 11.4314L6.98141 9.83476L4.42488 8.14713L3.08612 7.17578L2.36162 6.684L1.99631 6.22255L1.83816 5.21476L2.4955 4.49258L3.37816 4.55302L3.60347 4.61389L4.49816 5.29985L6.40916 6.77498L8.90466 8.60836L9.26997 8.91185L9.41609 8.80865L9.43425 8.736L9.26997 8.46262L7.91263 6.01615L6.46406 3.52713L5.81875 2.49513L5.64834 1.87593C5.58753 1.62087 5.54488 1.40836 5.54488 1.1472L6.29366 0.133745L6.70753 0L7.70569 0.133527L8.12569 0.497891L8.7465 1.91236L9.75078 4.14022L11.3089 7.16967L11.7655 8.06815L12.0089 8.89985L12.1002 9.15469H12.2585V9.00916L12.3863 7.3032L12.6236 5.20865L12.8551 2.51324L12.934 1.7544L13.3114 0.843927L14.0602 0.352145L14.6442 0.631418L15.1255 1.31738L15.0583 1.76051L14.7722 3.61222L14.2122 6.51404L13.8469 8.45673H14.0602L14.3036 8.21389L15.2895 6.90851L16.9452 4.84451L17.6757 4.02502L18.5277 3.12044L19.0754 2.68931H20.1101L20.8709 3.81862L20.5301 4.98415L19.465 6.33185L18.5824 7.47316L17.3165 9.1728L16.5252 10.5329L16.5983 10.642L16.7869 10.6239L19.6477 10.0169L21.1936 9.73767L23.0379 9.42196L23.8717 9.81033L23.963 10.2052L23.6344 11.0125L21.6624 11.4982L19.3493 11.9594L15.9044 12.773L15.8618 12.8033L15.9103 12.864L17.4626 13.0097L18.1261 13.0462H19.7512L22.7763 13.2709L23.5675 13.7928L24.0422 14.4303L23.963 14.916L22.7456 15.5352L21.1024 15.1468L17.2677 14.2361L15.953 13.9082H15.7703V14.0173L16.8661 15.086L18.8746 16.8951L21.3885 19.2262L21.5163 19.8031L21.1936 20.2584L20.8528 20.2097L18.6434 18.5524L17.7912 17.8056L15.8618 16.1847H15.734V16.3549L16.1781 17.0044L18.5277 20.5255L18.6493 21.6061L18.4789 21.958L17.8703 22.1705L17.201 22.0492L15.825 20.1249L14.4071 17.9575L13.2628 16.0148L13.1228 16.0937L12.4471 23.3483L12.1306 23.7188L11.4002 23.998L10.7916 23.5366L10.4689 22.7897L10.7916 21.3148L11.181 19.3903L11.4977 17.8604L11.7836 15.96L11.9542 15.3288L11.942 15.2863L11.802 15.3046L10.3655 17.2715L8.18038 20.2159L6.45181 22.0615L6.03794 22.2251L5.31978 21.8548L5.38672 21.1933L5.78834 20.6042L8.18038 17.5689L9.62303 15.6871L10.5543 14.6005L10.5481 14.4425H10.4934L4.13875 18.5585L3.00672 18.7043L2.51978 18.2489L2.58081 17.5021L2.81203 17.2593L4.72325 15.948L4.71712 15.9541Z", fill: "#d97757" }), (0, jsx_runtime_1.jsx)("path", { d: "M39.2466 20.3676C36.1911 20.3676 34.1033 18.6679 33.1172 16.0513C32.6024 14.6879 32.3484 13.2403 32.3686 11.7836C32.3686 7.39425 34.3407 4.34669 38.6988 4.34669C41.6264 4.34669 43.4341 5.62174 44.4629 8.6632H45.7166L45.5462 4.46822C43.7933 3.33913 41.6021 2.76836 38.9362 2.76836C35.1807 2.76836 31.9852 4.444 30.2081 7.46712C29.29 9.06352 28.823 10.8783 28.8566 12.7183C28.8566 16.0755 30.4454 19.0504 33.4278 20.7016C35.0601 21.5715 36.8913 22.0026 38.7413 21.9522C41.6506 21.9522 43.9576 21.3998 46.0027 20.4345L46.5321 15.8084H45.2541C44.4872 17.9211 43.5741 19.1898 42.0586 19.8638C41.316 20.1976 40.3786 20.3676 39.2466 20.3676ZM52.4241 4.34669L52.5459 2.28269H51.6814L47.8347 3.43622V4.06153L49.539 4.85069V19.2871C49.539 20.2705 49.0337 20.4891 47.7131 20.6529V21.7094H54.2561V20.6529C52.9294 20.4891 52.4302 20.2705 52.4302 19.2871V4.3528L52.4241 4.34669ZM78.4444 21.9522H78.9497L83.3746 21.1144V20.0335L82.7538 19.9851C81.7191 19.8878 81.4511 19.6753 81.4511 18.8316V11.1339L81.573 8.6632H80.873L76.6916 9.26407V10.3205L77.0993 10.3934C78.2313 10.557 78.5662 10.8729 78.5662 11.6621V18.5222C77.4828 19.36 76.4481 19.888 75.2185 19.888C73.855 19.888 73.0091 19.1959 73.0091 17.5812V11.14L73.1307 8.66909H72.4126L68.2251 9.27018V10.3266L68.6571 10.3993C69.7893 10.5633 70.124 10.8791 70.124 11.6682V17.9999C70.124 20.6835 71.6456 21.9581 74.0681 21.9581C75.9185 21.9581 77.434 20.9748 78.5722 19.6087L78.4505 21.9581L78.4444 21.9522ZM66.2834 13.4104C66.2834 9.98058 64.4573 8.6632 61.1583 8.6632C58.249 8.6632 56.1369 9.86516 56.1369 11.8563C56.1369 12.4513 56.35 12.9066 56.7822 13.2221L58.9977 12.9308C58.9002 12.2632 58.8516 11.8563 58.8516 11.6863C58.8516 10.5572 59.4541 9.98669 60.6775 9.98669C62.4853 9.98669 63.3983 11.2554 63.3983 13.2952V13.9628L58.8332 15.3289C57.3116 15.7417 56.4473 16.0999 55.8692 16.9377C55.5627 17.4502 55.4145 18.0414 55.4431 18.6374C55.4431 20.5801 56.782 21.9522 59.0706 21.9522C60.7263 21.9522 62.1932 21.2054 63.4714 19.7909C63.9279 21.2054 64.6277 21.9522 65.8755 21.9522C66.8861 21.9522 67.7989 21.5453 68.6144 20.75L68.371 19.9122C68.0284 20.0086 67.6741 20.0577 67.3181 20.058C66.6181 20.058 66.2834 19.5055 66.2834 18.4251V13.4104ZM60.4402 20.0095C59.1924 20.0095 58.4194 19.2871 58.4194 18.0182C58.4194 17.1564 58.8273 16.6524 59.6975 16.3609L63.3983 15.1892V18.7347C62.2175 19.6271 61.5237 20.0095 60.4402 20.0095ZM98.9686 21.1144V20.0335L98.3417 19.9851C97.307 19.8878 97.0452 19.6753 97.0452 18.8316V4.34647L97.167 2.28247H96.2964L92.4497 3.436V4.06131L94.1539 4.85047V9.59789C93.1946 8.9417 92.0478 8.61365 90.8856 8.66298C87.0631 8.66298 84.0807 11.5648 84.0807 15.9053C84.0807 19.4813 86.2231 21.952 89.7533 21.952C91.5795 21.952 93.168 21.0655 94.1539 19.6936L94.0323 21.9518H94.5435L98.9686 21.114V21.1144ZM90.9584 10.1019C92.7846 10.1019 94.1539 11.1583 94.1539 13.1008V18.5647C93.738 18.9783 93.243 19.3043 92.6982 19.5233C92.1535 19.7423 91.5702 19.8498 90.9829 19.8396C88.3656 19.8396 87.0389 17.7756 87.0389 15.0193C87.0389 11.9233 88.5544 10.1019 90.9584 10.1019ZM108.324 12.8337C107.983 11.231 106.997 10.3203 105.627 10.3203C103.582 10.3203 102.164 11.8563 102.164 14.0599C102.164 17.3202 103.893 19.4327 106.686 19.4327C107.602 19.4235 108.5 19.1748 109.289 18.7114C110.078 18.248 110.732 17.5862 111.184 16.792L112 17.0104C111.635 19.8396 109.066 21.9522 105.913 21.9522C102.213 21.9522 99.6625 19.2204 99.6625 15.3348C99.6625 11.4193 102.432 8.6632 106.132 8.6632C108.896 8.6632 110.843 10.3205 111.47 13.1981L101.829 16.1484V14.8495L108.324 12.8401V12.8337Z", fill: "currentColor" })] }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: "undefined-clip0_2011_437", children: (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M0 0H112V24H0z" }) }) })] }));
42
+ }
43
+ if (type === "icon") {
44
+ return ((0, jsx_runtime_1.jsxs)("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, children: [(0, jsx_runtime_1.jsx)("g", { clipPath: "url(#undefined-clip0_2011_421)", children: (0, jsx_runtime_1.jsx)("path", { d: "M4.70888 15.9055L9.42984 13.2667L9.50887 13.0367L9.42984 12.9096H9.19903L8.40909 12.8612L5.71144 12.7885L3.37219 12.6917L1.10578 12.5707L0.534656 12.4496L0 11.7475L0.0546563 11.3965L0.534656 11.0758L1.22128 11.1363L2.74022 11.2391L5.01872 11.3965L6.67144 11.4933L9.12 11.7475H9.50887L9.56353 11.5901L9.42984 11.4933L9.32662 11.3965L6.96909 9.8047L4.41722 8.12218L3.08053 7.15378L2.35744 6.6635L1.99294 6.20358L1.83497 5.19894L2.49122 4.47866L3.37219 4.53927L3.597 4.59978L4.49016 5.28364L6.39797 6.75446L8.88909 8.5821L9.25369 8.88467L9.39947 8.78176L9.41775 8.7092L9.25369 8.43679L7.89872 5.99776L6.45263 3.51633L5.80856 2.48741L5.6385 1.87013C5.57775 1.61584 5.53519 1.40405 5.53519 1.14378L6.28256 0.133074L6.69562 0L7.69219 0.133167L8.11144 0.496249L8.73112 1.90646L9.73369 4.12772L11.2891 7.1478L11.7448 8.04355L11.9878 8.87272L12.079 9.12691H12.237V8.9816L12.3645 7.28097L12.6015 5.19287L12.8324 2.50562L12.9114 1.7492L13.2881 0.841307L14.0354 0.351035L14.6187 0.629416L15.0987 1.31337L15.0319 1.75508L14.7463 3.60112L14.1874 6.49419L13.8228 8.43091H14.0354L14.2785 8.18876L15.2628 6.88753L16.9154 4.8297L17.6446 4.01267L18.4952 3.11085L19.042 2.68118H20.075L20.8343 3.80694L20.4942 4.96893L19.4309 6.31256L18.5498 7.45037L17.2861 9.14503L16.4962 10.5008L16.5691 10.6097L16.7575 10.5916L19.6132 9.98633L21.1565 9.70786L22.9974 9.39315L23.8299 9.78051L23.921 10.1739L23.5928 10.9789L21.6243 11.463L19.3154 11.9231L15.8765 12.7341L15.8339 12.7644L15.8826 12.8249L17.4319 12.9701L18.0942 13.0064H19.7165L22.7362 13.2304L23.5261 13.7509L24 14.3864L23.921 14.8705L22.7058 15.4878L21.0653 15.1005L17.2375 14.1927L15.925 13.8658H15.7428V13.9748L16.8365 15.04L18.8415 16.8436L21.3509 19.1677L21.4784 19.7427L21.1565 20.1965L20.8162 20.1481L18.6106 18.4959L17.76 17.7514L15.8339 16.1355H15.7064V16.3049L16.1498 16.9525L18.4952 20.4628L18.6167 21.5401L18.4466 21.8913L17.839 22.1031L17.1706 21.9819L15.7974 20.0634L14.3818 17.9027L13.2395 15.966L13.0998 16.0447L12.4253 23.2772L12.1094 23.6464L11.3802 23.9247L10.7727 23.4648L10.4506 22.7203L10.7726 21.2496L11.1615 19.3311L11.4774 17.8059L11.763 15.9115L11.9332 15.2821L11.921 15.2397L11.7813 15.2578L10.3474 17.2188L8.16609 20.1542L6.44053 21.9941L6.02738 22.1575L5.31038 21.7883L5.37722 21.1286L5.77819 20.5416L8.166 17.5154L9.606 15.6391L10.5357 14.5559L10.5296 14.3984H10.475L4.13156 18.5019L3.00141 18.6472L2.51531 18.1933L2.57606 17.4488L2.80697 17.2067L4.71478 15.8994L4.70888 15.9055Z", fill: "#d97757" }) }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: "undefined-clip0_2011_421", children: (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M0 0H24V24H0z" }) }) })] }));
45
+ }
46
+ console.error(`ClaudeAi doesn't support ${type}`);
47
+ return null;
48
+ });
49
+ exports.ClaudeAi.displayName = "ClaudeAi";
50
+ exports.ClaudeAi.metadata = {
51
+ name: "ClaudeAi",
52
+ category: "wordmark/ai",
53
+ tags: ["claude", "ai", "icon"],
54
+ description: "ClaudeAi icon from wordmark/ai category",
55
+ type: ["stroke", "icon"],
56
+ };
57
+ exports.default = exports.ClaudeAi;
@@ -0,0 +1,6 @@
1
+ import type { IconProps, IconComponent } from "../../types";
2
+ interface DeepSeekProps extends IconProps {
3
+ type?: "wordmark" | "icon";
4
+ }
5
+ export declare const DeepSeek: IconComponent<DeepSeekProps>;
6
+ export default DeepSeek;
@@ -0,0 +1,57 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.DeepSeek = void 0;
37
+ const jsx_runtime_1 = require("react/jsx-runtime");
38
+ const React = __importStar(require("react"));
39
+ exports.DeepSeek = React.forwardRef(function DeepSeek({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, type = "icon", ...props }, forwardedRef) {
40
+ if (type === "wordmark") {
41
+ return ((0, jsx_runtime_1.jsxs)("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, children: [(0, jsx_runtime_1.jsx)("g", { clipPath: "url(#undefined-clip0_2011_436)", children: (0, jsx_runtime_1.jsx)("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.4666 3.31627C27.3849 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.531 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.05573 1.39627 7.74029 1.54354C5.27249 1.82718 3.29934 3.02172 1.84801 5.05627C0.103153 7.50536 -0.304523 10.2926 0.19556 13.1945C0.722821 16.2545 2.25025 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.531 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.3849 8.03445 28.0697 7.83809 28.7003 7.48354C30.5267 6.45809 31.2659 4.78354 31.4399 2.77081C31.4671 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.8876 19.4345 10.9908 19.7672 10.5886 20.0181C9.70801 20.5745 8.17514 19.8272 8.10448 19.7945C6.32158 18.7199 4.8322 17.3017 3.77768 15.3599C2.76664 13.4945 2.17415 11.4926 2.07631 9.35991C2.05456 8.84172 2.20133 8.66172 2.70141 8.56354C3.36456 8.44354 4.04402 8.41627 4.70718 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.0571 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.3983 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.9649 11.7381 50.7583 12.6654 50.7583 13.5872C50.7583 14.509 50.9649 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.7488C58.5476 16.4945 58.2161 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.2339 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.2339 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.4558 17.6399 94.7982 16.729 94.7982 15.8235C94.7982 14.9181 94.4558 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.7434 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" }) }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: "undefined-clip0_2011_436", children: (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M0 0H131V24H0z" }) }) })] }));
42
+ }
43
+ if (type === "icon") {
44
+ return ((0, jsx_runtime_1.jsxs)("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, children: [(0, jsx_runtime_1.jsx)("g", { clipPath: "url(#undefined-clip0_2011_420)", children: (0, jsx_runtime_1.jsx)("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" }) }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: "undefined-clip0_2011_420", children: (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M0 0H24V24H0z" }) }) })] }));
45
+ }
46
+ console.error(`DeepSeek doesn't support ${type}`);
47
+ return null;
48
+ });
49
+ exports.DeepSeek.displayName = "DeepSeek";
50
+ exports.DeepSeek.metadata = {
51
+ name: "DeepSeek",
52
+ category: "wordmark/ai",
53
+ tags: ["deepseek", "icon"],
54
+ description: "DeepSeek icon from wordmark/ai category",
55
+ type: ["stroke", "icon"],
56
+ };
57
+ exports.default = exports.DeepSeek;
@@ -0,0 +1,6 @@
1
+ import type { IconProps, IconComponent } from "../../types";
2
+ interface GeminiProps extends IconProps {
3
+ type?: "wordmark" | "icon";
4
+ }
5
+ export declare const Gemini: IconComponent<GeminiProps>;
6
+ export default Gemini;
@@ -0,0 +1,57 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.Gemini = void 0;
37
+ const jsx_runtime_1 = require("react/jsx-runtime");
38
+ const React = __importStar(require("react"));
39
+ exports.Gemini = React.forwardRef(function Gemini({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, type = "icon", ...props }, forwardedRef) {
40
+ if (type === "wordmark") {
41
+ return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 65 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, children: [(0, jsx_runtime_1.jsxs)("g", { clipPath: "url(#undefined-clip0_2011_435)", children: [(0, jsx_runtime_1.jsx)("mask", { id: "undefined-mask0_2011_435", maskUnits: "userSpaceOnUse", x: "0", y: "0", width: size, height: size, children: (0, jsx_runtime_1.jsx)("path", { d: "M44.2384 7.78961C44.4965 8.37827 44.6255 9.00737 44.6255 9.67673C44.6255 9.00737 44.7504 8.37846 45.0004 7.78961C45.2583 7.20095 45.6051 6.68901 46.0404 6.25361C46.4759 5.81802 46.9878 5.4754 47.5764 5.22539C48.165 4.96724 48.794 4.83836 49.4631 4.83836C48.794 4.83836 48.165 4.71326 47.5764 4.46324C46.9878 4.20529 46.4759 3.85852 46.0404 3.42312C45.6051 2.98772 45.2583 2.47559 45.0004 1.88693C44.7504 1.29827 44.6255 0.669354 44.6255 0C44.6255 0.669354 44.4965 1.29827 44.2384 1.88693C43.9886 2.47559 43.6458 2.98772 43.2104 3.42312C42.7751 3.85852 42.263 4.20548 41.6744 4.46343C41.0859 4.71326 40.457 4.83836 39.7877 4.83836C40.457 4.83836 41.0859 4.96724 41.6744 5.22539C42.263 5.4754 42.7751 5.81802 43.2104 6.25342C43.6458 6.68901 43.9886 7.20076 44.2384 7.78961ZM4.9417 23.2706C5.9286 23.677 6.98089 23.8802 8.09836 23.8802C9.23038 23.8802 10.2607 23.6988 11.1896 23.3359C12.1185 22.9731 12.924 22.4578 13.6062 21.7901C14.2883 21.1225 14.8179 20.3314 15.1953 19.4169C15.5726 18.4879 15.7614 17.4718 15.7614 16.3688V16.347C15.7614 16.1439 15.7468 15.9551 15.7179 15.7809C15.7024 15.5987 15.6806 15.4172 15.6525 15.2366H8.14201V17.0438H13.8021C13.7439 17.9146 13.5408 18.6694 13.1925 19.3081C12.8587 19.9323 12.4305 20.4474 11.908 20.8539C11.4001 21.2602 10.8123 21.565 10.1447 21.7684C9.4917 21.957 8.80958 22.0515 8.09836 22.0515C7.31458 22.0515 6.55272 21.9061 5.81259 21.6159C5.07622 21.3281 4.40321 20.8992 3.83141 20.3531C3.26549 19.8015 2.8156 19.141 2.48172 18.3719C2.14802 17.588 1.98099 16.7099 1.98099 15.7374C1.98099 14.7649 2.14065 13.8939 2.45999 13.1246C2.79387 12.3409 3.24376 11.6804 3.80968 11.1434C4.37113 10.5948 5.03761 10.1653 5.76913 9.88063C6.5119 9.59258 7.3017 9.44494 8.09836 9.44523C8.69356 9.44523 9.25948 9.52498 9.79648 9.68466C10.3335 9.8298 10.8268 10.0403 11.2767 10.316C11.7412 10.5919 12.1403 10.9257 12.4741 11.3176L13.8238 9.9241C13.1708 9.18387 12.3362 8.61052 11.3202 8.20403C10.3188 7.79773 9.24493 7.59458 8.09836 7.59458C6.99544 7.59458 5.95033 7.79773 4.96362 8.20403C3.99787 8.60607 3.1184 9.19002 2.37307 9.9241C1.63275 10.6643 1.05228 11.5279 0.631294 12.515C0.210494 13.502 0 14.5761 0 15.7376C0 16.899 0.210494 17.9728 0.631294 18.9598C1.05228 19.9468 1.63275 20.8105 2.37288 21.5509C3.10772 22.2875 3.98066 22.8718 4.9417 23.2706ZM19.6621 23.1182C20.5037 23.6262 21.4617 23.8802 22.5357 23.8802C23.7547 23.8802 24.7778 23.6045 25.6053 23.0529C26.4325 22.5014 27.0638 21.8047 27.4992 20.9628L25.8447 20.1789C25.5399 20.7305 25.1189 21.195 24.5821 21.5724C24.0594 21.9498 23.4064 22.1384 22.6226 22.1384C22.0131 22.1384 21.4254 21.9861 20.8593 21.6813C20.2934 21.3764 19.829 20.9191 19.4662 20.3097C19.1527 19.7828 18.9745 19.1369 18.932 18.3719H27.6734C27.6879 18.2993 27.6951 18.2049 27.6951 18.0888C27.7097 17.9726 27.7168 17.8639 27.7168 17.7623C27.7168 16.659 27.4992 15.6794 27.0638 14.8229C26.6428 13.9665 26.0333 13.2988 25.2351 12.8198C24.4368 12.3264 23.4864 12.0796 22.3832 12.0796C21.2947 12.0796 20.3442 12.3555 19.5314 12.9069C18.7187 13.444 18.0874 14.1625 17.6375 15.0624C17.2019 15.9623 16.9843 16.9421 16.9843 18.0017C16.9843 19.1339 17.2167 20.1426 17.6809 21.0282C18.1599 21.9135 18.8203 22.6103 19.6621 23.1182ZM19.0429 16.7824C19.1113 16.4593 19.209 16.1545 19.3354 15.868C19.6113 15.2438 20.0104 14.7504 20.5328 14.3875C21.0698 14.0101 21.6939 13.8214 22.405 13.8214C23 13.8214 23.5007 13.923 23.9072 14.1262C24.3136 14.315 24.6473 14.5616 24.9086 14.8664C25.1697 15.1712 25.3585 15.498 25.4745 15.8462C25.5907 16.1802 25.6559 16.4922 25.6705 16.7824H19.0429ZM29.3817 12.428V23.5319H31.341V17.3486C31.341 16.739 31.4643 16.1656 31.7111 15.6285C31.9579 15.0915 32.299 14.6632 32.7343 14.3439C33.1697 14.0101 33.6632 13.8431 34.2146 13.8431C34.9838 13.8431 35.5788 14.0682 35.9998 14.5181C36.4351 14.9535 36.6528 15.7011 36.6528 16.7607V23.5319H38.5903V17.3051C38.5903 16.6953 38.7137 16.1293 38.9605 15.6068C39.2071 15.0697 39.5482 14.6415 39.9837 14.3221C40.419 14.0028 40.9124 13.8431 41.464 13.8431C42.2477 13.8431 42.8499 14.061 43.2709 14.4964C43.7063 14.9318 43.9239 15.6794 43.9239 16.739V23.5319H45.8615V16.4124C45.8615 15.1206 45.5421 14.0753 44.9037 13.2771C44.2795 12.4789 43.2998 12.0796 41.9647 12.0796C41.0794 12.0796 40.3174 12.2827 39.6789 12.6892C39.0402 13.0955 38.5323 13.6108 38.155 14.235C37.8937 13.5963 37.4655 13.0811 36.8705 12.6892C36.29 12.2829 35.5862 12.0796 34.7589 12.0796C34.2945 12.0796 33.83 12.174 33.3656 12.3626C32.9157 12.5369 32.5166 12.7763 32.1682 13.0811C31.82 13.3714 31.5443 13.698 31.341 14.061H31.2539V12.428H29.3817ZM47.6248 12.428V23.5319H49.5623V12.428H47.6248ZM47.6031 10.0766C47.8787 10.3378 48.2054 10.4683 48.5828 10.4683C48.9745 10.4683 49.3012 10.338 49.5623 10.0766C49.8236 9.80069 49.9542 9.47414 49.9542 9.09676C49.9542 8.70482 49.8236 8.37827 49.5623 8.1171C49.3012 7.8412 48.9745 7.70324 48.5828 7.70324C48.2054 7.70324 47.8787 7.8412 47.6031 8.1171C47.3417 8.37827 47.2112 8.70482 47.2112 9.09676C47.2112 9.47414 47.3417 9.80069 47.6031 10.0766ZM51.3819 12.428V23.5319H53.3412V17.3486C53.3412 16.7533 53.4646 16.1945 53.7113 15.672C53.9727 15.1349 54.3281 14.6995 54.778 14.3658C55.2279 14.0173 55.7577 13.8431 56.3673 13.8431C57.18 13.8431 57.8332 14.0682 58.3265 14.5181C58.8199 14.9535 59.0667 15.7011 59.0667 16.7607V23.5319H61.0259V16.4124C61.0259 15.106 60.6777 14.061 59.981 13.2771C59.2843 12.4789 58.2612 12.0796 56.9115 12.0796C56.1133 12.0796 55.3876 12.2755 54.7345 12.6675C54.0815 13.0594 53.6097 13.5239 53.3195 14.061H53.2324V12.428H51.3819ZM62.6706 12.428V23.5319H64.6081V12.428H62.6706ZM62.6489 10.0766C62.9245 10.3378 63.2512 10.4683 63.6286 10.4683C64.0203 10.4683 64.347 10.338 64.6081 10.0766C64.8694 9.80069 65 9.47414 65 9.09676C65 8.70482 64.8694 8.37827 64.6081 8.1171C64.347 7.8412 64.0203 7.70324 63.6286 7.70324C63.2512 7.70324 62.9245 7.8412 62.6489 8.1171C62.3877 8.37827 62.257 8.70482 62.257 9.09676C62.257 9.47414 62.3877 9.80069 62.6489 10.0766Z", fill: "#fff", fillRule: "evenodd", clipRule: "evenodd" }) }), (0, jsx_runtime_1.jsx)("g", { mask: "url(#undefined-mask0_2011_435)", children: (0, jsx_runtime_1.jsx)("path", { d: "M-29.9019 -86.0679H127.324V43.4422H-29.9019V-86.0679Z", fill: "url(#undefined-paint0_linear_2011_435)" }) })] }), (0, jsx_runtime_1.jsxs)("defs", { children: [(0, jsx_runtime_1.jsxs)("linearGradient", { id: "undefined-paint0_linear_2011_435", x1: "-10.847", y1: "24.65", x2: "67.074", y2: "5.743", gradientUnits: "userSpaceOnUse", children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: "#439ddf" }), (0, jsx_runtime_1.jsx)("stop", { offset: ".524", stopColor: "#4f87ed" }), (0, jsx_runtime_1.jsx)("stop", { offset: ".781", stopColor: "#9476c5" }), (0, jsx_runtime_1.jsx)("stop", { offset: ".888", stopColor: "#bc688e" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#d6645d" })] }), (0, jsx_runtime_1.jsx)("clipPath", { id: "undefined-clip0_2011_435", children: (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M0 0H65V24H0z" }) })] })] }));
42
+ }
43
+ if (type === "icon") {
44
+ return ((0, jsx_runtime_1.jsxs)("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, children: [(0, jsx_runtime_1.jsx)("mask", { id: "undefined-mask0_2011_419", maskUnits: "userSpaceOnUse", x: "0", y: "0", width: size, height: size, children: (0, jsx_runtime_1.jsx)("path", { d: "M11.3567 0.39351C11.5405 -0.103402 12.246 -0.0954292 12.4185 0.40543L12.9005 1.80436C13.6205 3.89411 14.7989 5.79634 16.3493 7.37171C17.8997 8.94707 19.7828 10.1557 21.8608 10.909L23.4155 11.4725C23.9103 11.6518 23.9113 12.3511 23.4171 12.532L21.8587 13.1023C19.8372 13.8421 18.0011 15.0134 16.4782 16.5348C14.9553 18.0562 13.7822 19.8911 13.0403 21.9118L12.4304 23.5732C12.25 24.0649 11.5551 24.0662 11.3727 23.5753L10.7359 21.8601C9.99099 19.854 8.82048 18.0331 7.30481 16.5224C5.78915 15.0118 3.96429 13.8474 1.95573 13.1092L0.369313 12.5262C-0.122123 12.3455 -0.123412 11.651 0.3673 11.4685L1.98472 10.8672C3.9849 10.1235 5.80088 8.95667 7.30845 7.44638C8.81603 5.9361 9.97963 4.11803 10.7197 2.11652L11.3567 0.39351Z", fill: "#3186ff" }) }), (0, jsx_runtime_1.jsxs)("g", { mask: "url(#undefined-mask0_2011_419)", children: [(0, jsx_runtime_1.jsx)("g", { filter: "url(#undefined-filter0_f_2011_419)", children: (0, jsx_runtime_1.jsx)("path", { d: "M13.1124 24.8053C21.8303 24.8053 28.8976 19.0722 28.8976 11.9999C28.8976 4.92774 21.8303 -0.80542 13.1124 -0.80542C4.39441 -0.80542 -2.67288 4.92774 -2.67288 11.9999C-2.67288 19.0722 4.39441 24.8053 13.1124 24.8053Z", fill: "#3689ff" }) }), (0, jsx_runtime_1.jsx)("g", { filter: "url(#undefined-filter1_f_2011_419)", children: (0, jsx_runtime_1.jsx)("path", { d: "M2.68283 17.3154C5.72966 17.3154 8.1996 14.7013 8.1996 11.4765C8.1996 8.25175 5.72966 5.63757 2.68283 5.63757C-0.364008 5.63757 -2.83395 8.25175 -2.83395 11.4765C-2.83395 14.7013 -0.364008 17.3154 2.68283 17.3154Z", fill: "#f6c013" }) }), (0, jsx_runtime_1.jsx)("g", { filter: "url(#undefined-filter2_f_2011_419)", children: (0, jsx_runtime_1.jsx)("path", { d: "M1.55531 17.7986C4.60214 17.7986 7.07209 15.1844 7.07209 11.9597C7.07209 8.7349 4.60214 6.12073 1.55531 6.12073C-1.49153 6.12073 -3.96147 8.7349 -3.96147 11.9597C-3.96147 15.1844 -1.49153 17.7986 1.55531 17.7986Z", fill: "#f6c013" }) }), (0, jsx_runtime_1.jsx)("g", { filter: "url(#undefined-filter3_f_2011_419)", children: (0, jsx_runtime_1.jsx)("path", { d: "M15.609 0.845644C13.8372 6.6443 5.26001 10.8188 1.79692 10.8725L11.5822 -5.31543L15.609 0.845644Z", fill: "#fa4340" }) }), (0, jsx_runtime_1.jsx)("g", { filter: "url(#undefined-filter4_f_2011_419)", children: (0, jsx_runtime_1.jsx)("path", { d: "M15.3271 -1.00677C13.5553 4.79189 4.97812 8.96636 1.51504 9.02007L11.3003 -7.16785L15.3271 -1.00677Z", fill: "#fa4340" }) }), (0, jsx_runtime_1.jsx)("g", { filter: "url(#undefined-filter5_f_2011_419)", children: (0, jsx_runtime_1.jsx)("path", { d: "M15.6493 22.51C13.8775 16.7113 5.30028 12.5369 1.83719 12.4832L11.6224 28.6711L15.6493 22.51Z", fill: "#14bb69" }) }), (0, jsx_runtime_1.jsx)("g", { filter: "url(#undefined-filter6_f_2011_419)", children: (0, jsx_runtime_1.jsx)("path", { d: "M15.8103 25.812C14.0385 20.0133 5.46135 15.8389 1.99826 15.7852L11.7835 31.9731L15.8103 25.812Z", fill: "#14bb69" }) })] }), (0, jsx_runtime_1.jsxs)("defs", { children: [(0, jsx_runtime_1.jsxs)("filter", { id: "undefined-filter0_f_2011_419", x: "-5.572", y: "-3.705", width: size, height: size, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [(0, jsx_runtime_1.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }), (0, jsx_runtime_1.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "1.45", result: "effect1_foregroundBlur_2011_419" })] }), (0, jsx_runtime_1.jsxs)("filter", { id: "undefined-filter1_f_2011_419", x: "-7.988", y: ".483", width: size, height: size, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [(0, jsx_runtime_1.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }), (0, jsx_runtime_1.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "2.577", result: "effect1_foregroundBlur_2011_419" })] }), (0, jsx_runtime_1.jsxs)("filter", { id: "undefined-filter2_f_2011_419", x: "-9.116", y: ".966", width: size, height: size, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [(0, jsx_runtime_1.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }), (0, jsx_runtime_1.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "2.577", result: "effect1_foregroundBlur_2011_419" })] }), (0, jsx_runtime_1.jsxs)("filter", { id: "undefined-filter3_f_2011_419", x: "-3.357", y: "-10.47", width: size, height: size, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [(0, jsx_runtime_1.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }), (0, jsx_runtime_1.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "2.577", result: "effect1_foregroundBlur_2011_419" })] }), (0, jsx_runtime_1.jsxs)("filter", { id: "undefined-filter4_f_2011_419", x: "-3.639", y: "-12.322", width: size, height: size, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [(0, jsx_runtime_1.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }), (0, jsx_runtime_1.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "2.577", result: "effect1_foregroundBlur_2011_419" })] }), (0, jsx_runtime_1.jsxs)("filter", { id: "undefined-filter5_f_2011_419", x: "-3.317", y: "7.329", width: size, height: size, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [(0, jsx_runtime_1.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }), (0, jsx_runtime_1.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "2.577", result: "effect1_foregroundBlur_2011_419" })] }), (0, jsx_runtime_1.jsxs)("filter", { id: "undefined-filter6_f_2011_419", x: "-3.156", y: "10.631", width: size, height: size, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [(0, jsx_runtime_1.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }), (0, jsx_runtime_1.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "2.577", result: "effect1_foregroundBlur_2011_419" })] })] })] }));
45
+ }
46
+ console.error(`Gemini doesn't support ${type}`);
47
+ return null;
48
+ });
49
+ exports.Gemini.displayName = "Gemini";
50
+ exports.Gemini.metadata = {
51
+ name: "Gemini",
52
+ category: "wordmark/ai",
53
+ tags: ["gemini", "icon"],
54
+ description: "Gemini icon from wordmark/ai category",
55
+ type: ["stroke", "icon"],
56
+ };
57
+ exports.default = exports.Gemini;
@@ -0,0 +1,6 @@
1
+ import type { IconProps, IconComponent } from "../../types";
2
+ interface GoogleProps extends IconProps {
3
+ type?: "wordmark" | "icon";
4
+ }
5
+ export declare const Google: IconComponent<GoogleProps>;
6
+ export default Google;
@@ -0,0 +1,57 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.Google = void 0;
37
+ const jsx_runtime_1 = require("react/jsx-runtime");
38
+ const React = __importStar(require("react"));
39
+ exports.Google = React.forwardRef(function Google({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, type = "icon", ...props }, forwardedRef) {
40
+ if (type === "wordmark") {
41
+ return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 71 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, children: [(0, jsx_runtime_1.jsxs)("g", { clipPath: "url(#undefined-clip0_2011_434)", children: [(0, jsx_runtime_1.jsx)("path", { d: "M30.1955 12.3077C30.1955 15.639 27.5894 18.0938 24.3912 18.0938C21.193 18.0938 18.5869 15.639 18.5869 12.3077C18.5869 8.95296 21.193 6.52166 24.3912 6.52166C27.5894 6.52166 30.1955 8.95296 30.1955 12.3077ZM27.6547 12.3077C27.6547 10.226 26.1442 8.80165 24.3912 8.80165C22.6382 8.80165 21.1277 10.226 21.1277 12.3077C21.1277 14.3686 22.6382 15.8138 24.3912 15.8138C26.1442 15.8138 27.6547 14.366 27.6547 12.3077Z", fill: "#ea4335" }), (0, jsx_runtime_1.jsx)("path", { d: "M42.7172 12.3077C42.7172 15.639 40.1111 18.0938 36.9129 18.0938C33.7146 18.0938 31.1086 15.639 31.1086 12.3077C31.1086 8.95556 33.7146 6.52166 36.9129 6.52166C40.1111 6.52166 42.7172 8.95296 42.7172 12.3077ZM40.1764 12.3077C40.1764 10.226 38.6659 8.80165 36.9129 8.80165C35.1599 8.80165 33.6494 10.226 33.6494 12.3077C33.6494 14.3686 35.1599 15.8138 36.9129 15.8138C38.6659 15.8138 40.1764 14.366 40.1764 12.3077Z", fill: "#fbbc05" }), (0, jsx_runtime_1.jsx)("path", { d: "M54.7172 6.87123V17.259C54.7172 21.532 52.1972 23.2772 49.2181 23.2772C46.4137 23.2772 44.7259 21.4016 44.0894 19.8677L46.3016 18.9468C46.6955 19.8886 47.6607 20.9999 49.2155 20.9999C51.1224 20.9999 52.3041 19.8233 52.3041 17.6086V16.7764H52.2154C51.6468 17.4781 50.5511 18.0912 49.1685 18.0912C46.2755 18.0912 43.625 15.5712 43.625 12.3286C43.625 9.06252 46.2755 6.52166 49.1685 6.52166C50.5485 6.52166 51.6441 7.1347 52.2154 7.81557H52.3041V6.87383H54.7172V6.87123ZM52.4841 12.3286C52.4841 10.2912 51.125 8.80165 49.3955 8.80165C47.6424 8.80165 46.1737 10.2912 46.1737 12.3286C46.1737 14.3451 47.6424 15.8138 49.3955 15.8138C51.125 15.8138 52.4841 14.3451 52.4841 12.3286Z", fill: "#4285f4" }), (0, jsx_runtime_1.jsx)("path", { d: "M58.6954 0.782707V17.7392H56.2171V0.782707H58.6954Z", fill: "#34a853" }), (0, jsx_runtime_1.jsx)("path", { d: "M68.3528 14.2122L70.3249 15.527C69.6884 16.4687 68.1545 18.0913 65.5041 18.0913C62.2171 18.0913 59.7624 15.5505 59.7624 12.3053C59.7624 8.86443 62.238 6.51922 65.2197 6.51922C68.2223 6.51922 69.691 8.90878 70.171 10.2001L70.4345 10.8575L62.6997 14.0609C63.2919 15.2218 64.2128 15.814 65.5041 15.814C66.798 15.814 67.6954 15.1774 68.3528 14.2122ZM62.2824 12.1305L67.4528 9.98355C67.1684 9.26095 66.3128 8.75747 65.3058 8.75747C64.0145 8.75747 62.2171 9.89747 62.2824 12.1305Z", fill: "#ea4335" }), (0, jsx_runtime_1.jsx)("path", { d: "M9.20605 10.8025V8.34774H17.4782C17.5591 8.77556 17.6008 9.28165 17.6008 9.82947C17.6008 11.6712 17.0973 13.9486 15.4747 15.5712C13.8965 17.2147 11.88 18.0912 9.20866 18.0912C4.25738 18.0912 0.0939169 14.0582 0.0939169 9.10687C0.0939169 4.15558 4.25738 0.122557 9.20866 0.122557C11.9478 0.122557 13.8991 1.19734 15.3652 2.5982L13.633 4.33037C12.5817 3.34428 11.1573 2.57733 9.20605 2.57733C5.59042 2.57733 2.7626 5.49123 2.7626 9.10687C2.7626 12.7225 5.59042 15.6364 9.20605 15.6364C11.5513 15.6364 12.8869 14.6947 13.7426 13.839C14.4365 13.1451 14.893 12.1538 15.073 10.7999L9.20605 10.8025Z", fill: "#4285f4" })] }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: "undefined-clip0_2011_434", children: (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M0 0H70.957V24H0z" }) }) })] }));
42
+ }
43
+ if (type === "icon") {
44
+ return ((0, jsx_runtime_1.jsxs)("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, children: [(0, jsx_runtime_1.jsxs)("g", { clipPath: "url(#undefined-clip0_2008_255)", children: [(0, jsx_runtime_1.jsx)("path", { d: "M22.9891 12.2245C22.9891 11.2413 22.9108 10.5238 22.7415 9.77966H11.7291V14.2176H18.1931C18.0628 15.3205 17.3591 16.9815 15.7952 18.0976L15.7733 18.2462L19.2552 20.9964L19.4964 21.0209C21.7118 18.9347 22.9891 15.8653 22.9891 12.2245Z", fill: "#4285f4" }), (0, jsx_runtime_1.jsx)("path", { d: "M11.7291 23.9176C14.8959 23.9176 17.5545 22.8545 19.4964 21.0209L15.7952 18.0976C14.8047 18.8018 13.4754 19.2934 11.7291 19.2934C8.62745 19.2934 5.99494 17.2074 5.05652 14.324L4.91897 14.3359L1.29845 17.1927L1.2511 17.3269C3.17986 21.2334 7.1417 23.9176 11.7291 23.9176Z", fill: "#34a853" }), (0, jsx_runtime_1.jsx)("path", { d: "M5.0565 14.3239C4.80889 13.5798 4.66559 12.7825 4.66559 11.9587C4.66559 11.1349 4.80889 10.3376 5.04347 9.59354L5.03691 9.43507L1.37102 6.53235L1.25107 6.59052C0.456137 8.21162 0 10.032 0 11.9587C0 13.8854 0.456137 15.7058 1.25107 17.3269L5.0565 14.3239Z", fill: "#fbbc05" }), (0, jsx_runtime_1.jsx)("path", { d: "M11.7291 4.62403C13.9316 4.62403 15.4172 5.59402 16.2643 6.40461L19.5746 3.10928C17.5416 1.1826 14.8959 0 11.7291 0C7.1417 0 3.17986 2.68406 1.2511 6.59056L5.04349 9.59359C5.99494 6.7102 8.62745 4.62403 11.7291 4.62403Z", fill: "#eb4335" })] }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: "undefined-clip0_2008_255", children: (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M0 0H23V24H0z" }) }) })] }));
45
+ }
46
+ console.error(`Google doesn't support ${type}`);
47
+ return null;
48
+ });
49
+ exports.Google.displayName = "Google";
50
+ exports.Google.metadata = {
51
+ name: "Google",
52
+ category: "wordmark/ai",
53
+ tags: ["google", "icon"],
54
+ description: "Google icon from wordmark/ai category",
55
+ type: ["stroke", "icon"],
56
+ };
57
+ exports.default = exports.Google;
@@ -0,0 +1,6 @@
1
+ import type { IconProps, IconComponent } from "../../types";
2
+ interface GrokProps extends IconProps {
3
+ type?: "wordmark" | "icon";
4
+ }
5
+ export declare const Grok: IconComponent<GrokProps>;
6
+ export default Grok;
@@ -0,0 +1,57 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.Grok = void 0;
37
+ const jsx_runtime_1 = require("react/jsx-runtime");
38
+ const React = __importStar(require("react"));
39
+ exports.Grok = React.forwardRef(function Grok({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, type = "icon", ...props }, forwardedRef) {
40
+ if (type === "wordmark") {
41
+ return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 62 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, children: (0, jsx_runtime_1.jsx)("path", { d: "M52.707 17.571V6.513H54.454V13.811L58.15 9.564H60.269L56.944 13.204 60.3 17.571H58.212L55.494 13.818 54.454 13.811V17.571H52.707ZM47.407 17.757C44.809 17.757 43.402 15.914 43.402 13.56 43.402 11.19 44.809 9.363 47.407 9.363 50.021 9.363 51.413 11.19 51.413 13.56 51.413 15.914 50.021 17.757 47.407 17.757ZM45.227 13.56C45.227 15.387 46.216 16.301 47.407 16.301 48.613 16.301 49.588 15.387 49.588 13.56 49.588 11.732 48.613 10.803 47.407 10.803 46.216 10.803 45.227 11.732 45.227 13.56ZM38.538 17.571V10.834L40.007 9.564H43.131V11.051H40.286V17.571H38.538ZM31.856 17.775C28.525 17.775 26.54 15.356 26.54 12.057 26.54 8.728 28.596 6.25 31.921 6.25 34.519 6.25 36.422 7.581 36.87 10.06H34.875C34.581 8.65 33.406 7.86 31.921 7.86 29.524 7.86 28.473 9.936 28.473 12.057 28.473 14.179 29.524 16.239 31.921 16.239 34.21 16.239 35.215 14.582 35.293 13.203H31.844V11.6H37.056L37.047 12.438C37.047 15.554 35.778 17.775 31.856 17.775ZM9.815 15.082 17.335 9.523C17.704 9.25 18.231 9.357 18.406 9.78 19.331 12.012 18.918 14.695 17.078 16.537 15.239 18.38 12.68 18.783 10.34 17.863L7.785 19.048C11.45 21.557 15.901 20.937 18.682 18.149 20.888 15.94 21.571 12.929 20.933 10.213L20.938 10.219C20.012 6.229 21.166 4.635 23.53 1.374 23.586 1.296 23.642 1.219 23.698 1.14L20.587 4.256V4.246L9.814 15.084M8.264 16.433C5.633 13.916 6.087 10.022 8.331 7.776 9.991 6.113 12.711 5.435 15.085 6.432L17.634 5.253C17.175 4.921 16.586 4.563 15.911 4.312 12.857 3.053 9.202 3.68 6.72 6.164 4.332 8.555 3.581 12.231 4.871 15.368 5.834 17.713 4.255 19.371 2.665 21.045 2.101 21.638 1.536 22.232 1.08 22.86L8.262 16.435", fill: "currentColor" }) }));
42
+ }
43
+ if (type === "icon") {
44
+ return ((0, jsx_runtime_1.jsx)("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, children: (0, jsx_runtime_1.jsx)("path", { d: "M10.042 15.026 17.602 9.035C17.973 8.741 18.502 8.855 18.679 9.312 19.609 11.718 19.193 14.609 17.344 16.594 15.495 18.58 12.921 19.015 10.569 18.023L8 19.3C11.685 22.004 16.16 21.336 18.957 18.332 21.175 15.951 21.862 12.705 21.219 9.778L21.225 9.784C20.294 5.485 21.454 3.766 23.831.252 23.887.169 23.944.085 24 0L20.872 3.358V3.348L10.04 15.028M8.245 16.963C5.226 14.207 5.746 9.943 8.323 7.484 10.228 5.664 13.349 4.921 16.074 6.013L19 4.722C18.473 4.358 17.797 3.966 17.022 3.691 13.517 2.313 9.322 2.999 6.473 5.719 3.733 8.337 2.871 12.362 4.351 15.797 5.456 18.364 3.644 20.18 1.819 22.013 1.172 22.662.523 23.312 0 24L8.243 16.965", fill: "currentColor" }) }));
45
+ }
46
+ console.error(`Grok doesn't support ${type}`);
47
+ return null;
48
+ });
49
+ exports.Grok.displayName = "Grok";
50
+ exports.Grok.metadata = {
51
+ name: "Grok",
52
+ category: "wordmark/ai",
53
+ tags: ["grok", "icon"],
54
+ description: "Grok icon from wordmark/ai category",
55
+ type: ["stroke", "icon"],
56
+ };
57
+ exports.default = exports.Grok;
@@ -0,0 +1,6 @@
1
+ import type { IconProps, IconComponent } from "../../types";
2
+ interface OpenAiProps extends IconProps {
3
+ type?: "wordmark" | "icon";
4
+ }
5
+ export declare const OpenAi: IconComponent<OpenAiProps>;
6
+ export default OpenAi;
@@ -0,0 +1,57 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.OpenAi = void 0;
37
+ const jsx_runtime_1 = require("react/jsx-runtime");
38
+ const React = __importStar(require("react"));
39
+ exports.OpenAi = React.forwardRef(function OpenAi({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, type = "icon", ...props }, forwardedRef) {
40
+ if (type === "wordmark") {
41
+ return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 87 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, children: (0, jsx_runtime_1.jsx)("path", { d: "M27.3615 11.5384C27.3615 15.4624 29.8781 18.1985 33.3654 18.1985C36.8527 18.1985 39.3693 15.4624 39.3693 11.5384C39.3693 7.61427 36.8527 4.87822 33.3654 4.87822C29.8781 4.87822 27.3615 7.61427 27.3615 11.5384ZM37.0684 11.5384C37.0684 14.3464 35.5405 16.1645 33.3654 16.1645C31.1903 16.1645 29.6624 14.3464 29.6624 11.5384C29.6624 8.7303 31.1903 6.91226 33.3654 6.91226C35.5405 6.91226 37.0684 8.7303 37.0684 11.5384ZM45.8489 18.1985C48.4913 18.1985 50.0013 15.9665 50.0013 13.2844C50.0013 10.6023 48.4913 8.37029 45.8489 8.37029C44.6265 8.37029 43.7277 8.8563 43.1345 9.55832V8.55029H40.9774V21.2406H43.1345V17.0105C43.7277 17.7125 44.6265 18.1985 45.8489 18.1985ZM43.0806 13.0144C43.0806 11.2324 44.0872 10.2603 45.4174 10.2603C46.9813 10.2603 47.8262 11.4844 47.8262 13.2844C47.8262 15.0844 46.9813 16.3085 45.4174 16.3085C44.0872 16.3085 43.0806 15.3184 43.0806 13.5724V13.0144ZM55.8389 18.1985C57.7264 18.1985 59.2184 17.2085 59.8835 15.5524L58.032 14.8504C57.7444 15.8224 56.8995 16.3625 55.8389 16.3625C54.4548 16.3625 53.4841 15.3724 53.3223 13.7524H59.9374V13.0324C59.9374 10.4403 58.4814 8.37029 55.749 8.37029C53.0167 8.37029 51.2551 10.5123 51.2551 13.2844C51.2551 16.2005 53.1425 18.1985 55.8389 18.1985ZM55.7311 10.1883C57.0972 10.1883 57.7444 11.0883 57.7623 12.1324H53.4302C53.7537 10.8543 54.6166 10.1883 55.7311 10.1883ZM61.556 18.0005H63.7131V12.4564C63.7131 11.1063 64.7017 10.3863 65.6724 10.3863C66.8588 10.3863 67.3262 11.2324 67.3262 12.4024V18.0005H69.4833V11.7724C69.4833 9.73832 68.2969 8.37029 66.3196 8.37029C65.0972 8.37029 64.2523 8.9283 63.7131 9.55832V8.55029H61.556V18.0005ZM75.8011 5.07622L70.9116 18.0005H73.1946L74.2911 15.0484H79.8636L80.9781 18.0005H83.297L78.4076 5.07622H75.8011ZM77.0594 7.63227L79.1086 13.0324H75.0461L77.0594 7.63227ZM87 5.11372H84.6991V18.038H87V5.11372ZM22.0901 9.82307C22.3588 9.0151 22.452 8.15897 22.3635 7.312C22.275 6.46502 22.0069 5.64675 21.577 4.91197C20.2693 2.63192 17.6403 1.45889 15.0727 2.0109C14.5083 1.37401 13.8145 0.865167 13.0378 0.518395C12.2611 0.171623 11.4194 -0.00507782 10.5691 0.000111054C7.94458 -0.00588907 5.61596 1.68615 4.80855 4.1867C3.97514 4.35756 3.18779 4.70469 2.49918 5.20487C1.81058 5.70506 1.2366 6.34675 0.815668 7.08701C-0.50181 9.36106 -0.201464 12.2276 1.55867 14.1777C1.28996 14.9856 1.19672 15.8418 1.2852 16.6887C1.37369 17.5357 1.64185 18.354 2.07173 19.0888C3.37947 21.3688 6.00843 22.5418 8.57598 21.9898C9.14035 22.6268 9.83413 23.1357 10.6109 23.4823C11.3876 23.829 12.2293 24.0054 13.0797 23.9999C15.7056 24.0066 18.035 22.3131 18.8424 19.8103C19.6758 19.6394 20.4632 19.2923 21.1518 18.7921C21.8404 18.2919 22.4144 17.6502 22.8353 16.91C24.1513 14.6359 23.8502 11.7716 22.0908 9.82157L22.0901 9.82307ZM13.0812 22.4316C12.0304 22.4333 11.0125 22.0647 10.2058 21.3906C10.2425 21.3711 10.3062 21.3358 10.3473 21.3103L15.1199 18.5503C15.2398 18.482 15.3394 18.383 15.4083 18.2635C15.4773 18.1439 15.5132 18.0081 15.5124 17.87V11.1326L17.5294 12.2989C17.5512 12.3094 17.5654 12.3304 17.5684 12.3544V17.9337C17.5654 20.4148 15.5588 22.4263 13.0812 22.4316ZM3.43115 18.3043C2.90472 17.3939 2.71513 16.327 2.89562 15.2907C2.93082 15.3117 2.99299 15.3499 3.03718 15.3754L7.80976 18.1355C8.05169 18.2773 8.35128 18.2773 8.59396 18.1355L14.4204 14.7664V17.099C14.4219 17.123 14.4106 17.1462 14.3919 17.1612L9.56765 19.9505C7.41879 21.1896 4.67448 20.453 3.4319 18.3043H3.43115ZM2.17509 7.87228C2.69938 6.96026 3.52702 6.26274 4.5127 5.90049C4.5127 5.94174 4.51045 6.01449 4.51045 6.06549V11.5864C4.50895 11.8669 4.65875 12.1271 4.90217 12.2659L10.7286 15.6342L8.71155 16.8005C8.69133 16.814 8.66586 16.8162 8.64339 16.8065L3.81838 14.0149C1.67401 12.7714 0.938503 10.0241 2.17434 7.87303L2.17509 7.87228ZM18.7473 11.7341L12.9209 8.36504L14.9379 7.19951C14.9581 7.18601 14.9836 7.18376 15.0061 7.19352L19.8311 9.98283C21.9792 11.2256 22.7155 13.9774 21.4744 16.1285C20.9495 17.0389 20.1227 17.7363 19.1375 18.0995V12.4136C19.1398 12.1331 18.9907 11.8736 18.7481 11.7341H18.7473ZM20.7546 8.70855C20.7194 8.6868 20.6572 8.6493 20.613 8.6238L15.8405 5.86374C15.7215 5.79411 15.5862 5.75742 15.4484 5.75742C15.3106 5.75742 15.1752 5.79411 15.0563 5.86374L9.22985 9.23281V6.90026C9.22835 6.87626 9.23959 6.85301 9.25831 6.83801L14.0826 4.05095C16.2314 2.80967 18.9787 3.54844 20.2176 5.70098C20.7411 6.61019 20.9306 7.67416 20.7531 8.70855H20.7546ZM8.13333 12.8659L6.11554 11.6996C6.10492 11.6944 6.09579 11.6865 6.08899 11.6768C6.08218 11.6671 6.07792 11.6559 6.07659 11.6441V6.06474C6.07809 3.58069 8.09063 1.56764 10.5713 1.56914C11.6206 1.56914 12.6363 1.93815 13.4429 2.61017C13.4062 2.62967 13.3433 2.66492 13.3014 2.69042L8.52879 5.45048C8.40894 5.51856 8.30939 5.61742 8.2404 5.73686C8.17141 5.85631 8.13549 5.99201 8.13632 6.12999L8.13333 12.8644V12.8659ZM9.2291 10.5003L11.8244 8.99955L14.4196 10.4996V13.5004L11.8244 15.0004L9.2291 13.5004V10.5003Z", fill: "currentColor" }) }));
42
+ }
43
+ if (type === "icon") {
44
+ return ((0, jsx_runtime_1.jsx)("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, children: (0, jsx_runtime_1.jsx)("path", { d: "M22.4235 9.82112C22.6956 9.013 22.7897 8.15692 22.6995 7.31007C22.6094 6.46321 22.3371 5.64508 21.9008 4.91033C20.5737 2.63162 17.9063 1.45948 15.3012 2.01027C14.58 1.21884 13.6602 0.628557 12.6345 0.298698C11.6087 -0.0311621 10.5131 -0.0889845 9.4575 0.131038C8.40192 0.35106 7.42362 0.84118 6.62084 1.55218C5.81806 2.26317 5.21907 3.17001 4.88402 4.18162C4.03818 4.35271 3.2391 4.69991 2.54019 5.20003C1.84128 5.70015 1.25864 6.34166 0.831207 7.08168C-0.510356 9.35679 -0.205762 12.2265 1.5843 14.1783C1.31125 14.9861 1.21621 15.842 1.30553 16.6889C1.39486 17.5358 1.6665 18.3541 2.10227 19.089C3.43108 21.3686 6.10015 22.5406 8.70659 21.9891C9.27965 22.6256 9.98378 23.1343 10.772 23.481C11.5602 23.8278 12.4143 24.0047 13.2773 23.9999C15.9474 24.0022 18.313 22.3019 19.1286 19.794C19.9743 19.6226 20.7732 19.2753 21.4721 18.7752C22.1709 18.2751 22.7536 17.6337 23.1813 16.8939C24.5067 14.6229 24.2008 11.7687 22.4235 9.82112ZM13.2773 22.4292C12.2115 22.4309 11.1791 22.0624 10.3612 21.3884L10.5051 21.3079L15.3492 18.5498C15.4697 18.4801 15.5698 18.3806 15.6396 18.2611C15.7094 18.1417 15.7465 18.0064 15.7473 17.8685V11.1316L17.7953 12.3001C17.8157 12.3104 17.83 12.3297 17.8336 12.3522V17.9347C17.8284 20.4148 15.7915 22.424 13.2773 22.4292ZM3.48358 18.3038C2.94909 17.3934 2.75718 16.3263 2.94161 15.2901L3.08543 15.3753L7.93437 18.1335C8.05434 18.2029 8.19093 18.2395 8.33004 18.2395C8.46915 18.2395 8.60574 18.2029 8.72571 18.1335L14.6489 14.765V17.0974C14.6484 17.1094 14.6451 17.1212 14.6393 17.1319C14.6335 17.1425 14.6253 17.1518 14.6154 17.1589L9.70896 19.9502C7.52862 21.1892 4.74302 20.4524 3.48358 18.3038ZM2.20774 7.89548C2.74595 6.97924 3.59545 6.28039 4.60587 5.92267V11.5998C4.60404 11.737 4.63957 11.8721 4.70875 11.9911C4.77792 12.1101 4.87821 12.2086 4.99915 12.2764L10.8936 15.6307L8.84562 16.7992C8.83454 16.805 8.8222 16.808 8.80966 16.808C8.79713 16.808 8.78479 16.805 8.77371 16.7992L3.87686 14.0128C1.70083 12.7686 0.954582 10.023 2.20774 7.8719V7.89548ZM19.0327 11.7513L13.1189 8.36387L15.1622 7.20005C15.1733 7.19425 15.1857 7.19121 15.1982 7.19121C15.2108 7.19121 15.2231 7.19425 15.2342 7.20005L20.1311 9.99137C20.8798 10.4175 21.4902 11.045 21.8909 11.8005C22.2917 12.556 22.4663 13.4084 22.3944 14.2581C22.3225 15.1078 22.007 15.9198 21.4848 16.5993C20.9626 17.2788 20.2552 17.7978 19.4452 18.0956V12.4183C19.4409 12.2814 19.4007 12.1479 19.3284 12.031C19.2561 11.914 19.1542 11.8177 19.0327 11.7513ZM21.071 8.72823L20.9271 8.64297L16.0878 5.86118C15.9671 5.79132 15.8297 5.75448 15.6897 5.75448C15.5498 5.75448 15.4124 5.79132 15.2917 5.86118L9.37315 9.22973V6.89738C9.37189 6.88552 9.3739 6.87355 9.37896 6.86272C9.38403 6.8519 9.39197 6.84263 9.40193 6.83588L14.2988 4.04928C15.0493 3.62281 15.9074 3.41593 16.7727 3.45285C17.638 3.48978 18.4748 3.76897 19.1852 4.25778C19.8955 4.74659 20.4501 5.42481 20.784 6.21312C21.118 7.00143 21.2175 7.86723 21.0709 8.70927V8.72823H21.071ZM8.25574 12.863L6.20777 11.6992C6.19754 11.6931 6.18879 11.6849 6.18214 11.6751C6.1755 11.6652 6.17113 11.6541 6.16934 11.6424V6.07415C6.17047 5.21993 6.41811 4.38369 6.8833 3.66318C7.34849 2.94268 8.012 2.36769 8.79626 2.00545C9.58053 1.64321 10.4531 1.50868 11.312 1.6176C12.171 1.72652 12.9807 2.07439 13.6466 2.62052L13.5027 2.70097L8.65859 5.45909C8.53804 5.52884 8.43795 5.62833 8.36817 5.74777C8.29838 5.86721 8.26128 6.00251 8.26052 6.14036L8.25574 12.8631V12.863ZM9.36837 10.4975L12.0063 8.9978L14.6489 10.4976V13.497L12.0159 14.9968L9.37324 13.497L9.36837 10.4975Z", fill: "currentColor" }) }));
45
+ }
46
+ console.error(`OpenAi doesn't support ${type}`);
47
+ return null;
48
+ });
49
+ exports.OpenAi.displayName = "OpenAi";
50
+ exports.OpenAi.metadata = {
51
+ name: "OpenAi",
52
+ category: "wordmark/ai",
53
+ tags: ["openai", "icon"],
54
+ description: "OpenAi icon from wordmark/ai category",
55
+ type: ["stroke", "icon"],
56
+ };
57
+ exports.default = exports.OpenAi;
@@ -0,0 +1,6 @@
1
+ import type { IconProps, IconComponent } from "../../types";
2
+ interface ReplicateProps extends IconProps {
3
+ type?: "wordmark" | "icon";
4
+ }
5
+ export declare const Replicate: IconComponent<ReplicateProps>;
6
+ export default Replicate;