@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,269 +1,210 @@
1
- var __create = Object.create;
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __getProtoOf = Object.getPrototypeOf;
6
- var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __export = (target, all) => {
8
- for (var name in all)
9
- __defProp(target, name, { get: all[name], enumerable: true });
10
- };
11
- var __copyProps = (to, from, except, desc) => {
12
- if (from && typeof from === "object" || typeof from === "function") {
13
- for (let key of __getOwnPropNames(from))
14
- if (!__hasOwnProp.call(to, key) && key !== except)
15
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
- }
17
- return to;
18
- };
19
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
- // If the importer is in node compatibility mode or this is not an ESM
21
- // file that has been converted to a CommonJS file using a Babel-
22
- // compatible transform (i.e. "__esModule" has not been set), then set
23
- // "default" to the CommonJS "module.exports" for node compatibility.
24
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
- mod
26
- ));
27
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
1
+ "use strict";
28
2
 
29
- // src/result/Success.tsx
30
- var Success_exports = {};
31
- __export(Success_exports, {
32
- default: () => Success_default
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
33
5
  });
34
- module.exports = __toCommonJS(Success_exports);
35
- var import_icons = __toESM(require("@oceanbase/icons"));
36
- var import_jsx_runtime = require("react/jsx-runtime");
37
- var SuccessSvg = () => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { width: "160px", height: "160px", viewBox: "0 0 160 160", version: "1.1", children: [
38
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { children: [
39
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
40
- "path",
41
- {
6
+ exports.default = void 0;
7
+ var _react = require("@inline-svg-unique-id/react");
8
+ var _react2 = _interopRequireDefault(require("react"));
9
+ var _icons = _interopRequireDefault(require("@oceanbase/icons"));
10
+ var _jsxRuntime = require("react/jsx-runtime");
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
12
+ "use client";
13
+ const SuccessSvg = function () {
14
+ const _id14 = (0, _react.useUniqueInlineId)();
15
+ const _id13 = (0, _react.useUniqueInlineId)();
16
+ const _id12 = (0, _react.useUniqueInlineId)();
17
+ const _id11 = (0, _react.useUniqueInlineId)();
18
+ const _id10 = (0, _react.useUniqueInlineId)();
19
+ const _id9 = (0, _react.useUniqueInlineId)();
20
+ const _id8 = (0, _react.useUniqueInlineId)();
21
+ const _id7 = (0, _react.useUniqueInlineId)();
22
+ const _id6 = (0, _react.useUniqueInlineId)();
23
+ const _id5 = (0, _react.useUniqueInlineId)();
24
+ const _id4 = (0, _react.useUniqueInlineId)();
25
+ const _id3 = (0, _react.useUniqueInlineId)();
26
+ const _id2 = (0, _react.useUniqueInlineId)();
27
+ const _id = (0, _react.useUniqueInlineId)();
28
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
29
+ width: "160px",
30
+ height: "160px",
31
+ viewBox: "0 0 160 160",
32
+ version: "1.1",
33
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("defs", {
34
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
42
35
  d: "M33.125,0 L100.625,0 C118.875,0 133.75,14.875 133.75,33.125 L133.75,118.125 L33.125,118.125 C14.875,118.125 0,103.25 0,85 L0,33.125 C0,14.875 14.875,0 33.125,0 Z",
43
- id: "oceanbase-design-result-success-path-1"
44
- }
45
- ),
46
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
47
- "path",
48
- {
36
+ id: _id
37
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
49
38
  d: "M1.43012646,5.5292612 L17.6801265,0.154261199 C19.1801265,-0.345738801 20.8051265,0.404261199 21.1801265,1.9042612 L21.9301265,4.1542612 C22.3051265,5.2792612 21.6801265,6.5292612 20.5551265,6.9042612 L3.80512646,12.5292612 C2.68012646,12.9042612 1.43012646,12.2792612 1.05512646,11.1542612 L0.0551264646,8.2792612 C-0.194873535,7.1542612 0.430126465,5.9042612 1.43012646,5.5292612 L1.43012646,5.5292612 Z",
50
- id: "oceanbase-design-result-success-path-3"
51
- }
52
- ),
53
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
54
- "path",
55
- {
39
+ id: _id2
40
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
56
41
  d: "M1.89214041,4.7792612 L15.8921404,0.154261199 C17.3921404,-0.345738801 18.8921404,0.404261199 19.3921404,1.9042612 L20.2671404,4.4042612 C20.7671404,5.9042612 20.0171404,7.4042612 18.5171404,7.9042612 L4.51714041,12.5292612 C3.01714041,13.0292612 1.51714041,12.2792612 1.01714041,10.7792612 L0.142140412,8.2792612 C-0.357859588,6.9042612 0.517140412,5.2792612 1.89214041,4.7792612 Z",
57
- id: "oceanbase-design-result-success-path-5"
58
- }
59
- ),
60
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
61
- "path",
62
- {
42
+ id: _id3
43
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
63
44
  d: "M2.02814371,4.73308102 L15.9031437,0.108081022 C17.1531437,-0.266918978 18.5281437,0.358081022 19.0281437,1.60808102 L20.0281437,4.60808102 C20.4031437,5.85808102 19.7781437,7.23308102 18.5281437,7.73308102 L4.65314371,12.358081 C3.02814371,12.858081 1.27814371,11.983081 0.778143715,10.483081 L0.153143715,8.60808102 C-0.346856285,6.98308102 0.403143715,5.23308102 2.02814371,4.73308102 Z",
64
- id: "oceanbase-design-result-success-path-7"
65
- }
66
- ),
67
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
68
- "path",
69
- {
45
+ id: _id4
46
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
70
47
  d: "M2.08661279,3.86102208 L13.2116128,0.111022078 C14.0866128,-0.263977922 15.0866128,0.361022078 15.4616128,1.23602208 L16.4616128,4.36102208 C16.9616128,5.73602208 16.2116128,7.36102208 14.7116128,7.73602208 L4.46161279,11.1110221 C2.96161279,11.6110221 1.21161279,10.7360221 0.711612789,9.23602208 L0.0866127887,7.48602208 C-0.288387211,5.98602208 0.586612789,4.36102208 2.08661279,3.86102208 Z",
71
- id: "oceanbase-design-result-success-path-9"
72
- }
73
- )
74
- ] }),
75
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { stroke: "none", fill: "none", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(14, 21)", children: [
76
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
77
- "path",
78
- {
79
- d: "M33.125,0 L100.625,0 C118.875,0 133.75,14.875 133.75,33.125 L133.75,118.125 L33.125,118.125 C14.875,118.125 0,103.25 0,85 L0,33.125 C0,14.875 14.875,0 33.125,0 Z",
80
- fill: "#0181FD"
81
- }
82
- ),
83
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
84
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("mask", { id: "oceanbase-design-result-success-mask-2", fill: "white", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("use", { href: "#oceanbase-design-result-success-path-1" }) }),
85
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", {}),
86
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { mask: "url(#oceanbase-design-result-success-mask-2)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(-8.125, 9.25)", children: [
87
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
88
- "path",
89
- {
90
- d: "M6.75,0 L44,0 C47.75,0 50.75,3 50.75,6.75 L50.75,31.375 C50.75,35.125 47.75,38.125 44,38.125 L36.25,38.125 L36.25,46.25 C36.25,47.375 34.875,47.75 34.25,46.875 L28,38.125 L6.75,38.125 C3,38.125 0,35.125 0,31.375 L0,6.75 C0,3 3,0 6.75,0 Z",
91
- fill: "#FFA005"
92
- }
93
- ),
94
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
95
- "path",
96
- {
97
- d: "M147.625,68.875 L104.5,68.875 C100.75,68.875 97.75,71.875 97.75,75.625 L97.75,84.125 C97.75,87.875 100.75,90.875 104.5,90.875 L112.25,90.875 L112.25,99 C112.25,100.125 113.625,100.5 114.25,99.625 L120.5,90.875 L147.625,90.875 C151.375,90.875 154.375,87.875 154.375,84.125 L154.375,75.75 C154.375,72 151.375,68.875 147.625,68.875 L147.625,68.875 Z",
98
- fill: "#F2F2F2"
99
- }
100
- ),
101
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { fill: "none", transform: "translate(11, 3.7629)", children: [
102
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(36.75, 0)", children: [
103
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
104
- "path",
105
- {
106
- d: "M43.5,17.8620566 L60.625,12.9870566 C63.125,12.2370566 65.625,13.7370566 66.375,16.1120566 L73.5,41.6120566 C74.375,44.4870566 72.625,47.6120566 69.75,48.3620566 L58.5,51.6120566 C55.75,52.3620566 52.875,50.8620566 52.125,48.1120566 L43.5,17.8620566 C43.5,17.8620566 43.5,17.8620566 43.5,17.8620566 Z",
107
- fill: "#00A146"
108
- }
109
- ),
110
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
111
- "path",
112
- {
113
- d: "M50.75,43.1120566 L65.625,39.9870566 L55.75,5.36205664 C54.625,1.48705664 50.5,-0.762943358 46.625,0.237056642 L0,13.7370566 L10.25,49.4870566 L49.875,40.2370566 C49.875,40.2370566 50.75,43.1120566 50.75,43.1120566 Z",
114
- fill: "#07C846"
115
- }
116
- ),
117
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(16.8194, 10.2371)", fill: "#FFFFFF", children: [
118
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M17.6805556,20.625 L15.1805556,25.125 C14.9305556,25.625 14.1805556,25.875 13.6805556,25.5 L0.555555556,18.25 C0.0555555556,18 -0.194444444,17.25 0.180555556,16.75 L2.68055556,12.25 C2.93055556,11.75 3.68055556,11.5 4.18055556,11.875 L17.3055556,19.125 C17.8055556,19.5 17.9305556,20.125 17.6805556,20.625 Z" }),
119
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M21.9305556,0.125 L26.4305556,2.625 C26.9305556,2.875 27.1805556,3.625 26.8055556,4.125 L15.1805556,25.125 C14.9305556,25.625 14.1805556,25.875 13.6805556,25.5 L9.18055556,23 C8.68055556,22.75 8.43055556,22 8.80555556,21.5 L20.4305556,0.5 C20.6805556,0 21.3055556,-0.125 21.9305556,0.125 Z" })
120
- ] }),
121
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
122
- "path",
123
- {
124
- d: "M63.75,43.7370566 L52.125,48.2370566 L49.875,40.2370566 L62.125,37.8620566 C63.625,37.6120566 65.125,38.4870566 65.625,39.9870566 L65.625,39.9870566 C66,41.6120566 65.25,43.1120566 63.75,43.7370566 Z",
125
- fill: "#132039"
126
- }
127
- )
128
- ] }),
129
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(0, 9.4233)", children: [
130
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
131
- "path",
132
- {
133
- d: "M3,86.6887085 L32.125,68.8137085 C33.25,68.3137085 34.375,61.5637085 34.625,60.3137085 L36.125,53.9387085 C36.5,52.1887085 37.875,50.8137085 39.5,50.3137085 L47.75,47.9387085 L56.25,80.3137085 L49.75,82.9387085 C48.25,83.5637085 46.625,83.6887085 45,83.4387085 L44.125,83.3137085 C43.625,83.1887085 43,83.3137085 42.5,83.5637085 L23.125,99.0637085 L3,86.6887085 L3,86.6887085 Z",
134
- fill: "#132039"
135
- }
136
- ),
137
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
138
- "path",
139
- {
140
- d: "M31.375,0.688708499 L33.75,0.063708499 C34.75,-0.186291501 35.625,0.313708499 36,1.3137085 L64.875,101.688708 C65.125,102.688708 64.625,103.563708 63.625,103.938708 L61.25,104.563708 C60.25,104.813708 59.375,104.313708 59,103.313708 L30.125,2.9387085 C29.875,1.9387085 30.375,0.938708499 31.375,0.688708499 Z",
141
- fill: "#FFFFFF"
142
- }
143
- ),
144
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
145
- "polygon",
146
- {
147
- fill: "#132039",
148
- points: "59.25 82.6887085 52.75 81.5637085 44.625 53.1887085 50.25 51.4387085"
149
- }
150
- ),
151
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
152
- "path",
153
- {
154
- d: "M41,53.0637085 L57.25,47.6887085 C58.75,47.1887085 60.375,47.9387085 60.75,49.4387085 L61.5,51.6887085 C61.875,52.8137085 61.25,54.0637085 60.125,54.4387085 L43.375,60.0637085 C42.25,60.4387085 41,59.8137085 40.625,58.6887085 L39.625,55.8137085 C39.375,54.6887085 40,53.4387085 41,53.0637085 L41,53.0637085 Z",
155
- fill: "#F2F2F2"
156
- }
157
- ),
158
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(39.5699, 47.5344)", children: [
159
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("mask", { id: "oceanbase-design-result-success-mask-4", fill: "white", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("use", { href: "#oceanbase-design-result-success-path-3" }) }),
160
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { id: "SVGID_00000136373575218028105800000015833068694952139445_" }),
161
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
162
- "path",
163
- {
164
- d: "M0.555126465,5.7792612 L11.8051265,2.0292612 C12.8051265,1.6542612 13.9301265,2.2792612 14.3051265,3.2792612 L15.5551265,7.0292612 C15.8051265,7.7792612 15.4301265,8.6542612 14.6801265,8.9042612 L2.93012646,12.7792612 C2.18012646,13.0292612 1.30512646,12.6542612 1.05512646,11.9042612 L-0.319873535,7.6542612 C-0.569873535,6.9042612 -0.194873535,6.0292612 0.555126465,5.7792612 Z",
165
- fill: "#D8D8D8",
166
- mask: "url(#oceanbase-design-result-success-mask-4)"
167
- }
168
- )
169
- ] }),
170
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
171
- "path",
172
- {
173
- d: "M47.25,58.6887085 L61.25,54.0637085 C62.75,53.5637085 64.25,54.3137085 64.75,55.8137085 L65.625,58.3137085 C66.125,59.8137085 65.375,61.3137085 63.875,61.8137085 L49.875,66.4387085 C48.375,66.9387085 46.875,66.1887085 46.375,64.6887085 L45.5,62.1887085 C45,60.8137085 45.875,59.1887085 47.25,58.6887085 Z",
174
- fill: "#F2F2F2"
175
- }
176
- ),
177
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(45.3579, 53.9094)", children: [
178
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("mask", { id: "oceanbase-design-result-success-mask-6", fill: "white", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("use", { href: "#oceanbase-design-result-success-path-5" }) }),
179
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { id: "SVGID_00000072260953934706606590000017879755367803290522_" }),
180
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
181
- "path",
182
- {
183
- d: "M-6.73285959,7.5292612 L8.76714041,2.4042612 C9.76714041,2.0292612 10.8921404,2.6542612 11.2671404,3.6542612 L12.6421404,7.7792612 C13.0171404,8.7792612 12.3921404,9.9042612 11.3921404,10.2792612 L-4.23285959,15.5292612 C-5.23285959,15.9042612 -6.35785959,15.2792612 -6.73285959,14.2792612 L-8.10785959,10.1542612 C-8.35785959,9.0292612 -7.73285959,7.9042612 -6.73285959,7.5292612 Z",
184
- fill: "#D8D8D8",
185
- mask: "url(#oceanbase-design-result-success-mask-6)"
186
- }
187
- )
188
- ] }),
189
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
190
- "path",
191
- {
192
- d: "M49.25,66.5637085 L63.125,61.9387085 C64.375,61.5637085 65.75,62.1887085 66.25,63.4387085 L67.25,66.4387085 C67.625,67.6887085 67,69.0637085 65.75,69.5637085 L51.875,74.1887085 C50.25,74.6887085 48.5,73.8137085 48,72.3137085 L47.375,70.4387085 C46.875,68.8137085 47.625,67.0637085 49.25,66.5637085 Z",
48
+ id: _id5
49
+ })]
50
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
51
+ stroke: "none",
52
+ fill: "none",
53
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
54
+ transform: "translate(14, 21)",
55
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
56
+ d: "M33.125,0 L100.625,0 C118.875,0 133.75,14.875 133.75,33.125 L133.75,118.125 L33.125,118.125 C14.875,118.125 0,103.25 0,85 L0,33.125 C0,14.875 14.875,0 33.125,0 Z",
57
+ fill: "#0181FD"
58
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
59
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
60
+ id: _id6,
61
+ fill: "white",
62
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
63
+ href: `#${_id}`
64
+ })
65
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {}), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
66
+ mask: `url(#${_id6})`,
67
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
68
+ transform: "translate(-8.125, 9.25)",
69
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
70
+ d: "M6.75,0 L44,0 C47.75,0 50.75,3 50.75,6.75 L50.75,31.375 C50.75,35.125 47.75,38.125 44,38.125 L36.25,38.125 L36.25,46.25 C36.25,47.375 34.875,47.75 34.25,46.875 L28,38.125 L6.75,38.125 C3,38.125 0,35.125 0,31.375 L0,6.75 C0,3 3,0 6.75,0 Z",
71
+ fill: "#FFA005"
72
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
73
+ d: "M147.625,68.875 L104.5,68.875 C100.75,68.875 97.75,71.875 97.75,75.625 L97.75,84.125 C97.75,87.875 100.75,90.875 104.5,90.875 L112.25,90.875 L112.25,99 C112.25,100.125 113.625,100.5 114.25,99.625 L120.5,90.875 L147.625,90.875 C151.375,90.875 154.375,87.875 154.375,84.125 L154.375,75.75 C154.375,72 151.375,68.875 147.625,68.875 L147.625,68.875 Z",
193
74
  fill: "#F2F2F2"
