@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,189 +1,155 @@
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/Processing.tsx
30
- var Processing_exports = {};
31
- __export(Processing_exports, {
32
- default: () => Processing_default
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
33
5
  });
34
- module.exports = __toCommonJS(Processing_exports);
35
- var import_icons = __toESM(require("@oceanbase/icons"));
36
- var import_jsx_runtime = require("react/jsx-runtime");
37
- var ProcessingSvg = () => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
38
- "svg",
39
- {
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 ProcessingSvg = function () {
14
+ const _id3 = (0, _react.useUniqueInlineId)();
15
+ const _id2 = (0, _react.useUniqueInlineId)();
16
+ const _id = (0, _react.useUniqueInlineId)();
17
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
40
18
  width: "160px",
41
19
  height: "160px",
42
20
  viewBox: "0 0 160 160",
43
21
  version: "1.1",
44
22
  xmlns: "http://www.w3.org/2000/svg",
45
- children: [
46
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
47
- "path",
48
- {
49
- d: "M33.1125,0.0125 L100.6125,0.0125 C118.8875,0.0125 133.725,14.85 133.725,33.125 L133.725,118.1 L33.1125,118.1 C14.8375,118.1 4.4408921e-15,103.2625 4.4408921e-15,84.9875 L4.4408921e-15,33.1125 C4.4408921e-15,14.8375 14.8375,0 33.1125,0 L33.1125,0.0125 Z",
50
- id: "oceanbase-design-result-processing-path-1"
51
- }
52
- ) }),
53
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(6, 14)", children: [
54
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
55
- "path",
56
- {
57
- d: "M48.025,13.7625 L115.525,13.7625 C133.8,13.7625 148.6375,28.6 148.6375,46.875 L148.6375,131.85 L48.025,131.85 C29.75,131.85 14.9125,117.0125 14.9125,98.7375 L14.9125,46.8625 C14.9125,28.5875 29.75,13.75 48.025,13.75 L48.025,13.7625 Z",
58
- fill: "#0181FD",
59
- fillRule: "nonzero"
60
- }
61
- ),
62
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { fillRule: "nonzero", children: [
63
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { fill: "#07C846", cx: "24.7375", cy: "24.7375", r: "24.7375" }),
64
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
65
- "g",
66
- {
67
- transform: "translate(8.8625, 8.8625)",
68
- fill: "#FFFFFF",
69
- stroke: "#FFFFFF",
70
- strokeWidth: "1.2375",
71
- children: [
72
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "14.9375", y: "0", width: "1.8875", height: "9.6125", rx: "0.9375" }),
73
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
74
- "rect",
75
- {
76
- opacity: "0.9",
77
- transform: "translate(8.059, 8.0512) rotate(-45) translate(-8.059, -8.0512)",
78
- x: "7.11523273",
79
- y: "3.24497799",
80
- width: "1.8875",
81
- height: "9.6125",
82
- rx: "0.9375"
83
- }
84
- ),
85
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
86
- "rect",
87
- {
88
- opacity: "0.8",
89
- transform: "translate(4.8063, 15.8813) rotate(-90) translate(-4.8063, -15.8813)",
90
- x: "3.8625",
91
- y: "11.075",
92
- width: "1.8875",
93
- height: "9.6125",
94
- rx: "0.9375"
95
- }
96
- ),
97
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
98
- "rect",
99
- {
100
- opacity: "0.7",
101
- transform: "translate(8.0424, 23.6998) rotate(-135) translate(-8.0424, -23.6998)",
102
- x: "7.09869911",
103
- y: "18.8935461",
104
- width: "1.8875",
105
- height: "9.6125",
106
- rx: "0.9375"
107
- }
108
- ),
109
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
110
- "rect",
111
- {
112
- opacity: "0.6",
113
- transform: "translate(15.8688, 26.9437) rotate(180) translate(-15.8688, -26.9437)",
114
- x: "14.925",
115
- y: "22.1375",
116
- width: "1.8875",
117
- height: "9.6125",
118
- rx: "0.9375"
119
- }
120
- ),
121
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
122
- "rect",
123
- {
124
- opacity: "0.5",
125
- transform: "translate(23.7086, 23.6988) rotate(135) translate(-23.7086, -23.6988)",
126
- x: "22.764825",
127
- y: "18.892522",
128
- width: "1.8875",
129
- height: "9.6125",
130
- rx: "0.9375"
131
- }
132
- ),
133
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
134
- "rect",
135
- {
136
- opacity: "0.3",
137
- transform: "translate(26.9438, 15.8813) rotate(90) translate(-26.9438, -15.8813)",
138
- x: "26",
139
- y: "11.075",
140
- width: "1.8875",
141
- height: "9.6125",
142
- rx: "0.9375"
143
- }
144
- ),
145
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
146
- "rect",
147
- {
148
- opacity: "0.2",
149
- transform: "translate(23.7025, 8.0502) rotate(45) translate(-23.7025, -8.0502)",
150
- x: "22.7587431",
151
- y: "3.24395385",
152
- width: "1.8875",
153
- height: "9.6125",
154
- rx: "0.9375"
155
- }
156
- )
157
- ]
158
- }
159
- )
160
- ] }),
161
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(18.7375, 73.625)", fillRule: "nonzero", children: [
162
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
163
- "polygon",
164
- {
165
- fill: "#FFA005",
166
- points: "35.3875 58.2125 8.425 58.2125 4.2 10.65 39.625 10.65"
167
- }
168
- ),
169
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { fill: "#FFB337", cx: "21.9125", cy: "21.8125", r: "7.2375" }),
170
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { fill: "#CCCCCC", x: "0", y: "5.925", width: "43.825", height: "4.725" }),
171
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("polygon", { fill: "#E6E6E6", points: "40.0125 5.925 3.8125 5.925 7.7125 0 36.1125 0" }),
172
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
173
- "polygon",
174
- {
175
- fill: "#E6E6E6",
176
- points: "4.225 32.1125 5.9875 51.8875 37.8375 51.8875 39.5875 32.1125"
177
- }
178
- )
179
- ] }),
180
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "Clipped", transform: "translate(14.9125, 13.75)", children: [
181
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("mask", { id: "oceanbase-design-result-processing-mask-2", fill: "white", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("use", { href: "#oceanbase-design-result-processing-path-1" }) }),
182
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", {}),
183
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { mask: "url(#oceanbase-design-result-processing-mask-2)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(31.5625, 35.9375)", children: [
184
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
185
- "rect",
186
- {
23
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
24
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
25
+ d: "M33.1125,0.0125 L100.6125,0.0125 C118.8875,0.0125 133.725,14.85 133.725,33.125 L133.725,118.1 L33.1125,118.1 C14.8375,118.1 4.4408921e-15,103.2625 4.4408921e-15,84.9875 L4.4408921e-15,33.1125 C4.4408921e-15,14.8375 14.8375,0 33.1125,0 L33.1125,0.0125 Z",
26
+ id: _id
27
+ })
28
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
29
+ stroke: "none",
30
+ strokeWidth: "1",
31
+ fill: "none",
32
+ fillRule: "evenodd",
33
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
34
+ transform: "translate(6, 14)",
35
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
36
+ d: "M48.025,13.7625 L115.525,13.7625 C133.8,13.7625 148.6375,28.6 148.6375,46.875 L148.6375,131.85 L48.025,131.85 C29.75,131.85 14.9125,117.0125 14.9125,98.7375 L14.9125,46.8625 C14.9125,28.5875 29.75,13.75 48.025,13.75 L48.025,13.7625 Z",
37
+ fill: "#0181FD",
38
+ fillRule: "nonzero"
39
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
40
+ fillRule: "nonzero",
41
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
42
+ fill: "#07C846",
43
+ cx: "24.7375",
44
+ cy: "24.7375",
45
+ r: "24.7375"
46
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
47
+ transform: "translate(8.8625, 8.8625)",
48
+ fill: "#FFFFFF",
49
+ stroke: "#FFFFFF",
50
+ strokeWidth: "1.2375",
51
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
52
+ x: "14.9375",
53
+ y: "0",
54
+ width: "1.8875",
55
+ height: "9.6125",
56
+ rx: "0.9375"
57
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
58
+ opacity: "0.9",
59
+ transform: "translate(8.059, 8.0512) rotate(-45) translate(-8.059, -8.0512)",
60
+ x: "7.11523273",
61
+ y: "3.24497799",
62
+ width: "1.8875",
63
+ height: "9.6125",
64
+ rx: "0.9375"
65
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
66
+ opacity: "0.8",
67
+ transform: "translate(4.8063, 15.8813) rotate(-90) translate(-4.8063, -15.8813)",
68
+ x: "3.8625",
69
+ y: "11.075",
70
+ width: "1.8875",
71
+ height: "9.6125",
72
+ rx: "0.9375"
73
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
74
+ opacity: "0.7",
75
+ transform: "translate(8.0424, 23.6998) rotate(-135) translate(-8.0424, -23.6998)",
76
+ x: "7.09869911",
77
+ y: "18.8935461",
78
+ width: "1.8875",
79
+ height: "9.6125",
80
+ rx: "0.9375"
81
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
82
+ opacity: "0.6",
83
+ transform: "translate(15.8688, 26.9437) rotate(180) translate(-15.8688, -26.9437)",
84
+ x: "14.925",
85
+ y: "22.1375",
86
+ width: "1.8875",
87
+ height: "9.6125",
88
+ rx: "0.9375"
89
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
90
+ opacity: "0.5",
91
+ transform: "translate(23.7086, 23.6988) rotate(135) translate(-23.7086, -23.6988)",
92
+ x: "22.764825",
93
+ y: "18.892522",
94
+ width: "1.8875",
95
+ height: "9.6125",
96
+ rx: "0.9375"
97
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
98
+ opacity: "0.3",
99
+ transform: "translate(26.9438, 15.8813) rotate(90) translate(-26.9438, -15.8813)",
100
+ x: "26",
101
+ y: "11.075",
102
+ width: "1.8875",
103
+ height: "9.6125",
104
+ rx: "0.9375"
105
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
106
+ opacity: "0.2",
107
+ transform: "translate(23.7025, 8.0502) rotate(45) translate(-23.7025, -8.0502)",
108
+ x: "22.7587431",
109
+ y: "3.24395385",
110
+ width: "1.8875",
111
+ height: "9.6125",
112
+ rx: "0.9375"
113
+ })]
114
+ })]
115
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
116
+ transform: "translate(18.7375, 73.625)",
117
+ fillRule: "nonzero",
118
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("polygon", {
119
+ fill: "#FFA005",
120
+ points: "35.3875 58.2125 8.425 58.2125 4.2 10.65 39.625 10.65"
121
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
122
+ fill: "#FFB337",
123
+ cx: "21.9125",
124
+ cy: "21.8125",
125
+ r: "7.2375"
126
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
127
+ fill: "#CCCCCC",
128
+ x: "0",
129
+ y: "5.925",
130
+ width: "43.825",
131
+ height: "4.725"
132
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("polygon", {
133
+ fill: "#E6E6E6",
134
+ points: "40.0125 5.925 3.8125 5.925 7.7125 0 36.1125 0"
135
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("polygon", {
136
+ fill: "#E6E6E6",
137
+ points: "4.225 32.1125 5.9875 51.8875 37.8375 51.8875 39.5875 32.1125"
138
+ })]
139
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
140
+ id: _id2,
141
+ transform: "translate(14.9125, 13.75)",
142
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
143
+ id: _id3,
144
+ fill: "white",
145
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
146
+ href: `#${_id}`
147
+ })
148
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {}), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
149
+ mask: `url(#${_id3})`,
150
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
151
+ transform: "translate(31.5625, 35.9375)",
152
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
187
153
  fill: "#132039",
