@lobehub/icons 2.45.0 → 2.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.
- package/README.md +57 -57
- package/es/Ai2/components/Avatar.d.ts +5 -0
- package/es/Ai2/components/Avatar.js +25 -0
- package/es/Ai2/components/Color.d.ts +3 -0
- package/es/Ai2/components/Color.js +39 -0
- package/es/Ai2/components/Combine.d.ts +7 -0
- package/es/Ai2/components/Combine.js +32 -0
- package/es/Ai2/components/Mono.d.ts +3 -0
- package/es/Ai2/components/Mono.js +40 -0
- package/es/Ai2/components/Text.d.ts +3 -0
- package/es/Ai2/components/Text.js +39 -0
- package/es/Ai2/index.d.ts +16 -0
- package/es/Ai2/index.js +14 -0
- package/es/Ai2/style.d.ts +7 -0
- package/es/Ai2/style.js +9 -0
- package/es/Arcee/components/Avatar.d.ts +5 -0
- package/es/Arcee/components/Avatar.js +25 -0
- package/es/Arcee/components/Color.d.ts +3 -0
- package/es/Arcee/components/Color.js +39 -0
- package/es/Arcee/components/Combine.d.ts +7 -0
- package/es/Arcee/components/Combine.js +32 -0
- package/es/Arcee/components/Mono.d.ts +3 -0
- package/es/Arcee/components/Mono.js +40 -0
- package/es/Arcee/components/Text.d.ts +3 -0
- package/es/Arcee/components/Text.js +39 -0
- package/es/Arcee/index.d.ts +16 -0
- package/es/Arcee/index.js +14 -0
- package/es/Arcee/style.d.ts +7 -0
- package/es/Arcee/style.js +9 -0
- package/es/CodeFlicker/components/Avatar.d.ts +5 -0
- package/es/CodeFlicker/components/Avatar.js +25 -0
- package/es/CodeFlicker/components/Color.d.ts +3 -0
- package/es/CodeFlicker/components/Color.js +185 -0
- package/es/CodeFlicker/components/Combine.d.ts +7 -0
- package/es/CodeFlicker/components/Combine.js +32 -0
- package/es/CodeFlicker/components/Mono.d.ts +3 -0
- package/es/CodeFlicker/components/Mono.js +42 -0
- package/es/CodeFlicker/components/Text.d.ts +3 -0
- package/es/CodeFlicker/components/Text.js +43 -0
- package/es/CodeFlicker/index.d.ts +15 -0
- package/es/CodeFlicker/index.js +14 -0
- package/es/CodeFlicker/style.d.ts +7 -0
- package/es/CodeFlicker/style.js +9 -0
- package/es/CyberCut/components/Avatar.d.ts +5 -0
- package/es/CyberCut/components/Avatar.js +25 -0
- package/es/CyberCut/components/Combine.d.ts +5 -0
- package/es/CyberCut/components/Combine.js +27 -0
- package/es/CyberCut/components/Mono.d.ts +3 -0
- package/es/CyberCut/components/Mono.js +64 -0
- package/es/CyberCut/components/Text.d.ts +3 -0
- package/es/CyberCut/components/Text.js +42 -0
- package/es/CyberCut/index.d.ts +13 -0
- package/es/CyberCut/index.js +12 -0
- package/es/CyberCut/style.d.ts +7 -0
- package/es/CyberCut/style.js +9 -0
- package/es/DeepCogito/components/Avatar.d.ts +5 -0
- package/es/DeepCogito/components/Avatar.js +25 -0
- package/es/DeepCogito/components/Color.d.ts +3 -0
- package/es/DeepCogito/components/Color.js +39 -0
- package/es/DeepCogito/components/Combine.d.ts +7 -0
- package/es/DeepCogito/components/Combine.js +32 -0
- package/es/DeepCogito/components/Mono.d.ts +3 -0
- package/es/DeepCogito/components/Mono.js +40 -0
- package/es/DeepCogito/components/Text.d.ts +3 -0
- package/es/DeepCogito/components/Text.js +39 -0
- package/es/DeepCogito/index.d.ts +16 -0
- package/es/DeepCogito/index.js +14 -0
- package/es/DeepCogito/style.d.ts +7 -0
- package/es/DeepCogito/style.js +9 -0
- package/es/EssentialAI/components/Avatar.d.ts +5 -0
- package/es/EssentialAI/components/Avatar.js +25 -0
- package/es/EssentialAI/components/Color.d.ts +3 -0
- package/es/EssentialAI/components/Color.js +58 -0
- package/es/EssentialAI/components/Combine.d.ts +7 -0
- package/es/EssentialAI/components/Combine.js +32 -0
- package/es/EssentialAI/components/Mono.d.ts +3 -0
- package/es/EssentialAI/components/Mono.js +40 -0
- package/es/EssentialAI/components/Text.d.ts +3 -0
- package/es/EssentialAI/components/Text.js +39 -0
- package/es/EssentialAI/index.d.ts +16 -0
- package/es/EssentialAI/index.js +15 -0
- package/es/EssentialAI/style.d.ts +8 -0
- package/es/EssentialAI/style.js +10 -0
- package/es/Inception/components/Avatar.d.ts +5 -0
- package/es/Inception/components/Avatar.js +25 -0
- package/es/Inception/components/Combine.d.ts +5 -0
- package/es/Inception/components/Combine.js +26 -0
- package/es/Inception/components/Mono.d.ts +3 -0
- package/es/Inception/components/Mono.js +40 -0
- package/es/Inception/components/Text.d.ts +3 -0
- package/es/Inception/components/Text.js +47 -0
- package/es/Inception/index.d.ts +13 -0
- package/es/Inception/index.js +12 -0
- package/es/Inception/style.d.ts +7 -0
- package/es/Inception/style.js +9 -0
- package/es/KwaiKAT/components/Avatar.d.ts +5 -0
- package/es/KwaiKAT/components/Avatar.js +25 -0
- package/es/KwaiKAT/components/Combine.d.ts +5 -0
- package/es/KwaiKAT/components/Combine.js +26 -0
- package/es/KwaiKAT/components/Mono.d.ts +3 -0
- package/es/KwaiKAT/components/Mono.js +42 -0
- package/es/KwaiKAT/components/Text.d.ts +3 -0
- package/es/KwaiKAT/components/Text.js +44 -0
- package/es/KwaiKAT/components/TextColor.d.ts +3 -0
- package/es/KwaiKAT/components/TextColor.js +46 -0
- package/es/KwaiKAT/index.d.ts +15 -0
- package/es/KwaiKAT/index.js +14 -0
- package/es/KwaiKAT/style.d.ts +7 -0
- package/es/KwaiKAT/style.js +9 -0
- package/es/LobeHub/components/Color.js +343 -27
- package/es/LobeHub/components/Mono.js +21 -21
- package/es/LobeHub/components/Morden.d.ts +3 -0
- package/es/LobeHub/components/Morden.js +40 -0
- package/es/LobeHub/index.d.ts +2 -0
- package/es/LobeHub/index.js +2 -0
- package/es/LobeHub/style.d.ts +1 -1
- package/es/LobeHub/style.js +1 -1
- package/es/Morph/components/Avatar.d.ts +5 -0
- package/es/Morph/components/Avatar.js +25 -0
- package/es/Morph/components/Color.d.ts +3 -0
- package/es/Morph/components/Color.js +39 -0
- package/es/Morph/components/Combine.d.ts +7 -0
- package/es/Morph/components/Combine.js +32 -0
- package/es/Morph/components/Mono.d.ts +3 -0
- package/es/Morph/components/Mono.js +40 -0
- package/es/Morph/components/Text.d.ts +3 -0
- package/es/Morph/components/Text.js +42 -0
- package/es/Morph/index.d.ts +16 -0
- package/es/Morph/index.js +14 -0
- package/es/Morph/style.d.ts +7 -0
- package/es/Morph/style.js +9 -0
- package/es/Nova/components/Color.js +51 -105
- package/es/Nova/components/Mono.js +4 -13
- package/es/Nova/style.d.ts +2 -2
- package/es/Nova/style.js +1 -1
- package/es/Relace/components/Avatar.d.ts +5 -0
- package/es/Relace/components/Avatar.js +25 -0
- package/es/Relace/components/Combine.d.ts +5 -0
- package/es/Relace/components/Combine.js +26 -0
- package/es/Relace/components/Mono.d.ts +3 -0
- package/es/Relace/components/Mono.js +40 -0
- package/es/Relace/components/Text.d.ts +3 -0
- package/es/Relace/components/Text.js +39 -0
- package/es/Relace/index.d.ts +13 -0
- package/es/Relace/index.js +12 -0
- package/es/Relace/style.d.ts +7 -0
- package/es/Relace/style.js +9 -0
- package/es/Replicate/index.d.ts +1 -0
- package/es/Replicate/index.js +1 -0
- package/es/SearchApi/components/Mono.js +1 -1
- package/es/SearchApi/components/Text.js +2 -2
- package/es/SearchApi/style.d.ts +3 -3
- package/es/SearchApi/style.js +3 -3
- package/es/StreamLake/components/Avatar.d.ts +5 -0
- package/es/StreamLake/components/Avatar.js +25 -0
- package/es/StreamLake/components/Color.d.ts +3 -0
- package/es/StreamLake/components/Color.js +39 -0
- package/es/StreamLake/components/Combine.d.ts +7 -0
- package/es/StreamLake/components/Combine.js +32 -0
- package/es/StreamLake/components/Mono.d.ts +3 -0
- package/es/StreamLake/components/Mono.js +40 -0
- package/es/StreamLake/components/Text.d.ts +3 -0
- package/es/StreamLake/components/Text.js +39 -0
- package/es/StreamLake/index.d.ts +15 -0
- package/es/StreamLake/index.js +14 -0
- package/es/StreamLake/style.d.ts +7 -0
- package/es/StreamLake/style.js +9 -0
- package/es/features/modelConfig.js +33 -1
- package/es/features/providerConfig.js +5 -0
- package/es/features/providerEnum.d.ts +1 -0
- package/es/features/providerEnum.js +1 -0
- package/es/icons.d.ts +11 -0
- package/es/icons.js +11 -0
- package/es/toc.js +205 -6
- package/package.json +3 -3
|
@@ -7,9 +7,16 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
7
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
8
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
9
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; }
|
|
10
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; }
|
|
11
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; }
|
|
12
18
|
import { memo } from 'react';
|
|
19
|
+
import { useFillIds } from "../../hooks/useFillId";
|
|
13
20
|
import { TITLE } from "../style";
|
|
14
21
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
22
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
@@ -18,60 +25,369 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
|
18
25
|
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
19
26
|
style = _ref.style,
|
|
20
27
|
rest = _objectWithoutProperties(_ref, _excluded);
|
|
28
|
+
var _useFillIds = useFillIds(TITLE, 14),
|
|
29
|
+
_useFillIds2 = _slicedToArray(_useFillIds, 14),
|
|
30
|
+
a = _useFillIds2[0],
|
|
31
|
+
b = _useFillIds2[1],
|
|
32
|
+
c = _useFillIds2[2],
|
|
33
|
+
d = _useFillIds2[3],
|
|
34
|
+
e = _useFillIds2[4],
|
|
35
|
+
f = _useFillIds2[5],
|
|
36
|
+
g = _useFillIds2[6],
|
|
37
|
+
h = _useFillIds2[7],
|
|
38
|
+
i = _useFillIds2[8],
|
|
39
|
+
j = _useFillIds2[9],
|
|
40
|
+
k = _useFillIds2[10],
|
|
41
|
+
l = _useFillIds2[11],
|
|
42
|
+
m = _useFillIds2[12],
|
|
43
|
+
n = _useFillIds2[13];
|
|
21
44
|
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
22
45
|
height: size,
|
|
23
46
|
style: _objectSpread({
|
|
24
47
|
flex: 'none',
|
|
25
48
|
lineHeight: 1
|
|
26
49
|
}, style),
|
|
27
|
-
viewBox: "0 0
|
|
50
|
+
viewBox: "0 0 320 320",
|
|
28
51
|
width: size,
|
|
29
52
|
xmlns: "http://www.w3.org/2000/svg"
|
|
30
53
|
}, rest), {}, {
|
|
31
54
|
children: [/*#__PURE__*/_jsx("title", {
|
|
32
55
|
children: TITLE
|
|
33
56
|
}), /*#__PURE__*/_jsx("path", {
|
|
34
|
-
d: "
|
|
35
|
-
fill:
|
|
57
|
+
d: "M294 172.519c0 75.655-59.442 128.5-134 128.5-74.558 0-134-53.845-134-129.5 0-22.5 5-32.141 31.5-35.671 47.5-6.329 72.542-3.829 102.5-3.829 29.959 0 72.556-1.27 102.5 3.829 24.5 4.171 30 8.671 31.5 36.671z",
|
|
58
|
+
fill: a.fill
|
|
36
59
|
}), /*#__PURE__*/_jsx("path", {
|
|
37
|
-
d: "
|
|
60
|
+
d: "M159.75 242.51c-28.25 0-35.75 3.5-35.75 3.5s3.5 27 35.75 27 35.75-27 35.75-27-7.5-3.5-35.75-3.5z",
|
|
38
61
|
fill: "#972021"
|
|
39
62
|
}), /*#__PURE__*/_jsx("path", {
|
|
40
|
-
d: "
|
|
41
|
-
fill:
|
|
63
|
+
d: "M271.999 148.517c0 6.351-49.92 11.5-111.5 11.5s-111.5-5.149-111.5-11.5c0-6.352 49.92-11.5 111.5-11.5s111.5 5.148 111.5 11.5z",
|
|
64
|
+
fill: b.fill
|
|
42
65
|
}), /*#__PURE__*/_jsx("path", {
|
|
43
|
-
d: "
|
|
44
|
-
fill:
|
|
66
|
+
d: "M135.503 160.013c.633-14.972-.483-22.788-5.5-36.443 0 0 9.5-12.056 27-12.056s30 3.064 30 3.064c-3.028 16.793-3.182 26.921-2.5 45.435h-49z",
|
|
67
|
+
fill: c.fill
|
|
45
68
|
}), /*#__PURE__*/_jsx("path", {
|
|
46
|
-
d: "
|
|
69
|
+
d: "M119.191 234.294c14.742-7.076 24.811-21.51 24.811-39.273 0-25.406-20.595-48-46-48s-47 19.594-47 45c0 13.983 6.542 26.812 16.662 35.521 5.893-2.245 12.652-3.521 19.838-3.521 12.705 0 24.077 3.989 31.689 10.273zM200.813 234.294c-14.742-7.076-24.811-21.51-24.811-39.273 0-25.406 20.595-48 46-48s47 19.594 47 45c0 13.983-6.543 26.812-16.662 35.521-5.893-2.245-12.652-3.521-19.838-3.521-12.705 0-24.077 3.989-31.689 10.273z",
|
|
47
70
|
fill: "#fff"
|
|
48
71
|
}), /*#__PURE__*/_jsx("path", {
|
|
49
|
-
d: "
|
|
50
|
-
fill:
|
|
72
|
+
d: "M101 221.012c15.464 0 28-12.536 28-28s-12.536-28-28-28-28 12.536-28 28 12.536 28 28 28z",
|
|
73
|
+
fill: d.fill
|
|
51
74
|
}), /*#__PURE__*/_jsx("path", {
|
|
52
|
-
d: "
|
|
53
|
-
fill:
|
|
75
|
+
d: "M219 221.012c-15.464 0-28-12.536-28-28s12.536-28 28-28 28 12.536 28 28-12.536 28-28 28z",
|
|
76
|
+
fill: e.fill
|
|
77
|
+
}), /*#__PURE__*/_jsx("g", {
|
|
78
|
+
filter: f.fill,
|
|
79
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
80
|
+
d: "M172.997 19.016c-14.027 0-19.5-11.5-41-11-23.394 0-34 13-45.5 23-1.958 1.702-11.5 7-16 9-19.683 8.748-34.5 21.5-34.5 40.5 0 20.711 17.461 37.5 39 37.5 3.536 0 6.963-.453 10.22-1.301 8.7 10.539 22.179 16.658 37.28 17.301 23.5 1 31-15.25 44.5-8.5 9.259 4.629 13.83 8.5 28.5 8.5 17.108 0 25.057-5.233 30-11 9-10.5 22.879-4 31.5-4 18.778 0 34-14.551 34-32.5 0-17.95-15.222-32.5-34-32.5-5.15 0-14.856 1.27-17-7-3.5-13.5-20.148-29-44-29-9.318 0-17.691 1-23 1z",
|
|
81
|
+
fill: g.fill
|
|
82
|
+
})
|
|
54
83
|
}), /*#__PURE__*/_jsx("path", {
|
|
55
|
-
d: "
|
|
56
|
-
fill:
|
|
84
|
+
d: "M82.998 20.517a9.5 9.5 0 11-19 0 9.5 9.5 0 0119 0z",
|
|
85
|
+
fill: h.fill
|
|
57
86
|
}), /*#__PURE__*/_jsx("path", {
|
|
58
|
-
d: "
|
|
59
|
-
fill:
|
|
87
|
+
d: "M71.002 108.021c0 8.836-7.163 16-16 16s-16-7.164-16-16c0-8.837 7.163-16 16-16s16 7.163 16 16z",
|
|
88
|
+
fill: i.fill
|
|
60
89
|
}), /*#__PURE__*/_jsx("path", {
|
|
61
|
-
d: "
|
|
62
|
-
fill:
|
|
90
|
+
d: "M282.002 49.516c0 8.56-6.94 15.5-15.5 15.5-8.56 0-15.5-6.94-15.5-15.5 0-8.56 6.94-15.5 15.5-15.5 8.56 0 15.5 6.94 15.5 15.5z",
|
|
91
|
+
fill: j.fill
|
|
63
92
|
}), /*#__PURE__*/_jsx("path", {
|
|
64
|
-
d: "
|
|
93
|
+
d: "M132.232 244.111c5.483-.823 14.191-1.601 27.515-1.601 12.212 0 20.546.654 26.073 1.396-1.542 5.861-12.963 8.104-26.823 8.104-13.698 0-25.013-2.191-26.765-7.899z",
|
|
65
94
|
fill: "#fff"
|
|
66
95
|
}), /*#__PURE__*/_jsx("path", {
|
|
67
|
-
d: "
|
|
68
|
-
fill:
|
|
96
|
+
d: "M160.006 290.016c20.099 0 23.305-20.488 23.927-25.61.478-4.146-1.675-6.244-4.02-7.659-2.345-1.414-9.379-2.731-19.907-2.731-10.527 0-17.514 1.317-19.906 2.731-2.393 1.415-4.546 3.513-4.02 7.659.622 5.122 3.828 25.61 23.926 25.61z",
|
|
97
|
+
fill: k.fill
|
|
98
|
+
}), /*#__PURE__*/_jsx("g", {
|
|
99
|
+
filter: l.fill,
|
|
100
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
101
|
+
d: "M171.694 129.744c-5.721-3.89-13.954-4.248-19.786-.526-7.724 4.929-16.971 7.798-26.91 7.798-27.062 0-49-21.267-49-47.5 0-26.234 21.938-47.5 49-47.5 13.628 0 25.956 5.392 34.838 14.097 4.948 4.85 13.088 6.24 19.498 3.609a42.502 42.502 0 0116.164-3.166c22.92 0 41.5 18.012 41.5 40.23 0 22.218-18.58 40.23-41.5 40.23-8.856 0-17.065-2.69-23.804-7.272z",
|
|
102
|
+
fill: m.fill
|
|
103
|
+
})
|
|
69
104
|
}), /*#__PURE__*/_jsx("path", {
|
|
70
|
-
d: "
|
|
71
|
-
fill:
|
|
72
|
-
}), /*#__PURE__*/
|
|
73
|
-
|
|
74
|
-
|
|
105
|
+
d: "M219.002 106.51c0 7.456-6.044 13.5-13.5 13.5s-13.5-6.044-13.5-13.5 6.044-13.5 13.5-13.5 13.5 6.044 13.5 13.5z",
|
|
106
|
+
fill: n.fill
|
|
107
|
+
}), /*#__PURE__*/_jsxs("defs", {
|
|
108
|
+
children: [/*#__PURE__*/_jsxs("radialGradient", {
|
|
109
|
+
cx: "0",
|
|
110
|
+
cy: "0",
|
|
111
|
+
gradientTransform: "rotate(-57.041 328.447 55.73) scale(238.957 377.848)",
|
|
112
|
+
gradientUnits: "userSpaceOnUse",
|
|
113
|
+
id: a.id,
|
|
114
|
+
r: "1",
|
|
115
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
116
|
+
stopColor: "#FCBD72"
|
|
117
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
118
|
+
offset: ".255",
|
|
119
|
+
stopColor: "#FAC371"
|
|
120
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
121
|
+
offset: ".465",
|
|
122
|
+
stopColor: "#FFA14C"
|
|
123
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
124
|
+
offset: ".64",
|
|
125
|
+
stopColor: "#EB7A34"
|
|
126
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
127
|
+
offset: ".845",
|
|
128
|
+
stopColor: "#F0866D"
|
|
129
|
+
})]
|
|
130
|
+
}), /*#__PURE__*/_jsxs("radialGradient", {
|
|
131
|
+
cx: "0",
|
|
132
|
+
cy: "0",
|
|
133
|
+
gradientTransform: "rotate(90 26.49 47.007) scale(9.5)",
|
|
134
|
+
gradientUnits: "userSpaceOnUse",
|
|
135
|
+
id: h.id,
|
|
136
|
+
r: "1",
|
|
137
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
138
|
+
offset: ".62",
|
|
139
|
+
stopColor: "#58239F"
|
|
140
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
141
|
+
offset: ".822",
|
|
142
|
+
stopColor: "#8E3FE9"
|
|
143
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
144
|
+
offset: "1",
|
|
145
|
+
stopColor: "#AF6FEC"
|
|
146
|
+
})]
|
|
147
|
+
}), /*#__PURE__*/_jsxs("radialGradient", {
|
|
148
|
+
cx: "0",
|
|
149
|
+
cy: "0",
|
|
150
|
+
gradientTransform: "matrix(0 16 -16 0 55.002 108.021)",
|
|
151
|
+
gradientUnits: "userSpaceOnUse",
|
|
152
|
+
id: i.id,
|
|
153
|
+
r: "1",
|
|
154
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
155
|
+
offset: ".62",
|
|
156
|
+
stopColor: "#C32F45"
|
|
157
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
158
|
+
offset: ".822",
|
|
159
|
+
stopColor: "#F44341"
|
|
160
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
161
|
+
offset: "1",
|
|
162
|
+
stopColor: "#FC9D9B"
|
|
163
|
+
})]
|
|
164
|
+
}), /*#__PURE__*/_jsxs("radialGradient", {
|
|
165
|
+
cx: "0",
|
|
166
|
+
cy: "0",
|
|
167
|
+
gradientTransform: "matrix(0 15.5 -15.5 0 266.502 49.516)",
|
|
168
|
+
gradientUnits: "userSpaceOnUse",
|
|
169
|
+
id: j.id,
|
|
170
|
+
r: "1",
|
|
171
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
172
|
+
offset: ".385",
|
|
173
|
+
stopColor: "#4DA33C"
|
|
174
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
175
|
+
offset: ".822",
|
|
176
|
+
stopColor: "#63ED47"
|
|
177
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
178
|
+
offset: "1",
|
|
179
|
+
stopColor: "#70D775"
|
|
180
|
+
})]
|
|
181
|
+
}), /*#__PURE__*/_jsxs("radialGradient", {
|
|
182
|
+
cx: "0",
|
|
183
|
+
cy: "0",
|
|
184
|
+
gradientTransform: "matrix(0 -44 58.6667 0 160 290)",
|
|
185
|
+
gradientUnits: "userSpaceOnUse",
|
|
186
|
+
id: k.id,
|
|
187
|
+
r: "1",
|
|
188
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
189
|
+
stopColor: "#FD9B8B"
|
|
190
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
191
|
+
offset: ".5",
|
|
192
|
+
stopColor: "#F24F3A"
|
|
193
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
194
|
+
offset: "1",
|
|
195
|
+
stopColor: "#D93318"
|
|
196
|
+
})]
|
|
197
|
+
}), /*#__PURE__*/_jsxs("radialGradient", {
|
|
198
|
+
cx: "0",
|
|
199
|
+
cy: "0",
|
|
200
|
+
gradientTransform: "matrix(15.5 -61.50002 82.33886 20.75208 156 110)",
|
|
201
|
+
gradientUnits: "userSpaceOnUse",
|
|
202
|
+
id: m.id,
|
|
203
|
+
r: "1",
|
|
204
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
205
|
+
offset: ".26",
|
|
206
|
+
stopColor: "#FFC1A3"
|
|
207
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
208
|
+
offset: ".764",
|
|
209
|
+
stopColor: "#FD82AB"
|
|
210
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
211
|
+
offset: ".952",
|
|
212
|
+
stopColor: "#DF4FAA"
|
|
213
|
+
})]
|
|
214
|
+
}), /*#__PURE__*/_jsxs("radialGradient", {
|
|
215
|
+
cx: "0",
|
|
216
|
+
cy: "0",
|
|
217
|
+
gradientTransform: "rotate(90 49.496 156.006) scale(13.5)",
|
|
218
|
+
gradientUnits: "userSpaceOnUse",
|
|
219
|
+
id: n.id,
|
|
220
|
+
r: "1",
|
|
221
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
222
|
+
offset: ".572",
|
|
223
|
+
stopColor: "#4C86D3"
|
|
224
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
225
|
+
offset: ".822",
|
|
226
|
+
stopColor: "#72ADE2"
|
|
227
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
228
|
+
offset: "1",
|
|
229
|
+
stopColor: "#90BBE3"
|
|
230
|
+
})]
|
|
231
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
|
232
|
+
gradientUnits: "userSpaceOnUse",
|
|
233
|
+
id: b.id,
|
|
234
|
+
x1: "48.999",
|
|
235
|
+
x2: "271.999",
|
|
236
|
+
y1: "148.517",
|
|
237
|
+
y2: "148.517",
|
|
238
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
239
|
+
stopColor: "#EB791E"
|
|
240
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
241
|
+
offset: "1",
|
|
242
|
+
stopColor: "#DB694E"
|
|
243
|
+
})]
|
|
244
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
|
245
|
+
gradientUnits: "userSpaceOnUse",
|
|
246
|
+
id: c.id,
|
|
247
|
+
x1: "135.5",
|
|
248
|
+
x2: "187",
|
|
249
|
+
y1: "147.5",
|
|
250
|
+
y2: "147.5",
|
|
251
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
252
|
+
stopColor: "#FCC659"
|
|
253
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
254
|
+
offset: ".183",
|
|
255
|
+
stopColor: "#FFE366"
|
|
256
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
257
|
+
offset: ".404",
|
|
258
|
+
stopColor: "#FECA50"
|
|
259
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
260
|
+
offset: ".702",
|
|
261
|
+
stopColor: "#FFE76C"
|
|
262
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
263
|
+
offset: "1",
|
|
264
|
+
stopColor: "#FCC553"
|
|
265
|
+
})]
|
|
266
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
|
267
|
+
gradientUnits: "userSpaceOnUse",
|
|
268
|
+
id: d.id,
|
|
269
|
+
x1: "73",
|
|
270
|
+
x2: "247",
|
|
271
|
+
y1: "193.012",
|
|
272
|
+
y2: "193.012",
|
|
273
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
274
|
+
stopColor: "#2A0B39"
|
|
275
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
276
|
+
offset: ".322",
|
|
277
|
+
stopColor: "#42180E"
|
|
278
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
279
|
+
offset: ".678",
|
|
280
|
+
stopColor: "#483A00"
|
|
281
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
282
|
+
offset: "1",
|
|
283
|
+
stopColor: "#310D1D"
|
|
284
|
+
})]
|
|
285
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
|
286
|
+
gradientUnits: "userSpaceOnUse",
|
|
287
|
+
id: e.id,
|
|
288
|
+
x1: "73",
|
|
289
|
+
x2: "247",
|
|
290
|
+
y1: "193.012",
|
|
291
|
+
y2: "193.012",
|
|
292
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
293
|
+
stopColor: "#2A0B39"
|
|
294
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
295
|
+
offset: ".322",
|
|
296
|
+
stopColor: "#42180E"
|
|
297
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
298
|
+
offset: ".678",
|
|
299
|
+
stopColor: "#483A00"
|
|
300
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
301
|
+
offset: "1",
|
|
302
|
+
stopColor: "#310D1D"
|
|
303
|
+
})]
|
|
304
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
|
305
|
+
gradientUnits: "userSpaceOnUse",
|
|
306
|
+
id: g.id,
|
|
307
|
+
x1: "44.5",
|
|
308
|
+
x2: "291",
|
|
309
|
+
y1: "84",
|
|
310
|
+
y2: "82",
|
|
311
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
312
|
+
stopColor: "#342FBD"
|
|
313
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
314
|
+
offset: ".188",
|
|
315
|
+
stopColor: "#733CC0"
|
|
316
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
317
|
+
offset: ".375",
|
|
318
|
+
stopColor: "#8748C2"
|
|
319
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
320
|
+
offset: ".654",
|
|
321
|
+
stopColor: "#7C80DE"
|
|
322
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
323
|
+
offset: "1",
|
|
324
|
+
stopColor: "#4A306D"
|
|
325
|
+
})]
|
|
326
|
+
}), /*#__PURE__*/_jsxs("filter", {
|
|
327
|
+
colorInterpolationFilters: "sRGB",
|
|
328
|
+
filterUnits: "userSpaceOnUse",
|
|
329
|
+
height: "126.061",
|
|
330
|
+
id: f.id,
|
|
331
|
+
width: "255",
|
|
332
|
+
x: "35.997",
|
|
333
|
+
y: "8",
|
|
334
|
+
children: [/*#__PURE__*/_jsx("feFlood", {
|
|
335
|
+
floodOpacity: "0",
|
|
336
|
+
result: "BackgroundImageFix"
|
|
337
|
+
}), /*#__PURE__*/_jsx("feBlend", {
|
|
338
|
+
in: "SourceGraphic",
|
|
339
|
+
in2: "BackgroundImageFix",
|
|
340
|
+
result: "shape"
|
|
341
|
+
}), /*#__PURE__*/_jsx("feColorMatrix", {
|
|
342
|
+
in: "SourceAlpha",
|
|
343
|
+
result: "hardAlpha",
|
|
344
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
345
|
+
}), /*#__PURE__*/_jsx("feOffset", {}), /*#__PURE__*/_jsx("feGaussianBlur", {
|
|
346
|
+
stdDeviation: "12"
|
|
347
|
+
}), /*#__PURE__*/_jsx("feComposite", {
|
|
348
|
+
in2: "hardAlpha",
|
|
349
|
+
k2: "-1",
|
|
350
|
+
k3: "1",
|
|
351
|
+
operator: "arithmetic"
|
|
352
|
+
}), /*#__PURE__*/_jsx("feColorMatrix", {
|
|
353
|
+
values: "0 0 0 0 1 0 0 0 0 0.764536 0 0 0 0 0.896726 0 0 0 1 0"
|
|
354
|
+
}), /*#__PURE__*/_jsx("feBlend", {
|
|
355
|
+
in2: "shape",
|
|
356
|
+
result: "effect1_innerShadow_1562_736"
|
|
357
|
+
})]
|
|
358
|
+
}), /*#__PURE__*/_jsxs("filter", {
|
|
359
|
+
colorInterpolationFilters: "sRGB",
|
|
360
|
+
filterUnits: "userSpaceOnUse",
|
|
361
|
+
height: "95",
|
|
362
|
+
id: l.id,
|
|
363
|
+
width: "161",
|
|
364
|
+
x: "75.998",
|
|
365
|
+
y: "42.016",
|
|
366
|
+
children: [/*#__PURE__*/_jsx("feFlood", {
|
|
367
|
+
floodOpacity: "0",
|
|
368
|
+
result: "BackgroundImageFix"
|
|
369
|
+
}), /*#__PURE__*/_jsx("feBlend", {
|
|
370
|
+
in: "SourceGraphic",
|
|
371
|
+
in2: "BackgroundImageFix",
|
|
372
|
+
result: "shape"
|
|
373
|
+
}), /*#__PURE__*/_jsx("feColorMatrix", {
|
|
374
|
+
in: "SourceAlpha",
|
|
375
|
+
result: "hardAlpha",
|
|
376
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
377
|
+
}), /*#__PURE__*/_jsx("feOffset", {}), /*#__PURE__*/_jsx("feGaussianBlur", {
|
|
378
|
+
stdDeviation: "12"
|
|
379
|
+
}), /*#__PURE__*/_jsx("feComposite", {
|
|
380
|
+
in2: "hardAlpha",
|
|
381
|
+
k2: "-1",
|
|
382
|
+
k3: "1",
|
|
383
|
+
operator: "arithmetic"
|
|
384
|
+
}), /*#__PURE__*/_jsx("feColorMatrix", {
|
|
385
|
+
values: "0 0 0 0 1 0 0 0 0 0.824669 0 0 0 0 0.923101 0 0 0 1 0"
|
|
386
|
+
}), /*#__PURE__*/_jsx("feBlend", {
|
|
387
|
+
in2: "shape",
|
|
388
|
+
result: "effect1_innerShadow_1562_736"
|
|
389
|
+
})]
|
|
390
|
+
})]
|
|
75
391
|
})]
|
|
76
392
|
}));
|
|
77
393
|
});
|
|
@@ -24,57 +24,57 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
|
24
24
|
flex: 'none',
|
|
25
25
|
lineHeight: 1
|
|
26
26
|
}, style),
|
|
27
|
-
viewBox: "0 0
|
|
27
|
+
viewBox: "0 0 320 320",
|
|
28
28
|
width: size,
|
|
29
29
|
xmlns: "http://www.w3.org/2000/svg"
|
|
30
30
|
}, rest), {}, {
|
|
31
31
|
children: [/*#__PURE__*/_jsx("title", {
|
|
32
32
|
children: TITLE
|
|
33
33
|
}), /*#__PURE__*/_jsx("path", {
|
|
34
|
-
d: "
|
|
34
|
+
d: "M294 172.52c0 75.654-59.442 128.5-134 128.5-74.558 0-134-53.846-134-129.5 0-22.501 5-32.142 31.5-35.672 47.5-6.329 72.542-3.828 102.5-3.828 29.959-.001 72.556-1.271 102.5 3.828 24.5 4.171 30 8.671 31.5 36.672z",
|
|
35
35
|
fill: "#BFBFBF"
|
|
36
36
|
}), /*#__PURE__*/_jsx("path", {
|
|
37
|
-
d: "
|
|
37
|
+
d: "M159.75 242.51c-28.25 0-35.75 3.5-35.75 3.5s3.5 27 35.75 27 35.75-27 35.75-27-7.5-3.5-35.75-3.5z",
|
|
38
38
|
fill: "#4F4F4F"
|
|
39
39
|
}), /*#__PURE__*/_jsx("ellipse", {
|
|
40
|
-
cx: "
|
|
41
|
-
cy: "
|
|
40
|
+
cx: "160.499",
|
|
41
|
+
cy: "148.517",
|
|
42
42
|
fill: "#838383",
|
|
43
|
-
rx: "
|
|
44
|
-
ry: ".
|
|
43
|
+
rx: "111.5",
|
|
44
|
+
ry: "11.5"
|
|
45
45
|
}), /*#__PURE__*/_jsx("path", {
|
|
46
|
-
d: "
|
|
46
|
+
d: "M135.503 160.013c.633-14.972-.483-22.788-5.5-36.443 0 0 9.5-12.056 27-12.056s30 3.064 30 3.064c-3.028 16.793-3.182 26.921-2.5 45.435h-49z",
|
|
47
47
|
fill: "#E1E1E1"
|
|
48
48
|
}), /*#__PURE__*/_jsx("path", {
|
|
49
|
-
d: "
|
|
49
|
+
d: "M119.191 234.294c14.742-7.076 24.811-21.51 24.811-39.273 0-25.406-20.595-48-46-48s-47 19.594-47 45c0 13.983 6.542 26.812 16.662 35.521 5.893-2.245 12.652-3.521 19.838-3.521 12.705 0 24.077 3.989 31.689 10.273zM200.813 234.294c-14.742-7.076-24.811-21.51-24.811-39.273 0-25.406 20.595-48 46-48s47 19.594 47 45c0 13.983-6.543 26.812-16.662 35.521-5.893-2.245-12.652-3.521-19.838-3.521-12.705 0-24.077 3.989-31.689 10.273z",
|
|
50
50
|
fill: "#fff"
|
|
51
51
|
}), /*#__PURE__*/_jsx("path", {
|
|
52
|
-
d: "
|
|
52
|
+
d: "M219 221.012c-15.464 0-28-12.536-28-28s12.536-28 28-28 28 12.536 28 28-12.536 28-28 28zM101 221.012c15.464 0 28-12.536 28-28s-12.536-28-28-28-28 12.536-28 28 12.536 28 28 28z",
|
|
53
53
|
fill: "#1A1A1A"
|
|
54
54
|
}), /*#__PURE__*/_jsx("path", {
|
|
55
|
-
d: "
|
|
55
|
+
d: "M172.997 19.016c-14.027 0-19.5-11.5-41-11-23.394 0-34 13-45.5 23-1.958 1.702-11.5 7-16 9-19.683 8.748-34.5 21.5-34.5 40.5 0 20.711 17.461 37.5 39 37.5 3.537 0 6.963-.453 10.22-1.301 8.7 10.539 22.179 16.658 37.28 17.301 23.5 1 31-15.25 44.5-8.5 9.259 4.629 13.83 8.5 28.5 8.5 17.108 0 25.057-5.233 30-11 9-10.5 22.879-4 31.5-4 18.778 0 34-14.551 34-32.5 0-17.95-15.222-32.5-34-32.5-5.15 0-14.856 1.27-17-7-3.5-13.5-20.148-29-44-29-9.318 0-17.691 1-23 1z",
|
|
56
56
|
fill: "#838383"
|
|
57
57
|
}), /*#__PURE__*/_jsx("circle", {
|
|
58
|
-
cx: "
|
|
59
|
-
cy: "
|
|
58
|
+
cx: "73.498",
|
|
59
|
+
cy: "20.517",
|
|
60
60
|
fill: "#838383",
|
|
61
|
-
r: ".
|
|
61
|
+
r: "9.5"
|
|
62
62
|
}), /*#__PURE__*/_jsx("circle", {
|
|
63
|
-
cx: "
|
|
64
|
-
cy: "
|
|
63
|
+
cx: "266.502",
|
|
64
|
+
cy: "49.516",
|
|
65
65
|
fill: "#C8C8C8",
|
|
66
|
-
r: "
|
|
66
|
+
r: "15.5"
|
|
67
67
|
}), /*#__PURE__*/_jsx("path", {
|
|
68
|
-
d: "
|
|
68
|
+
d: "M132.232 244.111c5.483-.823 14.191-1.601 27.515-1.601 12.212 0 20.546.654 26.073 1.396-1.542 5.861-12.963 8.104-26.823 8.104-13.698 0-25.013-2.191-26.765-7.899z",
|
|
69
69
|
fill: "#fff"
|
|
70
70
|
}), /*#__PURE__*/_jsx("path", {
|
|
71
|
-
d: "
|
|
71
|
+
d: "M160.006 290.016c20.099 0 23.305-20.488 23.927-25.61.478-4.146-1.675-6.244-4.02-7.659-2.345-1.414-9.379-2.731-19.907-2.731-10.527 0-17.514 1.317-19.906 2.731-2.393 1.415-4.546 3.513-4.02 7.659.622 5.122 3.828 25.61 23.926 25.61z",
|
|
72
72
|
fill: "#838383"
|
|
73
73
|
}), /*#__PURE__*/_jsx("path", {
|
|
74
|
-
d: "
|
|
74
|
+
d: "M171.694 129.744c-5.721-3.89-13.954-4.248-19.786-.526-7.724 4.929-16.971 7.798-26.91 7.798-27.062 0-49-21.267-49-47.5 0-26.234 21.938-47.5 49-47.5 13.628 0 25.956 5.392 34.838 14.097 4.948 4.85 13.088 6.24 19.498 3.609a42.502 42.502 0 0116.164-3.166c22.92 0 41.5 18.012 41.5 40.23 0 22.218-18.58 40.23-41.5 40.23-8.856 0-17.065-2.69-23.804-7.272z",
|
|
75
75
|
fill: "#C8C8C8"
|
|
76
76
|
}), /*#__PURE__*/_jsx("path", {
|
|
77
|
-
d: "
|
|
77
|
+
d: "M55.002 124.021c8.837 0 16-7.164 16-16 0-8.837-7.163-16-16-16s-16 7.163-16 16c0 8.836 7.163 16 16 16zM205.502 120.021c7.456 0 13.5-6.045 13.5-13.5 0-7.456-6.044-13.5-13.5-13.5s-13.5 6.044-13.5 13.5c0 7.455 6.044 13.5 13.5 13.5z",
|
|
78
78
|
fill: "#4F4F4F"
|
|
79
79
|
})]
|
|
80
80
|
}));
|
|
@@ -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 { memo } 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__*/memo(function (_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
|
+
height: size,
|
|
23
|
+
style: _objectSpread({
|
|
24
|
+
flex: 'none',
|
|
25
|
+
lineHeight: 1
|
|
26
|
+
}, style),
|
|
27
|
+
viewBox: "0 0 24 24",
|
|
28
|
+
width: size,
|
|
29
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
30
|
+
}, rest), {}, {
|
|
31
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
32
|
+
children: TITLE
|
|
33
|
+
}), /*#__PURE__*/_jsx("image", {
|
|
34
|
+
height: "24",
|
|
35
|
+
href: "https://registry.npmmirror.com/@lobehub/assets-logo/1.0.0/files/assets/logo-3d.webp",
|
|
36
|
+
width: "24"
|
|
37
|
+
})]
|
|
38
|
+
}));
|
|
39
|
+
});
|
|
40
|
+
export default Icon;
|
package/es/LobeHub/index.d.ts
CHANGED
|
@@ -2,11 +2,13 @@ import Avatar from './components/Avatar';
|
|
|
2
2
|
import Color from './components/Color';
|
|
3
3
|
import Combine from './components/Combine';
|
|
4
4
|
import Mono from './components/Mono';
|
|
5
|
+
import Morden from './components/Morden';
|
|
5
6
|
import Text from './components/Text';
|
|
6
7
|
export type CompoundedIcon = typeof Mono & {
|
|
7
8
|
Avatar: typeof Avatar;
|
|
8
9
|
Color: typeof Color;
|
|
9
10
|
Combine: typeof Combine;
|
|
11
|
+
Morden: typeof Morden;
|
|
10
12
|
Text: typeof Text;
|
|
11
13
|
colorPrimary: string;
|
|
12
14
|
title: string;
|
package/es/LobeHub/index.js
CHANGED
|
@@ -2,9 +2,11 @@ import Avatar from "./components/Avatar";
|
|
|
2
2
|
import Color from "./components/Color";
|
|
3
3
|
import Combine from "./components/Combine";
|
|
4
4
|
import Mono from "./components/Mono";
|
|
5
|
+
import Morden from "./components/Morden";
|
|
5
6
|
import Text from "./components/Text";
|
|
6
7
|
import { COLOR_PRIMARY, TITLE } from "./style";
|
|
7
8
|
var Icons = Mono;
|
|
9
|
+
Icons.Morden = Morden;
|
|
8
10
|
Icons.Color = Color;
|
|
9
11
|
Icons.Text = Text;
|
|
10
12
|
Icons.Combine = Combine;
|
package/es/LobeHub/style.d.ts
CHANGED
|
@@ -4,4 +4,4 @@ export declare const COMBINE_SPACE_MULTIPLE = 0.2;
|
|
|
4
4
|
export declare const COLOR_PRIMARY = "#fff";
|
|
5
5
|
export declare const AVATAR_BACKGROUND = "#fff";
|
|
6
6
|
export declare const AVATAR_COLOR = "#fff";
|
|
7
|
-
export declare const AVATAR_ICON_MULTIPLE = 0.
|
|
7
|
+
export declare const AVATAR_ICON_MULTIPLE = 0.8;
|
package/es/LobeHub/style.js
CHANGED