@lobehub/icons 1.66.0 → 1.67.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 (95) hide show
  1. package/README.md +52 -52
  2. package/es/Haiper/components/Avatar.d.ts +5 -0
  3. package/es/Haiper/components/Avatar.js +27 -0
  4. package/es/Haiper/components/Combine.d.ts +5 -0
  5. package/es/Haiper/components/Combine.js +29 -0
  6. package/es/Haiper/components/Mono.d.ts +3 -0
  7. package/es/Haiper/components/Mono.js +42 -0
  8. package/es/Haiper/components/Text.d.ts +3 -0
  9. package/es/Haiper/components/Text.js +40 -0
  10. package/es/Haiper/index.d.ts +13 -0
  11. package/es/Haiper/index.js +14 -0
  12. package/es/Haiper/style.d.ts +4 -0
  13. package/es/Haiper/style.js +4 -0
  14. package/es/Hedra/components/Avatar.d.ts +5 -0
  15. package/es/Hedra/components/Avatar.js +28 -0
  16. package/es/Hedra/components/Combine.d.ts +5 -0
  17. package/es/Hedra/components/Combine.js +29 -0
  18. package/es/Hedra/components/Mono.d.ts +3 -0
  19. package/es/Hedra/components/Mono.js +41 -0
  20. package/es/Hedra/components/Text.d.ts +3 -0
  21. package/es/Hedra/components/Text.js +41 -0
  22. package/es/Hedra/index.d.ts +13 -0
  23. package/es/Hedra/index.js +14 -0
  24. package/es/Hedra/style.d.ts +4 -0
  25. package/es/Hedra/style.js +4 -0
  26. package/es/Lightricks/components/Avatar.d.ts +5 -0
  27. package/es/Lightricks/components/Avatar.js +27 -0
  28. package/es/Lightricks/components/Combine.d.ts +5 -0
  29. package/es/Lightricks/components/Combine.js +29 -0
  30. package/es/Lightricks/components/Mono.d.ts +3 -0
  31. package/es/Lightricks/components/Mono.js +41 -0
  32. package/es/Lightricks/components/Text.d.ts +3 -0
  33. package/es/Lightricks/components/Text.js +40 -0
  34. package/es/Lightricks/index.d.ts +13 -0
  35. package/es/Lightricks/index.js +14 -0
  36. package/es/Lightricks/style.d.ts +4 -0
  37. package/es/Lightricks/style.js +4 -0
  38. package/es/PixVerse/components/Avatar.d.ts +5 -0
  39. package/es/PixVerse/components/Avatar.js +28 -0
  40. package/es/PixVerse/components/Color.d.ts +3 -0
  41. package/es/PixVerse/components/Color.js +67 -0
  42. package/es/PixVerse/components/Combine.d.ts +7 -0
  43. package/es/PixVerse/components/Combine.js +32 -0
  44. package/es/PixVerse/components/Mono.d.ts +3 -0
  45. package/es/PixVerse/components/Mono.js +42 -0
  46. package/es/PixVerse/components/Text.d.ts +3 -0
  47. package/es/PixVerse/components/Text.js +54 -0
  48. package/es/PixVerse/index.d.ts +16 -0
  49. package/es/PixVerse/index.js +17 -0
  50. package/es/PixVerse/style.d.ts +5 -0
  51. package/es/PixVerse/style.js +5 -0
  52. package/es/Sync/components/Avatar.d.ts +5 -0
  53. package/es/Sync/components/Avatar.js +28 -0
  54. package/es/Sync/components/Combine.d.ts +5 -0
  55. package/es/Sync/components/Combine.js +29 -0
  56. package/es/Sync/components/Mono.d.ts +3 -0
  57. package/es/Sync/components/Mono.js +41 -0
  58. package/es/Sync/components/Text.d.ts +3 -0
  59. package/es/Sync/components/Text.js +40 -0
  60. package/es/Sync/index.d.ts +13 -0
  61. package/es/Sync/index.js +14 -0
  62. package/es/Sync/style.d.ts +4 -0
  63. package/es/Sync/style.js +4 -0
  64. package/es/Tripo/components/Avatar.d.ts +5 -0
  65. package/es/Tripo/components/Avatar.js +27 -0
  66. package/es/Tripo/components/Color.d.ts +3 -0
  67. package/es/Tripo/components/Color.js +43 -0
  68. package/es/Tripo/components/Combine.d.ts +7 -0
  69. package/es/Tripo/components/Combine.js +32 -0
  70. package/es/Tripo/components/Mono.d.ts +3 -0
  71. package/es/Tripo/components/Mono.js +43 -0
  72. package/es/Tripo/components/Text.d.ts +3 -0
  73. package/es/Tripo/components/Text.js +40 -0
  74. package/es/Tripo/index.d.ts +15 -0
  75. package/es/Tripo/index.js +16 -0
  76. package/es/Tripo/style.d.ts +4 -0
  77. package/es/Tripo/style.js +4 -0
  78. package/es/Vidu/components/Avatar.d.ts +5 -0
  79. package/es/Vidu/components/Avatar.js +27 -0
  80. package/es/Vidu/components/Color.d.ts +3 -0
  81. package/es/Vidu/components/Color.js +74 -0
  82. package/es/Vidu/components/Combine.d.ts +7 -0
  83. package/es/Vidu/components/Combine.js +32 -0
  84. package/es/Vidu/components/Mono.d.ts +3 -0
  85. package/es/Vidu/components/Mono.js +41 -0
  86. package/es/Vidu/components/Text.d.ts +3 -0
  87. package/es/Vidu/components/Text.js +41 -0
  88. package/es/Vidu/index.d.ts +16 -0
  89. package/es/Vidu/index.js +17 -0
  90. package/es/Vidu/style.d.ts +5 -0
  91. package/es/Vidu/style.js +5 -0
  92. package/es/icons.d.ts +7 -0
  93. package/es/icons.js +7 -0
  94. package/es/toc.js +128 -0
  95. package/package.json +1 -1
