nzk-react-components 1.0.0-1 → 1.1.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/dist/cjs/icons/Achievements.js +171 -0
  2. package/dist/cjs/icons/Achievements.js.map +1 -0
  3. package/dist/cjs/icons/Audio.js +40 -0
  4. package/dist/cjs/icons/Audio.js.map +1 -0
  5. package/dist/cjs/icons/Chest.js +79 -0
  6. package/dist/cjs/icons/Chest.js.map +1 -0
  7. package/dist/cjs/icons/Featured.js +52 -0
  8. package/dist/cjs/icons/Featured.js.map +1 -0
  9. package/dist/cjs/icons/Features.js +53 -0
  10. package/dist/cjs/icons/Features.js.map +1 -0
  11. package/dist/cjs/icons/Followers.js +87 -0
  12. package/dist/cjs/icons/Followers.js.map +1 -0
  13. package/dist/cjs/icons/Pinterest.js +35 -0
  14. package/dist/cjs/icons/Pinterest.js.map +1 -0
  15. package/dist/cjs/icons/Report.js +39 -0
  16. package/dist/cjs/icons/Report.js.map +1 -0
  17. package/dist/cjs/icons/Shuffle.js +35 -0
  18. package/dist/cjs/icons/Shuffle.js.map +1 -0
  19. package/dist/cjs/icons/StarTutoring.js +44 -0
  20. package/dist/cjs/icons/StarTutoring.js.map +1 -0
  21. package/dist/cjs/icons/StopWatch.js +104 -0
  22. package/dist/cjs/icons/StopWatch.js.map +1 -0
  23. package/dist/cjs/icons/Target.js +42 -0
  24. package/dist/cjs/icons/Target.js.map +1 -0
  25. package/dist/cjs/icons/TeamFlorence.js +101 -0
  26. package/dist/cjs/icons/TeamFlorence.js.map +1 -0
  27. package/dist/cjs/icons/TeamGiraffe.js +244 -0
  28. package/dist/cjs/icons/TeamGiraffe.js.map +1 -0
  29. package/dist/cjs/icons/TeamGrudge.js +177 -0
  30. package/dist/cjs/icons/TeamGrudge.js.map +1 -0
  31. package/dist/cjs/icons/TeamSeaLion.js +184 -0
  32. package/dist/cjs/icons/TeamSeaLion.js.map +1 -0
  33. package/dist/cjs/icons/Wishlist.js +98 -0
  34. package/dist/cjs/icons/Wishlist.js.map +1 -0
  35. package/dist/cjs/icons/WritingTypeDiaryEntry.js +11 -17
  36. package/dist/cjs/icons/WritingTypeDiaryEntry.js.map +1 -1
  37. package/dist/cjs/icons/WritingTypeExplanation.js +47 -0
  38. package/dist/cjs/icons/WritingTypeExplanation.js.map +1 -0
  39. package/dist/cjs/index.js +36 -0
  40. package/dist/cjs/index.js.map +1 -1
  41. package/dist/components/Icon/Icon.stories.d.ts +0 -2
  42. package/dist/esm/icons/Achievements.js +147 -0
  43. package/dist/esm/icons/Achievements.js.map +1 -0
  44. package/dist/esm/icons/Audio.js +16 -0
  45. package/dist/esm/icons/Audio.js.map +1 -0
  46. package/dist/esm/icons/Chest.js +55 -0
  47. package/dist/esm/icons/Chest.js.map +1 -0
  48. package/dist/esm/icons/Featured.js +28 -0
  49. package/dist/esm/icons/Featured.js.map +1 -0
  50. package/dist/esm/icons/Features.js +29 -0
  51. package/dist/esm/icons/Features.js.map +1 -0
  52. package/dist/esm/icons/Followers.js +63 -0
  53. package/dist/esm/icons/Followers.js.map +1 -0
  54. package/dist/esm/icons/Pinterest.js +11 -0
  55. package/dist/esm/icons/Pinterest.js.map +1 -0
  56. package/dist/esm/icons/Report.js +15 -0
  57. package/dist/esm/icons/Report.js.map +1 -0
  58. package/dist/esm/icons/Shuffle.js +11 -0
  59. package/dist/esm/icons/Shuffle.js.map +1 -0
  60. package/dist/esm/icons/StarTutoring.js +20 -0
  61. package/dist/esm/icons/StarTutoring.js.map +1 -0
  62. package/dist/esm/icons/StopWatch.js +80 -0
  63. package/dist/esm/icons/StopWatch.js.map +1 -0
  64. package/dist/esm/icons/Target.js +18 -0
  65. package/dist/esm/icons/Target.js.map +1 -0
  66. package/dist/esm/icons/TeamFlorence.js +77 -0
  67. package/dist/esm/icons/TeamFlorence.js.map +1 -0
  68. package/dist/esm/icons/TeamGiraffe.js +220 -0
  69. package/dist/esm/icons/TeamGiraffe.js.map +1 -0
  70. package/dist/esm/icons/TeamGrudge.js +153 -0
  71. package/dist/esm/icons/TeamGrudge.js.map +1 -0
  72. package/dist/esm/icons/TeamSeaLion.js +160 -0
  73. package/dist/esm/icons/TeamSeaLion.js.map +1 -0
  74. package/dist/esm/icons/Wishlist.js +74 -0
  75. package/dist/esm/icons/Wishlist.js.map +1 -0
  76. package/dist/esm/icons/WritingTypeDiaryEntry.js +11 -17
  77. package/dist/esm/icons/WritingTypeDiaryEntry.js.map +1 -1
  78. package/dist/esm/icons/WritingTypeExplanation.js +23 -0
  79. package/dist/esm/icons/WritingTypeExplanation.js.map +1 -0
  80. package/dist/esm/index.js +18 -0
  81. package/dist/esm/index.js.map +1 -1
  82. package/dist/icons/Achievements.d.ts +3 -0
  83. package/dist/icons/Audio.d.ts +3 -0
  84. package/dist/icons/Chest.d.ts +3 -0
  85. package/dist/icons/Featured.d.ts +3 -0
  86. package/dist/icons/Features.d.ts +3 -0
  87. package/dist/icons/Followers.d.ts +3 -0
  88. package/dist/icons/Pinterest.d.ts +3 -0
  89. package/dist/icons/Report.d.ts +3 -0
  90. package/dist/icons/Shuffle.d.ts +3 -0
  91. package/dist/icons/StarTutoring.d.ts +3 -0
  92. package/dist/icons/StopWatch.d.ts +3 -0
  93. package/dist/icons/Target.d.ts +3 -0
  94. package/dist/icons/TeamFlorence.d.ts +3 -0
  95. package/dist/icons/TeamGiraffe.d.ts +3 -0
  96. package/dist/icons/TeamGrudge.d.ts +3 -0
  97. package/dist/icons/TeamSeaLion.d.ts +3 -0
  98. package/dist/icons/Wishlist.d.ts +3 -0
  99. package/dist/icons/WritingTypeExplanation.d.ts +3 -0
  100. package/dist/icons/index.d.ts +18 -0
  101. package/package.json +1 -1
package/dist/cjs/index.js CHANGED
@@ -20,16 +20,19 @@ var useDebounce = require('./hooks/useDebounce.js');
20
20
  var NzkPurple = require('./icons/NzkPurple.js');
21
21
  var Nzk = require('./icons/Nzk.js');
22
22
  var AboutUs = require('./icons/AboutUs.js');
23
+ var Achievements = require('./icons/Achievements.js');
23
24
  var Activities = require('./icons/Activities.js');
24
25
  var Archive = require('./icons/Archive.js');
25
26
  var ArrowLeft = require('./icons/ArrowLeft.js');
26
27
  var ArrowRight = require('./icons/ArrowRight.js');
28
+ var Audio = require('./icons/Audio.js');
27
29
  var Awards = require('./icons/Awards.js');
28
30
  var Bear = require('./icons/Bear.js');
29
31
  var CardSkills = require('./icons/CardSkills.js');
30
32
  var Challenges = require('./icons/Challenges.js');
31
33
  var Chart = require('./icons/Chart.js');
32
34
  var Checkmark = require('./icons/Checkmark.js');
35
+ var Chest = require('./icons/Chest.js');
33
36
  var CloseCopy = require('./icons/CloseCopy.js');
34
37
  var Close = require('./icons/Close.js');
35
38
  var Collect = require('./icons/Collect.js');
@@ -64,9 +67,12 @@ var ExclamationGrey = require('./icons/ExclamationGrey.js');
64
67
  var Exclamation = require('./icons/Exclamation.js');
65
68
  var Eye = require('./icons/Eye.js');
66
69
  var Facebook = require('./icons/Facebook.js');
70
+ var Featured = require('./icons/Featured.js');
71
+ var Features = require('./icons/Features.js');
67
72
  var Filter = require('./icons/Filter.js');
68
73
  var Flag = require('./icons/Flag.js');
69
74
  var Flamingo = require('./icons/Flamingo.js');
75
+ var Followers = require('./icons/Followers.js');
70
76
  var ForYou = require('./icons/ForYou.js');
71
77
  var Games = require('./icons/Games.js');
72
78
  var Gift = require('./icons/Gift.js');
@@ -102,6 +108,7 @@ var Pdf = require('./icons/Pdf.js');
102
108
  var Pencil = require('./icons/Pencil.js');
103
109
  var Pending = require('./icons/Pending.js');
104
110
  var Penguin = require('./icons/Penguin.js');
111
+ var Pinterest = require('./icons/Pinterest.js');
105
112
  var PlayVideo = require('./icons/PlayVideo.js');
106
113
  var Play = require('./icons/Play.js');
107
114
  var Plus = require('./icons/Plus.js');
@@ -109,6 +116,7 @@ var Private = require('./icons/Private.js');
109
116
  var Progress = require('./icons/Progress.js');
110
117
  var Projects = require('./icons/Projects.js');
111
118
  var Refresh = require('./icons/Refresh.js');
119
+ var Report = require('./icons/Report.js');
112
120
  var Rewards = require('./icons/Rewards.js');
113
121
  var Sealion = require('./icons/Sealion.js');
114
122
  var Search = require('./icons/Search.js');
@@ -116,10 +124,18 @@ var Send = require('./icons/Send.js');
116
124
  var Settings = require('./icons/Settings.js');
117
125
  var Sharing = require('./icons/Sharing.js');
118
126
  var Shop = require('./icons/Shop.js');
127
+ var Shuffle = require('./icons/Shuffle.js');
119
128
  var SoundOff = require('./icons/SoundOff.js');
120
129
  var SoundOn = require('./icons/SoundOn.js');
130
+ var StarTutoring = require('./icons/StarTutoring.js');
121
131
  var StarWriting = require('./icons/StarWriting.js');
132
+ var StopWatch = require('./icons/StopWatch.js');
133
+ var Target = require('./icons/Target.js');
122
134
  var Task = require('./icons/Task.js');
