@oceanbase/design 1.0.0-alpha.10 → 1.0.0-alpha.11

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 (313) hide show
  1. package/dist/design.min.js +1 -1
  2. package/es/_util/index.js +1 -0
  3. package/es/_util/styleChecker.js +1 -0
  4. package/es/affix/index.js +1 -0
  5. package/es/alert/index.d.ts +1 -1
  6. package/es/alert/index.js +5 -2
  7. package/es/alert/style/index.js +17 -8
  8. package/es/anchor/index.js +1 -0
  9. package/es/app/index.js +1 -0
  10. package/es/auto-complete/index.js +1 -0
  11. package/es/avatar/index.js +1 -0
  12. package/es/badge/index.d.ts +2 -0
  13. package/es/badge/index.js +26 -10
  14. package/es/badge/style/index.js +3 -1
  15. package/es/breadcrumb/Breadcrumb.js +1 -0
  16. package/es/breadcrumb/index.js +1 -0
  17. package/es/button/index.js +1 -0
  18. package/es/calendar/index.js +1 -0
  19. package/es/card/index.js +2 -0
  20. package/es/card/style/index.js +3 -1
  21. package/es/carousel/index.js +1 -0
  22. package/es/cascader/index.js +1 -0
  23. package/es/checkbox/index.js +1 -0
  24. package/es/collapse/index.js +1 -0
  25. package/es/color-picker/index.js +1 -0
  26. package/es/config-provider/DefaultRenderEmpty.js +1 -0
  27. package/es/config-provider/index.js +1 -0
  28. package/es/date-picker/index.js +1 -0
  29. package/es/descriptions/hooks/useItems.d.ts +4 -4
  30. package/es/descriptions/hooks/useItems.js +1 -0
  31. package/es/descriptions/index.js +1 -0
  32. package/es/divider/index.js +1 -0
  33. package/es/drawer/index.js +1 -0
  34. package/es/dropdown/dropdown-button.js +1 -0
  35. package/es/dropdown/index.js +1 -0
  36. package/es/empty/colored.js +1 -0
  37. package/es/empty/database.js +1 -0
  38. package/es/empty/default.js +1 -0
  39. package/es/empty/guide.js +1 -0
  40. package/es/empty/index.js +1 -0
  41. package/es/float-button/index.js +1 -0
  42. package/es/form/FormItem.js +1 -0
  43. package/es/form/index.js +1 -0
  44. package/es/grid/col.js +1 -0
  45. package/es/grid/index.js +1 -0
  46. package/es/grid/row.js +1 -0
  47. package/es/image/index.js +1 -0
  48. package/es/index.js +1 -0
  49. package/es/input/Input.js +1 -0
  50. package/es/input/Password.js +1 -0
  51. package/es/input/Search.js +1 -0
  52. package/es/input/TextArea.js +1 -0
  53. package/es/input/index.js +1 -0
  54. package/es/input-number/index.js +1 -0
  55. package/es/layout/index.js +1 -0
  56. package/es/list/index.js +1 -0
  57. package/es/locale/index.js +1 -0
  58. package/es/lottie/index.js +1 -0
  59. package/es/mentions/index.js +1 -0
  60. package/es/menu/index.js +1 -0
  61. package/es/message/index.js +1 -0
  62. package/es/modal/Modal.d.ts +1 -1
  63. package/es/modal/Modal.js +7 -4
  64. package/es/modal/Progress.js +1 -0
  65. package/es/modal/index.js +1 -0
  66. package/es/modal/style/index.js +9 -5
  67. package/es/notification/index.js +1 -0
  68. package/es/pagination/index.js +1 -0
  69. package/es/popconfirm/index.js +1 -0
  70. package/es/popover/index.js +1 -0
  71. package/es/progress/index.js +1 -0
  72. package/es/qrcode/index.js +1 -0
  73. package/es/radio/index.js +1 -0
  74. package/es/rate/index.js +1 -0
  75. package/es/result/403.js +1 -0
  76. package/es/result/404.js +1 -0
  77. package/es/result/500.js +1 -0
  78. package/es/result/Error.js +1 -0
  79. package/es/result/Processing.js +1 -0
  80. package/es/result/Success.js +1 -0
  81. package/es/result/Warning.js +1 -0
  82. package/es/result/index.js +1 -0
  83. package/es/segmented/index.js +1 -0
  84. package/es/select/index.js +1 -0
  85. package/es/skeleton/index.js +1 -0
  86. package/es/slider/index.js +1 -0
  87. package/es/space/index.js +1 -0
  88. package/es/spin/index.js +1 -0
  89. package/es/static-function/index.js +1 -0
  90. package/es/statistic/index.js +1 -0
  91. package/es/steps/index.js +1 -0
  92. package/es/style/cssVariables.js +2 -1
  93. package/es/style/cssVariablesMeta.js +7 -7
  94. package/es/style/global.js +1 -0
  95. package/es/switch/index.js +1 -0
  96. package/es/table/index.js +38 -61
  97. package/es/table/style/index.js +23 -17
  98. package/es/tabs/TabPane.js +1 -0
  99. package/es/tabs/hooks/useLegacyItems.js +1 -0
  100. package/es/tabs/index.js +1 -0
  101. package/es/tag/index.js +1 -0
  102. package/es/tag/style/index.js +4 -1
  103. package/es/theme/index.js +1 -0
  104. package/es/theme/interface.d.ts +7 -0
  105. package/es/theme/style/aliyun.less +1 -1
  106. package/es/theme/style/compact.less +3 -3
  107. package/es/theme/style/dark.less +1 -1
  108. package/es/theme/style/default.less +3 -3
  109. package/es/time-picker/index.js +1 -0
  110. package/es/timeline/index.js +1 -0
  111. package/es/tooltip/MouseTooltip.js +1 -0
  112. package/es/tooltip/ReactStickyMouseTooltip.js +1 -0
  113. package/es/tooltip/index.js +1 -0
  114. package/es/tour/index.js +1 -0
  115. package/es/transfer/index.js +1 -0
  116. package/es/tree/index.js +1 -0
  117. package/es/tree-select/index.js +1 -0
  118. package/es/typography/Link.js +1 -0
  119. package/es/typography/Paragraph.js +1 -0
  120. package/es/typography/Text.js +1 -0
  121. package/es/typography/Title.js +1 -0
  122. package/es/typography/index.js +1 -0
  123. package/es/upload/index.js +1 -0
  124. package/es/watermark/index.js +1 -0
  125. package/lib/_util/genComponentStyleHook.js +52 -59
  126. package/lib/_util/getEllipsisConfig.js +16 -39
  127. package/lib/_util/index.js +13 -29
  128. package/lib/_util/styleChecker.js +33 -53
  129. package/lib/_util/type.js +4 -16
  130. package/lib/_util/useFlexGapSupport.js +11 -36
  131. package/lib/affix/index.js +15 -21
  132. package/lib/alert/index.d.ts +1 -1
  133. package/lib/alert/index.js +63 -82
  134. package/lib/alert/style/index.js +111 -108
  135. package/lib/anchor/index.js +26 -23
  136. package/lib/app/index.js +47 -54
  137. package/lib/app/style/index.js +13 -32
  138. package/lib/auto-complete/index.js +15 -21
  139. package/lib/avatar/index.js +26 -23
  140. package/lib/badge/index.d.ts +2 -0
  141. package/lib/badge/index.js +108 -110
  142. package/lib/badge/style/index.js +21 -40
  143. package/lib/breadcrumb/Breadcrumb.js +15 -21
  144. package/lib/breadcrumb/index.js +31 -31
  145. package/lib/button/index.js +50 -60
  146. package/lib/button/style/index.js +35 -57
  147. package/lib/calendar/index.js +15 -21
  148. package/lib/card/Card.js +14 -21
  149. package/lib/card/index.js +246 -255
  150. package/lib/card/style/index.js +50 -61
  151. package/lib/carousel/index.js +15 -21
  152. package/lib/cascader/index.js +15 -21
  153. package/lib/checkbox/index.js +52 -69
  154. package/lib/checkbox/style/index.js +20 -35
  155. package/lib/collapse/index.js +15 -21
  156. package/lib/color-picker/index.js +15 -21
  157. package/lib/color-picker/interface.js +14 -21
  158. package/lib/config-provider/DefaultRenderEmpty.js +34 -48
  159. package/lib/config-provider/SizeContext.js +14 -21
  160. package/lib/config-provider/context.js +14 -21
  161. package/lib/config-provider/index.js +200 -233
  162. package/lib/config-provider/navigate.js +4 -16
  163. package/lib/date-picker/index.js +15 -21
  164. package/lib/descriptions/Item.js +6 -24
  165. package/lib/descriptions/hooks/useItems.d.ts +4 -4
  166. package/lib/descriptions/hooks/useItems.js +50 -73
  167. package/lib/descriptions/index.js +83 -101
  168. package/lib/descriptions/style/index.js +46 -64
  169. package/lib/divider/index.js +15 -21
  170. package/lib/drawer/index.js +108 -127
  171. package/lib/drawer/style/index.js +36 -51
  172. package/lib/dropdown/dropdown-button.js +30 -57
  173. package/lib/dropdown/index.js +30 -46
  174. package/lib/dropdown/style/index.js +13 -32
  175. package/lib/empty/colored.js +198 -314
  176. package/lib/empty/database.js +117 -185
  177. package/lib/empty/default.js +53 -48
  178. package/lib/empty/guide.js +145 -224
  179. package/lib/empty/index.js +77 -95
  180. package/lib/empty/style/index.js +28 -43
  181. package/lib/float-button/index.js +15 -21
  182. package/lib/float-button/interface.js +14 -21
  183. package/lib/form/FormItem.js +78 -84
  184. package/lib/form/index.js +57 -77
  185. package/lib/form/interface.js +14 -21
  186. package/lib/form/style/index.js +16 -35
  187. package/lib/grid/col.js +28 -45
  188. package/lib/grid/index.js +26 -44
  189. package/lib/grid/row.js +30 -45
  190. package/lib/image/index.js +15 -21
  191. package/lib/index.js +333 -154
  192. package/lib/input/Input.js +65 -78
  193. package/lib/input/Password.js +59 -76
  194. package/lib/input/Search.js +59 -76
  195. package/lib/input/TextArea.js +59 -76
  196. package/lib/input/index.js +30 -49
  197. package/lib/input/style/index.js +19 -36
  198. package/lib/input-number/index.js +56 -76
  199. package/lib/input-number/style/index.js +13 -32
  200. package/lib/layout/index.js +15 -21
  201. package/lib/list/index.js +52 -59
  202. package/lib/locale/en-US.js +22 -49
  203. package/lib/locale/index.js +25 -38
  204. package/lib/locale/ja-JP.js +22 -49
  205. package/lib/locale/useLocale.js +6 -24
  206. package/lib/locale/zh-CN.js +22 -49
  207. package/lib/locale/zh-TW.js +22 -49
  208. package/lib/lottie/index.js +61 -80
  209. package/lib/mentions/index.js +15 -21
  210. package/lib/menu/index.js +15 -21
  211. package/lib/menu/interface.js +14 -21
  212. package/lib/message/index.js +15 -21
  213. package/lib/message/interface.js +14 -21
  214. package/lib/modal/Modal.d.ts +1 -1
  215. package/lib/modal/Modal.js +69 -80
  216. package/lib/modal/Progress.js +44 -61
  217. package/lib/modal/index.js +23 -42
  218. package/lib/modal/interface.js +14 -21
  219. package/lib/modal/style/index.js +34 -46
  220. package/lib/notification/index.js +15 -21
  221. package/lib/notification/interface.js +14 -21
  222. package/lib/pagination/index.js +15 -21
  223. package/lib/popconfirm/index.js +15 -21
  224. package/lib/popover/index.js +15 -21
  225. package/lib/progress/index.js +26 -23
  226. package/lib/progress/progress.js +14 -21
  227. package/lib/qrcode/index.js +15 -21
  228. package/lib/qrcode/interface.js +14 -21
  229. package/lib/radio/index.js +53 -62
  230. package/lib/radio/interface.js +14 -21
  231. package/lib/radio/style/index.js +18 -33
  232. package/lib/rate/index.js +15 -21
  233. package/lib/result/403.js +164 -195
  234. package/lib/result/404.js +291 -354
  235. package/lib/result/500.js +156 -259
  236. package/lib/result/Error.js +127 -161
  237. package/lib/result/Processing.js +320 -252
  238. package/lib/result/Success.js +202 -261
  239. package/lib/result/Warning.js +302 -434
  240. package/lib/result/index.js +65 -80
  241. package/lib/result/style/index.js +15 -35
  242. package/lib/segmented/index.js +86 -83
  243. package/lib/segmented/style/index.js +19 -36
  244. package/lib/select/index.js +63 -81
  245. package/lib/select/style/index.js +12 -32
  246. package/lib/skeleton/index.js +15 -21
  247. package/lib/slider/index.js +48 -58
  248. package/lib/slider/style/index.js +19 -37
  249. package/lib/space/index.js +63 -69
  250. package/lib/space/style/index.js +16 -36
  251. package/lib/spin/index.js +58 -76
  252. package/lib/spin/style/index.js +48 -52
  253. package/lib/static-function/index.js +48 -73
  254. package/lib/statistic/index.js +15 -21
  255. package/lib/steps/index.js +15 -21
  256. package/lib/style/cssVariables.js +237 -256
  257. package/lib/style/cssVariablesMeta.js +978 -1057
  258. package/lib/style/global.js +119 -155
  259. package/lib/switch/index.js +52 -60
  260. package/lib/switch/style/index.js +12 -32
  261. package/lib/table/hooks/useDefaultPagination.js +18 -46
  262. package/lib/table/index.js +179 -219
  263. package/lib/table/interface.js +14 -21
  264. package/lib/table/style/index.js +59 -73
  265. package/lib/tabs/TabPane.js +7 -24
  266. package/lib/tabs/hooks/useLegacyItems.js +27 -43
  267. package/lib/tabs/index.js +107 -124
  268. package/lib/tabs/style/index.js +23 -38
  269. package/lib/tag/index.js +78 -98
  270. package/lib/tag/style/index.js +35 -57
  271. package/lib/theme/aliyun.js +7 -34
  272. package/lib/theme/compact.js +9 -36
  273. package/lib/theme/dark.js +9 -36
  274. package/lib/theme/default.js +130 -232
  275. package/lib/theme/index.js +48 -55
  276. package/lib/theme/interface.d.ts +7 -0
  277. package/lib/theme/interface.js +14 -21
  278. package/lib/theme/internal.js +14 -21
  279. package/lib/theme/style/aliyun.less +1 -1
  280. package/lib/theme/style/compact.less +3 -3
  281. package/lib/theme/style/dark.less +1 -1
  282. package/lib/theme/style/default.less +3 -3
  283. package/lib/theme/themes/compact/index.js +19 -39
  284. package/lib/theme/themes/dark/index.js +19 -39
  285. package/lib/theme/themes/default/index.js +19 -39
  286. package/lib/theme/themes/seed.js +24 -43
  287. package/lib/theme/util/alias.js +19 -39
  288. package/lib/theme/util/format.js +15 -35
  289. package/lib/time-picker/index.js +15 -21
  290. package/lib/timeline/index.js +15 -21
  291. package/lib/tooltip/MouseTooltip.js +84 -98
  292. package/lib/tooltip/ReactStickyMouseTooltip.js +63 -88
  293. package/lib/tooltip/hooks/useTooltipTypeList.js +28 -61
  294. package/lib/tooltip/index.js +123 -137
  295. package/lib/tooltip/style/index.js +26 -47
  296. package/lib/tour/index.js +15 -21
  297. package/lib/tour/interface.js +14 -21
  298. package/lib/transfer/index.js +15 -21
  299. package/lib/transfer/interface.js +14 -21
  300. package/lib/tree/index.js +15 -21
  301. package/lib/tree-select/index.js +67 -85
  302. package/lib/tree-select/style/index.js +9 -31
  303. package/lib/typography/Link.js +54 -68
  304. package/lib/typography/Paragraph.js +54 -68
  305. package/lib/typography/Text.js +55 -68
  306. package/lib/typography/Title.js +54 -68
  307. package/lib/typography/hooks/useClassName.js +12 -43
  308. package/lib/typography/index.js +89 -58
  309. package/lib/typography/style/index.js +29 -45
  310. package/lib/upload/index.js +15 -21
  311. package/lib/upload/interface.js +14 -21
  312. package/lib/watermark/index.js +15 -21
  313. package/package.json +3 -3
