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.
Files changed (395) hide show
  1. package/dist/cjs/components/Avatar/Avatar.js +1 -1
  2. package/dist/cjs/components/Avatar/Avatar.styles.js +1 -1
  3. package/dist/cjs/components/Button/utils.js +1 -1
  4. package/dist/cjs/components/DatePicker/DatePicker.js +1 -1
  5. package/dist/cjs/components/IconButton/IconButton.js +1 -1
  6. package/dist/cjs/components/Input/Input.js +1 -1
  7. package/dist/cjs/components/Modal/Modal.js +1 -1
  8. package/dist/cjs/components/Modal/Modal.styles.js +1 -1
  9. package/dist/cjs/components/Modal/ModalState.js +1 -1
  10. package/dist/cjs/components/SyncedText/SyncedText.js +1 -1
  11. package/dist/cjs/hooks/useCloudinary/index.js +1 -1
  12. package/dist/cjs/hooks/useConfettis/animations.js +1 -1
  13. package/dist/cjs/icons/AddChapter.js +1 -0
  14. package/dist/cjs/icons/AppClose.js +1 -0
  15. package/dist/cjs/icons/AppCreate.js +1 -0
  16. package/dist/cjs/icons/AppDraft.js +1 -0
  17. package/dist/cjs/icons/AppItems.js +1 -0
  18. package/dist/cjs/icons/AppMenu.js +1 -0
  19. package/dist/cjs/icons/AppReport.js +1 -0
  20. package/dist/cjs/icons/AppSettings.js +1 -0
  21. package/dist/cjs/icons/AppTeamwork.js +1 -0
  22. package/dist/cjs/icons/AppWriting.js +1 -0
  23. package/dist/cjs/icons/Biography.js +1 -0
  24. package/dist/cjs/icons/Book.js +1 -0
  25. package/dist/cjs/icons/Competitions.js +1 -0
  26. package/dist/cjs/icons/Date.js +1 -0
  27. package/dist/cjs/icons/Down.js +1 -0
  28. package/dist/cjs/icons/Drawings.js +1 -0
  29. package/dist/cjs/icons/Eat.js +1 -0
  30. package/dist/cjs/icons/Edit.js +1 -0
  31. package/dist/cjs/icons/Flip.js +1 -0
  32. package/dist/cjs/icons/FreeWrite.js +1 -0
  33. package/dist/cjs/icons/Gallery.js +1 -0
  34. package/dist/cjs/icons/Keyboard.js +1 -0
  35. package/dist/cjs/icons/Locations.js +1 -0
  36. package/dist/cjs/icons/News.js +1 -0
  37. package/dist/cjs/icons/NightZookeeperStars.js +1 -0
  38. package/dist/cjs/icons/Playscript.js +1 -0
  39. package/dist/cjs/icons/Poetry.js +1 -0
  40. package/dist/cjs/icons/Prompt.js +1 -0
  41. package/dist/cjs/icons/PurpleMegaphone.js +1 -0
  42. package/dist/cjs/icons/Question.js +1 -0
  43. package/dist/cjs/icons/Quests.js +1 -0
  44. package/dist/cjs/icons/ReadingLight.js +1 -0
  45. package/dist/cjs/icons/Save.js +1 -0
  46. package/dist/cjs/icons/Showcase.js +1 -0
  47. package/dist/cjs/icons/SlimTick.js +1 -0
  48. package/dist/cjs/icons/Sparks.js +1 -0
  49. package/dist/cjs/icons/StarWritingAward.js +1 -0
  50. package/dist/cjs/icons/Story.js +1 -0
  51. package/dist/cjs/icons/Streak.js +1 -0
  52. package/dist/cjs/icons/Teamwork.js +1 -0
  53. package/dist/cjs/icons/Up.js +1 -0
  54. package/dist/cjs/icons/Update.js +1 -0
  55. package/dist/cjs/icons/Words.js +1 -0
  56. package/dist/cjs/icons/Work.js +1 -0
  57. package/dist/cjs/icons/Xp.js +1 -0
  58. package/dist/cjs/index.js +1 -1
  59. package/dist/cjs/lib/unstated-next.js +1 -0
  60. package/dist/components/Avatar/Avatar.d.ts +33 -33
  61. package/dist/components/Avatar/Avatar.styles.d.ts +12 -11
  62. package/dist/components/Avatar/index.d.ts +2 -2
  63. package/dist/components/Button/Button.d.ts +24 -24
  64. package/dist/components/Button/Button.styles.d.ts +5 -4
  65. package/dist/components/Button/constants.d.ts +14 -14
  66. package/dist/components/Button/index.d.ts +2 -2
  67. package/dist/components/Button/types.d.ts +21 -21
  68. package/dist/components/Button/utils.d.ts +22 -22
  69. package/dist/components/DatePicker/DatePicker.d.ts +24 -24
  70. package/dist/components/DatePicker/index.d.ts +2 -2
  71. package/dist/components/Icon/Icon.d.ts +13 -13
  72. package/dist/components/Icon/icons.d.ts +137 -137
  73. package/dist/components/Icon/index.d.ts +2 -2
  74. package/dist/components/IconButton/IconButton.d.ts +9 -9
  75. package/dist/components/IconButton/index.d.ts +2 -2
  76. package/dist/components/Input/Input.d.ts +8 -7
  77. package/dist/components/Input/index.d.ts +2 -2
  78. package/dist/components/Modal/Modal.d.ts +11 -11
  79. package/dist/components/Modal/Modal.styles.d.ts +8 -7
  80. package/dist/components/Modal/ModalState.d.ts +8 -8
  81. package/dist/components/Modal/index.d.ts +2 -2
  82. package/dist/components/SyncedText/SyncedText.d.ts +3 -3
  83. package/dist/components/SyncedText/hooks/useTimeout.d.ts +5 -5
  84. package/dist/components/SyncedText/index.d.ts +2 -2
  85. package/dist/components/SyncedText/types.d.ts +27 -27
  86. package/dist/esm/components/Avatar/Avatar.js +1 -1
  87. package/dist/esm/components/Avatar/Avatar.styles.js +1 -1
  88. package/dist/esm/components/Button/utils.js +1 -1
  89. package/dist/esm/components/DatePicker/DatePicker.js +1 -1
  90. package/dist/esm/components/IconButton/IconButton.js +1 -1
  91. package/dist/esm/components/Input/Input.js +1 -1
  92. package/dist/esm/components/Modal/Modal.js +1 -1
  93. package/dist/esm/components/Modal/Modal.styles.js +1 -1
  94. package/dist/esm/components/Modal/ModalState.js +1 -1
  95. package/dist/esm/components/SyncedText/SyncedText.js +1 -1
  96. package/dist/esm/hooks/useCloudinary/index.js +1 -1
  97. package/dist/esm/hooks/useConfettis/animations.js +1 -1
  98. package/dist/esm/icons/AddChapter.js +1 -0
  99. package/dist/esm/icons/AppClose.js +1 -0
  100. package/dist/esm/icons/AppCreate.js +1 -0
  101. package/dist/esm/icons/AppDraft.js +1 -0
  102. package/dist/esm/icons/AppItems.js +1 -0
  103. package/dist/esm/icons/AppMenu.js +1 -0
  104. package/dist/esm/icons/AppReport.js +1 -0
  105. package/dist/esm/icons/AppSettings.js +1 -0
  106. package/dist/esm/icons/AppTeamwork.js +1 -0
  107. package/dist/esm/icons/AppWriting.js +1 -0
  108. package/dist/esm/icons/Biography.js +1 -0
  109. package/dist/esm/icons/Book.js +1 -0
  110. package/dist/esm/icons/Competitions.js +1 -0
  111. package/dist/esm/icons/Date.js +1 -0
  112. package/dist/esm/icons/Down.js +1 -0
  113. package/dist/esm/icons/Drawings.js +1 -0
  114. package/dist/esm/icons/Eat.js +1 -0
  115. package/dist/esm/icons/Edit.js +1 -0
  116. package/dist/esm/icons/Flip.js +1 -0
  117. package/dist/esm/icons/FreeWrite.js +1 -0
  118. package/dist/esm/icons/Gallery.js +1 -0
  119. package/dist/esm/icons/Keyboard.js +1 -0
  120. package/dist/esm/icons/Locations.js +1 -0
  121. package/dist/esm/icons/News.js +1 -0
  122. package/dist/esm/icons/NightZookeeperStars.js +1 -0
  123. package/dist/esm/icons/Playscript.js +1 -0
  124. package/dist/esm/icons/Poetry.js +1 -0
  125. package/dist/esm/icons/Prompt.js +1 -0
  126. package/dist/esm/icons/PurpleMegaphone.js +1 -0
  127. package/dist/esm/icons/Question.js +1 -0
  128. package/dist/esm/icons/Quests.js +1 -0
  129. package/dist/esm/icons/ReadingLight.js +1 -0
  130. package/dist/esm/icons/Save.js +1 -0
  131. package/dist/esm/icons/Showcase.js +1 -0
  132. package/dist/esm/icons/SlimTick.js +1 -0
  133. package/dist/esm/icons/Sparks.js +1 -0
  134. package/dist/esm/icons/StarWritingAward.js +1 -0
  135. package/dist/esm/icons/Story.js +1 -0
  136. package/dist/esm/icons/Streak.js +1 -0
  137. package/dist/esm/icons/Teamwork.js +1 -0
  138. package/dist/esm/icons/Up.js +1 -0
  139. package/dist/esm/icons/Update.js +1 -0
  140. package/dist/esm/icons/Words.js +1 -0
  141. package/dist/esm/icons/Work.js +1 -0
  142. package/dist/esm/icons/Xp.js +1 -0
  143. package/dist/esm/index.js +1 -1
  144. package/dist/esm/lib/unstated-next.js +1 -0
  145. package/dist/hooks/useAsync.d.ts +14 -14
  146. package/dist/hooks/useCloudinary/index.d.ts +10 -10
  147. package/dist/hooks/useConfettis/animations.d.ts +22 -22
  148. package/dist/hooks/useConfettis/index.d.ts +7 -7
  149. package/dist/hooks/useDebounce.d.ts +2 -2
  150. package/dist/hooks/useElementSize.d.ts +7 -7
  151. package/dist/hooks/useEventListener.d.ts +3 -3
  152. package/dist/hooks/useInterval.d.ts +2 -2
  153. package/dist/hooks/useMountState.d.ts +2 -2
  154. package/dist/icons/AboutUs.d.ts +4 -3
  155. package/dist/icons/Achievements.d.ts +4 -3
  156. package/dist/icons/Activities.d.ts +4 -3
  157. package/dist/icons/AddChapter.d.ts +4 -0
  158. package/dist/icons/AdvancedTutoring.d.ts +4 -3
  159. package/dist/icons/Ant.d.ts +4 -3
  160. package/dist/icons/AppClose.d.ts +4 -0
  161. package/dist/icons/AppCreate.d.ts +4 -0
  162. package/dist/icons/AppDraft.d.ts +4 -0
  163. package/dist/icons/AppItems.d.ts +4 -0
  164. package/dist/icons/AppMenu.d.ts +4 -0
  165. package/dist/icons/AppReport.d.ts +4 -0
  166. package/dist/icons/AppSettings.d.ts +4 -0
  167. package/dist/icons/AppTeamwork.d.ts +4 -0
  168. package/dist/icons/AppWriting.d.ts +4 -0
  169. package/dist/icons/Archive.d.ts +4 -3
  170. package/dist/icons/ArrowDown.d.ts +4 -3
  171. package/dist/icons/ArrowLeft.d.ts +4 -3
  172. package/dist/icons/ArrowLeftAlt.d.ts +4 -3
  173. package/dist/icons/ArrowRight.d.ts +4 -3
  174. package/dist/icons/ArrowRightAlt.d.ts +4 -3
  175. package/dist/icons/ArrowUp.d.ts +4 -3
  176. package/dist/icons/Audio.d.ts +4 -3
  177. package/dist/icons/Awards.d.ts +4 -3
  178. package/dist/icons/Back.d.ts +4 -3
  179. package/dist/icons/Bear.d.ts +4 -3
  180. package/dist/icons/Beaver.d.ts +4 -3
  181. package/dist/icons/Bertie.d.ts +4 -3
  182. package/dist/icons/Biography.d.ts +4 -0
  183. package/dist/icons/Book.d.ts +4 -0
  184. package/dist/icons/CardSkills.d.ts +4 -3
  185. package/dist/icons/Challenges.d.ts +4 -3
  186. package/dist/icons/Chart.d.ts +4 -3
  187. package/dist/icons/Checkmark.d.ts +4 -3
  188. package/dist/icons/Chest.d.ts +4 -3
  189. package/dist/icons/Claw.d.ts +4 -3
  190. package/dist/icons/Close.d.ts +4 -3
  191. package/dist/icons/CloseCopy.d.ts +4 -3
  192. package/dist/icons/Collect.d.ts +4 -3
  193. package/dist/icons/Comment.d.ts +4 -3
  194. package/dist/icons/Compass.d.ts +4 -3
  195. package/dist/icons/Competitions.d.ts +4 -0
  196. package/dist/icons/Controller.d.ts +4 -3
  197. package/dist/icons/Create.d.ts +4 -3
  198. package/dist/icons/Customise.d.ts +4 -3
  199. package/dist/icons/Date.d.ts +4 -0
  200. package/dist/icons/Dice.d.ts +4 -3
  201. package/dist/icons/Dictionary.d.ts +4 -3
  202. package/dist/icons/Doug.d.ts +4 -3
  203. package/dist/icons/Down.d.ts +4 -0
  204. package/dist/icons/Download.d.ts +4 -3
  205. package/dist/icons/Draft.d.ts +4 -3
  206. package/dist/icons/DrawingTask.d.ts +4 -3
  207. package/dist/icons/DrawingToolArrowDown.d.ts +4 -3
  208. package/dist/icons/DrawingToolArrowLeft.d.ts +4 -3
  209. package/dist/icons/DrawingToolArrowRight.d.ts +4 -3
  210. package/dist/icons/DrawingToolArrowUp.d.ts +4 -3
  211. package/dist/icons/DrawingToolCamera.d.ts +4 -3
  212. package/dist/icons/DrawingToolColorMixer.d.ts +4 -3
  213. package/dist/icons/DrawingToolEraser.d.ts +4 -3
  214. package/dist/icons/DrawingToolFillBrush.d.ts +4 -3
  215. package/dist/icons/DrawingToolLargeLine.d.ts +4 -3
  216. package/dist/icons/DrawingToolLineBrush.d.ts +4 -3
  217. package/dist/icons/DrawingToolMediumLine.d.ts +4 -3
  218. package/dist/icons/DrawingToolOpacityFull.d.ts +4 -3
  219. package/dist/icons/DrawingToolOpacityHalf.d.ts +4 -3
  220. package/dist/icons/DrawingToolRedo.d.ts +4 -3
  221. package/dist/icons/DrawingToolSmallLine.d.ts +4 -3
  222. package/dist/icons/DrawingToolStickers.d.ts +4 -3
  223. package/dist/icons/DrawingToolUndo.d.ts +4 -3
  224. package/dist/icons/Drawings.d.ts +4 -0
  225. package/dist/icons/Eat.d.ts +4 -0
  226. package/dist/icons/Edit.d.ts +4 -0
  227. package/dist/icons/Eek.d.ts +4 -3
  228. package/dist/icons/Egg.d.ts +4 -3
  229. package/dist/icons/Electro.d.ts +4 -3
  230. package/dist/icons/Enclosure.d.ts +4 -3
  231. package/dist/icons/Exclamation.d.ts +4 -3
  232. package/dist/icons/ExclamationGrey.d.ts +4 -3
  233. package/dist/icons/Eye.d.ts +4 -3
  234. package/dist/icons/Facebook.d.ts +4 -3
  235. package/dist/icons/Featured.d.ts +4 -3
  236. package/dist/icons/Features.d.ts +4 -3
  237. package/dist/icons/Filter.d.ts +4 -3
  238. package/dist/icons/Flag.d.ts +4 -3
  239. package/dist/icons/Flamingo.d.ts +4 -3
  240. package/dist/icons/Flip.d.ts +4 -0
  241. package/dist/icons/Followers.d.ts +4 -3
  242. package/dist/icons/ForYou.d.ts +4 -3
  243. package/dist/icons/FreeWrite.d.ts +4 -0
  244. package/dist/icons/Gallery.d.ts +4 -0
  245. package/dist/icons/Games.d.ts +4 -3
  246. package/dist/icons/Gift.d.ts +4 -3
  247. package/dist/icons/Giraffe.d.ts +4 -3
  248. package/dist/icons/Goals.d.ts +4 -3
  249. package/dist/icons/Guglum.d.ts +4 -3
  250. package/dist/icons/Heart.d.ts +4 -3
  251. package/dist/icons/Help.d.ts +4 -3
  252. package/dist/icons/Heroes.d.ts +4 -3
  253. package/dist/icons/IdeaCreator.d.ts +4 -3
  254. package/dist/icons/Info.d.ts +4 -3
  255. package/dist/icons/Instagram.d.ts +4 -3
  256. package/dist/icons/Items.d.ts +4 -3
  257. package/dist/icons/Keyboard.d.ts +4 -0
  258. package/dist/icons/Layers.d.ts +4 -3
  259. package/dist/icons/Lessons.d.ts +4 -3
  260. package/dist/icons/Link.d.ts +4 -3
  261. package/dist/icons/List.d.ts +4 -3
  262. package/dist/icons/Locations.d.ts +4 -0
  263. package/dist/icons/Lock.d.ts +4 -3
  264. package/dist/icons/Logout.d.ts +4 -3
  265. package/dist/icons/Maji.d.ts +4 -3
  266. package/dist/icons/Megaphone.d.ts +4 -3
  267. package/dist/icons/Menu.d.ts +4 -3
  268. package/dist/icons/Message.d.ts +4 -3
  269. package/dist/icons/Minus.d.ts +4 -3
  270. package/dist/icons/More.d.ts +4 -3
  271. package/dist/icons/MrWhale.d.ts +4 -3
  272. package/dist/icons/Music.d.ts +4 -3
  273. package/dist/icons/MyHistory.d.ts +4 -3
  274. package/dist/icons/MyZoo.d.ts +4 -3
  275. package/dist/icons/New.d.ts +4 -3
  276. package/dist/icons/News.d.ts +4 -0
  277. package/dist/icons/Next.d.ts +4 -3
  278. package/dist/icons/NightZookeeperStars.d.ts +4 -0
  279. package/dist/icons/No.d.ts +4 -3
  280. package/dist/icons/Notifications.d.ts +4 -3
  281. package/dist/icons/Nozza.d.ts +4 -3
  282. package/dist/icons/Nzk.d.ts +4 -3
  283. package/dist/icons/NzkPurple.d.ts +4 -3
  284. package/dist/icons/NzktvBlue.d.ts +4 -3
  285. package/dist/icons/NzktvGreen.d.ts +4 -3
  286. package/dist/icons/Orb.d.ts +4 -3
  287. package/dist/icons/OrbDisabled.d.ts +4 -3
  288. package/dist/icons/Padlock.d.ts +4 -3
  289. package/dist/icons/PaintBucket.d.ts +4 -3
  290. package/dist/icons/Panda.d.ts +4 -3
  291. package/dist/icons/Pause.d.ts +4 -3
  292. package/dist/icons/Pdf.d.ts +4 -3
  293. package/dist/icons/Pencil.d.ts +4 -3
  294. package/dist/icons/Pending.d.ts +4 -3
  295. package/dist/icons/Penguin.d.ts +4 -3
  296. package/dist/icons/Pinterest.d.ts +4 -3
  297. package/dist/icons/Play.d.ts +4 -3
  298. package/dist/icons/PlayVideo.d.ts +4 -3
  299. package/dist/icons/Playscript.d.ts +4 -0
  300. package/dist/icons/Plus.d.ts +4 -3
  301. package/dist/icons/Poetry.d.ts +4 -0
  302. package/dist/icons/Private.d.ts +4 -3
  303. package/dist/icons/Progress.d.ts +4 -3
  304. package/dist/icons/Projects.d.ts +4 -3
  305. package/dist/icons/Prompt.d.ts +4 -0
  306. package/dist/icons/PurpleMegaphone.d.ts +4 -0
  307. package/dist/icons/Question.d.ts +4 -0
  308. package/dist/icons/Quests.d.ts +4 -0
  309. package/dist/icons/ReadingLight.d.ts +4 -0
  310. package/dist/icons/Refresh.d.ts +4 -3
  311. package/dist/icons/Report.d.ts +4 -3
  312. package/dist/icons/Rewards.d.ts +4 -3
  313. package/dist/icons/Ryan.d.ts +4 -3
  314. package/dist/icons/Sally.d.ts +4 -3
  315. package/dist/icons/Save.d.ts +4 -0
  316. package/dist/icons/Sealion.d.ts +4 -3
  317. package/dist/icons/Search.d.ts +4 -3
  318. package/dist/icons/Send.d.ts +4 -3
  319. package/dist/icons/Sepatpus.d.ts +4 -3
  320. package/dist/icons/Settings.d.ts +4 -3
  321. package/dist/icons/Sfx.d.ts +4 -3
  322. package/dist/icons/Sharing.d.ts +4 -3
  323. package/dist/icons/Shell.d.ts +4 -3
  324. package/dist/icons/Shop.d.ts +4 -3
  325. package/dist/icons/Showcase.d.ts +4 -0
  326. package/dist/icons/Shuffle.d.ts +4 -3
  327. package/dist/icons/Skip.d.ts +4 -3
  328. package/dist/icons/SlimTick.d.ts +4 -0
  329. package/dist/icons/SoundOff.d.ts +4 -3
  330. package/dist/icons/SoundOn.d.ts +4 -3
  331. package/dist/icons/Sparks.d.ts +4 -0
  332. package/dist/icons/StarTutoring.d.ts +4 -3
  333. package/dist/icons/StarWriting.d.ts +4 -3
  334. package/dist/icons/StarWritingAward.d.ts +4 -0
  335. package/dist/icons/Stats.d.ts +4 -3
  336. package/dist/icons/StopWatch.d.ts +4 -3
  337. package/dist/icons/Story.d.ts +4 -0
  338. package/dist/icons/Streak.d.ts +4 -0
  339. package/dist/icons/Tags.d.ts +4 -3
  340. package/dist/icons/Target.d.ts +4 -3
  341. package/dist/icons/Task.d.ts +4 -3
  342. package/dist/icons/TeamFlorence.d.ts +4 -3
  343. package/dist/icons/TeamGiraffe.d.ts +4 -3
  344. package/dist/icons/TeamGrudge.d.ts +4 -3
  345. package/dist/icons/TeamSeaLion.d.ts +4 -3
  346. package/dist/icons/Teamwork.d.ts +4 -0
  347. package/dist/icons/TextToSpeech.d.ts +4 -3
  348. package/dist/icons/ThumbsDown.d.ts +4 -3
  349. package/dist/icons/ThumbsUp.d.ts +4 -3
  350. package/dist/icons/Tick.d.ts +4 -3
  351. package/dist/icons/Torch.d.ts +4 -3
  352. package/dist/icons/Transfer.d.ts +4 -3
  353. package/dist/icons/Trash.d.ts +4 -3
  354. package/dist/icons/TrashCopy.d.ts +4 -3
  355. package/dist/icons/TrashWhite.d.ts +4 -3
  356. package/dist/icons/Trophy.d.ts +4 -3
  357. package/dist/icons/Twitter.d.ts +4 -3
  358. package/dist/icons/Up.d.ts +4 -0
  359. package/dist/icons/Update.d.ts +4 -0
  360. package/dist/icons/Upload.d.ts +4 -3
  361. package/dist/icons/User.d.ts +4 -3
  362. package/dist/icons/Users.d.ts +4 -3
  363. package/dist/icons/Video.d.ts +4 -3
  364. package/dist/icons/Vincent.d.ts +4 -3
  365. package/dist/icons/Whatsapp.d.ts +4 -3
  366. package/dist/icons/Wishlist.d.ts +4 -3
  367. package/dist/icons/Words.d.ts +4 -0
  368. package/dist/icons/Work.d.ts +4 -0
  369. package/dist/icons/Writing.d.ts +4 -3
  370. package/dist/icons/WritingToolAlignCenter.d.ts +4 -3
  371. package/dist/icons/WritingToolAlignLeft.d.ts +4 -3
  372. package/dist/icons/WritingToolAlignRight.d.ts +4 -3
  373. package/dist/icons/WritingToolBold.d.ts +4 -3
  374. package/dist/icons/WritingToolItalic.d.ts +4 -3
  375. package/dist/icons/WritingToolTextColor.d.ts +4 -3
  376. package/dist/icons/WritingToolUnderline.d.ts +4 -3
  377. package/dist/icons/WritingTypeAdventureStory.d.ts +4 -3
  378. package/dist/icons/WritingTypeBiography.d.ts +4 -3
  379. package/dist/icons/WritingTypeDiaryEntry.d.ts +4 -3
  380. package/dist/icons/WritingTypeExplanation.d.ts +4 -3
  381. package/dist/icons/WritingTypeFreeWrite.d.ts +4 -3
  382. package/dist/icons/WritingTypeInstructions.d.ts +4 -3
  383. package/dist/icons/WritingTypeLetterWriting.d.ts +4 -3
  384. package/dist/icons/WritingTypeNewspaperArticle.d.ts +4 -3
  385. package/dist/icons/WritingTypePersuasiveWriting.d.ts +4 -3
  386. package/dist/icons/WritingTypePlayscript.d.ts +4 -3
  387. package/dist/icons/WritingTypePoem.d.ts +4 -3
  388. package/dist/icons/WritingTypeReport.d.ts +4 -3
  389. package/dist/icons/Xp.d.ts +4 -0
  390. package/dist/icons/Yes.d.ts +4 -3
  391. package/dist/icons/ZooPoint.d.ts +4 -3
  392. package/dist/icons/index.d.ts +238 -193
  393. package/dist/index.d.ts +18 -18
  394. package/dist/lib/unstated-next.d.ts +11 -0
  395. package/package.json +43 -32
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgNzktvBlue: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgNzktvBlue;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgNzktvBlue: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgNzktvBlue;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgNzktvGreen: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgNzktvGreen;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgNzktvGreen: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgNzktvGreen;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgOrb: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgOrb;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgOrb: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgOrb;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgOrbDisabled: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgOrbDisabled;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgOrbDisabled: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgOrbDisabled;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgPadlock: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgPadlock;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgPadlock: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgPadlock;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgPaintBucket: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgPaintBucket;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgPaintBucket: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgPaintBucket;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgPanda: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgPanda;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgPanda: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgPanda;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgPause: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgPause;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgPause: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgPause;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgPdf: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgPdf;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgPdf: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgPdf;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgPencil: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgPencil;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgPencil: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgPencil;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgPending: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgPending;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgPending: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgPending;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgPenguin: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgPenguin;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgPenguin: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgPenguin;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgPinterest: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgPinterest;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgPinterest: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgPinterest;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgPlay: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgPlay;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgPlay: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgPlay;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgPlayVideo: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgPlayVideo;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgPlayVideo: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgPlayVideo;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgPlayscript: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgPlayscript;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgPlus: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgPlus;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgPlus: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgPlus;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgPoetry: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgPoetry;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgPrivate: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgPrivate;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgPrivate: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgPrivate;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgProgress: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgProgress;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgProgress: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgProgress;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgProjects: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgProjects;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgProjects: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgProjects;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgPrompt: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgPrompt;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgPurpleMegaphone: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgPurpleMegaphone;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgQuestion: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgQuestion;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgQuests: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgQuests;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgReadingLight: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgReadingLight;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgRefresh: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgRefresh;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgRefresh: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgRefresh;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgReport: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgReport;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgReport: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgReport;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgRewards: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgRewards;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgRewards: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgRewards;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgRyan: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgRyan;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgRyan: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgRyan;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgSally: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgSally;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgSally: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSally;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgSave: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSave;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgSealion: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgSealion;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgSealion: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSealion;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgSearch: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgSearch;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgSearch: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSearch;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgSend: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgSend;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgSend: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSend;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgSepatpus: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgSepatpus;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgSepatpus: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSepatpus;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgSettings: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgSettings;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgSettings: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSettings;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgSfx: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgSfx;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgSfx: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSfx;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgSharing: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgSharing;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgSharing: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSharing;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgShell: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgShell;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgShell: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgShell;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgShop: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgShop;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgShop: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgShop;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgShowcase: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgShowcase;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgShuffle: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgShuffle;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgShuffle: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgShuffle;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgSkip: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgSkip;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgSkip: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSkip;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgSlimTick: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSlimTick;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgSoundOff: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgSoundOff;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgSoundOff: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSoundOff;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgSoundOn: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgSoundOn;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgSoundOn: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSoundOn;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgSparks: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSparks;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgStarTutoring: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgStarTutoring;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgStarTutoring: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgStarTutoring;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgStarWriting: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgStarWriting;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgStarWriting: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgStarWriting;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgStarWritingAward: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgStarWritingAward;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgStats: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgStats;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgStats: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgStats;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgStopWatch: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgStopWatch;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgStopWatch: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgStopWatch;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgStory: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgStory;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgStreak: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgStreak;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgTags: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgTags;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgTags: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgTags;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgTarget: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgTarget;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgTarget: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgTarget;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgTask: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgTask;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgTask: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgTask;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgTeamFlorence: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgTeamFlorence;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgTeamFlorence: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgTeamFlorence;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgTeamGiraffe: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgTeamGiraffe;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgTeamGiraffe: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgTeamGiraffe;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgTeamGrudge: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgTeamGrudge;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgTeamGrudge: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgTeamGrudge;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgTeamSeaLion: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgTeamSeaLion;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgTeamSeaLion: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgTeamSeaLion;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgTeamwork: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgTeamwork;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgTextToSpeech: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgTextToSpeech;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgTextToSpeech: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgTextToSpeech;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgThumbsDown: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgThumbsDown;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgThumbsDown: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgThumbsDown;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgThumbsUp: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgThumbsUp;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgThumbsUp: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgThumbsUp;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgTick: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgTick;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgTick: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgTick;
@@ -1,3 +1,4 @@
1
- import { SVGProps } from "react";
2
- declare const SvgTorch: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
- export default SvgTorch;
1
+ import * as React from "react";
2
+ import { SVGProps } from "react";
3
+ declare const SvgTorch: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgTorch;