@codecademy/gamut-illustrations 0.54.10-alpha.b27bcb.0 → 0.54.10-alpha.c58246.0

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 (67) hide show
  1. package/dist/Announcement.js +147 -144
  2. package/dist/Bee.js +126 -123
  3. package/dist/Bell.js +44 -41
  4. package/dist/BinaryBlocks.js +133 -130
  5. package/dist/BinaryStairs.js +79 -76
  6. package/dist/Blocks.js +246 -243
  7. package/dist/Blueprint.js +93 -90
  8. package/dist/BlueprintWhite.js +100 -97
  9. package/dist/BookAndNotepad.js +95 -92
  10. package/dist/Browser.js +77 -74
  11. package/dist/BrowserLock.js +44 -41
  12. package/dist/BrowserPuzzle.js +63 -60
  13. package/dist/ChatBox.js +44 -41
  14. package/dist/CodeCelebration.js +156 -153
  15. package/dist/Coffee.js +61 -58
  16. package/dist/Confetti.js +95 -92
  17. package/dist/Conversation.js +59 -56
  18. package/dist/CustomProject.js +46 -43
  19. package/dist/EmailAt.js +38 -35
  20. package/dist/Envelope.js +38 -35
  21. package/dist/ErrorWindow.js +127 -124
  22. package/dist/Events.js +1109 -1106
  23. package/dist/ExplodedCube.js +80 -77
  24. package/dist/ExplodedCubeLight.js +81 -78
  25. package/dist/Heart.js +32 -29
  26. package/dist/Hills.js +49 -46
  27. package/dist/HomeOffice.js +109 -106
  28. package/dist/Interest.js +373 -370
  29. package/dist/Interview.js +167 -164
  30. package/dist/Keyhole.js +32 -29
  31. package/dist/Knowledge.js +300 -297
  32. package/dist/LightBulbAndGears.js +347 -344
  33. package/dist/MagnifyingGlass.js +66 -63
  34. package/dist/Maze.js +69 -66
  35. package/dist/Megaphone.js +50 -47
  36. package/dist/MobilePhone.js +91 -88
  37. package/dist/MoneyBack.js +33 -30
  38. package/dist/New.js +62 -59
  39. package/dist/NumberBlocks.js +265 -262
  40. package/dist/OfficeAnnouncement.js +204 -201
  41. package/dist/Plant.js +64 -61
  42. package/dist/PortfolioProject.js +37 -34
  43. package/dist/PracticeProject.js +45 -42
  44. package/dist/PracticeTarget.js +75 -72
  45. package/dist/ProgressCharts.js +148 -145
  46. package/dist/ProgressChartsLight.js +78 -75
  47. package/dist/ProjectReview.js +220 -217
  48. package/dist/Purpose.js +130 -127
  49. package/dist/Puzzle.js +158 -155
  50. package/dist/Python.js +24 -21
  51. package/dist/SevenDayTrial.js +85 -82
  52. package/dist/StackedFruits.js +99 -96
  53. package/dist/StackedFruitsLight.js +71 -68
  54. package/dist/StackedPages.js +148 -145
  55. package/dist/StackedPagesVariant.js +196 -193
  56. package/dist/StairsToWindow.js +87 -84
  57. package/dist/StairsToWindowLight.js +75 -72
  58. package/dist/Sun.js +119 -116
  59. package/dist/Syllabus.js +350 -347
  60. package/dist/Tag25PercentOff.js +90 -87
  61. package/dist/Tag30PercentOff.js +66 -63
  62. package/dist/Tag50PercentOff.js +174 -171
  63. package/dist/TagCelebration.js +164 -161
  64. package/dist/Target.js +45 -42
  65. package/dist/TinyBlocks.js +22 -19
  66. package/dist/Warning.js +98 -95
  67. package/package.json +3 -3
package/dist/Interest.js CHANGED
@@ -1,380 +1,383 @@
1
1
  import React from 'react';
