@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.
Files changed (98) hide show
  1. package/README.md +24 -24
  2. package/es/CogView/components/Text.js +3 -13
  3. package/es/ComfyUI/components/Avatar.js +1 -0
  4. package/es/ComfyUI/components/Color.js +3 -2
  5. package/es/Cursor/components/Avatar.d.ts +5 -0
  6. package/es/Cursor/components/Avatar.js +28 -0
  7. package/es/Cursor/components/Combine.d.ts +5 -0
  8. package/es/Cursor/components/Combine.js +26 -0
  9. package/es/Cursor/components/Mono.d.ts +3 -0
  10. package/es/Cursor/components/Mono.js +119 -0
  11. package/es/Cursor/components/Text.d.ts +3 -0
  12. package/es/Cursor/components/Text.js +40 -0
  13. package/es/Cursor/index.d.ts +13 -0
  14. package/es/Cursor/index.js +14 -0
  15. package/es/Cursor/style.d.ts +4 -0
  16. package/es/Cursor/style.js +4 -0
  17. package/es/DeepAI/components/Avatar.d.ts +5 -0
  18. package/es/DeepAI/components/Avatar.js +28 -0
  19. package/es/DeepAI/components/Combine.d.ts +5 -0
  20. package/es/DeepAI/components/Combine.js +26 -0
  21. package/es/DeepAI/components/Mono.d.ts +3 -0
  22. package/es/DeepAI/components/Mono.js +41 -0
  23. package/es/DeepAI/components/Text.d.ts +3 -0
  24. package/es/DeepAI/components/Text.js +40 -0
  25. package/es/DeepAI/index.d.ts +13 -0
  26. package/es/DeepAI/index.js +14 -0
  27. package/es/DeepAI/style.d.ts +4 -0
  28. package/es/DeepAI/style.js +4 -0
  29. package/es/DeepSeek/components/Color.js +3 -14
  30. package/es/DeepSeek/components/Mono.js +2 -12
  31. package/es/Dify/components/Avatar.d.ts +5 -0
  32. package/es/Dify/components/Avatar.js +30 -0
  33. package/es/Dify/components/Color.d.ts +3 -0
  34. package/es/Dify/components/Color.js +55 -0
  35. package/es/Dify/components/Combine.d.ts +7 -0
  36. package/es/Dify/components/Combine.js +33 -0
  37. package/es/Dify/components/Mono.d.ts +3 -0
  38. package/es/Dify/components/Mono.js +59 -0
  39. package/es/Dify/components/Text.d.ts +3 -0
  40. package/es/Dify/components/Text.js +45 -0
  41. package/es/Dify/components/TextColor.d.ts +3 -0
  42. package/es/Dify/components/TextColor.js +49 -0
  43. package/es/Dify/index.d.ts +18 -0
  44. package/es/Dify/index.js +19 -0
  45. package/es/Dify/style.d.ts +5 -0
  46. package/es/Dify/style.js +5 -0
  47. package/es/Flux/components/Mono.js +4 -14
  48. package/es/GiteeAI/components/Mono.js +3 -13
  49. package/es/MyShell/components/Avatar.d.ts +5 -0
  50. package/es/MyShell/components/Avatar.js +28 -0
  51. package/es/MyShell/components/Color.d.ts +3 -0
  52. package/es/MyShell/components/Color.js +85 -0
  53. package/es/MyShell/components/Combine.d.ts +7 -0
  54. package/es/MyShell/components/Combine.js +32 -0
  55. package/es/MyShell/components/Mono.d.ts +3 -0
  56. package/es/MyShell/components/Mono.js +44 -0
  57. package/es/MyShell/components/Text.d.ts +3 -0
  58. package/es/MyShell/components/Text.js +40 -0
  59. package/es/MyShell/index.d.ts +15 -0
  60. package/es/MyShell/index.js +16 -0
  61. package/es/MyShell/style.d.ts +4 -0
  62. package/es/MyShell/style.js +4 -0
  63. package/es/Poe/components/Avatar.d.ts +5 -0
  64. package/es/Poe/components/Avatar.js +29 -0
  65. package/es/Poe/components/Color.d.ts +3 -0
  66. package/es/Poe/components/Color.js +88 -0
  67. package/es/Poe/components/Combine.d.ts +7 -0
  68. package/es/Poe/components/Combine.js +32 -0
  69. package/es/Poe/components/Mono.d.ts +3 -0
  70. package/es/Poe/components/Mono.js +47 -0
  71. package/es/Poe/components/Text.d.ts +3 -0
  72. package/es/Poe/components/Text.js +40 -0
  73. package/es/Poe/index.d.ts +15 -0
  74. package/es/Poe/index.js +16 -0
  75. package/es/Poe/style.d.ts +4 -0
  76. package/es/Poe/style.js +4 -0
  77. package/es/Tiangong/components/Avatar.d.ts +5 -0
  78. package/es/Tiangong/components/Avatar.js +30 -0
  79. package/es/Tiangong/components/Color.d.ts +3 -0
  80. package/es/Tiangong/components/Color.js +99 -0
  81. package/es/Tiangong/components/Combine.d.ts +7 -0
  82. package/es/Tiangong/components/Combine.js +32 -0
  83. package/es/Tiangong/components/Mono.d.ts +3 -0
  84. package/es/Tiangong/components/Mono.js +45 -0
  85. package/es/Tiangong/components/Text.d.ts +3 -0
  86. package/es/Tiangong/components/Text.js +40 -0
  87. package/es/Tiangong/index.d.ts +16 -0
  88. package/es/Tiangong/index.js +17 -0
  89. package/es/Tiangong/style.d.ts +5 -0
  90. package/es/Tiangong/style.js +5 -0
  91. package/es/components/Dashboard/IconItem.js +5 -3
  92. package/es/features/IconAvatar/index.js +1 -0
  93. package/es/features/getLobeIconCDN/index.d.ts +1 -1
  94. package/es/icons.d.ts +6 -0
  95. package/es/icons.js +6 -0
  96. package/es/toc.d.ts +1 -0
  97. package/es/toc.js +1862 -1656
  98. package/package.json +2 -2