188
154
  fillRule: "nonzero",
189
155
  x: "10.2875",
@@ -191,11 +157,7 @@ var ProcessingSvg = () => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
191
157
  width: "133.8375",
192
158
  height: "79",
193
159
  rx: "4.7625"
194
- }
195
- ),
196
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
197
- "rect",
198
- {
160
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
199
161
  fill: "#0181FD",
200
162
  fillRule: "nonzero",
201
163
  transform: "translate(77.2062, 39.5063) rotate(90) translate(-77.2062, -39.5063)",
@@ -204,86 +166,192 @@ var ProcessingSvg = () => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
204
166
  width: "70.0375",
205
167
  height: "124.4875",
206
168
  rx: "0.6375"
207
- }
208
- ),
209
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
210
- "g",
211
- {
169
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
212
170
  strokeWidth: "1",
213
171
  fill: "none",
214
172
  fillRule: "evenodd",
215
173
  transform: "translate(22.5, 31.7625)",
216
- children: [
217
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
218
- "rect",
219
- {
220
- fill: "#FFFFFF",
221
- fillRule: "nonzero",
222
- x: "0",
223
- y: "0",
224
- width: "108.0375",
225
- height: "15.6",
226
- rx: "2.6875"
227
- }
228
- ),
229
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
230
- "path",
231
- {
232
- d: "M24.2125,-20.2 L35.925,-20.2 L35.925,34.4375 C35.925,35.1875 35.325,35.7875 34.575,35.7875 L25.5625,35.7875 C24.8125,35.7875 24.2125,35.1875 24.2125,34.4375 L24.2125,-20.2 L24.2125,-20.2 L24.2125,-20.2 Z",
233
- fill: "#07C846",
234
- fillRule: "nonzero",
235
- transform: "translate(30.0687, 7.7938) rotate(90) translate(-30.0687, -7.7938)"
236
- }
237
- )
238
- ]
239
- }
240
- ),
241
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
242
- "path",
243
- {
174
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
175
+ fill: "#FFFFFF",
176
+ fillRule: "nonzero",
177
+ x: "0",
178
+ y: "0",
179
+ width: "108.0375",
180
+ height: "15.6",
181
+ rx: "2.6875"
182
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
183
+ d: "M24.2125,-20.2 L35.925,-20.2 L35.925,34.4375 C35.925,35.1875 35.325,35.7875 34.575,35.7875 L25.5625,35.7875 C24.8125,35.7875 24.2125,35.1875 24.2125,34.4375 L24.2125,-20.2 L24.2125,-20.2 L24.2125,-20.2 Z",
184
+ fill: "#07C846",
185
+ fillRule: "nonzero",
186
+ transform: "translate(30.0687, 7.7938) rotate(90) translate(-30.0687, -7.7938)"
187
+ })]
188
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
244
189
  d: "M0.0125,74.5 L147.4375,74.5 L147.4375,75.0625 C147.4375,78.975 144.2625,82.1625 140.3375,82.1625 L7.1,82.1625 C3.1875,82.1625 0,78.9875 0,75.0625 L0,74.5 L0,74.5 L0.0125,74.5 Z",