@@ -1,448 +1,332 @@
1
- var __defProp = Object.defineProperty;
2
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
- var __getOwnPropNames = Object.getOwnPropertyNames;
4
- var __hasOwnProp = Object.prototype.hasOwnProperty;
5
- var __export = (target, all) => {
6
- for (var name in all)
7
- __defProp(target, name, { get: all[name], enumerable: true });
8
- };
9
- var __copyProps = (to, from, except, desc) => {
10
- if (from && typeof from === "object" || typeof from === "function") {
11
- for (let key of __getOwnPropNames(from))
12
- if (!__hasOwnProp.call(to, key) && key !== except)
13
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
- }
15
- return to;
16
- };
17
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
1
+ "use strict";
18
2
 
19
- // src/empty/colored.tsx
20
- var colored_exports = {};
21
- __export(colored_exports, {
22
- default: () => colored_default
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
23
5
  });
24
- module.exports = __toCommonJS(colored_exports);
25
- var import_jsx_runtime = require("react/jsx-runtime");
26
- var ColoredEmptyImg = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
27
- "svg",
28
- {
6
+ exports.default = void 0;
7
+ var _react = require("@inline-svg-unique-id/react");
8
+ var _react2 = _interopRequireDefault(require("react"));
9
+ var _jsxRuntime = require("react/jsx-runtime");
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
+ "use client";
12
+ const ColoredEmptyImg = function (props) {
13
+ const _id2 = (0, _react.useUniqueInlineId)();
14
+ const _id = (0, _react.useUniqueInlineId)();
15
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
29
16
  width: "160px",
30
17
  height: "160px",
31
18
  viewBox: "0 0 160 160",
32
19
  version: "1.1",
33
20
  xmlns: "http://www.w3.org/2000/svg",
34
- children: [
35
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { id: "oceanbase-design-empty-colored-path-1", cx: "75", cy: "75", r: "75" }) }),
36
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { transform: "translate(-744, -319)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(744, 319)", children: [
37
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "0", y: "0", width: "160", height: "160" }),
38
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(10, 10)", children: [
39
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { fill: "#0181FD", fillRule: "nonzero", cx: "75", cy: "75", r: "75" }),
40
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(0, 0)", children: [
41
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("mask", { id: "oceanbase-design-empty-colored-mask-2", fill: "white", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("use", { xlinkHref: "#oceanbase-design-empty-colored-path-1" }) }),
42
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", {}),
43
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
44
- "ellipse",
45
- {
21
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
22
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
23
+ id: _id,
24
+ cx: "75",
25
+ cy: "75",
26
+ r: "75"
27
+ })
28
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
29
+ stroke: "none",
30
+ strokeWidth: "1",
31
+ fill: "none",
32
+ fillRule: "evenodd",
33
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
34
+ transform: "translate(-744, -319)",
35
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
36
+ transform: "translate(744, 319)",
37
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
38
+ x: "0",
39
+ y: "0",
40
+ width: "160",
41
+ height: "160"
42
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
43
+ transform: "translate(10, 10)",
44
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
45
+ fill: "#0181FD",
46
+ fillRule: "nonzero",
47
+ cx: "75",
48
+ cy: "75",
49
+ r: "75"
50
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
51
+ transform: "translate(0, 0)",
52
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
53
+ id: _id2,
54
+ fill: "white",
55
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
56
+ xlinkHref: `#${_id}`
57
+ })
58
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
46
59
  fill: "#349AFD",
