@lobehub/icons 1.53.0 → 1.55.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 (46) hide show
  1. package/README.md +22 -22
  2. package/es/Ideogram/components/Avatar.d.ts +5 -0
  3. package/es/Ideogram/components/Avatar.js +28 -0
  4. package/es/Ideogram/components/Combine.d.ts +5 -0
  5. package/es/Ideogram/components/Combine.js +26 -0
  6. package/es/Ideogram/components/Mono.d.ts +3 -0
  7. package/es/Ideogram/components/Mono.js +41 -0
  8. package/es/Ideogram/components/Text.d.ts +3 -0
  9. package/es/Ideogram/components/Text.js +40 -0
  10. package/es/Ideogram/index.d.ts +13 -0
  11. package/es/Ideogram/index.js +14 -0
  12. package/es/Ideogram/style.d.ts +4 -0
  13. package/es/Ideogram/style.js +4 -0
  14. package/es/LangChain/components/Avatar.d.ts +5 -0
  15. package/es/LangChain/components/Avatar.js +26 -0
  16. package/es/LangChain/components/Color.d.ts +3 -0
  17. package/es/LangChain/components/Color.js +45 -0
  18. package/es/LangChain/components/Combine.d.ts +7 -0
  19. package/es/LangChain/components/Combine.js +32 -0
  20. package/es/LangChain/components/Mono.d.ts +3 -0
  21. package/es/LangChain/components/Mono.js +44 -0
  22. package/es/LangChain/components/Text.d.ts +3 -0
  23. package/es/LangChain/components/Text.js +48 -0
  24. package/es/LangChain/index.d.ts +15 -0
  25. package/es/LangChain/index.js +16 -0
  26. package/es/LangChain/style.d.ts +4 -0
  27. package/es/LangChain/style.js +4 -0
  28. package/es/Udio/components/Avatar.d.ts +5 -0
  29. package/es/Udio/components/Avatar.js +28 -0
  30. package/es/Udio/components/Color.d.ts +3 -0
  31. package/es/Udio/components/Color.js +40 -0
  32. package/es/Udio/components/Combine.d.ts +7 -0
  33. package/es/Udio/components/Combine.js +36 -0
  34. package/es/Udio/components/Mono.d.ts +3 -0
  35. package/es/Udio/components/Mono.js +41 -0
  36. package/es/Udio/components/Text.d.ts +3 -0
  37. package/es/Udio/components/Text.js +48 -0
  38. package/es/Udio/index.d.ts +13 -0
  39. package/es/Udio/index.js +14 -0
  40. package/es/Udio/style.d.ts +4 -0
  41. package/es/Udio/style.js +4 -0
  42. package/es/features/modelConfig.js +8 -0
  43. package/es/icons.d.ts +3 -0
  44. package/es/icons.js +3 -0
  45. package/es/toc.js +54 -0
  46. package/package.json +1 -1
package/es/toc.js CHANGED
@@ -985,6 +985,24 @@ var toc = [{
985
985
  "hasTextColor": false
986
986
  },
987
987
  "title": "Hunyuan"
988
+ }, {
989
+ "color": "#000",
990
+ "desc": "https://ideogram.ai",
991
+ "docsUrl": "ideogram",
992
+ "fullTitle": "Ideogram",
993
+ "group": "application",
994
+ "id": "Ideogram",
995
+ "param": {
996
+ "hasAvatar": true,
997
+ "hasBrand": false,
998
+ "hasBrandColor": false,
999
+ "hasColor": false,
1000
+ "hasCombine": true,
1001
+ "hasText": true,
1002
+ "hasTextCn": false,
1003
+ "hasTextColor": false
1004
+ },
1005
+ "title": "Ideogram"
988
1006
  }, {
989
1007
  "color": "#1B3882",
990
1008
  "desc": "https://internlm.intern-ai.org.cn",
@@ -1059,6 +1077,24 @@ var toc = [{
1059
1077
  "hasTextColor": false
1060
1078
  },
1061
1079
  "title": "LLaVA"
1080
+ }, {
1081
+ "color": "#1C3C3C",
1082
+ "desc": "https://langchain.com",
1083
+ "docsUrl": "lang-chain",
1084
+ "fullTitle": "LangChain",
1085
+ "group": "application",
1086
+ "id": "LangChain",
1087
+ "param": {
1088
+ "hasAvatar": true,
1089
+ "hasBrand": false,
1090
+ "hasBrandColor": false,
1091
+ "hasColor": true,
1092
+ "hasCombine": true,
1093
+ "hasText": true,
1094
+ "hasTextCn": false,
1095
+ "hasTextColor": false
1096
+ },
1097
+ "title": "LangChain"
1062
1098
  }, {
1063
1099
  "color": "#000",
1064
1100
  "desc": "https://langfuse.com",
@@ -1788,6 +1824,24 @@ var toc = [{
1788
1824
  "hasTextColor": false
1789
1825
  },
1790
1826
  "title": "together.ai"
1827
+ }, {
1828
+ "color": "#e30a5d",
1829
+ "desc": "https://www.udio.com",
1830
+ "docsUrl": "udio",
1831
+ "fullTitle": "Udio",
1832
+ "group": "application",
1833
+ "id": "Udio",
1834
+ "param": {
1835
+ "hasAvatar": true,
1836
+ "hasBrand": false,
1837
+ "hasBrandColor": false,
1838
+ "hasColor": true,
1839
+ "hasCombine": false,
1840
+ "hasText": true,
1841
+ "hasTextCn": false,
1842
+ "hasTextColor": false
1843
+ },
1844
+ "title": "Udio"
1791
1845
  }, {
1792
1846
  "color": "#908AF9",
1793
1847
  "colorGradient": "linear-gradient(to bottom, #AEBCFE, #805DFA)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/icons",
3
- "version": "1.53.0",
3
+ "version": "1.55.0",
4
4
  "description": "Popular AI / LLM Model Brand SVG Logo and Icon Collection",
5
5
  "keywords": [
6
6
  "lobehub",