245
190
  fill: "#132039",
246
191
  fillRule: "nonzero"
247
- }
248
- ),
249
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
250
- "path",
251
- {
192
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
252
193
  d: "M63.9875,74.5 L95.1375,74.5 L95.1375,74.8 C95.1375,76.2875 93.9375,77.4875 92.45,77.4875 L66.6875,77.4875 C65.2,77.4875 64,76.2875 64,74.8 L64,74.5 L64,74.5 L63.9875,74.5 Z",
253
194
  fill: "#424D61",
254
195
  fillRule: "nonzero"
255
- }
256
- ),
257
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
258
- "g",
259
- {
196
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
260
197
  strokeWidth: "1",
261
198
  fill: "none",
262
199
  fillRule: "evenodd",
263
200
  transform: "translate(21.925, 10.425)",
264
201
  opacity: "0.2",
265
- children: [
266
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { transform: "translate(0, 6.5125)", fill: "#FFFFFF", fillRule: "nonzero", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "0", y: "0", width: "104.45", height: "3.15", rx: "0.7875" }) }),
267
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { transform: "translate(0, 42.2375)", fill: "#FFFFFF", fillRule: "nonzero", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "0", y: "0", width: "37.2125", height: "3.15", rx: "0.7875" }) }),
268
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { transform: "translate(40.4125, 42.2375)", fill: "#FFFFFF", fillRule: "nonzero", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "0", y: "0", width: "14.2375", height: "3.15", rx: "0.7875" }) }),
269
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { transform: "translate(57.8625, 42.2375)", fill: "#FFFFFF", fillRule: "nonzero", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "0", y: "0", width: "46.575", height: "3.15", rx: "0.7875" }) }),
270
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { fill: "#FFFFFF", fillRule: "nonzero", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "0", y: "0", width: "30.1125", height: "3.15", rx: "0.7875" }) }),
271
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { transform: "translate(32.65, 0)", fill: "#FFFFFF", fillRule: "nonzero", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "0", y: "0", width: "21.4375", height: "3.15", rx: "0.7875" }) }),
272
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { transform: "translate(56.6375, 0)", fill: "#FFFFFF", fillRule: "nonzero", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "0", y: "0", width: "47.8", height: "3.15", rx: "0.7875" }) }),
273
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { transform: "translate(0, 13)", fill: "#FFFFFF", fillRule: "nonzero", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "0", y: "0", width: "37.2125", height: "3.15", rx: "0.7875" }) }),
274
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { transform: "translate(0, 48.725)", fill: "#FFFFFF", fillRule: "nonzero", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "0", y: "0", width: "18.6125", height: "3.15", rx: "0.7875" }) }),
275
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { transform: "translate(21.15, 48.725)", fill: "#FFFFFF", fillRule: "nonzero", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "0", y: "0", width: "27.55", height: "3.15", rx: "0.7875" }) }),
276
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { transform: "translate(51.2375, 48.725)", fill: "#FFFFFF", fillRule: "nonzero", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "0", y: "0", width: "33.9125", height: "3.15", rx: "0.7875" }) }),
277
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { transform: "translate(0, 56.125)", fill: "#FFFFFF", fillRule: "nonzero", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "0", y: "0", width: "37.2125", height: "3.15", rx: "0.7875" }) }),
278
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { transform: "translate(40.6125, 13)", fill: "#FFFFFF", fillRule: "nonzero", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "0", y: "0", width: "28.0875", height: "3.15", rx: "0.7875" }) })
279
- ]
280
- }
281
- )
282
- ] }) })
283
- ] })
284
- ] }) })
285
- ]
286
- }
287
- );
288
- var Processing = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_icons.default, { component: ProcessingSvg, ...props });
289
- var Processing_default = Processing;
202
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
203
+ transform: "translate(0, 6.5125)",
204
+ fill: "#FFFFFF",
205
+ fillRule: "nonzero",
206
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
207
+ x: "0",
208
+ y: "0",
209
+ width: "104.45",
210
+ height: "3.15",
211
+ rx: "0.7875"
212
+ })
213
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
214
+ transform: "translate(0, 42.2375)",
215
+ fill: "#FFFFFF",
216
+ fillRule: "nonzero",
217
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
218
+ x: "0",
219
+ y: "0",
220
+ width: "37.2125",
221
+ height: "3.15",
222
+ rx: "0.7875"
223
+ })
224
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
225
+ transform: "translate(40.4125, 42.2375)",
226
+ fill: "#FFFFFF",
227
+ fillRule: "nonzero",
228
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
229
+ x: "0",
230
+ y: "0",
231
+ width: "14.2375",
232
+ height: "3.15",
233
+ rx: "0.7875"
234
+ })
235
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
236
+ transform: "translate(57.8625, 42.2375)",
237
+ fill: "#FFFFFF",
238
+ fillRule: "nonzero",
239
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
240
+ x: "0",
241
+ y: "0",
242
+ width: "46.575",
243
+ height: "3.15",
244
+ rx: "0.7875"
245
+ })
246
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
247
+ fill: "#FFFFFF",
248
+ fillRule: "nonzero",
249
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
250
+ x: "0",
251
+ y: "0",
252
+ width: "30.1125",
253
+ height: "3.15",
254
+ rx: "0.7875"
255
+ })
256
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
257
+ transform: "translate(32.65, 0)",
258
+ fill: "#FFFFFF",
259
+ fillRule: "nonzero",
260
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
261
+ x: "0",
262
+ y: "0",
263
+ width: "21.4375",
264
+ height: "3.15",
265
+ rx: "0.7875"
266
+ })
267
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
268
+ transform: "translate(56.6375, 0)",
269
+ fill: "#FFFFFF",
270
+ fillRule: "nonzero",
271
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
272
+ x: "0",
273
+ y: "0",
274
+ width: "47.8",
275
+ height: "3.15",
276
+ rx: "0.7875"
277
+ })
278
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
279
+ transform: "translate(0, 13)",
280
+ fill: "#FFFFFF",
281
+ fillRule: "nonzero",
282
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
283
+ x: "0",
284
+ y: "0",
285
+ width: "37.2125",
286
+ height: "3.15",
287
+ rx: "0.7875"
288
+ })
289
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
290
+ transform: "translate(0, 48.725)",
291
+ fill: "#FFFFFF",
292
+ fillRule: "nonzero",
293
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
294
+ x: "0",
295
+ y: "0",
296
+ width: "18.6125",
297
+ height: "3.15",
298
+ rx: "0.7875"
299
+ })
300
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
301
+ transform: "translate(21.15, 48.725)",
302
+ fill: "#FFFFFF",
303
+ fillRule: "nonzero",
304
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
305
+ x: "0",
306
+ y: "0",
307
+ width: "27.55",
308
+ height: "3.15",
309
+ rx: "0.7875"
310
+ })
311
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
312
+ transform: "translate(51.2375, 48.725)",
313
+ fill: "#FFFFFF",
314
+ fillRule: "nonzero",
315
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
316
+ x: "0",
317
+ y: "0",
318
+ width: "33.9125",
319
+ height: "3.15",
320
+ rx: "0.7875"
321
+ })
322
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
323
+ transform: "translate(0, 56.125)",
324
+ fill: "#FFFFFF",
325
+ fillRule: "nonzero",
326
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
327
+ x: "0",
328
+ y: "0",
329
+ width: "37.2125",
330
+ height: "3.15",
331
+ rx: "0.7875"
332
+ })
333
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
334
+ transform: "translate(40.6125, 13)",
335
+ fill: "#FFFFFF",
336
+ fillRule: "nonzero",
337
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
338
+ x: "0",
339
+ y: "0",
340
+ width: "28.0875",
341
+ height: "3.15",
342
+ rx: "0.7875"
343
+ })
344
+ })]
345
+ })]
346
+ })
347
+ })]
348
+ })]
349
+ })
350
+ })]
351
+ });
352
+ };
353
+ const Processing = props => /*#__PURE__*/(0, _jsxRuntime.jsx)(_icons.default, {
354
+ component: ProcessingSvg,
355
+ ...props
356
+ });
357
+ var _default = exports.default = Processing;