47
60
  fillRule: "nonzero",
48
- mask: "url(#oceanbase-design-empty-colored-mask-2)",
61
+ mask: `url(#${_id2})`,
49
62
  cx: "75",
50
63
  cy: "158.659491",
51
64
  rx: "133.855186",
52
65
  ry: "57.0939335"
53
- }
54
- )
55
- ] }),
56
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(18.6399, 19.9609)", children: [
57
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
58
- "path",
59
- {
66
+ })]
67
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
68
+ transform: "translate(18.6399, 19.9609)",
69
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
60
70
  d: "M106.702544,86.5949119 L47.8473581,110.225049 C45.7925636,111.105675 43.444227,111.105675 41.3894325,110.225049 L0.440313112,93.7866928 C-0.146771037,93.4931507 -0.146771037,92.6125245 0.440313112,92.3189824 L59.295499,68.6888454 C61.3502935,67.8082192 63.6986301,67.8082192 65.7534247,68.6888454 L106.702544,85.1272016 C107.289628,85.4207436 107.289628,86.3013699 106.702544,86.5949119 Z",
61
71
  fill: "#132039"
62
- }
63
- ),
64
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(46.6732, 37.5734)", children: [
65
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
66
- "path",
67
- {
72
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
73
+ transform: "translate(46.6732, 37.5734)",
74
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
68
75
  d: "M0,43.8845401 L0,14.8238748 C0,13.0626223 1.02739726,11.4481409 2.78864971,10.7142857 L28.1800391,0.440313112 C29.6477495,-0.146771037 31.1154599,-0.146771037 32.5831703,0.440313112 L57.9745597,10.7142857 C59.5890411,11.4481409 60.7632094,13.0626223 60.7632094,14.8238748 L60.7632094,43.8845401 C60.7632094,45.6457926 59.7358121,47.260274 57.9745597,47.9941292 L32.5831703,58.1213307 C31.1154599,58.7084149 29.6477495,58.7084149 28.1800391,58.1213307 L2.78864971,47.9941292 C1.1741683,47.407045 0,45.7925636 0,43.8845401 Z",
69
76
  fill: "#FFFFFF"
70
- }
71
- ),
72
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
73
- "path",
74
- {
77
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
75
78
  d: "M2.05479452,13.3561644 L28.4735812,23.9236791 C29.6477495,24.3639922 30.3816047,25.5381605 30.3816047,26.7123288 L30.3816047,56.5068493 C30.3816047,57.2407045 29.6477495,57.6810176 29.0606654,57.3874755 L2.64187867,46.9667319 C1.46771037,46.5264188 0.733855186,45.3522505 0.733855186,44.1780822 L0.733855186,14.0900196 C0.733855186,13.6497065 1.46771037,13.0626223 2.05479452,13.3561644 Z",
76
79
  fill: "#F2F2F2"
77
- }
78
- ),
79
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
80
- "path",
81
- {
80
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
82
81
  d: "M31.1154599,0.733855186 L57.5342466,11.4481409 C57.9745597,11.5949119 57.9745597,12.1819961 57.5342466,12.3287671 L31.702544,22.7495108 C31.2622309,22.8962818 30.8219178,22.8962818 30.2348337,22.7495108 L3.22896282,12.3287671 C2.78864971,12.1819961 2.78864971,11.5949119 3.22896282,11.4481409 L29.6477495,0.880626223 C30.0880626,0.587084149 30.6751468,0.587084149 31.1154599,0.733855186 Z",
83
82
  fill: "#132039"
84
- }
85
- ),
86
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(24.9511, 2.7886)", children: [
87
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
88
- "path",
89
- {
83
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
84
+ transform: "translate(24.9511, 2.7886)",
85
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
90
86
  d: "M9.98043053,2.64187867 C8.95303327,1.90802348 7.33855186,1.46771037 5.43052838,1.46771037 C3.52250489,1.46771037 1.90802348,1.90802348 0.880626223,2.64187867 L0,2.64187867 L0,4.10958904 C0,5.57729941 2.49510763,6.75146771 5.43052838,6.75146771 C8.36594912,6.75146771 10.8610568,5.57729941 10.8610568,4.10958904 L10.8610568,2.64187867 L9.98043053,2.64187867 Z",
91
87
  fill: "#09AF38"
92
- }
93
- ),
94
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
95
- "ellipse",
96
- {
88
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
97
89
  fill: "#51D87D",
98
90
  cx: "5.43052838",
99
91
  cy: "2.64187867",
100
92
  rx: "5.43052838",
101
93
  ry: "2.64187867"
102
- }
103
- )
104
- ] }),
105
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(25.0978, 12.7691)", children: [
106
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
107
- "path",
108
- {
94
+ })]
95
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
96
+ transform: "translate(25.0978, 12.7691)",
97
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
109
98
  d: "M9.98043053,2.64187867 C8.95303327,1.90802348 7.33855186,1.46771037 5.43052838,1.46771037 C3.52250489,1.46771037 1.90802348,1.90802348 0.880626223,2.64187867 L0,2.64187867 L0,4.10958904 C0,5.57729941 2.49510763,6.75146771 5.43052838,6.75146771 C8.36594912,6.75146771 10.8610568,5.57729941 10.8610568,4.10958904 L10.8610568,2.64187867 L9.98043053,2.64187867 Z",
