@douyinfe/semi-illustrations 2.1.1 → 2.1.2

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 (59) hide show
  1. package/dist/umd/semi-illustrations.js +5278 -2634
  2. package/dist/umd/semi-illustrations.js.map +1 -1
  3. package/dist/umd/semi-illustrations.min.js +1 -1
  4. package/dist/umd/semi-illustrations.min.js.map +1 -1
  5. package/lib/cjs/illustrations/IllustrationConstruction.d.ts +3 -0
  6. package/lib/cjs/illustrations/IllustrationConstruction.js +151 -0
  7. package/lib/cjs/illustrations/IllustrationConstructionDark.d.ts +3 -0
  8. package/lib/cjs/illustrations/IllustrationConstructionDark.js +154 -0
  9. package/lib/cjs/illustrations/IllustrationFailure.d.ts +3 -0
  10. package/lib/cjs/illustrations/IllustrationFailure.js +279 -0
  11. package/lib/cjs/illustrations/IllustrationFailureDark.d.ts +3 -0
  12. package/lib/cjs/illustrations/IllustrationFailureDark.js +276 -0
  13. package/lib/cjs/illustrations/IllustrationIdle.d.ts +3 -0
  14. package/lib/cjs/illustrations/IllustrationIdle.js +139 -0
  15. package/lib/cjs/illustrations/IllustrationIdleDark.d.ts +3 -0
  16. package/lib/cjs/illustrations/IllustrationIdleDark.js +130 -0
  17. package/lib/cjs/illustrations/IllustrationNoAccess.d.ts +3 -0
  18. package/lib/cjs/illustrations/IllustrationNoAccess.js +123 -0
  19. package/lib/cjs/illustrations/IllustrationNoAccessDark.d.ts +3 -0
  20. package/lib/cjs/illustrations/IllustrationNoAccessDark.js +116 -0
  21. package/lib/cjs/illustrations/IllustrationNoContent.d.ts +3 -0
  22. package/lib/cjs/illustrations/IllustrationNoContent.js +124 -0
  23. package/lib/cjs/illustrations/IllustrationNoContentDark.d.ts +3 -0
  24. package/lib/cjs/illustrations/IllustrationNoContentDark.js +124 -0
  25. package/lib/cjs/illustrations/IllustrationNoResult.d.ts +3 -0
  26. package/lib/cjs/illustrations/IllustrationNoResult.js +125 -0
  27. package/lib/cjs/illustrations/IllustrationNoResultDark.d.ts +3 -0
  28. package/lib/cjs/illustrations/IllustrationNoResultDark.js +122 -0
  29. package/lib/cjs/illustrations/IllustrationNotFound.d.ts +3 -0
  30. package/lib/cjs/illustrations/IllustrationNotFound.js +112 -0
  31. package/lib/cjs/illustrations/IllustrationNotFoundDark.d.ts +3 -0
  32. package/lib/cjs/illustrations/IllustrationNotFoundDark.js +111 -0
  33. package/lib/cjs/illustrations/IllustrationSuccess.d.ts +3 -0
  34. package/lib/cjs/illustrations/IllustrationSuccess.js +109 -0
  35. package/lib/cjs/illustrations/IllustrationSuccessDark.d.ts +3 -0
  36. package/lib/cjs/illustrations/IllustrationSuccessDark.js +111 -0
  37. package/lib/cjs/illustrations/index.d.ts +16 -0
  38. package/lib/cjs/illustrations/index.js +153 -0
  39. package/lib/cjs/index.d.ts +1 -0
  40. package/lib/cjs/index.js +27 -0
  41. package/lib/es/illustrations/IllustrationConstruction.js +26 -4
  42. package/lib/es/illustrations/IllustrationConstructionDark.js +26 -4
  43. package/lib/es/illustrations/IllustrationFailure.js +26 -4
  44. package/lib/es/illustrations/IllustrationFailureDark.js +26 -4
  45. package/lib/es/illustrations/IllustrationIdle.js +26 -4
  46. package/lib/es/illustrations/IllustrationIdleDark.js +26 -4
  47. package/lib/es/illustrations/IllustrationNoAccess.js +26 -4
  48. package/lib/es/illustrations/IllustrationNoAccessDark.js +26 -4
  49. package/lib/es/illustrations/IllustrationNoContent.js +26 -4
  50. package/lib/es/illustrations/IllustrationNoContentDark.js +26 -4
  51. package/lib/es/illustrations/IllustrationNoResult.js +26 -4
  52. package/lib/es/illustrations/IllustrationNoResultDark.js +26 -4
  53. package/lib/es/illustrations/IllustrationNotFound.js +26 -4
  54. package/lib/es/illustrations/IllustrationNotFoundDark.js +26 -4
  55. package/lib/es/illustrations/IllustrationSuccess.js +26 -4
  56. package/lib/es/illustrations/IllustrationSuccessDark.js +26 -4
  57. package/lib/es/illustrations/index.js +153 -16
  58. package/lib/es/index.js +27 -1
  59. package/package.json +3 -3
