@lobehub/icons 2.43.1 → 2.45.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.
- package/README.md +90 -86
- package/es/Apple/components/Combine.js +26 -0
- package/es/Apple/components/Mono.js +40 -0
- package/es/Apple/components/Text.js +39 -0
- package/es/Apple/style.d.ts +7 -0
- package/es/Apple/style.js +9 -0
- package/es/Krea/components/Avatar.d.ts +5 -0
- package/es/Krea/components/Avatar.js +25 -0
- package/es/Krea/components/Combine.d.ts +5 -0
- package/es/Krea/components/Mono.d.ts +3 -0
- package/es/Krea/components/Text.d.ts +3 -0
- package/es/Krea/index.d.ts +13 -0
- package/es/Krea/index.js +12 -0
- package/es/{Kera → Krea}/style.d.ts +1 -1
- package/es/{Kera → Krea}/style.js +1 -1
- package/es/ZenMux/components/Avatar.d.ts +5 -0
- package/es/ZenMux/components/Avatar.js +25 -0
- package/es/ZenMux/components/Combine.d.ts +4 -0
- package/es/ZenMux/components/Combine.js +26 -0
- package/es/ZenMux/components/Mono.d.ts +3 -0
- package/es/ZenMux/components/Mono.js +45 -0
- package/es/ZenMux/components/Text.d.ts +3 -0
- package/es/ZenMux/components/Text.js +52 -0
- package/es/ZenMux/index.d.ts +13 -0
- package/es/ZenMux/index.js +12 -0
- package/es/ZenMux/style.d.ts +7 -0
- package/es/ZenMux/style.js +9 -0
- package/es/features/IconAvatar/index.js +5 -3
- package/es/features/providerConfig.js +20 -18
- package/es/features/providerEnum.d.ts +1 -0
- package/es/features/providerEnum.js +1 -0
- package/es/icons.d.ts +3 -1
- package/es/icons.js +3 -1
- package/es/toc.js +54 -18
- package/package.json +1 -1
- /package/es/{Kera → Apple}/components/Avatar.d.ts +0 -0
- /package/es/{Kera → Apple}/components/Avatar.js +0 -0
- /package/es/{Kera → Apple}/components/Combine.d.ts +0 -0
- /package/es/{Kera → Apple}/components/Mono.d.ts +0 -0
- /package/es/{Kera → Apple}/components/Text.d.ts +0 -0
- /package/es/{Kera → Apple}/index.d.ts +0 -0
- /package/es/{Kera → Apple}/index.js +0 -0
- /package/es/{Kera → Krea}/components/Combine.js +0 -0
- /package/es/{Kera → Krea}/components/Mono.js +0 -0
- /package/es/{Kera → Krea}/components/Text.js +0 -0
package/es/icons.js
CHANGED
|
@@ -15,6 +15,7 @@ export { default as AlibabaCloud } from "./AlibabaCloud";
|
|
|
15
15
|
export { default as AntGroup } from "./AntGroup";
|
|
16
16
|
export { default as Anthropic } from "./Anthropic";
|
|
17
17
|
export { default as Anyscale } from "./Anyscale";
|
|
18
|
+
export { default as Apple } from "./Apple";
|
|
18
19
|
export { default as AssemblyAI } from "./AssemblyAI";
|
|
19
20
|
export { default as Automatic } from "./Automatic";
|
|
20
21
|
export { default as Aws } from "./Aws";
|
|
@@ -118,11 +119,11 @@ export { default as Inflection } from "./Inflection";
|
|
|
118
119
|
export { default as InternLM } from "./InternLM";
|
|
119
120
|
export { default as Jimeng } from "./Jimeng";
|
|
120
121
|
export { default as Jina } from "./Jina";
|
|
121
|
-
export { default as Kera } from "./Kera";
|
|
122
122
|
export { default as Kimi } from "./Kimi";
|
|
123
123
|
export { default as Kling } from "./Kling";
|
|
124
124
|
export { default as Kluster } from "./Kluster";
|
|
125
125
|
export { default as Kolors } from "./Kolors";
|
|
126
|
+
export { default as Krea } from "./Krea";
|
|
126
127
|
export { default as Kwaipilot } from "./Kwaipilot";
|
|
127
128
|
export { default as Lambda } from "./Lambda";
|
|
128
129
|
export { default as LangChain } from "./LangChain";
|
|
@@ -251,5 +252,6 @@ export { default as Yuanbao } from "./Yuanbao";
|
|
|
251
252
|
export { default as ZAI } from "./ZAI";
|
|
252
253
|
export { default as Zapier } from "./Zapier";
|
|
253
254
|
export { default as Zeabur } from "./Zeabur";
|
|
255
|
+
export { default as ZenMux } from "./ZenMux";
|
|
254
256
|
export { default as ZeroOne } from "./ZeroOne";
|
|
255
257
|
export { default as Zhipu } from "./Zhipu";
|
package/es/toc.js
CHANGED
|
@@ -306,6 +306,24 @@ var toc = [{
|
|
|
306
306
|
"hasTextColor": false
|
|
307
307
|
},
|
|
308
308
|
"title": "Anyscale"
|
|
309
|
+
}, {
|
|
310
|
+
"color": "#fff",
|
|
311
|
+
"desc": "https://apple.com",
|
|
312
|
+
"docsUrl": "apple",
|
|
313
|
+
"fullTitle": "Apple",
|
|
314
|
+
"group": "provider",
|
|
315
|
+
"id": "Apple",
|
|
316
|
+
"param": {
|
|
317
|
+
"hasAvatar": true,
|
|
318
|
+
"hasBrand": false,
|
|
319
|
+
"hasBrandColor": false,
|
|
320
|
+
"hasColor": false,
|
|
321
|
+
"hasCombine": true,
|
|
322
|
+
"hasText": true,
|
|
323
|
+
"hasTextCn": false,
|
|
324
|
+
"hasTextColor": false
|
|
325
|
+
},
|
|
326
|
+
"title": "Apple"
|
|
309
327
|
}, {
|
|
310
328
|
"color": "#2545D3",
|
|
311
329
|
"desc": "https://assemblyai.com",
|
|
@@ -2169,24 +2187,6 @@ var toc = [{
|
|
|
2169
2187
|
"hasTextColor": false
|
|
2170
2188
|
},
|
|
2171
2189
|
"title": "Jina"
|
|
2172
|
-
}, {
|
|
2173
|
-
"color": "#000",
|
|
2174
|
-
"desc": "https://kera.ai",
|
|
2175
|
-
"docsUrl": "kera",
|
|
2176
|
-
"fullTitle": "Kera",
|
|
2177
|
-
"group": "application",
|
|
2178
|
-
"id": "Kera",
|
|
2179
|
-
"param": {
|
|
2180
|
-
"hasAvatar": true,
|
|
2181
|
-
"hasBrand": false,
|
|
2182
|
-
"hasBrandColor": false,
|
|
2183
|
-
"hasColor": false,
|
|
2184
|
-
"hasCombine": true,
|
|
2185
|
-
"hasText": true,
|
|
2186
|
-
"hasTextCn": false,
|
|
2187
|
-
"hasTextColor": false
|
|
2188
|
-
},
|
|
2189
|
-
"title": "Kera"
|
|
2190
2190
|
}, {
|
|
2191
2191
|
"color": "#000",
|
|
2192
2192
|
"desc": "https://kimi.moonshot.cn",
|
|
@@ -2261,6 +2261,24 @@ var toc = [{
|
|
|
2261
2261
|
"hasTextColor": false
|
|
2262
2262
|
},
|
|
2263
2263
|
"title": "Kolors"
|
|
2264
|
+
}, {
|
|
2265
|
+
"color": "#000",
|
|
2266
|
+
"desc": "https://krea.ai",
|
|
2267
|
+
"docsUrl": "krea",
|
|
2268
|
+
"fullTitle": "Krea",
|
|
2269
|
+
"group": "application",
|
|
2270
|
+
"id": "Krea",
|
|
2271
|
+
"param": {
|
|
2272
|
+
"hasAvatar": true,
|
|
2273
|
+
"hasBrand": false,
|
|
2274
|
+
"hasBrandColor": false,
|
|
2275
|
+
"hasColor": false,
|
|
2276
|
+
"hasCombine": true,
|
|
2277
|
+
"hasText": true,
|
|
2278
|
+
"hasTextCn": false,
|
|
2279
|
+
"hasTextColor": false
|
|
2280
|
+
},
|
|
2281
|
+
"title": "Krea"
|
|
2264
2282
|
}, {
|
|
2265
2283
|
"color": "#000",
|
|
2266
2284
|
"desc": "https://kwaipilot.ai",
|
|
@@ -4583,6 +4601,24 @@ var toc = [{
|
|
|
4583
4601
|
"hasTextColor": false
|
|
4584
4602
|
},
|
|
4585
4603
|
"title": "Zeabur"
|
|
4604
|
+
}, {
|
|
4605
|
+
"color": "#000",
|
|
4606
|
+
"desc": "https://zenmux.ai",
|
|
4607
|
+
"docsUrl": "zen-mux",
|
|
4608
|
+
"fullTitle": "ZenMux",
|
|
4609
|
+
"group": "provider",
|
|
4610
|
+
"id": "ZenMux",
|
|
4611
|
+
"param": {
|
|
4612
|
+
"hasAvatar": true,
|
|
4613
|
+
"hasBrand": false,
|
|
4614
|
+
"hasBrandColor": false,
|
|
4615
|
+
"hasColor": false,
|
|
4616
|
+
"hasCombine": true,
|
|
4617
|
+
"hasText": true,
|
|
4618
|
+
"hasTextCn": false,
|
|
4619
|
+
"hasTextColor": false
|
|
4620
|
+
},
|
|
4621
|
+
"title": "ZenMux"
|
|
4586
4622
|
}, {
|
|
4587
4623
|
"color": "#003425",
|
|
4588
4624
|
"desc": "https://lingyiwanwu.com/",
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|