@codecademy/gamut-illustrations 1.0.0-alpha.f43515.0 → 67.0.0-alpha.09ad1e.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 (101) 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.d.ts +1 -1
  95. package/dist/types.js +1 -0
  96. package/package.json +9 -11
  97. package/CHANGELOG.md +0 -1271
  98. package/babel.config.js +0 -15
  99. package/dist/__tests__/gamut-illustrations.test.js +0 -32
  100. package/jest.config.js +0 -1
  101. package/tsconfig.json +0 -7
@@ -0,0 +1,382 @@
1
+ import React from 'react';
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ import { jsxs as _jsxs } from "react/jsx-runtime";
4
+ export var Interest = function Interest(_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
+ width: width,
13
+ height: height,
14
+ viewBox: "0 0 399 311",
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
17
+ fill: "none",
18
+ children: [/*#__PURE__*/_jsx("title", {
19
+ children: "Interest Illustration"
20
+ }), /*#__PURE__*/_jsx("mask", {
21
+ id: "b",
22
+ width: "68",
23
+ height: "22",
24
+ x: "278",
25
+ y: "152",
26
+ maskUnits: "userSpaceOnUse",
27
+ style: {
28
+ maskType: 'alpha'
29
+ },
30
+ children: /*#__PURE__*/_jsx("path", {
31
+ fill: "url(#a)",
32
+ d: "M278 152h68v22h-68z"
33
+ })
34
+ }), /*#__PURE__*/_jsx("g", {
35
+ mask: "url(#b)",
36
+ children: /*#__PURE__*/_jsx("rect", {
37
+ width: "68",
38
+ height: "22",
39
+ x: "278",
40
+ y: "152",
41
+ fill: "#10162F",
42
+ fillOpacity: ".28",
43
+ rx: "5"
44
+ })
45
+ }), /*#__PURE__*/_jsx("mask", {
46
+ id: "d",
47
+ width: "149",
48
+ height: "11",
49
+ x: "49",
50
+ y: "180",
51
+ maskUnits: "userSpaceOnUse",
52
+ style: {
53
+ maskType: 'alpha'
54
+ },
55
+ children: /*#__PURE__*/_jsx("path", {
56
+ fill: "url(#c)",
57
+ d: "M49 180h149v11H49z"
58
+ })
59
+ }), /*#__PURE__*/_jsx("g", {
60
+ mask: "url(#d)",
61
+ children: /*#__PURE__*/_jsx("path", {
62
+ fill: "#10162F",
63
+ d: "M49 180h149v11H49z"
64
+ })
65
+ }), /*#__PURE__*/_jsx("mask", {
66
+ id: "f",
67
+ width: "62",
68
+ height: "14",
69
+ x: "105",
70
+ y: "86",
71
+ maskUnits: "userSpaceOnUse",
72
+ style: {
73
+ maskType: 'alpha'
74
+ },
75
+ children: /*#__PURE__*/_jsx("path", {
76
+ fill: "url(#e)",
77
+ d: "M105 86h62v14h-62z"
78
+ })
79
+ }), /*#__PURE__*/_jsx("g", {
80
+ mask: "url(#f)",
81
+ children: /*#__PURE__*/_jsx("path", {
82
+ fill: "#10162F",
83
+ fillOpacity: ".28",
84
+ d: "M105 86h62v14h-62z"
85
+ })
86
+ }), /*#__PURE__*/_jsx("path", {
87
+ fill: "#E2D6CF",
88
+ stroke: "#10162F",
89
+ strokeWidth: "1.5",
90
+ d: "m288.657 159.598-14.833 26.043a5.248 5.248 0 0 1-4.562 2.652h-29.524a5.248 5.248 0 0 1-4.562-2.652l-14.833-26.043a5.25 5.25 0 0 1 0-5.196l14.833-26.043a5.248 5.248 0 0 1 4.562-2.652h29.524a5.248 5.248 0 0 1 4.562 2.652l14.833 26.043a5.25 5.25 0 0 1 0 5.196Z"
91
+ }), /*#__PURE__*/_jsx("path", {
92
+ fill: "#AEE938",
93
+ stroke: "#10162F",
94
+ strokeWidth: "1.5",
95
+ d: "m80.625 208.382 24.311 14.035a5.251 5.251 0 0 1 2.625 4.547v28.072a5.251 5.251 0 0 1-2.625 4.547l-24.311 14.035a5.25 5.25 0 0 1-5.25 0l-24.31-14.035a5.25 5.25 0 0 1-2.626-4.547v-28.072c0-1.876 1-3.609 2.625-4.547l24.311-14.035a5.25 5.25 0 0 1 5.25 0Z"
96
+ }), /*#__PURE__*/_jsx("path", {
97
+ fill: "#10162F",
98
+ stroke: "#10162F",
99
+ strokeWidth: "1.5",
100
+ d: "M140 225.75h77a3.25 3.25 0 0 1 3.25 3.25v7.25h-83.5V229a3.25 3.25 0 0 1 3.25-3.25Z"
101
+ }), /*#__PURE__*/_jsx("path", {
102
+ fill: "#10162F",
103
+ stroke: "#10162F",
104
+ strokeWidth: "1.5",
105
+ d: "M217 280.25h-77a3.25 3.25 0 0 1-3.25-3.25v-41.25h83.5V277a3.25 3.25 0 0 1-3.25 3.25Z"
106
+ }), /*#__PURE__*/_jsx("path", {
107
+ fill: "#D3F2FF",
108
+ stroke: "#10162F",
109
+ strokeWidth: "1.5",
110
+ d: "M145 220.75h77a3.25 3.25 0 0 1 3.25 3.25v7.25h-83.5V224a3.25 3.25 0 0 1 3.25-3.25Z"
111
+ }), /*#__PURE__*/_jsx("path", {
112
+ fill: "#fff",
113
+ stroke: "#10162F",
114
+ strokeWidth: "1.5",
115
+ d: "M222 275.25h-77a3.25 3.25 0 0 1-3.25-3.25v-41.25h83.5V272a3.25 3.25 0 0 1-3.25 3.25Z"
116
+ }), /*#__PURE__*/_jsx("path", {
117
+ fill: "#10162F",
118
+ stroke: "#10162F",
119
+ strokeWidth: "1.5",
120
+ d: "M266 40.75h47a3.25 3.25 0 0 1 3.25 3.25v7.25h-53.5V44a3.25 3.25 0 0 1 3.25-3.25Z"
121
+ }), /*#__PURE__*/_jsx("path", {
122
+ fill: "#fff",
123
+ stroke: "#10162F",
124
+ strokeWidth: "1.5",
125
+ d: "M313 95.25h-47a3.25 3.25 0 0 1-3.25-3.25V50.75h53.5V92a3.25 3.25 0 0 1-3.25 3.25Z"
126
+ }), /*#__PURE__*/_jsx("path", {
127
+ fill: "#EAFDC6",
128
+ stroke: "#10162F",
129
+ strokeWidth: "1.5",
130
+ d: "M295 56.75h47a3.25 3.25 0 0 1 3.25 3.25v7.25h-53.5V60a3.25 3.25 0 0 1 3.25-3.25Z"
131
+ }), /*#__PURE__*/_jsx("path", {
132
+ fill: "#fff",
133
+ stroke: "#10162F",
134
+ strokeWidth: "1.5",
135
+ d: "M342 111.25h-47a3.25 3.25 0 0 1-3.25-3.25V66.75h53.5V108a3.25 3.25 0 0 1-3.25 3.25Z"
136
+ }), /*#__PURE__*/_jsx("path", {
137
+ fill: "#10162F",
138
+ stroke: "#10162F",
139
+ strokeWidth: "1.5",
140
+ d: "M53 124.75h141a3.25 3.25 0 0 1 3.25 3.25v42.25H49.75V128a3.25 3.25 0 0 1 3.25-3.25Z"
141
+ }), /*#__PURE__*/_jsx("path", {
142
+ fill: "#0A0D1C",
143
+ stroke: "#10162F",
144
+ strokeWidth: "1.5",
145
+ d: "M53 186.25h141a3.25 3.25 0 0 0 3.25-3.25v-16.25H49.75V183a3.25 3.25 0 0 0 3.25 3.25Z"
146
+ }), /*#__PURE__*/_jsx("rect", {
147
+ width: "17.5",
148
+ height: "8.5",
149
+ x: ".75",
150
+ y: "-.75",
151
+ fill: "#FFD300",
152
+ stroke: "#10162F",
153
+ strokeWidth: "1.5",
154
+ rx: "1.25",
155
+ transform: "matrix(1 0 0 -1 54 181.5)"
156
+ }), /*#__PURE__*/_jsx("rect", {
157
+ width: "73.5",
158
+ height: "23.5",
159
+ x: "271.75",
160
+ y: "145.75",
161
+ fill: "#1557FF",
162
+ stroke: "#10162F",
163
+ strokeWidth: "1.5",
164
+ rx: "11.75"
165
+ }), /*#__PURE__*/_jsx("path", {
166
+ fill: "#FF8C00",
167
+ stroke: "#10162F",
168
+ strokeWidth: "1.5",
169
+ d: "M0 1.079h45.065v45.065H0z",
170
+ transform: "scale(.98236 1.01733) rotate(45 -70.784 481.938)"
171
+ }), /*#__PURE__*/_jsx("circle", {
172
+ cx: "197",
173
+ cy: "186",
174
+ r: "18.25",
175
+ stroke: "#E2D6CF",
176
+ strokeWidth: "1.5"
177
+ }), /*#__PURE__*/_jsx("path", {
178
+ stroke: "#10162F",
179
+ strokeWidth: "1.5",
180
+ d: "M346 99c15.464 0 28 13.208 28 29.5S361.464 158 346 158"
181
+ }), /*#__PURE__*/_jsx("circle", {
182
+ cx: "226",
183
+ cy: "253",
184
+ r: "12.25",
185
+ fill: "#1557FF",
186
+ stroke: "#10162F",
187
+ strokeWidth: "1.5"
188
+ }), /*#__PURE__*/_jsx("circle", {
189
+ cx: "201",
190
+ cy: "253",
191
+ r: "8.25",
192
+ fill: "#1557FF",
193
+ stroke: "#10162F",
194
+ strokeWidth: "1.5"
195
+ }), /*#__PURE__*/_jsx("circle", {
196
+ cx: "182",
197
+ cy: "253",
198
+ r: "6.25",
199
+ fill: "#1557FF",
200
+ stroke: "#10162F",
201
+ strokeWidth: "1.5"
202
+ }), /*#__PURE__*/_jsx("mask", {
203
+ id: "h",
204
+ width: "49",
205
+ height: "9",
206
+ x: "294",
207
+ y: "69",
208
+ maskUnits: "userSpaceOnUse",
209
+ style: {
210
+ maskType: 'alpha'
211
+ },
212
+ children: /*#__PURE__*/_jsx("path", {
213
+ fill: "url(#g)",
214
+ d: "M294 69h49v9h-49z"
215
+ })
216
+ }), /*#__PURE__*/_jsx("g", {
217
+ mask: "url(#h)",
218
+ children: /*#__PURE__*/_jsx("path", {
219
+ fill: "#AEE938",
220
+ d: "M294 69h49v9h-49z"
221
+ })
222
+ }), /*#__PURE__*/_jsx("path", {
223
+ fill: "#E91C11",
224
+ stroke: "#10162F",
225
+ strokeWidth: "1.5",
226
+ d: "M155.288 173.057c0 9.561-2.436 18.183-6.334 24.39-3.905 6.216-9.205 9.916-14.935 9.916s-11.03-3.7-14.935-9.916c-3.898-6.207-6.334-14.829-6.334-24.39 0-9.562 2.436-18.183 6.334-24.39 3.905-6.217 9.205-9.917 14.935-9.917s11.03 3.7 14.935 9.917c3.898 6.207 6.334 14.828 6.334 24.39Z"
227
+ }), /*#__PURE__*/_jsx("path", {
228
+ fill: "#fff",
229
+ stroke: "#10162F",
230
+ strokeWidth: "1.5",
231
+ d: "M146.017 173.054c0 6.217-1.406 11.809-3.639 15.82-2.248 4.035-5.234 6.318-8.359 6.318s-6.111-2.283-8.359-6.318c-2.234-4.011-3.639-9.603-3.639-15.82 0-6.217 1.405-11.808 3.639-15.819 2.248-4.036 5.234-6.319 8.359-6.319s6.111 2.283 8.359 6.319c2.233 4.011 3.639 9.602 3.639 15.819Z"
232
+ }), /*#__PURE__*/_jsx("path", {
233
+ stroke: "#AEE938",
234
+ strokeWidth: "1.5",
235
+ d: "M61 137h14.6M61 156.468h14.6M67.255 140.896h8.343M76.988 140.896h18.076M67.255 144.781h8.343M76.988 144.781h12.514M67.255 148.684H82.55M83.94 148.684h8.343M67.255 152.572h5.562M74.211 152.572h20.857"
236
+ }), /*#__PURE__*/_jsx("path", {
237
+ fill: "#E2D6CF",
238
+ d: "M251.229 202.608a.635.635 0 0 1 1.19 0 19.668 19.668 0 0 0 11.621 11.621.635.635 0 0 1 0 1.19 19.668 19.668 0 0 0-11.621 11.621.635.635 0 0 1-1.19 0 19.668 19.668 0 0 0-11.621-11.621.635.635 0 0 1 0-1.19 19.668 19.668 0 0 0 11.621-11.621ZM187.229 32.608a.634.634 0 0 1 1.19 0A19.668 19.668 0 0 0 200.04 44.23a.635.635 0 0 1 0 1.19 19.668 19.668 0 0 0-11.621 11.62.634.634 0 0 1-1.19 0 19.668 19.668 0 0 0-11.621-11.62.635.635 0 0 1 0-1.19 19.669 19.669 0 0 0 11.621-11.62Z"
239
+ }), /*#__PURE__*/_jsx("rect", {
240
+ width: "15.5",
241
+ height: "45.452",
242
+ x: "55.75",
243
+ y: "248.251",
244
+ fill: "#008A27",
245
+ stroke: "#10162F",
246
+ strokeWidth: "1.5",
247
+ rx: "7.75",
248
+ transform: "rotate(-90 55.75 248.251)"
249
+ }), /*#__PURE__*/_jsx("rect", {
250
+ width: "15.365",
251
+ height: "15.365",
252
+ x: "55.75",
253
+ y: "248.115",
254
+ fill: "#EAFDC6",
255
+ stroke: "#10162F",
256
+ strokeWidth: "1.5",
257
+ rx: "7.682",
258
+ transform: "rotate(-90 55.75 248.115)"
259
+ }), /*#__PURE__*/_jsx("path", {
260
+ stroke: "#fff",
261
+ strokeWidth: "1.5",
262
+ d: "M313.052 207.457v17.11M321.608 216.011h-17.11M319.102 209.96l-12.099 12.099M319.102 222.064l-12.099-12.098"
263
+ }), /*#__PURE__*/_jsx("path", {
264
+ stroke: "#E2D6CF",
265
+ strokeWidth: "1.5",
266
+ d: "M32.554 191v17.11M41.11 199.554H24M38.604 193.503l-12.1 12.099M38.604 205.607l-12.1-12.098"
267
+ }), /*#__PURE__*/_jsx("path", {
268
+ fill: "#FFD300",
269
+ stroke: "#10162F",
270
+ strokeWidth: "1.5",
271
+ d: "m274.175 228.717-14.133 18.899c-.986 1.319-.045 3.198 1.602 3.198h31.562c.63 0 1.224-.297 1.601-.802l8.759-11.713c3.945-5.276.18-12.791-6.407-12.791h-16.577a8 8 0 0 0-6.407 3.209Z"
272
+ }), /*#__PURE__*/_jsx("path", {
273
+ stroke: "#10162F",
274
+ strokeWidth: "1.5",
275
+ d: "m265.92 251.021 8.273-10.707M274.196 251.021l8.273-10.707M282.952 251.021l8.273-10.707"
276
+ }), /*#__PURE__*/_jsx("circle", {
277
+ cx: "263.13",
278
+ cy: "72.13",
279
+ r: "11.38",
280
+ fill: "#FFD300",
281
+ stroke: "#10162F",
282
+ strokeWidth: "1.5"
283
+ }), /*#__PURE__*/_jsx("path", {
284
+ stroke: "#10162F",
285
+ strokeWidth: "1.5",
286
+ d: "m258.489 72.954 2.723 2.723 6.467-6.467"
287
+ }), /*#__PURE__*/_jsx("mask", {
288
+ id: "i",
289
+ fill: "#fff",
290
+ children: /*#__PURE__*/_jsx("path", {
291
+ fillRule: "evenodd",
292
+ d: "M73.504 74.505c-11.13-14.774-15.664-28.678-10.17-34.172 5.493-5.493 19.398-.96 34.173 10.172 14.769-11.124 28.668-15.653 34.16-10.162 5.492 5.492.962 19.392-10.164 34.162 11.125 14.77 15.654 28.669 10.162 34.16-5.491 5.492-19.389.963-34.158-10.16-14.774 11.131-28.679 15.664-34.172 10.171-5.493-5.493-.96-19.397 10.17-34.17Z",
293
+ clipRule: "evenodd"
294
+ })
295
+ }), /*#__PURE__*/_jsx("path", {
296
+ fill: "#F966FF",
297
+ fillRule: "evenodd",
298
+ d: "M73.504 74.505c-11.13-14.774-15.664-28.678-10.17-34.172 5.493-5.493 19.398-.96 34.173 10.172 14.769-11.124 28.668-15.653 34.16-10.162 5.492 5.492.962 19.392-10.164 34.162 11.125 14.77 15.654 28.669 10.162 34.16-5.491 5.492-19.389.963-34.158-10.16-14.774 11.131-28.679 15.664-34.172 10.171-5.493-5.493-.96-19.397 10.17-34.17Z",
299
+ clipRule: "evenodd"
300
+ }), /*#__PURE__*/_jsx("path", {
301
+ fill: "#10162F",
302
+ d: "m73.504 74.505 1.198.903.68-.903-.68-.902-1.198.902Zm-10.17-34.172-1.062-1.06 1.061 1.06Zm34.173 10.172-.903 1.198.903.68.902-.68-.902-1.198Zm34.16-10.162-1.061 1.061 1.061-1.06Zm-10.164 34.162-1.198-.902-.679.902.679.903 1.198-.903Zm-23.996 24 .902-1.199-.902-.68-.903.68.903 1.198Zm-34.172 10.171-1.06 1.06 1.06-1.06Zm11.367-35.073C69.201 66.3 65.39 59.288 63.62 53.5c-1.807-5.908-1.34-9.99.775-12.106l-2.122-2.121c-3.377 3.377-3.391 8.993-1.522 15.105 1.906 6.232 5.927 13.558 11.556 21.03l2.396-1.805Zm-10.308-32.21c2.116-2.115 6.199-2.581 12.107-.774 5.787 1.77 12.8 5.582 20.103 11.084l1.805-2.396c-7.472-5.63-14.799-9.65-21.03-11.557-6.112-1.869-11.729-1.855-15.107 1.523l2.122 2.12Zm34.015 10.31c7.3-5.498 14.31-9.307 20.096-11.075 5.905-1.806 9.986-1.34 12.101.776l2.122-2.121c-3.377-3.377-8.991-3.392-15.1-1.524-6.23 1.904-13.554 5.922-21.024 11.548l1.805 2.397Zm32.197-10.299c2.116 2.115 2.582 6.197.776 12.102-1.768 5.786-5.578 12.797-11.077 20.097l2.397 1.805c5.626-7.47 9.645-14.794 11.549-21.024 1.868-6.11 1.853-11.724-1.523-15.101l-2.122 2.121Zm-10.301 34.004c5.499 7.3 9.308 14.31 11.076 20.095 1.805 5.906 1.339 9.987-.776 12.102l2.121 2.121c3.377-3.376 3.392-8.991 1.524-15.1-1.904-6.23-5.922-13.553-11.548-21.023l-2.397 1.805Zm10.3 32.197c-2.115 2.115-6.196 2.581-12.101.776-5.785-1.768-12.795-5.577-20.095-11.075l-1.805 2.397c7.47 5.626 14.793 9.643 21.023 11.547 6.109 1.868 11.723 1.853 15.099-1.524l-2.121-2.121Zm-34-10.299c-7.303 5.502-14.316 9.314-20.103 11.084-5.908 1.807-9.99 1.341-12.107-.775l-2.12 2.121c3.377 3.378 8.993 3.392 15.104 1.523 6.232-1.906 13.559-5.927 21.03-11.556l-1.805-2.397Zm-32.21 10.309c-2.115-2.116-2.581-6.198-.775-12.106 1.77-5.787 5.581-12.8 11.082-20.101l-2.396-1.805c-5.629 7.471-9.649 14.797-11.555 21.029-1.868 6.111-1.854 11.727 1.523 15.104l2.121-2.121Z",
303
+ mask: "url(#i)"
304
+ }), /*#__PURE__*/_jsx("path", {
305
+ fill: "#D3F2FF",
306
+ stroke: "#10162F",
307
+ strokeWidth: "1.5",
308
+ d: "M113.75 56.75h52.5v35.5h-52.5z"
309
+ }), /*#__PURE__*/_jsx("path", {
310
+ fill: "#10162F",
311
+ stroke: "#10162F",
312
+ strokeWidth: "1.5",
313
+ d: "m149.003 73.83-13.925 8.04V65.79l13.925 8.04Z"
314
+ }), /*#__PURE__*/_jsx("path", {
315
+ fill: "#fff",
316
+ fillRule: "evenodd",
317
+ d: "M343.951 249.015 326 239l.302 20.553 6.787-4.052 3.376 5.655 4.076-2.434-3.377-5.655 6.787-4.052Z",
318
+ clipRule: "evenodd"
319
+ }), /*#__PURE__*/_jsx("path", {
320
+ fill: "#10162F",
321
+ d: "m326 239 .365-.655-1.134-.633.019 1.299.75-.011Zm17.951 10.015.384.644 1.116-.666-1.135-.633-.365.655Zm-17.649 10.538-.75.011.019 1.299 1.116-.666-.385-.644Zm6.787-4.052.644-.385-.385-.643-.644.384.385.644Zm3.376 5.655-.644.384.385.644.644-.385-.385-.643Zm4.076-2.434.384.644.644-.385-.384-.644-.644.385Zm-3.377-5.655-.384-.644-.644.385.384.644.644-.385Zm-11.529-13.412 17.95 10.015.731-1.31-17.951-10.015-.73 1.31Zm1.417 19.887-.302-20.553-1.5.022.302 20.553 1.5-.022Zm5.652-4.685-6.786 4.052.769 1.288 6.786-4.052-.769-1.288Zm4.405 5.914-3.376-5.655-1.288.77 3.376 5.654 1.288-.769Zm3.047-2.693-4.075 2.434.769 1.287 4.075-2.433-.769-1.288Zm-3.636-4.626 3.377 5.654 1.288-.769-3.377-5.654-1.288.769Zm7.046-5.081-6.786 4.052.769 1.288 6.786-4.052-.769-1.288Z"
322
+ }), /*#__PURE__*/_jsx("path", {
323
+ stroke: "#E2D6CF",
324
+ strokeLinejoin: "round",
325
+ strokeWidth: "1.5",
326
+ d: "M253 124c0-23.319 0-35.93-11.029-34.946-11.03.984-4.826 20.674-18.092 20.674-13.267 0-4.656-20.674-17.754-20.674-13.097 0-4.125 21.283-18.89 20.674-14.765-.61-1.881-20.675-20.235-20.674"
327
+ }), /*#__PURE__*/_jsx("path", {
328
+ fill: "#10162F",
329
+ stroke: "#10162F",
330
+ strokeWidth: "1.5",
331
+ d: "M329.25 99.844v11.406h-22.5v-11.4a.768.768 0 0 0 .039-.312 11.782 11.782 0 0 1-.039-.927c0-3.157 1.194-6.178 3.308-8.4 2.113-2.22 4.971-3.461 7.942-3.461s5.829 1.24 7.942 3.46c2.114 2.223 3.308 5.244 3.308 8.4 0 .313-.015.627-.037.934a.764.764 0 0 0 .037.3Z"
332
+ }), /*#__PURE__*/_jsxs("defs", {
333
+ children: [/*#__PURE__*/_jsx("pattern", {
334
+ id: "a",
335
+ width: ".941",
336
+ height: "2.909",
337
+ patternContentUnits: "objectBoundingBox",
338
+ children: /*#__PURE__*/_jsx("use", {
339
+ xlinkHref: "#j",
340
+ transform: "scale(.0147 .04545)"
341
+ })
342
+ }), /*#__PURE__*/_jsx("pattern", {
343
+ id: "c",
344
+ width: ".43",
345
+ height: "5.818",
346
+ patternContentUnits: "objectBoundingBox",
347
+ children: /*#__PURE__*/_jsx("use", {
348
+ xlinkHref: "#j",
349
+ transform: "scale(.00671 .0909)"
350
+ })
351
+ }), /*#__PURE__*/_jsx("pattern", {
352
+ id: "e",
353
+ width: "1.032",
354
+ height: "4.571",
355
+ patternContentUnits: "objectBoundingBox",
356
+ children: /*#__PURE__*/_jsx("use", {
357
+ xlinkHref: "#j",
358
+ transform: "scale(.01613 .07143)"
359
+ })
360
+ }), /*#__PURE__*/_jsx("pattern", {
361
+ id: "g",
362
+ width: ".082",
363
+ height: ".444",
364
+ patternContentUnits: "objectBoundingBox",
365
+ children: /*#__PURE__*/_jsx("use", {
366
+ xlinkHref: "#k",
367
+ transform: "scale(.0204 .11111)"
368
+ })
369
+ }), /*#__PURE__*/_jsx("image", {
370
+ xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEySURBVHgB7ZTLDcIwEETXqYATbdB/GbTBiQYg2BIrcQDys1ezOxspsmdOeZroyel8meX9tDtbLp+hnffbtTBl2GXMMjW8Fqzw6QDkZcwyNbwWrPDpAORlzDI1vBas8OkA5GXMMjW8Fqzw6QDkZcwyNbwWrPDpAORlzDI1vBas8OkA5GXMMjW8Fqzw6QDkZcwyNbwWrPDpAORlzDIzfD3L1C5sv33LDb5en5QOUPj6zrTLN/iap8IMT+WAb/DC4oBf8MLggH/w4R2wBB/aAWvgJaoD1sJLRAdsgQ/ngK3woRywB16iOGAvvERwwBF49w44Cu/aAT3gxasDesGLRwf0hHfngN7wrhwwAl68OGAUvHhwwEh4eAeMhod2gAW8oDrACl4QHWAJ3/KE5oD6PPTjLPIL4BX6o6eL31UAAAAASUVORK5CYII=",
371
+ id: "j",
372
+ width: "64",
373
+ height: "64"
374
+ }), /*#__PURE__*/_jsx("image", {
375
+ xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAeSURBVHgBjcoxEQAAAAFAEUxq6J+OBO78/KAcXOYsc5ICqdLdEKMAAAAASUVORK5CYII=",
376
+ id: "k",
377
+ width: "4",
378
+ height: "4"
379
+ })]
380
+ })]
381
+ });
382
+ };
package/dist/Keyhole.d.ts CHANGED
@@ -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 Keyhole: React.FC<IllustrationProps>;
package/dist/Keyhole.js CHANGED
@@ -1,28 +1,33 @@
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 Keyhole = function Keyhole(_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
  height: height,
11
13
  width: width,
12
14
  viewBox: "0 0 88 136",
13
15
  fill: "none",
14
- xmlns: "http://www.w3.org/2000/svg"
15
- }, /*#__PURE__*/React.createElement("title", null, "Keyhole Icon"), /*#__PURE__*/React.createElement("path", {
16
- d: "M87.5 44.0034V44.0037C87.5019 52.0199 85.2866 59.8805 81.099 66.7165C76.9114 73.5525 70.9145 79.0975 63.7715 82.7386L63.4255 82.9149L63.5107 83.2937L75.2288 135.415H12.8034L24.5055 83.2936L24.5905 82.9148L24.2447 82.7385C17.3555 79.2275 11.5269 73.944 7.35915 67.432C3.19143 60.92 0.835233 53.415 0.533202 45.6899C0.23117 37.9647 1.99423 30.2988 5.64081 23.4814C9.28738 16.664 14.6857 10.9417 21.2797 6.90371C27.8738 2.86574 35.4253 0.658102 43.1564 0.50818C50.8876 0.358259 58.519 2.27148 65.2648 6.05077C72.0105 9.83005 77.6266 15.3388 81.5349 22.0097C85.4431 28.6805 87.5022 36.2724 87.5 44.0034Z",
17
- stroke: "#10162F"
18
- }), /*#__PURE__*/React.createElement("path", {
19
- d: "M43.9998 54.1991C58.3095 54.1991 69.9097 48.4002 69.9097 41.2468C69.9097 34.0934 58.3095 28.2944 43.9998 28.2944C29.6901 28.2944 18.0898 34.0934 18.0898 41.2468C18.0898 48.4002 29.6901 54.1991 43.9998 54.1991Z",
20
- stroke: "#10162F",
21
- strokeMiterlimit: "10"
22
- }), /*#__PURE__*/React.createElement("path", {
23
- d: "M54.8271 47.723C57.2121 47.723 59.1454 45.79 59.1454 43.4056C59.1454 41.0211 57.2121 39.0881 54.8271 39.0881C52.4422 39.0881 50.5088 41.0211 50.5088 43.4056C50.5088 45.79 52.4422 47.723 54.8271 47.723Z",
24
- fill: "#10162F",
25
- stroke: "#10162F",
26
- strokeMiterlimit: "10"
27
- }));
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ children: [/*#__PURE__*/_jsx("title", {
18
+ children: "Keyhole Icon"
19
+ }), /*#__PURE__*/_jsx("path", {
20
+ d: "M87.5 44.0034V44.0037C87.5019 52.0199 85.2866 59.8805 81.099 66.7165C76.9114 73.5525 70.9145 79.0975 63.7715 82.7386L63.4255 82.9149L63.5107 83.2937L75.2288 135.415H12.8034L24.5055 83.2936L24.5905 82.9148L24.2447 82.7385C17.3555 79.2275 11.5269 73.944 7.35915 67.432C3.19143 60.92 0.835233 53.415 0.533202 45.6899C0.23117 37.9647 1.99423 30.2988 5.64081 23.4814C9.28738 16.664 14.6857 10.9417 21.2797 6.90371C27.8738 2.86574 35.4253 0.658102 43.1564 0.50818C50.8876 0.358259 58.519 2.27148 65.2648 6.05077C72.0105 9.83005 77.6266 15.3388 81.5349 22.0097C85.4431 28.6805 87.5022 36.2724 87.5 44.0034Z",
21
+ stroke: "#10162F"
22
+ }), /*#__PURE__*/_jsx("path", {
23
+ d: "M43.9998 54.1991C58.3095 54.1991 69.9097 48.4002 69.9097 41.2468C69.9097 34.0934 58.3095 28.2944 43.9998 28.2944C29.6901 28.2944 18.0898 34.0934 18.0898 41.2468C18.0898 48.4002 29.6901 54.1991 43.9998 54.1991Z",
24
+ stroke: "#10162F",
25
+ strokeMiterlimit: "10"
26
+ }), /*#__PURE__*/_jsx("path", {
27
+ d: "M54.8271 47.723C57.2121 47.723 59.1454 45.79 59.1454 43.4056C59.1454 41.0211 57.2121 39.0881 54.8271 39.0881C52.4422 39.0881 50.5088 41.0211 50.5088 43.4056C50.5088 45.79 52.4422 47.723 54.8271 47.723Z",
28
+ fill: "#10162F",
29
+ stroke: "#10162F",
30
+ strokeMiterlimit: "10"
31
+ })]
32
+ });
28
33
  };
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IllustrationProps } from './types';
3
+ export declare const Knowledge: React.FC<IllustrationProps>;