@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
@@ -1,280 +1,283 @@
1
1
  import * as React from 'react';
2
2
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
- export const NumberBlocks = ({
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 287 386",
14
- width: width,
15
- xmlns: "http://www.w3.org/2000/svg",
16
- children: [/*#__PURE__*/_jsx("title", {
17
- children: "Number Blocks Illustration"
18
- }), /*#__PURE__*/_jsx("path", {
19
- d: "M96.113 274.726l94.796-54.739 94.796 54.739-94.796 54.732-94.796-54.732z",
20
- stroke: "#10162F",
21
- strokeLinejoin: "round",
22
- strokeMiterlimit: "10",
23
- strokeWidth: "2"
24
- }), /*#__PURE__*/_jsx("path", {
25
- d: "M96.113 274.726l94.796-54.739 94.796 54.739-94.796 54.732-94.796-54.732z",
26
- stroke: "#10162F",
27
- strokeLinejoin: "round",
28
- strokeMiterlimit: "10",
29
- strokeWidth: "2"
30
- }), /*#__PURE__*/_jsx("path", {
31
- d: "M96.113 165.202l94.797-54.732 94.796 54.732-94.796 54.738-94.797-54.738z",
32
- fill: "#F966FF",
33
- stroke: "#10162F",
34
- strokeLinejoin: "round",
35
- strokeMiterlimit: "10",
36
- strokeWidth: "2"
37
- }), /*#__PURE__*/_jsx("path", {
38
- d: "M112.343 165.058l78.567-44.998 78.566 44.998-78.566 45.003-78.567-45.003z",
39
- fill: "#F966FF",
40
- stroke: "#10162F",
41
- strokeLinejoin: "round",
42
- strokeMiterlimit: "10",
43
- strokeWidth: "2"
44
- }), /*#__PURE__*/_jsx("path", {
45
- d: "M190.91 329.888V220.039l94.796-54.732v109.849l-94.796 54.732z",
46
- fill: "#fff",
47
- stroke: "#10162F",
48
- strokeLinejoin: "round",
49
- strokeMiterlimit: "10",
50
- strokeWidth: "2"
51
- }), /*#__PURE__*/_jsx("path", {
52
- d: "M199.393 314.817v-89.614l77.461-44.65v89.614l-77.461 44.65z",
53
- fill: "#fff",
54
- stroke: "#10162F",
55
- strokeLinejoin: "round",
56
- strokeMiterlimit: "10",
57
- strokeWidth: "2"
58
- }), /*#__PURE__*/_jsx("path", {
59
- d: "M96.113 274.729V165.13l94.796 54.738v109.593l-94.796-54.732z",
60
- fill: "#FFD300",
61
- stroke: "#10162F",
62
- strokeLinejoin: "round",
63
- strokeMiterlimit: "10",
64
- strokeWidth: "2"
65
- }), /*#__PURE__*/_jsx("path", {
66
- d: "M104.228 270.099v-91.022l78.198 45.461v91.017l-78.198-45.456z",
67
- fill: "#FFD300",
68
- stroke: "#10162F",
69
- strokeLinejoin: "round",
70
- strokeMiterlimit: "10",
71
- strokeWidth: "2"
72
- }), /*#__PURE__*/_jsx("path", {
73
- d: "M129.934 222.48v-2.214l2.928 1.714c7.497 4.355 8.211 3.856 8.996-1.571l1.643.928v45.484l11.781 6.783v2.214l-25.705-14.781v-2.213l11.71 6.783v-36.558l-11.353-6.569z",
74
- fill: "#000"
75
- }), /*#__PURE__*/_jsx("g", {
76
- clipPath: "url(#clip0)",
77
- children: /*#__PURE__*/_jsx("path", {
78
- d: "M222.896 256.711c0-15.124 3.688-27.665 14.976-34.157 11.287-6.492 14.975 1.771 14.975 16.894 0 15.05-3.614 27.665-14.975 34.231-11.362 6.566-14.976-1.918-14.976-16.968zm2.655 3.762l24.419-27.148c-1.18-9.517-5.09-12.468-12.098-8.41-8.558 4.943-12.468 15.049-12.468 30.321 0 1.918.074 3.614.147 5.237zm24.788-19.623c0-1.845-.074-3.468-.147-5.091l-24.419 27.001c1.18 9.591 5.09 12.468 12.172 8.411 8.558-4.943 12.394-15.05 12.394-30.321z",
3
+ export const NumberBlocks = _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 287 386",
16
+ width: width,
17
+ xmlns: "http://www.w3.org/2000/svg",
18
+ children: [/*#__PURE__*/_jsx("title", {
19
+ children: "Number Blocks Illustration"
20
+ }), /*#__PURE__*/_jsx("path", {
21
+ d: "M96.113 274.726l94.796-54.739 94.796 54.739-94.796 54.732-94.796-54.732z",
22
+ stroke: "#10162F",
23
+ strokeLinejoin: "round",
24
+ strokeMiterlimit: "10",
25
+ strokeWidth: "2"
26
+ }), /*#__PURE__*/_jsx("path", {
27
+ d: "M96.113 274.726l94.796-54.739 94.796 54.739-94.796 54.732-94.796-54.732z",
28
+ stroke: "#10162F",
29
+ strokeLinejoin: "round",
30
+ strokeMiterlimit: "10",
31
+ strokeWidth: "2"
32
+ }), /*#__PURE__*/_jsx("path", {
33
+ d: "M96.113 165.202l94.797-54.732 94.796 54.732-94.796 54.738-94.797-54.738z",
34
+ fill: "#F966FF",
35
+ stroke: "#10162F",
36
+ strokeLinejoin: "round",
37
+ strokeMiterlimit: "10",
38
+ strokeWidth: "2"
39
+ }), /*#__PURE__*/_jsx("path", {
40
+ d: "M112.343 165.058l78.567-44.998 78.566 44.998-78.566 45.003-78.567-45.003z",
41
+ fill: "#F966FF",
42
+ stroke: "#10162F",
43
+ strokeLinejoin: "round",
44
+ strokeMiterlimit: "10",
45
+ strokeWidth: "2"
46
+ }), /*#__PURE__*/_jsx("path", {
47
+ d: "M190.91 329.888V220.039l94.796-54.732v109.849l-94.796 54.732z",
48
+ fill: "#fff",
49
+ stroke: "#10162F",
50
+ strokeLinejoin: "round",
51
+ strokeMiterlimit: "10",
52
+ strokeWidth: "2"
53
+ }), /*#__PURE__*/_jsx("path", {
54
+ d: "M199.393 314.817v-89.614l77.461-44.65v89.614l-77.461 44.65z",
55
+ fill: "#fff",
56
+ stroke: "#10162F",
57
+ strokeLinejoin: "round",
58
+ strokeMiterlimit: "10",
59
+ strokeWidth: "2"
60
+ }), /*#__PURE__*/_jsx("path", {
61
+ d: "M96.113 274.729V165.13l94.796 54.738v109.593l-94.796-54.732z",
62
+ fill: "#FFD300",
63
+ stroke: "#10162F",
64
+ strokeLinejoin: "round",
65
+ strokeMiterlimit: "10",
66
+ strokeWidth: "2"
67
+ }), /*#__PURE__*/_jsx("path", {
68
+ d: "M104.228 270.099v-91.022l78.198 45.461v91.017l-78.198-45.456z",
69
+ fill: "#FFD300",
70
+ stroke: "#10162F",
71
+ strokeLinejoin: "round",
72
+ strokeMiterlimit: "10",
73
+ strokeWidth: "2"
74
+ }), /*#__PURE__*/_jsx("path", {
75
+ d: "M129.934 222.48v-2.214l2.928 1.714c7.497 4.355 8.211 3.856 8.996-1.571l1.643.928v45.484l11.781 6.783v2.214l-25.705-14.781v-2.213l11.71 6.783v-36.558l-11.353-6.569z",
79
76
  fill: "#000"
80
- })
81
- }), /*#__PURE__*/_jsx("g", {
82
- clipPath: "url(#clip1)",
83
- children: /*#__PURE__*/_jsx("path", {
84
- d: "M194.641 147.558l2.11-1.197 3.09 1.795c7.912 4.561 9.419 4.486 15.749 1.869l1.733.972-41.595 23.853 12.433 7.104-2.11 1.196-27.127-15.553 2.034-1.196 12.358 7.103 33.307-19.067-11.982-6.879z",
85
- fill: "#000"
86
- })
87
- }), /*#__PURE__*/_jsx("path", {
88
- d: "M96.113 165.256l94.796-54.738 94.796 54.738-94.796 54.732-94.796-54.732z",
89
- stroke: "#10162F",
90
- strokeLinejoin: "round",
91
- strokeMiterlimit: "10",
92
- strokeWidth: "2"
93
- }), /*#__PURE__*/_jsx("path", {
94
- d: "M96.113 165.256l94.796-54.738 94.796 54.738-94.796 54.732-94.796-54.732z",
95
- stroke: "#10162F",
96
- strokeLinejoin: "round",
97
- strokeMiterlimit: "10",
98
- strokeWidth: "2"
99
- }), /*#__PURE__*/_jsx("path", {
100
- d: "M96.113 55.732L190.91 1l94.796 54.732-94.796 54.739-94.797-54.739z",
101
- fill: "#F966FF",
102
- stroke: "#10162F",
103
- strokeLinejoin: "round",
104
- strokeMiterlimit: "10",
105
- strokeWidth: "2"
106
- }), /*#__PURE__*/_jsx("path", {
107
- d: "M112.343 55.589L190.91 10.59l78.566 44.999-78.566 45.003-78.567-45.003z",
108
- fill: "#F966FF",
109
- stroke: "#10162F",
110
- strokeLinejoin: "round",
111
- strokeMiterlimit: "10",
112
- strokeWidth: "2"
113
- }), /*#__PURE__*/_jsx("path", {
114
- d: "M190.91 220.419V110.57l94.796-54.733v109.849l-94.796 54.733z",
115
- fill: "#fff",
116
- stroke: "#10162F",
117
- strokeLinejoin: "round",
118
- strokeMiterlimit: "10",
119
- strokeWidth: "2"
120
- }), /*#__PURE__*/_jsx("path", {
121
- d: "M199.393 205.347v-89.614l77.461-44.65v89.614l-77.461 44.65z",
122
- fill: "#fff",
123
- stroke: "#10162F",
124
- strokeLinejoin: "round",
125
- strokeMiterlimit: "10",
126
- strokeWidth: "2"
127
- }), /*#__PURE__*/_jsx("path", {
128
- d: "M96.113 165.259V55.66l94.796 54.739v109.592l-94.796-54.732z",
129
- fill: "#FFD300",
130
- stroke: "#10162F",
131
- strokeLinejoin: "round",
132
- strokeMiterlimit: "10",
133
- strokeWidth: "2"
134
- }), /*#__PURE__*/_jsx("path", {
135
- d: "M104.228 160.63V69.608l78.198 45.46v91.017l-78.198-45.455z",
136
- fill: "#FFD300",
137
- stroke: "#10162F",
138
- strokeLinejoin: "round",
139
- strokeMiterlimit: "10",
140
- strokeWidth: "2"
141
- }), /*#__PURE__*/_jsx("path", {
142
- d: "M129.934 113.01v-2.213l2.928 1.713c7.497 4.356 8.211 3.856 8.996-1.571l1.643.929v45.483l11.781 6.784v2.213l-25.705-14.78v-2.214l11.71 6.783v-36.558l-11.353-6.569z",
143
- fill: "#000"
144
- }), /*#__PURE__*/_jsx("g", {
145
- clipPath: "url(#clip2)",
146
- children: /*#__PURE__*/_jsx("path", {
147
- d: "M222.896 147.241c0-15.123 3.688-27.665 14.976-34.157 11.287-6.492 14.975 1.771 14.975 16.895 0 15.049-3.614 27.665-14.975 34.23-11.362 6.566-14.976-1.918-14.976-16.968zm2.655 3.763l24.419-27.149c-1.18-9.516-5.09-12.467-12.098-8.41-8.558 4.943-12.468 15.05-12.468 30.321 0 1.918.074 3.615.147 5.238zm24.788-19.624c0-1.844-.074-3.467-.147-5.09l-24.419 27.001c1.18 9.59 5.09 12.468 12.172 8.41 8.558-4.943 12.394-15.05 12.394-30.321z",
148
- fill: "#000"
149
- })
150
- }), /*#__PURE__*/_jsx("g", {
151
- clipPath: "url(#clip3)",
152
- children: /*#__PURE__*/_jsx("path", {
153
- d: "M194.641 38.088l2.11-1.196 3.09 1.794c7.912 4.562 9.419 4.487 15.749 1.87l1.733.972-41.595 23.853 12.433 7.103-2.11 1.197-27.127-15.553 2.034-1.197 12.358 7.104 33.307-19.068-11.982-6.879z",
154
- fill: "#000"
155
- })
156
- }), /*#__PURE__*/_jsx("path", {
157
- d: "M1 329.367l94.796-54.739 94.796 54.739-94.796 54.732L1 329.367z",
158
- stroke: "#10162F",
159
- strokeLinejoin: "round",
160
- strokeMiterlimit: "10",
161
- strokeWidth: "2"
162
- }), /*#__PURE__*/_jsx("path", {
163
- d: "M1 329.367l94.796-54.739 94.796 54.739-94.796 54.732L1 329.367z",
164
- stroke: "#10162F",
165
- strokeLinejoin: "round",
166
- strokeMiterlimit: "10",
167
- strokeWidth: "2"
168
- }), /*#__PURE__*/_jsx("path", {
169
- d: "M1 219.843l94.796-54.733 94.796 54.733-94.796 54.738L1 219.843z",
170
- fill: "#fff",
171
- stroke: "#10162F",
172
- strokeLinejoin: "round",
173
- strokeMiterlimit: "10",
174
- strokeWidth: "2"
175
- }), /*#__PURE__*/_jsx("path", {
176
- d: "M17.23 219.699l78.567-44.998 78.566 44.998-78.566 45.003-78.567-45.003z",
177
- fill: "#fff",
178
- stroke: "#10162F",
179
- strokeLinejoin: "round",
180
- strokeMiterlimit: "10",
181
- strokeWidth: "2"
182
- }), /*#__PURE__*/_jsx("path", {
183
- d: "M95.797 384.529V274.68l94.796-54.732v109.849l-94.796 54.732z",
184
- fill: "#FFD300",
185
- stroke: "#10162F",
186
- strokeLinejoin: "round",
187
- strokeMiterlimit: "10",
188
- strokeWidth: "2"
189
- }), /*#__PURE__*/_jsx("path", {
190
- d: "M104.28 369.458v-89.614l77.46-44.65v89.614l-77.46 44.65z",
191
- fill: "#FFD300",
192
- stroke: "#10162F",
193
- strokeLinejoin: "round",
194
- strokeMiterlimit: "10",
195
- strokeWidth: "2"
196
- }), /*#__PURE__*/_jsx("path", {
197
- d: "M1 329.37V219.771l94.796 54.738v109.593L1 329.37z",
198
- fill: "#F966FF",
199
- stroke: "#10162F",
200
- strokeLinejoin: "round",
201
- strokeMiterlimit: "10",
202
- strokeWidth: "2"
203
- }), /*#__PURE__*/_jsx("path", {
204
- d: "M9.115 324.74v-91.022l78.198 45.461v91.017L9.115 324.74z",
205
- fill: "#F966FF",
206
- stroke: "#10162F",
207
- strokeLinejoin: "round",
208
- strokeMiterlimit: "10",
209
- strokeWidth: "2"
210
- }), /*#__PURE__*/_jsx("g", {
211
- clipPath: "url(#clip4)",
212
- children: /*#__PURE__*/_jsx("path", {
213
- d: "M80.672 211.144c13.058-7.599 25.821-10.623 37.108-4.131 11.287 6.492 5.975 13.869-7.156 21.393-12.984 7.525-25.746 10.697-37.107 4.205-11.361-6.492-5.828-13.942 7.156-21.467zm27.517 15.861a43.578 43.578 0 004.279-2.656l-35.558-7.746c-7.672 5.828-8.262 10.697-1.18 14.754 8.557 4.943 19.18 3.32 32.459-4.352zm-29.435-11.656l35.706 7.525c7.672-5.755 8.262-10.624 1.254-14.607-8.557-5.017-19.254-3.32-32.533 4.279-1.623.959-3.099 1.844-4.427 2.803z",
214
- fill: "#000"
215
- })
216
- }), /*#__PURE__*/_jsx("g", {
217
- clipPath: "url(#clip5)",
218
- children: /*#__PURE__*/_jsx("path", {
219
- d: "M132.682 290.965v-2.287l3.025-1.77c7.746-4.5 8.484-5.754 9.295-12.394l1.697-.959v46.993l12.172-7.009v2.287l-26.558 15.345v-2.287l12.099-7.008v-37.698l-11.73 6.787z",
220
- fill: "#000"
221
- })
222
- }), /*#__PURE__*/_jsx("g", {
223
- clipPath: "url(#clip6)",
224
- children: /*#__PURE__*/_jsx("path", {
225
- d: "M30.509 291.187c0-15.123 3.688-23.385 15.049-16.82 11.36 6.566 14.976 19.034 14.976 34.157 0 15.049-3.615 23.459-14.976 16.967-11.36-6.639-15.05-19.254-15.05-34.304zm2.655 6.861l24.419 1.033c-1.18-10.918-5.017-18.295-12.025-22.353-8.631-4.943-12.541.59-12.541 15.935 0 1.844.074 3.615.147 5.385zm24.788 9c0-1.844-.074-3.541-.148-5.238l-24.418-1.327c1.18 10.992 5.09 18.443 12.172 22.5 8.557 4.943 12.394-.664 12.394-15.935z",
226
- fill: "#000"
227
- })
228
- }), /*#__PURE__*/_jsxs("defs", {
229
- children: [/*#__PURE__*/_jsx("clipPath", {
230
- id: "clip0",
77
+ }), /*#__PURE__*/_jsx("g", {
78
+ clipPath: "url(#clip0)",
231
79
  children: /*#__PURE__*/_jsx("path", {
232
- d: "M0 0h29.952v55.551H0z",
233
- fill: "#fff",
234
- transform: "translate(222.896 220.266)"
80
+ d: "M222.896 256.711c0-15.124 3.688-27.665 14.976-34.157 11.287-6.492 14.975 1.771 14.975 16.894 0 15.05-3.614 27.665-14.975 34.231-11.362 6.566-14.976-1.918-14.976-16.968zm2.655 3.762l24.419-27.148c-1.18-9.517-5.09-12.468-12.098-8.41-8.558 4.943-12.468 15.049-12.468 30.321 0 1.918.074 3.614.147 5.237zm24.788-19.623c0-1.845-.074-3.468-.147-5.091l-24.419 27.001c1.18 9.591 5.09 12.468 12.172 8.411 8.558-4.943 12.394-15.05 12.394-30.321z",
81
+ fill: "#000"
235
82
  })
236
- }), /*#__PURE__*/_jsx("clipPath", {
237
- id: "clip1",
83
+ }), /*#__PURE__*/_jsx("g", {
84
+ clipPath: "url(#clip1)",
238
85
  children: /*#__PURE__*/_jsx("path", {
239
- d: "M0 0h58.324v36.789H0z",
240
- fill: "#fff",
241
- transform: "translate(158.924 146.361)"
86
+ d: "M194.641 147.558l2.11-1.197 3.09 1.795c7.912 4.561 9.419 4.486 15.749 1.869l1.733.972-41.595 23.853 12.433 7.104-2.11 1.196-27.127-15.553 2.034-1.196 12.358 7.103 33.307-19.067-11.982-6.879z",
87
+ fill: "#000"
242
88
  })
243
- }), /*#__PURE__*/_jsx("clipPath", {
244
- id: "clip2",
89
+ }), /*#__PURE__*/_jsx("path", {
90
+ d: "M96.113 165.256l94.796-54.738 94.796 54.738-94.796 54.732-94.796-54.732z",
91
+ stroke: "#10162F",
92
+ strokeLinejoin: "round",
93
+ strokeMiterlimit: "10",
94
+ strokeWidth: "2"
95
+ }), /*#__PURE__*/_jsx("path", {
96
+ d: "M96.113 165.256l94.796-54.738 94.796 54.738-94.796 54.732-94.796-54.732z",
97
+ stroke: "#10162F",
98
+ strokeLinejoin: "round",
99
+ strokeMiterlimit: "10",
100
+ strokeWidth: "2"
101
+ }), /*#__PURE__*/_jsx("path", {
102
+ d: "M96.113 55.732L190.91 1l94.796 54.732-94.796 54.739-94.797-54.739z",
103
+ fill: "#F966FF",
104
+ stroke: "#10162F",
105
+ strokeLinejoin: "round",
106
+ strokeMiterlimit: "10",
107
+ strokeWidth: "2"
108
+ }), /*#__PURE__*/_jsx("path", {
109
+ d: "M112.343 55.589L190.91 10.59l78.566 44.999-78.566 45.003-78.567-45.003z",
110
+ fill: "#F966FF",
111
+ stroke: "#10162F",
112
+ strokeLinejoin: "round",
113
+ strokeMiterlimit: "10",
114
+ strokeWidth: "2"
115
+ }), /*#__PURE__*/_jsx("path", {
116
+ d: "M190.91 220.419V110.57l94.796-54.733v109.849l-94.796 54.733z",
117
+ fill: "#fff",
118
+ stroke: "#10162F",
119
+ strokeLinejoin: "round",
120
+ strokeMiterlimit: "10",
121
+ strokeWidth: "2"
122
+ }), /*#__PURE__*/_jsx("path", {
123
+ d: "M199.393 205.347v-89.614l77.461-44.65v89.614l-77.461 44.65z",
124
+ fill: "#fff",
125
+ stroke: "#10162F",
126
+ strokeLinejoin: "round",
127
+ strokeMiterlimit: "10",
128
+ strokeWidth: "2"
129
+ }), /*#__PURE__*/_jsx("path", {
130
+ d: "M96.113 165.259V55.66l94.796 54.739v109.592l-94.796-54.732z",
131
+ fill: "#FFD300",
132
+ stroke: "#10162F",
133
+ strokeLinejoin: "round",
134
+ strokeMiterlimit: "10",
135
+ strokeWidth: "2"
136
+ }), /*#__PURE__*/_jsx("path", {
137
+ d: "M104.228 160.63V69.608l78.198 45.46v91.017l-78.198-45.455z",
138
+ fill: "#FFD300",
139
+ stroke: "#10162F",
140
+ strokeLinejoin: "round",
141
+ strokeMiterlimit: "10",
142
+ strokeWidth: "2"
143
+ }), /*#__PURE__*/_jsx("path", {
144
+ d: "M129.934 113.01v-2.213l2.928 1.713c7.497 4.356 8.211 3.856 8.996-1.571l1.643.929v45.483l11.781 6.784v2.213l-25.705-14.78v-2.214l11.71 6.783v-36.558l-11.353-6.569z",
145
+ fill: "#000"
146
+ }), /*#__PURE__*/_jsx("g", {
147
+ clipPath: "url(#clip2)",
245
148
  children: /*#__PURE__*/_jsx("path", {
246
- d: "M0 0h29.952v55.551H0z",
247
- fill: "#fff",
248
- transform: "translate(222.896 110.797)"
149
+ d: "M222.896 147.241c0-15.123 3.688-27.665 14.976-34.157 11.287-6.492 14.975 1.771 14.975 16.895 0 15.049-3.614 27.665-14.975 34.23-11.362 6.566-14.976-1.918-14.976-16.968zm2.655 3.763l24.419-27.149c-1.18-9.516-5.09-12.467-12.098-8.41-8.558 4.943-12.468 15.05-12.468 30.321 0 1.918.074 3.615.147 5.238zm24.788-19.624c0-1.844-.074-3.467-.147-5.09l-24.419 27.001c1.18 9.59 5.09 12.468 12.172 8.41 8.558-4.943 12.394-15.05 12.394-30.321z",
150
+ fill: "#000"
249
151
  })
250
- }), /*#__PURE__*/_jsx("clipPath", {
251
- id: "clip3",
152
+ }), /*#__PURE__*/_jsx("g", {
153
+ clipPath: "url(#clip3)",
252
154
  children: /*#__PURE__*/_jsx("path", {
253
- d: "M0 0h58.324v36.789H0z",
254
- fill: "#fff",
255
- transform: "translate(158.924 36.892)"
155
+ d: "M194.641 38.088l2.11-1.196 3.09 1.794c7.912 4.562 9.419 4.487 15.749 1.87l1.733.972-41.595 23.853 12.433 7.103-2.11 1.197-27.127-15.553 2.034-1.197 12.358 7.104 33.307-19.068-11.982-6.879z",
156
+ fill: "#000"
256
157
  })
257
- }), /*#__PURE__*/_jsx("clipPath", {
258
- id: "clip4",
158
+ }), /*#__PURE__*/_jsx("path", {
159
+ d: "M1 329.367l94.796-54.739 94.796 54.739-94.796 54.732L1 329.367z",
160
+ stroke: "#10162F",
161
+ strokeLinejoin: "round",
162
+ strokeMiterlimit: "10",
163
+ strokeWidth: "2"
164
+ }), /*#__PURE__*/_jsx("path", {
165
+ d: "M1 329.367l94.796-54.739 94.796 54.739-94.796 54.732L1 329.367z",
166
+ stroke: "#10162F",
167
+ strokeLinejoin: "round",
168
+ strokeMiterlimit: "10",
169
+ strokeWidth: "2"
170
+ }), /*#__PURE__*/_jsx("path", {
171
+ d: "M1 219.843l94.796-54.733 94.796 54.733-94.796 54.738L1 219.843z",
172
+ fill: "#fff",
173
+ stroke: "#10162F",
174
+ strokeLinejoin: "round",
175
+ strokeMiterlimit: "10",
176
+ strokeWidth: "2"
177
+ }), /*#__PURE__*/_jsx("path", {
178
+ d: "M17.23 219.699l78.567-44.998 78.566 44.998-78.566 45.003-78.567-45.003z",
179
+ fill: "#fff",
180
+ stroke: "#10162F",
181
+ strokeLinejoin: "round",
182
+ strokeMiterlimit: "10",
183
+ strokeWidth: "2"
184
+ }), /*#__PURE__*/_jsx("path", {
185
+ d: "M95.797 384.529V274.68l94.796-54.732v109.849l-94.796 54.732z",
186
+ fill: "#FFD300",
187
+ stroke: "#10162F",
188
+ strokeLinejoin: "round",
189
+ strokeMiterlimit: "10",
190
+ strokeWidth: "2"
191
+ }), /*#__PURE__*/_jsx("path", {
192
+ d: "M104.28 369.458v-89.614l77.46-44.65v89.614l-77.46 44.65z",
193
+ fill: "#FFD300",
194
+ stroke: "#10162F",
195
+ strokeLinejoin: "round",
196
+ strokeMiterlimit: "10",
197
+ strokeWidth: "2"
198
+ }), /*#__PURE__*/_jsx("path", {
199
+ d: "M1 329.37V219.771l94.796 54.738v109.593L1 329.37z",
200
+ fill: "#F966FF",
201
+ stroke: "#10162F",
202
+ strokeLinejoin: "round",
203
+ strokeMiterlimit: "10",
204
+ strokeWidth: "2"
205
+ }), /*#__PURE__*/_jsx("path", {
206
+ d: "M9.115 324.74v-91.022l78.198 45.461v91.017L9.115 324.74z",
207
+ fill: "#F966FF",
208
+ stroke: "#10162F",
209
+ strokeLinejoin: "round",
210
+ strokeMiterlimit: "10",
211
+ strokeWidth: "2"
212
+ }), /*#__PURE__*/_jsx("g", {
213
+ clipPath: "url(#clip4)",
259
214
  children: /*#__PURE__*/_jsx("path", {
260
- d: "M0 0h56.583v32.681H0z",
261
- fill: "#fff",
262
- transform: "translate(67.394 203.472)"
215
+ d: "M80.672 211.144c13.058-7.599 25.821-10.623 37.108-4.131 11.287 6.492 5.975 13.869-7.156 21.393-12.984 7.525-25.746 10.697-37.107 4.205-11.361-6.492-5.828-13.942 7.156-21.467zm27.517 15.861a43.578 43.578 0 004.279-2.656l-35.558-7.746c-7.672 5.828-8.262 10.697-1.18 14.754 8.557 4.943 19.18 3.32 32.459-4.352zm-29.435-11.656l35.706 7.525c7.672-5.755 8.262-10.624 1.254-14.607-8.557-5.017-19.254-3.32-32.533 4.279-1.623.959-3.099 1.844-4.427 2.803z",
216
+ fill: "#000"
263
217
  })
264
- }), /*#__PURE__*/_jsx("clipPath", {
265
- id: "clip5",
218
+ }), /*#__PURE__*/_jsx("g", {
219
+ clipPath: "url(#clip5)",
266
220
  children: /*#__PURE__*/_jsx("path", {
267
- d: "M0 0h26.558v57.616H0z",
268
- fill: "#fff",
269
- transform: "translate(132.313 273.555)"
221
+ d: "M132.682 290.965v-2.287l3.025-1.77c7.746-4.5 8.484-5.754 9.295-12.394l1.697-.959v46.993l12.172-7.009v2.287l-26.558 15.345v-2.287l12.099-7.008v-37.698l-11.73 6.787z",
222
+ fill: "#000"
270
223
  })
271
- }), /*#__PURE__*/_jsx("clipPath", {
272
- id: "clip6",
224
+ }), /*#__PURE__*/_jsx("g", {
225
+ clipPath: "url(#clip6)",
273
226
  children: /*#__PURE__*/_jsx("path", {
274
- d: "M0 0h29.951v55.55H0z",
275
- fill: "#fff",
276
- transform: "translate(30.509 272.08)"
227
+ d: "M30.509 291.187c0-15.123 3.688-23.385 15.049-16.82 11.36 6.566 14.976 19.034 14.976 34.157 0 15.049-3.615 23.459-14.976 16.967-11.36-6.639-15.05-19.254-15.05-34.304zm2.655 6.861l24.419 1.033c-1.18-10.918-5.017-18.295-12.025-22.353-8.631-4.943-12.541.59-12.541 15.935 0 1.844.074 3.615.147 5.385zm24.788 9c0-1.844-.074-3.541-.148-5.238l-24.418-1.327c1.18 10.992 5.09 18.443 12.172 22.5 8.557 4.943 12.394-.664 12.394-15.935z",
228
+ fill: "#000"
277
229
  })
230
+ }), /*#__PURE__*/_jsxs("defs", {
231
+ children: [/*#__PURE__*/_jsx("clipPath", {
232
+ id: "clip0",
233
+ children: /*#__PURE__*/_jsx("path", {
234
+ d: "M0 0h29.952v55.551H0z",
235
+ fill: "#fff",
236
+ transform: "translate(222.896 220.266)"
237
+ })
238
+ }), /*#__PURE__*/_jsx("clipPath", {
239
+ id: "clip1",
240
+ children: /*#__PURE__*/_jsx("path", {
241
+ d: "M0 0h58.324v36.789H0z",
242
+ fill: "#fff",
243
+ transform: "translate(158.924 146.361)"
244
+ })
245
+ }), /*#__PURE__*/_jsx("clipPath", {
246
+ id: "clip2",
247
+ children: /*#__PURE__*/_jsx("path", {
248
+ d: "M0 0h29.952v55.551H0z",
249
+ fill: "#fff",
250
+ transform: "translate(222.896 110.797)"
251
+ })
252
+ }), /*#__PURE__*/_jsx("clipPath", {
253
+ id: "clip3",
254
+ children: /*#__PURE__*/_jsx("path", {
255
+ d: "M0 0h58.324v36.789H0z",
256
+ fill: "#fff",
257
+ transform: "translate(158.924 36.892)"
258
+ })
259
+ }), /*#__PURE__*/_jsx("clipPath", {
260
+ id: "clip4",
261
+ children: /*#__PURE__*/_jsx("path", {
262
+ d: "M0 0h56.583v32.681H0z",
263
+ fill: "#fff",
264
+ transform: "translate(67.394 203.472)"
265
+ })
266
+ }), /*#__PURE__*/_jsx("clipPath", {
267
+ id: "clip5",
268
+ children: /*#__PURE__*/_jsx("path", {
269
+ d: "M0 0h26.558v57.616H0z",
270
+ fill: "#fff",
271
+ transform: "translate(132.313 273.555)"
272
+ })
273
+ }), /*#__PURE__*/_jsx("clipPath", {
274
+ id: "clip6",
275
+ children: /*#__PURE__*/_jsx("path", {
276
+ d: "M0 0h29.951v55.55H0z",
277
+ fill: "#fff",
278
+ transform: "translate(30.509 272.08)"
279
+ })
280
+ })]
278
281
  })]
279
- })]
280
- });
282
+ });
283
+ };