@lobehub/icons 1.94.0 → 1.96.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 (307) hide show
  1. package/README.md +73 -70
  2. package/es/AiHubMix/components/Avatar.d.ts +5 -0
  3. package/es/AiHubMix/components/Avatar.js +28 -0
  4. package/es/AiHubMix/components/Color.d.ts +3 -0
  5. package/es/AiHubMix/components/Color.js +45 -0
  6. package/es/AiHubMix/components/Combine.d.ts +7 -0
  7. package/es/AiHubMix/components/Combine.js +32 -0
  8. package/es/AiHubMix/components/Inner.d.ts +3 -0
  9. package/es/AiHubMix/components/Inner.js +52 -0
  10. package/es/AiHubMix/components/Mono.d.ts +3 -0
  11. package/es/AiHubMix/components/Mono.js +42 -0
  12. package/es/AiHubMix/components/Text.d.ts +3 -0
  13. package/es/AiHubMix/components/Text.js +41 -0
  14. package/es/AiHubMix/index.d.ts +15 -0
  15. package/es/AiHubMix/index.js +16 -0
  16. package/es/AiHubMix/style.d.ts +4 -0
  17. package/es/AiHubMix/style.js +4 -0
  18. package/es/AionLabs/components/Avatar.d.ts +5 -0
  19. package/es/AionLabs/components/Avatar.js +29 -0
  20. package/es/AionLabs/components/Color.d.ts +3 -0
  21. package/es/AionLabs/components/Color.js +217 -0
  22. package/es/AionLabs/components/Combine.d.ts +7 -0
  23. package/es/AionLabs/components/Combine.js +32 -0
  24. package/es/AionLabs/components/Mono.d.ts +3 -0
  25. package/es/AionLabs/components/Mono.js +43 -0
  26. package/es/AionLabs/components/Text.d.ts +3 -0
  27. package/es/AionLabs/components/Text.js +40 -0
  28. package/es/AionLabs/index.d.ts +15 -0
  29. package/es/AionLabs/index.js +16 -0
  30. package/es/AionLabs/style.d.ts +4 -0
  31. package/es/AionLabs/style.js +4 -0
  32. package/es/AlephAlpha/components/Avatar.d.ts +5 -0
  33. package/es/AlephAlpha/components/Avatar.js +28 -0
  34. package/es/AlephAlpha/components/Combine.d.ts +5 -0
  35. package/es/AlephAlpha/components/Combine.js +26 -0
  36. package/es/AlephAlpha/components/Mono.d.ts +3 -0
  37. package/es/AlephAlpha/components/Mono.js +41 -0
  38. package/es/AlephAlpha/components/Text.d.ts +3 -0
  39. package/es/AlephAlpha/components/Text.js +44 -0
  40. package/es/AlephAlpha/index.d.ts +13 -0
  41. package/es/AlephAlpha/index.js +14 -0
  42. package/es/AlephAlpha/style.d.ts +4 -0
  43. package/es/AlephAlpha/style.js +4 -0
  44. package/es/Anyscale/components/Avatar.d.ts +5 -0
  45. package/es/Anyscale/components/Avatar.js +30 -0
  46. package/es/Anyscale/components/Color.d.ts +3 -0
  47. package/es/Anyscale/components/Color.js +40 -0
  48. package/es/Anyscale/components/Combine.d.ts +7 -0
  49. package/es/Anyscale/components/Combine.js +32 -0
  50. package/es/Anyscale/components/Mono.d.ts +3 -0
  51. package/es/Anyscale/components/Mono.js +41 -0
  52. package/es/Anyscale/components/Text.d.ts +3 -0
  53. package/es/Anyscale/components/Text.js +40 -0
  54. package/es/Anyscale/index.d.ts +15 -0
  55. package/es/Anyscale/index.js +16 -0
  56. package/es/Anyscale/style.d.ts +4 -0
  57. package/es/Anyscale/style.js +4 -0
  58. package/es/AssemblyAI/components/Avatar.d.ts +5 -0
  59. package/es/AssemblyAI/components/Avatar.js +27 -0
  60. package/es/AssemblyAI/components/Color.d.ts +3 -0
  61. package/es/AssemblyAI/components/Color.js +43 -0
  62. package/es/AssemblyAI/components/Combine.d.ts +7 -0
  63. package/es/AssemblyAI/components/Combine.js +32 -0
  64. package/es/AssemblyAI/components/Mono.d.ts +3 -0
  65. package/es/AssemblyAI/components/Mono.js +43 -0
  66. package/es/AssemblyAI/components/Text.d.ts +3 -0
  67. package/es/AssemblyAI/components/Text.js +40 -0
  68. package/es/AssemblyAI/index.d.ts +15 -0
  69. package/es/AssemblyAI/index.js +16 -0
  70. package/es/AssemblyAI/style.d.ts +4 -0
  71. package/es/AssemblyAI/style.js +4 -0
  72. package/es/CentML/components/Avatar.d.ts +5 -0
  73. package/es/CentML/components/Avatar.js +27 -0
  74. package/es/CentML/components/BrandColor.d.ts +3 -0
  75. package/es/CentML/components/BrandColor.js +46 -0
  76. package/es/CentML/components/BrandMono.d.ts +3 -0
  77. package/es/CentML/components/BrandMono.js +47 -0
  78. package/es/CentML/components/Color.d.ts +3 -0
  79. package/es/CentML/components/Color.js +43 -0
  80. package/es/CentML/components/Combine.d.ts +7 -0
  81. package/es/CentML/components/Combine.js +30 -0
  82. package/es/CentML/components/Mono.d.ts +3 -0
  83. package/es/CentML/components/Mono.js +43 -0
  84. package/es/CentML/components/Text.d.ts +3 -0
  85. package/es/CentML/components/Text.js +47 -0
  86. package/es/CentML/index.d.ts +19 -0
  87. package/es/CentML/index.js +20 -0
  88. package/es/CentML/style.d.ts +4 -0
  89. package/es/CentML/style.js +4 -0
  90. package/es/Cerebras/components/Combine.js +2 -4
  91. package/es/Crusoe/components/Avatar.d.ts +5 -0
  92. package/es/Crusoe/components/Avatar.js +27 -0
  93. package/es/Crusoe/components/Color.d.ts +3 -0
  94. package/es/Crusoe/components/Color.js +65 -0
  95. package/es/Crusoe/components/Combine.d.ts +7 -0
  96. package/es/Crusoe/components/Combine.js +32 -0
  97. package/es/Crusoe/components/Mono.d.ts +3 -0
  98. package/es/Crusoe/components/Mono.js +62 -0
  99. package/es/Crusoe/components/Text.d.ts +3 -0
  100. package/es/Crusoe/components/Text.js +41 -0
  101. package/es/Crusoe/index.d.ts +15 -0
  102. package/es/Crusoe/index.js +16 -0
  103. package/es/Crusoe/style.d.ts +4 -0
  104. package/es/Crusoe/style.js +4 -0
  105. package/es/Featherless/components/Avatar.d.ts +5 -0
  106. package/es/Featherless/components/Avatar.js +33 -0
  107. package/es/Featherless/components/Color.d.ts +3 -0
  108. package/es/Featherless/components/Color.js +40 -0
  109. package/es/Featherless/components/Combine.d.ts +7 -0
  110. package/es/Featherless/components/Combine.js +32 -0
  111. package/es/Featherless/components/Mono.d.ts +3 -0
  112. package/es/Featherless/components/Mono.js +41 -0
  113. package/es/Featherless/components/Text.d.ts +3 -0
  114. package/es/Featherless/components/Text.js +40 -0
  115. package/es/Featherless/index.d.ts +15 -0
  116. package/es/Featherless/index.js +16 -0
  117. package/es/Featherless/style.d.ts +4 -0
  118. package/es/Featherless/style.js +4 -0
  119. package/es/Friendli/components/Avatar.d.ts +5 -0
  120. package/es/Friendli/components/Avatar.js +28 -0
  121. package/es/Friendli/components/Combine.d.ts +5 -0
  122. package/es/Friendli/components/Combine.js +26 -0
  123. package/es/Friendli/components/Mono.d.ts +3 -0
  124. package/es/Friendli/components/Mono.js +45 -0
  125. package/es/Friendli/components/Text.d.ts +3 -0
  126. package/es/Friendli/components/Text.js +40 -0
  127. package/es/Friendli/index.d.ts +13 -0
  128. package/es/Friendli/index.js +14 -0
  129. package/es/Friendli/style.d.ts +4 -0
  130. package/es/Friendli/style.js +4 -0
  131. package/es/Hyperbolic/components/Avatar.d.ts +5 -0
  132. package/es/Hyperbolic/components/Avatar.js +30 -0
  133. package/es/Hyperbolic/components/Color.d.ts +3 -0
  134. package/es/Hyperbolic/components/Color.js +40 -0
  135. package/es/Hyperbolic/components/Combine.d.ts +7 -0
  136. package/es/Hyperbolic/components/Combine.js +32 -0
  137. package/es/Hyperbolic/components/Mono.d.ts +3 -0
  138. package/es/Hyperbolic/components/Mono.js +41 -0
  139. package/es/Hyperbolic/components/Text.d.ts +3 -0
  140. package/es/Hyperbolic/components/Text.js +40 -0
  141. package/es/Hyperbolic/index.d.ts +15 -0
  142. package/es/Hyperbolic/index.js +16 -0
  143. package/es/Hyperbolic/style.d.ts +4 -0
  144. package/es/Hyperbolic/style.js +4 -0
  145. package/es/Inference/components/Avatar.d.ts +5 -0
  146. package/es/Inference/components/Avatar.js +27 -0
  147. package/es/Inference/components/Combine.d.ts +5 -0
  148. package/es/Inference/components/Combine.js +24 -0
  149. package/es/Inference/components/Mono.d.ts +3 -0
  150. package/es/Inference/components/Mono.js +41 -0
  151. package/es/Inference/components/Text.d.ts +3 -0
  152. package/es/Inference/components/Text.js +40 -0
  153. package/es/Inference/index.d.ts +13 -0
  154. package/es/Inference/index.js +14 -0
  155. package/es/Inference/style.d.ts +4 -0
  156. package/es/Inference/style.js +4 -0
  157. package/es/Infermatic/components/Avatar.d.ts +5 -0
  158. package/es/Infermatic/components/Avatar.js +30 -0
  159. package/es/Infermatic/components/Color.d.ts +3 -0
  160. package/es/Infermatic/components/Color.js +40 -0
  161. package/es/Infermatic/components/Combine.d.ts +7 -0
  162. package/es/Infermatic/components/Combine.js +32 -0
  163. package/es/Infermatic/components/Mono.d.ts +3 -0
  164. package/es/Infermatic/components/Mono.js +41 -0
  165. package/es/Infermatic/components/Text.d.ts +3 -0
  166. package/es/Infermatic/components/Text.js +40 -0
  167. package/es/Infermatic/index.d.ts +15 -0
  168. package/es/Infermatic/index.js +16 -0
  169. package/es/Infermatic/style.d.ts +4 -0
  170. package/es/Infermatic/style.js +4 -0
  171. package/es/Inflection/components/Avatar.d.ts +5 -0
  172. package/es/Inflection/components/Avatar.js +28 -0
  173. package/es/Inflection/components/Combine.d.ts +5 -0
  174. package/es/Inflection/components/Combine.js +24 -0
  175. package/es/Inflection/components/Mono.d.ts +3 -0
  176. package/es/Inflection/components/Mono.js +41 -0
  177. package/es/Inflection/components/Text.d.ts +3 -0
  178. package/es/Inflection/components/Text.js +40 -0
  179. package/es/Inflection/index.d.ts +13 -0
  180. package/es/Inflection/index.js +14 -0
  181. package/es/Inflection/style.d.ts +4 -0
  182. package/es/Inflection/style.js +4 -0
  183. package/es/Kluster/components/Avatar.d.ts +5 -0
  184. package/es/Kluster/components/Avatar.js +30 -0
  185. package/es/Kluster/components/Color.d.ts +3 -0
  186. package/es/Kluster/components/Color.js +43 -0
  187. package/es/Kluster/components/Combine.d.ts +7 -0
  188. package/es/Kluster/components/Combine.js +32 -0
  189. package/es/Kluster/components/Mono.d.ts +3 -0
  190. package/es/Kluster/components/Mono.js +43 -0
  191. package/es/Kluster/components/Text.d.ts +3 -0
  192. package/es/Kluster/components/Text.js +40 -0
  193. package/es/Kluster/index.d.ts +15 -0
  194. package/es/Kluster/index.js +16 -0
  195. package/es/Kluster/style.d.ts +4 -0
  196. package/es/Kluster/style.js +4 -0
  197. package/es/LeptonAI/components/Avatar.d.ts +5 -0
  198. package/es/LeptonAI/components/Avatar.js +29 -0
  199. package/es/LeptonAI/components/Color.d.ts +3 -0
  200. package/es/LeptonAI/components/Color.js +61 -0
  201. package/es/LeptonAI/components/Combine.d.ts +7 -0
  202. package/es/LeptonAI/components/Combine.js +32 -0
  203. package/es/LeptonAI/components/Mono.d.ts +3 -0
  204. package/es/LeptonAI/components/Mono.js +57 -0
  205. package/es/LeptonAI/components/Text.d.ts +3 -0
  206. package/es/LeptonAI/components/Text.js +40 -0
  207. package/es/LeptonAI/index.d.ts +15 -0
  208. package/es/LeptonAI/index.js +16 -0
  209. package/es/LeptonAI/style.d.ts +4 -0
  210. package/es/LeptonAI/style.js +4 -0
  211. package/es/Liquid/components/Avatar.d.ts +5 -0
  212. package/es/Liquid/components/Avatar.js +27 -0
  213. package/es/Liquid/components/Combine.d.ts +5 -0
  214. package/es/Liquid/components/Combine.js +29 -0
  215. package/es/Liquid/components/Mono.d.ts +3 -0
  216. package/es/Liquid/components/Mono.js +41 -0
  217. package/es/Liquid/components/Text.d.ts +3 -0
  218. package/es/Liquid/components/Text.js +50 -0
  219. package/es/Liquid/index.d.ts +13 -0
  220. package/es/Liquid/index.js +14 -0
  221. package/es/Liquid/style.d.ts +4 -0
  222. package/es/Liquid/style.js +4 -0
  223. package/es/NPLCloud/components/Avatar.d.ts +5 -0
  224. package/es/NPLCloud/components/Avatar.js +30 -0
  225. package/es/NPLCloud/components/Color.d.ts +3 -0
  226. package/es/NPLCloud/components/Color.js +40 -0
  227. package/es/NPLCloud/components/Combine.d.ts +7 -0
  228. package/es/NPLCloud/components/Combine.js +32 -0
  229. package/es/NPLCloud/components/Mono.d.ts +3 -0
  230. package/es/NPLCloud/components/Mono.js +41 -0
  231. package/es/NPLCloud/components/Text.d.ts +3 -0
  232. package/es/NPLCloud/components/Text.js +40 -0
  233. package/es/NPLCloud/index.d.ts +15 -0
  234. package/es/NPLCloud/index.js +16 -0
  235. package/es/NPLCloud/style.d.ts +4 -0
  236. package/es/NPLCloud/style.js +4 -0
  237. package/es/Nebius/components/Avatar.d.ts +5 -0
  238. package/es/Nebius/components/Avatar.js +28 -0
  239. package/es/Nebius/components/Mono.d.ts +3 -0
  240. package/es/Nebius/components/Mono.js +43 -0
  241. package/es/Nebius/components/Text.d.ts +3 -0
  242. package/es/Nebius/components/Text.js +47 -0
  243. package/es/Nebius/index.d.ts +11 -0
  244. package/es/Nebius/index.js +12 -0
  245. package/es/Nebius/style.d.ts +4 -0
  246. package/es/Nebius/style.js +4 -0
  247. package/es/Parasail/components/Avatar.d.ts +5 -0
  248. package/es/Parasail/components/Avatar.js +28 -0
  249. package/es/Parasail/components/Combine.d.ts +5 -0
  250. package/es/Parasail/components/Combine.js +27 -0
  251. package/es/Parasail/components/Mono.d.ts +3 -0
  252. package/es/Parasail/components/Mono.js +44 -0
  253. package/es/Parasail/components/Text.d.ts +3 -0
  254. package/es/Parasail/components/Text.js +40 -0
  255. package/es/Parasail/index.d.ts +13 -0
  256. package/es/Parasail/index.js +14 -0
  257. package/es/Parasail/style.d.ts +4 -0
  258. package/es/Parasail/style.js +4 -0
  259. package/es/Snowflake/components/Avatar.d.ts +5 -0
  260. package/es/Snowflake/components/Avatar.js +30 -0
  261. package/es/Snowflake/components/Color.d.ts +3 -0
  262. package/es/Snowflake/components/Color.js +42 -0
  263. package/es/Snowflake/components/Combine.d.ts +7 -0
  264. package/es/Snowflake/components/Combine.js +32 -0
  265. package/es/Snowflake/components/Mono.d.ts +3 -0
  266. package/es/Snowflake/components/Mono.js +42 -0
  267. package/es/Snowflake/components/Text.d.ts +3 -0
  268. package/es/Snowflake/components/Text.js +41 -0
  269. package/es/Snowflake/index.d.ts +15 -0
  270. package/es/Snowflake/index.js +16 -0
  271. package/es/Snowflake/style.d.ts +4 -0
  272. package/es/Snowflake/style.js +4 -0
  273. package/es/Targon/components/Avatar.d.ts +5 -0
  274. package/es/Targon/components/Avatar.js +28 -0
  275. package/es/Targon/components/Color.d.ts +3 -0
  276. package/es/Targon/components/Color.js +45 -0
  277. package/es/Targon/components/Combine.d.ts +7 -0
  278. package/es/Targon/components/Combine.js +32 -0
  279. package/es/Targon/components/Inner.d.ts +3 -0
  280. package/es/Targon/components/Inner.js +42 -0
  281. package/es/Targon/components/Mono.d.ts +3 -0
  282. package/es/Targon/components/Mono.js +42 -0
  283. package/es/Targon/components/Text.d.ts +3 -0
  284. package/es/Targon/components/Text.js +40 -0
  285. package/es/Targon/index.d.ts +15 -0
  286. package/es/Targon/index.js +16 -0
  287. package/es/Targon/style.d.ts +4 -0
  288. package/es/Targon/style.js +4 -0
  289. package/es/Voyage/components/Avatar.d.ts +5 -0
  290. package/es/Voyage/components/Avatar.js +27 -0
  291. package/es/Voyage/components/Color.d.ts +3 -0
  292. package/es/Voyage/components/Color.js +40 -0
  293. package/es/Voyage/components/Mono.d.ts +3 -0
  294. package/es/Voyage/components/Mono.js +41 -0
  295. package/es/Voyage/components/Text.d.ts +3 -0
  296. package/es/Voyage/components/Text.js +40 -0
  297. package/es/Voyage/index.d.ts +13 -0
  298. package/es/Voyage/index.js +14 -0
  299. package/es/Voyage/style.d.ts +4 -0
  300. package/es/Voyage/style.js +4 -0
  301. package/es/features/IconCombine/index.d.ts +1 -1
  302. package/es/features/IconCombine/index.js +1 -1
  303. package/es/features/modelConfig.js +20 -0
  304. package/es/icons.d.ts +22 -0
  305. package/es/icons.js +22 -0
  306. package/es/toc.js +396 -0
  307. package/package.json +1 -1
