@lobehub/icons 1.46.2 → 1.47.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 (96) hide show
  1. package/es/CogView/components/Text.js +3 -13
  2. package/es/ComfyUI/components/Avatar.js +1 -0
  3. package/es/ComfyUI/components/Color.js +3 -2
  4. package/es/Cursor/components/Avatar.d.ts +5 -0
  5. package/es/Cursor/components/Avatar.js +28 -0
  6. package/es/Cursor/components/Combine.d.ts +5 -0
  7. package/es/Cursor/components/Combine.js +26 -0
  8. package/es/Cursor/components/Mono.d.ts +3 -0
  9. package/es/Cursor/components/Mono.js +119 -0
  10. package/es/Cursor/components/Text.d.ts +3 -0
  11. package/es/Cursor/components/Text.js +40 -0
  12. package/es/Cursor/index.d.ts +13 -0
  13. package/es/Cursor/index.js +14 -0
  14. package/es/Cursor/style.d.ts +4 -0
  15. package/es/Cursor/style.js +4 -0
  16. package/es/DeepAI/components/Avatar.d.ts +5 -0
  17. package/es/DeepAI/components/Avatar.js +28 -0
  18. package/es/DeepAI/components/Combine.d.ts +5 -0
  19. package/es/DeepAI/components/Combine.js +26 -0
  20. package/es/DeepAI/components/Mono.d.ts +3 -0
  21. package/es/DeepAI/components/Mono.js +41 -0
  22. package/es/DeepAI/components/Text.d.ts +3 -0
  23. package/es/DeepAI/components/Text.js +40 -0
  24. package/es/DeepAI/index.d.ts +13 -0
  25. package/es/DeepAI/index.js +14 -0
  26. package/es/DeepAI/style.d.ts +4 -0
  27. package/es/DeepAI/style.js +4 -0
  28. package/es/DeepSeek/components/Color.js +3 -14
  29. package/es/DeepSeek/components/Mono.js +2 -12
  30. package/es/Dify/components/Avatar.d.ts +5 -0
  31. package/es/Dify/components/Avatar.js +30 -0
  32. package/es/Dify/components/Color.d.ts +3 -0
  33. package/es/Dify/components/Color.js +55 -0
  34. package/es/Dify/components/Combine.d.ts +7 -0
  35. package/es/Dify/components/Combine.js +33 -0
  36. package/es/Dify/components/Mono.d.ts +3 -0
  37. package/es/Dify/components/Mono.js +59 -0
  38. package/es/Dify/components/Text.d.ts +3 -0
  39. package/es/Dify/components/Text.js +45 -0
  40. package/es/Dify/components/TextColor.d.ts +3 -0
  41. package/es/Dify/components/TextColor.js +49 -0
  42. package/es/Dify/index.d.ts +18 -0
  43. package/es/Dify/index.js +19 -0
  44. package/es/Dify/style.d.ts +5 -0
  45. package/es/Dify/style.js +5 -0
  46. package/es/Flux/components/Mono.js +4 -14
  47. package/es/GiteeAI/components/Mono.js +3 -13
  48. package/es/MyShell/components/Avatar.d.ts +5 -0
  49. package/es/MyShell/components/Avatar.js +28 -0
  50. package/es/MyShell/components/Color.d.ts +3 -0
  51. package/es/MyShell/components/Color.js +85 -0
  52. package/es/MyShell/components/Combine.d.ts +7 -0
  53. package/es/MyShell/components/Combine.js +32 -0
  54. package/es/MyShell/components/Mono.d.ts +3 -0
  55. package/es/MyShell/components/Mono.js +44 -0
  56. package/es/MyShell/components/Text.d.ts +3 -0
  57. package/es/MyShell/components/Text.js +40 -0
  58. package/es/MyShell/index.d.ts +15 -0
  59. package/es/MyShell/index.js +16 -0
  60. package/es/MyShell/style.d.ts +4 -0
  61. package/es/MyShell/style.js +4 -0
  62. package/es/Poe/components/Avatar.d.ts +5 -0
  63. package/es/Poe/components/Avatar.js +29 -0
  64. package/es/Poe/components/Color.d.ts +3 -0
  65. package/es/Poe/components/Color.js +88 -0
  66. package/es/Poe/components/Combine.d.ts +7 -0
  67. package/es/Poe/components/Combine.js +32 -0
  68. package/es/Poe/components/Mono.d.ts +3 -0
  69. package/es/Poe/components/Mono.js +47 -0
  70. package/es/Poe/components/Text.d.ts +3 -0
  71. package/es/Poe/components/Text.js +40 -0
  72. package/es/Poe/index.d.ts +15 -0
  73. package/es/Poe/index.js +16 -0
  74. package/es/Poe/style.d.ts +4 -0
  75. package/es/Poe/style.js +4 -0
  76. package/es/Tiangong/components/Avatar.d.ts +5 -0
  77. package/es/Tiangong/components/Avatar.js +30 -0
  78. package/es/Tiangong/components/Color.d.ts +3 -0
  79. package/es/Tiangong/components/Color.js +99 -0
  80. package/es/Tiangong/components/Combine.d.ts +7 -0
  81. package/es/Tiangong/components/Combine.js +32 -0
  82. package/es/Tiangong/components/Mono.d.ts +3 -0
  83. package/es/Tiangong/components/Mono.js +45 -0
  84. package/es/Tiangong/components/Text.d.ts +3 -0
  85. package/es/Tiangong/components/Text.js +40 -0
  86. package/es/Tiangong/index.d.ts +16 -0
  87. package/es/Tiangong/index.js +17 -0
  88. package/es/Tiangong/style.d.ts +5 -0
  89. package/es/Tiangong/style.js +5 -0
  90. package/es/features/IconAvatar/index.js +1 -0
  91. package/es/features/getLobeIconCDN/index.d.ts +1 -1
  92. package/es/icons.d.ts +6 -0
  93. package/es/icons.js +6 -0
  94. package/es/toc.d.ts +1 -0
  95. package/es/toc.js +1862 -1656
  96. package/package.json +2 -2
