@lobehub/icons 5.1.0 → 5.2.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 (74) hide show
  1. package/README.md +1 -0
  2. package/es/BriaAI/components/Avatar.d.ts +5 -0
  3. package/es/BriaAI/components/Avatar.js +25 -0
  4. package/es/BriaAI/components/Color.d.ts +3 -0
  5. package/es/BriaAI/components/Color.js +57 -0
  6. package/es/BriaAI/components/Combine.d.ts +7 -0
  7. package/es/BriaAI/components/Combine.js +32 -0
  8. package/es/BriaAI/components/Mono.d.ts +3 -0
  9. package/es/BriaAI/components/Mono.js +52 -0
  10. package/es/BriaAI/components/Text.d.ts +3 -0
  11. package/es/BriaAI/components/Text.js +42 -0
  12. package/es/BriaAI/index.d.ts +15 -0
  13. package/es/BriaAI/index.js +14 -0
  14. package/es/BriaAI/style.d.ts +7 -0
  15. package/es/BriaAI/style.js +9 -0
  16. package/es/GeminiCLI/components/Avatar.d.ts +5 -0
  17. package/es/GeminiCLI/components/Avatar.js +25 -0
  18. package/es/GeminiCLI/components/Color.d.ts +3 -0
  19. package/es/GeminiCLI/components/Color.js +66 -0
  20. package/es/GeminiCLI/components/Combine.d.ts +7 -0
  21. package/es/GeminiCLI/components/Combine.js +32 -0
  22. package/es/GeminiCLI/components/Mono.d.ts +3 -0
  23. package/es/GeminiCLI/components/Mono.js +43 -0
  24. package/es/GeminiCLI/components/Text.d.ts +3 -0
  25. package/es/GeminiCLI/components/Text.js +39 -0
  26. package/es/GeminiCLI/index.d.ts +16 -0
  27. package/es/GeminiCLI/index.js +14 -0
  28. package/es/GeminiCLI/style.d.ts +7 -0
  29. package/es/GeminiCLI/style.js +9 -0
  30. package/es/Obsidian/components/Avatar.d.ts +5 -0
  31. package/es/Obsidian/components/Avatar.js +25 -0
  32. package/es/Obsidian/components/Color.d.ts +3 -0
  33. package/es/Obsidian/components/Color.js +45 -0
  34. package/es/Obsidian/components/Combine.d.ts +7 -0
  35. package/es/Obsidian/components/Combine.js +32 -0
  36. package/es/Obsidian/components/Mono.d.ts +3 -0
  37. package/es/Obsidian/components/Mono.js +44 -0
  38. package/es/Obsidian/components/Text.d.ts +3 -0
  39. package/es/Obsidian/components/Text.js +39 -0
  40. package/es/Obsidian/index.d.ts +16 -0
  41. package/es/Obsidian/index.js +14 -0
  42. package/es/Obsidian/style.d.ts +7 -0
  43. package/es/Obsidian/style.js +9 -0
  44. package/es/PrunaAI/components/Avatar.d.ts +5 -0
  45. package/es/PrunaAI/components/Avatar.js +25 -0
  46. package/es/PrunaAI/components/Color.d.ts +3 -0
  47. package/es/PrunaAI/components/Color.js +153 -0
  48. package/es/PrunaAI/components/Combine.d.ts +7 -0
  49. package/es/PrunaAI/components/Combine.js +32 -0
  50. package/es/PrunaAI/components/Mono.d.ts +3 -0
  51. package/es/PrunaAI/components/Mono.js +54 -0
  52. package/es/PrunaAI/components/Text.d.ts +3 -0
  53. package/es/PrunaAI/components/Text.js +39 -0
  54. package/es/PrunaAI/index.d.ts +15 -0
  55. package/es/PrunaAI/index.js +14 -0
  56. package/es/PrunaAI/style.d.ts +7 -0
  57. package/es/PrunaAI/style.js +9 -0
  58. package/es/Reve/components/Avatar.d.ts +5 -0
  59. package/es/Reve/components/Avatar.js +25 -0
  60. package/es/Reve/components/Combine.d.ts +5 -0
  61. package/es/Reve/components/Combine.js +26 -0
  62. package/es/Reve/components/Mono.d.ts +3 -0
  63. package/es/Reve/components/Mono.js +40 -0
  64. package/es/Reve/components/Text.d.ts +3 -0
  65. package/es/Reve/components/Text.js +41 -0
  66. package/es/Reve/index.d.ts +13 -0
  67. package/es/Reve/index.js +12 -0
  68. package/es/Reve/style.d.ts +7 -0
  69. package/es/Reve/style.js +9 -0
  70. package/es/features/agentConfig.js +44 -12
  71. package/es/icons.d.ts +5 -0
  72. package/es/icons.js +5 -0
  73. package/es/toc.js +90 -0
  74. package/package.json +1 -1