110
99
  fill: "#09AF38"
111
- }
112
- ),
113
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
114
- "ellipse",
115
- {
100
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
116
101
  fill: "#51D87D",
117
102
  cx: "5.43052838",
118
103
  cy: "2.64187867",
119
104
  rx: "5.43052838",
120
105
  ry: "2.64187867"
121
- }
122
- )
123
- ] }),
124
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(9.6869, 7.7789)", children: [
125
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
126
- "path",
127
- {
106
+ })]
107
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
108
+ transform: "translate(9.6869, 7.7789)",
109
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
128
110
  d: "M9.98043053,2.64187867 C8.95303327,1.90802348 7.33855186,1.46771037 5.43052838,1.46771037 C3.52250489,1.46771037 1.90802348,1.90802348 0.880626223,2.64187867 L0,2.64187867 L0,4.10958904 C0,5.57729941 2.49510763,6.75146771 5.43052838,6.75146771 C8.36594912,6.75146771 10.8610568,5.57729941 10.8610568,4.10958904 L10.8610568,2.64187867 L9.98043053,2.64187867 Z",
129
111
  fill: "#09AF38"
130
- }
131
- ),
132
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
133
- "ellipse",
134
- {
112
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
135
113
  fill: "#51D87D",
136
114
  cx: "5.57729941",
137
115
  cy: "2.64187867",
138
116
  rx: "5.43052838",
139
117
  ry: "2.64187867"
140
- }
141
- )
142
- ] }),
143
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(39.9217, 7.7789)", children: [
144
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
145
- "path",
146
- {
118
+ })]
119
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
120
+ transform: "translate(39.9217, 7.7789)",
121
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
147
122
  d: "M9.98043053,2.64187867 C8.95303327,1.90802348 7.33855186,1.46771037 5.43052838,1.46771037 C3.52250489,1.46771037 1.90802348,1.90802348 0.880626223,2.64187867 L0,2.64187867 L0,4.10958904 C0,5.57729941 2.49510763,6.75146771 5.43052838,6.75146771 C8.36594912,6.75146771 10.8610568,5.57729941 10.8610568,4.10958904 L10.8610568,2.64187867 L9.98043053,2.64187867 Z",