package/es/toc.js CHANGED
@@ -72,6 +72,24 @@ var toc = [{
72
72
  "hasTextColor": false
73
73
  },
74
74
  "title": "AI360"
75
+ }, {
76
+ "color": "#006FFB",
77
+ "desc": "https://aihubmix.com",
78
+ "docsUrl": "ai-hub-mix",
79
+ "fullTitle": "AiHubMix (推理时代)",
80
+ "group": "provider",
81
+ "id": "AiHubMix",
82
+ "param": {
83
+ "hasAvatar": true,
84
+ "hasBrand": false,
85
+ "hasBrandColor": false,
86
+ "hasColor": true,
87
+ "hasCombine": true,
88
+ "hasText": true,
89
+ "hasTextCn": false,
90
+ "hasTextColor": false
91
+ },
92
+ "title": "AiHubMix"
75
93
  }, {
76
94
  "color": "#fff",
77
95
  "desc": "https://ai-maas.wair.ac.cn",
@@ -108,6 +126,42 @@ var toc = [{
108
126
  "hasTextColor": false
109
127
  },
110
128
  "title": "Google AI Studio"
129
+ }, {
130
+ "color": "#0f172a",
131
+ "desc": "https://aionlabs.ai",
132
+ "docsUrl": "aion-labs",
133
+ "fullTitle": "AionLabs",
134
+ "group": "model",
135
+ "id": "AionLabs",
136
+ "param": {
137
+ "hasAvatar": true,
138
+ "hasBrand": false,
139
+ "hasBrandColor": false,
140
+ "hasColor": true,
141
+ "hasCombine": true,
142
+ "hasText": true,
143
+ "hasTextCn": false,
144
+ "hasTextColor": false
145
+ },
146
+ "title": "AionLabs"
147
+ }, {
148
+ "color": "#fff",
149
+ "desc": "https://aleph-alpha.com",
150
+ "docsUrl": "aleph-alpha",
151
+ "fullTitle": "AlephAlpha",
152
+ "group": "provider",
153
+ "id": "AlephAlpha",
154
+ "param": {
155
+ "hasAvatar": true,
156
+ "hasBrand": false,
157
+ "hasBrandColor": false,
158
+ "hasColor": false,
159
+ "hasCombine": true,
160
+ "hasText": true,
161
+ "hasTextCn": false,
162
+ "hasTextColor": false
163
+ },
164
+ "title": "AlephAlpha"
111
165
  }, {
112
166
  "color": "#FF6003",
113
167
  "desc": "https://alibaba.com",
@@ -180,6 +234,42 @@ var toc = [{
180
234
  "hasTextColor": false
181
235
  },
182
236
  "title": "Anthropic"
237
+ }, {
238
+ "color": "#0163FB",
239
+ "desc": "https://anyscale.com",
240
+ "docsUrl": "anyscale",
241
+ "fullTitle": "Anyscale",
242
+ "group": "provider",
243
+ "id": "Anyscale",
244
+ "param": {
245
+ "hasAvatar": true,
246
+ "hasBrand": false,
247
+ "hasBrandColor": false,
248
+ "hasColor": true,
249
+ "hasCombine": true,
250
+ "hasText": true,
251
+ "hasTextCn": false,
252
+ "hasTextColor": false
253
+ },
254
+ "title": "Anyscale"
255
+ }, {
256
+ "color": "#2545D3",
257
+ "desc": "https://assemblyai.com",
258
+ "docsUrl": "assembly-ai",
259
+ "fullTitle": "AssemblyAI",
260
+ "group": "model",
261
+ "id": "AssemblyAI",
262
+ "param": {
263
+ "hasAvatar": true,
264
+ "hasBrand": false,
265
+ "hasBrandColor": false,
266
+ "hasColor": true,
267
+ "hasCombine": true,
268
+ "hasText": true,
269
+ "hasTextCn": false,
270
+ "hasTextColor": false
271
+ },
272
+ "title": "AssemblyAI"
183
273
  }, {
184
274
  "color": "#E00054",
185
275
  "desc": "https://github.com/AUTOMATIC1111/stable-diffusion-webui",
@@ -399,6 +489,24 @@ var toc = [{
399
489
  "hasTextColor": false
400
490
  },
401
491
  "title": "ByteDance"
492
+ }, {
493
+ "color": "#004331",
494
+ "desc": "https://centml.ai",
495
+ "docsUrl": "cent-ml",
496
+ "fullTitle": "CentML",
497
+ "group": "provider",
498
+ "id": "CentML",
499
+ "param": {
500
+ "hasAvatar": true,
501
+ "hasBrand": true,
502
+ "hasBrandColor": true,
503
+ "hasColor": true,
504
+ "hasCombine": true,
505
+ "hasText": true,
506
+ "hasTextCn": false,
507
+ "hasTextColor": false
508
+ },
509
+ "title": "CentML"
402
510
  }, {
403
511
  "color": "#F15A29",
404
512
  "desc": "https://cerebras.ai",
@@ -726,6 +834,24 @@ var toc = [{
726
834
  "hasTextColor": false
727
835
  },
728
836
  "title": "CrewAI"
837
+ }, {
838
+ "color": "#fff",
839
+ "desc": "https://crusoe.ai",
840
+ "docsUrl": "crusoe",
841
+ "fullTitle": "Crusoe",
842
+ "group": "provider",
843
+ "id": "Crusoe",
844
+ "param": {
845
+ "hasAvatar": true,
846
+ "hasBrand": false,
847
+ "hasBrandColor": false,
848
+ "hasColor": true,
849
+ "hasCombine": true,
850
+ "hasText": true,
851
+ "hasTextCn": false,
852
+ "hasTextColor": false
853
+ },
854
+ "title": "Crusoe"
729
855
  }, {
730
856
  "color": "#000",
731
857
  "desc": "https://cursor.com",
@@ -980,6 +1106,24 @@ var toc = [{
980
1106
  "hasTextColor": false
981
1107
  },
982
1108
  "title": "Fal"
1109
+ }, {
1110
+ "color": "#FFE184",
1111
+ "desc": "https://featherless.ai",
1112
+ "docsUrl": "featherless",
1113
+ "fullTitle": "Featherless.ai",
1114
+ "group": "provider",
1115
+ "id": "Featherless",
1116
+ "param": {
1117
+ "hasAvatar": true,
1118
+ "hasBrand": false,
1119
+ "hasBrandColor": false,
1120
+ "hasColor": true,
1121
+ "hasCombine": true,
1122
+ "hasText": true,
1123
+ "hasTextCn": false,
1124
+ "hasTextColor": false
1125
+ },
1126
+ "title": "featherless.ai"
983
1127
  }, {
984
1128
  "color": "#5019C5",
985
1129
  "desc": "https://fireworks.ai",
@@ -1070,6 +1214,24 @@ var toc = [{
1070
1214
  "hasTextColor": false
1071
1215
  },
1072
1216
  "title": "Flux"
1217
+ }, {
1218
+ "color": "#101723",
1219
+ "desc": "https://friendli.ai",
1220
+ "docsUrl": "friendli",
1221
+ "fullTitle": "Friendli",
1222
+ "group": "provider",
1223
+ "id": "Friendli",
1224
+ "param": {
1225
+ "hasAvatar": true,
1226
+ "hasBrand": false,
1227
+ "hasBrandColor": false,
1228
+ "hasColor": false,
1229
+ "hasCombine": true,
1230
+ "hasText": true,
1231
+ "hasTextCn": false,
1232
+ "hasTextColor": false
1233
+ },
1234
+ "title": "Friendli"
1073
1235
  }, {
1074
1236
  "color": "#1C69FF",
1075
1237
  "colorGradient": "linear-gradient(45deg, #1C69FF 40%, #F0DCD6 100%)",
@@ -1398,6 +1560,24 @@ var toc = [{
1398
1560
  "hasTextColor": false
1399
1561
  },
1400
1562
  "title": "Hunyuan"
1563
+ }, {
1564
+ "color": "#594CE9",
1565
+ "desc": "https://hyperbolic.xyz",
1566
+ "docsUrl": "hyperbolic",
1567
+ "fullTitle": "Hyperbolic",
1568
+ "group": "provider",
1569
+ "id": "Hyperbolic",
1570
+ "param": {
1571
+ "hasAvatar": true,
1572
+ "hasBrand": false,
1573
+ "hasBrandColor": false,
1574
+ "hasColor": true,
1575
+ "hasCombine": true,
1576
+ "hasText": true,
1577
+ "hasTextCn": false,
1578
+ "hasTextColor": false
1579
+ },
1580
+ "title": "Hyperbolic"
1401
1581
  }, {
1402
1582
  "color": "#2A80E2",
1403
1583
  "desc": "https://xfyun.cn",
@@ -1434,6 +1614,42 @@ var toc = [{
1434
1614
  "hasTextColor": false
1435
1615
  },
1436
1616
  "title": "Ideogram"
1617
+ }, {
1618
+ "color": "#000",
1619
+ "desc": "https://inference.net",
1620
+ "docsUrl": "inference",
1621
+ "fullTitle": "Inference",
1622
+ "group": "provider",
1623
+ "id": "Inference",
1624
+ "param": {
1625
+ "hasAvatar": true,
1626
+ "hasBrand": false,
1627
+ "hasBrandColor": false,
1628
+ "hasColor": false,
1629
+ "hasCombine": true,
1630
+ "hasText": true,
1631
+ "hasTextCn": false,
1632
+ "hasTextColor": false
1633
+ },
1634
+ "title": "Inference"
1635
+ }, {
1636
+ "color": "#4334F5",
1637
+ "desc": "https://infermatic.ai",
1638
+ "docsUrl": "infermatic",
1639
+ "fullTitle": "Infermatic",
1640
+ "group": "provider",
1641
+ "id": "Infermatic",
1642
+ "param": {
1643
+ "hasAvatar": true,
1644
+ "hasBrand": false,
1645
+ "hasBrandColor": false,
1646
+ "hasColor": true,
1647
+ "hasCombine": true,
1648
+ "hasText": true,
1649
+ "hasTextCn": false,
1650
+ "hasTextColor": false
1651
+ },
1652
+ "title": "Infermatic"
1437
1653
  }, {
1438
1654
  "color": "#7952ea",
1439
1655
  "desc": "https://cloud.infini-ai.com",
@@ -1452,6 +1668,24 @@ var toc = [{
1452
1668
  "hasTextColor": false
1453
1669
  },
1454
1670
  "title": "Infinigence"
1671
+ }, {
1672
+ "color": "#038247",
1673
+ "desc": "https://inflection.ai",
1674
+ "docsUrl": "inflection",
1675
+ "fullTitle": "Inflection",
1676
+ "group": "model",
1677
+ "id": "Inflection",
1678
+ "param": {
1679
+ "hasAvatar": true,
1680
+ "hasBrand": false,
1681
+ "hasBrandColor": false,
1682
+ "hasColor": false,
1683
+ "hasCombine": true,
1684
+ "hasText": true,
1685
+ "hasTextCn": false,
1686
+ "hasTextColor": false
1687
+ },
1688
+ "title": "Inflection"
1455
1689
  }, {
1456
1690
  "color": "#1B3882",
1457
1691
  "desc": "https://internlm.intern-ai.org.cn",
@@ -1543,6 +1777,24 @@ var toc = [{
1543
1777
  "hasTextColor": false
1544
1778
  },
1545
1779
  "title": "Kling"
1780
+ }, {
1781
+ "color": "#6525F7",
1782
+ "desc": "https://kluster.ai",
1783
+ "docsUrl": "kluster",
1784
+ "fullTitle": "Kluster",
1785
+ "group": "provider",
1786
+ "id": "Kluster",
1787
+ "param": {
1788
+ "hasAvatar": true,
1789
+ "hasBrand": false,
1790
+ "hasBrandColor": false,
1791
+ "hasColor": true,
1792
+ "hasCombine": true,
1793
+ "hasText": true,
1794
+ "hasTextCn": false,
1795
+ "hasTextColor": false
1796
+ },
1797
+ "title": "Kluster"
1546
1798
  }, {
1547
1799
  "color": "#CB2D30",
1548
1800
  "colorGradient": "linear-gradient(-45deg, #CB2D30, #ED823A)",
@@ -1652,6 +1904,24 @@ var toc = [{
1652
1904
  "hasTextColor": false
1653
1905
  },
1654
1906
  "title": "Langfuse"
1907
+ }, {
1908
+ "color": "#2F80ED",
1909
+ "desc": "https://lepton.ai",
1910
+ "docsUrl": "lepton-ai",
1911
+ "fullTitle": "LeptonAI",
1912
+ "group": "provider",
1913
+ "id": "LeptonAI",
1914
+ "param": {
1915
+ "hasAvatar": true,
1916
+ "hasBrand": false,
1917
+ "hasBrandColor": false,
1918
+ "hasColor": true,
1919
+ "hasCombine": true,
1920
+ "hasText": true,
1921
+ "hasTextCn": false,
1922
+ "hasTextColor": false
1923
+ },
1924
+ "title": "LeptonAI"
1655
1925
  }, {
1656
1926
  "color": "#000",
1657
1927
  "desc": "https://lightricks.com",
@@ -1670,6 +1940,24 @@ var toc = [{
1670
1940
  "hasTextColor": false
1671
1941
  },
1672
1942
  "title": "Lightricks"
1943
+ }, {
1944
+ "color": "#fff",
1945
+ "desc": "https://liquid.ai",
1946
+ "docsUrl": "liquid",
1947
+ "fullTitle": "Liquid",
1948
+ "group": "model",
1949
+ "id": "Liquid",
1950
+ "param": {
1951
+ "hasAvatar": true,
1952
+ "hasBrand": false,
1953
+ "hasBrandColor": false,
1954
+ "hasColor": false,
1955
+ "hasCombine": true,
1956
+ "hasText": true,
1957
+ "hasTextCn": false,
1958
+ "hasTextColor": false
1959
+ },
1960
+ "title": "Liquid"
1673
1961
  }, {
1674
1962
  "color": "#000",
1675
1963
  "desc": "https://livekit.io",
@@ -2016,6 +2304,42 @@ var toc = [{
2016
2304
  "hasTextColor": false
2017
2305
  },
2018
2306
  "title": "n8n"
2307
+ }, {
2308
+ "color": "#00D1B2",
2309
+ "desc": "https://nlpcloud.com",
2310
+ "docsUrl": "npl-cloud",
2311
+ "fullTitle": "NPLCloud",
2312
+ "group": "provider",
2313
+ "id": "NPLCloud",
2314
+ "param": {
2315
+ "hasAvatar": true,
2316
+ "hasBrand": false,
2317
+ "hasBrandColor": false,
2318
+ "hasColor": true,
2319
+ "hasCombine": true,
2320
+ "hasText": true,
2321
+ "hasTextCn": false,
2322
+ "hasTextColor": false
2323
+ },
2324
+ "title": "NPLCloud"
2325
+ }, {
2326
+ "color": "#DAFF33",
2327
+ "desc": "https://nebius.com",
2328
+ "docsUrl": "nebius",
2329
+ "fullTitle": "Nebius",
2330
+ "group": "provider",
2331
+ "id": "Nebius",
2332
+ "param": {
2333
+ "hasAvatar": true,
2334
+ "hasBrand": false,
2335
+ "hasBrandColor": false,
2336
+ "hasColor": false,
2337
+ "hasCombine": false,
2338
+ "hasText": true,
2339
+ "hasTextCn": false,
2340
+ "hasTextColor": false
2341
+ },
2342
+ "title": "Nebius"
2019
2343
  }, {
2020
2344
  "color": "#fff",
2021
2345
  "desc": "https://notebooklm.google",
@@ -2233,6 +2557,24 @@ var toc = [{
2233
2557
  "hasTextColor": false
2234
2558
  },
2235
2559
  "title": "PaLM"
2560
+ }, {
2561
+ "color": "#000",
2562
+ "desc": "https://parasail.io/",
2563
+ "docsUrl": "parasail",
2564
+ "fullTitle": "Parasail",
2565
+ "group": "provider",
2566
+ "id": "Parasail",
2567
+ "param": {
2568
+ "hasAvatar": true,
2569
+ "hasBrand": false,
2570
+ "hasBrandColor": false,
2571
+ "hasColor": false,
2572
+ "hasCombine": true,
2573
+ "hasText": true,
2574
+ "hasTextCn": false,
2575
+ "hasTextColor": false
2576
+ },
2577
+ "title": "Parasail"
2236
2578
  }, {
2237
2579
  "color": "#22B8CD",
2238
2580
  "desc": "https://perplexity.ai",
@@ -2596,6 +2938,24 @@ var toc = [{
2596
2938
  "hasTextColor": false
2597
2939
  },
2598
2940
  "title": "SiliconCloud"
2941
+ }, {
2942
+ "color": "#249EDC",
2943
+ "desc": "https://snowflake.com",
2944
+ "docsUrl": "snowflake",
2945
+ "fullTitle": "Snowflake",
2946
+ "group": "provider",
2947
+ "id": "Snowflake",
2948
+ "param": {
2949
+ "hasAvatar": true,
2950
+ "hasBrand": false,
2951
+ "hasBrandColor": false,
2952
+ "hasColor": true,
2953
+ "hasCombine": true,
2954
+ "hasText": true,
2955
+ "hasTextCn": false,
2956
+ "hasTextColor": false
2957
+ },
2958
+ "title": "Snowflake"
2599
2959
  }, {
2600
2960
  "color": "#0070f0",
2601
2961
  "desc": "https://xinghuo.xfyun.cn",
@@ -2723,6 +3083,24 @@ var toc = [{
2723
3083
  "hasTextColor": false
2724
3084
  },
2725
3085
  "title": "Technology Innovation Institute"
3086
+ }, {
3087
+ "color": "#68C3FF",
3088
+ "desc": "https://targon.com",
3089
+ "docsUrl": "targon",
3090
+ "fullTitle": "Targon",
3091
+ "group": "provider",
3092
+ "id": "Targon",
3093
+ "param": {
3094
+ "hasAvatar": true,
3095
+ "hasBrand": false,
3096
+ "hasBrandColor": false,
3097
+ "hasColor": true,
3098
+ "hasCombine": true,
3099
+ "hasText": true,
3100
+ "hasTextCn": false,
3101
+ "hasTextColor": false
3102
+ },
3103
+ "title": "Targon"
2726
3104
  }, {
2727
3105
  "color": "#0052D9",
2728
3106
  "desc": "https://tencent.com",
@@ -3032,6 +3410,24 @@ var toc = [{
3032
3410
  "hasTextColor": false
3033
3411
  },
3034
3412
  "title": "Volcengine"
3413
+ }, {
3414
+ "color": "#012E33",
3415
+ "desc": "https://voyageai.com",
3416
+ "docsUrl": "voyage",
3417
+ "fullTitle": "Voyage",
3418
+ "group": "model",
3419
+ "id": "Voyage",
3420
+ "param": {
3421
+ "hasAvatar": true,
3422
+ "hasBrand": false,
3423
+ "hasBrandColor": false,
3424
+ "hasColor": true,
3425
+ "hasCombine": false,
3426
+ "hasText": true,
3427
+ "hasTextCn": false,
3428
+ "hasTextColor": false
3429
+ },
3430
+ "title": "Voyage"
3035
3431
  }, {
3036
3432
  "color": "#167ADF",
3037
3433
  "colorGradient": "linear-gradient(to right, #0A51C3, #23A4FB)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/icons",
3
- "version": "1.94.0",
3
+ "version": "1.96.0",
4
4
  "description": "Popular AI / LLM Model Brand SVG Logo and Icon Collection",
5
5
  "keywords": [
6
6
  "lobehub",