@@ -0,0 +1,99 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["size", "style"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
11
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
12
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
13
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
14
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
15
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
16
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
17
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
18
+ import { forwardRef } from 'react';
19
+ import { useFillIds } from "../../hooks/useFillId";
20
+ import { TITLE } from "../style";
21
+ import { jsx as _jsx } from "react/jsx-runtime";
22
+ import { jsxs as _jsxs } from "react/jsx-runtime";
23
+ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
24
+ var _ref$size = _ref.size,
25
+ size = _ref$size === void 0 ? '1em' : _ref$size,
26
+ style = _ref.style,
27
+ rest = _objectWithoutProperties(_ref, _excluded);
28
+ var _useFillIds = useFillIds(TITLE, 3),
29
+ _useFillIds2 = _slicedToArray(_useFillIds, 3),
30
+ a = _useFillIds2[0],
31
+ b = _useFillIds2[1],
32
+ c = _useFillIds2[2];
33
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
34
+ height: size,
35
+ ref: ref,
36
+ style: _objectSpread({
37
+ flex: 'none',
38
+ lineHeight: 1
39
+ }, style),
40
+ viewBox: "0 0 24 24",
41
+ width: size,
42
+ xmlns: "http://www.w3.org/2000/svg"
43
+ }, rest), {}, {
44
+ children: [/*#__PURE__*/_jsx("title", {
45
+ children: TITLE
46
+ }), /*#__PURE__*/_jsx("path", {
47
+ d: "M7.852 2.88H.647a.594.594 0 01-.592-.592.592.592 0 01.594-.588h7.205c1.49 0 2.96.474 4.157 1.335A7.196 7.196 0 0116.173 1.7h7.198a.592.592 0 01.596.588.595.595 0 01-.596.589h-7.198a5.944 5.944 0 00-3.226.96c.355.357.671.754.938 1.18a5.647 5.647 0 013.183-.987h6.303a.594.594 0 01.596.588.595.595 0 01-.596.589h-6.303c-.956 0-1.894.308-2.654.869.194.472.332.963.417 1.467a3.99 3.99 0 012.898-1.238h5.642a.592.592 0 01.55.815.594.594 0 01-.55.362h-5.63a2.79 2.79 0 00-2.804 2.764v3.511c.004 1.522 1.262 2.763 2.804 2.764h5.685l.02.002a.592.592 0 01.553.626.592.592 0 01-.592.547H17.74c-2.197-.004-3.988-1.769-3.99-3.937V8.702c-.006-3.207-2.65-5.817-5.899-5.821z",
48
+ fill: a.fill
49
+ }), /*#__PURE__*/_jsx("path", {
50
+ d: "M.647 5.203h6.31c2.445 0 4.434 1.967 4.432 4.38v4.838c0 3.06 2.524 5.552 5.628 5.552h6.31a.592.592 0 00.597-.586.59.59 0 00-.596-.589h-6.323a4.428 4.428 0 01-4.094-2.7 4.325 4.325 0 01-.335-1.68V9.584c0-3.055-2.52-5.549-5.618-5.555H.647a.592.592 0 00-.594.589.592.592 0 00.594.586z",
51
+ fill: b.fill
52
+ }), /*#__PURE__*/_jsx("path", {
53
+ d: "M23.361 21.116h.063a.531.531 0 01.417.208.587.587 0 01-.448.973l-.02-.002h-7.21a7.159 7.159 0 01-4.158-1.333 7.212 7.212 0 01-4.162 1.333H.606l-.02-.002H.568a.588.588 0 01.04-1.175l.02.002H7.84a5.937 5.937 0 003.234-.957 7.033 7.033 0 01-.94-1.181 5.609 5.609 0 01-3.181.987H.644a.593.593 0 01-.597-.588.592.592 0 01.596-.587h6.32c.951 0 1.877-.304 2.643-.867a6.886 6.886 0 01-.415-1.465 4.003 4.003 0 01-2.902 1.234H.592a.589.589 0 01.02-1.177l.02.003h5.65c1.543-.002 2.8-1.244 2.803-2.765v-3.509c-.002-1.524-1.258-2.764-2.802-2.764H.645a.592.592 0 01-.596-.589.592.592 0 01.596-.588h5.638c2.195.004 3.988 1.771 3.99 3.937V15.3c.002 3.209 2.648 5.821 5.899 5.825h7.142l.047-.008z",
54
+ fill: c.fill
55
+ }), /*#__PURE__*/_jsxs("defs", {
56
+ children: [/*#__PURE__*/_jsxs("linearGradient", {
57
+ gradientUnits: "userSpaceOnUse",
58
+ id: a.id,
59
+ x1: "0",
60
+ x2: "23.45",
61
+ y1: "11.5",
62
+ y2: "15.091",
63
+ children: [/*#__PURE__*/_jsx("stop", {
64
+ stopColor: "#6865FC"
65
+ }), /*#__PURE__*/_jsx("stop", {
66
+ offset: "1",
67
+ stopColor: "#467DF9"
68
+ })]
69
+ }), /*#__PURE__*/_jsxs("linearGradient", {
70
+ gradientUnits: "userSpaceOnUse",
71
+ id: b.id,
72
+ x1: "0",
73
+ x2: "23.45",
74
+ y1: "11.5",
75
+ y2: "15.091",
76
+ children: [/*#__PURE__*/_jsx("stop", {
77
+ stopColor: "#6865FC"
78
+ }), /*#__PURE__*/_jsx("stop", {
79
+ offset: "1",
80
+ stopColor: "#467DF9"
81
+ })]
82
+ }), /*#__PURE__*/_jsxs("linearGradient", {
83
+ gradientUnits: "userSpaceOnUse",
84
+ id: c.id,
85
+ x1: "0",
86
+ x2: "23.45",
87
+ y1: "11.5",
88
+ y2: "15.091",
89
+ children: [/*#__PURE__*/_jsx("stop", {
90
+ stopColor: "#6865FC"
91
+ }), /*#__PURE__*/_jsx("stop", {
92
+ offset: "1",
93
+ stopColor: "#467DF9"
94
+ })]
95
+ })]
96
+ })]
97
+ }));
98
+ });
99
+ export default Icon;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { type IconCombineProps } from "../../features/IconCombine";
3
+ export interface CombineProps extends Omit<IconCombineProps, 'Icon' | 'Text'> {
4
+ type?: 'color' | 'mono';
5
+ }
6
+ declare const Combine: import("react").NamedExoticComponent<CombineProps>;
7
+ export default Combine;
@@ -0,0 +1,32 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["type"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import { memo } from 'react';
13
+ import IconCombine from "../../features/IconCombine";
14
+ import { SPACE_MULTIPLE, TEXT_MULTIPLE, TITLE } from "../style";
15
+ import Color from "./Color";
16
+ import Mono from "./Mono";
17
+ import Text from "./Text";
18
+ import { jsx as _jsx } from "react/jsx-runtime";
19
+ var Combine = /*#__PURE__*/memo(function (_ref) {
20
+ var _ref$type = _ref.type,
21
+ type = _ref$type === void 0 ? 'mono' : _ref$type,
22
+ rest = _objectWithoutProperties(_ref, _excluded);
23
+ var Icon = type === 'color' ? Color : Mono;
24
+ return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
25
+ Icon: Icon,
26
+ Text: Text,
27
+ "aria-label": TITLE,
28
+ spaceMultiple: SPACE_MULTIPLE,
29
+ textMultiple: TEXT_MULTIPLE
30
+ }, rest));
31
+ });
32
+ export default Combine;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -0,0 +1,45 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["size", "style"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import { forwardRef } from 'react';
13
+ import { TITLE } from "../style";
14
+ import { jsx as _jsx } from "react/jsx-runtime";
15
+ import { jsxs as _jsxs } from "react/jsx-runtime";
16
+ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
17
+ var _ref$size = _ref.size,
18
+ size = _ref$size === void 0 ? '1em' : _ref$size,
19
+ style = _ref.style,
20
+ rest = _objectWithoutProperties(_ref, _excluded);
21
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
22
+ fill: "currentColor",
23
+ fillRule: "evenodd",
24
+ height: size,
25
+ ref: ref,
26
+ style: _objectSpread({
27
+ flex: 'none',
28
+ lineHeight: 1
29
+ }, style),
30
+ viewBox: "0 0 24 24",
31
+ width: size,
32
+ xmlns: "http://www.w3.org/2000/svg"
33
+ }, rest), {}, {
34
+ children: [/*#__PURE__*/_jsx("title", {
35
+ children: TITLE
36
+ }), /*#__PURE__*/_jsx("path", {
37
+ d: "M7.852 2.88H.647a.594.594 0 01-.592-.592.592.592 0 01.594-.588h7.205c1.49 0 2.96.474 4.157 1.335A7.196 7.196 0 0116.173 1.7h7.198a.592.592 0 01.596.588.595.595 0 01-.596.589h-7.198a5.944 5.944 0 00-3.226.96c.355.357.671.754.938 1.18a5.647 5.647 0 013.183-.987h6.303a.594.594 0 01.596.588.595.595 0 01-.596.589h-6.303c-.956 0-1.894.308-2.654.869.194.472.332.963.417 1.467a3.99 3.99 0 012.898-1.238h5.642a.592.592 0 01.55.815.594.594 0 01-.55.362h-5.63a2.79 2.79 0 00-2.804 2.764v3.511c.004 1.522 1.262 2.763 2.804 2.764h5.685l.02.002a.592.592 0 01.553.626.592.592 0 01-.592.547H17.74c-2.197-.004-3.988-1.769-3.99-3.937V8.702c-.006-3.207-2.65-5.817-5.899-5.821z"
38
+ }), /*#__PURE__*/_jsx("path", {
39
+ d: "M.647 5.203h6.31c2.445 0 4.434 1.967 4.432 4.38v4.838c0 3.06 2.524 5.552 5.628 5.552h6.31a.592.592 0 00.597-.586.59.59 0 00-.596-.589h-6.323a4.428 4.428 0 01-4.094-2.7 4.325 4.325 0 01-.335-1.68V9.584c0-3.055-2.52-5.549-5.618-5.555H.647a.592.592 0 00-.594.589.592.592 0 00.594.586z"
40
+ }), /*#__PURE__*/_jsx("path", {
41
+ d: "M23.361 21.116h.063a.531.531 0 01.417.208.587.587 0 01-.448.973l-.02-.002h-7.21a7.159 7.159 0 01-4.158-1.333 7.212 7.212 0 01-4.162 1.333H.606l-.02-.002H.568a.588.588 0 01.04-1.175l.02.002H7.84a5.937 5.937 0 003.234-.957 7.033 7.033 0 01-.94-1.181 5.609 5.609 0 01-3.181.987H.644a.593.593 0 01-.597-.588.592.592 0 01.596-.587h6.32c.951 0 1.877-.304 2.643-.867a6.886 6.886 0 01-.415-1.465 4.003 4.003 0 01-2.902 1.234H.592a.589.589 0 01.02-1.177l.02.003h5.65c1.543-.002 2.8-1.244 2.803-2.765v-3.509c-.002-1.524-1.258-2.764-2.802-2.764H.645a.592.592 0 01-.596-.589.592.592 0 01.596-.588h5.638c2.195.004 3.988 1.771 3.99 3.937V15.3c.002 3.209 2.648 5.821 5.899 5.825h7.142l.047-.008z"
42
+ })]
43
+ }));
44
+ });
45
+ export default Icon;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -0,0 +1,40 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["size", "style"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import { forwardRef } from 'react';
13
+ import { TITLE } from "../style";
14
+ import { jsx as _jsx } from "react/jsx-runtime";
15
+ import { jsxs as _jsxs } from "react/jsx-runtime";
16
+ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
17
+ var _ref$size = _ref.size,
18
+ size = _ref$size === void 0 ? '1em' : _ref$size,
19
+ style = _ref.style,
20
+ rest = _objectWithoutProperties(_ref, _excluded);
21
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
22
+ fill: "currentColor",
23
+ fillRule: "evenodd",
24
+ height: size,
25
+ ref: ref,
26
+ style: _objectSpread({
27
+ flex: 'none',
28
+ lineHeight: 1
29
+ }, style),
30
+ viewBox: "0 0 47 24",
31
+ xmlns: "http://www.w3.org/2000/svg"
32
+ }, rest), {}, {
33
+ children: [/*#__PURE__*/_jsx("title", {
34
+ children: TITLE
35
+ }), /*#__PURE__*/_jsx("path", {
36
+ d: "M10.431 9.712H2v2.901h7.44a9.33 9.33 0 01-1.379 2.076c-.692.802-1.62 1.837-2.783 2.594-1.526.993-3.184 1.745-3.184 1.745l1.298 2.854s2.476-1.18 4.198-2.547c1.248-.992 2.327-1.918 3.113-2.878.643-.784 1.16-1.91 1.55-2.86.26.533.538 1.049.832 1.563.896 1.541 1.88 2.549 3.396 3.868 1.613 1.404 4.6 2.972 4.6 2.972l1.178-2.972s-2.004-.84-3.655-2.099c-1.374-1.047-2.186-2.075-3.02-3.349a2.457 2.457 0 01-.278-.967h7.26v-2.9h-9.07c.025-.616.037-1.195.037-1.605V4.901h8.255V2H2.684v2.9h7.83v3.185c0 .522-.027 1.064-.083 1.627zM44.146 2.165H27.33v2.972h6.557v13.42h-7.854v2.853h19.434v-2.853h-8.35V5.137h7.03V2.165z"
37
+ })]
38
+ }));
39
+ });
40
+ export default Icon;
@@ -0,0 +1,16 @@
1
+ import Avatar from './components/Avatar';
2
+ import Color from './components/Color';
3
+ import Combine from './components/Combine';
4
+ import Mono from './components/Mono';
5
+ import Text from './components/Text';
6
+ export type CompoundedIcon = typeof Mono & {
7
+ Avatar: typeof Avatar;
8
+ Color: typeof Color;
9
+ Combine: typeof Combine;
10
+ Text: typeof Text;
11
+ colorGradient: string;
12
+ colorPrimary: string;
13
+ title: string;
14
+ };
15
+ declare const Icons: CompoundedIcon;
16
+ export default Icons;
@@ -0,0 +1,17 @@
1
+ 'use client';
2
+
3
+ import Avatar from "./components/Avatar";
4
+ import Color from "./components/Color";
5
+ import Combine from "./components/Combine";
6
+ import Mono from "./components/Mono";
7
+ import Text from "./components/Text";
8
+ import { COLOR_GRADIENT, COLOR_PRIMARY, TITLE } from "./style";
9
+ var Icons = Mono;
10
+ Icons.Color = Color;
11
+ Icons.Text = Text;
12
+ Icons.Combine = Combine;
13
+ Icons.Avatar = Avatar;
14
+ Icons.colorPrimary = COLOR_PRIMARY;
15
+ Icons.colorGradient = COLOR_GRADIENT;
16
+ Icons.title = TITLE;
17
+ export default Icons;
@@ -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)';
@@ -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
  }