148
123
  fill: "#09AF38"
149
- }
150
- ),
151
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
152
- "ellipse",
153
- {
124
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
154
125
  fill: "#51D87D",
155
126
  cx: "5.43052838",
156
127
  cy: "2.64187867",
157
128
  rx: "5.43052838",
158
129
  ry: "2.64187867"
159
- }
160
- )
161
- ] })
162
- ] }),
163
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(47.407, 0)", children: [
164
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
165
- "path",
166
- {
130
+ })]
131
+ })]
132
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
133
+ transform: "translate(47.407, 0)",
134
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
167
135
  d: "M0,43.8845401 L0,14.8238748 C0,13.0626223 1.02739726,11.4481409 2.78864971,10.7142857 L28.1800391,0.440313112 C29.6477495,-0.146771037 31.1154599,-0.146771037 32.5831703,0.440313112 L57.9745597,10.7142857 C59.5890411,11.4481409 60.7632094,13.0626223 60.7632094,14.8238748 L60.7632094,43.8845401 C60.7632094,45.6457926 59.7358121,47.260274 57.9745597,47.9941292 L32.5831703,58.1213307 C31.1154599,58.7084149 29.6477495,58.7084149 28.1800391,58.1213307 L2.78864971,47.9941292 C1.02739726,47.407045 0,45.7925636 0,43.8845401 Z",
168
136
  fill: "#07C846"
169
- }
170
- ),
171
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
172
- "path",
173
- {
137
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
174
138
  d: "M1.90802348,13.3561644 L28.3268102,23.9236791 C29.5009785,24.3639922 30.2348337,25.5381605 30.2348337,26.7123288 L30.2348337,56.5068493 C30.2348337,57.2407045 29.5009785,57.6810176 28.9138943,57.3874755 L2.49510763,46.9667319 C1.32093933,46.5264188 0.587084149,45.3522505 0.587084149,44.1780822 L0.587084149,14.2367906 C0.587084149,13.6497065 1.32093933,13.0626223 1.90802348,13.3561644 Z",
175
139
  fill: "#09AF38"
176
- }
177
- ),
178
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
179
- "path",
180
- {
140
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
181
141
  d: "M31.1154599,0.733855186 L57.5342466,11.4481409 C57.9745597,11.5949119 57.9745597,12.1819961 57.5342466,12.3287671 L31.702544,22.7495108 C31.2622309,22.8962818 30.8219178,22.8962818 30.2348337,22.7495108 L3.08219178,12.3287671 C2.64187867,12.1819961 2.64187867,11.5949119 3.08219178,11.4481409 L29.5009785,0.880626223 C30.0880626,0.587084149 30.5283757,0.587084149 31.1154599,0.733855186 Z",
182
142
  fill: "#51D87D"
183
- }
184
- ),
185
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(24.9511, 2.7886)", children: [
186
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
187
- "path",
188
- {
143
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
144
+ transform: "translate(24.9511, 2.7886)",
145
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
189
146
  d: "M9.98043053,2.64187867 C8.95303327,1.90802348 7.33855186,1.46771037 5.43052838,1.46771037 C3.52250489,1.46771037 1.90802348,1.90802348 0.880626223,2.64187867 L0,2.64187867 L0,4.10958904 C0,5.57729941 2.49510763,6.75146771 5.43052838,6.75146771 C8.36594912,6.75146771 10.8610568,5.57729941 10.8610568,4.10958904 L10.8610568,2.64187867 L9.98043053,2.64187867 Z",
190
147
  fill: "#09AF38"
191
- }
192
- ),
193
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
194
- "ellipse",
195
- {
148
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
196
149
  fill: "#51D87D",
197
150
  cx: "5.43052838",
198
151
  cy: "2.64187867",
199
152
  rx: "5.43052838",
200
153
  ry: "2.64187867"
201
- }
202
- )
203
- ] }),
204
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(24.9511, 12.7691)", children: [
205
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
206
- "path",
207
- {
154
+ })]
155
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
156
+ transform: "translate(24.9511, 12.7691)",
157
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
208
158
  d: "M9.98043053,2.64187867 C8.95303327,1.90802348 7.33855186,1.46771037 5.43052838,1.46771037 C3.52250489,1.46771037 1.90802348,1.90802348 0.880626223,2.64187867 L0,2.64187867 L0,4.10958904 C0,5.57729941 2.49510763,6.75146771 5.43052838,6.75146771 C8.36594912,6.75146771 10.8610568,5.57729941 10.8610568,4.10958904 L10.8610568,2.64187867 L9.98043053,2.64187867 Z",
209
159
  fill: "#09AF38"
