@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,87 +1,63 @@
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/Warning.tsx
30
- var Warning_exports = {};
31
- __export(Warning_exports, {
32
- default: () => Warning_default
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
33
5
  });
34
- module.exports = __toCommonJS(Warning_exports);
35
- var import_icons = __toESM(require("@oceanbase/icons"));
36
- var import_jsx_runtime = require("react/jsx-runtime");
37
- var WarningSvg = () => /* @__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 WarningSvg = 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 L100.6125,0 C118.8875,0 133.725,14.8375 133.725,33.1125 L133.725,118.0875 L33.1125,118.0875 C14.8375,118.0875 -4.4408921e-15,103.25 -4.4408921e-15,84.975 L-4.4408921e-15,33.1125 C-4.4408921e-15,14.8375 14.8375,0 33.1125,0 Z",
50
- id: "oceanbase-design-result-warning-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: "M115.525,13.75 L48.025,13.75 C29.7375,13.75 14.9125,28.575 14.9125,46.8625 L14.9125,72.8 L49.5625,72.8 C50.15,72.8 50.6375,73.275 50.6375,73.875 L50.6375,88.1125 C50.6375,88.7 50.1625,89.1875 49.5625,89.1875 L48.0625,89.1875 L48.0625,91.6 L49.5625,91.6 C50.15,91.6 50.6375,92.075 50.6375,92.675 L50.6375,106.9125 C50.6375,107.5 50.1625,107.9875 49.5625,107.9875 L48.0625,107.9875 L48.0625,110.4 L49.5625,110.4 C50.15,110.4 50.6375,110.875 50.6375,111.475 L50.6375,130.65 C50.6375,131.2375 50.1625,131.725 49.5625,131.725 L45.0625,131.725 C46.0375,131.8125 47.025,131.8625 48.025,131.8625 L91.4625,131.8625 L91.4625,37.15 C91.4625,33.5875 94.35,30.7 97.9125,30.7 L144.4125,30.7 C138.75,20.5875 127.9375,13.75 115.525,13.75 Z",
58
- fill: "#0181FD",
59
- fillRule: "nonzero"
60
- }
61
- ),
62
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "Clipped", transform: "translate(14.9125, 13.75)", children: [
63
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("mask", { id: "oceanbase-design-result-warning-mask-2", fill: "white", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("use", { href: "#oceanbase-design-result-warning-path-1" }) }),
64
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", {}),
65
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { mask: "url(#oceanbase-design-result-warning-mask-2)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(-13.25, 47.0625)", children: [
66
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
67
- "path",
68
- {
23
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
24
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
25
+ d: "M33.1125,0 L100.6125,0 C118.8875,0 133.725,14.8375 133.725,33.1125 L133.725,118.0875 L33.1125,118.0875 C14.8375,118.0875 -4.4408921e-15,103.25 -4.4408921e-15,84.975 L-4.4408921e-15,33.1125 C-4.4408921e-15,14.8375 14.8375,0 33.1125,0 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: "M115.525,13.75 L48.025,13.75 C29.7375,13.75 14.9125,28.575 14.9125,46.8625 L14.9125,72.8 L49.5625,72.8 C50.15,72.8 50.6375,73.275 50.6375,73.875 L50.6375,88.1125 C50.6375,88.7 50.1625,89.1875 49.5625,89.1875 L48.0625,89.1875 L48.0625,91.6 L49.5625,91.6 C50.15,91.6 50.6375,92.075 50.6375,92.675 L50.6375,106.9125 C50.6375,107.5 50.1625,107.9875 49.5625,107.9875 L48.0625,107.9875 L48.0625,110.4 L49.5625,110.4 C50.15,110.4 50.6375,110.875 50.6375,111.475 L50.6375,130.65 C50.6375,131.2375 50.1625,131.725 49.5625,131.725 L45.0625,131.725 C46.0375,131.8125 47.025,131.8625 48.025,131.8625 L91.4625,131.8625 L91.4625,37.15 C91.4625,33.5875 94.35,30.7 97.9125,30.7 L144.4125,30.7 C138.75,20.5875 127.9375,13.75 115.525,13.75 Z",
37
+ fill: "#0181FD",
38
+ fillRule: "nonzero"
39
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
40
+ id: _id2,
41
+ transform: "translate(14.9125, 13.75)",
42
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
43
+ id: _id3,
44
+ fill: "white",
45
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
46
+ href: `#${_id}`
47
+ })
48
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {}), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
49
+ mask: `url(#${_id3})`,
50
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
51
+ transform: "translate(-13.25, 47.0625)",
52
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
69
53
  d: "M76.075,40.3375 C85.7625,33.55 97.6875,18.85 104.2,0",
70
54
  stroke: "#07C846",
71
55
  strokeWidth: "2.0125"
72
- }
73
- ),
74
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
75
- "path",
76
- {
56
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
77
57
  d: "M46.8,36.0375 C48.675,41.1 56.5625,49.7 69.95,43.7125",
78
58
  stroke: "#07C846",
79
59
  strokeWidth: "2.0125"
80
- }
81
- ),
82
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
83
- "line",
84
- {
60
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("line", {
85
61
  x1: "66.525",
86
62
  y1: "37.125",
87
63
  x2: "69.475",
@@ -90,11 +66,7 @@ var WarningSvg = () => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
90
66
  strokeWidth: "2.475",
91
67
  strokeLinecap: "round",
92
68
  strokeLinejoin: "round"
93
- }
94
- ),
95
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
96
- "line",
97
- {
69
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("line", {
98
70
  x1: "72.7",
99
71
  y1: "33.1625",
100
72
  x2: "73.0875",
@@ -103,12 +75,12 @@ var WarningSvg = () => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
103
75
  strokeWidth: "2.475",
104
76
  strokeLinecap: "round",
105
77
  strokeLinejoin: "round"
106
- }
107
- ),
108
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { stroke: "none", strokeWidth: "1", fillRule: "evenodd", transform: "translate(0, 11.975)", children: [
109
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
110
- "rect",
111
- {
78
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
79
+ stroke: "none",
80
+ strokeWidth: "1",
81
+ fillRule: "evenodd",
82
+ transform: "translate(0, 11.975)",
83
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
112
84
  fill: "#132039",
113
85
  fillRule: "nonzero",
114
86
  transform: "translate(24.4875, 26.3375) rotate(-180) translate(-24.4875, -26.3375)",
@@ -116,11 +88,7 @@ var WarningSvg = () => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
116
88
  y: "13.0125",
117
89
  width: "43.825",
118
90
  height: "26.65"
119
- }
120
- ),
121
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
122
- "rect",
123
- {
91
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
124
92
  fill: "#FFFFFF",
125
93
  fillRule: "nonzero",
126
94
  transform: "translate(24.4875, 48.25) rotate(-180) translate(-24.4875, -48.25)",
@@ -129,11 +97,7 @@ var WarningSvg = () => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
129
97
  width: "48.975",
130
98
  height: "21.325",
131
99
  rx: "1.075"
132
- }
133
- ),
134
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
135
- "rect",
136
- {
100
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
137
101
  fill: "#07C846",
138
102
  fillRule: "nonzero",
139
103
  transform: "translate(24.4875, 48.25) rotate(-180) translate(-24.4875, -48.25)",
@@ -142,14 +106,25 @@ var WarningSvg = () => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
142
106
  width: "48.975",
143
107
  height: "21.325",
144
108
  rx: "1.075"
145
- }
146
- ),
147
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { fill: "#FFFFFF", fillRule: "nonzero", cx: "45.3875", cy: "41.8", r: "1.2" }),
148
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { fill: "#FFFFFF", fillRule: "nonzero", cx: "41.2375", cy: "41.8", r: "1.2" }),
149
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { fill: "#FFFFFF", fillRule: "nonzero", cx: "37.0875", cy: "41.8", r: "1.2" }),
150
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
151
- "rect",
152
- {
109
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
110
+ fill: "#FFFFFF",
111
+ fillRule: "nonzero",
112
+ cx: "45.3875",
113
+ cy: "41.8",
114
+ r: "1.2"
115
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
116
+ fill: "#FFFFFF",
117
+ fillRule: "nonzero",
118
+ cx: "41.2375",
119
+ cy: "41.8",
120
+ r: "1.2"
121
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
122
+ fill: "#FFFFFF",
123
+ fillRule: "nonzero",
124
+ cx: "37.0875",
125
+ cy: "41.8",
126
+ r: "1.2"
127
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
153
128
  fill: "#39D36B",
154
129
  fillRule: "nonzero",
155
130
  transform: "translate(27.0313, 45.9125) rotate(-180) translate(-27.0313, -45.9125)",
@@ -157,11 +132,7 @@ var WarningSvg = () => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
157
132
  y: "40.5875",
158
133
  width: "2.4625",
159
134
  height: "10.65"
160
- }
161
- ),
162
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
163
- "rect",
164
- {
135
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
165
136
  fill: "#39D36B",
166
137
  fillRule: "nonzero",
167
138
  transform: "translate(23.3562, 45.9125) rotate(-180) translate(-23.3562, -45.9125)",
@@ -169,11 +140,7 @@ var WarningSvg = () => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
169
140
  y: "40.5875",
170
141
  width: "2.4625",
171
142
  height: "10.65"
172
- }
173
- ),
174
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
175
- "rect",
176
- {
143
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
177
144
  fill: "#39D36B",
178
145
  fillRule: "nonzero",
179
146
  transform: "translate(19.6688, 45.9125) rotate(-180) translate(-19.6688, -45.9125)",
@@ -181,11 +148,7 @@ var WarningSvg = () => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
181
148
  y: "40.5875",
182
149
  width: "2.4625",
183
150
  height: "10.65"
184
- }
185
- ),
186
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
187
- "rect",
188
- {
151
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
189
152
  fill: "#39D36B",
190
153
  fillRule: "nonzero",
191
154
  transform: "translate(15.9937, 45.9125) rotate(-180) translate(-15.9937, -45.9125)",
@@ -193,11 +156,7 @@ var WarningSvg = () => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
193
156
  y: "40.5875",
194
157
  width: "2.4625",
195
158
  height: "10.65"
196
- }
197
- ),
198
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
199
- "rect",
200
- {
159
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
201
160
  fill: "#39D36B",
202
161
  fillRule: "nonzero",
203
162
  transform: "translate(12.3062, 45.9125) rotate(-180) translate(-12.3062, -45.9125)",
@@ -205,11 +164,7 @@ var WarningSvg = () => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
205
164
  y: "40.5875",
206
165
  width: "2.4625",
207
166
  height: "10.65"
208
- }
209
- ),
210
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
211
- "rect",
212
- {
167
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
213
168
  fill: "#39D36B",
214
169
  fillRule: "nonzero",
215
170
  transform: "translate(8.6312, 45.9125) rotate(-180) translate(-8.6312, -45.9125)",
@@ -217,11 +172,7 @@ var WarningSvg = () => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
217
172
  y: "40.5875",
218
173
  width: "2.4625",
219
174
  height: "10.65"
220
- }
221
- ),
222
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
223
- "rect",
224
- {
175
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
225
176
  fill: "#39D36B",
226
177
  fillRule: "nonzero",
227
178
  transform: "translate(4.9437, 45.9125) rotate(-180) translate(-4.9437, -45.9125)",
@@ -229,12 +180,10 @@ var WarningSvg = () => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
229
180
  y: "40.5875",
230
181
  width: "2.4625",
231
182
  height: "10.65"
232
- }
233
- ),
234
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(0, 18.7875)", fillRule: "nonzero", children: [
235
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
236
- "rect",
237
- {
183
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
184
+ transform: "translate(0, 18.7875)",
185
+ fillRule: "nonzero",
186
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
238
187
  fill: "#FFFFFF",
239
188
  transform: "translate(24.4875, 8.1938) rotate(-180) translate(-24.4875, -8.1938)",
240
189
  x: "0",
@@ -242,11 +191,7 @@ var WarningSvg = () => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
242
191
  width: "48.975",
243
192
  height: "16.3875",
244
193
  rx: "1.075"
245
- }
246
- ),
247
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
248
- "rect",
249
- {
194
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
250
195
  fill: "#FFFFFF",
251
196
  transform: "translate(24.4875, 8.1938) rotate(-180) translate(-24.4875, -8.1938)",
252
197
  x: "0",
@@ -254,93 +199,74 @@ var WarningSvg = () => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
254
199
  width: "48.975",
255
200
  height: "16.3875",
256
201
  rx: "1.075"
257
- }
258
- ),
259
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { fill: "#E6E6E6", cx: "45.3875", cy: "4", r: "1.2" }),
260
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { fill: "#E6E6E6", cx: "41.2375", cy: "4", r: "1.2" }),
261
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { fill: "#E6E6E6", cx: "37.0875", cy: "4", r: "1.2" }),
262
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
263
- "rect",
264
- {
202
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
203
+ fill: "#E6E6E6",
204
+ cx: "45.3875",
205
+ cy: "4",
206
+ r: "1.2"
207
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
208
+ fill: "#E6E6E6",
209
+ cx: "41.2375",
210
+ cy: "4",
211
+ r: "1.2"
212
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
213
+ fill: "#E6E6E6",
214
+ cx: "37.0875",
215
+ cy: "4",
216
+ r: "1.2"
217
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
265
218
  fill: "#E6E6E6",
266
219
  transform: "translate(27.0313, 8.8375) rotate(-180) translate(-27.0313, -8.8375)",
267
220
  x: "25.8",
268
221
  y: "3.5125",
269
222
  width: "2.4625",
270
223
  height: "10.65"
271
- }
272
- ),
273
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
274
- "rect",
275
- {
224
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
276
225
  fill: "#E6E6E6",
277
226
  transform: "translate(23.3562, 8.8375) rotate(-180) translate(-23.3562, -8.8375)",
278
227
  x: "22.125",
279
228
  y: "3.5125",
280
229
  width: "2.4625",
281
230
  height: "10.65"
282
- }
283
- ),
284
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
285
- "rect",
286
- {
231
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
287
232
  fill: "#E6E6E6",
288
233
  transform: "translate(19.6688, 8.8375) rotate(-180) translate(-19.6688, -8.8375)",
289
234
  x: "18.4375",
290
235
  y: "3.5125",
291
236
  width: "2.4625",
292
237
  height: "10.65"
293
- }
294
- ),
295
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
296
- "rect",
297
- {
238
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
298
239
  fill: "#E6E6E6",
299
240
  transform: "translate(15.9937, 8.8375) rotate(-180) translate(-15.9937, -8.8375)",
300
241
  x: "14.7625",
301
242
  y: "3.5125",
302
243
  width: "2.4625",
303
244
  height: "10.65"
304
- }
305
- ),
306
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
307
- "rect",
308
- {
245
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
309
246
  fill: "#E6E6E6",
310
247
  transform: "translate(12.3062, 8.8375) rotate(-180) translate(-12.3062, -8.8375)",
311
248
  x: "11.075",
312
249
  y: "3.5125",
313
250
  width: "2.4625",
314
251
  height: "10.65"
315
- }
316
- ),
317
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
318
- "rect",
319
- {
252
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
320
253
  fill: "#E6E6E6",
321
254
  transform: "translate(8.6312, 8.8375) rotate(-180) translate(-8.6312, -8.8375)",
322
255
  x: "7.4",
323
256
  y: "3.5125",
324
257
  width: "2.4625",
325
258
  height: "10.65"
326
- }
327
- ),
328
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
329
- "rect",
330
- {
259
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
331
260
  fill: "#E6E6E6",
332
261
  transform: "translate(4.9437, 8.8375) rotate(-180) translate(-4.9437, -8.8375)",
333
262
  x: "3.7125",
334
263
  y: "3.5125",
335
264
  width: "2.4625",
336
265
  height: "10.65"
337
- }
338
- )
339
- ] }),
340
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { fillRule: "nonzero", children: [
341
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
342
- "rect",
343
- {
266
+ })]
267
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
268
+ fillRule: "nonzero",
269
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
344
270
  fill: "#FFFFFF",
345
271
  transform: "translate(24.4875, 8.1938) rotate(-180) translate(-24.4875, -8.1938)",
346
272
  x: "0",
@@ -348,11 +274,7 @@ var WarningSvg = () => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
348
274
  width: "48.975",
349
275
  height: "16.3875",
350
276
  rx: "1.075"
351
- }
352
- ),
353
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
354
- "rect",
355
- {
277
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
356
278
  fill: "#FFFFFF",
357
279
  transform: "translate(24.4875, 8.1938) rotate(-180) translate(-24.4875, -8.1938)",
358
280
  x: "0",
@@ -360,295 +282,241 @@ var WarningSvg = () => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
360
282
  width: "48.975",
361
283
  height: "16.3875",
362
284
  rx: "1.075"
363
- }
364
- ),
365
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { fill: "#E6E6E6", cx: "45.3875", cy: "3.9875", r: "1.2" }),
366
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { fill: "#E6E6E6", cx: "41.2375", cy: "3.9875", r: "1.2" }),
367
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { fill: "#E6E6E6", cx: "37.0875", cy: "3.9875", r: "1.2" }),
368
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
369
- "rect",
370
- {
285
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
286
+ fill: "#E6E6E6",
287
+ cx: "45.3875",
288
+ cy: "3.9875",
289
+ r: "1.2"
290
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
291
+ fill: "#E6E6E6",
292
+ cx: "41.2375",
293
+ cy: "3.9875",
294
+ r: "1.2"
295
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
296
+ fill: "#E6E6E6",
297
+ cx: "37.0875",
298
+ cy: "3.9875",
299
+ r: "1.2"
300
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
371
301
  fill: "#E6E6E6",
372
302
  transform: "translate(27.0313, 8.8375) rotate(-180) translate(-27.0313, -8.8375)",
373
303
  x: "25.8",
374
304
  y: "3.5125",
375
305
  width: "2.4625",
376
306
  height: "10.65"
377
- }
378
- ),
379
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
380
- "rect",
381
- {
307
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
382
308
  fill: "#E6E6E6",
383
309
  transform: "translate(23.3562, 8.8375) rotate(-180) translate(-23.3562, -8.8375)",
384
310
  x: "22.125",
385
311
  y: "3.5125",
386
312
  width: "2.4625",
387
313
  height: "10.65"
388
- }
389
- ),
390
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
391
- "rect",
392
- {
314
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
393
315
  fill: "#E6E6E6",
394
316
  transform: "translate(19.6688, 8.8375) rotate(-180) translate(-19.6688, -8.8375)",
395
317
  x: "18.4375",
396
318
  y: "3.5125",
397
319
  width: "2.4625",
398
320
  height: "10.65"
399
- }
400
- ),
401
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
402
- "rect",
403
- {
321
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
404
322
  fill: "#E6E6E6",
405
323
  transform: "translate(15.9937, 8.8375) rotate(-180) translate(-15.9937, -8.8375)",
406
324
  x: "14.7625",
407
325
  y: "3.5125",
408
326
  width: "2.4625",
409
327
  height: "10.65"
410
- }
411
- ),
412
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
413
- "rect",
414
- {
328
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
415
329
  fill: "#E6E6E6",
416
330
  transform: "translate(12.3062, 8.8375) rotate(-180) translate(-12.3062, -8.8375)",
417
331
  x: "11.075",
418
332
  y: "3.5125",
419
333
  width: "2.4625",
420
334
  height: "10.65"
421
- }
422
- ),
423
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
424
- "rect",
425
- {
335
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
426
336
  fill: "#E6E6E6",
427
337
  transform: "translate(8.6312, 8.8375) rotate(-180) translate(-8.6312, -8.8375)",
428
338
  x: "7.4",
429
339
  y: "3.5125",
430
340
  width: "2.4625",
431
341
  height: "10.65"
432
- }
433
- ),
434
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
435
- "rect",
436
- {
342
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
437
343
  fill: "#E6E6E6",
438
344
  transform: "translate(4.9437, 8.8375) rotate(-180) translate(-4.9437, -8.8375)",
439
345
  x: "3.7125",
440
346
  y: "3.5125",
441
347
  width: "2.4625",
442
348
  height: "10.65"
443
- }
444
- )
445
- ] })
446
- ] }),
447
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
448
- "g",
449
- {
349
+ })]
350
+ })]
351
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
450
352
  stroke: "none",
451
353
  strokeWidth: "1",
452
354
  fillRule: "evenodd",
453
355
  transform: "translate(36.825, 4.0375)",
454
- children: [
455
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
456
- "path",
457
- {
458
- d: "M4.4125,0 L4.4125,0 C6.85,0 8.825,1.975 8.825,4.4125 L8.825,7.95 L0,7.95 L0,4.4125 C0,1.975 1.975,0 4.4125,0 Z",
459
- fill: "#FFA005",
460
- fillRule: "nonzero"
461
- }
462
- ),
463
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { fill: "#FFFFFF", fillRule: "nonzero", cx: "3.0375", cy: "3.4", r: "1.7" })
464
- ]
465
- }
466
- )
467
- ] }) })
468
- ] }),
469
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
470
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { fill: "#FFA005", fillRule: "nonzero", cx: "24.7375", cy: "24.7375", r: "24.7375" }),
471
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(21.5222, 13.9875)", fill: "#FFFFFF", children: [
472
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M0.815346205,0 L5.61534621,0 C6.06534621,0 6.44034621,0.3625 6.44034621,0.825 C6.44034621,0.85 6.44034621,0.875 6.44034621,0.8875 L5.26534621,15.1875 C5.22784621,15.6125 4.87784621,15.9375 4.44034621,15.9375 L2.00284621,15.9375 C1.57784621,15.9375 1.21534621,15.6125 1.17784621,15.1875 L0.00284620526,0.8875 C-0.0346537947,0.4375 0.302846205,0.0375 0.752846205,0 C0.777846205,0 0.802846205,0 0.815346205,0 Z" }),
473
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
474
- "rect",
475
- {
476
- fillRule: "nonzero",
477
- x: "1.24034621",
478
- y: "17.55",
479
- width: "3.95",
480
- height: "3.95",
481
- rx: "0.825"
482
- }
483
- )
484
- ] })
485
- ] }),
486
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
487
- "path",
488
- {
489
- d: "M148.625,46.8625 C148.625,40.9875 147.0875,35.4875 144.4125,30.7 L97.9125,30.7 C94.35,30.7 91.4625,33.5875 91.4625,37.15 L91.4625,131.8375 L148.6375,131.8375 L148.6375,46.8625 L148.625,46.8625 Z",
490
- fill: "#F2F2F2",
491
- fillRule: "nonzero"
492
- }
493
- ),
494
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(100.546, 55.5688)", children: [
495
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
496
- "path",
497
- {
498
- d: "M10.7914603,1.06875 L0.291460333,19.25625 C-0.533539667,20.68125 0.491460333,22.44375 2.12896033,22.44375 L23.1289603,22.44375 C24.7664603,22.44375 25.7914603,20.66875 24.9664603,19.25625 L14.4664603,1.06875 C13.6414603,-0.35625 11.6039603,-0.35625 10.7789603,1.06875 L10.7914603,1.06875 Z",
499
- fill: "#CCCCCC",
500
- fillRule: "nonzero"
501
- }
502
- ),
503
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(11.1157, 8.6187)", fill: "#FFFFFF", children: [
504
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M0.388226947,0 L2.63822695,0 C2.85072695,0 3.02572695,0.175 3.02572695,0.3875 C3.02572695,0.3875 3.02572695,0.4125 3.02572695,0.425 L2.47572695,7.15 C2.46322695,7.35 2.28822695,7.5 2.08822695,7.5 L0.938226947,7.5 C0.738226947,7.5 0.563226947,7.35 0.550726947,7.15 L0.00072694688,0.425 C-0.0117730531,0.2125 0.138226947,0.025 0.350726947,0.0125 C0.350726947,0.0125 0.375726947,0.0125 0.388226947,0.0125 L0.388226947,0 Z" }),
505
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
506
- "rect",
507
- {
508
- fillRule: "nonzero",
509
- x: "0.588226947",
510
- y: "8.2375",
511
- width: "1.8625",
512
- height: "1.8625",
513
- rx: "0.3875"
514
- }
515
- )
516
- ] })
517
- ] }),
518
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(121.596, 95.8813)", children: [
519
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
520
- "path",
521
- {
522
- d: "M10.7914603,1.06875 L0.291460333,19.25625 C-0.533539667,20.68125 0.491460333,22.44375 2.12896033,22.44375 L23.1289603,22.44375 C24.7664603,22.44375 25.7914603,20.66875 24.9664603,19.25625 L14.4664603,1.06875 C13.6414603,-0.35625 11.6039603,-0.35625 10.7789603,1.06875 L10.7914603,1.06875 Z",
523
- fill: "#CCCCCC",
524
- fillRule: "nonzero"
525
- }
526
- ),
527
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(11.1157, 8.6187)", fill: "#FFFFFF", children: [
528
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M0.388226947,0 L2.63822695,0 C2.85072695,0 3.02572695,0.175 3.02572695,0.3875 C3.02572695,0.3875 3.02572695,0.4125 3.02572695,0.425 L2.47572695,7.15 C2.46322695,7.35 2.28822695,7.5 2.08822695,7.5 L0.938226947,7.5 C0.738226947,7.5 0.563226947,7.35 0.550726947,7.15 L0.00072694688,0.425 C-0.0117730531,0.2125 0.138226947,0.025 0.350726947,0.0125 C0.350726947,0.0125 0.375726947,0.0125 0.388226947,0.0125 L0.388226947,0 Z" }),
529
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
530
- "rect",
531
- {
532
- fillRule: "nonzero",
533
- x: "0.588226947",
534
- y: "8.25",
535
- width: "1.8625",
536
- height: "1.8625",
537
- rx: "0.3875"
538
- }
539
- )
540
- ] })
541
- ] }),
542
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
543
- "path",
544
- {
545
- d: "M97.9125,30.7 C94.35,30.7 91.4625,33.5875 91.4625,37.15 L91.4625,42.0375 L148.275,42.0375 C147.6875,37.975 146.35,34.15 144.4125,30.7 L97.9125,30.7 L97.9125,30.7 Z",
546
- fill: "#132039",
547
- fillRule: "nonzero"
548
- }
549
- ),
550
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { fill: "#FFFFFF", fillRule: "nonzero", cx: "97.55", cy: "36.3625", r: "1.725" }),
551
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { fill: "#FFFFFF", fillRule: "nonzero", cx: "102.85", cy: "36.3625", r: "1.725" }),
552
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { fill: "#FFFFFF", fillRule: "nonzero", cx: "108.1375", cy: "36.3625", r: "1.725" }),
553
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
554
- "rect",
555
- {
556
- fill: "#E6E6E6",
356
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
357
+ d: "M4.4125,0 L4.4125,0 C6.85,0 8.825,1.975 8.825,4.4125 L8.825,7.95 L0,7.95 L0,4.4125 C0,1.975 1.975,0 4.4125,0 Z",
358
+ fill: "#FFA005",
359
+ fillRule: "nonzero"
360
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
361
+ fill: "#FFFFFF",
362
+ fillRule: "nonzero",
363
+ cx: "3.0375",
364
+ cy: "3.4",
365
+ r: "1.7"
366
+ })]
367
+ })]
368
+ })
369
+ })]
370
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
371
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
372
+ fill: "#FFA005",
557
373
  fillRule: "nonzero",
558
- x: "100.0875",
559
- y: "50.25",
560
- width: "26.4875",
561
- height: "3.4875",
562
- rx: "1.225"
563
- }
564
- ),
565
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
566
- "path",
567
- {
568
- d: "M130.9625,50.25 L148.275,50.25 L148.275,53.7375 L130.9625,53.7375 C130.2875,53.7375 129.7375,53.1875 129.7375,52.5125 L129.7375,51.4875 C129.7375,50.8125 130.2875,50.2625 130.9625,50.2625 L130.9625,50.25 Z",
569
- fill: "#E6E6E6",
570
- fillRule: "nonzero"
571
- }
572
- ),
573
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
574
- "path",
575
- {
576
- d: "M123.725,58.2625 L148.275,58.2625 L148.275,61.75 L123.725,61.75 C123.05,61.75 122.5,61.2 122.5,60.525 L122.5,59.5 C122.5,58.825 123.05,58.275 123.725,58.275 L123.725,58.2625 Z",
577
- fill: "#E6E6E6",
374
+ cx: "24.7375",
375
+ cy: "24.7375",
376
+ r: "24.7375"
377
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
378
+ transform: "translate(21.5222, 13.9875)",
379
+ fill: "#FFFFFF",
380
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
381
+ d: "M0.815346205,0 L5.61534621,0 C6.06534621,0 6.44034621,0.3625 6.44034621,0.825 C6.44034621,0.85 6.44034621,0.875 6.44034621,0.8875 L5.26534621,15.1875 C5.22784621,15.6125 4.87784621,15.9375 4.44034621,15.9375 L2.00284621,15.9375 C1.57784621,15.9375 1.21534621,15.6125 1.17784621,15.1875 L0.00284620526,0.8875 C-0.0346537947,0.4375 0.302846205,0.0375 0.752846205,0 C0.777846205,0 0.802846205,0 0.815346205,0 Z"
382
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
383
+ fillRule: "nonzero",
384
+ x: "1.24034621",
385
+ y: "17.55",
386
+ width: "3.95",
387
+ height: "3.95",
388
+ rx: "0.825"
389
+ })]
390
+ })]
391
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
392
+ d: "M148.625,46.8625 C148.625,40.9875 147.0875,35.4875 144.4125,30.7 L97.9125,30.7 C94.35,30.7 91.4625,33.5875 91.4625,37.15 L91.4625,131.8375 L148.6375,131.8375 L148.6375,46.8625 L148.625,46.8625 Z",
393
+ fill: "#F2F2F2",
394
+ fillRule: "nonzero"
395
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
396
+ transform: "translate(100.546, 55.5688)",
397
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
398
+ d: "M10.7914603,1.06875 L0.291460333,19.25625 C-0.533539667,20.68125 0.491460333,22.44375 2.12896033,22.44375 L23.1289603,22.44375 C24.7664603,22.44375 25.7914603,20.66875 24.9664603,19.25625 L14.4664603,1.06875 C13.6414603,-0.35625 11.6039603,-0.35625 10.7789603,1.06875 L10.7914603,1.06875 Z",
399
+ fill: "#CCCCCC",
578
400
  fillRule: "nonzero"
579
- }
580
- ),
581
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
582
- "path",
583
- {
584
- d: "M131.025,66.275 L148.275,66.275 L148.275,69.7625 L131.025,69.7625 C130.35,69.7625 129.8,69.2125 129.8,68.5375 L129.8,67.5125 C129.8,66.8375 130.35,66.2875 131.025,66.2875 L131.025,66.275 Z",
585
- fill: "#E6E6E6",
401
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
402
+ transform: "translate(11.1157, 8.6187)",
403
+ fill: "#FFFFFF",
404
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
405
+ d: "M0.388226947,0 L2.63822695,0 C2.85072695,0 3.02572695,0.175 3.02572695,0.3875 C3.02572695,0.3875 3.02572695,0.4125 3.02572695,0.425 L2.47572695,7.15 C2.46322695,7.35 2.28822695,7.5 2.08822695,7.5 L0.938226947,7.5 C0.738226947,7.5 0.563226947,7.35 0.550726947,7.15 L0.00072694688,0.425 C-0.0117730531,0.2125 0.138226947,0.025 0.350726947,0.0125 C0.350726947,0.0125 0.375726947,0.0125 0.388226947,0.0125 L0.388226947,0 Z"
406
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
407
+ fillRule: "nonzero",
408
+ x: "0.588226947",
409
+ y: "8.2375",
410
+ width: "1.8625",
411
+ height: "1.8625",
412
+ rx: "0.3875"
413
+ })]
414
+ })]
415
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
416
+ transform: "translate(121.596, 95.8813)",
417
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
418
+ d: "M10.7914603,1.06875 L0.291460333,19.25625 C-0.533539667,20.68125 0.491460333,22.44375 2.12896033,22.44375 L23.1289603,22.44375 C24.7664603,22.44375 25.7914603,20.66875 24.9664603,19.25625 L14.4664603,1.06875 C13.6414603,-0.35625 11.6039603,-0.35625 10.7789603,1.06875 L10.7914603,1.06875 Z",
419
+ fill: "#CCCCCC",
586
420
  fillRule: "nonzero"
587
- }
588
- ),
589
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
590
- "path",
591
- {
592
- d: "M131.025,74.2875 L148.275,74.2875 L148.275,77.775 L131.025,77.775 C130.35,77.775 129.8,77.225 129.8,76.55 L129.8,75.525 C129.8,74.85 130.35,74.3 131.025,74.3 L131.025,74.2875 Z",
593
- fill: "#E6E6E6",
594
- fillRule: "nonzero"
595
- }
596
- ),
597
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
598
- "path",
599
- {
600
- d: "M101.3125,82.3 L148.275,82.3 L148.275,85.7875 L101.3125,85.7875 C100.6375,85.7875 100.0875,85.2375 100.0875,84.5625 L100.0875,83.5375 C100.0875,82.8625 100.6375,82.3125 101.3125,82.3125 L101.3125,82.3 Z",
601
- fill: "#E6E6E6",
602
- fillRule: "nonzero"
603
- }
604
- ),
605
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
606
- "path",
607
- {
608
- d: "M101.3125,90.3125 L148.275,90.3125 L148.275,93.8 L101.3125,93.8 C100.6375,93.8 100.0875,93.25 100.0875,92.575 L100.0875,91.55 C100.0875,90.875 100.6375,90.325 101.3125,90.325 L101.3125,90.3125 Z",
609
- fill: "#E6E6E6",
610
- fillRule: "nonzero"
611
- }
612
- ),
613
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
614
- "rect",
615
- {
616
- fill: "#E6E6E6",
617
- fillRule: "nonzero",
618
- x: "100.0875",
619
- y: "98.325",
620
- width: "24.075",
621
- height: "3.4875",
622
- rx: "1.225"
623
- }
624
- ),
625
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
626
- "rect",
627
- {
628
- fill: "#E6E6E6",
629
- fillRule: "nonzero",
630
- x: "100.0875",
631
- y: "106.3375",
632
- width: "17.9875",
633
- height: "3.4875",
634
- rx: "1.225"
635
- }
636
- ),
637
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
638
- "rect",
639
- {
640
- fill: "#E6E6E6",
641
- fillRule: "nonzero",
642
- x: "100.0875",
643
- y: "114.35",
644
- width: "17.9875",
645
- height: "3.4875",
646
- rx: "1.225"
647
- }
648
- )
649
- ] }) })
650
- ]
651
- }
652
- );
653
- var Warning = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_icons.default, { component: WarningSvg, ...props });
654
- var Warning_default = Warning;
421
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
422
+ transform: "translate(11.1157, 8.6187)",
423
+ fill: "#FFFFFF",
424
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
425
+ d: "M0.388226947,0 L2.63822695,0 C2.85072695,0 3.02572695,0.175 3.02572695,0.3875 C3.02572695,0.3875 3.02572695,0.4125 3.02572695,0.425 L2.47572695,7.15 C2.46322695,7.35 2.28822695,7.5 2.08822695,7.5 L0.938226947,7.5 C0.738226947,7.5 0.563226947,7.35 0.550726947,7.15 L0.00072694688,0.425 C-0.0117730531,0.2125 0.138226947,0.025 0.350726947,0.0125 C0.350726947,0.0125 0.375726947,0.0125 0.388226947,0.0125 L0.388226947,0 Z"
426
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
427
+ fillRule: "nonzero",
428
+ x: "0.588226947",
429
+ y: "8.25",
430
+ width: "1.8625",
431
+ height: "1.8625",
432
+ rx: "0.3875"
433
+ })]
434
+ })]
435
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
436
+ d: "M97.9125,30.7 C94.35,30.7 91.4625,33.5875 91.4625,37.15 L91.4625,42.0375 L148.275,42.0375 C147.6875,37.975 146.35,34.15 144.4125,30.7 L97.9125,30.7 L97.9125,30.7 Z",
437
+ fill: "#132039",
438
+ fillRule: "nonzero"
439
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
440
+ fill: "#FFFFFF",
441
+ fillRule: "nonzero",
442
+ cx: "97.55",
443
+ cy: "36.3625",
444
+ r: "1.725"
445
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
446
+ fill: "#FFFFFF",
447
+ fillRule: "nonzero",
448
+ cx: "102.85",
449
+ cy: "36.3625",
450
+ r: "1.725"
451
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
452
+ fill: "#FFFFFF",
453
+ fillRule: "nonzero",
454
+ cx: "108.1375",
455
+ cy: "36.3625",
456
+ r: "1.725"
457
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
458
+ fill: "#E6E6E6",
459
+ fillRule: "nonzero",
460
+ x: "100.0875",
461
+ y: "50.25",
462
+ width: "26.4875",
463
+ height: "3.4875",
464
+ rx: "1.225"
465
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
466
+ d: "M130.9625,50.25 L148.275,50.25 L148.275,53.7375 L130.9625,53.7375 C130.2875,53.7375 129.7375,53.1875 129.7375,52.5125 L129.7375,51.4875 C129.7375,50.8125 130.2875,50.2625 130.9625,50.2625 L130.9625,50.25 Z",
467
+ fill: "#E6E6E6",
468
+ fillRule: "nonzero"
469
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
470
+ d: "M123.725,58.2625 L148.275,58.2625 L148.275,61.75 L123.725,61.75 C123.05,61.75 122.5,61.2 122.5,60.525 L122.5,59.5 C122.5,58.825 123.05,58.275 123.725,58.275 L123.725,58.2625 Z",
471
+ fill: "#E6E6E6",
472
+ fillRule: "nonzero"
473
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
474
+ d: "M131.025,66.275 L148.275,66.275 L148.275,69.7625 L131.025,69.7625 C130.35,69.7625 129.8,69.2125 129.8,68.5375 L129.8,67.5125 C129.8,66.8375 130.35,66.2875 131.025,66.2875 L131.025,66.275 Z",
475
+ fill: "#E6E6E6",
476
+ fillRule: "nonzero"
477
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
478
+ d: "M131.025,74.2875 L148.275,74.2875 L148.275,77.775 L131.025,77.775 C130.35,77.775 129.8,77.225 129.8,76.55 L129.8,75.525 C129.8,74.85 130.35,74.3 131.025,74.3 L131.025,74.2875 Z",
479
+ fill: "#E6E6E6",
480
+ fillRule: "nonzero"
481
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
482
+ d: "M101.3125,82.3 L148.275,82.3 L148.275,85.7875 L101.3125,85.7875 C100.6375,85.7875 100.0875,85.2375 100.0875,84.5625 L100.0875,83.5375 C100.0875,82.8625 100.6375,82.3125 101.3125,82.3125 L101.3125,82.3 Z",
483
+ fill: "#E6E6E6",
484
+ fillRule: "nonzero"
485
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
486
+ d: "M101.3125,90.3125 L148.275,90.3125 L148.275,93.8 L101.3125,93.8 C100.6375,93.8 100.0875,93.25 100.0875,92.575 L100.0875,91.55 C100.0875,90.875 100.6375,90.325 101.3125,90.325 L101.3125,90.3125 Z",
487
+ fill: "#E6E6E6",
488
+ fillRule: "nonzero"
489
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
490
+ fill: "#E6E6E6",
491
+ fillRule: "nonzero",
492
+ x: "100.0875",
493
+ y: "98.325",
494
+ width: "24.075",
495
+ height: "3.4875",
496
+ rx: "1.225"
497
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
498
+ fill: "#E6E6E6",
499
+ fillRule: "nonzero",
500
+ x: "100.0875",
501
+ y: "106.3375",
502
+ width: "17.9875",
503
+ height: "3.4875",
504
+ rx: "1.225"
505
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
506
+ fill: "#E6E6E6",
507
+ fillRule: "nonzero",
508
+ x: "100.0875",
509
+ y: "114.35",
510
+ width: "17.9875",
511
+ height: "3.4875",
512
+ rx: "1.225"
513
+ })]
514
+ })
515
+ })]
516
+ });
517
+ };
518
+ const Warning = props => /*#__PURE__*/(0, _jsxRuntime.jsx)(_icons.default, {
519
+ component: WarningSvg,
520
+ ...props
521
+ });
522
+ var _default = exports.default = Warning;