@codecademy/gamut-illustrations 1.0.0-alpha.f6cb5a.0 → 67.0.0-alpha.35c6c5.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 (100) hide show
  1. package/LICENSE +1 -1
  2. package/dist/Announcement.d.ts +3 -0
  3. package/dist/Announcement.js +157 -0
  4. package/dist/Bee.d.ts +1 -1
  5. package/dist/Bee.js +124 -112
  6. package/dist/Bell.d.ts +1 -1
  7. package/dist/Bell.js +36 -31
  8. package/dist/BinaryBlocks.d.ts +1 -1
  9. package/dist/BinaryBlocks.js +126 -116
  10. package/dist/BinaryStairs.d.ts +3 -0
  11. package/dist/BinaryStairs.js +81 -0
  12. package/dist/Blocks.d.ts +3 -0
  13. package/dist/Blocks.js +247 -0
  14. package/dist/Blueprint.d.ts +3 -0
  15. package/dist/Blueprint.js +94 -0
  16. package/dist/BlueprintWhite.d.ts +3 -0
  17. package/dist/BlueprintWhite.js +101 -0
  18. package/dist/BookAndNotepad.d.ts +3 -0
  19. package/dist/BookAndNotepad.js +96 -0
  20. package/dist/Browser.d.ts +1 -1
  21. package/dist/Browser.js +69 -61
  22. package/dist/BrowserLock.d.ts +1 -1
  23. package/dist/BrowserLock.js +36 -31
  24. package/dist/BrowserPuzzle.d.ts +1 -1
  25. package/dist/BrowserPuzzle.js +61 -54
  26. package/dist/ChatBox.d.ts +1 -1
  27. package/dist/ChatBox.js +36 -31
  28. package/dist/CodeCelebration.d.ts +3 -0
  29. package/dist/CodeCelebration.js +158 -0
  30. package/dist/Coffee.d.ts +3 -0
  31. package/dist/Coffee.js +63 -0
  32. package/dist/Confetti.d.ts +1 -1
  33. package/dist/Confetti.js +87 -79
  34. package/dist/EmailAt.d.ts +1 -1
  35. package/dist/EmailAt.js +30 -25
  36. package/dist/Envelope.d.ts +1 -1
  37. package/dist/Envelope.js +30 -25
  38. package/dist/ErrorWindow.d.ts +3 -0
  39. package/dist/ErrorWindow.js +128 -0
  40. package/dist/Heart.d.ts +1 -1
  41. package/dist/Heart.js +24 -19
  42. package/dist/Hills.d.ts +1 -1
  43. package/dist/Hills.js +45 -38
  44. package/dist/HomeOffice.d.ts +1 -1
  45. package/dist/HomeOffice.js +110 -99
  46. package/dist/Interest.d.ts +3 -0
  47. package/dist/Interest.js +382 -0
  48. package/dist/Keyhole.d.ts +1 -1
  49. package/dist/Keyhole.js +24 -19
  50. package/dist/Knowledge.d.ts +3 -0
  51. package/dist/Knowledge.js +308 -0
  52. package/dist/LightBulbAndGears.d.ts +3 -0
  53. package/dist/LightBulbAndGears.js +356 -0
  54. package/dist/MagnifyingGlass.d.ts +3 -0
  55. package/dist/MagnifyingGlass.js +67 -0
  56. package/dist/Maze.d.ts +1 -1
  57. package/dist/Maze.js +61 -58
  58. package/dist/Megaphone.d.ts +1 -1
  59. package/dist/Megaphone.js +42 -37
  60. package/dist/MobilePhone.d.ts +3 -0
  61. package/dist/MobilePhone.js +96 -0
  62. package/dist/New.d.ts +1 -1
  63. package/dist/New.js +54 -49
  64. package/dist/NumberBlocks.d.ts +1 -1
  65. package/dist/NumberBlocks.js +273 -252
  66. package/dist/Onboarding.d.ts +1 -1
  67. package/dist/Onboarding.js +314 -253
  68. package/dist/Plant.d.ts +1 -1
  69. package/dist/Plant.js +62 -55
  70. package/dist/PortfolioProject.d.ts +1 -1
  71. package/dist/PortfolioProject.js +29 -26
  72. package/dist/PracticeProject.d.ts +1 -1
  73. package/dist/PracticeProject.js +37 -34
  74. package/dist/PracticeTarget.d.ts +3 -0
  75. package/dist/PracticeTarget.js +78 -0
  76. package/dist/Purpose.d.ts +3 -0
  77. package/dist/Purpose.js +136 -0
  78. package/dist/Puzzle.d.ts +3 -0
  79. package/dist/Puzzle.js +159 -0
  80. package/dist/Python.d.ts +1 -1
  81. package/dist/Python.js +16 -11
  82. package/dist/Sun.d.ts +1 -1
  83. package/dist/Sun.js +111 -103
  84. package/dist/Syllabus.d.ts +3 -0
  85. package/dist/Syllabus.js +352 -0
  86. package/dist/Target.d.ts +1 -1
  87. package/dist/Target.js +37 -32
  88. package/dist/TinyBlocks.d.ts +3 -0
  89. package/dist/TinyBlocks.js +22 -0
  90. package/dist/Warning.d.ts +3 -0
  91. package/dist/Warning.js +101 -0
  92. package/dist/index.d.ts +20 -0
  93. package/dist/index.js +21 -1
  94. package/dist/types.js +1 -0
  95. package/package.json +9 -11
  96. package/CHANGELOG.md +0 -1271
  97. package/babel.config.js +0 -15
  98. package/dist/__tests__/gamut-illustrations.test.js +0 -32
  99. package/jest.config.js +0 -1
  100. package/tsconfig.json +0 -7
