@lobehub/icons 1.46.2 → 1.48.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 +24 -24
- package/es/CogView/components/Text.js +3 -13
- package/es/ComfyUI/components/Avatar.js +1 -0
- package/es/ComfyUI/components/Color.js +3 -2
- package/es/Cursor/components/Avatar.d.ts +5 -0
- package/es/Cursor/components/Avatar.js +28 -0
- package/es/Cursor/components/Combine.d.ts +5 -0
- package/es/Cursor/components/Combine.js +26 -0
- package/es/Cursor/components/Mono.d.ts +3 -0
- package/es/Cursor/components/Mono.js +119 -0
- package/es/Cursor/components/Text.d.ts +3 -0
- package/es/Cursor/components/Text.js +40 -0
- package/es/Cursor/index.d.ts +13 -0
- package/es/Cursor/index.js +14 -0
- package/es/Cursor/style.d.ts +4 -0
- package/es/Cursor/style.js +4 -0
- package/es/DeepAI/components/Avatar.d.ts +5 -0
- package/es/DeepAI/components/Avatar.js +28 -0
- package/es/DeepAI/components/Combine.d.ts +5 -0
- package/es/DeepAI/components/Combine.js +26 -0
- package/es/DeepAI/components/Mono.d.ts +3 -0
- package/es/DeepAI/components/Mono.js +41 -0
- package/es/DeepAI/components/Text.d.ts +3 -0
- package/es/DeepAI/components/Text.js +40 -0
- package/es/DeepAI/index.d.ts +13 -0
- package/es/DeepAI/index.js +14 -0
- package/es/DeepAI/style.d.ts +4 -0
- package/es/DeepAI/style.js +4 -0
- package/es/DeepSeek/components/Color.js +3 -14
- package/es/DeepSeek/components/Mono.js +2 -12
- package/es/Dify/components/Avatar.d.ts +5 -0
- package/es/Dify/components/Avatar.js +30 -0
- package/es/Dify/components/Color.d.ts +3 -0
- package/es/Dify/components/Color.js +55 -0
- package/es/Dify/components/Combine.d.ts +7 -0
- package/es/Dify/components/Combine.js +33 -0
- package/es/Dify/components/Mono.d.ts +3 -0
- package/es/Dify/components/Mono.js +59 -0
- package/es/Dify/components/Text.d.ts +3 -0
- package/es/Dify/components/Text.js +45 -0
- package/es/Dify/components/TextColor.d.ts +3 -0
- package/es/Dify/components/TextColor.js +49 -0
- package/es/Dify/index.d.ts +18 -0
- package/es/Dify/index.js +19 -0
- package/es/Dify/style.d.ts +5 -0
- package/es/Dify/style.js +5 -0
- package/es/Flux/components/Mono.js +4 -14
- package/es/GiteeAI/components/Mono.js +3 -13
- package/es/MyShell/components/Avatar.d.ts +5 -0
- package/es/MyShell/components/Avatar.js +28 -0
- package/es/MyShell/components/Color.d.ts +3 -0
- package/es/MyShell/components/Color.js +85 -0
- package/es/MyShell/components/Combine.d.ts +7 -0
- package/es/MyShell/components/Combine.js +32 -0
- package/es/MyShell/components/Mono.d.ts +3 -0
- package/es/MyShell/components/Mono.js +44 -0
- package/es/MyShell/components/Text.d.ts +3 -0
- package/es/MyShell/components/Text.js +40 -0
- package/es/MyShell/index.d.ts +15 -0
- package/es/MyShell/index.js +16 -0
- package/es/MyShell/style.d.ts +4 -0
- package/es/MyShell/style.js +4 -0
- package/es/Poe/components/Avatar.d.ts +5 -0
- package/es/Poe/components/Avatar.js +29 -0
- package/es/Poe/components/Color.d.ts +3 -0
- package/es/Poe/components/Color.js +88 -0
- package/es/Poe/components/Combine.d.ts +7 -0
- package/es/Poe/components/Combine.js +32 -0
- package/es/Poe/components/Mono.d.ts +3 -0
- package/es/Poe/components/Mono.js +47 -0
- package/es/Poe/components/Text.d.ts +3 -0
- package/es/Poe/components/Text.js +40 -0
- package/es/Poe/index.d.ts +15 -0
- package/es/Poe/index.js +16 -0
- package/es/Poe/style.d.ts +4 -0
- package/es/Poe/style.js +4 -0
- package/es/Tiangong/components/Avatar.d.ts +5 -0
- package/es/Tiangong/components/Avatar.js +30 -0
- package/es/Tiangong/components/Color.d.ts +3 -0
- package/es/Tiangong/components/Color.js +99 -0
- package/es/Tiangong/components/Combine.d.ts +7 -0
- package/es/Tiangong/components/Combine.js +32 -0
- package/es/Tiangong/components/Mono.d.ts +3 -0
- package/es/Tiangong/components/Mono.js +45 -0
- package/es/Tiangong/components/Text.d.ts +3 -0
- package/es/Tiangong/components/Text.js +40 -0
- package/es/Tiangong/index.d.ts +16 -0
- package/es/Tiangong/index.js +17 -0
- package/es/Tiangong/style.d.ts +5 -0
- package/es/Tiangong/style.js +5 -0
- package/es/components/Dashboard/IconItem.js +5 -3
- package/es/features/IconAvatar/index.js +1 -0
- package/es/features/getLobeIconCDN/index.d.ts +1 -1
- package/es/icons.d.ts +6 -0
- package/es/icons.js +6 -0
- package/es/toc.d.ts +1 -0
- package/es/toc.js +1862 -1656
- package/package.json +2 -2
@@ -45,7 +45,7 @@ var IconItem = /*#__PURE__*/memo(function (_ref2) {
|
|
45
45
|
var url = URL.createObjectURL(blob);
|
46
46
|
var downloadLink = document.createElement('a');
|
47
47
|
downloadLink.href = url;
|
48
|
-
downloadLink.download =
|
48
|
+
downloadLink.download = "".concat(id.toLowerCase(), ".svg");
|
49
49
|
document.body.append(downloadLink);
|
50
50
|
downloadLink.click();
|
51
51
|
downloadLink.remove();
|
@@ -113,11 +113,13 @@ var IconItem = /*#__PURE__*/memo(function (_ref2) {
|
|
113
113
|
children: [/*#__PURE__*/_jsx(Center, {
|
114
114
|
flex: 1,
|
115
115
|
height: 32,
|
116
|
-
children: /*#__PURE__*/_jsx(
|
116
|
+
children: /*#__PURE__*/_jsx("a", {
|
117
|
+
href: "https://lobehub.com/icons/".concat(customKebabCase(id)),
|
118
|
+
rel: "noreferrer",
|
117
119
|
style: {
|
118
120
|
color: 'inherit'
|
119
121
|
},
|
120
|
-
|
122
|
+
target: '_blank',
|
121
123
|
children: /*#__PURE__*/_jsx(ActionIcon, {
|
122
124
|
icon: SearchIcon,
|
123
125
|
size: 'small'
|
@@ -2,6 +2,6 @@ export interface LobeIconCdnConfig {
|
|
2
2
|
cdn?: 'aliyun' | 'unpkg';
|
3
3
|
format?: 'svg' | 'png' | 'webp';
|
4
4
|
isDarkMode?: boolean;
|
5
|
-
type?: 'mono' | 'color' | 'text' | 'text-cn' | 'brand' | 'brand-color';
|
5
|
+
type?: 'mono' | 'color' | 'text' | 'text-cn' | 'text-color' | 'brand' | 'brand-color';
|
6
6
|
}
|
7
7
|
export declare const getLobeIconCDN: (id: string, config?: LobeIconCdnConfig) => string;
|
package/es/icons.d.ts
CHANGED
@@ -26,10 +26,13 @@ export { default as Cohere, type CompoundedIcon as CohereProps } from './Cohere'
|
|
26
26
|
export { default as Colab, type CompoundedIcon as ColabProps } from './Colab';
|
27
27
|
export { default as ComfyUI, type CompoundedIcon as ComfyUIProps } from './ComfyUI';
|
28
28
|
export { default as Copilot, type CompoundedIcon as CopilotProps } from './Copilot';
|
29
|
+
export { default as Cursor, type CompoundedIcon as CursorProps } from './Cursor';
|
29
30
|
export { default as Dalle, type CompoundedIcon as DalleProps } from './Dalle';
|
30
31
|
export { default as Dbrx, type CompoundedIcon as DbrxProps } from './Dbrx';
|
32
|
+
export { default as DeepAI, type CompoundedIcon as DeepAIProps } from './DeepAI';
|
31
33
|
export { default as DeepMind, type CompoundedIcon as DeepMindProps } from './DeepMind';
|
32
34
|
export { default as DeepSeek, type CompoundedIcon as DeepSeekProps } from './DeepSeek';
|
35
|
+
export { default as Dify, type CompoundedIcon as DifyProps } from './Dify';
|
33
36
|
export { default as Doubao, type CompoundedIcon as DoubaoProps } from './Doubao';
|
34
37
|
export { default as Fireworks, type CompoundedIcon as FireworksProps } from './Fireworks';
|
35
38
|
export { default as FishAudio, type CompoundedIcon as FishAudioProps } from './FishAudio';
|
@@ -59,6 +62,7 @@ export { default as Midjourney, type CompoundedIcon as MidjourneyProps } from '.
|
|
59
62
|
export { default as Minimax, type CompoundedIcon as MinimaxProps } from './Minimax';
|
60
63
|
export { default as Mistral, type CompoundedIcon as MistralProps } from './Mistral';
|
61
64
|
export { default as Moonshot, type CompoundedIcon as MoonshotProps } from './Moonshot';
|
65
|
+
export { default as MyShell, type CompoundedIcon as MyShellProps } from './MyShell';
|
62
66
|
export { default as Novita, type CompoundedIcon as NovitaProps } from './Novita';
|
63
67
|
export { default as Nvidia, type CompoundedIcon as NvidiaProps } from './Nvidia';
|
64
68
|
export { default as Ollama, type CompoundedIcon as OllamaProps } from './Ollama';
|
@@ -67,6 +71,7 @@ export { default as OpenChat, type CompoundedIcon as OpenChatProps } from './Ope
|
|
67
71
|
export { default as OpenRouter, type CompoundedIcon as OpenRouterProps } from './OpenRouter';
|
68
72
|
export { default as PaLM, type CompoundedIcon as PaLMProps } from './PaLM';
|
69
73
|
export { default as Perplexity, type CompoundedIcon as PerplexityProps } from './Perplexity';
|
74
|
+
export { default as Poe, type CompoundedIcon as PoeProps } from './Poe';
|
70
75
|
export { default as Pollinations, type CompoundedIcon as PollinationsProps } from './Pollinations';
|
71
76
|
export { default as Qingyan, type CompoundedIcon as QingyanProps } from './Qingyan';
|
72
77
|
export { default as Qwen, type CompoundedIcon as QwenProps } from './Qwen';
|
@@ -81,6 +86,7 @@ export { default as Stability, type CompoundedIcon as StabilityProps } from './S
|
|
81
86
|
export { default as Stepfun, type CompoundedIcon as StepfunProps } from './Stepfun';
|
82
87
|
export { default as Suno, type CompoundedIcon as SunoProps } from './Suno';
|
83
88
|
export { default as Tencent, type CompoundedIcon as TencentProps } from './Tencent';
|
89
|
+
export { default as Tiangong, type CompoundedIcon as TiangongProps } from './Tiangong';
|
84
90
|
export { default as TII, type CompoundedIcon as TIIProps } from './TII';
|
85
91
|
export { default as Together, type CompoundedIcon as TogetherProps } from './Together';
|
86
92
|
export { default as Upstage, type CompoundedIcon as UpstageProps } from './Upstage';
|
package/es/icons.js
CHANGED
@@ -26,10 +26,13 @@ export { default as Cohere } from "./Cohere";
|
|
26
26
|
export { default as Colab } from "./Colab";
|
27
27
|
export { default as ComfyUI } from "./ComfyUI";
|
28
28
|
export { default as Copilot } from "./Copilot";
|
29
|
+
export { default as Cursor } from "./Cursor";
|
29
30
|
export { default as Dalle } from "./Dalle";
|
30
31
|
export { default as Dbrx } from "./Dbrx";
|
32
|
+
export { default as DeepAI } from "./DeepAI";
|
31
33
|
export { default as DeepMind } from "./DeepMind";
|
32
34
|
export { default as DeepSeek } from "./DeepSeek";
|
35
|
+
export { default as Dify } from "./Dify";
|
33
36
|
export { default as Doubao } from "./Doubao";
|
34
37
|
export { default as Fireworks } from "./Fireworks";
|
35
38
|
export { default as FishAudio } from "./FishAudio";
|
@@ -59,6 +62,7 @@ export { default as Midjourney } from "./Midjourney";
|
|
59
62
|
export { default as Minimax } from "./Minimax";
|
60
63
|
export { default as Mistral } from "./Mistral";
|
61
64
|
export { default as Moonshot } from "./Moonshot";
|
65
|
+
export { default as MyShell } from "./MyShell";
|
62
66
|
export { default as Novita } from "./Novita";
|
63
67
|
export { default as Nvidia } from "./Nvidia";
|
64
68
|
export { default as Ollama } from "./Ollama";
|
@@ -67,6 +71,7 @@ export { default as OpenChat } from "./OpenChat";
|
|
67
71
|
export { default as OpenRouter } from "./OpenRouter";
|
68
72
|
export { default as PaLM } from "./PaLM";
|
69
73
|
export { default as Perplexity } from "./Perplexity";
|
74
|
+
export { default as Poe } from "./Poe";
|
70
75
|
export { default as Pollinations } from "./Pollinations";
|
71
76
|
export { default as Qingyan } from "./Qingyan";
|
72
77
|
export { default as Qwen } from "./Qwen";
|
@@ -81,6 +86,7 @@ export { default as Stability } from "./Stability";
|
|
81
86
|
export { default as Stepfun } from "./Stepfun";
|
82
87
|
export { default as Suno } from "./Suno";
|
83
88
|
export { default as Tencent } from "./Tencent";
|
89
|
+
export { default as Tiangong } from "./Tiangong";
|
84
90
|
export { default as TII } from "./TII";
|
85
91
|
export { default as Together } from "./Together";
|
86
92
|
export { default as Upstage } from "./Upstage";
|