210
- }
211
- ),
212
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
213
- "ellipse",
214
- {
160
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
215
161
  fill: "#51D87D",
216
162
  cx: "5.43052838",
217
163
  cy: "2.64187867",
218
164
  rx: "5.43052838",
219
165
  ry: "2.64187867"
220
- }
221
- )
222
- ] }),
223
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(9.6869, 7.7789)", children: [
224
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
225
- "path",
226
- {
166
+ })]
167
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
168
+ transform: "translate(9.6869, 7.7789)",
169
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
227
170
  d: "M9.98043053,2.64187867 C8.95303327,1.90802348 7.33855186,1.46771037 5.43052838,1.46771037 C3.52250489,1.46771037 1.90802348,1.90802348 0.880626223,2.64187867 L0,2.64187867 L0,4.10958904 C0,5.57729941 2.49510763,6.75146771 5.43052838,6.75146771 C8.36594912,6.75146771 10.8610568,5.57729941 10.8610568,4.10958904 L10.8610568,2.64187867 L9.98043053,2.64187867 Z",
228
171
  fill: "#09AF38"
229
- }
230
- ),
231
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
232
- "ellipse",
233
- {
172
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
234
173
  fill: "#51D87D",
235
174
  cx: "5.43052838",
236
175
  cy: "2.64187867",
237
176
  rx: "5.43052838",
238
177
  ry: "2.64187867"
239
- }
240
- )
241
- ] }),
242
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(39.775, 7.7789)", children: [
243
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
244
- "path",
245
- {
178
+ })]
179
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
180
+ transform: "translate(39.775, 7.7789)",
181
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
246
182
  d: "M9.98043053,2.64187867 C8.95303327,1.90802348 7.33855186,1.46771037 5.43052838,1.46771037 C3.52250489,1.46771037 1.90802348,1.90802348 0.880626223,2.64187867 L0,2.64187867 L0,4.10958904 C0,5.57729941 2.49510763,6.75146771 5.43052838,6.75146771 C8.36594912,6.75146771 10.8610568,5.57729941 10.8610568,4.10958904 L10.8610568,2.64187867 L9.98043053,2.64187867 Z",
247
183
  fill: "#09AF38"
248
- }
249
- ),
250
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
251
- "ellipse",
252
- {
184
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
253
185
  fill: "#51D87D",
254
186
  cx: "5.43052838",
255
187
  cy: "2.64187867",
256
188
  rx: "5.43052838",
257
189
  ry: "2.64187867"
258
- }
259
- )
260
- ] })
261
- ] }),
262
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(14.3836, 50.4892)", children: [
263
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
264
- "path",
265
- {
190
+ })]
191
+ })]
192
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
193
+ transform: "translate(14.3836, 50.4892)",
194
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
266
195
  d: "M0,43.8845401 L0,14.8238748 C0,13.0626223 1.02739726,11.4481409 2.78864971,10.7142857 L28.1800391,0.440313112 C29.6477495,-0.146771037 31.1154599,-0.146771037 32.5831703,0.440313112 L57.9745597,10.7142857 C59.5890411,11.4481409 60.7632094,13.0626223 60.7632094,14.8238748 L60.7632094,43.8845401 C60.7632094,45.6457926 59.7358121,47.260274 57.9745597,47.9941292 L32.5831703,58.1213307 C31.1154599,58.7084149 29.6477495,58.7084149 28.1800391,58.1213307 L2.78864971,47.9941292 C1.1741683,47.407045 0,45.7925636 0,43.8845401 Z",
267
196
  fill: "#07C846"
268
- }
269
- ),
270
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
271
- "path",
272
- {
197
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
273
198
  d: "M2.05479452,13.3561644 L28.4735812,23.9236791 C29.6477495,24.3639922 30.3816047,25.5381605 30.3816047,26.7123288 L30.3816047,56.6536204 C30.3816047,57.3874755 29.6477495,57.8277886 29.0606654,57.5342466 L2.64187867,47.1135029 C1.46771037,46.6731898 0.733855186,45.4990215 0.733855186,44.3248532 L0.733855186,14.2367906 C0.733855186,13.6497065 1.32093933,13.0626223 2.05479452,13.3561644 Z",
274
199
  fill: "#09AF38"
275
- }
276
- ),
277
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
278
- "path",
279
- {
200
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
280
201
  d: "M31.1154599,0.733855186 L57.5342466,11.4481409 C57.9745597,11.5949119 57.9745597,12.1819961 57.5342466,12.3287671 L31.702544,22.7495108 C31.2622309,22.8962818 30.8219178,22.8962818 30.2348337,22.7495108 L3.08219178,12.3287671 C2.64187867,12.1819961 2.64187867,11.5949119 3.08219178,11.4481409 L29.5009785,0.880626223 C30.0880626,0.587084149 30.6751468,0.587084149 31.1154599,0.733855186 Z",
281
202
  fill: "#51D87D"
282
- }
283
- ),
284
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(24.9511, 2.7886)", children: [
285
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
286
- "path",
287
- {
203
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
204
+ transform: "translate(24.9511, 2.7886)",
205
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
288
206
  d: "M9.98043053,2.64187867 C8.95303327,1.90802348 7.33855186,1.46771037 5.43052838,1.46771037 C3.52250489,1.46771037 1.90802348,1.90802348 0.880626223,2.64187867 L0,2.64187867 L0,4.10958904 C0,5.57729941 2.49510763,6.75146771 5.43052838,6.75146771 C8.36594912,6.75146771 10.8610568,5.57729941 10.8610568,4.10958904 L10.8610568,2.64187867 L9.98043053,2.64187867 Z",
289
207
  fill: "#09AF38"
290
- }
291
- ),
292
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
293
- "ellipse",
294
- {
208
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
295
209
  fill: "#51D87D",
296
210
  cx: "5.43052838",
297
211
  cy: "2.64187867",
298
212
  rx: "5.43052838",
299
213
  ry: "2.64187867"
300
- }
301
- )
302
- ] }),
303
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(25.0978, 12.7691)", children: [
304
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
305
- "path",
306
- {
214
+ })]
215
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
216
+ transform: "translate(25.0978, 12.7691)",
217
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
307
218
  d: "M9.98043053,2.64187867 C8.95303327,1.90802348 7.33855186,1.46771037 5.43052838,1.46771037 C3.52250489,1.46771037 1.90802348,1.90802348 0.880626223,2.64187867 L0,2.64187867 L0,4.10958904 C0,5.57729941 2.49510763,6.75146771 5.43052838,6.75146771 C8.36594912,6.75146771 10.8610568,5.57729941 10.8610568,4.10958904 L10.8610568,2.64187867 L9.98043053,2.64187867 Z",
308
219
  fill: "#09AF38"