package/es/toc.js CHANGED
@@ -795,6 +795,24 @@ var toc = [{
795
795
  "hasTextColor": false
796
796
  },
797
797
  "title": "Bing"
798
+ }, {
799
+ "color": "#671ECC",
800
+ "desc": "https://bria.ai",
801
+ "docsUrl": "bria-ai",
802
+ "fullTitle": "BRIA AI",
803
+ "group": "provider",
804
+ "id": "BriaAI",
805
+ "param": {
806
+ "hasAvatar": true,
807
+ "hasBrand": false,
808
+ "hasBrandColor": false,
809
+ "hasColor": true,
810
+ "hasCombine": true,
811
+ "hasText": true,
812
+ "hasTextCn": false,
813
+ "hasTextColor": false
814
+ },
815
+ "title": "BRIA AI"
798
816
  }, {
799
817
  "color": "#E95513",
800
818
  "desc": "https://ai.burncloud.com",
@@ -1897,6 +1915,24 @@ var toc = [{
1897
1915
  "hasTextColor": false
1898
1916
  },
1899
1917
  "title": "Gemini"
1918
+ }, {
1919
+ "color": "#1E1E2E",
1920
+ "desc": "https://geminicli.com",
1921
+ "docsUrl": "gemini-cli",
1922
+ "fullTitle": "Gemini CLI",
1923
+ "group": "application",
1924
+ "id": "GeminiCLI",
1925
+ "param": {
1926
+ "hasAvatar": true,
1927
+ "hasBrand": false,
1928
+ "hasBrandColor": false,
1929
+ "hasColor": true,
1930
+ "hasCombine": true,
1931
+ "hasText": true,
1932
+ "hasTextCn": false,
1933
+ "hasTextColor": false
1934
+ },
1935
+ "title": "Gemini CLI"
1900
1936
  }, {
1901
1937
  "color": "#2E96FF",
1902
1938
  "colorGradient": "linear-gradient(45deg, #446EFF 14%, #2E96FF 40%, #B1C5FF 73%)",
@@ -3564,6 +3600,24 @@ var toc = [{
3564
3600
  "hasTextColor": false
3565
3601
  },
3566
3602
  "title": "Nvidia"
3603
+ }, {
3604
+ "color": "#A88BFA",
3605
+ "desc": "https://obsidian.md",
3606
+ "docsUrl": "obsidian",
3607
+ "fullTitle": "Obsidian",
3608
+ "group": "application",
3609
+ "id": "Obsidian",
3610
+ "param": {
3611
+ "hasAvatar": true,
3612
+ "hasBrand": false,
3613
+ "hasBrandColor": false,
3614
+ "hasColor": true,
3615
+ "hasCombine": true,
3616
+ "hasText": true,
3617
+ "hasTextCn": false,
3618
+ "hasTextColor": false
3619
+ },
3620
+ "title": "Obsidian"
3567
3621
  }, {
3568
3622
  "color": "#fff",
3569
3623
  "desc": "https://ollama.ai",
@@ -3907,6 +3961,24 @@ var toc = [{
3907
3961
  "hasTextColor": false
3908
3962
  },
3909
3963
  "title": "Pollinations"
3964
+ }, {
3965
+ "color": "#AC51FF",
3966
+ "desc": "https://pruna.ai",
3967
+ "docsUrl": "pruna-ai",
3968
+ "fullTitle": "Pruna AI",
3969
+ "group": "model",
3970
+ "id": "PrunaAI",
3971
+ "param": {
3972
+ "hasAvatar": true,
3973
+ "hasBrand": false,
3974
+ "hasBrandColor": false,
3975
+ "hasColor": true,
3976
+ "hasCombine": true,
3977
+ "hasText": true,
3978
+ "hasTextCn": false,
3979
+ "hasTextColor": false
3980
+ },
3981
+ "title": "PrunaAI"
3910
3982
  }, {
3911
3983
  "color": "#E92063",
3912
3984
  "desc": "https://ai.pydantic.dev",
@@ -4107,6 +4179,24 @@ var toc = [{
4107
4179
  "hasTextColor": false
4108
4180
  },
4109
4181
  "title": "Replit"
4182
+ }, {
4183
+ "color": "#000",
4184
+ "desc": "https://app.reve.com",
4185
+ "docsUrl": "reve",
4186
+ "fullTitle": "Reve",
4187
+ "group": "model",
4188
+ "id": "Reve",
4189
+ "param": {
4190
+ "hasAvatar": true,
4191
+ "hasBrand": false,
4192
+ "hasBrandColor": false,
4193
+ "hasColor": false,
4194
+ "hasCombine": true,
4195
+ "hasText": true,
4196
+ "hasTextCn": false,
4197
+ "hasTextColor": false
4198
+ },
4199
+ "title": "Reve"
4110
4200
  }, {
4111
4201
  "color": "#000",
4112
4202
  "desc": "https://roocode.com",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/icons",
3
- "version": "5.1.0",
3
+ "version": "5.2.0",
4
4
  "description": "Popular AI / LLM Model Brand SVG Logo and Icon Collection",
5
5
  "keywords": [
6
6
  "lobehub",