@@ -1,261 +1,282 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ import { jsxs as _jsxs } from "react/jsx-runtime";
2
4
  export var NumberBlocks = function NumberBlocks(_ref) {
3
5
  var ariaHidden = _ref['aria-hidden'],
4
- className = _ref.className,
5
- height = _ref.height,
6
- width = _ref.width;
7
- return /*#__PURE__*/React.createElement("svg", {
6
+ className = _ref.className,
7
+ height = _ref.height,
8
+ width = _ref.width;
9
+ return /*#__PURE__*/_jsxs("svg", {
8
10
  "aria-hidden": ariaHidden,
9
11
  className: className,
10
12
  fill: "none",
11
13
  height: height,
12
14
  viewBox: "0 0 287 386",
13
15
  width: width,
14
- xmlns: "http://www.w3.org/2000/svg"
15
- }, /*#__PURE__*/React.createElement("title", null, "Number Blocks Illustration"), /*#__PURE__*/React.createElement("path", {
16
- stroke: "#10162F",
17
- strokeLinejoin: "round",
18
- strokeMiterlimit: "10",
19
- strokeWidth: "2",
20
- d: "M96.113 274.726l94.796-54.739 94.796 54.739-94.796 54.732-94.796-54.732z"
21
- }), /*#__PURE__*/React.createElement("path", {
22
- stroke: "#10162F",
23
- strokeLinejoin: "round",
24
- strokeMiterlimit: "10",
25
- strokeWidth: "2",
26
- d: "M96.113 274.726l94.796-54.739 94.796 54.739-94.796 54.732-94.796-54.732z"
27
- }), /*#__PURE__*/React.createElement("path", {
28
- fill: "#F966FF",
29
- stroke: "#10162F",
30
- strokeLinejoin: "round",
31
- strokeMiterlimit: "10",
32
- strokeWidth: "2",
33
- d: "M96.113 165.202l94.797-54.732 94.796 54.732-94.796 54.738-94.797-54.738z"
34
- }), /*#__PURE__*/React.createElement("path", {
35
- fill: "#F966FF",
36
- stroke: "#10162F",
37
- strokeLinejoin: "round",
38
- strokeMiterlimit: "10",
39
- strokeWidth: "2",
40
- d: "M112.343 165.058l78.567-44.998 78.566 44.998-78.566 45.003-78.567-45.003z"
41
- }), /*#__PURE__*/React.createElement("path", {
42
- fill: "#fff",
43
- stroke: "#10162F",
44
- strokeLinejoin: "round",
45
- strokeMiterlimit: "10",
46
- strokeWidth: "2",
47
- d: "M190.91 329.888V220.039l94.796-54.732v109.849l-94.796 54.732z"
48
- }), /*#__PURE__*/React.createElement("path", {
49
- fill: "#fff",
50
- stroke: "#10162F",
51
- strokeLinejoin: "round",
52
- strokeMiterlimit: "10",
53
- strokeWidth: "2",
54
- d: "M199.393 314.817v-89.614l77.461-44.65v89.614l-77.461 44.65z"
55
- }), /*#__PURE__*/React.createElement("path", {
56
- fill: "#FFD300",
57
- stroke: "#10162F",
58
- strokeLinejoin: "round",
59
- strokeMiterlimit: "10",
60
- strokeWidth: "2",
61
- d: "M96.113 274.729V165.13l94.796 54.738v109.593l-94.796-54.732z"
62
- }), /*#__PURE__*/React.createElement("path", {
63
- fill: "#FFD300",
64
- stroke: "#10162F",
65
- strokeLinejoin: "round",
66
- strokeMiterlimit: "10",
67
- strokeWidth: "2",
68
- d: "M104.228 270.099v-91.022l78.198 45.461v91.017l-78.198-45.456z"
69
- }), /*#__PURE__*/React.createElement("path", {
70
- 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",
71
- fill: "#000"
72
- }), /*#__PURE__*/React.createElement("g", {
73
- clipPath: "url(#clip0)"
74
- }, /*#__PURE__*/React.createElement("path", {
75
- 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
- fill: "#000"
77
- })), /*#__PURE__*/React.createElement("g", {
78
- clipPath: "url(#clip1)"
79
- }, /*#__PURE__*/React.createElement("path", {
80
- 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",
81
- fill: "#000"
82
- })), /*#__PURE__*/React.createElement("path", {
83
- stroke: "#10162F",
84
- strokeLinejoin: "round",
85
- strokeMiterlimit: "10",
86
- strokeWidth: "2",
87
- d: "M96.113 165.256l94.796-54.738 94.796 54.738-94.796 54.732-94.796-54.732z"
88
- }), /*#__PURE__*/React.createElement("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__*/React.createElement("path", {
95
- fill: "#F966FF",
96
- stroke: "#10162F",
97
- strokeLinejoin: "round",
98
- strokeMiterlimit: "10",
99
- strokeWidth: "2",
100
- d: "M96.113 55.732L190.91 1l94.796 54.732-94.796 54.739-94.797-54.739z"
101
- }), /*#__PURE__*/React.createElement("path", {
102
- fill: "#F966FF",
103
- stroke: "#10162F",
104
- strokeLinejoin: "round",
105
- strokeMiterlimit: "10",
106
- strokeWidth: "2",
107
- d: "M112.343 55.589L190.91 10.59l78.566 44.999-78.566 45.003-78.567-45.003z"
108
- }), /*#__PURE__*/React.createElement("path", {
109
- fill: "#fff",
110
- stroke: "#10162F",
111
- strokeLinejoin: "round",
112
- strokeMiterlimit: "10",
113
- strokeWidth: "2",
114
- d: "M190.91 220.419V110.57l94.796-54.733v109.849l-94.796 54.733z"
115
- }), /*#__PURE__*/React.createElement("path", {
116
- fill: "#fff",
117
- stroke: "#10162F",
118
- strokeLinejoin: "round",
119
- strokeMiterlimit: "10",
120
- strokeWidth: "2",
121
- d: "M199.393 205.347v-89.614l77.461-44.65v89.614l-77.461 44.65z"
122
- }), /*#__PURE__*/React.createElement("path", {
123
- fill: "#FFD300",
124
- stroke: "#10162F",
125
- strokeLinejoin: "round",
126
- strokeMiterlimit: "10",
127
- strokeWidth: "2",
128
- d: "M96.113 165.259V55.66l94.796 54.739v109.592l-94.796-54.732z"
129
- }), /*#__PURE__*/React.createElement("path", {
130
- fill: "#FFD300",
131
- stroke: "#10162F",
132
- strokeLinejoin: "round",
133
- strokeMiterlimit: "10",
134
- strokeWidth: "2",
135
- d: "M104.228 160.63V69.608l78.198 45.46v91.017l-78.198-45.455z"
136
- }), /*#__PURE__*/React.createElement("path", {
137
- 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",
138
- fill: "#000"
139
- }), /*#__PURE__*/React.createElement("g", {
140
- clipPath: "url(#clip2)"
141
- }, /*#__PURE__*/React.createElement("path", {
142
- 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",
143
- fill: "#000"
144
- })), /*#__PURE__*/React.createElement("g", {
145
- clipPath: "url(#clip3)"
146
- }, /*#__PURE__*/React.createElement("path", {
147
- 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",
148
- fill: "#000"
149
- })), /*#__PURE__*/React.createElement("path", {
150
- stroke: "#10162F",
151
- strokeLinejoin: "round",
152
- strokeMiterlimit: "10",
153
- strokeWidth: "2",
154
- d: "M1 329.367l94.796-54.739 94.796 54.739-94.796 54.732L1 329.367z"
155
- }), /*#__PURE__*/React.createElement("path", {
156
- stroke: "#10162F",
157
- strokeLinejoin: "round",
158
- strokeMiterlimit: "10",
159
- strokeWidth: "2",
160
- d: "M1 329.367l94.796-54.739 94.796 54.739-94.796 54.732L1 329.367z"
161
- }), /*#__PURE__*/React.createElement("path", {
162
- fill: "#fff",
163
- stroke: "#10162F",
164
- strokeLinejoin: "round",
165
- strokeMiterlimit: "10",
166
- strokeWidth: "2",
167
- d: "M1 219.843l94.796-54.733 94.796 54.733-94.796 54.738L1 219.843z"
168
- }), /*#__PURE__*/React.createElement("path", {
169
- fill: "#fff",
170
- stroke: "#10162F",
171
- strokeLinejoin: "round",
172
- strokeMiterlimit: "10",
173
- strokeWidth: "2",
174
- d: "M17.23 219.699l78.567-44.998 78.566 44.998-78.566 45.003-78.567-45.003z"
175
- }), /*#__PURE__*/React.createElement("path", {
176
- fill: "#FFD300",
177
- stroke: "#10162F",
178
- strokeLinejoin: "round",
179
- strokeMiterlimit: "10",
180
- strokeWidth: "2",
181
- d: "M95.797 384.529V274.68l94.796-54.732v109.849l-94.796 54.732z"
182
- }), /*#__PURE__*/React.createElement("path", {
183
- fill: "#FFD300",
184
- stroke: "#10162F",
185
- strokeLinejoin: "round",
186
- strokeMiterlimit: "10",
187
- strokeWidth: "2",
188
- d: "M104.28 369.458v-89.614l77.46-44.65v89.614l-77.46 44.65z"
189
- }), /*#__PURE__*/React.createElement("path", {
190
- fill: "#F966FF",
191
- stroke: "#10162F",
192
- strokeLinejoin: "round",
193
- strokeMiterlimit: "10",
194
- strokeWidth: "2",
195
- d: "M1 329.37V219.771l94.796 54.738v109.593L1 329.37z"
196
- }), /*#__PURE__*/React.createElement("path", {
197
- fill: "#F966FF",
198
- stroke: "#10162F",
199
- strokeLinejoin: "round",
200
- strokeMiterlimit: "10",
201
- strokeWidth: "2",
202
- d: "M9.115 324.74v-91.022l78.198 45.461v91.017L9.115 324.74z"
203
- }), /*#__PURE__*/React.createElement("g", {
204
- clipPath: "url(#clip4)"
205
- }, /*#__PURE__*/React.createElement("path", {
206
- 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",
207
- fill: "#000"
208
- })), /*#__PURE__*/React.createElement("g", {
209
- clipPath: "url(#clip5)"
210
- }, /*#__PURE__*/React.createElement("path", {
211
- 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",
212
- fill: "#000"
213
- })), /*#__PURE__*/React.createElement("g", {
214
- clipPath: "url(#clip6)"
215
- }, /*#__PURE__*/React.createElement("path", {
216
- 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",
217
- fill: "#000"
218
- })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
219
- id: "clip0"
220
- }, /*#__PURE__*/React.createElement("path", {
221
- d: "M0 0h29.952v55.551H0z",
222
- fill: "#fff",
223
- transform: "translate(222.896 220.266)"
224
- })), /*#__PURE__*/React.createElement("clipPath", {
225
- id: "clip1"
226
- }, /*#__PURE__*/React.createElement("path", {
227
- d: "M0 0h58.324v36.789H0z",
228
- fill: "#fff",
229
- transform: "translate(158.924 146.361)"
230
- })), /*#__PURE__*/React.createElement("clipPath", {
231
- id: "clip2"
232
- }, /*#__PURE__*/React.createElement("path", {
233
- d: "M0 0h29.952v55.551H0z",
234
- fill: "#fff",
235
- transform: "translate(222.896 110.797)"
236
- })), /*#__PURE__*/React.createElement("clipPath", {
237
- id: "clip3"
238
- }, /*#__PURE__*/React.createElement("path", {
239
- d: "M0 0h58.324v36.789H0z",
240
- fill: "#fff",
241
- transform: "translate(158.924 36.892)"
242
- })), /*#__PURE__*/React.createElement("clipPath", {
243
- id: "clip4"
244
- }, /*#__PURE__*/React.createElement("path", {
245
- d: "M0 0h56.583v32.681H0z",
246
- fill: "#fff",
247
- transform: "translate(67.394 203.472)"
248
- })), /*#__PURE__*/React.createElement("clipPath", {
249
- id: "clip5"
250
- }, /*#__PURE__*/React.createElement("path", {
251
- d: "M0 0h26.558v57.616H0z",
252
- fill: "#fff",
253
- transform: "translate(132.313 273.555)"
254
- })), /*#__PURE__*/React.createElement("clipPath", {
255
- id: "clip6"
256
- }, /*#__PURE__*/React.createElement("path", {
257
- d: "M0 0h29.951v55.55H0z",
258
- fill: "#fff",
259
- transform: "translate(30.509 272.08)"
260
- }))));
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
+ });
261
282
  };
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  import { IllustrationProps } from './types';
3
3
  export declare const Onboarding: React.FC<IllustrationProps>;