135
+ var TeamFlorence = require('./icons/TeamFlorence.js');
136
+ var TeamGiraffe = require('./icons/TeamGiraffe.js');
137
+ var TeamGrudge = require('./icons/TeamGrudge.js');
138
+ var TeamSeaLion = require('./icons/TeamSeaLion.js');
123
139
  var TextToSpeech = require('./icons/TextToSpeech.js');
124
140
  var Tick = require('./icons/Tick.js');
125
141
  var Torch = require('./icons/Torch.js');
@@ -134,9 +150,11 @@ var User = require('./icons/User.js');
134
150
  var Users = require('./icons/Users.js');
135
151
  var Video = require('./icons/Video.js');
136
152
  var Whatsapp = require('./icons/Whatsapp.js');
153
+ var Wishlist = require('./icons/Wishlist.js');
137
154
  var WritingTypeAdventureStory = require('./icons/WritingTypeAdventureStory.js');
138
155
  var WritingTypeBiography = require('./icons/WritingTypeBiography.js');
139
156
  var WritingTypeDiaryEntry = require('./icons/WritingTypeDiaryEntry.js');
157
+ var WritingTypeExplanation = require('./icons/WritingTypeExplanation.js');
140
158
  var WritingTypeFreeWrite = require('./icons/WritingTypeFreeWrite.js');
141
159
  var WritingTypeInstructions = require('./icons/WritingTypeInstructions.js');
142
160
  var WritingTypeLetterWriting = require('./icons/WritingTypeLetterWriting.js');
@@ -169,16 +187,19 @@ exports.useDebounce = useDebounce;
169
187
  exports.NzkPurple = NzkPurple;
170
188
  exports.Nzk = Nzk;
171
189
  exports.AboutUs = AboutUs;
190
+ exports.Achievements = Achievements;
172
191
  exports.Activities = Activities;
173
192
  exports.Archive = Archive;
174
193
  exports.ArrowLeft = ArrowLeft;
175
194
  exports.ArrowRight = ArrowRight;
195
+ exports.Audio = Audio;
176
196
  exports.Awards = Awards;
177
197
  exports.Bear = Bear;
178
198
  exports.CardSkills = CardSkills;
179
199
  exports.Challenges = Challenges;
180
200
  exports.Chart = Chart;
181
201
  exports.Checkmark = Checkmark;
202
+ exports.Chest = Chest;
182
203
  exports.CloseCopy = CloseCopy;
183
204
  exports.Close = Close;
184
205
  exports.Collect = Collect;
@@ -213,9 +234,12 @@ exports.ExclamationGrey = ExclamationGrey;
213
234
  exports.Exclamation = Exclamation;
214
235
  exports.Eye = Eye;
215
236
  exports.Facebook = Facebook;
237
+ exports.Featured = Featured;
238
+ exports.Features = Features;
216
239
  exports.Filter = Filter;
217
240
  exports.Flag = Flag;
218
241
  exports.Flamingo = Flamingo;
242
+ exports.Followers = Followers;
219
243
  exports.ForYou = ForYou;
220
244
  exports.Games = Games;
221
245
  exports.Gift = Gift;
@@ -251,6 +275,7 @@ exports.Pdf = Pdf;
251
275
  exports.Pencil = Pencil;
252
276
  exports.Pending = Pending;
253
277
  exports.Penguin = Penguin;
278
+ exports.Pinterest = Pinterest;
254
279
  exports.PlayVideo = PlayVideo;
255
280
  exports.Play = Play;
256
281
  exports.Plus = Plus;
@@ -258,6 +283,7 @@ exports.Private = Private;
258
283
  exports.Progress = Progress;
259
284
  exports.Projects = Projects;
260
285
  exports.Refresh = Refresh;
286
+ exports.Report = Report;
261
287
  exports.Rewards = Rewards;
262
288
  exports.Sealion = Sealion;
263
289
  exports.Search = Search;
@@ -265,10 +291,18 @@ exports.Send = Send;
265
291
  exports.Settings = Settings;
266
292
  exports.Sharing = Sharing;
267
293
  exports.Shop = Shop;
294
+ exports.Shuffle = Shuffle;
268
295
  exports.SoundOff = SoundOff;
269
296
  exports.SoundOn = SoundOn;
297
+ exports.StarTutoring = StarTutoring;
270
298
  exports.StarWriting = StarWriting;
299
+ exports.StopWatch = StopWatch;
300
+ exports.Target = Target;
271
301
  exports.Task = Task;
302
+ exports.TeamFlorence = TeamFlorence;
303
+ exports.TeamGiraffe = TeamGiraffe;
304
+ exports.TeamGrudge = TeamGrudge;
305
+ exports.TeamSeaLion = TeamSeaLion;
272
306
  exports.TextToSpeech = TextToSpeech;
273
307
  exports.Tick = Tick;
274
308
  exports.Torch = Torch;
@@ -283,9 +317,11 @@ exports.User = User;
283
317
  exports.Users = Users;
284
318
  exports.Video = Video;
285
319
  exports.Whatsapp = Whatsapp;
320
+ exports.Wishlist = Wishlist;
286
321
  exports.WritingTypeAdventureStory = WritingTypeAdventureStory;
287
322
  exports.WritingTypeBiography = WritingTypeBiography;
288
323
  exports.WritingTypeDiaryEntry = WritingTypeDiaryEntry;
324
+ exports.WritingTypeExplanation = WritingTypeExplanation;
289
325
  exports.WritingTypeFreeWrite = WritingTypeFreeWrite;
290
326
  exports.WritingTypeInstructions = WritingTypeInstructions;
291
327
  exports.WritingTypeLetterWriting = WritingTypeLetterWriting;
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,7 +1,5 @@
1
1
  import { Story } from "@storybook/react";
2
2
  import { Meta } from "@storybook/react/types-6-0";
3
- import { IconProps } from "./Icon";
4
3
  declare const _default: Meta<import("@storybook/react").Args>;
5
4
  export default _default;
6
- export declare const Primary: Story<IconProps>;
7
5
  export declare const AllIcons: Story;
