@codecademy/gamut-illustrations 0.33.1-alpha.63b306.0 → 0.33.1
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/Announcement.d.ts +3 -0
- package/dist/Announcement.js +157 -0
- package/dist/Bee.d.ts +3 -0
- package/dist/Bee.js +134 -0
- package/dist/Bell.d.ts +3 -0
- package/dist/Bell.js +45 -0
- package/dist/BinaryBlocks.d.ts +3 -0
- package/dist/BinaryBlocks.js +135 -0
- package/dist/BinaryStairs.d.ts +3 -0
- package/dist/BinaryStairs.js +81 -0
- package/dist/Blocks.d.ts +3 -0
- package/dist/Blocks.js +247 -0
- package/dist/Blueprint.d.ts +3 -0
- package/dist/Blueprint.js +94 -0
- package/dist/Browser.d.ts +3 -0
- package/dist/Browser.js +79 -0
- package/dist/BrowserLock.d.ts +3 -0
- package/dist/BrowserLock.js +45 -0
- package/dist/BrowserPuzzle.d.ts +3 -0
- package/dist/BrowserPuzzle.js +70 -0
- package/dist/ChatBox.d.ts +3 -0
- package/dist/ChatBox.js +45 -0
- package/dist/CodeCelebration.d.ts +3 -0
- package/dist/CodeCelebration.js +158 -0
- package/dist/Coffee.d.ts +3 -0
- package/dist/Coffee.js +63 -0
- package/dist/Confetti.d.ts +3 -0
- package/dist/Confetti.js +97 -0
- package/dist/EmailAt.d.ts +3 -0
- package/dist/EmailAt.js +39 -0
- package/dist/Envelope.d.ts +3 -0
- package/dist/Envelope.js +39 -0
- package/dist/Heart.d.ts +3 -0
- package/dist/Heart.js +33 -0
- package/dist/Hills.d.ts +3 -0
- package/dist/Hills.js +54 -0
- package/dist/HomeOffice.d.ts +3 -0
- package/dist/HomeOffice.js +119 -0
- package/dist/Keyhole.d.ts +3 -0
- package/dist/Keyhole.js +33 -0
- package/dist/MagnifyingGlass.d.ts +3 -0
- package/dist/MagnifyingGlass.js +67 -0
- package/dist/Maze.d.ts +3 -0
- package/dist/Maze.js +70 -0
- package/dist/Megaphone.d.ts +3 -0
- package/dist/Megaphone.js +51 -0
- package/dist/MobilePhone.d.ts +3 -0
- package/dist/MobilePhone.js +96 -0
- package/dist/New.d.ts +3 -0
- package/dist/New.js +63 -0
- package/dist/NumberBlocks.d.ts +3 -0
- package/dist/NumberBlocks.js +282 -0
- package/dist/Onboarding.d.ts +3 -0
- package/dist/Onboarding.js +327 -0
- package/dist/Plant.d.ts +3 -0
- package/dist/Plant.js +71 -0
- package/dist/PortfolioProject.d.ts +3 -0
- package/dist/PortfolioProject.js +38 -0
- package/dist/PracticeProject.d.ts +3 -0
- package/dist/PracticeProject.js +46 -0
- package/dist/Puzzle.d.ts +3 -0
- package/dist/Puzzle.js +159 -0
- package/dist/Python.d.ts +3 -0
- package/dist/Python.js +25 -0
- package/dist/Sun.d.ts +3 -0
- package/dist/Sun.js +121 -0
- package/dist/Syllabus.d.ts +3 -0
- package/dist/Syllabus.js +352 -0
- package/dist/Target.d.ts +3 -0
- package/dist/Target.js +46 -0
- package/dist/TinyBlocks.d.ts +3 -0
- package/dist/TinyBlocks.js +22 -0
- package/dist/__tests__/gamut-illustrations.test.d.ts +1 -0
- package/dist/index.d.ts +37 -0
- package/dist/index.js +37 -0
- package/dist/types.d.ts +12 -0
- package/dist/types.js +1 -0
- package/package.json +4 -4
|
@@ -0,0 +1,282 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
4
|
+
export var NumberBlocks = function NumberBlocks(_ref) {
|
|
5
|
+
var ariaHidden = _ref['aria-hidden'],
|
|
6
|
+
className = _ref.className,
|
|
7
|
+
height = _ref.height,
|
|
8
|
+
width = _ref.width;
|
|
9
|
+
return /*#__PURE__*/_jsxs("svg", {
|
|
10
|
+
"aria-hidden": ariaHidden,
|
|
11
|
+
className: className,
|
|
12
|
+
fill: "none",
|
|
13
|
+
height: height,
|
|
14
|
+
viewBox: "0 0 287 386",
|
|
15
|
+
width: width,
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
18
|
+
children: "Number Blocks Illustration"
|
|
19
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
20
|
+
stroke: "#10162F",
|
|
21
|
+
strokeLinejoin: "round",
|
|
22
|
+
strokeMiterlimit: "10",
|
|
23
|
+
strokeWidth: "2",
|
|
24
|
+
d: "M96.113 274.726l94.796-54.739 94.796 54.739-94.796 54.732-94.796-54.732z"
|
|
25
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
26
|
+
stroke: "#10162F",
|
|
27
|
+
strokeLinejoin: "round",
|
|
28
|
+
strokeMiterlimit: "10",
|
|
29
|
+
strokeWidth: "2",
|
|
30
|
+
d: "M96.113 274.726l94.796-54.739 94.796 54.739-94.796 54.732-94.796-54.732z"
|
|
31
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
32
|
+
fill: "#F966FF",
|
|
33
|
+
stroke: "#10162F",
|
|
34
|
+
strokeLinejoin: "round",
|
|
35
|
+
strokeMiterlimit: "10",
|
|
36
|
+
strokeWidth: "2",
|
|
37
|
+
d: "M96.113 165.202l94.797-54.732 94.796 54.732-94.796 54.738-94.797-54.738z"
|
|
38
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
39
|
+
fill: "#F966FF",
|
|
40
|
+
stroke: "#10162F",
|
|
41
|
+
strokeLinejoin: "round",
|
|
42
|
+
strokeMiterlimit: "10",
|
|
43
|
+
strokeWidth: "2",
|
|
44
|
+
d: "M112.343 165.058l78.567-44.998 78.566 44.998-78.566 45.003-78.567-45.003z"
|
|
45
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
46
|
+
fill: "#fff",
|
|
47
|
+
stroke: "#10162F",
|
|
48
|
+
strokeLinejoin: "round",
|
|
49
|
+
strokeMiterlimit: "10",
|
|
50
|
+
strokeWidth: "2",
|
|
51
|
+
d: "M190.91 329.888V220.039l94.796-54.732v109.849l-94.796 54.732z"
|
|
52
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
53
|
+
fill: "#fff",
|
|
54
|
+
stroke: "#10162F",
|
|
55
|
+
strokeLinejoin: "round",
|
|
56
|
+
strokeMiterlimit: "10",
|
|
57
|
+
strokeWidth: "2",
|
|
58
|
+
d: "M199.393 314.817v-89.614l77.461-44.65v89.614l-77.461 44.65z"
|
|
59
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
60
|
+
fill: "#FFD300",
|
|
61
|
+
stroke: "#10162F",
|
|
62
|
+
strokeLinejoin: "round",
|
|
63
|
+
strokeMiterlimit: "10",
|
|
64
|
+
strokeWidth: "2",
|
|
65
|
+
d: "M96.113 274.729V165.13l94.796 54.738v109.593l-94.796-54.732z"
|
|
66
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
67
|
+
fill: "#FFD300",
|
|
68
|
+
stroke: "#10162F",
|
|
69
|
+
strokeLinejoin: "round",
|
|
70
|
+
strokeMiterlimit: "10",
|
|
71
|
+
strokeWidth: "2",
|
|
72
|
+
d: "M104.228 270.099v-91.022l78.198 45.461v91.017l-78.198-45.456z"
|
|
73
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
74
|
+
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",
|
|
75
|
+
fill: "#000"
|
|
76
|
+
}), /*#__PURE__*/_jsx("g", {
|
|
77
|
+
clipPath: "url(#clip0)",
|
|
78
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
79
|
+
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",
|
|
80
|
+
fill: "#000"
|
|
81
|
+
})
|
|
82
|
+
}), /*#__PURE__*/_jsx("g", {
|
|
83
|
+
clipPath: "url(#clip1)",
|
|
84
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
85
|
+
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",
|
|
86
|
+
fill: "#000"
|
|
87
|
+
})
|
|
88
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
89
|
+
stroke: "#10162F",
|
|
90
|
+
strokeLinejoin: "round",
|
|
91
|
+
strokeMiterlimit: "10",
|
|
92
|
+
strokeWidth: "2",
|
|
93
|
+
d: "M96.113 165.256l94.796-54.738 94.796 54.738-94.796 54.732-94.796-54.732z"
|
|
94
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
95
|
+
stroke: "#10162F",
|
|
96
|
+
strokeLinejoin: "round",
|
|
97
|
+
strokeMiterlimit: "10",
|
|
98
|
+
strokeWidth: "2",
|
|
99
|
+
d: "M96.113 165.256l94.796-54.738 94.796 54.738-94.796 54.732-94.796-54.732z"
|
|
100
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
101
|
+
fill: "#F966FF",
|
|
102
|
+
stroke: "#10162F",
|
|
103
|
+
strokeLinejoin: "round",
|
|
104
|
+
strokeMiterlimit: "10",
|
|
105
|
+
strokeWidth: "2",
|
|
106
|
+
d: "M96.113 55.732L190.91 1l94.796 54.732-94.796 54.739-94.797-54.739z"
|
|
107
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
108
|
+
fill: "#F966FF",
|
|
109
|
+
stroke: "#10162F",
|
|
110
|
+
strokeLinejoin: "round",
|
|
111
|
+
strokeMiterlimit: "10",
|
|
112
|
+
strokeWidth: "2",
|
|
113
|
+
d: "M112.343 55.589L190.91 10.59l78.566 44.999-78.566 45.003-78.567-45.003z"
|
|
114
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
115
|
+
fill: "#fff",
|
|
116
|
+
stroke: "#10162F",
|
|
117
|
+
strokeLinejoin: "round",
|
|
118
|
+
strokeMiterlimit: "10",
|
|
119
|
+
strokeWidth: "2",
|
|
120
|
+
d: "M190.91 220.419V110.57l94.796-54.733v109.849l-94.796 54.733z"
|
|
121
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
122
|
+
fill: "#fff",
|
|
123
|
+
stroke: "#10162F",
|
|
124
|
+
strokeLinejoin: "round",
|
|
125
|
+
strokeMiterlimit: "10",
|
|
126
|
+
strokeWidth: "2",
|
|
127
|
+
d: "M199.393 205.347v-89.614l77.461-44.65v89.614l-77.461 44.65z"
|
|
128
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
129
|
+
fill: "#FFD300",
|
|
130
|
+
stroke: "#10162F",
|
|
131
|
+
strokeLinejoin: "round",
|
|
132
|
+
strokeMiterlimit: "10",
|
|
133
|
+
strokeWidth: "2",
|
|
134
|
+
d: "M96.113 165.259V55.66l94.796 54.739v109.592l-94.796-54.732z"
|
|
135
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
136
|
+
fill: "#FFD300",
|
|
137
|
+
stroke: "#10162F",
|
|
138
|
+
strokeLinejoin: "round",
|
|
139
|
+
strokeMiterlimit: "10",
|
|
140
|
+
strokeWidth: "2",
|
|
141
|
+
d: "M104.228 160.63V69.608l78.198 45.46v91.017l-78.198-45.455z"
|
|
142
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
143
|
+
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",
|
|
144
|
+
fill: "#000"
|
|
145
|
+
}), /*#__PURE__*/_jsx("g", {
|
|
146
|
+
clipPath: "url(#clip2)",
|
|
147
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
148
|
+
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",
|
|
149
|
+
fill: "#000"
|
|
150
|
+
})
|
|
151
|
+
}), /*#__PURE__*/_jsx("g", {
|
|
152
|
+
clipPath: "url(#clip3)",
|
|
153
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
154
|
+
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",
|
|
155
|
+
fill: "#000"
|
|
156
|
+
})
|
|
157
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
158
|
+
stroke: "#10162F",
|
|
159
|
+
strokeLinejoin: "round",
|
|
160
|
+
strokeMiterlimit: "10",
|
|
161
|
+
strokeWidth: "2",
|
|
162
|
+
d: "M1 329.367l94.796-54.739 94.796 54.739-94.796 54.732L1 329.367z"
|
|
163
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
164
|
+
stroke: "#10162F",
|
|
165
|
+
strokeLinejoin: "round",
|
|
166
|
+
strokeMiterlimit: "10",
|
|
167
|
+
strokeWidth: "2",
|
|
168
|
+
d: "M1 329.367l94.796-54.739 94.796 54.739-94.796 54.732L1 329.367z"
|
|
169
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
170
|
+
fill: "#fff",
|
|
171
|
+
stroke: "#10162F",
|
|
172
|
+
strokeLinejoin: "round",
|
|
173
|
+
strokeMiterlimit: "10",
|
|
174
|
+
strokeWidth: "2",
|
|
175
|
+
d: "M1 219.843l94.796-54.733 94.796 54.733-94.796 54.738L1 219.843z"
|
|
176
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
177
|
+
fill: "#fff",
|
|
178
|
+
stroke: "#10162F",
|
|
179
|
+
strokeLinejoin: "round",
|
|
180
|
+
strokeMiterlimit: "10",
|
|
181
|
+
strokeWidth: "2",
|
|
182
|
+
d: "M17.23 219.699l78.567-44.998 78.566 44.998-78.566 45.003-78.567-45.003z"
|
|
183
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
184
|
+
fill: "#FFD300",
|
|
185
|
+
stroke: "#10162F",
|
|
186
|
+
strokeLinejoin: "round",
|
|
187
|
+
strokeMiterlimit: "10",
|
|
188
|
+
strokeWidth: "2",
|
|
189
|
+
d: "M95.797 384.529V274.68l94.796-54.732v109.849l-94.796 54.732z"
|
|
190
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
191
|
+
fill: "#FFD300",
|
|
192
|
+
stroke: "#10162F",
|
|
193
|
+
strokeLinejoin: "round",
|
|
194
|
+
strokeMiterlimit: "10",
|
|
195
|
+
strokeWidth: "2",
|
|
196
|
+
d: "M104.28 369.458v-89.614l77.46-44.65v89.614l-77.46 44.65z"
|
|
197
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
198
|
+
fill: "#F966FF",
|
|
199
|
+
stroke: "#10162F",
|
|
200
|
+
strokeLinejoin: "round",
|
|
201
|
+
strokeMiterlimit: "10",
|
|
202
|
+
strokeWidth: "2",
|
|
203
|
+
d: "M1 329.37V219.771l94.796 54.738v109.593L1 329.37z"
|
|
204
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
205
|
+
fill: "#F966FF",
|
|
206
|
+
stroke: "#10162F",
|
|
207
|
+
strokeLinejoin: "round",
|
|
208
|
+
strokeMiterlimit: "10",
|
|
209
|
+
strokeWidth: "2",
|
|
210
|
+
d: "M9.115 324.74v-91.022l78.198 45.461v91.017L9.115 324.74z"
|
|
211
|
+
}), /*#__PURE__*/_jsx("g", {
|
|
212
|
+
clipPath: "url(#clip4)",
|
|
213
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
214
|
+
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",
|
|
215
|
+
fill: "#000"
|
|
216
|
+
})
|
|
217
|
+
}), /*#__PURE__*/_jsx("g", {
|
|
218
|
+
clipPath: "url(#clip5)",
|
|
219
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
220
|
+
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",
|
|
221
|
+
fill: "#000"
|
|
222
|
+
})
|
|
223
|
+
}), /*#__PURE__*/_jsx("g", {
|
|
224
|
+
clipPath: "url(#clip6)",
|
|
225
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
226
|
+
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",
|
|
227
|
+
fill: "#000"
|
|
228
|
+
})
|
|
229
|
+
}), /*#__PURE__*/_jsxs("defs", {
|
|
230
|
+
children: [/*#__PURE__*/_jsx("clipPath", {
|
|
231
|
+
id: "clip0",
|
|
232
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
233
|
+
d: "M0 0h29.952v55.551H0z",
|
|
234
|
+
fill: "#fff",
|
|
235
|
+
transform: "translate(222.896 220.266)"
|
|
236
|
+
})
|
|
237
|
+
}), /*#__PURE__*/_jsx("clipPath", {
|
|
238
|
+
id: "clip1",
|
|
239
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
240
|
+
d: "M0 0h58.324v36.789H0z",
|
|
241
|
+
fill: "#fff",
|
|
242
|
+
transform: "translate(158.924 146.361)"
|
|
243
|
+
})
|
|
244
|
+
}), /*#__PURE__*/_jsx("clipPath", {
|
|
245
|
+
id: "clip2",
|
|
246
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
247
|
+
d: "M0 0h29.952v55.551H0z",
|
|
248
|
+
fill: "#fff",
|
|
249
|
+
transform: "translate(222.896 110.797)"
|
|
250
|
+
})
|
|
251
|
+
}), /*#__PURE__*/_jsx("clipPath", {
|
|
252
|
+
id: "clip3",
|
|
253
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
254
|
+
d: "M0 0h58.324v36.789H0z",
|
|
255
|
+
fill: "#fff",
|
|
256
|
+
transform: "translate(158.924 36.892)"
|
|
257
|
+
})
|
|
258
|
+
}), /*#__PURE__*/_jsx("clipPath", {
|
|
259
|
+
id: "clip4",
|
|
260
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
261
|
+
d: "M0 0h56.583v32.681H0z",
|
|
262
|
+
fill: "#fff",
|
|
263
|
+
transform: "translate(67.394 203.472)"
|
|
264
|
+
})
|
|
265
|
+
}), /*#__PURE__*/_jsx("clipPath", {
|
|
266
|
+
id: "clip5",
|
|
267
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
268
|
+
d: "M0 0h26.558v57.616H0z",
|
|
269
|
+
fill: "#fff",
|
|
270
|
+
transform: "translate(132.313 273.555)"
|
|
271
|
+
})
|
|
272
|
+
}), /*#__PURE__*/_jsx("clipPath", {
|
|
273
|
+
id: "clip6",
|
|
274
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
275
|
+
d: "M0 0h29.951v55.55H0z",
|
|
276
|
+
fill: "#fff",
|
|
277
|
+
transform: "translate(30.509 272.08)"
|
|
278
|
+
})
|
|
279
|
+
})]
|
|
280
|
+
})]
|
|
281
|
+
});
|
|
282
|
+
};
|
|
@@ -0,0 +1,327 @@
|
|
|
1
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
2
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
3
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
4
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
5
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
6
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
7
|
+
import * as React from 'react';
|
|
8
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
9
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
10
|
+
export var Onboarding = function Onboarding(props) {
|
|
11
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
12
|
+
"aria-hidden": props['aria-hidden'],
|
|
13
|
+
"xmlns-x": "ns_extend;",
|
|
14
|
+
"xmlns-i": "ns_ai;",
|
|
15
|
+
"xmlns-graph": "ns_graphs;",
|
|
16
|
+
x: "0px",
|
|
17
|
+
y: "0px",
|
|
18
|
+
viewBox: "0 0 587.4 387.63",
|
|
19
|
+
style: {
|
|
20
|
+
enableBackground: 'new 0 0 587.4 387.63'
|
|
21
|
+
},
|
|
22
|
+
xmlSpace: "preserve"
|
|
23
|
+
}, props), {}, {
|
|
24
|
+
children: [/*#__PURE__*/_jsx("defs", {
|
|
25
|
+
children: /*#__PURE__*/_jsx("style", {
|
|
26
|
+
type: "text/css"
|
|
27
|
+
// eslint-disable-next-line react/no-danger
|
|
28
|
+
,
|
|
29
|
+
dangerouslySetInnerHTML: {
|
|
30
|
+
__html: '.st0{fill:none;}.st1{fill:#1557FF;}.st2{fill:#10172E;stroke:#10172E;stroke-miterlimit:10;}.st3{fill:#10172E;}.st4{fill:url(#New_Pattern_2);}.st5{fill:none;stroke:#10172E;stroke-miterlimit:10;}.st6{fill:#F5FCFF;stroke:#10172E;stroke-miterlimit:10;}.st7{fill:#1557FF;stroke:#10172E;stroke-miterlimit:10;}.st8{fill:#65C4FF;stroke:#10172E;stroke-miterlimit:10;}.st9{fill:#FFFFFF;stroke:#10172E;stroke-miterlimit:10;}.st10{stroke:#10172E;stroke-miterlimit:10;}.st11{fill:#65C4FF;}.st12{fill:#89D2FF;}.st13{fill:#ADE0FF;}.st14{fill:#D1EEFF;}.st15{fill:#F5FCFF;}'
|
|
31
|
+
}
|
|
32
|
+
})
|
|
33
|
+
}), /*#__PURE__*/_jsx("switch", {
|
|
34
|
+
children: /*#__PURE__*/_jsxs("g", {
|
|
35
|
+
children: [/*#__PURE__*/_jsx("pattern", {
|
|
36
|
+
x: 1613.69,
|
|
37
|
+
y: 2044.87,
|
|
38
|
+
width: 4,
|
|
39
|
+
height: 4,
|
|
40
|
+
patternUnits: "userSpaceOnUse",
|
|
41
|
+
id: "New_Pattern_2",
|
|
42
|
+
viewBox: "0 -4 4 4",
|
|
43
|
+
style: {
|
|
44
|
+
overflow: 'visible'
|
|
45
|
+
},
|
|
46
|
+
children: /*#__PURE__*/_jsxs("g", {
|
|
47
|
+
children: [/*#__PURE__*/_jsx("rect", {
|
|
48
|
+
y: -4,
|
|
49
|
+
className: "st0",
|
|
50
|
+
width: 4,
|
|
51
|
+
height: 4
|
|
52
|
+
}), /*#__PURE__*/_jsx("rect", {
|
|
53
|
+
y: -4,
|
|
54
|
+
className: "st1",
|
|
55
|
+
width: 1,
|
|
56
|
+
height: 1
|
|
57
|
+
}), /*#__PURE__*/_jsx("rect", {
|
|
58
|
+
x: 3,
|
|
59
|
+
y: -1,
|
|
60
|
+
className: "st0",
|
|
61
|
+
width: 1,
|
|
62
|
+
height: 1
|
|
63
|
+
}), /*#__PURE__*/_jsx("rect", {
|
|
64
|
+
x: 2,
|
|
65
|
+
y: -2,
|
|
66
|
+
className: "st1",
|
|
67
|
+
width: 1,
|
|
68
|
+
height: 1
|
|
69
|
+
})]
|
|
70
|
+
})
|
|
71
|
+
}), /*#__PURE__*/_jsxs("g", {
|
|
72
|
+
id: "Layer_1",
|
|
73
|
+
children: [/*#__PURE__*/_jsx("g", {}), /*#__PURE__*/_jsx("rect", {
|
|
74
|
+
x: 8395.19,
|
|
75
|
+
y: -3253.63,
|
|
76
|
+
className: "st2",
|
|
77
|
+
width: 0,
|
|
78
|
+
height: 0
|
|
79
|
+
}), /*#__PURE__*/_jsx("line", {
|
|
80
|
+
className: "st2",
|
|
81
|
+
x1: 8395.19,
|
|
82
|
+
y1: -3253.63,
|
|
83
|
+
x2: 8395.19,
|
|
84
|
+
y2: -3253.63
|
|
85
|
+
}), /*#__PURE__*/_jsxs("g", {
|
|
86
|
+
children: [/*#__PURE__*/_jsxs("g", {
|
|
87
|
+
children: [/*#__PURE__*/_jsx("polygon", {
|
|
88
|
+
className: "st3",
|
|
89
|
+
points: "72.32,178.5 208.83,98.2 446.05,235.17 308.46,315.3 "
|
|
90
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
91
|
+
className: "st3",
|
|
92
|
+
d: "M208.83,98.77l236.23,136.4l-136.6,79.55L73.31,178.49L208.83,98.77 M208.82,97.62L71.32,178.5 l237.13,137.38l138.59-80.71L208.82,97.62L208.82,97.62z"
|
|
93
|
+
})]
|
|
94
|
+
}), /*#__PURE__*/_jsx("polygon", {
|
|
95
|
+
className: "st4",
|
|
96
|
+
points: "138.99,137.66 377.22,275.21 517.05,194.04 278.27,57.99 "
|
|
97
|
+
}), /*#__PURE__*/_jsx("line", {
|
|
98
|
+
className: "st5",
|
|
99
|
+
x1: 0.25,
|
|
100
|
+
y1: 219.85,
|
|
101
|
+
x2: 377.15,
|
|
102
|
+
y2: 0.43
|
|
103
|
+
}), /*#__PURE__*/_jsx("polygon", {
|
|
104
|
+
className: "st6",
|
|
105
|
+
points: "75.55,146.85 313.78,284.4 452.74,204.11 214.51,66.55 "
|
|
106
|
+
}), /*#__PURE__*/_jsx("polygon", {
|
|
107
|
+
className: "st7",
|
|
108
|
+
points: "75.55,142.47 313.78,280.02 452.74,199.73 214.51,62.18 "
|
|
109
|
+
}), /*#__PURE__*/_jsxs("g", {
|
|
110
|
+
children: [/*#__PURE__*/_jsx("polygon", {
|
|
111
|
+
className: "st8",
|
|
112
|
+
points: "214.48,162.58 263.82,191.07 332.9,151.19 283.55,122.7 "
|
|
113
|
+
}), /*#__PURE__*/_jsx("polygon", {
|
|
114
|
+
className: "st2",
|
|
115
|
+
points: "214.48,158.38 263.82,186.87 332.9,146.98 283.55,118.49 "
|
|
116
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
117
|
+
className: "st6",
|
|
118
|
+
d: "M269.94,133.65l33.86,19.49c0.23,0.13,0.23,0.46,0.01,0.59l-2.81,1.7c-0.11,0.06-0.24,0.07-0.35,0 l-34.1-19.63c-0.24-0.14-0.23-0.48,0.02-0.6l3.05-1.56C269.72,133.59,269.84,133.6,269.94,133.65z"
|
|
119
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
120
|
+
className: "st6",
|
|
121
|
+
d: "M259.25,139.64l33.86,19.49c0.23,0.13,0.23,0.46,0.01,0.59l-2.81,1.7c-0.11,0.06-0.24,0.07-0.35,0 l-34.1-19.63c-0.24-0.14-0.23-0.48,0.02-0.6l3.05-1.56C259.03,139.57,259.15,139.58,259.25,139.64z"
|
|
122
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
123
|
+
className: "st6",
|
|
124
|
+
d: "M248.56,145.98l33.86,19.49c0.23,0.13,0.23,0.46,0.01,0.59l-2.81,1.7c-0.11,0.06-0.24,0.07-0.35,0 l-34.1-19.63c-0.24-0.14-0.23-0.48,0.02-0.6l3.05-1.56C248.33,145.92,248.46,145.92,248.56,145.98z"
|
|
125
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
126
|
+
className: "st6",
|
|
127
|
+
d: "M236.78,153.05l33.86,19.49c0.23,0.13,0.23,0.46,0.01,0.59l-2.81,1.7c-0.11,0.06-0.24,0.07-0.35,0 l-34.1-19.63c-0.24-0.14-0.23-0.48,0.02-0.6l3.05-1.56C236.55,152.99,236.68,152.99,236.78,153.05z"
|
|
128
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
129
|
+
className: "st6",
|
|
130
|
+
d: "M280.27,127.67l33.86,19.49c0.23,0.13,0.23,0.46,0.01,0.59l-2.81,1.7c-0.11,0.06-0.24,0.07-0.35,0 l-34.1-19.63c-0.24-0.14-0.23-0.48,0.02-0.6l3.05-1.56C280.05,127.61,280.17,127.62,280.27,127.67z"
|
|
131
|
+
})]
|
|
132
|
+
}), /*#__PURE__*/_jsxs("g", {
|
|
133
|
+
children: [/*#__PURE__*/_jsx("polygon", {
|
|
134
|
+
className: "st9",
|
|
135
|
+
points: "221.5,196.73 270.47,225.01 339.04,185.42 290.06,157.14 "
|
|
136
|
+
}), /*#__PURE__*/_jsx("polygon", {
|
|
137
|
+
className: "st7",
|
|
138
|
+
points: "221.5,192.56 270.47,220.83 339.04,181.24 290.06,152.97 "
|
|
139
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
140
|
+
className: "st6",
|
|
141
|
+
d: "M276.55,168.01l33.61,19.35c0.22,0.13,0.23,0.45,0.01,0.59l-2.79,1.69c-0.11,0.06-0.24,0.07-0.35,0 l-33.84-19.49c-0.23-0.13-0.23-0.48,0.01-0.6l3.03-1.55C276.33,167.95,276.45,167.96,276.55,168.01z"
|
|
142
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
143
|
+
className: "st6",
|
|
144
|
+
d: "M265.94,173.95l33.61,19.35c0.22,0.13,0.23,0.45,0.01,0.59l-2.79,1.69c-0.11,0.06-0.24,0.07-0.35,0 l-33.84-19.49c-0.23-0.13-0.23-0.48,0.01-0.6l3.03-1.55C265.72,173.89,265.84,173.89,265.94,173.95z"
|
|
145
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
146
|
+
className: "st6",
|
|
147
|
+
d: "M255.32,180.25l33.61,19.35c0.22,0.13,0.23,0.45,0.01,0.59l-2.79,1.69c-0.11,0.06-0.24,0.07-0.35,0 l-33.84-19.49c-0.23-0.13-0.23-0.48,0.01-0.6l3.03-1.55C255.1,180.19,255.22,180.19,255.32,180.25z"
|
|
148
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
149
|
+
className: "st6",
|
|
150
|
+
d: "M243.63,187.26l33.61,19.35c0.22,0.13,0.23,0.45,0.01,0.59l-2.79,1.69c-0.11,0.06-0.24,0.07-0.35,0 l-33.84-19.49c-0.23-0.13-0.23-0.48,0.01-0.6l3.03-1.55C243.41,187.2,243.53,187.2,243.63,187.26z"
|
|
151
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
152
|
+
className: "st6",
|
|
153
|
+
d: "M286.8,162.08l33.61,19.35c0.22,0.13,0.23,0.45,0.01,0.59l-2.79,1.69c-0.11,0.06-0.24,0.07-0.35,0 l-33.84-19.49c-0.23-0.13-0.23-0.48,0.01-0.6l3.03-1.55C286.58,162.02,286.7,162.02,286.8,162.08z"
|
|
154
|
+
})]
|
|
155
|
+
}), /*#__PURE__*/_jsxs("g", {
|
|
156
|
+
children: [/*#__PURE__*/_jsx("polygon", {
|
|
157
|
+
className: "st2",
|
|
158
|
+
points: "113.53,143.18 162.51,171.46 231.07,131.87 182.1,103.6 "
|
|
159
|
+
}), /*#__PURE__*/_jsx("polygon", {
|
|
160
|
+
className: "st6",
|
|
161
|
+
points: "113.53,139.89 162.51,168.16 231.07,128.58 182.1,100.3 "
|
|
162
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
163
|
+
className: "st8",
|
|
164
|
+
d: "M168.58,115.34l33.61,19.35c0.22,0.13,0.23,0.45,0.01,0.59l-2.79,1.69c-0.11,0.06-0.24,0.07-0.35,0 l-33.84-19.49c-0.23-0.13-0.23-0.48,0.01-0.6l3.03-1.55C168.36,115.28,168.48,115.29,168.58,115.34z"
|
|
165
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
166
|
+
className: "st8",
|
|
167
|
+
d: "M157.97,121.28l33.61,19.35c0.22,0.13,0.23,0.45,0.01,0.59l-2.79,1.69c-0.11,0.06-0.24,0.07-0.35,0 l-33.84-19.49c-0.23-0.13-0.23-0.48,0.01-0.6l3.03-1.55C157.75,121.22,157.87,121.22,157.97,121.28z"
|
|
168
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
169
|
+
className: "st8",
|
|
170
|
+
d: "M147.36,127.58l33.61,19.35c0.22,0.13,0.23,0.45,0.01,0.59l-2.79,1.69c-0.11,0.06-0.24,0.07-0.35,0 l-33.84-19.49c-0.23-0.13-0.23-0.48,0.01-0.6l3.03-1.55C147.14,127.52,147.26,127.52,147.36,127.58z"
|
|
171
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
172
|
+
className: "st8",
|
|
173
|
+
d: "M135.66,134.59l33.61,19.35c0.22,0.13,0.23,0.45,0.01,0.59l-2.79,1.69c-0.11,0.06-0.24,0.07-0.35,0 l-33.84-19.49c-0.23-0.13-0.23-0.48,0.01-0.6l3.03-1.55C135.44,134.53,135.57,134.54,135.66,134.59z"
|
|
174
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
175
|
+
className: "st8",
|
|
176
|
+
d: "M178.84,109.41l33.61,19.35c0.22,0.13,0.23,0.45,0.01,0.59l-2.79,1.69c-0.11,0.06-0.24,0.07-0.35,0 l-33.84-19.49c-0.23-0.13-0.23-0.48,0.01-0.6l3.03-1.55C178.62,109.35,178.74,109.35,178.84,109.41z"
|
|
177
|
+
})]
|
|
178
|
+
}), /*#__PURE__*/_jsxs("g", {
|
|
179
|
+
children: [/*#__PURE__*/_jsx("polygon", {
|
|
180
|
+
className: "st6",
|
|
181
|
+
points: "195.22,96.8 215.15,85.29 235.08,96.8 215.15,108.3 "
|
|
182
|
+
}), /*#__PURE__*/_jsx("polygon", {
|
|
183
|
+
className: "st2",
|
|
184
|
+
points: "195.22,93.14 215.15,81.63 235.08,93.14 215.15,104.64 "
|
|
185
|
+
})]
|
|
186
|
+
}), /*#__PURE__*/_jsx("line", {
|
|
187
|
+
className: "st10",
|
|
188
|
+
x1: 186.39,
|
|
189
|
+
y1: 387.19,
|
|
190
|
+
x2: 587.15,
|
|
191
|
+
y2: 153.56
|
|
192
|
+
}), /*#__PURE__*/_jsx("line", {
|
|
193
|
+
className: "st5",
|
|
194
|
+
x1: 301.89,
|
|
195
|
+
y1: 44.18,
|
|
196
|
+
x2: 540.87,
|
|
197
|
+
y2: 181.01
|
|
198
|
+
}), /*#__PURE__*/_jsx("line", {
|
|
199
|
+
className: "st5",
|
|
200
|
+
x1: 48.14,
|
|
201
|
+
y1: 192.06,
|
|
202
|
+
x2: 287.11,
|
|
203
|
+
y2: 328.88
|
|
204
|
+
}), /*#__PURE__*/_jsx("line", {
|
|
205
|
+
className: "st0",
|
|
206
|
+
x1: 278.27,
|
|
207
|
+
y1: 58.18,
|
|
208
|
+
x2: 517.24,
|
|
209
|
+
y2: 194.13
|
|
210
|
+
}), /*#__PURE__*/_jsxs("g", {
|
|
211
|
+
children: [/*#__PURE__*/_jsxs("g", {
|
|
212
|
+
children: [/*#__PURE__*/_jsx("polygon", {
|
|
213
|
+
className: "st3",
|
|
214
|
+
points: "376.06,206.63 394.98,195.7 413.91,206.63 394.98,217.56 "
|
|
215
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
216
|
+
className: "st3",
|
|
217
|
+
d: "M394.98,196.28l17.93,10.35l-17.93,10.35l-17.93-10.35L394.98,196.28 M394.98,195.12l-19.93,11.51 l19.93,11.51l19.93-11.51L394.98,195.12L394.98,195.12z"
|
|
218
|
+
})]
|
|
219
|
+
}), /*#__PURE__*/_jsxs("g", {
|
|
220
|
+
children: [/*#__PURE__*/_jsxs("g", {
|
|
221
|
+
children: [/*#__PURE__*/_jsx("polygon", {
|
|
222
|
+
className: "st11",
|
|
223
|
+
points: "376.06,203.29 394.98,192.36 413.91,203.29 394.98,214.22 "
|
|
224
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
225
|
+
className: "st3",
|
|
226
|
+
d: "M394.98,192.94l17.93,10.35l-17.93,10.35l-17.93-10.35L394.98,192.94 M394.98,191.78l-19.93,11.51 l19.93,11.51l19.93-11.51L394.98,191.78L394.98,191.78z"
|
|
227
|
+
})]
|
|
228
|
+
}), /*#__PURE__*/_jsxs("g", {
|
|
229
|
+
children: [/*#__PURE__*/_jsx("polygon", {
|
|
230
|
+
className: "st12",
|
|
231
|
+
points: "376.06,199.05 394.98,188.12 413.91,199.05 394.98,209.98 "
|
|
232
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
233
|
+
className: "st3",
|
|
234
|
+
d: "M394.98,188.7l17.93,10.35l-17.93,10.35l-17.93-10.35L394.98,188.7 M394.98,187.55l-19.93,11.51 l19.93,11.51l19.93-11.51L394.98,187.55L394.98,187.55z"
|
|
235
|
+
})]
|
|
236
|
+
}), /*#__PURE__*/_jsxs("g", {
|
|
237
|
+
children: [/*#__PURE__*/_jsx("polygon", {
|
|
238
|
+
className: "st13",
|
|
239
|
+
points: "376.06,194.82 394.98,183.89 413.91,194.82 394.98,205.75 "
|
|
240
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
241
|
+
className: "st3",
|
|
242
|
+
d: "M394.98,184.46l17.93,10.35l-17.93,10.35l-17.93-10.35L394.98,184.46 M394.98,183.31l-19.93,11.51 l19.93,11.51l19.93-11.51L394.98,183.31L394.98,183.31z"
|
|
243
|
+
})]
|
|
244
|
+
}), /*#__PURE__*/_jsxs("g", {
|
|
245
|
+
children: [/*#__PURE__*/_jsx("polygon", {
|
|
246
|
+
className: "st14",
|
|
247
|
+
points: "376.06,190.58 394.98,179.65 413.91,190.58 394.98,201.51 "
|
|
248
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
249
|
+
className: "st3",
|
|
250
|
+
d: "M394.98,180.23l17.93,10.35l-17.93,10.35l-17.93-10.35L394.98,180.23 M394.98,179.07l-19.93,11.51 l19.93,11.51l19.93-11.51L394.98,179.07L394.98,179.07z"
|
|
251
|
+
})]
|
|
252
|
+
}), /*#__PURE__*/_jsxs("g", {
|
|
253
|
+
children: [/*#__PURE__*/_jsx("polygon", {
|
|
254
|
+
className: "st15",
|
|
255
|
+
points: "376.06,186.34 394.98,175.41 413.91,186.34 394.98,197.27 "
|
|
256
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
257
|
+
className: "st3",
|
|
258
|
+
d: "M394.98,175.99l17.93,10.35l-17.93,10.35l-17.93-10.35L394.98,175.99 M394.98,174.84l-19.93,11.51 l19.93,11.51l19.93-11.51L394.98,174.84L394.98,174.84z"
|
|
259
|
+
})]
|
|
260
|
+
})]
|
|
261
|
+
})]
|
|
262
|
+
}), /*#__PURE__*/_jsxs("g", {
|
|
263
|
+
children: [/*#__PURE__*/_jsxs("g", {
|
|
264
|
+
children: [/*#__PURE__*/_jsx("polygon", {
|
|
265
|
+
className: "st3",
|
|
266
|
+
points: "350.2,221.74 369.13,210.81 388.06,221.74 369.13,232.67 "
|
|
267
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
268
|
+
className: "st3",
|
|
269
|
+
d: "M369.13,211.39l17.93,10.35l-17.93,10.35l-17.93-10.35L369.13,211.39 M369.13,210.23l-19.93,11.51 l19.93,11.51l19.93-11.51L369.13,210.23L369.13,210.23z"
|
|
270
|
+
})]
|
|
271
|
+
}), /*#__PURE__*/_jsxs("g", {
|
|
272
|
+
children: [/*#__PURE__*/_jsxs("g", {
|
|
273
|
+
children: [/*#__PURE__*/_jsx("polygon", {
|
|
274
|
+
className: "st11",
|
|
275
|
+
points: "350.2,218.53 369.13,207.6 388.06,218.53 369.13,229.46 "
|
|
276
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
277
|
+
className: "st3",
|
|
278
|
+
d: "M369.13,208.18l17.93,10.35l-17.93,10.35l-17.93-10.35L369.13,208.18 M369.13,207.02l-19.93,11.51 l19.93,11.51l19.93-11.51L369.13,207.02L369.13,207.02z"
|
|
279
|
+
})]
|
|
280
|
+
}), /*#__PURE__*/_jsxs("g", {
|
|
281
|
+
children: [/*#__PURE__*/_jsx("polygon", {
|
|
282
|
+
className: "st13",
|
|
283
|
+
points: "350.2,214.37 369.13,203.44 388.06,214.37 369.13,225.3 "
|
|
284
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
285
|
+
className: "st3",
|
|
286
|
+
d: "M369.13,204.01l17.93,10.35l-17.93,10.35l-17.93-10.35L369.13,204.01 M369.13,202.86l-19.93,11.51 l19.93,11.51l19.93-11.51L369.13,202.86L369.13,202.86z"
|
|
287
|
+
})]
|
|
288
|
+
}), /*#__PURE__*/_jsxs("g", {
|
|
289
|
+
children: [/*#__PURE__*/_jsx("polygon", {
|
|
290
|
+
className: "st15",
|
|
291
|
+
points: "350.2,210.21 369.13,199.28 388.06,210.21 369.13,221.14 "
|
|
292
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
293
|
+
className: "st3",
|
|
294
|
+
d: "M369.13,199.85l17.93,10.35l-17.93,10.35l-17.93-10.35L369.13,199.85 M369.13,198.7l-19.93,11.51 l19.93,11.51l19.93-11.51L369.13,198.7L369.13,198.7z"
|
|
295
|
+
})]
|
|
296
|
+
})]
|
|
297
|
+
})]
|
|
298
|
+
})]
|
|
299
|
+
}), /*#__PURE__*/_jsxs("g", {
|
|
300
|
+
children: [/*#__PURE__*/_jsx("rect", {
|
|
301
|
+
x: 607.4,
|
|
302
|
+
className: "st1",
|
|
303
|
+
width: 1,
|
|
304
|
+
height: 1
|
|
305
|
+
}), /*#__PURE__*/_jsx("rect", {
|
|
306
|
+
x: 610.4,
|
|
307
|
+
y: 3,
|
|
308
|
+
className: "st0",
|
|
309
|
+
width: 1,
|
|
310
|
+
height: 1
|
|
311
|
+
}), /*#__PURE__*/_jsx("rect", {
|
|
312
|
+
x: 609.4,
|
|
313
|
+
y: 2,
|
|
314
|
+
className: "st1",
|
|
315
|
+
width: 1,
|
|
316
|
+
height: 1
|
|
317
|
+
})]
|
|
318
|
+
})]
|
|
319
|
+
}), /*#__PURE__*/_jsx("g", {
|
|
320
|
+
id: "Layer_2"
|
|
321
|
+
}), /*#__PURE__*/_jsx("g", {
|
|
322
|
+
id: "Layer_3"
|
|
323
|
+
})]
|
|
324
|
+
})
|
|
325
|
+
})]
|
|
326
|
+
}));
|
|
327
|
+
};
|
package/dist/Plant.d.ts
ADDED