@lobehub/icons 1.93.0 → 1.95.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/README.md +66 -62
  2. package/es/AlephAlpha/components/Avatar.d.ts +5 -0
  3. package/es/AlephAlpha/components/Avatar.js +28 -0
  4. package/es/AlephAlpha/components/Combine.d.ts +5 -0
  5. package/es/AlephAlpha/components/Combine.js +26 -0
  6. package/es/AlephAlpha/components/Mono.d.ts +3 -0
  7. package/es/AlephAlpha/components/Mono.js +41 -0
  8. package/es/AlephAlpha/components/Text.d.ts +3 -0
  9. package/es/AlephAlpha/components/Text.js +44 -0
  10. package/es/AlephAlpha/index.d.ts +13 -0
  11. package/es/AlephAlpha/index.js +14 -0
  12. package/es/AlephAlpha/style.d.ts +4 -0
  13. package/es/AlephAlpha/style.js +4 -0
  14. package/es/Anyscale/components/Avatar.d.ts +5 -0
  15. package/es/Anyscale/components/Avatar.js +30 -0
  16. package/es/Anyscale/components/Color.d.ts +3 -0
  17. package/es/Anyscale/components/Color.js +40 -0
  18. package/es/Anyscale/components/Combine.d.ts +7 -0
  19. package/es/Anyscale/components/Combine.js +32 -0
  20. package/es/Anyscale/components/Mono.d.ts +3 -0
  21. package/es/Anyscale/components/Mono.js +41 -0
  22. package/es/Anyscale/components/Text.d.ts +3 -0
  23. package/es/Anyscale/components/Text.js +40 -0
  24. package/es/Anyscale/index.d.ts +15 -0
  25. package/es/Anyscale/index.js +16 -0
  26. package/es/Anyscale/style.d.ts +4 -0
  27. package/es/Anyscale/style.js +4 -0
  28. package/es/AssemblyAI/components/Avatar.d.ts +5 -0
  29. package/es/AssemblyAI/components/Avatar.js +27 -0
  30. package/es/AssemblyAI/components/Color.d.ts +3 -0
  31. package/es/AssemblyAI/components/Color.js +43 -0
  32. package/es/AssemblyAI/components/Combine.d.ts +7 -0
  33. package/es/AssemblyAI/components/Combine.js +32 -0
  34. package/es/AssemblyAI/components/Mono.d.ts +3 -0
  35. package/es/AssemblyAI/components/Mono.js +43 -0
  36. package/es/AssemblyAI/components/Text.d.ts +3 -0
  37. package/es/AssemblyAI/components/Text.js +40 -0
  38. package/es/AssemblyAI/index.d.ts +15 -0
  39. package/es/AssemblyAI/index.js +16 -0
  40. package/es/AssemblyAI/style.d.ts +4 -0
  41. package/es/AssemblyAI/style.js +4 -0
  42. package/es/CentML/components/Avatar.d.ts +5 -0
  43. package/es/CentML/components/Avatar.js +27 -0
  44. package/es/CentML/components/BrandColor.d.ts +3 -0
  45. package/es/CentML/components/BrandColor.js +46 -0
  46. package/es/CentML/components/BrandMono.d.ts +3 -0
  47. package/es/CentML/components/BrandMono.js +47 -0
  48. package/es/CentML/components/Color.d.ts +3 -0
  49. package/es/CentML/components/Color.js +43 -0
  50. package/es/CentML/components/Combine.d.ts +7 -0
  51. package/es/CentML/components/Combine.js +30 -0
  52. package/es/CentML/components/Mono.d.ts +3 -0
  53. package/es/CentML/components/Mono.js +43 -0
  54. package/es/CentML/components/Text.d.ts +3 -0
  55. package/es/CentML/components/Text.js +47 -0
  56. package/es/CentML/index.d.ts +19 -0
  57. package/es/CentML/index.js +20 -0
  58. package/es/CentML/style.d.ts +4 -0
  59. package/es/CentML/style.js +4 -0
  60. package/es/Cerebras/components/Combine.js +2 -4
  61. package/es/Coqui/components/Avatar.d.ts +5 -0
  62. package/es/Coqui/components/Avatar.js +28 -0
  63. package/es/Coqui/components/Color.d.ts +3 -0
  64. package/es/Coqui/components/Color.js +43 -0
  65. package/es/Coqui/components/Combine.d.ts +7 -0
  66. package/es/Coqui/components/Combine.js +32 -0
  67. package/es/Coqui/components/Mono.d.ts +3 -0
  68. package/es/Coqui/components/Mono.js +43 -0
  69. package/es/Coqui/components/Text.d.ts +3 -0
  70. package/es/Coqui/components/Text.js +45 -0
  71. package/es/Coqui/index.d.ts +15 -0
  72. package/es/Coqui/index.js +16 -0
  73. package/es/Coqui/style.d.ts +4 -0
  74. package/es/Coqui/style.js +4 -0
  75. package/es/Friendli/components/Avatar.d.ts +5 -0
  76. package/es/Friendli/components/Avatar.js +28 -0
  77. package/es/Friendli/components/Combine.d.ts +5 -0
  78. package/es/Friendli/components/Combine.js +26 -0
  79. package/es/Friendli/components/Mono.d.ts +3 -0
  80. package/es/Friendli/components/Mono.js +45 -0
  81. package/es/Friendli/components/Text.d.ts +3 -0
  82. package/es/Friendli/components/Text.js +40 -0
  83. package/es/Friendli/index.d.ts +13 -0
  84. package/es/Friendli/index.js +14 -0
  85. package/es/Friendli/style.d.ts +4 -0
  86. package/es/Friendli/style.js +4 -0
  87. package/es/Hyperbolic/components/Avatar.d.ts +5 -0
  88. package/es/Hyperbolic/components/Avatar.js +30 -0
  89. package/es/Hyperbolic/components/Color.d.ts +3 -0
  90. package/es/Hyperbolic/components/Color.js +40 -0
  91. package/es/Hyperbolic/components/Combine.d.ts +7 -0
  92. package/es/Hyperbolic/components/Combine.js +32 -0
  93. package/es/Hyperbolic/components/Mono.d.ts +3 -0
  94. package/es/Hyperbolic/components/Mono.js +41 -0
  95. package/es/Hyperbolic/components/Text.d.ts +3 -0
  96. package/es/Hyperbolic/components/Text.js +40 -0
  97. package/es/Hyperbolic/index.d.ts +15 -0
  98. package/es/Hyperbolic/index.js +16 -0
  99. package/es/Hyperbolic/style.d.ts +4 -0
  100. package/es/Hyperbolic/style.js +4 -0
  101. package/es/Kluster/components/Avatar.d.ts +5 -0
  102. package/es/Kluster/components/Avatar.js +30 -0
  103. package/es/Kluster/components/Color.d.ts +3 -0
  104. package/es/Kluster/components/Color.js +43 -0
  105. package/es/Kluster/components/Combine.d.ts +7 -0
  106. package/es/Kluster/components/Combine.js +32 -0
  107. package/es/Kluster/components/Mono.d.ts +3 -0
  108. package/es/Kluster/components/Mono.js +43 -0
  109. package/es/Kluster/components/Text.d.ts +3 -0
  110. package/es/Kluster/components/Text.js +40 -0
  111. package/es/Kluster/index.d.ts +15 -0
  112. package/es/Kluster/index.js +16 -0
  113. package/es/Kluster/style.d.ts +4 -0
  114. package/es/Kluster/style.js +4 -0
  115. package/es/Liquid/components/Avatar.d.ts +5 -0
  116. package/es/Liquid/components/Avatar.js +27 -0
  117. package/es/Liquid/components/Combine.d.ts +5 -0
  118. package/es/Liquid/components/Combine.js +29 -0
  119. package/es/Liquid/components/Mono.d.ts +3 -0
  120. package/es/Liquid/components/Mono.js +41 -0
  121. package/es/Liquid/components/Text.d.ts +3 -0
  122. package/es/Liquid/components/Text.js +50 -0
  123. package/es/Liquid/index.d.ts +13 -0
  124. package/es/Liquid/index.js +14 -0
  125. package/es/Liquid/style.d.ts +4 -0
  126. package/es/Liquid/style.js +4 -0
  127. package/es/NPLCloud/components/Avatar.d.ts +5 -0
  128. package/es/NPLCloud/components/Avatar.js +30 -0
  129. package/es/NPLCloud/components/Color.d.ts +3 -0
  130. package/es/NPLCloud/components/Color.js +40 -0
  131. package/es/NPLCloud/components/Combine.d.ts +7 -0
  132. package/es/NPLCloud/components/Combine.js +32 -0
  133. package/es/NPLCloud/components/Mono.d.ts +3 -0
  134. package/es/NPLCloud/components/Mono.js +41 -0
  135. package/es/NPLCloud/components/Text.d.ts +3 -0
  136. package/es/NPLCloud/components/Text.js +40 -0
  137. package/es/NPLCloud/index.d.ts +15 -0
  138. package/es/NPLCloud/index.js +16 -0
  139. package/es/NPLCloud/style.d.ts +4 -0
  140. package/es/NPLCloud/style.js +4 -0
  141. package/es/Nebius/components/Avatar.d.ts +5 -0
  142. package/es/Nebius/components/Avatar.js +28 -0
  143. package/es/Nebius/components/Mono.d.ts +3 -0
  144. package/es/Nebius/components/Mono.js +43 -0
  145. package/es/Nebius/components/Text.d.ts +3 -0
  146. package/es/Nebius/components/Text.js +47 -0
  147. package/es/Nebius/index.d.ts +11 -0
  148. package/es/Nebius/index.js +12 -0
  149. package/es/Nebius/style.d.ts +4 -0
  150. package/es/Nebius/style.js +4 -0
  151. package/es/Snowflake/components/Avatar.d.ts +5 -0
  152. package/es/Snowflake/components/Avatar.js +30 -0
  153. package/es/Snowflake/components/Color.d.ts +3 -0
  154. package/es/Snowflake/components/Color.js +42 -0
  155. package/es/Snowflake/components/Combine.d.ts +7 -0
  156. package/es/Snowflake/components/Combine.js +32 -0
  157. package/es/Snowflake/components/Mono.d.ts +3 -0
  158. package/es/Snowflake/components/Mono.js +42 -0
  159. package/es/Snowflake/components/Text.d.ts +3 -0
  160. package/es/Snowflake/components/Text.js +41 -0
  161. package/es/Snowflake/index.d.ts +15 -0
  162. package/es/Snowflake/index.js +16 -0
  163. package/es/Snowflake/style.d.ts +4 -0
  164. package/es/Snowflake/style.js +4 -0
  165. package/es/Voyage/components/Avatar.d.ts +5 -0
  166. package/es/Voyage/components/Avatar.js +27 -0
  167. package/es/Voyage/components/Color.d.ts +3 -0
  168. package/es/Voyage/components/Color.js +40 -0
  169. package/es/Voyage/components/Mono.d.ts +3 -0
  170. package/es/Voyage/components/Mono.js +41 -0
  171. package/es/Voyage/components/Text.d.ts +3 -0
  172. package/es/Voyage/components/Text.js +40 -0
  173. package/es/Voyage/index.d.ts +13 -0
  174. package/es/Voyage/index.js +14 -0
  175. package/es/Voyage/style.d.ts +4 -0
  176. package/es/Voyage/style.js +4 -0
  177. package/es/Xinference/components/Avatar.d.ts +5 -0
  178. package/es/Xinference/components/Avatar.js +30 -0
  179. package/es/Xinference/components/Color.d.ts +3 -0
  180. package/es/Xinference/components/Color.js +101 -0
  181. package/es/Xinference/components/Combine.d.ts +7 -0
  182. package/es/Xinference/components/Combine.js +32 -0
  183. package/es/Xinference/components/Mono.d.ts +3 -0
  184. package/es/Xinference/components/Mono.js +45 -0
  185. package/es/Xinference/components/Text.d.ts +3 -0
  186. package/es/Xinference/components/Text.js +40 -0
  187. package/es/Xinference/index.d.ts +15 -0
  188. package/es/Xinference/index.js +16 -0
  189. package/es/Xinference/style.d.ts +4 -0
  190. package/es/Xinference/style.js +4 -0
  191. package/es/features/modelConfig.js +15 -3
  192. package/es/features/providerConfig.js +8 -1
  193. package/es/features/providerEnum.d.ts +1 -0
  194. package/es/features/providerEnum.js +1 -0
  195. package/es/icons.d.ts +14 -0
  196. package/es/icons.js +14 -0
  197. package/es/toc.js +252 -0
  198. package/package.json +2 -2