@@ -0,0 +1,5 @@
1
+ export declare const TITLE = "Tiangong";
2
+ export declare const TEXT_MULTIPLE = 1;
3
+ export declare const SPACE_MULTIPLE = 0.25;
4
+ export declare const COLOR_PRIMARY = "#0057ff";
5
+ export declare const COLOR_GRADIENT = "linear-gradient(to right, #6865FC, #467DF9)";
@@ -0,0 +1,5 @@
1
+ export var TITLE = 'Tiangong';
2
+ export var TEXT_MULTIPLE = 1;
3
+ export var SPACE_MULTIPLE = 0.25;
4
+ export var COLOR_PRIMARY = '#0057ff';
5
+ export var COLOR_GRADIENT = 'linear-gradient(to right, #6865FC, #467DF9)';
@@ -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 = 'icon.svg';
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(Link, {
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
- to: "/components/".concat(customKebabCase(id)),
122
+ target: '_blank',
121
123
  children: /*#__PURE__*/_jsx(ActionIcon, {
122
124
  icon: SearchIcon,
123
125
  size: 'small'
@@ -35,6 +35,7 @@ var IconAvatar = /*#__PURE__*/forwardRef(function (_ref, ref) {
35
35
  }, style),
36
36
  children: Icon && /*#__PURE__*/_jsx(Icon, {
37
37
  className: iconClassName,
38
+ color: color,
38
39
  size: roundToEven(size * iconMultiple),
39
40
  style: iconStyle
40
41
  })
@@ -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";
package/es/toc.d.ts CHANGED
@@ -14,6 +14,7 @@ export interface IconToc {
14
14
  hasCombine: boolean;
15
15
  hasText: boolean;
16
16
  hasTextCn: boolean;
17
+ hasTextColor: boolean;
17
18
  };
18
19
  title: string;
19
20
  }