nzk-react-components 0.4.4 → 0.4.6-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/icons/awards.svg +14 -0
- package/dist/assets/icons/awards.svg.js +89 -0
- package/dist/assets/icons/awards.svg.js.map +1 -0
- package/dist/assets/icons/sealion.svg +156 -0
- package/dist/assets/icons/sealion.svg.js +649 -0
- package/dist/assets/icons/sealion.svg.js.map +1 -0
- package/dist/components/Icon/Icon.js +1 -1
- package/dist/components/Icon/icons.d.ts +3 -1
- package/dist/components/Icon/icons.js +5 -4
- package/dist/components/Icon/icons.js.map +1 -1
- package/dist/icons/AboutUs.d.ts +3 -0
- package/dist/icons/AboutUs.js +44 -0
- package/dist/icons/AboutUs.js.map +1 -0
- package/dist/icons/Activities.d.ts +3 -0
- package/dist/icons/Activities.js +48 -0
- package/dist/icons/Activities.js.map +1 -0
- package/dist/icons/Archive.d.ts +3 -0
- package/dist/icons/Archive.js +43 -0
- package/dist/icons/Archive.js.map +1 -0
- package/dist/icons/ArrowLeft.d.ts +3 -0
- package/dist/icons/ArrowLeft.js +43 -0
- package/dist/icons/ArrowLeft.js.map +1 -0
- package/dist/icons/ArrowRight.d.ts +3 -0
- package/dist/icons/ArrowRight.js +43 -0
- package/dist/icons/ArrowRight.js.map +1 -0
- package/dist/icons/Awards.d.ts +3 -0
- package/dist/icons/Awards.js +43 -0
- package/dist/icons/Awards.js.map +1 -0
- package/dist/icons/Bear.d.ts +3 -0
- package/dist/icons/Bear.js +177 -0
- package/dist/icons/Bear.js.map +1 -0
- package/dist/icons/CardSkills.d.ts +3 -0
- package/dist/icons/CardSkills.js +41 -0
- package/dist/icons/CardSkills.js.map +1 -0
- package/dist/icons/Challenges.d.ts +3 -0
- package/dist/icons/Challenges.js +43 -0
- package/dist/icons/Challenges.js.map +1 -0
- package/dist/icons/Chart.d.ts +3 -0
- package/dist/icons/Chart.js +35 -0
- package/dist/icons/Chart.js.map +1 -0
- package/dist/icons/Checkmark.d.ts +3 -0
- package/dist/icons/Checkmark.js +35 -0
- package/dist/icons/Checkmark.js.map +1 -0
- package/dist/icons/Close.d.ts +3 -0
- package/dist/icons/Close.js +43 -0
- package/dist/icons/Close.js.map +1 -0
- package/dist/icons/CloseCopy.d.ts +3 -0
- package/dist/icons/CloseCopy.js +35 -0
- package/dist/icons/CloseCopy.js.map +1 -0
- package/dist/icons/Collect.d.ts +3 -0
- package/dist/icons/Collect.js +94 -0
- package/dist/icons/Collect.js.map +1 -0
- package/dist/icons/Comment.d.ts +3 -0
- package/dist/icons/Comment.js +48 -0
- package/dist/icons/Comment.js.map +1 -0
- package/dist/icons/Compass.d.ts +3 -0
- package/dist/icons/Compass.js +39 -0
- package/dist/icons/Compass.js.map +1 -0
- package/dist/icons/Controller.d.ts +3 -0
- package/dist/icons/Controller.js +71 -0
- package/dist/icons/Controller.js.map +1 -0
- package/dist/icons/Create.d.ts +3 -0
- package/dist/icons/Create.js +137 -0
- package/dist/icons/Create.js.map +1 -0
- package/dist/icons/Customise.d.ts +3 -0
- package/dist/icons/Customise.js +60 -0
- package/dist/icons/Customise.js.map +1 -0
- package/dist/icons/Download.d.ts +3 -0
- package/dist/icons/Download.js +35 -0
- package/dist/icons/Download.js.map +1 -0
- package/dist/icons/Draft.d.ts +3 -0
- package/dist/icons/Draft.js +77 -0
- package/dist/icons/Draft.js.map +1 -0
- package/dist/icons/DrawingTask.d.ts +3 -0
- package/dist/icons/DrawingTask.js +156 -0
- package/dist/icons/DrawingTask.js.map +1 -0
- package/dist/icons/DrawingToolArrowDown.d.ts +3 -0
- package/dist/icons/DrawingToolArrowDown.js +35 -0
- package/dist/icons/DrawingToolArrowDown.js.map +1 -0
- package/dist/icons/DrawingToolArrowLeft.d.ts +3 -0
- package/dist/icons/DrawingToolArrowLeft.js +37 -0
- package/dist/icons/DrawingToolArrowLeft.js.map +1 -0
- package/dist/icons/DrawingToolArrowRight.d.ts +3 -0
- package/dist/icons/DrawingToolArrowRight.js +37 -0
- package/dist/icons/DrawingToolArrowRight.js.map +1 -0
- package/dist/icons/DrawingToolArrowUp.d.ts +3 -0
- package/dist/icons/DrawingToolArrowUp.js +35 -0
- package/dist/icons/DrawingToolArrowUp.js.map +1 -0
- package/dist/icons/DrawingToolCamera.d.ts +3 -0
- package/dist/icons/DrawingToolCamera.js +66 -0
- package/dist/icons/DrawingToolCamera.js.map +1 -0
- package/dist/icons/DrawingToolColorMixer.d.ts +3 -0
- package/dist/icons/DrawingToolColorMixer.js +37 -0
- package/dist/icons/DrawingToolColorMixer.js.map +1 -0
- package/dist/icons/DrawingToolEraser.d.ts +3 -0
- package/dist/icons/DrawingToolEraser.js +35 -0
- package/dist/icons/DrawingToolEraser.js.map +1 -0
- package/dist/icons/DrawingToolFillBrush.d.ts +3 -0
- package/dist/icons/DrawingToolFillBrush.js +45 -0
- package/dist/icons/DrawingToolFillBrush.js.map +1 -0
- package/dist/icons/DrawingToolLargeLine.d.ts +3 -0
- package/dist/icons/DrawingToolLargeLine.js +38 -0
- package/dist/icons/DrawingToolLargeLine.js.map +1 -0
- package/dist/icons/DrawingToolLineBrush.d.ts +3 -0
- package/dist/icons/DrawingToolLineBrush.js +39 -0
- package/dist/icons/DrawingToolLineBrush.js.map +1 -0
- package/dist/icons/DrawingToolMediumLine.d.ts +3 -0
- package/dist/icons/DrawingToolMediumLine.js +38 -0
- package/dist/icons/DrawingToolMediumLine.js.map +1 -0
- package/dist/icons/DrawingToolOpacityFull.d.ts +3 -0
- package/dist/icons/DrawingToolOpacityFull.js +35 -0
- package/dist/icons/DrawingToolOpacityFull.js.map +1 -0
- package/dist/icons/DrawingToolOpacityHalf.d.ts +3 -0
- package/dist/icons/DrawingToolOpacityHalf.js +35 -0
- package/dist/icons/DrawingToolOpacityHalf.js.map +1 -0
- package/dist/icons/DrawingToolRedo.d.ts +3 -0
- package/dist/icons/DrawingToolRedo.js +37 -0
- package/dist/icons/DrawingToolRedo.js.map +1 -0
- package/dist/icons/DrawingToolSmallLine.d.ts +3 -0
- package/dist/icons/DrawingToolSmallLine.js +38 -0
- package/dist/icons/DrawingToolSmallLine.js.map +1 -0
- package/dist/icons/DrawingToolStickers.d.ts +3 -0
- package/dist/icons/DrawingToolStickers.js +66 -0
- package/dist/icons/DrawingToolStickers.js.map +1 -0
- package/dist/icons/DrawingToolUndo.d.ts +3 -0
- package/dist/icons/DrawingToolUndo.js +37 -0
- package/dist/icons/DrawingToolUndo.js.map +1 -0
- package/dist/icons/Egg.d.ts +3 -0
- package/dist/icons/Egg.js +62 -0
- package/dist/icons/Egg.js.map +1 -0
- package/dist/icons/Enclosure.d.ts +3 -0
- package/dist/icons/Enclosure.js +76 -0
- package/dist/icons/Enclosure.js.map +1 -0
- package/dist/icons/Exclamation.d.ts +3 -0
- package/dist/icons/Exclamation.js +39 -0
- package/dist/icons/Exclamation.js.map +1 -0
- package/dist/icons/ExclamationGrey.d.ts +3 -0
- package/dist/icons/ExclamationGrey.js +37 -0
- package/dist/icons/ExclamationGrey.js.map +1 -0
- package/dist/icons/Eye.d.ts +3 -0
- package/dist/icons/Eye.js +42 -0
- package/dist/icons/Eye.js.map +1 -0
- package/dist/icons/Facebook.d.ts +3 -0
- package/dist/icons/Facebook.js +35 -0
- package/dist/icons/Facebook.js.map +1 -0
- package/dist/icons/Filter.d.ts +3 -0
- package/dist/icons/Filter.js +52 -0
- package/dist/icons/Filter.js.map +1 -0
- package/dist/icons/Flag.d.ts +3 -0
- package/dist/icons/Flag.js +47 -0
- package/dist/icons/Flag.js.map +1 -0
- package/dist/icons/Flamingo.d.ts +3 -0
- package/dist/icons/Flamingo.js +101 -0
- package/dist/icons/Flamingo.js.map +1 -0
- package/dist/icons/ForYou.d.ts +3 -0
- package/dist/icons/ForYou.js +61 -0
- package/dist/icons/ForYou.js.map +1 -0
- package/dist/icons/Games.d.ts +3 -0
- package/dist/icons/Games.js +73 -0
- package/dist/icons/Games.js.map +1 -0
- package/dist/icons/Gift.d.ts +3 -0
- package/dist/icons/Gift.js +54 -0
- package/dist/icons/Gift.js.map +1 -0
- package/dist/icons/Giraffe.d.ts +3 -0
- package/dist/icons/Giraffe.js +244 -0
- package/dist/icons/Giraffe.js.map +1 -0
- package/dist/icons/Goals.d.ts +3 -0
- package/dist/icons/Goals.js +46 -0
- package/dist/icons/Goals.js.map +1 -0
- package/dist/icons/Heart.d.ts +3 -0
- package/dist/icons/Heart.js +49 -0
- package/dist/icons/Heart.js.map +1 -0
- package/dist/icons/Help.d.ts +3 -0
- package/dist/icons/Help.js +43 -0
- package/dist/icons/Help.js.map +1 -0
- package/dist/icons/IdeaCreator.d.ts +3 -0
- package/dist/icons/IdeaCreator.js +46 -0
- package/dist/icons/IdeaCreator.js.map +1 -0
- package/dist/icons/Info.d.ts +3 -0
- package/dist/icons/Info.js +43 -0
- package/dist/icons/Info.js.map +1 -0
- package/dist/icons/Instagram.d.ts +3 -0
- package/dist/icons/Instagram.js +44 -0
- package/dist/icons/Instagram.js.map +1 -0
- package/dist/icons/Items.d.ts +3 -0
- package/dist/icons/Items.js +73 -0
- package/dist/icons/Items.js.map +1 -0
- package/dist/icons/Layers.d.ts +3 -0
- package/dist/icons/Layers.js +41 -0
- package/dist/icons/Layers.js.map +1 -0
- package/dist/icons/Lessons.d.ts +3 -0
- package/dist/icons/Lessons.js +38 -0
- package/dist/icons/Lessons.js.map +1 -0
- package/dist/icons/Link.d.ts +3 -0
- package/dist/icons/Link.js +44 -0
- package/dist/icons/Link.js.map +1 -0
- package/dist/icons/List.d.ts +3 -0
- package/dist/icons/List.js +53 -0
- package/dist/icons/List.js.map +1 -0
- package/dist/icons/Lock.d.ts +3 -0
- package/dist/icons/Lock.js +50 -0
- package/dist/icons/Lock.js.map +1 -0
- package/dist/icons/Logout.d.ts +3 -0
- package/dist/icons/Logout.js +43 -0
- package/dist/icons/Logout.js.map +1 -0
- package/dist/icons/Megaphone.d.ts +3 -0
- package/dist/icons/Megaphone.js +45 -0
- package/dist/icons/Megaphone.js.map +1 -0
- package/dist/icons/Menu.d.ts +3 -0
- package/dist/icons/Menu.js +48 -0
- package/dist/icons/Menu.js.map +1 -0
- package/dist/icons/Message.d.ts +3 -0
- package/dist/icons/Message.js +60 -0
- package/dist/icons/Message.js.map +1 -0
- package/dist/icons/Minus.d.ts +3 -0
- package/dist/icons/Minus.js +43 -0
- package/dist/icons/Minus.js.map +1 -0
- package/dist/icons/More.d.ts +3 -0
- package/dist/icons/More.js +48 -0
- package/dist/icons/More.js.map +1 -0
- package/dist/icons/MyHistory.d.ts +3 -0
- package/dist/icons/MyHistory.js +78 -0
- package/dist/icons/MyHistory.js.map +1 -0
- package/dist/icons/MyZoo.d.ts +3 -0
- package/dist/icons/MyZoo.js +81 -0
- package/dist/icons/MyZoo.js.map +1 -0
- package/dist/icons/New.d.ts +3 -0
- package/dist/icons/New.js +43 -0
- package/dist/icons/New.js.map +1 -0
- package/dist/icons/Notifications.d.ts +3 -0
- package/dist/icons/Notifications.js +39 -0
- package/dist/icons/Notifications.js.map +1 -0
- package/dist/icons/Nzk.d.ts +3 -0
- package/dist/icons/Nzk.js +42 -0
- package/dist/icons/Nzk.js.map +1 -0
- package/dist/icons/NzkPurple.d.ts +3 -0
- package/dist/icons/NzkPurple.js +49 -0
- package/dist/icons/NzkPurple.js.map +1 -0
- package/dist/icons/NzktvBlue.d.ts +3 -0
- package/dist/icons/NzktvBlue.js +36 -0
- package/dist/icons/NzktvBlue.js.map +1 -0
- package/dist/icons/NzktvGreen.d.ts +3 -0
- package/dist/icons/NzktvGreen.js +36 -0
- package/dist/icons/NzktvGreen.js.map +1 -0
- package/dist/icons/Orb.d.ts +3 -0
- package/dist/icons/Orb.js +46 -0
- package/dist/icons/Orb.js.map +1 -0
- package/dist/icons/OrbDisabled.d.ts +3 -0
- package/dist/icons/OrbDisabled.js +47 -0
- package/dist/icons/OrbDisabled.js.map +1 -0
- package/dist/icons/Padlock.d.ts +3 -0
- package/dist/icons/Padlock.js +43 -0
- package/dist/icons/Padlock.js.map +1 -0
- package/dist/icons/Pdf.d.ts +3 -0
- package/dist/icons/Pdf.js +46 -0
- package/dist/icons/Pdf.js.map +1 -0
- package/dist/icons/Pencil.d.ts +3 -0
- package/dist/icons/Pencil.js +77 -0
- package/dist/icons/Pencil.js.map +1 -0
- package/dist/icons/Pending.d.ts +3 -0
- package/dist/icons/Pending.js +74 -0
- package/dist/icons/Pending.js.map +1 -0
- package/dist/icons/Penguin.d.ts +3 -0
- package/dist/icons/Penguin.js +214 -0
- package/dist/icons/Penguin.js.map +1 -0
- package/dist/icons/Play.d.ts +3 -0
- package/dist/icons/Play.js +46 -0
- package/dist/icons/Play.js.map +1 -0
- package/dist/icons/PlayVideo.d.ts +3 -0
- package/dist/icons/PlayVideo.js +43 -0
- package/dist/icons/PlayVideo.js.map +1 -0
- package/dist/icons/Plus.d.ts +3 -0
- package/dist/icons/Plus.js +43 -0
- package/dist/icons/Plus.js.map +1 -0
- package/dist/icons/Private.d.ts +3 -0
- package/dist/icons/Private.js +63 -0
- package/dist/icons/Private.js.map +1 -0
- package/dist/icons/Progress.d.ts +3 -0
- package/dist/icons/Progress.js +43 -0
- package/dist/icons/Progress.js.map +1 -0
- package/dist/icons/Projects.d.ts +3 -0
- package/dist/icons/Projects.js +50 -0
- package/dist/icons/Projects.js.map +1 -0
- package/dist/icons/Refresh.d.ts +3 -0
- package/dist/icons/Refresh.js +39 -0
- package/dist/icons/Refresh.js.map +1 -0
- package/dist/icons/Rewards.d.ts +3 -0
- package/dist/icons/Rewards.js +69 -0
- package/dist/icons/Rewards.js.map +1 -0
- package/dist/icons/Sealion.d.ts +3 -0
- package/dist/icons/Sealion.js +184 -0
- package/dist/icons/Sealion.js.map +1 -0
- package/dist/icons/Search.d.ts +3 -0
- package/dist/icons/Search.js +49 -0
- package/dist/icons/Search.js.map +1 -0
- package/dist/icons/Send.d.ts +3 -0
- package/dist/icons/Send.js +59 -0
- package/dist/icons/Send.js.map +1 -0
- package/dist/icons/Settings.d.ts +3 -0
- package/dist/icons/Settings.js +43 -0
- package/dist/icons/Settings.js.map +1 -0
- package/dist/icons/Sharing.d.ts +3 -0
- package/dist/icons/Sharing.js +49 -0
- package/dist/icons/Sharing.js.map +1 -0
- package/dist/icons/Shop.d.ts +3 -0
- package/dist/icons/Shop.js +112 -0
- package/dist/icons/Shop.js.map +1 -0
- package/dist/icons/SoundOff.d.ts +3 -0
- package/dist/icons/SoundOff.js +39 -0
- package/dist/icons/SoundOff.js.map +1 -0
- package/dist/icons/SoundOn.d.ts +3 -0
- package/dist/icons/SoundOn.js +42 -0
- package/dist/icons/SoundOn.js.map +1 -0
- package/dist/icons/StarWriting.d.ts +3 -0
- package/dist/icons/StarWriting.js +49 -0
- package/dist/icons/StarWriting.js.map +1 -0
- package/dist/icons/Task.d.ts +3 -0
- package/dist/icons/Task.js +47 -0
- package/dist/icons/Task.js.map +1 -0
- package/dist/icons/TextToSpeech.d.ts +3 -0
- package/dist/icons/TextToSpeech.js +40 -0
- package/dist/icons/TextToSpeech.js.map +1 -0
- package/dist/icons/Tick.d.ts +3 -0
- package/dist/icons/Tick.js +43 -0
- package/dist/icons/Tick.js.map +1 -0
- package/dist/icons/Torch.d.ts +3 -0
- package/dist/icons/Torch.js +52 -0
- package/dist/icons/Torch.js.map +1 -0
- package/dist/icons/Transfer.d.ts +3 -0
- package/dist/icons/Transfer.js +40 -0
- package/dist/icons/Transfer.js.map +1 -0
- package/dist/icons/Trash.d.ts +3 -0
- package/dist/icons/Trash.js +50 -0
- package/dist/icons/Trash.js.map +1 -0
- package/dist/icons/TrashCopy.d.ts +3 -0
- package/dist/icons/TrashCopy.js +50 -0
- package/dist/icons/TrashCopy.js.map +1 -0
- package/dist/icons/TrashWhite.d.ts +3 -0
- package/dist/icons/TrashWhite.js +50 -0
- package/dist/icons/TrashWhite.js.map +1 -0
- package/dist/icons/Trophy.d.ts +3 -0
- package/dist/icons/Trophy.js +95 -0
- package/dist/icons/Trophy.js.map +1 -0
- package/dist/icons/Twitter.d.ts +3 -0
- package/dist/icons/Twitter.js +35 -0
- package/dist/icons/Twitter.js.map +1 -0
- package/dist/icons/Upload.d.ts +3 -0
- package/dist/icons/Upload.js +43 -0
- package/dist/icons/Upload.js.map +1 -0
- package/dist/icons/User.d.ts +3 -0
- package/dist/icons/User.js +37 -0
- package/dist/icons/User.js.map +1 -0
- package/dist/icons/Users.d.ts +3 -0
- package/dist/icons/Users.js +44 -0
- package/dist/icons/Users.js.map +1 -0
- package/dist/icons/Video.d.ts +3 -0
- package/dist/icons/Video.js +53 -0
- package/dist/icons/Video.js.map +1 -0
- package/dist/icons/Whatsapp.d.ts +3 -0
- package/dist/icons/Whatsapp.js +41 -0
- package/dist/icons/Whatsapp.js.map +1 -0
- package/dist/icons/Writing.d.ts +3 -0
- package/dist/icons/Writing.js +75 -0
- package/dist/icons/Writing.js.map +1 -0
- package/dist/icons/WritingTypeAdventureStory.d.ts +3 -0
- package/dist/icons/WritingTypeAdventureStory.js +43 -0
- package/dist/icons/WritingTypeAdventureStory.js.map +1 -0
- package/dist/icons/WritingTypeBiography.d.ts +3 -0
- package/dist/icons/WritingTypeBiography.js +43 -0
- package/dist/icons/WritingTypeBiography.js.map +1 -0
- package/dist/icons/WritingTypeDiaryEntry.d.ts +3 -0
- package/dist/icons/WritingTypeDiaryEntry.js +47 -0
- package/dist/icons/WritingTypeDiaryEntry.js.map +1 -0
- package/dist/icons/WritingTypeFreeWrite.d.ts +3 -0
- package/dist/icons/WritingTypeFreeWrite.js +46 -0
- package/dist/icons/WritingTypeFreeWrite.js.map +1 -0
- package/dist/icons/WritingTypeInstructions.d.ts +3 -0
- package/dist/icons/WritingTypeInstructions.js +43 -0
- package/dist/icons/WritingTypeInstructions.js.map +1 -0
- package/dist/icons/WritingTypeLetterWriting.d.ts +3 -0
- package/dist/icons/WritingTypeLetterWriting.js +43 -0
- package/dist/icons/WritingTypeLetterWriting.js.map +1 -0
- package/dist/icons/WritingTypeNewspaperArticle.d.ts +3 -0
- package/dist/icons/WritingTypeNewspaperArticle.js +44 -0
- package/dist/icons/WritingTypeNewspaperArticle.js.map +1 -0
- package/dist/icons/WritingTypePersuasiveWriting.d.ts +3 -0
- package/dist/icons/WritingTypePersuasiveWriting.js +43 -0
- package/dist/icons/WritingTypePersuasiveWriting.js.map +1 -0
- package/dist/icons/WritingTypePlayscript.d.ts +3 -0
- package/dist/icons/WritingTypePlayscript.js +44 -0
- package/dist/icons/WritingTypePlayscript.js.map +1 -0
- package/dist/icons/WritingTypePoem.d.ts +3 -0
- package/dist/icons/WritingTypePoem.js +42 -0
- package/dist/icons/WritingTypePoem.js.map +1 -0
- package/dist/icons/WritingTypeReport.d.ts +3 -0
- package/dist/icons/WritingTypeReport.js +50 -0
- package/dist/icons/WritingTypeReport.js.map +1 -0
- package/dist/icons/ZooPoint.d.ts +3 -0
- package/dist/icons/ZooPoint.js +75 -0
- package/dist/icons/ZooPoint.js.map +1 -0
- package/dist/icons/index.d.ts +130 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +260 -0
- package/dist/index.js.map +1 -1
- package/package.json +3 -1
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var tslib = require('tslib');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
|
|
6
|
+
function _interopNamespace(e) {
|
|
7
|
+
if (e && e.__esModule) return e;
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () {
|
|
16
|
+
return e[k];
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
n['default'] = e;
|
|
23
|
+
return Object.freeze(n);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
27
|
+
|
|
28
|
+
var SvgNzkPurple = function (props) { return (React__namespace.createElement("svg", tslib.__assign({ "data-name": "Icon - Blog", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 120 120" }, props),
|
|
29
|
+
React__namespace.createElement("g", { "data-name": "Group 53" },
|
|
30
|
+
React__namespace.createElement("g", { "data-name": "Group 50", opacity: 0.4, style: {
|
|
31
|
+
isolation: "isolate",
|
|
32
|
+
} },
|
|
33
|
+
React__namespace.createElement("path", { "data-name": "Path 78", d: "M92.259 39.645c-5.94-6.4-14.662-10.543-26.584-10.543q-2.3 0-4.764.209c-.353.048-1.406.147-1.461.152-1.092-4.392-3.228-9.263-5.934-10.134A7.344 7.344 0 0 0 51.272 19a16.794 16.794 0 0 0-5.858 1.383c-2.522.959-4.384 2.755-6.52 3.147a9.469 9.469 0 0 1-1.722.142c-.587 0-1.169-.038-1.739-.078s-1.16-.075-1.706-.075c-.16 0-.316 0-.47.011-4.24.239-8.552 1.277-11.8 4.384-4.5 4.3-6.368 12.864-6.343 21.533v-.174 4.663a58.746 58.746 0 0 0 1.584 13.674 88.367 88.367 0 0 0 9.338 22.767c.755 1.35 2.9 6.2 4.224 6.66a5.239 5.239 0 0 0 1.028.184c1-.176 2.128-.36 3.348-.519v-4.663c-2.332-5.578-3.246-13.132-3.549-15.944.026-.127.052-.252.082-.373a8.525 8.525 0 0 1 .202-.673c.03-.084.059-.168.091-.249.061-.153.127-.3.195-.442.028-.057.053-.117.081-.173.1-.2.208-.382.323-.561.025-.04.054-.076.08-.114.088-.13.177-.258.272-.38.046-.059.1-.115.143-.172.081-.1.163-.2.248-.287.055-.06.113-.118.17-.176.084-.085.168-.17.256-.252a8.625 8.625 0 0 1 .658-.562 10.93 10.93 0 0 1 .494-.367c.1-.074.211-.146.318-.218.066-.044.132-.089.2-.132.119-.078.241-.154.363-.229l.173-.108c.181-.11.364-.218.55-.326q.227-.162.479-.354l.076-.061c.144-.113.291-.229.445-.357.064-.053.132-.115.2-.171.118-.1.236-.2.358-.312.073-.066.149-.142.223-.211.119-.112.237-.22.358-.34.079-.078.159-.166.238-.248.119-.122.237-.24.356-.371.084-.091.167-.193.251-.288.116-.133.233-.261.349-.4.087-.107.174-.224.261-.335.111-.141.222-.277.331-.425.091-.124.179-.259.268-.388.1-.148.208-.292.309-.447l.011-.016c.169-.261.333-.534.494-.815.048-.083.093-.171.139-.256a16.347 16.347 0 0 0 .501-.985q.148-.317.287-.648c.051-.119.1-.238.149-.361.027-.068.057-.133.083-.2s.053-.17.082-.251q.188-.518.348-1.069c.043-.145.086-.288.126-.437.133-.5.255-1.022.35-1.567v-.005c.054-.312.092-.639.132-.965.017-.14.042-.272.056-.415q.074-.714.1-1.472c.008-.176.016-.344.016-.5.014-.437.02-.822.022-1.139v-1.463c.045-1.444.264-4.547.347-6.022V44.84a1.615 1.615 0 0 0 .467.164 1.1 1.1 0 0 0 .271.007v-.006a.649.649 0 0 0 .011-.122v-1.318c.251.478.533.889 1.161.876V41.958a3.75 3.75 0 0 1 .3 1.4c.016.174.031.345.05.5.009.08.02.156.032.228a.851.851 0 0 0 .279.6.354.354 0 0 0 .132-.074c.013-.011.022-.026.034-.038a.571.571 0 0 0 .046-.053.2.2 0 0 0 .01-.022.774.774 0 0 0 .054-.112l.017-.034.006-.018.025-.071.041-.117c.014-.04.02-.05.03-.075a1.183 1.183 0 0 1 .065-.134.872.872 0 0 1 .04-.065.682.682 0 0 1 .1-.1.647.647 0 0 1 .054-.048.639.639 0 0 1 .225-.1 2.816 2.816 0 0 0 1.019-.182v2.508a.658.658 0 0 1 .361.368v.579a.978.978 0 0 0 .065.362 2.713 2.713 0 0 0 .179.351c-.015-.006-.028-.008-.043-.014-.568-.661-.387-1.677-1.365-1.678-1.012.014-1.126 1.324-1.118 2.393v-.093 4.662c0 .221.006.433.012.624.069 2.541.131 5.282.155 8.109q-.01.915-.026 1.834c-.073 3.9-.627 6.636-.916 10.158-.377 4.568-1.493 9.088-1.63 13.064a19.7 19.7 0 0 0-.006 1c0-.086-.007-.169-.007-.256v4.663a15.4 15.4 0 0 0 .382 3.581c1.534-.136 3.068-.248 4.561-.352.627-.04 1.253-.088 1.863-.12a3.164 3.164 0 0 0 .35-.085c.03-.008.056-.017.083-.026a2.08 2.08 0 0 0 .192-.076l.055-.025a.977.977 0 0 0 .163-.1c.01-.008.015-.015.023-.022a.493.493 0 0 0 .08-.088l.013-.014c.006-.008.008-.016.013-.024l.017-.033.008-.017a.264.264 0 0 0 .01-.034l.006-.023v-.008a.315.315 0 0 0 .005-.06v-4.663.031a.364.364 0 0 0 0-.046 2.809 2.809 0 0 1-.737-.715l.017-.03c.027-.049.047-.083.054-.1.073-.15.156-.3.242-.444l.1-.164c.059-.1.119-.192.18-.286l.193-.3.017-.027.016-.025q.146-.225.278-.45l.078-.138a4.058 4.058 0 0 0 .247-.511v-.009c.009-.023.012-.046.02-.069a2.438 2.438 0 0 0 .095-.338c0-.012.008-.024.01-.036a1.815 1.815 0 0 0 .029-.322v-1.564a2.348 2.348 0 0 0 1 .579 2.232 2.232 0 0 1 1.033.551v2.9a6.442 6.442 0 0 0 .292 1.443v5.177c.233 0 .674-.016.722-.016q1.8-.056 3.265-.053c1.542 0 2.8.039 3.737.093 2.08.119 4.649.631 8.5.639v-.391a.79.79 0 0 1 .016-.09l.005-.01a.452.452 0 0 1 .067-.1.532.532 0 0 1 .168-.141c.009 0 .016-.012.026-.017a1.912 1.912 0 0 1 .276-.1 2.317 2.317 0 0 0 .23-.084l.053-.022a.542.542 0 0 0 .189-.157c.005-.008.015-.01.021-.018a.448.448 0 0 0 .045-.088.568.568 0 0 0 .013-.038 1.67 1.67 0 0 0 .056-.225 1.162 1.162 0 0 0 .018-.2v-4.663c0 .018-.005.04-.006.059.036-.657-.559-.8-.511-1.665a5.673 5.673 0 0 0-2.722.819v-1.382q-.383-.254-.788-.485v-.328c4.074-1.306 5.227-5.587 10.616-5.587a13.266 13.266 0 0 1 2.811.33 6.787 6.787 0 0 1 3.889 2.159 9.668 9.668 0 0 1 .809 1.061c.125.188.247.38.368.577.362.591.712 1.221 1.1 1.872l.028.045a4.238 4.238 0 0 0-1.317.395 1.234 1.234 0 0 0-.006.18v-.022 4.421c-1.387-.549-1.46-2.222-2.472-3.1-1.389.04-1.092 2.028-1.485 3.226v4.656c3.477.184 6.913.351 9.86.487h7.227v-4.663c-1.626-3.12-2.487-7.545-2.7-12.251q.05-1.146.145-2.285l.006-.056c.063-.748.142-1.491.235-2.224l.012-.084q.14-1.084.321-2.137c.007-.043.016-.085.024-.128q.137-.78.3-1.533l.05-.241q.166-.764.355-1.494c.026-.1.051-.2.077-.291.13-.488.265-.966.41-1.428l.054-.164q.211-.661.443-1.283l.067-.183c.119-.313.242-.619.369-.915 1.776 1.343 4.589 3.164 7.553 3.164a6.629 6.629 0 0 0 3.022-.712v-4.663c-10.063-4.816-11.18-16.316-18.141-23.816Zm-66.043.3c-.065.086-.131.172-.19.261.058-.088.125-.174.19-.261Zm-.921 2.163a4.945 4.945 0 0 0-.065.759 4.984 4.984 0 0 1 .065-.762Zm2.938 1.638v3.672a4.9 4.9 0 0 1-1.543-1.027 4.982 4.982 0 0 1-.87-1.165c.04-.072.08-.143.123-.213.029-.048.054-.1.085-.144.06-.092.128-.181.2-.27.034-.045.064-.092.1-.136a5.057 5.057 0 0 1 .343-.381 4.929 4.929 0 0 1 1.638-1.09 4.549 4.549 0 0 0-.076.753Zm2.845 27.736-.026.115c.025-.135.057-.261.086-.389-.021.091-.042.181-.06.274Zm6.129-6.808c-.073.062-.149.131-.22.19.094-.079.194-.169.292-.254a4.656 4.656 0 0 0-.072.064Zm.593-.536c-.086.08-.173.167-.257.243.087-.079.177-.169.265-.252Zm1.786-1.96c-.09.114-.179.234-.269.344.091-.11.18-.232.271-.347Zm.9-1.252a20.587 20.587 0 0 0 .001 0Zm1.433-2.72a18.284 18.284 0 0 1 0-.002Zm.313-.814-.082.226.083-.227Zm.474-1.506-.046.161c.014-.054.031-.106.046-.161Zm.187-18.2a1.299 1.299 0 0 0-.034.12 1.185 1.185 0 0 1 .037-.131Zm.3 15.661c-.04.327-.079.656-.133.97.059-.341.1-.7.144-1.054a.784.784 0 0 0-.014.082Zm1.64-15.992-.013.045c0-.016.009-.031.013-.047Zm.11-.218a.981.981 0 0 1 .09-.11 1.09 1.09 0 0 0-.093.112Zm1.76 2.274a1.05 1.05 0 0 1 .065-.135.991.991 0 0 0-.068.137Zm1.929 3.191.009.017Zm3.049 47.344-.006.023-.007.019a.381.381 0 0 0 .01-.043Zm-.036.1-.005.01-.014.022c.004-.013.011-.024.016-.033Zm-.292.26h-.005c-.016.009-.036.016-.054.025l.056-.027Zm-.249.1-.053.017Zm3.882-4.6v-.061a1.53 1.53 0 0 1 .018.181c-.003-.035-.017-.081-.021-.125Zm9.044-47.412-.306 1.134.306-1.134Zm8.158 51.348a1.471 1.471 0 0 0 .063-.3c0 .024 0 .045-.006.07a1.706 1.706 0 0 1-.057.227.473.473 0 0 1-.079.144l-.007.006a.457.457 0 0 0 .083-.152Zm-.264.3Zm-.589.228a.512.512 0 0 0-.168.142c-.008.01-.021.014-.029.024a.52.52 0 0 1 .194-.174Zm-3.226-8.116a.738.738 0 0 1 0-.435Zm26.827-26.825v.014Zm4.9 5.691Z" }),
|
|
34
|
+
React__namespace.createElement("path", { "data-name": "Path 79", d: "M80.511 89.074c-1.06-.854-3.661-.4-5.323-.751v4.663a30.1 30.1 0 0 0 .385 3.195c1.052.064 2.128.119 3.22.183v-.759a.65.65 0 0 1 .123-.128c.011-.009.025-.016.037-.024a.949.949 0 0 1 .154-.084l.047-.021c.067-.025.137-.047.209-.066l.052-.012c.068-.017.137-.032.207-.047s.169-.036.25-.056l.024-.007a1.891 1.891 0 0 0 .189-.06l.054-.021a.964.964 0 0 0 .187-.1v-.005a.642.642 0 0 0 .137-.143c.005-.008.014-.012.019-.02l.024-.046a.485.485 0 0 0 .025-.051.188.188 0 0 0 .014-.028.733.733 0 0 0 .023-.086.451.451 0 0 0 .014-.052v-.015a1.108 1.108 0 0 0 .015-.19V89.68v.025a2.247 2.247 0 0 0-.086-.631Zm-1.79 1.984-.01.017c.006-.013.013-.024.02-.036Zm.232-.269-.018.01c.016-.011.034-.021.051-.031Zm.154-.083-.031.013c.016-.007.031-.015.047-.021Zm.789-.209h-.011.014Zm.243-.081-.042.016c.019-.007.036-.015.054-.023Zm.192-.106c-.012.009-.027.013-.039.021.019-.012.038-.024.056-.038Zm.205-.261a.38.38 0 0 1-.025.05l-.006.009a.64.64 0 0 0 .045-.1c-.005.012-.008.028-.014.037Zm.051-.166c0 .016-.008.029-.011.044a1.088 1.088 0 0 0 .02-.135.863.863 0 0 1-.009.091Z" })),
|
|
35
|
+
React__namespace.createElement("g", { "data-name": "Group 52" },
|
|
36
|
+
React__namespace.createElement("g", { "data-name": "Group 51", fill: "#9028c6" },
|
|
37
|
+
React__namespace.createElement("path", { "data-name": "Path 80", d: "M92.259 37.28c-5.94-6.4-14.662-10.543-26.584-10.543q-2.3 0-4.764.21c-.353.048-1.406.146-1.461.151-1.092-4.392-3.228-9.263-5.934-10.133a7.315 7.315 0 0 0-2.244-.33 16.792 16.792 0 0 0-5.858 1.384c-2.522.958-4.384 2.755-6.52 3.146a9.471 9.471 0 0 1-1.722.143c-.587 0-1.169-.039-1.739-.079s-1.16-.074-1.706-.074c-.16 0-.316 0-.47.01-4.24.24-8.552 1.278-11.8 4.384-4.5 4.3-6.368 12.864-6.343 21.533v-.174 4.663a58.739 58.739 0 0 0 1.584 13.674 88.352 88.352 0 0 0 9.338 22.767c.755 1.35 2.9 6.2 4.224 6.66a5.239 5.239 0 0 0 1.028.184c1-.176 2.128-.359 3.348-.519v-4.663c-2.332-5.578-3.246-13.131-3.549-15.944.026-.126.052-.251.082-.372.024-.1.049-.19.076-.283.039-.133.082-.263.126-.39.03-.084.059-.169.091-.25.061-.152.127-.3.195-.441.028-.058.053-.118.081-.174.1-.194.208-.382.323-.561.025-.039.054-.075.08-.114.088-.13.177-.258.272-.38.046-.059.1-.115.143-.172.081-.1.163-.194.248-.287.055-.06.113-.118.17-.176.084-.085.168-.17.256-.252.061-.057.124-.114.188-.17q.132-.117.27-.231a7.78 7.78 0 0 1 .2-.16c.094-.075.191-.148.289-.22l.205-.148c.1-.074.211-.146.318-.217.066-.045.132-.09.2-.133.119-.077.241-.153.363-.229l.173-.108q.272-.164.55-.326.227-.16.479-.354l.076-.061c.144-.112.291-.229.445-.357.064-.053.132-.115.2-.171.118-.1.236-.2.358-.312.073-.066.149-.142.223-.211.119-.112.237-.22.358-.34.079-.078.159-.166.238-.247.119-.123.237-.241.356-.372.084-.091.167-.192.251-.288.116-.132.233-.261.349-.4.087-.107.174-.225.261-.336.111-.141.222-.277.331-.425.091-.124.179-.258.268-.387.1-.149.208-.292.309-.448l.011-.016c.169-.261.333-.534.494-.815.048-.083.093-.171.139-.255.116-.211.23-.426.34-.647.055-.111.108-.225.161-.339q.148-.316.287-.647c.051-.12.1-.239.149-.361.027-.069.057-.134.083-.2s.053-.17.082-.25q.188-.519.348-1.07c.043-.145.086-.288.126-.436a18.79 18.79 0 0 0 .35-1.568c.054-.311.092-.639.132-.965.017-.14.042-.272.056-.415q.074-.714.1-1.472c.008-.176.016-.344.016-.5.014-.437.02-.822.022-1.14v-1.463c.045-1.444.264-4.547.347-6.022v-2.167a1.615 1.615 0 0 0 .467.164 1.1 1.1 0 0 0 .271.007v-.006a.656.656 0 0 0 .011-.122v-1.308c.251.478.533.889 1.161.877v-2.496a3.756 3.756 0 0 1 .3 1.4c.016.174.031.344.05.5.009.079.02.155.032.227a.849.849 0 0 0 .279.6.354.354 0 0 0 .132-.074.42.42 0 0 0 .034-.038.466.466 0 0 0 .046-.053.138.138 0 0 0 .01-.022.725.725 0 0 0 .054-.112l.017-.034.006-.017.025-.072.041-.117c.009-.025.02-.049.03-.074a1.106 1.106 0 0 1 .065-.134.734.734 0 0 1 .04-.066.632.632 0 0 1 .1-.1.506.506 0 0 1 .054-.048.64.64 0 0 1 .225-.1 2.794 2.794 0 0 0 1.019-.182v2.508a.661.661 0 0 1 .361.368v.579a.979.979 0 0 0 .065.363 2.7 2.7 0 0 0 .179.35c-.015-.006-.028-.008-.043-.014-.568-.66-.387-1.677-1.365-1.677-1.012.013-1.126 1.323-1.118 2.392v-.093 4.663c0 .22.006.432.012.624.069 2.54.131 5.281.155 8.108q-.01.915-.026 1.834c-.073 3.9-.627 6.636-.916 10.158-.377 4.568-1.493 9.088-1.63 13.065-.012.341-.011.67-.006 1 0-.087-.007-.169-.007-.257v4.663a15.386 15.386 0 0 0 .382 3.581c1.534-.136 3.068-.248 4.561-.352.627-.039 1.253-.087 1.863-.119a3.69 3.69 0 0 0 .35-.085l.083-.027a1.832 1.832 0 0 0 .192-.076c.018-.008.039-.016.055-.025a.976.976 0 0 0 .163-.1.163.163 0 0 0 .023-.022.489.489 0 0 0 .08-.087l.013-.015c.006-.008.008-.016.013-.024l.017-.033.008-.017a.212.212 0 0 0 .01-.033l.006-.023v-.009a.314.314 0 0 0 .005-.06v-4.663.031a.364.364 0 0 0 0-.046 2.805 2.805 0 0 1-.737-.714l.017-.031.054-.094c.073-.151.156-.3.242-.445l.1-.164c.059-.095.119-.191.18-.286l.193-.3.017-.026.016-.025q.146-.227.278-.451l.078-.137a4 4 0 0 0 .247-.512v-.008c.009-.023.012-.047.02-.07a2.425 2.425 0 0 0 .095-.337c0-.013.008-.025.01-.037a1.812 1.812 0 0 0 .029-.321v-1.567a2.338 2.338 0 0 0 1 .579 2.223 2.223 0 0 1 1.033.552v2.9a6.444 6.444 0 0 0 .292 1.442v5.177c.233 0 .674-.016.722-.016q1.8-.056 3.265-.053c1.542 0 2.8.039 3.737.093 2.08.12 4.649.631 8.5.639v-.39a.769.769 0 0 1 .016-.091l.005-.009a.429.429 0 0 1 .067-.1.548.548 0 0 1 .168-.142c.009 0 .016-.012.026-.016a1.915 1.915 0 0 1 .276-.1 2.085 2.085 0 0 0 .23-.084c.017-.007.036-.013.053-.022a.542.542 0 0 0 .189-.157c.005-.007.015-.009.021-.017a.456.456 0 0 0 .045-.089.4.4 0 0 0 .013-.038 1.669 1.669 0 0 0 .056-.225 1.173 1.173 0 0 0 .018-.2v-4.663c0 .018-.005.04-.006.06.036-.658-.559-.8-.511-1.665a5.662 5.662 0 0 0-2.722.819v-1.386q-.383-.254-.788-.485v-.328c4.074-1.306 5.227-5.587 10.616-5.587a13.266 13.266 0 0 1 2.811.33 6.793 6.793 0 0 1 3.889 2.159 9.668 9.668 0 0 1 .809 1.061c.125.188.247.381.368.577.362.591.712 1.221 1.1 1.872l.028.046a4.212 4.212 0 0 0-1.317.395 1.23 1.23 0 0 0-.006.18v-.022 4.42c-1.387-.549-1.46-2.221-2.472-3.1-1.389.04-1.092 2.028-1.485 3.226v4.663c3.477.184 6.913.352 9.86.487h7.227v-4.663c-1.626-3.12-2.487-7.545-2.7-12.251a55.64 55.64 0 0 1 .145-2.284l.006-.057q.094-1.122.235-2.223l.012-.084c.093-.723.2-1.437.321-2.137.007-.044.016-.086.024-.129q.137-.778.3-1.533l.05-.241q.166-.762.355-1.494l.077-.291c.13-.488.265-.965.41-1.427l.054-.165q.211-.661.443-1.283c.023-.06.044-.123.067-.182.119-.314.242-.62.369-.915 1.776 1.343 4.589 3.163 7.553 3.163a6.628 6.628 0 0 0 3.022-.712v-4.663c-10.063-4.827-11.18-16.318-18.141-23.825Zm-66.043.3c-.065.086-.131.172-.19.261.058-.086.125-.172.19-.259Zm-.921 2.164a4.932 4.932 0 0 0-.065.758 4.971 4.971 0 0 1 .065-.761Zm2.938 1.637v3.672a4.879 4.879 0 0 1-1.543-1.027 4.982 4.982 0 0 1-.87-1.165c.04-.071.08-.143.123-.213.029-.048.054-.1.085-.144.06-.092.128-.181.2-.27.034-.045.064-.091.1-.135a4.95 4.95 0 0 1 1.981-1.472 4.559 4.559 0 0 0-.076.756Zm2.845 27.736-.026.115c.025-.134.057-.26.086-.389-.021.093-.042.183-.06.276Zm6.129-6.808c-.073.063-.149.131-.22.19.094-.079.194-.169.292-.254Zm.593-.536c-.086.081-.173.167-.257.244.087-.079.177-.168.265-.252Zm1.786-1.96c-.09.114-.179.235-.269.344.091-.111.18-.232.271-.348Zm.9-1.251a14.417 14.417 0 0 1 .001.002Zm1.433-2.721a17.506 17.506 0 0 1 0-.001Zm.313-.813-.082.225.083-.227Zm.474-1.506-.046.16c.014-.054.031-.106.046-.161Zm.187-18.2a1.2 1.2 0 0 0-.034.119 1.249 1.249 0 0 1 .037-.131Zm.3 15.66c-.04.328-.079.657-.133.97.059-.34.1-.7.144-1.053a.745.745 0 0 0-.014.087Zm1.64-15.991-.013.044c0-.016.009-.031.013-.047Zm.11-.219a.984.984 0 0 1 .09-.11 1.093 1.093 0 0 0-.093.114Zm1.76 2.274a.991.991 0 0 1 .065-.135.98.98 0 0 0-.068.134Zm1.929 3.192.009.016Zm3.049 47.343-.006.023-.007.019a.4.4 0 0 0 .01-.038Zm-.036.1-.005.011-.014.021a.274.274 0 0 0 .016-.032Zm-.292.26h-.005c-.016.009-.036.017-.054.025.015-.005.037-.015.056-.021Zm-.249.1-.053.017Zm3.882-4.606v-.054a1.531 1.531 0 0 1 .018.181c-.003-.033-.017-.084-.021-.124Zm9.044-47.412-.306 1.134.306-1.134Zm8.158 51.348a1.457 1.457 0 0 0 .063-.3c0 .024 0 .045-.006.071a1.733 1.733 0 0 1-.057.226.461.461 0 0 1-.079.144l-.007.006a.447.447 0 0 0 .083-.144Zm-.264.3Zm-.589.228a.522.522 0 0 0-.168.141c-.008.01-.021.014-.029.025a.5.5 0 0 1 .194-.165Zm-3.226-8.117a.735.735 0 0 1 0-.434Zm26.827-26.825v.013Zm4.9 5.692Z" }),
|
|
38
|
+
React__namespace.createElement("path", { "data-name": "Path 81", d: "M80.511 86.711c-1.06-.854-3.661-.4-5.323-.75v4.663a30.077 30.077 0 0 0 .385 3.194c1.052.064 2.128.12 3.22.184v-.757a.655.655 0 0 1 .123-.129c.011-.009.025-.016.037-.024a.949.949 0 0 1 .154-.084l.047-.02a1.951 1.951 0 0 1 .209-.067l.052-.012.207-.047a4.8 4.8 0 0 0 .25-.056l.024-.007a1.891 1.891 0 0 0 .189-.06l.054-.021a.963.963 0 0 0 .187-.1v-.005a.642.642 0 0 0 .137-.143c.005-.007.014-.012.019-.02l.024-.046a.468.468 0 0 0 .025-.051.188.188 0 0 0 .014-.028.733.733 0 0 0 .023-.086.4.4 0 0 0 .014-.052v-.014a1.12 1.12 0 0 0 .015-.191v-4.667.026a2.248 2.248 0 0 0-.086-.63Zm-1.79 1.985-.01.016c.006-.013.013-.024.02-.036Zm.232-.269-.018.01c.016-.012.034-.021.051-.032Zm.154-.083-.031.013a.482.482 0 0 1 .047-.022Zm.789-.21h-.011.014Zm.243-.081-.042.017.054-.024Zm.192-.106a.382.382 0 0 1-.039.021l.056-.037Zm.205-.261a.468.468 0 0 1-.025.051l-.006.008a.64.64 0 0 0 .045-.1c-.005.012-.008.028-.014.041Zm.051-.166c0 .016-.008.029-.011.044a1.061 1.061 0 0 0 .02-.135.837.837 0 0 1-.009.091Z" })))),
|
|
39
|
+
React__namespace.createElement("g", { "data-name": "Group 58" },
|
|
40
|
+
React__namespace.createElement("g", { "data-name": "Group 57" },
|
|
41
|
+
React__namespace.createElement("g", { "data-name": "Group 56" },
|
|
42
|
+
React__namespace.createElement("g", { "data-name": "Group 54" },
|
|
43
|
+
React__namespace.createElement("path", { "data-name": "Path 82", d: "M75.188 85.961c1.662.351 4.263-.1 5.323.75.579 2.125-1.67.959-1.854 2.2a1.1 1.1 0 0 0 .136.432c-1.092-.064-2.168-.12-3.22-.184a30.077 30.077 0 0 1-.385-3.198Z", fill: "#d88dff" })),
|
|
44
|
+
React__namespace.createElement("g", { "data-name": "Group 55" },
|
|
45
|
+
React__namespace.createElement("path", { "data-name": "Path 83", d: "M92.259 37.28c6.962 7.507 8.078 19 18.147 23.821a6.624 6.624 0 0 1-3.022.712c-2.964 0-5.777-1.82-7.553-3.163-3.549 8.249-4.152 23.717-.169 31.359h-7.227c-2.947-.135-6.383-.3-9.86-.487.393-1.2.1-3.186 1.485-3.226 1.149 1 1.085 3.019 3.108 3.258.514-.734 1.437-1 1.22-2.587-.112-1.142-2.007-.783-1.846-2.148 1.565-.839 4.416-.184 5.508-1.581a32.141 32.141 0 0 0-3.4.4c-.032-.879 1.317-.16 1.109-1.246-3.228-3.609-3.148-7.275-8.1-8.345a13.266 13.266 0 0 0-2.811-.33c-5.447 0-6.561 4.378-10.743 5.633-.177.567.425.894-.081 1a8.557 8.557 0 0 0-4.723-1.856c-1.387 0-2.358.755-1.773 3.022a35.09 35.09 0 0 1 7.492 3.266c-1.4.431-3.389.176-4.456 1 .651 1.092 1.266 1.47 1.9 1.47a5.339 5.339 0 0 0 2.3-.951 6.039 6.039 0 0 1 2.971-.95c-.056 1.006.763 1.03.442 2.028-.185.631-1.317.168-1.108 1.254-3.847-.008-6.416-.519-8.5-.639a66.551 66.551 0 0 0-3.737-.093q-1.464 0-3.265.053c-.048 0-.489.016-.722.016a1.7 1.7 0 0 0 .65-.383c-.023 0-.458-.056-.65-.687a.889.889 0 0 0 .4.091 1.542 1.542 0 0 0 .786-.251 1.447 1.447 0 0 1-.955-1.118c0-.069-.073-1.381-.089-2.052s-.61-1.932-.385-2.555a3.583 3.583 0 0 0 .321-1.9c-.169-.559-.49-.95-1.405-1.214a2.794 2.794 0 0 1-1.446-1.078 1 1 0 0 0-.649-.262.727.727 0 0 0-.435.142 2.57 2.57 0 0 1 1.381 1.486c.579 1.373-.714 2.483-1.365 3.817-.073.124-1.461 2.483-.513 4.105a3.7 3.7 0 0 0 1.18 1.4c.008.192-.129.487-1.02.655-.61.032-1.236.08-1.863.12-1.493.1-3.027.215-4.561.351a16.227 16.227 0 0 1-.369-4.32c.137-3.977 1.253-8.5 1.63-13.065.289-3.522.843-6.253.916-10.158.1-5.086-.009-10.149-.129-14.6-.032-1.1-.08-2.907 1.108-2.923.978 0 .8 1.017 1.365 1.677a1.839 1.839 0 0 0 .729.165 1.683 1.683 0 0 0 1.471-2.074c-.217-.83-1.855-1.868-2.336-3.09-.225-.591.265-.934-.426-1.31.594-.663.434-1.493.321-2.635a2.516 2.516 0 0 1-1.34.309c-.659.154-.426.929-.876 1.064-.6-.359-.048-2.85-1.14-3.122-1.06.815.53 1.829.474 2.875-.738.015-1-.556-1.293-1.134s-.641-1.158-1.383-1.158c-.713 1.6 1.7 1.749 1.5 2.851a1.718 1.718 0 0 1-.987-.3 2.555 2.555 0 0 0-1.151-.329 1.857 1.857 0 0 0-.784.178 2.737 2.737 0 0 0 2.184 2.443c-.1 1.717-.378 5.646-.354 6.588.008.232.016.983-.016 2.037 0 .16-.008.327-.016.5A17.637 17.637 0 0 1 35.97 63.28c-3.156 1.829-5.629 3.826-4.994 9.543.16 1.462.971 10.462 3.645 16.858-1.22.16-2.345.343-3.348.519a5.239 5.239 0 0 1-1.028-.184c-1.325-.463-3.469-5.31-4.224-6.66a88.352 88.352 0 0 1-9.338-22.767c-2.859-11.667-2.176-28.4 4.761-35.033 3.244-3.106 7.556-4.144 11.8-4.384.154-.007.31-.01.47-.01.546 0 1.121.037 1.706.074s1.151.079 1.739.079a9.464 9.464 0 0 0 1.722-.143c2.136-.391 4-2.188 6.52-3.146a16.792 16.792 0 0 1 5.858-1.384 7.315 7.315 0 0 1 2.244.33c2.706.87 4.842 5.741 5.934 10.133.055-.005 1.108-.1 1.461-.151q2.463-.212 4.764-.21c11.935-.007 20.657 4.134 26.597 10.536Zm-62.72.942a4.5 4.5 0 0 1 3.2-1.322 4.566 4.566 0 0 1 .88.085 4.94 4.94 0 1 0-3.442 8.464 5.142 5.142 0 0 0 .632-.039 4.452 4.452 0 0 1-1.269-7.188m35.009.408 1.928.966-1.213-1.733.667-.974-1.181.064-.723-.927-.305 1.134-1.694.424 1.574.607.032 1.173.915-.734m15.747-.168-.547-1.837 1.309-.718-1.6-.144-.457-.918-.458.918-1.02.152.739.718-.731 1.845 1.478-1.318 1.285 1.3m13.5 13.36 1.149 1.158-.579-1.573.571-.559-.8-.1-.354-1.413-.353 1.413-1.333-.351 1.116 1.022-.128.782.706-.375m-58.522 5.971-.473-1.589 1.132-.631-1.381-.119-.4-.8-.393.8-.884.135.643.615-.635 1.6 1.277-1.142 1.116 1.126m19.914-22.647-.241-.87.458-.44-.635-.088-.281-.574-.281.574-.859.056.4.559-.049.791.795-.551.691.543", fill: "#d88dff" }))))),
|
|
46
|
+
React__namespace.createElement("path", { fill: "none", d: "M0 0h120v120H0z" }))); };
|
|
47
|
+
|
|
48
|
+
module.exports = SvgNzkPurple;
|
|
49
|
+
//# sourceMappingURL=NzkPurple.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NzkPurple.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var tslib = require('tslib');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
|
|
6
|
+
function _interopNamespace(e) {
|
|
7
|
+
if (e && e.__esModule) return e;
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () {
|
|
16
|
+
return e[k];
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
n['default'] = e;
|
|
23
|
+
return Object.freeze(n);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
27
|
+
|
|
28
|
+
var SvgNzktvBlue = function (props) { return (React__namespace.createElement("svg", tslib.__assign({ "data-name": "Icon - Series", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 121.363 120" }, props),
|
|
29
|
+
React__namespace.createElement("path", { "data-name": "Path 284", d: "M17.309 88.726 15.591 63.07l-11.2.75-1.647-24.6 44.658-2.99 1.647 24.6-11.2.75 1.718 25.655Z", stroke: "rgba(0,0,0,0)", opacity: 0.3 }),
|
|
30
|
+
React__namespace.createElement("path", { "data-name": "Path 285", d: "m110.471 63.855-3.756-9.552-3.756 9.552-8.542 3.357-4.954-1.959 8.783-3.451 9.232-21.029-21.944-1.9-6.208 6.546-4.991-7.518-21.944-1.9 12.593 51.148a128.434 128.434 0 0 0 21.326 1.847l9.056-20.63 7.594 3 3.756 9.529 3.756-9.529 9.529-3.768Z", stroke: "rgba(0,0,0,0)", opacity: 0.3 }),
|
|
31
|
+
React__namespace.createElement("path", { "data-name": "Path 1274", d: "M17.309 79.726 15.591 54.07l-11.2.75-1.647-24.6 44.658-2.99 1.647 24.6-11.2.75 1.718 25.655Z", fill: "#54e2f4", stroke: "rgba(0,0,0,0)" }),
|
|
32
|
+
React__namespace.createElement("path", { "data-name": "Path 1275", d: "m110.471 54.855-3.756-9.552-3.756 9.552-8.542 3.357-4.954-1.959 8.783-3.451 9.232-21.029-21.944-1.9-6.208 6.546-4.991-7.518-21.944-1.9 12.593 51.148a128.434 128.434 0 0 0 21.326 1.847l9.056-20.63 7.594 3 3.756 9.529 3.756-9.529 9.529-3.768Z", fill: "#54e2f4", stroke: "rgba(0,0,0,0)" }),
|
|
33
|
+
React__namespace.createElement("path", { fill: "none", d: "M0 0h119.878v120H0z" }))); };
|
|
34
|
+
|
|
35
|
+
module.exports = SvgNzktvBlue;
|
|
36
|
+
//# sourceMappingURL=NzktvBlue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NzktvBlue.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var tslib = require('tslib');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
|
|
6
|
+
function _interopNamespace(e) {
|
|
7
|
+
if (e && e.__esModule) return e;
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () {
|
|
16
|
+
return e[k];
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
n['default'] = e;
|
|
23
|
+
return Object.freeze(n);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
27
|
+
|
|
28
|
+
var SvgNzktvGreen = function (props) { return (React__namespace.createElement("svg", tslib.__assign({ "data-name": "Icon - Episodes", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 121.363 120" }, props),
|
|
29
|
+
React__namespace.createElement("path", { "data-name": "Path 284", d: "M17.309 88.726 15.591 63.07l-11.2.75-1.647-24.6 44.658-2.99 1.647 24.6-11.2.75 1.718 25.655Z", stroke: "rgba(0,0,0,0)", opacity: 0.3 }),
|
|
30
|
+
React__namespace.createElement("path", { "data-name": "Path 285", d: "m110.471 63.855-3.756-9.552-3.756 9.552-8.542 3.357-4.954-1.959 8.783-3.451 9.232-21.029-21.944-1.9-6.208 6.546-4.991-7.518-21.944-1.9 12.593 51.148a128.434 128.434 0 0 0 21.326 1.847l9.056-20.63 7.594 3 3.756 9.529 3.756-9.529 9.529-3.768Z", stroke: "rgba(0,0,0,0)", opacity: 0.3 }),
|
|
31
|
+
React__namespace.createElement("path", { "data-name": "Path 1274", d: "M17.309 79.726 15.591 54.07l-11.2.75-1.647-24.6 44.658-2.99 1.647 24.6-11.2.75 1.718 25.655Z", fill: "#52d69a", stroke: "rgba(0,0,0,0)" }),
|
|
32
|
+
React__namespace.createElement("path", { "data-name": "Path 1275", d: "m110.471 54.855-3.756-9.552-3.756 9.552-8.542 3.357-4.954-1.959 8.783-3.451 9.232-21.029-21.944-1.9-6.208 6.546-4.991-7.518-21.944-1.9 12.593 51.148a128.434 128.434 0 0 0 21.326 1.847l9.056-20.63 7.594 3 3.756 9.529 3.756-9.529 9.529-3.768Z", fill: "#52d69a", stroke: "rgba(0,0,0,0)" }),
|
|
33
|
+
React__namespace.createElement("path", { fill: "none", d: "M0 0h119.878v120H0z" }))); };
|
|
34
|
+
|
|
35
|
+
module.exports = SvgNzktvGreen;
|
|
36
|
+
//# sourceMappingURL=NzktvGreen.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NzktvGreen.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var tslib = require('tslib');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
|
|
6
|
+
function _interopNamespace(e) {
|
|
7
|
+
if (e && e.__esModule) return e;
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () {
|
|
16
|
+
return e[k];
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
n['default'] = e;
|
|
23
|
+
return Object.freeze(n);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
27
|
+
|
|
28
|
+
var SvgOrb = function (props) { return (React__namespace.createElement("svg", tslib.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 120 120" }, props),
|
|
29
|
+
React__namespace.createElement("defs", null,
|
|
30
|
+
React__namespace.createElement("style", null, ".orb_svg__e{fill:#85fffd}")),
|
|
31
|
+
React__namespace.createElement("ellipse", { cx: 59.989, cy: 59.961, rx: 59.989, ry: 59.961, transform: "translate(.01 .012)", style: {
|
|
32
|
+
fill: "#fff",
|
|
33
|
+
} }),
|
|
34
|
+
React__namespace.createElement("path", { d: "M2022.032-82.766a59.97 59.97 0 0 0-56.983 62.821 59.979 59.979 0 0 0 62.851 56.957 59.973 59.973 0 0 0 56.983-62.822 59.979 59.979 0 0 0-62.851-56.956Zm27.963 37.058a38.89 38.89 0 0 1 14.341 28.3 39.043 39.043 0 0 1-37.1 40.9c-.339.016-.668-.011-1.006 0a39.176 39.176 0 0 0 21.578-21.349 38.918 38.918 0 0 1-28.308 14.331 39.049 39.049 0 0 1-40.918-37.081c-.016-.338.011-.669 0-1.005a39.174 39.174 0 0 0 21.355 21.567 38.894 38.894 0 0 1-14.34-28.3 39.042 39.042 0 0 1 37.1-40.9c.338-.016.667.011 1.005 0a39.172 39.172 0 0 0-21.577 21.347 38.915 38.915 0 0 1 28.313-14.334 39.047 39.047 0 0 1 40.917 37.079c.016.338-.01.669 0 1.005a39.17 39.17 0 0 0-21.36-21.561Z", transform: "translate(-1964.975 82.914)", style: {
|
|
35
|
+
fill: "#b7fffd",
|
|
36
|
+
} }),
|
|
37
|
+
React__namespace.createElement("path", { d: "M2051.537-76.62a59.788 59.788 0 0 0-80.349 27.426 60.506 60.506 0 0 0-6.164 29.146c2.439-15.643 9.445-29.143 19.662-38.8a58.327 58.327 0 0 1 37.249-16.077 58.26 58.26 0 0 1 38.631 12.334c11.222 8.7 19.565 21.614 23.463 37.155l.746-.037c.031-.2.046-.407.073-.608a60.413 60.413 0 0 0-33.311-50.539Z", transform: "translate(-1964.975 82.881)", style: {
|
|
38
|
+
fill: "#e8ffff",
|
|
39
|
+
} }),
|
|
40
|
+
React__namespace.createElement("path", { d: "M2078.709-21.664a60.558 60.558 0 0 0 6.172-28.932c-.082-.35-.144-.709-.232-1.057l-.748.037c-2.37 15.85-9.422 29.527-19.745 39.287a58.356 58.356 0 0 1-37.251 16.077 58.257 58.257 0 0 1-38.63-12.334c-11.018-8.54-19.253-21.154-23.237-36.319a60.421 60.421 0 0 0 33.319 50.669 59.788 59.788 0 0 0 80.352-27.428Z", transform: "translate(-1964.921 107.924)", style: {
|
|
41
|
+
fill: "#86fffd",
|
|
42
|
+
} }),
|
|
43
|
+
React__namespace.createElement("path", { className: "orb_svg__e", d: "M37.086 35.297a39.8 39.8 0 0 1 7.9-7.349 39.449 39.449 0 0 1 23.058-13.5c-.336-.059-.656-.15-.993-.2a39.445 39.445 0 0 0-8.5-.346 39.47 39.47 0 0 0-21.465 21.395ZM35.22 82.937a39.821 39.821 0 0 1-7.346-7.9 39.435 39.435 0 0 1-13.505-23.056c-.057.335-.151.654-.2.993a39.6 39.6 0 0 0-.346 8.5A39.478 39.478 0 0 0 35.22 82.937ZM84.761 37.142a39.76 39.76 0 0 1 7.347 7.9 39.434 39.434 0 0 1 13.5 23.056c.059-.333.15-.654.2-.993a39.532 39.532 0 0 0 .347-8.5 39.472 39.472 0 0 0-21.394-21.463ZM82.896 84.78a39.8 39.8 0 0 1-7.9 7.349 39.463 39.463 0 0 1-23.059 13.505c.336.057.656.15.993.2a39.336 39.336 0 0 0 8.5.346 39.466 39.466 0 0 0 21.466-21.4Z" }))); };
|
|
44
|
+
|
|
45
|
+
module.exports = SvgOrb;
|
|
46
|
+
//# sourceMappingURL=Orb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Orb.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var tslib = require('tslib');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
|
|
6
|
+
function _interopNamespace(e) {
|
|
7
|
+
if (e && e.__esModule) return e;
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () {
|
|
16
|
+
return e[k];
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
n['default'] = e;
|
|
23
|
+
return Object.freeze(n);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
27
|
+
|
|
28
|
+
var SvgOrbDisabled = function (props) { return (React__namespace.createElement("svg", tslib.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 120 120" }, props),
|
|
29
|
+
React__namespace.createElement("defs", null,
|
|
30
|
+
React__namespace.createElement("style", null, ".orb-disabled_svg__d{fill:#878787}")),
|
|
31
|
+
React__namespace.createElement("ellipse", { cx: 59.989, cy: 59.961, rx: 59.989, ry: 59.961, transform: "translate(.01 .012)", style: {
|
|
32
|
+
fill: "#fff",
|
|
33
|
+
} }),
|
|
34
|
+
React__namespace.createElement("path", { d: "M2022.032-82.766a59.97 59.97 0 0 0-56.983 62.821 59.979 59.979 0 0 0 62.851 56.957 59.973 59.973 0 0 0 56.983-62.822 59.979 59.979 0 0 0-62.851-56.956Zm27.963 37.058a38.89 38.89 0 0 1 14.341 28.3 39.043 39.043 0 0 1-37.1 40.9c-.339.016-.668-.011-1.006 0a39.176 39.176 0 0 0 21.578-21.349 38.918 38.918 0 0 1-28.308 14.331 39.049 39.049 0 0 1-40.918-37.081c-.016-.338.011-.669 0-1.005a39.174 39.174 0 0 0 21.355 21.567 38.894 38.894 0 0 1-14.34-28.3 39.042 39.042 0 0 1 37.1-40.9c.338-.016.667.011 1.005 0a39.172 39.172 0 0 0-21.577 21.347 38.915 38.915 0 0 1 28.313-14.334 39.047 39.047 0 0 1 40.917 37.079c.016.338-.01.669 0 1.005a39.17 39.17 0 0 0-21.36-21.561Z", transform: "translate(-1964.974 82.915)", style: {
|
|
35
|
+
fill: "#afafaf",
|
|
36
|
+
} }),
|
|
37
|
+
React__namespace.createElement("path", { d: "M2051.537-76.62a59.788 59.788 0 0 0-80.349 27.426 60.506 60.506 0 0 0-6.164 29.146c2.439-15.643 9.445-29.143 19.662-38.8a58.327 58.327 0 0 1 37.249-16.077 58.26 58.26 0 0 1 38.631 12.334c11.222 8.7 19.565 21.614 23.463 37.155l.746-.037c.031-.2.046-.407.073-.608a60.413 60.413 0 0 0-33.311-50.539Z", transform: "translate(-1964.975 82.881)", style: {
|
|
38
|
+
fill: "#dedede",
|
|
39
|
+
} }),
|
|
40
|
+
React__namespace.createElement("path", { className: "orb-disabled_svg__d", d: "M113.788 86.26a60.558 60.558 0 0 0 6.172-28.932c-.082-.35-.144-.709-.232-1.057l-.748.037c-2.37 15.85-9.422 29.527-19.745 39.287a58.356 58.356 0 0 1-37.251 16.077 58.257 58.257 0 0 1-38.63-12.334C12.336 90.798 4.101 78.184.117 63.019a60.421 60.421 0 0 0 33.319 50.669 59.788 59.788 0 0 0 80.352-27.428Z" }),
|
|
41
|
+
React__namespace.createElement("ellipse", { cx: 59.989, cy: 59.961, rx: 59.989, ry: 59.961, transform: "translate(.01 .012)", style: {
|
|
42
|
+
fill: "none",
|
|
43
|
+
} }),
|
|
44
|
+
React__namespace.createElement("path", { className: "orb-disabled_svg__d", d: "M37.086 35.296a39.8 39.8 0 0 1 7.9-7.349 39.449 39.449 0 0 1 23.058-13.5c-.336-.059-.656-.15-.993-.2a39.445 39.445 0 0 0-8.5-.346 39.47 39.47 0 0 0-21.465 21.395ZM35.22 82.936a39.821 39.821 0 0 1-7.346-7.9A39.435 39.435 0 0 1 14.369 51.98c-.057.335-.151.654-.2.993a39.6 39.6 0 0 0-.346 8.5A39.478 39.478 0 0 0 35.22 82.936ZM84.762 37.141a39.76 39.76 0 0 1 7.347 7.9 39.434 39.434 0 0 1 13.5 23.056c.059-.333.15-.654.2-.993a39.532 39.532 0 0 0 .347-8.5 39.472 39.472 0 0 0-21.394-21.463ZM82.896 84.779a39.8 39.8 0 0 1-7.9 7.349 39.463 39.463 0 0 1-23.059 13.505c.336.057.656.15.993.2a39.336 39.336 0 0 0 8.5.346 39.466 39.466 0 0 0 21.466-21.4Z" }))); };
|
|
45
|
+
|
|
46
|
+
module.exports = SvgOrbDisabled;
|
|
47
|
+
//# sourceMappingURL=OrbDisabled.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OrbDisabled.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var tslib = require('tslib');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
|
|
6
|
+
function _interopNamespace(e) {
|
|
7
|
+
if (e && e.__esModule) return e;
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () {
|
|
16
|
+
return e[k];
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
n['default'] = e;
|
|
23
|
+
return Object.freeze(n);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
27
|
+
|
|
28
|
+
var SvgPadlock = function (props) { return (React__namespace.createElement("svg", tslib.__assign({ "data-name": "Icon - Manage Privacy", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 120 120" }, props),
|
|
29
|
+
React__namespace.createElement("path", { fill: "none", d: "M0 0h120v120H0z" }),
|
|
30
|
+
React__namespace.createElement("path", { "data-name": "Path 1750", d: "M87.386 51.999h-6.833v-6.282a20.664 20.664 0 0 0-41.327.111v6.281H32.5a1.507 1.507 0 0 0-1.543 1.543v40.446A1.506 1.506 0 0 0 32.5 95.64h55a1.506 1.506 0 0 0 1.543-1.542V53.654a1.7 1.7 0 0 0-1.657-1.655ZM66.227 83.738a30.529 30.529 0 0 0-3.086-2.094c-1.1-.661-2.094-1.432-3.2-1.983l-3.306 1.983c-1.1.662-2.094 1.433-3.086 2.094.221-2.755.441-5.51.772-8.265-.992-.882-1.984-1.763-2.976-2.755a35.75 35.75 0 0 0-3.2-2.535c2.645-.771 5.4-1.212 8.045-1.763 1.1-2.535 2.425-4.96 3.747-7.494a93.579 93.579 0 0 1 3.637 7.494c2.755.441 5.4 1.1 8.045 1.763-2.2 1.763-4.3 3.416-6.282 5.29.449 2.755.669 5.51.89 8.265Zm5.62-31.739h-23.8v-6.282a11.9 11.9 0 1 1 23.8 0Z", opacity: 0.3 }),
|
|
31
|
+
React__namespace.createElement("path", { "data-name": "Path 1751", d: "M87.386 46.568h-6.833v-6.282a20.664 20.664 0 0 0-41.327.11v6.282H32.5a1.506 1.506 0 0 0-1.543 1.543v40.445a1.506 1.506 0 0 0 1.543 1.543h55a1.506 1.506 0 0 0 1.543-1.543V48.221a1.694 1.694 0 0 0-1.657-1.653ZM66.227 78.307a30.363 30.363 0 0 0-3.086-2.094c-1.1-.661-2.094-1.432-3.2-1.983l-3.306 1.983c-1.1.661-2.094 1.433-3.086 2.094.221-2.755.441-5.51.772-8.265-.992-.882-1.984-1.764-2.976-2.755a35.75 35.75 0 0 0-3.2-2.535c2.645-.772 5.4-1.212 8.045-1.763 1.1-2.535 2.425-4.96 3.747-7.494a93.579 93.579 0 0 1 3.637 7.494c2.755.44 5.4 1.1 8.045 1.763-2.2 1.763-4.3 3.416-6.282 5.29.449 2.755.669 5.512.89 8.265Zm5.62-31.739h-23.8v-6.282a11.9 11.9 0 1 1 23.8 0Z", fill: "#aa31f7" }),
|
|
32
|
+
React__namespace.createElement("path", { "data-name": "Path 1752", d: "M59.945 19.678a20.765 20.765 0 0 0-20.719 20.718v6.172h8.817v-6.282a11.9 11.9 0 1 1 23.8 0v6.282h8.706v-6.282a20.576 20.576 0 0 0-20.604-20.608Z", fill: "#afafaf" }),
|
|
33
|
+
React__namespace.createElement("path", { "data-name": "Path 1753", d: "M59.945 14.247a20.765 20.765 0 0 0-20.719 20.718v6.172h8.817v-6.283a11.9 11.9 0 1 1 23.8 0v6.282h8.706v-6.282a20.576 20.576 0 0 0-20.604-20.607Z", fill: "#fff" }),
|
|
34
|
+
React__namespace.createElement("path", { "data-name": "Path 1754", d: "M32.614 83.873h48.16v-.11H87.5a1.506 1.506 0 0 0 1.543-1.543V41.774a1.506 1.506 0 0 0-1.543-1.542h-55a1.506 1.506 0 0 0-1.543 1.542V82.22a1.694 1.694 0 0 0 1.657 1.653Zm21.16-31.739a30.412 30.412 0 0 0 3.085 2.094c1.1.661 2.094 1.432 3.2 1.983l3.306-1.983c1.1-.662 2.094-1.433 3.086-2.094-.22 2.755-.441 5.51-.771 8.265.992.882 1.983 1.763 2.975 2.755a35.739 35.739 0 0 0 3.2 2.535c-2.645.772-5.4 1.212-8.045 1.763-1.1 2.535-2.424 4.96-3.747 7.494a94.264 94.264 0 0 1-3.637-7.494c-2.755-.44-5.4-1.1-8.044-1.763 2.2-1.763 4.3-3.416 6.281-5.29-.449-2.755-.669-5.51-.889-8.265Z", fill: "#d28dff" }),
|
|
35
|
+
React__namespace.createElement("path", { "data-name": "Path 1755", d: "m87.386 41.137-54.882.11a1.506 1.506 0 0 0-1.543 1.543v40.445a1.506 1.506 0 0 0 1.543 1.543H87.5a1.506 1.506 0 0 0 1.543-1.543V42.79a1.694 1.694 0 0 0-1.657-1.653ZM66.227 72.876a30.363 30.363 0 0 0-3.086-2.094c-1.1-.661-2.094-1.433-3.2-1.984l-3.306 1.984c-1.1.661-2.094 1.433-3.086 2.094.221-2.755.441-5.51.772-8.265-.992-.882-1.984-1.764-2.976-2.756a35.916 35.916 0 0 0-3.2-2.534c2.645-.772 5.4-1.213 8.045-1.764 1.1-2.534 2.425-4.959 3.747-7.494a93.91 93.91 0 0 1 3.637 7.494c2.755.441 5.4 1.1 8.045 1.764-2.2 1.763-4.3 3.416-6.282 5.29.449 2.755.669 5.51.89 8.265Z", fill: "#cc6cff" }),
|
|
36
|
+
React__namespace.createElement("g", { "data-name": "Group 1603" },
|
|
37
|
+
React__namespace.createElement("path", { "data-name": "Path 1756", d: "M75.867 58.868c-3.6-.79-7.2-1.58-10.951-2.107-1.5-3.028-3.151-6.057-4.951-8.953-1.8 3.028-3.6 5.925-5.1 8.953-3.6.658-7.351 1.185-10.951 2.107v3.244a48.663 48.663 0 0 1 4.351 3.028c1.233 1.083 2.467 2.053 3.7 3.017-.261 2.3-.49 4.6-.7 6.906v3.244c1.35-.79 2.7-1.712 4.2-2.5l4.5-2.37c1.5.659 2.85 1.58 4.351 2.37a41.923 41.923 0 0 1 4.2 2.5v-3.244c-.212-2.33-.43-4.66-.749-6.99 2.568-2.089 5.264-3.97 8.1-5.961Z", opacity: 0.3 }),
|
|
38
|
+
React__namespace.createElement("path", { "data-name": "Path 1757", d: "M75.867 56.046c-3.6-.79-7.2-1.58-10.951-2.106-1.5-3.029-3.151-6.057-4.951-8.954-1.8 3.029-3.6 5.925-5.1 8.954-3.6.658-7.351 1.185-10.951 2.106v3.245a48.664 48.664 0 0 1 4.351 3.028c1.233 1.083 2.467 2.053 3.7 3.016-.261 2.3-.49 4.6-.7 6.906v3.245c1.35-.79 2.7-1.712 4.2-2.5l4.5-2.37c1.5.658 2.85 1.58 4.351 2.37a41.917 41.917 0 0 1 4.2 2.5v-3.245c-.212-2.33-.43-4.66-.749-6.99 2.568-2.089 5.264-3.969 8.1-5.96Z", fill: "#ffef78" }),
|
|
39
|
+
React__namespace.createElement("path", { "data-name": "Path 1758", d: "M75.867 56.705c-3.6-.79-7.2-1.58-10.951-2.107-1.5-3.028-3.151-6.056-4.951-8.953-1.8 3.028-3.6 5.925-5.1 8.953-3.6.658-7.351 1.185-10.951 2.107v3.249a48.464 48.464 0 0 1 4.351 3.029c1.233 1.082 2.467 2.052 3.7 3.016-.261 2.3-.49 4.6-.7 6.906v3.244c1.35-.79 2.7-1.712 4.2-2.5l4.5-2.37c1.5.658 2.85 1.579 4.351 2.37a41.911 41.911 0 0 1 4.2 2.5v-3.244c-.212-2.33-.43-4.66-.749-6.99 2.568-2.089 5.264-3.97 8.1-5.961Z", fill: "#c9b817" }),
|
|
40
|
+
React__namespace.createElement("path", { "data-name": "Path 1759", d: "M68.516 72.9a41.917 41.917 0 0 0-4.2-2.5c-1.5-.79-2.851-1.712-4.351-2.37l-4.5 2.37c-1.5.79-2.85 1.712-4.2 2.5.3-3.292.6-6.584 1.05-9.875-1.35-1.054-2.7-2.107-4.05-3.292a48.456 48.456 0 0 0-4.351-3.028c3.6-.922 7.351-1.449 10.951-2.107 1.5-3.028 3.3-5.925 5.1-8.953 1.8 2.9 3.45 5.925 4.951 8.953 3.75.527 7.351 1.317 10.951 2.107-3 2.106-5.851 4.081-8.551 6.32.6 3.291.9 6.583 1.2 9.875Z", fill: "#fcea10" })))); };
|
|
41
|
+
|
|
42
|
+
module.exports = SvgPadlock;
|
|
43
|
+
//# sourceMappingURL=Padlock.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Padlock.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var tslib = require('tslib');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
|
|
6
|
+
function _interopNamespace(e) {
|
|
7
|
+
if (e && e.__esModule) return e;
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () {
|
|
16
|
+
return e[k];
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
n['default'] = e;
|
|
23
|
+
return Object.freeze(n);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
27
|
+
|
|
28
|
+
var SvgPdf = function (props) { return (React__namespace.createElement("svg", tslib.__assign({ "data-name": "Icon - PDF", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 120 120.004" }, props),
|
|
29
|
+
React__namespace.createElement("path", { fill: "none", d: "M0 0h120v120H0z" }),
|
|
30
|
+
React__namespace.createElement("path", { "data-name": "Path 1116-2", d: "M110.794 95.811 80.864 3.874 10.44 26.802l-.4 1.266 29.931 91.936 70.423-22.926Z", opacity: 0.3 }),
|
|
31
|
+
React__namespace.createElement("path", { "data-name": "Path 1116-2-2", d: "M110.794 91.94 80.864.003 10.44 22.931l-.4 1.266 29.931 91.936 70.423-22.926Z", fill: "#2a3180" }),
|
|
32
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 211", fill: "#fff", d: "M10.441 22.932 80.864.005l29.93 91.937-70.422 22.927z" }),
|
|
33
|
+
React__namespace.createElement("g", { "data-name": "Group 421", fill: "#2a3180" },
|
|
34
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 212", d: "m35.461 77.791 57.45-18.703 1.197 3.679-57.45 18.703z" }),
|
|
35
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 213", d: "m33.122 70.595 57.45-18.703 1.197 3.679-57.45 18.703z" }),
|
|
36
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 214", d: "m37.799 84.987 27.3-8.888 1.197 3.68-27.3 8.887z" }),
|
|
37
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 215", d: "m30.783 63.398 57.45-18.703 1.197 3.679-57.45 18.703z" }),
|
|
38
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 216", d: "M28.444 56.203 85.894 37.5l1.197 3.679-57.45 18.703z" }),
|
|
39
|
+
React__namespace.createElement("path", { "data-name": "Rectangle 217", d: "m26.042 49.017 57.45-18.703 1.197 3.679-57.45 18.703z" })),
|
|
40
|
+
React__namespace.createElement("g", { "data-name": "Group 1542", fill: "#2a3180" },
|
|
41
|
+
React__namespace.createElement("path", { "data-name": "Path 1511", d: "M19.794 29.683q4.122-1.856 6.3-2.587a15.7 15.7 0 0 1 3.568-.846 5.592 5.592 0 0 1 2.432.282q2.039.769 3.041 3.751a6.2 6.2 0 0 1 .319 2.628 6.135 6.135 0 0 1-.74 2.382 6.712 6.712 0 0 1-1.635 1.936 7.432 7.432 0 0 1-2.367 1.294l-1.542.48.835 2.484-5.613 1.886Zm8.8.542a4.66 4.66 0 0 0-1.821 1.75l1.089 3.241.842-.828a4.844 4.844 0 0 0 1.076-1.405 2.666 2.666 0 0 0 .184-1.907 1.15 1.15 0 0 0-.927-.9.992.992 0 0 0-.443.049Z" }),
|
|
42
|
+
React__namespace.createElement("path", { "data-name": "Path 1512", d: "M34.836 24.589q5.086-2.139 6.681-2.675a8.978 8.978 0 0 1 2.618-.551 6.24 6.24 0 0 1 1.93.265 6.619 6.619 0 0 1 3.043 1.951 8.865 8.865 0 0 1 1.863 3.134 7.889 7.889 0 0 1 .449 3.173 6.431 6.431 0 0 1-.811 2.668 7.79 7.79 0 0 1-4.576 3.547l-6.583 2.213Zm6.81 2.561 1.76 5.234q.325-.54.732-1.1 1.551-2.158 1.011-3.765a2.621 2.621 0 0 0-.952-1.292 1.49 1.49 0 0 0-1.431-.26 1.887 1.887 0 0 0-1.125 1.188Z" }),
|
|
43
|
+
React__namespace.createElement("path", { "data-name": "Path 1513", d: "m50.387 19.355 9.875-3.32 1.306 3.885-4.529 1.523.427 1.272 4.529-1.522 1.26 3.747-4.53 1.522 1.621 4.821-5.345 1.8Z" })))); };
|
|
44
|
+
|
|
45
|
+
module.exports = SvgPdf;
|
|
46
|
+
//# sourceMappingURL=Pdf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Pdf.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var tslib = require('tslib');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
|
|
6
|
+
function _interopNamespace(e) {
|
|
7
|
+
if (e && e.__esModule) return e;
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () {
|
|
16
|
+
return e[k];
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
n['default'] = e;
|
|
23
|
+
return Object.freeze(n);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
27
|
+
|
|
28
|
+
var SvgPencil = function (props) { return (React__namespace.createElement("svg", tslib.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 120 120" }, props),
|
|
29
|
+
React__namespace.createElement("defs", null,
|
|
30
|
+
React__namespace.createElement("style", null, ".pencil_svg__d,.pencil_svg__m{isolation:isolate}.pencil_svg__m{fill:#fff}.pencil_svg__d{fill:#393c54;opacity:.1}.pencil_svg__h{fill:#515570}.pencil_svg__m{opacity:.26}")),
|
|
31
|
+
React__namespace.createElement("path", { style: {
|
|
32
|
+
fill: "none",
|
|
33
|
+
}, d: "M0 0h120v120H0z" }),
|
|
34
|
+
React__namespace.createElement("path", { d: "m7770.942-3238.7-4.743 4.785-.169.171-.041-.014-13.687 13.807h.006l-42.5 42.868-3.658 33.408c0 .114.024.222.034.333s.015.248.037.366a3.264 3.264 0 0 0 .1.322 2.657 2.657 0 0 0 .1.331 3.019 3.019 0 0 0 .161.3 3.068 3.068 0 0 0 .158.291 2.551 2.551 0 0 0 .211.259 3.19 3.19 0 0 0 .209.254 3.075 3.075 0 0 0 .291.244c.075.059.14.128.218.181a2.662 2.662 0 0 0 .249.136c.073.043.148.086.228.124.038.018.068.043.107.059.017.008.034.01.048.016.043.016.085.023.127.039a3.045 3.045 0 0 0 .313.1c.053.015.1.04.16.05.021.006.045 0 .066.008l.041.006c.05.01.1.016.154.024a2.975 2.975 0 0 0 .417.033h.018l.82-.09 32.295-3.6 43.625-44.006v-.008l5.2-5.246.013.039 10.642-10.736a59.1 59.1 0 0 0-31.25-34.854Z", transform: "translate(-7685.299 3245.397)", style: {
|
|
35
|
+
isolation: "isolate",
|
|
36
|
+
fill: "#221e20",
|
|
37
|
+
opacity: 0.3,
|
|
38
|
+
mixBlendMode: "multiply",
|
|
39
|
+
} }),
|
|
40
|
+
React__namespace.createElement("path", { d: "M7709.6-3172.642a3.463 3.463 0 0 1-3.445-3.48l3.658-33.406h32.907v33.2Z", transform: "translate(-7685.299 3273.585)", style: {
|
|
41
|
+
fill: "#fff",
|
|
42
|
+
} }),
|
|
43
|
+
React__namespace.createElement("path", { className: "pencil_svg__d", d: "m24.307 100.943 33.115-3.689V86.803l-3.655-1.844-31.081 14.14-.337 1.223a3.45 3.45 0 0 0 1.958.621Z" }),
|
|
44
|
+
React__namespace.createElement("path", { className: "pencil_svg__d", d: "m22.684 99.096-.012 1.426a3.335 3.335 0 0 0 1.633.419l33.115-3.689v-14.14L36.698 67.741Z" }),
|
|
45
|
+
React__namespace.createElement("path", { d: "m7736.657-3166.386 4.265 11.682 43.625-44.006a51.944 51.944 0 0 0-32.91-33.2l-43.622 44.006 11.576 4.3 4.878 12.3Z", transform: "translate(-7683.501 3251.958)", style: {
|
|
46
|
+
fill: "#f2bc0f",
|
|
47
|
+
} }),
|
|
48
|
+
React__namespace.createElement("path", { d: "m7724.468-3171.3 12.188 4.917 42.868-43.241a51.744 51.744 0 0 0-27.889-22.281l-43.622 44.006 11.576 4.3Z", transform: "translate(-7683.501 3251.958)", style: {
|
|
49
|
+
fill: "#fdea18",
|
|
50
|
+
} }),
|
|
51
|
+
React__namespace.createElement("path", { d: "m7708.014-3187.9 11.576 4.3 42.869-43.244a51.294 51.294 0 0 0-10.823-5.065Z", transform: "translate(-7683.501 3251.958)", style: {
|
|
52
|
+
opacity: 0.5,
|
|
53
|
+
fill: "#fff",
|
|
54
|
+
isolation: "isolate",
|
|
55
|
+
} }),
|
|
56
|
+
React__namespace.createElement("path", { className: "pencil_svg__h", d: "M28.874 100.415c.566-.569-.657-2.73-2.731-4.823s-4.214-3.325-4.78-2.755" }),
|
|
57
|
+
React__namespace.createElement("path", { d: "m7779.446-3208.384-13.687 13.807a51.947 51.947 0 0 0-32.91-33.2l13.688-13.807a51.931 51.931 0 0 1 32.909 33.2Z", transform: "translate(-7659.501 3242.611)", style: {
|
|
58
|
+
fill: "#e4087e",
|
|
59
|
+
} }),
|
|
60
|
+
React__namespace.createElement("path", { d: "m7776.221-3205.156-13.689 13.807a51.936 51.936 0 0 0-32.908-33.2l13.688-13.807a51.946 51.946 0 0 1 32.909 33.2Z", transform: "translate(-7662.62 3245.729)", style: {
|
|
61
|
+
fill: "#b1b1b1",
|
|
62
|
+
} }),
|
|
63
|
+
React__namespace.createElement("path", { d: "m7773.271-3205.249-7.524 7.592a51.948 51.948 0 0 0-32.9-33.158l7.553-7.617a51.936 51.936 0 0 1 32.871 33.183Z", transform: "translate(-7659.501 3245.653)", style: {
|
|
64
|
+
fill: "#9c9c9a",
|
|
65
|
+
} }),
|
|
66
|
+
React__namespace.createElement("path", { className: "pencil_svg__h", d: "M26.143 95.593c2.073 2.092 3.3 4.251 2.73 4.823h-.008l.017.016-4.577.511a3.464 3.464 0 0 1-3.45-3.477l.506-4.617v-.01c.568-.571 2.71.662 4.782 2.754Z" }),
|
|
67
|
+
React__namespace.createElement("path", { d: "m7707.09-3189.38 2.115-4.735c.439.364.893.775 1.343 1.229 2.074 2.092 3.3 4.251 2.731 4.823h-.008l.016.016-3.646.407-.931.1a3.531 3.531 0 0 1-.63-.062c-.034-.006-.071-.012-.107-.02a3.5 3.5 0 0 1-.555-.173c-.051-.021-.1-.049-.153-.073s-.123-.069-.184-.1Z", transform: "translate(-7684.406 3288.478)", style: {
|
|
68
|
+
fill: "#363949",
|
|
69
|
+
} }),
|
|
70
|
+
React__namespace.createElement("path", { className: "pencil_svg__m", d: "M114.973 23.393 94.96 43.581a51.787 51.787 0 0 0-27.817-22.349L87.136 1.063a51.781 51.781 0 0 1 27.837 22.33Z" }),
|
|
71
|
+
React__namespace.createElement("path", { className: "pencil_svg__m", d: "M77.955 26.33a51.39 51.39 0 0 0-10.8-5.09L87.148 1.072a51.608 51.608 0 0 1 10.808 5.083Z" }),
|
|
72
|
+
React__namespace.createElement("path", { d: "M7713.431-3189.341h.009c.442-.446-.209-1.857-1.5-3.452l-4.692 2.135-.337 1.223c.09.061.183.11.277.163.074.044.149.089.229.126a2.643 2.643 0 0 0 .283.111 2.552 2.552 0 0 0 .313.1c.084.023.167.045.25.061a3.5 3.5 0 0 0 .6.059l.82-.092 3.757-.419Z", transform: "translate(-7684.564 3289.756)", style: {
|
|
73
|
+
fill: "#21232d",
|
|
74
|
+
} }))); };
|
|
75
|
+
|
|
76
|
+
module.exports = SvgPencil;
|
|
77
|
+
//# sourceMappingURL=Pencil.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Pencil.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|