package/es/icons.js CHANGED
@@ -4,10 +4,13 @@ export { default as Ai21 } from "./Ai21";
4
4
  export { default as Ai360 } from "./Ai360";
5
5
  export { default as AiMass } from "./AiMass";
6
6
  export { default as AiStudio } from "./AiStudio";
7
+ export { default as AlephAlpha } from "./AlephAlpha";
7
8
  export { default as Alibaba } from "./Alibaba";
8
9
  export { default as AlibabaCloud } from "./AlibabaCloud";
9
10
  export { default as AntGroup } from "./AntGroup";
10
11
  export { default as Anthropic } from "./Anthropic";
12
+ export { default as Anyscale } from "./Anyscale";
13
+ export { default as AssemblyAI } from "./AssemblyAI";
11
14
  export { default as Automatic } from "./Automatic";
12
15
  export { default as Aws } from "./Aws";
13
16
  export { default as Aya } from "./Aya";
@@ -20,6 +23,7 @@ export { default as BaiduCloud } from "./BaiduCloud";
20
23
  export { default as Bedrock } from "./Bedrock";
21
24
  export { default as Bing } from "./Bing";
22
25
  export { default as ByteDance } from "./ByteDance";
26
+ export { default as CentML } from "./CentML";
23
27
  export { default as Cerebras } from "./Cerebras";