package/es/icons.js CHANGED
@@ -52,6 +52,8 @@ export { default as Google } from "./Google";
52
52
  export { default as Grok } from "./Grok";
53
53
  export { default as Groq } from "./Groq";
54
54
  export { default as Hailuo } from "./Hailuo";
55
+ export { default as Haiper } from "./Haiper";
56
+ export { default as Hedra } from "./Hedra";
55
57
  export { default as Higress } from "./Higress";
56
58
  export { default as HuggingFace } from "./HuggingFace";
57
59
  export { default as Hunyuan } from "./Hunyuan";
@@ -61,6 +63,7 @@ export { default as Kimi } from "./Kimi";
61
63
  export { default as Kling } from "./Kling";
62
64
  export { default as LangChain } from "./LangChain";
63
65
  export { default as Langfuse } from "./Langfuse";
66
+ export { default as Lightricks } from "./Lightricks";
64
67
  export { default as LiveKit } from "./LiveKit";
65
68
  export { default as LLaVA } from "./LLaVA";
66
69
  export { default as LmStudio } from "./LmStudio";
@@ -85,6 +88,7 @@ export { default as OpenRouter } from "./OpenRouter";
85
88
  export { default as PaLM } from "./PaLM";
86
89
  export { default as Perplexity } from "./Perplexity";
87
90
  export { default as Pika } from "./Pika";
91
+ export { default as PixVerse } from "./PixVerse";
88
92
  export { default as Poe } from "./Poe";
89
93
  export { default as Pollinations } from "./Pollinations";
90
94
  export { default as Qingyan } from "./Qingyan";
@@ -100,15 +104,18 @@ export { default as Spark } from "./Spark";
100
104
  export { default as Stability } from "./Stability";
101
105
  export { default as Stepfun } from "./Stepfun";