2
2
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
- export const Interest = ({
4
- 'aria-hidden': ariaHidden,
5
- className,
6
- height,
7
- width
8
- }) => /*#__PURE__*/_jsxs("svg", {
9
- "aria-hidden": ariaHidden,
10
- className: className,
11
- fill: "none",
12
- height: height,
13
- viewBox: "0 0 399 311",
14
- width: width,
15
- xmlns: "http://www.w3.org/2000/svg",
16
- xmlnsXlink: "http://www.w3.org/1999/xlink",
17
- children: [/*#__PURE__*/_jsx("title", {
18
- children: "Interest Illustration"
19
- }), /*#__PURE__*/_jsx("mask", {
20
- height: "22",
21
- id: "b",
22
- maskUnits: "userSpaceOnUse",
23
- style: {
24
- maskType: 'alpha'
25
- },
26
- width: "68",
27
- x: "278",
28
- y: "152",
29
- children: /*#__PURE__*/_jsx("path", {
30
- d: "M278 152h68v22h-68z",
31
- fill: "url(#a)"
32
- })
33
- }), /*#__PURE__*/_jsx("g", {
34
- mask: "url(#b)",
35
- children: /*#__PURE__*/_jsx("rect", {
36
- fill: "#10162F",
37
- fillOpacity: ".28",
3
+ export const Interest = _ref => {
4
+ let {
5
+ 'aria-hidden': ariaHidden,
6
+ className,
7
+ height,
8
+ width
9
+ } = _ref;
10
+ return /*#__PURE__*/_jsxs("svg", {
11
+ "aria-hidden": ariaHidden,
12
+ className: className,
13
+ fill: "none",
14
+ height: height,
15
+ viewBox: "0 0 399 311",
16
+ width: width,
17
+ xmlns: "http://www.w3.org/2000/svg",
18
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
19
+ children: [/*#__PURE__*/_jsx("title", {
20
+ children: "Interest Illustration"
21
+ }), /*#__PURE__*/_jsx("mask", {
38
22
  height: "22",
39
- rx: "5",
23
+ id: "b",
24
+ maskUnits: "userSpaceOnUse",
25
+ style: {
26
+ maskType: 'alpha'
27
+ },
40
28
  width: "68",
41
29
  x: "278",
42
- y: "152"
43
- })
44
- }), /*#__PURE__*/_jsx("mask", {
45
- height: "11",
46
- id: "d",
47
- maskUnits: "userSpaceOnUse",
48
- style: {
49
- maskType: 'alpha'
50
- },
51
- width: "149",
52
- x: "49",
53
- y: "180",
54
- children: /*#__PURE__*/_jsx("path", {
55
- d: "M49 180h149v11H49z",
56
- fill: "url(#c)"
57
- })
58
- }), /*#__PURE__*/_jsx("g", {
59
- mask: "url(#d)",
60
- children: /*#__PURE__*/_jsx("path", {
61
- d: "M49 180h149v11H49z",
62
- fill: "#10162F"
63
- })
64
- }), /*#__PURE__*/_jsx("mask", {
65
- height: "14",
66
- id: "f",
67
- maskUnits: "userSpaceOnUse",
68
- style: {
69
- maskType: 'alpha'
70
- },
71
- width: "62",
72
- x: "105",
73
- y: "86",
74
- children: /*#__PURE__*/_jsx("path", {
75
- d: "M105 86h62v14h-62z",
76
- fill: "url(#e)"
77
- })
78
- }), /*#__PURE__*/_jsx("g", {
79
- mask: "url(#f)",
80
- children: /*#__PURE__*/_jsx("path", {
81
- d: "M105 86h62v14h-62z",
82
- fill: "#10162F",
83
- fillOpacity: ".28"
84
- })
85
- }), /*#__PURE__*/_jsx("path", {
86
- d: "m288.657 159.598-14.833 26.043a5.248 5.248 0 0 1-4.562 2.652h-29.524a5.248 5.248 0 0 1-4.562-2.652l-14.833-26.043a5.25 5.25 0 0 1 0-5.196l14.833-26.043a5.248 5.248 0 0 1 4.562-2.652h29.524a5.248 5.248 0 0 1 4.562 2.652l14.833 26.043a5.25 5.25 0 0 1 0 5.196Z",
87
- fill: "#E2D6CF",
88
- stroke: "#10162F",
89
- strokeWidth: "1.5"
90
- }), /*#__PURE__*/_jsx("path", {
91
- d: "m80.625 208.382 24.311 14.035a5.251 5.251 0 0 1 2.625 4.547v28.072a5.251 5.251 0 0 1-2.625 4.547l-24.311 14.035a5.25 5.25 0 0 1-5.25 0l-24.31-14.035a5.25 5.25 0 0 1-2.626-4.547v-28.072c0-1.876 1-3.609 2.625-4.547l24.311-14.035a5.25 5.25 0 0 1 5.25 0Z",
92
- fill: "#AEE938",
93
- stroke: "#10162F",
94
- strokeWidth: "1.5"
95
- }), /*#__PURE__*/_jsx("path", {
96
- d: "M140 225.75h77a3.25 3.25 0 0 1 3.25 3.25v7.25h-83.5V229a3.25 3.25 0 0 1 3.25-3.25Z",
97
- fill: "#10162F",
98
- stroke: "#10162F",
99
- strokeWidth: "1.5"
100
- }), /*#__PURE__*/_jsx("path", {
101
- d: "M217 280.25h-77a3.25 3.25 0 0 1-3.25-3.25v-41.25h83.5V277a3.25 3.25 0 0 1-3.25 3.25Z",
102
- fill: "#10162F",
103
- stroke: "#10162F",
104
- strokeWidth: "1.5"
105
- }), /*#__PURE__*/_jsx("path", {
106
- d: "M145 220.75h77a3.25 3.25 0 0 1 3.25 3.25v7.25h-83.5V224a3.25 3.25 0 0 1 3.25-3.25Z",
107
- fill: "#D3F2FF",
108
- stroke: "#10162F",
109
- strokeWidth: "1.5"
110
- }), /*#__PURE__*/_jsx("path", {
111
- d: "M222 275.25h-77a3.25 3.25 0 0 1-3.25-3.25v-41.25h83.5V272a3.25 3.25 0 0 1-3.25 3.25Z",
112
- fill: "#fff",
113
- stroke: "#10162F",
114
- strokeWidth: "1.5"
115
- }), /*#__PURE__*/_jsx("path", {
116
- d: "M266 40.75h47a3.25 3.25 0 0 1 3.25 3.25v7.25h-53.5V44a3.25 3.25 0 0 1 3.25-3.25Z",
117
- fill: "#10162F",
118
- stroke: "#10162F",
119
- strokeWidth: "1.5"
120
- }), /*#__PURE__*/_jsx("path", {
121
- d: "M313 95.25h-47a3.25 3.25 0 0 1-3.25-3.25V50.75h53.5V92a3.25 3.25 0 0 1-3.25 3.25Z",
122
- fill: "#fff",
123
- stroke: "#10162F",
124
- strokeWidth: "1.5"
125
- }), /*#__PURE__*/_jsx("path", {
126
- d: "M295 56.75h47a3.25 3.25 0 0 1 3.25 3.25v7.25h-53.5V60a3.25 3.25 0 0 1 3.25-3.25Z",
127
- fill: "#EAFDC6",
128
- stroke: "#10162F",
129
- strokeWidth: "1.5"
130
- }), /*#__PURE__*/_jsx("path", {
131
- d: "M342 111.25h-47a3.25 3.25 0 0 1-3.25-3.25V66.75h53.5V108a3.25 3.25 0 0 1-3.25 3.25Z",
132
- fill: "#fff",
133
- stroke: "#10162F",
134
- strokeWidth: "1.5"
135
- }), /*#__PURE__*/_jsx("path", {
136
- d: "M53 124.75h141a3.25 3.25 0 0 1 3.25 3.25v42.25H49.75V128a3.25 3.25 0 0 1 3.25-3.25Z",
137
- fill: "#10162F",
138
- stroke: "#10162F",
139
- strokeWidth: "1.5"
140
- }), /*#__PURE__*/_jsx("path", {
141
- d: "M53 186.25h141a3.25 3.25 0 0 0 3.25-3.25v-16.25H49.75V183a3.25 3.25 0 0 0 3.25 3.25Z",
142
- fill: "#0A0D1C",
143
- stroke: "#10162F",
144
- strokeWidth: "1.5"
145
- }), /*#__PURE__*/_jsx("rect", {
146
- fill: "#FFD300",
147
- height: "8.5",
148
- rx: "1.25",
149
- stroke: "#10162F",
150
- strokeWidth: "1.5",
151
- transform: "matrix(1 0 0 -1 54 181.5)",
152
- width: "17.5",
153
- x: ".75",
154
- y: "-.75"
155
- }), /*#__PURE__*/_jsx("rect", {
156
- fill: "#1557FF",
157
- height: "23.5",
158
- rx: "11.75",
159
- stroke: "#10162F",
160
- strokeWidth: "1.5",
161
- width: "73.5",
162
- x: "271.75",
163
- y: "145.75"
164
- }), /*#__PURE__*/_jsx("path", {
165
- d: "M0 1.079h45.065v45.065H0z",
166
- fill: "#FF8C00",
167
- stroke: "#10162F",
168
- strokeWidth: "1.5",
169
- transform: "scale(.98236 1.01733) rotate(45 -70.784 481.938)"
170
- }), /*#__PURE__*/_jsx("circle", {
171
- cx: "197",
172
- cy: "186",
173
- r: "18.25",
174
- stroke: "#E2D6CF",
175
- strokeWidth: "1.5"
176
- }), /*#__PURE__*/_jsx("path", {
177
- d: "M346 99c15.464 0 28 13.208 28 29.5S361.464 158 346 158",
178
- stroke: "#10162F",
179
- strokeWidth: "1.5"
180
- }), /*#__PURE__*/_jsx("circle", {
181
- cx: "226",
182
- cy: "253",
183
- fill: "#1557FF",
184
- r: "12.25",
185
- stroke: "#10162F",
186
- strokeWidth: "1.5"
187
- }), /*#__PURE__*/_jsx("circle", {
188
- cx: "201",
189
- cy: "253",
190
- fill: "#1557FF",
191
- r: "8.25",
192
- stroke: "#10162F",
193
- strokeWidth: "1.5"
194
- }), /*#__PURE__*/_jsx("circle", {
195
- cx: "182",
196
- cy: "253",
197
- fill: "#1557FF",
198
- r: "6.25",
199
- stroke: "#10162F",
200
- strokeWidth: "1.5"
201
- }), /*#__PURE__*/_jsx("mask", {
202
- height: "9",
203
- id: "h",
204
- maskUnits: "userSpaceOnUse",
205
- style: {
206
- maskType: 'alpha'
207
- },
208
- width: "49",
209
- x: "294",
210
- y: "69",
211
- children: /*#__PURE__*/_jsx("path", {
212
- d: "M294 69h49v9h-49z",
213
- fill: "url(#g)"
214
- })
215
- }), /*#__PURE__*/_jsx("g", {
216
- mask: "url(#h)",
217
- children: /*#__PURE__*/_jsx("path", {
218
- d: "M294 69h49v9h-49z",
219
- fill: "#AEE938"
220
- })
221
- }), /*#__PURE__*/_jsx("path", {
222
- d: "M155.288 173.057c0 9.561-2.436 18.183-6.334 24.39-3.905 6.216-9.205 9.916-14.935 9.916s-11.03-3.7-14.935-9.916c-3.898-6.207-6.334-14.829-6.334-24.39 0-9.562 2.436-18.183 6.334-24.39 3.905-6.217 9.205-9.917 14.935-9.917s11.03 3.7 14.935 9.917c3.898 6.207 6.334 14.828 6.334 24.39Z",
223
- fill: "#E91C11",
224
- stroke: "#10162F",
225
- strokeWidth: "1.5"
226
- }), /*#__PURE__*/_jsx("path", {
227
- d: "M146.017 173.054c0 6.217-1.406 11.809-3.639 15.82-2.248 4.035-5.234 6.318-8.359 6.318s-6.111-2.283-8.359-6.318c-2.234-4.011-3.639-9.603-3.639-15.82 0-6.217 1.405-11.808 3.639-15.819 2.248-4.036 5.234-6.319 8.359-6.319s6.111 2.283 8.359 6.319c2.233 4.011 3.639 9.602 3.639 15.819Z",
228
- fill: "#fff",
229
- stroke: "#10162F",
230
- strokeWidth: "1.5"
231
- }), /*#__PURE__*/_jsx("path", {
232
- d: "M61 137h14.6M61 156.468h14.6M67.255 140.896h8.343M76.988 140.896h18.076M67.255 144.781h8.343M76.988 144.781h12.514M67.255 148.684H82.55M83.94 148.684h8.343M67.255 152.572h5.562M74.211 152.572h20.857",
233
- stroke: "#AEE938",
234
- strokeWidth: "1.5"
235
- }), /*#__PURE__*/_jsx("path", {
236
- d: "M251.229 202.608a.635.635 0 0 1 1.19 0 19.668 19.668 0 0 0 11.621 11.621.635.635 0 0 1 0 1.19 19.668 19.668 0 0 0-11.621 11.621.635.635 0 0 1-1.19 0 19.668 19.668 0 0 0-11.621-11.621.635.635 0 0 1 0-1.19 19.668 19.668 0 0 0 11.621-11.621ZM187.229 32.608a.634.634 0 0 1 1.19 0A19.668 19.668 0 0 0 200.04 44.23a.635.635 0 0 1 0 1.19 19.668 19.668 0 0 0-11.621 11.62.634.634 0 0 1-1.19 0 19.668 19.668 0 0 0-11.621-11.62.635.635 0 0 1 0-1.19 19.669 19.669 0 0 0 11.621-11.62Z",
237
- fill: "#E2D6CF"
238
- }), /*#__PURE__*/_jsx("rect", {
239
- fill: "#008A27",
240
- height: "45.452",
241
- rx: "7.75",
242
- stroke: "#10162F",
243
- strokeWidth: "1.5",
244
- transform: "rotate(-90 55.75 248.251)",
245
- width: "15.5",
246
- x: "55.75",
247
- y: "248.251"
248
- }), /*#__PURE__*/_jsx("rect", {
249
- fill: "#EAFDC6",
250
- height: "15.365",
251
- rx: "7.682",
252
- stroke: "#10162F",
253
- strokeWidth: "1.5",
254
- transform: "rotate(-90 55.75 248.115)",
255
- width: "15.365",
256
- x: "55.75",
257
- y: "248.115"
258
- }), /*#__PURE__*/_jsx("path", {
259
- d: "M313.052 207.457v17.11M321.608 216.011h-17.11M319.102 209.96l-12.099 12.099M319.102 222.064l-12.099-12.098",
260
- stroke: "#fff",
261
- strokeWidth: "1.5"
262
- }), /*#__PURE__*/_jsx("path", {
263
- d: "M32.554 191v17.11M41.11 199.554H24M38.604 193.503l-12.1 12.099M38.604 205.607l-12.1-12.098",
264
- stroke: "#E2D6CF",
265
- strokeWidth: "1.5"
266
- }), /*#__PURE__*/_jsx("path", {
267
- d: "m274.175 228.717-14.133 18.899c-.986 1.319-.045 3.198 1.602 3.198h31.562c.63 0 1.224-.297 1.601-.802l8.759-11.713c3.945-5.276.18-12.791-6.407-12.791h-16.577a8 8 0 0 0-6.407 3.209Z",
268
- fill: "#FFD300",
269
- stroke: "#10162F",
270
- strokeWidth: "1.5"
271
- }), /*#__PURE__*/_jsx("path", {
272
- d: "m265.92 251.021 8.273-10.707M274.196 251.021l8.273-10.707M282.952 251.021l8.273-10.707",
273
- stroke: "#10162F",
274
- strokeWidth: "1.5"
275
- }), /*#__PURE__*/_jsx("circle", {
276
- cx: "263.13",
277
- cy: "72.13",
278
- fill: "#FFD300",
279
- r: "11.38",
280
- stroke: "#10162F",
281
- strokeWidth: "1.5"
282
- }), /*#__PURE__*/_jsx("path", {
283
- d: "m258.489 72.954 2.723 2.723 6.467-6.467",
284
- stroke: "#10162F",
285
- strokeWidth: "1.5"
286
- }), /*#__PURE__*/_jsx("mask", {
287
- fill: "#fff",
288
- id: "i",
289
- children: /*#__PURE__*/_jsx("path", {
290
- clipRule: "evenodd",
291
- d: "M73.504 74.505c-11.13-14.774-15.664-28.678-10.17-34.172 5.493-5.493 19.398-.96 34.173 10.172 14.769-11.124 28.668-15.653 34.16-10.162 5.492 5.492.962 19.392-10.164 34.162 11.125 14.77 15.654 28.669 10.162 34.16-5.491 5.492-19.389.963-34.158-10.16-14.774 11.131-28.679 15.664-34.172 10.171-5.493-5.493-.96-19.397 10.17-34.17Z",
292
- fillRule: "evenodd"
293
- })
294
- }), /*#__PURE__*/_jsx("path", {
295
- clipRule: "evenodd",
296
- d: "M73.504 74.505c-11.13-14.774-15.664-28.678-10.17-34.172 5.493-5.493 19.398-.96 34.173 10.172 14.769-11.124 28.668-15.653 34.16-10.162 5.492 5.492.962 19.392-10.164 34.162 11.125 14.77 15.654 28.669 10.162 34.16-5.491 5.492-19.389.963-34.158-10.16-14.774 11.131-28.679 15.664-34.172 10.171-5.493-5.493-.96-19.397 10.17-34.17Z",
297
- fill: "#F966FF",
298
- fillRule: "evenodd"
299
- }), /*#__PURE__*/_jsx("path", {
300
- d: "m73.504 74.505 1.198.903.68-.903-.68-.902-1.198.902Zm-10.17-34.172-1.062-1.06 1.061 1.06Zm34.173 10.172-.903 1.198.903.68.902-.68-.902-1.198Zm34.16-10.162-1.061 1.061 1.061-1.06Zm-10.164 34.162-1.198-.902-.679.902.679.903 1.198-.903Zm-23.996 24 .902-1.199-.902-.68-.903.68.903 1.198Zm-34.172 10.171-1.06 1.06 1.06-1.06Zm11.367-35.073C69.201 66.3 65.39 59.288 63.62 53.5c-1.807-5.908-1.34-9.99.775-12.106l-2.122-2.121c-3.377 3.377-3.391 8.993-1.522 15.105 1.906 6.232 5.927 13.558 11.556 21.03l2.396-1.805Zm-10.308-32.21c2.116-2.115 6.199-2.581 12.107-.774 5.787 1.77 12.8 5.582 20.103 11.084l1.805-2.396c-7.472-5.63-14.799-9.65-21.03-11.557-6.112-1.869-11.729-1.855-15.107 1.523l2.122 2.12Zm34.015 10.31c7.3-5.498 14.31-9.307 20.096-11.075 5.905-1.806 9.986-1.34 12.101.776l2.122-2.121c-3.377-3.377-8.991-3.392-15.1-1.524-6.23 1.904-13.554 5.922-21.024 11.548l1.805 2.397Zm32.197-10.299c2.116 2.115 2.582 6.197.776 12.102-1.768 5.786-5.578 12.797-11.077 20.097l2.397 1.805c5.626-7.47 9.645-14.794 11.549-21.024 1.868-6.11 1.853-11.724-1.523-15.101l-2.122 2.121Zm-10.301 34.004c5.499 7.3 9.308 14.31 11.076 20.095 1.805 5.906 1.339 9.987-.776 12.102l2.121 2.121c3.377-3.376 3.392-8.991 1.524-15.1-1.904-6.23-5.922-13.553-11.548-21.023l-2.397 1.805Zm10.3 32.197c-2.115 2.115-6.196 2.581-12.101.776-5.785-1.768-12.795-5.577-20.095-11.075l-1.805 2.397c7.47 5.626 14.793 9.643 21.023 11.547 6.109 1.868 11.723 1.853 15.099-1.524l-2.121-2.121Zm-34-10.299c-7.303 5.502-14.316 9.314-20.103 11.084-5.908 1.807-9.99 1.341-12.107-.775l-2.12 2.121c3.377 3.378 8.993 3.392 15.104 1.523 6.232-1.906 13.559-5.927 21.03-11.556l-1.805-2.397Zm-32.21 10.309c-2.115-2.116-2.581-6.198-.775-12.106 1.77-5.787 5.581-12.8 11.082-20.101l-2.396-1.805c-5.629 7.471-9.649 14.797-11.555 21.029-1.868 6.111-1.854 11.727 1.523 15.104l2.121-2.121Z",
301
- fill: "#10162F",
302
- mask: "url(#i)"
303
- }), /*#__PURE__*/_jsx("path", {
304
- d: "M113.75 56.75h52.5v35.5h-52.5z",
305
- fill: "#D3F2FF",
306
- stroke: "#10162F",
307
- strokeWidth: "1.5"
308
- }), /*#__PURE__*/_jsx("path", {
309
- d: "m149.003 73.83-13.925 8.04V65.79l13.925 8.04Z",
310
- fill: "#10162F",
311
- stroke: "#10162F",
312
- strokeWidth: "1.5"
313
- }), /*#__PURE__*/_jsx("path", {
314
- clipRule: "evenodd",
315
- d: "M343.951 249.015 326 239l.302 20.553 6.787-4.052 3.376 5.655 4.076-2.434-3.377-5.655 6.787-4.052Z",
316
- fill: "#fff",
317
- fillRule: "evenodd"
318
- }), /*#__PURE__*/_jsx("path", {
319
- d: "m326 239 .365-.655-1.134-.633.019 1.299.75-.011Zm17.951 10.015.384.644 1.116-.666-1.135-.633-.365.655Zm-17.649 10.538-.75.011.019 1.299 1.116-.666-.385-.644Zm6.787-4.052.644-.385-.385-.643-.644.384.385.644Zm3.376 5.655-.644.384.385.644.644-.385-.385-.643Zm4.076-2.434.384.644.644-.385-.384-.644-.644.385Zm-3.377-5.655-.384-.644-.644.385.384.644.644-.385Zm-11.529-13.412 17.95 10.015.731-1.31-17.951-10.015-.73 1.31Zm1.417 19.887-.302-20.553-1.5.022.302 20.553 1.5-.022Zm5.652-4.685-6.786 4.052.769 1.288 6.786-4.052-.769-1.288Zm4.405 5.914-3.376-5.655-1.288.77 3.376 5.654 1.288-.769Zm3.047-2.693-4.075 2.434.769 1.287 4.075-2.433-.769-1.288Zm-3.636-4.626 3.377 5.654 1.288-.769-3.377-5.654-1.288.769Zm7.046-5.081-6.786 4.052.769 1.288 6.786-4.052-.769-1.288Z",
320
- fill: "#10162F"
321
- }), /*#__PURE__*/_jsx("path", {
322
- d: "M253 124c0-23.319 0-35.93-11.029-34.946-11.03.984-4.826 20.674-18.092 20.674-13.267 0-4.656-20.674-17.754-20.674-13.097 0-4.125 21.283-18.89 20.674-14.765-.61-1.881-20.675-20.235-20.674",
323
- stroke: "#E2D6CF",
324
- strokeLinejoin: "round",
325
- strokeWidth: "1.5"
326
- }), /*#__PURE__*/_jsx("path", {
327
- d: "M329.25 99.844v11.406h-22.5v-11.4a.768.768 0 0 0 .039-.312 11.782 11.782 0 0 1-.039-.927c0-3.157 1.194-6.178 3.308-8.4 2.113-2.22 4.971-3.461 7.942-3.461s5.829 1.24 7.942 3.46c2.114 2.223 3.308 5.244 3.308 8.4 0 .313-.015.627-.037.934a.764.764 0 0 0 .037.3Z",
328
- fill: "#10162F",
329
- stroke: "#10162F",
330
- strokeWidth: "1.5"
331
- }), /*#__PURE__*/_jsxs("defs", {
332
- children: [/*#__PURE__*/_jsx("pattern", {
333
- height: "2.909",
334
- id: "a",
335
- patternContentUnits: "objectBoundingBox",
336
- width: ".941",
337
- children: /*#__PURE__*/_jsx("use", {
338
- transform: "scale(.0147 .04545)",
339
- xlinkHref: "#j"
30
+ y: "152",
31
+ children: /*#__PURE__*/_jsx("path", {
32
+ d: "M278 152h68v22h-68z",
33
+ fill: "url(#a)"
340
34
  })
341
- }), /*#__PURE__*/_jsx("pattern", {
342
- height: "5.818",
343
- id: "c",
344
- patternContentUnits: "objectBoundingBox",
345
- width: ".43",
346
- children: /*#__PURE__*/_jsx("use", {
347
- transform: "scale(.00671 .0909)",
348
- xlinkHref: "#j"
35
+ }), /*#__PURE__*/_jsx("g", {
36
+ mask: "url(#b)",
37
+ children: /*#__PURE__*/_jsx("rect", {
38
+ fill: "#10162F",
39
+ fillOpacity: ".28",
40
+ height: "22",
41
+ rx: "5",
42
+ width: "68",
43
+ x: "278",
44
+ y: "152"
45
+ })
46
+ }), /*#__PURE__*/_jsx("mask", {
47
+ height: "11",
48
+ id: "d",
49
+ maskUnits: "userSpaceOnUse",
50
+ style: {
51
+ maskType: 'alpha'
52
+ },
53
+ width: "149",
54
+ x: "49",
55
+ y: "180",
56
+ children: /*#__PURE__*/_jsx("path", {
57
+ d: "M49 180h149v11H49z",
58
+ fill: "url(#c)"
59
+ })
60
+ }), /*#__PURE__*/_jsx("g", {
61
+ mask: "url(#d)",
62
+ children: /*#__PURE__*/_jsx("path", {
63
+ d: "M49 180h149v11H49z",
64
+ fill: "#10162F"
65
+ })
66
+ }), /*#__PURE__*/_jsx("mask", {
67
+ height: "14",
68
+ id: "f",
69
+ maskUnits: "userSpaceOnUse",
70
+ style: {
71
+ maskType: 'alpha'
72
+ },
73
+ width: "62",
74
+ x: "105",
75
+ y: "86",
76
+ children: /*#__PURE__*/_jsx("path", {
77
+ d: "M105 86h62v14h-62z",
78
+ fill: "url(#e)"
79
+ })
80
+ }), /*#__PURE__*/_jsx("g", {
81
+ mask: "url(#f)",
82
+ children: /*#__PURE__*/_jsx("path", {
83
+ d: "M105 86h62v14h-62z",
84
+ fill: "#10162F",
85
+ fillOpacity: ".28"
86
+ })
87
+ }), /*#__PURE__*/_jsx("path", {
88
+ d: "m288.657 159.598-14.833 26.043a5.248 5.248 0 0 1-4.562 2.652h-29.524a5.248 5.248 0 0 1-4.562-2.652l-14.833-26.043a5.25 5.25 0 0 1 0-5.196l14.833-26.043a5.248 5.248 0 0 1 4.562-2.652h29.524a5.248 5.248 0 0 1 4.562 2.652l14.833 26.043a5.25 5.25 0 0 1 0 5.196Z",
89
+ fill: "#E2D6CF",
90
+ stroke: "#10162F",
91
+ strokeWidth: "1.5"
92
+ }), /*#__PURE__*/_jsx("path", {
93
+ d: "m80.625 208.382 24.311 14.035a5.251 5.251 0 0 1 2.625 4.547v28.072a5.251 5.251 0 0 1-2.625 4.547l-24.311 14.035a5.25 5.25 0 0 1-5.25 0l-24.31-14.035a5.25 5.25 0 0 1-2.626-4.547v-28.072c0-1.876 1-3.609 2.625-4.547l24.311-14.035a5.25 5.25 0 0 1 5.25 0Z",
94
+ fill: "#AEE938",
95
+ stroke: "#10162F",
96
+ strokeWidth: "1.5"
97
+ }), /*#__PURE__*/_jsx("path", {
98
+ d: "M140 225.75h77a3.25 3.25 0 0 1 3.25 3.25v7.25h-83.5V229a3.25 3.25 0 0 1 3.25-3.25Z",
99
+ fill: "#10162F",
100
+ stroke: "#10162F",
101
+ strokeWidth: "1.5"
102
+ }), /*#__PURE__*/_jsx("path", {
103
+ d: "M217 280.25h-77a3.25 3.25 0 0 1-3.25-3.25v-41.25h83.5V277a3.25 3.25 0 0 1-3.25 3.25Z",
104
+ fill: "#10162F",
105
+ stroke: "#10162F",
106
+ strokeWidth: "1.5"
107
+ }), /*#__PURE__*/_jsx("path", {
108
+ d: "M145 220.75h77a3.25 3.25 0 0 1 3.25 3.25v7.25h-83.5V224a3.25 3.25 0 0 1 3.25-3.25Z",
109
+ fill: "#D3F2FF",
110
+ stroke: "#10162F",
111
+ strokeWidth: "1.5"
112
+ }), /*#__PURE__*/_jsx("path", {
113
+ d: "M222 275.25h-77a3.25 3.25 0 0 1-3.25-3.25v-41.25h83.5V272a3.25 3.25 0 0 1-3.25 3.25Z",
114
+ fill: "#fff",
115
+ stroke: "#10162F",
116
+ strokeWidth: "1.5"
117
+ }), /*#__PURE__*/_jsx("path", {
118
+ d: "M266 40.75h47a3.25 3.25 0 0 1 3.25 3.25v7.25h-53.5V44a3.25 3.25 0 0 1 3.25-3.25Z",
119
+ fill: "#10162F",
120
+ stroke: "#10162F",
121
+ strokeWidth: "1.5"
122
+ }), /*#__PURE__*/_jsx("path", {
123
+ d: "M313 95.25h-47a3.25 3.25 0 0 1-3.25-3.25V50.75h53.5V92a3.25 3.25 0 0 1-3.25 3.25Z",
124
+ fill: "#fff",
125
+ stroke: "#10162F",
126
+ strokeWidth: "1.5"
127
+ }), /*#__PURE__*/_jsx("path", {
128
+ d: "M295 56.75h47a3.25 3.25 0 0 1 3.25 3.25v7.25h-53.5V60a3.25 3.25 0 0 1 3.25-3.25Z",
129
+ fill: "#EAFDC6",
130
+ stroke: "#10162F",
131
+ strokeWidth: "1.5"
132
+ }), /*#__PURE__*/_jsx("path", {
133
+ d: "M342 111.25h-47a3.25 3.25 0 0 1-3.25-3.25V66.75h53.5V108a3.25 3.25 0 0 1-3.25 3.25Z",
134
+ fill: "#fff",
135
+ stroke: "#10162F",
136
+ strokeWidth: "1.5"
137
+ }), /*#__PURE__*/_jsx("path", {
138
+ d: "M53 124.75h141a3.25 3.25 0 0 1 3.25 3.25v42.25H49.75V128a3.25 3.25 0 0 1 3.25-3.25Z",
139
+ fill: "#10162F",
140
+ stroke: "#10162F",
141
+ strokeWidth: "1.5"
142
+ }), /*#__PURE__*/_jsx("path", {
143
+ d: "M53 186.25h141a3.25 3.25 0 0 0 3.25-3.25v-16.25H49.75V183a3.25 3.25 0 0 0 3.25 3.25Z",
144
+ fill: "#0A0D1C",
145
+ stroke: "#10162F",
146
+ strokeWidth: "1.5"
147
+ }), /*#__PURE__*/_jsx("rect", {
148
+ fill: "#FFD300",
149
+ height: "8.5",
150
+ rx: "1.25",
151
+ stroke: "#10162F",
152
+ strokeWidth: "1.5",
153
+ transform: "matrix(1 0 0 -1 54 181.5)",
154
+ width: "17.5",
155
+ x: ".75",
156
+ y: "-.75"
157
+ }), /*#__PURE__*/_jsx("rect", {
158
+ fill: "#1557FF",
159
+ height: "23.5",
160
+ rx: "11.75",
161
+ stroke: "#10162F",
162
+ strokeWidth: "1.5",
163
+ width: "73.5",
164
+ x: "271.75",
165
+ y: "145.75"
166
+ }), /*#__PURE__*/_jsx("path", {
167
+ d: "M0 1.079h45.065v45.065H0z",
168
+ fill: "#FF8C00",
169
+ stroke: "#10162F",
170
+ strokeWidth: "1.5",
171
+ transform: "scale(.98236 1.01733) rotate(45 -70.784 481.938)"
172
+ }), /*#__PURE__*/_jsx("circle", {
173
+ cx: "197",
174
+ cy: "186",
175
+ r: "18.25",
176
+ stroke: "#E2D6CF",
177
+ strokeWidth: "1.5"
178
+ }), /*#__PURE__*/_jsx("path", {
179
+ d: "M346 99c15.464 0 28 13.208 28 29.5S361.464 158 346 158",
180
+ stroke: "#10162F",
181
+ strokeWidth: "1.5"
182
+ }), /*#__PURE__*/_jsx("circle", {
183
+ cx: "226",
184
+ cy: "253",
185
+ fill: "#1557FF",
186
+ r: "12.25",
187
+ stroke: "#10162F",
188
+ strokeWidth: "1.5"
189
+ }), /*#__PURE__*/_jsx("circle", {
190
+ cx: "201",
191
+ cy: "253",
192
+ fill: "#1557FF",
193
+ r: "8.25",
194
+ stroke: "#10162F",
195
+ strokeWidth: "1.5"
196
+ }), /*#__PURE__*/_jsx("circle", {
197
+ cx: "182",
198
+ cy: "253",
199
+ fill: "#1557FF",
200
+ r: "6.25",
201
+ stroke: "#10162F",
202
+ strokeWidth: "1.5"
203
+ }), /*#__PURE__*/_jsx("mask", {
204
+ height: "9",
205
+ id: "h",
206
+ maskUnits: "userSpaceOnUse",
207
+ style: {
208
+ maskType: 'alpha'
209
+ },
210
+ width: "49",
211
+ x: "294",
212
+ y: "69",
213
+ children: /*#__PURE__*/_jsx("path", {
214
+ d: "M294 69h49v9h-49z",
215
+ fill: "url(#g)"
349
216
  })
350
- }), /*#__PURE__*/_jsx("pattern", {
351
- height: "4.571",
352
- id: "e",
353
- patternContentUnits: "objectBoundingBox",
354
- width: "1.032",
355
- children: /*#__PURE__*/_jsx("use", {
356
- transform: "scale(.01613 .07143)",
357
- xlinkHref: "#j"
217
+ }), /*#__PURE__*/_jsx("g", {
218
+ mask: "url(#h)",
219
+ children: /*#__PURE__*/_jsx("path", {
220
+ d: "M294 69h49v9h-49z",
221
+ fill: "#AEE938"
358
222
  })
359
- }), /*#__PURE__*/_jsx("pattern", {
360
- height: ".444",
361
- id: "g",
362
- patternContentUnits: "objectBoundingBox",
363
- width: ".082",
364
- children: /*#__PURE__*/_jsx("use", {
365
- transform: "scale(.0204 .11111)",
366
- xlinkHref: "#k"
223
+ }), /*#__PURE__*/_jsx("path", {
224
+ d: "M155.288 173.057c0 9.561-2.436 18.183-6.334 24.39-3.905 6.216-9.205 9.916-14.935 9.916s-11.03-3.7-14.935-9.916c-3.898-6.207-6.334-14.829-6.334-24.39 0-9.562 2.436-18.183 6.334-24.39 3.905-6.217 9.205-9.917 14.935-9.917s11.03 3.7 14.935 9.917c3.898 6.207 6.334 14.828 6.334 24.39Z",
225
+ fill: "#E91C11",
226
+ stroke: "#10162F",
227
+ strokeWidth: "1.5"
228
+ }), /*#__PURE__*/_jsx("path", {
229
+ d: "M146.017 173.054c0 6.217-1.406 11.809-3.639 15.82-2.248 4.035-5.234 6.318-8.359 6.318s-6.111-2.283-8.359-6.318c-2.234-4.011-3.639-9.603-3.639-15.82 0-6.217 1.405-11.808 3.639-15.819 2.248-4.036 5.234-6.319 8.359-6.319s6.111 2.283 8.359 6.319c2.233 4.011 3.639 9.602 3.639 15.819Z",
230
+ fill: "#fff",
231
+ stroke: "#10162F",
232
+ strokeWidth: "1.5"
233
+ }), /*#__PURE__*/_jsx("path", {
234
+ d: "M61 137h14.6M61 156.468h14.6M67.255 140.896h8.343M76.988 140.896h18.076M67.255 144.781h8.343M76.988 144.781h12.514M67.255 148.684H82.55M83.94 148.684h8.343M67.255 152.572h5.562M74.211 152.572h20.857",
235
+ stroke: "#AEE938",
236
+ strokeWidth: "1.5"
237
+ }), /*#__PURE__*/_jsx("path", {
238
+ d: "M251.229 202.608a.635.635 0 0 1 1.19 0 19.668 19.668 0 0 0 11.621 11.621.635.635 0 0 1 0 1.19 19.668 19.668 0 0 0-11.621 11.621.635.635 0 0 1-1.19 0 19.668 19.668 0 0 0-11.621-11.621.635.635 0 0 1 0-1.19 19.668 19.668 0 0 0 11.621-11.621ZM187.229 32.608a.634.634 0 0 1 1.19 0A19.668 19.668 0 0 0 200.04 44.23a.635.635 0 0 1 0 1.19 19.668 19.668 0 0 0-11.621 11.62.634.634 0 0 1-1.19 0 19.668 19.668 0 0 0-11.621-11.62.635.635 0 0 1 0-1.19 19.669 19.669 0 0 0 11.621-11.62Z",
239
+ fill: "#E2D6CF"
240
+ }), /*#__PURE__*/_jsx("rect", {
241
+ fill: "#008A27",
242
+ height: "45.452",
243
+ rx: "7.75",
244
+ stroke: "#10162F",
245
+ strokeWidth: "1.5",
246
+ transform: "rotate(-90 55.75 248.251)",
247
+ width: "15.5",
248
+ x: "55.75",
249
+ y: "248.251"
250
+ }), /*#__PURE__*/_jsx("rect", {
251
+ fill: "#EAFDC6",
252
+ height: "15.365",
253
+ rx: "7.682",
254
+ stroke: "#10162F",
255
+ strokeWidth: "1.5",
256
+ transform: "rotate(-90 55.75 248.115)",
257
+ width: "15.365",
258
+ x: "55.75",
259
+ y: "248.115"
260
+ }), /*#__PURE__*/_jsx("path", {
261
+ d: "M313.052 207.457v17.11M321.608 216.011h-17.11M319.102 209.96l-12.099 12.099M319.102 222.064l-12.099-12.098",
262
+ stroke: "#fff",
263
+ strokeWidth: "1.5"
264
+ }), /*#__PURE__*/_jsx("path", {
265
+ d: "M32.554 191v17.11M41.11 199.554H24M38.604 193.503l-12.1 12.099M38.604 205.607l-12.1-12.098",
266
+ stroke: "#E2D6CF",
267
+ strokeWidth: "1.5"
268
+ }), /*#__PURE__*/_jsx("path", {
269
+ d: "m274.175 228.717-14.133 18.899c-.986 1.319-.045 3.198 1.602 3.198h31.562c.63 0 1.224-.297 1.601-.802l8.759-11.713c3.945-5.276.18-12.791-6.407-12.791h-16.577a8 8 0 0 0-6.407 3.209Z",
270
+ fill: "#FFD300",
271
+ stroke: "#10162F",
272
+ strokeWidth: "1.5"
273
+ }), /*#__PURE__*/_jsx("path", {
274
+ d: "m265.92 251.021 8.273-10.707M274.196 251.021l8.273-10.707M282.952 251.021l8.273-10.707",
275
+ stroke: "#10162F",
276
+ strokeWidth: "1.5"
277
+ }), /*#__PURE__*/_jsx("circle", {
278
+ cx: "263.13",
279
+ cy: "72.13",
280
+ fill: "#FFD300",
281
+ r: "11.38",
282
+ stroke: "#10162F",
283
+ strokeWidth: "1.5"
284
+ }), /*#__PURE__*/_jsx("path", {
285
+ d: "m258.489 72.954 2.723 2.723 6.467-6.467",
286
+ stroke: "#10162F",
287
+ strokeWidth: "1.5"
288
+ }), /*#__PURE__*/_jsx("mask", {
289
+ fill: "#fff",
290
+ id: "i",
291
+ children: /*#__PURE__*/_jsx("path", {
292
+ clipRule: "evenodd",
293
+ d: "M73.504 74.505c-11.13-14.774-15.664-28.678-10.17-34.172 5.493-5.493 19.398-.96 34.173 10.172 14.769-11.124 28.668-15.653 34.16-10.162 5.492 5.492.962 19.392-10.164 34.162 11.125 14.77 15.654 28.669 10.162 34.16-5.491 5.492-19.389.963-34.158-10.16-14.774 11.131-28.679 15.664-34.172 10.171-5.493-5.493-.96-19.397 10.17-34.17Z",
294
+ fillRule: "evenodd"
367
295
  })
368
- }), /*#__PURE__*/_jsx("image", {
369
- height: "64",
370
- id: "j",
371
- width: "64",
372
- xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEySURBVHgB7ZTLDcIwEETXqYATbdB/GbTBiQYg2BIrcQDys1ezOxspsmdOeZroyel8meX9tDtbLp+hnffbtTBl2GXMMjW8Fqzw6QDkZcwyNbwWrPDpAORlzDI1vBas8OkA5GXMMjW8Fqzw6QDkZcwyNbwWrPDpAORlzDI1vBas8OkA5GXMMjW8Fqzw6QDkZcwyNbwWrPDpAORlzDIzfD3L1C5sv33LDb5en5QOUPj6zrTLN/iap8IMT+WAb/DC4oBf8MLggH/w4R2wBB/aAWvgJaoD1sJLRAdsgQ/ngK3woRywB16iOGAvvERwwBF49w44Cu/aAT3gxasDesGLRwf0hHfngN7wrhwwAl68OGAUvHhwwEh4eAeMhod2gAW8oDrACl4QHWAJ3/KE5oD6PPTjLPIL4BX6o6eL31UAAAAASUVORK5CYII="
373
- }), /*#__PURE__*/_jsx("image", {
374
- height: "4",
375
- id: "k",
376
- width: "4",
377
- xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAeSURBVHgBjcoxEQAAAAFAEUxq6J+OBO78/KAcXOYsc5ICqdLdEKMAAAAASUVORK5CYII="
296
+ }), /*#__PURE__*/_jsx("path", {
297
+ clipRule: "evenodd",
298
+ d: "M73.504 74.505c-11.13-14.774-15.664-28.678-10.17-34.172 5.493-5.493 19.398-.96 34.173 10.172 14.769-11.124 28.668-15.653 34.16-10.162 5.492 5.492.962 19.392-10.164 34.162 11.125 14.77 15.654 28.669 10.162 34.16-5.491 5.492-19.389.963-34.158-10.16-14.774 11.131-28.679 15.664-34.172 10.171-5.493-5.493-.96-19.397 10.17-34.17Z",
299
+ fill: "#F966FF",
300
+ fillRule: "evenodd"
301
+ }), /*#__PURE__*/_jsx("path", {
302
+ d: "m73.504 74.505 1.198.903.68-.903-.68-.902-1.198.902Zm-10.17-34.172-1.062-1.06 1.061 1.06Zm34.173 10.172-.903 1.198.903.68.902-.68-.902-1.198Zm34.16-10.162-1.061 1.061 1.061-1.06Zm-10.164 34.162-1.198-.902-.679.902.679.903 1.198-.903Zm-23.996 24 .902-1.199-.902-.68-.903.68.903 1.198Zm-34.172 10.171-1.06 1.06 1.06-1.06Zm11.367-35.073C69.201 66.3 65.39 59.288 63.62 53.5c-1.807-5.908-1.34-9.99.775-12.106l-2.122-2.121c-3.377 3.377-3.391 8.993-1.522 15.105 1.906 6.232 5.927 13.558 11.556 21.03l2.396-1.805Zm-10.308-32.21c2.116-2.115 6.199-2.581 12.107-.774 5.787 1.77 12.8 5.582 20.103 11.084l1.805-2.396c-7.472-5.63-14.799-9.65-21.03-11.557-6.112-1.869-11.729-1.855-15.107 1.523l2.122 2.12Zm34.015 10.31c7.3-5.498 14.31-9.307 20.096-11.075 5.905-1.806 9.986-1.34 12.101.776l2.122-2.121c-3.377-3.377-8.991-3.392-15.1-1.524-6.23 1.904-13.554 5.922-21.024 11.548l1.805 2.397Zm32.197-10.299c2.116 2.115 2.582 6.197.776 12.102-1.768 5.786-5.578 12.797-11.077 20.097l2.397 1.805c5.626-7.47 9.645-14.794 11.549-21.024 1.868-6.11 1.853-11.724-1.523-15.101l-2.122 2.121Zm-10.301 34.004c5.499 7.3 9.308 14.31 11.076 20.095 1.805 5.906 1.339 9.987-.776 12.102l2.121 2.121c3.377-3.376 3.392-8.991 1.524-15.1-1.904-6.23-5.922-13.553-11.548-21.023l-2.397 1.805Zm10.3 32.197c-2.115 2.115-6.196 2.581-12.101.776-5.785-1.768-12.795-5.577-20.095-11.075l-1.805 2.397c7.47 5.626 14.793 9.643 21.023 11.547 6.109 1.868 11.723 1.853 15.099-1.524l-2.121-2.121Zm-34-10.299c-7.303 5.502-14.316 9.314-20.103 11.084-5.908 1.807-9.99 1.341-12.107-.775l-2.12 2.121c3.377 3.378 8.993 3.392 15.104 1.523 6.232-1.906 13.559-5.927 21.03-11.556l-1.805-2.397Zm-32.21 10.309c-2.115-2.116-2.581-6.198-.775-12.106 1.77-5.787 5.581-12.8 11.082-20.101l-2.396-1.805c-5.629 7.471-9.649 14.797-11.555 21.029-1.868 6.111-1.854 11.727 1.523 15.104l2.121-2.121Z",
303
+ fill: "#10162F",
304
+ mask: "url(#i)"
305
+ }), /*#__PURE__*/_jsx("path", {
306
+ d: "M113.75 56.75h52.5v35.5h-52.5z",
307
+ fill: "#D3F2FF",
308
+ stroke: "#10162F",
309
+ strokeWidth: "1.5"
310
+ }), /*#__PURE__*/_jsx("path", {
311
+ d: "m149.003 73.83-13.925 8.04V65.79l13.925 8.04Z",
312
+ fill: "#10162F",
313
+ stroke: "#10162F",
314
+ strokeWidth: "1.5"
315
+ }), /*#__PURE__*/_jsx("path", {
316
+ clipRule: "evenodd",
317
+ d: "M343.951 249.015 326 239l.302 20.553 6.787-4.052 3.376 5.655 4.076-2.434-3.377-5.655 6.787-4.052Z",
318
+ fill: "#fff",
319
+ fillRule: "evenodd"
320
+ }), /*#__PURE__*/_jsx("path", {
321
+ d: "m326 239 .365-.655-1.134-.633.019 1.299.75-.011Zm17.951 10.015.384.644 1.116-.666-1.135-.633-.365.655Zm-17.649 10.538-.75.011.019 1.299 1.116-.666-.385-.644Zm6.787-4.052.644-.385-.385-.643-.644.384.385.644Zm3.376 5.655-.644.384.385.644.644-.385-.385-.643Zm4.076-2.434.384.644.644-.385-.384-.644-.644.385Zm-3.377-5.655-.384-.644-.644.385.384.644.644-.385Zm-11.529-13.412 17.95 10.015.731-1.31-17.951-10.015-.73 1.31Zm1.417 19.887-.302-20.553-1.5.022.302 20.553 1.5-.022Zm5.652-4.685-6.786 4.052.769 1.288 6.786-4.052-.769-1.288Zm4.405 5.914-3.376-5.655-1.288.77 3.376 5.654 1.288-.769Zm3.047-2.693-4.075 2.434.769 1.287 4.075-2.433-.769-1.288Zm-3.636-4.626 3.377 5.654 1.288-.769-3.377-5.654-1.288.769Zm7.046-5.081-6.786 4.052.769 1.288 6.786-4.052-.769-1.288Z",
322
+ fill: "#10162F"
323
+ }), /*#__PURE__*/_jsx("path", {
324
+ d: "M253 124c0-23.319 0-35.93-11.029-34.946-11.03.984-4.826 20.674-18.092 20.674-13.267 0-4.656-20.674-17.754-20.674-13.097 0-4.125 21.283-18.89 20.674-14.765-.61-1.881-20.675-20.235-20.674",
325
+ stroke: "#E2D6CF",
326
+ strokeLinejoin: "round",
327
+ strokeWidth: "1.5"
328
+ }), /*#__PURE__*/_jsx("path", {
329
+ d: "M329.25 99.844v11.406h-22.5v-11.4a.768.768 0 0 0 .039-.312 11.782 11.782 0 0 1-.039-.927c0-3.157 1.194-6.178 3.308-8.4 2.113-2.22 4.971-3.461 7.942-3.461s5.829 1.24 7.942 3.46c2.114 2.223 3.308 5.244 3.308 8.4 0 .313-.015.627-.037.934a.764.764 0 0 0 .037.3Z",
330
+ fill: "#10162F",
331
+ stroke: "#10162F",
332
+ strokeWidth: "1.5"
333
+ }), /*#__PURE__*/_jsxs("defs", {
334
+ children: [/*#__PURE__*/_jsx("pattern", {
335
+ height: "2.909",
336
+ id: "a",
337
+ patternContentUnits: "objectBoundingBox",
338
+ width: ".941",
339
+ children: /*#__PURE__*/_jsx("use", {
340
+ transform: "scale(.0147 .04545)",
341
+ xlinkHref: "#j"
342
+ })
343
+ }), /*#__PURE__*/_jsx("pattern", {
344
+ height: "5.818",
345
+ id: "c",
346
+ patternContentUnits: "objectBoundingBox",
347
+ width: ".43",
348
+ children: /*#__PURE__*/_jsx("use", {
349
+ transform: "scale(.00671 .0909)",
350
+ xlinkHref: "#j"
351
+ })
352
+ }), /*#__PURE__*/_jsx("pattern", {
353
+ height: "4.571",
354
+ id: "e",
355
+ patternContentUnits: "objectBoundingBox",
356
+ width: "1.032",
357
+ children: /*#__PURE__*/_jsx("use", {
358
+ transform: "scale(.01613 .07143)",
359
+ xlinkHref: "#j"
360
+ })
361
+ }), /*#__PURE__*/_jsx("pattern", {
362
+ height: ".444",
363
+ id: "g",
364
+ patternContentUnits: "objectBoundingBox",
365
+ width: ".082",
366
+ children: /*#__PURE__*/_jsx("use", {
367
+ transform: "scale(.0204 .11111)",
368
+ xlinkHref: "#k"
369
+ })
370
+ }), /*#__PURE__*/_jsx("image", {
371
+ height: "64",
372
+ id: "j",
373
+ width: "64",
374
+ xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEySURBVHgB7ZTLDcIwEETXqYATbdB/GbTBiQYg2BIrcQDys1ezOxspsmdOeZroyel8meX9tDtbLp+hnffbtTBl2GXMMjW8Fqzw6QDkZcwyNbwWrPDpAORlzDI1vBas8OkA5GXMMjW8Fqzw6QDkZcwyNbwWrPDpAORlzDI1vBas8OkA5GXMMjW8Fqzw6QDkZcwyNbwWrPDpAORlzDIzfD3L1C5sv33LDb5en5QOUPj6zrTLN/iap8IMT+WAb/DC4oBf8MLggH/w4R2wBB/aAWvgJaoD1sJLRAdsgQ/ngK3woRywB16iOGAvvERwwBF49w44Cu/aAT3gxasDesGLRwf0hHfngN7wrhwwAl68OGAUvHhwwEh4eAeMhod2gAW8oDrACl4QHWAJ3/KE5oD6PPTjLPIL4BX6o6eL31UAAAAASUVORK5CYII="
375
+ }), /*#__PURE__*/_jsx("image", {
376
+ height: "4",
377
+ id: "k",
378
+ width: "4",
379
+ xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAeSURBVHgBjcoxEQAAAAFAEUxq6J+OBO78/KAcXOYsc5ICqdLdEKMAAAAASUVORK5CYII="
380
+ })]
378
381
  })]
379
- })]
380
- });
382
+ });
383
+ };