@douyinfe/semi-illustrations 2.1.1 → 2.1.5
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/dist/umd/semi-illustrations.js +5278 -2634
- package/dist/umd/semi-illustrations.js.map +1 -1
- package/dist/umd/semi-illustrations.min.js +1 -1
- package/dist/umd/semi-illustrations.min.js.map +1 -1
- package/lib/cjs/illustrations/IllustrationConstruction.d.ts +3 -0
- package/lib/cjs/illustrations/IllustrationConstruction.js +151 -0
- package/lib/cjs/illustrations/IllustrationConstructionDark.d.ts +3 -0
- package/lib/cjs/illustrations/IllustrationConstructionDark.js +154 -0
- package/lib/cjs/illustrations/IllustrationFailure.d.ts +3 -0
- package/lib/cjs/illustrations/IllustrationFailure.js +279 -0
- package/lib/cjs/illustrations/IllustrationFailureDark.d.ts +3 -0
- package/lib/cjs/illustrations/IllustrationFailureDark.js +276 -0
- package/lib/cjs/illustrations/IllustrationIdle.d.ts +3 -0
- package/lib/cjs/illustrations/IllustrationIdle.js +139 -0
- package/lib/cjs/illustrations/IllustrationIdleDark.d.ts +3 -0
- package/lib/cjs/illustrations/IllustrationIdleDark.js +130 -0
- package/lib/cjs/illustrations/IllustrationNoAccess.d.ts +3 -0
- package/lib/cjs/illustrations/IllustrationNoAccess.js +123 -0
- package/lib/cjs/illustrations/IllustrationNoAccessDark.d.ts +3 -0
- package/lib/cjs/illustrations/IllustrationNoAccessDark.js +116 -0
- package/lib/cjs/illustrations/IllustrationNoContent.d.ts +3 -0
- package/lib/cjs/illustrations/IllustrationNoContent.js +124 -0
- package/lib/cjs/illustrations/IllustrationNoContentDark.d.ts +3 -0
- package/lib/cjs/illustrations/IllustrationNoContentDark.js +124 -0
- package/lib/cjs/illustrations/IllustrationNoResult.d.ts +3 -0
- package/lib/cjs/illustrations/IllustrationNoResult.js +125 -0
- package/lib/cjs/illustrations/IllustrationNoResultDark.d.ts +3 -0
- package/lib/cjs/illustrations/IllustrationNoResultDark.js +122 -0
- package/lib/cjs/illustrations/IllustrationNotFound.d.ts +3 -0
- package/lib/cjs/illustrations/IllustrationNotFound.js +112 -0
- package/lib/cjs/illustrations/IllustrationNotFoundDark.d.ts +3 -0
- package/lib/cjs/illustrations/IllustrationNotFoundDark.js +111 -0
- package/lib/cjs/illustrations/IllustrationSuccess.d.ts +3 -0
- package/lib/cjs/illustrations/IllustrationSuccess.js +109 -0
- package/lib/cjs/illustrations/IllustrationSuccessDark.d.ts +3 -0
- package/lib/cjs/illustrations/IllustrationSuccessDark.js +111 -0
- package/lib/cjs/illustrations/index.d.ts +16 -0
- package/lib/cjs/illustrations/index.js +153 -0
- package/lib/cjs/index.d.ts +1 -0
- package/lib/cjs/index.js +27 -0
- package/lib/es/illustrations/IllustrationConstruction.js +26 -4
- package/lib/es/illustrations/IllustrationConstructionDark.js +26 -4
- package/lib/es/illustrations/IllustrationFailure.js +26 -4
- package/lib/es/illustrations/IllustrationFailureDark.js +26 -4
- package/lib/es/illustrations/IllustrationIdle.js +26 -4
- package/lib/es/illustrations/IllustrationIdleDark.js +26 -4
- package/lib/es/illustrations/IllustrationNoAccess.js +26 -4
- package/lib/es/illustrations/IllustrationNoAccessDark.js +26 -4
- package/lib/es/illustrations/IllustrationNoContent.js +26 -4
- package/lib/es/illustrations/IllustrationNoContentDark.js +26 -4
- package/lib/es/illustrations/IllustrationNoResult.js +26 -4
- package/lib/es/illustrations/IllustrationNoResultDark.js +26 -4
- package/lib/es/illustrations/IllustrationNotFound.js +26 -4
- package/lib/es/illustrations/IllustrationNotFoundDark.js +26 -4
- package/lib/es/illustrations/IllustrationSuccess.js +26 -4
- package/lib/es/illustrations/IllustrationSuccessDark.js +26 -4
- package/lib/es/illustrations/index.js +153 -16
- package/lib/es/index.js +27 -1
- package/package.json +3 -3
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _WeakMap = require("@babel/runtime-corejs3/core-js-stable/weak-map");
|
|
4
|
+
|
|
5
|
+
var _Object$defineProperty = require("@babel/runtime-corejs3/core-js-stable/object/define-property");
|
|
6
|
+
|
|
7
|
+
var _Object$getOwnPropertyDescriptor = require("@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptor");
|
|
8
|
+
|
|
9
|
+
var _interopRequireDefault = require("@babel/runtime-corejs3/helpers/interopRequireDefault");
|
|
10
|
+
|
|
11
|
+
_Object$defineProperty(exports, "__esModule", {
|
|
12
|
+
value: true
|
|
13
|
+
});
|
|
14
|
+
|
|
15
|
+
exports.default = void 0;
|
|
16
|
+
|
|
17
|
+
var _assign = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/object/assign"));
|
|
18
|
+
|
|
19
|
+
var React = _interopRequireWildcard(require("react"));
|
|
20
|
+
|
|
21
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof _WeakMap !== "function") return null; var cacheBabelInterop = new _WeakMap(); var cacheNodeInterop = new _WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
22
|
+
|
|
23
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = _Object$defineProperty && _Object$getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? _Object$getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { _Object$defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
24
|
+
|
|
25
|
+
function SvgComponent(props) {
|
|
26
|
+
return /*#__PURE__*/React.createElement("svg", (0, _assign.default)({
|
|
27
|
+
width: 200,
|
|
28
|
+
height: 200,
|
|
29
|
+
viewBox: "0 0 200 200",
|
|
30
|
+
fill: "none",
|
|
31
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
32
|
+
focusable: false,
|
|
33
|
+
"aria-hidden": true
|
|
34
|
+
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
35
|
+
width: 200,
|
|
36
|
+
height: 200,
|
|
37
|
+
fill: "transparent"
|
|
38
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
39
|
+
cx: 175.426,
|
|
40
|
+
cy: 90.4577,
|
|
41
|
+
rx: 16.5618,
|
|
42
|
+
ry: 67.0109,
|
|
43
|
+
fill: "var(--semi-color-primary-light-default)"
|
|
44
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
45
|
+
fillRule: "evenodd",
|
|
46
|
+
clipRule: "evenodd",
|
|
47
|
+
d: "M179.012 25.0199C171.59 31.6505 166.037 58.4292 166.037 90.4553C166.037 122.481 171.59 149.26 179.012 155.891C177.857 156.922 176.657 157.466 175.426 157.466C166.279 157.466 158.864 127.464 158.864 90.4553C158.864 53.4462 166.279 23.4443 175.426 23.4443C176.657 23.4443 177.857 23.9882 179.012 25.0199Z",
|
|
48
|
+
fill: "var(--semi-color-primary)"
|
|
49
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
50
|
+
fillRule: "evenodd",
|
|
51
|
+
clipRule: "evenodd",
|
|
52
|
+
d: "M12.6635 36.6367C14.3308 30.7255 19.9166 27.0283 25.3644 24.4855C27.2125 27.4619 29.661 30.4323 32.446 31.4911C35.6058 32.6923 38.5413 29.874 38.9233 27.2002C39.1109 25.8874 37.811 23.0518 36.878 21.9237C35.9512 20.8031 34.4802 20.0014 32.446 19.7436C30.1786 19.4562 27.7426 19.8852 25.3644 20.8361C23.7423 17.8343 22.8175 14.2477 22.9879 10.6998L21.6127 10.6094C21.4295 14.4229 22.3878 18.2253 24.0512 21.4166C18.4229 24.1425 13.1518 29.7627 11.3555 36.1315L12.6635 36.6367Z",
|
|
53
|
+
fill: "var(--semi-color-primary-light-hover)"
|
|
54
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
55
|
+
fillRule: "evenodd",
|
|
56
|
+
clipRule: "evenodd",
|
|
57
|
+
d: "M20.7086 23.9308C16.9895 26.3875 13.9454 29.8666 12.7234 33.5689L11.4154 33.1372C12.7608 29.0611 16.052 25.356 19.9494 22.7815C21.271 21.9085 22.6747 21.1573 24.1111 20.563C22.4479 17.8362 21.4894 14.5869 21.6726 11.3278L23.0478 11.4052C22.8774 14.4366 23.802 17.5014 25.4244 20.0669C27.8107 19.2513 30.2445 18.8883 32.506 19.1332C34.5402 19.3536 36.0112 20.0386 36.9379 20.9962C37.8709 21.9602 38.2108 23.1628 38.0232 24.2846C37.6412 26.5694 35.1919 28.2027 32.0321 27.1762C29.2474 26.2716 26.7393 24.2765 24.8909 21.7326C23.4611 22.3029 22.0481 23.046 20.7086 23.9308ZM26.246 21.2458C27.9252 23.4382 30.1109 25.1039 32.4577 25.8662C34.9543 26.6772 36.4443 25.3754 36.6646 24.0575C36.7783 23.3779 36.585 22.6122 35.9481 21.9541C35.305 21.2896 34.1694 20.6989 32.3577 20.5026C30.4418 20.2951 28.3452 20.5751 26.246 21.2458Z",
|
|
58
|
+
fill: "var(--semi-color-primary)"
|
|
59
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
60
|
+
d: "M174.305 53.7591C177.875 58.7764 176.651 65.7878 171.551 69.4163C166.451 73.0447 159.426 71.9027 155.856 66.8854C152.286 61.8681 153.51 54.8567 158.61 51.2282C163.71 47.5997 170.735 48.7418 174.305 53.7591Z",
|
|
61
|
+
fill: "white",
|
|
62
|
+
stroke: "#515151"
|
|
63
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
64
|
+
fillRule: "evenodd",
|
|
65
|
+
clipRule: "evenodd",
|
|
66
|
+
d: "M154.178 64.8757C157.528 64.7669 161.107 63.4448 163.564 59.8081C164.054 59.084 164.487 58.4322 164.877 57.8468C167.229 54.3117 167.971 53.1965 169.625 53.1965C170.122 53.1965 170.701 53.3061 171.324 53.4243C172.411 53.6301 173.633 53.8617 174.792 53.5828C174.765 53.5449 174.739 53.507 174.712 53.4693C170.978 48.2218 163.639 47.036 158.32 50.8209C153.742 54.0782 152.152 59.9556 154.178 64.8757Z",
|
|
67
|
+
fill: "#515151"
|
|
68
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
69
|
+
cx: 174.584,
|
|
70
|
+
cy: 58.9818,
|
|
71
|
+
rx: 0.826454,
|
|
72
|
+
ry: 0.964193,
|
|
73
|
+
fill: "#515151"
|
|
74
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
75
|
+
d: "M166.479 57.6201C167.24 58.689 166.99 60.172 165.921 60.9326C164.852 61.6931 163.369 61.4431 162.609 60.3742C161.848 59.3053 162.098 57.8223 163.167 57.0617C164.236 56.3012 165.719 56.5512 166.479 57.6201Z",
|
|
76
|
+
fill: "white",
|
|
77
|
+
stroke: "#515151"
|
|
78
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
79
|
+
fillRule: "evenodd",
|
|
80
|
+
clipRule: "evenodd",
|
|
81
|
+
d: "M66.2855 27.9176C68.5255 27.9176 70.28 26.1573 70.28 24.0608C70.28 21.9643 68.5255 20.2041 66.2855 20.2041C64.0454 20.2041 62.291 21.9643 62.291 24.0608C62.291 26.1573 64.0454 27.9176 66.2855 27.9176ZM66.2855 29.295C69.2523 29.295 71.6574 26.9516 71.6574 24.0608C71.6574 21.1701 69.2523 18.8267 66.2855 18.8267C63.3187 18.8267 60.9136 21.1701 60.9136 24.0608C60.9136 26.9516 63.3187 29.295 66.2855 29.295Z",
|
|
82
|
+
fill: "var(--semi-color-primary)"
|
|
83
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
84
|
+
fillRule: "evenodd",
|
|
85
|
+
clipRule: "evenodd",
|
|
86
|
+
d: "M128.269 45.4034C130.509 45.4034 132.264 43.6432 132.264 41.5467C132.264 39.4501 130.509 37.6899 128.269 37.6899C126.029 37.6899 124.275 39.4501 124.275 41.5467C124.275 43.6432 126.029 45.4034 128.269 45.4034ZM128.269 46.7808C131.236 46.7808 133.641 44.4374 133.641 41.5467C133.641 38.6559 131.236 36.3125 128.269 36.3125C125.303 36.3125 122.897 38.6559 122.897 41.5467C122.897 44.4374 125.303 46.7808 128.269 46.7808Z",
|
|
87
|
+
fill: "var(--semi-color-primary)"
|
|
88
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
89
|
+
d: "M64.603 65.9539L54.9956 48.3794L78.9315 55.503L64.603 65.9539Z",
|
|
90
|
+
fill: "var(--semi-color-primary-light-hover)"
|
|
91
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
92
|
+
fillRule: "evenodd",
|
|
93
|
+
clipRule: "evenodd",
|
|
94
|
+
d: "M58.0834 48.3794L76.2443 53.8959L65.8224 61.1733L65.0338 60.0439L73.1311 54.3898L57.6831 49.6973L58.0834 48.3794Z",
|
|
95
|
+
fill: "var(--semi-color-primary)"
|
|
96
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
97
|
+
fillRule: "evenodd",
|
|
98
|
+
clipRule: "evenodd",
|
|
99
|
+
d: "M103.648 37.1475C102.239 38.7195 97.1036 44.2558 95.8271 45.5219C98.841 42.3481 97.2547 38.7268 95.0898 38.0817C94.9034 38.0261 94.6984 37.968 94.4804 37.9061C92.0673 37.2218 88.0592 36.085 90.052 33.01C92.2248 29.6571 90.8771 27.0617 86.8818 25.6129C88.3141 23.8692 94.6394 16.7582 95.213 16.9788C95.2197 16.9814 95.2265 16.984 95.2334 16.9868L95.4542 16.3779C97.5276 17.1298 99.0693 18.2314 99.7451 19.7262C100.439 21.2609 100.131 23.0011 98.9675 24.797C98.4997 25.5189 98.4885 25.9937 98.5967 26.3161C98.7166 26.6734 99.0438 27.0305 99.6098 27.3769C100.563 27.9602 101.873 28.3332 102.974 28.6464C103.201 28.7111 103.42 28.7732 103.624 28.8341C106.49 29.6882 107.465 33.6068 103.648 37.1475ZM95.4542 45.89C95.5722 45.7741 95.6968 45.6511 95.8271 45.5219C95.7098 45.6454 95.5856 45.7681 95.4542 45.89Z",
|
|
100
|
+
fill: "var(--semi-color-primary-light-hover)"
|
|
101
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
102
|
+
fillRule: "evenodd",
|
|
103
|
+
clipRule: "evenodd",
|
|
104
|
+
d: "M103.29 36.7628C106.492 33.792 104.83 30.6058 103.197 30.1193C103.028 30.0688 102.836 30.0146 102.627 29.9556C101.536 29.6473 99.9904 29.2104 98.8571 28.5168C98.1732 28.0982 97.5268 27.5226 97.2573 26.7194C96.976 25.8812 97.1594 24.9676 97.778 24.0131C98.787 22.4561 98.892 21.2221 98.4564 20.2587C98.0028 19.2554 96.873 18.3349 94.9511 17.638L95.4206 16.3431C97.494 17.0949 99.0357 18.1965 99.7115 19.6913C100.405 21.226 100.098 22.9662 98.9339 24.7622C98.4661 25.4841 98.4549 25.9589 98.5631 26.2812C98.683 26.6386 99.0102 26.9956 99.5762 27.342C100.529 27.9254 101.84 28.2983 102.94 28.6115C103.168 28.6762 103.386 28.7383 103.591 28.7993C106.456 29.6533 108.043 34.2319 104.227 37.7726L103.29 36.7628Z",
|
|
105
|
+
fill: "var(--semi-color-primary)"
|
|
106
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
107
|
+
fillRule: "evenodd",
|
|
108
|
+
clipRule: "evenodd",
|
|
109
|
+
d: "M40.5717 60.3963C40.5228 62.0038 39.374 68.4179 39.2519 69.7822C39.4494 66.4536 36.7474 65.123 35.1696 65.8101C35.0337 65.8693 34.8858 65.9361 34.7284 66.0071C32.9868 66.7932 30.0939 68.0989 29.745 65.3292C29.3645 62.3093 27.3052 61.4591 24.2666 62.5768C24.2448 60.8578 25.3137 52.9423 25.7561 52.7891C25.7613 52.7874 25.7665 52.7856 25.7719 52.7838L25.6016 52.3207C27.1785 51.7407 28.6174 51.6255 29.745 52.1644C30.9027 52.7177 31.5779 53.8824 31.7816 55.5C31.8636 56.1502 32.0902 56.4323 32.3114 56.5669C32.5567 56.7162 32.9226 56.7635 33.4224 56.6875C34.264 56.5593 35.2105 56.1331 36.0054 55.7752C36.1696 55.7013 36.3273 55.6303 36.4762 55.5654C38.5648 54.6559 41.0566 56.4601 40.5717 60.3963ZM39.2155 70.1797C39.2273 70.0542 39.2395 69.9214 39.2519 69.7822C39.2443 69.9116 39.2322 70.0442 39.2155 70.1797Z",
|
|
110
|
+
fill: "var(--semi-color-primary-light-hover)"
|
|
111
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
112
|
+
fillRule: "evenodd",
|
|
113
|
+
clipRule: "evenodd",
|
|
114
|
+
d: "M40.1739 60.348C40.5807 57.0453 38.048 56.0055 36.8582 56.5236C36.7348 56.5773 36.5963 56.64 36.4458 56.7081C35.6589 57.0641 34.544 57.5686 33.5433 57.7209C32.9394 57.8129 32.2803 57.7949 31.7289 57.4594C31.1535 57.1092 30.8119 56.487 30.7036 55.6273C30.5269 54.2249 29.9822 53.4546 29.2555 53.1072C28.4986 52.7455 27.3886 52.764 25.9269 53.3016L25.5646 52.3168C27.1415 51.7368 28.5804 51.6216 29.708 52.1605C30.8657 52.7138 31.5409 53.8785 31.7447 55.4961C31.8266 56.1463 32.0532 56.4284 32.2744 56.563C32.5198 56.7123 32.8856 56.7597 33.3854 56.6836C34.227 56.5554 35.1735 56.1293 35.9684 55.7713C36.1326 55.6974 36.2903 55.6264 36.4393 55.5615C38.5278 54.652 41.7002 56.54 41.2154 60.4763L40.1739 60.348Z",
|
|
115
|
+
fill: "var(--semi-color-primary)"
|
|
116
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
117
|
+
d: "M165.828 33.673C165.187 37.2402 167.225 38.9385 171.075 38.7485C169.404 39.7883 162.262 44.0051 161.05 44.1664C159.534 44.368 155.741 43.2277 155.991 40.3357C156.242 37.4437 155.936 36.1684 153.301 36.3147C150.666 36.461 149.552 37.5508 147.785 35.3581C146.019 33.1655 145.633 32.5701 146.881 30.1807C147.879 28.2692 155.067 25.0941 156.789 24.794C154.996 28.7489 157.717 31.4266 159.834 31.1981C161.95 30.9696 166.469 30.1057 165.828 33.673Z",
|
|
118
|
+
fill: "var(--semi-color-primary-light-hover)"
|
|
119
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
120
|
+
fillRule: "evenodd",
|
|
121
|
+
clipRule: "evenodd",
|
|
122
|
+
d: "M147.336 30.5825C145.716 34.1558 148.202 36.1769 149.679 36.0174C149.837 36.0004 150.016 35.9785 150.21 35.9548C151.23 35.8298 152.688 35.6514 153.889 35.8354C154.614 35.9466 155.374 36.2049 155.896 36.7986C156.442 37.4201 156.61 38.2706 156.425 39.2988C156.13 40.9423 156.474 41.9861 157.155 42.6193C157.869 43.2825 159.116 43.6557 160.961 43.5647L161.029 44.9404C159.023 45.0394 157.326 44.6584 156.218 43.6281C155.077 42.5679 154.724 40.979 155.069 39.0552C155.205 38.2998 155.048 37.9206 154.861 37.7079C154.65 37.4674 154.269 37.2871 153.68 37.1969C152.688 37.0449 151.472 37.1913 150.441 37.3154C150.227 37.3411 150.021 37.3659 149.827 37.3869C147.071 37.6844 144.115 34.3501 146.081 30.0137L147.336 30.5825Z",
|
|
123
|
+
fill: "var(--semi-color-primary)"
|
|
124
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
125
|
+
d: "M32.3957 99.6939C32.5719 102.334 31.4309 103.752 28.9757 103.355C26.5205 102.957 27.167 106.047 27.3489 107.497C27.5309 108.946 25.726 110.845 22.9911 109.662L23.4617 98.7416C24.7969 99.2336 24.8672 99.5381 26.9988 98.2497C29.1304 96.9614 27.7484 93.4243 28.2403 92.6278C28.7322 91.8314 29.2944 92.6513 31.3271 92.2765C32.0989 92.1342 32.5096 91.5642 32.7076 90.891L32.7847 88.716C32.8854 89.2739 32.9269 90.1457 32.7076 90.891L32.3957 99.6939Z",
|
|
126
|
+
fill: "var(--semi-color-primary-light-hover)"
|
|
127
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
128
|
+
fillRule: "evenodd",
|
|
129
|
+
clipRule: "evenodd",
|
|
130
|
+
d: "M23.6464 98.0123C25.9967 99.0293 27.1491 97.3762 27.0473 96.565C27.0344 96.4623 27.0178 96.3443 26.9996 96.2144C26.9018 95.5191 26.7561 94.4827 26.8727 93.6231C26.9432 93.1026 27.1227 92.5182 27.5784 92.1035C28.0614 91.664 28.7169 91.5359 29.4675 91.6574C30.5545 91.8334 31.1811 91.5873 31.5418 91.1857C31.9317 90.7514 32.173 89.9618 32.0903 88.7223L33.4646 88.6306C33.5581 90.0308 33.3169 91.2704 32.5666 92.1059C31.787 92.9741 30.6155 93.2386 29.2474 93.0171C28.7704 92.9399 28.586 93.049 28.5054 93.1223C28.3975 93.2205 28.2896 93.4246 28.2376 93.8081C28.1494 94.4584 28.2588 95.2537 28.356 95.9597C28.3765 96.109 28.3965 96.2543 28.414 96.3935C28.676 98.4814 26.2188 100.626 23.0994 99.2765L23.6464 98.0123Z",
|
|
131
|
+
fill: "var(--semi-color-primary)"
|
|
132
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
133
|
+
d: "M149.603 62.1837C153.141 65.7215 156.329 70.7304 156.469 76.2648C156.469 79.3547 156.318 83.6519 154.861 89.6261C154.208 96.359 152.84 110.059 152.59 110.998C158.069 111.076 164.289 111.206 164.769 111.206C165.112 110.028 167.595 99.5753 168.601 97.0871C169.185 95.6416 169.681 94.8433 170.214 94.2358C170.835 93.5296 171.612 93.2546 172.327 92.9196C173.136 92.5813 174.067 92.4562 175.222 92.581C175.411 92.6015 175.6 92.6277 175.788 92.66C176.821 92.8381 177.828 93.2009 178.689 93.7946C180.002 94.6997 180.976 96.1413 181.19 98.2826C181.851 104.898 181.382 112.023 180.908 118.66L180.906 118.685C180.766 120.649 180.075 130.33 176.236 133.581C174.005 135.471 161.488 135.93 149.815 135.951C149.421 139.565 148.009 152.707 147.352 158.826C151.829 158.602 160.068 160.258 162.485 167.377C164.903 174.496 158.277 174.989 151.427 175.257C145.946 175.472 131.933 175.347 125.88 175.257C120.51 179.879 112.706 182.7 101.81 182.388C82.2602 181.827 40.8574 177.982 39.9174 178.296C40.9923 179.106 43.1357 181.042 43.1102 182.307C43.0784 183.887 40.7029 185.112 31.9411 185.211C23.1793 185.311 17.5962 182.694 17.7826 178.197C17.8226 177.233 18.0999 175.812 18.5567 174.093C13.2755 173.44 7.07356 173.577 8.13175 165.992C9.84827 153.689 24.0096 136.382 27.9617 133.979C31.9137 131.576 39.4583 132.177 44.7325 132.868C41.445 127.81 39.122 121.001 40.4014 112.273C41.0509 107.843 43.1503 102.458 47.4245 96.8546C48.5452 95.3853 49.7754 93.8979 51.0916 92.4033C61.3746 80.7265 76.912 68.6136 86.583 61.3347C92.4762 56.8992 101.378 53.4853 106.461 52.1615C125.071 47.3148 139.475 51.2023 149.603 62.1837Z",
|
|
134
|
+
fill: "white"
|
|
135
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
136
|
+
d: "M146.521 110.942C142.808 117.668 141.617 118.284 140.216 118.074C138.814 117.864 138.077 113.411 141.057 111.783C142.147 111.187 143.999 110.942 146.521 110.942ZM146.521 110.942C151.037 102.146 153.51 95.1651 154.861 89.6261M146.521 110.942C148.083 110.942 150.27 110.966 152.59 110.998M129.963 135.683C122.091 135.525 108.222 136.074 102.234 126.328C101.008 124.332 100.284 122.294 99.9648 120.173M129.963 135.683C133.553 140.275 137.703 149.915 134.27 161.827C132.75 167.101 130.145 171.587 125.88 175.257M129.963 135.683C133.278 135.749 141.323 135.966 149.815 135.951M108.859 89.4474C103.591 102.465 98.7259 111.938 99.9648 120.173M99.9648 120.173C98.6613 119.579 88.2483 119.192 82.2242 121.515C77.3128 120.173 50.9811 108.294 51.0916 92.4033M39.9174 178.296C40.8574 177.982 82.2602 181.827 101.81 182.388C112.706 182.7 120.51 179.879 125.88 175.257M39.9174 178.296C38.5058 178.042 36.9886 177.745 33.042 176.726M39.9174 178.296C40.9923 179.106 43.1357 181.042 43.1102 182.307C43.0784 183.887 40.7029 185.112 31.9411 185.211C23.1793 185.311 17.5962 182.694 17.7826 178.197C17.8226 177.233 18.0999 175.812 18.5567 174.093M52.9716 141.614C50.5144 141.547 43.1118 140.83 38.0936 141.345C36.7808 141.48 32.6069 142.59 27.9617 150.938C24.3126 157.496 20.2302 167.797 18.5567 174.093M52.9716 141.614C55.4289 141.682 75.4571 143.196 78.9578 146.024C82.4585 148.851 76.0293 149.693 71.1148 148.919C66.2003 148.144 59.6365 147.202 52.9716 141.614ZM52.9716 141.614C50.4797 139.722 47.3097 136.833 44.7325 132.868M51.0916 92.4033C49.7754 93.8979 48.5452 95.3853 47.4245 96.8546C43.1503 102.458 41.0509 107.843 40.4014 112.273C39.122 121.001 41.445 127.81 44.7325 132.868M51.0916 92.4033C61.3746 80.7265 76.912 68.6136 86.583 61.3347C92.4762 56.8992 101.378 53.4853 106.461 52.1615C125.071 47.3148 139.475 51.2023 149.603 62.1837C153.141 65.7215 156.329 70.7304 156.469 76.2648C156.469 79.3547 156.318 83.6519 154.861 89.6261M44.7325 132.868C39.4583 132.177 31.9137 131.576 27.9617 133.979C24.0096 136.382 9.84827 153.689 8.13175 165.992C7.07356 173.577 13.2755 173.44 18.5567 174.093M154.861 89.6261C154.208 96.359 152.84 110.059 152.59 110.998M152.59 110.998C158.069 111.076 164.289 111.206 164.769 111.206C165.112 110.028 167.595 99.5753 168.601 97.0871C169.185 95.6416 169.681 94.8432 170.214 94.2358C170.835 93.5296 171.612 93.2546 172.327 92.9196M149.815 135.951C161.488 135.93 174.005 135.471 176.236 133.581C180.092 130.316 180.772 120.565 180.908 118.66C181.382 112.023 181.851 104.898 181.19 98.2826C180.976 96.1413 180.002 94.6997 178.689 93.7946M149.815 135.951C149.421 139.565 148.009 152.707 147.352 158.826C151.829 158.602 160.068 160.258 162.485 167.377C164.903 174.496 158.277 174.989 151.427 175.257C145.946 175.472 131.933 175.347 125.88 175.257M149.231 166.011C151.424 166.106 154.874 166.706 157.068 169.885C158.242 171.586 157.59 173.164 156.449 173.832C155.458 174.411 154.075 174.209 153.489 173.973C152.05 173.395 148.616 172.876 147.273 173.1C145.929 173.324 144.084 174.675 142.293 174.675C140.502 174.675 138.463 174.014 137.388 172.581M178.689 93.7946C177.408 94.3477 176.625 96.4849 176.354 98.1104C176.083 99.7359 175.12 106.057 175.03 107.592M178.689 93.7946C177.828 93.2009 176.821 92.8381 175.788 92.66M175.788 92.66C175.6 92.6277 175.411 92.6015 175.222 92.581C174.067 92.4562 173.136 92.5813 172.327 92.9196M175.788 92.66C174.638 93.0534 173.645 95.1304 173.223 96.4849C172.802 97.8395 172.26 99.6155 170.996 106.719M172.327 92.9196C170.635 94.8895 169.13 99.3145 167.835 106.027",
|
|
137
|
+
stroke: "#515151"
|
|
138
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
139
|
+
d: "M44.5342 141.288C43.8228 140.548 41.9447 134.288 41.8594 132.524L44.5342 132.752C46.4236 136.326 50.9366 140.121 52.957 141.573C50.7659 141.478 46.0139 141.288 44.5342 141.288Z",
|
|
140
|
+
fill: "#515151"
|
|
141
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
142
|
+
d: "M135.303 175.436C132.731 174.395 132.095 170.676 132.298 166.739C131.415 169.527 128.2 173.63 125.812 175.436H135.303Z",
|
|
143
|
+
fill: "#515151"
|
|
144
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
145
|
+
d: "M121.714 140.8C112.722 138.762 106.786 133.997 104.136 129.133C104.602 129.516 107.415 131.702 110.074 132.933C116.927 136.104 128.227 135.739 130.123 135.739C131.348 137.197 132.997 140.576 133.641 142.034C132.548 142.034 127.427 142.095 121.714 140.8Z",
|
|
146
|
+
fill: "#515151"
|
|
147
|
+
}));
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
var _default = SvgComponent;
|
|
151
|
+
exports.default = _default;
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _WeakMap = require("@babel/runtime-corejs3/core-js-stable/weak-map");
|
|
4
|
+
|
|
5
|
+
var _Object$defineProperty = require("@babel/runtime-corejs3/core-js-stable/object/define-property");
|
|
6
|
+
|
|
7
|
+
var _Object$getOwnPropertyDescriptor = require("@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptor");
|
|
8
|
+
|
|
9
|
+
var _interopRequireDefault = require("@babel/runtime-corejs3/helpers/interopRequireDefault");
|
|
10
|
+
|
|
11
|
+
_Object$defineProperty(exports, "__esModule", {
|
|
12
|
+
value: true
|
|
13
|
+
});
|
|
14
|
+
|
|
15
|
+
exports.default = void 0;
|
|
16
|
+
|
|
17
|
+
var _assign = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/object/assign"));
|
|
18
|
+
|
|
19
|
+
var React = _interopRequireWildcard(require("react"));
|
|
20
|
+
|
|
21
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof _WeakMap !== "function") return null; var cacheBabelInterop = new _WeakMap(); var cacheNodeInterop = new _WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
22
|
+
|
|
23
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = _Object$defineProperty && _Object$getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? _Object$getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { _Object$defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
24
|
+
|
|
25
|
+
function SvgComponent(props) {
|
|
26
|
+
return /*#__PURE__*/React.createElement("svg", (0, _assign.default)({
|
|
27
|
+
width: 200,
|
|
28
|
+
height: 200,
|
|
29
|
+
viewBox: "0 0 200 200",
|
|
30
|
+
fill: "none",
|
|
31
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
32
|
+
focusable: false,
|
|
33
|
+
"aria-hidden": true
|
|
34
|
+
}, props), /*#__PURE__*/React.createElement("ellipse", {
|
|
35
|
+
cx: 175.426,
|
|
36
|
+
cy: 90.4572,
|
|
37
|
+
rx: 16.5618,
|
|
38
|
+
ry: 67.0109,
|
|
39
|
+
fill: "var(--semi-color-primary)",
|
|
40
|
+
fillOpacity: 0.2
|
|
41
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
42
|
+
fillRule: "evenodd",
|
|
43
|
+
clipRule: "evenodd",
|
|
44
|
+
d: "M179.012 25.0199C171.59 31.6505 166.037 58.4292 166.037 90.4553C166.037 122.481 171.59 149.26 179.012 155.891C177.857 156.922 176.657 157.466 175.425 157.466C166.279 157.466 158.864 127.464 158.864 90.4553C158.864 53.4462 166.279 23.4443 175.425 23.4443C176.657 23.4443 177.857 23.9882 179.012 25.0199Z",
|
|
45
|
+
fill: "var(--semi-color-primary)"
|
|
46
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
47
|
+
fillRule: "evenodd",
|
|
48
|
+
clipRule: "evenodd",
|
|
49
|
+
d: "M12.6635 36.6367C14.3308 30.7255 19.9166 27.0283 25.3644 24.4855C27.2125 27.4619 29.661 30.4323 32.446 31.4911C35.6058 32.6923 38.5413 29.874 38.9233 27.2002C39.1109 25.8874 37.811 23.0518 36.878 21.9237C35.9512 20.8031 34.4802 20.0014 32.446 19.7436C30.1786 19.4562 27.7426 19.8852 25.3644 20.8361C23.7423 17.8343 22.8175 14.2477 22.9879 10.6998L21.6127 10.6094C21.4295 14.4229 22.3878 18.2253 24.0512 21.4166C18.4229 24.1425 13.1518 29.7627 11.3555 36.1315L12.6635 36.6367Z",
|
|
50
|
+
fill: "var(--semi-color-primary)",
|
|
51
|
+
fillOpacity: 0.2
|
|
52
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
53
|
+
fillRule: "evenodd",
|
|
54
|
+
clipRule: "evenodd",
|
|
55
|
+
d: "M20.7086 23.9303C16.9895 26.387 13.9454 29.8661 12.7234 33.5684L11.4154 33.1367C12.7608 29.0606 16.052 25.3556 19.9494 22.781C21.271 21.908 22.6747 21.1568 24.1111 20.5625C22.4479 17.8357 21.4894 14.5864 21.6726 11.3274L23.0478 11.4047C22.8774 14.4361 23.802 17.5009 25.4244 20.0664C27.8107 19.2509 30.2445 18.8878 32.506 19.1327C34.5402 19.3531 36.0112 20.0382 36.9379 20.9957C37.8709 21.9597 38.2108 23.1623 38.0232 24.2841C37.6412 26.5689 35.1919 28.2022 32.0321 27.1757C29.2474 26.2711 26.7393 24.276 24.8909 21.7322C23.4611 22.3025 22.0481 23.0455 20.7086 23.9303ZM26.246 21.2453C27.9252 23.4377 30.1109 25.1034 32.4577 25.8657C34.9543 26.6768 36.4443 25.3749 36.6646 24.057C36.7783 23.3774 36.585 22.6117 35.9481 21.9537C35.305 21.2891 34.1694 20.6984 32.3577 20.5021C30.4418 20.2946 28.3452 20.5746 26.246 21.2453Z",
|
|
56
|
+
fill: "var(--semi-color-primary)"
|
|
57
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
58
|
+
d: "M174.304 53.7591C177.874 58.7764 176.65 65.7878 171.551 69.4163C166.451 73.0447 159.426 71.9027 155.856 66.8854C152.286 61.8681 153.51 54.8567 158.61 51.2282C163.709 47.5997 170.734 48.7418 174.304 53.7591Z",
|
|
59
|
+
fill: "#C6CACD",
|
|
60
|
+
stroke: "#1C1F23"
|
|
61
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
62
|
+
cx: 174.584,
|
|
63
|
+
cy: 58.9818,
|
|
64
|
+
rx: 0.826454,
|
|
65
|
+
ry: 0.964193,
|
|
66
|
+
fill: "#1C1F23"
|
|
67
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
68
|
+
fillRule: "evenodd",
|
|
69
|
+
clipRule: "evenodd",
|
|
70
|
+
d: "M154.177 64.8752C157.527 64.7664 161.107 63.4443 163.564 59.8076C164.053 59.0835 164.487 58.4317 164.876 57.8463C167.228 54.3112 167.97 53.196 169.625 53.196C170.121 53.196 170.7 53.3056 171.324 53.4238C172.411 53.6296 173.633 53.8612 174.791 53.5823C174.765 53.5444 174.738 53.5065 174.712 53.4688C170.978 48.2213 163.639 47.0356 158.32 50.8204C153.742 54.0777 152.151 59.9551 154.177 64.8752Z",
|
|
71
|
+
fill: "#1C1F23"
|
|
72
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
73
|
+
d: "M166.479 57.6201C167.24 58.689 166.99 60.172 165.921 60.9326C164.852 61.6931 163.369 61.4431 162.608 60.3742C161.848 59.3053 162.098 57.8223 163.167 57.0617C164.235 56.3012 165.718 56.5512 166.479 57.6201Z",
|
|
74
|
+
fill: "#C6CACD",
|
|
75
|
+
stroke: "#1C1F23"
|
|
76
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
77
|
+
fillRule: "evenodd",
|
|
78
|
+
clipRule: "evenodd",
|
|
79
|
+
d: "M66.2853 27.9171C68.5253 27.9171 70.2798 26.1568 70.2798 24.0603C70.2798 21.9638 68.5253 20.2036 66.2853 20.2036C64.0452 20.2036 62.2908 21.9638 62.2908 24.0603C62.2908 26.1568 64.0452 27.9171 66.2853 27.9171ZM66.2853 29.2945C69.2521 29.2945 71.6572 26.9511 71.6572 24.0603C71.6572 21.1696 69.2521 18.8262 66.2853 18.8262C63.3185 18.8262 60.9134 21.1696 60.9134 24.0603C60.9134 26.9511 63.3185 29.2945 66.2853 29.2945Z",
|
|
80
|
+
fill: "var(--semi-color-primary)"
|
|
81
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
82
|
+
fillRule: "evenodd",
|
|
83
|
+
clipRule: "evenodd",
|
|
84
|
+
d: "M128.269 45.4034C130.509 45.4034 132.263 43.6432 132.263 41.5467C132.263 39.4501 130.509 37.6899 128.269 37.6899C126.029 37.6899 124.275 39.4501 124.275 41.5467C124.275 43.6432 126.029 45.4034 128.269 45.4034ZM128.269 46.7808C131.236 46.7808 133.641 44.4374 133.641 41.5467C133.641 38.6559 131.236 36.3125 128.269 36.3125C125.302 36.3125 122.897 38.6559 122.897 41.5467C122.897 44.4374 125.302 46.7808 128.269 46.7808Z",
|
|
85
|
+
fill: "var(--semi-color-primary)"
|
|
86
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
87
|
+
d: "M64.6029 65.9543L54.9955 48.3799L78.9314 55.5035L64.6029 65.9543Z",
|
|
88
|
+
fill: "var(--semi-color-primary)",
|
|
89
|
+
fillOpacity: 0.2
|
|
90
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
91
|
+
fillRule: "evenodd",
|
|
92
|
+
clipRule: "evenodd",
|
|
93
|
+
d: "M58.0832 48.3799L76.244 53.8964L65.8222 61.1738L65.0336 60.0444L73.1308 54.3903L57.6829 49.6978L58.0832 48.3799Z",
|
|
94
|
+
fill: "var(--semi-color-primary)"
|
|
95
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
96
|
+
fillRule: "evenodd",
|
|
97
|
+
clipRule: "evenodd",
|
|
98
|
+
d: "M103.648 37.1475C102.239 38.7195 97.1033 44.2558 95.8268 45.5219C98.8407 42.3481 97.2544 38.7268 95.0895 38.0817C94.9031 38.0261 94.6981 37.968 94.4801 37.9061C92.067 37.2218 88.0589 36.085 90.0517 33.01C92.2245 29.6571 90.8768 27.0617 86.8815 25.6129C88.3138 23.8692 94.6391 16.7582 95.2127 16.9788C95.2194 16.9814 95.2261 16.984 95.2331 16.9868L95.4539 16.3779C97.5273 17.1298 99.069 18.2314 99.7448 19.7262C100.439 21.2609 100.131 23.0011 98.9672 24.797C98.4994 25.5189 98.4882 25.9937 98.5964 26.3161C98.7163 26.6734 99.0435 27.0305 99.6095 27.3769C100.563 27.9602 101.873 28.3332 102.974 28.6464C103.201 28.7111 103.419 28.7732 103.624 28.8341C106.49 29.6882 107.464 33.6068 103.648 37.1475ZM95.4539 45.89C95.5719 45.7741 95.6965 45.6511 95.8268 45.5219C95.7095 45.6454 95.5853 45.7681 95.4539 45.89Z",
|
|
99
|
+
fill: "var(--semi-color-primary)",
|
|
100
|
+
fillOpacity: 0.2
|
|
101
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
102
|
+
fillRule: "evenodd",
|
|
103
|
+
clipRule: "evenodd",
|
|
104
|
+
d: "M103.29 36.7628C106.492 33.792 104.829 30.6058 103.197 30.1193C103.028 30.0688 102.836 30.0146 102.627 29.9556C101.536 29.6473 99.9901 29.2104 98.8568 28.5168C98.1729 28.0982 97.5265 27.5226 97.257 26.7194C96.9757 25.8812 97.1591 24.9676 97.7777 24.0131C98.7867 22.4561 98.8917 21.2221 98.4561 20.2587C98.0024 19.2554 96.8727 18.3349 94.9508 17.638L95.4203 16.3431C97.4937 17.0949 99.0354 18.1965 99.7112 19.6913C100.405 21.226 100.098 22.9662 98.9336 24.7622C98.4658 25.4841 98.4546 25.9589 98.5628 26.2812C98.6827 26.6386 99.0099 26.9956 99.5759 27.342C100.529 27.9254 101.839 28.2983 102.94 28.6115C103.167 28.6762 103.386 28.7383 103.59 28.7993C106.456 29.6533 108.043 34.2319 104.226 37.7726L103.29 36.7628Z",
|
|
105
|
+
fill: "var(--semi-color-primary)"
|
|
106
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
107
|
+
fillRule: "evenodd",
|
|
108
|
+
clipRule: "evenodd",
|
|
109
|
+
d: "M40.5711 60.3953C40.5222 62.0028 39.3734 68.4169 39.2513 69.7812C39.4488 66.4527 36.7468 65.1221 35.169 65.8091C35.0331 65.8683 34.8852 65.9351 34.7278 66.0061C32.9862 66.7922 30.0933 68.0979 29.7444 65.3282C29.3639 62.3084 27.3046 61.4582 24.266 62.5758C24.2442 60.8569 25.313 52.9413 25.7555 52.7882C25.7606 52.7864 25.7659 52.7846 25.7713 52.7828L25.601 52.3197C27.1779 51.7397 28.6168 51.6245 29.7444 52.1634C30.9021 52.7167 31.5773 53.8814 31.781 55.499C31.8629 56.1492 32.0896 56.4313 32.3108 56.5659C32.5561 56.7152 32.922 56.7626 33.4218 56.6865C34.2634 56.5583 35.2098 56.1322 36.0048 55.7742C36.169 55.7003 36.3267 55.6293 36.4756 55.5644C38.5642 54.655 41.0559 56.4591 40.5711 60.3953ZM39.2149 70.1787C39.2267 70.0532 39.2389 69.9204 39.2513 69.7812C39.2437 69.9107 39.2316 70.0432 39.2149 70.1787Z",
|
|
110
|
+
fill: "var(--semi-color-primary)",
|
|
111
|
+
fillOpacity: 0.2
|
|
112
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
113
|
+
fillRule: "evenodd",
|
|
114
|
+
clipRule: "evenodd",
|
|
115
|
+
d: "M40.1734 60.3475C40.5802 57.0448 38.0475 56.005 36.8577 56.5231C36.7343 56.5768 36.5958 56.6395 36.4453 56.7076C35.6584 57.0637 34.5435 57.5681 33.5429 57.7205C32.9389 57.8124 32.2798 57.7944 31.7284 57.4589C31.153 57.1088 30.8114 56.4865 30.7031 55.6268C30.5264 54.2245 29.9817 53.4541 29.255 53.1068C28.4981 52.745 27.3881 52.7635 25.9264 53.3011L25.5641 52.3163C27.141 51.7363 28.58 51.6211 29.7075 52.16C30.8652 52.7133 31.5404 53.878 31.7442 55.4956C31.8261 56.1458 32.0527 56.4279 32.274 56.5625C32.5193 56.7118 32.8851 56.7592 33.3849 56.6831C34.2265 56.5549 35.173 56.1288 35.9679 55.7708C36.1321 55.6969 36.2898 55.6259 36.4388 55.561C38.5274 54.6516 41.6997 56.5395 41.2149 60.4758L40.1734 60.3475Z",
|
|
116
|
+
fill: "var(--semi-color-primary)"
|
|
117
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
118
|
+
d: "M165.828 33.673C165.186 37.2402 167.225 38.9385 171.075 38.7485C169.404 39.7883 162.262 44.0051 161.049 44.1664C159.533 44.368 155.74 43.2277 155.991 40.3357C156.242 37.4437 155.936 36.1684 153.301 36.3147C150.666 36.461 149.551 37.5508 147.785 35.3581C146.019 33.1655 145.633 32.5701 146.881 30.1807C147.879 28.2692 155.067 25.0941 156.789 24.794C154.996 28.7489 157.717 31.4266 159.834 31.1981C161.95 30.9696 166.469 30.1057 165.828 33.673Z",
|
|
119
|
+
fill: "var(--semi-color-primary)",
|
|
120
|
+
fillOpacity: 0.2
|
|
121
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
122
|
+
fillRule: "evenodd",
|
|
123
|
+
clipRule: "evenodd",
|
|
124
|
+
d: "M147.336 30.582C145.715 34.1553 148.202 36.1764 149.679 36.0169C149.837 35.9999 150.015 35.9781 150.21 35.9543C151.23 35.8294 152.687 35.6509 153.889 35.8349C154.614 35.9461 155.374 36.2045 155.896 36.7981C156.442 37.4196 156.61 38.2701 156.425 39.2984C156.13 40.9418 156.474 41.9856 157.155 42.6188C157.869 43.282 159.116 43.6552 160.961 43.5642L161.028 44.9399C159.023 45.0389 157.326 44.6579 156.217 43.6276C155.077 42.5674 154.723 40.9785 155.069 39.0547C155.205 38.2993 155.048 37.9201 154.861 37.7074C154.65 37.4669 154.269 37.2867 153.68 37.1965C152.688 37.0444 151.472 37.1908 150.441 37.3149C150.227 37.3407 150.021 37.3654 149.827 37.3864C147.071 37.6839 144.115 34.3497 146.081 30.0132L147.336 30.582Z",
|
|
125
|
+
fill: "var(--semi-color-primary)"
|
|
126
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
127
|
+
d: "M32.3958 99.6939C32.5719 102.334 31.4309 103.752 28.9758 103.355C26.5206 102.957 27.167 106.047 27.349 107.497C27.5309 108.946 25.7261 110.845 22.9912 109.662L23.4618 98.7416C24.797 99.2336 24.8672 99.5381 26.9989 98.2497C29.1305 96.9614 27.7485 93.4243 28.2404 92.6278C28.7323 91.8314 29.2945 92.6513 31.3272 92.2765C32.099 92.1342 32.5096 91.5642 32.7077 90.891L32.7847 88.716C32.8855 89.2739 32.9269 90.1457 32.7077 90.891L32.3958 99.6939Z",
|
|
128
|
+
fill: "var(--semi-color-primary)",
|
|
129
|
+
fillOpacity: 0.2
|
|
130
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
131
|
+
fillRule: "evenodd",
|
|
132
|
+
clipRule: "evenodd",
|
|
133
|
+
d: "M23.6462 98.0123C25.9965 99.0293 27.1489 97.3762 27.0471 96.565C27.0342 96.4623 27.0176 96.3443 26.9994 96.2144C26.9016 95.5191 26.7559 94.4827 26.8725 93.6231C26.943 93.1026 27.1225 92.5182 27.5782 92.1035C28.0612 91.664 28.7167 91.5359 29.4673 91.6574C30.5543 91.8334 31.1809 91.5873 31.5416 91.1857C31.9316 90.7514 32.1728 89.9618 32.0901 88.7223L33.4645 88.6306C33.5579 90.0308 33.3167 91.2704 32.5664 92.1059C31.7868 92.9741 30.6153 93.2386 29.2472 93.0171C28.7702 92.9399 28.5858 93.049 28.5052 93.1223C28.3973 93.2205 28.2894 93.4246 28.2374 93.8081C28.1492 94.4584 28.2587 95.2537 28.3558 95.9597C28.3763 96.109 28.3963 96.2543 28.4138 96.3935C28.6759 98.4814 26.2186 100.626 23.0992 99.2765L23.6462 98.0123Z",
|
|
134
|
+
fill: "var(--semi-color-primary)"
|
|
135
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
136
|
+
d: "M149.603 62.1832C153.141 65.721 156.328 70.7299 156.469 76.2643C156.469 79.3542 156.318 83.6514 154.861 89.6257C154.208 96.3585 152.84 110.059 152.59 110.998C158.068 111.075 164.289 111.206 164.769 111.206C165.111 110.027 167.595 99.5748 168.6 97.0866C169.184 95.6411 169.681 94.8428 170.214 94.2353C170.834 93.5291 171.612 93.2541 172.327 92.9191C173.136 92.5808 174.067 92.4557 175.222 92.5806C175.411 92.601 175.6 92.6272 175.787 92.6596C176.821 92.8376 177.828 93.2004 178.689 93.7941C180.001 94.6992 180.976 96.1408 181.19 98.2821C181.851 104.897 181.382 112.022 180.908 118.659L180.906 118.685C180.766 120.649 180.075 130.329 176.236 133.581C174.005 135.471 161.488 135.93 149.814 135.95C149.42 139.565 148.009 152.706 147.352 158.825C151.829 158.601 160.068 160.258 162.485 167.377C164.903 174.496 158.277 174.988 151.426 175.257C145.946 175.472 131.933 175.347 125.88 175.257C120.51 179.878 112.705 182.7 101.81 182.388C82.26 181.827 40.8572 177.982 39.9172 178.295C40.9921 179.105 43.1355 181.042 43.11 182.306C43.0782 183.887 40.7027 185.111 31.9409 185.211C23.1791 185.311 17.596 182.694 17.7824 178.197C17.8224 177.232 18.0997 175.812 18.5565 174.093C13.2753 173.44 7.07338 173.577 8.13157 165.992C9.84809 153.689 24.0094 136.382 27.9615 133.979C31.9135 131.576 39.4582 132.176 44.7323 132.868C41.4448 127.81 39.1218 121.001 40.4012 112.273C41.0507 107.842 43.1501 102.458 47.4243 96.8541C48.5451 95.3848 49.7752 93.8974 51.0914 92.4028C61.3745 80.726 76.9118 68.6131 86.5828 61.3342C92.476 56.8987 101.377 53.4848 106.46 52.161C125.071 47.3143 139.475 51.2018 149.603 62.1832Z",
|
|
137
|
+
fill: "#C6CACD"
|
|
138
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
139
|
+
d: "M146.521 110.942C142.808 117.667 141.616 118.283 140.215 118.073C138.814 117.863 138.077 113.411 141.056 111.782C142.147 111.186 143.999 110.942 146.521 110.942ZM146.521 110.942C151.037 102.145 153.51 95.1646 154.861 89.6257M146.521 110.942C148.082 110.942 150.27 110.965 152.59 110.998M129.963 135.682C122.091 135.525 108.222 136.074 102.234 126.328C101.008 124.332 100.284 122.293 99.9646 120.172M129.963 135.682C133.552 140.275 137.703 149.915 134.27 161.827C132.75 167.1 130.145 171.586 125.88 175.257M129.963 135.682C133.278 135.749 141.323 135.966 149.814 135.95M108.859 89.4469C103.591 102.465 98.7257 111.938 99.9646 120.172M99.9646 120.172C98.6611 119.578 88.2481 119.191 82.224 121.515C77.3126 120.172 50.9809 108.294 51.0914 92.4028M39.9172 178.295C40.8572 177.982 82.26 181.827 101.81 182.388C112.705 182.7 120.51 179.878 125.88 175.257M39.9172 178.295C38.5056 178.041 36.9885 177.744 33.0418 176.726M39.9172 178.295C40.9921 179.105 43.1355 181.042 43.11 182.306C43.0782 183.887 40.7027 185.111 31.9409 185.211C23.1791 185.311 17.596 182.694 17.7824 178.197C17.8224 177.232 18.0997 175.812 18.5565 174.093M52.9715 141.614C50.5142 141.546 43.1116 140.83 38.0934 141.344C36.7806 141.479 32.6067 142.59 27.9615 150.938C24.3124 157.496 20.23 167.796 18.5565 174.093M52.9715 141.614C55.4287 141.681 75.4569 143.196 78.9576 146.023C82.4583 148.851 76.0291 149.692 71.1146 148.918C66.2002 148.144 59.6363 147.201 52.9715 141.614ZM52.9715 141.614C50.4795 139.721 47.3095 136.833 44.7323 132.868M51.0914 92.4028C49.7752 93.8974 48.5451 95.3849 47.4243 96.8541C43.1501 102.458 41.0507 107.842 40.4012 112.273C39.1218 121.001 41.4448 127.81 44.7323 132.868M51.0914 92.4028C61.3745 80.726 76.9118 68.6131 86.5828 61.3342C92.476 56.8987 101.377 53.4848 106.46 52.161C125.071 47.3143 139.475 51.2018 149.603 62.1832C153.141 65.721 156.328 70.7299 156.469 76.2643C156.469 79.3542 156.318 83.6514 154.861 89.6257M44.7323 132.868C39.4582 132.176 31.9135 131.576 27.9615 133.979C24.0094 136.382 9.84809 153.689 8.13157 165.992C7.07338 173.577 13.2753 173.44 18.5565 174.093M154.861 89.6257C154.208 96.3585 152.84 110.059 152.59 110.998M152.59 110.998C158.068 111.075 164.289 111.206 164.769 111.206C165.111 110.027 167.595 99.5748 168.6 97.0866C169.184 95.6411 169.681 94.8428 170.214 94.2353C170.834 93.5291 171.612 93.2541 172.327 92.9191M149.814 135.95C161.488 135.93 174.005 135.471 176.236 133.581C180.091 130.315 180.772 120.564 180.908 118.659C181.382 112.022 181.851 104.897 181.19 98.2821C180.976 96.1408 180.001 94.6992 178.689 93.7941M149.814 135.95C149.42 139.565 148.009 152.706 147.352 158.825C151.829 158.601 160.068 160.258 162.485 167.377C164.903 174.496 158.277 174.988 151.426 175.257C145.946 175.472 131.933 175.347 125.88 175.257M149.23 166.011C151.424 166.105 154.874 166.705 157.068 169.884C158.242 171.585 157.59 173.164 156.449 173.831C155.458 174.41 154.075 174.208 153.488 173.973C152.049 173.395 148.616 172.876 147.272 173.1C145.929 173.324 144.084 174.675 142.293 174.675C140.502 174.675 138.463 174.013 137.388 172.581M178.689 93.7941C177.407 94.3472 176.625 96.4844 176.354 98.1099C176.083 99.7354 175.12 106.057 175.029 107.592M178.689 93.7941C177.828 93.2004 176.821 92.8376 175.787 92.6596M175.787 92.6596C175.6 92.6272 175.411 92.601 175.222 92.5806C174.067 92.4557 173.136 92.5808 172.327 92.9191M175.787 92.6596C174.638 93.0529 173.645 95.1299 173.223 96.4844C172.802 97.839 172.26 99.615 170.996 106.719M172.327 92.9191C170.635 94.8891 169.129 99.314 167.835 106.027",
|
|
140
|
+
stroke: "#1C1F23"
|
|
141
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
142
|
+
d: "M44.5337 141.289C43.8224 140.549 41.9443 134.289 41.8589 132.524L44.5337 132.752C46.4232 136.326 50.9362 140.122 52.9565 141.573C50.7655 141.478 46.0134 141.289 44.5337 141.289Z",
|
|
143
|
+
fill: "#1C1F23"
|
|
144
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
145
|
+
d: "M135.303 175.436C132.731 174.395 132.095 170.676 132.298 166.739C131.414 169.527 128.199 173.63 125.811 175.436H135.303Z",
|
|
146
|
+
fill: "#1C1F23"
|
|
147
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
148
|
+
d: "M121.714 140.8C112.721 138.762 106.785 133.997 104.136 129.134C104.602 129.517 107.415 131.702 110.074 132.933C116.927 136.104 128.227 135.74 130.123 135.74C131.347 137.198 132.997 140.577 133.641 142.035C132.547 142.035 127.426 142.095 121.714 140.8Z",
|
|
149
|
+
fill: "#1C1F23"
|
|
150
|
+
}));
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
var _default = SvgComponent;
|
|
154
|
+
exports.default = _default;
|