@@ -0,0 +1,147 @@
1
+ import { __assign } from 'tslib';
2
+ import * as React from 'react';
3
+
4
+ var SvgAchievements = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 120 120.12" }, props),
5
+ React.createElement("defs", null,
6
+ React.createElement("clipPath", { id: "achievements_svg__a" },
7
+ React.createElement("path", { "data-name": "Rectangle 1758", fill: "none", d: "M0 0h109.067v120H0z" })),
8
+ React.createElement("clipPath", { id: "achievements_svg__b" },
9
+ React.createElement("path", { "data-name": "Rectangle 1741", transform: "translate(0 10.878)", fill: "none", d: "M0 0h109.067v109.122H0z" })),
10
+ React.createElement("clipPath", { id: "achievements_svg__c" },
11
+ React.createElement("path", { "data-name": "Rectangle 1744", transform: "translate(22.453 25.59)", fill: "none", d: "M0 0h64.874v62.938H0z" })),
12
+ React.createElement("clipPath", { id: "achievements_svg__d" },
13
+ React.createElement("path", { "data-name": "Rectangle 1745", transform: "translate(30.084 18.452)", fill: "none", d: "M0 0h4.693v4.693H0z" })),
14
+ React.createElement("clipPath", { id: "achievements_svg__e" },
15
+ React.createElement("path", { "data-name": "Rectangle 1746", transform: "translate(52.145 11.882)", fill: "none", d: "M0 0h4.693v4.693H0z" })),
16
+ React.createElement("clipPath", { id: "achievements_svg__f" },
17
+ React.createElement("path", { "data-name": "Rectangle 1747", transform: "translate(52.145 98.674)", fill: "none", d: "M0 0h4.693v4.693H0z" })),
18
+ React.createElement("clipPath", { id: "achievements_svg__g" },
19
+ React.createElement("path", { "data-name": "Rectangle 1748", transform: "translate(73.731 17.717)", fill: "none", d: "M0 0h4.693v4.693H0z" })),
20
+ React.createElement("clipPath", { id: "achievements_svg__h" },
21
+ React.createElement("path", { "data-name": "Rectangle 1749", transform: "translate(30.084 92.277)", fill: "none", d: "M0 0h4.693v4.693H0z" })),
22
+ React.createElement("clipPath", { id: "achievements_svg__i" },
23
+ React.createElement("path", { "data-name": "Rectangle 1750", transform: "translate(73.731 91.542)", fill: "none", d: "M0 0h4.693v4.693H0z" })),
24
+ React.createElement("clipPath", { id: "achievements_svg__j" },
25
+ React.createElement("path", { "data-name": "Rectangle 1751", transform: "translate(89.961 33.112)", fill: "none", d: "M0 0h4.693v4.693H0z" })),
26
+ React.createElement("clipPath", { id: "achievements_svg__k" },
27
+ React.createElement("path", { "data-name": "Rectangle 1752", transform: "translate(14.034 33.112)", fill: "none", d: "M0 0h4.693v4.693H0z" })),
28
+ React.createElement("clipPath", { id: "achievements_svg__l" },
29
+ React.createElement("path", { "data-name": "Rectangle 1753", transform: "translate(89.961 76.58)", fill: "none", d: "M0 0h4.693v4.693H0z" })),
30
+ React.createElement("clipPath", { id: "achievements_svg__m" },
31
+ React.createElement("path", { "data-name": "Rectangle 1754", transform: "translate(14.034 76.58)", fill: "none", d: "M0 0h4.693v4.693H0z" })),
32
+ React.createElement("clipPath", { id: "achievements_svg__n" },
33
+ React.createElement("path", { "data-name": "Rectangle 1755", transform: "translate(8.874 54.263)", fill: "none", d: "M0 0h4.693v4.693H0z" })),
34
+ React.createElement("clipPath", { id: "achievements_svg__o" },
35
+ React.createElement("path", { "data-name": "Rectangle 1756", transform: "translate(94.988 54.263)", fill: "none", d: "M0 0h4.693v4.693H0z" }))),
36
+ React.createElement("g", { "data-name": "Group 2043", transform: "translate(5.159 .12)", clipPath: "url(#achievements_svg__a)" },
37
+ React.createElement("g", { "data-name": "Group 2001" },
38
+ React.createElement("g", { "data-name": "Group 2000", clipPath: "url(#achievements_svg__a)" },
39
+ React.createElement("g", { "data-name": "Group 1999", opacity: 0.3 },
40
+ React.createElement("g", { "data-name": "Group 1998" },
41
+ React.createElement("g", { "data-name": "Group 1997", clipPath: "url(#achievements_svg__b)" },
42
+ React.createElement("path", { "data-name": "Path 2947", d: "m54.57 10.878 12.646 7.3h14.6l7.3 12.646 12.646 7.3v14.6l7.3 12.646-7.3 12.646v14.6l-12.646 7.3-7.3 12.646h-14.6l-12.646 7.3-12.646-7.3h-14.6l-7.3-12.646-12.646-7.3V78.02L.075 65.374l7.3-12.646v-14.6l12.646-7.3 7.3-12.646h14.6Z" }),
43
+ React.createElement("path", { "data-name": "Path 2948", d: "m54.5 11.008 12.646 7.3h14.6l7.3 12.646 12.646 7.3v14.6l7.3 12.646-7.3 12.646v14.6l-12.646 7.3-7.3 12.646h-14.6L54.5 120l-12.65-7.3h-14.6l-7.3-12.646L7.3 92.752V78.15L0 65.5l7.3-12.642v-14.6l12.646-7.3 7.3-12.646h14.6Z" }),
44
+ React.createElement("path", { "data-name": "Path 2949", d: "m54.5 11.008 12.646 7.3h14.6l7.3 12.646 12.646 7.3v14.6l7.3 12.646-7.3 12.646v14.6l-12.646 7.3-7.3 12.646h-14.6L54.5 120l-12.65-7.3h-14.6l-7.3-12.646L7.3 92.752V78.15L0 65.5l7.3-12.642v-14.6l12.646-7.3 7.3-12.646h14.6Z" })))))),
45
+ React.createElement("path", { "data-name": "Path 2950", d: "M41.925 13.729h-14.6l-7.3 12.646-12.646 7.3v14.6L.075 60.924l7.3 12.646v14.6l12.646 7.3 7.3 12.646h14.6l12.646 7.3 12.646-7.3h14.6l7.3-12.646 12.646-7.3v-14.6l7.3-12.646-7.3-12.646v-14.6l-12.646-7.3-7.3-12.646h-14.6l-12.646-7.3Z", fill: "#662482" }),
46
+ React.createElement("path", { "data-name": "Path 2951", d: "M41.85 13.858h-14.6L19.947 26.5 7.3 33.806v14.6L0 61.053 7.3 73.7v14.6l12.646 7.3 7.3 12.646h14.6l12.646 7.3 12.646-7.3h14.6l7.3-12.646 12.646-7.3V73.7l7.3-12.645-7.3-12.646v-14.6L89.045 26.5l-7.3-12.646h-14.6L54.5 6.557Z", fill: "#662482" }),
47
+ React.createElement("path", { "data-name": "Path 2952", d: "M41.85 13.858h-14.6L19.947 26.5 7.3 33.806v14.6L0 61.053 7.3 73.7v14.6l12.646 7.3 7.3 12.646h14.6l12.646 7.3 12.646-7.3h14.6l7.3-12.646 12.646-7.3V73.7l7.3-12.645-7.3-12.646v-14.6L89.045 26.5l-7.3-12.646h-14.6L54.5 6.557Z", fill: "#853fb2" }),
48
+ React.createElement("path", { "data-name": "Rectangle 1743", fill: "#853fb2", d: "M0 54.626h108.992v6.298H0z" }),
49
+ React.createElement("path", { "data-name": "Path 2953", d: "M54.571 0 41.925 7.3h-14.6l-7.3 12.646-12.646 7.3v14.6L.075 54.5l7.3 12.646v14.6l12.646 7.3 7.3 12.646h14.6l12.646 7.3 12.646-7.3h14.6l7.3-12.646 12.646-7.3v-14.6l7.3-12.646-7.3-12.646v-14.6l-12.646-7.3L81.819 7.3h-14.6Z", fill: "#8710c6" }),
50
+ React.createElement("path", { "data-name": "Path 2954", d: "M41.85 7.431h-14.6l-7.3 12.646L7.3 27.378v14.6L0 54.626l7.3 12.646v14.6l12.646 7.3 7.3 12.646h14.6l12.646 7.3 12.646-7.3h14.6l7.3-12.646 12.646-7.3v-14.6l7.3-12.646-7.3-12.646v-14.6l-12.646-7.3-7.3-12.646h-14.6L54.5.13Z", fill: "#8710c6" }),
51
+ React.createElement("path", { "data-name": "Path 2955", d: "M41.85 7.431h-14.6l-7.3 12.646L7.3 27.378v14.6L0 54.626l7.3 12.646v14.6l12.646 7.3 7.3 12.646h14.6l12.646 7.3 12.646-7.3h14.6l7.3-12.646 12.646-7.3v-14.6l7.3-12.646-7.3-12.646v-14.6l-12.646-7.3-7.3-12.646h-14.6L54.5.13Z", fill: "#8710c6" }),
52
+ React.createElement("g", { "data-name": "Group 2042" },
53
+ React.createElement("g", { "data-name": "Group 2041", clipPath: "url(#achievements_svg__a)" },
54
+ React.createElement("path", { "data-name": "Path 2956", d: "M88.568 58.588a34.035 34.035 0 1 1-34.035-34.035 34.035 34.035 0 0 1 34.035 34.035", fill: "#662482" }),
55
+ React.createElement("path", { "data-name": "Path 2957", d: "M88.568 54.588a34.035 34.035 0 1 1-34.035-34.035 34.035 34.035 0 0 1 34.035 34.035", fill: "#c352ff" }),
56
+ React.createElement("path", { "data-name": "Path 2958", d: "M84.581 54.588A30.048 30.048 0 1 1 54.533 24.54a30.048 30.048 0 0 1 30.048 30.048", fill: "#662482" }),
57
+ React.createElement("path", { "data-name": "Path 2959", d: "m54.57 5.139 10.42 6.017 1.033.6h13.225l6.017 10.42.6 1.033 1.034.6 10.419 6.017v13.217l.6 1.033 6.016 10.42-6.023 10.421-.6 1.032v13.226l-10.416 6.016-1.034.6-.6 1.033-6.013 10.416H66.023l-1.033.6-10.42 6.016-10.421-6.019-1.032-.6H29.892L23.875 86.82l-.6-1.033-1.033-.6-10.42-6.016V65.949l-.6-1.032L5.214 54.5l6.015-10.42.6-1.033V29.818L22.246 23.8l1.033-.6.6-1.033 6.017-10.42h13.221l1.032-.6Zm0-5.139L41.924 7.3h-14.6l-7.3 12.646-12.646 7.3v14.6L.075 54.5l7.3 12.646v14.6l12.646 7.3 7.3 12.646h14.6l12.646 7.3 12.646-7.3h14.6l7.3-12.646 12.646-7.3v-14.6l7.3-12.646-7.3-12.646v-14.6l-12.646-7.3L81.818 7.3h-14.6Z", fill: "#c352ff" }),
58
+ React.createElement("path", { "data-name": "Path 2960", d: "m54.5 5.269 10.42 6.017 1.033.6h13.221L85.191 22.3l.6 1.033 1.033.6 10.42 6.017v13.223l.6 1.033 6.016 10.42-6.023 10.421-.6 1.031v13.227L86.82 85.321l-1.033.6-.6 1.033-6.013 10.415H65.949l-1.033.6-10.416 6.013-10.42-6.016-1.033-.6H29.818L23.8 86.95l-.6-1.033-1.033-.6-10.42-6.016V66.078l-.6-1.031-6.008-10.421 6.016-10.42.6-1.033V29.948l10.42-6.017 1.033-.6.6-1.033 6.017-10.42h13.218l1.033-.6Zm0-5.139L41.85 7.431h-14.6l-7.3 12.646L7.3 27.378v14.6L0 54.626l7.3 12.645v14.6l12.646 7.3 7.3 12.647h14.6l12.646 7.3 12.646-7.3h14.6l7.3-12.647 12.646-7.3v-14.6l7.3-12.645-7.3-12.647v-14.6l-12.646-7.3-7.3-12.646h-14.6Z", fill: "#c352ff" }),
59
+ React.createElement("path", { "data-name": "Path 2961", d: "m54.5 5.269 10.42 6.017 1.033.6h13.221L85.191 22.3l.6 1.033 1.033.6 10.42 6.017v13.223l.6 1.033 6.016 10.42-6.023 10.421-.6 1.031v13.227L86.82 85.321l-1.033.6-.6 1.033-6.013 10.415H65.949l-1.033.6-10.416 6.013-10.42-6.016-1.033-.6H29.818L23.8 86.95l-.6-1.033-1.033-.6-10.42-6.016V66.078l-.6-1.031-6.008-10.421 6.016-10.42.6-1.033V29.948l10.42-6.017 1.033-.6.6-1.033 6.017-10.42h13.218l1.033-.6Zm0-5.139L41.85 7.431h-14.6l-7.3 12.646L7.3 27.378v14.6L0 54.626l7.3 12.645v14.6l12.646 7.3 7.3 12.647h14.6l12.646 7.3 12.646-7.3h14.6l7.3-12.647 12.646-7.3v-14.6l7.3-12.645-7.3-12.647v-14.6l-12.646-7.3-7.3-12.646h-14.6Z", fill: "#c352ff" }),
60
+ React.createElement("path", { "data-name": "Path 2962", d: "M97.24 43.172V45.4l.6 1.033 5.374 9.308.643-1.113-6.017-10.42Z", fill: "#662482" }),
61
+ React.createElement("path", { "data-name": "Path 2963", d: "m5.214 54.5.642 1.113 5.3-9.179.6-1.033v-2.228l-.6 1.033Z", fill: "#662482" }),
62
+ React.createElement("path", { "data-name": "Path 2964", d: "m86.82 23.931-1.033-.6-.6-1.033-6.016-10.42H65.949l-1.032-.6L54.5 5.269l-10.42 6.016-1.033.6H29.818L23.8 22.3l-.6 1.033-1.033.6L11.826 29.9v2.23l10.346-5.974 1.033-.6.6-1.033 6.016-10.42h13.222l1.033-.6L54.5 7.494l10.421 6.017 1.032.6h13.222l6.016 10.42.6 1.033 1.033.6 10.42 6.017v-2.234Z", fill: "#662482" }),
63
+ React.createElement("g", { "data-name": "Group 2004", opacity: 0.3 },
64
+ React.createElement("g", { "data-name": "Group 2003" },
65
+ React.createElement("g", { "data-name": "Group 2002", clipPath: "url(#achievements_svg__c)" },
66
+ React.createElement("path", { "data-name": "Path 2965", d: "m87.03 51.511.3-3.9-22.638-1.725-8.161-20.3-11.145 18.827-22.635-1.726-.3 3.9L37.4 63.554l-4.351 17.318-.86.713-.3 3.9 20.755-8.969L71.8 88.528l.3-3.9-.736-.766-1.678-17.845Z", fill: "#1d1d1b" })))),
67
+ React.createElement("path", { "data-name": "Path 2966", d: "m87.327 47.62.3-3.9-22.638-1.725L56.828 21.7 45.683 40.522 23.048 38.8l-.3 3.9 14.946 16.963-4.348 17.318-.86.713-.3 3.9 20.755-8.969L72.1 84.637l.3-3.9-.736-.766-1.681-17.845Z", fill: "#ffb600" }),
68
+ React.createElement("path", { "data-name": "Path 2967", d: "m87.327 47.62.3-3.9-22.638-1.725L56.828 21.7 45.683 40.522 23.048 38.8l-.3 3.9 14.946 16.963-4.348 17.318-.86.713-.3 3.9 20.755-8.969L72.1 84.637l.3-3.9-.736-.766-1.681-17.845Z", fill: "#ffb600" }),
69
+ React.createElement("path", { "data-name": "Path 2968", d: "m87.327 47.62.3-3.9-22.638-1.725L56.828 21.7 45.683 40.522 23.048 38.8l-.3 3.9 14.946 16.963-4.348 17.318-.86.713-.3 3.9 20.755-8.969L72.1 84.637l.3-3.9-.736-.766-1.681-17.845Z", fill: "#ffb600" }),
70
+ React.createElement("path", { "data-name": "Path 2969", d: "m57.294 15.58 8.436 20.978 21.894 7.162-17.175 12.287 1.951 24.73-18.99-14.232-20.924 11.188 5.675-24.149L23.047 38.8l22.728-3.759Z", fill: "#fff" }),
71
+ React.createElement("path", { "data-name": "Path 2970", d: "m57.125 17.8 8.436 20.978 22.063 4.942L70.28 58.226l2.12 22.511-19.159-12.013-20.755 8.969 5.506-21.93L23.048 38.8l22.558-1.54Z", fill: "#ff0" }),
72
+ React.createElement("g", { "data-name": "Group 2007", opacity: 0.3 },
73
+ React.createElement("g", { "data-name": "Group 2006" },
74
+ React.createElement("g", { "data-name": "Group 2005", clipPath: "url(#achievements_svg__d)" },
75
+ React.createElement("path", { "data-name": "Path 2971", d: "M34.777 20.8a2.347 2.347 0 1 1-2.346-2.346 2.346 2.346 0 0 1 2.346 2.346", fill: "#1d1d1b" })))),
76
+ React.createElement("path", { "data-name": "Path 2972", d: "M34.777 19.8a2.347 2.347 0 1 1-2.346-2.346 2.346 2.346 0 0 1 2.346 2.346", fill: "#ffb600" }),
77
+ React.createElement("path", { "data-name": "Path 2973", d: "M34.777 18.8a2.347 2.347 0 1 1-2.346-2.346 2.346 2.346 0 0 1 2.346 2.346", fill: "#ff0" }),
78
+ React.createElement("g", { "data-name": "Group 2010", opacity: 0.3 },
79
+ React.createElement("g", { "data-name": "Group 2009" },
80
+ React.createElement("g", { "data-name": "Group 2008", clipPath: "url(#achievements_svg__e)" },
81
+ React.createElement("path", { "data-name": "Path 2974", d: "M56.837 14.229a2.347 2.347 0 1 1-2.346-2.346 2.346 2.346 0 0 1 2.346 2.346", fill: "#1d1d1b" })))),
82
+ React.createElement("path", { "data-name": "Path 2975", d: "M56.837 13.229a2.347 2.347 0 1 1-2.346-2.346 2.346 2.346 0 0 1 2.346 2.346", fill: "#ffb600" }),
83
+ React.createElement("path", { "data-name": "Path 2976", d: "M56.837 12.229a2.347 2.347 0 1 1-2.346-2.346 2.346 2.346 0 0 1 2.346 2.346", fill: "#ff0" }),
84
+ React.createElement("g", { "data-name": "Group 2013", opacity: 0.3 },
85
+ React.createElement("g", { "data-name": "Group 2012" },
86
+ React.createElement("g", { "data-name": "Group 2011", clipPath: "url(#achievements_svg__f)" },
87
+ React.createElement("path", { "data-name": "Path 2977", d: "M56.837 101.02a2.347 2.347 0 1 1-2.346-2.346 2.346 2.346 0 0 1 2.346 2.346", fill: "#1d1d1b" })))),
88
+ React.createElement("path", { "data-name": "Path 2978", d: "M56.837 100.02a2.347 2.347 0 1 1-2.346-2.346 2.346 2.346 0 0 1 2.346 2.346", fill: "#ffb600" }),
89
+ React.createElement("path", { "data-name": "Path 2979", d: "M56.837 99.02a2.347 2.347 0 1 1-2.346-2.346 2.346 2.346 0 0 1 2.346 2.346", fill: "#ff0" }),
90
+ React.createElement("g", { "data-name": "Group 2016", opacity: 0.3 },
91
+ React.createElement("g", { "data-name": "Group 2015" },
92
+ React.createElement("g", { "data-name": "Group 2014", clipPath: "url(#achievements_svg__g)" },
93
+ React.createElement("path", { "data-name": "Path 2980", d: "M78.424 20.064a2.347 2.347 0 1 1-2.346-2.346 2.346 2.346 0 0 1 2.346 2.346", fill: "#1d1d1b" })))),
94
+ React.createElement("path", { "data-name": "Path 2981", d: "M78.424 19.064a2.347 2.347 0 1 1-2.346-2.346 2.346 2.346 0 0 1 2.346 2.346", fill: "#ffb600" }),
95
+ React.createElement("path", { "data-name": "Path 2982", d: "M78.424 18.064a2.347 2.347 0 1 1-2.346-2.346 2.346 2.346 0 0 1 2.346 2.346", fill: "#ff0" }),
96
+ React.createElement("g", { "data-name": "Group 2019", opacity: 0.3 },
97
+ React.createElement("g", { "data-name": "Group 2018" },
98
+ React.createElement("g", { "data-name": "Group 2017", clipPath: "url(#achievements_svg__h)" },
99
+ React.createElement("path", { "data-name": "Path 2983", d: "M34.777 94.624a2.347 2.347 0 1 1-2.346-2.346 2.346 2.346 0 0 1 2.346 2.346", fill: "#1d1d1b" })))),
100
+ React.createElement("path", { "data-name": "Path 2984", d: "M34.777 93.624a2.347 2.347 0 1 1-2.346-2.346 2.346 2.346 0 0 1 2.346 2.346", fill: "#ffb600" }),
101
+ React.createElement("path", { "data-name": "Path 2985", d: "M34.777 92.624a2.347 2.347 0 1 1-2.346-2.346 2.346 2.346 0 0 1 2.346 2.346", fill: "#ff0" }),
102
+ React.createElement("g", { "data-name": "Group 2022", opacity: 0.3 },
103
+ React.createElement("g", { "data-name": "Group 2021" },
104
+ React.createElement("g", { "data-name": "Group 2020", clipPath: "url(#achievements_svg__i)" },
105
+ React.createElement("path", { "data-name": "Path 2986", d: "M78.424 93.889a2.347 2.347 0 1 1-2.346-2.346 2.346 2.346 0 0 1 2.346 2.346", fill: "#1d1d1b" })))),
106
+ React.createElement("path", { "data-name": "Path 2987", d: "M78.424 92.889a2.347 2.347 0 1 1-2.346-2.346 2.346 2.346 0 0 1 2.346 2.346", fill: "#ffb600" }),
107
+ React.createElement("path", { "data-name": "Path 2988", d: "M78.424 91.889a2.347 2.347 0 1 1-2.346-2.346 2.346 2.346 0 0 1 2.346 2.346", fill: "#ff0" }),
108
+ React.createElement("g", { "data-name": "Group 2025", opacity: 0.3 },
109
+ React.createElement("g", { "data-name": "Group 2024" },
110
+ React.createElement("g", { "data-name": "Group 2023", clipPath: "url(#achievements_svg__j)" },
111
+ React.createElement("path", { "data-name": "Path 2989", d: "M94.654 35.459a2.347 2.347 0 1 1-2.346-2.346 2.346 2.346 0 0 1 2.346 2.346", fill: "#1d1d1b" })))),
112
+ React.createElement("path", { "data-name": "Path 2990", d: "M94.654 34.459a2.347 2.347 0 1 1-2.346-2.346 2.346 2.346 0 0 1 2.346 2.346", fill: "#ffb600" }),
113
+ React.createElement("path", { "data-name": "Path 2991", d: "M94.654 33.459a2.347 2.347 0 1 1-2.346-2.346 2.346 2.346 0 0 1 2.346 2.346", fill: "#ff0" }),
114
+ React.createElement("g", { "data-name": "Group 2028", opacity: 0.3 },
115
+ React.createElement("g", { "data-name": "Group 2027" },
116
+ React.createElement("g", { "data-name": "Group 2026", clipPath: "url(#achievements_svg__k)" },
117
+ React.createElement("path", { "data-name": "Path 2992", d: "M18.727 35.459a2.346 2.346 0 1 1-2.346-2.346 2.346 2.346 0 0 1 2.346 2.346", fill: "#1d1d1b" })))),
118
+ React.createElement("path", { "data-name": "Path 2993", d: "M18.727 34.459a2.346 2.346 0 1 1-2.346-2.346 2.346 2.346 0 0 1 2.346 2.346", fill: "#ffb600" }),
119
+ React.createElement("path", { "data-name": "Path 2994", d: "M18.727 33.459a2.346 2.346 0 1 1-2.346-2.346 2.346 2.346 0 0 1 2.346 2.346", fill: "#ff0" }),
120
+ React.createElement("g", { "data-name": "Group 2031", opacity: 0.3 },
121
+ React.createElement("g", { "data-name": "Group 2030" },
122
+ React.createElement("g", { "data-name": "Group 2029", clipPath: "url(#achievements_svg__l)" },
123
+ React.createElement("path", { "data-name": "Path 2995", d: "M94.654 78.926a2.347 2.347 0 1 1-2.346-2.346 2.346 2.346 0 0 1 2.346 2.346", fill: "#1d1d1b" })))),
124
+ React.createElement("path", { "data-name": "Path 2996", d: "M94.654 77.926a2.347 2.347 0 1 1-2.346-2.346 2.346 2.346 0 0 1 2.346 2.346", fill: "#ffb600" }),
125
+ React.createElement("path", { "data-name": "Path 2997", d: "M94.654 76.926a2.347 2.347 0 1 1-2.346-2.346 2.346 2.346 0 0 1 2.346 2.346", fill: "#ff0" }),
126
+ React.createElement("g", { "data-name": "Group 2034", opacity: 0.3 },
127
+ React.createElement("g", { "data-name": "Group 2033" },
128
+ React.createElement("g", { "data-name": "Group 2032", clipPath: "url(#achievements_svg__m)" },
129
+ React.createElement("path", { "data-name": "Path 2998", d: "M18.727 78.926a2.346 2.346 0 1 1-2.346-2.346 2.346 2.346 0 0 1 2.346 2.346", fill: "#1d1d1b" })))),
130
+ React.createElement("path", { "data-name": "Path 2999", d: "M18.727 77.926a2.346 2.346 0 1 1-2.346-2.346 2.346 2.346 0 0 1 2.346 2.346", fill: "#ffb600" }),
131
+ React.createElement("path", { "data-name": "Path 3000", d: "M18.727 76.926a2.346 2.346 0 1 1-2.346-2.346 2.346 2.346 0 0 1 2.346 2.346", fill: "#ff0" }),
132
+ React.createElement("g", { "data-name": "Group 2037", opacity: 0.3 },
133
+ React.createElement("g", { "data-name": "Group 2036" },
134
+ React.createElement("g", { "data-name": "Group 2035", clipPath: "url(#achievements_svg__n)" },
135
+ React.createElement("path", { "data-name": "Path 3001", d: "M13.566 56.609a2.346 2.346 0 1 1-2.346-2.346 2.346 2.346 0 0 1 2.346 2.346", fill: "#1d1d1b" })))),
136
+ React.createElement("path", { "data-name": "Path 3002", d: "M13.566 55.609a2.346 2.346 0 1 1-2.346-2.346 2.346 2.346 0 0 1 2.346 2.346", fill: "#ffb600" }),
137
+ React.createElement("path", { "data-name": "Path 3003", d: "M13.566 54.609a2.346 2.346 0 1 1-2.346-2.346 2.346 2.346 0 0 1 2.346 2.346", fill: "#ff0" }),
138
+ React.createElement("g", { "data-name": "Group 2040", opacity: 0.3 },
139
+ React.createElement("g", { "data-name": "Group 2039" },
140
+ React.createElement("g", { "data-name": "Group 2038", clipPath: "url(#achievements_svg__o)" },
141
+ React.createElement("path", { "data-name": "Path 3004", d: "M99.681 56.609a2.347 2.347 0 1 1-2.346-2.346 2.346 2.346 0 0 1 2.346 2.346", fill: "#1d1d1b" })))),
142
+ React.createElement("path", { "data-name": "Path 3005", d: "M99.681 55.609a2.347 2.347 0 1 1-2.346-2.346 2.346 2.346 0 0 1 2.346 2.346", fill: "#ffb600" }),
143
+ React.createElement("path", { "data-name": "Path 3006", d: "M99.681 54.609a2.347 2.347 0 1 1-2.346-2.346 2.346 2.346 0 0 1 2.346 2.346", fill: "#ff0" })))),
144
+ React.createElement("path", { fill: "none", d: "M0 0h120v120H0z" }))); };
145
+
146
+ export { SvgAchievements as default };
147
+ //# sourceMappingURL=Achievements.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Achievements.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,16 @@
1
+ import { __assign } from 'tslib';
2
+ import * as React from 'react';
3
+
4
+ var SvgAudio = function (props) { return (React.createElement("svg", __assign({ "data-name": "Icon - Audio", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 120 120" }, props),
5
+ React.createElement("path", { fill: "none", d: "M0 0h120v120H0z" }),
6
+ React.createElement("g", { "data-name": "Group 1564", opacity: 0.3 },
7
+ React.createElement("g", { "data-name": "Group 1563" },
8
+ React.createElement("path", { "data-name": "Path 1627", d: "M59.879 25.213a42.89 42.89 0 0 0-13.825 2.306c-10.429 4.123-15.16 9.337-15.16 9.337-5.942 5.942-9.7 13.584-9.7 22.072v6.185a31.454 31.454 0 0 0 10.837 23.356 36.622 36.622 0 0 1-7.685 7.694c-.608.484-1.335 1.092-1.214 1.455.095.192-.122 1.7 0 2.06.095.192-.122 1.7 0 2.06.095.192-.122 1.7 0 2.06.122.243.97.243 3.154-.243A62.548 62.548 0 0 0 45.448 96.4a43.379 43.379 0 0 0 14.431 2.427c21.588 0 38.93-15.038 38.93-33.715v-6.181c0-18.678-17.342-33.718-38.93-33.718Zm8.248 51.789a3.1 3.1 0 0 1-2.668 2.79 3.978 3.978 0 0 1-1.941-.849L49.45 64.876H38.293a3.1 3.1 0 0 1-2.79-2.663V45.837a2.479 2.479 0 0 1 2.062-2.547 1.53 1.53 0 0 1 .727-.122h11.157l14.07-14.067a3 3 0 0 1 1.941-.849 2.482 2.482 0 0 1 2.545 2.061 1.793 1.793 0 0 1 .122.727Zm10.673-13.7a4.9 4.9 0 0 1-1.092.606 2.209 2.209 0 0 1-1.092.243 2.482 2.482 0 0 1-2.547-2.062 1.53 1.53 0 0 1-.122-.727c0-.97.849-2.062 2.668-3.274.243-.122.365-.243.486-.243a5.607 5.607 0 0 0 1.818-3.882 5.88 5.88 0 0 0-3.153-4.85 4.213 4.213 0 0 1-1.819-2.547 3.1 3.1 0 0 1 2.668-2.79 3.537 3.537 0 0 1 1.092.243 10.5 10.5 0 0 1 6.428 7.277 10 10 0 0 1 .241 2.668c.122 4.243-1.817 7.274-5.577 9.336Z" }))),
9
+ React.createElement("g", { "data-name": "Group 1566" },
10
+ React.createElement("g", { "data-name": "Group 1565" },
11
+ React.createElement("path", { "data-name": "Path 1628", d: "M59.879 19.032a42.89 42.89 0 0 0-13.825 2.306c-10.429 4.123-15.16 9.337-15.16 9.337-5.942 5.942-9.7 13.584-9.7 22.072v6.185a31.454 31.454 0 0 0 10.837 23.356 36.622 36.622 0 0 1-7.685 7.694c-.607.484-1.335 1.092-1.213 1.45.095.192-.122 1.7 0 2.06.095.192-.122 1.7 0 2.06.095.192-.122 1.7 0 2.06.122.243.97.243 3.154-.243a62.549 62.549 0 0 0 19.161-7.15 43.379 43.379 0 0 0 14.431 2.427c21.588 0 38.93-15.038 38.93-33.715V52.75c0-18.678-17.342-33.718-38.93-33.718Zm8.248 57.97a3.1 3.1 0 0 1-2.668 2.79 3.978 3.978 0 0 1-1.941-.849L49.45 64.876H38.293a3.1 3.1 0 0 1-2.79-2.668V45.832a2.479 2.479 0 0 1 2.062-2.547 1.53 1.53 0 0 1 .727-.122h11.157l14.07-14.062a3 3 0 0 1 1.941-.849 2.482 2.482 0 0 1 2.547 2.062 1.793 1.793 0 0 1 .122.727Zm10.673-13.7a4.9 4.9 0 0 1-1.092.606 2.209 2.209 0 0 1-1.092.243 2.482 2.482 0 0 1-2.547-2.062 1.53 1.53 0 0 1-.122-.727c0-.97.849-2.062 2.668-3.274.243-.122.365-.243.486-.243a5.607 5.607 0 0 0 1.819-3.88 5.88 5.88 0 0 0-3.154-4.852 4.213 4.213 0 0 1-1.819-2.547 3.1 3.1 0 0 1 2.668-2.79 3.537 3.537 0 0 1 1.092.243 10.5 10.5 0 0 1 6.428 7.277 10 10 0 0 1 .241 2.668c.122 4.243-1.817 7.274-5.577 9.336Z", fill: "#afafaf" }))),
12
+ React.createElement("g", { "data-name": "Group 1567" },
13
+ React.createElement("path", { "data-name": "Path 1629", d: "M59.879 19.032a42.89 42.89 0 0 0-13.825 2.306c-10.429 4.123-15.16 9.337-15.16 9.337-5.942 5.942-9.7 13.584-9.7 22.072 0 10.067 5.093 19.161 13.219 25.346-1.7 3.274-2.909 6.185-10.065 11.886-.609.487-1.337 1.093-1.215 1.453.122.243.97.243 3.152-.243a62.541 62.541 0 0 0 19.163-7.151 43.379 43.379 0 0 0 14.431 2.427c21.588 0 38.93-15.038 38.93-33.715s-17.342-33.718-38.93-33.718Zm8.248 57.97a3.1 3.1 0 0 1-2.668 2.79 3.978 3.978 0 0 1-1.941-.849L49.45 64.876H38.293a3.1 3.1 0 0 1-2.79-2.668V45.832a2.479 2.479 0 0 1 2.062-2.547 1.53 1.53 0 0 1 .727-.122h11.157l14.07-14.062a3.006 3.006 0 0 1 1.941-.849 2.482 2.482 0 0 1 2.547 2.06 1.807 1.807 0 0 1 .122.729Zm10.673-13.7a4.9 4.9 0 0 1-1.092.606 2.209 2.209 0 0 1-1.092.243 2.482 2.482 0 0 1-2.547-2.062 1.53 1.53 0 0 1-.122-.727c0-.97.849-2.06 2.668-3.274.243-.122.365-.243.486-.243a5.607 5.607 0 0 0 1.819-3.88 5.88 5.88 0 0 0-3.154-4.852 4.213 4.213 0 0 1-1.819-2.547 3.1 3.1 0 0 1 2.668-2.79 3.537 3.537 0 0 1 1.092.243 10.5 10.5 0 0 1 6.428 7.277 10.009 10.009 0 0 1 .241 2.668c.122 4.243-1.819 7.274-5.577 9.336Z", fill: "#fff" })))); };
14
+
15
+ export { SvgAudio as default };
16
+ //# sourceMappingURL=Audio.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Audio.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;"}
@@ -0,0 +1,55 @@
1
+ import { __assign } from 'tslib';
2
+ import * as React from 'react';
3
+
4
+ var SvgChest = function (props) { return (React.createElement("svg", __assign({ "data-name": "Icon - Chest", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 120 120" }, props),
5
+ React.createElement("path", { fill: "none", d: "M0 0h120v120H0z" }),
6
+ React.createElement("path", { "data-name": "Path 1675", d: "m112.265 64.177.006-.021a5.75 5.75 0 0 0 .064-.241l.007-.026a14.187 14.187 0 0 0 .27-1.423v-.021c.03-.21.058-.439.083-.684v-.014c.05-.475.088-1.019.11-1.625v-.1c.01-.291.014-.6.014-.924v-.1c0-.312-.01-.644-.021-.984v-.152a38.438 38.438 0 0 0-.057-.995c-.006-.086-.007-.164-.015-.252a33.263 33.263 0 0 0-.1-1.077c-.01-.1-.015-.181-.026-.278-.042-.387-.1-.794-.155-1.207l-.032-.26a52.346 52.346 0 0 0-.216-1.323c-.017-.087-.026-.167-.042-.255q-.147-.817-.335-1.688c-.108-.5-.223-.973-.342-1.43-.012-.046-.023-.093-.036-.138-.113-.43-.232-.837-.353-1.228l-.059-.185a25.66 25.66 0 0 0-.366-1.072l-.068-.186q-.189-.5-.381-.949c-.023-.056-.048-.109-.072-.164-.13-.3-.261-.581-.394-.848l-.061-.121c-.138-.271-.275-.53-.413-.771l-.033-.053a10.99 10.99 0 0 0-.4-.648l-.058-.091a11.48 11.48 0 0 0-.468-.662 12.312 12.312 0 0 0-.36-.455c-.03-.034-.057-.068-.086-.1a8.838 8.838 0 0 0-.339-.375c-.027-.03-.055-.057-.082-.085a7.55 7.55 0 0 0-.317-.31l-.064-.058c-.1-.093-.2-.18-.3-.256l-.038-.03a4.96 4.96 0 0 0-.253-.191l-.038-.027a5.56 5.56 0 0 0-.226-.151l-.035-.021a2.093 2.093 0 0 0-.178-.1l-.021-.011a1.918 1.918 0 0 0-.205-.1s-10.32-6.418-11.578-6.922a3.441 3.441 0 0 0-.381-.119 16.638 16.638 0 0 0-3.772-.259s-1.494-.812-3.833-2.1a778.406 778.406 0 0 1-4.058-2.26c-.754-.423-1.542-.865-2.351-1.323a556.665 556.665 0 0 1-7.605-4.372l-1.268-.746a121.2 121.2 0 0 1-10.942-7.017c-.086-.067-.153-.126-.23-.189a11.766 11.766 0 0 1-.44-.375L59.284 14a8.943 8.943 0 0 1-.315-.3 1.884 1.884 0 0 1-.085-.1c-.06-.067-.121-.134-.164-.193a.975.975 0 0 1-.139-.246 7.917 7.917 0 0 0-2.619-3.2 21.721 21.721 0 0 0-1.812-1.299c-.652-.419-1.107-.665-1.107-.665l-7.8-3.649C23.598 2.082 11.013 21.589 8.621 32.664a61.543 61.543 0 0 0-1.132 19.758 3.263 3.263 0 0 1 .25.3 2.356 2.356 0 0 1 .311.573 1.74 1.74 0 0 1 .109.521 1.728 1.728 0 0 1-.183.85 1.978 1.978 0 0 1-.148.255l-.021.03a2.04 2.04 0 0 1-.138.179l-.025.029c-.04.045-.077.083-.1.108l-.018.016-.033.031 5.546 30.704 52.852 33.977 12.124-7.257 24.247-14.515 8.936-30.329a3.639 3.639 0 0 1-.279-1.224v-.035a2.594 2.594 0 0 1 .014-.353 2.281 2.281 0 0 1 .055-.32 2.546 2.546 0 0 1 1.22-1.591l.014-.04v-.012l.043-.142Z", fill: "rgba(0,0,0,0.3)" }),
7
+ React.createElement("path", { "data-name": "Path 1676", d: "m45.252.188 7.8 3.65s4.657 2.516 5.538 5.159a4.611 4.611 0 0 0 1.406 1.432c6.145 4.834 30.056 17.824 30.056 17.824a14.222 14.222 0 0 1 4.153.377c1.258.5 11.578 6.922 11.578 6.922s4.026 1.51 6.041 10.824.378 13.843.378 13.843a2.616 2.616 0 0 0-1.007 3.524l-8.936 30.329-36.371 21.772-52.849-33.979-5.538-30.707a1.9 1.9 0 0 0 0-2.9A61.522 61.522 0 0 1 8.635 28.5C11.022 17.429 23.607-2.077 45.252.188Z", fill: "#dfa1c4" }),
8
+ React.createElement("path", { "data-name": "Path 1677", d: "M28.766 16.8c-10.067 9.439-9.941 25.925-9.941 25.925l38.509 23.408s1.385-15.228 9.942-25.8S87.283 27.51 93.827 28.51a16.6 16.6 0 0 0-3.772-.257S66.143 15.264 59.999 10.429l-5.182-3.571S43.05 3.411 28.766 16.8Z", fill: "#a422b0" }),
9
+ React.createElement("path", { "data-name": "Path 1678", d: "M28.766 16.8C43.049 3.41 54.817 6.858 54.817 6.858l4.941 3.406.01-.024a3.992 3.992 0 0 1-1.175-1.243c-.881-2.643-5.538-5.159-5.538-5.159s-7.047-1.51-16.737 3.775-19.129 13.465-20.765 36.622l41.526 25.17.251-3.272-38.509-23.408s-.122-16.486 9.945-25.925Z", fill: "#c576a8" }),
10
+ React.createElement("path", { "data-name": "Path 1679", d: "m18.825 42.725-3.272 1.51 41.53 25.17.251-3.272-38.51-23.408Z", fill: "#ebbdd6" }),
11
+ React.createElement("path", { "data-name": "Path 1680", d: "M111.198 63.742 65.64 86.251l.251 29.593 36.371-21.772Z", fill: "#c576a8" }),
12
+ React.createElement("path", { "data-name": "Path 1681", d: "M65.64 86.25 17.187 55.334l-9.2-4.826a2.125 2.125 0 0 1-.487.649l5.538 30.707 52.852 33.977Z", fill: "#dfa1c4" }),
13
+ React.createElement("path", { "data-name": "Path 1682", d: "M112.203 60.218 65.89 84.507 7.496 48.262a1.9 1.9 0 0 1 0 2.9l58.521 35.993 45.18-23.408a2.616 2.616 0 0 1 1.006-3.529Z", fill: "#a03d6a" }),
14
+ React.createElement("path", { "data-name": "Path 1683", d: "M112.205 60.218 65.892 84.507v2.565l.127.078 45.18-23.408a2.616 2.616 0 0 1 1.006-3.524Z", fill: "#87325d" }),
15
+ React.createElement("path", { "data-name": "Path 1684", d: "M76.242 46.287c-10.755 11.683-10.35 38.221-10.35 38.221l46.313-24.289c.008-.022 1.631-4.551-.378-13.841-1.853-8.564-5.4-10.528-5.963-10.789l-.078-.035c-6.72-4.126-18.789-.95-29.544 10.733Z", fill: "#c576a8" }),
16
+ React.createElement("path", { "data-name": "Path 1685", d: "M75.915 67.066s1.193-9.644 6.662-16.6 14.217-10.34 16.9-8.451 4.275 9.943 3.479 11.633Z", fill: "#952cae" }),
17
+ React.createElement("path", { "data-name": "Path 1686", d: "M103.754 44.496a6.549 6.549 0 0 0-5.147-2.869v.019a2.708 2.708 0 0 1 .868.365c2.684 1.888 4.275 9.943 3.479 11.633L75.91 67.066l-.4 3.479 30.724-15.212c.006-3.081-.591-7.953-2.48-10.837Z", fill: "#d188b5" }),
18
+ React.createElement("path", { "data-name": "Path 1687", d: "M98.608 41.627v.019a2.708 2.708 0 0 1 .868.365c2.684 1.888 4.275 9.943 3.479 11.633l3.282 1.689c0-3.082-.6-7.953-2.486-10.837a6.549 6.549 0 0 0-5.143-2.869Z", fill: "#b1568a" }),
19
+ React.createElement("path", { "data-name": "Path 1688", d: "m102.424 49.369.3-.609a16.845 16.845 0 0 0-2.149-5.555h-.3l-17.9 8.054-.65.358a35.065 35.065 0 0 0-4.618 10.052Z", fill: "#a231b1" }),
20
+ React.createElement("path", { "data-name": "Path 1689", d: "M81.167 30.136 44.107 7.519a34.45 34.45 0 0 0-10.047 4.96l.012.342 39.17 21.7a31.43 31.43 0 0 1 7.925-4.389Z", fill: "#b229c1" }),
21
+ React.createElement("path", { "data-name": "Path 1690", d: "m65.637 42.536-39.543-21.92a3.855 3.855 0 0 0-.521-.16 33.7 33.7 0 0 0-4.689 9.658l39.114 22.6.765-.644a45 45 0 0 1 4.877-9.528Z", fill: "#b229c1" }),
22
+ React.createElement("path", { "data-name": "Path 1691", d: "M58.376 20.199s-4.842-3-12.971-1.96-12.8 6.576-14.18 9.975a11.183 11.183 0 0 0 2.19 11.93c3.458 3.46 11.587 6.745 19.2 4.555s11.3-7.84 11.874-9.4 3.628-9.105-6.113-15.1Z", fill: "#891e94" }),
23
+ React.createElement("path", { "data-name": "Path 1692", d: "M59.42 25.366v1.366s-2.333 2.447-3.643 2.959a57.841 57.841 0 0 1-5.864 1.366l-.056-1.366Z", fill: "#601466" }),
24
+ React.createElement("path", { "data-name": "Path 1693", d: "M53.102 21.264s-2.959 2.333-3.244 4.1a19.916 19.916 0 0 0 0 4.325 23.9 23.9 0 0 0 5.578-1.365 25.427 25.427 0 0 0 3.984-2.96s-1.423-3.014-6.318-4.1Z", fill: "#a422b0" }),
25
+ React.createElement("path", { "data-name": "Path 1694", d: "M53.101 21.264a17.252 17.252 0 0 0-1.37 1.241l5.938 3.339 1.438-.206c.2-.169.313-.275.313-.275s-1.423-3.013-6.319-4.099Z", fill: "#b929c9" }),
26
+ React.createElement("path", { "data-name": "Path 1695", d: "M59.42 25.368a4.365 4.365 0 0 0-.414-.644 27.277 27.277 0 0 1-3.457 2.635c-1.251.684-5.768 1.368-5.771 1.368.036.577.08.966.08.966a23.9 23.9 0 0 0 5.578-1.365 25.427 25.427 0 0 0 3.984-2.96Z", fill: "#cc2fce" }),
27
+ React.createElement("path", { "data-name": "Path 1696", d: "M34.626 35.143s-.865-.692-.433-4.411a9.186 9.186 0 0 1 2.159-4.454 16.1 16.1 0 0 1 12.41-5.662s-2.982 1.254-2.507 8.776v1.038l-6.4 1.9-3.415 1.773Z", fill: "#b929c9" }),
28
+ React.createElement("path", { "data-name": "Path 1697", d: "M48.938 21.005v-.367l-.174-.022a4.357 4.357 0 0 0-1.569.8 37.729 37.729 0 0 0-1.467 3.594l-.07 2.693.22.428.33.022.048-.7.5-2.418 1.561-2.715Z", fill: "#cc2fce" }),
29
+ React.createElement("path", { "data-name": "Path 1698", d: "M48.938 21.005a11.009 11.009 0 0 0-2.033 2.724 12.013 12.013 0 0 0-.649 3.718s1.082-4.064 2.682-4.885Z", fill: "#601466" }),
30
+ React.createElement("path", { "data-name": "Path 1699", d: "M48.763 20.616a16.1 16.1 0 0 0-12.41 5.662l6.833 3.763 2.3.617.765-.228v-1.038c-.47-7.522 2.512-8.776 2.512-8.776Z", fill: "#a422b0" }),
31
+ React.createElement("path", { "data-name": "Path 1700", d: "m34.367 34.451-.07.05a1.407 1.407 0 0 0 .33.643l1.816-1.038 3.415-1.773 6.4-1.9v-.909a21.5 21.5 0 0 0-6.917 1.536 12.932 12.932 0 0 0-4.974 3.391Z", fill: "#cc2fce" }),
32
+ React.createElement("path", { "data-name": "Path 1701", d: "M46.255 30.431v1.426s-8.387.682-11.542 4.666a14.483 14.483 0 0 1-.52-2.546l.433 1.167a12.953 12.953 0 0 1 6.4-3.676c4.062-.951 5.013-.864 5.229-1.037Z", fill: "#601467" }),
33
+ React.createElement("path", { "data-name": "Path 1702", d: "m46.731 42.536.173 1.21s6.744.087 10.981-3.847 3.727-7.865 3.727-7.865Z", fill: "#5b1563" }),
34
+ React.createElement("path", { "data-name": "Path 1703", d: "m47.423 41.455-.691 1.081a27.52 27.52 0 0 0 7.306-1.427c2.767-1.167 7.746-4.577 7.591-9.854s-7.244 6.093-7.244 6.093Z", fill: "#db34e0" }),
35
+ React.createElement("path", { "data-name": "Path 1704", d: "M49.731 32.462s9.106-1.3 11.526-4.582a7.872 7.872 0 0 1-.389 6.053c-1.556 3.329-6.269 7.653-13.445 7.522a8.652 8.652 0 0 0 2.308-5.4c-.019-3.03 0-3.593 0-3.593Z", fill: "#b929c9" }),
36
+ React.createElement("path", { "data-name": "Path 1705", d: "M49.73 32.462s-.006.219-.007 1.113l.055.055 7.763 4.408a12.281 12.281 0 0 0 3.327-4.1 7.872 7.872 0 0 0 .389-6.053c-2.421 3.281-11.527 4.577-11.527 4.577Z", fill: "#a422b0" }),
37
+ React.createElement("path", { "data-name": "Path 1706", d: "M36.444 38.213v1.3a13.349 13.349 0 0 0 6.21 3.7 7.442 7.442 0 0 0 3.471-5.546c.44-3.91-9.681.546-9.681.546Z", fill: "#5b1563" }),
38
+ React.createElement("path", { "data-name": "Path 1707", d: "M46.256 33.24s-5.447.736-6.917 1.9-2.9 2.593-2.9 2.593v.476s2.98 3.069 6.115 3.718c0 0 3.179-1.945 3.7-4.8s.002-3.887.002-3.887Z", fill: "#b929c9" }),
39
+ React.createElement("path", { "data-name": "Path 1708", d: "M42.559 41.931s3.179-1.945 3.7-4.8 0-3.891 0-3.891a8.078 8.078 0 0 1-3.7 7.74c-2.468-.316-5.527-2.758-6.04-3.181l-.075-.062v.476s2.98 3.069 6.115 3.718Z", fill: "#db34e0" }),
40
+ React.createElement("path", { "data-name": "Path 1709", d: "M57.454 20.313c4.092 2.479 8.829 5.89 7.471 13 .81-2.809 1.521-8.841-6.548-13.807 0 0-4.842-3-12.971-1.959s-12.8 6.575-14.18 9.974a11.619 11.619 0 0 0-.809 3.77c.113-.976.908-5.34 6.264-9.306 6.073-4.492 16.679-4.151 20.773-1.672Z", fill: "#cc2fce" }),
41
+ React.createElement("path", { "data-name": "Path 1710", d: "M57.454 21.006c4.092 2.479 8.829 5.89 7.471 13 .81-2.809 1.521-8.841-6.548-13.807 0 0-4.842-3-12.971-1.96s-12.8 6.576-14.18 9.975a11.617 11.617 0 0 0-.809 3.77c.113-.977.908-5.34 6.264-9.306 6.073-4.497 16.679-4.149 20.773-1.672Z", fill: "#601467" }),
42
+ React.createElement("path", { "data-name": "Path 1711", d: "M16.694 63.486 56.778 88.23v16.99L19.502 81.762Z", fill: "#9f22a9" }),
43
+ React.createElement("path", { "data-name": "Path 1712", d: "M56.778 101.096 22.302 79.82l-1.417-13.744-4.191-2.587 2.8 18.276 37.281 23.458Z", fill: "#c576a8" }),
44
+ React.createElement("path", { "data-name": "Path 1713", d: "M56.778 105.22v-4.124L22.302 79.814l-2.8 1.945Z", fill: "#efc8dd" }),
45
+ React.createElement("path", { "data-name": "Path 1714", d: "m21.383 70.903.7 6.759 34.7 20.8v-6.928Z", fill: "#a231b0" }),
46
+ React.createElement("path", { "data-name": "Path 1715", d: "m20.103 69.776-1.275-10.031a7.815 7.815 0 0 1 2.543-6.917c3.328-3.048 8.524-3.373 8.524-3.373s7.962 1.067 11.882 6.254 4.077 13.143 3.883 15.679-.886 7.609-.886 7.609l-5.3 2.767Z", fill: "#662648" }),
47
+ React.createElement("path", { "data-name": "Path 1716", d: "M21.482 68.735 37.66 78.996s1.046-6.646.793-8.8-.138-10.278-7.979-14.863-10.145.889-10.145 2.591 1.153 10.811 1.153 10.811Z", fill: "#00fef9" }),
48
+ React.createElement("path", { "data-name": "Path 1717", d: "m26.902 69.405.461-4.128s-2.191-1.96-2.075-4.381 2.075-2.652 3.919-1.96 3.1 3.482 3 5.419a2.313 2.313 0 0 1-1.959 2.19l1.037 5.764Z" }),
49
+ React.createElement("path", { "data-name": "Path 1718", d: "m74.761 88.725-.5 16.99L97.52 91.859l4.619-18.175Z", fill: "#952cae" }),
50
+ React.createElement("path", { "data-name": "Path 1719", d: "m74.439 99.676 20.6-11.778 4.132-6.761-2.368-.385-22.15 11.563Z", fill: "#a231b0" }),
51
+ React.createElement("path", { "data-name": "Path 1720", d: "m97.986 75.967-3.6 14.573-20.015 11.485-.107 3.691L97.523 91.86l4.619-18.175Z", fill: "#b1568a" }),
52
+ React.createElement("path", { "data-name": "Path 1721", d: "M74.261 105.711 97.52 91.855l-3.134-1.32-20.017 11.485Z", fill: "#d188b5" }))); };
53
+
54
+ export { SvgChest as default };
55
+ //# sourceMappingURL=Chest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Chest.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,28 @@
1
+ import { __assign } from 'tslib';
2
+ import * as React from 'react';
3
+
4
+ var SvgFeatured = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 120 120.004" }, props),
5
+ React.createElement("defs", null,
6
+ React.createElement("clipPath", { id: "featured_svg__a" },
7
+ React.createElement("path", { "data-name": "Rectangle 1604", fill: "none", d: "M0 0h120v120.004H0z" })),
8
+ React.createElement("clipPath", { id: "featured_svg__b" },
9
+ React.createElement("path", { "data-name": "Rectangle 1602", transform: "translate(13.883 14.585)", fill: "none", d: "M0 0h92.186v105.419H0z" }))),
10
+ React.createElement("g", { "data-name": "Group 1631", clipPath: "url(#featured_svg__a)" },
11
+ React.createElement("g", { "data-name": "Group 1630" },
12
+ React.createElement("g", { "data-name": "Group 1629", clipPath: "url(#featured_svg__a)" },
13
+ React.createElement("g", { "data-name": "Group 1628", opacity: 0.3 },
14
+ React.createElement("g", { "data-name": "Group 1627" },
15
+ React.createElement("g", { "data-name": "Group 1626", clipPath: "url(#featured_svg__b)" },
16
+ React.createElement("path", { "data-name": "Path 1862", d: "M32.218 85.1 30.4 101.023l-.24 2.084 30.12-12.279 29.833 12.3-1.99-17.456L106.069 63.8l-.625-16.047L76.3 41.68l-.422-.087L60.08 14.585 43.433 41.6l-29.55 5.914v16.778Z" }),
17
+ React.createElement("path", { "data-name": "Path 1863", d: "m60.283 90.828-30.134 12.3-.015 16.381 29.1-12.816L90.289 120l-.159-16.883Z" })))))),
18
+ React.createElement("path", { "data-name": "Path 1864", d: "M13.887 32.934v16.784L32.58 70.929l1.688-14.6Z", fill: "#fe8f01" }),
19
+ React.createElement("path", { "data-name": "Path 1865", d: "m105.437 33.17.621 16.047-18.593 22.674-1.688-16.407Z", fill: "#fb7d00" }),
20
+ React.createElement("path", { "data-name": "Path 1866", d: "m60.283 76.233-1.05 15.877 31.056 13.31-.159-16.883Z", fill: "#ff7701" }),
21
+ React.createElement("path", { "data-name": "Path 1867", d: "m30.166 88.537-.033 16.392 29.085-12.816 1.064-15.877Z", fill: "#ff8b00" }),
22
+ React.createElement("path", { "data-name": "Path 1868", d: "M60.083 0 43.437 27.023l-29.555 5.911 19.929 23.839-3.63 31.775 30.113-12.307L90.13 88.548 86.5 56.773l18.938-23.6-29.555-6.153Z", fill: "#ffd800" }),
23
+ React.createElement("path", { "data-name": "Path 1869", d: "m78.839 31.46 23.961 4.989 2.632-3.268L76.3 27.1Z", fill: "#ffffc1" }),
24
+ React.createElement("path", { "data-name": "Path 1870", d: "m36.861 60.49-3.042-3.656-3.631 31.692 3.631-1.478Z", fill: "#ffffc1" }),
25
+ React.createElement("path", { "data-name": "Path 1871", d: "M60.094 0 43.437 27.016 13.883 32.93l2.632 3.011 28.922-5.788 16.57-26.867Z", fill: "#ffffc1" })))); };
26
+
27
+ export { SvgFeatured as default };
28
+ //# sourceMappingURL=Featured.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Featured.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,29 @@
1
+ import { __assign } from 'tslib';
2
+ import * as React from 'react';
3
+
4
+ var SvgFeatures = function (props) { return (React.createElement("svg", __assign({ "data-name": "Icon - Features", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 120 120" }, props),
5
+ React.createElement("path", { fill: "none", d: "M0 0h120v120H0z" }),
6
+ React.createElement("g", { "data-name": "Group 1595" },
7
+ React.createElement("path", { "data-name": "Path 1727", d: "m44.079 33.422-4.838-.361a1.3 1.3 0 0 1-1.011-.722l-1.878-4.478a1.185 1.185 0 0 0-2.167 0l-1.877 4.478a1.087 1.087 0 0 1-1.011.722l-4.839.361a1.122 1.122 0 0 0-1.067 1.228h-.012v4.3h.012a1.267 1.267 0 0 0 .417.867l3.351 2.891-.462 1.906a1.185 1.185 0 0 0-.013.414l.016 3.889a1.223 1.223 0 0 0 1.8 1.3l4.189-2.528a1.24 1.24 0 0 1 1.228 0l4.188 2.528a1.219 1.219 0 0 0 1.806-1.3v-3.839a1.149 1.149 0 0 0 0-.464l-.462-1.906 3.351-2.891a1.411 1.411 0 0 0 .321-.867h.08v-4.3a1.18 1.18 0 0 0-1.122-1.228Z", opacity: 0.3 }),
8
+ React.createElement("path", { "data-name": "Path 1728", d: "m44.079 29.12-4.838-.362a1.3 1.3 0 0 1-1.011-.722l-1.878-4.477a1.185 1.185 0 0 0-2.167 0l-1.877 4.477a1.086 1.086 0 0 1-1.011.722l-4.839.362a1.121 1.121 0 0 0-1.067 1.227h-.012v4.3h.012a1.265 1.265 0 0 0 .417.866l3.351 2.891-.462 1.907a1.18 1.18 0 0 0-.013.413l.016 3.889a1.222 1.222 0 0 0 1.8 1.3l4.189-2.528a1.245 1.245 0 0 1 1.228 0l4.188 2.528a1.219 1.219 0 0 0 1.806-1.3v-3.839a1.143 1.143 0 0 0 0-.463l-.462-1.907 3.351-2.891a1.408 1.408 0 0 0 .321-.866h.08v-4.3a1.179 1.179 0 0 0-1.122-1.227Z", fill: "#c9b817" }),
9
+ React.createElement("path", { "data-name": "Path 1729", d: "m44.079 29.12-4.838-.362a1.3 1.3 0 0 1-1.011-.722l-1.878-4.477a1.185 1.185 0 0 0-2.167 0l-1.877 4.477a1.086 1.086 0 0 1-1.012.722l-4.838.362a1.179 1.179 0 0 0-.65 2.094l3.683 3.178a1.026 1.026 0 0 1 .361 1.155l-1.155 4.767a1.223 1.223 0 0 0 1.8 1.3l4.189-2.528a1.24 1.24 0 0 1 1.228 0l4.188 2.528a1.219 1.219 0 0 0 1.806-1.3l-1.156-4.767a1.331 1.331 0 0 1 .361-1.155l3.684-3.178a1.2 1.2 0 0 0-.718-2.094Z", fill: "#ffe600" }),
10
+ React.createElement("path", { "data-name": "Path 1730", d: "M93.956 38.074a3.688 3.688 0 0 0-3.656-3.419H54.046a3.689 3.689 0 0 0-3.657 3.419h-.026v5.014h.045a3.689 3.689 0 0 0 3.638 3.236H90.3a3.689 3.689 0 0 0 3.638-3.236h.045v-5.014Z", opacity: 0.3 }),
11
+ React.createElement("path", { "data-name": "Path 1731", d: "M93.956 33.766a3.688 3.688 0 0 0-3.656-3.419H54.046a3.69 3.69 0 0 0-3.657 3.419h-.026v5.015h.045a3.689 3.689 0 0 0 3.638 3.235H90.3a3.689 3.689 0 0 0 3.638-3.235h.045v-5.015Z", fill: "#afafaf" }),
12
+ React.createElement("path", { "data-name": "Path 1732", d: "M54.046 37.714H90.3a3.684 3.684 0 0 0 0-7.367H54.046a3.684 3.684 0 0 0 0 7.367Z", fill: "#fff" })),
13
+ React.createElement("g", { "data-name": "Group 1596" },
14
+ React.createElement("path", { "data-name": "Path 1733", d: "m44.079 56.789-4.838-.361a1.3 1.3 0 0 1-1.011-.723l-1.878-4.477a1.185 1.185 0 0 0-2.167 0l-1.877 4.477a1.087 1.087 0 0 1-1.011.723l-4.839.361a1.121 1.121 0 0 0-1.067 1.227h-.012v4.3h.012a1.269 1.269 0 0 0 .417.867l3.351 2.891-.462 1.906a1.18 1.18 0 0 0-.013.413l.016 3.889a1.222 1.222 0 0 0 1.8 1.3l4.189-2.527a1.24 1.24 0 0 1 1.228 0l4.188 2.527a1.219 1.219 0 0 0 1.806-1.3v-3.839a1.143 1.143 0 0 0 0-.463l-.462-1.906 3.351-2.891a1.413 1.413 0 0 0 .321-.867h.08v-4.3a1.179 1.179 0 0 0-1.122-1.227Z", opacity: 0.3 }),
15
+ React.createElement("path", { "data-name": "Path 1734", d: "m44.079 52.486-4.838-.361a1.3 1.3 0 0 1-1.011-.722l-1.878-4.478a1.185 1.185 0 0 0-2.167 0l-1.877 4.478a1.087 1.087 0 0 1-1.011.722l-4.839.361a1.122 1.122 0 0 0-1.067 1.228h-.012v4.3h.012a1.267 1.267 0 0 0 .417.867l3.351 2.891-.462 1.906a1.185 1.185 0 0 0-.013.414l.016 3.889a1.223 1.223 0 0 0 1.8 1.3l4.189-2.528a1.24 1.24 0 0 1 1.228 0l4.188 2.528a1.219 1.219 0 0 0 1.806-1.3v-3.837a1.149 1.149 0 0 0 0-.464l-.462-1.906 3.351-2.891a1.408 1.408 0 0 0 .321-.867h.08v-4.3a1.18 1.18 0 0 0-1.122-1.23Z", fill: "#a00054" }),
16
+ React.createElement("path", { "data-name": "Path 1735", d: "m44.079 52.486-4.838-.361a1.3 1.3 0 0 1-1.011-.722l-1.878-4.478a1.185 1.185 0 0 0-2.167 0l-1.877 4.478a1.088 1.088 0 0 1-1.012.722l-4.838.361a1.179 1.179 0 0 0-.65 2.1l3.683 3.177a1.028 1.028 0 0 1 .361 1.156l-1.155 4.766a1.222 1.222 0 0 0 1.8 1.3l4.189-2.527a1.24 1.24 0 0 1 1.228 0l4.188 2.527a1.219 1.219 0 0 0 1.806-1.3l-1.156-4.766a1.333 1.333 0 0 1 .361-1.156l3.684-3.177a1.2 1.2 0 0 0-.718-2.1Z", fill: "#ff007a" }),
17
+ React.createElement("path", { "data-name": "Path 1736", d: "M93.956 61.435a3.688 3.688 0 0 0-3.656-3.419H54.046a3.69 3.69 0 0 0-3.657 3.419h-.026v5.015h.045a3.689 3.689 0 0 0 3.638 3.235H90.3a3.689 3.689 0 0 0 3.638-3.235h.045v-5.015Z", opacity: 0.3 }),
18
+ React.createElement("path", { "data-name": "Path 1737", d: "M93.956 57.133a3.688 3.688 0 0 0-3.656-3.419H54.046a3.689 3.689 0 0 0-3.657 3.419h-.026v5.014h.045a3.689 3.689 0 0 0 3.638 3.236H90.3a3.689 3.689 0 0 0 3.638-3.236h.045v-5.014Z", fill: "#afafaf" }),
19
+ React.createElement("path", { "data-name": "Path 1738", d: "M54.046 61.08H90.3a3.683 3.683 0 0 0 0-7.366H54.046a3.683 3.683 0 1 0 0 7.366Z", fill: "#fff" })),
20
+ React.createElement("g", { "data-name": "Group 1597" },
21
+ React.createElement("path", { "data-name": "Path 1739", d: "m44.079 80.155-4.838-.361a1.3 1.3 0 0 1-1.011-.722l-1.878-4.478a1.186 1.186 0 0 0-2.167 0l-1.877 4.478a1.087 1.087 0 0 1-1.011.722l-4.839.361a1.122 1.122 0 0 0-1.067 1.228h-.012v4.3h.012a1.265 1.265 0 0 0 .417.866l3.351 2.891-.462 1.906a1.185 1.185 0 0 0-.013.414l.016 3.889a1.223 1.223 0 0 0 1.8 1.3l4.189-2.528a1.245 1.245 0 0 1 1.228 0l4.188 2.528a1.219 1.219 0 0 0 1.806-1.3V91.81a1.148 1.148 0 0 0 0-.464l-.462-1.906 3.351-2.891a1.408 1.408 0 0 0 .321-.866h.08v-4.3a1.18 1.18 0 0 0-1.122-1.228Z", opacity: 0.3 }),
22
+ React.createElement("path", { "data-name": "Path 1740", d: "m44.079 75.853-4.838-.361a1.3 1.3 0 0 1-1.011-.722l-1.878-4.478a1.185 1.185 0 0 0-2.167 0l-1.877 4.478a1.087 1.087 0 0 1-1.011.722l-4.839.361a1.122 1.122 0 0 0-1.067 1.228h-.012v4.3h.012a1.269 1.269 0 0 0 .417.867l3.351 2.891-.462 1.906a1.18 1.18 0 0 0-.013.413l.016 3.888a1.222 1.222 0 0 0 1.8 1.3l4.189-2.527a1.24 1.24 0 0 1 1.228 0l4.188 2.527a1.219 1.219 0 0 0 1.806-1.3v-3.838a1.149 1.149 0 0 0 0-.464l-.462-1.906 3.351-2.891a1.413 1.413 0 0 0 .321-.867h.08v-4.3a1.179 1.179 0 0 0-1.122-1.227Z", fill: "#789e00" }),
23
+ React.createElement("path", { "data-name": "Path 1741", d: "m44.079 75.853-4.838-.361a1.3 1.3 0 0 1-1.011-.722l-1.878-4.478a1.185 1.185 0 0 0-2.167 0l-1.877 4.478a1.088 1.088 0 0 1-1.012.722l-4.838.361a1.179 1.179 0 0 0-.65 2.094l3.683 3.178a1.027 1.027 0 0 1 .361 1.155l-1.155 4.767a1.223 1.223 0 0 0 1.8 1.3l4.189-2.528a1.245 1.245 0 0 1 1.228 0l4.188 2.528a1.219 1.219 0 0 0 1.806-1.3l-1.156-4.767a1.332 1.332 0 0 1 .361-1.155l3.684-3.178a1.2 1.2 0 0 0-.718-2.094Z", fill: "#c1ff00" }),
24
+ React.createElement("path", { "data-name": "Path 1742", d: "M93.956 84.802a3.688 3.688 0 0 0-3.656-3.419H54.046a3.69 3.69 0 0 0-3.657 3.419h-.026v5.014h.045a3.689 3.689 0 0 0 3.638 3.236H90.3a3.689 3.689 0 0 0 3.638-3.236h.045v-5.014Z", opacity: 0.3 }),
25
+ React.createElement("path", { "data-name": "Path 1743", d: "M93.956 80.5a3.688 3.688 0 0 0-3.656-3.419H54.046a3.689 3.689 0 0 0-3.657 3.419h-.026v5.014h.045a3.689 3.689 0 0 0 3.638 3.235H90.3a3.689 3.689 0 0 0 3.638-3.235h.045V80.5Z", fill: "#afafaf" }),
26
+ React.createElement("path", { "data-name": "Path 1744", d: "M54.046 84.447H90.3a3.683 3.683 0 0 0 0-7.366H54.046a3.683 3.683 0 1 0 0 7.366Z", fill: "#fff" })))); };
27
+
28
+ export { SvgFeatures as default };
29
+ //# sourceMappingURL=Features.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Features.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}