@hitachivantara/app-shell-ui 2.3.2 → 2.3.3

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 (62) hide show
  1. package/dist/components/AppShell/AppShell.js +16 -5
  2. package/dist/components/AppShell/AppShellContainer.js +75 -66
  3. package/dist/components/AppShell/AppShellRouter.js +98 -109
  4. package/dist/components/AppShellI18nProvider/AppShellI18nProvider.js +19 -25
  5. package/dist/components/AppShellProvider/AppShellProvider.js +84 -91
  6. package/dist/components/AppShellViewProvider/AppShellViewProvider.js +10 -7
  7. package/dist/components/ConfigIcon.js +13 -15
  8. package/dist/components/CustomHooksInitializer/CustomHooksInitializer.js +7 -7
  9. package/dist/components/GlobalStyles.js +11 -9
  10. package/dist/components/IconUiKit/IconUiKit.js +10 -8
  11. package/dist/components/InitErrorFallback/InitErrorFallback.js +31 -23
  12. package/dist/components/SnackbarProvider/SnackbarProvider.js +17 -20
  13. package/dist/components/layout/AppShellLayout.js +50 -65
  14. package/dist/components/layout/BrandLogo/BrandLogo.js +25 -35
  15. package/dist/components/layout/BrandLogo/logos.js +38 -55
  16. package/dist/components/layout/Header/Header.js +55 -74
  17. package/dist/components/layout/HeaderActions/AppSwitcherToggle/AppSwitcherToggle.js +66 -74
  18. package/dist/components/layout/HeaderActions/AppSwitcherToggle/styles.js +12 -12
  19. package/dist/components/layout/HeaderActions/ColorModeSwitcher.js +23 -26
  20. package/dist/components/layout/HeaderActions/DynamicAction.js +22 -21
  21. package/dist/components/layout/HeaderActions/HeaderActions.js +15 -22
  22. package/dist/components/layout/HeaderActions/HelpButton/HelpButton.js +22 -31
  23. package/dist/components/layout/HeaderActions/InternalAction/InternalAction.js +25 -36
  24. package/dist/components/layout/VerticalNavigation/NavigationCollapse.js +29 -34
  25. package/dist/components/layout/VerticalNavigation/NavigationHeader.js +18 -20
  26. package/dist/components/layout/VerticalNavigation/VerticalNavigation.js +96 -130
  27. package/dist/hooks/useClearLocationState.js +10 -12
  28. package/dist/hooks/useConditionsEvaluator.js +67 -81
  29. package/dist/hooks/useCustomEventListener.js +16 -28
  30. package/dist/hooks/useFilteredModel.js +30 -27
  31. package/dist/hooks/useLocalStorage.js +26 -26
  32. package/dist/hooks/useModelFromConfig.js +43 -39
  33. package/dist/hooks/useNavigationMenuItems.js +27 -30
  34. package/dist/hooks/useNotificationsEventListener.js +35 -42
  35. package/dist/hooks/useResizeObserver.js +13 -13
  36. package/dist/hooks/useThemeEventListener.js +17 -18
  37. package/dist/i18n/constants.js +5 -6
  38. package/dist/i18n/index.js +26 -20
  39. package/dist/i18n/useI18nInit.js +72 -66
  40. package/dist/index.js +4 -3
  41. package/dist/pages/ErrorPage/ErrorPage.js +33 -32
  42. package/dist/pages/ErrorPage/Footer.js +46 -55
  43. package/dist/pages/GenericError/CatServer.js +585 -569
  44. package/dist/pages/GenericError/GenericError.js +25 -26
  45. package/dist/pages/LoadingPage/LoadingPage.js +9 -17
  46. package/dist/pages/LoadingPage/index.js +4 -3
  47. package/dist/pages/NotFound/DogeSpace.js +505 -540
  48. package/dist/pages/NotFound/NotFound.js +17 -20
  49. package/dist/pages/NotFound/index.js +2 -4
  50. package/dist/pages/RootRoute.js +32 -19
  51. package/dist/providers/BannerProvider.js +98 -123
  52. package/dist/providers/LayoutProvider.js +26 -32
  53. package/dist/providers/NavigationProvider.js +96 -107
  54. package/dist/utils/CombinedProviders.js +12 -18
  55. package/dist/utils/documentUtil.js +12 -12
  56. package/dist/utils/filterModel.js +134 -170
  57. package/dist/utils/lazyImport.js +31 -36
  58. package/dist/utils/navigationUtil.js +68 -53
  59. package/dist/utils/processConfig.js +119 -153
  60. package/package.json +8 -8
  61. package/dist/components/IconUiKit/index.js +0 -6
  62. package/dist/pages/LoadingPage/styles.js +0 -30
@@ -1,571 +1,587 @@
1
- import { jsxs, jsx } from "react/jsx-runtime";
2
1
  import { theme } from "@hitachivantara/uikit-react-core";
