@lobehub/icons 1.80.0 → 1.82.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 +46 -42
- package/es/Flowith/components/Avatar.d.ts +5 -0
- package/es/Flowith/components/Avatar.js +27 -0
- package/es/Flowith/components/Combine.d.ts +5 -0
- package/es/Flowith/components/Combine.js +26 -0
- package/es/Flowith/components/Mono.d.ts +3 -0
- package/es/Flowith/components/Mono.js +42 -0
- package/es/Flowith/components/Text.d.ts +3 -0
- package/es/Flowith/components/Text.js +40 -0
- package/es/Flowith/index.d.ts +13 -0
- package/es/Flowith/index.js +14 -0
- package/es/Flowith/style.d.ts +4 -0
- package/es/Flowith/style.js +4 -0
- package/es/Infinigence/components/Avatar.d.ts +5 -0
- package/es/Infinigence/components/Avatar.js +26 -0
- package/es/Infinigence/components/Color.d.ts +3 -0
- package/es/Infinigence/components/Color.js +43 -0
- package/es/Infinigence/components/Combine.d.ts +7 -0
- package/es/Infinigence/components/Combine.js +32 -0
- package/es/Infinigence/components/Mono.d.ts +3 -0
- package/es/Infinigence/components/Mono.js +43 -0
- package/es/Infinigence/components/Text.d.ts +3 -0
- package/es/Infinigence/components/Text.js +44 -0
- package/es/Infinigence/components/TextCn.d.ts +3 -0
- package/es/Infinigence/components/TextCn.js +44 -0
- package/es/Infinigence/index.d.ts +17 -0
- package/es/Infinigence/index.js +18 -0
- package/es/Infinigence/style.d.ts +4 -0
- package/es/Infinigence/style.js +4 -0
- package/es/Lambda/components/Avatar.d.ts +5 -0
- package/es/Lambda/components/Avatar.js +27 -0
- package/es/Lambda/components/Combine.d.ts +5 -0
- package/es/Lambda/components/Combine.js +26 -0
- package/es/Lambda/components/Mono.d.ts +3 -0
- package/es/Lambda/components/Mono.js +41 -0
- package/es/Lambda/components/Text.d.ts +3 -0
- package/es/Lambda/components/Text.js +40 -0
- package/es/Lambda/index.d.ts +13 -0
- package/es/Lambda/index.js +14 -0
- package/es/Lambda/style.d.ts +4 -0
- package/es/Lambda/style.js +4 -0
- package/es/MCP/components/Avatar.d.ts +5 -0
- package/es/MCP/components/Avatar.js +27 -0
- package/es/MCP/components/Combine.d.ts +5 -0
- package/es/MCP/components/Combine.js +29 -0
- package/es/MCP/components/Mono.d.ts +3 -0
- package/es/MCP/components/Mono.js +43 -0
- package/es/MCP/components/Text.d.ts +3 -0
- package/es/MCP/components/Text.js +40 -0
- package/es/MCP/index.d.ts +13 -0
- package/es/MCP/index.js +14 -0
- package/es/MCP/style.d.ts +4 -0
- package/es/MCP/style.js +4 -0
- package/es/Make/components/Avatar.d.ts +5 -0
- package/es/Make/components/Avatar.js +26 -0
- package/es/Make/components/Color.d.ts +3 -0
- package/es/Make/components/Color.js +135 -0
- package/es/Make/components/Combine.d.ts +7 -0
- package/es/Make/components/Combine.js +32 -0
- package/es/Make/components/Mono.d.ts +3 -0
- package/es/Make/components/Mono.js +45 -0
- package/es/Make/components/Text.d.ts +3 -0
- package/es/Make/components/Text.js +42 -0
- package/es/Make/index.d.ts +15 -0
- package/es/Make/index.js +16 -0
- package/es/Make/style.d.ts +4 -0
- package/es/Make/style.js +4 -0
- package/es/Manus/components/Avatar.d.ts +5 -0
- package/es/Manus/components/Avatar.js +28 -0
- package/es/Manus/components/Combine.d.ts +5 -0
- package/es/Manus/components/Combine.js +26 -0
- package/es/Manus/components/Mono.d.ts +3 -0
- package/es/Manus/components/Mono.js +46 -0
- package/es/Manus/components/Text.d.ts +3 -0
- package/es/Manus/components/Text.js +40 -0
- package/es/Manus/index.d.ts +13 -0
- package/es/Manus/index.js +14 -0
- package/es/Manus/style.d.ts +4 -0
- package/es/Manus/style.js +4 -0
- package/es/Monica/components/Avatar.d.ts +5 -0
- package/es/Monica/components/Avatar.js +26 -0
- package/es/Monica/components/Color.d.ts +3 -0
- package/es/Monica/components/Color.js +73 -0
- package/es/Monica/components/Combine.d.ts +7 -0
- package/es/Monica/components/Combine.js +32 -0
- package/es/Monica/components/Mono.d.ts +3 -0
- package/es/Monica/components/Mono.js +44 -0
- package/es/Monica/components/Text.d.ts +3 -0
- package/es/Monica/components/Text.js +40 -0
- package/es/Monica/index.d.ts +16 -0
- package/es/Monica/index.js +17 -0
- package/es/Monica/style.d.ts +5 -0
- package/es/Monica/style.js +5 -0
- package/es/N8n/components/Avatar.d.ts +5 -0
- package/es/N8n/components/Avatar.js +26 -0
- package/es/N8n/components/Color.d.ts +3 -0
- package/es/N8n/components/Color.js +42 -0
- package/es/N8n/components/Combine.d.ts +7 -0
- package/es/N8n/components/Combine.js +32 -0
- package/es/N8n/components/Mono.d.ts +3 -0
- package/es/N8n/components/Mono.js +42 -0
- package/es/N8n/components/Text.d.ts +3 -0
- package/es/N8n/components/Text.js +40 -0
- package/es/N8n/index.d.ts +15 -0
- package/es/N8n/index.js +16 -0
- package/es/N8n/style.d.ts +4 -0
- package/es/N8n/style.js +4 -0
- package/es/OpenWebUI/components/Avatar.d.ts +5 -0
- package/es/OpenWebUI/components/Avatar.js +28 -0
- package/es/OpenWebUI/components/Combine.d.ts +5 -0
- package/es/OpenWebUI/components/Combine.js +26 -0
- package/es/OpenWebUI/components/Mono.d.ts +3 -0
- package/es/OpenWebUI/components/Mono.js +44 -0
- package/es/OpenWebUI/components/Text.d.ts +3 -0
- package/es/OpenWebUI/components/Text.js +40 -0
- package/es/OpenWebUI/index.d.ts +13 -0
- package/es/OpenWebUI/index.js +14 -0
- package/es/OpenWebUI/style.d.ts +4 -0
- package/es/OpenWebUI/style.js +4 -0
- package/es/Railway/components/Avatar.d.ts +5 -0
- package/es/Railway/components/Avatar.js +27 -0
- package/es/Railway/components/Combine.d.ts +5 -0
- package/es/Railway/components/Combine.js +26 -0
- package/es/Railway/components/Mono.d.ts +3 -0
- package/es/Railway/components/Mono.js +43 -0
- package/es/Railway/components/Text.d.ts +3 -0
- package/es/Railway/components/Text.js +40 -0
- package/es/Railway/index.d.ts +14 -0
- package/es/Railway/index.js +15 -0
- package/es/Railway/style.d.ts +5 -0
- package/es/Railway/style.js +5 -0
- package/es/Yandex/components/Avatar.d.ts +5 -0
- package/es/Yandex/components/Avatar.js +28 -0
- package/es/Yandex/components/Combine.d.ts +5 -0
- package/es/Yandex/components/Combine.js +26 -0
- package/es/Yandex/components/Mono.d.ts +3 -0
- package/es/Yandex/components/Mono.js +41 -0
- package/es/Yandex/components/Text.d.ts +3 -0
- package/es/Yandex/components/Text.js +40 -0
- package/es/Yandex/index.d.ts +13 -0
- package/es/Yandex/index.js +14 -0
- package/es/Yandex/style.d.ts +4 -0
- package/es/Yandex/style.js +4 -0
- package/es/features/providerConfig.js +4 -0
- package/es/features/providerEnum.d.ts +1 -0
- package/es/features/providerEnum.js +1 -0
- package/es/icons.d.ts +11 -0
- package/es/icons.js +11 -0
- package/es/toc.js +200 -0
- package/package.json +2 -2
package/es/toc.js
CHANGED
@@ -818,6 +818,24 @@ var toc = [{
|
|
818
818
|
"hasTextColor": false
|
819
819
|
},
|
820
820
|
"title": "FishAudio"
|
821
|
+
}, {
|
822
|
+
"color": "#fff",
|
823
|
+
"desc": "https://flowith.io",
|
824
|
+
"docsUrl": "flowith",
|
825
|
+
"fullTitle": "Flowith",
|
826
|
+
"group": "application",
|
827
|
+
"id": "Flowith",
|
828
|
+
"param": {
|
829
|
+
"hasAvatar": true,
|
830
|
+
"hasBrand": false,
|
831
|
+
"hasBrandColor": false,
|
832
|
+
"hasColor": false,
|
833
|
+
"hasCombine": true,
|
834
|
+
"hasText": true,
|
835
|
+
"hasTextCn": false,
|
836
|
+
"hasTextColor": false
|
837
|
+
},
|
838
|
+
"title": "Flowith"
|
821
839
|
}, {
|
822
840
|
"color": "#fff",
|
823
841
|
"desc": "https://blackforestlabs.ai",
|
@@ -1146,6 +1164,24 @@ var toc = [{
|
|
1146
1164
|
"hasTextColor": false
|
1147
1165
|
},
|
1148
1166
|
"title": "Ideogram"
|
1167
|
+
}, {
|
1168
|
+
"color": "#7952ea",
|
1169
|
+
"desc": "https://cloud.infini-ai.com",
|
1170
|
+
"docsUrl": "infinigence",
|
1171
|
+
"fullTitle": "Infinigence (无问芯穹)",
|
1172
|
+
"group": "provider",
|
1173
|
+
"id": "Infinigence",
|
1174
|
+
"param": {
|
1175
|
+
"hasAvatar": true,
|
1176
|
+
"hasBrand": false,
|
1177
|
+
"hasBrandColor": false,
|
1178
|
+
"hasColor": true,
|
1179
|
+
"hasCombine": true,
|
1180
|
+
"hasText": true,
|
1181
|
+
"hasTextCn": true,
|
1182
|
+
"hasTextColor": false
|
1183
|
+
},
|
1184
|
+
"title": "Infinigence"
|
1149
1185
|
}, {
|
1150
1186
|
"color": "#1B3882",
|
1151
1187
|
"desc": "https://internlm.intern-ai.org.cn",
|
@@ -1238,6 +1274,24 @@ var toc = [{
|
|
1238
1274
|
"hasTextColor": false
|
1239
1275
|
},
|
1240
1276
|
"title": "LLaVA"
|
1277
|
+
}, {
|
1278
|
+
"color": "#000",
|
1279
|
+
"desc": "https://lambdalabs.com",
|
1280
|
+
"docsUrl": "lambda",
|
1281
|
+
"fullTitle": "Lambda",
|
1282
|
+
"group": "provider",
|
1283
|
+
"id": "Lambda",
|
1284
|
+
"param": {
|
1285
|
+
"hasAvatar": true,
|
1286
|
+
"hasBrand": false,
|
1287
|
+
"hasBrandColor": false,
|
1288
|
+
"hasColor": false,
|
1289
|
+
"hasCombine": true,
|
1290
|
+
"hasText": true,
|
1291
|
+
"hasTextCn": false,
|
1292
|
+
"hasTextColor": false
|
1293
|
+
},
|
1294
|
+
"title": "Lambda"
|
1241
1295
|
}, {
|
1242
1296
|
"color": "#1C3C3C",
|
1243
1297
|
"desc": "https://langchain.com",
|
@@ -1365,6 +1419,24 @@ var toc = [{
|
|
1365
1419
|
"hasTextColor": false
|
1366
1420
|
},
|
1367
1421
|
"title": "Luma"
|
1422
|
+
}, {
|
1423
|
+
"color": "#FFF",
|
1424
|
+
"desc": "https://modelcontextprotocol.io",
|
1425
|
+
"docsUrl": "mcp",
|
1426
|
+
"fullTitle": "MCP (Model Context Protocol)",
|
1427
|
+
"group": "application",
|
1428
|
+
"id": "MCP",
|
1429
|
+
"param": {
|
1430
|
+
"hasAvatar": true,
|
1431
|
+
"hasBrand": false,
|
1432
|
+
"hasBrandColor": false,
|
1433
|
+
"hasColor": false,
|
1434
|
+
"hasCombine": true,
|
1435
|
+
"hasText": true,
|
1436
|
+
"hasTextCn": false,
|
1437
|
+
"hasTextColor": false
|
1438
|
+
},
|
1439
|
+
"title": "ModelContextProtocol"
|
1368
1440
|
}, {
|
1369
1441
|
"color": "#fff",
|
1370
1442
|
"desc": "https://magic.dev",
|
@@ -1383,6 +1455,42 @@ var toc = [{
|
|
1383
1455
|
"hasTextColor": false
|
1384
1456
|
},
|
1385
1457
|
"title": "Magic"
|
1458
|
+
}, {
|
1459
|
+
"color": "#ff009a",
|
1460
|
+
"desc": "https://make.com",
|
1461
|
+
"docsUrl": "make",
|
1462
|
+
"fullTitle": "Make",
|
1463
|
+
"group": "application",
|
1464
|
+
"id": "Make",
|
1465
|
+
"param": {
|
1466
|
+
"hasAvatar": true,
|
1467
|
+
"hasBrand": false,
|
1468
|
+
"hasBrandColor": false,
|
1469
|
+
"hasColor": true,
|
1470
|
+
"hasCombine": true,
|
1471
|
+
"hasText": true,
|
1472
|
+
"hasTextCn": false,
|
1473
|
+
"hasTextColor": false
|
1474
|
+
},
|
1475
|
+
"title": "Make"
|
1476
|
+
}, {
|
1477
|
+
"color": "#fff",
|
1478
|
+
"desc": "https://manus.im",
|
1479
|
+
"docsUrl": "manus",
|
1480
|
+
"fullTitle": "Manus",
|
1481
|
+
"group": "application",
|
1482
|
+
"id": "Manus",
|
1483
|
+
"param": {
|
1484
|
+
"hasAvatar": true,
|
1485
|
+
"hasBrand": false,
|
1486
|
+
"hasBrandColor": false,
|
1487
|
+
"hasColor": false,
|
1488
|
+
"hasCombine": true,
|
1489
|
+
"hasText": true,
|
1490
|
+
"hasTextCn": false,
|
1491
|
+
"hasTextColor": false
|
1492
|
+
},
|
1493
|
+
"title": "Manus"
|
1386
1494
|
}, {
|
1387
1495
|
"color": "#1d65c1",
|
1388
1496
|
"colorGradient": "linear-gradient(45deg, #007FF8, #0668E1, #007FF8)",
|
@@ -1493,6 +1601,25 @@ var toc = [{
|
|
1493
1601
|
"hasTextColor": false
|
1494
1602
|
},
|
1495
1603
|
"title": "ModelScope"
|
1604
|
+
}, {
|
1605
|
+
"color": "#6841ea",
|
1606
|
+
"colorGradient": "linear-gradient(90deg, #A83FE0, #515FFB, #2BB5DD)",
|
1607
|
+
"desc": "https://monica.im",
|
1608
|
+
"docsUrl": "monica",
|
1609
|
+
"fullTitle": "Monica",
|
1610
|
+
"group": "application",
|
1611
|
+
"id": "Monica",
|
1612
|
+
"param": {
|
1613
|
+
"hasAvatar": true,
|
1614
|
+
"hasBrand": false,
|
1615
|
+
"hasBrandColor": false,
|
1616
|
+
"hasColor": true,
|
1617
|
+
"hasCombine": true,
|
1618
|
+
"hasText": true,
|
1619
|
+
"hasTextCn": false,
|
1620
|
+
"hasTextColor": false
|
1621
|
+
},
|
1622
|
+
"title": "Monica"
|
1496
1623
|
}, {
|
1497
1624
|
"color": "#16191E",
|
1498
1625
|
"desc": "https://moonshot.cn",
|
@@ -1529,6 +1656,24 @@ var toc = [{
|
|
1529
1656
|
"hasTextColor": false
|
1530
1657
|
},
|
1531
1658
|
"title": "MyShell"
|
1659
|
+
}, {
|
1660
|
+
"color": "#EA4B71",
|
1661
|
+
"desc": "https://n8n.io",
|
1662
|
+
"docsUrl": "n-8-n",
|
1663
|
+
"fullTitle": "n8n",
|
1664
|
+
"group": "application",
|
1665
|
+
"id": "N8n",
|
1666
|
+
"param": {
|
1667
|
+
"hasAvatar": true,
|
1668
|
+
"hasBrand": false,
|
1669
|
+
"hasBrandColor": false,
|
1670
|
+
"hasColor": true,
|
1671
|
+
"hasCombine": true,
|
1672
|
+
"hasText": true,
|
1673
|
+
"hasTextCn": false,
|
1674
|
+
"hasTextColor": false
|
1675
|
+
},
|
1676
|
+
"title": "n8n"
|
1532
1677
|
}, {
|
1533
1678
|
"color": "#fff",
|
1534
1679
|
"desc": "https://notion.com",
|
@@ -1674,6 +1819,24 @@ var toc = [{
|
|
1674
1819
|
"hasTextColor": false
|
1675
1820
|
},
|
1676
1821
|
"title": "OpenRouter"
|
1822
|
+
}, {
|
1823
|
+
"color": "#fff",
|
1824
|
+
"desc": "https://openwebui.com",
|
1825
|
+
"docsUrl": "open-web-ui",
|
1826
|
+
"fullTitle": "OpenWebUI",
|
1827
|
+
"group": "application",
|
1828
|
+
"id": "OpenWebUI",
|
1829
|
+
"param": {
|
1830
|
+
"hasAvatar": true,
|
1831
|
+
"hasBrand": false,
|
1832
|
+
"hasBrandColor": false,
|
1833
|
+
"hasColor": false,
|
1834
|
+
"hasCombine": true,
|
1835
|
+
"hasText": true,
|
1836
|
+
"hasTextCn": false,
|
1837
|
+
"hasTextColor": false
|
1838
|
+
},
|
1839
|
+
"title": "OpenWebUI"
|
1677
1840
|
}, {
|
1678
1841
|
"color": "#2874ff",
|
1679
1842
|
"desc": "https://ppinfra.com",
|
@@ -1838,6 +2001,25 @@ var toc = [{
|
|
1838
2001
|
"hasTextColor": false
|
1839
2002
|
},
|
1840
2003
|
"title": "Qwen"
|
2004
|
+
}, {
|
2005
|
+
"color": "#853bce",
|
2006
|
+
"colorGradient": "linear-gradient(to bottom, #A204B4, #6213B9)",
|
2007
|
+
"desc": "https://railway.com",
|
2008
|
+
"docsUrl": "railway",
|
2009
|
+
"fullTitle": "Railway",
|
2010
|
+
"group": "provider",
|
2011
|
+
"id": "Railway",
|
2012
|
+
"param": {
|
2013
|
+
"hasAvatar": true,
|
2014
|
+
"hasBrand": false,
|
2015
|
+
"hasBrandColor": false,
|
2016
|
+
"hasColor": false,
|
2017
|
+
"hasCombine": true,
|
2018
|
+
"hasText": true,
|
2019
|
+
"hasTextCn": false,
|
2020
|
+
"hasTextColor": false
|
2021
|
+
},
|
2022
|
+
"title": "Railway"
|
1841
2023
|
}, {
|
1842
2024
|
"color": "#000",
|
1843
2025
|
"desc": "https://recraft.ai",
|
@@ -2455,6 +2637,24 @@ var toc = [{
|
|
2455
2637
|
"hasTextColor": false
|
2456
2638
|
},
|
2457
2639
|
"title": "轩辕"
|
2640
|
+
}, {
|
2641
|
+
"color": "#FB3E1C",
|
2642
|
+
"desc": "https://ai.yandex.com",
|
2643
|
+
"docsUrl": "yandex",
|
2644
|
+
"fullTitle": "Yandex",
|
2645
|
+
"group": "provider",
|
2646
|
+
"id": "Yandex",
|
2647
|
+
"param": {
|
2648
|
+
"hasAvatar": true,
|
2649
|
+
"hasBrand": false,
|
2650
|
+
"hasBrandColor": false,
|
2651
|
+
"hasColor": false,
|
2652
|
+
"hasCombine": true,
|
2653
|
+
"hasText": true,
|
2654
|
+
"hasTextCn": false,
|
2655
|
+
"hasTextColor": false
|
2656
|
+
},
|
2657
|
+
"title": "Yandex"
|
2458
2658
|
}, {
|
2459
2659
|
"color": "#003425",
|
2460
2660
|
"desc": "https://github.com/01-ai/Yi",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@lobehub/icons",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.82.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.
|
30
|
+
"@lobehub/ui": "^1.165.6",
|
31
31
|
"antd-style": "^3.7.1",
|
32
32
|
"lucide-react": "^0.469.0",
|
33
33
|
"polished": "^4.3.1",
|