24
28
  export { default as ChatGLM } from "./ChatGLM";
25
29
  export { default as Civitai } from "./Civitai";
@@ -35,6 +39,7 @@ export { default as Colab } from "./Colab";
35
39
  export { default as ComfyUI } from "./ComfyUI";
36
40
  export { default as CommandA } from "./CommandA";
37
41
  export { default as Copilot } from "./Copilot";
42
+ export { default as Coqui } from "./Coqui";
38
43
  export { default as Coze } from "./Coze";
39
44
  export { default as CrewAI } from "./CrewAI";
40
45
  export { default as Cursor } from "./Cursor";
@@ -56,6 +61,7 @@ export { default as FishAudio } from "./FishAudio";
56
61
  export { default as Flora } from "./Flora";
57
62
  export { default as Flowith } from "./Flowith";
58
63
  export { default as Flux } from "./Flux";
64
+ export { default as Friendli } from "./Friendli";
59
65
  export { default as Gemini } from "./Gemini";
60
66
  export { default as Gemma } from "./Gemma";
61
67
  export { default as GiteeAI } from "./GiteeAI";
@@ -74,6 +80,7 @@ export { default as Hedra } from "./Hedra";
74
80
  export { default as Higress } from "./Higress";
75
81
  export { default as HuggingFace } from "./HuggingFace";