@@ -0,0 +1,116 @@
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("path", {
35
+ d: "M109.534 54.9131C109.534 32.6038 127.619 14.5186 149.928 14.5186C172.238 14.5186 190.323 32.6038 190.323 54.9131V168.615H109.534V54.9131Z",
36
+ fill: "#2E3238",
37
+ stroke: "#1C1F23"
38
+ }), /*#__PURE__*/React.createElement("path", {
39
+ fillRule: "evenodd",
40
+ clipRule: "evenodd",
41
+ d: "M135.907 60.0822C129.955 59.3988 124.596 63.501 123.936 69.2447L121.551 90.0129C120.892 95.7567 125.182 100.967 131.133 101.65L156.979 104.619C162.93 105.302 168.289 101.2 168.949 95.4561L171.334 74.6879C171.994 68.9441 167.704 63.7338 161.752 63.0504L135.907 60.0822Z",
42
+ fill: "var(--semi-color-primary)",
43
+ fillOpacity: 0.2
44
+ }), /*#__PURE__*/React.createElement("path", {
45
+ fillRule: "evenodd",
46
+ clipRule: "evenodd",
47
+ d: "M158.959 62.7296L160.461 51.3189C161.143 46.134 157.493 41.3777 152.309 40.6943C147.13 40.023 142.383 43.6713 141.702 48.8509L140.16 60.5707L135.907 60.0822C135.486 60.034 135.069 60.0096 134.656 60.0079L136.219 48.1295C137.298 39.9277 144.821 34.1533 153.023 35.2311L153.046 35.2341C161.248 36.3133 167.023 43.8377 165.944 52.0403L164.411 63.6882C163.574 63.375 162.684 63.1573 161.753 63.0504L158.959 62.7296Z",
48
+ fill: "var(--semi-color-primary)"
49
+ }), /*#__PURE__*/React.createElement("path", {
50
+ fillRule: "evenodd",
51
+ clipRule: "evenodd",
52
+ d: "M148.616 80.9032C150.45 80.4704 151.915 78.9446 152.175 76.9651C152.512 74.4072 150.712 72.0604 148.154 71.7234C145.596 71.3864 143.249 73.1869 142.912 75.7448C142.651 77.7253 143.672 79.5792 145.333 80.4717L141.162 88.1012C140.825 88.7177 141.212 89.4805 141.909 89.5723L149.564 90.5806C150.26 90.6724 150.832 90.0362 150.666 89.3534L148.616 80.9032Z",
53
+ fill: "var(--semi-color-primary)"
54
+ }), /*#__PURE__*/React.createElement("path", {
55
+ fillRule: "evenodd",
56
+ clipRule: "evenodd",
57
+ d: "M180.372 95.2357C183.133 95.2357 185.37 92.9979 185.37 90.2375C185.37 87.477 183.133 85.2393 180.372 85.2393C177.612 85.2393 175.374 87.477 175.374 90.2375C175.374 92.9979 177.612 95.2357 180.372 95.2357Z",
58
+ fill: "#6B7075"
59
+ }), /*#__PURE__*/React.createElement("path", {
60
+ fillRule: "evenodd",
61
+ clipRule: "evenodd",
62
+ d: "M88.4705 52.8727L88.4268 52.8701L88.3896 52.8933C88.0207 53.123 87.5575 53.359 87.0319 53.6268C86.7073 53.7923 86.3588 53.9699 85.994 54.1656C85.0472 54.6736 84.01 55.2947 83.062 56.1168C81.1801 57.7487 79.6574 60.1665 79.8601 64.0399C77.6674 64.3909 74.4402 65.3841 71.7178 67.2557C68.9413 69.1644 66.6769 71.9973 66.5942 76.001L66.5931 76.0533L66.627 76.0931C70.8901 81.1048 84.7332 88.514 106.134 78.4345L106.212 78.3977L106.213 78.3111C106.228 76.6097 105.804 73.983 104.484 71.6184C103.177 69.2794 100.991 67.1942 97.4882 66.5242C97.8639 64.3464 97.872 61.1199 96.6914 58.3455C96.0879 56.9272 95.1725 55.6242 93.8344 54.6426C92.4958 53.6606 90.7418 53.0058 88.4705 52.8727Z",
63
+ fill: "#1C1F23"
64
+ }), /*#__PURE__*/React.createElement("path", {
65
+ d: "M112.098 185.603C104.384 187.432 92.2606 187.991 83.0407 187.136C79.9151 186.901 73.3873 186.102 72.2809 184.783C70.8979 183.136 68.6028 178.016 68.3379 172.866C68.0731 167.717 70.3706 149.793 72.1038 145.358C69.6845 144.681 64.0182 142.245 59.9844 140.114C58.0395 139.086 53.7804 136.829 48.6567 133.826C48.915 140.543 48.7047 146.782 47.5831 151.969C46.2916 157.942 43.829 163.271 41.7627 168.031C40.0083 172.073 41.4133 174.516 45.034 177.62C47.6004 179.82 51.918 180.575 54.2492 182.025C54.7704 182.375 55.7617 183.25 55.7844 184.171C55.7972 184.689 54.9072 185.169 53.6601 185.572C52.1343 186.065 50.0738 186.442 48.4781 186.629C39.1072 187.732 18.9324 188.269 12.507 184.9C11.8584 184.56 10.8281 183.888 11.7327 178.399C13.4414 168.031 19.3714 151.181 20.1908 146.339C21.2151 140.286 19.0268 134.419 17.7697 129.624C16.5126 124.828 14.1775 106.949 17.7697 96.7953C18.2582 95.4147 18.8615 93.9343 19.5812 92.3831C22.9276 85.1701 28.7894 76.4272 37.3093 69.0802C26.9834 61.7063 14.1653 50.7967 13.2099 41.0836C12.2545 31.3705 21.065 20.4647 29.516 20.9159C38.1543 21.3771 58.8366 33.8045 72.7305 49.7472C77.5436 42.8535 87.3633 41.1114 93.4272 44.4682C97.0127 46.4531 94.1469 48.9634 92.9304 49.7317C91.9571 50.3463 81.1564 62.1788 76.1488 67.3783C81.6467 70.8392 93.9055 77.3717 97.6226 87.3151C98.9136 90.7683 99.0031 92.2695 99.2508 95.4284C99.7869 102.264 101.818 116.974 101.818 119.371C104.144 116.094 106.511 113.541 111.2 108.712C115.889 103.884 119.689 96.3226 121.135 91.7678C122.47 87.5617 123.137 83.6816 125.603 84.2982C127.98 84.8925 127.646 94.796 127.043 99.6395C131.292 99.3055 142.645 99.3557 149.728 101.265C156.811 103.174 157.967 105.635 157.866 106.238C157.766 106.841 156.51 108.749 147.669 108.448C147.976 109.461 147.631 111.627 143.787 112.187C145.824 113.428 145.983 114.128 145.951 114.86C145.919 115.591 145.506 116.864 141.019 117.437C141.644 118.383 142.467 119.811 138.586 121.071C134.705 122.332 128.975 121.441 128.622 121.408C126.749 127.675 121.395 140.136 112.82 146.241C107.463 150.054 100.908 150.19 98.597 150.19C99.2638 163.803 98.8518 171.042 100.823 174.661C103.576 179.714 121.168 183.453 112.098 185.603Z",
66
+ fill: "#C6CACD"
67
+ }), /*#__PURE__*/React.createElement("path", {
68
+ fillRule: "evenodd",
69
+ clipRule: "evenodd",
70
+ d: "M78.1517 68.6103C77.4177 68.1634 76.7436 67.7529 76.1486 67.3784C69.4574 63.1664 58.5581 55.8057 48.4887 49.0055C45.3869 46.9108 42.3639 44.8692 39.5668 42.9893C32.4629 48.6333 31.137 57.7898 30.6818 64.0709C32.9126 65.865 35.1646 67.5489 37.309 69.0803C28.7892 76.4272 22.9274 85.1701 19.581 92.3831C17.3361 97.2218 16.782 99.363 16.1461 104.389C16.1461 112.188 41.4622 118.915 66.2589 105.569C66.276 105.971 72.5107 109.376 72.5107 109.376C72.5107 109.376 72.7259 114.526 72.7435 114.86C84.5851 114.86 96.8319 109.041 100.139 103.741C100.094 103.34 100.044 102.89 99.9895 102.411C99.7183 100.01 99.3635 96.869 99.2505 95.4284C99.2439 95.3444 99.2375 95.2616 99.2311 95.1799C98.9972 92.1883 98.879 90.6766 97.6224 87.3151C94.3075 78.4478 84.1997 72.293 78.1517 68.6103ZM72.3666 96.9888L66.2626 105.557L72.5107 109.376C72.3691 105.386 72.368 101.726 72.3668 97.7022C72.3667 97.4657 72.3667 97.2279 72.3666 96.9888Z",
71
+ fill: "#6B7075"
72
+ }), /*#__PURE__*/React.createElement("path", {
73
+ d: "M98.597 150.19C99.2638 163.803 98.8518 171.042 100.823 174.661C103.576 179.714 121.168 183.453 112.098 185.603C104.384 187.432 92.2606 187.991 83.0407 187.136C79.9151 186.901 73.3873 186.102 72.2809 184.783C70.8979 183.136 68.6028 178.016 68.3379 172.866C68.0731 167.717 70.3706 149.793 72.1038 145.358M98.597 150.19C100.908 150.19 107.463 150.054 112.82 146.241C121.395 140.136 126.749 127.675 128.622 121.408C128.975 121.441 134.705 122.332 138.586 121.071C142.467 119.811 141.644 118.383 141.019 117.437M98.597 150.19C95.9575 150.19 86.3851 149.775 79.2445 140.114C77.4988 137.752 75.7144 134.262 74.8337 131.159C73.3751 126.019 72.7693 117.673 72.5236 109.437M72.1038 145.358C73.837 140.923 75.9769 142.02 76.7087 142.723C77.4146 143.401 78.2815 145.344 76.7087 145.783C75.0168 146.255 72.6172 145.502 72.1038 145.358ZM72.1038 145.358C69.6845 144.681 64.0182 142.245 59.9844 140.114C58.0395 139.086 53.7804 136.829 48.6567 133.826M28.3368 120.097C34.5919 125.21 42.2916 130.094 48.6567 133.826M48.6567 133.826C48.915 140.543 48.7047 146.782 47.5831 151.969C46.2916 157.942 43.829 163.271 41.7627 168.031C40.0083 172.073 41.4133 174.516 45.034 177.62C47.6004 179.82 51.918 180.575 54.2492 182.025C54.7704 182.375 55.7617 183.25 55.7844 184.171C55.7972 184.689 54.9072 185.169 53.6601 185.572M47.7594 61.7063C43.914 63.8805 40.433 66.3865 37.3093 69.0802M53.6601 185.572C52.1343 186.065 50.0738 186.442 48.4781 186.629C39.1072 187.732 18.9324 188.269 12.507 184.9C11.8584 184.56 10.8281 183.888 11.7327 178.399C13.4414 168.031 19.3714 151.181 20.1908 146.339C21.2151 140.286 19.0268 134.419 17.7697 129.624C16.5126 124.828 14.1775 106.949 17.7697 96.7953C18.2582 95.4147 18.8615 93.9343 19.5812 92.3831C22.9276 85.1701 28.7894 76.4272 37.3093 69.0802M53.6601 185.572C53.8249 183.677 52.2876 181.475 48.9292 181.762M37.3093 69.0802C26.9834 61.7063 14.1653 50.7967 13.2099 41.0836C12.2545 31.3705 21.065 20.4647 29.516 20.9159C38.1543 21.3771 58.8366 33.8045 72.7305 49.7472C77.5436 42.8535 87.3633 41.1114 93.4272 44.4682C97.0127 46.4531 94.1469 48.9634 92.9303 49.7317C91.9571 50.3463 81.1564 62.1788 76.1488 67.3783M76.1488 67.3783C65.6982 60.7998 44.9826 46.5407 33.1959 38.732M76.1488 67.3783C81.6467 70.8392 93.9055 77.3717 97.6226 87.3151C98.9136 90.7683 99.003 92.2695 99.2508 95.4284C99.7869 102.264 101.818 116.974 101.818 119.371M101.818 119.371C101.818 121.222 102.586 127.403 99.9516 127.403C97.508 127.403 99.553 122.47 101.818 119.371ZM101.818 119.371C104.144 116.094 106.511 113.541 111.2 108.712C115.889 103.884 119.689 96.3226 121.135 91.7678C122.47 87.5617 123.137 83.6816 125.603 84.2982C127.98 84.8925 127.646 94.796 127.043 99.6395M127.043 99.6395L124.385 99.901M127.043 99.6395C131.292 99.3055 142.645 99.3557 149.728 101.265C156.811 103.174 157.967 105.635 157.866 106.238C157.766 106.841 156.51 108.749 147.669 108.448M147.669 108.448C140.053 108.188 137.009 106.882 136.908 106.329C136.808 105.777 139.732 105.233 142.294 105.735C144.856 106.238 147.317 107.092 147.669 108.448ZM147.669 108.448C147.976 109.461 147.631 111.627 143.787 112.187M143.787 112.187C138.983 112.887 138.156 112.473 138.124 112.187C138.092 111.901 142.101 111.36 143.787 112.187ZM143.787 112.187C145.824 113.428 145.983 114.128 145.951 114.86C145.919 115.591 145.506 116.864 141.019 117.437M141.019 117.437C136.533 118.01 136.435 116.806 137.694 116.565C138.953 116.323 140.658 116.974 141.019 117.437ZM72.3763 89.579C72.3763 91.6318 72.362 94.1726 72.3631 97.0003M72.3631 97.0003L66.2591 105.569L72.5236 109.437M72.3631 97.0003C72.3647 100.792 72.3942 105.099 72.5236 109.437",
74
+ stroke: "#1C1F23"
75
+ }), /*#__PURE__*/React.createElement("path", {
76
+ fillRule: "evenodd",
77
+ clipRule: "evenodd",
78
+ d: "M72.2282 97.1124V90.1133L71.9296 90.4405C70.5489 92.0486 68.171 95.6239 68.9488 100.681L69.0888 101.548L72.2282 97.1124Z",
79
+ fill: "#1C1F23"
80
+ }), /*#__PURE__*/React.createElement("path", {
81
+ d: "M48.6199 148.139C47.7502 138.438 37.4659 133.323 29.9427 121.894C37.3905 127.026 43.7889 130.498 49.1526 133.62C49.1526 133.62 49.0744 143.108 48.6199 148.139Z",
82
+ fill: "#1C1F23"
83
+ }), /*#__PURE__*/React.createElement("path", {
84
+ d: "M97.1005 56.0026C97.5063 60.6989 93.9734 64.8745 89.1629 65.2901C84.3524 65.7058 80.1556 62.1981 79.7498 57.5018C79.3441 52.8056 82.8769 48.63 87.6874 48.2143C92.4979 47.7987 96.6947 51.3064 97.1005 56.0026Z",
85
+ fill: "#C6CACD",
86
+ stroke: "#1C1F23",
87
+ strokeWidth: 3
88
+ }), /*#__PURE__*/React.createElement("path", {
89
+ fillRule: "evenodd",
90
+ clipRule: "evenodd",
91
+ d: "M91.2999 54.1511C91.1591 53.9714 90.8994 53.94 90.7198 54.0807C89.5787 54.9751 88.2257 55.4162 87.7159 55.5202C87.4923 55.5658 87.348 55.784 87.3935 56.0076C87.4391 56.2313 87.6574 56.3756 87.881 56.33C88.4868 56.2065 89.9661 55.7215 91.2296 54.7312C91.4092 54.5904 91.4407 54.3307 91.2999 54.1511ZM89.5239 57.8268C89.4028 57.3952 89.6544 56.947 90.086 56.8259C90.5176 56.7047 90.9658 56.9564 91.0869 57.388C91.2081 57.8196 90.9564 58.2677 90.5248 58.3889C90.0932 58.51 89.6451 58.2584 89.5239 57.8268ZM95.753 55.6699C95.3214 55.7911 95.0698 56.2392 95.1909 56.6708C95.3121 57.1024 95.7602 57.3541 96.1918 57.2329C96.6234 57.1118 96.8751 56.6637 96.7539 56.232C96.6328 55.8004 96.1846 55.5488 95.753 55.6699Z",
92
+ fill: "#1C1F23"
93
+ }), /*#__PURE__*/React.createElement("path", {
94
+ fillRule: "evenodd",
95
+ clipRule: "evenodd",
96
+ d: "M76.8173 48.0547C79.7313 48.4344 82.4014 46.38 82.7811 43.466C83.1608 40.552 81.1064 37.8819 78.1924 37.5022C75.2784 37.1225 72.6083 39.1769 72.2286 42.0909C71.8489 45.0049 73.9033 47.675 76.8173 48.0547ZM87.496 46.6494C84.1101 46.942 81.2437 48.8129 79.5796 51.4638C79.2599 51.4343 78.9072 51.3901 78.5248 51.3422C78.1632 51.297 77.7751 51.2484 77.3634 51.2057C76.2946 51.0948 75.0876 51.0268 73.8416 51.1752C71.3681 51.4698 68.7508 52.6166 66.7448 55.9365C62.6927 54.0777 56.212 55.0327 51.6573 61.4605L51.6114 61.5252L51.6444 61.5974C55.6836 70.4275 63.5735 80.4008 80.4169 82.5956L80.5002 82.6064L80.548 82.5373C81.5151 81.1374 82.6387 78.7256 82.8727 76.0274C83.1041 73.3584 82.4647 70.4055 79.9414 67.8852C81.4745 66.2935 83.2919 63.6275 83.8717 60.6686C84.1682 59.156 84.1417 57.5638 83.5851 56.0004C83.5721 55.9641 83.5589 55.9279 83.5454 55.8916C85.0066 55.8789 86.765 55.1412 88.2933 53.9872C89.7807 52.8642 91.0701 51.3321 91.6648 49.6504C93.5641 51.1709 95.4809 51.674 97.084 51.6826L97.3334 51.6839L97.2018 51.4721C95.2213 48.2859 91.5302 46.3008 87.496 46.6494Z",
97
+ fill: "#1C1F23"
98
+ }), /*#__PURE__*/React.createElement("circle", {
99
+ cx: 80.6887,
100
+ cy: 61.9553,
101
+ r: 6.1823,
102
+ transform: "rotate(-4.93845 80.6887 61.9553)",
103
+ stroke: "#6B7075"
104
+ }), /*#__PURE__*/React.createElement("path", {
105
+ d: "M174.024 106.001C173.519 107.8 171.317 111.728 166.554 113.051",
106
+ stroke: "var(--semi-color-primary)",
107
+ strokeLinecap: "round"
108
+ }), /*#__PURE__*/React.createElement("path", {
109
+ d: "M181.214 110.236C180.342 113.119 176.666 119.383 168.942 121.374",
110
+ stroke: "var(--semi-color-primary)",
111
+ strokeLinecap: "round"
112
+ }));
113
+ }
114
+
115
+ var _default = SvgComponent;
116
+ exports.default = _default;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function SvgComponent(props: React.SVGProps<SVGSVGElement>): JSX.Element;
3
+ export default SvgComponent;
@@ -0,0 +1,124 @@
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("path", {
39
+ fillRule: "evenodd",
40
+ clipRule: "evenodd",
41
+ d: "M123.171 114.655L122.967 114.478L88.3608 141.586L88.8257 141.544C98.8613 140.631 105.543 141.164 107.62 141.542L107.715 141.559L123.171 114.655Z",
42
+ fill: "#515151"
43
+ }), /*#__PURE__*/React.createElement("rect", {
44
+ x: 67.706,
45
+ y: 73.871,
46
+ width: 55.6333,
47
+ height: 39.8004,
48
+ fill: "white",
49
+ stroke: "#515151"
50
+ }), /*#__PURE__*/React.createElement("path", {
51
+ d: "M49.9682 136.507L67.6729 114.062H123.112L105.408 136.507H49.9682Z",
52
+ fill: "#E6E8EA",
53
+ stroke: "#515151"
54
+ }), /*#__PURE__*/React.createElement("path", {
55
+ fillRule: "evenodd",
56
+ clipRule: "evenodd",
57
+ d: "M101.667 78.5669H75.749V100.017H94.5175V106.273H109.115V92.5687H101.667V78.5669Z",
58
+ fill: "#C6CACD"
59
+ }), /*#__PURE__*/React.createElement("path", {
60
+ fillRule: "evenodd",
61
+ clipRule: "evenodd",
62
+ d: "M76.6583 79.427H100.924V92.5689H94.5173V99.2238H76.6583V79.427ZM94.5173 100.05H75.7402V78.6006H101.75V92.5689H109.115V106.273H94.5173V100.05ZM101.75 93.3953H108.288V105.446H95.3437V100.05H101.75V93.3953ZM100.924 93.3953V99.2238H95.3437V93.3953H100.924Z",
63
+ fill: "white"
64
+ }), /*#__PURE__*/React.createElement("path", {
65
+ d: "M43.2894 174.887H33.5098C37.6971 173.674 37.5502 162.903 36.9533 157.669C37.8348 163.399 41.5447 171.535 43.2894 174.887Z",
66
+ fill: "#515151",
67
+ stroke: "black"
68
+ }), /*#__PURE__*/React.createElement("path", {
69
+ d: "M75.9344 40.589C75.9344 58.6942 61.2572 73.3714 43.152 73.3714C25.0468 73.3714 10.3696 58.6942 10.3696 40.589C10.3696 22.4838 25.0468 7.80664 43.152 7.80664C61.2572 7.80664 75.9344 22.4838 75.9344 40.589Z",
70
+ fill: "var(--semi-color-primary-light-default)"
71
+ }), /*#__PURE__*/React.createElement("path", {
72
+ fillRule: "evenodd",
73
+ clipRule: "evenodd",
74
+ d: "M47.56 25.1162C47.56 22.6819 45.5866 20.7085 43.1523 20.7085C40.718 20.7085 38.7446 22.6819 38.7446 25.1162V36.1811H27.6797C25.2454 36.1811 23.272 38.1545 23.272 40.5888C23.272 43.0231 25.2454 44.9965 27.6797 44.9965H38.7446V56.0614C38.7446 58.4957 40.718 60.4691 43.1523 60.4691C45.5866 60.4691 47.56 58.4957 47.56 56.0614V44.9965H58.6249C61.0592 44.9965 63.0326 43.0231 63.0326 40.5888C63.0326 38.1545 61.0592 36.1811 58.6249 36.1811H47.56V25.1162Z",
75
+ fill: "var(--semi-color-primary)"
76
+ }), /*#__PURE__*/React.createElement("path", {
77
+ d: "M63.8232 83.3276C59.299 81.4946 50.2893 75.371 50.444 65.5405",
78
+ stroke: "#515151"
79
+ }), /*#__PURE__*/React.createElement("path", {
80
+ d: "M52.5875 110.23C55.4741 110.324 59.095 111.144 62.5611 115.113C65.043 117.955 67.2268 122.321 70.0129 129.61C70.8414 122.952 73.0863 116.354 74.2836 113.287C75.4809 110.221 79.5694 103.037 83.6286 102.774C87.6879 102.512 88.0967 106.337 86.1985 107.418C84.3003 108.498 83.1906 108.381 81.4092 110.834C79.6278 113.287 78.4516 115.776 79.3907 122.165C80.1164 119.227 81.1561 117.583 82.1661 116.46C83.1761 115.338 90.9642 108.403 96.5303 108.111C100.387 107.909 101.722 108.817 101.313 109.841C102.762 109.449 104.18 109.279 105.389 109.515C107.473 109.923 108.165 111.412 107.216 112.695C109.406 112.53 111.496 112.92 112.578 114.53C112.906 115.019 112.82 116.168 112.021 117.115C111.247 118.034 109.774 118.755 109.189 119.064C107.999 119.692 103.255 122.779 101.841 127.169C100.427 131.558 99.1098 134.63 105.304 147.994C110.01 158.147 110.937 169.316 107.168 177.598C116.131 177.316 124.055 175.447 129.189 172.551C133.58 170.074 137.464 167.054 139.578 162.043C137.251 142.389 137.314 104.786 140.493 104.621C144.985 104.388 142.222 152.627 140.493 159.322C140.243 160.291 139.936 161.195 139.578 162.043C140.249 167.71 141.119 171.885 142.17 173.24C143.868 175.428 182.608 177.997 192.377 174.829C193.654 174.415 194.436 173.903 194.575 173.279C195.587 168.736 179.782 165.016 173.696 159.322C169.51 155.405 170.929 126.896 168.734 108.865C166.538 90.8332 160.821 72.3923 143.471 68.1568C129.848 64.8309 118.485 69.8923 113.325 73.7972H85.6167C88.3315 68.2027 96.0759 57.7429 112.021 54.6164C131.282 50.8399 148.198 59.8092 158.976 72.0829C163.931 77.3247 166.725 80.7918 168.206 80.7918C169.687 80.7918 177.431 76.1108 185.814 75.567C188.309 75.413 188.266 78.2111 186.996 82.3737C186.477 84.0771 185.906 85.4371 184.914 87.4391C182.467 92.3785 177.075 101.741 168.734 108.865C170.929 126.896 169.51 155.405 173.696 159.322C179.782 165.016 195.587 168.736 194.575 173.279C194.436 173.903 193.654 174.415 192.377 174.829C182.608 177.997 143.868 175.428 142.17 173.24C141.119 171.885 140.249 167.71 139.578 162.043C137.464 167.054 133.58 170.074 129.189 172.551C124.055 175.447 116.131 177.316 107.168 177.598C105.977 180.217 104.316 182.547 102.156 184.465C93.1654 192.449 73.1717 196.139 54.3858 186.142C44.8247 181.054 39.6677 168.523 36.8881 155.972L36.8932 156.026C37.7389 164.953 38.2316 170.155 34.7066 174.548C27.6355 175.167 21.319 174.548 15.1313 172.633C9.90792 171.016 2.21849 164.317 6.75439 150.018C11.2903 135.718 34.7324 117.24 36.8881 115.806C39.0438 114.373 44.8455 110.23 52.5875 110.23Z",
81
+ fill: "white"
82
+ }), /*#__PURE__*/React.createElement("path", {
83
+ d: "M70.0129 129.61C68.2344 140.315 70.1452 157.678 73.3401 156.899C74.3429 156.654 74.9144 155.317 75.0122 153.003C82.1661 153.336 102.782 160.986 109.48 164.796C109.634 169.418 108.892 173.81 107.168 177.598C105.977 180.217 104.316 182.547 102.156 184.465C93.1654 192.449 73.1717 196.139 54.3858 186.142C44.8247 181.054 39.6677 168.523 36.8881 155.972L36.8932 156.026C37.7389 164.953 38.2316 170.155 34.7066 174.548C27.6355 175.167 21.319 174.548 15.1313 172.633C9.90792 171.016 2.21849 164.317 6.75439 150.018C11.2903 135.718 34.7324 117.24 36.8881 115.806C39.0438 114.373 44.8455 110.229 52.5875 110.229C55.4741 110.324 59.095 111.144 62.5611 115.113C65.043 117.955 67.2268 122.321 70.0129 129.61Z",
84
+ fill: "#E6E8EA"
85
+ }), /*#__PURE__*/React.createElement("path", {
86
+ d: "M70.0129 129.61C75.5169 146.124 76.2725 156.184 73.3401 156.899C70.1452 157.678 68.2344 140.315 70.0129 129.61ZM70.0129 129.61C67.2268 122.321 65.043 117.955 62.5611 115.113C59.095 111.144 55.4741 110.324 52.5875 110.23C44.8455 110.23 39.0438 114.373 36.8881 115.806C34.7324 117.24 11.2903 135.718 6.75439 150.018C2.21849 164.317 9.90792 171.016 15.1313 172.633C21.319 174.548 27.6355 175.167 34.7066 174.548C38.2386 170.146 37.7369 164.932 36.8881 155.972M70.0129 129.61C70.8414 122.952 73.0863 116.354 74.2836 113.287C75.4809 110.221 79.5694 103.037 83.6286 102.774C87.6879 102.512 88.0967 106.337 86.1985 107.418C84.3003 108.498 83.1906 108.381 81.4092 110.834C79.6278 113.287 78.4516 115.776 79.3907 122.165C80.1164 119.227 81.1561 117.583 82.1661 116.46C83.1761 115.338 90.9642 108.403 96.5303 108.111C102.096 107.82 102.411 109.839 99.8072 111.186C97.2037 112.533 92.1938 113.79 85.4654 123.351C85.4654 123.351 84.8687 118.107 95.4755 112.308C98.3462 110.739 102.474 108.946 105.389 109.515C108.535 110.13 108.51 113.21 104.453 114.324C103.242 114.656 101.081 115.791 99.364 117.24C96.5097 119.647 94.1005 122.809 93.582 123.776C94.0084 120.252 97.8901 115.264 102.542 113.702C105.752 112.625 110.693 111.725 112.578 114.53C112.906 115.019 112.82 116.168 112.021 117.115C111.247 118.034 109.774 118.755 109.189 119.064C107.999 119.692 103.255 122.779 101.841 127.169C100.427 131.558 99.1098 134.63 105.304 147.994C110.01 158.147 110.937 169.316 107.168 177.598M33.6622 126.262C33.7378 131.737 34.2063 143.863 36.8881 155.972M36.8881 155.972C39.6677 168.523 44.8247 181.054 54.3858 186.142C73.1717 196.139 93.1654 192.449 102.156 184.465C104.316 182.547 105.977 180.217 107.168 177.598M107.168 177.598C116.131 177.316 124.055 175.447 129.189 172.551C134.323 169.655 138.764 166.017 140.493 159.322C142.222 152.627 144.985 104.388 140.493 104.621C136.398 104.834 137.474 167.185 142.17 173.24C143.868 175.428 182.608 177.997 192.377 174.829M168.734 108.865C170.929 126.896 169.51 155.405 173.696 159.322C179.782 165.016 195.587 168.736 194.575 173.279C194.436 173.903 193.654 174.415 192.377 174.829M168.734 108.865C166.539 90.8332 160.821 72.3923 143.471 68.1568C129.848 64.8309 118.485 69.8923 113.325 73.7972H85.6167C88.3315 68.2027 96.0759 57.7429 112.021 54.6164C131.282 50.8399 148.198 59.8092 158.976 72.0829C163.931 77.3247 166.725 80.7918 168.206 80.7918C169.687 80.7918 177.431 76.1108 185.814 75.567C188.309 75.413 188.266 78.2111 186.996 82.3737M168.734 108.865C177.075 101.741 182.467 92.3785 184.914 87.4391C185.906 85.4371 186.477 84.0771 186.996 82.3737M192.377 174.829C191.954 171.914 191.129 171.268 187.574 170.227M186.996 82.3737C187.011 81.3629 187.149 80.3006 186.566 79.6339C184.797 77.6114 180.682 77.5637 180.111 81.6122",
87
+ stroke: "#515151"
88
+ }), /*#__PURE__*/React.createElement("path", {
89
+ d: "M58.1244 104.222C58.1244 110.068 53.4484 114.796 47.694 114.796C41.9396 114.796 37.2637 110.068 37.2637 104.222C37.2637 98.3755 41.9396 93.6475 47.694 93.6475C53.4484 93.6475 58.1244 98.3755 58.1244 104.222Z",
90
+ fill: "white",
91
+ stroke: "#515151"
92
+ }), /*#__PURE__*/React.createElement("mask", {
93
+ id: "path-16-inside-1",
94
+ fill: "white"
95
+ }, /*#__PURE__*/React.createElement("path", {
96
+ fillRule: "evenodd",
97
+ clipRule: "evenodd",
98
+ d: "M49.0146 93.7897C55.1924 94.3756 53.5744 106.093 49.6029 111.367C46.7226 115.191 48.4316 118.499 50.5099 122.521C50.9335 123.341 51.3724 124.191 51.7909 125.08C53.7504 127.949 54.885 131.351 54.885 134.999C54.885 145.246 45.9347 153.552 34.8939 153.552C23.8531 153.552 14.9028 145.246 14.9028 134.999C14.9028 127.111 20.2072 120.373 27.6863 117.689C34.9897 113.65 37.2698 109.614 37.5416 102.578C37.7769 96.4849 42.8368 93.2038 49.0146 93.7897Z"
99
+ })), /*#__PURE__*/React.createElement("path", {
100
+ fillRule: "evenodd",
101
+ clipRule: "evenodd",
102
+ d: "M49.0146 93.7897C55.1924 94.3756 53.5744 106.093 49.6029 111.367C46.7226 115.191 48.4316 118.499 50.5099 122.521C50.9335 123.341 51.3724 124.191 51.7909 125.08C53.7504 127.949 54.885 131.351 54.885 134.999C54.885 145.246 45.9347 153.552 34.8939 153.552C23.8531 153.552 14.9028 145.246 14.9028 134.999C14.9028 127.111 20.2072 120.373 27.6863 117.689C34.9897 113.65 37.2698 109.614 37.5416 102.578C37.7769 96.4849 42.8368 93.2038 49.0146 93.7897Z",
103
+ fill: "#515151"
104
+ }), /*#__PURE__*/React.createElement("path", {
105
+ d: "M49.6029 111.367L51.9993 113.171V113.171L49.6029 111.367ZM49.0146 93.7897L48.7313 96.7763L48.7313 96.7763L49.0146 93.7897ZM50.5099 122.521L53.1752 121.144V121.144L50.5099 122.521ZM51.7909 125.08L49.0764 126.357L49.1784 126.574L49.3136 126.772L51.7909 125.08ZM27.6863 117.689L28.6996 120.513L28.9268 120.431L29.138 120.314L27.6863 117.689ZM37.5416 102.578L34.5438 102.462L37.5416 102.578ZM51.9993 113.171C54.4038 109.979 55.9656 105.116 56.1129 100.926C56.1868 98.8228 55.9187 96.5591 54.9346 94.6609C53.8722 92.6119 51.9836 91.0578 49.2978 90.8031L48.7313 96.7763C49.1344 96.8145 49.3603 96.9449 49.608 97.4226C49.9338 98.051 50.1714 99.1562 50.1166 100.715C50.0065 103.848 48.7735 107.481 47.2066 109.562L51.9993 113.171ZM53.1752 121.144C52.0769 119.018 51.3798 117.611 51.149 116.336C50.9676 115.333 51.0733 114.401 51.9993 113.171L47.2066 109.562C45.2522 112.157 44.7723 114.791 45.2448 117.404C45.6681 119.744 46.8646 122.001 47.8446 123.898L53.1752 121.144ZM54.5055 123.803C54.0596 122.855 53.5952 121.957 53.1752 121.144L47.8446 123.898C48.2717 124.725 48.6853 125.526 49.0764 126.357L54.5055 123.803ZM49.3136 126.772C50.9511 129.17 51.885 131.987 51.885 134.999H57.885C57.885 130.715 56.5497 126.728 54.2683 123.388L49.3136 126.772ZM51.885 134.999C51.885 143.382 44.4927 150.552 34.8939 150.552V156.552C47.3766 156.552 57.885 147.11 57.885 134.999H51.885ZM34.8939 150.552C25.2951 150.552 17.9028 143.382 17.9028 134.999H11.9028C11.9028 147.11 22.4111 156.552 34.8939 156.552V150.552ZM17.9028 134.999C17.9028 128.529 22.2629 122.822 28.6996 120.513L26.673 114.865C18.1516 117.923 11.9028 125.693 11.9028 134.999H17.9028ZM34.5438 102.462C34.4194 105.684 33.8475 107.868 32.7169 109.652C31.5726 111.457 29.6524 113.174 26.2346 115.064L29.138 120.314C33.0235 118.166 35.8951 115.845 37.7847 112.864C39.6879 109.861 40.392 106.509 40.5393 102.694L34.5438 102.462ZM49.2978 90.8031C45.6324 90.4555 42.0532 91.2323 39.2808 93.2562C36.446 95.3257 34.6955 98.5337 34.5438 102.462L40.5393 102.694C40.6229 100.529 41.5201 99.0502 42.8185 98.1023C44.1794 97.1088 46.219 96.538 48.7313 96.7763L49.2978 90.8031Z",
106
+ fill: "#515151",
107
+ mask: "url(#path-16-inside-1)"
108
+ }), /*#__PURE__*/React.createElement("path", {
109
+ d: "M54.0973 105.948C54.0973 107.639 52.6657 109.043 50.858 109.043C49.0503 109.043 47.6187 107.639 47.6187 105.948C47.6187 104.256 49.0503 102.852 50.858 102.852C52.6657 102.852 54.0973 104.256 54.0973 105.948Z",
110
+ fill: "white",
111
+ stroke: "#515151"
112
+ }), /*#__PURE__*/React.createElement("path", {
113
+ d: "M37.1187 95.0657C37.1187 96.8972 35.5779 98.4556 33.585 98.4556C31.5921 98.4556 30.0513 96.8972 30.0513 95.0657C30.0513 93.2342 31.5921 91.6758 33.585 91.6758C35.5779 91.6758 37.1187 93.2342 37.1187 95.0657Z",
114
+ fill: "#515151",
115
+ stroke: "#515151",
116
+ strokeWidth: 3
117
+ }), /*#__PURE__*/React.createElement("path", {
118
+ d: "M147.224 155.647C147.116 159.23 148.491 160.533 151.929 161.727",
119
+ stroke: "#515151"
120
+ }));
121
+ }
122
+
123
+ var _default = SvgComponent;
124
+ exports.default = _default;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function SvgComponent(props: React.SVGProps<SVGSVGElement>): JSX.Element;
3
+ export default SvgComponent;
@@ -0,0 +1,124 @@
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("path", {
35
+ fillRule: "evenodd",
36
+ clipRule: "evenodd",
37
+ d: "M123.171 114.655L122.967 114.478L88.3611 141.585L88.826 141.543C98.8616 140.631 105.544 141.164 107.62 141.541L107.716 141.559L123.171 114.655Z",
38
+ fill: "#1C1F23"
39
+ }), /*#__PURE__*/React.createElement("rect", {
40
+ x: 67.706,
41
+ y: 73.871,
42
+ width: 55.6333,
43
+ height: 39.8004,
44
+ fill: "#C6CACD",
45
+ stroke: "#1C1F23"
46
+ }), /*#__PURE__*/React.createElement("path", {
47
+ d: "M49.9683 136.507L67.6729 114.062H123.112L105.408 136.507H49.9683Z",
48
+ fill: "#888D92",
49
+ stroke: "#1C1F23"
50
+ }), /*#__PURE__*/React.createElement("path", {
51
+ fillRule: "evenodd",
52
+ clipRule: "evenodd",
53
+ d: "M101.667 78.5674H75.7491V100.017H94.5176V106.273H109.115V92.5692H101.667V78.5674Z",
54
+ fill: "#888D92"
55
+ }), /*#__PURE__*/React.createElement("path", {
56
+ fillRule: "evenodd",
57
+ clipRule: "evenodd",
58
+ d: "M76.6586 79.427H100.924V92.5689H94.5176V99.2238H76.6586V79.427ZM94.5176 100.05H75.7405V78.6006H101.75V92.5689H109.115V106.273H94.5176V100.05ZM101.75 93.3953H108.289V105.446H95.344V100.05H101.75V93.3953ZM100.924 93.3953V99.2238H95.344V93.3953H100.924Z",
59
+ fill: "#C6CACD"
60
+ }), /*#__PURE__*/React.createElement("path", {
61
+ d: "M43.2897 174.887H33.5101C37.6974 173.674 37.5505 162.903 36.9536 157.669C37.8351 163.399 41.545 171.535 43.2897 174.887Z",
62
+ fill: "#1C1F23",
63
+ stroke: "#1C1F23"
64
+ }), /*#__PURE__*/React.createElement("path", {
65
+ d: "M75.9343 40.589C75.9343 58.6942 61.2571 73.3714 43.1519 73.3714C25.0467 73.3714 10.3696 58.6942 10.3696 40.589C10.3696 22.4838 25.0467 7.80664 43.1519 7.80664C61.2571 7.80664 75.9343 22.4838 75.9343 40.589Z",
66
+ fill: "var(--semi-color-primary)",
67
+ fillOpacity: 0.2
68
+ }), /*#__PURE__*/React.createElement("path", {
69
+ fillRule: "evenodd",
70
+ clipRule: "evenodd",
71
+ d: "M47.5597 25.1167C47.5597 22.6824 45.5863 20.709 43.152 20.709C40.7177 20.709 38.7443 22.6824 38.7443 25.1167V36.1816H27.6794C25.2451 36.1816 23.2717 38.155 23.2717 40.5893C23.2717 43.0236 25.2451 44.997 27.6794 44.997H38.7443V56.0619C38.7443 58.4962 40.7177 60.4696 43.152 60.4696C45.5863 60.4696 47.5597 58.4962 47.5597 56.0619V44.997H58.6245C61.0589 44.997 63.0323 43.0236 63.0323 40.5893C63.0323 38.155 61.0589 36.1816 58.6245 36.1816H47.5597V25.1167Z",
72
+ fill: "var(--semi-color-primary)"
73
+ }), /*#__PURE__*/React.createElement("path", {
74
+ d: "M63.8236 83.3281C59.2994 81.4951 50.2897 75.3715 50.4444 65.541",
75
+ stroke: "#1C1F23"
76
+ }), /*#__PURE__*/React.createElement("path", {
77
+ d: "M52.5876 110.23C55.4742 110.324 59.0952 111.144 62.5612 115.113C65.0431 117.955 67.2269 122.321 70.013 129.61C70.8415 122.952 73.0864 116.354 74.2837 113.288C75.4811 110.222 79.5696 103.038 83.6288 102.775C87.688 102.512 88.0968 106.338 86.1986 107.418C84.3004 108.499 83.1907 108.382 81.4093 110.835C79.628 113.288 78.4518 115.777 79.3909 122.166C80.1166 119.228 81.1562 117.583 82.1662 116.461C83.1762 115.339 90.9643 108.404 96.5304 108.112C100.387 107.91 101.722 108.817 101.313 109.842C102.763 109.45 104.18 109.28 105.389 109.516C107.473 109.923 108.166 111.413 107.216 112.695C109.406 112.531 111.496 112.92 112.578 114.531C112.907 115.02 112.82 116.168 112.021 117.116C111.247 118.034 109.774 118.755 109.189 119.065C107.999 119.693 103.255 122.78 101.841 127.169C100.427 131.558 99.1099 134.631 105.304 147.994C110.01 158.147 110.937 169.317 107.169 177.599C116.131 177.317 124.055 175.448 129.189 172.552C133.58 170.075 137.464 167.055 139.578 162.043C137.251 142.389 137.315 104.787 140.493 104.622C144.985 104.388 142.222 152.627 140.493 159.323C140.243 160.291 139.936 161.196 139.578 162.043C140.249 167.71 141.119 171.885 142.17 173.24C143.868 175.429 182.608 177.997 192.377 174.83C193.654 174.416 194.437 173.903 194.576 173.279C195.587 168.737 179.782 165.016 173.697 159.323C169.51 155.405 170.929 126.897 168.734 108.865C166.539 90.8337 160.821 72.3928 143.471 68.1573C129.848 64.8314 118.485 69.8928 113.325 73.7977H85.6168C88.3316 68.2032 96.0761 57.7434 112.021 54.6169C131.282 50.8404 148.198 59.8096 158.977 72.0834C163.931 77.3252 166.725 80.7923 168.206 80.7923C169.687 80.7923 177.431 76.1113 185.814 75.5675C188.309 75.4135 188.266 78.2116 186.997 82.3741C186.477 84.0776 185.906 85.4376 184.914 87.4395C182.467 92.379 177.076 101.741 168.734 108.865C170.929 126.897 169.51 155.405 173.697 159.323C179.782 165.016 195.587 168.737 194.576 173.279C194.437 173.903 193.654 174.416 192.377 174.83C182.608 177.997 143.868 175.429 142.17 173.24C141.119 171.885 140.249 167.71 139.578 162.043C137.464 167.055 133.58 170.075 129.189 172.552C124.055 175.448 116.131 177.317 107.169 177.599C105.977 180.217 104.316 182.547 102.156 184.465C93.1656 192.449 73.1719 196.14 54.3859 186.143C44.8248 181.055 39.6678 168.523 36.8882 155.973L36.8933 156.026C37.739 164.954 38.2317 170.155 34.7067 174.549C27.6356 175.168 21.3191 174.549 15.1314 172.634C9.90805 171.017 2.21861 164.318 6.75451 150.018C11.2904 135.719 34.7325 117.24 36.8882 115.807C39.0439 114.374 44.8457 110.23 52.5876 110.23Z",
78
+ fill: "#C6CACD"
79
+ }), /*#__PURE__*/React.createElement("path", {
80
+ d: "M70.013 129.61C68.2345 140.315 70.1454 157.678 73.3402 156.899C74.343 156.654 74.9145 155.317 75.0123 153.003C82.1662 153.336 102.782 160.986 109.48 164.796C109.634 169.418 108.892 173.81 107.169 177.598C105.977 180.217 104.316 182.547 102.156 184.465C93.1656 192.449 73.1719 196.139 54.3859 186.142C44.8248 181.054 39.6678 168.523 36.8882 155.972L36.8933 156.026C37.739 164.953 38.2317 170.155 34.7067 174.548C27.6356 175.167 21.3191 174.548 15.1314 172.633C9.90805 171.016 2.21861 164.317 6.75451 150.018C11.2904 135.718 34.7325 117.24 36.8882 115.806C39.0439 114.373 44.8457 110.229 52.5876 110.229C55.4742 110.324 59.0952 111.144 62.5612 115.113C65.0431 117.955 67.2269 122.321 70.013 129.61Z",
81
+ fill: "#888D92"
82
+ }), /*#__PURE__*/React.createElement("path", {
83
+ d: "M105.304 147.994C110.01 158.147 110.937 169.317 107.169 177.599C116.131 177.317 124.055 175.448 129.189 172.552C133.58 170.075 137.464 167.055 139.578 162.043C137.251 142.389 137.315 104.787 140.493 104.622C144.985 104.388 142.222 152.627 140.493 159.323C140.243 160.291 139.936 161.196 139.578 162.043C140.249 167.71 141.119 171.885 142.17 173.24C143.868 175.429 182.608 177.997 192.377 174.83C193.654 174.416 194.437 173.903 194.576 173.279C195.587 168.737 179.782 165.016 173.697 159.323C169.51 155.405 170.929 126.897 168.734 108.865C166.539 90.8337 160.821 72.3928 143.471 68.1573C129.848 64.8314 118.485 69.8928 113.325 73.7977H123.5V113.703L107.5 141.5L102.542 141.429C103.227 143.301 104.131 145.463 105.304 147.994Z",
84
+ fill: "#C6CACD"
85
+ }), /*#__PURE__*/React.createElement("path", {
86
+ d: "M70.013 129.61C75.517 146.124 76.2726 156.184 73.3402 156.9C70.1454 157.679 68.2345 140.315 70.013 129.61ZM70.013 129.61C67.2269 122.321 65.0431 117.955 62.5612 115.113C59.0952 111.144 55.4742 110.324 52.5876 110.23C44.8457 110.23 39.044 114.374 36.8882 115.807C34.7325 117.24 11.2904 135.719 6.75451 150.018C2.21861 164.318 9.90805 171.017 15.1314 172.634C21.3191 174.549 27.6356 175.168 34.7067 174.549C38.2387 170.146 37.737 164.933 36.8882 155.973M70.013 129.61C70.8415 122.952 73.0864 116.354 74.2837 113.288C75.4811 110.222 79.5696 103.038 83.6288 102.775C87.688 102.512 88.0968 106.338 86.1986 107.418C84.3004 108.499 83.1907 108.382 81.4093 110.835C79.628 113.288 78.4518 115.777 79.3909 122.166C80.1166 119.228 81.1562 117.583 82.1662 116.461C83.1762 115.339 90.9643 108.404 96.5304 108.112C102.097 107.82 102.411 109.84 99.8073 111.187C97.2038 112.533 92.194 113.79 85.4655 123.351C85.4655 123.351 84.8688 118.108 95.4756 112.309C98.3463 110.739 102.474 108.946 105.389 109.516C108.535 110.131 108.51 113.21 104.453 114.324C103.242 114.656 101.081 115.792 99.3641 117.24C96.5098 119.647 94.1006 122.809 93.5821 123.776C94.0086 120.252 97.8902 115.264 102.542 113.703C105.752 112.625 110.693 111.725 112.578 114.531C112.907 115.02 112.82 116.168 112.021 117.116C111.247 118.034 109.774 118.755 109.189 119.065C107.999 119.693 103.255 122.78 101.841 127.169C100.695 130.727 99.6122 133.42 102.542 141.429M33.6624 126.263C33.7379 131.737 34.2064 143.864 36.8882 155.973M36.8882 155.973C39.6678 168.523 44.8248 181.055 54.3859 186.143C73.1719 196.14 93.1656 192.449 102.156 184.465C104.316 182.547 105.977 180.217 107.169 177.599M107.169 177.599C110.937 169.317 110.01 158.147 105.304 147.994C104.131 145.463 103.227 143.301 102.542 141.429M107.169 177.599C116.131 177.317 124.055 175.448 129.189 172.552C133.58 170.075 137.464 167.055 139.578 162.043M168.734 108.865C170.929 126.897 169.51 155.405 173.697 159.323C179.782 165.016 195.587 168.737 194.576 173.279C194.437 173.903 193.654 174.416 192.377 174.83M168.734 108.865C166.539 90.8337 160.821 72.3928 143.471 68.1573C129.848 64.8314 118.485 69.8928 113.325 73.7977M168.734 108.865C177.076 101.741 182.467 92.379 184.914 87.4395C185.906 85.4376 186.477 84.0776 186.997 82.3741M192.377 174.83C182.608 177.997 143.868 175.429 142.17 173.24C141.119 171.885 140.249 167.71 139.578 162.043M192.377 174.83C191.954 171.915 191.129 171.268 187.574 170.227M186.997 82.3741C188.266 78.2116 188.309 75.4135 185.814 75.5675C177.431 76.1113 169.687 80.7923 168.206 80.7923C166.725 80.7923 163.931 77.3252 158.977 72.0834C148.198 59.8096 131.282 50.8404 112.021 54.6169C96.0761 57.7434 88.3316 68.2032 85.6168 73.7977H113.325M186.997 82.3741C187.011 81.3634 187.15 80.3011 186.566 79.6344C184.797 77.6119 180.682 77.5642 180.111 81.6127M113.325 73.7977H123.5V113.703L107.5 141.5L102.542 141.429M139.578 162.043C137.251 142.389 137.315 104.787 140.493 104.622C144.985 104.388 142.222 152.627 140.493 159.323C140.243 160.291 139.936 161.196 139.578 162.043Z",
87
+ stroke: "#1C1F23"
88
+ }), /*#__PURE__*/React.createElement("path", {
89
+ d: "M58.1245 104.222C58.1245 110.068 53.4486 114.796 47.6942 114.796C41.9398 114.796 37.2638 110.068 37.2638 104.222C37.2638 98.3755 41.9398 93.6475 47.6942 93.6475C53.4486 93.6475 58.1245 98.3755 58.1245 104.222Z",
90
+ fill: "#C6CACD",
91
+ stroke: "#1C1F23"
92
+ }), /*#__PURE__*/React.createElement("mask", {
93
+ id: "path-15-inside-1",
94
+ fill: "white"
95
+ }, /*#__PURE__*/React.createElement("path", {
96
+ fillRule: "evenodd",
97
+ clipRule: "evenodd",
98
+ d: "M49.0148 93.7897C55.1926 94.3756 53.5746 106.093 49.6032 111.367C46.7228 115.191 48.4319 118.499 50.5101 122.521C50.9337 123.341 51.3727 124.191 51.7912 125.08C53.7507 127.949 54.8852 131.351 54.8852 134.999C54.8852 145.246 45.9349 153.552 34.8941 153.552C23.8534 153.552 14.9031 145.246 14.9031 134.999C14.9031 127.111 20.2075 120.373 27.6865 117.689C34.9899 113.65 37.27 109.614 37.5418 102.578C37.7771 96.4849 42.837 93.2038 49.0148 93.7897Z"
99
+ })), /*#__PURE__*/React.createElement("path", {
100
+ fillRule: "evenodd",
101
+ clipRule: "evenodd",
102
+ d: "M49.0148 93.7897C55.1926 94.3756 53.5746 106.093 49.6032 111.367C46.7228 115.191 48.4319 118.499 50.5101 122.521C50.9337 123.341 51.3727 124.191 51.7912 125.08C53.7507 127.949 54.8852 131.351 54.8852 134.999C54.8852 145.246 45.9349 153.552 34.8941 153.552C23.8534 153.552 14.9031 145.246 14.9031 134.999C14.9031 127.111 20.2075 120.373 27.6865 117.689C34.9899 113.65 37.27 109.614 37.5418 102.578C37.7771 96.4849 42.837 93.2038 49.0148 93.7897Z",
103
+ fill: "#1C1F23"
104
+ }), /*#__PURE__*/React.createElement("path", {
105
+ d: "M49.6032 111.367L51.9996 113.171L49.6032 111.367ZM49.0148 93.7897L48.7316 96.7763L49.0148 93.7897ZM50.5101 122.521L53.1754 121.144L53.1754 121.144L50.5101 122.521ZM51.7912 125.08L49.0766 126.357L49.1787 126.574L49.3139 126.772L51.7912 125.08ZM27.6865 117.689L28.6999 120.513L28.927 120.431L29.1383 120.314L27.6865 117.689ZM37.5418 102.578L40.5396 102.694L37.5418 102.578ZM51.9996 113.171C54.404 109.979 55.9658 105.116 56.1131 100.926C56.187 98.8228 55.919 96.5591 54.9348 94.6609C53.8725 92.6119 51.9839 91.0578 49.2981 90.8031L48.7316 96.7763C49.1347 96.8145 49.3605 96.9449 49.6082 97.4226C49.934 98.051 50.1716 99.1562 50.1168 100.715C50.0067 103.848 48.7738 107.481 47.2068 109.562L51.9996 113.171ZM53.1754 121.144C52.0772 119.018 51.38 117.611 51.1493 116.336C50.9678 115.333 51.0735 114.401 51.9996 113.171L47.2068 109.562C45.2525 112.157 44.7725 114.791 45.2451 117.404C45.6683 119.744 46.8648 122.001 47.8449 123.898L53.1754 121.144ZM54.5058 123.803C54.0598 122.855 53.5955 121.957 53.1754 121.144L47.8449 123.898C48.272 124.725 48.6855 125.526 49.0766 126.357L54.5058 123.803ZM49.3139 126.772C50.9514 129.17 51.8852 131.987 51.8852 134.999H57.8852C57.8852 130.715 56.55 126.728 54.2685 123.388L49.3139 126.772ZM51.8852 134.999C51.8852 143.382 44.4929 150.552 34.8941 150.552V156.552C47.3769 156.552 57.8852 147.11 57.8852 134.999H51.8852ZM34.8941 150.552C25.2954 150.552 17.9031 143.382 17.9031 134.999H11.9031C11.9031 147.11 22.4114 156.552 34.8941 156.552V150.552ZM17.9031 134.999C17.9031 128.529 22.2632 122.822 28.6999 120.513L26.6732 114.865C18.1518 117.923 11.9031 125.693 11.9031 134.999H17.9031ZM34.544 102.462C34.4196 105.684 33.8478 107.868 32.7171 109.652C31.5728 111.457 29.6527 113.174 26.2348 115.064L29.1383 120.314C33.0237 118.166 35.8954 115.845 37.7849 112.864C39.6881 109.861 40.3922 106.509 40.5396 102.694L34.544 102.462ZM49.2981 90.8031C45.6326 90.4555 42.0534 91.2323 39.281 93.2562C36.4462 95.3257 34.6958 98.5337 34.544 102.462L40.5396 102.694C40.6232 100.529 41.5203 99.0502 42.8188 98.1023C44.1796 97.1088 46.2193 96.538 48.7316 96.7763L49.2981 90.8031Z",
106
+ fill: "#1C1F23",
107
+ mask: "url(#path-15-inside-1)"
108
+ }), /*#__PURE__*/React.createElement("path", {
109
+ d: "M54.0976 105.948C54.0976 107.639 52.666 109.044 50.8583 109.044C49.0506 109.044 47.619 107.639 47.619 105.948C47.619 104.257 49.0506 102.853 50.8583 102.853C52.666 102.853 54.0976 104.257 54.0976 105.948Z",
110
+ fill: "#C6CACD",
111
+ stroke: "#1C1F23"
112
+ }), /*#__PURE__*/React.createElement("path", {
113
+ d: "M37.1188 95.0657C37.1188 96.8972 35.578 98.4556 33.5851 98.4556C31.5922 98.4556 30.0514 96.8972 30.0514 95.0657C30.0514 93.2342 31.5922 91.6758 33.5851 91.6758C35.578 91.6758 37.1188 93.2342 37.1188 95.0657Z",
114
+ fill: "#1C1F23",
115
+ stroke: "#1C1F23",
116
+ strokeWidth: 3
117
+ }), /*#__PURE__*/React.createElement("path", {
118
+ d: "M147.224 155.647C147.116 159.23 148.491 160.533 151.929 161.727",
119
+ stroke: "#1C1F23"
120
+ }));
121
+ }
122
+
123
+ var _default = SvgComponent;
124
+ exports.default = _default;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function SvgComponent(props: React.SVGProps<SVGSVGElement>): JSX.Element;
3
+ export default SvgComponent;
@@ -0,0 +1,125 @@
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("path", {
39
+ d: "M100.749 191.987C106.964 191.429 109.45 182.788 111.108 176.935L116.08 191.987H100.749Z",
40
+ fill: "black",
41
+ stroke: "black"
42
+ }), /*#__PURE__*/React.createElement("path", {
43
+ d: "M103.973 62.9743C100.032 57.9437 102.024 49.1557 111.318 39.9402C124.298 28.058 136.847 30.6854 137.435 30.9599C138.023 31.2344 150.439 40.0194 162.26 52.2647C174.082 64.5099 186.453 74.9969 186.605 91.7998C186.758 108.603 169.346 114.685 156.573 114.761C143.8 114.837 115.296 114.479 109.821 113.567C106.386 118.074 100.923 122.945 98.9086 124.001C103.135 127.633 118.226 142.977 120.041 146.217C121.856 149.458 129.763 160.736 126.133 178.496C124.47 186.634 117.964 190.801 111.242 192.108C111.242 192.108 102.036 192.056 98.9086 192.108C91.1323 192.238 10.8888 192.108 8.55541 192.108C6.222 192.108 5.5492 190.015 8.55541 183.91C11.5616 177.805 22.6451 158.542 28.4536 155.104C30.7651 153.8 35.9866 157.174 37.084 157.956C38.1102 158.687 39.1053 159.55 40.5277 159.432C41.9502 159.313 49.3665 159.28 51.736 159.357C47.4507 156.357 31.7028 141.672 29.7784 134.527C28.2491 128.849 30.0791 125.569 30.8918 124.812C22.3632 119.824 13.6851 109.92 17.0809 95.2047C18.0334 91.077 20.6121 86.7769 22.5345 85.5382C26.1497 83.2087 38.4163 82.0313 45.8547 81.352C78.5525 78.3659 153.04 79.448 155.302 79.4695C152.184 77.0944 140.103 63.5378 139.822 63.0812C139.049 65.2938 135.994 68.1035 133.711 67.7874C131.685 67.5069 130.558 64.3341 132.902 59.3074C132.095 60.1317 131.256 60.9141 130.411 61.6007C129.167 62.6124 127.607 62.8197 127.041 61.6007C126.542 60.5285 126.708 58.4841 127.86 55.7601C126.628 56.9222 125.401 57.8872 124.299 58.4453C120.61 60.312 119.698 53.2123 124.64 47.1704C117.537 50.6427 115.523 53.479 113.759 57.6388C112.672 60.2028 112.288 62.5533 109.297 63.8825C107.003 64.9022 105.082 64.3905 103.973 62.9743Z",
44
+ fill: "white"
45
+ }), /*#__PURE__*/React.createElement("path", {
46
+ d: "M124.64 47.1704C117.537 50.6427 115.523 53.479 113.759 57.6388C112.672 60.2028 112.288 62.5533 109.297 63.8825C107.003 64.9022 105.082 64.3905 103.973 62.9743C100.032 57.9437 102.024 49.1557 111.318 39.9402C124.298 28.058 136.847 30.6854 137.435 30.9599C138.023 31.2344 150.439 40.0194 162.26 52.2647C174.082 64.5099 186.453 74.9969 186.605 91.7998C186.758 108.603 169.346 114.685 156.573 114.761C143.8 114.837 115.296 114.479 109.821 113.567M124.64 47.1704C131.639 44.5726 131.278 42.1983 130.866 41.7279C130.454 41.2574 126.228 44.4651 124.64 47.1704ZM124.64 47.1704C119.698 53.2123 120.61 60.312 124.299 58.4453C129.147 55.9917 136.386 45.6727 135.941 45.3268C135.625 45.0809 133.867 46.0738 130.62 50.8241C127.079 56.0054 126.275 59.9522 127.041 61.6007C127.607 62.8197 129.167 62.6124 130.411 61.6007C135.204 57.7034 139.821 50.7163 139.575 50.5407C139.329 50.3651 137.732 50.9884 133.966 57.3084C130.287 63.4832 131.428 67.4713 133.711 67.7874C135.994 68.1035 139.049 65.2938 139.822 63.0812C140.103 63.5378 152.184 77.0944 155.302 79.4695M109.821 113.567C106.386 118.074 100.923 122.945 98.9086 124.001M109.821 113.567C113.405 108.653 116.582 103.629 118.134 98.2721M98.9086 124.001C103.135 127.633 118.226 142.977 120.041 146.217C121.856 149.458 129.763 160.736 126.133 178.496C124.47 186.634 117.964 190.801 111.242 192.108C111.242 192.108 102.036 192.056 98.9086 192.108C91.1323 192.238 10.8888 192.108 8.55541 192.108C6.222 192.108 5.5492 190.015 8.55541 183.91C11.5616 177.805 22.6451 158.542 28.4536 155.104C30.7651 153.8 35.9866 157.174 37.084 157.956C38.1102 158.687 39.1053 159.55 40.5277 159.432C41.9502 159.313 49.3665 159.28 51.736 159.357M98.9086 124.001C96.6167 124.001 90.7456 124.001 88.0966 124.001M51.736 159.357C54.7948 159.456 61.3309 158.866 63.5832 160.9C65.6281 162.747 64.1421 165.492 61.0498 164.742C57.4124 163.859 52.9214 160.186 51.736 159.357ZM51.736 159.357C47.4507 156.357 31.7028 141.672 29.7784 134.527C28.2491 128.849 30.0791 125.569 30.8918 124.812M30.8918 124.812C34.2266 126.6 42.7697 130.887 50.2638 133.724M30.8918 124.812C22.3632 119.824 13.6851 109.92 17.0809 95.2047C18.0334 91.077 20.6121 86.7769 22.5345 85.5382C26.1497 83.2087 38.4163 82.0313 45.8547 81.352C78.5525 78.3659 153.04 79.448 155.302 79.4695M50.2638 133.724C59.6315 137.271 69.4571 139.982 72.6403 143.62C75.8235 147.258 71.8789 152.292 70.7272 156.371C70.4366 157.4 70.1048 158.961 70.4618 159.864C70.9133 161.004 72.2371 161.227 74.2054 159.694C77.7306 156.949 80.858 150.129 81.5088 148.122C82.1596 146.116 77.0743 156.386 76.5319 160.921C75.9896 165.456 80.0201 164.713 82.7289 160.921C85.9014 156.479 87.5288 151.376 87.7457 150.4C87.9627 149.424 85.0131 155.845 84.1459 159.694C83.9122 160.732 83.3028 163.166 84.1459 164.136C85.1049 165.239 87.0172 164.95 89.222 161.41C91.7388 157.368 93.603 151.702 93.8199 150.4C94.0368 149.099 90.7659 157.706 90.2726 161.898C89.9262 164.84 90.9352 166.275 94.4502 161.898C96.4375 159.423 97.8853 155.616 98.7757 151.776M50.2638 133.724C48.2903 136.441 46.0127 139.015 39.4572 140.045M65.2851 104.111C59.5802 99.9652 56.319 99.5478 53.8286 99.5478C50.1876 99.5478 49.3512 101.504 52.6691 102.748C55.9869 103.993 62.0181 104.111 65.2851 104.111ZM65.2851 104.111C67.8364 104.111 70.981 104.111 72.1996 104.111M65.2851 104.111C70.3927 107.822 80.0089 115.502 88.0966 124.001M155.302 79.4695C157.563 79.491 161.438 80.1644 161.106 82.5709C160.89 84.1323 156.389 80.4494 155.302 79.4695ZM88.0966 124.001C88.9354 124.883 89.7578 125.773 90.5569 126.669C92.5004 128.847 99.0321 136.266 99.6819 140.816C100.051 143.403 99.7417 147.609 98.7757 151.776M98.7757 151.776C101.959 154.697 106.119 160.024 107.017 165.952C107.915 171.881 107.017 179.415 97.6169 187.298",
47
+ stroke: "#515151"
48
+ }), /*#__PURE__*/React.createElement("path", {
49
+ fillRule: "evenodd",
50
+ clipRule: "evenodd",
51
+ d: "M115.942 192.126L110.767 176.459L110.643 176.896C109.814 179.826 108.782 183.434 107.185 186.38C105.586 189.328 103.443 191.576 100.406 191.848L100.418 192.126H115.942Z",
52
+ fill: "#515151"
53
+ }), /*#__PURE__*/React.createElement("path", {
54
+ fillRule: "evenodd",
55
+ clipRule: "evenodd",
56
+ d: "M122.415 137.352L127.509 146.829H120.059L114.965 137.352H122.415Z",
57
+ fill: "#C6CACD"
58
+ }), /*#__PURE__*/React.createElement("path", {
59
+ d: "M104.096 141.476H138.046L152.872 168.908H118.922L104.096 141.476Z",
60
+ fill: "white",
61
+ stroke: "#515151"
62
+ }), /*#__PURE__*/React.createElement("rect", {
63
+ x: 139.521,
64
+ y: 155.135,
65
+ width: 43.5958,
66
+ height: 38.8611,
67
+ fill: "#E6E8EA",
68
+ stroke: "#515151"
69
+ }), /*#__PURE__*/React.createElement("path", {
70
+ d: "M139.868 154.692L149.154 137.852H192.608L183.322 154.692H139.868Z",
71
+ fill: "#E6E8EA",
72
+ stroke: "#515151"
73
+ }), /*#__PURE__*/React.createElement("rect", {
74
+ x: 111.223,
75
+ y: 155.135,
76
+ width: 28.1841,
77
+ height: 38.8611,
78
+ fill: "#E6E8EA",
79
+ stroke: "#515151"
80
+ }), /*#__PURE__*/React.createElement("path", {
81
+ fillRule: "evenodd",
82
+ clipRule: "evenodd",
83
+ d: "M166.556 154.913L170.458 147.944H164.326L160.735 154.356H160.423V154.913V167.735H166.556V154.913Z",
84
+ fill: "#515151"
85
+ }), /*#__PURE__*/React.createElement("circle", {
86
+ cx: 45.5788,
87
+ cy: 38.675,
88
+ r: 33.1711,
89
+ fill: "var(--semi-color-primary-light-default)"
90
+ }), /*#__PURE__*/React.createElement("path", {
91
+ fillRule: "evenodd",
92
+ clipRule: "evenodd",
93
+ d: "M48.8463 47.665C50.6181 47.215 51.7206 45.5669 51.3113 43.7853C51.0325 42.5717 51.5828 41.3761 52.45 40.4825C55.4775 37.3627 57.535 32.7049 56.1134 27.7053C55.3648 24.9884 53.3436 22.6095 50.6835 21.1086C47.7793 19.509 44.2103 19.2031 40.8077 20.2426L40.6363 20.3154C34.8598 22.2833 32.3353 27.3701 32.3807 32.2789C32.3997 34.3262 34.5 35.484 36.4693 34.924C38.4731 34.3542 39.442 32.1175 40.1036 30.1421C40.4947 28.9745 41.3605 27.9109 43.0324 27.3905C44.9908 26.7616 46.3831 27.1822 47.1884 27.6496C48.0665 28.2885 48.7731 29.0001 48.9654 29.9299C49.8126 32.4026 48.1403 35.1354 46.2287 36.3514C43.5455 38.0338 43.2023 41.8296 43.7716 45.1416C44.1326 47.2422 46.3167 48.3075 48.3825 47.7828L48.8463 47.665ZM48.8719 50.8187C51.0244 50.1214 53.3346 51.3012 54.0319 53.4537C54.7291 55.6062 53.5494 57.9164 51.3969 58.6136C49.2444 59.3109 46.9342 58.1312 46.2369 55.9787C45.5397 53.8262 46.7194 51.5159 48.8719 50.8187Z",
94
+ fill: "var(--semi-color-primary)"
95
+ }), /*#__PURE__*/React.createElement("path", {
96
+ fillRule: "evenodd",
97
+ clipRule: "evenodd",
98
+ d: "M98.6325 82.5785L98.522 82.5688L98.4877 82.6743C97.7016 85.0957 96.8311 87.9064 96.9691 90.7095C97.1077 93.5236 98.262 96.323 101.502 98.7181C104.667 101.057 108.08 100.494 110.687 98.5588C113.288 96.6288 115.105 93.324 115.105 90.1368C115.105 88.8872 114.291 87.8175 113.058 86.9175C111.823 86.0155 110.141 85.2636 108.343 84.6522C104.746 83.4288 100.649 82.7556 98.6325 82.5785ZM115.813 104.266C114.483 107.369 111.185 111.947 109.698 113.851L109.813 113.705L115.054 114.077L115.091 113.997C115.323 113.505 115.5 112.803 115.638 111.998C115.776 111.191 115.875 110.269 115.944 109.334C116.082 107.464 116.103 105.529 116.08 104.318L115.813 104.266ZM30.8576 124.273L30.697 124.171L29.3633 129.209L29.4735 129.257C33.8679 131.154 43.5848 133.309 50.5631 133.867L50.625 133.599C42.8485 130.557 34.4308 126.532 30.8576 124.273Z",
99
+ fill: "#515151"
100
+ }), /*#__PURE__*/React.createElement("path", {
101
+ d: "M71.0305 48.9888C76.2793 50.2249 87.15 55.3866 88.6431 66.1442",
102
+ stroke: "#515151"
103
+ }), /*#__PURE__*/React.createElement("path", {
104
+ d: "M108.084 96.5775C102.358 96.5775 97.717 91.9361 97.717 86.2107C97.717 80.4852 102.358 75.8438 108.084 75.8438C113.809 75.8438 118.451 80.4852 118.451 86.2107C118.451 91.9361 113.809 96.5775 108.084 96.5775Z",
105
+ fill: "white",
106
+ stroke: "#515151",
107
+ strokeMiterlimit: 10
108
+ }), /*#__PURE__*/React.createElement("path", {
109
+ fillRule: "evenodd",
110
+ clipRule: "evenodd",
111
+ d: "M110.797 85.8621C110.694 85.6555 110.443 85.5718 110.236 85.6751C108.821 86.3824 107.28 86.5592 106.71 86.5592C106.479 86.5592 106.292 86.7464 106.292 86.9773C106.292 87.2082 106.479 87.3954 106.71 87.3954C107.379 87.3954 109.055 87.2008 110.61 86.4231C110.817 86.3198 110.9 86.0686 110.797 85.8621ZM108.135 89.3776C108.1 88.8916 108.465 88.469 108.951 88.4337C109.437 88.3983 109.86 88.7637 109.895 89.2497C109.93 89.7357 109.565 90.1584 109.079 90.1937C108.593 90.229 108.17 89.8637 108.135 89.3776ZM115.238 88.4333C114.752 88.4687 114.387 88.8913 114.422 89.3773C114.457 89.8633 114.88 90.2286 115.366 90.1933C115.852 90.158 116.217 89.7354 116.182 89.2494C116.147 88.7634 115.724 88.398 115.238 88.4333Z",
112
+ fill: "#515151"
113
+ }), /*#__PURE__*/React.createElement("path", {
114
+ d: "M100.584 87.3134C100.584 87.3134 94.8494 80.6963 99.9225 76.2848C106.54 70.3294 121.097 75.8437 121.097 75.8437C121.097 75.8437 120.877 82.902 116.245 83.7843C111.833 84.446 103.672 81.358 103.672 81.358L100.584 87.3134Z",
115
+ fill: "#515151"
116
+ }), /*#__PURE__*/React.createElement("path", {
117
+ d: "M98.3782 88.637C96.9164 88.637 95.7314 87.452 95.7314 85.9902C95.7314 84.5283 96.9164 83.3433 98.3782 83.3433C99.8401 83.3433 101.025 84.5283 101.025 85.9902C101.025 87.452 99.8401 88.637 98.3782 88.637Z",
118
+ fill: "white",
119
+ stroke: "#515151",
120
+ strokeMiterlimit: 10
121
+ }));
122
+ }
123
+
124
+ var _default = SvgComponent;
125
+ exports.default = _default;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function SvgComponent(props: React.SVGProps<SVGSVGElement>): JSX.Element;
3
+ export default SvgComponent;