@codecademy/gamut-illustrations 0.54.10-alpha.8d6013.0 → 0.54.10-alpha.9b9cf1.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/Knowledge.js CHANGED
@@ -1,306 +1,309 @@
1
1
  import React from 'react';
2
2
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
- export const Knowledge = ({
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: "Knowledge Illustration"
19
- }), /*#__PURE__*/_jsx("mask", {
20
- height: "123",
21
- id: "b",
22
- maskUnits: "userSpaceOnUse",
23
- style: {
24
- maskType: 'alpha'
25
- },
26
- width: "180",
27
- x: "88",
28
- y: "33",
29
- children: /*#__PURE__*/_jsx("path", {
30
- d: "M88 33h180v123H88z",
31
- fill: "url(#a)"
32
- })
33
- }), /*#__PURE__*/_jsx("g", {
34
- mask: "url(#b)",
35
- children: /*#__PURE__*/_jsx("path", {
36
- d: "M88 33h180v123H88z",
3
+ export const Knowledge = _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: "Knowledge Illustration"
21
+ }), /*#__PURE__*/_jsx("mask", {
22
+ height: "123",
23
+ id: "b",
24
+ maskUnits: "userSpaceOnUse",
25
+ style: {
26
+ maskType: 'alpha'
27
+ },
28
+ width: "180",
29
+ x: "88",
30
+ y: "33",
31
+ children: /*#__PURE__*/_jsx("path", {
32
+ d: "M88 33h180v123H88z",
33
+ fill: "url(#a)"
34
+ })
35
+ }), /*#__PURE__*/_jsx("g", {
36
+ mask: "url(#b)",
37
+ children: /*#__PURE__*/_jsx("path", {
38
+ d: "M88 33h180v123H88z",
39
+ fill: "#10162F",
40
+ fillOpacity: ".63"
41
+ })
42
+ }), /*#__PURE__*/_jsx("path", {
43
+ d: "M99 39.75h156a3.25 3.25 0 0 1 3.25 3.25v81.082H95.75V43A3.25 3.25 0 0 1 99 39.75Z",
37
44
  fill: "#10162F",
38
- fillOpacity: ".63"
39
- })
40
- }), /*#__PURE__*/_jsx("path", {
41
- d: "M99 39.75h156a3.25 3.25 0 0 1 3.25 3.25v81.082H95.75V43A3.25 3.25 0 0 1 99 39.75Z",
42
- fill: "#10162F",
43
- stroke: "#10162F",
44
- strokeWidth: "1.5"
45
- }), /*#__PURE__*/_jsx("path", {
46
- d: "M99 39.75h57.303a3.25 3.25 0 0 1 3.25 3.25v83.497H95.75V43A3.25 3.25 0 0 1 99 39.75Z",
47
- fill: "#fff",
48
- stroke: "#10162F",
49
- strokeWidth: "1.5"
50
- }), /*#__PURE__*/_jsx("path", {
51
- d: "M99 147.071h156a3.25 3.25 0 0 0 3.25-3.25v-19.773H95.75v19.773a3.25 3.25 0 0 0 3.25 3.25Z",
52
- fill: "#0A0D1C",
53
- stroke: "#10162F",
54
- strokeWidth: "1.5"
55
- }), /*#__PURE__*/_jsx("rect", {
56
- fill: "#FFD300",
57
- height: "16.149",
58
- rx: "1.25",
59
- stroke: "#10162F",
60
- strokeWidth: "1.5",
61
- transform: "matrix(1 0 0 -1 160.303 143.395)",
62
- width: "32.034",
63
- x: ".75",
64
- y: "-.75"
65
- }), /*#__PURE__*/_jsx("path", {
66
- d: "M170.892 60.178h18.153M170.892 94.537h18.153M178.67 67.052h10.373M190.771 67.052h22.475M178.67 73.91h10.373M190.771 73.91h15.559M178.67 80.798h19.017M199.415 80.798h10.373M178.67 87.663h6.915M187.318 87.663h25.933",
67
- stroke: "#FFF0E5",
68
- strokeWidth: "1.5"
69
- }), /*#__PURE__*/_jsx("path", {
70
- d: "M102 47h35.458M102 78.768h35.458M102 53.353h29.292M102 59.709h20.042M102 66.063h37M102 72.416h30.833M102 84h43.125M102 115.768h43.125M102 90.353h35.625M102 96.709h24.375M102 103.062h45M102 109.416h37.5",
71
- stroke: "#10162F",
72
- strokeOpacity: ".28",
73
- strokeWidth: "1.5"
74
- }), /*#__PURE__*/_jsx("path", {
75
- d: "M224.091 104.266h77.975a3.25 3.25 0 0 1 3.25 3.25v14.008h-84.475v-14.008a3.25 3.25 0 0 1 3.25-3.25Z",
76
- fill: "#EAFDC6",
77
- stroke: "#10162F",
78
- strokeWidth: "1.5"
79
- }), /*#__PURE__*/_jsx("path", {
80
- d: "M305.317 190.305h-81.225a3.25 3.25 0 0 1-3.25-3.25v-67.157h84.475v70.407Z",
81
- fill: "#fff",
82
- stroke: "#10162F",
83
- strokeWidth: "1.5"
84
- }), /*#__PURE__*/_jsx("mask", {
85
- height: "13",
86
- id: "d",
87
- maskUnits: "userSpaceOnUse",
88
- style: {
89
- maskType: 'alpha'
90
- },
91
- width: "76",
92
- x: "225",
93
- y: "124",
94
- children: /*#__PURE__*/_jsx("path", {
95
- d: "M225 124h76v13h-76z",
96
- fill: "url(#c)"
97
- })
98
- }), /*#__PURE__*/_jsx("g", {
99
- mask: "url(#d)",
100
- children: /*#__PURE__*/_jsx("path", {
101
- d: "M225 124h76v13h-76z",
102
- fill: "#AEE938"
103
- })
104
- }), /*#__PURE__*/_jsx("path", {
105
- d: "M245 189v-17.047h.151l-.088-1.081a18.212 18.212 0 0 1-.063-1.471c0-4.895 1.855-9.581 5.142-13.028 3.286-3.446 7.732-5.373 12.358-5.373s9.072 1.927 12.358 5.373c3.287 3.447 5.142 8.133 5.142 13.028 0 .496-.024.994-.06 1.479l-.08 1.073h.14V189h-35Z",
106
- fill: "#10162F",
107
- stroke: "#10162F",
108
- strokeWidth: "2"
109
- }), /*#__PURE__*/_jsx("path", {
110
- d: "M160 209c0-32.994 0-41.599 7.695-40.968 7.695.63 3.366 13.245 12.622 13.245s3.249-13.245 12.386-13.245c9.138 0 2.878 13.635 13.179 13.245 10.302-.391 1.313-13.245 14.118-13.245",
111
- stroke: "#E2D6CF",
112
- strokeLinejoin: "round",
113
- strokeWidth: "1.5"
114
- }), /*#__PURE__*/_jsx("circle", {
115
- cx: "262.697",
116
- cy: "218.667",
117
- fill: "#E91C11",
118
- r: "14.22",
119
- stroke: "#10162F",
120
- strokeWidth: "1.5",
121
- transform: "rotate(90 262.697 218.667)"
122
- }), /*#__PURE__*/_jsx("circle", {
123
- cx: "262.697",
124
- cy: "189.878",
125
- fill: "#E91C11",
126
- r: "9.614",
127
- stroke: "#10162F",
128
- strokeWidth: "1.5",
129
- transform: "rotate(90 262.697 189.878)"
130
- }), /*#__PURE__*/_jsx("circle", {
131
- cx: "262.697",
132
- cy: "168",
133
- fill: "#E91C11",
134
- r: "7.311",
135
- stroke: "#10162F",
136
- strokeWidth: "1.5",
137
- transform: "rotate(90 262.697 168)"
138
- }), /*#__PURE__*/_jsx("path", {
139
- d: "M78 210v56.424h73.697V210H78Z",
140
- fill: "#FFD300",
141
- stroke: "#10162F",
142
- strokeWidth: "1.5"
143
- }), /*#__PURE__*/_jsx("path", {
144
- d: "M134.424 248v18.424h74.849V248h-74.849ZM117.151 229.575v18.424h73.697v-18.424h-73.697Z",
145
- fill: "#FFFAE5",
146
- stroke: "#10162F",
147
- strokeWidth: "1.5"
148
- }), /*#__PURE__*/_jsx("path", {
149
- d: "M97.576 210v19.576h77.151V210H97.576Z",
150
- fill: "#FFFAE5",
151
- stroke: "#10162F",
152
- strokeWidth: "1.5"
153
- }), /*#__PURE__*/_jsx("mask", {
154
- height: "7",
155
- id: "f",
156
- maskUnits: "userSpaceOnUse",
157
- style: {
158
- maskType: 'alpha'
159
- },
160
- width: "76",
161
- x: "134",
162
- y: "248",
163
- children: /*#__PURE__*/_jsx("path", {
164
- d: "M134.424 248h74.849v6.909h-74.849z",
165
- fill: "url(#e)"
166
- })
167
- }), /*#__PURE__*/_jsx("g", {
168
- mask: "url(#f)",
169
- children: /*#__PURE__*/_jsx("path", {
170
- d: "M134.424 248h74.849v6.909h-74.849z",
171
- fill: "#10162F"
172
- })
173
- }), /*#__PURE__*/_jsx("mask", {
174
- height: "8",
175
- id: "h",
176
- maskUnits: "userSpaceOnUse",
177
- style: {
178
- maskType: 'alpha'
179
- },
180
- width: "74",
181
- x: "117",
182
- y: "229",
183
- children: /*#__PURE__*/_jsx("path", {
184
- d: "M117.151 229.575h73.697v6.909h-73.697z",
185
- fill: "url(#g)"
186
- })
187
- }), /*#__PURE__*/_jsx("g", {
188
- mask: "url(#h)",
189
- children: /*#__PURE__*/_jsx("path", {
190
- d: "M117.151 229.575h73.697v6.909h-73.697z",
191
- fill: "#10162F"
192
- })
193
- }), /*#__PURE__*/_jsx("mask", {
194
- height: "7",
195
- id: "j",
196
- maskUnits: "userSpaceOnUse",
197
- style: {
198
- maskType: 'alpha'
199
- },
200
- width: "77",
201
- x: "98",
202
- y: "210",
203
- children: /*#__PURE__*/_jsx("path", {
204
- d: "M98.727 210h76v6.909h-76z",
205
- fill: "url(#i)"
206
- })
207
- }), /*#__PURE__*/_jsx("g", {
208
- mask: "url(#j)",
209
- children: /*#__PURE__*/_jsx("path", {
210
- d: "M98.727 210h76v6.909h-76z",
211
- fill: "#10162F"
212
- })
213
- }), /*#__PURE__*/_jsx("rect", {
214
- fill: "#1557FF",
215
- height: "23.5",
216
- rx: "11.75",
217
- stroke: "#10162F",
218
- strokeWidth: "1.5",
219
- width: "73.5",
220
- x: "226.75",
221
- y: "243.75"
222
- }), /*#__PURE__*/_jsx("path", {
223
- clipRule: "evenodd",
224
- d: "M276.907 267.432 260 258l.285 19.358 6.391-3.817 3.18 5.326 3.839-2.293-3.18-5.325 6.392-3.817Z",
225
- fill: "#fff",
226
- fillRule: "evenodd"
227
- }), /*#__PURE__*/_jsx("path", {
228
- d: "m260 258 .365-.655-1.134-.633.019 1.299.75-.011Zm16.907 9.432.384.644 1.115-.666-1.134-.633-.365.655Zm-16.622 9.926-.75.011.019 1.299 1.115-.666-.384-.644Zm6.391-3.817.644-.385-.384-.643-.644.384.384.644Zm3.18 5.326-.643.384.384.644.644-.385-.385-.643Zm3.839-2.293.385.644.644-.384-.385-.644-.644.384Zm-3.18-5.325-.384-.644-.644.384.384.644.644-.384Zm-10.88-12.594 16.906 9.432.731-1.31-16.907-9.432-.73 1.31Zm1.4 18.692-.285-19.358-1.5.022.285 19.358 1.5-.022Zm5.257-4.45-6.392 3.817.769 1.288 6.392-3.817-.769-1.288Zm4.208 5.585-3.18-5.326-1.287.77 3.18 5.325 1.287-.769Zm2.811-2.552-3.839 2.293.769 1.287 3.839-2.292-.769-1.288Zm-3.44-4.297 3.18 5.326 1.288-.769-3.18-5.326-1.288.769Zm6.651-4.845-6.391 3.817.769 1.288 6.391-3.817-.769-1.288Z",
229
- fill: "#10162F"
230
- }), /*#__PURE__*/_jsx("path", {
231
- d: "M210 256h17.5",
232
- stroke: "#10162F",
233
- strokeWidth: "1.5"
234
- }), /*#__PURE__*/_jsx("path", {
235
- d: "M319.229 207.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.621ZM77.229 164.608a.635.635 0 0 1 1.19 0 19.668 19.668 0 0 0 11.62 11.621.634.634 0 0 1 0 1.19 19.668 19.668 0 0 0-11.62 11.621.635.635 0 0 1-1.19 0 19.669 19.669 0 0 0-11.62-11.621.634.634 0 0 1 0-1.19 19.669 19.669 0 0 0 11.62-11.621Z",
236
- fill: "#E2D6CF"
237
- }), /*#__PURE__*/_jsx("circle", {
238
- cx: "257.779",
239
- cy: "69.779",
240
- fill: "#008A27",
241
- r: "12.029",
242
- stroke: "#10162F",
243
- strokeWidth: "1.5"
244
- }), /*#__PURE__*/_jsx("path", {
245
- d: "m252.889 70.649 2.869 2.868 6.814-6.813",
246
- stroke: "#10162F",
247
- strokeWidth: "1.5"
248
- }), /*#__PURE__*/_jsxs("defs", {
249
- children: [/*#__PURE__*/_jsx("pattern", {
250
- height: ".033",
251
- id: "a",
252
- patternContentUnits: "objectBoundingBox",
253
- width: ".022",
254
- children: /*#__PURE__*/_jsx("use", {
255
- transform: "scale(.00556 .00813)",
256
- xlinkHref: "#k"
45
+ stroke: "#10162F",
46
+ strokeWidth: "1.5"
47
+ }), /*#__PURE__*/_jsx("path", {
48
+ d: "M99 39.75h57.303a3.25 3.25 0 0 1 3.25 3.25v83.497H95.75V43A3.25 3.25 0 0 1 99 39.75Z",
49
+ fill: "#fff",
50
+ stroke: "#10162F",
51
+ strokeWidth: "1.5"
52
+ }), /*#__PURE__*/_jsx("path", {
53
+ d: "M99 147.071h156a3.25 3.25 0 0 0 3.25-3.25v-19.773H95.75v19.773a3.25 3.25 0 0 0 3.25 3.25Z",
54
+ fill: "#0A0D1C",
55
+ stroke: "#10162F",
56
+ strokeWidth: "1.5"
57
+ }), /*#__PURE__*/_jsx("rect", {
58
+ fill: "#FFD300",
59
+ height: "16.149",
60
+ rx: "1.25",
61
+ stroke: "#10162F",
62
+ strokeWidth: "1.5",
63
+ transform: "matrix(1 0 0 -1 160.303 143.395)",
64
+ width: "32.034",
65
+ x: ".75",
66
+ y: "-.75"
67
+ }), /*#__PURE__*/_jsx("path", {
68
+ d: "M170.892 60.178h18.153M170.892 94.537h18.153M178.67 67.052h10.373M190.771 67.052h22.475M178.67 73.91h10.373M190.771 73.91h15.559M178.67 80.798h19.017M199.415 80.798h10.373M178.67 87.663h6.915M187.318 87.663h25.933",
69
+ stroke: "#FFF0E5",
70
+ strokeWidth: "1.5"
71
+ }), /*#__PURE__*/_jsx("path", {
72
+ d: "M102 47h35.458M102 78.768h35.458M102 53.353h29.292M102 59.709h20.042M102 66.063h37M102 72.416h30.833M102 84h43.125M102 115.768h43.125M102 90.353h35.625M102 96.709h24.375M102 103.062h45M102 109.416h37.5",
73
+ stroke: "#10162F",
74
+ strokeOpacity: ".28",
75
+ strokeWidth: "1.5"
76
+ }), /*#__PURE__*/_jsx("path", {
77
+ d: "M224.091 104.266h77.975a3.25 3.25 0 0 1 3.25 3.25v14.008h-84.475v-14.008a3.25 3.25 0 0 1 3.25-3.25Z",
78
+ fill: "#EAFDC6",
79
+ stroke: "#10162F",
80
+ strokeWidth: "1.5"
81
+ }), /*#__PURE__*/_jsx("path", {
82
+ d: "M305.317 190.305h-81.225a3.25 3.25 0 0 1-3.25-3.25v-67.157h84.475v70.407Z",
83
+ fill: "#fff",
84
+ stroke: "#10162F",
85
+ strokeWidth: "1.5"
86
+ }), /*#__PURE__*/_jsx("mask", {
87
+ height: "13",
88
+ id: "d",
89
+ maskUnits: "userSpaceOnUse",
90
+ style: {
91
+ maskType: 'alpha'
92
+ },
93
+ width: "76",
94
+ x: "225",
95
+ y: "124",
96
+ children: /*#__PURE__*/_jsx("path", {
97
+ d: "M225 124h76v13h-76z",
98
+ fill: "url(#c)"
257
99
  })
258
- }), /*#__PURE__*/_jsx("pattern", {
259
- height: ".308",
260
- id: "c",
261
- patternContentUnits: "objectBoundingBox",
262
- width: ".053",
263
- children: /*#__PURE__*/_jsx("use", {
264
- transform: "scale(.01316 .07692)",
265
- xlinkHref: "#k"
100
+ }), /*#__PURE__*/_jsx("g", {
101
+ mask: "url(#d)",
102
+ children: /*#__PURE__*/_jsx("path", {
103
+ d: "M225 124h76v13h-76z",
104
+ fill: "#AEE938"
266
105
  })
267
- }), /*#__PURE__*/_jsx("pattern", {
268
- height: "9.263",
269
- id: "e",
270
- patternContentUnits: "objectBoundingBox",
271
- width: ".855",
272
- children: /*#__PURE__*/_jsx("use", {
273
- transform: "scale(.01336 .14474)",
274
- xlinkHref: "#l"
106
+ }), /*#__PURE__*/_jsx("path", {
107
+ d: "M245 189v-17.047h.151l-.088-1.081a18.212 18.212 0 0 1-.063-1.471c0-4.895 1.855-9.581 5.142-13.028 3.286-3.446 7.732-5.373 12.358-5.373s9.072 1.927 12.358 5.373c3.287 3.447 5.142 8.133 5.142 13.028 0 .496-.024.994-.06 1.479l-.08 1.073h.14V189h-35Z",
108
+ fill: "#10162F",
109
+ stroke: "#10162F",
110
+ strokeWidth: "2"
111
+ }), /*#__PURE__*/_jsx("path", {
112
+ d: "M160 209c0-32.994 0-41.599 7.695-40.968 7.695.63 3.366 13.245 12.622 13.245s3.249-13.245 12.386-13.245c9.138 0 2.878 13.635 13.179 13.245 10.302-.391 1.313-13.245 14.118-13.245",
113
+ stroke: "#E2D6CF",
114
+ strokeLinejoin: "round",
115
+ strokeWidth: "1.5"
116
+ }), /*#__PURE__*/_jsx("circle", {
117
+ cx: "262.697",
118
+ cy: "218.667",
119
+ fill: "#E91C11",
120
+ r: "14.22",
121
+ stroke: "#10162F",
122
+ strokeWidth: "1.5",
123
+ transform: "rotate(90 262.697 218.667)"
124
+ }), /*#__PURE__*/_jsx("circle", {
125
+ cx: "262.697",
126
+ cy: "189.878",
127
+ fill: "#E91C11",
128
+ r: "9.614",
129
+ stroke: "#10162F",
130
+ strokeWidth: "1.5",
131
+ transform: "rotate(90 262.697 189.878)"
132
+ }), /*#__PURE__*/_jsx("circle", {
133
+ cx: "262.697",
134
+ cy: "168",
135
+ fill: "#E91C11",
136
+ r: "7.311",
137
+ stroke: "#10162F",
138
+ strokeWidth: "1.5",
139
+ transform: "rotate(90 262.697 168)"
140
+ }), /*#__PURE__*/_jsx("path", {
141
+ d: "M78 210v56.424h73.697V210H78Z",
142
+ fill: "#FFD300",
143
+ stroke: "#10162F",
144
+ strokeWidth: "1.5"
145
+ }), /*#__PURE__*/_jsx("path", {
146
+ d: "M134.424 248v18.424h74.849V248h-74.849ZM117.151 229.575v18.424h73.697v-18.424h-73.697Z",
147
+ fill: "#FFFAE5",
148
+ stroke: "#10162F",
149
+ strokeWidth: "1.5"
150
+ }), /*#__PURE__*/_jsx("path", {
151
+ d: "M97.576 210v19.576h77.151V210H97.576Z",
152
+ fill: "#FFFAE5",
153
+ stroke: "#10162F",
154
+ strokeWidth: "1.5"
155
+ }), /*#__PURE__*/_jsx("mask", {
156
+ height: "7",
157
+ id: "f",
158
+ maskUnits: "userSpaceOnUse",
159
+ style: {
160
+ maskType: 'alpha'
161
+ },
162
+ width: "76",
163
+ x: "134",
164
+ y: "248",
165
+ children: /*#__PURE__*/_jsx("path", {
166
+ d: "M134.424 248h74.849v6.909h-74.849z",
167
+ fill: "url(#e)"
168
+ })
169
+ }), /*#__PURE__*/_jsx("g", {
170
+ mask: "url(#f)",
171
+ children: /*#__PURE__*/_jsx("path", {
172
+ d: "M134.424 248h74.849v6.909h-74.849z",
173
+ fill: "#10162F"
174
+ })
175
+ }), /*#__PURE__*/_jsx("mask", {
176
+ height: "8",
177
+ id: "h",
178
+ maskUnits: "userSpaceOnUse",
179
+ style: {
180
+ maskType: 'alpha'
181
+ },
182
+ width: "74",
183
+ x: "117",
184
+ y: "229",
185
+ children: /*#__PURE__*/_jsx("path", {
186
+ d: "M117.151 229.575h73.697v6.909h-73.697z",
187
+ fill: "url(#g)"
275
188
  })
276
- }), /*#__PURE__*/_jsx("pattern", {
277
- height: "9.263",
278
- id: "g",
279
- patternContentUnits: "objectBoundingBox",
280
- width: ".868",
281
- children: /*#__PURE__*/_jsx("use", {
282
- transform: "scale(.01357 .14474)",
283
- xlinkHref: "#l"
189
+ }), /*#__PURE__*/_jsx("g", {
190
+ mask: "url(#h)",
191
+ children: /*#__PURE__*/_jsx("path", {
192
+ d: "M117.151 229.575h73.697v6.909h-73.697z",
193
+ fill: "#10162F"
284
194
  })
285
- }), /*#__PURE__*/_jsx("pattern", {
286
- height: "9.263",
287
- id: "i",
288
- patternContentUnits: "objectBoundingBox",
289
- width: ".842",
290
- children: /*#__PURE__*/_jsx("use", {
291
- transform: "scale(.01316 .14474)",
292
- xlinkHref: "#l"
195
+ }), /*#__PURE__*/_jsx("mask", {
196
+ height: "7",
197
+ id: "j",
198
+ maskUnits: "userSpaceOnUse",
199
+ style: {
200
+ maskType: 'alpha'
201
+ },
202
+ width: "77",
203
+ x: "98",
204
+ y: "210",
205
+ children: /*#__PURE__*/_jsx("path", {
206
+ d: "M98.727 210h76v6.909h-76z",
207
+ fill: "url(#i)"
293
208
  })
294
- }), /*#__PURE__*/_jsx("image", {
295
- height: "4",
296
- id: "k",
297
- width: "4",
298
- xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAeSURBVHgBjcoxEQAAAAFAEUxq6J+OBO78/KAcXOYsc5ICqdLdEKMAAAAASUVORK5CYII="
299
- }), /*#__PURE__*/_jsx("image", {
300
- height: "64",
301
- id: "l",
302
- width: "64",
303
- xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADuSURBVHgB7ZRBCsJAFEPjDVx5De9/uWoFQRcKpe3PTzuvUJi3meRBGF1v94e+vtFYyeWsjHxXeDfzBgSXYwkuRr4rPICVXI4luBj5rvAAVnI5luBi5LvCA1jJ5ViCi5HvCg9gJZdjCS5Gvis8gJVcjiW4GPmu8ABWcjmW4GLku8IDWMnlWIKLke8Kb+b5fFFXeDe/5Od/Krk8nZFH/sNyhXfzL/lhloA88v9ZrjJuXiJ/2iUgj/xylqtcNa+RP80SkEd+PauqXDXvIX/YJSCP/H6sqrJ7c4X8YZaAPPJ1rKryW9khH7uEoeXfPLn4CfHHcym/0ckzAAAAAElFTkSuQmCC"
209
+ }), /*#__PURE__*/_jsx("g", {
210
+ mask: "url(#j)",
211
+ children: /*#__PURE__*/_jsx("path", {
212
+ d: "M98.727 210h76v6.909h-76z",
213
+ fill: "#10162F"
214
+ })
215
+ }), /*#__PURE__*/_jsx("rect", {
216
+ fill: "#1557FF",
217
+ height: "23.5",
218
+ rx: "11.75",
219
+ stroke: "#10162F",
220
+ strokeWidth: "1.5",
221
+ width: "73.5",
222
+ x: "226.75",
223
+ y: "243.75"
224
+ }), /*#__PURE__*/_jsx("path", {
225
+ clipRule: "evenodd",
226
+ d: "M276.907 267.432 260 258l.285 19.358 6.391-3.817 3.18 5.326 3.839-2.293-3.18-5.325 6.392-3.817Z",
227
+ fill: "#fff",
228
+ fillRule: "evenodd"
229
+ }), /*#__PURE__*/_jsx("path", {
230
+ d: "m260 258 .365-.655-1.134-.633.019 1.299.75-.011Zm16.907 9.432.384.644 1.115-.666-1.134-.633-.365.655Zm-16.622 9.926-.75.011.019 1.299 1.115-.666-.384-.644Zm6.391-3.817.644-.385-.384-.643-.644.384.384.644Zm3.18 5.326-.643.384.384.644.644-.385-.385-.643Zm3.839-2.293.385.644.644-.384-.385-.644-.644.384Zm-3.18-5.325-.384-.644-.644.384.384.644.644-.384Zm-10.88-12.594 16.906 9.432.731-1.31-16.907-9.432-.73 1.31Zm1.4 18.692-.285-19.358-1.5.022.285 19.358 1.5-.022Zm5.257-4.45-6.392 3.817.769 1.288 6.392-3.817-.769-1.288Zm4.208 5.585-3.18-5.326-1.287.77 3.18 5.325 1.287-.769Zm2.811-2.552-3.839 2.293.769 1.287 3.839-2.292-.769-1.288Zm-3.44-4.297 3.18 5.326 1.288-.769-3.18-5.326-1.288.769Zm6.651-4.845-6.391 3.817.769 1.288 6.391-3.817-.769-1.288Z",
231
+ fill: "#10162F"
232
+ }), /*#__PURE__*/_jsx("path", {
233
+ d: "M210 256h17.5",
234
+ stroke: "#10162F",
235
+ strokeWidth: "1.5"
236
+ }), /*#__PURE__*/_jsx("path", {
237
+ d: "M319.229 207.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.621ZM77.229 164.608a.635.635 0 0 1 1.19 0 19.668 19.668 0 0 0 11.62 11.621.634.634 0 0 1 0 1.19 19.668 19.668 0 0 0-11.62 11.621.635.635 0 0 1-1.19 0 19.669 19.669 0 0 0-11.62-11.621.634.634 0 0 1 0-1.19 19.669 19.669 0 0 0 11.62-11.621Z",
238
+ fill: "#E2D6CF"
239
+ }), /*#__PURE__*/_jsx("circle", {
240
+ cx: "257.779",
241
+ cy: "69.779",
242
+ fill: "#008A27",
243
+ r: "12.029",
244
+ stroke: "#10162F",
245
+ strokeWidth: "1.5"
246
+ }), /*#__PURE__*/_jsx("path", {
247
+ d: "m252.889 70.649 2.869 2.868 6.814-6.813",
248
+ stroke: "#10162F",
249
+ strokeWidth: "1.5"
250
+ }), /*#__PURE__*/_jsxs("defs", {
251
+ children: [/*#__PURE__*/_jsx("pattern", {
252
+ height: ".033",
253
+ id: "a",
254
+ patternContentUnits: "objectBoundingBox",
255
+ width: ".022",
256
+ children: /*#__PURE__*/_jsx("use", {
257
+ transform: "scale(.00556 .00813)",
258
+ xlinkHref: "#k"
259
+ })
260
+ }), /*#__PURE__*/_jsx("pattern", {
261
+ height: ".308",
262
+ id: "c",
263
+ patternContentUnits: "objectBoundingBox",
264
+ width: ".053",
265
+ children: /*#__PURE__*/_jsx("use", {
266
+ transform: "scale(.01316 .07692)",
267
+ xlinkHref: "#k"
268
+ })
269
+ }), /*#__PURE__*/_jsx("pattern", {
270
+ height: "9.263",
271
+ id: "e",
272
+ patternContentUnits: "objectBoundingBox",
273
+ width: ".855",
274
+ children: /*#__PURE__*/_jsx("use", {
275
+ transform: "scale(.01336 .14474)",
276
+ xlinkHref: "#l"
277
+ })
278
+ }), /*#__PURE__*/_jsx("pattern", {
279
+ height: "9.263",
280
+ id: "g",
281
+ patternContentUnits: "objectBoundingBox",
282
+ width: ".868",
283
+ children: /*#__PURE__*/_jsx("use", {
284
+ transform: "scale(.01357 .14474)",
285
+ xlinkHref: "#l"
286
+ })
287
+ }), /*#__PURE__*/_jsx("pattern", {
288
+ height: "9.263",
289
+ id: "i",
290
+ patternContentUnits: "objectBoundingBox",
291
+ width: ".842",
292
+ children: /*#__PURE__*/_jsx("use", {
293
+ transform: "scale(.01316 .14474)",
294
+ xlinkHref: "#l"
295
+ })
296
+ }), /*#__PURE__*/_jsx("image", {
297
+ height: "4",
298
+ id: "k",
299
+ width: "4",
300
+ xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAeSURBVHgBjcoxEQAAAAFAEUxq6J+OBO78/KAcXOYsc5ICqdLdEKMAAAAASUVORK5CYII="
301
+ }), /*#__PURE__*/_jsx("image", {
302
+ height: "64",
303
+ id: "l",
304
+ width: "64",
305
+ xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADuSURBVHgB7ZRBCsJAFEPjDVx5De9/uWoFQRcKpe3PTzuvUJi3meRBGF1v94e+vtFYyeWsjHxXeDfzBgSXYwkuRr4rPICVXI4luBj5rvAAVnI5luBi5LvCA1jJ5ViCi5HvCg9gJZdjCS5Gvis8gJVcjiW4GPmu8ABWcjmW4GLku8IDWMnlWIKLke8Kb+b5fFFXeDe/5Od/Krk8nZFH/sNyhXfzL/lhloA88v9ZrjJuXiJ/2iUgj/xylqtcNa+RP80SkEd+PauqXDXvIX/YJSCP/H6sqrJ7c4X8YZaAPPJ1rKryW9khH7uEoeXfPLn4CfHHcym/0ckzAAAAAElFTkSuQmCC"
306
+ })]
304
307
  })]
305
- })]
306
- });
308
+ });
309
+ };