194
- }
195
- ),
196
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(47.2219, 61.8306)", children: [
197
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("mask", { id: "oceanbase-design-result-success-mask-8", fill: "white", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("use", { href: "#oceanbase-design-result-success-path-7" }) }),
198
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { id: "SVGID_00000019653314099838397220000000586077130363906990_" }),
199
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
200
- "path",
201
- {
202
- d: "M-5.09685629,7.10808102 L8.77814371,2.48308102 C10.0281437,2.10808102 11.4031437,2.73308102 11.9031437,3.98308102 L12.9031437,6.98308102 C13.2781437,8.23308102 12.6531437,9.60808102 11.4031437,10.108081 L-2.47185629,14.733081 C-4.09685629,15.233081 -5.84685629,14.358081 -6.34685629,12.858081 L-6.97185629,10.983081 C-7.59685629,9.35808102 -6.72185629,7.73308102 -5.09685629,7.10808102 Z",
203
- fill: "#D8D8D8",
204
- mask: "url(#oceanbase-design-result-success-mask-8)"
205
- }
206
- )
207
- ] }),
208
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
209
- "polygon",
210
- {
211
- fill: "#132039",
212
- points: "54 61.8137085 47.625 71.4387085 44.25 71.3137085 43.375 68.9387085 45.25 56.9387085"
213
- }
214
- ),
215
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
216
- "path",
217
- {
218
- d: "M52.875,73.6887085 L64,69.9387085 C64.875,69.5637085 65.875,70.1887085 66.25,71.0637085 L67.25,74.1887085 C67.75,75.5637085 67,77.1887085 65.5,77.5637085 L55.25,80.9387085 C53.75,81.4387085 52,80.5637085 51.5,79.0637085 L50.875,77.3137085 C50.5,75.8137085 51.375,74.1887085 52.875,73.6887085 Z",
219
- fill: "#F2F2F2"
220
- }
221
- ),
222
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(50.7884, 69.8277)", children: [
223
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("mask", { id: "oceanbase-design-result-success-mask-10", fill: "white", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("use", { href: "#oceanbase-design-result-success-path-9" }) }),
224
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { id: "SVGID_00000091695442429382600100000003029485216806722220_" }),
225
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
226
- "path",
227
- {
228
- d: "M-3.66338721,5.73602208 L7.46161279,1.98602208 C8.33661279,1.61102208 9.33661279,2.23602208 9.71161279,3.11102208 L10.7116128,6.23602208 C11.2116128,7.61102208 10.4616128,9.23602208 8.96161279,9.61102208 L-1.28838721,12.9860221 C-2.78838721,13.4860221 -4.53838721,12.6110221 -5.03838721,11.1110221 L-5.53838721,9.48602208 C-6.16338721,7.86102208 -5.28838721,6.23602208 -3.66338721,5.73602208 Z",
229
- fill: "#D8D8D8",
230
- mask: "url(#oceanbase-design-result-success-mask-10)"
231
- }
232
- )
233
- ] }),
234
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
235
- "path",
236
- {
237
- d: "M0,84.0637085 L29.25,69.5637085 C31.875,67.6887085 36.25,53.6887085 36.25,53.6887085 C36.625,52.0637085 37.875,50.6887085 39.5,50.3137085 L47.875,47.8137085 L46.625,58.3137085 L46.625,58.3137085 C47.25,63.5637085 47.75,71.3137085 40.875,75.8137085 C37.5,79.6887085 26.25,94.1887085 26.25,94.1887085 L11.375,98.1887085 L0,84.0637085 L0,84.0637085 Z",
238
- fill: "#F2F2F2"
239
- }
240
- ),
241
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
242
- "path",
243
- {
244
- d: "M43.875,49.0637085 L48.125,47.8137085 C49.5,47.4387085 51,48.1887085 51.5,49.6887085 L54.75,60.8137085 C54.875,61.3137085 54.625,61.8137085 54.125,61.9387085 L53.5,62.1887085 C50.625,63.0637085 47.625,61.3137085 46.75,58.4387085 L43.875,49.0637085 L43.875,49.0637085 L43.875,49.0637085 Z",
245
- fill: "#F2F2F2"
246
- }
247
- )
248
- ] })
249
- ] })
250
- ] }) })
251
- ] }),
252
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
253
- "path",
254
- {
255
- d: "M104.75,18.875 L109.125,10.875 C109.25,10.625 109,10.25 108.625,10.125 L105.625,8.875 C105.25,8.75 104.875,8.875 104.75,9.125 L102.25,18 C102.125,18.25 102.375,18.5 102.75,18.625 L103.75,19 C104.25,19.25 104.625,19.125 104.75,18.875 L104.75,18.875 Z",
256
- fill: "#FFA005"
257
- }
258
- ),
259
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
260
- "path",
261
- {
262
- d: "M110.75,19.125 L120.125,12.25 C120.375,12.125 120.375,11.75 120,11.375 L117.875,9 C117.625,8.75 117.25,8.625 117,8.75 L109,17.25 C108.875,17.375 108.875,17.75 109.125,18 L109.875,18.875 C110.125,19.125 110.5,19.25 110.75,19.125 L110.75,19.125 Z",
263
- fill: "#FFA005"
264
- }
265
- )
266
- ] }) })
267
- ] });
268
- var Success = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_icons.default, { component: SuccessSvg, ...props });
269
- var Success_default = Success;
75
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
76
+ fill: "none",
77
+ transform: "translate(11, 3.7629)",
78
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
79
+ transform: "translate(36.75, 0)",
80
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
81
+ d: "M43.5,17.8620566 L60.625,12.9870566 C63.125,12.2370566 65.625,13.7370566 66.375,16.1120566 L73.5,41.6120566 C74.375,44.4870566 72.625,47.6120566 69.75,48.3620566 L58.5,51.6120566 C55.75,52.3620566 52.875,50.8620566 52.125,48.1120566 L43.5,17.8620566 C43.5,17.8620566 43.5,17.8620566 43.5,17.8620566 Z",
82
+ fill: "#00A146"
83
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
84
+ d: "M50.75,43.1120566 L65.625,39.9870566 L55.75,5.36205664 C54.625,1.48705664 50.5,-0.762943358 46.625,0.237056642 L0,13.7370566 L10.25,49.4870566 L49.875,40.2370566 C49.875,40.2370566 50.75,43.1120566 50.75,43.1120566 Z",
85
+ fill: "#07C846"
86
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
87
+ transform: "translate(16.8194, 10.2371)",
88
+ fill: "#FFFFFF",
89
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
90
+ d: "M17.6805556,20.625 L15.1805556,25.125 C14.9305556,25.625 14.1805556,25.875 13.6805556,25.5 L0.555555556,18.25 C0.0555555556,18 -0.194444444,17.25 0.180555556,16.75 L2.68055556,12.25 C2.93055556,11.75 3.68055556,11.5 4.18055556,11.875 L17.3055556,19.125 C17.8055556,19.5 17.9305556,20.125 17.6805556,20.625 Z"
91
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
92
+ d: "M21.9305556,0.125 L26.4305556,2.625 C26.9305556,2.875 27.1805556,3.625 26.8055556,4.125 L15.1805556,25.125 C14.9305556,25.625 14.1805556,25.875 13.6805556,25.5 L9.18055556,23 C8.68055556,22.75 8.43055556,22 8.80555556,21.5 L20.4305556,0.5 C20.6805556,0 21.3055556,-0.125 21.9305556,0.125 Z"
93
+ })]
94
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
95
+ d: "M63.75,43.7370566 L52.125,48.2370566 L49.875,40.2370566 L62.125,37.8620566 C63.625,37.6120566 65.125,38.4870566 65.625,39.9870566 L65.625,39.9870566 C66,41.6120566 65.25,43.1120566 63.75,43.7370566 Z",
96
+ fill: "#132039"
97
+ })]
98
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
99
+ transform: "translate(0, 9.4233)",
100
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
101
+ d: "M3,86.6887085 L32.125,68.8137085 C33.25,68.3137085 34.375,61.5637085 34.625,60.3137085 L36.125,53.9387085 C36.5,52.1887085 37.875,50.8137085 39.5,50.3137085 L47.75,47.9387085 L56.25,80.3137085 L49.75,82.9387085 C48.25,83.5637085 46.625,83.6887085 45,83.4387085 L44.125,83.3137085 C43.625,83.1887085 43,83.3137085 42.5,83.5637085 L23.125,99.0637085 L3,86.6887085 L3,86.6887085 Z",
102
+ fill: "#132039"
103
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
104
+ d: "M31.375,0.688708499 L33.75,0.063708499 C34.75,-0.186291501 35.625,0.313708499 36,1.3137085 L64.875,101.688708 C65.125,102.688708 64.625,103.563708 63.625,103.938708 L61.25,104.563708 C60.25,104.813708 59.375,104.313708 59,103.313708 L30.125,2.9387085 C29.875,1.9387085 30.375,0.938708499 31.375,0.688708499 Z",
105
+ fill: "#FFFFFF"
106
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("polygon", {
107
+ fill: "#132039",
108
+ points: "59.25 82.6887085 52.75 81.5637085 44.625 53.1887085 50.25 51.4387085"
109
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
110
+ d: "M41,53.0637085 L57.25,47.6887085 C58.75,47.1887085 60.375,47.9387085 60.75,49.4387085 L61.5,51.6887085 C61.875,52.8137085 61.25,54.0637085 60.125,54.4387085 L43.375,60.0637085 C42.25,60.4387085 41,59.8137085 40.625,58.6887085 L39.625,55.8137085 C39.375,54.6887085 40,53.4387085 41,53.0637085 L41,53.0637085 Z",
111
+ fill: "#F2F2F2"
112
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
113
+ transform: "translate(39.5699, 47.5344)",
114
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
115
+ id: _id7,
116
+ fill: "white",
117
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
118
+ href: `#${_id2}`
119
+ })
120
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
121
+ id: _id8
122
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
123
+ d: "M0.555126465,5.7792612 L11.8051265,2.0292612 C12.8051265,1.6542612 13.9301265,2.2792612 14.3051265,3.2792612 L15.5551265,7.0292612 C15.8051265,7.7792612 15.4301265,8.6542612 14.6801265,8.9042612 L2.93012646,12.7792612 C2.18012646,13.0292612 1.30512646,12.6542612 1.05512646,11.9042612 L-0.319873535,7.6542612 C-0.569873535,6.9042612 -0.194873535,6.0292612 0.555126465,5.7792612 Z",
124
+ fill: "#D8D8D8",
125
+ mask: `url(#${_id7})`
126
+ })]
127
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
128
+ d: "M47.25,58.6887085 L61.25,54.0637085 C62.75,53.5637085 64.25,54.3137085 64.75,55.8137085 L65.625,58.3137085 C66.125,59.8137085 65.375,61.3137085 63.875,61.8137085 L49.875,66.4387085 C48.375,66.9387085 46.875,66.1887085 46.375,64.6887085 L45.5,62.1887085 C45,60.8137085 45.875,59.1887085 47.25,58.6887085 Z",
129
+ fill: "#F2F2F2"
130
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
131
+ transform: "translate(45.3579, 53.9094)",
132
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
133
+ id: _id9,
134
+ fill: "white",
135
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
136
+ href: `#${_id3}`
137
+ })
138
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
139
+ id: _id10
140
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
141
+ d: "M-6.73285959,7.5292612 L8.76714041,2.4042612 C9.76714041,2.0292612 10.8921404,2.6542612 11.2671404,3.6542612 L12.6421404,7.7792612 C13.0171404,8.7792612 12.3921404,9.9042612 11.3921404,10.2792612 L-4.23285959,15.5292612 C-5.23285959,15.9042612 -6.35785959,15.2792612 -6.73285959,14.2792612 L-8.10785959,10.1542612 C-8.35785959,9.0292612 -7.73285959,7.9042612 -6.73285959,7.5292612 Z",
142
+ fill: "#D8D8D8",
143
+ mask: `url(#${_id9})`
144
+ })]
145
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
146
+ d: "M49.25,66.5637085 L63.125,61.9387085 C64.375,61.5637085 65.75,62.1887085 66.25,63.4387085 L67.25,66.4387085 C67.625,67.6887085 67,69.0637085 65.75,69.5637085 L51.875,74.1887085 C50.25,74.6887085 48.5,73.8137085 48,72.3137085 L47.375,70.4387085 C46.875,68.8137085 47.625,67.0637085 49.25,66.5637085 Z",
147
+ fill: "#F2F2F2"
148
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
149
+ transform: "translate(47.2219, 61.8306)",
150
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
151
+ id: _id11,
152
+ fill: "white",
153
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
154
+ href: `#${_id4}`
155
+ })
156
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
157
+ id: _id12
158
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
159
+ d: "M-5.09685629,7.10808102 L8.77814371,2.48308102 C10.0281437,2.10808102 11.4031437,2.73308102 11.9031437,3.98308102 L12.9031437,6.98308102 C13.2781437,8.23308102 12.6531437,9.60808102 11.4031437,10.108081 L-2.47185629,14.733081 C-4.09685629,15.233081 -5.84685629,14.358081 -6.34685629,12.858081 L-6.97185629,10.983081 C-7.59685629,9.35808102 -6.72185629,7.73308102 -5.09685629,7.10808102 Z",
160
+ fill: "#D8D8D8",
161
+ mask: `url(#${_id11})`
162
+ })]
163
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("polygon", {
164
+ fill: "#132039",
165
+ points: "54 61.8137085 47.625 71.4387085 44.25 71.3137085 43.375 68.9387085 45.25 56.9387085"
166
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
167
+ d: "M52.875,73.6887085 L64,69.9387085 C64.875,69.5637085 65.875,70.1887085 66.25,71.0637085 L67.25,74.1887085 C67.75,75.5637085 67,77.1887085 65.5,77.5637085 L55.25,80.9387085 C53.75,81.4387085 52,80.5637085 51.5,79.0637085 L50.875,77.3137085 C50.5,75.8137085 51.375,74.1887085 52.875,73.6887085 Z",
168
+ fill: "#F2F2F2"
169
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
170
+ transform: "translate(50.7884, 69.8277)",
171
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
172
+ id: _id13,
173
+ fill: "white",
174
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
175
+ href: `#${_id5}`
176
+ })
177
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
178
+ id: _id14
179
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
180
+ d: "M-3.66338721,5.73602208 L7.46161279,1.98602208 C8.33661279,1.61102208 9.33661279,2.23602208 9.71161279,3.11102208 L10.7116128,6.23602208 C11.2116128,7.61102208 10.4616128,9.23602208 8.96161279,9.61102208 L-1.28838721,12.9860221 C-2.78838721,13.4860221 -4.53838721,12.6110221 -5.03838721,11.1110221 L-5.53838721,9.48602208 C-6.16338721,7.86102208 -5.28838721,6.23602208 -3.66338721,5.73602208 Z",
181
+ fill: "#D8D8D8",
182
+ mask: `url(#${_id13})`
183
+ })]
184
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
185
+ d: "M0,84.0637085 L29.25,69.5637085 C31.875,67.6887085 36.25,53.6887085 36.25,53.6887085 C36.625,52.0637085 37.875,50.6887085 39.5,50.3137085 L47.875,47.8137085 L46.625,58.3137085 L46.625,58.3137085 C47.25,63.5637085 47.75,71.3137085 40.875,75.8137085 C37.5,79.6887085 26.25,94.1887085 26.25,94.1887085 L11.375,98.1887085 L0,84.0637085 L0,84.0637085 Z",
186
+ fill: "#F2F2F2"
187
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
188
+ d: "M43.875,49.0637085 L48.125,47.8137085 C49.5,47.4387085 51,48.1887085 51.5,49.6887085 L54.75,60.8137085 C54.875,61.3137085 54.625,61.8137085 54.125,61.9387085 L53.5,62.1887085 C50.625,63.0637085 47.625,61.3137085 46.75,58.4387085 L43.875,49.0637085 L43.875,49.0637085 L43.875,49.0637085 Z",
189
+ fill: "#F2F2F2"
190
+ })]
191
+ })]
192
+ })]
193
+ })
194
+ })]
195
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
196
+ d: "M104.75,18.875 L109.125,10.875 C109.25,10.625 109,10.25 108.625,10.125 L105.625,8.875 C105.25,8.75 104.875,8.875 104.75,9.125 L102.25,18 C102.125,18.25 102.375,18.5 102.75,18.625 L103.75,19 C104.25,19.25 104.625,19.125 104.75,18.875 L104.75,18.875 Z",
197
+ fill: "#FFA005"
198
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
199
+ d: "M110.75,19.125 L120.125,12.25 C120.375,12.125 120.375,11.75 120,11.375 L117.875,9 C117.625,8.75 117.25,8.625 117,8.75 L109,17.25 C108.875,17.375 108.875,17.75 109.125,18 L109.875,18.875 C110.125,19.125 110.5,19.25 110.75,19.125 L110.75,19.125 Z",
200
+ fill: "#FFA005"
201
+ })]
202
+ })
203
+ })]
204
+ });
205
+ };
206
+ const Success = props => /*#__PURE__*/(0, _jsxRuntime.jsx)(_icons.default, {
207
+ component: SuccessSvg,
208
+ ...props
209
+ });
210
+ var _default = exports.default = Success;