309
- }
310
- ),
311
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
312
- "ellipse",
313
- {
220
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
314
221
  fill: "#51D87D",
315
222
  cx: "5.43052838",
316
223
  cy: "2.64187867",
317
224
  rx: "5.43052838",
318
225
  ry: "2.64187867"
319
- }
320
- )
321
- ] }),
322
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(9.6869, 7.7789)", children: [
323
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
324
- "path",
325
- {
226
+ })]
227
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
228
+ transform: "translate(9.6869, 7.7789)",
229
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
326
230
  d: "M9.98043053,2.64187867 C8.95303327,1.90802348 7.33855186,1.46771037 5.43052838,1.46771037 C3.52250489,1.46771037 1.90802348,1.90802348 0.880626223,2.64187867 L0,2.64187867 L0,4.10958904 C0,5.57729941 2.49510763,6.75146771 5.43052838,6.75146771 C8.36594912,6.75146771 10.8610568,5.57729941 10.8610568,4.10958904 L10.8610568,2.64187867 L9.98043053,2.64187867 Z",
327
231
  fill: "#09AF38"
328
- }
329
- ),
330
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
331
- "ellipse",
332
- {
232
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
333
233
  fill: "#51D87D",
334
234
  cx: "5.57729941",
335
235
  cy: "2.64187867",
336
236
  rx: "5.43052838",
337
237
  ry: "2.64187867"
338
- }
339
- )
340
- ] }),
341
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(39.9217, 7.7789)", children: [
342
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
343
- "path",
344
- {
238
+ })]
239
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
240
+ transform: "translate(39.9217, 7.7789)",
241
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
345
242
  d: "M9.98043053,2.64187867 C8.95303327,1.90802348 7.33855186,1.46771037 5.43052838,1.46771037 C3.52250489,1.46771037 1.90802348,1.90802348 0.880626223,2.64187867 L0,2.64187867 L0,4.10958904 C0,5.57729941 2.49510763,6.75146771 5.43052838,6.75146771 C8.36594912,6.75146771 10.8610568,5.57729941 10.8610568,4.10958904 L10.8610568,2.64187867 L9.98043053,2.64187867 Z",
346
243
  fill: "#09AF38"
347
- }
348
- ),
349
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
350
- "ellipse",
351
- {
244
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
352
245
  fill: "#51D87D",
353
246
  cx: "5.43052838",
354
247
  cy: "2.64187867",
355
248
  rx: "5.43052838",
356
249
  ry: "2.64187867"
357
- }
358
- )
359
- ] })
360
- ] }),
361
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
362
- "g",
363
- {
250
+ })]
251
+ })]
252
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
364
253
  transform: "translate(14.3836, 13.6497)",
365
254
  stroke: "#FFFFFF",
366
255
  strokeLinecap: "round",
367
256
  strokeWidth: "1.06100796",
