@codecademy/gamut-illustrations 0.54.10-alpha.ab0530.0 → 0.54.10-alpha.b124b2.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/Syllabus.js CHANGED
@@ -1,350 +1,353 @@
1
1
  import * as React from 'react';
2
2
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
- export const Syllabus = ({
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 515 347",
14
- width: width,
15
- xmlns: "http://www.w3.org/2000/svg",
16
- children: [/*#__PURE__*/_jsx("path", {
17
- d: "M403.403 118.102h89.671l15.645-.176 5.509-5.929-21.154-13.714V59.89l-84.073-5.743-5.598 5.743v58.211Z",
18
- fill: "#fff",
19
- stroke: "#10162F",
20
- strokeMiterlimit: "10",
21
- strokeWidth: ".517"
22
- }), /*#__PURE__*/_jsx("path", {
23
- d: "M90.94 346.752a16.824 16.824 0 0 1-15.535-10.386 16.822 16.822 0 0 1 3.649-18.328 16.819 16.819 0 0 1 28.71 11.895 16.84 16.84 0 0 1-16.824 16.819Z",
24
- fill: "#FFD300"
25
- }), /*#__PURE__*/_jsx("path", {
26
- d: "M90.939 313.373a16.556 16.556 0 1 1 0 33.112 16.556 16.556 0 0 1 0-33.112Zm0-.518a17.072 17.072 0 1 0 .002 34.144 17.072 17.072 0 0 0-.002-34.144Z",
27
- fill: "#10162F"
28
- }), /*#__PURE__*/_jsx("path", {
29
- d: "M96.753 325.313a1.744 1.744 0 1 0 0-3.488 1.744 1.744 0 0 0 0 3.488Z",
30
- fill: "#FFD300"
31
- }), /*#__PURE__*/_jsx("path", {
32
- d: "M96.754 322.08a1.49 1.49 0 1 1-1.374.92 1.49 1.49 0 0 1 .804-.807c.18-.075.374-.113.57-.113Zm0-.518a2.007 2.007 0 1 0-.01 4.014 2.007 2.007 0 0 0 .01-4.014Z",
33
- fill: "#10162F"
34
- }), /*#__PURE__*/_jsx("path", {
35
- d: "M85.13 325.313a1.744 1.744 0 1 0-.002-3.488 1.744 1.744 0 0 0 .001 3.488Z",
36
- fill: "#FFD300"
37
- }), /*#__PURE__*/_jsx("path", {
38
- d: "M85.13 322.08a1.488 1.488 0 0 1 1.461 1.78 1.489 1.489 0 1 1-1.461-1.78Zm0-.518a2.007 2.007 0 1 0-.01 4.014 2.007 2.007 0 0 0 .01-4.014Z",
39
- fill: "#10162F"
40
- }), /*#__PURE__*/_jsx("path", {
41
- d: "M82.522 330.683c0 3.58 3.77 7.615 8.417 7.615 5.173 0 8.422-4.035 8.422-7.615",
42
- fill: "#FFD300"
43
- }), /*#__PURE__*/_jsx("path", {
44
- d: "M82.522 330.683c0 3.58 3.77 7.615 8.417 7.615 5.173 0 8.422-4.035 8.422-7.615",
45
- stroke: "#10162F",
46
- strokeMiterlimit: "10",
47
- strokeWidth: ".517"
48
- }), /*#__PURE__*/_jsx("path", {
49
- d: "M17.843 346.752a16.82 16.82 0 1 1 6.436-32.358 16.819 16.819 0 0 1 10.383 15.539 16.834 16.834 0 0 1-16.819 16.819Z",
50
- fill: "#FFFAE5"
51
- }), /*#__PURE__*/_jsx("path", {
52
- d: "M17.844 313.373a16.555 16.555 0 1 1 0 33.111 16.555 16.555 0 0 1 0-33.111Zm0-.518A17.073 17.073 0 1 0 17.846 347a17.073 17.073 0 0 0-.002-34.145Z",
53
- fill: "#10162F"
54
- }), /*#__PURE__*/_jsx("path", {
55
- d: "M23.66 325.313a1.744 1.744 0 1 0-.001-3.488 1.744 1.744 0 0 0 0 3.488Z",
56
- fill: "#FFFAE5"
57
- }), /*#__PURE__*/_jsx("path", {
58
- d: "M23.658 322.08a1.487 1.487 0 0 1 1.461 1.78 1.489 1.489 0 1 1-1.461-1.78Zm0-.518a2.007 2.007 0 1 0-.01 4.014 2.007 2.007 0 0 0 .01-4.014Z",
59
- fill: "#10162F"
60
- }), /*#__PURE__*/_jsx("path", {
61
- d: "M12.03 325.313a1.744 1.744 0 1 0-.001-3.488 1.744 1.744 0 0 0 0 3.488Z",
62
- fill: "#FFFAE5"
63
- }), /*#__PURE__*/_jsx("path", {
64
- d: "M12.019 322.08a1.49 1.49 0 1 1 .012 2.98 1.49 1.49 0 0 1-.012-2.98Zm0-.518a2.005 2.005 0 0 0-1.854 1.239 2.009 2.009 0 0 0 3.523 1.884 2.007 2.007 0 0 0-1.669-3.123Z",
65
- fill: "#10162F"
66
- }), /*#__PURE__*/_jsx("path", {
67
- d: "M26.261 338.298c0-3.58-3.766-7.615-8.417-7.615-5.174 0-8.417 4.035-8.417 7.615",
68
- fill: "#FFFAE5"
69
- }), /*#__PURE__*/_jsx("path", {
70
- d: "M26.261 338.298c0-3.58-3.766-7.615-8.417-7.615-5.174 0-8.417 4.035-8.417 7.615",
71
- stroke: "#10162F",
72
- strokeMiterlimit: "10",
73
- strokeWidth: ".517"
74
- }), /*#__PURE__*/_jsx("path", {
75
- d: "M54.51 346.752a16.82 16.82 0 1 1 16.818-16.819 16.834 16.834 0 0 1-16.819 16.819Z",
76
- fill: "#FFFAE5"
77
- }), /*#__PURE__*/_jsx("path", {
78
- d: "M54.508 313.373a16.556 16.556 0 1 1 0 33.112 16.556 16.556 0 0 1 0-33.112Zm0-.518A17.072 17.072 0 1 0 54.51 347a17.072 17.072 0 0 0-.002-34.145Z",
79
- fill: "#10162F"
80
- }), /*#__PURE__*/_jsx("path", {
81
- d: "M60.318 325.313a1.744 1.744 0 1 0-.001-3.488 1.744 1.744 0 0 0 0 3.488Z",
82
- fill: "#FFFAE5"
83
- }), /*#__PURE__*/_jsx("path", {
84
- d: "M60.317 322.08a1.49 1.49 0 1 1 .012 2.98 1.49 1.49 0 0 1-.012-2.98Zm0-.518a2.004 2.004 0 0 0-1.855 1.239 2.008 2.008 0 1 0 1.855-1.239Z",
85
- fill: "#10162F"
86
- }), /*#__PURE__*/_jsx("path", {
87
- d: "M48.692 325.313a1.744 1.744 0 1 0-.001-3.488 1.744 1.744 0 0 0 0 3.488Z",
88
- fill: "#FFFAE5"
89
- }), /*#__PURE__*/_jsx("path", {
90
- d: "M48.692 322.08a1.49 1.49 0 1 1 .012 2.98 1.49 1.49 0 0 1-.012-2.98Zm0-.518a2.005 2.005 0 0 0-1.855 1.239 2.01 2.01 0 0 0 1.463 2.737 2.002 2.002 0 0 0 2.06-.853 2.007 2.007 0 0 0-1.668-3.123Z",
91
- fill: "#10162F"
92
- }), /*#__PURE__*/_jsx("path", {
93
- d: "M62.816 334.599H46.194",
94
- stroke: "#10162F",
95
- strokeMiterlimit: "10",
96
- strokeWidth: ".517"
97
- }), /*#__PURE__*/_jsx("path", {
98
- d: "m93.599 285.033-50.7-25.35-.548-179.052a51.217 51.217 0 0 1 51.216-51.217l.032 255.619Z",
99
- fill: "#FFFAE5"
100
- }), /*#__PURE__*/_jsx("path", {
101
- d: "M93 29H77v217h16V29Z",
102
- fill: "url(#a)"
103
- }), /*#__PURE__*/_jsx("path", {
104
- d: "m93.599 285.033-50.7-25.35-.548-179.052a51.217 51.217 0 0 1 51.216-51.217l.032 255.619Z",
105
- stroke: "#10162F",
106
- strokeMiterlimit: "10",
107
- strokeWidth: ".517"
108
- }), /*#__PURE__*/_jsx("path", {
109
- d: "M267.69 29.403H93.6v204.945h174.09V29.403Z",
110
- fill: "#FFD300",
111
- stroke: "#10162F",
112
- strokeMiterlimit: "10",
113
- strokeWidth: ".517"
114
- }), /*#__PURE__*/_jsx("path", {
115
- d: "M67.705 234.344H267.69v50.699H67.705a25.35 25.35 0 0 1 0-50.699Z",
116
- fill: "#fff",
117
- stroke: "#10162F",
118
- strokeMiterlimit: "10",
119
- strokeWidth: ".517"
120
- }), /*#__PURE__*/_jsx("path", {
121
- d: "M267.414 246.465H45.392M267.415 259.688H42.635M267.689 272.911H45.666",
122
- stroke: "#10162F",
123
- strokeMiterlimit: "10",
124
- strokeWidth: ".517"
125
- }), /*#__PURE__*/_jsx("path", {
126
- d: "M249.784 47.583h-138.28v84.291h138.28V47.583Z",
127
- fill: "#FFFAE5"
128
- }), /*#__PURE__*/_jsx("path", {
129
- d: "M113.573 131.874h-2.069v-2.07",
130
- stroke: "#10162F",
131
- strokeMiterlimit: "10",
132
- strokeWidth: ".517"
133
- }), /*#__PURE__*/_jsx("path", {
134
- d: "M111.504 125.588v-73.83",
135
- stroke: "#10162F",
136
- strokeDasharray: "4.22 4.22",
137
- strokeMiterlimit: "10",
138
- strokeWidth: ".517"
139
- }), /*#__PURE__*/_jsx("path", {
140
- d: "M111.504 49.652v-2.069h2.069",
141
- stroke: "#10162F",
142
- strokeMiterlimit: "10",
143
- strokeWidth: ".517"
144
- }), /*#__PURE__*/_jsx("path", {
145
- d: "M117.634 47.583h128.047",
146
- stroke: "#10162F",
147
- strokeDasharray: "4.07 4.07",
148
- strokeMiterlimit: "10",
149
- strokeWidth: ".517"
150
- }), /*#__PURE__*/_jsx("path", {
151
- d: "M247.714 47.583h2.069v2.07",
152
- stroke: "#10162F",
153
- strokeMiterlimit: "10",
154
- strokeWidth: ".517"
155
- }), /*#__PURE__*/_jsx("path", {
156
- d: "M249.783 53.869v73.824",
157
- stroke: "#10162F",
158
- strokeDasharray: "4.22 4.22",
159
- strokeMiterlimit: "10",
160
- strokeWidth: ".517"
161
- }), /*#__PURE__*/_jsx("path", {
162
- d: "M249.783 129.804v2.07h-2.069",
163
- stroke: "#10162F",
164
- strokeMiterlimit: "10",
165
- strokeWidth: ".517"
166
- }), /*#__PURE__*/_jsx("path", {
167
- d: "M243.649 131.874H115.606",
168
- stroke: "#10162F",
169
- strokeDasharray: "4.07 4.07",
170
- strokeMiterlimit: "10",
171
- strokeWidth: ".517"
172
- }), /*#__PURE__*/_jsx("path", {
173
- d: "M105.719 15.078h16.529a6.61 6.61 0 0 1 6.612 6.612v7.714H99.107V21.69a6.611 6.611 0 0 1 6.612-6.612ZM173.481 278.98h-33.716a10.9 10.9 0 0 1-7.715-3.196 10.905 10.905 0 0 1-3.195-7.715v-33.725H99.107v44.636a29.752 29.752 0 0 0 8.711 21.038 29.758 29.758 0 0 0 21.037 8.714h44.626l-16.555-14.873 16.555-14.879ZM450.378 112.039H288.403v218.168h161.975V112.039Z",
174
- fill: "#10162F",
175
- stroke: "#10162F",
176
- strokeMiterlimit: "10",
177
- strokeWidth: ".517"
178
- }), /*#__PURE__*/_jsx("path", {
179
- d: "M461.397 101.019H299.422v218.169h161.975V101.019Z",
180
- fill: "#fff",
181
- stroke: "#10162F",
182
- strokeMiterlimit: "10",
183
- strokeWidth: ".517"
184
- }), /*#__PURE__*/_jsx("path", {
185
- d: "M408.913 112.592h89.671l15.644-.176-15.644-19.643V54.38h-89.671v58.211Z",
186
- fill: "#FFD300",
187
- stroke: "#10162F",
188
- strokeMiterlimit: "10",
189
- strokeWidth: ".517"
190
- }), /*#__PURE__*/_jsx("path", {
191
- d: "M468.133 74.397c0 9.038-11.47 8.07-11.47 15.178v1.17h-7.413c-.047-.714-.047-1.377-.047-2.034 0-8.794 11.113-8.277 11.113-13.968 0-2.333-2.028-3.957-5.381-3.957-4.107 0-6.647 2.793-6.647 6.958h-7.31c0-8.024 6.037-12.794 14.061-12.794 6.699.005 13.094 3 13.094 9.447Zm-19.845 28.019v-9.033h9.441v9.033h-9.441Z",
192
- fill: "#FFFAE5",
193
- stroke: "#10162F",
194
- strokeWidth: ".517"
195
- }), /*#__PURE__*/_jsx("path", {
196
- d: "M387.517 5.9h-89.676L287.799.713l-5.603 5.365 15.645 19.643v38.387h89.676l5.51-5.551-5.51-52.655Z",
197
- fill: "#FFD300",
198
- stroke: "#10162F",
199
- strokeMiterlimit: "10",
200
- strokeWidth: ".517"
201
- }), /*#__PURE__*/_jsx("path", {
202
- d: "M393.027.391H303.35l-15.644.176L303.35 20.21v38.392h89.677V.392Z",
203
- fill: "#fff",
204
- stroke: "#10162F",
205
- strokeMiterlimit: "10",
206
- strokeWidth: ".517"
207
- }), /*#__PURE__*/_jsx("path", {
208
- d: "m346.015 136.928-17.724 17.724-9.261-9.26",
209
- fill: "#fff"
210
- }), /*#__PURE__*/_jsx("path", {
211
- d: "m346.015 136.928-17.724 17.724-9.261-9.26",
212
- stroke: "#10162F",
213
- strokeMiterlimit: "10",
214
- strokeWidth: ".517"
215
- }), /*#__PURE__*/_jsx("path", {
216
- d: "M441.785 138.77h-81.538v14.035h81.538V138.77Z",
217
- fill: "url(#b)"
218
- }), /*#__PURE__*/_jsx("path", {
219
- d: "m346.015 179.35-17.724 17.724-9.261-9.26",
220
- fill: "#fff"
221
- }), /*#__PURE__*/_jsx("path", {
222
- d: "m346.015 179.35-17.724 17.724-9.261-9.26",
223
- stroke: "#10162F",
224
- strokeMiterlimit: "10",
225
- strokeWidth: ".517"
226
- }), /*#__PURE__*/_jsx("path", {
227
- d: "M441.785 181.192h-81.538v14.035h81.538v-14.035Z",
228
- fill: "url(#c)"
229
- }), /*#__PURE__*/_jsx("path", {
230
- d: "m346.015 221.772-17.724 17.724-9.261-9.26",
231
- fill: "#fff"
232
- }), /*#__PURE__*/_jsx("path", {
233
- d: "m346.015 221.772-17.724 17.724-9.261-9.26",
234
- stroke: "#10162F",
235
- strokeMiterlimit: "10",
236
- strokeWidth: ".517"
237
- }), /*#__PURE__*/_jsx("path", {
238
- d: "M441.785 223.614h-81.538v14.035h81.538v-14.035Z",
239
- fill: "url(#d)"
240
- }), /*#__PURE__*/_jsx("path", {
241
- d: "m346.015 264.189-17.724 17.729-9.261-9.26",
242
- fill: "#fff"
243
- }), /*#__PURE__*/_jsx("path", {
244
- d: "m346.015 264.189-17.724 17.729-9.261-9.26",
245
- stroke: "#10162F",
246
- strokeMiterlimit: "10",
247
- strokeWidth: ".517"
248
- }), /*#__PURE__*/_jsx("path", {
249
- d: "M441.785 266.036h-81.538v14.036h81.538v-14.036Z",
250
- fill: "url(#e)"
251
- }), /*#__PURE__*/_jsx("path", {
252
- d: "m244.498 180.015-2.806 2.806 126.335 126.334 2.806-2.805-126.335-126.335ZM247.306 177.203l-2.804 2.809 126.335 126.335 2.809-2.804 2.804-2.809-126.335-126.335-2.809 2.804ZM252.92 171.591l-2.806 2.805 126.335 126.335 2.806-2.806L252.92 171.591Z",
253
- fill: "#FFD300",
254
- stroke: "#10162F",
255
- strokeMiterlimit: "10",
256
- strokeWidth: ".517"
257
- }), /*#__PURE__*/_jsx("path", {
258
- d: "M231.557 161.476a10.026 10.026 0 0 1-2.633 1.888l12.794 19.458 5.028-.59.585-5.029 5.028-.584.59-5.029-19.509-12.773a10.086 10.086 0 0 1-1.883 2.659Z",
259
- fill: "#FFFAE5",
260
- stroke: "#10162F",
261
- strokeMiterlimit: "10",
262
- strokeWidth: ".517"
263
- }), /*#__PURE__*/_jsx("path", {
264
- d: "m233.441 158.817-13.228-8.686 8.691 13.233a9.985 9.985 0 0 0 4.537-4.547Z",
265
- fill: "#10162F",
266
- stroke: "#10162F",
267
- strokeMiterlimit: "10",
268
- strokeWidth: ".517"
269
- }), /*#__PURE__*/_jsx("path", {
270
- d: "m368.027 309.155 11.209-11.209 15.364 15.365a7.922 7.922 0 0 1 0 11.208 7.922 7.922 0 0 1-11.208 0l-15.365-15.364Z",
271
- fill: "#FFFAE5",
272
- stroke: "#10162F",
273
- strokeMiterlimit: "10",
274
- strokeWidth: ".517"
275
- }), /*#__PURE__*/_jsx("path", {
276
- d: "m370.222 311.35 11.211-11.211M371.562 312.447l11.211-11.211",
277
- stroke: "#10162F",
278
- strokeMiterlimit: "10",
279
- strokeWidth: ".517"
280
- }), /*#__PURE__*/_jsx("path", {
281
- d: "M369.228 34.19a4.511 4.511 0 1 0 0-9.023 4.511 4.511 0 0 0 0 9.022ZM348.4 34.19a4.511 4.511 0 1 0 0-9.023 4.511 4.511 0 0 0 0 9.022ZM327.571 34.19a4.511 4.511 0 1 0 0-9.023 4.511 4.511 0 0 0 0 9.022Z",
282
- fill: "#FFD300",
283
- stroke: "#10162F",
284
- strokeMiterlimit: "10",
285
- strokeWidth: ".517"
286
- }), /*#__PURE__*/_jsx("path", {
287
- d: "M243.178 54.195H118.115v71.067h125.063V54.195Z",
288
- fill: "#fff",
289
- stroke: "#10162F",
290
- strokeMiterlimit: "10",
291
- strokeWidth: ".517"
292
- }), /*#__PURE__*/_jsxs("defs", {
293
- children: [/*#__PURE__*/_jsx("pattern", {
294
- height: ".019",
295
- id: "a",
296
- patternContentUnits: "objectBoundingBox",
297
- width: ".259",
298
- children: /*#__PURE__*/_jsx("use", {
299
- transform: "scale(.03233 .00238)",
300
- xlinkHref: "#f"
301
- })
302
- }), /*#__PURE__*/_jsx("pattern", {
303
- height: "2.359",
304
- id: "b",
305
- patternContentUnits: "objectBoundingBox",
306
- width: ".406",
307
- children: /*#__PURE__*/_jsx("use", {
308
- transform: "scale(.00634 .03686)",
309
- xlinkHref: "#g"
310
- })
311
- }), /*#__PURE__*/_jsx("pattern", {
312
- height: "2.359",
313
- id: "c",
314
- patternContentUnits: "objectBoundingBox",
315
- width: ".406",
316
- children: /*#__PURE__*/_jsx("use", {
317
- transform: "scale(.00634 .03686)",
318
- xlinkHref: "#g"
319
- })
320
- }), /*#__PURE__*/_jsx("pattern", {
321
- height: "2.359",
322
- id: "d",
323
- patternContentUnits: "objectBoundingBox",
324
- width: ".406",
325
- children: /*#__PURE__*/_jsx("use", {
326
- transform: "scale(.00634 .03686)",
327
- xlinkHref: "#g"
328
- })
329
- }), /*#__PURE__*/_jsx("pattern", {
330
- height: "2.359",
331
- id: "e",
332
- patternContentUnits: "objectBoundingBox",
333
- width: ".406",
334
- children: /*#__PURE__*/_jsx("use", {
335
- transform: "scale(.00634 .03686)",
336
- xlinkHref: "#g"
337
- })
338
- }), /*#__PURE__*/_jsx("image", {
339
- height: "8",
340
- id: "f",
341
- width: "8",
342
- xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAeSURBVHgBzc4xAQAAAAEwEVxq6J+OGCzBQDk4MzgV8D0CqU26KA8AAAAASUVORK5CYII="
343
- }), /*#__PURE__*/_jsx("image", {
344
- height: "64",
345
- id: "g",
346
- width: "64",
347
- xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADbSURBVHgB7ZZBCsJQEMXGG7jyGt7/ctUKrlUGw7zfRnAVmtfALFrX2/1RH35H5zU5Hs2Np+Tp3HhKns6Np+Tp3O+AwXEvI5UbT8nTufGUPJ0bT8kX4DU57mWkcuMpeTo3npKnc+Mp+QK8Jse9jFRuPCVP58ZT8nRuPCVfgNfkuJeRyo2n5OnceEqezo2n5OF8Z5ei5On8Fb//t9bDq3PjjQfk6dx44wF5Ov8Wf+jvgF/iD3sZxhvf48ZXc3yaG298n1d3fJr/I37ZyzDeeIYbX82Xo/mp4998o/gTA3q3EDFEskQAAAAASUVORK5CYII="
3
+ export const Syllabus = _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 515 347",
16
+ width: width,
17
+ xmlns: "http://www.w3.org/2000/svg",
18
+ children: [/*#__PURE__*/_jsx("path", {
19
+ d: "M403.403 118.102h89.671l15.645-.176 5.509-5.929-21.154-13.714V59.89l-84.073-5.743-5.598 5.743v58.211Z",
20
+ fill: "#fff",
21
+ stroke: "#10162F",
22
+ strokeMiterlimit: "10",
23
+ strokeWidth: ".517"
24
+ }), /*#__PURE__*/_jsx("path", {
25
+ d: "M90.94 346.752a16.824 16.824 0 0 1-15.535-10.386 16.822 16.822 0 0 1 3.649-18.328 16.819 16.819 0 0 1 28.71 11.895 16.84 16.84 0 0 1-16.824 16.819Z",
26
+ fill: "#FFD300"
27
+ }), /*#__PURE__*/_jsx("path", {
28
+ d: "M90.939 313.373a16.556 16.556 0 1 1 0 33.112 16.556 16.556 0 0 1 0-33.112Zm0-.518a17.072 17.072 0 1 0 .002 34.144 17.072 17.072 0 0 0-.002-34.144Z",
29
+ fill: "#10162F"
30
+ }), /*#__PURE__*/_jsx("path", {
31
+ d: "M96.753 325.313a1.744 1.744 0 1 0 0-3.488 1.744 1.744 0 0 0 0 3.488Z",
32
+ fill: "#FFD300"
33
+ }), /*#__PURE__*/_jsx("path", {
34
+ d: "M96.754 322.08a1.49 1.49 0 1 1-1.374.92 1.49 1.49 0 0 1 .804-.807c.18-.075.374-.113.57-.113Zm0-.518a2.007 2.007 0 1 0-.01 4.014 2.007 2.007 0 0 0 .01-4.014Z",
35
+ fill: "#10162F"
36
+ }), /*#__PURE__*/_jsx("path", {
37
+ d: "M85.13 325.313a1.744 1.744 0 1 0-.002-3.488 1.744 1.744 0 0 0 .001 3.488Z",
38
+ fill: "#FFD300"
39
+ }), /*#__PURE__*/_jsx("path", {
40
+ d: "M85.13 322.08a1.488 1.488 0 0 1 1.461 1.78 1.489 1.489 0 1 1-1.461-1.78Zm0-.518a2.007 2.007 0 1 0-.01 4.014 2.007 2.007 0 0 0 .01-4.014Z",
41
+ fill: "#10162F"
42
+ }), /*#__PURE__*/_jsx("path", {
43
+ d: "M82.522 330.683c0 3.58 3.77 7.615 8.417 7.615 5.173 0 8.422-4.035 8.422-7.615",
44
+ fill: "#FFD300"
45
+ }), /*#__PURE__*/_jsx("path", {
46
+ d: "M82.522 330.683c0 3.58 3.77 7.615 8.417 7.615 5.173 0 8.422-4.035 8.422-7.615",
47
+ stroke: "#10162F",
48
+ strokeMiterlimit: "10",
49
+ strokeWidth: ".517"
50
+ }), /*#__PURE__*/_jsx("path", {
51
+ d: "M17.843 346.752a16.82 16.82 0 1 1 6.436-32.358 16.819 16.819 0 0 1 10.383 15.539 16.834 16.834 0 0 1-16.819 16.819Z",
52
+ fill: "#FFFAE5"
53
+ }), /*#__PURE__*/_jsx("path", {
54
+ d: "M17.844 313.373a16.555 16.555 0 1 1 0 33.111 16.555 16.555 0 0 1 0-33.111Zm0-.518A17.073 17.073 0 1 0 17.846 347a17.073 17.073 0 0 0-.002-34.145Z",
55
+ fill: "#10162F"
56
+ }), /*#__PURE__*/_jsx("path", {
57
+ d: "M23.66 325.313a1.744 1.744 0 1 0-.001-3.488 1.744 1.744 0 0 0 0 3.488Z",
58
+ fill: "#FFFAE5"
59
+ }), /*#__PURE__*/_jsx("path", {
60
+ d: "M23.658 322.08a1.487 1.487 0 0 1 1.461 1.78 1.489 1.489 0 1 1-1.461-1.78Zm0-.518a2.007 2.007 0 1 0-.01 4.014 2.007 2.007 0 0 0 .01-4.014Z",
61
+ fill: "#10162F"
62
+ }), /*#__PURE__*/_jsx("path", {
63
+ d: "M12.03 325.313a1.744 1.744 0 1 0-.001-3.488 1.744 1.744 0 0 0 0 3.488Z",
64
+ fill: "#FFFAE5"
65
+ }), /*#__PURE__*/_jsx("path", {
66
+ d: "M12.019 322.08a1.49 1.49 0 1 1 .012 2.98 1.49 1.49 0 0 1-.012-2.98Zm0-.518a2.005 2.005 0 0 0-1.854 1.239 2.009 2.009 0 0 0 3.523 1.884 2.007 2.007 0 0 0-1.669-3.123Z",
67
+ fill: "#10162F"
68
+ }), /*#__PURE__*/_jsx("path", {
69
+ d: "M26.261 338.298c0-3.58-3.766-7.615-8.417-7.615-5.174 0-8.417 4.035-8.417 7.615",
70
+ fill: "#FFFAE5"
71
+ }), /*#__PURE__*/_jsx("path", {
72
+ d: "M26.261 338.298c0-3.58-3.766-7.615-8.417-7.615-5.174 0-8.417 4.035-8.417 7.615",
73
+ stroke: "#10162F",
74
+ strokeMiterlimit: "10",
75
+ strokeWidth: ".517"
76
+ }), /*#__PURE__*/_jsx("path", {
77
+ d: "M54.51 346.752a16.82 16.82 0 1 1 16.818-16.819 16.834 16.834 0 0 1-16.819 16.819Z",
78
+ fill: "#FFFAE5"
79
+ }), /*#__PURE__*/_jsx("path", {
80
+ d: "M54.508 313.373a16.556 16.556 0 1 1 0 33.112 16.556 16.556 0 0 1 0-33.112Zm0-.518A17.072 17.072 0 1 0 54.51 347a17.072 17.072 0 0 0-.002-34.145Z",
81
+ fill: "#10162F"
82
+ }), /*#__PURE__*/_jsx("path", {
83
+ d: "M60.318 325.313a1.744 1.744 0 1 0-.001-3.488 1.744 1.744 0 0 0 0 3.488Z",
84
+ fill: "#FFFAE5"
85
+ }), /*#__PURE__*/_jsx("path", {
86
+ d: "M60.317 322.08a1.49 1.49 0 1 1 .012 2.98 1.49 1.49 0 0 1-.012-2.98Zm0-.518a2.004 2.004 0 0 0-1.855 1.239 2.008 2.008 0 1 0 1.855-1.239Z",
87
+ fill: "#10162F"
88
+ }), /*#__PURE__*/_jsx("path", {
89
+ d: "M48.692 325.313a1.744 1.744 0 1 0-.001-3.488 1.744 1.744 0 0 0 0 3.488Z",
90
+ fill: "#FFFAE5"
91
+ }), /*#__PURE__*/_jsx("path", {
92
+ d: "M48.692 322.08a1.49 1.49 0 1 1 .012 2.98 1.49 1.49 0 0 1-.012-2.98Zm0-.518a2.005 2.005 0 0 0-1.855 1.239 2.01 2.01 0 0 0 1.463 2.737 2.002 2.002 0 0 0 2.06-.853 2.007 2.007 0 0 0-1.668-3.123Z",
93
+ fill: "#10162F"
94
+ }), /*#__PURE__*/_jsx("path", {
95
+ d: "M62.816 334.599H46.194",
96
+ stroke: "#10162F",
97
+ strokeMiterlimit: "10",
98
+ strokeWidth: ".517"
99
+ }), /*#__PURE__*/_jsx("path", {
100
+ d: "m93.599 285.033-50.7-25.35-.548-179.052a51.217 51.217 0 0 1 51.216-51.217l.032 255.619Z",
101
+ fill: "#FFFAE5"
102
+ }), /*#__PURE__*/_jsx("path", {
103
+ d: "M93 29H77v217h16V29Z",
104
+ fill: "url(#a)"
105
+ }), /*#__PURE__*/_jsx("path", {
106
+ d: "m93.599 285.033-50.7-25.35-.548-179.052a51.217 51.217 0 0 1 51.216-51.217l.032 255.619Z",
107
+ stroke: "#10162F",
108
+ strokeMiterlimit: "10",
109
+ strokeWidth: ".517"
110
+ }), /*#__PURE__*/_jsx("path", {
111
+ d: "M267.69 29.403H93.6v204.945h174.09V29.403Z",
112
+ fill: "#FFD300",
113
+ stroke: "#10162F",
114
+ strokeMiterlimit: "10",
115
+ strokeWidth: ".517"
116
+ }), /*#__PURE__*/_jsx("path", {
117
+ d: "M67.705 234.344H267.69v50.699H67.705a25.35 25.35 0 0 1 0-50.699Z",
118
+ fill: "#fff",
119
+ stroke: "#10162F",
120
+ strokeMiterlimit: "10",
121
+ strokeWidth: ".517"
122
+ }), /*#__PURE__*/_jsx("path", {
123
+ d: "M267.414 246.465H45.392M267.415 259.688H42.635M267.689 272.911H45.666",
124
+ stroke: "#10162F",
125
+ strokeMiterlimit: "10",
126
+ strokeWidth: ".517"
127
+ }), /*#__PURE__*/_jsx("path", {
128
+ d: "M249.784 47.583h-138.28v84.291h138.28V47.583Z",
129
+ fill: "#FFFAE5"
130
+ }), /*#__PURE__*/_jsx("path", {
131
+ d: "M113.573 131.874h-2.069v-2.07",
132
+ stroke: "#10162F",
133
+ strokeMiterlimit: "10",
134
+ strokeWidth: ".517"
135
+ }), /*#__PURE__*/_jsx("path", {
136
+ d: "M111.504 125.588v-73.83",
137
+ stroke: "#10162F",
138
+ strokeDasharray: "4.22 4.22",
139
+ strokeMiterlimit: "10",
140
+ strokeWidth: ".517"
141
+ }), /*#__PURE__*/_jsx("path", {
142
+ d: "M111.504 49.652v-2.069h2.069",
143
+ stroke: "#10162F",
144
+ strokeMiterlimit: "10",
145
+ strokeWidth: ".517"
146
+ }), /*#__PURE__*/_jsx("path", {
147
+ d: "M117.634 47.583h128.047",
148
+ stroke: "#10162F",
149
+ strokeDasharray: "4.07 4.07",
150
+ strokeMiterlimit: "10",
151
+ strokeWidth: ".517"
152
+ }), /*#__PURE__*/_jsx("path", {
153
+ d: "M247.714 47.583h2.069v2.07",
154
+ stroke: "#10162F",
155
+ strokeMiterlimit: "10",
156
+ strokeWidth: ".517"
157
+ }), /*#__PURE__*/_jsx("path", {
158
+ d: "M249.783 53.869v73.824",
159
+ stroke: "#10162F",
160
+ strokeDasharray: "4.22 4.22",
161
+ strokeMiterlimit: "10",
162
+ strokeWidth: ".517"
163
+ }), /*#__PURE__*/_jsx("path", {
164
+ d: "M249.783 129.804v2.07h-2.069",
165
+ stroke: "#10162F",
166
+ strokeMiterlimit: "10",
167
+ strokeWidth: ".517"
168
+ }), /*#__PURE__*/_jsx("path", {
169
+ d: "M243.649 131.874H115.606",
170
+ stroke: "#10162F",
171
+ strokeDasharray: "4.07 4.07",
172
+ strokeMiterlimit: "10",
173
+ strokeWidth: ".517"
174
+ }), /*#__PURE__*/_jsx("path", {
175
+ d: "M105.719 15.078h16.529a6.61 6.61 0 0 1 6.612 6.612v7.714H99.107V21.69a6.611 6.611 0 0 1 6.612-6.612ZM173.481 278.98h-33.716a10.9 10.9 0 0 1-7.715-3.196 10.905 10.905 0 0 1-3.195-7.715v-33.725H99.107v44.636a29.752 29.752 0 0 0 8.711 21.038 29.758 29.758 0 0 0 21.037 8.714h44.626l-16.555-14.873 16.555-14.879ZM450.378 112.039H288.403v218.168h161.975V112.039Z",
176
+ fill: "#10162F",
177
+ stroke: "#10162F",
178
+ strokeMiterlimit: "10",
179
+ strokeWidth: ".517"
180
+ }), /*#__PURE__*/_jsx("path", {
181
+ d: "M461.397 101.019H299.422v218.169h161.975V101.019Z",
182
+ fill: "#fff",
183
+ stroke: "#10162F",
184
+ strokeMiterlimit: "10",
185
+ strokeWidth: ".517"
186
+ }), /*#__PURE__*/_jsx("path", {
187
+ d: "M408.913 112.592h89.671l15.644-.176-15.644-19.643V54.38h-89.671v58.211Z",
188
+ fill: "#FFD300",
189
+ stroke: "#10162F",
190
+ strokeMiterlimit: "10",
191
+ strokeWidth: ".517"
192
+ }), /*#__PURE__*/_jsx("path", {
193
+ d: "M468.133 74.397c0 9.038-11.47 8.07-11.47 15.178v1.17h-7.413c-.047-.714-.047-1.377-.047-2.034 0-8.794 11.113-8.277 11.113-13.968 0-2.333-2.028-3.957-5.381-3.957-4.107 0-6.647 2.793-6.647 6.958h-7.31c0-8.024 6.037-12.794 14.061-12.794 6.699.005 13.094 3 13.094 9.447Zm-19.845 28.019v-9.033h9.441v9.033h-9.441Z",
194
+ fill: "#FFFAE5",
195
+ stroke: "#10162F",
196
+ strokeWidth: ".517"
197
+ }), /*#__PURE__*/_jsx("path", {
198
+ d: "M387.517 5.9h-89.676L287.799.713l-5.603 5.365 15.645 19.643v38.387h89.676l5.51-5.551-5.51-52.655Z",
199
+ fill: "#FFD300",
200
+ stroke: "#10162F",
201
+ strokeMiterlimit: "10",
202
+ strokeWidth: ".517"
203
+ }), /*#__PURE__*/_jsx("path", {
204
+ d: "M393.027.391H303.35l-15.644.176L303.35 20.21v38.392h89.677V.392Z",
205
+ fill: "#fff",
206
+ stroke: "#10162F",
207
+ strokeMiterlimit: "10",
208
+ strokeWidth: ".517"
209
+ }), /*#__PURE__*/_jsx("path", {
210
+ d: "m346.015 136.928-17.724 17.724-9.261-9.26",
211
+ fill: "#fff"
212
+ }), /*#__PURE__*/_jsx("path", {
213
+ d: "m346.015 136.928-17.724 17.724-9.261-9.26",
214
+ stroke: "#10162F",
215
+ strokeMiterlimit: "10",
216
+ strokeWidth: ".517"
217
+ }), /*#__PURE__*/_jsx("path", {
218
+ d: "M441.785 138.77h-81.538v14.035h81.538V138.77Z",
219
+ fill: "url(#b)"
220
+ }), /*#__PURE__*/_jsx("path", {
221
+ d: "m346.015 179.35-17.724 17.724-9.261-9.26",
222
+ fill: "#fff"
223
+ }), /*#__PURE__*/_jsx("path", {
224
+ d: "m346.015 179.35-17.724 17.724-9.261-9.26",
225
+ stroke: "#10162F",
226
+ strokeMiterlimit: "10",
227
+ strokeWidth: ".517"
228
+ }), /*#__PURE__*/_jsx("path", {
229
+ d: "M441.785 181.192h-81.538v14.035h81.538v-14.035Z",
230
+ fill: "url(#c)"
231
+ }), /*#__PURE__*/_jsx("path", {
232
+ d: "m346.015 221.772-17.724 17.724-9.261-9.26",
233
+ fill: "#fff"
234
+ }), /*#__PURE__*/_jsx("path", {
235
+ d: "m346.015 221.772-17.724 17.724-9.261-9.26",
236
+ stroke: "#10162F",
237
+ strokeMiterlimit: "10",
238
+ strokeWidth: ".517"
239
+ }), /*#__PURE__*/_jsx("path", {
240
+ d: "M441.785 223.614h-81.538v14.035h81.538v-14.035Z",
241
+ fill: "url(#d)"
242
+ }), /*#__PURE__*/_jsx("path", {
243
+ d: "m346.015 264.189-17.724 17.729-9.261-9.26",
244
+ fill: "#fff"
245
+ }), /*#__PURE__*/_jsx("path", {
246
+ d: "m346.015 264.189-17.724 17.729-9.261-9.26",
247
+ stroke: "#10162F",
248
+ strokeMiterlimit: "10",
249
+ strokeWidth: ".517"
250
+ }), /*#__PURE__*/_jsx("path", {
251
+ d: "M441.785 266.036h-81.538v14.036h81.538v-14.036Z",
252
+ fill: "url(#e)"
253
+ }), /*#__PURE__*/_jsx("path", {
254
+ d: "m244.498 180.015-2.806 2.806 126.335 126.334 2.806-2.805-126.335-126.335ZM247.306 177.203l-2.804 2.809 126.335 126.335 2.809-2.804 2.804-2.809-126.335-126.335-2.809 2.804ZM252.92 171.591l-2.806 2.805 126.335 126.335 2.806-2.806L252.92 171.591Z",
255
+ fill: "#FFD300",
256
+ stroke: "#10162F",
257
+ strokeMiterlimit: "10",
258
+ strokeWidth: ".517"
259
+ }), /*#__PURE__*/_jsx("path", {
260
+ d: "M231.557 161.476a10.026 10.026 0 0 1-2.633 1.888l12.794 19.458 5.028-.59.585-5.029 5.028-.584.59-5.029-19.509-12.773a10.086 10.086 0 0 1-1.883 2.659Z",
261
+ fill: "#FFFAE5",
262
+ stroke: "#10162F",
263
+ strokeMiterlimit: "10",
264
+ strokeWidth: ".517"
265
+ }), /*#__PURE__*/_jsx("path", {
266
+ d: "m233.441 158.817-13.228-8.686 8.691 13.233a9.985 9.985 0 0 0 4.537-4.547Z",
267
+ fill: "#10162F",
268
+ stroke: "#10162F",
269
+ strokeMiterlimit: "10",
270
+ strokeWidth: ".517"
271
+ }), /*#__PURE__*/_jsx("path", {
272
+ d: "m368.027 309.155 11.209-11.209 15.364 15.365a7.922 7.922 0 0 1 0 11.208 7.922 7.922 0 0 1-11.208 0l-15.365-15.364Z",
273
+ fill: "#FFFAE5",
274
+ stroke: "#10162F",
275
+ strokeMiterlimit: "10",
276
+ strokeWidth: ".517"
277
+ }), /*#__PURE__*/_jsx("path", {
278
+ d: "m370.222 311.35 11.211-11.211M371.562 312.447l11.211-11.211",
279
+ stroke: "#10162F",
280
+ strokeMiterlimit: "10",
281
+ strokeWidth: ".517"
282
+ }), /*#__PURE__*/_jsx("path", {
283
+ d: "M369.228 34.19a4.511 4.511 0 1 0 0-9.023 4.511 4.511 0 0 0 0 9.022ZM348.4 34.19a4.511 4.511 0 1 0 0-9.023 4.511 4.511 0 0 0 0 9.022ZM327.571 34.19a4.511 4.511 0 1 0 0-9.023 4.511 4.511 0 0 0 0 9.022Z",
284
+ fill: "#FFD300",
285
+ stroke: "#10162F",
286
+ strokeMiterlimit: "10",
287
+ strokeWidth: ".517"
288
+ }), /*#__PURE__*/_jsx("path", {
289
+ d: "M243.178 54.195H118.115v71.067h125.063V54.195Z",
290
+ fill: "#fff",
291
+ stroke: "#10162F",
292
+ strokeMiterlimit: "10",
293
+ strokeWidth: ".517"
294
+ }), /*#__PURE__*/_jsxs("defs", {
295
+ children: [/*#__PURE__*/_jsx("pattern", {
296
+ height: ".019",
297
+ id: "a",
298
+ patternContentUnits: "objectBoundingBox",
299
+ width: ".259",
300
+ children: /*#__PURE__*/_jsx("use", {
301
+ transform: "scale(.03233 .00238)",
302
+ xlinkHref: "#f"
303
+ })
304
+ }), /*#__PURE__*/_jsx("pattern", {
305
+ height: "2.359",
306
+ id: "b",
307
+ patternContentUnits: "objectBoundingBox",
308
+ width: ".406",
309
+ children: /*#__PURE__*/_jsx("use", {
310
+ transform: "scale(.00634 .03686)",
311
+ xlinkHref: "#g"
312
+ })
313
+ }), /*#__PURE__*/_jsx("pattern", {
314
+ height: "2.359",
315
+ id: "c",
316
+ patternContentUnits: "objectBoundingBox",
317
+ width: ".406",
318
+ children: /*#__PURE__*/_jsx("use", {
319
+ transform: "scale(.00634 .03686)",
320
+ xlinkHref: "#g"
321
+ })
322
+ }), /*#__PURE__*/_jsx("pattern", {
323
+ height: "2.359",
324
+ id: "d",
325
+ patternContentUnits: "objectBoundingBox",
326
+ width: ".406",
327
+ children: /*#__PURE__*/_jsx("use", {
328
+ transform: "scale(.00634 .03686)",
329
+ xlinkHref: "#g"
330
+ })
331
+ }), /*#__PURE__*/_jsx("pattern", {
332
+ height: "2.359",
333
+ id: "e",
334
+ patternContentUnits: "objectBoundingBox",
335
+ width: ".406",
336
+ children: /*#__PURE__*/_jsx("use", {
337
+ transform: "scale(.00634 .03686)",
338
+ xlinkHref: "#g"
339
+ })
340
+ }), /*#__PURE__*/_jsx("image", {
341
+ height: "8",
342
+ id: "f",
343
+ width: "8",
344
+ xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAeSURBVHgBzc4xAQAAAAEwEVxq6J+OGCzBQDk4MzgV8D0CqU26KA8AAAAASUVORK5CYII="
345
+ }), /*#__PURE__*/_jsx("image", {
346
+ height: "64",
347
+ id: "g",
348
+ width: "64",
349
+ xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADbSURBVHgB7ZZBCsJQEMXGG7jyGt7/ctUKrlUGw7zfRnAVmtfALFrX2/1RH35H5zU5Hs2Np+Tp3HhKns6Np+Tp3O+AwXEvI5UbT8nTufGUPJ0bT8kX4DU57mWkcuMpeTo3npKnc+Mp+QK8Jse9jFRuPCVP58ZT8nRuPCVfgNfkuJeRyo2n5OnceEqezo2n5OF8Z5ei5On8Fb//t9bDq3PjjQfk6dx44wF5Ov8Wf+jvgF/iD3sZxhvf48ZXc3yaG298n1d3fJr/I37ZyzDeeIYbX82Xo/mp4998o/gTA3q3EDFEskQAAAAASUVORK5CYII="
350
+ })]
348
351
  })]
349
- })]
350
- });
352
+ });
353
+ };