76
82
  export { default as Hunyuan } from "./Hunyuan";
83
+ export { default as Hyperbolic } from "./Hyperbolic";
77
84
  export { default as Ideogram } from "./Ideogram";
78
85
  export { default as IFlyTekCloud } from "./IFlyTekCloud";
79
86
  export { default as Infinigence } from "./Infinigence";
@@ -82,12 +89,14 @@ export { default as Jina } from "./Jina";
82
89
  export { default as Kera } from "./Kera";
83
90
  export { default as Kimi } from "./Kimi";
84
91
  export { default as Kling } from "./Kling";
92
+ export { default as Kluster } from "./Kluster";
85
93
  export { default as Lambda } from "./Lambda";
86
94
  export { default as LangChain } from "./LangChain";
87
95
  export { default as Langfuse } from "./Langfuse";
88
96
  export { default as LangGraph } from "./LangGraph";
89
97
  export { default as LangSmith } from "./LangSmith";
90
98
  export { default as Lightricks } from "./Lightricks";
99
+ export { default as Liquid } from "./Liquid";
91
100
  export { default as LiveKit } from "./LiveKit";
92
101
  export { default as LlamaIndex } from "./LlamaIndex";
93
102
  export { default as LLaVA } from "./LLaVA";
@@ -108,10 +117,12 @@ export { default as Monica } from "./Monica";
108
117
  export { default as Moonshot } from "./Moonshot";
