@lobehub/icons 1.85.0 → 1.87.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 +45 -46
- package/es/AiStudio/components/Avatar.d.ts +5 -0
- package/es/AiStudio/components/Avatar.js +29 -0
- package/es/AiStudio/components/Color.d.ts +3 -0
- package/es/AiStudio/components/Color.js +49 -0
- package/es/AiStudio/components/Combine.d.ts +7 -0
- package/es/AiStudio/components/Combine.js +32 -0
- package/es/AiStudio/components/Mono.d.ts +3 -0
- package/es/AiStudio/components/Mono.js +41 -0
- package/es/AiStudio/components/Text.d.ts +3 -0
- package/es/AiStudio/components/Text.js +40 -0
- package/es/AiStudio/index.d.ts +15 -0
- package/es/AiStudio/index.js +16 -0
- package/es/AiStudio/style.d.ts +4 -0
- package/es/AiStudio/style.js +4 -0
- package/es/Gradio/components/Avatar.d.ts +5 -0
- package/es/Gradio/components/Avatar.js +29 -0
- package/es/Gradio/components/Color.d.ts +3 -0
- package/es/Gradio/components/Color.js +105 -0
- package/es/Gradio/components/Combine.d.ts +7 -0
- package/es/Gradio/components/Combine.js +32 -0
- package/es/Gradio/components/Mono.d.ts +3 -0
- package/es/Gradio/components/Mono.js +48 -0
- package/es/Gradio/components/Text.d.ts +3 -0
- package/es/Gradio/components/Text.js +40 -0
- package/es/Gradio/index.d.ts +15 -0
- package/es/Gradio/index.js +16 -0
- package/es/Gradio/style.d.ts +4 -0
- package/es/Gradio/style.js +4 -0
- package/es/icons.d.ts +2 -0
- package/es/icons.js +2 -0
- package/es/toc.js +36 -0
- package/package.json +1 -1
package/es/icons.d.ts
CHANGED
@@ -3,6 +3,7 @@ export { default as AdobeFirefly, type CompoundedIcon as AdobeFireflyProps } fro
|
|
3
3
|
export { default as Ai21, type CompoundedIcon as Ai21Props } from './Ai21';
|
4
4
|
export { default as Ai360, type CompoundedIcon as Ai360Props } from './Ai360';
|
5
5
|
export { default as AiMass, type CompoundedIcon as AiMassProps } from './AiMass';
|
6
|
+
export { default as AiStudio, type CompoundedIcon as AiStudioProps } from './AiStudio';
|
6
7
|
export { default as Alibaba, type CompoundedIcon as AlibabaProps } from './Alibaba';
|
7
8
|
export { default as AlibabaCloud, type CompoundedIcon as AlibabaCloudProps } from './AlibabaCloud';
|
8
9
|
export { default as AntGroup, type CompoundedIcon as AntGroupProps } from './AntGroup';
|
@@ -53,6 +54,7 @@ export { default as Github, type CompoundedIcon as GithubProps } from './Github'
|
|
53
54
|
export { default as GithubCopilot, type CompoundedIcon as GithubCopilotProps, } from './GithubCopilot';
|
54
55
|
export { default as Glif, type CompoundedIcon as GlifProps } from './Glif';
|
55
56
|
export { default as Google, type CompoundedIcon as GoogleProps } from './Google';
|
57
|
+
export { default as Gradio, type CompoundedIcon as GradioProps } from './Gradio';
|
56
58
|
export { default as Grok, type CompoundedIcon as GrokProps } from './Grok';
|
57
59
|
export { default as Groq, type CompoundedIcon as GroqProps } from './Groq';
|
58
60
|
export { default as Hailuo, type CompoundedIcon as HailuoProps } from './Hailuo';
|
package/es/icons.js
CHANGED
@@ -3,6 +3,7 @@ export { default as AdobeFirefly } from "./AdobeFirefly";
|
|
3
3
|
export { default as Ai21 } from "./Ai21";
|
4
4
|
export { default as Ai360 } from "./Ai360";
|
5
5
|
export { default as AiMass } from "./AiMass";
|
6
|
+
export { default as AiStudio } from "./AiStudio";
|
6
7
|
export { default as Alibaba } from "./Alibaba";
|
7
8
|
export { default as AlibabaCloud } from "./AlibabaCloud";
|
8
9
|
export { default as AntGroup } from "./AntGroup";
|
@@ -53,6 +54,7 @@ export { default as Github } from "./Github";
|
|
53
54
|
export { default as GithubCopilot } from "./GithubCopilot";
|
54
55
|
export { default as Glif } from "./Glif";
|
55
56
|
export { default as Google } from "./Google";
|
57
|
+
export { default as Gradio } from "./Gradio";
|
56
58
|
export { default as Grok } from "./Grok";
|
57
59
|
export { default as Groq } from "./Groq";
|
58
60
|
export { default as Hailuo } from "./Hailuo";
|
package/es/toc.js
CHANGED
@@ -90,6 +90,24 @@ var toc = [{
|
|
90
90
|
"hasTextColor": false
|
91
91
|
},
|
92
92
|
"title": "AiMass"
|
93
|
+
}, {
|
94
|
+
"color": "#0057CC",
|
95
|
+
"desc": "https://aistudio.google.com",
|
96
|
+
"docsUrl": "ai-studio",
|
97
|
+
"fullTitle": "AI Studio (Google)",
|
98
|
+
"group": "provider",
|
99
|
+
"id": "AiStudio",
|
100
|
+
"param": {
|
101
|
+
"hasAvatar": true,
|
102
|
+
"hasBrand": false,
|
103
|
+
"hasBrandColor": false,
|
104
|
+
"hasColor": true,
|
105
|
+
"hasCombine": true,
|
106
|
+
"hasText": true,
|
107
|
+
"hasTextCn": false,
|
108
|
+
"hasTextColor": false
|
109
|
+
},
|
110
|
+
"title": "Google AI Studio"
|
93
111
|
}, {
|
94
112
|
"color": "#FF6003",
|
95
113
|
"desc": "https://alibaba.com",
|
@@ -1000,6 +1018,24 @@ var toc = [{
|
|
1000
1018
|
"hasTextColor": false
|
1001
1019
|
},
|
1002
1020
|
"title": "Google"
|
1021
|
+
}, {
|
1022
|
+
"color": "#fff",
|
1023
|
+
"desc": "https://gradio.app",
|
1024
|
+
"docsUrl": "gradio",
|
1025
|
+
"fullTitle": "Gradio",
|
1026
|
+
"group": "application",
|
1027
|
+
"id": "Gradio",
|
1028
|
+
"param": {
|
1029
|
+
"hasAvatar": true,
|
1030
|
+
"hasBrand": false,
|
1031
|
+
"hasBrandColor": false,
|
1032
|
+
"hasColor": true,
|
1033
|
+
"hasCombine": true,
|
1034
|
+
"hasText": true,
|
1035
|
+
"hasTextCn": false,
|
1036
|
+
"hasTextColor": false
|
1037
|
+
},
|
1038
|
+
"title": "Gradio"
|
1003
1039
|
}, {
|
1004
1040
|
"color": "#000",
|
1005
1041
|
"desc": "https://grok.x.ai",
|