@lobehub/icons 1.94.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.
- package/README.md +61 -60
- package/es/AlephAlpha/components/Avatar.d.ts +5 -0
- package/es/AlephAlpha/components/Avatar.js +28 -0
- package/es/AlephAlpha/components/Combine.d.ts +5 -0
- package/es/AlephAlpha/components/Combine.js +26 -0
- package/es/AlephAlpha/components/Mono.d.ts +3 -0
- package/es/AlephAlpha/components/Mono.js +41 -0
- package/es/AlephAlpha/components/Text.d.ts +3 -0
- package/es/AlephAlpha/components/Text.js +44 -0
- package/es/AlephAlpha/index.d.ts +13 -0
- package/es/AlephAlpha/index.js +14 -0
- package/es/AlephAlpha/style.d.ts +4 -0
- package/es/AlephAlpha/style.js +4 -0
- package/es/Anyscale/components/Avatar.d.ts +5 -0
- package/es/Anyscale/components/Avatar.js +30 -0
- package/es/Anyscale/components/Color.d.ts +3 -0
- package/es/Anyscale/components/Color.js +40 -0
- package/es/Anyscale/components/Combine.d.ts +7 -0
- package/es/Anyscale/components/Combine.js +32 -0
- package/es/Anyscale/components/Mono.d.ts +3 -0
- package/es/Anyscale/components/Mono.js +41 -0
- package/es/Anyscale/components/Text.d.ts +3 -0
- package/es/Anyscale/components/Text.js +40 -0
- package/es/Anyscale/index.d.ts +15 -0
- package/es/Anyscale/index.js +16 -0
- package/es/Anyscale/style.d.ts +4 -0
- package/es/Anyscale/style.js +4 -0
- package/es/AssemblyAI/components/Avatar.d.ts +5 -0
- package/es/AssemblyAI/components/Avatar.js +27 -0
- package/es/AssemblyAI/components/Color.d.ts +3 -0
- package/es/AssemblyAI/components/Color.js +43 -0
- package/es/AssemblyAI/components/Combine.d.ts +7 -0
- package/es/AssemblyAI/components/Combine.js +32 -0
- package/es/AssemblyAI/components/Mono.d.ts +3 -0
- package/es/AssemblyAI/components/Mono.js +43 -0
- package/es/AssemblyAI/components/Text.d.ts +3 -0
- package/es/AssemblyAI/components/Text.js +40 -0
- package/es/AssemblyAI/index.d.ts +15 -0
- package/es/AssemblyAI/index.js +16 -0
- package/es/AssemblyAI/style.d.ts +4 -0
- package/es/AssemblyAI/style.js +4 -0
- package/es/CentML/components/Avatar.d.ts +5 -0
- package/es/CentML/components/Avatar.js +27 -0
- package/es/CentML/components/BrandColor.d.ts +3 -0
- package/es/CentML/components/BrandColor.js +46 -0
- package/es/CentML/components/BrandMono.d.ts +3 -0
- package/es/CentML/components/BrandMono.js +47 -0
- package/es/CentML/components/Color.d.ts +3 -0
- package/es/CentML/components/Color.js +43 -0
- package/es/CentML/components/Combine.d.ts +7 -0
- package/es/CentML/components/Combine.js +30 -0
- package/es/CentML/components/Mono.d.ts +3 -0
- package/es/CentML/components/Mono.js +43 -0
- package/es/CentML/components/Text.d.ts +3 -0
- package/es/CentML/components/Text.js +47 -0
- package/es/CentML/index.d.ts +19 -0
- package/es/CentML/index.js +20 -0
- package/es/CentML/style.d.ts +4 -0
- package/es/CentML/style.js +4 -0
- package/es/Cerebras/components/Combine.js +2 -4
- package/es/Friendli/components/Avatar.d.ts +5 -0
- package/es/Friendli/components/Avatar.js +28 -0
- package/es/Friendli/components/Combine.d.ts +5 -0
- package/es/Friendli/components/Combine.js +26 -0
- package/es/Friendli/components/Mono.d.ts +3 -0
- package/es/Friendli/components/Mono.js +45 -0
- package/es/Friendli/components/Text.d.ts +3 -0
- package/es/Friendli/components/Text.js +40 -0
- package/es/Friendli/index.d.ts +13 -0
- package/es/Friendli/index.js +14 -0
- package/es/Friendli/style.d.ts +4 -0
- package/es/Friendli/style.js +4 -0
- package/es/Hyperbolic/components/Avatar.d.ts +5 -0
- package/es/Hyperbolic/components/Avatar.js +30 -0
- package/es/Hyperbolic/components/Color.d.ts +3 -0
- package/es/Hyperbolic/components/Color.js +40 -0
- package/es/Hyperbolic/components/Combine.d.ts +7 -0
- package/es/Hyperbolic/components/Combine.js +32 -0
- package/es/Hyperbolic/components/Mono.d.ts +3 -0
- package/es/Hyperbolic/components/Mono.js +41 -0
- package/es/Hyperbolic/components/Text.d.ts +3 -0
- package/es/Hyperbolic/components/Text.js +40 -0
- package/es/Hyperbolic/index.d.ts +15 -0
- package/es/Hyperbolic/index.js +16 -0
- package/es/Hyperbolic/style.d.ts +4 -0
- package/es/Hyperbolic/style.js +4 -0
- package/es/Kluster/components/Avatar.d.ts +5 -0
- package/es/Kluster/components/Avatar.js +30 -0
- package/es/Kluster/components/Color.d.ts +3 -0
- package/es/Kluster/components/Color.js +43 -0
- package/es/Kluster/components/Combine.d.ts +7 -0
- package/es/Kluster/components/Combine.js +32 -0
- package/es/Kluster/components/Mono.d.ts +3 -0
- package/es/Kluster/components/Mono.js +43 -0
- package/es/Kluster/components/Text.d.ts +3 -0
- package/es/Kluster/components/Text.js +40 -0
- package/es/Kluster/index.d.ts +15 -0
- package/es/Kluster/index.js +16 -0
- package/es/Kluster/style.d.ts +4 -0
- package/es/Kluster/style.js +4 -0
- package/es/Liquid/components/Avatar.d.ts +5 -0
- package/es/Liquid/components/Avatar.js +27 -0
- package/es/Liquid/components/Combine.d.ts +5 -0
- package/es/Liquid/components/Combine.js +29 -0
- package/es/Liquid/components/Mono.d.ts +3 -0
- package/es/Liquid/components/Mono.js +41 -0
- package/es/Liquid/components/Text.d.ts +3 -0
- package/es/Liquid/components/Text.js +50 -0
- package/es/Liquid/index.d.ts +13 -0
- package/es/Liquid/index.js +14 -0
- package/es/Liquid/style.d.ts +4 -0
- package/es/Liquid/style.js +4 -0
- package/es/NPLCloud/components/Avatar.d.ts +5 -0
- package/es/NPLCloud/components/Avatar.js +30 -0
- package/es/NPLCloud/components/Color.d.ts +3 -0
- package/es/NPLCloud/components/Color.js +40 -0
- package/es/NPLCloud/components/Combine.d.ts +7 -0
- package/es/NPLCloud/components/Combine.js +32 -0
- package/es/NPLCloud/components/Mono.d.ts +3 -0
- package/es/NPLCloud/components/Mono.js +41 -0
- package/es/NPLCloud/components/Text.d.ts +3 -0
- package/es/NPLCloud/components/Text.js +40 -0
- package/es/NPLCloud/index.d.ts +15 -0
- package/es/NPLCloud/index.js +16 -0
- package/es/NPLCloud/style.d.ts +4 -0
- package/es/NPLCloud/style.js +4 -0
- package/es/Nebius/components/Avatar.d.ts +5 -0
- package/es/Nebius/components/Avatar.js +28 -0
- package/es/Nebius/components/Mono.d.ts +3 -0
- package/es/Nebius/components/Mono.js +43 -0
- package/es/Nebius/components/Text.d.ts +3 -0
- package/es/Nebius/components/Text.js +47 -0
- package/es/Nebius/index.d.ts +11 -0
- package/es/Nebius/index.js +12 -0
- package/es/Nebius/style.d.ts +4 -0
- package/es/Nebius/style.js +4 -0
- package/es/Snowflake/components/Avatar.d.ts +5 -0
- package/es/Snowflake/components/Avatar.js +30 -0
- package/es/Snowflake/components/Color.d.ts +3 -0
- package/es/Snowflake/components/Color.js +42 -0
- package/es/Snowflake/components/Combine.d.ts +7 -0
- package/es/Snowflake/components/Combine.js +32 -0
- package/es/Snowflake/components/Mono.d.ts +3 -0
- package/es/Snowflake/components/Mono.js +42 -0
- package/es/Snowflake/components/Text.d.ts +3 -0
- package/es/Snowflake/components/Text.js +41 -0
- package/es/Snowflake/index.d.ts +15 -0
- package/es/Snowflake/index.js +16 -0
- package/es/Snowflake/style.d.ts +4 -0
- package/es/Snowflake/style.js +4 -0
- package/es/Voyage/components/Avatar.d.ts +5 -0
- package/es/Voyage/components/Avatar.js +27 -0
- package/es/Voyage/components/Color.d.ts +3 -0
- package/es/Voyage/components/Color.js +40 -0
- package/es/Voyage/components/Mono.d.ts +3 -0
- package/es/Voyage/components/Mono.js +41 -0
- package/es/Voyage/components/Text.d.ts +3 -0
- package/es/Voyage/components/Text.js +40 -0
- package/es/Voyage/index.d.ts +13 -0
- package/es/Voyage/index.js +14 -0
- package/es/Voyage/style.d.ts +4 -0
- package/es/Voyage/style.js +4 -0
- package/es/features/modelConfig.js +12 -0
- package/es/icons.d.ts +12 -0
- package/es/icons.js +12 -0
- package/es/toc.js +216 -0
- package/package.json +1 -1
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",
|
@@ -1070,6 +1142,24 @@ var toc = [{
|
|
1070
1142
|
"hasTextColor": false
|
1071
1143
|
},
|
1072
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"
|
1073
1163
|
}, {
|
1074
1164
|
"color": "#1C69FF",
|
1075
1165
|
"colorGradient": "linear-gradient(45deg, #1C69FF 40%, #F0DCD6 100%)",
|
@@ -1398,6 +1488,24 @@ var toc = [{
|
|
1398
1488
|
"hasTextColor": false
|
1399
1489
|
},
|
1400
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"
|
1401
1509
|
}, {
|
1402
1510
|
"color": "#2A80E2",
|
1403
1511
|
"desc": "https://xfyun.cn",
|
@@ -1543,6 +1651,24 @@ var toc = [{
|
|
1543
1651
|
"hasTextColor": false
|
1544
1652
|
},
|
1545
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"
|
1546
1672
|
}, {
|
1547
1673
|
"color": "#CB2D30",
|
1548
1674
|
"colorGradient": "linear-gradient(-45deg, #CB2D30, #ED823A)",
|
@@ -1670,6 +1796,24 @@ var toc = [{
|
|
1670
1796
|
"hasTextColor": false
|
1671
1797
|
},
|
1672
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"
|
1673
1817
|
}, {
|
1674
1818
|
"color": "#000",
|
1675
1819
|
"desc": "https://livekit.io",
|
@@ -2016,6 +2160,42 @@ var toc = [{
|
|
2016
2160
|
"hasTextColor": false
|
2017
2161
|
},
|
2018
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"
|
2019
2199
|
}, {
|
2020
2200
|
"color": "#fff",
|
2021
2201
|
"desc": "https://notebooklm.google",
|
@@ -2596,6 +2776,24 @@ var toc = [{
|
|
2596
2776
|
"hasTextColor": false
|
2597
2777
|
},
|
2598
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"
|
2599
2797
|
}, {
|
2600
2798
|
"color": "#0070f0",
|
2601
2799
|
"desc": "https://xinghuo.xfyun.cn",
|
@@ -3032,6 +3230,24 @@ var toc = [{
|
|
3032
3230
|
"hasTextColor": false
|
3033
3231
|
},
|
3034
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"
|
3035
3251
|
}, {
|
3036
3252
|
"color": "#167ADF",
|
3037
3253
|
"colorGradient": "linear-gradient(to right, #0A51C3, #23A4FB)",
|