109
118
  export { default as MyShell } from "./MyShell";
110
119
  export { default as N8n } from "./N8n";
120
+ export { default as Nebius } from "./Nebius";
111
121
  export { default as NotebookLM } from "./NotebookLM";
112
122
  export { default as Notion } from "./Notion";
113
123
  export { default as Nova } from "./Nova";
114
124
  export { default as Novita } from "./Novita";
125
+ export { default as NPLCloud } from "./NPLCloud";
115
126
  export { default as Nvidia } from "./Nvidia";
116
127
  export { default as Ollama } from "./Ollama";
117
128
  export { default as OpenAI } from "./OpenAI";
@@ -140,6 +151,7 @@ export { default as Search1API } from "./Search1API";
140
151
  export { default as SearchApi } from "./SearchApi";
141
152
  export { default as SenseNova } from "./SenseNova";
142
153
  export { default as SiliconCloud } from "./SiliconCloud";
154
+ export { default as Snowflake } from "./Snowflake";
143
155
  export { default as Spark } from "./Spark";
144
156
  export { default as Stability } from "./Stability";
145
157
  export { default as StateCloud } from "./StateCloud";
@@ -164,9 +176,11 @@ export { default as Vidu } from "./Vidu";
164
176
  export { default as Viggle } from "./Viggle";
165
177
  export { default as Vllm } from "./Vllm";
166
178
  export { default as Volcengine } from "./Volcengine";
179
+ export { default as Voyage } from "./Voyage";
167
180
  export { default as Wenxin } from "./Wenxin";
168
181
  export { default as WorkersAI } from "./WorkersAI";
169
182
  export { default as XAI } from "./XAI";
183
+ export { default as Xinference } from "./Xinference";
170
184
  export { default as Xuanyuan } from "./Xuanyuan";
171
185
  export { default as Yandex } from "./Yandex";
172
186
  export { default as Yi } from "./Yi";
