nzk-react-components 2.0.0-6 → 3.0.0-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.
- package/dist/cjs/components/Avatar/Avatar.js +1 -1
- package/dist/cjs/components/Avatar/Avatar.styles.js +1 -1
- package/dist/cjs/components/Button/utils.js +1 -1
- package/dist/cjs/components/DatePicker/DatePicker.js +1 -1
- package/dist/cjs/components/IconButton/IconButton.js +1 -1
- package/dist/cjs/components/Input/Input.js +1 -1
- package/dist/cjs/components/Modal/Modal.js +1 -1
- package/dist/cjs/components/Modal/Modal.styles.js +1 -1
- package/dist/cjs/components/Modal/ModalState.js +1 -1
- package/dist/cjs/components/SyncedText/SyncedText.js +1 -1
- package/dist/cjs/hooks/useCloudinary/index.js +1 -1
- package/dist/cjs/hooks/useConfettis/animations.js +1 -1
- package/dist/cjs/icons/AddChapter.js +1 -0
- package/dist/cjs/icons/AppClose.js +1 -0
- package/dist/cjs/icons/AppCreate.js +1 -0
- package/dist/cjs/icons/AppDraft.js +1 -0
- package/dist/cjs/icons/AppItems.js +1 -0
- package/dist/cjs/icons/AppMenu.js +1 -0
- package/dist/cjs/icons/AppReport.js +1 -0
- package/dist/cjs/icons/AppSettings.js +1 -0
- package/dist/cjs/icons/AppTeamwork.js +1 -0
- package/dist/cjs/icons/AppWriting.js +1 -0
- package/dist/cjs/icons/Biography.js +1 -0
- package/dist/cjs/icons/Book.js +1 -0
- package/dist/cjs/icons/Competitions.js +1 -0
- package/dist/cjs/icons/Date.js +1 -0
- package/dist/cjs/icons/Down.js +1 -0
- package/dist/cjs/icons/Drawings.js +1 -0
- package/dist/cjs/icons/Eat.js +1 -0
- package/dist/cjs/icons/Edit.js +1 -0
- package/dist/cjs/icons/Flip.js +1 -0
- package/dist/cjs/icons/FreeWrite.js +1 -0
- package/dist/cjs/icons/Gallery.js +1 -0
- package/dist/cjs/icons/Keyboard.js +1 -0
- package/dist/cjs/icons/Locations.js +1 -0
- package/dist/cjs/icons/News.js +1 -0
- package/dist/cjs/icons/NightZookeeperStars.js +1 -0
- package/dist/cjs/icons/Playscript.js +1 -0
- package/dist/cjs/icons/Poetry.js +1 -0
- package/dist/cjs/icons/Prompt.js +1 -0
- package/dist/cjs/icons/PurpleMegaphone.js +1 -0
- package/dist/cjs/icons/Question.js +1 -0
- package/dist/cjs/icons/Quests.js +1 -0
- package/dist/cjs/icons/ReadingLight.js +1 -0
- package/dist/cjs/icons/Save.js +1 -0
- package/dist/cjs/icons/Showcase.js +1 -0
- package/dist/cjs/icons/SlimTick.js +1 -0
- package/dist/cjs/icons/Sparks.js +1 -0
- package/dist/cjs/icons/StarWritingAward.js +1 -0
- package/dist/cjs/icons/Story.js +1 -0
- package/dist/cjs/icons/Streak.js +1 -0
- package/dist/cjs/icons/Teamwork.js +1 -0
- package/dist/cjs/icons/Up.js +1 -0
- package/dist/cjs/icons/Update.js +1 -0
- package/dist/cjs/icons/Words.js +1 -0
- package/dist/cjs/icons/Work.js +1 -0
- package/dist/cjs/icons/Xp.js +1 -0
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/lib/unstated-next.js +1 -0
- package/dist/components/Avatar/Avatar.d.ts +33 -33
- package/dist/components/Avatar/Avatar.styles.d.ts +12 -11
- package/dist/components/Avatar/index.d.ts +2 -2
- package/dist/components/Button/Button.d.ts +24 -24
- package/dist/components/Button/Button.styles.d.ts +5 -4
- package/dist/components/Button/constants.d.ts +14 -14
- package/dist/components/Button/index.d.ts +2 -2
- package/dist/components/Button/types.d.ts +21 -21
- package/dist/components/Button/utils.d.ts +22 -22
- package/dist/components/DatePicker/DatePicker.d.ts +24 -24
- package/dist/components/DatePicker/index.d.ts +2 -2
- package/dist/components/Icon/Icon.d.ts +13 -13
- package/dist/components/Icon/icons.d.ts +137 -137
- package/dist/components/Icon/index.d.ts +2 -2
- package/dist/components/IconButton/IconButton.d.ts +9 -9
- package/dist/components/IconButton/index.d.ts +2 -2
- package/dist/components/Input/Input.d.ts +8 -7
- package/dist/components/Input/index.d.ts +2 -2
- package/dist/components/Modal/Modal.d.ts +11 -11
- package/dist/components/Modal/Modal.styles.d.ts +8 -7
- package/dist/components/Modal/ModalState.d.ts +8 -8
- package/dist/components/Modal/index.d.ts +2 -2
- package/dist/components/SyncedText/SyncedText.d.ts +3 -3
- package/dist/components/SyncedText/hooks/useTimeout.d.ts +5 -5
- package/dist/components/SyncedText/index.d.ts +2 -2
- package/dist/components/SyncedText/types.d.ts +27 -27
- package/dist/esm/components/Avatar/Avatar.js +1 -1
- package/dist/esm/components/Avatar/Avatar.styles.js +1 -1
- package/dist/esm/components/Button/utils.js +1 -1
- package/dist/esm/components/DatePicker/DatePicker.js +1 -1
- package/dist/esm/components/IconButton/IconButton.js +1 -1
- package/dist/esm/components/Input/Input.js +1 -1
- package/dist/esm/components/Modal/Modal.js +1 -1
- package/dist/esm/components/Modal/Modal.styles.js +1 -1
- package/dist/esm/components/Modal/ModalState.js +1 -1
- package/dist/esm/components/SyncedText/SyncedText.js +1 -1
- package/dist/esm/hooks/useCloudinary/index.js +1 -1
- package/dist/esm/hooks/useConfettis/animations.js +1 -1
- package/dist/esm/icons/AddChapter.js +1 -0
- package/dist/esm/icons/AppClose.js +1 -0
- package/dist/esm/icons/AppCreate.js +1 -0
- package/dist/esm/icons/AppDraft.js +1 -0
- package/dist/esm/icons/AppItems.js +1 -0
- package/dist/esm/icons/AppMenu.js +1 -0
- package/dist/esm/icons/AppReport.js +1 -0
- package/dist/esm/icons/AppSettings.js +1 -0
- package/dist/esm/icons/AppTeamwork.js +1 -0
- package/dist/esm/icons/AppWriting.js +1 -0
- package/dist/esm/icons/Biography.js +1 -0
- package/dist/esm/icons/Book.js +1 -0
- package/dist/esm/icons/Competitions.js +1 -0
- package/dist/esm/icons/Date.js +1 -0
- package/dist/esm/icons/Down.js +1 -0
- package/dist/esm/icons/Drawings.js +1 -0
- package/dist/esm/icons/Eat.js +1 -0
- package/dist/esm/icons/Edit.js +1 -0
- package/dist/esm/icons/Flip.js +1 -0
- package/dist/esm/icons/FreeWrite.js +1 -0
- package/dist/esm/icons/Gallery.js +1 -0
- package/dist/esm/icons/Keyboard.js +1 -0
- package/dist/esm/icons/Locations.js +1 -0
- package/dist/esm/icons/News.js +1 -0
- package/dist/esm/icons/NightZookeeperStars.js +1 -0
- package/dist/esm/icons/Playscript.js +1 -0
- package/dist/esm/icons/Poetry.js +1 -0
- package/dist/esm/icons/Prompt.js +1 -0
- package/dist/esm/icons/PurpleMegaphone.js +1 -0
- package/dist/esm/icons/Question.js +1 -0
- package/dist/esm/icons/Quests.js +1 -0
- package/dist/esm/icons/ReadingLight.js +1 -0
- package/dist/esm/icons/Save.js +1 -0
- package/dist/esm/icons/Showcase.js +1 -0
- package/dist/esm/icons/SlimTick.js +1 -0
- package/dist/esm/icons/Sparks.js +1 -0
- package/dist/esm/icons/StarWritingAward.js +1 -0
- package/dist/esm/icons/Story.js +1 -0
- package/dist/esm/icons/Streak.js +1 -0
- package/dist/esm/icons/Teamwork.js +1 -0
- package/dist/esm/icons/Up.js +1 -0
- package/dist/esm/icons/Update.js +1 -0
- package/dist/esm/icons/Words.js +1 -0
- package/dist/esm/icons/Work.js +1 -0
- package/dist/esm/icons/Xp.js +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/lib/unstated-next.js +1 -0
- package/dist/hooks/useAsync.d.ts +14 -14
- package/dist/hooks/useCloudinary/index.d.ts +10 -10
- package/dist/hooks/useConfettis/animations.d.ts +22 -22
- package/dist/hooks/useConfettis/index.d.ts +7 -7
- package/dist/hooks/useDebounce.d.ts +2 -2
- package/dist/hooks/useElementSize.d.ts +7 -7
- package/dist/hooks/useEventListener.d.ts +3 -3
- package/dist/hooks/useInterval.d.ts +2 -2
- package/dist/hooks/useMountState.d.ts +2 -2
- package/dist/icons/AboutUs.d.ts +4 -3
- package/dist/icons/Achievements.d.ts +4 -3
- package/dist/icons/Activities.d.ts +4 -3
- package/dist/icons/AddChapter.d.ts +4 -0
- package/dist/icons/AdvancedTutoring.d.ts +4 -3
- package/dist/icons/Ant.d.ts +4 -3
- package/dist/icons/AppClose.d.ts +4 -0
- package/dist/icons/AppCreate.d.ts +4 -0
- package/dist/icons/AppDraft.d.ts +4 -0
- package/dist/icons/AppItems.d.ts +4 -0
- package/dist/icons/AppMenu.d.ts +4 -0
- package/dist/icons/AppReport.d.ts +4 -0
- package/dist/icons/AppSettings.d.ts +4 -0
- package/dist/icons/AppTeamwork.d.ts +4 -0
- package/dist/icons/AppWriting.d.ts +4 -0
- package/dist/icons/Archive.d.ts +4 -3
- package/dist/icons/ArrowDown.d.ts +4 -3
- package/dist/icons/ArrowLeft.d.ts +4 -3
- package/dist/icons/ArrowLeftAlt.d.ts +4 -3
- package/dist/icons/ArrowRight.d.ts +4 -3
- package/dist/icons/ArrowRightAlt.d.ts +4 -3
- package/dist/icons/ArrowUp.d.ts +4 -3
- package/dist/icons/Audio.d.ts +4 -3
- package/dist/icons/Awards.d.ts +4 -3
- package/dist/icons/Back.d.ts +4 -3
- package/dist/icons/Bear.d.ts +4 -3
- package/dist/icons/Beaver.d.ts +4 -3
- package/dist/icons/Bertie.d.ts +4 -3
- package/dist/icons/Biography.d.ts +4 -0
- package/dist/icons/Book.d.ts +4 -0
- package/dist/icons/CardSkills.d.ts +4 -3
- package/dist/icons/Challenges.d.ts +4 -3
- package/dist/icons/Chart.d.ts +4 -3
- package/dist/icons/Checkmark.d.ts +4 -3
- package/dist/icons/Chest.d.ts +4 -3
- package/dist/icons/Claw.d.ts +4 -3
- package/dist/icons/Close.d.ts +4 -3
- package/dist/icons/CloseCopy.d.ts +4 -3
- package/dist/icons/Collect.d.ts +4 -3
- package/dist/icons/Comment.d.ts +4 -3
- package/dist/icons/Compass.d.ts +4 -3
- package/dist/icons/Competitions.d.ts +4 -0
- package/dist/icons/Controller.d.ts +4 -3
- package/dist/icons/Create.d.ts +4 -3
- package/dist/icons/Customise.d.ts +4 -3
- package/dist/icons/Date.d.ts +4 -0
- package/dist/icons/Dice.d.ts +4 -3
- package/dist/icons/Dictionary.d.ts +4 -3
- package/dist/icons/Doug.d.ts +4 -3
- package/dist/icons/Down.d.ts +4 -0
- package/dist/icons/Download.d.ts +4 -3
- package/dist/icons/Draft.d.ts +4 -3
- package/dist/icons/DrawingTask.d.ts +4 -3
- package/dist/icons/DrawingToolArrowDown.d.ts +4 -3
- package/dist/icons/DrawingToolArrowLeft.d.ts +4 -3
- package/dist/icons/DrawingToolArrowRight.d.ts +4 -3
- package/dist/icons/DrawingToolArrowUp.d.ts +4 -3
- package/dist/icons/DrawingToolCamera.d.ts +4 -3
- package/dist/icons/DrawingToolColorMixer.d.ts +4 -3
- package/dist/icons/DrawingToolEraser.d.ts +4 -3
- package/dist/icons/DrawingToolFillBrush.d.ts +4 -3
- package/dist/icons/DrawingToolLargeLine.d.ts +4 -3
- package/dist/icons/DrawingToolLineBrush.d.ts +4 -3
- package/dist/icons/DrawingToolMediumLine.d.ts +4 -3
- package/dist/icons/DrawingToolOpacityFull.d.ts +4 -3
- package/dist/icons/DrawingToolOpacityHalf.d.ts +4 -3
- package/dist/icons/DrawingToolRedo.d.ts +4 -3
- package/dist/icons/DrawingToolSmallLine.d.ts +4 -3
- package/dist/icons/DrawingToolStickers.d.ts +4 -3
- package/dist/icons/DrawingToolUndo.d.ts +4 -3
- package/dist/icons/Drawings.d.ts +4 -0
- package/dist/icons/Eat.d.ts +4 -0
- package/dist/icons/Edit.d.ts +4 -0
- package/dist/icons/Eek.d.ts +4 -3
- package/dist/icons/Egg.d.ts +4 -3
- package/dist/icons/Electro.d.ts +4 -3
- package/dist/icons/Enclosure.d.ts +4 -3
- package/dist/icons/Exclamation.d.ts +4 -3
- package/dist/icons/ExclamationGrey.d.ts +4 -3
- package/dist/icons/Eye.d.ts +4 -3
- package/dist/icons/Facebook.d.ts +4 -3
- package/dist/icons/Featured.d.ts +4 -3
- package/dist/icons/Features.d.ts +4 -3
- package/dist/icons/Filter.d.ts +4 -3
- package/dist/icons/Flag.d.ts +4 -3
- package/dist/icons/Flamingo.d.ts +4 -3
- package/dist/icons/Flip.d.ts +4 -0
- package/dist/icons/Followers.d.ts +4 -3
- package/dist/icons/ForYou.d.ts +4 -3
- package/dist/icons/FreeWrite.d.ts +4 -0
- package/dist/icons/Gallery.d.ts +4 -0
- package/dist/icons/Games.d.ts +4 -3
- package/dist/icons/Gift.d.ts +4 -3
- package/dist/icons/Giraffe.d.ts +4 -3
- package/dist/icons/Goals.d.ts +4 -3
- package/dist/icons/Guglum.d.ts +4 -3
- package/dist/icons/Heart.d.ts +4 -3
- package/dist/icons/Help.d.ts +4 -3
- package/dist/icons/Heroes.d.ts +4 -3
- package/dist/icons/IdeaCreator.d.ts +4 -3
- package/dist/icons/Info.d.ts +4 -3
- package/dist/icons/Instagram.d.ts +4 -3
- package/dist/icons/Items.d.ts +4 -3
- package/dist/icons/Keyboard.d.ts +4 -0
- package/dist/icons/Layers.d.ts +4 -3
- package/dist/icons/Lessons.d.ts +4 -3
- package/dist/icons/Link.d.ts +4 -3
- package/dist/icons/List.d.ts +4 -3
- package/dist/icons/Locations.d.ts +4 -0
- package/dist/icons/Lock.d.ts +4 -3
- package/dist/icons/Logout.d.ts +4 -3
- package/dist/icons/Maji.d.ts +4 -3
- package/dist/icons/Megaphone.d.ts +4 -3
- package/dist/icons/Menu.d.ts +4 -3
- package/dist/icons/Message.d.ts +4 -3
- package/dist/icons/Minus.d.ts +4 -3
- package/dist/icons/More.d.ts +4 -3
- package/dist/icons/MrWhale.d.ts +4 -3
- package/dist/icons/Music.d.ts +4 -3
- package/dist/icons/MyHistory.d.ts +4 -3
- package/dist/icons/MyZoo.d.ts +4 -3
- package/dist/icons/New.d.ts +4 -3
- package/dist/icons/News.d.ts +4 -0
- package/dist/icons/Next.d.ts +4 -3
- package/dist/icons/NightZookeeperStars.d.ts +4 -0
- package/dist/icons/No.d.ts +4 -3
- package/dist/icons/Notifications.d.ts +4 -3
- package/dist/icons/Nozza.d.ts +4 -3
- package/dist/icons/Nzk.d.ts +4 -3
- package/dist/icons/NzkPurple.d.ts +4 -3
- package/dist/icons/NzktvBlue.d.ts +4 -3
- package/dist/icons/NzktvGreen.d.ts +4 -3
- package/dist/icons/Orb.d.ts +4 -3
- package/dist/icons/OrbDisabled.d.ts +4 -3
- package/dist/icons/Padlock.d.ts +4 -3
- package/dist/icons/PaintBucket.d.ts +4 -3
- package/dist/icons/Panda.d.ts +4 -3
- package/dist/icons/Pause.d.ts +4 -3
- package/dist/icons/Pdf.d.ts +4 -3
- package/dist/icons/Pencil.d.ts +4 -3
- package/dist/icons/Pending.d.ts +4 -3
- package/dist/icons/Penguin.d.ts +4 -3
- package/dist/icons/Pinterest.d.ts +4 -3
- package/dist/icons/Play.d.ts +4 -3
- package/dist/icons/PlayVideo.d.ts +4 -3
- package/dist/icons/Playscript.d.ts +4 -0
- package/dist/icons/Plus.d.ts +4 -3
- package/dist/icons/Poetry.d.ts +4 -0
- package/dist/icons/Private.d.ts +4 -3
- package/dist/icons/Progress.d.ts +4 -3
- package/dist/icons/Projects.d.ts +4 -3
- package/dist/icons/Prompt.d.ts +4 -0
- package/dist/icons/PurpleMegaphone.d.ts +4 -0
- package/dist/icons/Question.d.ts +4 -0
- package/dist/icons/Quests.d.ts +4 -0
- package/dist/icons/ReadingLight.d.ts +4 -0
- package/dist/icons/Refresh.d.ts +4 -3
- package/dist/icons/Report.d.ts +4 -3
- package/dist/icons/Rewards.d.ts +4 -3
- package/dist/icons/Ryan.d.ts +4 -3
- package/dist/icons/Sally.d.ts +4 -3
- package/dist/icons/Save.d.ts +4 -0
- package/dist/icons/Sealion.d.ts +4 -3
- package/dist/icons/Search.d.ts +4 -3
- package/dist/icons/Send.d.ts +4 -3
- package/dist/icons/Sepatpus.d.ts +4 -3
- package/dist/icons/Settings.d.ts +4 -3
- package/dist/icons/Sfx.d.ts +4 -3
- package/dist/icons/Sharing.d.ts +4 -3
- package/dist/icons/Shell.d.ts +4 -3
- package/dist/icons/Shop.d.ts +4 -3
- package/dist/icons/Showcase.d.ts +4 -0
- package/dist/icons/Shuffle.d.ts +4 -3
- package/dist/icons/Skip.d.ts +4 -3
- package/dist/icons/SlimTick.d.ts +4 -0
- package/dist/icons/SoundOff.d.ts +4 -3
- package/dist/icons/SoundOn.d.ts +4 -3
- package/dist/icons/Sparks.d.ts +4 -0
- package/dist/icons/StarTutoring.d.ts +4 -3
- package/dist/icons/StarWriting.d.ts +4 -3
- package/dist/icons/StarWritingAward.d.ts +4 -0
- package/dist/icons/Stats.d.ts +4 -3
- package/dist/icons/StopWatch.d.ts +4 -3
- package/dist/icons/Story.d.ts +4 -0
- package/dist/icons/Streak.d.ts +4 -0
- package/dist/icons/Tags.d.ts +4 -3
- package/dist/icons/Target.d.ts +4 -3
- package/dist/icons/Task.d.ts +4 -3
- package/dist/icons/TeamFlorence.d.ts +4 -3
- package/dist/icons/TeamGiraffe.d.ts +4 -3
- package/dist/icons/TeamGrudge.d.ts +4 -3
- package/dist/icons/TeamSeaLion.d.ts +4 -3
- package/dist/icons/Teamwork.d.ts +4 -0
- package/dist/icons/TextToSpeech.d.ts +4 -3
- package/dist/icons/ThumbsDown.d.ts +4 -3
- package/dist/icons/ThumbsUp.d.ts +4 -3
- package/dist/icons/Tick.d.ts +4 -3
- package/dist/icons/Torch.d.ts +4 -3
- package/dist/icons/Transfer.d.ts +4 -3
- package/dist/icons/Trash.d.ts +4 -3
- package/dist/icons/TrashCopy.d.ts +4 -3
- package/dist/icons/TrashWhite.d.ts +4 -3
- package/dist/icons/Trophy.d.ts +4 -3
- package/dist/icons/Twitter.d.ts +4 -3
- package/dist/icons/Up.d.ts +4 -0
- package/dist/icons/Update.d.ts +4 -0
- package/dist/icons/Upload.d.ts +4 -3
- package/dist/icons/User.d.ts +4 -3
- package/dist/icons/Users.d.ts +4 -3
- package/dist/icons/Video.d.ts +4 -3
- package/dist/icons/Vincent.d.ts +4 -3
- package/dist/icons/Whatsapp.d.ts +4 -3
- package/dist/icons/Wishlist.d.ts +4 -3
- package/dist/icons/Words.d.ts +4 -0
- package/dist/icons/Work.d.ts +4 -0
- package/dist/icons/Writing.d.ts +4 -3
- package/dist/icons/WritingToolAlignCenter.d.ts +4 -3
- package/dist/icons/WritingToolAlignLeft.d.ts +4 -3
- package/dist/icons/WritingToolAlignRight.d.ts +4 -3
- package/dist/icons/WritingToolBold.d.ts +4 -3
- package/dist/icons/WritingToolItalic.d.ts +4 -3
- package/dist/icons/WritingToolTextColor.d.ts +4 -3
- package/dist/icons/WritingToolUnderline.d.ts +4 -3
- package/dist/icons/WritingTypeAdventureStory.d.ts +4 -3
- package/dist/icons/WritingTypeBiography.d.ts +4 -3
- package/dist/icons/WritingTypeDiaryEntry.d.ts +4 -3
- package/dist/icons/WritingTypeExplanation.d.ts +4 -3
- package/dist/icons/WritingTypeFreeWrite.d.ts +4 -3
- package/dist/icons/WritingTypeInstructions.d.ts +4 -3
- package/dist/icons/WritingTypeLetterWriting.d.ts +4 -3
- package/dist/icons/WritingTypeNewspaperArticle.d.ts +4 -3
- package/dist/icons/WritingTypePersuasiveWriting.d.ts +4 -3
- package/dist/icons/WritingTypePlayscript.d.ts +4 -3
- package/dist/icons/WritingTypePoem.d.ts +4 -3
- package/dist/icons/WritingTypeReport.d.ts +4 -3
- package/dist/icons/Xp.d.ts +4 -0
- package/dist/icons/Yes.d.ts +4 -3
- package/dist/icons/ZooPoint.d.ts +4 -3
- package/dist/icons/index.d.ts +238 -193
- package/dist/index.d.ts +18 -18
- package/dist/lib/unstated-next.d.ts +11 -0
- package/package.json +43 -32
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__assign as a}from"../_virtual/_tslib.js";import*as e from"react";var t=function(t){return e.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 70 70"},t),e.createElement("defs",null,e.createElement("clipPath",{id:"streak_svg__a"},e.createElement("path",{"data-name":"Rectangle 3264",fill:"none",d:"M0 0h70v70H0z"})),e.createElement("clipPath",{id:"streak_svg__b"},e.createElement("path",{"data-name":"Rectangle 3233",transform:"translate(41.279 10.57)",fill:"none",d:"M0 0h28.721v17.833H0z"})),e.createElement("clipPath",{id:"streak_svg__c"},e.createElement("path",{"data-name":"Rectangle 3239",transform:"translate(14.617 12.131)",fill:"none",d:"M0 0h20.581v12.05H0z"})),e.createElement("clipPath",{id:"streak_svg__d"},e.createElement("path",{"data-name":"Rectangle 3240",transform:"translate(28.937 35.62)",fill:"none",d:"M0 0h20.155v13.184H0z"})),e.createElement("clipPath",{id:"streak_svg__e"},e.createElement("path",{"data-name":"Rectangle 3249",transform:"translate(17.082 52.106)",fill:"none",d:"M0 0h9.154v5.271H0z"})),e.createElement("clipPath",{id:"streak_svg__f"},e.createElement("path",{"data-name":"Rectangle 3252",transform:"translate(34.557 7.694)",fill:"none",d:"M0 0h6.314v3.636H0z"})),e.createElement("clipPath",{id:"streak_svg__g"},e.createElement("path",{"data-name":"Rectangle 3255",transform:"translate(39.491 26.483)",fill:"none",d:"M0 0h5.087v2.93H0z"})),e.createElement("clipPath",{id:"streak_svg__h"},e.createElement("path",{"data-name":"Rectangle 3258",transform:"translate(51.627 44.099)",fill:"none",d:"M0 0h3.434v1.978H0z"})),e.createElement("clipPath",{id:"streak_svg__i"},e.createElement("path",{"data-name":"Rectangle 3261",transform:"translate(3.438 14.702)",fill:"none",d:"M0 0h6.314v3.636H0z"}))),e.createElement("g",{"data-name":"Group 8245"},e.createElement("g",{"data-name":"Group 8244",clipPath:"url(#streak_svg__a)"},e.createElement("path",{"data-name":"Path 5699",d:"M57.186 35.288 48 24.868l-7.71-7.516L50.95 15.8l4.765-9.656S5.12 4.494 2.484 66.273c0 0 23.777-36.607 54.7-30.985",fill:"#26817e"}),e.createElement("path",{"data-name":"Path 5700",d:"M2.484 66.272C4.267 3.995 56.731 5.68 57.643 6.213L50.95 15.8l-7.663 1.742.789 3.493S11.343 27.894 2.484 66.272",fill:"#41dddd"}),e.createElement("path",{"data-name":"Path 5701",d:"M57.478 19.174a3.75 3.75 0 0 0 3.214.862c1-.121 2.712-.8 2.257-2.114-.432-1.247-2.114-1.122-3.083-1.65-1.135-.619-1.062-2.661-2.624-1.906-.509.245-.566 2.495-.485 3.032a3.326 3.326 0 0 0 .721 1.776",fill:"#fff"}),e.createElement("path",{"data-name":"Path 5702",d:"m18.708 29.379 1.279-7.461-5.42-5.285 7.492-1.088 3.35-6.789S-9.226 18.187 2.484 66.272c0 0 1.723-24.48 16.224-36.893",fill:"#3c9d3c"}),e.createElement("path",{"data-name":"Path 5703",d:"M2.484 66.272C-9.226 18.187 25.409 8.756 25.409 8.756l-3.35 6.789-7.492 1.088 3.642 3.55S1.12 31.967 2.484 66.272",fill:"#41dd41"}),e.createElement("path",{"data-name":"Path 5704",d:"m41.1 54.268-6.034-8.235-5.421-5.284 7.492-1.089 3.35-6.788s-30.8 3.442-38 33.4c0 0 15.182-17.468 38.614-12",fill:"#88298b"}),e.createElement("path",{"data-name":"Path 5705",d:"M8.716 56.578a47.661 47.661 0 0 1 10.883-8.1 50.836 50.836 0 0 1 13.2-4.656l-3.151-3.071 7.492-1.088 3.35-6.789S10.687 36.2 2.858 64.82a23.624 23.624 0 0 1 5.858-8.242",fill:"#dd41dd"}),e.createElement("path",{"data-name":"Path 5706",d:"M40.926 42.463a2.672 2.672 0 0 0 2.125 1.045c.713.053 2.005-.188 1.868-1.165-.13-.93-1.322-1.074-1.925-1.577-.707-.589-.375-2-1.57-1.693-.389.1-.739 1.665-.757 2.05a2.375 2.375 0 0 0 .259 1.34",fill:"#fff"}),e.createElement("path",{"data-name":"Path 5707",d:"M26.971 18.168a2.675 2.675 0 0 0 2.288.614c.709-.087 1.93-.573 1.606-1.506-.308-.887-1.5-.8-2.194-1.173-.808-.441-.756-1.894-1.868-1.357-.362.175-.4 1.776-.345 2.158a2.363 2.363 0 0 0 .513 1.264",fill:"#fff"}),e.createElement("path",{"data-name":"Path 5708",d:"M42.044 21.357a3.461 3.461 0 0 0 .21.307 24.708 24.708 0 0 0 1.628 2.063c.334.388.671.748.976 1.073a10.819 10.819 0 0 1 1.361 1.537 3.3 3.3 0 0 0-.846 1.627 13.81 13.81 0 0 0-.6 3.24 6.388 6.388 0 0 0 .11 2.361 1.159 1.159 0 0 0 .35.507 1.551 1.551 0 0 0 .741.3c1.294.216 3.543-.439 5.214-1.034.314-.109.612-.214.866-.318.752-.287 1.246-.5 1.246-.5a31.739 31.739 0 0 0 3.881 2.768 9.859 9.859 0 0 0 1.652.786 3.053 3.053 0 0 0 1.231.227h.035a1.3 1.3 0 0 0 .4-.089c1.2-.505 1.484-3.339 1.528-5.435.015-.583.009-1.106 0-1.508-.013-.432-.032-.723-.031-.78v-.014a32.749 32.749 0 0 0 6.523-4.227.055.055 0 0 0 .023-.026 4.809 4.809 0 0 0 1.438-3.49 1.471 1.471 0 0 0-.221-1.035 1.578 1.578 0 0 0-.744-.422A1.676 1.676 0 0 0 68 19.152a1.671 1.671 0 0 1-.438.132 1.815 1.815 0 0 0-.366-.023 1.151 1.151 0 0 0-.315.19 1.14 1.14 0 0 1-.817.031c-1.025-.217-2.036-.339-3.07-.579a40.436 40.436 0 0 0-1.922-.4s-.1-.847-.315-2.048c-.5-2.811-1.62-7.616-3.453-7.873-.81-.113-1.791.687-2.765 1.829a22.414 22.414 0 0 0-1.805 2.527 45.4 45.4 0 0 0-2.278 4.079 16.815 16.815 0 0 1-2.231-.16 7.939 7.939 0 0 1-2.814-.9c-1.018-.551-1.783-1.023-2.967-.684a1.591 1.591 0 0 0-.979.711 2.116 2.116 0 0 0-.207.836 7.914 7.914 0 0 0 .779 4.534",fill:"#d98404"}),e.createElement("path",{"data-name":"Path 5709",d:"m47.765 26.99 1.984.1a42.5 42.5 0 0 1-5.314-5.354c-1.849-2.45-2.514-1.023-2.514-1.023a19.037 19.037 0 0 0 5.844 6.276",fill:"#aa6100"}),e.createElement("path",{"data-name":"Path 5710",d:"M42.369 18.991h.009c.066.1.133.2.208.3a24.2 24.2 0 0 0 1.629 2.063c.333.389.67.748.976 1.074.831.883 1.472 1.477 1.472 1.477a32.639 32.639 0 0 0-1.063 3.131c-.429 1.527-.742 3.225-.378 4.159a1.149 1.149 0 0 0 .349.506 1.541 1.541 0 0 0 .741.3c1.294.216 3.543-.439 5.214-1.033.315-.11.612-.215.866-.319.753-.286 1.247-.5 1.247-.5a31.686 31.686 0 0 0 3.88 2.768 9.809 9.809 0 0 0 1.652.785 3.057 3.057 0 0 0 1.232.228.053.053 0 0 0 .034 0 1.268 1.268 0 0 0 .4-.09c1.2-.5 1.485-3.338 1.529-5.435.014-.582.009-1.1 0-1.507-.012-.433-.032-.723-.031-.781v-.014a32.727 32.727 0 0 0 6.523-4.226.054.054 0 0 0 .022-.027 4.067 4.067 0 0 0 1.043-1.41v-.015a1.493 1.493 0 0 0 .077-.439 1.182 1.182 0 0 0-.253-.685c-.618-.881-2.337-1.61-4.059-2.138a36.715 36.715 0 0 0-4.277-1.029s-.1-.846-.314-2.047c-.5-2.811-1.62-7.617-3.454-7.873-.809-.114-1.791.687-2.764 1.829a22.329 22.329 0 0 0-1.806 2.527 45.305 45.305 0 0 0-2.278 4.078s-1.091-.122-2.53-.165a19.359 19.359 0 0 0-5.207.354c-.874.238-1.515.6-1.71 1.138-.259.723.233 1.844 1.021 3.016",fill:"#fffd04"}),e.createElement("g",{"data-name":"Group 8153",opacity:.5,style:{mixBlendMode:"soft-light",isolation:"isolate"}},e.createElement("g",{"data-name":"Group 8152"},e.createElement("g",{"data-name":"Group 8151",clipPath:"url(#streak_svg__b)"},e.createElement("path",{"data-name":"Path 5711",d:"M42.369 18.991h.009c.066.1.133.2.208.3a24.2 24.2 0 0 0 1.629 2.063 35.344 35.344 0 0 1 6.91 1.818c2.947 1.179 7.146 3.242 11.239 5.229.014-.582.009-1.1 0-1.507-.012-.433-.032-.723-.031-.781v-.014a32.727 32.727 0 0 0 6.523-4.226.054.054 0 0 0 .022-.027 4.067 4.067 0 0 0 1.043-1.41v-.015a1.493 1.493 0 0 0 .079-.435 1.182 1.182 0 0 0-.253-.685c-.618-.881-2.337-1.61-4.059-2.138a36.715 36.715 0 0 0-4.277-1.029s-.1-.846-.314-2.047a142.899 142.899 0 0 1-8.024-3.517 45.305 45.305 0 0 0-2.278 4.078s-1.091-.122-2.53-.165a19.359 19.359 0 0 0-5.207.354c-.874.238-1.515.6-1.71 1.138-.259.723.233 1.844 1.021 3.016",fill:"#fff"})))),e.createElement("g",{"data-name":"Group 8156",opacity:.5,style:{mixBlendMode:"soft-light",isolation:"isolate"}},e.createElement("g",{"data-name":"Group 8155"},e.createElement("g",{"data-name":"Group 8154",clipPath:"url(#streak_svg__b)"},e.createElement("path",{"data-name":"Path 5712",d:"M42.369 18.991h.009c.066.1.133.2.208.3a24.2 24.2 0 0 0 1.629 2.063 35.344 35.344 0 0 1 6.91 1.818c2.947 1.179 7.146 3.242 11.239 5.229.014-.582.009-1.1 0-1.507-.012-.433-.032-.723-.031-.781v-.014a32.727 32.727 0 0 0 6.523-4.226.054.054 0 0 0 .022-.027 4.067 4.067 0 0 0 1.043-1.41v-.015a1.493 1.493 0 0 0 .079-.435 1.182 1.182 0 0 0-.253-.685c-.618-.881-2.337-1.61-4.059-2.138a36.715 36.715 0 0 0-4.277-1.029s-.1-.846-.314-2.047a142.899 142.899 0 0 1-8.024-3.517 45.305 45.305 0 0 0-2.278 4.078s-1.091-.122-2.53-.165a19.359 19.359 0 0 0-5.207.354c-.874.238-1.515.6-1.71 1.138-.259.723.233 1.844 1.021 3.016",fill:"#fff"})))),e.createElement("g",{"data-name":"Group 8159",opacity:.5,style:{mixBlendMode:"soft-light",isolation:"isolate"}},e.createElement("g",{"data-name":"Group 8158"},e.createElement("g",{"data-name":"Group 8157",clipPath:"url(#streak_svg__b)"},e.createElement("path",{"data-name":"Path 5713",d:"M42.369 18.991h.009c.066.1.133.2.208.3a24.2 24.2 0 0 0 1.629 2.063 35.344 35.344 0 0 1 6.91 1.818c2.947 1.179 7.146 3.242 11.239 5.229.014-.582.009-1.1 0-1.507-.012-.433-.032-.723-.031-.781v-.014a32.727 32.727 0 0 0 6.523-4.226.054.054 0 0 0 .022-.027 4.067 4.067 0 0 0 1.043-1.41v-.015a1.493 1.493 0 0 0 .079-.435 1.182 1.182 0 0 0-.253-.685c-.618-.881-2.337-1.61-4.059-2.138a36.715 36.715 0 0 0-4.277-1.029s-.1-.846-.314-2.047a142.899 142.899 0 0 1-8.024-3.517 45.305 45.305 0 0 0-2.278 4.078s-1.091-.122-2.53-.165a19.359 19.359 0 0 0-5.207.354c-.874.238-1.515.6-1.71 1.138-.259.723.233 1.844 1.021 3.016",fill:"#fff"})))),e.createElement("g",{"data-name":"Group 8162",opacity:.5,style:{mixBlendMode:"soft-light",isolation:"isolate"}},e.createElement("g",{"data-name":"Group 8161"},e.createElement("g",{"data-name":"Group 8160",clipPath:"url(#streak_svg__b)"},e.createElement("path",{"data-name":"Path 5714",d:"M42.369 18.991h.009c.066.1.133.2.208.3a24.2 24.2 0 0 0 1.629 2.063 35.344 35.344 0 0 1 6.91 1.818c2.947 1.179 7.146 3.242 11.239 5.229.014-.582.009-1.1 0-1.507-.012-.433-.032-.723-.031-.781v-.014a32.727 32.727 0 0 0 6.523-4.226.054.054 0 0 0 .022-.027 4.067 4.067 0 0 0 1.043-1.41v-.015a1.493 1.493 0 0 0 .079-.435 1.182 1.182 0 0 0-.253-.685c-.618-.881-2.337-1.61-4.059-2.138a36.715 36.715 0 0 0-4.277-1.029s-.1-.846-.314-2.047a142.899 142.899 0 0 1-8.024-3.517 45.305 45.305 0 0 0-2.278 4.078s-1.091-.122-2.53-.165a19.359 19.359 0 0 0-5.207.354c-.874.238-1.515.6-1.71 1.138-.259.723.233 1.844 1.021 3.016",fill:"#fff"})))),e.createElement("g",{"data-name":"Group 8165",opacity:.5,style:{mixBlendMode:"soft-light",isolation:"isolate"}},e.createElement("g",{"data-name":"Group 8164"},e.createElement("g",{"data-name":"Group 8163",clipPath:"url(#streak_svg__b)"},e.createElement("path",{"data-name":"Path 5715",d:"M42.369 18.991h.009c.066.1.133.2.208.3a24.2 24.2 0 0 0 1.629 2.063 35.344 35.344 0 0 1 6.91 1.818c2.947 1.179 7.146 3.242 11.239 5.229.014-.582.009-1.1 0-1.507-.012-.433-.032-.723-.031-.781v-.014a32.727 32.727 0 0 0 6.523-4.226.054.054 0 0 0 .022-.027 4.067 4.067 0 0 0 1.043-1.41v-.015a1.493 1.493 0 0 0 .079-.435 1.182 1.182 0 0 0-.253-.685c-.618-.881-2.337-1.61-4.059-2.138a36.715 36.715 0 0 0-4.277-1.029s-.1-.846-.314-2.047a142.899 142.899 0 0 1-8.024-3.517 45.305 45.305 0 0 0-2.278 4.078s-1.091-.122-2.53-.165a19.359 19.359 0 0 0-5.207.354c-.874.238-1.515.6-1.71 1.138-.259.723.233 1.844 1.021 3.016",fill:"#fff"})))),e.createElement("g",{"data-name":"Group 8168",opacity:.2},e.createElement("g",{"data-name":"Group 8167"},e.createElement("g",{"data-name":"Group 8166",clipPath:"url(#streak_svg__b)"},e.createElement("path",{"data-name":"Path 5716",d:"M42.369 18.991h.009c.066.1.133.2.208.3a24.2 24.2 0 0 0 1.629 2.063 35.344 35.344 0 0 1 6.91 1.818c2.947 1.179 7.146 3.242 11.239 5.229.014-.582.009-1.1 0-1.507-.012-.433-.032-.723-.031-.781v-.014a32.727 32.727 0 0 0 6.523-4.226.054.054 0 0 0 .022-.027 4.067 4.067 0 0 0 1.043-1.41v-.015a1.493 1.493 0 0 0 .079-.435 1.182 1.182 0 0 0-.253-.685c-.618-.881-2.337-1.61-4.059-2.138a36.715 36.715 0 0 0-4.277-1.029s-.1-.846-.314-2.047a142.899 142.899 0 0 1-8.024-3.517 45.305 45.305 0 0 0-2.278 4.078s-1.091-.122-2.53-.165a19.359 19.359 0 0 0-5.207.354c-.874.238-1.515.6-1.71 1.138-.259.723.233 1.844 1.021 3.016",fill:"#fff"})))),e.createElement("path",{"data-name":"Path 5717",d:"M49.3 14.528s1.313 1.046-.307 2.274-5.377-.559-5.7-1.554 4.039-1.025 6.011-.72",fill:"#fff"}),e.createElement("path",{"data-name":"Path 5718",d:"M15.474 20.466a2.565 2.565 0 0 0 .168.2 17.537 17.537 0 0 0 1.283 1.359c.261.255.522.488.759.7a7.64 7.64 0 0 1 1.061 1 2.34 2.34 0 0 0-.5 1.2 9.8 9.8 0 0 0-.218 2.333 4.545 4.545 0 0 0 .226 1.667.823.823 0 0 0 .28.336 1.1 1.1 0 0 0 .543.164 9.32 9.32 0 0 0 3.629-1.06c.216-.1.42-.19.594-.28.515-.25.852-.431.852-.431a22.516 22.516 0 0 0 2.923 1.718 6.919 6.919 0 0 0 1.22.452 2.172 2.172 0 0 0 .887.084h.024a.909.909 0 0 0 .277-.088c.816-.433.842-2.459.741-3.947a23.463 23.463 0 0 0-.094-1.068c-.036-.305-.068-.51-.071-.551v-.01a23.286 23.286 0 0 0 4.356-3.4.049.049 0 0 0 .014-.02 3.423 3.423 0 0 0 .8-2.563 1.053 1.053 0 0 0-.222-.72 1.128 1.128 0 0 0-.554-.252 1.2 1.2 0 0 0-.727-.023 1.15 1.15 0 0 1-.3.121 1.26 1.26 0 0 0-.261.007.839.839 0 0 0-.211.154.81.81 0 0 1-.576.074c-.74-.09-1.464-.113-2.212-.218-.461-.065-.923-.12-1.387-.159 0 0-.124-.593-.351-1.431-.533-1.96-1.627-5.294-2.941-5.361-.581-.029-1.226.6-1.844 1.47a16.15 16.15 0 0 0-1.121 1.9 32.077 32.077 0 0 0-1.357 3.032 11.976 11.976 0 0 1-1.591.028 5.667 5.667 0 0 1-2.05-.461 2.554 2.554 0 0 0-2.145-.3 1.137 1.137 0 0 0-.649.565 1.5 1.5 0 0 0-.094.6 5.628 5.628 0 0 0 .837 3.164",fill:"#d98404"}),e.createElement("path",{"data-name":"Path 5719",d:"m19.882 24.1 1.412-.053a30.206 30.206 0 0 1-4.1-3.46c-1.464-1.619-1.846-.566-1.846-.566a13.538 13.538 0 0 0 4.534 4.079",fill:"#aa6100"}),e.createElement("path",{"data-name":"Path 5720",d:"M15.556 18.769h.006c.054.065.107.135.167.2a17.337 17.337 0 0 0 1.283 1.359c.261.254.522.487.759.7.645.573 1.136.954 1.136.954a23.449 23.449 0 0 0-.557 2.283 5.648 5.648 0 0 0-.007 2.971.825.825 0 0 0 .28.337 1.106 1.106 0 0 0 .543.164 9.342 9.342 0 0 0 3.629-1.06c.216-.1.42-.191.594-.28.515-.251.852-.431.852-.431a22.568 22.568 0 0 0 2.923 1.717 6.919 6.919 0 0 0 1.22.452 2.153 2.153 0 0 0 .887.084.036.036 0 0 0 .024 0 .91.91 0 0 0 .277-.089c.816-.432.842-2.458.741-3.946a23.206 23.206 0 0 0-.094-1.068c-.036-.306-.069-.511-.071-.551v-.01a23.281 23.281 0 0 0 4.352-3.408.044.044 0 0 0 .015-.02 2.9 2.9 0 0 0 .65-1.065v-.01a1.064 1.064 0 0 0 .024-.314.834.834 0 0 0-.222-.47 6.038 6.038 0 0 0-3.01-1.259 26.122 26.122 0 0 0-3.095-.461s-.125-.593-.351-1.431c-.533-1.96-1.627-5.294-2.942-5.36-.58-.03-1.225.6-1.843 1.469a15.879 15.879 0 0 0-1.121 1.9 32.156 32.156 0 0 0-1.357 3.033s-.781-.019-1.8.041a13.757 13.757 0 0 0-3.667.579c-.6.223-1.036.518-1.14.913-.138.529.281 1.292.913 2.073",fill:"#fffd04"}),e.createElement("g",{"data-name":"Group 8171",opacity:.5,style:{mixBlendMode:"soft-light",isolation:"isolate"}},e.createElement("g",{"data-name":"Group 8170"},e.createElement("g",{"data-name":"Group 8169",clipPath:"url(#streak_svg__c)"},e.createElement("path",{"data-name":"Path 5721",d:"M15.556 18.769h.006c.054.065.107.135.167.2a17.337 17.337 0 0 0 1.283 1.359 25.142 25.142 0 0 1 5.01.853c2.162.65 5.267 1.848 8.291 3a23.206 23.206 0 0 0-.094-1.068c-.036-.306-.069-.511-.071-.551v-.01a23.281 23.281 0 0 0 4.352-3.405.044.044 0 0 0 .015-.02 2.9 2.9 0 0 0 .65-1.065v-.01a1.064 1.064 0 0 0 .024-.314.834.834 0 0 0-.222-.47 6.038 6.038 0 0 0-3.01-1.259 26.122 26.122 0 0 0-3.095-.461s-.125-.593-.351-1.431c-1.98-.6-4.043-1.29-5.906-1.987a32.156 32.156 0 0 0-1.357 3.033s-.781-.019-1.8.041a13.757 13.757 0 0 0-3.667.579c-.6.223-1.036.518-1.14.913-.138.529.281 1.292.913 2.073",fill:"#fff"})))),e.createElement("path",{"data-name":"Path 5722",d:"M20.187 15.172s1 .659-.074 1.63-3.845-.058-4.139-.742 2.8-.98 4.213-.888",fill:"#fff"}),e.createElement("path",{"data-name":"Path 5723",d:"M29.194 42.622a2.479 2.479 0 0 0 .131.23 17.362 17.362 0 0 0 1.034 1.557c.213.295.431.57.629.818a7.719 7.719 0 0 1 .874 1.169 2.344 2.344 0 0 0-.694 1.1 9.777 9.777 0 0 0-.611 2.261 4.536 4.536 0 0 0-.06 1.681.818.818 0 0 0 .218.379 1.092 1.092 0 0 0 .508.254 9.318 9.318 0 0 0 3.756-.428c.23-.059.446-.116.633-.175.55-.159.912-.28.912-.28a22.532 22.532 0 0 0 2.589 2.189 6.909 6.909 0 0 0 1.126.653 2.163 2.163 0 0 0 .859.234h.025a.912.912 0 0 0 .288-.04c.878-.288 1.247-2.28 1.4-3.763.044-.412.071-.783.088-1.069.017-.307.02-.514.024-.555v-.01a23.253 23.253 0 0 0 4.877-2.61.044.044 0 0 0 .018-.018 3.42 3.42 0 0 0 1.223-2.389 1.045 1.045 0 0 0-.1-.747 1.133 1.133 0 0 0-.5-.343 1.2 1.2 0 0 0-.712-.146 1.2 1.2 0 0 1-.318.068 1.3 1.3 0 0 0-.259-.038.852.852 0 0 0-.234.116.808.808 0 0 1-.581-.025c-.714-.214-1.423-.359-2.142-.59a24.776 24.776 0 0 0-1.34-.393s-.022-.606-.1-1.469c-.192-2.023-.7-5.494-1.988-5.783-.567-.128-1.31.382-2.066 1.135a15.894 15.894 0 0 0-1.428 1.686 32.123 32.123 0 0 0-1.853 2.758 12 12 0 0 1-1.572-.244 5.653 5.653 0 0 1-1.942-.8 2.554 2.554 0 0 0-2.063-.658 1.136 1.136 0 0 0-.736.447 1.5 1.5 0 0 0-.195.58 5.628 5.628 0 0 0 .287 3.26",fill:"#d98404"}),e.createElement("path",{"data-name":"Path 5724",d:"m32.921 46.949 1.4.187a30.144 30.144 0 0 1-3.453-4.105c-1.168-1.845-1.723-.872-1.723-.872a13.529 13.529 0 0 0 3.776 4.79",fill:"#aa6100"}),e.createElement("path",{"data-name":"Path 5725",d:"M29.563 40.964h.006c.042.073.082.152.13.226a17.6 17.6 0 0 0 1.034 1.558c.214.294.432.569.629.817.538.675.957 1.133.957 1.133a23.263 23.263 0 0 0-.936 2.156 5.64 5.64 0 0 0-.512 2.926.831.831 0 0 0 .218.38 1.111 1.111 0 0 0 .508.254 9.351 9.351 0 0 0 3.756-.428c.23-.06.447-.117.633-.176.55-.159.913-.279.913-.279a22.576 22.576 0 0 0 2.589 2.188 6.985 6.985 0 0 0 1.125.654 2.181 2.181 0 0 0 .86.233.034.034 0 0 0 .024 0 .942.942 0 0 0 .288-.04c.878-.288 1.247-2.28 1.4-3.764.044-.412.071-.783.089-1.069.016-.307.019-.514.023-.554v-.01a23.3 23.3 0 0 0 4.871-2.615.041.041 0 0 0 .017-.018 2.884 2.884 0 0 0 .822-.939v-.01a1.06 1.06 0 0 0 .077-.305.845.845 0 0 0-.139-.5 6.036 6.036 0 0 0-2.745-1.751 26.091 26.091 0 0 0-2.971-.979s-.022-.606-.1-1.47c-.193-2.022-.7-5.494-1.988-5.783-.568-.127-1.31.383-2.067 1.135a15.987 15.987 0 0 0-1.427 1.686 32.123 32.123 0 0 0-1.853 2.758s-.767-.151-1.784-.265a13.748 13.748 0 0 0-3.712-.053 1.642 1.642 0 0 0-1.278.706 2.864 2.864 0 0 0 .547 2.2",fill:"#fffd04"}),e.createElement("g",{"data-name":"Group 8174",style:{mixBlendMode:"soft-light",isolation:"isolate"}},e.createElement("g",{"data-name":"Group 8173"},e.createElement("g",{"data-name":"Group 8172",clipPath:"url(#streak_svg__d)"},e.createElement("path",{"data-name":"Path 5726",d:"M29.563 40.964h.006c.042.073.082.152.13.226a17.6 17.6 0 0 0 1.034 1.558 25.052 25.052 0 0 1 4.792 1.692c2.02 1.008 4.876 2.715 7.661 4.363.044-.412.071-.783.089-1.069.016-.307.019-.514.023-.554v-.01a23.3 23.3 0 0 0 4.871-2.615.041.041 0 0 0 .017-.018 2.884 2.884 0 0 0 .822-.939v-.01a1.06 1.06 0 0 0 .077-.305.845.845 0 0 0-.139-.5 6.036 6.036 0 0 0-2.746-1.752 26.091 26.091 0 0 0-2.971-.979s-.022-.606-.1-1.47a100.548 100.548 0 0 1-5.482-2.962 32.123 32.123 0 0 0-1.853 2.758s-.767-.151-1.784-.265a13.748 13.748 0 0 0-3.712-.053 1.642 1.642 0 0 0-1.278.706 2.864 2.864 0 0 0 .547 2.2",fill:"#fff"})))),e.createElement("g",{"data-name":"Group 8177",style:{mixBlendMode:"soft-light",isolation:"isolate"}},e.createElement("g",{"data-name":"Group 8176"},e.createElement("g",{"data-name":"Group 8175",clipPath:"url(#streak_svg__c)"},e.createElement("path",{"data-name":"Path 5727",d:"M15.556 18.769h.006c.054.065.107.135.167.2a17.337 17.337 0 0 0 1.283 1.359 25.142 25.142 0 0 1 5.01.853c2.162.65 5.267 1.848 8.291 3a23.206 23.206 0 0 0-.094-1.068c-.036-.306-.069-.511-.071-.551v-.01a23.281 23.281 0 0 0 4.352-3.405.044.044 0 0 0 .015-.02 2.9 2.9 0 0 0 .65-1.065v-.01a1.064 1.064 0 0 0 .024-.314.834.834 0 0 0-.222-.47 6.038 6.038 0 0 0-3.01-1.259 26.122 26.122 0 0 0-3.095-.461s-.125-.593-.351-1.431c-1.98-.6-4.043-1.29-5.906-1.987a32.156 32.156 0 0 0-1.357 3.033s-.781-.019-1.8.041a13.757 13.757 0 0 0-3.667.579c-.6.223-1.036.518-1.14.913-.138.529.281 1.292.913 2.073",fill:"#fff"})))),e.createElement("g",{"data-name":"Group 8180",style:{mixBlendMode:"soft-light",isolation:"isolate"}},e.createElement("g",{"data-name":"Group 8179"},e.createElement("g",{"data-name":"Group 8178",clipPath:"url(#streak_svg__d)"},e.createElement("path",{"data-name":"Path 5728",d:"M29.563 40.964h.006c.042.073.082.152.13.226a17.6 17.6 0 0 0 1.034 1.558 25.052 25.052 0 0 1 4.792 1.692c2.02 1.008 4.876 2.715 7.661 4.363.044-.412.071-.783.089-1.069.016-.307.019-.514.023-.554v-.01a23.3 23.3 0 0 0 4.871-2.615.041.041 0 0 0 .017-.018 2.884 2.884 0 0 0 .822-.939v-.01a1.06 1.06 0 0 0 .077-.305.845.845 0 0 0-.139-.5 6.036 6.036 0 0 0-2.746-1.752 26.091 26.091 0 0 0-2.971-.979s-.022-.606-.1-1.47a100.548 100.548 0 0 1-5.482-2.962 32.123 32.123 0 0 0-1.853 2.758s-.767-.151-1.784-.265a13.748 13.748 0 0 0-3.712-.053 1.642 1.642 0 0 0-1.278.706 2.864 2.864 0 0 0 .547 2.2",fill:"#fff"})))),e.createElement("g",{"data-name":"Group 8183",opacity:.5,style:{mixBlendMode:"soft-light",isolation:"isolate"}},e.createElement("g",{"data-name":"Group 8182"},e.createElement("g",{"data-name":"Group 8181",clipPath:"url(#streak_svg__c)"},e.createElement("path",{"data-name":"Path 5729",d:"M15.556 18.769h.006c.054.065.107.135.167.2a17.337 17.337 0 0 0 1.283 1.359 25.142 25.142 0 0 1 5.01.853c2.162.65 5.267 1.848 8.291 3a23.206 23.206 0 0 0-.094-1.068c-.036-.306-.069-.511-.071-.551v-.01a23.281 23.281 0 0 0 4.352-3.405.044.044 0 0 0 .015-.02 2.9 2.9 0 0 0 .65-1.065v-.01a1.064 1.064 0 0 0 .024-.314.834.834 0 0 0-.222-.47 6.038 6.038 0 0 0-3.01-1.259 26.122 26.122 0 0 0-3.095-.461s-.125-.593-.351-1.431c-1.98-.6-4.043-1.29-5.906-1.987a32.156 32.156 0 0 0-1.357 3.033s-.781-.019-1.8.041a13.757 13.757 0 0 0-3.667.579c-.6.223-1.036.518-1.14.913-.138.529.281 1.292.913 2.073",fill:"#fff"})))),e.createElement("g",{"data-name":"Group 8186",opacity:.5,style:{mixBlendMode:"soft-light",isolation:"isolate"}},e.createElement("g",{"data-name":"Group 8185"},e.createElement("g",{"data-name":"Group 8184",clipPath:"url(#streak_svg__c)"},e.createElement("path",{"data-name":"Path 5730",d:"M15.556 18.769h.006c.054.065.107.135.167.2a17.337 17.337 0 0 0 1.283 1.359 25.142 25.142 0 0 1 5.01.853c2.162.65 5.267 1.848 8.291 3a23.206 23.206 0 0 0-.094-1.068c-.036-.306-.069-.511-.071-.551v-.01a23.281 23.281 0 0 0 4.352-3.405.044.044 0 0 0 .015-.02 2.9 2.9 0 0 0 .65-1.065v-.01a1.064 1.064 0 0 0 .024-.314.834.834 0 0 0-.222-.47 6.038 6.038 0 0 0-3.01-1.259 26.122 26.122 0 0 0-3.095-.461s-.125-.593-.351-1.431c-1.98-.6-4.043-1.29-5.906-1.987a32.156 32.156 0 0 0-1.357 3.033s-.781-.019-1.8.041a13.757 13.757 0 0 0-3.667.579c-.6.223-1.036.518-1.14.913-.138.529.281 1.292.913 2.073",fill:"#fff"})))),e.createElement("g",{"data-name":"Group 8189",opacity:.5,style:{mixBlendMode:"soft-light",isolation:"isolate"}},e.createElement("g",{"data-name":"Group 8188"},e.createElement("g",{"data-name":"Group 8187",clipPath:"url(#streak_svg__c)"},e.createElement("path",{"data-name":"Path 5731",d:"M15.556 18.769h.006c.054.065.107.135.167.2a17.337 17.337 0 0 0 1.283 1.359 25.142 25.142 0 0 1 5.01.853c2.162.65 5.267 1.848 8.291 3a23.206 23.206 0 0 0-.094-1.068c-.036-.306-.069-.511-.071-.551v-.01a23.281 23.281 0 0 0 4.352-3.405.044.044 0 0 0 .015-.02 2.9 2.9 0 0 0 .65-1.065v-.01a1.064 1.064 0 0 0 .024-.314.834.834 0 0 0-.222-.47 6.038 6.038 0 0 0-3.01-1.259 26.122 26.122 0 0 0-3.095-.461s-.125-.593-.351-1.431c-1.98-.6-4.043-1.29-5.906-1.987a32.156 32.156 0 0 0-1.357 3.033s-.781-.019-1.8.041a13.757 13.757 0 0 0-3.667.579c-.6.223-1.036.518-1.14.913-.138.529.281 1.292.913 2.073",fill:"#fff"})))),e.createElement("g",{"data-name":"Group 8192",opacity:.2},e.createElement("g",{"data-name":"Group 8191"},e.createElement("g",{"data-name":"Group 8190",clipPath:"url(#streak_svg__c)"},e.createElement("path",{"data-name":"Path 5732",d:"M15.556 18.769h.006c.054.065.107.135.167.2a17.337 17.337 0 0 0 1.283 1.359 25.142 25.142 0 0 1 5.01.853c2.162.65 5.267 1.848 8.291 3a23.206 23.206 0 0 0-.094-1.068c-.036-.306-.069-.511-.071-.551v-.01a23.281 23.281 0 0 0 4.352-3.405.044.044 0 0 0 .015-.02 2.9 2.9 0 0 0 .65-1.065v-.01a1.064 1.064 0 0 0 .024-.314.834.834 0 0 0-.222-.47 6.038 6.038 0 0 0-3.01-1.259 26.122 26.122 0 0 0-3.095-.461s-.125-.593-.351-1.431c-1.98-.6-4.043-1.29-5.906-1.987a32.156 32.156 0 0 0-1.357 3.033s-.781-.019-1.8.041a13.757 13.757 0 0 0-3.667.579c-.6.223-1.036.518-1.14.913-.138.529.281 1.292.913 2.073",fill:"#fff"})))),e.createElement("g",{"data-name":"Group 8195",opacity:.5,style:{mixBlendMode:"soft-light",isolation:"isolate"}},e.createElement("g",{"data-name":"Group 8194"},e.createElement("g",{"data-name":"Group 8193",clipPath:"url(#streak_svg__d)"},e.createElement("path",{"data-name":"Path 5733",d:"M29.563 40.964h.006c.042.073.082.152.13.226a17.6 17.6 0 0 0 1.034 1.558 25.052 25.052 0 0 1 4.792 1.692c2.02 1.008 4.876 2.715 7.661 4.363.044-.412.071-.783.089-1.069.016-.307.019-.514.023-.554v-.01a23.3 23.3 0 0 0 4.871-2.615.041.041 0 0 0 .017-.018 2.884 2.884 0 0 0 .822-.939v-.01a1.06 1.06 0 0 0 .077-.305.845.845 0 0 0-.139-.5 6.036 6.036 0 0 0-2.746-1.752 26.091 26.091 0 0 0-2.971-.979s-.022-.606-.1-1.47a100.548 100.548 0 0 1-5.482-2.962 32.123 32.123 0 0 0-1.853 2.758s-.767-.151-1.784-.265a13.748 13.748 0 0 0-3.712-.053 1.642 1.642 0 0 0-1.278.706 2.864 2.864 0 0 0 .547 2.2",fill:"#fff"})))),e.createElement("g",{"data-name":"Group 8198",opacity:.2},e.createElement("g",{"data-name":"Group 8197"},e.createElement("g",{"data-name":"Group 8196",clipPath:"url(#streak_svg__d)"},e.createElement("path",{"data-name":"Path 5734",d:"M29.563 40.964h.006c.042.073.082.152.13.226a17.6 17.6 0 0 0 1.034 1.558 25.052 25.052 0 0 1 4.792 1.692c2.02 1.008 4.876 2.715 7.661 4.363.044-.412.071-.783.089-1.069.016-.307.019-.514.023-.554v-.01a23.3 23.3 0 0 0 4.871-2.615.041.041 0 0 0 .017-.018 2.884 2.884 0 0 0 .822-.939v-.01a1.06 1.06 0 0 0 .077-.305.845.845 0 0 0-.139-.5 6.036 6.036 0 0 0-2.746-1.752 26.091 26.091 0 0 0-2.971-.979s-.022-.606-.1-1.47a100.548 100.548 0 0 1-5.482-2.962 32.123 32.123 0 0 0-1.853 2.758s-.767-.151-1.784-.265a13.748 13.748 0 0 0-3.712-.053 1.642 1.642 0 0 0-1.278.706 2.864 2.864 0 0 0 .547 2.2",fill:"#fff"})))),e.createElement("path",{"data-name":"Path 5735",d:"M34.737 38.206s.87.818-.35 1.594-3.78-.711-3.953-1.435 2.923-.49 4.3-.159",fill:"#fff"}),e.createElement("path",{"data-name":"Path 5736",d:"M17.5 55.886a1.092 1.092 0 0 0 .077.089 7.753 7.753 0 0 0 .585.59c.118.11.237.211.344.3a3.377 3.377 0 0 1 .482.434 1.04 1.04 0 0 0-.207.541 4.368 4.368 0 0 0-.072 1.039 2.022 2.022 0 0 0 .118.738.37.37 0 0 0 .128.146.477.477 0 0 0 .243.067 4.142 4.142 0 0 0 1.6-.51c.095-.045.185-.089.261-.13.226-.117.374-.2.374-.2a10.01 10.01 0 0 0 1.317.731 3.092 3.092 0 0 0 .547.188.954.954 0 0 0 .4.028h.011a.382.382 0 0 0 .122-.042c.358-.2.348-1.1.287-1.762-.016-.183-.037-.347-.054-.473s-.035-.226-.037-.244v-.005a10.361 10.361 0 0 0 1.9-1.559l.006-.009a1.522 1.522 0 0 0 .328-1.147.466.466 0 0 0-.106-.318.512.512 0 0 0-.249-.106.532.532 0 0 0-.323 0 .534.534 0 0 1-.133.057.557.557 0 0 0-.116.006c-.037.012-.061.047-.092.07a.356.356 0 0 1-.256.039c-.329-.031-.651-.034-.985-.073-.2-.024-.411-.043-.617-.055 0 0-.062-.263-.172-.632-.258-.866-.779-2.335-1.364-2.351-.259-.007-.539.28-.8.673a7.134 7.134 0 0 0-.477.858 14.379 14.379 0 0 0-.571 1.362 5.282 5.282 0 0 1-.706.029 2.517 2.517 0 0 1-.916-.182 1.135 1.135 0 0 0-.956-.11.5.5 0 0 0-.282.259.66.66 0 0 0-.036.269 2.5 2.5 0 0 0 .406 1.4",fill:"#d98404"}),e.createElement("path",{"data-name":"Path 5737",d:"m19.5 57.452.627-.039a13.413 13.413 0 0 1-1.86-1.493c-.668-.7-.826-.232-.826-.232a6.01 6.01 0 0 0 2.059 1.764",fill:"#aa6100"}),e.createElement("path",{"data-name":"Path 5738",d:"M17.52 55.131c.024.028.049.059.076.087a7.574 7.574 0 0 0 .585.59c.118.111.237.211.345.3.292.248.514.412.514.412a10.39 10.39 0 0 0-.222 1.02 2.508 2.508 0 0 0 .028 1.32.373.373 0 0 0 .128.147.5.5 0 0 0 .244.067 4.164 4.164 0 0 0 1.6-.51c.094-.046.184-.089.26-.131.227-.117.374-.2.374-.2a10.057 10.057 0 0 0 1.318.732 3.056 3.056 0 0 0 .546.188.989.989 0 0 0 .4.028h.011a.409.409 0 0 0 .122-.043c.358-.2.348-1.1.287-1.761-.016-.184-.036-.348-.053-.474s-.036-.226-.038-.244a10.338 10.338 0 0 0 1.9-1.56l.006-.009a1.289 1.289 0 0 0 .278-.48.472.472 0 0 0 .008-.139.379.379 0 0 0-.1-.207 2.7 2.7 0 0 0-1.351-.527 11.634 11.634 0 0 0-1.38-.171s-.062-.262-.172-.632c-.258-.865-.779-2.335-1.364-2.35-.259-.007-.539.279-.8.672a7.212 7.212 0 0 0-.477.858 14.379 14.379 0 0 0-.571 1.362s-.347 0-.8.038a6.12 6.12 0 0 0-1.623.3c-.266.106-.455.241-.5.418-.055.236.139.571.428.911",fill:"#fffd04"}),e.createElement("g",{"data-name":"Group 8201",style:{mixBlendMode:"soft-light",isolation:"isolate"}},e.createElement("g",{"data-name":"Group 8200"},e.createElement("g",{"data-name":"Group 8199",clipPath:"url(#streak_svg__e)"},e.createElement("path",{"data-name":"Path 5739",d:"M17.52 55.131c.024.028.049.059.076.087a7.574 7.574 0 0 0 .585.59 11.164 11.164 0 0 1 2.235.326c.968.265 2.36.764 3.716 1.243-.016-.184-.036-.348-.053-.474s-.036-.226-.038-.244a10.338 10.338 0 0 0 1.9-1.56l.006-.009a1.289 1.289 0 0 0 .278-.48.472.472 0 0 0 .008-.139.379.379 0 0 0-.1-.207 2.7 2.7 0 0 0-1.351-.527 11.634 11.634 0 0 0-1.38-.171s-.062-.262-.172-.632a44.75 44.75 0 0 1-2.645-.82 14.379 14.379 0 0 0-.571 1.362s-.347 0-.8.038a6.12 6.12 0 0 0-1.623.3c-.266.106-.455.241-.5.418-.055.236.139.571.428.911",fill:"#fff"})))),e.createElement("g",{"data-name":"Group 8204",style:{mixBlendMode:"soft-light",isolation:"isolate"}},e.createElement("g",{"data-name":"Group 8203"},e.createElement("g",{"data-name":"Group 8202",clipPath:"url(#streak_svg__e)"},e.createElement("path",{"data-name":"Path 5740",d:"M17.52 55.131c.024.028.049.059.076.087a7.574 7.574 0 0 0 .585.59 11.164 11.164 0 0 1 2.235.326c.968.265 2.36.764 3.716 1.243-.016-.184-.036-.348-.053-.474s-.036-.226-.038-.244a10.338 10.338 0 0 0 1.9-1.56l.006-.009a1.289 1.289 0 0 0 .278-.48.472.472 0 0 0 .008-.139.379.379 0 0 0-.1-.207 2.7 2.7 0 0 0-1.351-.527 11.634 11.634 0 0 0-1.38-.171s-.062-.262-.172-.632a44.75 44.75 0 0 1-2.645-.82 14.379 14.379 0 0 0-.571 1.362s-.347 0-.8.038a6.12 6.12 0 0 0-1.623.3c-.266.106-.455.241-.5.418-.055.236.139.571.428.911",fill:"#fff"})))),e.createElement("g",{"data-name":"Group 8207",opacity:.2},e.createElement("g",{"data-name":"Group 8206"},e.createElement("g",{"data-name":"Group 8205",clipPath:"url(#streak_svg__e)"},e.createElement("path",{"data-name":"Path 5741",d:"M17.52 55.131c.024.028.049.059.076.087a7.574 7.574 0 0 0 .585.59 11.164 11.164 0 0 1 2.235.326c.968.265 2.36.764 3.716 1.243-.016-.184-.036-.348-.053-.474s-.036-.226-.038-.244a10.338 10.338 0 0 0 1.9-1.56l.006-.009a1.289 1.289 0 0 0 .278-.48.472.472 0 0 0 .008-.139.379.379 0 0 0-.1-.207 2.7 2.7 0 0 0-1.351-.527 11.634 11.634 0 0 0-1.38-.171s-.062-.262-.172-.632a44.75 44.75 0 0 1-2.645-.82 14.379 14.379 0 0 0-.571 1.362s-.347 0-.8.038a6.12 6.12 0 0 0-1.623.3c-.266.106-.455.241-.5.418-.055.236.139.571.428.911",fill:"#fff"})))),e.createElement("path",{"data-name":"Path 5742",d:"M19.538 53.483s.45.282-.016.725-1.709.016-1.847-.285 1.233-.466 1.863-.44",fill:"#fff"}),e.createElement("path",{"data-name":"Path 5743",d:"M34.846 10.3a.772.772 0 0 0 .053.061 5.16 5.16 0 0 0 .4.407c.082.076.164.146.238.209a2.376 2.376 0 0 1 .333.3.711.711 0 0 0-.144.373 2.968 2.968 0 0 0-.049.716 1.387 1.387 0 0 0 .082.509.241.241 0 0 0 .088.1.343.343 0 0 0 .167.047 2.861 2.861 0 0 0 1.105-.352c.065-.031.127-.062.18-.09.156-.081.258-.139.258-.139a6.9 6.9 0 0 0 .908.505 2.169 2.169 0 0 0 .377.13.678.678 0 0 0 .273.019h.007a.238.238 0 0 0 .084-.029c.247-.138.24-.759.2-1.215-.011-.126-.025-.239-.037-.326l-.025-.169a7.156 7.156 0 0 0 1.309-1.075l.005-.007a1.052 1.052 0 0 0 .226-.791.318.318 0 0 0-.074-.219.338.338 0 0 0-.171-.073.369.369 0 0 0-.223 0 .4.4 0 0 1-.092.04.358.358 0 0 0-.08 0c-.025.008-.042.032-.063.048a.247.247 0 0 1-.176.027c-.228-.022-.45-.023-.68-.05a7.572 7.572 0 0 0-.426-.039s-.042-.181-.118-.436c-.178-.6-.538-1.61-.941-1.621-.179 0-.372.193-.555.464a5.018 5.018 0 0 0-.329.592 9.949 9.949 0 0 0-.393.94 3.776 3.776 0 0 1-.488.02 1.723 1.723 0 0 1-.631-.126.786.786 0 0 0-.66-.076.354.354 0 0 0-.195.179.466.466 0 0 0-.024.186 1.725 1.725 0 0 0 .28.963",fill:"#d98404"}),e.createElement("path",{"data-name":"Path 5744",d:"m36.224 11.382.432-.027a9.222 9.222 0 0 1-1.282-1.03c-.461-.485-.57-.159-.57-.159a4.149 4.149 0 0 0 1.42 1.216",fill:"#aa6100"}),e.createElement("path",{"data-name":"Path 5745",d:"M34.859 9.781c.017.02.034.041.052.06a5.35 5.35 0 0 0 .4.407c.082.076.163.146.238.209.2.171.355.284.355.284a7.025 7.025 0 0 0-.154.7 1.73 1.73 0 0 0 .02.91.247.247 0 0 0 .088.1.347.347 0 0 0 .168.047 2.852 2.852 0 0 0 1.1-.352c.066-.032.128-.062.18-.09.156-.081.258-.139.258-.139a6.869 6.869 0 0 0 .909.505 2.055 2.055 0 0 0 .377.129.657.657 0 0 0 .272.02h.008a.278.278 0 0 0 .084-.029c.247-.139.24-.76.2-1.215-.011-.126-.025-.24-.037-.327s-.025-.155-.026-.168a7.127 7.127 0 0 0 1.31-1.076V9.75a.9.9 0 0 0 .192-.331.357.357 0 0 0 0-.1.262.262 0 0 0-.072-.142 1.843 1.843 0 0 0-.932-.364 8.106 8.106 0 0 0-.951-.118s-.043-.181-.119-.436c-.178-.6-.537-1.61-.941-1.621-.178-.005-.371.193-.554.464a4.879 4.879 0 0 0-.329.592 9.855 9.855 0 0 0-.394.939s-.239 0-.552.027a4.2 4.2 0 0 0-1.12.2c-.183.073-.313.167-.342.289-.038.163.1.393.3.628",fill:"#fffd04"}),e.createElement("g",{"data-name":"Group 8210",style:{mixBlendMode:"soft-light",isolation:"isolate"}},e.createElement("g",{"data-name":"Group 8209"},e.createElement("g",{"data-name":"Group 8208",clipPath:"url(#streak_svg__f)"},e.createElement("path",{"data-name":"Path 5746",d:"M34.859 9.781c.017.02.034.041.052.06a5.35 5.35 0 0 0 .4.407 7.724 7.724 0 0 1 1.542.225c.667.183 1.627.527 2.563.857-.011-.126-.025-.24-.037-.327s-.025-.155-.026-.168a7.127 7.127 0 0 0 1.31-1.076v-.006a.9.9 0 0 0 .192-.331.357.357 0 0 0 0-.1.262.262 0 0 0-.072-.142 1.843 1.843 0 0 0-.932-.364 8.106 8.106 0 0 0-.951-.118s-.043-.181-.119-.436a30.414 30.414 0 0 1-1.824-.565 9.855 9.855 0 0 0-.394.939s-.239 0-.552.027a4.2 4.2 0 0 0-1.12.2c-.183.073-.313.167-.342.289-.038.163.1.393.3.628",fill:"#fff"})))),e.createElement("g",{"data-name":"Group 8213",style:{mixBlendMode:"soft-light",isolation:"isolate"}},e.createElement("g",{"data-name":"Group 8212"},e.createElement("g",{"data-name":"Group 8211",clipPath:"url(#streak_svg__f)"},e.createElement("path",{"data-name":"Path 5747",d:"M34.859 9.781c.017.02.034.041.052.06a5.35 5.35 0 0 0 .4.407 7.724 7.724 0 0 1 1.542.225c.667.183 1.627.527 2.563.857-.011-.126-.025-.24-.037-.327s-.025-.155-.026-.168a7.127 7.127 0 0 0 1.31-1.076v-.006a.9.9 0 0 0 .192-.331.357.357 0 0 0 0-.1.262.262 0 0 0-.072-.142 1.843 1.843 0 0 0-.932-.364 8.106 8.106 0 0 0-.951-.118s-.043-.181-.119-.436a30.414 30.414 0 0 1-1.824-.565 9.855 9.855 0 0 0-.394.939s-.239 0-.552.027a4.2 4.2 0 0 0-1.12.2c-.183.073-.313.167-.342.289-.038.163.1.393.3.628",fill:"#fff"})))),e.createElement("g",{"data-name":"Group 8216",opacity:.2},e.createElement("g",{"data-name":"Group 8215"},e.createElement("g",{"data-name":"Group 8214",clipPath:"url(#streak_svg__f)"},e.createElement("path",{"data-name":"Path 5748",d:"M34.859 9.781c.017.02.034.041.052.06a5.35 5.35 0 0 0 .4.407 7.724 7.724 0 0 1 1.542.225c.667.183 1.627.527 2.563.857-.011-.126-.025-.24-.037-.327s-.025-.155-.026-.168a7.127 7.127 0 0 0 1.31-1.076v-.006a.9.9 0 0 0 .192-.331.357.357 0 0 0 0-.1.262.262 0 0 0-.072-.142 1.843 1.843 0 0 0-.932-.364 8.106 8.106 0 0 0-.951-.118s-.043-.181-.119-.436a30.414 30.414 0 0 1-1.824-.565 9.855 9.855 0 0 0-.394.939s-.239 0-.552.027a4.2 4.2 0 0 0-1.12.2c-.183.073-.313.167-.342.289-.038.163.1.393.3.628",fill:"#fff"})))),e.createElement("path",{"data-name":"Path 5749",d:"M36.251 8.644s.31.194-.011.5-1.179.011-1.274-.2.85-.321 1.285-.3",fill:"#fff"}),e.createElement("path",{"data-name":"Path 5750",d:"M39.724 28.584a.5.5 0 0 0 .043.049 4.192 4.192 0 0 0 .325.328c.066.062.132.118.191.168a1.993 1.993 0 0 1 .268.242.577.577 0 0 0-.115.3 2.428 2.428 0 0 0-.04.577 1.113 1.113 0 0 0 .066.41.2.2 0 0 0 .071.081.269.269 0 0 0 .135.038 2.306 2.306 0 0 0 .89-.284l.145-.072c.125-.065.207-.112.207-.112a5.6 5.6 0 0 0 .732.407 1.686 1.686 0 0 0 .3.1.556.556 0 0 0 .22.016h.006a.238.238 0 0 0 .068-.024c.2-.112.193-.612.159-.979-.009-.1-.02-.193-.03-.263l-.02-.136a5.748 5.748 0 0 0 1.055-.867v-.005a.847.847 0 0 0 .183-.638.264.264 0 0 0-.059-.176.285.285 0 0 0-.139-.059.3.3 0 0 0-.179 0 .3.3 0 0 1-.074.031.349.349 0 0 0-.065 0 .21.21 0 0 0-.051.039.2.2 0 0 1-.142.022c-.183-.018-.362-.019-.547-.041a6.557 6.557 0 0 0-.344-.031s-.034-.146-.1-.351c-.143-.481-.433-1.3-.758-1.306-.144 0-.3.155-.447.374a4.029 4.029 0 0 0-.265.476 8.067 8.067 0 0 0-.317.757 3.052 3.052 0 0 1-.393.017 1.388 1.388 0 0 1-.509-.1.631.631 0 0 0-.531-.061.285.285 0 0 0-.157.144.379.379 0 0 0-.02.15 1.386 1.386 0 0 0 .226.776",fill:"#d98404"}),e.createElement("path",{"data-name":"Path 5751",d:"m40.834 29.454.348-.022a7.48 7.48 0 0 1-1.033-.829c-.371-.391-.459-.129-.459-.129a3.345 3.345 0 0 0 1.144.98",fill:"#aa6100"}),e.createElement("path",{"data-name":"Path 5752",d:"M39.734 28.164a.627.627 0 0 0 .042.048 4.024 4.024 0 0 0 .325.328c.066.062.132.118.191.169.163.137.287.228.287.228a5.587 5.587 0 0 0-.124.568 1.388 1.388 0 0 0 .016.733.209.209 0 0 0 .071.082.28.28 0 0 0 .135.037 2.307 2.307 0 0 0 .89-.284c.053-.025.1-.049.145-.072.125-.065.208-.112.208-.112a5.522 5.522 0 0 0 .732.407 1.66 1.66 0 0 0 .3.1.55.55 0 0 0 .219.016h.006a.238.238 0 0 0 .068-.024c.2-.112.193-.612.159-.979-.009-.1-.02-.193-.029-.263s-.02-.126-.021-.136a5.748 5.748 0 0 0 1.055-.867.725.725 0 0 0 .154-.267.259.259 0 0 0 0-.078.208.208 0 0 0-.058-.115 1.492 1.492 0 0 0-.75-.293 6.583 6.583 0 0 0-.767-.1s-.035-.146-.1-.351c-.143-.481-.433-1.3-.758-1.306-.144 0-.3.155-.447.374a4.107 4.107 0 0 0-.265.477 7.99 7.99 0 0 0-.317.756s-.193 0-.445.022a3.393 3.393 0 0 0-.9.164c-.148.059-.252.134-.276.233-.031.131.077.317.238.506",fill:"#fffd04"}),e.createElement("g",{"data-name":"Group 8219",style:{mixBlendMode:"soft-light",isolation:"isolate"}},e.createElement("g",{"data-name":"Group 8218"},e.createElement("g",{"data-name":"Group 8217",clipPath:"url(#streak_svg__g)"},e.createElement("path",{"data-name":"Path 5753",d:"M39.734 28.164a.627.627 0 0 0 .042.048 4.024 4.024 0 0 0 .325.328 6.25 6.25 0 0 1 1.242.181c.538.148 1.312.425 2.065.691-.009-.1-.02-.193-.029-.263s-.02-.126-.021-.136a5.748 5.748 0 0 0 1.055-.867.725.725 0 0 0 .154-.267.259.259 0 0 0 0-.078.208.208 0 0 0-.058-.115 1.492 1.492 0 0 0-.75-.293 6.583 6.583 0 0 0-.767-.1s-.035-.146-.1-.351a25.297 25.297 0 0 1-1.47-.455 7.99 7.99 0 0 0-.317.756s-.193 0-.445.022a3.393 3.393 0 0 0-.9.164c-.148.059-.252.134-.276.233-.031.131.077.317.238.506",fill:"#fff"})))),e.createElement("g",{"data-name":"Group 8222",style:{mixBlendMode:"soft-light",isolation:"isolate"}},e.createElement("g",{"data-name":"Group 8221"},e.createElement("g",{"data-name":"Group 8220",clipPath:"url(#streak_svg__g)"},e.createElement("path",{"data-name":"Path 5754",d:"M39.734 28.164a.627.627 0 0 0 .042.048 4.024 4.024 0 0 0 .325.328 6.25 6.25 0 0 1 1.242.181c.538.148 1.312.425 2.065.691-.009-.1-.02-.193-.029-.263s-.02-.126-.021-.136a5.748 5.748 0 0 0 1.055-.867.725.725 0 0 0 .154-.267.259.259 0 0 0 0-.078.208.208 0 0 0-.058-.115 1.492 1.492 0 0 0-.75-.293 6.583 6.583 0 0 0-.767-.1s-.035-.146-.1-.351a25.297 25.297 0 0 1-1.47-.455 7.99 7.99 0 0 0-.317.756s-.193 0-.445.022a3.393 3.393 0 0 0-.9.164c-.148.059-.252.134-.276.233-.031.131.077.317.238.506",fill:"#fff"})))),e.createElement("g",{"data-name":"Group 8225",opacity:.5,style:{mixBlendMode:"soft-light",isolation:"isolate"}},e.createElement("g",{"data-name":"Group 8224"},e.createElement("g",{"data-name":"Group 8223",clipPath:"url(#streak_svg__g)"},e.createElement("path",{"data-name":"Path 5755",d:"M39.734 28.164a.627.627 0 0 0 .042.048 4.024 4.024 0 0 0 .325.328 6.25 6.25 0 0 1 1.242.181c.538.148 1.312.425 2.065.691-.009-.1-.02-.193-.029-.263s-.02-.126-.021-.136a5.748 5.748 0 0 0 1.055-.867.725.725 0 0 0 .154-.267.259.259 0 0 0 0-.078.208.208 0 0 0-.058-.115 1.492 1.492 0 0 0-.75-.293 6.583 6.583 0 0 0-.767-.1s-.035-.146-.1-.351a25.297 25.297 0 0 1-1.47-.455 7.99 7.99 0 0 0-.317.756s-.193 0-.445.022a3.393 3.393 0 0 0-.9.164c-.148.059-.252.134-.276.233-.031.131.077.317.238.506",fill:"#fff"})))),e.createElement("path",{"data-name":"Path 5756",d:"M40.856 27.248s.25.157-.009.4-.949.009-1.026-.159.685-.258 1.035-.244",fill:"#fff"}),e.createElement("path",{"data-name":"Path 5757",d:"M51.785 45.518a.311.311 0 0 0 .029.033 2.868 2.868 0 0 0 .219.222c.045.041.089.079.13.113a1.331 1.331 0 0 1 .18.163.4.4 0 0 0-.078.2 1.7 1.7 0 0 0-.027.39.785.785 0 0 0 .045.277.142.142 0 0 0 .048.055.188.188 0 0 0 .091.025 1.562 1.562 0 0 0 .6-.191l.1-.049c.085-.044.14-.076.14-.076a3.736 3.736 0 0 0 .494.275 1.215 1.215 0 0 0 .2.07.359.359 0 0 0 .149.011.15.15 0 0 0 .045-.016c.135-.075.131-.413.108-.661-.006-.069-.014-.13-.02-.177s-.013-.085-.014-.092a3.85 3.85 0 0 0 .712-.585.573.573 0 0 0 .123-.431.179.179 0 0 0-.04-.119.184.184 0 0 0-.094-.039.193.193 0 0 0-.121 0 .183.183 0 0 1-.05.021.207.207 0 0 0-.043 0c-.014 0-.023.018-.035.027a.129.129 0 0 1-.1.014c-.124-.012-.245-.012-.37-.027a4.44 4.44 0 0 0-.232-.021s-.023-.1-.064-.237c-.1-.325-.293-.876-.512-.882-.1 0-.2.105-.3.253a2.679 2.679 0 0 0-.179.322 5.352 5.352 0 0 0-.214.51 1.866 1.866 0 0 1-.265.011.936.936 0 0 1-.343-.068.426.426 0 0 0-.359-.041.188.188 0 0 0-.106.1.245.245 0 0 0-.013.1.942.942 0 0 0 .152.524",fill:"#d98404"}),e.createElement("path",{"data-name":"Path 5758",d:"m52.534 46.1.235-.015a4.988 4.988 0 0 1-.7-.56c-.251-.264-.31-.087-.31-.087a2.246 2.246 0 0 0 .772.662",fill:"#aa6100"}),e.createElement("path",{"data-name":"Path 5759",d:"M51.792 45.234a.428.428 0 0 0 .029.033 3.043 3.043 0 0 0 .219.221l.129.114c.11.093.194.154.194.154s-.05.181-.084.383a.945.945 0 0 0 .011.495.129.129 0 0 0 .048.055.175.175 0 0 0 .091.025 1.567 1.567 0 0 0 .6-.191l.1-.049.14-.075a3.789 3.789 0 0 0 .494.274 1.193 1.193 0 0 0 .2.071.369.369 0 0 0 .148.01.119.119 0 0 0 .046-.016c.134-.075.131-.413.108-.66-.006-.069-.014-.131-.02-.178s-.014-.085-.014-.092a3.9 3.9 0 0 0 .712-.585.483.483 0 0 0 .1-.18.184.184 0 0 0 0-.052.152.152 0 0 0-.039-.078 1.009 1.009 0 0 0-.507-.2 4.293 4.293 0 0 0-.497-.07s-.023-.1-.064-.237c-.1-.324-.293-.876-.512-.881-.1 0-.2.1-.3.252a2.913 2.913 0 0 0-.179.322 5.429 5.429 0 0 0-.214.511s-.13 0-.3.014a2.29 2.29 0 0 0-.609.111c-.1.04-.171.091-.186.157-.021.089.052.214.161.342",fill:"#fffd04"}),e.createElement("g",{"data-name":"Group 8228",style:{mixBlendMode:"soft-light",isolation:"isolate"}},e.createElement("g",{"data-name":"Group 8227"},e.createElement("g",{"data-name":"Group 8226",clipPath:"url(#streak_svg__h)"},e.createElement("path",{"data-name":"Path 5760",d:"M51.792 45.234a.428.428 0 0 0 .029.033 3.043 3.043 0 0 0 .219.221 4.185 4.185 0 0 1 .839.122c.363.1.885.287 1.394.467-.006-.069-.014-.131-.02-.178s-.014-.085-.014-.092a3.9 3.9 0 0 0 .712-.585.483.483 0 0 0 .1-.18.184.184 0 0 0 0-.052.152.152 0 0 0-.039-.078 1.009 1.009 0 0 0-.507-.2 4.293 4.293 0 0 0-.505-.069s-.023-.1-.064-.237c-.333-.092-.68-.2-.993-.307a5.429 5.429 0 0 0-.214.511s-.13 0-.3.014a2.29 2.29 0 0 0-.609.111c-.1.04-.171.091-.186.157-.021.089.052.214.161.342",fill:"#fff"})))),e.createElement("g",{"data-name":"Group 8231",style:{mixBlendMode:"soft-light",isolation:"isolate"}},e.createElement("g",{"data-name":"Group 8230"},e.createElement("g",{"data-name":"Group 8229",clipPath:"url(#streak_svg__h)"},e.createElement("path",{"data-name":"Path 5761",d:"M51.792 45.234a.428.428 0 0 0 .029.033 3.043 3.043 0 0 0 .219.221 4.185 4.185 0 0 1 .839.122c.363.1.885.287 1.394.467-.006-.069-.014-.131-.02-.178s-.014-.085-.014-.092a3.9 3.9 0 0 0 .712-.585.483.483 0 0 0 .1-.18.184.184 0 0 0 0-.052.152.152 0 0 0-.039-.078 1.009 1.009 0 0 0-.507-.2 4.293 4.293 0 0 0-.505-.069s-.023-.1-.064-.237c-.333-.092-.68-.2-.993-.307a5.429 5.429 0 0 0-.214.511s-.13 0-.3.014a2.29 2.29 0 0 0-.609.111c-.1.04-.171.091-.186.157-.021.089.052.214.161.342",fill:"#fff"})))),e.createElement("g",{"data-name":"Group 8234",opacity:.2},e.createElement("g",{"data-name":"Group 8233"},e.createElement("g",{"data-name":"Group 8232",clipPath:"url(#streak_svg__h)"},e.createElement("path",{"data-name":"Path 5762",d:"M51.792 45.234a.428.428 0 0 0 .029.033 3.043 3.043 0 0 0 .219.221 4.185 4.185 0 0 1 .839.122c.363.1.885.287 1.394.467-.006-.069-.014-.131-.02-.178s-.014-.085-.014-.092a3.9 3.9 0 0 0 .712-.585.483.483 0 0 0 .1-.18.184.184 0 0 0 0-.052.152.152 0 0 0-.039-.078 1.009 1.009 0 0 0-.507-.2 4.293 4.293 0 0 0-.505-.069s-.023-.1-.064-.237c-.333-.092-.68-.2-.993-.307a5.429 5.429 0 0 0-.214.511s-.13 0-.3.014a2.29 2.29 0 0 0-.609.111c-.1.04-.171.091-.186.157-.021.089.052.214.161.342",fill:"#fff"})))),e.createElement("path",{"data-name":"Path 5763",d:"M52.549 44.616s.169.106-.006.272-.641.006-.693-.107.463-.175.7-.165",fill:"#fff"}),e.createElement("path",{"data-name":"Path 5764",d:"m8.091 20.075-1.555-2.011-2.131-.7L6.26 16.1l.011-2.244s-9.629 4.31-4.482 16.124c0 0-.232-9.5 6.3-9.9",fill:"#814419"}),e.createElement("path",{"data-name":"Path 5765",d:"M1.789 29.977c-5.352-11.829 4.63-16.3 4.849-16.287L6.26 16.1l-1.276 1.023.466.583a12.184 12.184 0 0 0-3.661 12.271",fill:"#dd772b"}),e.createElement("path",{"data-name":"Path 5766",d:"M3.727 17.31a.627.627 0 0 0 .053.061 5.159 5.159 0 0 0 .4.407c.082.076.164.146.238.209a2.376 2.376 0 0 1 .333.3.711.711 0 0 0-.144.373 2.967 2.967 0 0 0-.049.716 1.387 1.387 0 0 0 .082.509.241.241 0 0 0 .088.1.343.343 0 0 0 .167.047A2.861 2.861 0 0 0 6 19.681c.065-.031.127-.062.18-.09.156-.081.258-.139.258-.139a6.9 6.9 0 0 0 .908.505 2.169 2.169 0 0 0 .377.13.678.678 0 0 0 .277.019h.007a.239.239 0 0 0 .084-.029c.247-.138.24-.759.2-1.215-.011-.126-.025-.239-.037-.326l-.025-.169a7.156 7.156 0 0 0 1.309-1.075l.005-.007a1.052 1.052 0 0 0 .226-.791.318.318 0 0 0-.074-.219.338.338 0 0 0-.171-.073.369.369 0 0 0-.223 0 .4.4 0 0 1-.092.04.358.358 0 0 0-.08 0c-.025.008-.042.032-.063.048a.247.247 0 0 1-.176.027c-.228-.022-.45-.023-.68-.05a7.572 7.572 0 0 0-.426-.039s-.042-.181-.118-.436c-.178-.6-.538-1.61-.941-1.621-.179 0-.372.193-.555.464a5.018 5.018 0 0 0-.329.592 9.95 9.95 0 0 0-.393.94 3.776 3.776 0 0 1-.488.02 1.723 1.723 0 0 1-.631-.126.786.786 0 0 0-.66-.076.354.354 0 0 0-.195.179.466.466 0 0 0-.024.186 1.725 1.725 0 0 0 .28.963",fill:"#d98404"}),e.createElement("path",{"data-name":"Path 5767",d:"m5.105 18.39.432-.027a9.222 9.222 0 0 1-1.282-1.03c-.461-.485-.57-.159-.57-.159a4.149 4.149 0 0 0 1.42 1.216",fill:"#aa6100"}),e.createElement("path",{"data-name":"Path 5768",d:"M3.74 16.789c.017.02.034.041.052.06a5.351 5.351 0 0 0 .4.407c.082.076.163.146.238.209.2.171.355.284.355.284a7.025 7.025 0 0 0-.154.7 1.73 1.73 0 0 0 .02.91.247.247 0 0 0 .088.1.347.347 0 0 0 .168.047 2.852 2.852 0 0 0 1.1-.352c.066-.032.128-.062.18-.09.156-.081.258-.139.258-.139a6.869 6.869 0 0 0 .909.5 2.056 2.056 0 0 0 .377.129.657.657 0 0 0 .272.02h.008a.278.278 0 0 0 .084-.029c.247-.139.24-.76.2-1.215-.011-.127-.025-.24-.037-.327s-.025-.155-.026-.168a7.127 7.127 0 0 0 1.31-1.076v-.006a.9.9 0 0 0 .192-.331.357.357 0 0 0 .005-.1.262.262 0 0 0-.072-.142 1.843 1.843 0 0 0-.932-.364A8.106 8.106 0 0 0 7.8 15.7s-.043-.181-.119-.436c-.178-.6-.537-1.61-.941-1.621-.178-.005-.371.193-.554.464a4.879 4.879 0 0 0-.329.592 9.855 9.855 0 0 0-.394.939s-.239 0-.552.027a4.2 4.2 0 0 0-1.12.2c-.183.073-.313.167-.342.289-.038.163.1.393.3.628",fill:"#fffd04"}),e.createElement("g",{"data-name":"Group 8237",style:{mixBlendMode:"soft-light",isolation:"isolate"}},e.createElement("g",{"data-name":"Group 8236"},e.createElement("g",{"data-name":"Group 8235",clipPath:"url(#streak_svg__i)"},e.createElement("path",{"data-name":"Path 5769",d:"M3.74 16.789c.017.02.034.041.052.06a5.351 5.351 0 0 0 .4.407 7.724 7.724 0 0 1 1.542.225c.667.183 1.627.527 2.563.857-.011-.127-.025-.24-.037-.327s-.025-.155-.026-.168a7.127 7.127 0 0 0 1.31-1.076v-.006a.9.9 0 0 0 .192-.331.357.357 0 0 0 .005-.1.262.262 0 0 0-.072-.142 1.843 1.843 0 0 0-.932-.364A8.106 8.106 0 0 0 7.8 15.7s-.043-.181-.119-.436a26.584 26.584 0 0 1-1.828-.564 9.855 9.855 0 0 0-.394.939s-.239 0-.552.027a4.2 4.2 0 0 0-1.12.2c-.183.073-.313.167-.342.289-.038.163.1.393.3.628",fill:"#fff"})))),e.createElement("g",{"data-name":"Group 8240",style:{mixBlendMode:"soft-light",isolation:"isolate"}},e.createElement("g",{"data-name":"Group 8239"},e.createElement("g",{"data-name":"Group 8238",clipPath:"url(#streak_svg__i)"},e.createElement("path",{"data-name":"Path 5770",d:"M3.74 16.789c.017.02.034.041.052.06a5.351 5.351 0 0 0 .4.407 7.724 7.724 0 0 1 1.542.225c.667.183 1.627.527 2.563.857-.011-.127-.025-.24-.037-.327s-.025-.155-.026-.168a7.127 7.127 0 0 0 1.31-1.076v-.006a.9.9 0 0 0 .192-.331.357.357 0 0 0 .005-.1.262.262 0 0 0-.072-.142 1.843 1.843 0 0 0-.932-.364A8.106 8.106 0 0 0 7.8 15.7s-.043-.181-.119-.436a26.584 26.584 0 0 1-1.828-.564 9.855 9.855 0 0 0-.394.939s-.239 0-.552.027a4.2 4.2 0 0 0-1.12.2c-.183.073-.313.167-.342.289-.038.163.1.393.3.628",fill:"#fff"})))),e.createElement("g",{"data-name":"Group 8243",opacity:.2},e.createElement("g",{"data-name":"Group 8242"},e.createElement("g",{"data-name":"Group 8241",clipPath:"url(#streak_svg__i)"},e.createElement("path",{"data-name":"Path 5771",d:"M3.74 16.789c.017.02.034.041.052.06a5.351 5.351 0 0 0 .4.407 7.724 7.724 0 0 1 1.542.225c.667.183 1.627.527 2.563.857-.011-.127-.025-.24-.037-.327s-.025-.155-.026-.168a7.127 7.127 0 0 0 1.31-1.076v-.006a.9.9 0 0 0 .192-.331.357.357 0 0 0 .005-.1.262.262 0 0 0-.072-.142 1.843 1.843 0 0 0-.932-.364A8.106 8.106 0 0 0 7.8 15.7s-.043-.181-.119-.436a26.584 26.584 0 0 1-1.828-.564 9.855 9.855 0 0 0-.394.939s-.239 0-.552.027a4.2 4.2 0 0 0-1.12.2c-.183.073-.313.167-.342.289-.038.163.1.393.3.628",fill:"#fff"})))),e.createElement("path",{"data-name":"Path 5772",d:"M5.132 15.652s.31.194-.011.5-1.179.011-1.274-.2.85-.321 1.285-.3",fill:"#fff"}))),e.createElement("path",{"data-name":"Rectangle 3265",fill:"none",d:"M0 0h70v70H0z"}))};export{t as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__assign as e}from"../_virtual/_tslib.js";import*as a from"react";var t=function(t){return a.createElement("svg",e({xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",width:"1em",height:"1em",viewBox:"0 0 70 70"},t),a.createElement("defs",null,a.createElement("clipPath",{id:"teamwork_svg__e"},a.createElement("path",{"data-name":"Rectangle 2910",fill:"none",d:"M0 0h70v70H0z"})),a.createElement("clipPath",{id:"teamwork_svg__f"},a.createElement("path",{"data-name":"Rectangle 2863",transform:"translate(3.125 3.49)",fill:"none",d:"M0 0h64.65v66.51H0z"})),a.createElement("clipPath",{id:"teamwork_svg__g"},a.createElement("path",{"data-name":"Rectangle 2864",transform:"translate(11.709 8.136)",fill:"none",d:"M0 0h4.828v7.486H0z"})),a.createElement("clipPath",{id:"teamwork_svg__h"},a.createElement("path",{"data-name":"Rectangle 2865",transform:"translate(17.568 25.516)",fill:"none",d:"M0 0h2.196v5.022H0z"})),a.createElement("clipPath",{id:"teamwork_svg__i"},a.createElement("path",{"data-name":"Rectangle 2866",transform:"translate(16.674 9.841)",fill:"none",d:"M0 0h4.047v8.347H0z"})),a.createElement("clipPath",{id:"teamwork_svg__j"},a.createElement("path",{"data-name":"Rectangle 2867",transform:"translate(3.676 2.112)",fill:"none",d:"M0 0h9.67v20.227H0z"})),a.createElement("clipPath",{id:"teamwork_svg__k"},a.createElement("path",{"data-name":"Rectangle 2868",transform:"translate(13.312 34.564)",fill:"none",d:"M0 0h4.659v1.518H0z"})),a.createElement("clipPath",{id:"teamwork_svg__l"},a.createElement("path",{"data-name":"Path 5065",d:"M10.678 1.6c-.751.276-1.8 2-2.917 4.367v.012s1.93-4.176 4.084-4.073C13.594 2 18.123 8 20.066 10.191c-.072-.11-.153-.227-.235-.35-1.871-2.723-6.491-8.3-8.761-8.3a1.14 1.14 0 0 0-.392.065",fill:"none"})),a.createElement("clipPath",{id:"teamwork_svg__m"},a.createElement("path",{"data-name":"Path 5066",d:"M16.033 29.4c.843.365 1.242-1.157 1.364-2.95-.4 1.166-.35 2.672-1.342 2.632-1.055-.043-6.8-4.137-8.5-5.9a24.487 24.487 0 0 0 8.48 6.214",fill:"none"})),a.createElement("clipPath",{id:"teamwork_svg__o"},a.createElement("path",{"data-name":"Rectangle 2872",transform:"translate(9.744 8.134)",fill:"none",d:"M0 0h3.452v4.315H0z"})),a.createElement("clipPath",{id:"teamwork_svg__p"},a.createElement("path",{"data-name":"Rectangle 2873",transform:"translate(5.903 27.021)",fill:"none",d:"M0 0h12.41v6.58H0z"})),a.createElement("clipPath",{id:"teamwork_svg__q"},a.createElement("path",{"data-name":"Rectangle 2874",transform:"translate(54.878 15.405)",fill:"none",d:"M0 0h6.666v5.822H0z"})),a.createElement("clipPath",{id:"teamwork_svg__r"},a.createElement("path",{"data-name":"Rectangle 2875",transform:"translate(47.726 30.242)",fill:"none",d:"M0 0h3.051v4.529H0z"})),a.createElement("clipPath",{id:"teamwork_svg__s"},a.createElement("path",{"data-name":"Rectangle 2876",transform:"translate(51.706 14.745)",fill:"none",d:"M0 0h3.467v8.736H0z"})),a.createElement("clipPath",{id:"teamwork_svg__t"},a.createElement("path",{"data-name":"Rectangle 2877",transform:"translate(61.25 9.597)",fill:"none",d:"M0 0h5.169v21.477H0z"})),a.createElement("clipPath",{id:"teamwork_svg__u"},a.createElement("path",{"data-name":"Rectangle 2878",transform:"translate(47.909 39.424)",fill:"none",d:"M0 0h4.35v1.917H0z"})),a.createElement("clipPath",{id:"teamwork_svg__v"},a.createElement("path",{"data-name":"Path 5079",d:"M53.377 14.744c-.113.095-.225.183-.325.268 2.488-1.543 8.548-6 10.249-5.579 2.093.516 2.747 5.07 2.747 5.07v-.011c-.391-2.588-.9-4.54-1.546-5.019a1.474 1.474 0 0 0-.895-.245c-2.5 0-7.849 3.6-10.232 5.516",fill:"none"})),a.createElement("clipPath",{id:"teamwork_svg__x"},a.createElement("path",{"data-name":"Path 5080",d:"M51.485 34.266c-.961-.246-.477-1.675-.531-2.907-.4 1.753-.45 3.326.463 3.217a24.516 24.516 0 0 0 9.9-3.526c-2.135 1.2-8.812 3.476-9.836 3.216",fill:"none"})),a.createElement("clipPath",{id:"teamwork_svg__z"},a.createElement("path",{"data-name":"Rectangle 2882",transform:"translate(59.713 15.405)",fill:"none",d:"M0 0h2.686v4.725H0z"})),a.createElement("clipPath",{id:"teamwork_svg__A"},a.createElement("path",{"data-name":"Rectangle 2883",transform:"translate(48.56 35.123)",fill:"none",d:"M0 0h13.219v3.711H0z"})),a.createElement("clipPath",{id:"teamwork_svg__B"},a.createElement("path",{"data-name":"Rectangle 2884",transform:"translate(26.32 33.694)",fill:"none",d:"M0 0h13.611v7.332H0z"})),a.createElement("clipPath",{id:"teamwork_svg__C"},a.createElement("path",{"data-name":"Rectangle 2885",transform:"translate(17.861 15.338)",fill:"none",d:"M0 0h35.238v25.688H0z"})),a.createElement("clipPath",{id:"teamwork_svg__D"},a.createElement("path",{"data-name":"Rectangle 2886",transform:"translate(27.336 38.683)",fill:"none",d:"M0 0h10.322v2.343H0z"})),a.createElement("clipPath",{id:"teamwork_svg__E"},a.createElement("path",{"data-name":"Path 5088",d:"M15.759 34.564c2.96-.152 3.005-.753 3.005-.753s-.953.576-4 .1S7.1 28.948 7.1 28.948s5.7 5.769 8.66 5.616",fill:"none"})),a.createElement("clipPath",{id:"teamwork_svg__F"},a.createElement("path",{"data-name":"Path 5089",d:"M50.986 39.441a9.31 9.31 0 0 1-3.218-1.109 4.064 4.064 0 0 0 3.569 1.388c2.536-.114 10.069-3.659 10.069-3.659s-8.4 3.722-10.42 3.38",fill:"none"})),a.createElement("clipPath",{id:"teamwork_svg__H"},a.createElement("path",{"data-name":"Rectangle 2890",transform:"translate(26.99 41.961)",fill:"none",d:"M0 0h10.087v2.573H0z"})),a.createElement("clipPath",{id:"teamwork_svg__I"},a.createElement("path",{"data-name":"Rectangle 2894",transform:"translate(27.306 39.517)",fill:"none",d:"M0 0h9.262v2.313H0z"})),a.createElement("clipPath",{id:"teamwork_svg__J"},a.createElement("path",{"data-name":"Rectangle 2896",transform:"translate(18.399 51.647)",fill:"none",d:"M0 0h11.392v7.129H0z"})),a.createElement("clipPath",{id:"teamwork_svg__K"},a.createElement("path",{"data-name":"Path 5105",d:"M18.1 63.048a.5.5 0 0 0-.062-.031l.062.031m-2.116-2.355c-.217 1.491 1.631 2.138 2.054 2.324-.344-.169-1.986-1.04-1.819-2.1.171-1.077 7.655-1.073 7.655-1.073a17.22 17.22 0 0 0-2.9-.181c-2.225 0-4.873.235-4.989 1.027",fill:"none"})),a.createElement("clipPath",{id:"teamwork_svg__L"},a.createElement("path",{"data-name":"Rectangle 2899",transform:"translate(27.168 43.215)",fill:"none",d:"M0 0h2.841v6.572H0z"})),a.createElement("clipPath",{id:"teamwork_svg__M"},a.createElement("path",{"data-name":"Path 5108",d:"M34.617 41.846a5.591 5.591 0 0 0 2.283 1.369c.364.008.729-1.995.293-2.006h-.027c-.5 0-2.722.287-2.55.637",fill:"none"})),a.createElement("clipPath",{id:"teamwork_svg__N"},a.createElement("path",{"data-name":"Path 5109",d:"M18.923 61.49c-.8.373-.747 1.08-.383 1.781a35.592 35.592 0 0 0 9.915 2.656c6.526.954 12.491.677 13.806-.98a16.08 16.08 0 0 0-3.143-1.59c-4.433-1.729-10.841-2.326-15.287-2.326a16.723 16.723 0 0 0-4.908.459",fill:"none"})),a.createElement("clipPath",{id:"teamwork_svg__P"},a.createElement("path",{"data-name":"Rectangle 2903",transform:"translate(17.653 61.313)",fill:"none",d:"M0 0h1.303v.664H0z"})),a.createElement("clipPath",{id:"teamwork_svg__Q"},a.createElement("path",{"data-name":"Rectangle 2904",transform:"translate(32.638 65.589)",fill:"none",d:"M0 0h1.311v.662H0z"})),a.createElement("clipPath",{id:"teamwork_svg__R"},a.createElement("path",{"data-name":"Path 5116",d:"M27.669 42.274a12.4 12.4 0 0 1 3.561-.279 8.788 8.788 0 0 1 3.412.75 5.781 5.781 0 0 0-2.543-.915 5.942 5.942 0 0 0-1.114-.1 12.364 12.364 0 0 0-3.316.541",fill:"none"})),a.createElement("clipPath",{id:"teamwork_svg__T"},a.createElement("path",{"data-name":"Rectangle 2907",transform:"translate(14.871 2.106)",fill:"none",d:"M0 0h18.542v23.362H0z"})),a.createElement("clipPath",{id:"teamwork_svg__U"},a.createElement("path",{"data-name":"Rectangle 2908",transform:"translate(25.962 35.151)",fill:"none",d:"M0 0h13.611v7.332H0z"})),a.createElement("linearGradient",{id:"teamwork_svg__a",x1:-.845,y1:5.274,x2:-.749,y2:5.274,gradientUnits:"objectBoundingBox"},a.createElement("stop",{offset:0,stopColor:"#ffe834"}),a.createElement("stop",{offset:1,stopColor:"#ffcd00"})),a.createElement("linearGradient",{id:"teamwork_svg__n",x1:-1.072,y1:4.57,x2:-.946,y2:4.57,xlinkHref:"#teamwork_svg__a"}),a.createElement("linearGradient",{id:"teamwork_svg__w",x1:-7.119,y1:4.725,x2:-6.991,y2:4.725,xlinkHref:"#teamwork_svg__a"}),a.createElement("linearGradient",{id:"teamwork_svg__y",x1:-10.333,y1:3.806,x2:-10.139,y2:3.806,xlinkHref:"#teamwork_svg__a"}),a.createElement("linearGradient",{id:"teamwork_svg__b",x1:-1.249,y1:3.585,x2:-1.113,y2:3.585,gradientUnits:"objectBoundingBox"},a.createElement("stop",{offset:0,stopColor:"#ffcd00"}),a.createElement("stop",{offset:1,stopColor:"#ffe834"})),a.createElement("linearGradient",{id:"teamwork_svg__G",x1:-9.065,y1:2.781,x2:-8.89,y2:2.781,xlinkHref:"#teamwork_svg__b"}),a.createElement("linearGradient",{id:"teamwork_svg__d",x1:-3.887,y1:1.514,x2:-3.666,y2:1.514,gradientUnits:"objectBoundingBox"},a.createElement("stop",{offset:0,stopColor:"#cf4600"}),a.createElement("stop",{offset:1,stopColor:"#cf752a"})),a.createElement("linearGradient",{id:"teamwork_svg__c",x1:-10.815,y1:14.295,x2:-10.501,y2:14.295,gradientUnits:"objectBoundingBox"},a.createElement("stop",{offset:0,stopColor:"#cf0700"}),a.createElement("stop",{offset:1,stopColor:"#cf1c00"})),a.createElement("linearGradient",{id:"teamwork_svg__O",x1:-.751,y1:1.532,x2:-.71,y2:1.532,xlinkHref:"#teamwork_svg__c"}),a.createElement("linearGradient",{id:"teamwork_svg__S",x1:-15,y1:4.439,x2:-14.502,y2:4.439,xlinkHref:"#teamwork_svg__d"})),a.createElement("g",{"data-name":"Group 7484"},a.createElement("g",{"data-name":"Group 7483",clipPath:"url(#teamwork_svg__e)"},a.createElement("g",{"data-name":"Group 7381"},a.createElement("g",{"data-name":"Group 7380",clipPath:"url(#teamwork_svg__e)"},a.createElement("g",{"data-name":"Group 7364",opacity:.3},a.createElement("g",{"data-name":"Group 7363"},a.createElement("g",{"data-name":"Group 7362",clipPath:"url(#teamwork_svg__f)"},a.createElement("path",{"data-name":"Path 5056",d:"M67 18.23v-.011c-.374-2.59-.875-4.547-1.513-5.029-1.036-.784-3.744.384-6.362 1.925a12.09 12.09 0 0 0-9.638-8.448A11.35 11.35 0 0 0 40.534 9.2a13.5 13.5 0 0 0-3.1 3.667A13.126 13.126 0 0 0 35.3 8.378 11.513 11.513 0 0 0 27.289 3.6a11.487 11.487 0 0 0-10.667 4.474c-1.868-1.964-3.8-3.5-4.907-3.1-.754.27-1.816 1.987-2.947 4.347v.012C6.081 14.95 3.053 24.182 3.125 26.114c0 0 .007 2.207 3.744 6.63a23.719 23.719 0 0 0 7.259 6.205 4.74 4.74 0 0 0 1.729.522 4.3 4.3 0 0 0 2.932-.889 3.109 3.109 0 0 0 1.053-1.614c1.74 1.9 3.522 3.673 4.75 4.863a24.121 24.121 0 0 0 2.157 1.576c.454.472.807.835 1.01 1.035 0 0 .032-.011.1-.029-.079.54-.07 1.117-.092 1.531v.087c0 .015 0 .025.007.038s0 .03.009.045.009.025.014.037l.014.042c.005.014.014.026.021.04s.011.023.018.034l.027.042.018.028c.01.014.021.026.032.039a.265.265 0 0 0 .021.026l.031.033.025.027.032.03.026.024.037.03.022.019.039.029.018.014.028.019.025.018.017.01.031.021.013.007.052.031.016.008.019.01-1.079 7.054-.018.114c-7.962 1.381-10.628 10-10.628 10a1.006 1.006 0 0 0-.012.191c-.228 1.493 1.627 2.152 2.041 2.338a4.868 4.868 0 0 1-1.466-1.1c1.285 1.393 4.619 2.655 8.89 3.542h.014q.525.11 1.069.21l.033.006.31.057.1.017.251.044.118.021.238.04.121.02.25.041.109.017.358.056.322.048.108.016.214.031.123.017.2.027.129.017.192.026.131.016.188.024.132.016.19.023.124.014.2.023.113.012.218.024.094.01.279.028h.032l.317.03h.029l.278.025.08.006.227.019.092.007.213.016.1.006.212.015.09.006.213.013h.087l.221.012h.074l.244.011h.113c.057 0 .111.006.164.007.318.012.631.02.937.024H36.906l.243-.006h.019q.669-.018 1.282-.067h.012l.226-.019h.023l.211-.021h.028l.206-.022h.023l.211-.025h.012c.449-.058.866-.13 1.247-.217l.181-.044h.01c.058-.015.115-.029.172-.045h.008l.171-.048a3.4 3.4 0 0 0 1.7-.944c.019-.024.035-.05.052-.074l.019-.028.041-.065c.013-.022.025-.046.037-.07l.024-.051a.934.934 0 0 0 .042-.111c0-.012.008-.024.011-.037a1.149 1.149 0 0 0 .03-.132s.031-9.025-7.156-12.721l1.1-7.164s.033 0 .084-.016h.018a1.547 1.547 0 0 0 .337-.122l.057-.031.038-.023.022-.015c.015-.01.03-.02.045-.032l.014-.012a.782.782 0 0 0 .044-.037l.015-.016.037-.038a.607.607 0 0 0 .045-.061 4.949 4.949 0 0 0 .509-1.714c.906-.468 3.051-1.625 4.246-2.233a100.672 100.672 0 0 0 5.611-3.11 2.963 2.963 0 0 0-.014.5 3.093 3.093 0 0 0 .509 2.057 4.3 4.3 0 0 0 2.532 1.723 4.733 4.733 0 0 0 1.807.02 23.739 23.739 0 0 0 8.78-3.754c4.887-3.106 5.553-5.21 5.553-5.21.646-1.822.514-11.537-.37-17.7M52.309 37.9l-.038-.012c.137-.1.272-.21.4-.314 2.987-2.4 5.677-8.311 6.8-14.367a2.536 2.536 0 0 1 1.638-.381c1.041.391.526 9.24.317 12.289-2.641 1.223-8.2 3.026-9.122 2.785m-34.756-7.441-.038-.048a17.781 17.781 0 0 1-3.11-7.468 31.494 31.494 0 0 0 3.152 7.516m-4.541-14.987a1.139 1.139 0 0 1 .6.189c-.841 6.271-.056 12.994 2.142 16.267l.075.109A46.437 46.437 0 0 1 9.039 27.1c.711-2.972 2.862-11.571 3.972-11.633"})))),a.createElement("path",{"data-name":"Path 5057",d:"M7.919 24.754S10.7 12.18 12.043 12.1s4.775 4.8 4.775 4.8l.165-6.034L13.888 6l-3.319 1.823-5.06 8.287-.177 9.35Z",fill:"#d93800"}),a.createElement("g",{"data-name":"Group 7367",opacity:.5,style:{mixBlendMode:"multiply",isolation:"isolate"}},a.createElement("g",{"data-name":"Group 7366"},a.createElement("g",{"data-name":"Group 7365",clipPath:"url(#teamwork_svg__g)"},a.createElement("path",{"data-name":"Path 5058",d:"M11.817 8.136a4.152 4.152 0 0 0 .865 3.774 50.863 50.863 0 0 0 3.855 3.712l-.175-5.011Z",fill:"#be2f55"})))),a.createElement("path",{"data-name":"Path 5059",d:"M19.059 33.35a3.1 3.1 0 0 1-1.088 1.818 4.3 4.3 0 0 1-2.926.908 4.694 4.694 0 0 1-1.733-.511 23.7 23.7 0 0 1-7.3-6.156c-3.764-4.4-3.785-6.609-3.785-6.609s17.189 8.7 16.832 10.548",fill:"#d93800"}),a.createElement("path",{"data-name":"Path 5060",d:"M19.059 33.35c-.3.733-1.026 1.274-4.006.838S2.345 25.542 2.227 22.8c-.085-1.931 2.882-11.183 5.531-16.82v-.01c1.118-2.37 2.169-4.09 2.92-4.37 2.083-.762 7.167 5.347 9.153 8.237.081.123.163.239.234.349a6.226 6.226 0 0 1 .553.967c.456 1.268-.655 4.961-2.592 6.683a.964.964 0 0 1-.813.336c-1.091-.236-1.011-3.974-.981-4.937.026-.737-1.746-2.3-3.036-3.325-.737-.585-1.317-1.008-1.317-1.008-.478-.117-1.3 1.431-2.126 3.538-1.459 3.68-2.943 9.049-2.669 10.128a1.831 1.831 0 0 0 .468.621c1.7 1.759 7.448 5.853 8.5 5.9.992.04.938-1.467 1.341-2.632a2.487 2.487 0 0 1 .383-.743.222.222 0 0 1 .034-.036c.866-.975 1.951 2.852 1.951 2.852s-.091.943-.218 2.008a17.888 17.888 0 0 1-.487 2.815",fill:"#ff7f00"}),a.createElement("g",{"data-name":"Group 7370",opacity:.5,style:{mixBlendMode:"multiply",isolation:"isolate"}},a.createElement("g",{"data-name":"Group 7369"},a.createElement("g",{"data-name":"Group 7368",clipPath:"url(#teamwork_svg__h)"},a.createElement("path",{"data-name":"Path 5061",d:"M19.546 30.535a1.678 1.678 0 0 1-1.42-.581c-.79-.932-.591-2.9-.313-4.279.866-.976 1.951 2.851 1.951 2.851s-.091.943-.218 2.009",fill:"#de5155"})))),a.createElement("g",{"data-name":"Group 7373",opacity:.5,style:{mixBlendMode:"multiply",isolation:"isolate"}},a.createElement("g",{"data-name":"Group 7372"},a.createElement("g",{"data-name":"Group 7371",clipPath:"url(#teamwork_svg__i)"},a.createElement("path",{"data-name":"Path 5062",d:"M18.026 17.84a.964.964 0 0 1-.813.336 7.9 7.9 0 0 1-.379-4.505 6.2 6.2 0 0 1 3-3.83 8.215 8.215 0 0 1 .787 1.316c.456 1.268-.655 4.96-2.592 6.683",fill:"#de5155"})))),a.createElement("g",{"data-name":"Group 7376",style:{mixBlendMode:"screen",isolation:"isolate"}},a.createElement("g",{"data-name":"Group 7375"},a.createElement("g",{"data-name":"Group 7374",clipPath:"url(#teamwork_svg__j)"},a.createElement("path",{"data-name":"Path 5063",d:"M4.6 22.327c-1.26-1.315-1.367-2.855.532-8.791s4.647-10.557 6.19-11.341c.755-.384 3.078.55 1.469 3.171C7.842 13.429 4.977 22.721 4.6 22.327",fill:"#ff450c"})))),a.createElement("g",{"data-name":"Group 7379",style:{mixBlendMode:"multiply",isolation:"isolate"}},a.createElement("g",{"data-name":"Group 7378"},a.createElement("g",{"data-name":"Group 7377",clipPath:"url(#teamwork_svg__k)"},a.createElement("path",{"data-name":"Path 5064",d:"M17.971 35.168a4.3 4.3 0 0 1-2.926.908 4.748 4.748 0 0 1-1.733-.51 4.017 4.017 0 0 1 2.619-1 4.638 4.638 0 0 1 2.04.6",fill:"#a83d40"})))))),a.createElement("g",{"data-name":"Group 7383"},a.createElement("g",{"data-name":"Group 7382",clipPath:"url(#teamwork_svg__l)"},a.createElement("path",{"data-name":"Rectangle 2870",transform:"rotate(-81.683 9.05 1.233)",fill:"url(#teamwork_svg__a)",d:"M0 0h10.341v13.429H0z"}))),a.createElement("g",{"data-name":"Group 7385"},a.createElement("g",{"data-name":"Group 7384",clipPath:"url(#teamwork_svg__m)"},a.createElement("path",{"data-name":"Rectangle 2871",transform:"rotate(-81.683 20.444 10.992)",fill:"url(#teamwork_svg__n)",d:"M0 0h7.934v10.692H0z"}))),a.createElement("g",{"data-name":"Group 7408"},a.createElement("g",{"data-name":"Group 7407",clipPath:"url(#teamwork_svg__e)"},a.createElement("g",{"data-name":"Group 7388",style:{mixBlendMode:"screen",isolation:"isolate"}},a.createElement("g",{"data-name":"Group 7387"},a.createElement("g",{"data-name":"Group 7386",clipPath:"url(#teamwork_svg__o)"},a.createElement("path",{"data-name":"Path 5067",d:"M13.2 9.915c-.737-.586-1.316-1.009-1.316-1.009-.479-.116-1.3 1.431-2.127 3.538l-.006.005c-.067-.7 1.289-4.471 2.07-4.31S13.2 9.915 13.2 9.915",fill:"#ff450c"})))),a.createElement("g",{"data-name":"Group 7391",opacity:.2,style:{mixBlendMode:"multiply",isolation:"isolate"}},a.createElement("g",{"data-name":"Group 7390"},a.createElement("g",{"data-name":"Group 7389",clipPath:"url(#teamwork_svg__p)"},a.createElement("path",{"data-name":"Path 5068",d:"M5.938 27.053c-.622.442 7.122 6.569 9.609 6.548s3.307-2.281 2.419-2.551-2.192 1-5.272-.427-6.271-3.914-6.756-3.57",fill:"#ff4d74"})))),a.createElement("path",{"data-name":"Path 5069",d:"M8.283 6.465C7.9 6.116 9.537 3.011 10.1 3.307c1.132.6-1.29 3.64-1.814 3.158",fill:"#fff"}),a.createElement("path",{"data-name":"Path 5070",d:"M11.171 26.681c-.51-.162 1.7 2.217 2.188 1.544.394-.537-2.188-1.544-2.188-1.544",fill:"#fff"}),a.createElement("path",{"data-name":"Path 5071",d:"M60.522 32.443s.933-12.844-.329-13.308-5.947 3.229-5.947 3.229l1.569-5.829 4.356-3.771 2.658 2.7 2.477 9.388L62.8 33.86Z",fill:"#d93800"}),a.createElement("g",{"data-name":"Group 7394",opacity:.5,style:{mixBlendMode:"multiply",isolation:"isolate"}},a.createElement("g",{"data-name":"Group 7393"},a.createElement("g",{"data-name":"Group 7392",clipPath:"url(#teamwork_svg__q)"},a.createElement("path",{"data-name":"Path 5072",d:"M61.543 15.4a4.151 4.151 0 0 1-1.909 3.368 51.009 51.009 0 0 1-4.757 2.454l1.6-4.752Z",fill:"#be2f55"})))),a.createElement("path",{"data-name":"Path 5073",d:"M47.387 37.491a3.1 3.1 0 0 0 .522 2.053 4.291 4.291 0 0 0 2.544 1.707 4.745 4.745 0 0 0 1.806.008 23.733 23.733 0 0 0 8.756-3.811c4.867-3.137 5.519-5.246 5.519-5.246s-18.961 3.421-19.147 5.289",fill:"#d93800"}),a.createElement("path",{"data-name":"Path 5074",d:"M47.387 37.491c.077.787.618 1.513 3.6 1.949s14.65-4.646 15.548-7.238c.635-1.826.439-11.54-.486-17.7v-.011c-.391-2.588-.905-4.541-1.546-5.019-1.777-1.327-8.4 3.07-11.127 5.271-.113.095-.225.183-.325.268a6.139 6.139 0 0 0-.806.768c-.8 1.085-.792 4.94.571 7.145.231.372.457.539.682.555 1.113.087 2.107-3.518 2.354-4.449.186-.714 2.33-1.7 3.86-2.317.874-.35 1.55-.589 1.55-.589.492.025.836 1.743 1.025 4 .345 3.94.231 9.509-.34 10.464a1.839 1.839 0 0 1-.627.462c-2.135 1.2-8.812 3.476-9.835 3.216-.962-.246-.479-1.674-.532-2.906a2.465 2.465 0 0 0-.154-.821.175.175 0 0 0-.023-.045c-.55-1.182-2.685 2.174-2.685 2.174s-.182.929-.366 1.987a17.9 17.9 0 0 0-.339 2.837",fill:"#ff7f00"}),a.createElement("g",{"data-name":"Group 7397",opacity:.5,style:{mixBlendMode:"multiply",isolation:"isolate"}},a.createElement("g",{"data-name":"Group 7396"},a.createElement("g",{"data-name":"Group 7395",clipPath:"url(#teamwork_svg__r)"},a.createElement("path",{"data-name":"Path 5075",d:"M47.726 34.654a1.672 1.672 0 0 0 1.526-.149c1.025-.667 1.4-2.608 1.525-4.012-.55-1.181-2.685 2.174-2.685 2.174s-.182.93-.366 1.987",fill:"#de5155"})))),a.createElement("g",{"data-name":"Group 7400",opacity:.5,style:{mixBlendMode:"multiply",isolation:"isolate"}},a.createElement("g",{"data-name":"Group 7399"},a.createElement("g",{"data-name":"Group 7398",clipPath:"url(#teamwork_svg__s)"},a.createElement("path",{"data-name":"Path 5076",d:"M52.817 22.926c.231.372.458.539.683.555a7.9 7.9 0 0 0 1.653-4.208 6.2 6.2 0 0 0-1.776-4.528 8.255 8.255 0 0 0-1.131 1.036c-.8 1.084-.792 4.94.571 7.145",fill:"#de5155"})))),a.createElement("g",{"data-name":"Group 7403",style:{mixBlendMode:"screen",isolation:"isolate"}},a.createElement("g",{"data-name":"Group 7402"},a.createElement("g",{"data-name":"Group 7401",clipPath:"url(#teamwork_svg__t)"},a.createElement("path",{"data-name":"Path 5077",d:"M64.4 31.068c1.584-.9 2.127-2.344 2.006-8.576s-1.43-11.445-2.684-12.638c-.613-.584-3.106-.354-2.315 2.618 2.433 9.142 2.519 18.865 2.993 18.6",fill:"#ff450c"})))),a.createElement("g",{"data-name":"Group 7406",style:{mixBlendMode:"multiply",isolation:"isolate"}},a.createElement("g",{"data-name":"Group 7405"},a.createElement("g",{"data-name":"Group 7404",clipPath:"url(#teamwork_svg__u)"},a.createElement("path",{"data-name":"Path 5078",d:"M47.909 39.545a4.291 4.291 0 0 0 2.544 1.707 4.745 4.745 0 0 0 1.806.008 4.017 4.017 0 0 0-2.223-1.707 4.637 4.637 0 0 0-2.127-.008",fill:"#a83d40"})))))),a.createElement("g",{"data-name":"Group 7410"},a.createElement("g",{"data-name":"Group 7409",clipPath:"url(#teamwork_svg__v)"},a.createElement("path",{"data-name":"Rectangle 2880",transform:"rotate(-81.66 34.725 -22.768)",fill:"url(#teamwork_svg__w)",d:"M0 0h7.816v13.729H0z"}))),a.createElement("g",{"data-name":"Group 7412"},a.createElement("g",{"data-name":"Group 7411",clipPath:"url(#teamwork_svg__x)"},a.createElement("path",{"data-name":"Rectangle 2881",transform:"rotate(-81.683 45.01 -11.607)",fill:"url(#teamwork_svg__y)",d:"M0 0h5.161v11.229H0z"}))),a.createElement("g",{"data-name":"Group 7429"},a.createElement("g",{"data-name":"Group 7428",clipPath:"url(#teamwork_svg__e)"},a.createElement("g",{"data-name":"Group 7415",style:{mixBlendMode:"screen",isolation:"isolate"}},a.createElement("g",{"data-name":"Group 7414"},a.createElement("g",{"data-name":"Group 7413",clipPath:"url(#teamwork_svg__z)"},a.createElement("path",{"data-name":"Path 5081",d:"M59.713 16.715c.873-.35 1.55-.59 1.55-.59.492.025.835 1.743 1.025 4l.005.006c.264-.649.044-4.652-.75-4.722s-1.83 1.307-1.83 1.307",fill:"#ff450c"})))),a.createElement("g",{"data-name":"Group 7418",opacity:.2,style:{mixBlendMode:"multiply",isolation:"isolate"}},a.createElement("g",{"data-name":"Group 7417"},a.createElement("g",{"data-name":"Group 7416",clipPath:"url(#teamwork_svg__A)"},a.createElement("path",{"data-name":"Path 5082",d:"M61.762 35.213c.468.6-8.705 4.256-11.081 3.523S48.165 35.6 49.092 35.6s1.816 1.581 5.174 1.1 7.13-1.955 7.5-1.486",fill:"#ff4d74"})))),a.createElement("path",{"data-name":"Path 5083",d:"M65.408 14.815c.463-.226-.213-3.668-.834-3.545-1.256.248.194 3.857.834 3.545",fill:"#fff"}),a.createElement("path",{"data-name":"Path 5084",d:"M56.854 33.359c.535-.009-2.259 1.639-2.539.853-.223-.627 2.539-.853 2.539-.853",fill:"#fff"}),a.createElement("g",{"data-name":"Group 7421",opacity:.3,style:{mixBlendMode:"multiply",isolation:"isolate"}},a.createElement("g",{"data-name":"Group 7420"},a.createElement("g",{"data-name":"Group 7419",clipPath:"url(#teamwork_svg__B)"},a.createElement("path",{"data-name":"Path 5085",d:"M39.931 39.76c-1.056.6-1.887 1.06-2.273 1.266a13.294 13.294 0 0 0-10.322-1.509c-.2-.2-.559-.56-1.016-1.029.1-1.665 4.473-4.507 7.633-4.786 2.434-.215 5.3 3.649 5.978 6.058",fill:"#de5155"})))),a.createElement("g",{"data-name":"Group 7424",opacity:.3,style:{mixBlendMode:"multiply",isolation:"isolate"}},a.createElement("g",{"data-name":"Group 7423"},a.createElement("g",{"data-name":"Group 7422",clipPath:"url(#teamwork_svg__C)"},a.createElement("path",{"data-name":"Path 5086",d:"M47.59 34.559a52.532 52.532 0 0 1-7.659 5.2c-1.056.6-1.886 1.059-2.272 1.265-2.257-1.076-4.172-2.878-10.323-1.509-.2-.2-.559-.56-1.015-1.029a57.308 57.308 0 0 1-6.643-8.009c-1.841-2.969-2.325-9.507-1.257-15.141-.061.58-.88 9.015 2.6 13.867 3.6 5.023 9.752 7.689 12.284 8.718s10.222-1.917 13.953-5.378c3.379-3.133 5.482-10.575 5.844-11.939-.615 5.647-2.929 11.659-5.509 13.953",fill:"#de5155"})))),a.createElement("g",{"data-name":"Group 7427",opacity:.3,style:{mixBlendMode:"multiply",isolation:"isolate"}},a.createElement("g",{"data-name":"Group 7426"},a.createElement("g",{"data-name":"Group 7425",clipPath:"url(#teamwork_svg__D)"},a.createElement("path",{"data-name":"Path 5087",d:"M27.336 39.517a10.071 10.071 0 0 1 5.819-.6 15.237 15.237 0 0 1 4.5 2.113 22.106 22.106 0 0 0-4.541-1.856c-1.7-.328-5.781.347-5.781.347",fill:"#de5155"})))))),a.createElement("g",{"data-name":"Group 7431"},a.createElement("g",{"data-name":"Group 7430",clipPath:"url(#teamwork_svg__E)"},a.createElement("path",{"data-name":"Rectangle 2888",transform:"rotate(-81.683 23.147 13.67)",fill:"url(#teamwork_svg__b)",d:"M0 0h7.396v12.377H0z"}))),a.createElement("g",{"data-name":"Group 7433"},a.createElement("g",{"data-name":"Group 7432",clipPath:"url(#teamwork_svg__F)"},a.createElement("path",{"data-name":"Rectangle 2889",transform:"rotate(-81.683 46.61 -7.44)",fill:"url(#teamwork_svg__G)",d:"M0 0h5.707v14.04H0z"}))),a.createElement("g",{"data-name":"Group 7438"},a.createElement("g",{"data-name":"Group 7437",clipPath:"url(#teamwork_svg__e)"},a.createElement("path",{"data-name":"Path 5090",d:"M26.243.129a11.515 11.515 0 0 1 8.044 4.728 13.15 13.15 0 0 1 2.156 4.473 13.51 13.51 0 0 1 3.081-3.687 11.35 11.35 0 0 1 8.937-2.589C55.5 4 60.024 11.276 58.681 18.685 56.06 32.35 39.935 40.553 34.226 43.036a3.688 3.688 0 0 1-3.737-.5C25.561 38.613 11.932 26.4 12.681 12.479 13.153 5.028 19.2-.818 26.244.133",fill:"red"}),a.createElement("path",{"data-name":"Path 5091",d:"M33.441 33.645c.667.1 15.173.757 21.043-5.646-5.92 8.132-16 13.182-20.259 15.036a3.688 3.688 0 0 1-3.737-.5C26.807 39.6 18.27 32.043 14.5 22.6c4.137 7.752 18.3 10.95 18.945 11.042",fill:"#b20000"}),a.createElement("path",{"data-name":"Path 5092",d:"M15.543 12.261c-1.2.893-2.018-2.184-.935-2.5a1.349 1.349 0 0 1 .935 2.5",fill:"#fff"}),a.createElement("path",{"data-name":"Path 5093",d:"M55.03 12.742c-2.116-2.513-6.472 16.034-3.727 14.485s4.741-13.281 3.727-14.485",fill:"#b20000"}),a.createElement("path",{"data-name":"Path 5094",d:"M37.693 41.18a7.626 7.626 0 0 1-.615 2.939.965.965 0 0 1-.53.354 1.224 1.224 0 0 1-.225.061L35.275 51.7c7.211 3.649 7.238 12.674 7.238 12.674-.314 2.153-6.841 2.6-14.058 1.549-7.011-1.025-12.447-3.044-12.466-5.234A1.107 1.107 0 0 1 16 60.5s2.61-8.639 10.563-10.071l1.048-7.171s-.642-.309-.62-.784c.039-.831-.052-2.313.7-2.848a1.9 1.9 0 0 1 .545-.244 10.367 10.367 0 0 1 9.461 1.8",fill:"red"}),a.createElement("path",{"data-name":"Path 5095",d:"M37.693 41.18a7.626 7.626 0 0 1-.615 2.939.965.965 0 0 1-.53.354 1.224 1.224 0 0 1-.225.061L35.275 51.7c7.211 3.649 7.238 12.674 7.238 12.674-.314 2.153-6.841 2.6-14.058 1.549-7.011-1.025-12.447-3.044-12.466-5.234A1.107 1.107 0 0 1 16 60.5s2.61-8.639 10.563-10.071l1.048-7.171s-.642-.309-.62-.784c.039-.831-.052-2.313.7-2.848a1.9 1.9 0 0 1 .545-.244 10.367 10.367 0 0 1 9.461 1.8",fill:"#b20000"}),a.createElement("g",{"data-name":"Group 7436",opacity:.5,style:{mixBlendMode:"multiply",isolation:"isolate"}},a.createElement("g",{"data-name":"Group 7435"},a.createElement("g",{"data-name":"Group 7434",clipPath:"url(#teamwork_svg__H)"},a.createElement("path",{"data-name":"Path 5096",d:"M37.078 44.119a1.24 1.24 0 0 1-.755.415 9.082 9.082 0 0 0-3.613-1.409 21.926 21.926 0 0 0-5.1.135s-.643-.31-.62-.785a11.344 11.344 0 0 1 6.056-.217c3.255.71 3.984 1.627 4.031 1.861",fill:"#8440ae"})))),a.createElement("path",{"data-name":"Path 5097",d:"M42.513 64.378a1.194 1.194 0 0 1-.252.57c-1.315 1.656-7.28 1.933-13.806.979a35.613 35.613 0 0 1-9.915-2.657c-1.605-.788-2.54-1.67-2.551-2.577A1.107 1.107 0 0 1 16 60.5s2.61-8.639 10.564-10.071l1.048-7.171s.368-.483 4.49-.2a8.317 8.317 0 0 1 4.447 1.414 1.19 1.19 0 0 1-.225.06L35.275 51.7c7.21 3.649 7.238 12.674 7.238 12.674",fill:"#cf0900"}))),a.createElement("g",{"data-name":"Group 7440"},a.createElement("path",{"data-name":"Path 5098",d:"M33.457 44.708a3.793 3.793 0 0 1-2.07.043c-.632-.27-.832 1-.79 2.26.039 1.153.279 2.306.579 2.3a4.723 4.723 0 0 1 2.189.528c.63.3 1.066.6 1.263.513.374-.171.885-4.411.823-5.17-.041-.5-.35-.645-.8-.645a6.779 6.779 0 0 0-1.2.174",fill:"#860b00"})),a.createElement("path",{"data-name":"Path 5099",d:"M26.44 51.428c-7.221 1.435-10.911 8.045-8.18 7.76 8.669-.9 20.381 1.79 22.881 3.835 0 0-4.093-11.793-12.732-11.794a10.032 10.032 0 0 0-1.969.2",fill:"#cf0e01"}),a.createElement("g",{"data-name":"Group 7453"},a.createElement("g",{"data-name":"Group 7452",clipPath:"url(#teamwork_svg__e)",transform:"translate(-6 -6)"},a.createElement("g",{"data-name":"Group 7445",opacity:.5,style:{mixBlendMode:"soft-light",isolation:"isolate"}},a.createElement("g",{"data-name":"Group 7444"},a.createElement("g",{"data-name":"Group 7443",clipPath:"url(#teamwork_svg__I)"},a.createElement("path",{"data-name":"Path 5100",d:"M27.622 41.83c-.637 0-.218-1.738.421-1.985a13.615 13.615 0 0 1 8.332.772c1.494.585-6.153 1.2-8.753 1.213",fill:"#fff"})))),a.createElement("path",{"data-name":"Path 5101",d:"M27.448 42.119c-.22-.2-.194-2.692.5-2.641s2-.4 2.161-.151.153 2.1-.347 2.371a6.394 6.394 0 0 1-2.318.421",fill:"#cf4600"}),a.createElement("path",{"data-name":"Path 5103",d:"M27.19 41.742c-.151-.269 1.714-.834 2.087-.4s-1.948.643-2.087.4",fill:"#fff"}),a.createElement("g",{"data-name":"Group 7451",opacity:.5,style:{mixBlendMode:"soft-light",isolation:"isolate"}},a.createElement("g",{"data-name":"Group 7450"},a.createElement("g",{"data-name":"Group 7449",clipPath:"url(#teamwork_svg__J)"},a.createElement("path",{"data-name":"Path 5104",d:"M18.431 57.674c.759-2.123 5.758-6.554 9.388-5.975s1.752 5.163-1.642 6.478c-1.966.761-8.283 1-7.746-.5",fill:"#fff"})))))),a.createElement("g",{"data-name":"Group 7455"},a.createElement("g",{"data-name":"Group 7454",clipPath:"url(#teamwork_svg__K)"},a.createElement("path",{"data-name":"Rectangle 2898",transform:"rotate(-81.683 44.07 22.646)",fill:"url(#teamwork_svg__d)",d:"M0 0h4.519v8.511H0z"}))),a.createElement("g",{"data-name":"Group 7460"},a.createElement("g",{"data-name":"Group 7459",clipPath:"url(#teamwork_svg__e)"},a.createElement("path",{"data-name":"Path 5106",d:"M24.817 52.681c-1.024-.889-2.538.622-1.921 1.09s2.549-.545 1.921-1.09",fill:"#fff"}),a.createElement("g",{"data-name":"Group 7458",opacity:.5,style:{mixBlendMode:"soft-light",isolation:"isolate"}},a.createElement("g",{"data-name":"Group 7457"},a.createElement("g",{"data-name":"Group 7456",clipPath:"url(#teamwork_svg__L)"},a.createElement("path",{"data-name":"Path 5107",d:"M27.237 49.672c.464.117 2.107.308 2.366-.389s.757-5.9.023-5.9-1.428-.463-1.663.155-1.03 6.059-.726 6.135",fill:"#fff"})))))),a.createElement("g",{"data-name":"Group 7462"},a.createElement("g",{"data-name":"Group 7461",clipPath:"url(#teamwork_svg__M)"},a.createElement("path",{"data-name":"Rectangle 2901",transform:"translate(34.445 41.209)",fill:"url(#teamwork_svg__c)",d:"M0 0h3.185v2.014H0z"}))),a.createElement("g",{"data-name":"Group 7464"},a.createElement("g",{"data-name":"Group 7463",clipPath:"url(#teamwork_svg__N)"},a.createElement("path",{"data-name":"Rectangle 2902",transform:"translate(18.128 61.031)",fill:"url(#teamwork_svg__O)",d:"M0 0h24.133v5.85H0z"}))),a.createElement("g",{"data-name":"Group 7472"},a.createElement("g",{"data-name":"Group 7471",clipPath:"url(#teamwork_svg__e)"},a.createElement("path",{"data-name":"Path 5110",d:"M18.355 62.037c-.375-.111-.913-.624-.471-.7a3.142 3.142 0 0 1 1.48.128c.327.153 1.206 1.228-1.009.571",fill:"#78004f"}),a.createElement("g",{"data-name":"Group 7467",opacity:.5,style:{mixBlendMode:"multiply",isolation:"isolate"}},a.createElement("g",{"data-name":"Group 7466"},a.createElement("g",{"data-name":"Group 7465",clipPath:"url(#teamwork_svg__P)"},a.createElement("path",{"data-name":"Path 5111",d:"M18.491 61.35s.605.128.435.483-1.482-.014-1.244-.424c.09-.156.718-.081.809-.059",fill:"#55238e"})))),a.createElement("path",{"data-name":"Path 5112",d:"M19.024 61.783c.007-.061-.195-.337-.023-.36s.892.349.808.582-1.262.229-1.131.079.318-.067.346-.3",fill:"#cf0600"}),a.createElement("path",{"data-name":"Path 5113",d:"M33.482 66.393c-.629-.092-1-.369-.821-.579a4.274 4.274 0 0 1 2.566-.229c.669.269.259 1.1-1.745.808",fill:"#78004f"}),a.createElement("g",{"data-name":"Group 7470",opacity:.5,style:{mixBlendMode:"multiply",isolation:"isolate"}},a.createElement("g",{"data-name":"Group 7469"},a.createElement("g",{"data-name":"Group 7468",clipPath:"url(#teamwork_svg__Q)"},a.createElement("path",{"data-name":"Path 5114",d:"M32.644 65.841c.044-.243 1.292-.429 1.3.025s-1.414.577-1.3-.025",fill:"#55238e"})))),a.createElement("path",{"data-name":"Path 5115",d:"M33.867 65.508c.193.129.435.367.4.55s-.593.194-.463.292 2.114.17 1.683-.473-1.788-.485-1.615-.369",fill:"#cf0600"}))),a.createElement("g",{"data-name":"Group 7474"},a.createElement("g",{"data-name":"Group 7473",clipPath:"url(#teamwork_svg__R)"},a.createElement("path",{"data-name":"Rectangle 2906",transform:"rotate(-81.66 38.5 5.437)",fill:"url(#teamwork_svg__S)",d:"M0 0h2.01v7.047H0z"}))),a.createElement("g",{"data-name":"Group 7482"},a.createElement("g",{"data-name":"Group 7481",clipPath:"url(#teamwork_svg__e)"},a.createElement("path",{"data-name":"Path 5117",d:"M51.848 33.937a67.676 67.676 0 0 1-10.042 6.2c-1.386.717-4.061 2.189-4.567 2.433-3-1.344-1.977-3.376-10.086-1.808-.273-.245-2.748-1.81-3.359-2.387a74.235 74.235 0 0 1-8.907-9.846c-2.48-3.64-3.224-11.6-1.9-18.433-.072.7-1.022 10.949 3.652 16.905 4.843 6.166 13.011 9.505 16.375 10.8s13.482-2.17 18.359-6.32c4.418-3.757 7.079-12.775 7.537-14.428-.724 6.859-3.687 14.134-7.062 16.883",fill:"#b20000"}),a.createElement("g",{"data-name":"Group 7477",opacity:.5},a.createElement("g",{"data-name":"Group 7476"},a.createElement("g",{"data-name":"Group 7475",clipPath:"url(#teamwork_svg__T)"},a.createElement("path",{"data-name":"Path 5118",d:"M20.364 25.453c-3.877-.857-6.775-12.81-4.915-17.479 2.188-5.49 10.489-8.85 17.627-2.145 2.549 2.394-10.083 20.206-12.712 19.624",fill:"#fff"})))),a.createElement("path",{"data-name":"Path 5119",d:"M42.1 5.53c.385-.206.931-.366 1.2-.024.3.381-.08.917-.445 1.238a18.068 18.068 0 0 0-2.488 2.4 21.826 21.826 0 0 1-2.223 3.08 1.2 1.2 0 0 1-.762.376.93.93 0 0 1-.823-.769c-.29-1.312 1.1-2.65 1.9-3.508A14.159 14.159 0 0 1 42.1 5.53",fill:"#fff"}),a.createElement("g",{"data-name":"Group 7480",opacity:.32},a.createElement("g",{"data-name":"Group 7479"},a.createElement("g",{"data-name":"Group 7478",clipPath:"url(#teamwork_svg__U)"},a.createElement("path",{"data-name":"Path 5120",d:"M39.573 41.218c-1.056.6-1.887 1.06-2.273 1.266a13.294 13.294 0 0 0-10.322-1.509c-.2-.2-.559-.56-1.016-1.029.1-1.665 4.473-4.507 7.633-4.786 2.434-.215 5.3 3.649 5.978 6.058",fill:"red"})))))),a.createElement("path",{"data-name":"Path 5121",d:"M26.44 51.428c-7.221 1.435-10.911 8.045-8.18 7.76 8.669-.9 20.381 1.79 22.881 3.835 0 0-4.093-11.793-12.732-11.794a10.032 10.032 0 0 0-1.969.2",fill:"#e32316"}),a.createElement("path",{"data-name":"Path 5122",d:"M18.923 61.49c-.8.373-.747 1.08-.383 1.781a35.592 35.592 0 0 0 9.915 2.656c6.526.954 12.491.677 13.806-.98a16.08 16.08 0 0 0-3.143-1.59c-4.433-1.729-10.841-2.326-15.287-2.326a16.723 16.723 0 0 0-4.908.459",fill:"#750400",opacity:.473}))),a.createElement("path",{fill:"none",d:"M0 0h70v70H0z"}))};export{t as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__assign as a}from"../_virtual/_tslib.js";import*as e from"react";var t=function(t){return e.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 70 70"},t),e.createElement("defs",null,e.createElement("clipPath",{id:"up_svg__a"},e.createElement("path",{"data-name":"Rectangle 3480",fill:"none",d:"M0 0h70v70H0z"})),e.createElement("clipPath",{id:"up_svg__b"},e.createElement("path",{"data-name":"Rectangle 3478",transform:"translate(9.567 20.54)",fill:"none",d:"M0 0h52.249v42.109H0z"}))),e.createElement("g",{"data-name":"Group 8796"},e.createElement("g",{"data-name":"Group 8795",clipPath:"url(#up_svg__a)"},e.createElement("g",{"data-name":"Group 8794"},e.createElement("g",{"data-name":"Group 8793",clipPath:"url(#up_svg__a)"},e.createElement("g",{"data-name":"Group 8792",opacity:.3,style:{mixBlendMode:"normal",isolation:"isolate"}},e.createElement("g",{"data-name":"Group 8791"},e.createElement("g",{"data-name":"Group 8790",clipPath:"url(#up_svg__b)"},e.createElement("path",{"data-name":"Path 6457",d:"M37.11 20.67a6.524 6.524 0 0 1 2.281.978 8.255 8.255 0 0 1 2.571 2.052q7.209 7.661 13.7 15.926c3.086 3.932 8.153 8.01 5.316 13.44-1.3 2.478-3.624 4.258-5.88 5.95a17.019 17.019 0 0 1-3.617 2.114c-3.282 1.94-7.989 2.255-10.754-.424a4.593 4.593 0 0 1-.827-1.134 13.259 13.259 0 0 1-.652-1.455l-3.5-8.839-3.488 8.835a7.1 7.1 0 0 1-1.479 2.587 3.747 3.747 0 0 1-.992.7 3.457 3.457 0 0 1-1.035.464 10.871 10.871 0 0 1-1.6.35 12.909 12.909 0 0 1-5.654-.554 17.044 17.044 0 0 1-4.425-2.171 19.195 19.195 0 0 1-.662-.474q-.366-.274-.731-.553l-.454-.35c-.094-.073-.188-.145-.281-.219-.182-.143-.361-.289-.54-.435l-.167-.138q-.3-.248-.588-.5l-.061-.055a13.21 13.21 0 0 1-3.059-3.7C7.7 47.641 11.7 43.332 14.788 39.4c4.322-5.5 9.961-10.592 14.765-15.7 1.933-2.055 4.64-3.642 7.56-3.028"})))),e.createElement("path",{"data-name":"Path 6458",d:"M56.9 44.508a13.124 13.124 0 0 1-2.6 6c-2.834 3.52-9.567 4.985-13.11 1.555a7.1 7.1 0 0 1-1.478-2.589l-6.036-15.268-2.691 6.8c-.748 1.891-2.057 3.726-1.115 5.707.622 1.306 1.908 4.673.549 5.913a3 3 0 0 1-1.206.592c-4.234 1.264-8.88-.252-12.339-2.849-2.256-1.692-4.584-3.471-5.88-5.95-2.837-5.419 1.167-9.733 4.253-13.663 4.323-5.5 9.961-10.592 14.766-15.7 1.932-2.055 4.64-3.641 7.56-3.028a6.627 6.627 0 0 1 4.327 3.134c1.03 1.785 1.176 3.974 2.216 5.754a17.914 17.914 0 0 0 1.432 1.944 58.181 58.181 0 0 1 3.719 5.04c.431.7.7 1.488 1.068 2.227 1.157 2.333 3.684 4.111 5.152 6.321a11.3 11.3 0 0 1 1.421 8.06",fill:"#bdbdbd"}),e.createElement("path",{"data-name":"Path 6459",d:"m23.224 47.3 7.768 4.083a1.958 1.958 0 0 1-.573 1.249 3.03 3.03 0 0 1-1.2.592c-4.235 1.264-8.881-.253-12.34-2.85a22.982 22.982 0 0 1-5.16-4.8 14.572 14.572 0 0 1-.318-.593 3.08 3.08 0 0 1-.372-1.13 2.107 2.107 0 0 1 2.188-2.042c1.256.018 2.02 1.073 2.875 1.825 1.925 1.692 4.866 2.467 7.137 3.66",fill:"#8a8a8a"}),e.createElement("path",{"data-name":"Path 6460",d:"M42.35 34.954a23.635 23.635 0 0 1 2.033 4.34 24.348 24.348 0 0 1 1.517 4.447c.422 2.214-.257 8.63-3.769 8.1a3.4 3.4 0 0 1-1.764-.92 13.475 13.475 0 0 1-.652-1.458l-6.038-15.26-.952 2.412a5.083 5.083 0 0 1 .27-1.486 4.93 4.93 0 0 1 5.658-3.062 6.56 6.56 0 0 1 3.7 2.883",fill:"#8a8a8a"}),e.createElement("path",{"data-name":"Path 6461",d:"M38.947 12.741a6.382 6.382 0 0 1 3.48 2.316q7.206 7.66 13.7 15.927c3.087 3.931 8.155 8.01 5.317 13.437-1.3 2.479-3.624 4.255-5.88 5.95-2.738 2.056-6.825 4.072-9.283 1.691a7.086 7.086 0 0 1-1.481-2.589l-6.037-15.267-6.038 15.266a7.1 7.1 0 0 1-1.479 2.589c-2.46 2.382-6.545.365-9.283-1.692-2.256-1.692-4.584-3.47-5.88-5.95-2.837-5.425 2.23-9.508 5.317-13.437q6.483-8.255 13.7-15.925a7.265 7.265 0 0 1 2.988-2.206 1.686 1.686 0 0 1 .86-.11",fill:"#fff"}))))))};export{t as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__assign as a}from"../_virtual/_tslib.js";import*as e from"react";var t=function(t){return e.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 70 70"},t),e.createElement("defs",null,e.createElement("clipPath",{id:"update_svg__a"},e.createElement("path",{"data-name":"Rectangle 3747",fill:"none",d:"M0 0h70v70H0z"})),e.createElement("clipPath",{id:"update_svg__b"},e.createElement("path",{"data-name":"Rectangle 3745",transform:"translate(9.783 6.6)",fill:"none",d:"M0 0h60.042v61.458H0z"}))),e.createElement("g",{"data-name":"Group 9780",clipPath:"url(#update_svg__a)"},e.createElement("g",{"data-name":"Group 9779"},e.createElement("g",{"data-name":"Group 9778",clipPath:"url(#update_svg__a)"},e.createElement("g",{"data-name":"Group 9777",opacity:.3},e.createElement("g",{"data-name":"Group 9776"},e.createElement("g",{"data-name":"Group 9775",clipPath:"url(#update_svg__b)"},e.createElement("path",{"data-name":"Path 7715",d:"M66.9 51.314c.091-.137.183-.273.27-.41.078-.122.153-.244.227-.366q.136-.222.267-.445l.2-.347q.132-.238.256-.477c.056-.108.112-.215.166-.322.089-.179.173-.358.255-.537.041-.089.084-.177.123-.266.118-.268.23-.537.333-.805 2.137-5.6-.209-7.842-3.194-9.988-.23-.165-.463-.329-.7-.5l-.359-.252-.334-.236a15.271 15.271 0 0 1-4.125-3.878 27.512 27.512 0 0 1-.438-.686c-.1-.165-.2-.335-.31-.512-.507-.848-1.062-1.83-1.673-2.891l-.133-.232c-.331-.564-.676-1.164-1.041-1.77q-.1-.162-.195-.324c-3.275-5.406-7.927-11.681-14.814-12.884a17.13 17.13 0 0 0-2.454-5.229 3.147 3.147 0 0 0-3.237-1.293 3.306 3.306 0 0 0-.325.086l-.048.014c-.1.032-.191.07-.284.111l-.081.037a3.01 3.01 0 0 0-.556.34c-.043.033-.084.068-.126.1s-.113.1-.166.15-.092.1-.138.15-.087.1-.128.15-.1.141-.147.214c-.028.044-.059.085-.086.132s-.038.075-.058.112a3.6 3.6 0 0 0-.115.208 2.013 2.013 0 0 0-.131.263c-.064.158-.123.317-.18.478-.182.475-.352.954-.5 1.441a21.435 21.435 0 0 0-.961 3.892 17.252 17.252 0 0 0-6.686 5.133 11.39 11.39 0 0 0-2.143 3.237c-2.067 3.769-3.143 7.942-4.143 11.3-2.113 7.084-11.435 10.812-8.71 19.3l.006.019c.045.14.094.282.146.426l.032.087c.047.126.1.254.149.382.015.038.029.075.045.112.067.161.138.323.213.488.128.276.263.543.4.805.045.084.092.165.139.248a14.911 14.911 0 0 0 .477.794c.1.16.211.318.32.472a11.421 11.421 0 0 0 .565.752c.048.059.094.121.143.18q.27.323.557.629c.05.054.1.1.154.157.145.15.291.3.442.441.077.073.156.144.234.216q.2.178.4.351l.26.217q.206.167.415.325l.259.2c.172.125.346.246.523.365l.229.154c.209.136.422.269.638.4.1.062.211.121.317.181.141.08.283.16.426.237q.18.1.363.189l.4.2c.131.066.257.124.387.183s.267.119.4.178.268.118.405.175.258.1.388.152q.423.167.857.32c.107.037.213.076.321.112.174.059.349.115.525.17l.311.1c.184.056.369.111.555.163.09.026.18.05.271.075.2.056.405.111.61.162l.1.025q1.151.288 2.344.5l.035.007c.266.049.534.094.8.138L26.9 65c1.867.3 3.792.5 5.734.621a3.485 3.485 0 0 0 .584.656 6.9 6.9 0 0 0 1.718 1.072 6.627 6.627 0 0 0 1.03.376 7.933 7.933 0 0 0 2.1.325h.718q.243 0 .477-.012h.087a7.223 7.223 0 0 0 4.378-1.5 3.758 3.758 0 0 0 .7-.7 5.191 5.191 0 0 0 .414-.574 36.3 36.3 0 0 0 18.839-10.012l.017-.017a25.2 25.2 0 0 0 .6-.635l.095-.1c.181-.2.36-.4.534-.6l.116-.137c.169-.2.336-.4.5-.6l.027-.034c.3-.368.578-.74.847-1.114.075-.105.153-.208.226-.313.09-.13.176-.261.263-.391"})))),e.createElement("path",{"data-name":"Path 7716",d:"M38.788 3.555a3.16 3.16 0 0 0-5.545-.142C30.658 7.912 27.8 14.941 34.309 16.1c7.538 1.34 7.4-6.888 4.479-12.543",fill:"#ff9d00"}),e.createElement("path",{"data-name":"Path 7717",d:"M36.655 3.068a2.315 2.315 0 0 0-.907-1.219 3.094 3.094 0 0 0-2.506 1.564 21 21 0 0 0-2.859 7.45 4.438 4.438 0 0 0 1.467.823c5.344 1.9 6.245-4.129 4.8-8.618",fill:"#ffd400"}),e.createElement("path",{"data-name":"Path 7718",d:"M56.449 30.638c-2.818-5.771-6.924-21.575-19.437-22.2a11.989 11.989 0 0 0-5.518.494c-9.9 2.358-13.4 11.728-16.215 18C12.082 34.065 1.38 36.419 4.5 46.5s15.385 12.887 26.533 14.383c13.492 1.811 27.422-5.737 32.1-14.382s-3.791-9.926-6.689-15.863",fill:"#ffd400"}),e.createElement("path",{"data-name":"Path 7719",d:"M11.785 52.422C6.828 49.8 4.948 39.342 31.7 40.234s24.97 10.7 24.97 10.7-18.78 15.31-44.887 1.487",fill:"#d4801e"}),e.createElement("path",{"data-name":"Path 7720",d:"M11.417 43.584a5.949 5.949 0 0 0 1.853 1.548c19.16 10.144 34.362 4.6 41.1.931-2.826-2.607-9.042-5.375-22.67-5.829-11.047-.369-17.2 1.2-20.285 3.35",fill:"#aa621a"}),e.createElement("path",{"data-name":"Path 7721",d:"M56.449 30.638c-2.817-5.771-6.924-21.575-19.437-22.2 0 0 9.781 2.3 11.525 17.494s-15.349 8.059-28.429 11.032S5.84 45.138 5.84 45.138a14.125 14.125 0 0 1-1.079-5.722A9.453 9.453 0 0 0 4.5 46.5c2.56 8.269 11.27 11.639 20.47 13.411.771 1.491 2.251 2.609 4.8 3.062 3.421.609 5.677-.23 7.045-1.883 11.5-.6 22.311-7.18 26.324-14.59 4.681-8.645-3.791-9.926-6.689-15.863m.223 20.3s-18.78 15.307-44.888 1.484C6.828 49.8 4.948 39.342 31.7 40.234s24.97 10.7 24.97 10.7",fill:"#ff9d00"}),e.createElement("path",{"data-name":"Path 7722",d:"M23.528 13.256c-8.026 6.263-6.151 24.23 9.221 15.051s6.145-27.042-9.221-15.051",fill:"#ffe600"}),e.createElement("path",{"data-name":"Path 7723",d:"M21.035 23.447c-.787-2.854 5.805-13.9 10.664-12.014s-8.635 19.373-10.664 12.014",fill:"#fff35a"}),e.createElement("path",{"data-name":"Path 7724",d:"m31.4 43.356.306-3.123 3.432.157-.9 3.487Z",fill:"#d4801e"}),e.createElement("path",{"data-name":"Path 7725",d:"M35.947 45.675a4.358 4.358 0 0 0-7.649-.2c-3.564 6.206-7.5 15.9 1.472 17.5 10.4 1.848 10.2-9.5 6.177-17.3",fill:"#ff9d00"}),e.createElement("path",{"data-name":"Path 7726",d:"M32.881 56.294a16.129 16.129 0 0 0-3.732-.685c-.684-.021-1.072-.012-1.523-.627a2.611 2.611 0 0 0-.853-.916 2.1 2.1 0 0 0-1.566.106 1.191 1.191 0 0 0-.516.276 1.169 1.169 0 0 0-.237.662c-.249 1.848-.6 3.97.731 5.477a7.856 7.856 0 0 0 4.571 2.393c3.125.457 7.363-.177 7.454-3.436a2.664 2.664 0 0 0-1.432-2.153 10.5 10.5 0 0 0-2.8-1.07l-.1-.027",fill:"#ffd400"}),e.createElement("path",{"data-name":"Path 7727",d:"M33.057 3.686a21.7 21.7 0 0 0-1.591 3.49.857.857 0 0 0-.071.394.657.657 0 0 0 .468.477 2.216 2.216 0 0 0 2.224-.984 5.45 5.45 0 0 0 1.162-2.1c.567-2.155-.907-3.536-2.192-1.273",fill:"#ffe600"}),e.createElement("path",{"data-name":"Path 7728",d:"M33.108 3.589a10.852 10.852 0 0 0-.8 1.745.436.436 0 0 0-.035.2.329.329 0 0 0 .234.239 1.109 1.109 0 0 0 1.112-.492 2.746 2.746 0 0 0 .581-1.055c.283-1.078-.453-1.768-1.1-.637",fill:"#fff35a"})))))};export{t as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__assign as e}from"../_virtual/_tslib.js";import*as a from"react";var t=function(t){return a.createElement("svg",e({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 70 72.779"},t),a.createElement("defs",null,a.createElement("clipPath",{id:"words_svg__a"},a.createElement("path",{"data-name":"Rectangle 3431",fill:"none",d:"M0 0h70v72.779H0z"})),a.createElement("clipPath",{id:"words_svg__b"},a.createElement("path",{"data-name":"Rectangle 3424",transform:"translate(0 .001)",fill:"none",d:"M0 0h70v72.778H0z"})),a.createElement("clipPath",{id:"words_svg__c"},a.createElement("path",{"data-name":"Rectangle 3422",transform:"translate(0 1.658)",fill:"none",d:"M0 0h63.398v71.12H0z"})),a.createElement("clipPath",{id:"words_svg__d"},a.createElement("path",{"data-name":"Rectangle 3423",transform:"translate(6.093 1.179)",fill:"none",d:"M0 0h59.279v65.944H0z"})),a.createElement("clipPath",{id:"words_svg__e"},a.createElement("path",{"data-name":"Path 6350",d:"M47.7 0 5.849 5.392l.816 3.366 20.544 57.186L70 55.585 48.542 3.021Z",fill:"none"})),a.createElement("clipPath",{id:"words_svg__g"},a.createElement("path",{"data-name":"Rectangle 3426",transform:"translate(32.763 29.142)",fill:"none",d:"M0 0h33.882v33.749H0z"})),a.createElement("clipPath",{id:"words_svg__h"},a.createElement("path",{"data-name":"Rectangle 3427",transform:"translate(33.155 30.021)",fill:"none",d:"M0 0h29.945v29.768H0z"})),a.createElement("clipPath",{id:"words_svg__i"},a.createElement("path",{"data-name":"Rectangle 3428",transform:"translate(31.647 28.417)",fill:"none",d:"M0 0h27.797v29.237H0z"})),a.createElement("clipPath",{id:"words_svg__j"},a.createElement("path",{"data-name":"Rectangle 3429",transform:"translate(31.061 58.96)",fill:"none",d:"M0 0h2.228v1.477H0z"})),a.createElement("linearGradient",{id:"words_svg__f",x1:.013,y1:1.003,x2:.026,y2:1.003,gradientUnits:"objectBoundingBox"},a.createElement("stop",{offset:0,stopColor:"#d6cfe0"}),a.createElement("stop",{offset:.017,stopColor:"#d6cfe0"}),a.createElement("stop",{offset:.175,stopColor:"#dbd5e6"}),a.createElement("stop",{offset:.562,stopColor:"#e4e0ef"}),a.createElement("stop",{offset:1,stopColor:"#e8e4f3"}))),a.createElement("g",{"data-name":"Group 8668"},a.createElement("g",{"data-name":"Group 8667",clipPath:"url(#words_svg__a)"},a.createElement("g",{"data-name":"Group 8650"},a.createElement("g",{"data-name":"Group 8649",clipPath:"url(#words_svg__b)"},a.createElement("g",{"data-name":"Group 8645",opacity:.3},a.createElement("g",{"data-name":"Group 8644"},a.createElement("g",{"data-name":"Group 8643",clipPath:"url(#words_svg__c)"},a.createElement("path",{"data-name":"Path 6348",d:"M63.4 61.71 45.416 1.659.813 7.275 0 8.186l20.153 64.593 1.339-.353Z",fillRule:"evenodd"})))),a.createElement("g",{"data-name":"Group 8648",opacity:.3},a.createElement("g",{"data-name":"Group 8647"},a.createElement("g",{"data-name":"Group 8646",clipPath:"url(#words_svg__d)"},a.createElement("path",{"data-name":"Path 6349",d:"m6.093 6.4 40.516-5.22.845 3.02 17.918 53.42-39.252 9.5L6.9 9.425Z",fillRule:"evenodd"})))))),a.createElement("g",{"data-name":"Group 8652"},a.createElement("g",{"data-name":"Group 8651",clipPath:"url(#words_svg__e)"},a.createElement("path",{"data-name":"Rectangle 3425",transform:"rotate(-13.59 10.7 40.556)",fill:"url(#words_svg__f)",d:"M0 0h77.866v79.187H0z"}))),a.createElement("g",{"data-name":"Group 8666"},a.createElement("g",{"data-name":"Group 8665",clipPath:"url(#words_svg__b)"},a.createElement("path",{"data-name":"Path 6351",d:"M38.572 35.231c-.075.015-.113.022-.134.1a7.832 7.832 0 0 1-1.418 3.376 4.772 4.772 0 0 1-2.744 1.441 4.942 4.942 0 0 1-3.13-.366c-3.364-1.693-7.73-6.639-11.348-22.007a1.212 1.212 0 0 1 .831-1.34c.151-.03.293-.1.482-.134a33.5 33.5 0 0 1 3.336-.773 1.671 1.671 0 0 1 1.862 1.36c1.617 5.526 4.044 15.834 5.949 15.7l.075-.014c1.77-1.72.237-7.223-.449-10.3-.056-.068.022-.24.136-.262l4.894-1.04.131.053c.1.412.716 2.369.813 2.782 1.019 4.662 2.833 6.659 3.994 5.882l.058-.09c1.916-.925-2.273-13.514-2.947-16.715l.529-.1.491-.1c.906-.178 4.049-.6 4.973-.7a.348.348 0 0 1 .289.218l.009.038a77.651 77.651 0 0 1 3.283 18.649c.092 2.571.032 6.347-2.99 6.941l-.379.074c-.377.074-1.6.236-1.642.244-1.715.1-3.843-1.717-4.879-2.925Z",fill:"#702c6b"}),a.createElement("path",{"data-name":"Path 6352",d:"M56.945 29.633s-.5-1.173-1.1-.7S48.4 35.1 48.4 35.1s-.135 1.943-3.586 2.68c0 0-.469-.234 1.072-1.507S55 28.46 55 28.46s1.34-1.24 3.618-.033-1.675 1.206-1.675 1.206",fill:"#00682d"}),a.createElement("g",{"data-name":"Group 8655",opacity:.3,style:{mixBlendMode:"normal",isolation:"isolate"}},a.createElement("g",{"data-name":"Group 8654"},a.createElement("g",{"data-name":"Group 8653",clipPath:"url(#words_svg__g)"},a.createElement("path",{"data-name":"Path 6353",d:"m32.8 62.415.9-1.777a2.368 2.368 0 0 1-.167-.528c-.005-.021-.007-.043-.011-.065-.006-.04-.014-.08-.019-.12s-.007-.084-.009-.126-.006-.066-.007-.1a96.133 96.133 0 0 1 13.974-17.724c6.252-6.1 9.325-8.534 11.3-9.934-.085-.178-.4-.766-.8-.762a.448.448 0 0 0-.141.028.109.109 0 0 0-.017.005.456.456 0 0 0-.124.072c-.6.469-7.44 6.165-7.44 6.165v.006c-.011.115-.241 1.961-3.585 2.675 0 0-.469-.235 1.072-1.508s9.114-7.807 9.114-7.807 1.34-1.24 3.618-.035a1.467 1.467 0 0 1 .362 0 2 2 0 0 1 .392.072 3.67 3.67 0 0 1 .421.139l1.858-1.86a.254.254 0 0 1 .084-.086 1.025 1.025 0 0 1 .5.081 4.254 4.254 0 0 1 1.409.944l.054.049c.868.819 1.083 1.318 1.1 1.6a.429.429 0 0 1-.057.272l-1.848 1.848.033.072.026.068c.018.046.036.093.051.137l.017.059c.013.044.025.087.034.129a.442.442 0 0 1 .01.05c.008.041.016.082.021.12v.042c0 .038.007.076.008.111v.151a.884.884 0 0 1-.118.39C63.51 37.239 61.9 39.876 54 48l-.267.274a95.444 95.444 0 0 1-15.25 12.406q-.455.3-.835.543A49.555 49.555 0 0 1 36 62.247a3.057 3.057 0 0 1-.253-.05l-.044-.012a3.5 3.5 0 0 1-.2-.057c-.023-.007-.045-.016-.068-.024a3.16 3.16 0 0 1-.185-.068l-.025-.011a3.129 3.129 0 0 1-.178-.08c-.338.175-1.617.836-1.7.884a.488.488 0 0 1-.109.044.508.508 0 0 1-.066.012.592.592 0 0 1-.059.007h-.042a.516.516 0 0 1-.164-.03l.01-.009a.474.474 0 0 1-.072-.034c-.145-.134-.045-.4-.045-.4",fill:"#241f20"})))),a.createElement("path",{"data-name":"Path 6354",d:"M62.975 32.817c-1.325 1.987-2.947 4.657-11.091 13a96.221 96.221 0 0 1-17.726 13.974 3.382 3.382 0 0 1-1.742-.838 2.392 2.392 0 0 1-.771-1.709 96.184 96.184 0 0 1 13.973-17.726c8.343-8.142 11.024-9.75 13-11.091 0 0 1.24-.234 3.049 1.474s1.443 2.715 1.307 2.916",fill:"#7db700"}),a.createElement("path",{"data-name":"Path 6355",d:"m31.882 58.138-.927 1.821s-.1.268.045.4a.48.48 0 0 0 .5.011c.1-.056 1.787-.927 1.787-.927Z",fill:"#bababa"}),a.createElement("path",{"data-name":"Path 6356",d:"M35.806 58.767a.118.118 0 0 0-.071-.015c-.246.022-.938-.067-2.088-1.139-1.093-1.019-1.067-1.805-1.062-1.881-.611.956-.937 1.512-.937 1.512a2.392 2.392 0 0 0 .771 1.709 3.378 3.378 0 0 0 1.742.838s.607-.357 1.645-1.024",fill:"#d2d000"}),a.createElement("path",{"data-name":"Path 6357",d:"M61.67 29.9c-1.81-1.709-3.049-1.474-3.049-1.474-1.958 1.328-4.609 2.922-12.763 10.859a6.691 6.691 0 0 0 2.107 3.583 11.687 11.687 0 0 0 4.088 2.681l.1-.008c7.906-8.124 9.513-10.76 10.823-12.725.134-.2.5-1.207-1.307-2.916",fill:"#00832a"}),a.createElement("g",{"data-name":"Group 8658",opacity:.46,style:{mixBlendMode:"normal",isolation:"isolate"}},a.createElement("g",{"data-name":"Group 8657"},a.createElement("g",{"data-name":"Group 8656",clipPath:"url(#words_svg__h)"},a.createElement("path",{"data-name":"Path 6358",d:"M61.794 30.021A136.827 136.827 0 0 1 52.411 42.1c-4.78 5.317-19.256 17.335-19.256 17.335l.007.031a3.226 3.226 0 0 0 1 .325 96.109 96.109 0 0 0 17.724-13.975c8.143-8.343 9.766-11.013 11.091-13 .131-.195.484-1.159-1.183-2.794",fill:"#00682d"})))),a.createElement("g",{"data-name":"Group 8661",opacity:.5,style:{mixBlendMode:"normal",isolation:"isolate"}},a.createElement("g",{"data-name":"Group 8660"},a.createElement("g",{"data-name":"Group 8659",clipPath:"url(#words_svg__i)"},a.createElement("path",{"data-name":"Path 6359",d:"m58.822 29.164.622-.647a2 2 0 0 0-.823-.09c-1.977 1.34-4.658 2.947-13 11.091a96.17 96.17 0 0 0-13.974 17.726 2.019 2.019 0 0 0 .045.41c10.459-17.086 27.13-28.49 27.13-28.49",fill:"#fff"})))),a.createElement("path",{"data-name":"Path 6360",d:"M62.975 32.817c.134-.2.5-1.206-1.307-2.917s-3.049-1.473-3.049-1.473-1.005.736 1.307 2.915 3.049 1.475 3.049 1.475",fill:"#00a11b"}),a.createElement("path",{"data-name":"Path 6361",d:"M62.64 32.183c.107-.161.285-.716-1.16-2.08a4.453 4.453 0 0 0-2.318-1.424s-.8.588 1.044 2.327 2.434 1.177 2.434 1.177",fill:"#00832a"}),a.createElement("path",{"data-name":"Path 6362",d:"M61.737 26.692s.675-.143 1.962 1.075 1.139 1.727 1.044 1.87l-2.376 2.377s-.4.534-2.048-1.017-.957-1.927-.957-1.927Z",fill:"#bababa"}),a.createElement("path",{"data-name":"Path 6363",d:"M64.743 29.636c.1-.143.246-.654-1.044-1.871s-1.962-1.074-1.962-1.074-.689.376.957 1.927 2.049 1.018 2.049 1.018",fill:"#e1e1e1"}),a.createElement("path",{"data-name":"Path 6364",d:"M55.84 28.93a.464.464 0 0 1 .287-.107.8.8 0 0 0-.589.04l-3.82 3.15-6.9 5.763c3.451-.737 3.585-2.68 3.585-2.68s6.836-5.7 7.439-6.166",fill:"#00431c"}),a.createElement("path",{"data-name":"Path 6365",d:"m31.207 59.463-.252.5s-.1.268.044.4a.482.482 0 0 0 .5.011c.03-.017.215-.113.453-.237Z",fill:"#2d2e84"}),a.createElement("g",{"data-name":"Group 8664",opacity:.46,style:{mixBlendMode:"normal",isolation:"isolate"}},a.createElement("g",{"data-name":"Group 8663"},a.createElement("g",{"data-name":"Group 8662",clipPath:"url(#words_svg__j)"},a.createElement("path",{"data-name":"Path 6366",d:"m32.767 58.96-1.706 1.44a.529.529 0 0 0 .44-.031c.1-.056 1.788-.927 1.788-.927Z",fill:"#00682d"})))))))))};export{t as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__assign as e}from"../_virtual/_tslib.js";import*as a from"react";var t=function(t){return a.createElement("svg",e({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 70 70"},t),a.createElement("defs",null,a.createElement("clipPath",{id:"work_svg__a"},a.createElement("path",{"data-name":"Rectangle 3151",fill:"none",d:"M0 0h70v70H0z"})),a.createElement("clipPath",{id:"work_svg__b"},a.createElement("path",{"data-name":"Rectangle 3130",transform:"translate(8.888 7.546)",fill:"none",d:"M0 0h60.261v61.792H0z"})),a.createElement("clipPath",{id:"work_svg__c"},a.createElement("path",{"data-name":"Rectangle 3131",transform:"translate(19.146 35.769)",fill:"none",d:"M0 0h41.62v30.127H0z"})),a.createElement("clipPath",{id:"work_svg__d"},a.createElement("path",{"data-name":"Rectangle 3132",transform:"translate(41.599 5.412)",fill:"none",d:"M0 0h21.736v28.17H0z"})),a.createElement("clipPath",{id:"work_svg__e"},a.createElement("path",{"data-name":"Rectangle 3133",transform:"translate(55.001 16.377)",fill:"none",d:"M0 0h7.744v16.952H0z"})),a.createElement("clipPath",{id:"work_svg__f"},a.createElement("path",{"data-name":"Rectangle 3134",transform:"translate(47.189 11.127)",fill:"none",d:"M0 0h6.527v9.917H0z"})),a.createElement("clipPath",{id:"work_svg__g"},a.createElement("path",{"data-name":"Rectangle 3135",transform:"translate(42.36 6.149)",fill:"none",d:"M0 0h9.259v4.733H0z"})),a.createElement("clipPath",{id:"work_svg__h"},a.createElement("path",{"data-name":"Rectangle 3136",transform:"translate(26.644 23.673)",fill:"none",d:"M0 0h20.634v24.483H0z"})),a.createElement("clipPath",{id:"work_svg__i"},a.createElement("path",{"data-name":"Rectangle 3137",transform:"translate(8.986 44.82)",fill:"none",d:"M0 0h17.744v15.852H0z"})),a.createElement("clipPath",{id:"work_svg__j"},a.createElement("path",{"data-name":"Rectangle 3138",transform:"translate(32.628 31.41)",fill:"none",d:"M0 0h27.837v17.892H0z"})),a.createElement("clipPath",{id:"work_svg__k"},a.createElement("path",{"data-name":"Rectangle 3139",transform:"translate(24.496 11.55)",fill:"none",d:"M0 0h17.062v28.465H0z"})),a.createElement("clipPath",{id:"work_svg__l"},a.createElement("path",{"data-name":"Rectangle 3140",transform:"translate(8.742 38.164)",fill:"none",d:"M0 0h13.115v19.8H0z"})),a.createElement("clipPath",{id:"work_svg__m"},a.createElement("path",{"data-name":"Rectangle 3141",transform:"translate(29.475 52.421)",fill:"none",d:"M0 0h7.552v7.14H0z"})),a.createElement("clipPath",{id:"work_svg__n"},a.createElement("path",{"data-name":"Rectangle 3142",transform:"translate(16.178 35.748)",fill:"none",d:"M0 0h.427v.414H0z"})),a.createElement("clipPath",{id:"work_svg__o"},a.createElement("path",{"data-name":"Path 5598",d:"M24.825 25.432a36.479 36.479 0 0 0-4.543 4.168s0 .015-.009.019a15.764 15.764 0 0 0-2.222 2.8c-.655 1.333-1.044 5.7 2.944 12.122a.018.018 0 0 0 0 .014c.379.615.8 1.245 1.263 1.9 5.335 7.471 13.446 9.389 14.263 9.225.776-.157 4.932-4.3 5.491-4.858l.072-.067c.35-.332.175-1.495.175-1.495l-1.889 1.545s-6.429.573-14.157-9.816c-6.13-8.242-1.459-13.7-1.459-13.7l1.485-1.79s-.678-.074-1.191-.074c-.08 0-.155 0-.223.006",fill:"none"})),a.createElement("clipPath",{id:"work_svg__q"},a.createElement("path",{"data-name":"Rectangle 3145",transform:"translate(17.637 29.623)",fill:"none",d:"M0 0h3.358v14.925H0z"})),a.createElement("clipPath",{id:"work_svg__r"},a.createElement("path",{"data-name":"Path 5600",d:"M24.825 25.432c-2.986 1.669-5.1 9.135 1.931 17.827 6.492 8.024 12.8 9.9 15.261 7.567l.072-.067c.35-.332.175-1.495.175-1.495l-1.211.985s-7.112 1.129-14.84-9.26c-6.13-8.242-1.459-13.7-1.459-13.7l1.485-1.79s-.678-.074-1.191-.074c-.08 0-.155 0-.223.006",fill:"none"})),a.createElement("clipPath",{id:"work_svg__t"},a.createElement("path",{"data-name":"Rectangle 3148",transform:"translate(21.993 26.802)",fill:"none",d:"M0 0h2.296v10.183H0z"})),a.createElement("clipPath",{id:"work_svg__u"},a.createElement("path",{"data-name":"Rectangle 3149",transform:"translate(12.018 60.849)",fill:"none",d:"M0 0h12.789v5.047H0z"})),a.createElement("linearGradient",{id:"work_svg__p",x1:-.255,y1:1.241,x2:-.229,y2:1.241,gradientUnits:"objectBoundingBox"},a.createElement("stop",{offset:0,stopColor:"#0f003b"}),a.createElement("stop",{offset:1,stopColor:"#4d0065"})),a.createElement("linearGradient",{id:"work_svg__s",x1:-.374,y1:1.359,x2:-.346,y2:1.359,gradientUnits:"objectBoundingBox"},a.createElement("stop",{offset:0,stopColor:"#40007c"}),a.createElement("stop",{offset:1,stopColor:"#7f16a7"}))),a.createElement("g",{"data-name":"Group 7954",clipPath:"url(#work_svg__a)"},a.createElement("g",{"data-name":"Group 7936"},a.createElement("g",{"data-name":"Group 7935",clipPath:"url(#work_svg__a)"},a.createElement("g",{"data-name":"Group 7898",opacity:.3},a.createElement("g",{"data-name":"Group 7897"},a.createElement("g",{"data-name":"Group 7896",clipPath:"url(#work_svg__b)"},a.createElement("path",{"data-name":"Path 5576",d:"M47.136 7.863a6.08 6.08 0 0 0-2.427 1.674l.005-.011-.021.028a5.428 5.428 0 0 0-.454.619c-.609.839-1.228 1.727-1.891 2.688-3.355 4.162-7.422 10.311-12.009 15.978l-.085.1a11.3 11.3 0 0 0-1.414-.069 36.675 36.675 0 0 0-4.54 4.175c-.005 0-.005.014-.01.019a15.666 15.666 0 0 0-2.221 2.8 5.59 5.59 0 0 0-.411 2.294c-.351.348-.7.693-1.05 1.033-.138.139-.275.269-.412.409a1.445 1.445 0 0 0-.179.168c-.167.169-.34.332-.508.491-.142.134-.3.278-.447.433-5.135 4.924-9.385 8.616-9.616 9.278a8.889 8.889 0 0 0-.346 1.272 6.039 6.039 0 0 0-.17 2.358c.224 5.214 4.07 9.908 4.07 9.908a2.391 2.391 0 0 0 2.332.543 1.272 1.272 0 0 0 .136-.04l.108-.105c.147.127.29.256.44.38a.025.025 0 0 1 .015 0 24.4 24.4 0 0 0 7.128 4.187c.035.015.093.034.162.055a12.79 12.79 0 0 0 4.6.8 1.178 1.178 0 0 0 .231-.035l.052-.015a2.12 2.12 0 0 0 .215-.074l.064-.026a2.33 2.33 0 0 0 .2-.1l.124-.064.036-.021a8.866 8.866 0 0 0 .931-.625l.072-.054c.092-.069.188-.145.283-.221l.133-.106.279-.23.162-.136.297-.242.184-.161.282-.251.214-.193.278-.255.246-.229.266-.248c.1-.1.206-.2.311-.3l.219-.203.521-.5.024-.024c1.551-1.506 3.3-3.284 5.147-5.128a29.9 29.9 0 0 0 .941-.854 3.031 3.031 0 0 0 .908.1c.776-.157 4.932-4.3 5.492-4.857l.067-.076c.35-.33.176-1.487.175-1.493l.017-.015c.23-.2.459-.394.688-.585 6.729-5.652 13.488-9.562 17.8-12.9h.005a21.712 21.712 0 0 0 3.041-2.741l.022-.029a5.106 5.106 0 0 0 .882-1.328c3.241-6.944-13.193-30.562-21.6-27.245"})))),a.createElement("path",{"data-name":"Path 5577",d:"M63.811 33.023a21.7 21.7 0 0 1-3.04 2.741l-.006.005c-4.308 3.334-11.068 7.244-17.8 12.9C35.9 54.6 28.053 63.774 24.807 65.574a2.061 2.061 0 0 1-.895.316 12.913 12.913 0 0 1-4.766-.855 24.4 24.4 0 0 1-7.129-4.187.021.021 0 0 0-.017-.005c-4.988-4.113-8.47-9.871-6.644-13.774.679-1.46 7.909-7.692 16.234-16.279 9.537-9.85 17.346-24.622 22.042-26.2 5.934-1.993 25.834 21.957 20.176 28.436",fill:"#dcd580"}),a.createElement("g",{"data-name":"Group 7901",opacity:.2},a.createElement("g",{"data-name":"Group 7900"},a.createElement("g",{"data-name":"Group 7899",clipPath:"url(#work_svg__c)"},a.createElement("path",{"data-name":"Path 5578",d:"M60.766 35.769c-4.309 3.334-11.069 7.244-17.8 12.9-7.846 6.582-16.626 17.14-19.054 17.221a12.92 12.92 0 0 1-4.766-.855c.485.206 4.435 1.078 5.457.24 1.165-.955 6.41-10.195 7.879-12.854 2.225-4.04 27.913-16.474 28.284-16.652"})))),a.createElement("g",{"data-name":"Group 7904",opacity:.2},a.createElement("g",{"data-name":"Group 7903"},a.createElement("g",{"data-name":"Group 7902",clipPath:"url(#work_svg__d)"},a.createElement("path",{"data-name":"Path 5579",d:"M47.8 23.385S37.392 9.617 43.545 5.846 65.776 23.882 63.021 31.3 49.37 25.85 47.8 23.385"})))),a.createElement("path",{"data-name":"Path 5580",d:"M40.7 6.084s-2.216 5.129 3.967 18.039L8.987 60.067s-5.82-7.1-3.558-13.535c.231-.661 4.481-4.353 9.616-9.278.152-.154.305-.3.447-.433.168-.159.341-.322.509-.491a1.445 1.445 0 0 1 .178-.168c.137-.139.274-.269.412-.409A140.151 140.151 0 0 0 26.239 25.5C34.47 15.635 37.558 10.3 40.7 6.084",fill:"#e0d693"}),a.createElement("g",{"data-name":"Group 7907",opacity:.2},a.createElement("g",{"data-name":"Group 7906"},a.createElement("g",{"data-name":"Group 7905",clipPath:"url(#work_svg__e)"},a.createElement("path",{"data-name":"Path 5581",d:"M58.71 26.157S55.549 28.788 55 29.3c0 0 2.242 3.847 5.261 4.022s2.994-5.386 1.471-9.054S57.5 16.527 56.7 16.38s4.01 6.3 2.008 9.777"})))),a.createElement("path",{"data-name":"Path 5582",d:"M47.278 23.673s-22.77 22.1-35.823 36.9a2.474 2.474 0 0 1-2.469-.505s34.32-35.829 35.089-35.876 3.2-.515 3.2-.515",fill:"#dcd580"}),a.createElement("path",{"data-name":"Path 5583",d:"M64.716 31.667c3.241-6.944-13.193-30.562-21.6-27.245s-.943 17.3.18 18.917 3.977.334 3.977.334-8.581-13.817-2.978-17.208C50.185 2.9 65.87 27.109 61.08 31.274s-15.519-14.093-14-19.053c1.1-3.6 6.493 3.254 7.6 6.346s-.463 4.058-.04 5.361 2.98 2.959 4.072 2.23-.057-6.332-4.721-12.868-8.912-6.105-9.857-4.482.06 11.986 8.023 20.4c6.534 6.909 10.967 5.871 12.561 2.455",fill:"#fff2c2"}),a.createElement("g",{"data-name":"Group 7910",opacity:.2},a.createElement("g",{"data-name":"Group 7909"},a.createElement("g",{"data-name":"Group 7908",clipPath:"url(#work_svg__f)"},a.createElement("path",{"data-name":"Path 5584",d:"M49.566 21.044s4.347-3.474 4.142-4.441-3.743-6.192-5.65-5.393-.342 6.165 1.508 9.834"})))),a.createElement("g",{"data-name":"Group 7913",opacity:.2},a.createElement("g",{"data-name":"Group 7912"},a.createElement("g",{"data-name":"Group 7911",clipPath:"url(#work_svg__g)"},a.createElement("path",{"data-name":"Path 5585",d:"M42.406 10.882a9.7 9.7 0 0 1 2.214-2.6c1.3-.981 3.65-.3 6.219 1.509s-1.8-3.28-4.547-3.611-4.218 2.357-3.886 4.7"})))),a.createElement("g",{"data-name":"Group 7916",opacity:.2},a.createElement("g",{"data-name":"Group 7915"},a.createElement("g",{"data-name":"Group 7914",clipPath:"url(#work_svg__h)"},a.createElement("path",{"data-name":"Path 5586",d:"M47.278 23.673s-2.3.632-3.466 1.069S26.6 41.5 26.644 41.558a29.039 29.039 0 0 0 6.682 6.6s-3.641-3.5-3.535-4.931 17.487-19.554 17.487-19.554"})))),a.createElement("g",{"data-name":"Group 7919",opacity:.2},a.createElement("g",{"data-name":"Group 7918"},a.createElement("g",{"data-name":"Group 7917",clipPath:"url(#work_svg__i)"},a.createElement("path",{"data-name":"Path 5587",d:"M8.986 60.064 23.654 44.82a18.881 18.881 0 0 0 3.076 3.619 5.353 5.353 0 0 0-2.075-.357c-.563.177-13.2 12.487-13.2 12.487a2.744 2.744 0 0 1-2.469-.505"})))),a.createElement("g",{"data-name":"Group 7922",opacity:.66},a.createElement("g",{"data-name":"Group 7921"},a.createElement("g",{"data-name":"Group 7920",clipPath:"url(#work_svg__j)"},a.createElement("path",{"data-name":"Path 5588",d:"M35.611 49.249c-.974.452-2.718-2.077-2.978-2.622S43.81 32.832 47.03 31.611s13.123 3.52 13.432 3.837-20.031 11.567-24.851 13.8",fill:"#efed97"})))),a.createElement("g",{"data-name":"Group 7925",opacity:.66},a.createElement("g",{"data-name":"Group 7924"},a.createElement("g",{"data-name":"Group 7923",clipPath:"url(#work_svg__k)"},a.createElement("path",{"data-name":"Path 5589",d:"M26.217 39.952C26.468 40.989 38.889 28.878 41 26.515s-2.5-13.278-2.023-14.849-12.322 13.2-13.97 16.588 1.209 11.7 1.209 11.7",fill:"#fff4ba"})))),a.createElement("g",{"data-name":"Group 7928",opacity:.66},a.createElement("g",{"data-name":"Group 7927"},a.createElement("g",{"data-name":"Group 7926",clipPath:"url(#work_svg__l)"},a.createElement("path",{"data-name":"Path 5590",d:"M9.176 57.894c.277.965 10.045-8.463 12-10.925s-.905-7.226-1.453-8.674S6.232 47.634 9.176 57.894",fill:"#fff4ba"})))),a.createElement("path",{"data-name":"Path 5591",d:"M43.069 22.975s-3.475-5.148-4.027-9.02a10.812 10.812 0 0 1 .637-6.137s-2.062 6.017 3.39 15.157",fill:"#fff"}),a.createElement("path",{"data-name":"Path 5592",d:"M52.342 29.407s-7.6-9.177-8.446-19.73c0 0-1.677 8.5 8.446 19.73",fill:"#fff"}),a.createElement("path",{"data-name":"Path 5593",d:"M56.624 25.913c-1.986-1.985-1.546-5.356-1.546-5.356a10.721 10.721 0 0 0-.642 2.862c-.036 1.265 2.188 2.494 2.188 2.494",fill:"#fff"}),a.createElement("path",{"data-name":"Path 5594",d:"M60.053 31.815s1.615-.732 1.369-4.24a20.63 20.63 0 0 0-1.987-6.906s2.371 4.419 2.529 7.673-1.911 3.473-1.911 3.473",fill:"#fff"}),a.createElement("g",{"data-name":"Group 7931",opacity:.2},a.createElement("g",{"data-name":"Group 7930"},a.createElement("g",{"data-name":"Group 7929",clipPath:"url(#work_svg__m)"},a.createElement("path",{"data-name":"Path 5595",d:"M32.482 52.421s-2.737 4.98-2.994 6.637 3.554-1.195 5.173-2.6a20.507 20.507 0 0 0 2.366-2.339s-3.277-1.08-4.545-1.7"})))),a.createElement("path",{"data-name":"Path 5596",d:"M15.044 37.254c-2.62 2.565-7.387 7.332-8.535 9.776-2.541 5.415 2.477 13.037 2.477 13.037s-5.82-7.1-3.558-13.535c.231-.661 4.481-4.353 9.616-9.278",fill:"#fff"}),a.createElement("g",{"data-name":"Group 7934",opacity:.2,style:{mixBlendMode:"multiply",isolation:"isolate"}},a.createElement("g",{"data-name":"Group 7933"},a.createElement("g",{"data-name":"Group 7932",clipPath:"url(#work_svg__n)"},a.createElement("path",{"data-name":"Path 5597",d:"M16.6 35.748s-.158.149-.427.414c.137-.14.275-.27.412-.409Z",fill:"#742f85"})))))),a.createElement("g",{"data-name":"Group 7938"},a.createElement("g",{"data-name":"Group 7937",clipPath:"url(#work_svg__o)"},a.createElement("path",{"data-name":"Rectangle 3144",transform:"rotate(-43.42 50.905 17.618)",fill:"url(#work_svg__p)",d:"M0 0h39.381v39.578H0z"}))),a.createElement("g",{"data-name":"Group 7943"},a.createElement("g",{"data-name":"Group 7942",clipPath:"url(#work_svg__a)"},a.createElement("g",{"data-name":"Group 7941",style:{mixBlendMode:"soft-light",isolation:"isolate"}},a.createElement("g",{"data-name":"Group 7940"},a.createElement("g",{"data-name":"Group 7939",clipPath:"url(#work_svg__q)"},a.createElement("path",{"data-name":"Path 5599",d:"M20.272 29.623a11.185 11.185 0 0 0-1.993 5.284c-.45 3.89 2.477 9.145 2.716 9.641-3.988-6.425-3.6-10.789-2.944-12.122a15.749 15.749 0 0 1 2.221-2.8",fill:"#89ffff"})))))),a.createElement("g",{"data-name":"Group 7945"},a.createElement("g",{"data-name":"Group 7944",clipPath:"url(#work_svg__r)"},a.createElement("path",{"data-name":"Rectangle 3147",transform:"rotate(-43.42 51.342 11.878)",fill:"url(#work_svg__s)",d:"M0 0h35.556v35.754H0z"}))),a.createElement("g",{"data-name":"Group 7953"},a.createElement("g",{"data-name":"Group 7952",clipPath:"url(#work_svg__a)"},a.createElement("g",{"data-name":"Group 7948",opacity:.5,style:{mixBlendMode:"soft-light",isolation:"isolate"}},a.createElement("g",{"data-name":"Group 7947"},a.createElement("g",{"data-name":"Group 7946",clipPath:"url(#work_svg__t)"},a.createElement("path",{"data-name":"Path 5601",d:"M22.7 35.964c1.259 3.271.379-2.163.426-4.5a13.113 13.113 0 0 1 1.163-4.664s-3.837 2.47-1.589 9.164",fill:"#89ffff"})))),a.createElement("g",{"data-name":"Group 7951",opacity:.66},a.createElement("g",{"data-name":"Group 7950"},a.createElement("g",{"data-name":"Group 7949",clipPath:"url(#work_svg__u)"},a.createElement("path",{"data-name":"Path 5602",d:"M24.807 65.574a2.065 2.065 0 0 1-.895.317 12.922 12.922 0 0 1-4.766-.856 24.4 24.4 0 0 1-7.128-4.186c.634.334 5.941 4.523 12.789 4.725",fill:"#efed97"}))))))))};export{t as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__assign as a}from"../_virtual/_tslib.js";import*as c from"react";var t=function(t){return c.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 70 70"},t),c.createElement("path",{"data-name":"Path 7636",d:"M38.679 15.973a2.6 2.6 0 0 1-.55.1h-.3c-.651 0-2.005.05-2.005.05l-.2.1a6.021 6.021 0 0 0-.251.651c-.5 1-.45 2.1-.852 3.1l-.849 4.4-.1.051a8.451 8.451 0 0 0-.752-2.154c-.05-.151-.7-1.6-.748-1.8-.58-2.461-.651-3.252-3.283-3.944a13.763 13.763 0 0 0-6.5.029c-2.492.6-2.07 3.208-2.037 5.286a10.153 10.153 0 0 0 2.006 6.387c.2.252.2.5.452.752a.5.5 0 0 1 .051.151 16.89 16.89 0 0 1 1 1.6c.2.4 1.154 2.3 1.352 2.7a5.921 5.921 0 0 0 1.115 2.08c-.174.3-.377.526-.662.973a11.652 11.652 0 0 1-.453 1.15 18.677 18.677 0 0 0-1.05 1.754c-.2.35-.151.648-.3.95a17.375 17.375 0 0 0-1.6 3.7 25.718 25.718 0 0 0-1.653 3.3s-.048.149-.1.151c-1.86.057-1.037 8.1-.127 8.892 1.3 1.128 3.688.331 5.286.718h1.65c.1 0 1.053-.1 1.2-.1 1-.048 1.4-.9 1.751-1.751a19.062 19.062 0 0 0 1-2.352c.053-.251.2-1.2.2-1.4.45-.45 1.3-3.2 1.4-3.2.757 2.363.331 5.92 2.221 7.785 1.237 1.22 4.349 1.168 5.922 1.032.859-.074 2.22-.167 2.718-1.026.9-1.561.332-4.677.175-6.392a15.478 15.478 0 0 0-1.225-3.653c-.949-2.852-1.8-5.957-2.5-8.859-.034-.136-.2-.907-.327-1.457.584-1.31 1.386-2.627 1.892-3.9a244.415 244.415 0 0 0 2.334-6.107 11.435 11.435 0 0 0 .331-5.448c-.2-1.336.387-3.043-.932-3.851-1.278-.783-3.281-.463-4.7-.463",opacity:.3}),c.createElement("path",{"data-name":"Path 7637",d:"M70 29.538a16.251 16.251 0 0 0-.6-3.455c0-.147-.151-.6-.151-.65a14.292 14.292 0 0 0-4.449-6.957c-2.753-2.053-7.409-2.2-10.663-2.2-.55 0-2 0-2.1.05-.8 0-3.4.3-4.206.4-.8.15-1.151.5-1.151 1.3 0 .45.1.9.1 1.352 0 1.05 0 2.2-.1 3.254l.042 1.317c-.005.056-.042.076-.042.135 0 .355.054.71.08 1.065l.015.5c0 .994 0 2.059-.1 3.042.5 15.115.352 22.572.651 23.424a14.347 14.347 0 0 0 .2 3.153c.051.2.4.9.651.9a21.47 21.47 0 0 0 4.3.349c1.5 0 2.952-.1 3.954-1.3a6.036 6.036 0 0 0 .252-.9c0-.1-.053-.452.047-.55a10.283 10.283 0 0 0 .2-1.254v-2.8l.051-.1s.05-1 .05-1.351a3.022 3.022 0 0 0 0-.95c1.1-.3 2.354-.2 3.455-.4a15.435 15.435 0 0 0 7-3l.053-.051a19.044 19.044 0 0 0 2.1-3.153 2.153 2.153 0 0 1 .051-.251c.4-1.55.05-3.2.3-4.8V35.6a8.605 8.605 0 0 0-.211-1.773C70 32.44 69.782 31 70 29.589Zm-14.162 1.7-.021-1.307a.89.89 0 0 1 .222-.042 5.051 5.051 0 0 1 2.6.7 2.342 2.342 0 0 1 .349.2 5.454 5.454 0 0 1 1.012.626 2.837 2.837 0 0 1-.255.424 1.3 1.3 0 0 1-.7.453l-2.6.7h-.4s-.1-.4-.151-.553v-.6c0-.1-.05-.5-.05-.6",opacity:.3}),c.createElement("path",{"data-name":"Path 7638",d:"M21.145 41.529v-.151s.029-.751.029-1c0-.8-.091-1.6-.091-2.455 0-.1.031-.449.031-.55a2.68 2.68 0 0 0 .091-1 2.846 2.846 0 0 0-.07-.65c0-.083.008-.173.01-.252v-.151s.029-.751.029-1c0-.8-.091-1.6-.091-2.455 0-.1.031-.45.031-.551a2.677 2.677 0 0 0 .091-1c0-1.9-1.285-1.55-2.052-1.751a22.483 22.483 0 0 0-3.264-.394c-.03-.084-.064-.182-.08-.213v-2.812l-.3-1.714c-.1-.46-.65-.673-1.349-.735-.2 0-1.053-.031-1.2-.031-2.3 0-4.508.215-6.81.153-.3.094-.75.094-.851.275-.276.5-.069 1.059-.1 1.584-.074 1.141-.36 2.23-.346 3.391a11.639 11.639 0 0 1-1.359.048 11.377 11.377 0 0 0-1.867-.3H.888a2.988 2.988 0 0 0-.46.148c-.182.1-.182.553-.274.852C.215 31.114 0 33.321 0 35.622c0 .148.031 1 .031 1.2a2.768 2.768 0 0 0 .086.356C.071 38.673 0 40.159 0 41.68c0 .148.031 1 .031 1.2.061.7.274 1.251.734 1.349l1.714.3H5.3c.03.017.127.049.212.079a22.817 22.817 0 0 0 .388 3.269c.2.766-.151 2.051 1.751 2.051a2.641 2.641 0 0 0 1-.093c.1 0 .449-.03.55-.03.852 0 1.653.092 2.455.092.249 0 1-.031 1-.031h.151c1.15-.031 2.8-.061 2.8-.978 0-1.616.243-3.2.392-4.816 0 .038 3.719.258 4.166.258.917 0 .948-1.65.979-2.8",opacity:.3}),c.createElement("path",{"data-name":"Path 7639",d:"M38.679 9.915a2.6 2.6 0 0 1-.55.1h-.3c-.651 0-2.005.05-2.005.05l-.2.1a6.021 6.021 0 0 0-.251.651c-.5 1-.45 2.1-.852 3.1l-.849 4.4-.1.051a8.451 8.451 0 0 0-.752-2.154c-.05-.151-.7-1.6-.748-1.8-.58-2.461-.651-3.252-3.283-3.944a13.763 13.763 0 0 0-6.5.029c-2.492.6-2.07 3.208-2.037 5.286a10.153 10.153 0 0 0 2.006 6.387c.2.252.2.5.452.752a.5.5 0 0 1 .051.151 16.89 16.89 0 0 1 1 1.6c.2.4 1.154 2.3 1.352 2.7a5.921 5.921 0 0 0 1.115 2.08c-.174.3-.377.526-.662.973a11.652 11.652 0 0 1-.453 1.15 18.573 18.573 0 0 0-1.05 1.755c-.2.349-.151.647-.3.949a17.375 17.375 0 0 0-1.6 3.7 25.718 25.718 0 0 0-1.653 3.3s-.048.149-.1.151c-1.86.057-1.037 8.1-.127 8.891 1.3 1.129 3.688.332 5.286.719h1.65c.1 0 1.053-.1 1.2-.1 1-.048 1.4-.9 1.751-1.75a19.062 19.062 0 0 0 1-2.352c.053-.252.2-1.2.2-1.4.45-.45 1.3-3.2 1.4-3.2.757 2.364.331 5.921 2.221 7.785 1.237 1.221 4.349 1.169 5.922 1.033.859-.075 2.22-.167 2.718-1.026.9-1.561.332-4.677.175-6.392A15.478 15.478 0 0 0 42.583 40c-.949-2.852-1.8-5.957-2.5-8.859-.034-.136-.2-.907-.327-1.457.584-1.31 1.386-2.626 1.892-3.9a244.415 244.415 0 0 0 2.334-6.107 11.435 11.435 0 0 0 .331-5.448c-.2-1.336.387-3.043-.932-3.851-1.278-.783-3.281-.463-4.7-.463",fill:"#afafaf"}),c.createElement("path",{"data-name":"Path 7640",d:"M70 23.479a16.251 16.251 0 0 0-.6-3.455c0-.147-.151-.6-.151-.65a14.292 14.292 0 0 0-4.449-6.957c-2.753-2.053-7.409-2.2-10.663-2.2-.55 0-2 0-2.1.05-.8 0-3.4.3-4.206.4-.8.15-1.151.5-1.151 1.3 0 .45.1.9.1 1.352 0 1.05 0 2.2-.1 3.254l.042 1.317c-.005.056-.042.076-.042.135 0 .355.054.71.08 1.065l.015.5c0 .994 0 2.059-.1 3.042.5 15.115.352 22.572.651 23.424a14.347 14.347 0 0 0 .2 3.153c.051.2.4.9.651.9a21.47 21.47 0 0 0 4.3.349c1.5 0 2.952-.1 3.954-1.3a6.036 6.036 0 0 0 .252-.9c0-.1-.053-.452.047-.55a10.283 10.283 0 0 0 .2-1.254v-2.8l.051-.1s.05-1 .05-1.351a3.022 3.022 0 0 0 0-.95c1.1-.3 2.354-.2 3.455-.4a15.435 15.435 0 0 0 7-3l.053-.051a19.044 19.044 0 0 0 2.1-3.153 2.153 2.153 0 0 1 .051-.251c.4-1.55.05-3.2.3-4.8v-.05a8.605 8.605 0 0 0-.211-1.773c.208-1.383-.007-2.827.211-4.234Zm-14.162 1.7-.021-1.307a.89.89 0 0 1 .222-.042 5.051 5.051 0 0 1 2.6.7 2.342 2.342 0 0 1 .349.2 5.454 5.454 0 0 1 1.012.626 2.837 2.837 0 0 1-.255.424 1.3 1.3 0 0 1-.7.453l-2.6.7h-.4s-.1-.4-.151-.553v-.6c0-.1-.05-.5-.05-.6",fill:"#afafaf"}),c.createElement("path",{"data-name":"Path 7641",d:"M21.145 35.471v-.151s.029-.751.029-1c0-.8-.091-1.6-.091-2.455 0-.1.031-.449.031-.55a2.68 2.68 0 0 0 .091-1 2.846 2.846 0 0 0-.07-.65c0-.083.008-.173.01-.252v-.151s.029-.751.029-1c0-.8-.091-1.6-.091-2.455 0-.1.031-.45.031-.551a2.677 2.677 0 0 0 .091-1c0-1.9-1.285-1.55-2.052-1.751a22.483 22.483 0 0 0-3.264-.394c-.03-.084-.064-.182-.08-.213v-2.812l-.3-1.714c-.1-.46-.65-.673-1.349-.735-.2 0-1.053-.031-1.2-.031-2.3 0-4.508.215-6.81.153-.3.094-.75.094-.851.275-.276.5-.069 1.059-.1 1.584-.074 1.141-.36 2.23-.346 3.391a11.64 11.64 0 0 1-1.359.048 11.377 11.377 0 0 0-1.867-.3H.888a2.988 2.988 0 0 0-.46.148c-.182.1-.182.553-.274.852C.215 25.056 0 27.263 0 29.564c0 .148.031 1 .031 1.2a2.768 2.768 0 0 0 .086.356C.071 32.615 0 34.1 0 35.622c0 .148.031 1 .031 1.2.061.7.274 1.251.734 1.349l1.714.3H5.3c.03.017.127.049.212.079a22.817 22.817 0 0 0 .388 3.269c.2.766-.151 2.051 1.751 2.051a2.641 2.641 0 0 0 1-.093c.1 0 .449-.03.55-.03.852 0 1.653.092 2.455.092.249 0 1-.031 1-.031h.151c1.15-.031 2.8-.061 2.8-.978 0-1.616.243-3.2.392-4.816 0 .038 3.719.258 4.166.258.917 0 .948-1.65.979-2.8",fill:"#afafaf"}),c.createElement("path",{"data-name":"Path 7642",d:"M31.37 39.4c0 .2-.148 1.151-.2 1.4a19.062 19.062 0 0 1-1 2.352c-.349.851-.751 1.7-1.751 1.751-.148 0-1.1.1-1.2.1h-1.65c-1.6-.388-3.989.409-5.286-.719-.655-.569-1.328-2.806.128-2.833.053 0 .1-.151.1-.151a25.718 25.718 0 0 1 1.653-3.3 17.3 17.3 0 0 1 1.6-3.7c.151-.3.1-.6.3-.95a18.549 18.549 0 0 1 1.05-1.754 11.652 11.652 0 0 0 .453-1.15 5.96 5.96 0 0 0 .949-1.6c0-.05.2-.751.2-.8.2-.5.9-1.352.9-2a1.232 1.232 0 0 0-.1-.4c-.1-.2-.5-1.053-.651-1.254-.55-1-1.5-1.9-1.754-3.053l-1.352-2.7a17.035 17.035 0 0 0-1-1.6.5.5 0 0 0-.051-.15c-.251-.249-.251-.5-.452-.752-1.576-1.969-3.339-4.807.03-5.615a13.767 13.767 0 0 1 6.5-.03c2.632.692 2.7 1.483 3.283 3.945.047.2.7 1.65.748 1.8a8.444 8.444 0 0 1 .752 2.153l.1-.05.849-4.4c.4-1 .352-2.1.852-3.1a6.021 6.021 0 0 1 .251-.651l.2-.1s1.354-.051 2.005-.051h.3a2.591 2.591 0 0 0 .55-.1c2.954 0 6.822-.432 5.3 3.7a236.8 236.8 0 0 1-2.333 6.107c-.689 1.726-1.928 3.54-2.417 5.3a4.666 4.666 0 0 0-.3 1.1 8.8 8.8 0 0 0 .7 3c.054.2.4 1.8.453 2 .7 2.9 1.553 6.007 2.5 8.858.37 1.11 1.717 2.842 1.051 3.987-.5.859-1.86.952-2.719 1.026-1.574.137-4.684.188-5.921-1.032-1.89-1.865-1.465-5.422-2.222-7.784-.1 0-.952 2.753-1.4 3.2",fill:"#fff"}),c.createElement("path",{"data-name":"Path 7643",d:"M47.529 43.15a14.289 14.289 0 0 1-.2-3.153c-.3-.852-.151-8.309-.651-23.424.1-1.053.1-2.2.1-3.254 0-.452-.1-.9-.1-1.351 0-.8.352-1.151 1.151-1.3.8-.1 3.4-.4 4.206-.4.1-.05 1.55-.05 2.1-.05 3.254 0 7.909.147 10.663 2.2a14.3 14.3 0 0 1 4.455 6.957 6.65 6.65 0 0 1 .151.651A16.251 16.251 0 0 1 70 23.48v.05c-.248 1.6.1 3.254-.3 4.8a2.191 2.191 0 0 0-.05.251 19.106 19.106 0 0 1-2.1 3.153l-.053.05a15.43 15.43 0 0 1-7.005 3c-1.1.2-2.354.1-3.454.4a3.016 3.016 0 0 1 0 .949c0 .352-.051 1.352-.051 1.352l-.05.1v2.8a10.283 10.283 0 0 1-.2 1.254c-.1.1-.047.45-.047.55a6.112 6.112 0 0 1-.252.9c-1 1.2-2.452 1.3-3.955 1.3a21.46 21.46 0 0 1-4.3-.349c-.252 0-.6-.7-.651-.9m8.359-17.369v.6c.05.151.151.554.151.554h.4l2.6-.7a1.318 1.318 0 0 0 .7-.453c.953-1.05 1-3 1-4.455v-.349c-.249-1.553-.6-1.7-1.751-2.3a2.3 2.3 0 0 0-.349-.2 5.047 5.047 0 0 0-2.6-.7c-.053 0-.352 0-.352.151v.047a6.089 6.089 0 0 0 .05.953l.1 6.256c0 .1.05.5.05.6",fill:"#fff"}),c.createElement("path",{"data-name":"Path 7644",d:"M21.114 25.257a2.68 2.68 0 0 0 .091-1c0-1.9-1.285-1.55-2.052-1.751a22.63 22.63 0 0 0-3.264-.393c-.03-.085-.064-.182-.08-.213v-2.815l-.3-1.714c-.1-.46-.65-.673-1.349-.735-.2 0-1.053-.031-1.2-.031-2.3 0-4.508.216-6.809.154-.3.093-.752.093-.852.275a2.882 2.882 0 0 0-.148.46v.734a11.525 11.525 0 0 0 .3 1.866 9.831 9.831 0 0 1 .061 2.023 9.9 9.9 0 0 1-2.023-.06 11.4 11.4 0 0 0-1.867-.3H.888a2.92 2.92 0 0 0-.461.148c-.181.1-.181.553-.273.852C.215 25.056 0 27.262 0 29.564c0 .148.031 1 .031 1.2.061.7.274 1.251.733 1.348l1.715.3H5.3c.03.016.127.049.212.078a22.782 22.782 0 0 0 .388 3.27c.2.767-.151 2.052 1.751 2.052a2.641 2.641 0 0 0 1-.093c.1 0 .449-.03.55-.03.852 0 1.654.092 2.455.092.249 0 1-.031 1-.031h.151c1.15-.031 2.8-.061 2.8-.978v-1.989a3.457 3.457 0 0 1-.349-1.868c-.025-.244-.051-.68-.07-1.12.439.02.876.045 1.12.07a3.468 3.468 0 0 1 1.868.349h1.988c.918 0 .949-1.651.979-2.8v-.151s.03-.751.03-1c0-.8-.091-1.6-.091-2.455 0-.1.031-.449.031-.55",fill:"#fff"}),c.createElement("path",{fill:"none",d:"M0 0h70v70H0z"}))};export{t as default};
|
package/dist/esm/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{default as Avatar}from"./components/Avatar/Avatar.js";export{default as Button}from"./components/Button/Button.js";export{default as DatePicker}from"./components/DatePicker/DatePicker.js";export{default as IconButton}from"./components/IconButton/IconButton.js";export{default as Input}from"./components/Input/Input.js";export{default as Modal}from"./components/Modal/Modal.js";export{ModalProvider,useModalState}from"./components/Modal/ModalState.js";export{default as useAsync}from"./hooks/useAsync.js";export{default as useConfettis}from"./hooks/useConfettis/index.js";export{default as useMountState}from"./hooks/useMountState.js";export{default as useCloudinary}from"./hooks/useCloudinary/index.js";export{default as useInterval}from"./hooks/useInterval.js";export{default as useEventListener}from"./hooks/useEventListener.js";export{default as useElementSize}from"./hooks/useElementSize.js";export{default as useDebounce}from"./hooks/useDebounce.js";export{default as NzkPurple}from"./icons/NzkPurple.js";export{default as Nzk}from"./icons/Nzk.js";export{default as AboutUs}from"./icons/AboutUs.js";export{default as Achievements}from"./icons/Achievements.js";export{default as Activities}from"./icons/Activities.js";export{default as AdvancedTutoring}from"./icons/AdvancedTutoring.js";export{default as Ant}from"./icons/Ant.js";export{default as Archive}from"./icons/Archive.js";export{default as ArrowDown}from"./icons/ArrowDown.js";export{default as ArrowLeftAlt}from"./icons/ArrowLeftAlt.js";export{default as ArrowLeft}from"./icons/ArrowLeft.js";export{default as ArrowRightAlt}from"./icons/ArrowRightAlt.js";export{default as ArrowRight}from"./icons/ArrowRight.js";export{default as ArrowUp}from"./icons/ArrowUp.js";export{default as Audio}from"./icons/Audio.js";export{default as Awards}from"./icons/Awards.js";export{default as Back}from"./icons/Back.js";export{default as Bear}from"./icons/Bear.js";export{default as Beaver}from"./icons/Beaver.js";export{default as Bertie}from"./icons/Bertie.js";export{default as CardSkills}from"./icons/CardSkills.js";export{default as Challenges}from"./icons/Challenges.js";export{default as Chart}from"./icons/Chart.js";export{default as Checkmark}from"./icons/Checkmark.js";export{default as Chest}from"./icons/Chest.js";export{default as Claw}from"./icons/Claw.js";export{default as CloseCopy}from"./icons/CloseCopy.js";export{default as Close}from"./icons/Close.js";export{default as Collect}from"./icons/Collect.js";export{default as Comment}from"./icons/Comment.js";export{default as Compass}from"./icons/Compass.js";export{default as Controller}from"./icons/Controller.js";export{default as Create}from"./icons/Create.js";export{default as Customise}from"./icons/Customise.js";export{default as Dice}from"./icons/Dice.js";export{default as Dictionary}from"./icons/Dictionary.js";export{default as Doug}from"./icons/Doug.js";export{default as Download}from"./icons/Download.js";export{default as Draft}from"./icons/Draft.js";export{default as DrawingTask}from"./icons/DrawingTask.js";export{default as DrawingToolArrowDown}from"./icons/DrawingToolArrowDown.js";export{default as DrawingToolArrowLeft}from"./icons/DrawingToolArrowLeft.js";export{default as DrawingToolArrowRight}from"./icons/DrawingToolArrowRight.js";export{default as DrawingToolArrowUp}from"./icons/DrawingToolArrowUp.js";export{default as DrawingToolCamera}from"./icons/DrawingToolCamera.js";export{default as DrawingToolColorMixer}from"./icons/DrawingToolColorMixer.js";export{default as DrawingToolEraser}from"./icons/DrawingToolEraser.js";export{default as DrawingToolFillBrush}from"./icons/DrawingToolFillBrush.js";export{default as DrawingToolLargeLine}from"./icons/DrawingToolLargeLine.js";export{default as DrawingToolLineBrush}from"./icons/DrawingToolLineBrush.js";export{default as DrawingToolMediumLine}from"./icons/DrawingToolMediumLine.js";export{default as DrawingToolOpacityFull}from"./icons/DrawingToolOpacityFull.js";export{default as DrawingToolOpacityHalf}from"./icons/DrawingToolOpacityHalf.js";export{default as DrawingToolRedo}from"./icons/DrawingToolRedo.js";export{default as DrawingToolSmallLine}from"./icons/DrawingToolSmallLine.js";export{default as DrawingToolStickers}from"./icons/DrawingToolStickers.js";export{default as DrawingToolUndo}from"./icons/DrawingToolUndo.js";export{default as Eek}from"./icons/Eek.js";export{default as Egg}from"./icons/Egg.js";export{default as Electro}from"./icons/Electro.js";export{default as Enclosure}from"./icons/Enclosure.js";export{default as ExclamationGrey}from"./icons/ExclamationGrey.js";export{default as Exclamation}from"./icons/Exclamation.js";export{default as Eye}from"./icons/Eye.js";export{default as Facebook}from"./icons/Facebook.js";export{default as Featured}from"./icons/Featured.js";export{default as Features}from"./icons/Features.js";export{default as Filter}from"./icons/Filter.js";export{default as Flag}from"./icons/Flag.js";export{default as Flamingo}from"./icons/Flamingo.js";export{default as Followers}from"./icons/Followers.js";export{default as ForYou}from"./icons/ForYou.js";export{default as Games}from"./icons/Games.js";export{default as Gift}from"./icons/Gift.js";export{default as Giraffe}from"./icons/Giraffe.js";export{default as Goals}from"./icons/Goals.js";export{default as Guglum}from"./icons/Guglum.js";export{default as Heart}from"./icons/Heart.js";export{default as Help}from"./icons/Help.js";export{default as Heroes}from"./icons/Heroes.js";export{default as IdeaCreator}from"./icons/IdeaCreator.js";export{default as Info}from"./icons/Info.js";export{default as Instagram}from"./icons/Instagram.js";export{default as Items}from"./icons/Items.js";export{default as Layers}from"./icons/Layers.js";export{default as Lessons}from"./icons/Lessons.js";export{default as Link}from"./icons/Link.js";export{default as List}from"./icons/List.js";export{default as Lock}from"./icons/Lock.js";export{default as Logout}from"./icons/Logout.js";export{default as Maji}from"./icons/Maji.js";export{default as Megaphone}from"./icons/Megaphone.js";export{default as Menu}from"./icons/Menu.js";export{default as Message}from"./icons/Message.js";export{default as Minus}from"./icons/Minus.js";export{default as More}from"./icons/More.js";export{default as MrWhale}from"./icons/MrWhale.js";export{default as Music}from"./icons/Music.js";export{default as MyHistory}from"./icons/MyHistory.js";export{default as MyZoo}from"./icons/MyZoo.js";export{default as New}from"./icons/New.js";export{default as Next}from"./icons/Next.js";export{default as No}from"./icons/No.js";export{default as Notifications}from"./icons/Notifications.js";export{default as Nozza}from"./icons/Nozza.js";export{default as NzktvBlue}from"./icons/NzktvBlue.js";export{default as NzktvGreen}from"./icons/NzktvGreen.js";export{default as OrbDisabled}from"./icons/OrbDisabled.js";export{default as Orb}from"./icons/Orb.js";export{default as Padlock}from"./icons/Padlock.js";export{default as PaintBucket}from"./icons/PaintBucket.js";export{default as Panda}from"./icons/Panda.js";export{default as Pause}from"./icons/Pause.js";export{default as Pdf}from"./icons/Pdf.js";export{default as Pencil}from"./icons/Pencil.js";export{default as Pending}from"./icons/Pending.js";export{default as Penguin}from"./icons/Penguin.js";export{default as Pinterest}from"./icons/Pinterest.js";export{default as PlayVideo}from"./icons/PlayVideo.js";export{default as Play}from"./icons/Play.js";export{default as Plus}from"./icons/Plus.js";export{default as Private}from"./icons/Private.js";export{default as Progress}from"./icons/Progress.js";export{default as Projects}from"./icons/Projects.js";export{default as Refresh}from"./icons/Refresh.js";export{default as Report}from"./icons/Report.js";export{default as Rewards}from"./icons/Rewards.js";export{default as Ryan}from"./icons/Ryan.js";export{default as Sally}from"./icons/Sally.js";export{default as Sealion}from"./icons/Sealion.js";export{default as Search}from"./icons/Search.js";export{default as Send}from"./icons/Send.js";export{default as Sepatpus}from"./icons/Sepatpus.js";export{default as Settings}from"./icons/Settings.js";export{default as Sfx}from"./icons/Sfx.js";export{default as Sharing}from"./icons/Sharing.js";export{default as Shell}from"./icons/Shell.js";export{default as Shop}from"./icons/Shop.js";export{default as Shuffle}from"./icons/Shuffle.js";export{default as Skip}from"./icons/Skip.js";export{default as SoundOff}from"./icons/SoundOff.js";export{default as SoundOn}from"./icons/SoundOn.js";export{default as StarTutoring}from"./icons/StarTutoring.js";export{default as StarWriting}from"./icons/StarWriting.js";export{default as Stats}from"./icons/Stats.js";export{default as StopWatch}from"./icons/StopWatch.js";export{default as Tags}from"./icons/Tags.js";export{default as Target}from"./icons/Target.js";export{default as Task}from"./icons/Task.js";export{default as TeamFlorence}from"./icons/TeamFlorence.js";export{default as TeamGiraffe}from"./icons/TeamGiraffe.js";export{default as TeamGrudge}from"./icons/TeamGrudge.js";export{default as TeamSeaLion}from"./icons/TeamSeaLion.js";export{default as TextToSpeech}from"./icons/TextToSpeech.js";export{default as ThumbsDown}from"./icons/ThumbsDown.js";export{default as ThumbsUp}from"./icons/ThumbsUp.js";export{default as Tick}from"./icons/Tick.js";export{default as Torch}from"./icons/Torch.js";export{default as Transfer}from"./icons/Transfer.js";export{default as TrashCopy}from"./icons/TrashCopy.js";export{default as TrashWhite}from"./icons/TrashWhite.js";export{default as Trash}from"./icons/Trash.js";export{default as Trophy}from"./icons/Trophy.js";export{default as Twitter}from"./icons/Twitter.js";export{default as Upload}from"./icons/Upload.js";export{default as User}from"./icons/User.js";export{default as Users}from"./icons/Users.js";export{default as Video}from"./icons/Video.js";export{default as Vincent}from"./icons/Vincent.js";export{default as Whatsapp}from"./icons/Whatsapp.js";export{default as Wishlist}from"./icons/Wishlist.js";export{default as WritingToolAlignCenter}from"./icons/WritingToolAlignCenter.js";export{default as WritingToolAlignLeft}from"./icons/WritingToolAlignLeft.js";export{default as WritingToolAlignRight}from"./icons/WritingToolAlignRight.js";export{default as WritingToolBold}from"./icons/WritingToolBold.js";export{default as WritingToolItalic}from"./icons/WritingToolItalic.js";export{default as WritingToolTextColor}from"./icons/WritingToolTextColor.js";export{default as WritingToolUnderline}from"./icons/WritingToolUnderline.js";export{default as WritingTypeAdventureStory}from"./icons/WritingTypeAdventureStory.js";export{default as WritingTypeBiography}from"./icons/WritingTypeBiography.js";export{default as WritingTypeDiaryEntry}from"./icons/WritingTypeDiaryEntry.js";export{default as WritingTypeExplanation}from"./icons/WritingTypeExplanation.js";export{default as WritingTypeFreeWrite}from"./icons/WritingTypeFreeWrite.js";export{default as WritingTypeInstructions}from"./icons/WritingTypeInstructions.js";export{default as WritingTypeLetterWriting}from"./icons/WritingTypeLetterWriting.js";export{default as WritingTypeNewspaperArticle}from"./icons/WritingTypeNewspaperArticle.js";export{default as WritingTypePersuasiveWriting}from"./icons/WritingTypePersuasiveWriting.js";export{default as WritingTypePlayscript}from"./icons/WritingTypePlayscript.js";export{default as WritingTypePoem}from"./icons/WritingTypePoem.js";export{default as WritingTypeReport}from"./icons/WritingTypeReport.js";export{default as Writing}from"./icons/Writing.js";export{default as Yes}from"./icons/Yes.js";export{default as ZooPoint}from"./icons/ZooPoint.js";export{SyncedText}from"./components/SyncedText/SyncedText.js";
|
|
1
|
+
export{default as Avatar}from"./components/Avatar/Avatar.js";export{default as Button}from"./components/Button/Button.js";export{default as DatePicker}from"./components/DatePicker/DatePicker.js";export{default as IconButton}from"./components/IconButton/IconButton.js";export{default as Input}from"./components/Input/Input.js";export{default as Modal}from"./components/Modal/Modal.js";export{ModalProvider,useModalState}from"./components/Modal/ModalState.js";export{default as useAsync}from"./hooks/useAsync.js";export{default as useConfettis}from"./hooks/useConfettis/index.js";export{default as useMountState}from"./hooks/useMountState.js";export{default as useCloudinary}from"./hooks/useCloudinary/index.js";export{default as useInterval}from"./hooks/useInterval.js";export{default as useEventListener}from"./hooks/useEventListener.js";export{default as useElementSize}from"./hooks/useElementSize.js";export{default as useDebounce}from"./hooks/useDebounce.js";export{default as NzkPurple}from"./icons/NzkPurple.js";export{default as Nzk}from"./icons/Nzk.js";export{default as AboutUs}from"./icons/AboutUs.js";export{default as Achievements}from"./icons/Achievements.js";export{default as Activities}from"./icons/Activities.js";export{default as AddChapter}from"./icons/AddChapter.js";export{default as AdvancedTutoring}from"./icons/AdvancedTutoring.js";export{default as Ant}from"./icons/Ant.js";export{default as AppClose}from"./icons/AppClose.js";export{default as AppCreate}from"./icons/AppCreate.js";export{default as AppDraft}from"./icons/AppDraft.js";export{default as AppItems}from"./icons/AppItems.js";export{default as AppMenu}from"./icons/AppMenu.js";export{default as AppReport}from"./icons/AppReport.js";export{default as AppSettings}from"./icons/AppSettings.js";export{default as AppTeamwork}from"./icons/AppTeamwork.js";export{default as AppWriting}from"./icons/AppWriting.js";export{default as Archive}from"./icons/Archive.js";export{default as ArrowDown}from"./icons/ArrowDown.js";export{default as ArrowLeftAlt}from"./icons/ArrowLeftAlt.js";export{default as ArrowLeft}from"./icons/ArrowLeft.js";export{default as ArrowRightAlt}from"./icons/ArrowRightAlt.js";export{default as ArrowRight}from"./icons/ArrowRight.js";export{default as ArrowUp}from"./icons/ArrowUp.js";export{default as Audio}from"./icons/Audio.js";export{default as Awards}from"./icons/Awards.js";export{default as Back}from"./icons/Back.js";export{default as Bear}from"./icons/Bear.js";export{default as Beaver}from"./icons/Beaver.js";export{default as Bertie}from"./icons/Bertie.js";export{default as Biography}from"./icons/Biography.js";export{default as Book}from"./icons/Book.js";export{default as CardSkills}from"./icons/CardSkills.js";export{default as Challenges}from"./icons/Challenges.js";export{default as Chart}from"./icons/Chart.js";export{default as Checkmark}from"./icons/Checkmark.js";export{default as Chest}from"./icons/Chest.js";export{default as Claw}from"./icons/Claw.js";export{default as CloseCopy}from"./icons/CloseCopy.js";export{default as Close}from"./icons/Close.js";export{default as Collect}from"./icons/Collect.js";export{default as Comment}from"./icons/Comment.js";export{default as Compass}from"./icons/Compass.js";export{default as Competitions}from"./icons/Competitions.js";export{default as Controller}from"./icons/Controller.js";export{default as Create}from"./icons/Create.js";export{default as Customise}from"./icons/Customise.js";export{default as Date}from"./icons/Date.js";export{default as Dice}from"./icons/Dice.js";export{default as Dictionary}from"./icons/Dictionary.js";export{default as Doug}from"./icons/Doug.js";export{default as Down}from"./icons/Down.js";export{default as Download}from"./icons/Download.js";export{default as Draft}from"./icons/Draft.js";export{default as DrawingTask}from"./icons/DrawingTask.js";export{default as DrawingToolArrowDown}from"./icons/DrawingToolArrowDown.js";export{default as DrawingToolArrowLeft}from"./icons/DrawingToolArrowLeft.js";export{default as DrawingToolArrowRight}from"./icons/DrawingToolArrowRight.js";export{default as DrawingToolArrowUp}from"./icons/DrawingToolArrowUp.js";export{default as DrawingToolCamera}from"./icons/DrawingToolCamera.js";export{default as DrawingToolColorMixer}from"./icons/DrawingToolColorMixer.js";export{default as DrawingToolEraser}from"./icons/DrawingToolEraser.js";export{default as DrawingToolFillBrush}from"./icons/DrawingToolFillBrush.js";export{default as DrawingToolLargeLine}from"./icons/DrawingToolLargeLine.js";export{default as DrawingToolLineBrush}from"./icons/DrawingToolLineBrush.js";export{default as DrawingToolMediumLine}from"./icons/DrawingToolMediumLine.js";export{default as DrawingToolOpacityFull}from"./icons/DrawingToolOpacityFull.js";export{default as DrawingToolOpacityHalf}from"./icons/DrawingToolOpacityHalf.js";export{default as DrawingToolRedo}from"./icons/DrawingToolRedo.js";export{default as DrawingToolSmallLine}from"./icons/DrawingToolSmallLine.js";export{default as DrawingToolStickers}from"./icons/DrawingToolStickers.js";export{default as DrawingToolUndo}from"./icons/DrawingToolUndo.js";export{default as Drawings}from"./icons/Drawings.js";export{default as Eat}from"./icons/Eat.js";export{default as Edit}from"./icons/Edit.js";export{default as Eek}from"./icons/Eek.js";export{default as Egg}from"./icons/Egg.js";export{default as Electro}from"./icons/Electro.js";export{default as Enclosure}from"./icons/Enclosure.js";export{default as ExclamationGrey}from"./icons/ExclamationGrey.js";export{default as Exclamation}from"./icons/Exclamation.js";export{default as Eye}from"./icons/Eye.js";export{default as Facebook}from"./icons/Facebook.js";export{default as Featured}from"./icons/Featured.js";export{default as Features}from"./icons/Features.js";export{default as Filter}from"./icons/Filter.js";export{default as Flag}from"./icons/Flag.js";export{default as Flamingo}from"./icons/Flamingo.js";export{default as Flip}from"./icons/Flip.js";export{default as Followers}from"./icons/Followers.js";export{default as ForYou}from"./icons/ForYou.js";export{default as FreeWrite}from"./icons/FreeWrite.js";export{default as Gallery}from"./icons/Gallery.js";export{default as Games}from"./icons/Games.js";export{default as Gift}from"./icons/Gift.js";export{default as Giraffe}from"./icons/Giraffe.js";export{default as Goals}from"./icons/Goals.js";export{default as Guglum}from"./icons/Guglum.js";export{default as Heart}from"./icons/Heart.js";export{default as Help}from"./icons/Help.js";export{default as Heroes}from"./icons/Heroes.js";export{default as IdeaCreator}from"./icons/IdeaCreator.js";export{default as Info}from"./icons/Info.js";export{default as Instagram}from"./icons/Instagram.js";export{default as Items}from"./icons/Items.js";export{default as Keyboard}from"./icons/Keyboard.js";export{default as Layers}from"./icons/Layers.js";export{default as Lessons}from"./icons/Lessons.js";export{default as Link}from"./icons/Link.js";export{default as List}from"./icons/List.js";export{default as Locations}from"./icons/Locations.js";export{default as Lock}from"./icons/Lock.js";export{default as Logout}from"./icons/Logout.js";export{default as Maji}from"./icons/Maji.js";export{default as Megaphone}from"./icons/Megaphone.js";export{default as Menu}from"./icons/Menu.js";export{default as Message}from"./icons/Message.js";export{default as Minus}from"./icons/Minus.js";export{default as More}from"./icons/More.js";export{default as MrWhale}from"./icons/MrWhale.js";export{default as Music}from"./icons/Music.js";export{default as MyHistory}from"./icons/MyHistory.js";export{default as MyZoo}from"./icons/MyZoo.js";export{default as New}from"./icons/New.js";export{default as News}from"./icons/News.js";export{default as Next}from"./icons/Next.js";export{default as NightZookeeperStars}from"./icons/NightZookeeperStars.js";export{default as No}from"./icons/No.js";export{default as Notifications}from"./icons/Notifications.js";export{default as Nozza}from"./icons/Nozza.js";export{default as NzktvBlue}from"./icons/NzktvBlue.js";export{default as NzktvGreen}from"./icons/NzktvGreen.js";export{default as OrbDisabled}from"./icons/OrbDisabled.js";export{default as Orb}from"./icons/Orb.js";export{default as Padlock}from"./icons/Padlock.js";export{default as PaintBucket}from"./icons/PaintBucket.js";export{default as Panda}from"./icons/Panda.js";export{default as Pause}from"./icons/Pause.js";export{default as Pdf}from"./icons/Pdf.js";export{default as Pencil}from"./icons/Pencil.js";export{default as Pending}from"./icons/Pending.js";export{default as Penguin}from"./icons/Penguin.js";export{default as Pinterest}from"./icons/Pinterest.js";export{default as PlayVideo}from"./icons/PlayVideo.js";export{default as Play}from"./icons/Play.js";export{default as Playscript}from"./icons/Playscript.js";export{default as Plus}from"./icons/Plus.js";export{default as Poetry}from"./icons/Poetry.js";export{default as Private}from"./icons/Private.js";export{default as Progress}from"./icons/Progress.js";export{default as Projects}from"./icons/Projects.js";export{default as Prompt}from"./icons/Prompt.js";export{default as PurpleMegaphone}from"./icons/PurpleMegaphone.js";export{default as Question}from"./icons/Question.js";export{default as Quests}from"./icons/Quests.js";export{default as ReadingLight}from"./icons/ReadingLight.js";export{default as Refresh}from"./icons/Refresh.js";export{default as Report}from"./icons/Report.js";export{default as Rewards}from"./icons/Rewards.js";export{default as Ryan}from"./icons/Ryan.js";export{default as Sally}from"./icons/Sally.js";export{default as Save}from"./icons/Save.js";export{default as Sealion}from"./icons/Sealion.js";export{default as Search}from"./icons/Search.js";export{default as Send}from"./icons/Send.js";export{default as Sepatpus}from"./icons/Sepatpus.js";export{default as Settings}from"./icons/Settings.js";export{default as Sfx}from"./icons/Sfx.js";export{default as Sharing}from"./icons/Sharing.js";export{default as Shell}from"./icons/Shell.js";export{default as Shop}from"./icons/Shop.js";export{default as Showcase}from"./icons/Showcase.js";export{default as Shuffle}from"./icons/Shuffle.js";export{default as Skip}from"./icons/Skip.js";export{default as SlimTick}from"./icons/SlimTick.js";export{default as SoundOff}from"./icons/SoundOff.js";export{default as SoundOn}from"./icons/SoundOn.js";export{default as Sparks}from"./icons/Sparks.js";export{default as StarTutoring}from"./icons/StarTutoring.js";export{default as StarWritingAward}from"./icons/StarWritingAward.js";export{default as StarWriting}from"./icons/StarWriting.js";export{default as Stats}from"./icons/Stats.js";export{default as StopWatch}from"./icons/StopWatch.js";export{default as Story}from"./icons/Story.js";export{default as Streak}from"./icons/Streak.js";export{default as Tags}from"./icons/Tags.js";export{default as Target}from"./icons/Target.js";export{default as Task}from"./icons/Task.js";export{default as TeamFlorence}from"./icons/TeamFlorence.js";export{default as TeamGiraffe}from"./icons/TeamGiraffe.js";export{default as TeamGrudge}from"./icons/TeamGrudge.js";export{default as TeamSeaLion}from"./icons/TeamSeaLion.js";export{default as Teamwork}from"./icons/Teamwork.js";export{default as TextToSpeech}from"./icons/TextToSpeech.js";export{default as ThumbsDown}from"./icons/ThumbsDown.js";export{default as ThumbsUp}from"./icons/ThumbsUp.js";export{default as Tick}from"./icons/Tick.js";export{default as Torch}from"./icons/Torch.js";export{default as Transfer}from"./icons/Transfer.js";export{default as TrashCopy}from"./icons/TrashCopy.js";export{default as TrashWhite}from"./icons/TrashWhite.js";export{default as Trash}from"./icons/Trash.js";export{default as Trophy}from"./icons/Trophy.js";export{default as Twitter}from"./icons/Twitter.js";export{default as Up}from"./icons/Up.js";export{default as Update}from"./icons/Update.js";export{default as Upload}from"./icons/Upload.js";export{default as User}from"./icons/User.js";export{default as Users}from"./icons/Users.js";export{default as Video}from"./icons/Video.js";export{default as Vincent}from"./icons/Vincent.js";export{default as Whatsapp}from"./icons/Whatsapp.js";export{default as Wishlist}from"./icons/Wishlist.js";export{default as Words}from"./icons/Words.js";export{default as Work}from"./icons/Work.js";export{default as WritingToolAlignCenter}from"./icons/WritingToolAlignCenter.js";export{default as WritingToolAlignLeft}from"./icons/WritingToolAlignLeft.js";export{default as WritingToolAlignRight}from"./icons/WritingToolAlignRight.js";export{default as WritingToolBold}from"./icons/WritingToolBold.js";export{default as WritingToolItalic}from"./icons/WritingToolItalic.js";export{default as WritingToolTextColor}from"./icons/WritingToolTextColor.js";export{default as WritingToolUnderline}from"./icons/WritingToolUnderline.js";export{default as WritingTypeAdventureStory}from"./icons/WritingTypeAdventureStory.js";export{default as WritingTypeBiography}from"./icons/WritingTypeBiography.js";export{default as WritingTypeDiaryEntry}from"./icons/WritingTypeDiaryEntry.js";export{default as WritingTypeExplanation}from"./icons/WritingTypeExplanation.js";export{default as WritingTypeFreeWrite}from"./icons/WritingTypeFreeWrite.js";export{default as WritingTypeInstructions}from"./icons/WritingTypeInstructions.js";export{default as WritingTypeLetterWriting}from"./icons/WritingTypeLetterWriting.js";export{default as WritingTypeNewspaperArticle}from"./icons/WritingTypeNewspaperArticle.js";export{default as WritingTypePersuasiveWriting}from"./icons/WritingTypePersuasiveWriting.js";export{default as WritingTypePlayscript}from"./icons/WritingTypePlayscript.js";export{default as WritingTypePoem}from"./icons/WritingTypePoem.js";export{default as WritingTypeReport}from"./icons/WritingTypeReport.js";export{default as Writing}from"./icons/Writing.js";export{default as Xp}from"./icons/Xp.js";export{default as Yes}from"./icons/Yes.js";export{default as ZooPoint}from"./icons/ZooPoint.js";export{SyncedText}from"./components/SyncedText/SyncedText.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import r from"react";var e=Symbol();function t(t){var n=r.createContext(e);return{Provider:function(e){var o=t(e.initialState);return r.createElement(n.Provider,{value:o},e.children)},useContainer:function(){var t=r.useContext(n);if(t===e)throw new Error("Component must be wrapped with <Container.Provider>");return t}}}export{t as createContainer};
|
package/dist/hooks/useAsync.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
interface IProps {
|
|
2
|
-
asyncFunc: (params: any) => any;
|
|
3
|
-
immediate: boolean;
|
|
4
|
-
funcParams?: any;
|
|
5
|
-
initialData?: any;
|
|
6
|
-
}
|
|
7
|
-
interface IAsyncHook {
|
|
8
|
-
loading: boolean;
|
|
9
|
-
data: any;
|
|
10
|
-
execute: (params?: any) => any;
|
|
11
|
-
error: any;
|
|
12
|
-
}
|
|
13
|
-
declare const useAsync: (props?: IProps) => IAsyncHook;
|
|
14
|
-
export default useAsync;
|
|
1
|
+
interface IProps {
|
|
2
|
+
asyncFunc: (params: any) => any;
|
|
3
|
+
immediate: boolean;
|
|
4
|
+
funcParams?: any;
|
|
5
|
+
initialData?: any;
|
|
6
|
+
}
|
|
7
|
+
interface IAsyncHook {
|
|
8
|
+
loading: boolean;
|
|
9
|
+
data: any;
|
|
10
|
+
execute: (params?: any) => any;
|
|
11
|
+
error: any;
|
|
12
|
+
}
|
|
13
|
+
declare const useAsync: (props?: IProps) => IAsyncHook;
|
|
14
|
+
export default useAsync;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export interface Props {
|
|
2
|
-
cloudName?: string;
|
|
3
|
-
unsignedUploadPreset?: string;
|
|
4
|
-
uploadTag?: string;
|
|
5
|
-
}
|
|
6
|
-
declare const useCloudinary: (props?: Props
|
|
7
|
-
uploadImage: (file: Blob | string, onComplete?: (
|
|
8
|
-
promiseUploadImage: (file: Blob | string) => Promise<string>;
|
|
9
|
-
};
|
|
10
|
-
export default useCloudinary;
|
|
1
|
+
export interface Props {
|
|
2
|
+
cloudName?: string;
|
|
3
|
+
unsignedUploadPreset?: string;
|
|
4
|
+
uploadTag?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const useCloudinary: (props?: Props) => {
|
|
7
|
+
uploadImage: (file: Blob | string, onComplete?: (imageUrl: string) => void) => void;
|
|
8
|
+
promiseUploadImage: (file: Blob | string) => Promise<string>;
|
|
9
|
+
};
|
|
10
|
+
export default useCloudinary;
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import confetti from "canvas-confetti";
|
|
2
|
-
export interface IAnimationsArgs {
|
|
3
|
-
basicCanon: {
|
|
4
|
-
confettiOptions: confetti.Options;
|
|
5
|
-
};
|
|
6
|
-
fireworks: {
|
|
7
|
-
durationInMs: number;
|
|
8
|
-
confettiOptions: confetti.Options;
|
|
9
|
-
};
|
|
10
|
-
sideCanons: {
|
|
11
|
-
durationInMs?: number;
|
|
12
|
-
colors?: string[];
|
|
13
|
-
confettiOptions?: confetti.Options;
|
|
14
|
-
};
|
|
15
|
-
}
|
|
16
|
-
export interface IAnimations {
|
|
17
|
-
basicCanon: (params: IAnimationsArgs["basicCanon"]) => void;
|
|
18
|
-
fireworks: (params: IAnimationsArgs["fireworks"]) => void;
|
|
19
|
-
sideCanons: (params: IAnimationsArgs["sideCanons"]) => void;
|
|
20
|
-
}
|
|
21
|
-
export
|
|
22
|
-
export declare const ANIMATIONS: IAnimations;
|
|
1
|
+
import confetti from "canvas-confetti";
|
|
2
|
+
export interface IAnimationsArgs {
|
|
3
|
+
basicCanon: {
|
|
4
|
+
confettiOptions: confetti.Options;
|
|
5
|
+
};
|
|
6
|
+
fireworks: {
|
|
7
|
+
durationInMs: number;
|
|
8
|
+
confettiOptions: confetti.Options;
|
|
9
|
+
};
|
|
10
|
+
sideCanons: {
|
|
11
|
+
durationInMs?: number;
|
|
12
|
+
colors?: string[];
|
|
13
|
+
confettiOptions?: confetti.Options;
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
export interface IAnimations {
|
|
17
|
+
basicCanon: (params: IAnimationsArgs["basicCanon"]) => void;
|
|
18
|
+
fireworks: (params: IAnimationsArgs["fireworks"]) => void;
|
|
19
|
+
sideCanons: (params: IAnimationsArgs["sideCanons"]) => void;
|
|
20
|
+
}
|
|
21
|
+
export type AnimationTypes = keyof IAnimations;
|
|
22
|
+
export declare const ANIMATIONS: IAnimations;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import confetti from 'canvas-confetti';
|
|
2
|
-
declare const useConfettis: () => {
|
|
3
|
-
cannon: () => void;
|
|
4
|
-
confetti: typeof confetti;
|
|
5
|
-
ANIMATIONS: import("./animations").IAnimations;
|
|
6
|
-
};
|
|
7
|
-
export default useConfettis;
|
|
1
|
+
import confetti from 'canvas-confetti';
|
|
2
|
+
declare const useConfettis: () => {
|
|
3
|
+
cannon: () => void;
|
|
4
|
+
confetti: typeof confetti;
|
|
5
|
+
ANIMATIONS: import("./animations").IAnimations;
|
|
6
|
+
};
|
|
7
|
+
export default useConfettis;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare function useDebounce<T>(value: T, delay?: number): T;
|
|
2
|
-
export default useDebounce;
|
|
1
|
+
declare function useDebounce<T>(value: T, delay?: number): T;
|
|
2
|
+
export default useDebounce;
|