@codecademy/gamut-illustrations 0.55.0-alpha.fed7e3.0 → 0.55.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.
- package/dist/{BrowserInspect.d.ts → Achievement.d.ts} +1 -1
- package/dist/Achievement.js +1047 -0
- package/dist/Announcement.js +144 -147
- package/dist/Bee.js +123 -126
- package/dist/Bell.js +41 -44
- package/dist/BinaryBlocks.js +130 -133
- package/dist/BinaryStairs.js +76 -79
- package/dist/Blocks.js +243 -246
- package/dist/Blueprint.js +90 -93
- package/dist/BlueprintWhite.js +97 -100
- package/dist/BookAndNotepad.js +92 -95
- package/dist/Browser.js +74 -77
- package/dist/BrowserLock.js +41 -44
- package/dist/BrowserPuzzle.js +60 -63
- package/dist/ChatBox.js +41 -44
- package/dist/CodeCelebration.js +153 -156
- package/dist/Coffee.js +58 -61
- package/dist/Confetti.js +92 -95
- package/dist/Conversation.js +56 -59
- package/dist/CustomProject.js +43 -46
- package/dist/EmailAt.js +35 -38
- package/dist/Envelope.js +35 -38
- package/dist/ErrorWindow.js +124 -127
- package/dist/Events.js +1106 -1109
- package/dist/ExplodedCube.js +77 -80
- package/dist/ExplodedCubeLight.js +78 -81
- package/dist/Heart.js +29 -32
- package/dist/Hills.js +46 -49
- package/dist/HomeOffice.js +106 -109
- package/dist/Interest.js +370 -373
- package/dist/Interview.js +164 -167
- package/dist/Keyhole.js +29 -32
- package/dist/Knowledge.js +297 -300
- package/dist/LightBulbAndGears.js +344 -347
- package/dist/MagnifyingGlass.js +63 -66
- package/dist/Maze.js +66 -69
- package/dist/Megaphone.js +47 -50
- package/dist/MobilePhone.js +88 -91
- package/dist/MoneyBack.js +30 -33
- package/dist/New.js +59 -62
- package/dist/NumberBlocks.js +262 -265
- package/dist/OfficeAnnouncement.js +201 -204
- package/dist/Plant.js +61 -64
- package/dist/PortfolioProject.js +34 -37
- package/dist/PracticeProject.js +42 -45
- package/dist/PracticeTarget.js +72 -75
- package/dist/ProgressCharts.js +145 -148
- package/dist/ProgressChartsLight.js +75 -78
- package/dist/ProjectReview.js +217 -220
- package/dist/Purpose.js +127 -130
- package/dist/Puzzle.js +155 -158
- package/dist/Python.js +21 -24
- package/dist/SevenDayTrial.js +82 -85
- package/dist/StackedFruits.js +96 -99
- package/dist/StackedFruitsLight.js +68 -71
- package/dist/StackedPages.js +145 -148
- package/dist/StackedPagesVariant.js +193 -196
- package/dist/StairsToWindow.js +84 -87
- package/dist/StairsToWindowLight.js +72 -75
- package/dist/Sun.js +116 -119
- package/dist/Syllabus.js +347 -350
- package/dist/Tag25PercentOff.js +87 -90
- package/dist/Tag30PercentOff.js +63 -66
- package/dist/Tag50PercentOff.js +171 -174
- package/dist/TagCelebration.js +161 -164
- package/dist/Target.js +42 -45
- package/dist/TinyBlocks.js +19 -22
- package/dist/Warning.js +95 -98
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
- package/dist/BrowserInspect.js +0 -147
package/dist/NumberBlocks.js
CHANGED
|
@@ -1,283 +1,280 @@
|
|
|
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
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
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",
|
|
76
79
|
fill: "#000"
|
|
77
|
-
})
|
|
78
|
-
|
|
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",
|
|
79
231
|
children: /*#__PURE__*/_jsx("path", {
|
|
80
|
-
d: "
|
|
81
|
-
fill: "#
|
|
232
|
+
d: "M0 0h29.952v55.551H0z",
|
|
233
|
+
fill: "#fff",
|
|
234
|
+
transform: "translate(222.896 220.266)"
|
|
82
235
|
})
|
|
83
|
-
}), /*#__PURE__*/_jsx("
|
|
84
|
-
|
|
236
|
+
}), /*#__PURE__*/_jsx("clipPath", {
|
|
237
|
+
id: "clip1",
|
|
85
238
|
children: /*#__PURE__*/_jsx("path", {
|
|
86
|
-
d: "
|
|
87
|
-
fill: "#
|
|
239
|
+
d: "M0 0h58.324v36.789H0z",
|
|
240
|
+
fill: "#fff",
|
|
241
|
+
transform: "translate(158.924 146.361)"
|
|
88
242
|
})
|
|
89
|
-
}), /*#__PURE__*/_jsx("
|
|
90
|
-
|
|
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)",
|
|
243
|
+
}), /*#__PURE__*/_jsx("clipPath", {
|
|
244
|
+
id: "clip2",
|
|
148
245
|
children: /*#__PURE__*/_jsx("path", {
|
|
149
|
-
d: "
|
|
150
|
-
fill: "#
|
|
246
|
+
d: "M0 0h29.952v55.551H0z",
|
|
247
|
+
fill: "#fff",
|
|
248
|
+
transform: "translate(222.896 110.797)"
|
|
151
249
|
})
|
|
152
|
-
}), /*#__PURE__*/_jsx("
|
|
153
|
-
|
|
250
|
+
}), /*#__PURE__*/_jsx("clipPath", {
|
|
251
|
+
id: "clip3",
|
|
154
252
|
children: /*#__PURE__*/_jsx("path", {
|
|
155
|
-
d: "
|
|
156
|
-
fill: "#
|
|
253
|
+
d: "M0 0h58.324v36.789H0z",
|
|
254
|
+
fill: "#fff",
|
|
255
|
+
transform: "translate(158.924 36.892)"
|
|
157
256
|
})
|
|
158
|
-
}), /*#__PURE__*/_jsx("
|
|
159
|
-
|
|
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)",
|
|
257
|
+
}), /*#__PURE__*/_jsx("clipPath", {
|
|
258
|
+
id: "clip4",
|
|
214
259
|
children: /*#__PURE__*/_jsx("path", {
|
|
215
|
-
d: "
|
|
216
|
-
fill: "#
|
|
260
|
+
d: "M0 0h56.583v32.681H0z",
|
|
261
|
+
fill: "#fff",
|
|
262
|
+
transform: "translate(67.394 203.472)"
|
|
217
263
|
})
|
|
218
|
-
}), /*#__PURE__*/_jsx("
|
|
219
|
-
|
|
264
|
+
}), /*#__PURE__*/_jsx("clipPath", {
|
|
265
|
+
id: "clip5",
|
|
220
266
|
children: /*#__PURE__*/_jsx("path", {
|
|
221
|
-
d: "
|
|
222
|
-
fill: "#
|
|
267
|
+
d: "M0 0h26.558v57.616H0z",
|
|
268
|
+
fill: "#fff",
|
|
269
|
+
transform: "translate(132.313 273.555)"
|
|
223
270
|
})
|
|
224
|
-
}), /*#__PURE__*/_jsx("
|
|
225
|
-
|
|
271
|
+
}), /*#__PURE__*/_jsx("clipPath", {
|
|
272
|
+
id: "clip6",
|
|
226
273
|
children: /*#__PURE__*/_jsx("path", {
|
|
227
|
-
d: "
|
|
228
|
-
fill: "#
|
|
274
|
+
d: "M0 0h29.951v55.55H0z",
|
|
275
|
+
fill: "#fff",
|
|
276
|
+
transform: "translate(30.509 272.08)"
|
|
229
277
|
})
|
|
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
|
-
})]
|
|
281
278
|
})]
|
|
282
|
-
})
|
|
283
|
-
};
|
|
279
|
+
})]
|
|
280
|
+
});
|