package/es/toc.js CHANGED
@@ -108,6 +108,24 @@ var toc = [{
108
108
  "hasTextColor": false
109
109
  },
110
110
  "title": "Google AI Studio"
111
+ }, {
112
+ "color": "#fff",
113
+ "desc": "https://aleph-alpha.com",
114
+ "docsUrl": "aleph-alpha",
115
+ "fullTitle": "AlephAlpha",
116
+ "group": "provider",
117
+ "id": "AlephAlpha",
118
+ "param": {
119
+ "hasAvatar": true,
120
+ "hasBrand": false,
121
+ "hasBrandColor": false,
122
+ "hasColor": false,
123
+ "hasCombine": true,
124
+ "hasText": true,
125
+ "hasTextCn": false,
126
+ "hasTextColor": false
127
+ },
128
+ "title": "AlephAlpha"
111
129
  }, {
112
130
  "color": "#FF6003",
113
131
  "desc": "https://alibaba.com",
@@ -180,6 +198,42 @@ var toc = [{
180
198
  "hasTextColor": false
181
199
  },
182
200
  "title": "Anthropic"
201
+ }, {
202
+ "color": "#0163FB",
203
+ "desc": "https://anyscale.com",
204
+ "docsUrl": "anyscale",
205
+ "fullTitle": "Anyscale",
206
+ "group": "provider",
207
+ "id": "Anyscale",
208
+ "param": {
209
+ "hasAvatar": true,
210
+ "hasBrand": false,
211
+ "hasBrandColor": false,
212
+ "hasColor": true,
213
+ "hasCombine": true,
214
+ "hasText": true,
215
+ "hasTextCn": false,
216
+ "hasTextColor": false
217
+ },
218
+ "title": "Anyscale"
219
+ }, {
220
+ "color": "#2545D3",
221
+ "desc": "https://assemblyai.com",
222
+ "docsUrl": "assembly-ai",
223
+ "fullTitle": "AssemblyAI",
224
+ "group": "model",
225
+ "id": "AssemblyAI",
226
+ "param": {
227
+ "hasAvatar": true,
228
+ "hasBrand": false,
229
+ "hasBrandColor": false,
230
+ "hasColor": true,
231
+ "hasCombine": true,
232
+ "hasText": true,
233
+ "hasTextCn": false,
234
+ "hasTextColor": false
235
+ },
236
+ "title": "AssemblyAI"
183
237
  }, {
184
238
  "color": "#E00054",
185
239
  "desc": "https://github.com/AUTOMATIC1111/stable-diffusion-webui",
@@ -399,6 +453,24 @@ var toc = [{
399
453
  "hasTextColor": false
400
454
  },
401
455
  "title": "ByteDance"
456
+ }, {
457
+ "color": "#004331",
458
+ "desc": "https://centml.ai",
459
+ "docsUrl": "cent-ml",
460
+ "fullTitle": "CentML",
461
+ "group": "provider",
462
+ "id": "CentML",
463
+ "param": {
464
+ "hasAvatar": true,
465
+ "hasBrand": true,
466
+ "hasBrandColor": true,
467
+ "hasColor": true,
468
+ "hasCombine": true,
469
+ "hasText": true,
470
+ "hasTextCn": false,
471
+ "hasTextColor": false
472
+ },
473
+ "title": "CentML"
402
474
  }, {
403
475
  "color": "#F15A29",
404
476
  "desc": "https://cerebras.ai",
@@ -672,6 +744,24 @@ var toc = [{
672
744
  "hasTextColor": false
673
745
  },
674
746
  "title": "Copilot"
747
+ }, {
748
+ "color": "#03363D",
749
+ "desc": "https://github.com/coqui-ai/TTS",
750
+ "docsUrl": "coqui",
751
+ "fullTitle": "Coqui",
752
+ "group": "application",
753
+ "id": "Coqui",
754
+ "param": {
755
+ "hasAvatar": true,
756
+ "hasBrand": false,
757
+ "hasBrandColor": false,
758
+ "hasColor": true,
759
+ "hasCombine": true,
760
+ "hasText": true,
761
+ "hasTextCn": false,
762
+ "hasTextColor": false
763
+ },
764
+ "title": "Coqui"
675
765
  }, {
676
766
  "color": "#4D53E8",
677
767
  "desc": "https://coze.com",
@@ -1052,6 +1142,24 @@ var toc = [{
1052
1142
  "hasTextColor": false
1053
1143
  },
1054
1144
  "title": "Flux"
1145
+ }, {
1146
+ "color": "#101723",
1147
+ "desc": "https://friendli.ai",
1148
+ "docsUrl": "friendli",
1149
+ "fullTitle": "Friendli",
1150
+ "group": "provider",
1151
+ "id": "Friendli",
1152
+ "param": {
1153
+ "hasAvatar": true,
1154
+ "hasBrand": false,
1155
+ "hasBrandColor": false,
1156
+ "hasColor": false,
1157
+ "hasCombine": true,
1158
+ "hasText": true,
1159
+ "hasTextCn": false,
1160
+ "hasTextColor": false
1161
+ },
1162
+ "title": "Friendli"
1055
1163
  }, {
1056
1164
  "color": "#1C69FF",
1057
1165
  "colorGradient": "linear-gradient(45deg, #1C69FF 40%, #F0DCD6 100%)",
@@ -1380,6 +1488,24 @@ var toc = [{
1380
1488
  "hasTextColor": false
1381
1489
  },
1382
1490
  "title": "Hunyuan"
1491
+ }, {
1492
+ "color": "#594CE9",
1493
+ "desc": "https://hyperbolic.xyz",
1494
+ "docsUrl": "hyperbolic",
1495
+ "fullTitle": "Hyperbolic",
1496
+ "group": "provider",
1497
+ "id": "Hyperbolic",
1498
+ "param": {
1499
+ "hasAvatar": true,
1500
+ "hasBrand": false,
1501
+ "hasBrandColor": false,
1502
+ "hasColor": true,
1503
+ "hasCombine": true,
1504
+ "hasText": true,
1505
+ "hasTextCn": false,
1506
+ "hasTextColor": false
1507
+ },
1508
+ "title": "Hyperbolic"
1383
1509
  }, {
1384
1510
  "color": "#2A80E2",
1385
1511
  "desc": "https://xfyun.cn",
@@ -1525,6 +1651,24 @@ var toc = [{
1525
1651
  "hasTextColor": false
1526
1652
  },
1527
1653
  "title": "Kling"
1654
+ }, {
1655
+ "color": "#6525F7",
1656
+ "desc": "https://kluster.ai",
1657
+ "docsUrl": "kluster",
1658
+ "fullTitle": "Kluster",
1659
+ "group": "provider",
1660
+ "id": "Kluster",
1661
+ "param": {
1662
+ "hasAvatar": true,
1663
+ "hasBrand": false,
1664
+ "hasBrandColor": false,
1665
+ "hasColor": true,
1666
+ "hasCombine": true,
1667
+ "hasText": true,
1668
+ "hasTextCn": false,
1669
+ "hasTextColor": false
1670
+ },
1671
+ "title": "Kluster"
1528
1672
  }, {
1529
1673
  "color": "#CB2D30",
1530
1674
  "colorGradient": "linear-gradient(-45deg, #CB2D30, #ED823A)",
@@ -1652,6 +1796,24 @@ var toc = [{
1652
1796
  "hasTextColor": false
1653
1797
  },
1654
1798
  "title": "Lightricks"
1799
+ }, {
1800
+ "color": "#fff",
1801
+ "desc": "https://liquid.ai",
1802
+ "docsUrl": "liquid",
1803
+ "fullTitle": "Liquid",
1804
+ "group": "model",
1805
+ "id": "Liquid",
1806
+ "param": {
1807
+ "hasAvatar": true,
1808
+ "hasBrand": false,
1809
+ "hasBrandColor": false,
1810
+ "hasColor": false,
1811
+ "hasCombine": true,
1812
+ "hasText": true,
1813
+ "hasTextCn": false,
1814
+ "hasTextColor": false
1815
+ },
1816
+ "title": "Liquid"
1655
1817
  }, {
1656
1818
  "color": "#000",
1657
1819
  "desc": "https://livekit.io",
@@ -1998,6 +2160,42 @@ var toc = [{
1998
2160
  "hasTextColor": false
1999
2161
  },
2000
2162
  "title": "n8n"
2163
+ }, {
2164
+ "color": "#00D1B2",
2165
+ "desc": "https://nlpcloud.com",
2166
+ "docsUrl": "npl-cloud",
2167
+ "fullTitle": "NPLCloud",
2168
+ "group": "provider",
2169
+ "id": "NPLCloud",
2170
+ "param": {
2171
+ "hasAvatar": true,
2172
+ "hasBrand": false,
2173
+ "hasBrandColor": false,
2174
+ "hasColor": true,
2175
+ "hasCombine": true,
2176
+ "hasText": true,
2177
+ "hasTextCn": false,
2178
+ "hasTextColor": false
2179
+ },
2180
+ "title": "NPLCloud"
2181
+ }, {
2182
+ "color": "#DAFF33",
2183
+ "desc": "https://nebius.com",
2184
+ "docsUrl": "nebius",
2185
+ "fullTitle": "Nebius",
2186
+ "group": "provider",
2187
+ "id": "Nebius",
2188
+ "param": {
2189
+ "hasAvatar": true,
2190
+ "hasBrand": false,
2191
+ "hasBrandColor": false,
2192
+ "hasColor": false,
2193
+ "hasCombine": false,
2194
+ "hasText": true,
2195
+ "hasTextCn": false,
2196
+ "hasTextColor": false
2197
+ },
2198
+ "title": "Nebius"
2001
2199
  }, {
2002
2200
  "color": "#fff",
2003
2201
  "desc": "https://notebooklm.google",
@@ -2578,6 +2776,24 @@ var toc = [{
2578
2776
  "hasTextColor": false
2579
2777
  },
2580
2778
  "title": "SiliconCloud"
2779
+ }, {
2780
+ "color": "#249EDC",
2781
+ "desc": "https://snowflake.com",
2782
+ "docsUrl": "snowflake",
2783
+ "fullTitle": "Snowflake",
2784
+ "group": "provider",
2785
+ "id": "Snowflake",
2786
+ "param": {
2787
+ "hasAvatar": true,
2788
+ "hasBrand": false,
2789
+ "hasBrandColor": false,
2790
+ "hasColor": true,
2791
+ "hasCombine": true,
2792
+ "hasText": true,
2793
+ "hasTextCn": false,
2794
+ "hasTextColor": false
2795
+ },
2796
+ "title": "Snowflake"
2581
2797
  }, {
2582
2798
  "color": "#0070f0",
2583
2799
  "desc": "https://xinghuo.xfyun.cn",
@@ -3014,6 +3230,24 @@ var toc = [{
3014
3230
  "hasTextColor": false
3015
3231
  },
3016
3232
  "title": "Volcengine"
3233
+ }, {
3234
+ "color": "#012E33",
3235
+ "desc": "https://voyageai.com",
3236
+ "docsUrl": "voyage",
3237
+ "fullTitle": "Voyage",
3238
+ "group": "model",
3239
+ "id": "Voyage",
3240
+ "param": {
3241
+ "hasAvatar": true,
3242
+ "hasBrand": false,
3243
+ "hasBrandColor": false,
3244
+ "hasColor": true,
3245
+ "hasCombine": false,
3246
+ "hasText": true,
3247
+ "hasTextCn": false,
3248
+ "hasTextColor": false
3249
+ },
3250
+ "title": "Voyage"
3017
3251
  }, {
3018
3252
  "color": "#167ADF",
3019
3253
  "colorGradient": "linear-gradient(to right, #0A51C3, #23A4FB)",
@@ -3069,6 +3303,24 @@ var toc = [{
3069
3303
  "hasTextColor": false
3070
3304
  },
3071
3305
  "title": "Grok"
3306
+ }, {
3307
+ "color": "#781ff5",
3308
+ "desc": "https://github.com/xorbitsai/inference",
3309
+ "docsUrl": "xinference",
3310
+ "fullTitle": "Xinference",
3311
+ "group": "provider",
3312
+ "id": "Xinference",
3313
+ "param": {
3314
+ "hasAvatar": true,
3315
+ "hasBrand": false,
3316
+ "hasBrandColor": false,
3317
+ "hasColor": true,
3318
+ "hasCombine": true,
3319
+ "hasText": true,
3320
+ "hasTextCn": false,
3321
+ "hasTextColor": false
3322
+ },
3323
+ "title": "Xinference"
3072
3324
  }, {
3073
3325
  "color": "#fff",
3074
3326
  "desc": "https://github.com/Duxiaoman-DI/XuanYuan",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/icons",
3
- "version": "1.93.0",
3
+ "version": "1.95.0",
4
4
  "description": "Popular AI / LLM Model Brand SVG Logo and Icon Collection",
5
5
  "keywords": [
6
6
  "lobehub",
@@ -27,7 +27,7 @@
27
27
  "es"
28
28
  ],
29
29
  "dependencies": {
30
- "@lobehub/ui": "^1.165.6",
30
+ "@lobehub/ui": "^1.168.7",
31
31
  "antd-style": "^3.7.1",
32
32
  "lucide-react": "^0.469.0",
33
33
  "polished": "^4.3.1",