102
106
  export { default as Suno } from "./Suno";
107
+ export { default as Sync } from "./Sync";
103
108
  export { default as Tencent } from "./Tencent";
104
109
  export { default as Tiangong } from "./Tiangong";
105
110
  export { default as TII } from "./TII";
106
111
  export { default as Together } from "./Together";
112
+ export { default as Tripo } from "./Tripo";
107
113
  export { default as Udio } from "./Udio";
108
114
  export { default as Upstage } from "./Upstage";
109
115
  export { default as V0 } from "./V0";
110
116
  export { default as Vercel } from "./Vercel";
111
117
  export { default as VertexAI } from "./VertexAI";
118
+ export { default as Vidu } from "./Vidu";
112
119
  export { default as Viggle } from "./Viggle";
113
120
  export { default as Vllm } from "./Vllm";
114
121
  export { default as Wenxin } from "./Wenxin";
package/es/toc.js CHANGED
@@ -984,6 +984,42 @@ var toc = [{
984
984
  "hasTextColor": false
985
985
  },
986
986
  "title": "Hailuo"
987
+ }, {
988
+ "color": "#9581ff",
989
+ "desc": "https://haiper.ai",
990
+ "docsUrl": "haiper",
991
+ "fullTitle": "Haiper",
992
+ "group": "application",
993
+ "id": "Haiper",
994
+ "param": {
995
+ "hasAvatar": true,
996
+ "hasBrand": false,
997
+ "hasBrandColor": false,
998
+ "hasColor": false,
999
+ "hasCombine": true,
1000
+ "hasText": true,
1001
+ "hasTextCn": false,
1002
+ "hasTextColor": false
1003
+ },
1004
+ "title": "Haiper"
1005
+ }, {
1006
+ "color": "#000",
1007
+ "desc": "https://hedra.com",
1008
+ "docsUrl": "hedra",
1009
+ "fullTitle": "Hedra",
1010
+ "group": "application",
1011
+ "id": "Hedra",
1012
+ "param": {
1013
+ "hasAvatar": true,
1014
+ "hasBrand": false,
1015
+ "hasBrandColor": false,
1016
+ "hasColor": false,
1017
+ "hasCombine": true,
1018
+ "hasText": true,
1019
+ "hasTextCn": false,
1020
+ "hasTextColor": false
1021
+ },
1022
+ "title": "Hedra"
987
1023
  }, {
988
1024
  "color": "#3E5CF4",
989
1025
  "colorGradient": "linear-gradient(to bottom, #0418FF, #1E8CFE)",
@@ -1167,6 +1203,24 @@ var toc = [{
1167
1203
  "hasTextColor": false
1168
1204
  },
1169
1205
  "title": "Langfuse"
1206
+ }, {
1207
+ "color": "#000",
1208
+ "desc": "https://lightricks.com",
1209
+ "docsUrl": "lightricks",
1210
+ "fullTitle": "Lightricks",
1211
+ "group": "application",
1212
+ "id": "Lightricks",
1213
+ "param": {
1214
+ "hasAvatar": true,
1215
+ "hasBrand": false,
1216
+ "hasBrandColor": false,
1217
+ "hasColor": false,
1218
+ "hasCombine": true,
1219
+ "hasText": true,
1220
+ "hasTextCn": false,
1221
+ "hasTextColor": false
1222
+ },
1223
+ "title": "Lightricks"
1170
1224
  }, {
1171
1225
  "color": "#000",
1172
1226
  "desc": "https://livekit.io",
@@ -1586,6 +1640,25 @@ var toc = [{
1586
1640
  "hasTextColor": false
1587
1641
  },
1588
1642
  "title": "Pika"
1643
+ }, {
1644
+ "color": "#9727ef",
1645
+ "colorGradient": "linear-gradient(45deg, #3961f1, #9727ef, #ff601a)",
1646
+ "desc": "https://app.pixverse.ai",
1647
+ "docsUrl": "pix-verse",
1648
+ "fullTitle": "PixVerse",
1649
+ "group": "application",
1650
+ "id": "PixVerse",
1651
+ "param": {
1652
+ "hasAvatar": true,
1653
+ "hasBrand": false,
1654
+ "hasBrandColor": false,
1655
+ "hasColor": true,
1656
+ "hasCombine": true,
1657
+ "hasText": true,
1658
+ "hasTextCn": false,
1659
+ "hasTextColor": false
1660
+ },
1661
+ "title": "PixVerse"
1589
1662
  }, {
1590
1663
  "color": "#000",
1591
1664
  "desc": "https://poe.com",
@@ -1858,6 +1931,24 @@ var toc = [{
1858
1931
  "hasTextColor": false
1859
1932
  },
1860
1933
  "title": "Suno"
1934
+ }, {
1935
+ "color": "#0000FF",
1936
+ "desc": "https://sync.so",
1937
+ "docsUrl": "sync",
1938
+ "fullTitle": "Sync",
1939
+ "group": "application",
1940
+ "id": "Sync",
1941
+ "param": {
1942
+ "hasAvatar": true,
1943
+ "hasBrand": false,
1944
+ "hasBrandColor": false,
1945
+ "hasColor": false,
1946
+ "hasCombine": true,
1947
+ "hasText": true,
1948
+ "hasTextCn": false,
1949
+ "hasTextColor": false
1950
+ },
1951
+ "title": "Sync"
1861
1952
  }, {
1862
1953
  "color": "#6400FF",
1863
1954
  "desc": "https://www.tii.ae",
@@ -1931,6 +2022,24 @@ var toc = [{
1931
2022
  "hasTextColor": false
1932
2023
  },
1933
2024
  "title": "together.ai"
2025
+ }, {
2026
+ "color": "#000",
2027
+ "desc": "https://www.tripo3d.ai",
2028
+ "docsUrl": "tripo",
2029
+ "fullTitle": "Tripo",
2030
+ "group": "application",
2031
+ "id": "Tripo",
2032
+ "param": {
2033
+ "hasAvatar": true,
2034
+ "hasBrand": false,
2035
+ "hasBrandColor": false,
2036
+ "hasColor": true,
2037
+ "hasCombine": true,
2038
+ "hasText": true,
2039
+ "hasTextCn": false,
2040
+ "hasTextColor": false
2041
+ },
2042
+ "title": "Tripo"
1934
2043
  }, {
1935
2044
  "color": "#e30a5d",
1936
2045
  "desc": "https://www.udio.com",
@@ -2022,6 +2131,25 @@ var toc = [{
2022
2131
  "hasTextColor": false
2023
2132
  },
2024
2133
  "title": "VertexAI"
2134
+ }, {
2135
+ "color": "#22D5FF",
2136
+ "colorGradient": "linear-gradient(to right, #40EDD8, #22D5FF, #047FFE)",
2137
+ "desc": "https://vidu.com",
2138
+ "docsUrl": "vidu",
2139
+ "fullTitle": "Vidu",
2140
+ "group": "application",
2141
+ "id": "Vidu",
2142
+ "param": {
2143
+ "hasAvatar": true,
2144
+ "hasBrand": false,
2145
+ "hasBrandColor": false,
2146
+ "hasColor": true,
2147
+ "hasCombine": true,
2148
+ "hasText": true,
2149
+ "hasTextCn": false,
2150
+ "hasTextColor": false
2151
+ },
2152
+ "title": "Vidu"
2025
2153
  }, {
2026
2154
  "color": "#000",
2027
2155
  "desc": "https://viggle.ai",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/icons",
3
- "version": "1.66.0",
3
+ "version": "1.67.0",
4
4
  "description": "Popular AI / LLM Model Brand SVG Logo and Icon Collection",
5
5
  "keywords": [
6
6
  "lobehub",