3
- const mugSpillColor = "#ffa82f";
4
- function CatServer({
5
- title = "Black cat spilling drink on server rack",
6
- ...others
7
- }) {
8
- return /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 831.85 484.67", role: "img", "aria-label": title, ...others, children: [
9
- /* @__PURE__ */ jsx(
10
- "path",
11
- {
12
- fill: "#fff",
13
- d: "M400.97 77.51C607 77.51 774 244.52 774 450.54H27.94c0-206.02 167.01-373.03 373.03-373.03",
14
- opacity: 0.7
15
- }
16
- ),
17
- /* @__PURE__ */ jsxs("g", { children: [
18
- /* @__PURE__ */ jsxs("g", { fill: mugSpillColor, transform: "translate(-555.03 -336.33)", children: [
19
- /* @__PURE__ */ jsx(
20
- "ellipse",
21
- {
22
- cx: 62,
23
- cy: 9,
24
- rx: 62,
25
- ry: 9,
26
- transform: "translate(898 797)"
27
- }
28
- ),
29
- /* @__PURE__ */ jsx(
30
- "ellipse",
31
- {
32
- cx: 12,
33
- cy: 2.5,
34
- rx: 12,
35
- ry: 2.5,
36
- transform: "translate(1013 812)"
37
- }
38
- ),
39
- /* @__PURE__ */ jsx(
40
- "ellipse",
41
- {
42
- cx: 4.5,
43
- cy: 2,
44
- rx: 4.5,
45
- ry: 2,
46
- transform: "translate(1006 817)"
47
- }
48
- )
49
- ] }),
50
- /* @__PURE__ */ jsxs("g", { transform: "translate(-559.03 -336.33)", children: [
51
- /* @__PURE__ */ jsx(
52
- "rect",
53
- {
54
- width: 180,
55
- height: 202,
56
- fill: "#ccced0",
57
- rx: 3,
58
- transform: "translate(871 565)"
59
- }
60
- ),
61
- /* @__PURE__ */ jsxs("g", { children: [
62
- /* @__PURE__ */ jsx(
63
- "rect",
64
- {
65
- width: 207,
66
- height: 70,
67
- fill: "#e8e8e8",
68
- rx: 3,
69
- transform: "translate(857 732)"
70
- }
71
- ),
72
- /* @__PURE__ */ jsx(
73
- "path",
74
- {
75
- fill: "none",
76
- stroke: "#ccced0",
77
- strokeLinecap: "round",
78
- strokeWidth: 3,
79
- d: "M1034 787.5v-41"
80
- }
81
- ),
82
- /* @__PURE__ */ jsx(
83
- "path",
84
- {
85
- fill: "none",
86
- stroke: "#ccced0",
87
- strokeLinecap: "round",
88
- strokeWidth: 3,
89
- d: "M1014 787.5v-41"
90
- }
91
- ),
92
- /* @__PURE__ */ jsx(
93
- "path",
94
- {
95
- fill: "none",
96
- stroke: "#ccced0",
97
- strokeLinecap: "round",
98
- strokeWidth: 3,
99
- d: "M1044 787.5v-41"
100
- }
101
- ),
102
- /* @__PURE__ */ jsx(
103
- "path",
104
- {
105
- fill: "none",
106
- stroke: "#ccced0",
107
- strokeLinecap: "round",
108
- strokeWidth: 3,
109
- d: "M1024 787.5v-41"
110
- }
111
- ),
112
- /* @__PURE__ */ jsxs("g", { transform: "translate(-8053 -1069)", children: [
113
- /* @__PURE__ */ jsx(
114
- "rect",
115
- {
116
- width: 40,
117
- height: 40,
118
- fill: "#999",
119
- rx: 6,
120
- transform: "translate(8925 1816)"
121
- }
122
- ),
123
- /* @__PURE__ */ jsx(
124
- "circle",
125
- {
126
- cx: 16,
127
- cy: 16,
128
- r: 16,
129
- fill: "#fff",
130
- transform: "translate(8929 1820)"
131
- }
132
- ),
133
- /* @__PURE__ */ jsx(
134
- "circle",
135
- {
136
- cx: 3,
137
- cy: 3,
138
- r: 3,
139
- fill: "#ccced0",
140
- transform: "translate(8942 1833)"
141
- }
142
- ),
143
- /* @__PURE__ */ jsx("path", { fill: "#e8e8e8", d: "M8959.4 1836a4.7 4.7 0 0 1-9.4 0Z" }),
144
- /* @__PURE__ */ jsx("path", { fill: "#e8e8e8", d: "M8930.6 1836a4.7 4.7 0 0 1 9.4 0Z" }),
145
- /* @__PURE__ */ jsx("path", { fill: "#e8e8e8", d: "M8945 1821.6a4.7 4.7 0 0 1 0 9.4Z" }),
146
- /* @__PURE__ */ jsx("path", { fill: "#e8e8e8", d: "M8945 1850.4a4.7 4.7 0 0 1 0-9.4Z" })
147
- ] })
148
- ] }),
149
- /* @__PURE__ */ jsxs("g", { children: [
150
- /* @__PURE__ */ jsx(
151
- "rect",
152
- {
153
- width: 207,
154
- height: 62,
155
- fill: "#e8e8e8",
156
- rx: 3,
157
- transform: "translate(857 660)"
158
- }
159
- ),
160
- /* @__PURE__ */ jsx("path", { fill: "#fbfcfc", d: "M857 687h207v8H857z" })
161
- ] }),
162
- /* @__PURE__ */ jsxs("g", { transform: "translate(-8053 -1009)", children: [
163
- /* @__PURE__ */ jsx(
164
- "rect",
165
- {
166
- width: 207,
167
- height: 50,
168
- fill: "#e8e8e8",
169
- rx: 3,
170
- transform: "translate(8910 1609)"
171
- }
172
- ),
173
- /* @__PURE__ */ jsxs("g", { children: [
174
- /* @__PURE__ */ jsx(
175
- "path",
176
- {
177
- fill: "none",
178
- stroke: "#ccced0",
179
- strokeLinecap: "round",
180
- strokeWidth: 2,
181
- d: "M8930 1629h41"
182
- }
183
- ),
184
- /* @__PURE__ */ jsx(
185
- "path",
186
- {
187
- fill: "none",
188
- stroke: "#ccced0",
189
- strokeLinecap: "round",
190
- strokeWidth: 2,
191
- d: "M8930 1639h41"
192
- }
193
- ),
194
- /* @__PURE__ */ jsx(
195
- "circle",
196
- {
197
- cx: 5,
198
- cy: 5,
199
- r: 5,
200
- fill: "#fff",
201
- transform: "translate(9055 1629)"
202
- }
203
- ),
204
- /* @__PURE__ */ jsx(
205
- "circle",
206
- {
207
- cx: 5,
208
- cy: 5,
209
- r: 5,
210
- fill: "#ccced0",
211
- transform: "translate(9070 1629)"
212
- }
213
- ),
214
- /* @__PURE__ */ jsx(
215
- "circle",
216
- {
217
- cx: 5,
218
- cy: 5,
219
- r: 5,
220
- fill: "#fff",
221
- transform: "translate(9085 1629)"
222
- }
223
- )
224
- ] })
225
- ] }),
226
- /* @__PURE__ */ jsxs("g", { transform: "translate(-8053 -1069)", children: [
227
- /* @__PURE__ */ jsx(
228
- "rect",
229
- {
230
- width: 207,
231
- height: 50,
232
- fill: "#e8e8e8",
233
- rx: 3,
234
- transform: "translate(8910 1609)"
235
- }
236
- ),
237
- /* @__PURE__ */ jsxs("g", { children: [
238
- /* @__PURE__ */ jsx(
239
- "path",
240
- {
241
- fill: "none",
242
- stroke: "#ccced0",
243
- strokeLinecap: "round",
244
- strokeWidth: 2,
245
- d: "M8930 1629h41"
246
- }
247
- ),
248
- /* @__PURE__ */ jsx(
249
- "path",
250
- {
251
- fill: "none",
252
- stroke: "#ccced0",
253
- strokeLinecap: "round",
254
- strokeWidth: 2,
255
- d: "M8930 1639h41"
256
- }
257
- ),
258
- /* @__PURE__ */ jsx(
259
- "circle",
260
- {
261
- cx: 5,
262
- cy: 5,
263
- r: 5,
264
- fill: "#fff",
265
- transform: "translate(9055 1629)"
266
- }
267
- ),
268
- /* @__PURE__ */ jsx(
269
- "circle",
270
- {
271
- cx: 5,
272
- cy: 5,
273
- r: 5,
274
- fill: "#ccced0",
275
- transform: "translate(9070 1629)"
276
- }
277
- ),
278
- /* @__PURE__ */ jsx(
279
- "circle",
280
- {
281
- cx: 5,
282
- cy: 5,
283
- r: 5,
284
- fill: "#fff",
285
- transform: "translate(9085 1629)"
286
- }
287
- )
288
- ] })
289
- ] })
290
- ] }),
291
- /* @__PURE__ */ jsxs("g", { children: [
292
- /* @__PURE__ */ jsx(
293
- "path",
294
- {
295
- fill: theme.colors.textDark,
296
- d: "M337.87 69.6a37 37 0 0 1 13.03 12c7.41-2.2 12.42-.8 15.81 0 5.94-6.13 10.96-10.84 14.9-12 3.46 4.4 6.6 19.44 6.28 31.15s-5.56 17.43-10.18 19.29c-.62 8.87 3.58 26.18 7.52 32.12a54 54 0 0 0 11.9 12.88c4.4 3.63 4.73 9.43 2.45 12.35s-7 3.3-10.6 1.86c-1.23-3.19 0-4.46 0-4.46s-10.77-2.82-14-7.07c-1.17 1.22.26 2.02 2.48 11.02s-3.81 16.76-3.81 16.76 4.9 2.72 4.25 5.77-2.19 2.49-6.54 2.65c-1.74.06-7.98-.1-9.79 0-1.92.1.56.46-2.75.71-5.53.43-10.11-1.03-12.15-.99-6.12-.02-5.03.06-12.16 0s-13.1.25-18.68-.87-12.32-3.83-20.74 0-5.2 10.7-1.9 11.92 4.56 4.73 1.9 6.97-8.77 2.04-12.49-1.9-8.19-11.79 0-21.82 25.08-8.19 30.12-7.13c-3.48-6.83-8.63-17.35 0-33.99s19.73-25.7 23.37-30a28 28 0 0 0 4.92-7.93s-9.55-6.78-9.93-18.14 3.22-27.78 6.8-31.14"
297
- }
298
- ),
299
- /* @__PURE__ */ jsx(
300
- "path",
301
- {
302
- fill: "#696969",
303
- d: "M354.32 107.93a4.83 4.83 0 0 1 8.31 0s-2.52.11-3.05 1.53-.5 1.59-1.08 1.59-.39-.2-1.12-1.59-3.06-1.53-3.06-1.53"
304
- }
305
- ),
306
- /* @__PURE__ */ jsxs("g", { children: [
307
- /* @__PURE__ */ jsx("path", { fill: mugSpillColor, d: "M354.48 100.17a7.5 7.5 0 0 1-15 0Z" }),
308
- /* @__PURE__ */ jsx(
309
- "path",
310
- {
311
- fill: theme.colors.textDark,
312
- d: "M346.15 99.17c0 3.73-1.05 6.75-2.34 6.75s-2.33-3.02-2.33-6.75Z"
313
- }
314
- )
315
- ] }),
316
- /* @__PURE__ */ jsxs("g", { children: [
317
- /* @__PURE__ */ jsx("path", { fill: mugSpillColor, d: "M377.48 100.17a7.5 7.5 0 0 1-15 0Z" }),
318
- /* @__PURE__ */ jsx(
319
- "path",
320
- {
321
- fill: theme.colors.textDark,
322
- d: "M369.15 99.17c0 3.73-1.05 6.75-2.34 6.75s-2.33-3.02-2.33-6.75Z"
323
- }
324
- )
325
- ] })
326
- ] }),
327
- /* @__PURE__ */ jsxs("g", { stroke: "#ccced0", strokeLinecap: "round", children: [
328
- /* @__PURE__ */ jsx("path", { fill: "none", d: "M328.2 157.07s10.27.68 10.91 9.56" }),
329
- /* @__PURE__ */ jsx(
330
- "path",
331
- {
332
- fill: theme.colors.textDark,
333
- d: "M339.11 151.77s-.52 23.31 1.71 33.57 6.57 18.2 8.93 18.88 10.44 1.23 11.77-.45 1.55-2.61 0-7.16-2.6-5.35-3.33-15.16-.07-20.26 0-23.82"
334
- }
335
- ),
336
- /* @__PURE__ */ jsx("path", { fill: "none", d: "M353.85 200.24a9 9 0 0 1 0 4.29" }),
337
- /* @__PURE__ */ jsx("path", { fill: "none", d: "M357.85 200.24a9 9 0 0 1 0 4.29" })
338
- ] }),
339
- /* @__PURE__ */ jsx(
340
- "path",
341
- {
342
- fill: mugSpillColor,
343
- d: "M407.97 189s9.36 9.76 28.57 7.88 23.48 2.27 23.48 4.8-42.16 0-42.16 0c-4.42 0-9.89-4.36-9.89-9.73Z"
344
- }
345
- ),
346
- /* @__PURE__ */ jsx(
347
- "path",
348
- {
349
- fill: theme.colors.textDark,
350
- d: "M406.5 177.58v13.95a10.15 10.15 0 0 0 10.13 10.14h33.46a.84.84 0 0 0 .84-.83v-32.55a.84.84 0 0 0-.84-.84l-5.85.05v-3.81a5.5 5.5 0 0 0-5.49-5.49h-4.65a5.5 5.5 0 0 0-5.48 5.49v3.78l-12.82.01a10.15 10.15 0 0 0-9.3 10.1M449.25 200h-32.62a8.47 8.47 0 0 1-8.46-8.46v-13.95a8.47 8.47 0 0 1 8.46-8.47h32.62Zm-18.96-32.5v-3.81a3.8 3.8 0 0 1 3.81-3.82h4.65a3.8 3.8 0 0 1 3.81 3.82v3.8Z"
351
- }
352
- ),
353
- /* @__PURE__ */ jsx(
354
- "path",
355
- {
356
- fill: "none",
357
- stroke: theme.colors.textDark,
358
- strokeLinecap: "round",
359
- strokeWidth: 2,
360
- d: "M443.47 183.17v-9"
361
- }
362
- ),
363
- /* @__PURE__ */ jsxs("g", { fill: mugSpillColor, children: [
364
- /* @__PURE__ */ jsx("path", { d: "M395.97 201.67h87a2 2 0 0 1 2 2h-91a2 2 0 0 1 2-2" }),
365
- /* @__PURE__ */ jsx("path", { d: "M393.97 203.67h10v11a4 4 0 0 1-4 4h-2a4 4 0 0 1-4-4z" }),
366
- /* @__PURE__ */ jsx("path", { d: "M405.97 253.67h17v10h-17z" }),
367
- /* @__PURE__ */ jsx("path", { d: "M405.97 313.67h17v10h-17z" }),
368
- /* @__PURE__ */ jsx("path", { d: "M474.97 253.67h8v10h-8z" }),
369
- /* @__PURE__ */ jsx("path", { d: "M410.97 203.67h15v50h-15z" }),
370
- /* @__PURE__ */ jsx("path", { d: "M410.97 263.67h15v50h-15z" }),
371
- /* @__PURE__ */ jsx("path", { d: "M396.97 321.67h54a2 2 0 0 1 2 2h-58a2 2 0 0 1 2-2" }),
372
- /* @__PURE__ */ jsx("path", { d: "M396.97 393.67h13a2 2 0 0 1 2 2h-17a2 2 0 0 1 2-2" }),
373
- /* @__PURE__ */ jsx("path", { d: "M429.97 393.67h13a2 2 0 0 1 2 2h-17a2 2 0 0 1 2-2" }),
374
- /* @__PURE__ */ jsx("path", { d: "M360.97 261.67h74a2 2 0 0 1 2 2h-78a2 2 0 0 1 2-2" }),
375
- /* @__PURE__ */ jsx("path", { d: "M430.97 348.67h43a2 2 0 0 1 2 2h-47a2 2 0 0 1 2-2" }),
376
- /* @__PURE__ */ jsx("path", { d: "M459.97 203.67h7v5a3 3 0 0 1-3 3h-1a3 3 0 0 1-3-3z" }),
377
- /* @__PURE__ */ jsx("path", { d: "M477.97 203.67h7v50h-7z" }),
378
- /* @__PURE__ */ jsx("path", { d: "M477.97 263.67h7v12.5a3.5 3.5 0 0 1-3.5 3.5 3.5 3.5 0 0 1-3.5-3.5z" }),
379
- /* @__PURE__ */ jsx("path", { d: "M358.97 263.67h4v6a2 2 0 0 1-2 2 2 2 0 0 1-2-2z" }),
380
- /* @__PURE__ */ jsx("path", { d: "M379.97 263.67h8v12a4 4 0 0 1-4 4 4 4 0 0 1-4-4z" }),
381
- /* @__PURE__ */ jsx("path", { d: "M436.97 350.67h5v27.5a2.5 2.5 0 0 1-2.5 2.5 2.5 2.5 0 0 1-2.5-2.5z" }),
382
- /* @__PURE__ */ jsx("path", { d: "M436.97 395.67h5v27.5a2.5 2.5 0 0 1-2.5 2.5 2.5 2.5 0 0 1-2.5-2.5z" }),
383
- /* @__PURE__ */ jsx("path", { d: "M471.97 350.67h4v12a2 2 0 0 1-2 2 2 2 0 0 1-2-2z" }),
384
- /* @__PURE__ */ jsx("path", { d: "M400.97 323.67h7v12.5a3.5 3.5 0 0 1-3.5 3.5 3.5 3.5 0 0 1-3.5-3.5z" }),
385
- /* @__PURE__ */ jsx("path", { d: "M447.97 323.67h5v27h-5z" }),
386
- /* @__PURE__ */ jsx("path", { d: "M400.97 395.67h7v70h-7z" }),
387
- /* @__PURE__ */ jsx("path", { fill: "#ef9312", d: "M405.97 253.67h17v3h-17z" }),
388
- /* @__PURE__ */ jsx("path", { fill: "#ef9312", d: "M405.97 313.67h17v3h-17z" }),
389
- /* @__PURE__ */ jsx("path", { fill: "#ef9312", d: "M474.97 253.67h8v3h-8z" }),
390
- /* @__PURE__ */ jsxs("g", { fill: "none", stroke: "#fbfcfc", strokeLinecap: "round", opacity: 0.5, children: [
391
- /* @__PURE__ */ jsx("path", { d: "M422.97 224.45v-18.56" }),
392
- /* @__PURE__ */ jsx("path", { d: "M423.97 310.95v-26.43" }),
393
- /* @__PURE__ */ jsx("path", { d: "M451.15 338.03v-12.71" }),
394
- /* @__PURE__ */ jsx("path", { d: "M438.79 422.68v-12.72" }),
395
- /* @__PURE__ */ jsx("path", { d: "M482.97 251.87v-16.91" }),
396
- /* @__PURE__ */ jsx("path", { d: "M419.02 239.87v-28.2" }),
397
- /* @__PURE__ */ jsx("path", { d: "M406.5 427.37v-28.2" }),
398
- /* @__PURE__ */ jsx("path", { d: "M406.5 440.31v-9.44" }),
399
- /* @__PURE__ */ jsx("path", { d: "M385.6 276.05v-3.19" }),
400
- /* @__PURE__ */ jsx("path", { d: "M482.97 271.4v-5.32" }),
401
- /* @__PURE__ */ jsx("path", { d: "M474.77 361.53v-3.18" }),
402
- /* @__PURE__ */ jsx("path", { d: "M401.94 215.17v-3.76" })
403
- ] })
404
- ] }),
405
- /* @__PURE__ */ jsxs("g", { fill: mugSpillColor, children: [
406
- /* @__PURE__ */ jsx("path", { d: "m509.97 249.13 24.28-22.64-9.12-6.06 42.43-23.39-25.35 23.4 9.5 6.05Z" }),
407
- /* @__PURE__ */ jsx("path", { d: "m286.56 331.3-29.32 15.58 7.24 8.22-47.04 11.6 30.54-16.03-7.6-8.3Z" }),
408
- /* @__PURE__ */ jsx("path", { d: "m517.56 269.2 18.22 5.58.4-6.27 23.8 14.38-18.9-5.89-.29 6.46Z" }),
409
- /* @__PURE__ */ jsx("path", { d: "m283.23 310.8-16.16-10.1-2 5.95-19.28-20.04 16.74 10.57 1.94-6.17Z" })
410
- ] })
411
- ] }),
412
- /* @__PURE__ */ jsxs("g", { children: [
413
- /* @__PURE__ */ jsx(
414
- "path",
415
- {
416
- fill: "none",
417
- stroke: "#e8e8e8",
418
- d: "M190.07 436.72h84.53s6.1.4 6.1-5.97c0-5.2-.23-48.93-.23-53.14a3.93 3.93 0 0 1 3.79-4.27h14.1"
419
- }
420
- ),
421
- /* @__PURE__ */ jsxs("g", { fill: "#fbfcfc", transform: "translate(-9056.03 -1195.33)", children: [
422
- /* @__PURE__ */ jsx("path", { fill: "#e8e8e8", d: "M9140 1622h106v39h-106z" }),
423
- /* @__PURE__ */ jsx("circle", { cx: 10, cy: 10, r: 10, transform: "translate(9217 1632)" }),
424
- /* @__PURE__ */ jsx("path", { d: "M9146 1628h4v28h-4z" }),
425
- /* @__PURE__ */ jsx("path", { d: "M9162 1628h4v28h-4z" }),
426
- /* @__PURE__ */ jsx("path", { d: "M9154 1628h4v28h-4z" }),
427
- /* @__PURE__ */ jsx("path", { d: "M9170 1628h4v28h-4z" })
428
- ] }),
429
- /* @__PURE__ */ jsxs("g", { fill: "#fbfcfc", transform: "translate(-9056.03 -1238.33)", children: [
430
- /* @__PURE__ */ jsx("path", { fill: "#e8e8e8", d: "M9140 1622h106v39h-106z" }),
431
- /* @__PURE__ */ jsx("circle", { cx: 10, cy: 10, r: 10, transform: "translate(9217 1632)" }),
432
- /* @__PURE__ */ jsx("path", { d: "M9146 1628h4v28h-4z" }),
433
- /* @__PURE__ */ jsx("path", { d: "M9162 1628h4v28h-4z" }),
434
- /* @__PURE__ */ jsx("path", { d: "M9154 1628h4v28h-4z" }),
435
- /* @__PURE__ */ jsx("path", { d: "M9170 1628h4v28h-4z" })
436
- ] }),
437
- /* @__PURE__ */ jsxs("g", { fill: "#fbfcfc", transform: "translate(-9056.03 -1281.33)", children: [
438
- /* @__PURE__ */ jsx("path", { fill: "#e8e8e8", d: "M9140 1622h106v39h-106z" }),
439
- /* @__PURE__ */ jsx("circle", { cx: 10, cy: 10, r: 10, transform: "translate(9217 1632)" }),
440
- /* @__PURE__ */ jsx("path", { d: "M9146 1628h4v28h-4z" }),
441
- /* @__PURE__ */ jsx("path", { d: "M9162 1628h4v28h-4z" }),
442
- /* @__PURE__ */ jsx("path", { d: "M9154 1628h4v28h-4z" }),
443
- /* @__PURE__ */ jsx("path", { d: "M9170 1628h4v28h-4z" })
444
- ] }),
445
- /* @__PURE__ */ jsxs("g", { transform: "translate(-9055.03 -1414.33)", children: [
446
- /* @__PURE__ */ jsx("path", { fill: "#e0e0e0", d: "M9180 1744h24v10h-24z" }),
447
- /* @__PURE__ */ jsx(
448
- "rect",
449
- {
450
- width: 90,
451
- height: 72,
452
- fill: "#e8e8e8",
453
- rx: 3,
454
- transform: "translate(9147 1672)"
455
- }
456
- ),
457
- /* @__PURE__ */ jsx(
458
- "rect",
459
- {
460
- width: 86,
461
- height: 52,
462
- fill: "#fff",
463
- rx: 2,
464
- transform: "translate(9149 1674)"
465
- }
466
- ),
467
- /* @__PURE__ */ jsx(
468
- "rect",
469
- {
470
- width: 36,
471
- height: 3,
472
- fill: "#e8e8e8",
473
- rx: 1.5,
474
- transform: "translate(9174 1752)"
475
- }
476
- )
477
- ] })
478
- ] }),
479
- /* @__PURE__ */ jsx(
480
- "path",
481
- {
482
- fill: theme.colors.textLight,
483
- d: "M638.64 414.8a.56.56 0 0 0-.56.54v.65c.02 3.47.71 14.28 7.4 30.86a56 56 0 0 1 4.07 18.82h27.07a56 56 0 0 1 4.07-18.82c6.69-16.58 7.37-27.4 7.4-30.86v-.66a.56.56 0 0 0-.56-.54Z"
484
- }
485
- ),
486
- /* @__PURE__ */ jsxs("g", { fill: "#e8e8e8", children: [
487
- /* @__PURE__ */ jsx("path", { d: "M716.5 264.6c-10 4.26-11.84 1.05-23.82 6.26s-11.22 19.67-24.07 32.73-4.5 28.14-4.33 35.9 2.72 74.68 2.72 74.68l4.72.62s-2.95-56.77-2.63-64.84 6.3-2.1 16.92-11 14.31-16.91 15.61-22.73 10.71-10.8 15.5-15.37 1.7-12.86 6.16-18.18c2.82-3.37 4.99-2.41 7.66-1.45a11 11 0 0 0 5.34.82 8.4 8.4 0 0 1 5.18 1.04 3.25 3.25 0 0 0 4.7-3.35 27.6 27.6 0 0 0-5.05-12.38c-2.82-3.96-7.07-5.68-12.01-5.68a33 33 0 0 0-12.6 2.94" }),
488
- /* @__PURE__ */ jsx("path", { d: "M614.33 286.92a4.3 4.3 0 0 0-4.2 4.13v.07a4 4 0 0 0 .58 2.03 8.2 8.2 0 0 1 1.16 6.38c-.74 3.17-1.57 5.92 4.14 13.82s6.4 11.37 6.54 18.7.54 10.43 8.16 13.6 9.04 9.42 11.09 12.71c2.25 3.63 5.35 3.43 8.33 3.24 3.22-.2 6.3-.4 8.06 4.2 3.25 8.55.23 48.26.23 48.26l3.24.74s6.46-48.42 1.59-64.74c-6-20.12-14.21-14-14.84-18.8-1.34-10.3-1.59-17-6.84-23.12-5.18-6.05-7.87-11.4-16.8-17.18a5 5 0 0 0-.7-.37l-7.99-3.32a4 4 0 0 0-1.64-.35Z" }),
489
- /* @__PURE__ */ jsx("path", { d: "M711.88 368.55c-3.44 2.12-4.65 6.12-10.05 6.6-5 .44-32.46-.7-32.52 31.47v.23a68 68 0 0 0 .52 7.94l2.57-.23s-.6-21.46 7.54-26.07c4.84-2.74 5.92-1.4 7.67-.06 1.2.92 2.7 1.84 5.94 1.45 7.95-.97 5 .85 10.58 2.43s8.03-3.05 9.95-4.77 6.92-.91 8.97-7.04c1.24-3.72 3.49-3.68 6.17-3.64a11 11 0 0 0 5.6-.94c4.96-2.52 4.2-5.37.63-7.64a4.4 4.4 0 0 0-4.09-.71 12 12 0 0 1-5.59-.25 27 27 0 0 0-6.29-.83 14 14 0 0 0-7.6 2.06" }),
490
- /* @__PURE__ */ jsx("path", { d: "M601.94 382.46a34 34 0 0 0-9.82 1.48 37 37 0 0 0-11.34 5.91 1.9 1.9 0 0 0-.8 1.52v.08a1.96 1.96 0 0 0 1.8 1.93 26 26 0 0 1 9.3 2.42c2.28 1.16 2.75 3.95 10.33 4.64s9.99 2.07 14.43 5.74 6.5 5.02 12.2 2.18c0 0 5.44-10 18.54-8 7.1 1.07 5.35 14.32 5.35 14.32l2.84.12s-.75-18.08-7.84-23.25c-8.16-5.95-12.13-4.16-14.71-2.37-1.63 1.12-2.7 2.25-3.93 1.44-6.82-4.48-10.94-7.76-17.22-7.81-3.09-.03-5.76-.34-8.64-.35Z" }),
491
- /* @__PURE__ */ jsx("path", { d: "M735.12 312.73a16 16 0 0 0-2.57.25c-3.81.63-6.84 3.44-16.25 7.13s-12.86 8.16-18.76 12.82-7.4 10.8-10.55 20.03c-1.48 4.3-7.73-2.87-16.96 14.55-3.97 7.51-4.94 20.4-4.96 30.82v.88c.02 8.77.68 15.59.68 15.59l3.06-.08s-1.74-24.48 2.81-31.75c2.46-3.94 5.22-3.14 8.11-2.34 2.64.73 5.38 1.46 8.09-1.44 2.47-2.65 4.94-8.16 12.42-9.65s8.42-4.27 9.93-11 2.79-9.8 9.45-16.01 4.78-9.34 6.36-11.97 7.06-1.44 9.7 2.07l.08.1a3.84 3.84 0 0 0 6.8-2.85c-1.45-13.35-2.46-17.13-7.36-17.15Z" }),
492
- /* @__PURE__ */ jsx("path", { d: "M600.2 319.48c-2.79.03-3.97 1.47-5.28 2.33a3.1 3.1 0 0 0-1.38 2.55v.1a3 3 0 0 0 .22 1.1l2.17 5.62c1.6 2.62-.23 5.77 6.5 11.9s8.02 9.2 9.6 15.92 2.56 9.49 10.05 10.9 10.02 6.9 12.52 9.52c2.73 2.87 5.47 2.1 8.1 1.35 2.87-.83 5.63-1.66 8.14 2.25 4.63 7.23 3.14 31.73 3.14 31.73l3.06.04s2.86-33.18-4.78-47.24c-9.4-17.32-15.58-10.08-17.1-14.37-3.26-9.2-4.82-15.31-10.77-19.91s-9.44-9.04-18.9-12.63a15 15 0 0 0-5.15-1.16Z" })
493
- ] }),
494
- /* @__PURE__ */ jsxs("g", { children: [
495
- /* @__PURE__ */ jsxs("g", { opacity: 0.65, transform: "translate(-8266.03 -1770.33)", children: [
496
- /* @__PURE__ */ jsx(
497
- "circle",
498
- {
499
- cx: 28,
500
- cy: 28,
501
- r: 28,
502
- fill: "#fbfcfc",
503
- transform: "translate(8929 1820)"
504
- }
505
- ),
506
- /* @__PURE__ */ jsx(
507
- "circle",
508
- {
509
- cx: 5,
510
- cy: 5,
511
- r: 5,
512
- fill: "#ccced0",
513
- transform: "translate(8952 1843)"
514
- }
515
- ),
516
- /* @__PURE__ */ jsx("path", { fill: "#e8e8e8", d: "M8981.78 1847.78a8.16 8.16 0 0 1-16.32 0Z" }),
517
- /* @__PURE__ */ jsx(
518
- "path",
519
- {
520
- fill: "#e8e8e8",
521
- d: "M8931.78 1847.78a8.16 8.16 0 0 1 8.16-8.16 8.16 8.16 0 0 1 8.16 8.16Z"
522
- }
523
- ),
524
- /* @__PURE__ */ jsx(
525
- "path",
526
- {
527
- fill: "#e8e8e8",
528
- d: "M8956.78 1822.78a8.16 8.16 0 0 1 8.16 8.16 8.16 8.16 0 0 1-8.16 8.16Z"
529
- }
530
- ),
531
- /* @__PURE__ */ jsx(
532
- "path",
533
- {
534
- fill: "#e8e8e8",
535
- d: "M8956.78 1872.78a8.16 8.16 0 0 1-8.16-8.16 8.16 8.16 0 0 1 8.16-8.16Z"
536
- }
537
- )
538
- ] }),
539
- /* @__PURE__ */ jsxs("g", { stroke: "#fbfcfc", strokeLinecap: "round", strokeWidth: 1, children: [
540
- /* @__PURE__ */ jsx("path", { d: "M637.63 152.76 683 110.31" }),
541
- /* @__PURE__ */ jsx("path", { d: "M637.63 152.76 683 110.31", transform: "translate(3 -28)" }),
542
- /* @__PURE__ */ jsx("path", { d: "M637.63 152.76 683 110.31", transform: "translate(-25 -26)" })
543
- ] })
544
- ] }),
545
- /* @__PURE__ */ jsxs("g", { fill: "none", children: [
546
- /* @__PURE__ */ jsxs("g", { stroke: "#ccced0", transform: "translate(0 131.23)", children: [
547
- /* @__PURE__ */ jsx("circle", { cx: 15.11, cy: 15.11, r: 15.11, stroke: "none" }),
548
- /* @__PURE__ */ jsx("circle", { cx: 15.11, cy: 15.11, r: 14.61 })
549
- ] }),
550
- /* @__PURE__ */ jsxs("g", { stroke: "#ccced0", transform: "translate(811.63 279.88)", children: [
551
- /* @__PURE__ */ jsx("circle", { cx: 10.11, cy: 10.11, r: 10.11, stroke: "none" }),
552
- /* @__PURE__ */ jsx("circle", { cx: 10.11, cy: 10.11, r: 9.61 })
553
- ] }),
554
- /* @__PURE__ */ jsxs("g", { stroke: "#ffa803", strokeLinecap: "round", strokeWidth: 2, children: [
555
- /* @__PURE__ */ jsx("path", { d: "M544.76 8.6h15.21" }),
556
- /* @__PURE__ */ jsx("path", { d: "M552.37 16.21V1" })
557
- ] }),
558
- /* @__PURE__ */ jsxs("g", { stroke: "#999", strokeLinecap: "round", strokeWidth: 2, children: [
559
- /* @__PURE__ */ jsx("path", { d: "M142.43 68.97h9.1" }),
560
- /* @__PURE__ */ jsx("path", { d: "M146.98 73.51v-9.1" })
561
- ] }),
562
- /* @__PURE__ */ jsxs("g", { stroke: "#999", strokeLinecap: "round", strokeWidth: 2, children: [
563
- /* @__PURE__ */ jsx("path", { d: "M195.31 246.06h15.24" }),
564
- /* @__PURE__ */ jsx("path", { d: "M202.93 253.67v-15.23" })
565
- ] })
566
- ] })
567
- ] });
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ //#region src/pages/GenericError/CatServer.tsx
4
+ var mugSpillColor = "#ffa82f";
5
+ function CatServer({ title = "Black cat spilling drink on server rack", ...others }) {
6
+ return /* @__PURE__ */ jsxs("svg", {
7
+ viewBox: "0 0 831.85 484.67",
8
+ role: "img",
9
+ "aria-label": title,
10
+ ...others,
11
+ children: [
12
+ /* @__PURE__ */ jsx("path", {
13
+ fill: "#fff",
14
+ d: "M400.97 77.51C607 77.51 774 244.52 774 450.54H27.94c0-206.02 167.01-373.03 373.03-373.03",
15
+ opacity: .7
16
+ }),
17
+ /* @__PURE__ */ jsxs("g", { children: [
18
+ /* @__PURE__ */ jsxs("g", {
19
+ fill: mugSpillColor,
20
+ transform: "translate(-555.03 -336.33)",
21
+ children: [
22
+ /* @__PURE__ */ jsx("ellipse", {
23
+ cx: 62,
24
+ cy: 9,
25
+ rx: 62,
26
+ ry: 9,
27
+ transform: "translate(898 797)"
28
+ }),
29
+ /* @__PURE__ */ jsx("ellipse", {
30
+ cx: 12,
31
+ cy: 2.5,
32
+ rx: 12,
33
+ ry: 2.5,
34
+ transform: "translate(1013 812)"
35
+ }),
36
+ /* @__PURE__ */ jsx("ellipse", {
37
+ cx: 4.5,
38
+ cy: 2,
39
+ rx: 4.5,
40
+ ry: 2,
41
+ transform: "translate(1006 817)"
42
+ })
43
+ ]
44
+ }),
45
+ /* @__PURE__ */ jsxs("g", {
46
+ transform: "translate(-559.03 -336.33)",
47
+ children: [
48
+ /* @__PURE__ */ jsx("rect", {
49
+ width: 180,
50
+ height: 202,
51
+ fill: "#ccced0",
52
+ rx: 3,
53
+ transform: "translate(871 565)"
54
+ }),
55
+ /* @__PURE__ */ jsxs("g", { children: [
56
+ /* @__PURE__ */ jsx("rect", {
57
+ width: 207,
58
+ height: 70,
59
+ fill: "#e8e8e8",
60
+ rx: 3,
61
+ transform: "translate(857 732)"
62
+ }),
63
+ /* @__PURE__ */ jsx("path", {
64
+ fill: "none",
65
+ stroke: "#ccced0",
66
+ strokeLinecap: "round",
67
+ strokeWidth: 3,
68
+ d: "M1034 787.5v-41"
69
+ }),
70
+ /* @__PURE__ */ jsx("path", {
71
+ fill: "none",
72
+ stroke: "#ccced0",
73
+ strokeLinecap: "round",
74
+ strokeWidth: 3,
75
+ d: "M1014 787.5v-41"
76
+ }),
77
+ /* @__PURE__ */ jsx("path", {
78
+ fill: "none",
79
+ stroke: "#ccced0",
80
+ strokeLinecap: "round",
81
+ strokeWidth: 3,
82
+ d: "M1044 787.5v-41"
83
+ }),
84
+ /* @__PURE__ */ jsx("path", {
85
+ fill: "none",
86
+ stroke: "#ccced0",
87
+ strokeLinecap: "round",
88
+ strokeWidth: 3,
89
+ d: "M1024 787.5v-41"
90
+ }),
91
+ /* @__PURE__ */ jsxs("g", {
92
+ transform: "translate(-8053 -1069)",
93
+ children: [
94
+ /* @__PURE__ */ jsx("rect", {
95
+ width: 40,
96
+ height: 40,
97
+ fill: "#999",
98
+ rx: 6,
99
+ transform: "translate(8925 1816)"
100
+ }),
101
+ /* @__PURE__ */ jsx("circle", {
102
+ cx: 16,
103
+ cy: 16,
104
+ r: 16,
105
+ fill: "#fff",
106
+ transform: "translate(8929 1820)"
107
+ }),
108
+ /* @__PURE__ */ jsx("circle", {
109
+ cx: 3,
110
+ cy: 3,
111
+ r: 3,
112
+ fill: "#ccced0",
113
+ transform: "translate(8942 1833)"
114
+ }),
115
+ /* @__PURE__ */ jsx("path", {
116
+ fill: "#e8e8e8",
117
+ d: "M8959.4 1836a4.7 4.7 0 0 1-9.4 0Z"
118
+ }),
119
+ /* @__PURE__ */ jsx("path", {
120
+ fill: "#e8e8e8",
121
+ d: "M8930.6 1836a4.7 4.7 0 0 1 9.4 0Z"
122
+ }),
123
+ /* @__PURE__ */ jsx("path", {
124
+ fill: "#e8e8e8",
125
+ d: "M8945 1821.6a4.7 4.7 0 0 1 0 9.4Z"
126
+ }),
127
+ /* @__PURE__ */ jsx("path", {
128
+ fill: "#e8e8e8",
129
+ d: "M8945 1850.4a4.7 4.7 0 0 1 0-9.4Z"
130
+ })
131
+ ]
132
+ })
133
+ ] }),
134
+ /* @__PURE__ */ jsxs("g", { children: [/* @__PURE__ */ jsx("rect", {
135
+ width: 207,
136
+ height: 62,
137
+ fill: "#e8e8e8",
138
+ rx: 3,
139
+ transform: "translate(857 660)"
140
+ }), /* @__PURE__ */ jsx("path", {
141
+ fill: "#fbfcfc",
142
+ d: "M857 687h207v8H857z"
143
+ })] }),
144
+ /* @__PURE__ */ jsxs("g", {
145
+ transform: "translate(-8053 -1009)",
146
+ children: [/* @__PURE__ */ jsx("rect", {
147
+ width: 207,
148
+ height: 50,
149
+ fill: "#e8e8e8",
150
+ rx: 3,
151
+ transform: "translate(8910 1609)"
152
+ }), /* @__PURE__ */ jsxs("g", { children: [
153
+ /* @__PURE__ */ jsx("path", {
154
+ fill: "none",
155
+ stroke: "#ccced0",
156
+ strokeLinecap: "round",
157
+ strokeWidth: 2,
158
+ d: "M8930 1629h41"
159
+ }),
160
+ /* @__PURE__ */ jsx("path", {
161
+ fill: "none",
162
+ stroke: "#ccced0",
163
+ strokeLinecap: "round",
164
+ strokeWidth: 2,
165
+ d: "M8930 1639h41"
166
+ }),
167
+ /* @__PURE__ */ jsx("circle", {
168
+ cx: 5,
169
+ cy: 5,
170
+ r: 5,
171
+ fill: "#fff",
172
+ transform: "translate(9055 1629)"
173
+ }),
174
+ /* @__PURE__ */ jsx("circle", {
175
+ cx: 5,
176
+ cy: 5,
177
+ r: 5,
178
+ fill: "#ccced0",
179
+ transform: "translate(9070 1629)"
180
+ }),
181
+ /* @__PURE__ */ jsx("circle", {
182
+ cx: 5,
183
+ cy: 5,
184
+ r: 5,
185
+ fill: "#fff",
186
+ transform: "translate(9085 1629)"
187
+ })
188
+ ] })]
189
+ }),
190
+ /* @__PURE__ */ jsxs("g", {
191
+ transform: "translate(-8053 -1069)",
192
+ children: [/* @__PURE__ */ jsx("rect", {
193
+ width: 207,
194
+ height: 50,
195
+ fill: "#e8e8e8",
196
+ rx: 3,
197
+ transform: "translate(8910 1609)"
198
+ }), /* @__PURE__ */ jsxs("g", { children: [
199
+ /* @__PURE__ */ jsx("path", {
200
+ fill: "none",
201
+ stroke: "#ccced0",
202
+ strokeLinecap: "round",
203
+ strokeWidth: 2,
204
+ d: "M8930 1629h41"
205
+ }),
206
+ /* @__PURE__ */ jsx("path", {
207
+ fill: "none",
208
+ stroke: "#ccced0",
209
+ strokeLinecap: "round",
210
+ strokeWidth: 2,
211
+ d: "M8930 1639h41"
212
+ }),
213
+ /* @__PURE__ */ jsx("circle", {
214
+ cx: 5,
215
+ cy: 5,
216
+ r: 5,
217
+ fill: "#fff",
218
+ transform: "translate(9055 1629)"
219
+ }),
220
+ /* @__PURE__ */ jsx("circle", {
221
+ cx: 5,
222
+ cy: 5,
223
+ r: 5,
224
+ fill: "#ccced0",
225
+ transform: "translate(9070 1629)"
226
+ }),
227
+ /* @__PURE__ */ jsx("circle", {
228
+ cx: 5,
229
+ cy: 5,
230
+ r: 5,
231
+ fill: "#fff",
232
+ transform: "translate(9085 1629)"
233
+ })
234
+ ] })]
235
+ })
236
+ ]
237
+ }),
238
+ /* @__PURE__ */ jsxs("g", { children: [
239
+ /* @__PURE__ */ jsx("path", {
240
+ fill: theme.colors.textDark,
241
+ d: "M337.87 69.6a37 37 0 0 1 13.03 12c7.41-2.2 12.42-.8 15.81 0 5.94-6.13 10.96-10.84 14.9-12 3.46 4.4 6.6 19.44 6.28 31.15s-5.56 17.43-10.18 19.29c-.62 8.87 3.58 26.18 7.52 32.12a54 54 0 0 0 11.9 12.88c4.4 3.63 4.73 9.43 2.45 12.35s-7 3.3-10.6 1.86c-1.23-3.19 0-4.46 0-4.46s-10.77-2.82-14-7.07c-1.17 1.22.26 2.02 2.48 11.02s-3.81 16.76-3.81 16.76 4.9 2.72 4.25 5.77-2.19 2.49-6.54 2.65c-1.74.06-7.98-.1-9.79 0-1.92.1.56.46-2.75.71-5.53.43-10.11-1.03-12.15-.99-6.12-.02-5.03.06-12.16 0s-13.1.25-18.68-.87-12.32-3.83-20.74 0-5.2 10.7-1.9 11.92 4.56 4.73 1.9 6.97-8.77 2.04-12.49-1.9-8.19-11.79 0-21.82 25.08-8.19 30.12-7.13c-3.48-6.83-8.63-17.35 0-33.99s19.73-25.7 23.37-30a28 28 0 0 0 4.92-7.93s-9.55-6.78-9.93-18.14 3.22-27.78 6.8-31.14"
242
+ }),
243
+ /* @__PURE__ */ jsx("path", {
244
+ fill: "#696969",
245
+ d: "M354.32 107.93a4.83 4.83 0 0 1 8.31 0s-2.52.11-3.05 1.53-.5 1.59-1.08 1.59-.39-.2-1.12-1.59-3.06-1.53-3.06-1.53"
246
+ }),
247
+ /* @__PURE__ */ jsxs("g", { children: [/* @__PURE__ */ jsx("path", {
248
+ fill: mugSpillColor,
249
+ d: "M354.48 100.17a7.5 7.5 0 0 1-15 0Z"
250
+ }), /* @__PURE__ */ jsx("path", {
251
+ fill: theme.colors.textDark,
252
+ d: "M346.15 99.17c0 3.73-1.05 6.75-2.34 6.75s-2.33-3.02-2.33-6.75Z"
253
+ })] }),
254
+ /* @__PURE__ */ jsxs("g", { children: [/* @__PURE__ */ jsx("path", {
255
+ fill: mugSpillColor,
256
+ d: "M377.48 100.17a7.5 7.5 0 0 1-15 0Z"
257
+ }), /* @__PURE__ */ jsx("path", {
258
+ fill: theme.colors.textDark,
259
+ d: "M369.15 99.17c0 3.73-1.05 6.75-2.34 6.75s-2.33-3.02-2.33-6.75Z"
260
+ })] })
261
+ ] }),
262
+ /* @__PURE__ */ jsxs("g", {
263
+ stroke: "#ccced0",
264
+ strokeLinecap: "round",
265
+ children: [
266
+ /* @__PURE__ */ jsx("path", {
267
+ fill: "none",
268
+ d: "M328.2 157.07s10.27.68 10.91 9.56"
269
+ }),
270
+ /* @__PURE__ */ jsx("path", {
271
+ fill: theme.colors.textDark,
272
+ d: "M339.11 151.77s-.52 23.31 1.71 33.57 6.57 18.2 8.93 18.88 10.44 1.23 11.77-.45 1.55-2.61 0-7.16-2.6-5.35-3.33-15.16-.07-20.26 0-23.82"
273
+ }),
274
+ /* @__PURE__ */ jsx("path", {
275
+ fill: "none",
276
+ d: "M353.85 200.24a9 9 0 0 1 0 4.29"
277
+ }),
278
+ /* @__PURE__ */ jsx("path", {
279
+ fill: "none",
280
+ d: "M357.85 200.24a9 9 0 0 1 0 4.29"
281
+ })
282
+ ]
283
+ }),
284
+ /* @__PURE__ */ jsx("path", {
285
+ fill: mugSpillColor,
286
+ d: "M407.97 189s9.36 9.76 28.57 7.88 23.48 2.27 23.48 4.8-42.16 0-42.16 0c-4.42 0-9.89-4.36-9.89-9.73Z"
287
+ }),
288
+ /* @__PURE__ */ jsx("path", {
289
+ fill: theme.colors.textDark,
290
+ d: "M406.5 177.58v13.95a10.15 10.15 0 0 0 10.13 10.14h33.46a.84.84 0 0 0 .84-.83v-32.55a.84.84 0 0 0-.84-.84l-5.85.05v-3.81a5.5 5.5 0 0 0-5.49-5.49h-4.65a5.5 5.5 0 0 0-5.48 5.49v3.78l-12.82.01a10.15 10.15 0 0 0-9.3 10.1M449.25 200h-32.62a8.47 8.47 0 0 1-8.46-8.46v-13.95a8.47 8.47 0 0 1 8.46-8.47h32.62Zm-18.96-32.5v-3.81a3.8 3.8 0 0 1 3.81-3.82h4.65a3.8 3.8 0 0 1 3.81 3.82v3.8Z"
291
+ }),
292
+ /* @__PURE__ */ jsx("path", {
293
+ fill: "none",
294
+ stroke: theme.colors.textDark,
295
+ strokeLinecap: "round",
296
+ strokeWidth: 2,
297
+ d: "M443.47 183.17v-9"
298
+ }),
299
+ /* @__PURE__ */ jsxs("g", {
300
+ fill: mugSpillColor,
301
+ children: [
302
+ /* @__PURE__ */ jsx("path", { d: "M395.97 201.67h87a2 2 0 0 1 2 2h-91a2 2 0 0 1 2-2" }),
303
+ /* @__PURE__ */ jsx("path", { d: "M393.97 203.67h10v11a4 4 0 0 1-4 4h-2a4 4 0 0 1-4-4z" }),
304
+ /* @__PURE__ */ jsx("path", { d: "M405.97 253.67h17v10h-17z" }),
305
+ /* @__PURE__ */ jsx("path", { d: "M405.97 313.67h17v10h-17z" }),
306
+ /* @__PURE__ */ jsx("path", { d: "M474.97 253.67h8v10h-8z" }),
307
+ /* @__PURE__ */ jsx("path", { d: "M410.97 203.67h15v50h-15z" }),
308
+ /* @__PURE__ */ jsx("path", { d: "M410.97 263.67h15v50h-15z" }),
309
+ /* @__PURE__ */ jsx("path", { d: "M396.97 321.67h54a2 2 0 0 1 2 2h-58a2 2 0 0 1 2-2" }),
310
+ /* @__PURE__ */ jsx("path", { d: "M396.97 393.67h13a2 2 0 0 1 2 2h-17a2 2 0 0 1 2-2" }),
311
+ /* @__PURE__ */ jsx("path", { d: "M429.97 393.67h13a2 2 0 0 1 2 2h-17a2 2 0 0 1 2-2" }),
312
+ /* @__PURE__ */ jsx("path", { d: "M360.97 261.67h74a2 2 0 0 1 2 2h-78a2 2 0 0 1 2-2" }),
313
+ /* @__PURE__ */ jsx("path", { d: "M430.97 348.67h43a2 2 0 0 1 2 2h-47a2 2 0 0 1 2-2" }),
314
+ /* @__PURE__ */ jsx("path", { d: "M459.97 203.67h7v5a3 3 0 0 1-3 3h-1a3 3 0 0 1-3-3z" }),
315
+ /* @__PURE__ */ jsx("path", { d: "M477.97 203.67h7v50h-7z" }),
316
+ /* @__PURE__ */ jsx("path", { d: "M477.97 263.67h7v12.5a3.5 3.5 0 0 1-3.5 3.5 3.5 3.5 0 0 1-3.5-3.5z" }),
317
+ /* @__PURE__ */ jsx("path", { d: "M358.97 263.67h4v6a2 2 0 0 1-2 2 2 2 0 0 1-2-2z" }),
318
+ /* @__PURE__ */ jsx("path", { d: "M379.97 263.67h8v12a4 4 0 0 1-4 4 4 4 0 0 1-4-4z" }),
319
+ /* @__PURE__ */ jsx("path", { d: "M436.97 350.67h5v27.5a2.5 2.5 0 0 1-2.5 2.5 2.5 2.5 0 0 1-2.5-2.5z" }),
320
+ /* @__PURE__ */ jsx("path", { d: "M436.97 395.67h5v27.5a2.5 2.5 0 0 1-2.5 2.5 2.5 2.5 0 0 1-2.5-2.5z" }),
321
+ /* @__PURE__ */ jsx("path", { d: "M471.97 350.67h4v12a2 2 0 0 1-2 2 2 2 0 0 1-2-2z" }),
322
+ /* @__PURE__ */ jsx("path", { d: "M400.97 323.67h7v12.5a3.5 3.5 0 0 1-3.5 3.5 3.5 3.5 0 0 1-3.5-3.5z" }),
323
+ /* @__PURE__ */ jsx("path", { d: "M447.97 323.67h5v27h-5z" }),
324
+ /* @__PURE__ */ jsx("path", { d: "M400.97 395.67h7v70h-7z" }),
325
+ /* @__PURE__ */ jsx("path", {
326
+ fill: "#ef9312",
327
+ d: "M405.97 253.67h17v3h-17z"
328
+ }),
329
+ /* @__PURE__ */ jsx("path", {
330
+ fill: "#ef9312",
331
+ d: "M405.97 313.67h17v3h-17z"
332
+ }),
333
+ /* @__PURE__ */ jsx("path", {
334
+ fill: "#ef9312",
335
+ d: "M474.97 253.67h8v3h-8z"
336
+ }),
337
+ /* @__PURE__ */ jsxs("g", {
338
+ fill: "none",
339
+ stroke: "#fbfcfc",
340
+ strokeLinecap: "round",
341
+ opacity: .5,
342
+ children: [
343
+ /* @__PURE__ */ jsx("path", { d: "M422.97 224.45v-18.56" }),
344
+ /* @__PURE__ */ jsx("path", { d: "M423.97 310.95v-26.43" }),
345
+ /* @__PURE__ */ jsx("path", { d: "M451.15 338.03v-12.71" }),
346
+ /* @__PURE__ */ jsx("path", { d: "M438.79 422.68v-12.72" }),
347
+ /* @__PURE__ */ jsx("path", { d: "M482.97 251.87v-16.91" }),
348
+ /* @__PURE__ */ jsx("path", { d: "M419.02 239.87v-28.2" }),
349
+ /* @__PURE__ */ jsx("path", { d: "M406.5 427.37v-28.2" }),
350
+ /* @__PURE__ */ jsx("path", { d: "M406.5 440.31v-9.44" }),
351
+ /* @__PURE__ */ jsx("path", { d: "M385.6 276.05v-3.19" }),
352
+ /* @__PURE__ */ jsx("path", { d: "M482.97 271.4v-5.32" }),
353
+ /* @__PURE__ */ jsx("path", { d: "M474.77 361.53v-3.18" }),
354
+ /* @__PURE__ */ jsx("path", { d: "M401.94 215.17v-3.76" })
355
+ ]
356
+ })
357
+ ]
358
+ }),
359
+ /* @__PURE__ */ jsxs("g", {
360
+ fill: mugSpillColor,
361
+ children: [
362
+ /* @__PURE__ */ jsx("path", { d: "m509.97 249.13 24.28-22.64-9.12-6.06 42.43-23.39-25.35 23.4 9.5 6.05Z" }),
363
+ /* @__PURE__ */ jsx("path", { d: "m286.56 331.3-29.32 15.58 7.24 8.22-47.04 11.6 30.54-16.03-7.6-8.3Z" }),
364
+ /* @__PURE__ */ jsx("path", { d: "m517.56 269.2 18.22 5.58.4-6.27 23.8 14.38-18.9-5.89-.29 6.46Z" }),
365
+ /* @__PURE__ */ jsx("path", { d: "m283.23 310.8-16.16-10.1-2 5.95-19.28-20.04 16.74 10.57 1.94-6.17Z" })
366
+ ]
367
+ })
368
+ ] }),
369
+ /* @__PURE__ */ jsxs("g", { children: [
370
+ /* @__PURE__ */ jsx("path", {
371
+ fill: "none",
372
+ stroke: "#e8e8e8",
373
+ d: "M190.07 436.72h84.53s6.1.4 6.1-5.97c0-5.2-.23-48.93-.23-53.14a3.93 3.93 0 0 1 3.79-4.27h14.1"
374
+ }),
375
+ /* @__PURE__ */ jsxs("g", {
376
+ fill: "#fbfcfc",
377
+ transform: "translate(-9056.03 -1195.33)",
378
+ children: [
379
+ /* @__PURE__ */ jsx("path", {
380
+ fill: "#e8e8e8",
381
+ d: "M9140 1622h106v39h-106z"
382
+ }),
383
+ /* @__PURE__ */ jsx("circle", {
384
+ cx: 10,
385
+ cy: 10,
386
+ r: 10,
387
+ transform: "translate(9217 1632)"
388
+ }),
389
+ /* @__PURE__ */ jsx("path", { d: "M9146 1628h4v28h-4z" }),
390
+ /* @__PURE__ */ jsx("path", { d: "M9162 1628h4v28h-4z" }),
391
+ /* @__PURE__ */ jsx("path", { d: "M9154 1628h4v28h-4z" }),
392
+ /* @__PURE__ */ jsx("path", { d: "M9170 1628h4v28h-4z" })
393
+ ]
394
+ }),
395
+ /* @__PURE__ */ jsxs("g", {
396
+ fill: "#fbfcfc",
397
+ transform: "translate(-9056.03 -1238.33)",
398
+ children: [
399
+ /* @__PURE__ */ jsx("path", {
400
+ fill: "#e8e8e8",
401
+ d: "M9140 1622h106v39h-106z"
402
+ }),
403
+ /* @__PURE__ */ jsx("circle", {
404
+ cx: 10,
405
+ cy: 10,
406
+ r: 10,
407
+ transform: "translate(9217 1632)"
408
+ }),
409
+ /* @__PURE__ */ jsx("path", { d: "M9146 1628h4v28h-4z" }),
410
+ /* @__PURE__ */ jsx("path", { d: "M9162 1628h4v28h-4z" }),
411
+ /* @__PURE__ */ jsx("path", { d: "M9154 1628h4v28h-4z" }),
412
+ /* @__PURE__ */ jsx("path", { d: "M9170 1628h4v28h-4z" })
413
+ ]
414
+ }),
415
+ /* @__PURE__ */ jsxs("g", {
416
+ fill: "#fbfcfc",
417
+ transform: "translate(-9056.03 -1281.33)",
418
+ children: [
419
+ /* @__PURE__ */ jsx("path", {
420
+ fill: "#e8e8e8",
421
+ d: "M9140 1622h106v39h-106z"
422
+ }),
423
+ /* @__PURE__ */ jsx("circle", {
424
+ cx: 10,
425
+ cy: 10,
426
+ r: 10,
427
+ transform: "translate(9217 1632)"
428
+ }),
429
+ /* @__PURE__ */ jsx("path", { d: "M9146 1628h4v28h-4z" }),
430
+ /* @__PURE__ */ jsx("path", { d: "M9162 1628h4v28h-4z" }),
431
+ /* @__PURE__ */ jsx("path", { d: "M9154 1628h4v28h-4z" }),
432
+ /* @__PURE__ */ jsx("path", { d: "M9170 1628h4v28h-4z" })
433
+ ]
434
+ }),
435
+ /* @__PURE__ */ jsxs("g", {
436
+ transform: "translate(-9055.03 -1414.33)",
437
+ children: [
438
+ /* @__PURE__ */ jsx("path", {
439
+ fill: "#e0e0e0",
440
+ d: "M9180 1744h24v10h-24z"
441
+ }),
442
+ /* @__PURE__ */ jsx("rect", {
443
+ width: 90,
444
+ height: 72,
445
+ fill: "#e8e8e8",
446
+ rx: 3,
447
+ transform: "translate(9147 1672)"
448
+ }),
449
+ /* @__PURE__ */ jsx("rect", {
450
+ width: 86,
451
+ height: 52,
452
+ fill: "#fff",
453
+ rx: 2,
454
+ transform: "translate(9149 1674)"
455
+ }),
456
+ /* @__PURE__ */ jsx("rect", {
457
+ width: 36,
458
+ height: 3,
459
+ fill: "#e8e8e8",
460
+ rx: 1.5,
461
+ transform: "translate(9174 1752)"
462
+ })
463
+ ]
464
+ })
465
+ ] }),
466
+ /* @__PURE__ */ jsx("path", {
467
+ fill: theme.colors.textLight,
468
+ d: "M638.64 414.8a.56.56 0 0 0-.56.54v.65c.02 3.47.71 14.28 7.4 30.86a56 56 0 0 1 4.07 18.82h27.07a56 56 0 0 1 4.07-18.82c6.69-16.58 7.37-27.4 7.4-30.86v-.66a.56.56 0 0 0-.56-.54Z"
469
+ }),
470
+ /* @__PURE__ */ jsxs("g", {
471
+ fill: "#e8e8e8",
472
+ children: [
473
+ /* @__PURE__ */ jsx("path", { d: "M716.5 264.6c-10 4.26-11.84 1.05-23.82 6.26s-11.22 19.67-24.07 32.73-4.5 28.14-4.33 35.9 2.72 74.68 2.72 74.68l4.72.62s-2.95-56.77-2.63-64.84 6.3-2.1 16.92-11 14.31-16.91 15.61-22.73 10.71-10.8 15.5-15.37 1.7-12.86 6.16-18.18c2.82-3.37 4.99-2.41 7.66-1.45a11 11 0 0 0 5.34.82 8.4 8.4 0 0 1 5.18 1.04 3.25 3.25 0 0 0 4.7-3.35 27.6 27.6 0 0 0-5.05-12.38c-2.82-3.96-7.07-5.68-12.01-5.68a33 33 0 0 0-12.6 2.94" }),
474
+ /* @__PURE__ */ jsx("path", { d: "M614.33 286.92a4.3 4.3 0 0 0-4.2 4.13v.07a4 4 0 0 0 .58 2.03 8.2 8.2 0 0 1 1.16 6.38c-.74 3.17-1.57 5.92 4.14 13.82s6.4 11.37 6.54 18.7.54 10.43 8.16 13.6 9.04 9.42 11.09 12.71c2.25 3.63 5.35 3.43 8.33 3.24 3.22-.2 6.3-.4 8.06 4.2 3.25 8.55.23 48.26.23 48.26l3.24.74s6.46-48.42 1.59-64.74c-6-20.12-14.21-14-14.84-18.8-1.34-10.3-1.59-17-6.84-23.12-5.18-6.05-7.87-11.4-16.8-17.18a5 5 0 0 0-.7-.37l-7.99-3.32a4 4 0 0 0-1.64-.35Z" }),
475
+ /* @__PURE__ */ jsx("path", { d: "M711.88 368.55c-3.44 2.12-4.65 6.12-10.05 6.6-5 .44-32.46-.7-32.52 31.47v.23a68 68 0 0 0 .52 7.94l2.57-.23s-.6-21.46 7.54-26.07c4.84-2.74 5.92-1.4 7.67-.06 1.2.92 2.7 1.84 5.94 1.45 7.95-.97 5 .85 10.58 2.43s8.03-3.05 9.95-4.77 6.92-.91 8.97-7.04c1.24-3.72 3.49-3.68 6.17-3.64a11 11 0 0 0 5.6-.94c4.96-2.52 4.2-5.37.63-7.64a4.4 4.4 0 0 0-4.09-.71 12 12 0 0 1-5.59-.25 27 27 0 0 0-6.29-.83 14 14 0 0 0-7.6 2.06" }),
476
+ /* @__PURE__ */ jsx("path", { d: "M601.94 382.46a34 34 0 0 0-9.82 1.48 37 37 0 0 0-11.34 5.91 1.9 1.9 0 0 0-.8 1.52v.08a1.96 1.96 0 0 0 1.8 1.93 26 26 0 0 1 9.3 2.42c2.28 1.16 2.75 3.95 10.33 4.64s9.99 2.07 14.43 5.74 6.5 5.02 12.2 2.18c0 0 5.44-10 18.54-8 7.1 1.07 5.35 14.32 5.35 14.32l2.84.12s-.75-18.08-7.84-23.25c-8.16-5.95-12.13-4.16-14.71-2.37-1.63 1.12-2.7 2.25-3.93 1.44-6.82-4.48-10.94-7.76-17.22-7.81-3.09-.03-5.76-.34-8.64-.35Z" }),
477
+ /* @__PURE__ */ jsx("path", { d: "M735.12 312.73a16 16 0 0 0-2.57.25c-3.81.63-6.84 3.44-16.25 7.13s-12.86 8.16-18.76 12.82-7.4 10.8-10.55 20.03c-1.48 4.3-7.73-2.87-16.96 14.55-3.97 7.51-4.94 20.4-4.96 30.82v.88c.02 8.77.68 15.59.68 15.59l3.06-.08s-1.74-24.48 2.81-31.75c2.46-3.94 5.22-3.14 8.11-2.34 2.64.73 5.38 1.46 8.09-1.44 2.47-2.65 4.94-8.16 12.42-9.65s8.42-4.27 9.93-11 2.79-9.8 9.45-16.01 4.78-9.34 6.36-11.97 7.06-1.44 9.7 2.07l.08.1a3.84 3.84 0 0 0 6.8-2.85c-1.45-13.35-2.46-17.13-7.36-17.15Z" }),
478
+ /* @__PURE__ */ jsx("path", { d: "M600.2 319.48c-2.79.03-3.97 1.47-5.28 2.33a3.1 3.1 0 0 0-1.38 2.55v.1a3 3 0 0 0 .22 1.1l2.17 5.62c1.6 2.62-.23 5.77 6.5 11.9s8.02 9.2 9.6 15.92 2.56 9.49 10.05 10.9 10.02 6.9 12.52 9.52c2.73 2.87 5.47 2.1 8.1 1.35 2.87-.83 5.63-1.66 8.14 2.25 4.63 7.23 3.14 31.73 3.14 31.73l3.06.04s2.86-33.18-4.78-47.24c-9.4-17.32-15.58-10.08-17.1-14.37-3.26-9.2-4.82-15.31-10.77-19.91s-9.44-9.04-18.9-12.63a15 15 0 0 0-5.15-1.16Z" })
479
+ ]
480
+ }),
481
+ /* @__PURE__ */ jsxs("g", { children: [/* @__PURE__ */ jsxs("g", {
482
+ opacity: .65,
483
+ transform: "translate(-8266.03 -1770.33)",
484
+ children: [
485
+ /* @__PURE__ */ jsx("circle", {
486
+ cx: 28,
487
+ cy: 28,
488
+ r: 28,
489
+ fill: "#fbfcfc",
490
+ transform: "translate(8929 1820)"
491
+ }),
492
+ /* @__PURE__ */ jsx("circle", {
493
+ cx: 5,
494
+ cy: 5,
495
+ r: 5,
496
+ fill: "#ccced0",
497
+ transform: "translate(8952 1843)"
498
+ }),
499
+ /* @__PURE__ */ jsx("path", {
500
+ fill: "#e8e8e8",
501
+ d: "M8981.78 1847.78a8.16 8.16 0 0 1-16.32 0Z"
502
+ }),
503
+ /* @__PURE__ */ jsx("path", {
504
+ fill: "#e8e8e8",
505
+ d: "M8931.78 1847.78a8.16 8.16 0 0 1 8.16-8.16 8.16 8.16 0 0 1 8.16 8.16Z"
506
+ }),
507
+ /* @__PURE__ */ jsx("path", {
508
+ fill: "#e8e8e8",
509
+ d: "M8956.78 1822.78a8.16 8.16 0 0 1 8.16 8.16 8.16 8.16 0 0 1-8.16 8.16Z"
510
+ }),
511
+ /* @__PURE__ */ jsx("path", {
512
+ fill: "#e8e8e8",
513
+ d: "M8956.78 1872.78a8.16 8.16 0 0 1-8.16-8.16 8.16 8.16 0 0 1 8.16-8.16Z"
514
+ })
515
+ ]
516
+ }), /* @__PURE__ */ jsxs("g", {
517
+ stroke: "#fbfcfc",
518
+ strokeLinecap: "round",
519
+ strokeWidth: 1,
520
+ children: [
521
+ /* @__PURE__ */ jsx("path", { d: "M637.63 152.76 683 110.31" }),
522
+ /* @__PURE__ */ jsx("path", {
523
+ d: "M637.63 152.76 683 110.31",
524
+ transform: "translate(3 -28)"
525
+ }),
526
+ /* @__PURE__ */ jsx("path", {
527
+ d: "M637.63 152.76 683 110.31",
528
+ transform: "translate(-25 -26)"
529
+ })
530
+ ]
531
+ })] }),
532
+ /* @__PURE__ */ jsxs("g", {
533
+ fill: "none",
534
+ children: [
535
+ /* @__PURE__ */ jsxs("g", {
536
+ stroke: "#ccced0",
537
+ transform: "translate(0 131.23)",
538
+ children: [/* @__PURE__ */ jsx("circle", {
539
+ cx: 15.11,
540
+ cy: 15.11,
541
+ r: 15.11,
542
+ stroke: "none"
543
+ }), /* @__PURE__ */ jsx("circle", {
544
+ cx: 15.11,
545
+ cy: 15.11,
546
+ r: 14.61
547
+ })]
548
+ }),
549
+ /* @__PURE__ */ jsxs("g", {
550
+ stroke: "#ccced0",
551
+ transform: "translate(811.63 279.88)",
552
+ children: [/* @__PURE__ */ jsx("circle", {
553
+ cx: 10.11,
554
+ cy: 10.11,
555
+ r: 10.11,
556
+ stroke: "none"
557
+ }), /* @__PURE__ */ jsx("circle", {
558
+ cx: 10.11,
559
+ cy: 10.11,
560
+ r: 9.61
561
+ })]
562
+ }),
563
+ /* @__PURE__ */ jsxs("g", {
564
+ stroke: "#ffa803",
565
+ strokeLinecap: "round",
566
+ strokeWidth: 2,
567
+ children: [/* @__PURE__ */ jsx("path", { d: "M544.76 8.6h15.21" }), /* @__PURE__ */ jsx("path", { d: "M552.37 16.21V1" })]
568
+ }),
569
+ /* @__PURE__ */ jsxs("g", {
570
+ stroke: "#999",
571
+ strokeLinecap: "round",
572
+ strokeWidth: 2,
573
+ children: [/* @__PURE__ */ jsx("path", { d: "M142.43 68.97h9.1" }), /* @__PURE__ */ jsx("path", { d: "M146.98 73.51v-9.1" })]
574
+ }),
575
+ /* @__PURE__ */ jsxs("g", {
576
+ stroke: "#999",
577
+ strokeLinecap: "round",
578
+ strokeWidth: 2,
579
+ children: [/* @__PURE__ */ jsx("path", { d: "M195.31 246.06h15.24" }), /* @__PURE__ */ jsx("path", { d: "M202.93 253.67v-15.23" })]
580
+ })
581
+ ]
582
+ })
583
+ ]
584
+ });
568
585
  }
569
- export {
570
- CatServer as default
571
- };
586
+ //#endregion
587
+ export { CatServer as default };