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
package/dist/icons/Transfer.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
declare const SvgTransfer: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
4
|
+
export default SvgTransfer;
|
package/dist/icons/Trash.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
declare const SvgTrash: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
4
|
+
export default SvgTrash;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
declare const SvgTrashcopy: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
4
|
+
export default SvgTrashcopy;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
declare const SvgTrashWhite: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
4
|
+
export default SvgTrashWhite;
|
package/dist/icons/Trophy.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
declare const SvgTrophy: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
4
|
+
export default SvgTrophy;
|
package/dist/icons/Twitter.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
declare const SvgTwitter: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
4
|
+
export default SvgTwitter;
|
package/dist/icons/Upload.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
declare const SvgUpload: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
4
|
+
export default SvgUpload;
|
package/dist/icons/User.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
declare const SvgUser: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
4
|
+
export default SvgUser;
|
package/dist/icons/Users.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
declare const SvgUsers: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
4
|
+
export default SvgUsers;
|
package/dist/icons/Video.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
declare const SvgVideo: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
4
|
+
export default SvgVideo;
|
package/dist/icons/Vincent.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
declare const SvgVincent: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
4
|
+
export default SvgVincent;
|
package/dist/icons/Whatsapp.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
declare const SvgWhatsapp: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
4
|
+
export default SvgWhatsapp;
|
package/dist/icons/Wishlist.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
declare const SvgWishlist: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
4
|
+
export default SvgWishlist;
|
package/dist/icons/Writing.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
declare const SvgWriting: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
4
|
+
export default SvgWriting;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
declare const SvgWritingToolAlignCenter: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
4
|
+
export default SvgWritingToolAlignCenter;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
declare const SvgWritingToolAlignLeft: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
4
|
+
export default SvgWritingToolAlignLeft;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
declare const SvgWritingToolAlignRight: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
4
|
+
export default SvgWritingToolAlignRight;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
declare const SvgWritingToolBold: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
4
|
+
export default SvgWritingToolBold;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
declare const SvgWritingToolItalic: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
4
|
+
export default SvgWritingToolItalic;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
declare const SvgWritingToolTextColor: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
4
|
+
export default SvgWritingToolTextColor;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
declare const SvgWritingToolUnderline: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
4
|
+
export default SvgWritingToolUnderline;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
declare const SvgWritingTypeAdventureStory: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
4
|
+
export default SvgWritingTypeAdventureStory;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
declare const SvgWritingTypeBiography: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
4
|
+
export default SvgWritingTypeBiography;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
declare const SvgWritingTypeDiaryEntry: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
4
|
+
export default SvgWritingTypeDiaryEntry;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
declare const SvgWritingTypeExplanation: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
4
|
+
export default SvgWritingTypeExplanation;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
declare const SvgWritingTypeFreeWrite: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
4
|
+
export default SvgWritingTypeFreeWrite;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
declare const SvgWritingTypeInstructions: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
4
|
+
export default SvgWritingTypeInstructions;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
declare const SvgWritingTypeLetterWriting: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
4
|
+
export default SvgWritingTypeLetterWriting;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
declare const SvgWritingTypeNewspaperArticle: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
4
|
+
export default SvgWritingTypeNewspaperArticle;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
declare const SvgWritingTypePersuasiveWriting: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
4
|
+
export default SvgWritingTypePersuasiveWriting;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
declare const SvgWritingTypePlayscript: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
4
|
+
export default SvgWritingTypePlayscript;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
declare const SvgWritingTypePoem: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
4
|
+
export default SvgWritingTypePoem;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
declare const SvgWritingTypeReport: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
4
|
+
export default SvgWritingTypeReport;
|
package/dist/icons/Yes.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
declare const SvgYes: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
4
|
+
export default SvgYes;
|
package/dist/icons/ZooPoint.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { SVGProps } from "react";
|
|
3
|
+
declare const SvgZooPoint: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
|
4
|
+
export default SvgZooPoint;
|