@lobehub/icons 1.52.0 → 1.54.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 (47) hide show
  1. package/README.md +12 -11
  2. package/es/Kimi/components/Avatar.d.ts +5 -0
  3. package/es/Kimi/components/Avatar.js +30 -0
  4. package/es/Kimi/components/Color.d.ts +3 -0
  5. package/es/Kimi/components/Color.js +44 -0
  6. package/es/Kimi/components/Combine.d.ts +5 -0
  7. package/es/Kimi/components/Combine.js +32 -0
  8. package/es/Kimi/components/Mono.d.ts +3 -0
  9. package/es/Kimi/components/Mono.js +43 -0
  10. package/es/Kimi/components/Text.d.ts +3 -0
  11. package/es/Kimi/components/Text.js +41 -0
  12. package/es/Kimi/index.d.ts +15 -0
  13. package/es/Kimi/index.js +16 -0
  14. package/es/Kimi/style.d.ts +4 -0
  15. package/es/Kimi/style.js +4 -0
  16. package/es/LangChain/components/Avatar.d.ts +5 -0
  17. package/es/LangChain/components/Avatar.js +26 -0
  18. package/es/LangChain/components/Color.d.ts +3 -0
  19. package/es/LangChain/components/Color.js +45 -0
  20. package/es/LangChain/components/Combine.d.ts +7 -0
  21. package/es/LangChain/components/Combine.js +32 -0
  22. package/es/LangChain/components/Mono.d.ts +3 -0
  23. package/es/LangChain/components/Mono.js +44 -0
  24. package/es/LangChain/components/Text.d.ts +3 -0
  25. package/es/LangChain/components/Text.js +48 -0
  26. package/es/LangChain/index.d.ts +15 -0
  27. package/es/LangChain/index.js +16 -0
  28. package/es/LangChain/style.d.ts +4 -0
  29. package/es/LangChain/style.js +4 -0
  30. package/es/Nova/components/Avatar.d.ts +5 -0
  31. package/es/Nova/components/Avatar.js +27 -0
  32. package/es/Nova/components/Color.d.ts +3 -0
  33. package/es/Nova/components/Color.js +158 -0
  34. package/es/Nova/components/Combine.d.ts +7 -0
  35. package/es/Nova/components/Combine.js +32 -0
  36. package/es/Nova/components/Mono.d.ts +3 -0
  37. package/es/Nova/components/Mono.js +50 -0
  38. package/es/Nova/components/Text.d.ts +3 -0
  39. package/es/Nova/components/Text.js +40 -0
  40. package/es/Nova/index.d.ts +16 -0
  41. package/es/Nova/index.js +17 -0
  42. package/es/Nova/style.d.ts +5 -0
  43. package/es/Nova/style.js +5 -0
  44. package/es/icons.d.ts +3 -0
  45. package/es/icons.js +3 -0
  46. package/es/toc.js +55 -0
  47. package/package.json +1 -1
package/es/toc.js CHANGED
@@ -1003,6 +1003,24 @@ var toc = [{
1003
1003
  "hasTextColor": false
1004
1004
  },
1005
1005
  "title": "InternLM"
1006
+ }, {
1007
+ "color": "#000",
1008
+ "desc": "https://kimi.moonshot.cn",
1009
+ "docsUrl": "kimi",
1010
+ "fullTitle": "Kimi",
1011
+ "group": "application",
1012
+ "id": "Kimi",
1013
+ "param": {
1014
+ "hasAvatar": true,
1015
+ "hasBrand": false,
1016
+ "hasBrandColor": false,
1017
+ "hasColor": true,
1018
+ "hasCombine": true,
1019
+ "hasText": true,
1020
+ "hasTextCn": false,
1021
+ "hasTextColor": false
1022
+ },
1023
+ "title": "Kimi"
1006
1024
  }, {
1007
1025
  "color": "#000",
1008
1026
  "colorGradient": "linear-gradient(45deg, #FFF959, #0DF35E, #0BF2F9, #04A6F0)",
@@ -1041,6 +1059,24 @@ var toc = [{
1041
1059
  "hasTextColor": false
1042
1060
  },
1043
1061
  "title": "LLaVA"
1062
+ }, {
1063
+ "color": "#1C3C3C",
1064
+ "desc": "https://langchain.com",
1065
+ "docsUrl": "lang-chain",
1066
+ "fullTitle": "LangChain",
1067
+ "group": "application",
1068
+ "id": "LangChain",
1069
+ "param": {
1070
+ "hasAvatar": true,
1071
+ "hasBrand": false,
1072
+ "hasBrandColor": false,
1073
+ "hasColor": true,
1074
+ "hasCombine": true,
1075
+ "hasText": true,
1076
+ "hasTextCn": false,
1077
+ "hasTextColor": false
1078
+ },
1079
+ "title": "LangChain"
1044
1080
  }, {
1045
1081
  "color": "#000",
1046
1082
  "desc": "https://langfuse.com",
@@ -1261,6 +1297,25 @@ var toc = [{
1261
1297
  "hasTextColor": false
1262
1298
  },
1263
1299
  "title": "Notion"
1300
+ }, {
1301
+ "color": "#222F3E",
1302
+ "colorGradient": "linear-gradient(135deg, #43E3E4, #4A9FFF, #AA4BFB, #FC5978, #FF6D32)",
1303
+ "desc": "https://aws.amazon.com/cn/ai/generative-ai/nova",
1304
+ "docsUrl": "nova",
1305
+ "fullTitle": "Nova (AWS)",
1306
+ "group": "model",
1307
+ "id": "Nova",
1308
+ "param": {
1309
+ "hasAvatar": true,
1310
+ "hasBrand": false,
1311
+ "hasBrandColor": false,
1312
+ "hasColor": true,
1313
+ "hasCombine": true,
1314
+ "hasText": true,
1315
+ "hasTextCn": false,
1316
+ "hasTextColor": false
1317
+ },
1318
+ "title": "Nova"
1264
1319
  }, {
1265
1320
  "color": "#6847f5",
1266
1321
  "colorGradient": "linear-gradient(-45deg, #A717FF, #2622FF)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/icons",
3
- "version": "1.52.0",
3
+ "version": "1.54.0",
4
4
  "description": "Popular AI / LLM Model Brand SVG Logo and Icon Collection",
5
5
  "keywords": [
6
6
  "lobehub",