368
- children: [
369
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
370
- "path",
371
- {
372
- d: "M0,43.8845401 L0,14.8238748 C0,13.0626223 1.02739726,11.4481409 2.78864971,10.7142857 L28.1800391,0.440313112 C29.6477495,-0.146771037 31.1154599,-0.146771037 32.5831703,0.440313112 L57.9745597,10.7142857 C59.5890411,11.4481409 60.7632094,13.0626223 60.7632094,14.8238748 L60.7632094,43.8845401 C60.7632094,45.6457926 59.7358121,47.260274 57.9745597,47.9941292 L32.5831703,58.1213307 C31.1154599,58.7084149 29.6477495,58.7084149 28.1800391,58.1213307 L2.78864971,47.9941292 C1.1741683,47.260274 0,45.6457926 0,43.8845401 Z",
373
- strokeDasharray: "2.800353747569389,2.800353747569389"
374
- }
375
- ),
376
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(3.1556, 13.2094)", children: [
377
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("line", { x1: "0.0733855186", y1: "0.733855186", x2: "1.39432485", y2: "1.32093933" }),
378
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
379
- "path",
380
- {
381
- d: "M4.18297456,2.49510763 L24.8776908,10.8610568 C26.3454012,11.4481409 28.1066536,11.4481409 29.574364,10.8610568 L52.0303327,1.61448141",
382
- strokeDasharray: "2.833174310038305,2.833174310038305"
383
- }
384
- ),
385
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("line", { x1: "53.351272", y1: "1.02739726", x2: "54.6722114", y2: "0.440313112" })
386
- ] }),
387
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(29.7945, 27.1526)", children: [
388
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("line", { x1: "0.733855186", y1: "28.6203523", x2: "0.733855186", y2: "27.1526419" }),
389
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
390
- "line",
391
- {
392
- x1: "0.733855186",
393
- y1: "24.3639922",
394
- x2: "0.733855186",
395
- y2: "2.93542074",
396
- strokeDasharray: "2.748859381907606,2.748859381907606"
397
- }
398
- ),
399
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("line", { x1: "0.733855186", y1: "1.46771037", x2: "0.733855186", y2: "0" })
400
- ] })
401
- ]
402
- }
403
- ),
404
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
405
- "path",
406
- {
257
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
258
+ d: "M0,43.8845401 L0,14.8238748 C0,13.0626223 1.02739726,11.4481409 2.78864971,10.7142857 L28.1800391,0.440313112 C29.6477495,-0.146771037 31.1154599,-0.146771037 32.5831703,0.440313112 L57.9745597,10.7142857 C59.5890411,11.4481409 60.7632094,13.0626223 60.7632094,14.8238748 L60.7632094,43.8845401 C60.7632094,45.6457926 59.7358121,47.260274 57.9745597,47.9941292 L32.5831703,58.1213307 C31.1154599,58.7084149 29.6477495,58.7084149 28.1800391,58.1213307 L2.78864971,47.9941292 C1.1741683,47.260274 0,45.6457926 0,43.8845401 Z",
259
+ strokeDasharray: "2.800353747569389,2.800353747569389"
260
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
261
+ transform: "translate(3.1556, 13.2094)",
262
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("line", {
263
+ x1: "0.0733855186",
264
+ y1: "0.733855186",
265
+ x2: "1.39432485",
266
+ y2: "1.32093933"
267
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
268
+ d: "M4.18297456,2.49510763 L24.8776908,10.8610568 C26.3454012,11.4481409 28.1066536,11.4481409 29.574364,10.8610568 L52.0303327,1.61448141",
269
+ strokeDasharray: "2.833174310038305,2.833174310038305"
270
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("line", {
271
+ x1: "53.351272",
272
+ y1: "1.02739726",
273
+ x2: "54.6722114",
274
+ y2: "0.440313112"
275
+ })]
276
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
277
+ transform: "translate(29.7945, 27.1526)",
278
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("line", {
279
+ x1: "0.733855186",
280
+ y1: "28.6203523",
281
+ x2: "0.733855186",
282
+ y2: "27.1526419"
283
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("line", {
284
+ x1: "0.733855186",
285
+ y1: "24.3639922",
286
+ x2: "0.733855186",
287
+ y2: "2.93542074",
288
+ strokeDasharray: "2.748859381907606,2.748859381907606"
289
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("line", {
290
+ x1: "0.733855186",
291
+ y1: "1.46771037",
292
+ x2: "0.733855186",
293
+ y2: "0"
294
+ })]
295
+ })]
296
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
407
297
  d: "M80.4305284,25.5381605 C78.5225049,24.5107632 76.7612524,22.1624266 76.0273973,19.5205479 C76.0273973,19.2270059 75.7338552,19.0802348 75.5870841,19.0802348 C75.2935421,19.0802348 75.146771,19.2270059 75.146771,19.5205479 C74.4129159,22.1624266 72.6516634,24.5107632 70.7436399,25.5381605 C70.5968689,25.6849315 70.4500978,25.8317025 70.4500978,25.9784736 C70.4500978,26.1252446 70.5968689,26.4187867 70.7436399,26.4187867 C72.6516634,27.446184 74.4129159,29.7945205 75.146771,32.4363992 C75.146771,32.7299413 75.4403131,32.8767123 75.5870841,32.8767123 C75.8806262,32.8767123 76.0273973,32.7299413 76.0273973,32.4363992 C76.7612524,29.7945205 78.5225049,27.446184 80.4305284,26.4187867 C80.5772994,26.2720157 80.7240705,26.1252446 80.7240705,25.9784736 C80.7240705,25.8317025 80.5772994,25.5381605 80.4305284,25.5381605 Z",
408
298
  fill: "#FFA005",
409
299
  fillRule: "nonzero"
410
- }
411
- ),
412
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
413
- "path",
414
- {
300
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
415
301
  d: "M86.1545988,40.0684932 C84.9804305,39.481409 83.9530333,38.0136986 83.3659491,36.3992172 C83.3659491,36.2524462 83.2191781,36.1056751 83.072407,36.1056751 C82.925636,36.1056751 82.778865,36.2524462 82.778865,36.3992172 C82.3385519,38.0136986 81.3111546,39.481409 79.9902153,40.0684932 C79.8434442,40.0684932 79.8434442,40.2152642 79.8434442,40.3620352 C79.8434442,40.5088063 79.8434442,40.6555773 79.9902153,40.6555773 C81.1643836,41.2426614 82.1917808,42.7103718 82.778865,44.3248532 C82.778865,44.4716243 82.925636,44.6183953 83.072407,44.6183953 C83.2191781,44.6183953 83.3659491,44.4716243 83.3659491,44.3248532 C83.8062622,42.7103718 84.8336595,41.2426614 86.1545988,40.6555773 C86.3013699,40.6555773 86.3013699,40.5088063 86.3013699,40.3620352 C86.3013699,40.2152642 86.3013699,40.2152642 86.1545988,40.0684932 Z",
416
302
  fill: "#FFA005",
417
303
  fillRule: "nonzero"
418
- }
419
- )
420
- ] })
421
- ] }),
422
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
423
- "path",
424
- {
304
+ })]
305
+ })]
306
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
425
307
  d: "M47.9575597,97.0748614 C45.5526083,95.8022181 43.4305924,92.974122 42.4403183,89.7218115 C42.2988506,89.4390018 42.1573828,89.297597 41.8744474,89.297597 C41.5915119,89.297597 41.3085765,89.4390018 41.3085765,89.7218115 C40.3183024,92.974122 38.1962865,95.8022181 35.7913351,97.0748614 C35.6498674,97.2162662 35.5083996,97.357671 35.5083996,97.6404806 C35.5083996,97.9232902 35.6498674,98.064695 35.7913351,98.2060998 C38.1962865,99.4787431 40.3183024,102.306839 41.3085765,105.55915 C41.4500442,105.841959 41.5915119,105.983364 41.8744474,105.983364 C42.1573828,105.983364 42.4403183,105.841959 42.4403183,105.55915 C43.4305924,102.306839 45.5526083,99.4787431 47.9575597,98.2060998 C48.0990274,98.064695 48.2404951,97.9232902 48.2404951,97.6404806 C48.2404951,97.357671 48.0990274,97.2162662 47.9575597,97.0748614 Z",
426
308
  fill: "#FFA005",
427
309
  fillRule: "nonzero"
428
- }
429
- ),
430
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
431
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { fill: "#07C846", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "26.5", cy: "26.5", r: "26.5" }) }),
432
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
433
- "path",
434
- {
310
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
311
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
312
+ fill: "#07C846",
313
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
314
+ cx: "26.5",
315
+ cy: "26.5",
316
+ r: "26.5"
317
+ })
318
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
435
319
  d: "M40.0319149,23.2579787 L29.7420213,23.2579787 L29.7420213,12.9680851 C29.7420213,11.981383 28.8962766,10.9946809 27.768617,10.9946809 L25.0904255,10.9946809 C24.1037234,10.9946809 23.1170213,11.8404255 23.1170213,12.9680851 L23.1170213,23.2579787 L12.8271277,23.2579787 C11.8404255,23.2579787 10.8537234,24.1037234 10.8537234,25.231383 L10.8537234,27.9095745 C10.8537234,28.8962766 11.6994681,29.8829787 12.8271277,29.8829787 L23.1170213,29.8829787 L23.1170213,40.1728723 C23.1170213,41.1595745 23.962766,42.1462766 25.0904255,42.1462766 L27.768617,42.1462766 C28.7553191,42.1462766 29.7420213,41.3005319 29.7420213,40.1728723 L29.7420213,29.8829787 L40.0319149,29.8829787 C41.018617,29.8829787 42.0053191,29.037234 42.0053191,27.9095745 L42.0053191,25.231383 C42.0053191,24.1037234 41.1595745,23.2579787 40.0319149,23.2579787 Z",
436
320
  fill: "#FFFFFF",
437
321
  fillRule: "nonzero"
438
- }
439
- )
440
- ] })
441
- ] }) }) })
442
- ]
443
- }
444
- );
445
- if (process.env.NODE_ENV !== "production") {
446
- ColoredEmptyImg.displayName = "ColoredEmptyImg";
322
+ })]
323
+ })]
324
+ })
325
+ })
326
+ })]
327
+ });
328
+ };
329
+ if (process.env.NODE_ENV !== 'production') {
330
+ ColoredEmptyImg.displayName = 'ColoredEmptyImg';
447
331
  }
448
- var colored_default = ColoredEmptyImg;
332
+ var _default = exports.default = ColoredEmptyImg;