@helsenorge/designsystem-react 1.0.0-beta106 → 1.0.0-beta110

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 (883) hide show
  1. package/Button-ed1c6e3f.js +2 -0
  2. package/Button-ed1c6e3f.js.map +1 -0
  3. package/CHANGELOG.md +52 -52
  4. package/Checkbox-8e590de0.js +2 -0
  5. package/Checkbox-8e590de0.js.map +1 -0
  6. package/Close-48d39d0e.js +2 -0
  7. package/Close-48d39d0e.js.map +1 -0
  8. package/{FormGroup-b2b6efe0.js → FormGroup-f10939e6.js} +2 -2
  9. package/FormGroup-f10939e6.js.map +1 -0
  10. package/Input-01c967ac.js +2 -0
  11. package/Input-01c967ac.js.map +1 -0
  12. package/{Loader-bc13d060.js → Loader-bf89238f.js} +2 -2
  13. package/Loader-bf89238f.js.map +1 -0
  14. package/Modal-240f0699.js +2 -0
  15. package/Modal-240f0699.js.map +1 -0
  16. package/README.md +69 -69
  17. package/{RadioButton-c173d440.js → RadioButton-b0da1997.js} +2 -2
  18. package/RadioButton-b0da1997.js.map +1 -0
  19. package/{Textarea-78e20c9a.js → Textarea-648063a9.js} +2 -2
  20. package/Textarea-648063a9.js.map +1 -0
  21. package/{Title-9df559dd.js → Title-1d8708ea.js} +2 -2
  22. package/Title-1d8708ea.js.map +1 -0
  23. package/Validation-c196f3f2.js +2 -0
  24. package/Validation-c196f3f2.js.map +1 -0
  25. package/_rollupPluginBabelHelpers-6b3099b0.js +2 -0
  26. package/_rollupPluginBabelHelpers-6b3099b0.js.map +1 -0
  27. package/color-e7d082c1.js +2 -0
  28. package/color-e7d082c1.js.map +1 -0
  29. package/components/AnchorLink/AnchorLink.d.ts +18 -18
  30. package/components/AnchorLink/index.d.ts +3 -3
  31. package/components/AnchorLink/index.js +1 -1
  32. package/components/AnchorLink/styles.module.scss +63 -63
  33. package/components/AnchorLink/styles.module.scss.d.ts +10 -10
  34. package/components/Avatar/Avatar.d.ts +15 -15
  35. package/components/Avatar/index.d.ts +3 -3
  36. package/components/Avatar/index.js +1 -1
  37. package/components/Avatar/styles.module.scss +22 -22
  38. package/components/Avatar/styles.module.scss.d.ts +11 -11
  39. package/components/Badge/Badge.d.ts +16 -16
  40. package/components/Badge/index.d.ts +3 -3
  41. package/components/Badge/index.js +1 -1
  42. package/components/Badge/styles.module.scss +41 -41
  43. package/components/Badge/styles.module.scss.d.ts +17 -17
  44. package/components/Button/Button.d.ts +42 -41
  45. package/components/Button/Button.d.ts.map +1 -1
  46. package/components/Button/componentdata.json +2 -2
  47. package/components/Button/index.d.ts +3 -3
  48. package/components/Button/index.js +1 -1
  49. package/components/Button/styles.module.scss +434 -434
  50. package/components/Button/styles.module.scss.d.ts +34 -34
  51. package/components/ButtonWithModal/ButtonWithModal.d.ts +10 -10
  52. package/components/ButtonWithModal/index.d.ts +3 -3
  53. package/components/ButtonWithModal/index.js +1 -1
  54. package/components/Checkbox/Checkbox.d.ts +30 -30
  55. package/components/Checkbox/index.d.ts +3 -3
  56. package/components/Checkbox/index.js +1 -1
  57. package/components/Checkbox/styles.module.scss +204 -204
  58. package/components/Checkbox/styles.module.scss.d.ts +26 -26
  59. package/components/Close/Close.d.ts +11 -11
  60. package/components/Close/index.d.ts +3 -3
  61. package/components/Close/index.js +1 -1
  62. package/components/Close/styles.module.scss +32 -32
  63. package/components/Close/styles.module.scss.d.ts +9 -9
  64. package/components/Expander/Expander.d.ts +32 -32
  65. package/components/Expander/Expander.d.ts.map +1 -1
  66. package/components/Expander/index.d.ts +3 -3
  67. package/components/Expander/index.js +1 -1
  68. package/components/Expander/styles.module.scss +165 -165
  69. package/components/Expander/styles.module.scss.d.ts +42 -42
  70. package/components/ExpanderList/ExpanderList.d.ts +47 -45
  71. package/components/ExpanderList/ExpanderList.d.ts.map +1 -1
  72. package/components/ExpanderList/index.d.ts +3 -3
  73. package/components/ExpanderList/index.js +1 -1
  74. package/components/ExpanderList/styles.module.scss +160 -160
  75. package/components/ExpanderList/styles.module.scss.d.ts +28 -28
  76. package/components/FormExample/FormExample.d.ts +15 -15
  77. package/components/FormExample/index.d.ts +3 -3
  78. package/components/FormExample/index.js +1 -1
  79. package/components/FormExample/index.js.map +1 -1
  80. package/components/FormGroup/FormGroup.d.ts +24 -24
  81. package/components/FormGroup/index.d.ts +3 -3
  82. package/components/FormGroup/index.js +1 -1
  83. package/components/FormGroup/styles.module.scss +67 -67
  84. package/components/FormGroup/styles.module.scss.d.ts +16 -16
  85. package/components/HighlightBox/HighlightBox.d.ts +26 -26
  86. package/components/HighlightBox/index.d.ts +3 -3
  87. package/components/HighlightBox/index.js +1 -1
  88. package/components/HighlightBox/styles.module.scss +174 -174
  89. package/components/Icons/ActiveMonitoring.d.ts +4 -4
  90. package/components/Icons/ActiveMonitoring.js +1 -1
  91. package/components/Icons/AcupunctureBack.d.ts +4 -4
  92. package/components/Icons/AcupunctureBack.d.ts.map +1 -1
  93. package/components/Icons/AcupunctureBack.js +1 -1
  94. package/components/Icons/AdditionalIconInformation.js +263 -263
  95. package/components/Icons/AdditionalIconInformation.js.map +1 -1
  96. package/components/Icons/AlarmClock.d.ts +4 -4
  97. package/components/Icons/AlarmClock.d.ts.map +1 -1
  98. package/components/Icons/AlarmClock.js +1 -1
  99. package/components/Icons/AlertSignFill.d.ts +4 -4
  100. package/components/Icons/AlertSignFill.d.ts.map +1 -1
  101. package/components/Icons/AlertSignFill.js +1 -1
  102. package/components/Icons/AlertSignStroke.d.ts +4 -4
  103. package/components/Icons/AlertSignStroke.d.ts.map +1 -1
  104. package/components/Icons/AlertSignStroke.js +1 -1
  105. package/components/Icons/Amputation.d.ts +4 -4
  106. package/components/Icons/Amputation.js +1 -1
  107. package/components/Icons/Anxiety.d.ts +4 -4
  108. package/components/Icons/Anxiety.js +1 -1
  109. package/components/Icons/Apple.d.ts +4 -4
  110. package/components/Icons/Apple.js +1 -1
  111. package/components/Icons/Archive.d.ts +4 -4
  112. package/components/Icons/Archive.d.ts.map +1 -1
  113. package/components/Icons/Archive.js +1 -1
  114. package/components/Icons/ArmFlexing.d.ts +4 -4
  115. package/components/Icons/ArmFlexing.js +1 -1
  116. package/components/Icons/ArrowLeft.d.ts +4 -4
  117. package/components/Icons/ArrowLeft.d.ts.map +1 -1
  118. package/components/Icons/ArrowLeft.js +1 -1
  119. package/components/Icons/ArrowRight.d.ts +4 -4
  120. package/components/Icons/ArrowRight.d.ts.map +1 -1
  121. package/components/Icons/ArrowRight.js +1 -1
  122. package/components/Icons/ArrowUpRight.d.ts +4 -4
  123. package/components/Icons/ArrowUpRight.d.ts.map +1 -1
  124. package/components/Icons/ArrowUpRight.js +1 -1
  125. package/components/Icons/Attachment.d.ts +4 -4
  126. package/components/Icons/Attachment.d.ts.map +1 -1
  127. package/components/Icons/Attachment.js +1 -1
  128. package/components/Icons/Atv.d.ts +4 -4
  129. package/components/Icons/Atv.js +1 -1
  130. package/components/Icons/Avatar.d.ts +4 -4
  131. package/components/Icons/Avatar.d.ts.map +1 -1
  132. package/components/Icons/Avatar.js +1 -1
  133. package/components/Icons/AwakePersonOnPillow.d.ts +4 -4
  134. package/components/Icons/AwakePersonOnPillow.js +1 -1
  135. package/components/Icons/Baby.d.ts +4 -4
  136. package/components/Icons/Baby.js +1 -1
  137. package/components/Icons/BandAid.d.ts +4 -4
  138. package/components/Icons/BandAid.js +1 -1
  139. package/components/Icons/BeerAndPills.d.ts +4 -4
  140. package/components/Icons/BeerAndPills.js +1 -1
  141. package/components/Icons/Bell.d.ts +4 -4
  142. package/components/Icons/Bell.js +1 -1
  143. package/components/Icons/Bike.d.ts +4 -4
  144. package/components/Icons/Bike.js +1 -1
  145. package/components/Icons/BirthControl.d.ts +4 -4
  146. package/components/Icons/BirthdayCake.d.ts +4 -4
  147. package/components/Icons/BirthdayCake.js +1 -1
  148. package/components/Icons/Boat.d.ts +4 -4
  149. package/components/Icons/Boat.js +1 -1
  150. package/components/Icons/Body.d.ts +4 -4
  151. package/components/Icons/Brain.d.ts +4 -4
  152. package/components/Icons/Brain.js +1 -1
  153. package/components/Icons/BreastReconstruction.d.ts +4 -4
  154. package/components/Icons/BreastReconstruction.js +1 -1
  155. package/components/Icons/BreastRemoval.d.ts +4 -4
  156. package/components/Icons/BreastRemoval.js +1 -1
  157. package/components/Icons/Breasts.d.ts +4 -4
  158. package/components/Icons/Breasts.js +1 -1
  159. package/components/Icons/BrokenHeart.d.ts +4 -4
  160. package/components/Icons/BrokenHeart.js +1 -1
  161. package/components/Icons/BrokenPuzzle.d.ts +4 -4
  162. package/components/Icons/BrokenPuzzle.js +1 -1
  163. package/components/Icons/Bus.d.ts +4 -4
  164. package/components/Icons/Bus.d.ts.map +1 -1
  165. package/components/Icons/Bus.js +1 -1
  166. package/components/Icons/Calendar.d.ts +4 -4
  167. package/components/Icons/Calendar.d.ts.map +1 -1
  168. package/components/Icons/Calendar.js +1 -1
  169. package/components/Icons/CalendarChange.d.ts +4 -4
  170. package/components/Icons/CalendarChange.d.ts.map +1 -1
  171. package/components/Icons/CalendarChange.js +1 -1
  172. package/components/Icons/CalendarCheck.d.ts +4 -4
  173. package/components/Icons/CalendarCheck.d.ts.map +1 -1
  174. package/components/Icons/CalendarCheck.js +1 -1
  175. package/components/Icons/CalendarEvent.d.ts +4 -4
  176. package/components/Icons/CalendarEvent.js +1 -1
  177. package/components/Icons/CalendarSave.d.ts +4 -4
  178. package/components/Icons/CalendarSave.d.ts.map +1 -1
  179. package/components/Icons/CalendarSave.js +1 -1
  180. package/components/Icons/Cancer.d.ts +4 -4
  181. package/components/Icons/Cancer.js +1 -1
  182. package/components/Icons/Car.d.ts +4 -4
  183. package/components/Icons/Car.js +1 -1
  184. package/components/Icons/Change.d.ts +4 -4
  185. package/components/Icons/Change.d.ts.map +1 -1
  186. package/components/Icons/Change.js +1 -1
  187. package/components/Icons/Check.d.ts +4 -4
  188. package/components/Icons/Check.d.ts.map +1 -1
  189. package/components/Icons/Check.js +1 -1
  190. package/components/Icons/CheckOutline.d.ts +4 -4
  191. package/components/Icons/CheckOutline.js +1 -1
  192. package/components/Icons/Chest.d.ts +4 -4
  193. package/components/Icons/Chest.js +1 -1
  194. package/components/Icons/ChevronDown.d.ts +4 -4
  195. package/components/Icons/ChevronDown.d.ts.map +1 -1
  196. package/components/Icons/ChevronDown.js +1 -1
  197. package/components/Icons/ChevronLeft.d.ts +4 -4
  198. package/components/Icons/ChevronLeft.d.ts.map +1 -1
  199. package/components/Icons/ChevronLeft.js +1 -1
  200. package/components/Icons/ChevronRight.d.ts +4 -4
  201. package/components/Icons/ChevronRight.d.ts.map +1 -1
  202. package/components/Icons/ChevronRight.js +1 -1
  203. package/components/Icons/ChevronUp.d.ts +4 -4
  204. package/components/Icons/ChevronUp.d.ts.map +1 -1
  205. package/components/Icons/ChevronUp.js +1 -1
  206. package/components/Icons/ChevronsDown.d.ts +4 -4
  207. package/components/Icons/ChevronsDown.d.ts.map +1 -1
  208. package/components/Icons/ChevronsDown.js +1 -1
  209. package/components/Icons/ChevronsUp.d.ts +4 -4
  210. package/components/Icons/ChevronsUp.d.ts.map +1 -1
  211. package/components/Icons/ChevronsUp.js +1 -1
  212. package/components/Icons/ChildPlaying.d.ts +4 -4
  213. package/components/Icons/ChildPlaying.js +1 -1
  214. package/components/Icons/Cigarette.d.ts +4 -4
  215. package/components/Icons/Cigarette.js +1 -1
  216. package/components/Icons/Contacts.d.ts +4 -4
  217. package/components/Icons/Contacts.d.ts.map +1 -1
  218. package/components/Icons/Contacts.js +1 -1
  219. package/components/Icons/Copy.d.ts +4 -4
  220. package/components/Icons/Copy.d.ts.map +1 -1
  221. package/components/Icons/Copy.js +1 -1
  222. package/components/Icons/CoronaCertificate.d.ts +4 -4
  223. package/components/Icons/CoronaCertificate.js +1 -1
  224. package/components/Icons/Coronavirus.d.ts +4 -4
  225. package/components/Icons/Coronavirus.js +1 -1
  226. package/components/Icons/Cough.d.ts +4 -4
  227. package/components/Icons/Cough.js +1 -1
  228. package/components/Icons/CriticalHealthInfo.d.ts +4 -4
  229. package/components/Icons/CriticalHealthInfo.js +1 -1
  230. package/components/Icons/Cross.d.ts +4 -4
  231. package/components/Icons/Cross.js +1 -1
  232. package/components/Icons/DataExchange.d.ts +4 -4
  233. package/components/Icons/DataReceived.d.ts +4 -4
  234. package/components/Icons/DataSent.d.ts +4 -4
  235. package/components/Icons/Depression.d.ts +4 -4
  236. package/components/Icons/Depression.js +1 -1
  237. package/components/Icons/DigestiveSystem.d.ts +4 -4
  238. package/components/Icons/DigestiveSystem.js +1 -1
  239. package/components/Icons/Dizzy.d.ts +4 -4
  240. package/components/Icons/Dizzy.js +1 -1
  241. package/components/Icons/Documents.d.ts +4 -4
  242. package/components/Icons/Documents.js +1 -1
  243. package/components/Icons/Dog.d.ts +4 -4
  244. package/components/Icons/Dog.js +1 -1
  245. package/components/Icons/DonorCard.d.ts +4 -4
  246. package/components/Icons/DonorCard.js +1 -1
  247. package/components/Icons/Download.d.ts +4 -4
  248. package/components/Icons/Download.d.ts.map +1 -1
  249. package/components/Icons/Download.js +1 -1
  250. package/components/Icons/Draft.d.ts +4 -4
  251. package/components/Icons/Draft.js +1 -1
  252. package/components/Icons/EChat.d.ts +4 -4
  253. package/components/Icons/EChat.d.ts.map +1 -1
  254. package/components/Icons/EChat.js +1 -1
  255. package/components/Icons/EarNoseThroat.d.ts +4 -4
  256. package/components/Icons/EarNoseThroat.js +1 -1
  257. package/components/Icons/ElderlyPerson.d.ts +4 -4
  258. package/components/Icons/ElderlyPerson.js +1 -1
  259. package/components/Icons/Embolization.d.ts +4 -4
  260. package/components/Icons/Embolization.js +1 -1
  261. package/components/Icons/EnterFullScreen.d.ts +4 -4
  262. package/components/Icons/EnterFullScreen.d.ts.map +1 -1
  263. package/components/Icons/EnterFullScreen.js +1 -1
  264. package/components/Icons/Envelope.d.ts +4 -4
  265. package/components/Icons/Envelope.d.ts.map +1 -1
  266. package/components/Icons/Envelope.js +1 -1
  267. package/components/Icons/Epilepsy.d.ts +4 -4
  268. package/components/Icons/Epilepsy.js +1 -1
  269. package/components/Icons/Eraser.d.ts +4 -4
  270. package/components/Icons/Eraser.d.ts.map +1 -1
  271. package/components/Icons/Eraser.js +1 -1
  272. package/components/Icons/ErrorSignFill.d.ts +4 -4
  273. package/components/Icons/ErrorSignFill.d.ts.map +1 -1
  274. package/components/Icons/ErrorSignFill.js +1 -1
  275. package/components/Icons/ErrorSignStroke.d.ts +4 -4
  276. package/components/Icons/ErrorSignStroke.d.ts.map +1 -1
  277. package/components/Icons/ErrorSignStroke.js +1 -1
  278. package/components/Icons/EuropeanHealthCard.d.ts +4 -4
  279. package/components/Icons/EuropeanHealthCard.js +1 -1
  280. package/components/Icons/ExitFullScreen.d.ts +4 -4
  281. package/components/Icons/ExitFullScreen.d.ts.map +1 -1
  282. package/components/Icons/ExitFullScreen.js +1 -1
  283. package/components/Icons/Eye.d.ts +4 -4
  284. package/components/Icons/Eye.d.ts.map +1 -1
  285. package/components/Icons/Eye.js +1 -1
  286. package/components/Icons/Facebook.d.ts +4 -4
  287. package/components/Icons/Facebook.js +1 -1
  288. package/components/Icons/Female.d.ts +4 -4
  289. package/components/Icons/Female.js +1 -1
  290. package/components/Icons/FemaleDoctor.d.ts +4 -4
  291. package/components/Icons/FemaleDoctor.js +1 -1
  292. package/components/Icons/Ferry.d.ts +4 -4
  293. package/components/Icons/Ferry.js +1 -1
  294. package/components/Icons/FingerBleed.d.ts +4 -4
  295. package/components/Icons/FingerBleed.js +1 -1
  296. package/components/Icons/FirstAidKit.d.ts +4 -4
  297. package/components/Icons/FirstAidKit.js +1 -1
  298. package/components/Icons/FloppyDisk.d.ts +4 -4
  299. package/components/Icons/Football.d.ts +4 -4
  300. package/components/Icons/Football.js +1 -1
  301. package/components/Icons/Form.d.ts +4 -4
  302. package/components/Icons/Form.d.ts.map +1 -1
  303. package/components/Icons/Form.js +1 -1
  304. package/components/Icons/Forward.d.ts +4 -4
  305. package/components/Icons/Forward.d.ts.map +1 -1
  306. package/components/Icons/Forward.js +1 -1
  307. package/components/Icons/Gallery.d.ts +4 -4
  308. package/components/Icons/Gallery.d.ts.map +1 -1
  309. package/components/Icons/Gallery.js +1 -1
  310. package/components/Icons/Garden.d.ts +4 -4
  311. package/components/Icons/Garden.js +1 -1
  312. package/components/Icons/GasCan.d.ts +4 -4
  313. package/components/Icons/GasCan.js +1 -1
  314. package/components/Icons/GenderIdentity.d.ts +4 -4
  315. package/components/Icons/Globe.d.ts +4 -4
  316. package/components/Icons/Globe.d.ts.map +1 -1
  317. package/components/Icons/Globe.js +1 -1
  318. package/components/Icons/HandWaving.d.ts +4 -4
  319. package/components/Icons/HandWaving.js +1 -1
  320. package/components/Icons/HandWithDisease.d.ts +4 -4
  321. package/components/Icons/HandWithDisease.js +1 -1
  322. package/components/Icons/HealthClinic.d.ts +4 -4
  323. package/components/Icons/HealthClinic.js +1 -1
  324. package/components/Icons/HealthWarning.d.ts +4 -4
  325. package/components/Icons/HealthWarning.js +1 -1
  326. package/components/Icons/Heart.d.ts +4 -4
  327. package/components/Icons/Heart.d.ts.map +1 -1
  328. package/components/Icons/Heart.js +1 -1
  329. package/components/Icons/HelpSign.d.ts +4 -4
  330. package/components/Icons/HelpSign.d.ts.map +1 -1
  331. package/components/Icons/HelpSign.js +1 -1
  332. package/components/Icons/HelpingHand.d.ts +4 -4
  333. package/components/Icons/HelpingHand.js +1 -1
  334. package/components/Icons/Hemodialysis.d.ts +4 -4
  335. package/components/Icons/Hemodialysis.js +1 -1
  336. package/components/Icons/Hiker.d.ts +4 -4
  337. package/components/Icons/Hiker.js +1 -1
  338. package/components/Icons/Hipprosthesis.d.ts +4 -4
  339. package/components/Icons/Hipprosthesis.js +1 -1
  340. package/components/Icons/History.d.ts +4 -4
  341. package/components/Icons/History.d.ts.map +1 -1
  342. package/components/Icons/History.js +1 -1
  343. package/components/Icons/HivAndAids.d.ts +4 -4
  344. package/components/Icons/HivAndAids.js +1 -1
  345. package/components/Icons/Home.d.ts +4 -4
  346. package/components/Icons/Home.d.ts.map +1 -1
  347. package/components/Icons/Home.js +1 -1
  348. package/components/Icons/Hormone.d.ts +4 -4
  349. package/components/Icons/Hormone.js +1 -1
  350. package/components/Icons/Hospital.d.ts +4 -4
  351. package/components/Icons/Hospital.d.ts.map +1 -1
  352. package/components/Icons/Hospital.js +1 -1
  353. package/components/Icons/Hourglass.d.ts +4 -4
  354. package/components/Icons/Hourglass.d.ts.map +1 -1
  355. package/components/Icons/Hourglass.js +1 -1
  356. package/components/Icons/Icon.d.ts +23 -22
  357. package/components/Icons/Icon.d.ts.map +1 -1
  358. package/components/Icons/Icon.js +1 -1
  359. package/components/Icons/ImgFile.d.ts +4 -4
  360. package/components/Icons/ImgFile.js +1 -1
  361. package/components/Icons/Inbox.d.ts +4 -4
  362. package/components/Icons/Inbox.js +1 -1
  363. package/components/Icons/InfoSignFill.d.ts +4 -4
  364. package/components/Icons/InfoSignFill.d.ts.map +1 -1
  365. package/components/Icons/InfoSignFill.js +1 -1
  366. package/components/Icons/InfoSignStroke.d.ts +4 -4
  367. package/components/Icons/InfoSignStroke.d.ts.map +1 -1
  368. package/components/Icons/InfoSignStroke.js +1 -1
  369. package/components/Icons/Instagram.d.ts +4 -4
  370. package/components/Icons/Instagram.js +1 -1
  371. package/components/Icons/Intravenous.d.ts +4 -4
  372. package/components/Icons/Intravenous.js +1 -1
  373. package/components/Icons/JointPain.d.ts +4 -4
  374. package/components/Icons/JointPain.js +1 -1
  375. package/components/Icons/Journal.d.ts +4 -4
  376. package/components/Icons/Journal.d.ts.map +1 -1
  377. package/components/Icons/Journal.js +1 -1
  378. package/components/Icons/JpgFile.d.ts +4 -4
  379. package/components/Icons/JpgFile.js +1 -1
  380. package/components/Icons/Kidney.d.ts +4 -4
  381. package/components/Icons/Kidney.js +1 -1
  382. package/components/Icons/KitchenScale.d.ts +4 -4
  383. package/components/Icons/KitchenScale.js +1 -1
  384. package/components/Icons/Kjernejournal.d.ts +4 -4
  385. package/components/Icons/Kjernejournal.js +1 -1
  386. package/components/Icons/Laboratory.d.ts +4 -4
  387. package/components/Icons/Laboratory.js +1 -1
  388. package/components/Icons/LaptopBlog.d.ts +4 -4
  389. package/components/Icons/LaptopBlog.js +1 -1
  390. package/components/Icons/LawBook.d.ts +4 -4
  391. package/components/Icons/LawBook.js +1 -1
  392. package/components/Icons/LightBulb.d.ts +4 -4
  393. package/components/Icons/LightBulb.js +1 -1
  394. package/components/Icons/List.d.ts +4 -4
  395. package/components/Icons/List.d.ts.map +1 -1
  396. package/components/Icons/List.js +1 -1
  397. package/components/Icons/Location.d.ts +4 -4
  398. package/components/Icons/Location.d.ts.map +1 -1
  399. package/components/Icons/Location.js +1 -1
  400. package/components/Icons/Lock.d.ts +4 -4
  401. package/components/Icons/Lock.d.ts.map +1 -1
  402. package/components/Icons/Lock.js +1 -1
  403. package/components/Icons/Lungs.d.ts +4 -4
  404. package/components/Icons/Lungs.js +1 -1
  405. package/components/Icons/Makeup.d.ts +4 -4
  406. package/components/Icons/Makeup.js +1 -1
  407. package/components/Icons/MaleDoctor.d.ts +4 -4
  408. package/components/Icons/MaleDoctor.js +1 -1
  409. package/components/Icons/MaleDoctorAndPerson.d.ts +4 -4
  410. package/components/Icons/MaleDoctorAndPerson.js +1 -1
  411. package/components/Icons/MaleGenitalia.d.ts +4 -4
  412. package/components/Icons/MaleGenitalia.js +1 -1
  413. package/components/Icons/Medicine.d.ts +4 -4
  414. package/components/Icons/Medicine.d.ts.map +1 -1
  415. package/components/Icons/Medicine.js +1 -1
  416. package/components/Icons/MedicineWarning.d.ts +4 -4
  417. package/components/Icons/MedicineWarning.js +1 -1
  418. package/components/Icons/MentalHealthAdult.d.ts +4 -4
  419. package/components/Icons/MentalHealthAdult.js +1 -1
  420. package/components/Icons/MentalHealthChild.d.ts +4 -4
  421. package/components/Icons/MentalHealthChild.js +1 -1
  422. package/components/Icons/Menu.d.ts +4 -4
  423. package/components/Icons/Menu.d.ts.map +1 -1
  424. package/components/Icons/Menu.js +1 -1
  425. package/components/Icons/Microscope.d.ts +4 -4
  426. package/components/Icons/Microscope.js +1 -1
  427. package/components/Icons/Minus.d.ts +4 -4
  428. package/components/Icons/Minus.d.ts.map +1 -1
  429. package/components/Icons/Minus.js +1 -1
  430. package/components/Icons/Mirror.d.ts +4 -4
  431. package/components/Icons/Mirror.js +1 -1
  432. package/components/Icons/MobilePhone.d.ts +4 -4
  433. package/components/Icons/MobilePhone.d.ts.map +1 -1
  434. package/components/Icons/MobilePhone.js +1 -1
  435. package/components/Icons/MotherHoldingBaby.d.ts +4 -4
  436. package/components/Icons/MotherHoldingBaby.js +1 -1
  437. package/components/Icons/MuscleBack.d.ts +4 -4
  438. package/components/Icons/MuscleBack.js +1 -1
  439. package/components/Icons/MuscleLeg.d.ts +4 -4
  440. package/components/Icons/MuscleLeg.js +1 -1
  441. package/components/Icons/Mushroom.d.ts +4 -4
  442. package/components/Icons/Mushroom.js +1 -1
  443. package/components/Icons/Music.d.ts +4 -4
  444. package/components/Icons/Music.js +1 -1
  445. package/components/Icons/MusselsAndSalt.d.ts +4 -4
  446. package/components/Icons/MusselsAndSalt.js +1 -1
  447. package/components/Icons/NoEye.d.ts +4 -4
  448. package/components/Icons/NoEye.d.ts.map +1 -1
  449. package/components/Icons/NoEye.js +1 -1
  450. package/components/Icons/NoFilter.d.ts +4 -4
  451. package/components/Icons/NoFilter.d.ts.map +1 -1
  452. package/components/Icons/NoFilter.js +1 -1
  453. package/components/Icons/Notepad.d.ts +4 -4
  454. package/components/Icons/Notepad.js +1 -1
  455. package/components/Icons/Osteotomy.d.ts +4 -4
  456. package/components/Icons/Osteotomy.js +1 -1
  457. package/components/Icons/PaintRoller.d.ts +4 -4
  458. package/components/Icons/PaintRoller.js +1 -1
  459. package/components/Icons/PaperPlane.d.ts +4 -4
  460. package/components/Icons/PaperPlane.d.ts.map +1 -1
  461. package/components/Icons/PaperPlane.js +1 -1
  462. package/components/Icons/PatientAndPerson.d.ts +4 -4
  463. package/components/Icons/PatientAndPerson.js +1 -1
  464. package/components/Icons/Pause.d.ts +4 -4
  465. package/components/Icons/Pause.d.ts.map +1 -1
  466. package/components/Icons/Pause.js +1 -1
  467. package/components/Icons/PdfFile.d.ts +4 -4
  468. package/components/Icons/PdfFile.js +1 -1
  469. package/components/Icons/Pencil.d.ts +4 -4
  470. package/components/Icons/Pencil.d.ts.map +1 -1
  471. package/components/Icons/Pencil.js +1 -1
  472. package/components/Icons/PeopleTalking.d.ts +4 -4
  473. package/components/Icons/PeopleTalking.js +1 -1
  474. package/components/Icons/Peritonealdialysis.d.ts +4 -4
  475. package/components/Icons/Peritonealdialysis.js +1 -1
  476. package/components/Icons/Person.d.ts +4 -4
  477. package/components/Icons/Person.js +1 -1
  478. package/components/Icons/PersonAndPatient.d.ts +4 -4
  479. package/components/Icons/PersonAndPatient.js +1 -1
  480. package/components/Icons/PersonInXRayMachine.d.ts +4 -4
  481. package/components/Icons/PersonInXRayMachine.js +1 -1
  482. package/components/Icons/PersonOverweight.d.ts +4 -4
  483. package/components/Icons/PersonOverweight.js +1 -1
  484. package/components/Icons/PersonRelaxing.d.ts +4 -4
  485. package/components/Icons/PersonRelaxing.js +1 -1
  486. package/components/Icons/PersonWithBrain.d.ts +4 -4
  487. package/components/Icons/PersonWithBrain.js +1 -1
  488. package/components/Icons/PersonWithBrokenArm.d.ts +4 -4
  489. package/components/Icons/PersonWithBrokenArm.js +1 -1
  490. package/components/Icons/PersonWithCrutches.d.ts +4 -4
  491. package/components/Icons/PersonWithCrutches.js +1 -1
  492. package/components/Icons/PersonWithJaw.d.ts +4 -4
  493. package/components/Icons/PersonWithJaw.js +1 -1
  494. package/components/Icons/PersonWithMagnifyingGlass.d.ts +4 -4
  495. package/components/Icons/PersonWithMagnifyingGlass.js +1 -1
  496. package/components/Icons/PersonWithSenses.d.ts +4 -4
  497. package/components/Icons/PersonWithSenses.js +1 -1
  498. package/components/Icons/PersonWorking.d.ts +4 -4
  499. package/components/Icons/PersonWorking.js +1 -1
  500. package/components/Icons/PizzaSlice.d.ts +4 -4
  501. package/components/Icons/PizzaSlice.js +1 -1
  502. package/components/Icons/Plane.d.ts +4 -4
  503. package/components/Icons/Plane.js +1 -1
  504. package/components/Icons/Plant.d.ts +4 -4
  505. package/components/Icons/Plant.js +1 -1
  506. package/components/Icons/Play.d.ts +4 -4
  507. package/components/Icons/Play.d.ts.map +1 -1
  508. package/components/Icons/Play.js +1 -1
  509. package/components/Icons/PlusLarge.d.ts +4 -4
  510. package/components/Icons/PlusLarge.d.ts.map +1 -1
  511. package/components/Icons/PlusLarge.js +1 -1
  512. package/components/Icons/PlusSmall.d.ts +4 -4
  513. package/components/Icons/PlusSmall.d.ts.map +1 -1
  514. package/components/Icons/PlusSmall.js +1 -1
  515. package/components/Icons/PngFile.d.ts +4 -4
  516. package/components/Icons/PngFile.js +1 -1
  517. package/components/Icons/Podcast.d.ts +4 -4
  518. package/components/Icons/PoisonInformation.d.ts +4 -4
  519. package/components/Icons/PoisonInformation.js +1 -1
  520. package/components/Icons/Pregnant.d.ts +4 -4
  521. package/components/Icons/Pregnant.js +1 -1
  522. package/components/Icons/Printer.d.ts +4 -4
  523. package/components/Icons/Printer.d.ts.map +1 -1
  524. package/components/Icons/Printer.js +1 -1
  525. package/components/Icons/Psychosis.d.ts +4 -4
  526. package/components/Icons/Psychosis.js +1 -1
  527. package/components/Icons/Publication.d.ts +4 -4
  528. package/components/Icons/Publication.js +1 -1
  529. package/components/Icons/Puzzle.d.ts +4 -4
  530. package/components/Icons/Puzzle.js +1 -1
  531. package/components/Icons/QrCode.d.ts +4 -4
  532. package/components/Icons/QrCode.d.ts.map +1 -1
  533. package/components/Icons/QrCode.js +1 -1
  534. package/components/Icons/Quarrel.d.ts +4 -4
  535. package/components/Icons/RadioTherapy.d.ts +4 -4
  536. package/components/Icons/RadioTherapy.js +1 -1
  537. package/components/Icons/RadioactiveTreatment.d.ts +4 -4
  538. package/components/Icons/RadioactiveTreatment.js +1 -1
  539. package/components/Icons/Radioiodine.d.ts +4 -4
  540. package/components/Icons/Radioiodine.js +1 -1
  541. package/components/Icons/Receipt.d.ts +4 -4
  542. package/components/Icons/Receipt.js +1 -1
  543. package/components/Icons/Receptionist.d.ts +4 -4
  544. package/components/Icons/Receptionist.d.ts.map +1 -1
  545. package/components/Icons/Receptionist.js +1 -1
  546. package/components/Icons/Recovery.d.ts +4 -4
  547. package/components/Icons/Recovery.js +1 -1
  548. package/components/Icons/Referral.d.ts +4 -4
  549. package/components/Icons/Referral.d.ts.map +1 -1
  550. package/components/Icons/Referral.js +1 -1
  551. package/components/Icons/Refresh.d.ts +4 -4
  552. package/components/Icons/Refresh.d.ts.map +1 -1
  553. package/components/Icons/Refresh.js +1 -1
  554. package/components/Icons/Refund.d.ts +4 -4
  555. package/components/Icons/Refund.js +1 -1
  556. package/components/Icons/Reply.d.ts +4 -4
  557. package/components/Icons/Reply.d.ts.map +1 -1
  558. package/components/Icons/Reply.js +1 -1
  559. package/components/Icons/Rocket.d.ts +4 -4
  560. package/components/Icons/Rocket.js +1 -1
  561. package/components/Icons/RtfFile.d.ts +4 -4
  562. package/components/Icons/RtfFile.js +1 -1
  563. package/components/Icons/STDs.d.ts +4 -4
  564. package/components/Icons/Save.d.ts +4 -4
  565. package/components/Icons/Save.d.ts.map +1 -1
  566. package/components/Icons/Save.js +1 -1
  567. package/components/Icons/Scale.d.ts +4 -4
  568. package/components/Icons/Scale.js +1 -1
  569. package/components/Icons/Search.d.ts +4 -4
  570. package/components/Icons/Search.d.ts.map +1 -1
  571. package/components/Icons/Search.js +1 -1
  572. package/components/Icons/SectionSign.d.ts +4 -4
  573. package/components/Icons/SectionSign.d.ts.map +1 -1
  574. package/components/Icons/SectionSign.js +1 -1
  575. package/components/Icons/Settings.d.ts +4 -4
  576. package/components/Icons/Settings.d.ts.map +1 -1
  577. package/components/Icons/Settings.js +1 -1
  578. package/components/Icons/Sexualorientation.d.ts +4 -4
  579. package/components/Icons/ShakingHand.d.ts +4 -4
  580. package/components/Icons/ShakingHand.js +1 -1
  581. package/components/Icons/Share.d.ts +4 -4
  582. package/components/Icons/Share.d.ts.map +1 -1
  583. package/components/Icons/Share.js +1 -1
  584. package/components/Icons/Shield.d.ts +4 -4
  585. package/components/Icons/Shield.js +1 -1
  586. package/components/Icons/ShuntOperation.d.ts +4 -4
  587. package/components/Icons/ShuntOperation.js +1 -1
  588. package/components/Icons/Skeleton.d.ts +4 -4
  589. package/components/Icons/Skeleton.js +1 -1
  590. package/components/Icons/Skin.d.ts +4 -4
  591. package/components/Icons/Skin.js +1 -1
  592. package/components/Icons/Snake.d.ts +4 -4
  593. package/components/Icons/Snake.js +1 -1
  594. package/components/Icons/Snapchat.d.ts +4 -4
  595. package/components/Icons/Snapchat.js +1 -1
  596. package/components/Icons/SpeechBubble.d.ts +4 -4
  597. package/components/Icons/SpeechBubble.d.ts.map +1 -1
  598. package/components/Icons/SpeechBubble.js +1 -1
  599. package/components/Icons/Spray.d.ts +4 -4
  600. package/components/Icons/Spray.js +1 -1
  601. package/components/Icons/Stopwatch.d.ts +4 -4
  602. package/components/Icons/Stopwatch.d.ts.map +1 -1
  603. package/components/Icons/Stopwatch.js +1 -1
  604. package/components/Icons/SupportingPerson.d.ts +4 -4
  605. package/components/Icons/SupportingPerson.d.ts.map +1 -1
  606. package/components/Icons/SupportingPerson.js +1 -1
  607. package/components/Icons/Surgery.d.ts +4 -4
  608. package/components/Icons/Surgery.js +1 -1
  609. package/components/Icons/Syringe.d.ts +4 -4
  610. package/components/Icons/Syringe.d.ts.map +1 -1
  611. package/components/Icons/Syringe.js +1 -1
  612. package/components/Icons/Taxi.d.ts +4 -4
  613. package/components/Icons/Taxi.js +1 -1
  614. package/components/Icons/TeddyBear.d.ts +4 -4
  615. package/components/Icons/TeddyBear.js +1 -1
  616. package/components/Icons/Teenagers.d.ts +4 -4
  617. package/components/Icons/Teenagers.js +1 -1
  618. package/components/Icons/ThinkingAboutBaby.d.ts +4 -4
  619. package/components/Icons/ThinkingAboutBaby.js +1 -1
  620. package/components/Icons/Ticket.d.ts +4 -4
  621. package/components/Icons/Ticket.js +1 -1
  622. package/components/Icons/TimePassing.d.ts +4 -4
  623. package/components/Icons/TimePassing.d.ts.map +1 -1
  624. package/components/Icons/TimePassing.js +1 -1
  625. package/components/Icons/Toolbox.d.ts +4 -4
  626. package/components/Icons/Toolbox.d.ts.map +1 -1
  627. package/components/Icons/Toolbox.js +1 -1
  628. package/components/Icons/Tooth.d.ts +4 -4
  629. package/components/Icons/Tooth.js +1 -1
  630. package/components/Icons/TotalKneeProsthesis.d.ts +4 -4
  631. package/components/Icons/TotalKneeProsthesis.js +1 -1
  632. package/components/Icons/Train.d.ts +4 -4
  633. package/components/Icons/Train.js +1 -1
  634. package/components/Icons/Transplantation.d.ts +4 -4
  635. package/components/Icons/Transplantation.js +1 -1
  636. package/components/Icons/TrashCan.d.ts +4 -4
  637. package/components/Icons/TrashCan.d.ts.map +1 -1
  638. package/components/Icons/TrashCan.js +1 -1
  639. package/components/Icons/Twitter.d.ts +4 -4
  640. package/components/Icons/Twitter.js +1 -1
  641. package/components/Icons/Undo.d.ts +4 -4
  642. package/components/Icons/Undo.d.ts.map +1 -1
  643. package/components/Icons/Undo.js +1 -1
  644. package/components/Icons/UniProsthesis.d.ts +4 -4
  645. package/components/Icons/UniProsthesis.js +1 -1
  646. package/components/Icons/Upload.d.ts +4 -4
  647. package/components/Icons/Upload.d.ts.map +1 -1
  648. package/components/Icons/Upload.js +1 -1
  649. package/components/Icons/UserOrganization.d.ts +4 -4
  650. package/components/Icons/UserOrganization.js +1 -1
  651. package/components/Icons/Vaccine.d.ts +4 -4
  652. package/components/Icons/Vaccine.d.ts.map +1 -1
  653. package/components/Icons/Vaccine.js +1 -1
  654. package/components/Icons/VerticalDots.d.ts +4 -4
  655. package/components/Icons/VerticalDots.d.ts.map +1 -1
  656. package/components/Icons/VerticalDots.js +1 -1
  657. package/components/Icons/VideoCamera.d.ts +4 -4
  658. package/components/Icons/VideoCamera.d.ts.map +1 -1
  659. package/components/Icons/VideoCamera.js +1 -1
  660. package/components/Icons/VideoChat.d.ts +4 -4
  661. package/components/Icons/VideoChat.d.ts.map +1 -1
  662. package/components/Icons/VideoChat.js +1 -1
  663. package/components/Icons/Wallet.d.ts +4 -4
  664. package/components/Icons/Wallet.d.ts.map +1 -1
  665. package/components/Icons/Wallet.js +1 -1
  666. package/components/Icons/Watch.d.ts +4 -4
  667. package/components/Icons/Watch.d.ts.map +1 -1
  668. package/components/Icons/Watch.js +1 -1
  669. package/components/Icons/Website.d.ts +4 -4
  670. package/components/Icons/Website.js +1 -1
  671. package/components/Icons/Wheelchair.d.ts +4 -4
  672. package/components/Icons/Wheelchair.js +1 -1
  673. package/components/Icons/WheelchairActive.d.ts +4 -4
  674. package/components/Icons/WheelchairActive.js +1 -1
  675. package/components/Icons/Window.d.ts +4 -4
  676. package/components/Icons/Window.js +1 -1
  677. package/components/Icons/WordDocument.d.ts +4 -4
  678. package/components/Icons/WordDocument.js +1 -1
  679. package/components/Icons/WorkSuitcase.d.ts +4 -4
  680. package/components/Icons/WorkSuitcase.js +1 -1
  681. package/components/Icons/X.d.ts +4 -4
  682. package/components/Icons/X.d.ts.map +1 -1
  683. package/components/Icons/X.js +1 -1
  684. package/components/Icons/XOutline.d.ts +4 -4
  685. package/components/Icons/XOutline.js +1 -1
  686. package/components/Icons/XmlFile.d.ts +4 -4
  687. package/components/Icons/XmlFile.js +1 -1
  688. package/components/Icons/YouTube.d.ts +4 -4
  689. package/components/Icons/YouTube.js +1 -1
  690. package/components/Icons/Zoom.d.ts +4 -4
  691. package/components/Icons/Zoom.d.ts.map +1 -1
  692. package/components/Icons/Zoom.js +1 -1
  693. package/components/Icons/index.d.ts +4 -4
  694. package/components/Icons/index.js +1 -1
  695. package/components/Input/Input.d.ts +54 -54
  696. package/components/Input/index.d.ts +3 -3
  697. package/components/Input/index.js +1 -1
  698. package/components/Input/styles.module.scss +59 -59
  699. package/components/Input/styles.module.scss.d.ts +23 -23
  700. package/components/LinkList/LinkList.d.ts +41 -41
  701. package/components/LinkList/index.d.ts +3 -3
  702. package/components/LinkList/index.js +1 -1
  703. package/components/LinkList/styles.module.scss +147 -147
  704. package/components/LinkList/styles.module.scss.d.ts +26 -26
  705. package/components/List/List.d.ts +9 -9
  706. package/components/List/index.d.ts +3 -3
  707. package/components/List/index.js +1 -1
  708. package/components/List/styles.module.scss +11 -11
  709. package/components/List/styles.module.scss.d.ts +10 -10
  710. package/components/Loader/Loader.d.ts +32 -32
  711. package/components/Loader/Loader.d.ts.map +1 -1
  712. package/components/Loader/index.d.ts +3 -3
  713. package/components/Loader/index.js +1 -1
  714. package/components/Loader/styles.module.scss +194 -194
  715. package/components/Logo/Logo.d.ts +17 -17
  716. package/components/Logo/index.d.ts +3 -3
  717. package/components/Logo/index.js +1 -1
  718. package/components/Modal/Modal.d.ts +69 -69
  719. package/components/Modal/index.d.ts +3 -3
  720. package/components/Modal/index.js +1 -1
  721. package/components/Modal/styles.module.scss +245 -243
  722. package/components/Modal/styles.module.scss.d.ts +41 -41
  723. package/components/NotificationPanel/NotificationPanel.d.ts +47 -47
  724. package/components/NotificationPanel/index.d.ts +3 -3
  725. package/components/NotificationPanel/index.js +1 -1
  726. package/components/NotificationPanel/styles.module.scss +153 -153
  727. package/components/NotificationPanel/styles.module.scss.d.ts +33 -33
  728. package/components/Portal/index.d.ts +12 -12
  729. package/components/Portal/index.js +1 -1
  730. package/components/RadioButton/RadioButton.d.ts +30 -30
  731. package/components/RadioButton/index.d.ts +3 -3
  732. package/components/RadioButton/index.js +1 -1
  733. package/components/RadioButton/styles.module.scss +236 -236
  734. package/components/RadioButton/styles.module.scss.d.ts +23 -23
  735. package/components/Slider/Slider.d.ts +19 -19
  736. package/components/Slider/SliderUtils.d.ts +40 -40
  737. package/components/Slider/index.d.ts +3 -3
  738. package/components/Slider/index.js +1 -1
  739. package/components/Slider/styles.module.scss +85 -85
  740. package/components/Slider/styles.module.scss.d.ts +19 -19
  741. package/components/Spacer/Spacer.d.ts +12 -12
  742. package/components/Spacer/index.d.ts +3 -3
  743. package/components/Spacer/index.js +1 -1
  744. package/components/Spacer/styles.module.scss +47 -47
  745. package/components/Spacer/styles.module.scss.d.ts +22 -22
  746. package/components/Textarea/Textarea.d.ts +36 -36
  747. package/components/Textarea/index.d.ts +3 -3
  748. package/components/Textarea/index.js +1 -1
  749. package/components/Textarea/styles.module.scss +57 -57
  750. package/components/Textarea/styles.module.scss.d.ts +26 -26
  751. package/components/Tile/Tile.d.ts +33 -33
  752. package/components/Tile/index.d.ts +3 -3
  753. package/components/Tile/index.js +1 -1
  754. package/components/Tile/styles.module.scss +115 -115
  755. package/components/Tile/styles.module.scss.d.ts +18 -18
  756. package/components/Title/Title.d.ts +25 -25
  757. package/components/Title/index.d.ts +3 -3
  758. package/components/Title/index.js +1 -1
  759. package/components/Title/styles.module.scss +27 -27
  760. package/components/Title/styles.module.scss.d.ts +15 -15
  761. package/components/Validation/Validation.d.ts +16 -16
  762. package/components/Validation/index.d.ts +3 -3
  763. package/components/Validation/index.js +1 -1
  764. package/components/Validation/styles.module.scss +18 -18
  765. package/components/Validation/styles.module.scss.d.ts +10 -10
  766. package/constants-075356e2.js +2 -0
  767. package/constants-075356e2.js.map +1 -0
  768. package/constants.d.ts +92 -91
  769. package/constants.d.ts.map +1 -1
  770. package/grid-c105cad1.js +2 -0
  771. package/grid-c105cad1.js.map +1 -0
  772. package/hoc/withBreakpoint/index.d.ts +4 -0
  773. package/hoc/withBreakpoint/index.d.ts.map +1 -0
  774. package/hoc/withBreakpoint/index.js +2 -0
  775. package/{components/__mocks__ → hoc/withBreakpoint}/index.js.map +0 -0
  776. package/hoc/withBreakpoint/withBreakpoint.d.ts +14 -0
  777. package/hoc/withBreakpoint/withBreakpoint.d.ts.map +1 -0
  778. package/hooks/focus-utils.d.ts +6 -6
  779. package/hooks/useBreakpoint.d.ts +13 -12
  780. package/hooks/useBreakpoint.d.ts.map +1 -1
  781. package/hooks/useFocusToggle.d.ts +13 -13
  782. package/hooks/useFocusTrap.d.ts +3 -3
  783. package/hooks/useHover.d.ts +11 -11
  784. package/hooks/useIcons.d.ts +3 -3
  785. package/hooks/useIntersectionObserver.d.ts +10 -10
  786. package/hooks/useIsVisible.d.ts +9 -9
  787. package/hooks/useLayoutEvent.d.ts +8 -8
  788. package/hooks/useLayoutEvent.d.ts.map +1 -1
  789. package/hooks/usePrevious.d.ts +7 -0
  790. package/hooks/usePrevious.d.ts.map +1 -0
  791. package/hooks/useSize.d.ts +8 -8
  792. package/hooks/useSticky.d.ts +20 -20
  793. package/hooks/useWindowSize.d.ts +4 -4
  794. package/hooks/useWindowSize.d.ts.map +1 -1
  795. package/index-d1c9177a.js +2 -0
  796. package/index-d1c9177a.js.map +1 -0
  797. package/index.d.ts +13 -12
  798. package/index.d.ts.map +1 -1
  799. package/index.js +1 -1
  800. package/package.json +2 -1
  801. package/scss/_body.scss +11 -11
  802. package/scss/_breakpoints.scss +16 -16
  803. package/scss/_font-settings.scss +8 -8
  804. package/scss/_fonts.scss +112 -112
  805. package/scss/_grid.scss +1 -1
  806. package/scss/_input.scss +176 -176
  807. package/scss/_palette.scss +136 -136
  808. package/scss/_print.scss +176 -176
  809. package/scss/_reset.scss +13 -13
  810. package/scss/_spacers.scss +40 -40
  811. package/scss/_title.scss +59 -59
  812. package/scss/helsenorge.scss +8 -8
  813. package/scss/typography.module.scss +154 -154
  814. package/theme/currys/color.d.ts +3 -3
  815. package/theme/currys/index.d.ts +2 -2
  816. package/theme/currys/spacing.d.ts +3 -3
  817. package/theme/grid.d.ts +21 -20
  818. package/theme/grid.d.ts.map +1 -1
  819. package/theme/index.d.ts +99 -98
  820. package/theme/index.d.ts.map +1 -1
  821. package/theme/palette.d.ts +67 -67
  822. package/theme/spacers.d.ts +18 -18
  823. package/useBreakpoint-8209ae3c.js +2 -0
  824. package/useBreakpoint-8209ae3c.js.map +1 -0
  825. package/{useHover-9710204a.js → useHover-507fb85a.js} +2 -2
  826. package/useHover-507fb85a.js.map +1 -0
  827. package/{useIsVisible-a1f67a11.js → useIsVisible-f5d49913.js} +2 -2
  828. package/useIsVisible-f5d49913.js.map +1 -0
  829. package/usePrevious-ae293b10.js +2 -0
  830. package/usePrevious-ae293b10.js.map +1 -0
  831. package/useSticky-a572c326.js +2 -0
  832. package/useSticky-a572c326.js.map +1 -0
  833. package/useWindowSize-58f26dea.js +2 -0
  834. package/useWindowSize-58f26dea.js.map +1 -0
  835. package/utils/debounce.d.ts +7 -7
  836. package/utils/uuid.d.ts +2 -2
  837. package/utils/viewport.d.ts +1 -1
  838. package/AlertSignFill-e607ff43.js +0 -2
  839. package/AlertSignFill-e607ff43.js.map +0 -1
  840. package/Button-397ff5a8.js +0 -2
  841. package/Button-397ff5a8.js.map +0 -1
  842. package/Check-6291ad09.js +0 -2
  843. package/Check-6291ad09.js.map +0 -1
  844. package/Checkbox-acd12b0c.js +0 -2
  845. package/Checkbox-acd12b0c.js.map +0 -1
  846. package/ChevronUp-4b6797ef.js +0 -2
  847. package/ChevronUp-4b6797ef.js.map +0 -1
  848. package/Close-060173de.js +0 -2
  849. package/Close-060173de.js.map +0 -1
  850. package/FormGroup-b2b6efe0.js.map +0 -1
  851. package/Icon-537c6b21.js +0 -2
  852. package/Icon-537c6b21.js.map +0 -1
  853. package/Input-59ca2467.js +0 -2
  854. package/Input-59ca2467.js.map +0 -1
  855. package/Loader-bc13d060.js.map +0 -1
  856. package/Modal-3c7f9f93.js +0 -2
  857. package/Modal-3c7f9f93.js.map +0 -1
  858. package/RadioButton-c173d440.js.map +0 -1
  859. package/Textarea-78e20c9a.js.map +0 -1
  860. package/Title-9df559dd.js.map +0 -1
  861. package/Validation-16a8bdcd.js +0 -2
  862. package/Validation-16a8bdcd.js.map +0 -1
  863. package/_rollupPluginBabelHelpers-b8ef6dd9.js +0 -2
  864. package/_rollupPluginBabelHelpers-b8ef6dd9.js.map +0 -1
  865. package/color-a10c7892.js +0 -2
  866. package/color-a10c7892.js.map +0 -1
  867. package/components/Modal/__mocks__/IntersectionObserver.d.ts +0 -6
  868. package/components/Modal/__mocks__/IntersectionObserver.d.ts.map +0 -1
  869. package/components/__mocks__/index.js +0 -2
  870. package/constants-eb74321e.js +0 -2
  871. package/constants-eb74321e.js.map +0 -1
  872. package/grid-11a70eb7.js +0 -2
  873. package/grid-11a70eb7.js.map +0 -1
  874. package/index-0e78dfa0.js +0 -2
  875. package/index-0e78dfa0.js.map +0 -1
  876. package/useBreakpoint-552af2b9.js +0 -2
  877. package/useBreakpoint-552af2b9.js.map +0 -1
  878. package/useHover-9710204a.js.map +0 -1
  879. package/useIsVisible-a1f67a11.js.map +0 -1
  880. package/useSticky-d61d1f0b.js +0 -2
  881. package/useSticky-d61d1f0b.js.map +0 -1
  882. package/useWindowSize-750f9b68.js +0 -2
  883. package/useWindowSize-750f9b68.js.map +0 -1
@@ -1,2 +1,2 @@
1
- import c from"react";export default function(a){a.isExtraSmall;var v=a.isHovered,e=c.createElement("path",{fillRule:"evenodd",d:"M41.064 22.427c-.035-.02-.068-.04-.104-.058.004-.11.017-.216.017-.327v-6.885a3.801 3.801 0 012.702 3.649 3.839 3.839 0 01-2.615 3.62m-1.848 4.802a8.514 8.514 0 001.581-3.44c.546.388.869.889.869 1.41 0 .963-1.062 1.792-2.45 2.03m-7.338-1.632c.207-1.153.427-2.16.659-2.977.623-2.194 2.297-5.645 4.541-7.027v6.362c-1.894.434-3.2 1.732-3.2 3.244 0 .506.152.993.427 1.438a4.656 4.656 0 01-1.421.367 3.993 3.993 0 00-1.006-1.407m-2.672 5.622a2.688 2.688 0 01-2.686-2.685 2.688 2.688 0 012.686-2.685 2.688 2.688 0 012.686 2.685 2.688 2.688 0 01-2.686 2.685m6.192-5.285a1.403 1.403 0 01-.219-.735c0-.79.73-1.52 1.801-1.875a4.668 4.668 0 01-1.582 2.61m-22.576-.735c0 1.14-1.486 2.105-3.244 2.105-1.758 0-3.243-.964-3.243-2.105 0-1.142 1.485-2.106 3.243-2.106 1.758 0 3.244.964 3.244 2.106m32.158-6.392a5.091 5.091 0 00-4.003-4.985V8.188h-1v13.854c0 3.966-3.063 7.225-6.946 7.55.094-.34.161-.69.161-1.06 0-.181-.03-.357-.054-.533 2.783-.366 4.94-2.748 4.94-5.63V8.189h-1v5.409c-1.554-.102-3.555-.33-5.042-.846a47.17 47.17 0 01-.898-.326c-1.832-.677-4.322-1.6-7.017-1.593v-.005c-.044-.001-.086.003-.13.002-.038 0-.074-.003-.112-.002v.004c-2.692-.015-5.185.917-7.017 1.594-.323.12-.624.23-.898.326-2.89 1.005-7.755.935-7.816.927a5.134 5.134 0 00-5.127 5.128c0 1.918 1.092 3.65 2.743 4.525-.459.533-.729 1.17-.729 1.867 0 1.877 2.038 3.406 4.543 3.406 2.506 0 4.544-1.53 4.544-3.406 0-1.911-1.996-3.407-4.544-3.407-1 0-1.909.237-2.651.632a3.836 3.836 0 01-2.606-3.617 3.83 3.83 0 013.815-3.828c.048.002.349.006.81 0v.006c3.142-.06 5.677 4.674 6.517 7.635 1.327 4.676 2.05 14.472 1.983 19.437l1.3.017c.066-4.937-.619-14.833-2.032-19.81-.697-2.454-2.353-5.747-4.653-7.45 1.447-.138 3.044-.386 4.33-.833.281-.098.59-.212.922-.335 1.765-.654 4.174-1.534 6.677-1.516 2.511-.003 4.928.862 6.697 1.516.332.123.641.237.922.335 1.285.446 2.888.69 4.314.828-2.481 1.844-4.083 5.503-4.636 7.456a30.393 30.393 0 00-.594 2.577 3.859 3.859 0 00-2.245-.217c.924-3.802 3.601-7.855 3.629-7.897a.5.5 0 00-.416-.778H16.339a.5.5 0 00-.416.778c.029.043 2.854 4.313 3.704 8.199.872 3.984 1.331 5.956 2.229 7.23.519.736.569 1.197.488 1.373-.088.03-.187.049-.29.07-.566.12-1.62.343-1.62 1.983v6.483h1v-6.483c0-.83.294-.891.826-1.004.145-.03.284-.061.407-.102.323-.111.559-.35.664-.673.185-.57-.049-1.36-.657-2.223-.748-1.06-1.183-2.816-2.07-6.867-.677-3.098-2.48-6.318-3.358-7.764h13.508c-.878 1.446-2.681 4.666-3.358 7.764l-.072.328c-1.246.675-2.104 1.979-2.104 3.492 0 .773.231 1.488.612 2.099a5.161 5.161 0 01-.505.948c-.609.864-.843 1.653-.658 2.223.105.323.341.562.665.673.122.04.261.072.406.102.532.113.826.174.826 1.004v6.483h1v-6.483c0-1.64-1.054-1.863-1.62-1.982-.103-.022-.202-.041-.325-.107-.046-.14.005-.601.523-1.337.143-.203.275-.43.401-.677a3.958 3.958 0 002.661 1.04c.168 0 .327-.03.489-.05-.302 3.419-.475 7.1-.441 9.604l1.3-.017c-.035-2.594.156-6.483.484-10.004a3.994 3.994 0 001.551-1.437 8.536 8.536 0 005.352-2.035c.158.013.318.024.481.024 2.505 0 4.543-1.53 4.543-3.406 0-.677-.266-1.318-.737-1.863 1.655-.873 2.752-2.607 2.752-4.53"});return v?c.createElement("path",{fillRule:"evenodd",d:"M41.064 22.427c-.035-.02-.068-.04-.104-.058.004-.11.017-.216.017-.327v-6.885a3.801 3.801 0 012.702 3.649 3.839 3.839 0 01-2.615 3.62m-1.848 4.802a8.514 8.514 0 001.581-3.44c.546.388.869.889.869 1.41 0 .963-1.062 1.792-2.45 2.03m-10.01 3.374a2.071 2.071 0 01-2.069-2.07c0-1.14.928-2.068 2.069-2.068s2.069.928 2.069 2.069a2.071 2.071 0 01-2.069 2.069m7.872-14.98v6.332c-1.894.434-3.2 1.732-3.2 3.244 0 .506.152.993.427 1.438a4.624 4.624 0 01-1.91.417h-.177a3.352 3.352 0 00-.427-.655c.244-1.5.511-2.776.796-3.78.616-2.17 2.27-5.591 4.491-6.996m-1.68 10.31a1.403 1.403 0 01-.219-.734c0-.79.73-1.52 1.801-1.875a4.668 4.668 0 01-1.582 2.61m-22.576-.735c0 1.14-1.486 2.105-3.244 2.105-1.758 0-3.243-.964-3.243-2.105 0-1.142 1.485-2.106 3.243-2.106 1.758 0 3.244.964 3.244 2.106m32.158-6.392a5.09 5.09 0 00-4.003-4.985V8.188h-1v13.854c0 4.18-3.401 7.582-7.582 7.582h-.017c.119-.343.197-.707.197-1.091 0-.167-.026-.327-.049-.487a5.685 5.685 0 005.552-5.676V8.188h-1v5.409c-1.554-.102-3.555-.33-5.042-.846a44.799 44.799 0 01-.898-.326c-1.832-.677-4.322-1.6-7.017-1.593v-.005c-.044-.001-.086.003-.13.002-.038 0-.074-.003-.112-.002v.004c-2.692-.015-5.185.917-7.017 1.594-.323.12-.624.23-.898.326-2.89 1.005-7.755.935-7.816.927a5.134 5.134 0 00-5.127 5.128c0 1.918 1.092 3.65 2.743 4.525-.459.533-.729 1.17-.729 1.867 0 1.877 2.038 3.406 4.543 3.406 2.506 0 4.544-1.53 4.544-3.406 0-1.911-1.996-3.407-4.544-3.407-1 0-1.909.237-2.651.632a3.836 3.836 0 01-2.606-3.617 3.83 3.83 0 013.815-3.828c.048.002.349.006.81 0v.006c3.161-.06 5.677 4.674 6.517 7.635 1.327 4.676 2.05 14.472 1.983 19.437l1.3.017c.066-4.937-.619-14.833-2.032-19.81-.697-2.454-2.353-5.747-4.653-7.45 1.447-.138 3.044-.386 4.33-.833.281-.098.59-.212.922-.335 1.767-.656 4.177-1.536 6.686-1.517 2.507-.017 4.92.863 6.688 1.517.332.123.641.237.922.335 1.298.45 2.92.697 4.357.833-2.478 1.846-4.078 5.507-4.63 7.45-.252.89-.49 1.976-.71 3.226a3.318 3.318 0 00-1.42-.326c-.32 0-.624.059-.917.143l.084-.38c.85-3.886 3.675-8.156 3.704-8.2a.5.5 0 00-.416-.777H16.339a.5.5 0 00-.416.778c.029.043 2.854 4.313 3.704 8.199.872 3.984 1.331 5.956 2.229 7.23.519.736.569 1.197.488 1.373-.088.03-.187.049-.29.07-.566.12-1.62.343-1.62 1.983v6.483h1v-6.483c0-.83.294-.891.826-1.004.145-.03.284-.061.407-.102.323-.111.559-.35.664-.673.185-.57-.048-1.36-.657-2.223-.748-1.06-1.183-2.816-2.07-6.867-.677-3.098-2.48-6.318-3.358-7.764h13.508c-.878 1.446-2.681 4.666-3.358 7.764l-.262 1.183a3.351 3.351 0 00-1.298 2.637c0 .477.103.929.282 1.34-.248.746-.496 1.29-.791 1.707-.609.864-.843 1.653-.658 2.223.105.323.341.562.665.673.122.04.261.072.406.102.532.113.826.174.826 1.004v6.483h1v-6.483c0-1.64-1.054-1.863-1.62-1.982-.103-.022-.202-.041-.325-.107-.046-.14.005-.601.523-1.337.246-.348.461-.763.664-1.262a3.357 3.357 0 002.398 1.009c.204 0 .402-.026.597-.061-.341 3.614-.535 7.53-.499 10.23l1.3-.016c-.038-2.834.182-7.036.561-10.793.251-.18.469-.398.662-.64h.568a8.535 8.535 0 005.546-2.043c.158.013.318.024.481.024 2.505 0 4.543-1.53 4.543-3.406 0-.677-.266-1.318-.737-1.863 1.655-.873 2.752-2.607 2.752-4.53"}):e}
1
+ import c from"react";export default function(a){a.size;var v=a.isHovered,e=c.createElement("path",{fillRule:"evenodd",d:"M41.064 22.427c-.035-.02-.068-.04-.104-.058.004-.11.017-.216.017-.327v-6.885a3.801 3.801 0 012.702 3.649 3.839 3.839 0 01-2.615 3.62m-1.848 4.802a8.514 8.514 0 001.581-3.44c.546.388.869.889.869 1.41 0 .963-1.062 1.792-2.45 2.03m-7.338-1.632c.207-1.153.427-2.16.659-2.977.623-2.194 2.297-5.645 4.541-7.027v6.362c-1.894.434-3.2 1.732-3.2 3.244 0 .506.152.993.427 1.438a4.656 4.656 0 01-1.421.367 3.993 3.993 0 00-1.006-1.407m-2.672 5.622a2.688 2.688 0 01-2.686-2.685 2.688 2.688 0 012.686-2.685 2.688 2.688 0 012.686 2.685 2.688 2.688 0 01-2.686 2.685m6.192-5.285a1.403 1.403 0 01-.219-.735c0-.79.73-1.52 1.801-1.875a4.668 4.668 0 01-1.582 2.61m-22.576-.735c0 1.14-1.486 2.105-3.244 2.105-1.758 0-3.243-.964-3.243-2.105 0-1.142 1.485-2.106 3.243-2.106 1.758 0 3.244.964 3.244 2.106m32.158-6.392a5.091 5.091 0 00-4.003-4.985V8.188h-1v13.854c0 3.966-3.063 7.225-6.946 7.55.094-.34.161-.69.161-1.06 0-.181-.03-.357-.054-.533 2.783-.366 4.94-2.748 4.94-5.63V8.189h-1v5.409c-1.554-.102-3.555-.33-5.042-.846a47.17 47.17 0 01-.898-.326c-1.832-.677-4.322-1.6-7.017-1.593v-.005c-.044-.001-.086.003-.13.002-.038 0-.074-.003-.112-.002v.004c-2.692-.015-5.185.917-7.017 1.594-.323.12-.624.23-.898.326-2.89 1.005-7.755.935-7.816.927a5.134 5.134 0 00-5.127 5.128c0 1.918 1.092 3.65 2.743 4.525-.459.533-.729 1.17-.729 1.867 0 1.877 2.038 3.406 4.543 3.406 2.506 0 4.544-1.53 4.544-3.406 0-1.911-1.996-3.407-4.544-3.407-1 0-1.909.237-2.651.632a3.836 3.836 0 01-2.606-3.617 3.83 3.83 0 013.815-3.828c.048.002.349.006.81 0v.006c3.142-.06 5.677 4.674 6.517 7.635 1.327 4.676 2.05 14.472 1.983 19.437l1.3.017c.066-4.937-.619-14.833-2.032-19.81-.697-2.454-2.353-5.747-4.653-7.45 1.447-.138 3.044-.386 4.33-.833.281-.098.59-.212.922-.335 1.765-.654 4.174-1.534 6.677-1.516 2.511-.003 4.928.862 6.697 1.516.332.123.641.237.922.335 1.285.446 2.888.69 4.314.828-2.481 1.844-4.083 5.503-4.636 7.456a30.393 30.393 0 00-.594 2.577 3.859 3.859 0 00-2.245-.217c.924-3.802 3.601-7.855 3.629-7.897a.5.5 0 00-.416-.778H16.339a.5.5 0 00-.416.778c.029.043 2.854 4.313 3.704 8.199.872 3.984 1.331 5.956 2.229 7.23.519.736.569 1.197.488 1.373-.088.03-.187.049-.29.07-.566.12-1.62.343-1.62 1.983v6.483h1v-6.483c0-.83.294-.891.826-1.004.145-.03.284-.061.407-.102.323-.111.559-.35.664-.673.185-.57-.049-1.36-.657-2.223-.748-1.06-1.183-2.816-2.07-6.867-.677-3.098-2.48-6.318-3.358-7.764h13.508c-.878 1.446-2.681 4.666-3.358 7.764l-.072.328c-1.246.675-2.104 1.979-2.104 3.492 0 .773.231 1.488.612 2.099a5.161 5.161 0 01-.505.948c-.609.864-.843 1.653-.658 2.223.105.323.341.562.665.673.122.04.261.072.406.102.532.113.826.174.826 1.004v6.483h1v-6.483c0-1.64-1.054-1.863-1.62-1.982-.103-.022-.202-.041-.325-.107-.046-.14.005-.601.523-1.337.143-.203.275-.43.401-.677a3.958 3.958 0 002.661 1.04c.168 0 .327-.03.489-.05-.302 3.419-.475 7.1-.441 9.604l1.3-.017c-.035-2.594.156-6.483.484-10.004a3.994 3.994 0 001.551-1.437 8.536 8.536 0 005.352-2.035c.158.013.318.024.481.024 2.505 0 4.543-1.53 4.543-3.406 0-.677-.266-1.318-.737-1.863 1.655-.873 2.752-2.607 2.752-4.53"});return v?c.createElement("path",{fillRule:"evenodd",d:"M41.064 22.427c-.035-.02-.068-.04-.104-.058.004-.11.017-.216.017-.327v-6.885a3.801 3.801 0 012.702 3.649 3.839 3.839 0 01-2.615 3.62m-1.848 4.802a8.514 8.514 0 001.581-3.44c.546.388.869.889.869 1.41 0 .963-1.062 1.792-2.45 2.03m-10.01 3.374a2.071 2.071 0 01-2.069-2.07c0-1.14.928-2.068 2.069-2.068s2.069.928 2.069 2.069a2.071 2.071 0 01-2.069 2.069m7.872-14.98v6.332c-1.894.434-3.2 1.732-3.2 3.244 0 .506.152.993.427 1.438a4.624 4.624 0 01-1.91.417h-.177a3.352 3.352 0 00-.427-.655c.244-1.5.511-2.776.796-3.78.616-2.17 2.27-5.591 4.491-6.996m-1.68 10.31a1.403 1.403 0 01-.219-.734c0-.79.73-1.52 1.801-1.875a4.668 4.668 0 01-1.582 2.61m-22.576-.735c0 1.14-1.486 2.105-3.244 2.105-1.758 0-3.243-.964-3.243-2.105 0-1.142 1.485-2.106 3.243-2.106 1.758 0 3.244.964 3.244 2.106m32.158-6.392a5.09 5.09 0 00-4.003-4.985V8.188h-1v13.854c0 4.18-3.401 7.582-7.582 7.582h-.017c.119-.343.197-.707.197-1.091 0-.167-.026-.327-.049-.487a5.685 5.685 0 005.552-5.676V8.188h-1v5.409c-1.554-.102-3.555-.33-5.042-.846a44.799 44.799 0 01-.898-.326c-1.832-.677-4.322-1.6-7.017-1.593v-.005c-.044-.001-.086.003-.13.002-.038 0-.074-.003-.112-.002v.004c-2.692-.015-5.185.917-7.017 1.594-.323.12-.624.23-.898.326-2.89 1.005-7.755.935-7.816.927a5.134 5.134 0 00-5.127 5.128c0 1.918 1.092 3.65 2.743 4.525-.459.533-.729 1.17-.729 1.867 0 1.877 2.038 3.406 4.543 3.406 2.506 0 4.544-1.53 4.544-3.406 0-1.911-1.996-3.407-4.544-3.407-1 0-1.909.237-2.651.632a3.836 3.836 0 01-2.606-3.617 3.83 3.83 0 013.815-3.828c.048.002.349.006.81 0v.006c3.161-.06 5.677 4.674 6.517 7.635 1.327 4.676 2.05 14.472 1.983 19.437l1.3.017c.066-4.937-.619-14.833-2.032-19.81-.697-2.454-2.353-5.747-4.653-7.45 1.447-.138 3.044-.386 4.33-.833.281-.098.59-.212.922-.335 1.767-.656 4.177-1.536 6.686-1.517 2.507-.017 4.92.863 6.688 1.517.332.123.641.237.922.335 1.298.45 2.92.697 4.357.833-2.478 1.846-4.078 5.507-4.63 7.45-.252.89-.49 1.976-.71 3.226a3.318 3.318 0 00-1.42-.326c-.32 0-.624.059-.917.143l.084-.38c.85-3.886 3.675-8.156 3.704-8.2a.5.5 0 00-.416-.777H16.339a.5.5 0 00-.416.778c.029.043 2.854 4.313 3.704 8.199.872 3.984 1.331 5.956 2.229 7.23.519.736.569 1.197.488 1.373-.088.03-.187.049-.29.07-.566.12-1.62.343-1.62 1.983v6.483h1v-6.483c0-.83.294-.891.826-1.004.145-.03.284-.061.407-.102.323-.111.559-.35.664-.673.185-.57-.048-1.36-.657-2.223-.748-1.06-1.183-2.816-2.07-6.867-.677-3.098-2.48-6.318-3.358-7.764h13.508c-.878 1.446-2.681 4.666-3.358 7.764l-.262 1.183a3.351 3.351 0 00-1.298 2.637c0 .477.103.929.282 1.34-.248.746-.496 1.29-.791 1.707-.609.864-.843 1.653-.658 2.223.105.323.341.562.665.673.122.04.261.072.406.102.532.113.826.174.826 1.004v6.483h1v-6.483c0-1.64-1.054-1.863-1.62-1.982-.103-.022-.202-.041-.325-.107-.046-.14.005-.601.523-1.337.246-.348.461-.763.664-1.262a3.357 3.357 0 002.398 1.009c.204 0 .402-.026.597-.061-.341 3.614-.535 7.53-.499 10.23l1.3-.016c-.038-2.834.182-7.036.561-10.793.251-.18.469-.398.662-.64h.568a8.535 8.535 0 005.546-2.043c.158.013.318.024.481.024 2.505 0 4.543-1.53 4.543-3.406 0-.677-.266-1.318-.737-1.863 1.655-.873 2.752-2.607 2.752-4.53"}):e}
2
2
  //# sourceMappingURL=Embolization.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const EnterFullScreen: React.FC<SvgPathProps>;
4
- export default EnterFullScreen;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const EnterFullScreen: React.FC<SvgPathProps>;
4
+ export default EnterFullScreen;
5
5
  //# sourceMappingURL=EnterFullScreen.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EnterFullScreen.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/EnterFullScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAEtC,QAAA,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CA2B3C,CAAC;AAEF,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"EnterFullScreen.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/EnterFullScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAW,YAAY,EAAE,MAAM,QAAQ,CAAC;AAE/C,QAAA,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CA2B3C,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -1,2 +1,2 @@
1
- import e from"react";export default function(t){var l=t.isExtraSmall,h=t.isHovered,a=e.createElement("g",null,e.createElement("path",{d:"M12.546 36.373l-.919-.919 7.218-7.218.919.919z"}),e.createElement("path",{d:"M20.18 36.563h-8.744v-8.702h1.3v7.402h7.444zM29.155 19.764l-.919-.919 7.218-7.218.919.919z"}),e.createElement("path",{d:"M36.564 20.139h-1.3v-7.402H27.82v-1.3h8.744z"})),v=e.createElement("g",null,e.createElement("path",{d:"M11.283 37.636l-.919-.919 7.218-7.218.919.919z"}),e.createElement("path",{d:"M18.917 37.827h-8.744v-8.702h1.3v7.402h7.444zM30.418 18.501l-.919-.919 7.218-7.218.919.919z"}),e.createElement("path",{d:"M37.826 18.876h-1.3v-7.402h-7.444v-1.3h8.744zM12.546 36.373l-.919-.919 7.218-7.218.919.919z"}),e.createElement("path",{d:"M29.155 19.764l-.919-.919 7.218-7.218.919.919z"})),r=e.createElement("path",{d:"M27.688 11.07v1.769h5.958l-5.708 5.708 1.25 1.252 5.709-5.708v5.916h1.768v-8.936h-8.977zm-7.89 18.12l-1.25-1.251-5.709 5.707v-5.917h-1.768v8.937h8.977v-1.768H14.09l5.708-5.709z"});return l?h?e.createElement("path",{d:"M28.951 9.807v1.769h5.959l-6.972 6.971 1.25 1.252 1.264-1.263 5.708-5.708v5.916h1.769V9.807H28.95zM18.548 27.94l-6.973 6.971v-5.918H9.807v8.938h8.979v-1.77h-5.959l6.972-6.97-1.25-1.251z"}):r:h?v:a}
1
+ import e from"react";import{getIcon as t}from"./Icon.js";import"../../_tslib-51c8a283.js";import"../../constants-075356e2.js";export default function(h){var l=h.size,a=h.isHovered;return t(l,a,e.createElement("g",null,e.createElement("path",{d:"M12.546 36.373l-.919-.919 7.218-7.218.919.919z"}),e.createElement("path",{d:"M20.18 36.563h-8.744v-8.702h1.3v7.402h7.444zM29.155 19.764l-.919-.919 7.218-7.218.919.919z"}),e.createElement("path",{d:"M36.564 20.139h-1.3v-7.402H27.82v-1.3h8.744z"})),e.createElement("g",null,e.createElement("path",{d:"M11.283 37.636l-.919-.919 7.218-7.218.919.919z"}),e.createElement("path",{d:"M18.917 37.827h-8.744v-8.702h1.3v7.402h7.444zM30.418 18.501l-.919-.919 7.218-7.218.919.919z"}),e.createElement("path",{d:"M37.826 18.876h-1.3v-7.402h-7.444v-1.3h8.744zM12.546 36.373l-.919-.919 7.218-7.218.919.919z"}),e.createElement("path",{d:"M29.155 19.764l-.919-.919 7.218-7.218.919.919z"})),e.createElement("path",{d:"M27.688 11.07v1.769h5.958l-5.708 5.708 1.25 1.252 5.709-5.708v5.916h1.768v-8.936h-8.977zm-7.89 18.12l-1.25-1.251-5.709 5.707v-5.917h-1.768v8.937h8.977v-1.768H14.09l5.708-5.709z"}),e.createElement("path",{d:"M28.951 9.807v1.769h5.959l-6.972 6.971 1.25 1.252 1.264-1.263 5.708-5.708v5.916h1.769V9.807H28.95zM18.548 27.94l-6.973 6.971v-5.918H9.807v8.938h8.979v-1.77h-5.959l6.972-6.97-1.25-1.251z"}))}
2
2
  //# sourceMappingURL=EnterFullScreen.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const Envelope: React.FC<SvgPathProps>;
4
- export default Envelope;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const Envelope: React.FC<SvgPathProps>;
4
+ export default Envelope;
5
5
  //# sourceMappingURL=Envelope.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Envelope.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/Envelope.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAEtC,QAAA,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAkBpC,CAAC;AAEF,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"Envelope.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/Envelope.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAW,YAAY,EAAE,MAAM,QAAQ,CAAC;AAE/C,QAAA,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAkBpC,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -1,2 +1,2 @@
1
- import z from"react";export default function(m){var l=m.isExtraSmall,e=m.isHovered,v=z.createElement("path",{d:"M41.072 34.99l-11.5-11.552 11.5-10.287v21.84zm-33.478.831l11.46-11.512 4.772 4.268 4.775-4.27L40.065 35.82H7.594zm-.666-22.36l11.156 9.98L6.928 34.647V13.461zm33.28-1.282L23.826 26.833 7.445 12.18h32.763zM5.628 37.121h36.744V10.88H5.628v26.242z"}),t=z.createElement("path",{d:"M16.931 14.403H31.07v-1H16.931v1zm0 4.372H31.07v-1H16.931v1zM41.072 34.99L29.571 23.438l11.501-10.287V34.99zm-33.478.831l11.461-11.512 4.771 4.268 4.775-4.271 11.463 11.515H7.594zm-.666-22.36l11.156 9.98L6.928 34.647V13.461zm2.754-1.282v2.001l-2.237-2.001h2.237zm1.3-4.416h26.036v7.27l-13.192 11.8-12.844-11.49v-7.58zm27.336 4.416h1.89l-1.89 1.69v-1.69zm0-1.3V6.462H9.682v4.417H5.628v26.242h36.744V10.879h-4.054z"}),h=z.createElement("path",{d:"M40.958 34.904L29.413 23.305l11.545-10.327v21.926zm-33.54.804l11.505-11.556 4.772 4.27 4.775-4.273 11.507 11.56H7.417zm-.64-22.42L17.978 23.31 6.777 34.56V13.288zm33.347-1.259l-16.43 14.697-16.43-14.697h32.86zM5.515 36.971h36.707V10.766H5.514V36.97z"});return l?e?z.createElement("path",{d:"M40.959 34.904L29.412 23.305 40.96 12.978v21.926zm-33.54.804l11.503-11.556 4.773 4.27 4.775-4.273 11.507 11.56H7.418zm-.641-22.42L17.98 23.31 6.778 34.56V13.288zm2.79-1.259v2.06l-2.303-2.06h2.303zm1.263-4.416h26.074v7.296l-13.21 11.817L10.831 15.22V7.613zM38.17 12.03h1.956l-1.956 1.75v-1.75zm0-1.263V6.35h-28.6v4.416H5.514V36.97h36.707V10.766H38.17z"}):h:e?t:v}
1
+ import m from"react";import{getIcon as z}from"./Icon.js";import"../../_tslib-51c8a283.js";import"../../constants-075356e2.js";export default function(e){var t=e.size,l=e.isHovered;return z(t,l,m.createElement("path",{d:"M41.072 34.99l-11.5-11.552 11.5-10.287v21.84zm-33.478.831l11.46-11.512 4.772 4.268 4.775-4.27L40.065 35.82H7.594zm-.666-22.36l11.156 9.98L6.928 34.647V13.461zm33.28-1.282L23.826 26.833 7.445 12.18h32.763zM5.628 37.121h36.744V10.88H5.628v26.242z"}),m.createElement("path",{d:"M16.931 14.403H31.07v-1H16.931v1zm0 4.372H31.07v-1H16.931v1zM41.072 34.99L29.571 23.438l11.501-10.287V34.99zm-33.478.831l11.461-11.512 4.771 4.268 4.775-4.271 11.463 11.515H7.594zm-.666-22.36l11.156 9.98L6.928 34.647V13.461zm2.754-1.282v2.001l-2.237-2.001h2.237zm1.3-4.416h26.036v7.27l-13.192 11.8-12.844-11.49v-7.58zm27.336 4.416h1.89l-1.89 1.69v-1.69zm0-1.3V6.462H9.682v4.417H5.628v26.242h36.744V10.879h-4.054z"}),m.createElement("path",{d:"M40.958 34.904L29.413 23.305l11.545-10.327v21.926zm-33.54.804l11.505-11.556 4.772 4.27 4.775-4.273 11.507 11.56H7.417zm-.64-22.42L17.978 23.31 6.777 34.56V13.288zm33.347-1.259l-16.43 14.697-16.43-14.697h32.86zM5.515 36.971h36.707V10.766H5.514V36.97z"}),m.createElement("path",{d:"M40.959 34.904L29.412 23.305 40.96 12.978v21.926zm-33.54.804l11.503-11.556 4.773 4.27 4.775-4.273 11.507 11.56H7.418zm-.641-22.42L17.98 23.31 6.778 34.56V13.288zm2.79-1.259v2.06l-2.303-2.06h2.303zm1.263-4.416h26.074v7.296l-13.21 11.817L10.831 15.22V7.613zM38.17 12.03h1.956l-1.956 1.75v-1.75zm0-1.263V6.35h-28.6v4.416H5.514V36.97h36.707V10.766H38.17z"}))}
2
2
  //# sourceMappingURL=Envelope.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const Epilepsy: React.FC<SvgPathProps>;
4
- export default Epilepsy;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const Epilepsy: React.FC<SvgPathProps>;
4
+ export default Epilepsy;
5
5
  //# sourceMappingURL=Epilepsy.d.ts.map
@@ -1,2 +1,2 @@
1
- import l from"react";export default function(h){h.isExtraSmall;var c=h.isHovered,v=l.createElement("path",{d:"M20.808 7.363c5.99 0 12.355 4.46 12.428 12.727l2.495 5.365c.31.665.26 1.432-.136 2.051a2.129 2.129 0 01-1.803.988h-.555v.74a6.608 6.608 0 01-5.95 6.568v5.216H12.547v-6.697c0-2.29-.81-3.893-1.748-5.749-1.094-2.163-2.334-4.615-2.334-8.557 0-6.977 5.537-12.652 12.344-12.652zm0 1.3c-6.822 0-11.043 5.893-11.043 11.352 0 3.632 1.114 5.838 2.192 7.97.971 1.921 1.888 3.736 1.888 6.336v5.398h12.143v-5.185h.65c2.922 0 5.3-2.378 5.3-5.3v-2.04h1.854c.292 0 .55-.14.707-.387a.824.824 0 00.053-.804l-2.614-5.624v-.144c0-7.516-5.735-11.572-11.13-11.572zm3.73 5.113l-3.268 5.448h3.266L18.525 29.27l-.833-.309.06-.47 1.242-6.04h-3.301l2.997-8.675h5.849zm-1.765 1h-3.371l-2.305 6.675h3.124l-.961 4.675 3.516-5.902h-3.272l3.269-5.448z"});return c?l.createElement("path",{d:"M20.808 7.363c5.99 0 12.355 4.46 12.428 12.727l2.495 5.365c.31.665.258 1.432-.136 2.051a2.129 2.129 0 01-1.803.988h-.555v.74a6.608 6.608 0 01-5.95 6.568v5.216H12.547v-6.697c0-2.29-.81-3.893-1.748-5.749-1.095-2.163-2.334-4.615-2.334-8.557 0-6.977 5.537-12.652 12.344-12.652zm0 1.3c-6.822 0-11.043 5.893-11.043 11.352 0 3.632 1.114 5.838 2.192 7.97.971 1.921 1.888 3.736 1.888 6.336v5.398h12.143v-5.185h.65c2.922 0 5.3-2.378 5.3-5.3v-2.04h1.854c.292 0 .55-.14.707-.387a.824.824 0 00.053-.804l-2.614-5.624v-.144c0-7.516-5.735-11.572-11.13-11.572zm2.987 6.353l-2.525 4.208h3.224l-6.185 11.371-.832-.309.06-.469 1.462-7.366h-3.306l2.548-7.376 5.554-.059zm-1.777 1.02l-3.062.031-1.86 5.384h3.12l-1.127 5.681 3.729-6.908h-3.314l2.514-4.189z"}):v}
1
+ import h from"react";export default function(l){l.size;var c=l.isHovered,v=h.createElement("path",{d:"M20.808 7.363c5.99 0 12.355 4.46 12.428 12.727l2.495 5.365c.31.665.26 1.432-.136 2.051a2.129 2.129 0 01-1.803.988h-.555v.74a6.608 6.608 0 01-5.95 6.568v5.216H12.547v-6.697c0-2.29-.81-3.893-1.748-5.749-1.094-2.163-2.334-4.615-2.334-8.557 0-6.977 5.537-12.652 12.344-12.652zm0 1.3c-6.822 0-11.043 5.893-11.043 11.352 0 3.632 1.114 5.838 2.192 7.97.971 1.921 1.888 3.736 1.888 6.336v5.398h12.143v-5.185h.65c2.922 0 5.3-2.378 5.3-5.3v-2.04h1.854c.292 0 .55-.14.707-.387a.824.824 0 00.053-.804l-2.614-5.624v-.144c0-7.516-5.735-11.572-11.13-11.572zm3.73 5.113l-3.268 5.448h3.266L18.525 29.27l-.833-.309.06-.47 1.242-6.04h-3.301l2.997-8.675h5.849zm-1.765 1h-3.371l-2.305 6.675h3.124l-.961 4.675 3.516-5.902h-3.272l3.269-5.448z"});return c?h.createElement("path",{d:"M20.808 7.363c5.99 0 12.355 4.46 12.428 12.727l2.495 5.365c.31.665.258 1.432-.136 2.051a2.129 2.129 0 01-1.803.988h-.555v.74a6.608 6.608 0 01-5.95 6.568v5.216H12.547v-6.697c0-2.29-.81-3.893-1.748-5.749-1.095-2.163-2.334-4.615-2.334-8.557 0-6.977 5.537-12.652 12.344-12.652zm0 1.3c-6.822 0-11.043 5.893-11.043 11.352 0 3.632 1.114 5.838 2.192 7.97.971 1.921 1.888 3.736 1.888 6.336v5.398h12.143v-5.185h.65c2.922 0 5.3-2.378 5.3-5.3v-2.04h1.854c.292 0 .55-.14.707-.387a.824.824 0 00.053-.804l-2.614-5.624v-.144c0-7.516-5.735-11.572-11.13-11.572zm2.987 6.353l-2.525 4.208h3.224l-6.185 11.371-.832-.309.06-.469 1.462-7.366h-3.306l2.548-7.376 5.554-.059zm-1.777 1.02l-3.062.031-1.86 5.384h3.12l-1.127 5.681 3.729-6.908h-3.314l2.514-4.189z"}):v}
2
2
  //# sourceMappingURL=Epilepsy.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const Eraser: React.FC<SvgPathProps>;
4
- export default Eraser;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const Eraser: React.FC<SvgPathProps>;
4
+ export default Eraser;
5
5
  //# sourceMappingURL=Eraser.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Eraser.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/Eraser.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAEtC,QAAA,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAwBlC,CAAC;AAEF,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"Eraser.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/Eraser.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAW,YAAY,EAAE,MAAM,QAAQ,CAAC;AAE/C,QAAA,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAwBlC,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -1,2 +1,2 @@
1
- import a from"react";export default function(e){var l=e.isExtraSmall,t=e.isHovered,c=a.createElement("g",null,a.createElement("path",{d:"M28.747 30.364L17.984 19.601l.919-.919 10.763 10.763zM15.743 38.846h17.708v-1.3H15.743zM36.04 38.846h2.944v-1.3H36.04z"}),a.createElement("path",{d:"M27.783 10.723l-18.13 18.13a2.724 2.724 0 000 3.847l4.72 4.683a.8.8 0 00.398.163h5.645c.103 0 .321-.09.394-.163l16.835-16.836-9.862-9.824zm-7.367 28.123h-5.645c-.444 0-.996-.227-1.313-.54L8.735 33.62a4.024 4.024 0 01-.002-5.687L26.97 9.699a1.152 1.152 0 011.626-.003L38.67 19.733c.218.216.338.505.338.813 0 .307-.119.596-.336.813L21.73 38.302a2.032 2.032 0 01-1.313.544z"})),m=a.createElement("g",null,a.createElement("path",{d:"M33.147 30.364L22.384 19.601l.919-.919 10.763 10.763zM20.144 38.846h13.188v-1.3H20.144zM35.921 38.846h2.944v-1.3h-2.944z"}),a.createElement("path",{d:"M32.183 10.722L14.052 28.853a2.724 2.724 0 000 3.847l4.722 4.682a.794.794 0 00.397.164h5.645c.103 0 .32-.09.394-.163l16.836-16.837-9.863-9.824zm-7.367 28.124H19.17c-.444 0-.996-.228-1.312-.54l-4.724-4.686a4.025 4.025 0 01-.002-5.686L31.369 9.698a1.153 1.153 0 011.626-.002L43.07 19.732c.217.217.338.505.338.813 0 .307-.12.596-.336.813L26.129 38.302a2.038 2.038 0 01-1.313.544z"})),h=a.createElement("path",{d:"M35.79 38.95h2.943v-1.77H35.79v1.77zm-15.756-1.77h-5.381a.943.943 0 01-.459-.189l-4.627-4.589a2.466 2.466 0 01-.727-1.757c0-.663.257-1.287.727-1.757l8.626-8.626 9.513 9.512-7.219 7.218a.966.966 0 01-.453.187zm7.5-26.26l9.53 9.496-8.107 8.107-9.513-9.513 8.09-8.09zm10.96 10.566c.286-.287.444-.668.443-1.074a1.506 1.506 0 00-.445-1.07l-9.89-9.851a1.523 1.523 0 00-2.143.003L8.317 27.638a4.222 4.222 0 00-1.246 3.007c0 1.137.442 2.206 1.248 3.01l4.63 4.593c.409.406 1.126.701 1.704.701H33.2v-1.77H22.8l15.694-15.693z"});return l?t?a.createElement("path",{d:"M33.475 28.523l-9.513-9.513 8.09-8.09 9.53 9.496-8.107 8.107zm-8.47 8.47a.955.955 0 01-.451.188H19.17a.95.95 0 01-.457-.189l-4.628-4.59a2.464 2.464 0 01-.728-1.757c0-.663.258-1.287.728-1.757l8.626-8.626 9.513 9.511-7.22 7.22zm18.006-17.65L33.12 9.49a1.523 1.523 0 00-2.143.002L12.835 27.637a4.224 4.224 0 00-1.245 3.008c0 1.137.442 2.205 1.248 3.01l4.63 4.593c.41.405 1.126.701 1.703.701H33.2v-1.768h-5.88l15.693-15.695c.286-.287.444-.668.442-1.074a1.506 1.506 0 00-.444-1.07zm-7.222 19.606h2.943v-1.768H35.79v1.768z"}):h:t?m:c}
1
+ import a from"react";import{getIcon as e}from"./Icon.js";import"../../_tslib-51c8a283.js";import"../../constants-075356e2.js";export default function(t){var l=t.size,c=t.isHovered;return e(l,c,a.createElement("g",null,a.createElement("path",{d:"M28.747 30.364L17.984 19.601l.919-.919 10.763 10.763zM15.743 38.846h17.708v-1.3H15.743zM36.04 38.846h2.944v-1.3H36.04z"}),a.createElement("path",{d:"M27.783 10.723l-18.13 18.13a2.724 2.724 0 000 3.847l4.72 4.683a.8.8 0 00.398.163h5.645c.103 0 .321-.09.394-.163l16.835-16.836-9.862-9.824zm-7.367 28.123h-5.645c-.444 0-.996-.227-1.313-.54L8.735 33.62a4.024 4.024 0 01-.002-5.687L26.97 9.699a1.152 1.152 0 011.626-.003L38.67 19.733c.218.216.338.505.338.813 0 .307-.119.596-.336.813L21.73 38.302a2.032 2.032 0 01-1.313.544z"})),a.createElement("g",null,a.createElement("path",{d:"M33.147 30.364L22.384 19.601l.919-.919 10.763 10.763zM20.144 38.846h13.188v-1.3H20.144zM35.921 38.846h2.944v-1.3h-2.944z"}),a.createElement("path",{d:"M32.183 10.722L14.052 28.853a2.724 2.724 0 000 3.847l4.722 4.682a.794.794 0 00.397.164h5.645c.103 0 .32-.09.394-.163l16.836-16.837-9.863-9.824zm-7.367 28.124H19.17c-.444 0-.996-.228-1.312-.54l-4.724-4.686a4.025 4.025 0 01-.002-5.686L31.369 9.698a1.153 1.153 0 011.626-.002L43.07 19.732c.217.217.338.505.338.813 0 .307-.12.596-.336.813L26.129 38.302a2.038 2.038 0 01-1.313.544z"})),a.createElement("path",{d:"M35.79 38.95h2.943v-1.77H35.79v1.77zm-15.756-1.77h-5.381a.943.943 0 01-.459-.189l-4.627-4.589a2.466 2.466 0 01-.727-1.757c0-.663.257-1.287.727-1.757l8.626-8.626 9.513 9.512-7.219 7.218a.966.966 0 01-.453.187zm7.5-26.26l9.53 9.496-8.107 8.107-9.513-9.513 8.09-8.09zm10.96 10.566c.286-.287.444-.668.443-1.074a1.506 1.506 0 00-.445-1.07l-9.89-9.851a1.523 1.523 0 00-2.143.003L8.317 27.638a4.222 4.222 0 00-1.246 3.007c0 1.137.442 2.206 1.248 3.01l4.63 4.593c.409.406 1.126.701 1.704.701H33.2v-1.77H22.8l15.694-15.693z"}),a.createElement("path",{d:"M33.475 28.523l-9.513-9.513 8.09-8.09 9.53 9.496-8.107 8.107zm-8.47 8.47a.955.955 0 01-.451.188H19.17a.95.95 0 01-.457-.189l-4.628-4.59a2.464 2.464 0 01-.728-1.757c0-.663.258-1.287.728-1.757l8.626-8.626 9.513 9.511-7.22 7.22zm18.006-17.65L33.12 9.49a1.523 1.523 0 00-2.143.002L12.835 27.637a4.224 4.224 0 00-1.245 3.008c0 1.137.442 2.205 1.248 3.01l4.63 4.593c.41.405 1.126.701 1.703.701H33.2v-1.768h-5.88l15.693-15.695c.286-.287.444-.668.442-1.074a1.506 1.506 0 00-.444-1.07zm-7.222 19.606h2.943v-1.768H35.79v1.768z"}))}
2
2
  //# sourceMappingURL=Eraser.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const ErrorSignFill: React.FC<SvgPathProps>;
4
- export default ErrorSignFill;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const ErrorSignFill: React.FC<SvgPathProps>;
4
+ export default ErrorSignFill;
5
5
  //# sourceMappingURL=ErrorSignFill.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ErrorSignFill.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/ErrorSignFill.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAEtC,QAAA,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAkBzC,CAAC;AAEF,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"ErrorSignFill.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/ErrorSignFill.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAW,YAAY,EAAE,MAAM,QAAQ,CAAC;AAE/C,QAAA,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAkBzC,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -1,2 +1,2 @@
1
- import a from"react";export default function(e){var t=e.isExtraSmall,m=e.isHovered,r=a.createElement("path",{d:"M24.898 21.447v7.228a.893.893 0 01-1.785 0v-7.228a.892.892 0 111.785 0zm.5 11.601a1.394 1.394 0 11-2.787-.001 1.394 1.394 0 012.787.001zm-18.822 6.71h34.847L24.111 8.242 6.576 39.758z"}),z=a.createElement("path",{d:"M24.898 19.447v7.228a.893.893 0 01-1.785 0v-7.228a.892.892 0 111.785 0zm.5 13.601a1.394 1.394 0 11-2.787-.001 1.394 1.394 0 012.787.001zm-18.822 6.71h34.847L24.111 8.242 6.576 39.758z"}),v=a.createElement("path",{d:"M24.896 21.452v7.213a.891.891 0 01-1.782 0v-7.213a.89.89 0 111.782 0zm.5 11.577a1.39 1.39 0 11-2.782-.001 1.39 1.39 0 012.782.001zM6.613 39.725h34.774L24.11 8.275 6.613 39.725z"});return t?m?a.createElement("path",{d:"M24.896 18.926v7.213a.891.891 0 01-1.782 0v-7.213a.89.89 0 111.782 0zm.5 14.103a1.39 1.39 0 11-2.782-.001 1.39 1.39 0 012.782.001zM6.613 39.725h34.774L24.11 8.275 6.613 39.725z"}):v:m?z:r}
1
+ import a from"react";import{getIcon as e}from"./Icon.js";import"../../_tslib-51c8a283.js";import"../../constants-075356e2.js";export default function(t){var m=t.size,r=t.isHovered;return e(m,r,a.createElement("path",{d:"M24.898 21.447v7.228a.893.893 0 01-1.785 0v-7.228a.892.892 0 111.785 0zm.5 11.601a1.394 1.394 0 11-2.787-.001 1.394 1.394 0 012.787.001zm-18.822 6.71h34.847L24.111 8.242 6.576 39.758z"}),a.createElement("path",{d:"M24.898 19.447v7.228a.893.893 0 01-1.785 0v-7.228a.892.892 0 111.785 0zm.5 13.601a1.394 1.394 0 11-2.787-.001 1.394 1.394 0 012.787.001zm-18.822 6.71h34.847L24.111 8.242 6.576 39.758z"}),a.createElement("path",{d:"M24.896 21.452v7.213a.891.891 0 01-1.782 0v-7.213a.89.89 0 111.782 0zm.5 11.577a1.39 1.39 0 11-2.782-.001 1.39 1.39 0 012.782.001zM6.613 39.725h34.774L24.11 8.275 6.613 39.725z"}),a.createElement("path",{d:"M24.896 18.926v7.213a.891.891 0 01-1.782 0v-7.213a.89.89 0 111.782 0zm.5 14.103a1.39 1.39 0 11-2.782-.001 1.39 1.39 0 012.782.001zM6.613 39.725h34.774L24.11 8.275 6.613 39.725z"}))}
2
2
  //# sourceMappingURL=ErrorSignFill.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const ErrorSignStroke: React.FC<SvgPathProps>;
4
- export default ErrorSignStroke;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const ErrorSignStroke: React.FC<SvgPathProps>;
4
+ export default ErrorSignStroke;
5
5
  //# sourceMappingURL=ErrorSignStroke.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ErrorSignStroke.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/ErrorSignStroke.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAEtC,QAAA,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAkB3C,CAAC;AAEF,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"ErrorSignStroke.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/ErrorSignStroke.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAW,YAAY,EAAE,MAAM,QAAQ,CAAC;AAE/C,QAAA,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAkB3C,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -1,2 +1,2 @@
1
- import e from"react";export default function(a){var m=a.isExtraSmall,t=a.isHovered,z=e.createElement("path",{d:"M24.003 31.578a1.394 1.394 0 100 2.788 1.394 1.394 0 000-2.788zm.098-20.19l14.687 26.735H9.227L24.1 11.388zm.008-2.929L6.816 39.541h34.367L24.109 8.459zm-.106 21.033c.494 0 .893-.4.893-.893v-7.228a.893.893 0 00-1.786 0v7.228c0 .493.4.893.893.893z"}),c=e.createElement("path",{d:"M24.003 31.578a1.394 1.394 0 100 2.788 1.394 1.394 0 000-2.788zm.098-20.19l14.687 26.735H9.227L24.1 11.388zm.008-2.929L6.816 39.541h34.367L24.109 8.459zm-.106 19.033c.494 0 .893-.4.893-.893v-7.228a.893.893 0 00-1.786 0v7.228c0 .493.4.893.893.893z"}),r=e.createElement("path",{d:"M24.003 31.562a1.39 1.39 0 100 2.782 1.39 1.39 0 000-2.782zm.097-20.147l14.656 26.678H9.258L24.1 11.415zm.008-2.923L6.853 39.508h34.294L24.108 8.492zm-.105 20.988c.492 0 .892-.399.892-.89v-7.213a.891.891 0 00-1.783 0v7.212c0 .492.4.891.891.891z"});return m?t?e.createElement("path",{d:"M24.003 31.562a1.39 1.39 0 100 2.782 1.39 1.39 0 000-2.782zm.097-20.147l14.656 26.678H9.258L24.1 11.415zm.008-2.923L6.853 39.508h34.294L24.108 8.492zm-.105 18.462c.492 0 .892-.399.892-.891V18.85a.891.891 0 00-1.783 0v7.213c0 .492.4.891.891.891z"}):r:t?c:z}
1
+ import e from"react";import{getIcon as t}from"./Icon.js";import"../../_tslib-51c8a283.js";import"../../constants-075356e2.js";export default function(m){var a=m.size,c=m.isHovered;return t(a,c,e.createElement("path",{d:"M24.003 31.578a1.394 1.394 0 100 2.788 1.394 1.394 0 000-2.788zm.098-20.19l14.687 26.735H9.227L24.1 11.388zm.008-2.929L6.816 39.541h34.367L24.109 8.459zm-.106 21.033c.494 0 .893-.4.893-.893v-7.228a.893.893 0 00-1.786 0v7.228c0 .493.4.893.893.893z"}),e.createElement("path",{d:"M24.003 31.578a1.394 1.394 0 100 2.788 1.394 1.394 0 000-2.788zm.098-20.19l14.687 26.735H9.227L24.1 11.388zm.008-2.929L6.816 39.541h34.367L24.109 8.459zm-.106 19.033c.494 0 .893-.4.893-.893v-7.228a.893.893 0 00-1.786 0v7.228c0 .493.4.893.893.893z"}),e.createElement("path",{d:"M24.003 31.562a1.39 1.39 0 100 2.782 1.39 1.39 0 000-2.782zm.097-20.147l14.656 26.678H9.258L24.1 11.415zm.008-2.923L6.853 39.508h34.294L24.108 8.492zm-.105 20.988c.492 0 .892-.399.892-.89v-7.213a.891.891 0 00-1.783 0v7.212c0 .492.4.891.891.891z"}),e.createElement("path",{d:"M24.003 31.562a1.39 1.39 0 100 2.782 1.39 1.39 0 000-2.782zm.097-20.147l14.656 26.678H9.258L24.1 11.415zm.008-2.923L6.853 39.508h34.294L24.108 8.492zm-.105 18.462c.492 0 .892-.399.892-.891V18.85a.891.891 0 00-1.783 0v7.213c0 .492.4.891.891.891z"}))}
2
2
  //# sourceMappingURL=ErrorSignStroke.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const EuropeanHealthCard: React.FC<SvgPathProps>;
4
- export default EuropeanHealthCard;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const EuropeanHealthCard: React.FC<SvgPathProps>;
4
+ export default EuropeanHealthCard;
5
5
  //# sourceMappingURL=EuropeanHealthCard.d.ts.map
@@ -1,2 +1,2 @@
1
- import a from"react";export default function(c){c.isExtraSmall;var e=c.isHovered,m=a.createElement("path",{d:"M24.312 28.655l-.437-.886-.437.886-.978.142.708.69-.167.973.874-.46.874.46-.166-.973.707-.69-.978-.142zm-.437-11.365l-.437.886-.978.142.708.689-.167.974.874-.46.874.46-.166-.974.707-.689-.978-.142-.437-.886zm4.147 9.814l-.438-.886-.437.886-.977.142.707.69-.167.973.874-.46.875.46-.167-.973.707-.69-.977-.142zm1.53-3.689l-.437-.885-.438.885-.977.142.707.69-.167.973.875-.459.874.459-.167-.973.707-.69-.977-.142zm12.125 10.472c0 1.081-.88 1.961-1.961 1.961H8.034a1.964 1.964 0 01-1.961-1.961V13.863c0-1.082.88-1.961 1.961-1.961h31.682c1.081 0 1.961.879 1.961 1.961v20.024zm-1.961-23.285H8.034a3.265 3.265 0 00-3.261 3.261v20.024a3.265 3.265 0 003.261 3.261h31.682a3.265 3.265 0 003.261-3.261V13.863a3.265 3.265 0 00-3.261-3.261zM26.71 21.532l.874-.46.875.46-.167-.974.707-.689-.977-.142-.438-.886-.437.886-.977.142.707.689-.167.974zm-6.544-2.691l-.437.886-.978.142.707.689-.167.974.875-.46.874.46-.167-.974.707-.689-.977-.142-.437-.886zm-.823 5.406l.707-.69-.977-.142-.437-.885-.438.885-.977.142.707.69-.167.973.875-.459.874.459-.167-.973zm1.26 2.857l-.437-.886-.437.886-.978.142.707.69-.167.973.875-.46.874.46-.167-.973.707-.69-.977-.142z"});return e?a.createElement("g",null,a.createElement("path",{d:"M41.662 33.892c0 1.081-.88 1.961-1.961 1.961H8.019a1.964 1.964 0 01-1.961-1.96V13.866c0-1.08.88-1.96 1.96-1.96h31.683c1.08 0 1.96.88 1.96 1.96v20.025zM39.7 10.606H8.019a3.265 3.265 0 00-3.261 3.261v20.025a3.265 3.265 0 003.26 3.261h31.683a3.265 3.265 0 003.26-3.26V13.866a3.265 3.265 0 00-3.26-3.26z"}),a.createElement("path",{d:"M29.742 22.005a1.06 1.06 0 01-.442-.754c-.012-.272-.192-.35-.4-.176a1.056 1.056 0 01-.854.187c-.262-.072-.393.075-.291.327.102.251.064.643-.086.87-.15.227-.05.397.22.377.272-.019.632.14.802.351.169.212.362.17.427-.094.065-.263.327-.557.58-.653.255-.096.274-.29.044-.435m-.079 3.993a1.06 1.06 0 01-.442-.754c-.012-.272-.192-.351-.4-.176a1.055 1.055 0 01-.854.187c-.262-.072-.393.075-.29.326.101.252.063.644-.087.87-.15.227-.05.397.221.378.271-.02.631.138.801.35.17.213.362.17.427-.093s.327-.557.581-.653c.254-.096.273-.291.043-.435m-2.881 2.765a1.06 1.06 0 01-.442-.754c-.012-.272-.192-.351-.4-.176a1.056 1.056 0 01-.854.187c-.262-.072-.393.075-.291.326.102.252.064.644-.086.87-.15.228-.05.397.22.378.272-.02.632.139.802.35.169.213.362.17.427-.093s.327-.557.58-.653c.255-.096.274-.291.044-.435m-4.02-.068a1.055 1.055 0 01-.442-.754c-.013-.272-.193-.35-.4-.176a1.055 1.055 0 01-.855.187c-.262-.072-.393.075-.29.327.102.25.063.643-.087.87-.149.227-.05.397.221.377.271-.02.631.139.801.35.17.213.362.17.427-.093s.327-.557.581-.653c.254-.095.274-.291.043-.435m4.205-9.599a1.053 1.053 0 01-.442-.754c-.012-.27-.192-.35-.4-.176a1.056 1.056 0 01-.854.187c-.262-.072-.393.075-.29.327.101.251.062.643-.087.87-.15.227-.05.397.22.377a1.06 1.06 0 01.802.351c.17.213.361.17.426-.094.066-.263.328-.557.582-.652.254-.096.273-.292.043-.436m-4.02-.067a1.055 1.055 0 01-.441-.755c-.013-.271-.193-.35-.401-.175a1.055 1.055 0 01-.854.187c-.262-.072-.393.075-.291.326.102.252.064.644-.086.87-.15.227-.05.397.22.378.272-.02.632.138.802.35.169.213.362.17.427-.093.065-.264.327-.558.58-.653.255-.096.274-.291.044-.435m-2.881 2.764a1.055 1.055 0 01-.441-.755c-.013-.27-.193-.35-.401-.175a1.055 1.055 0 01-.854.187c-.262-.072-.393.075-.291.326.102.252.064.644-.086.871-.15.227-.05.396.22.377.272-.019.632.14.802.351.169.212.362.17.427-.094s.327-.558.58-.653c.255-.096.274-.29.044-.435m-.079 3.992a1.055 1.055 0 01-.441-.754c-.013-.27-.193-.35-.401-.176a1.055 1.055 0 01-.854.187c-.262-.072-.393.075-.291.327.102.252.064.643-.086.87-.149.227-.05.397.221.377.271-.019.631.14.801.351.169.213.362.171.427-.093s.327-.558.581-.653c.254-.096.273-.292.043-.436"})):m}
1
+ import a from"react";export default function(c){c.size;var e=c.isHovered,m=a.createElement("path",{d:"M24.312 28.655l-.437-.886-.437.886-.978.142.708.69-.167.973.874-.46.874.46-.166-.973.707-.69-.978-.142zm-.437-11.365l-.437.886-.978.142.708.689-.167.974.874-.46.874.46-.166-.974.707-.689-.978-.142-.437-.886zm4.147 9.814l-.438-.886-.437.886-.977.142.707.69-.167.973.874-.46.875.46-.167-.973.707-.69-.977-.142zm1.53-3.689l-.437-.885-.438.885-.977.142.707.69-.167.973.875-.459.874.459-.167-.973.707-.69-.977-.142zm12.125 10.472c0 1.081-.88 1.961-1.961 1.961H8.034a1.964 1.964 0 01-1.961-1.961V13.863c0-1.082.88-1.961 1.961-1.961h31.682c1.081 0 1.961.879 1.961 1.961v20.024zm-1.961-23.285H8.034a3.265 3.265 0 00-3.261 3.261v20.024a3.265 3.265 0 003.261 3.261h31.682a3.265 3.265 0 003.261-3.261V13.863a3.265 3.265 0 00-3.261-3.261zM26.71 21.532l.874-.46.875.46-.167-.974.707-.689-.977-.142-.438-.886-.437.886-.977.142.707.689-.167.974zm-6.544-2.691l-.437.886-.978.142.707.689-.167.974.875-.46.874.46-.167-.974.707-.689-.977-.142-.437-.886zm-.823 5.406l.707-.69-.977-.142-.437-.885-.438.885-.977.142.707.69-.167.973.875-.459.874.459-.167-.973zm1.26 2.857l-.437-.886-.437.886-.978.142.707.69-.167.973.875-.46.874.46-.167-.973.707-.69-.977-.142z"});return e?a.createElement("g",null,a.createElement("path",{d:"M41.662 33.892c0 1.081-.88 1.961-1.961 1.961H8.019a1.964 1.964 0 01-1.961-1.96V13.866c0-1.08.88-1.96 1.96-1.96h31.683c1.08 0 1.96.88 1.96 1.96v20.025zM39.7 10.606H8.019a3.265 3.265 0 00-3.261 3.261v20.025a3.265 3.265 0 003.26 3.261h31.683a3.265 3.265 0 003.26-3.26V13.866a3.265 3.265 0 00-3.26-3.26z"}),a.createElement("path",{d:"M29.742 22.005a1.06 1.06 0 01-.442-.754c-.012-.272-.192-.35-.4-.176a1.056 1.056 0 01-.854.187c-.262-.072-.393.075-.291.327.102.251.064.643-.086.87-.15.227-.05.397.22.377.272-.019.632.14.802.351.169.212.362.17.427-.094.065-.263.327-.557.58-.653.255-.096.274-.29.044-.435m-.079 3.993a1.06 1.06 0 01-.442-.754c-.012-.272-.192-.351-.4-.176a1.055 1.055 0 01-.854.187c-.262-.072-.393.075-.29.326.101.252.063.644-.087.87-.15.227-.05.397.221.378.271-.02.631.138.801.35.17.213.362.17.427-.093s.327-.557.581-.653c.254-.096.273-.291.043-.435m-2.881 2.765a1.06 1.06 0 01-.442-.754c-.012-.272-.192-.351-.4-.176a1.056 1.056 0 01-.854.187c-.262-.072-.393.075-.291.326.102.252.064.644-.086.87-.15.228-.05.397.22.378.272-.02.632.139.802.35.169.213.362.17.427-.093s.327-.557.58-.653c.255-.096.274-.291.044-.435m-4.02-.068a1.055 1.055 0 01-.442-.754c-.013-.272-.193-.35-.4-.176a1.055 1.055 0 01-.855.187c-.262-.072-.393.075-.29.327.102.25.063.643-.087.87-.149.227-.05.397.221.377.271-.02.631.139.801.35.17.213.362.17.427-.093s.327-.557.581-.653c.254-.095.274-.291.043-.435m4.205-9.599a1.053 1.053 0 01-.442-.754c-.012-.27-.192-.35-.4-.176a1.056 1.056 0 01-.854.187c-.262-.072-.393.075-.29.327.101.251.062.643-.087.87-.15.227-.05.397.22.377a1.06 1.06 0 01.802.351c.17.213.361.17.426-.094.066-.263.328-.557.582-.652.254-.096.273-.292.043-.436m-4.02-.067a1.055 1.055 0 01-.441-.755c-.013-.271-.193-.35-.401-.175a1.055 1.055 0 01-.854.187c-.262-.072-.393.075-.291.326.102.252.064.644-.086.87-.15.227-.05.397.22.378.272-.02.632.138.802.35.169.213.362.17.427-.093.065-.264.327-.558.58-.653.255-.096.274-.291.044-.435m-2.881 2.764a1.055 1.055 0 01-.441-.755c-.013-.27-.193-.35-.401-.175a1.055 1.055 0 01-.854.187c-.262-.072-.393.075-.291.326.102.252.064.644-.086.871-.15.227-.05.396.22.377.272-.019.632.14.802.351.169.212.362.17.427-.094s.327-.558.58-.653c.255-.096.274-.29.044-.435m-.079 3.992a1.055 1.055 0 01-.441-.754c-.013-.27-.193-.35-.401-.176a1.055 1.055 0 01-.854.187c-.262-.072-.393.075-.291.327.102.252.064.643-.086.87-.149.227-.05.397.221.377.271-.019.631.14.801.351.169.213.362.171.427-.093s.327-.558.581-.653c.254-.096.273-.292.043-.436"})):m}
2
2
  //# sourceMappingURL=EuropeanHealthCard.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const ExitFullScreen: React.FC<SvgPathProps>;
4
- export default ExitFullScreen;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const ExitFullScreen: React.FC<SvgPathProps>;
4
+ export default ExitFullScreen;
5
5
  //# sourceMappingURL=ExitFullScreen.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ExitFullScreen.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/ExitFullScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAEtC,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CA2B1C,CAAC;AAEF,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"ExitFullScreen.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/ExitFullScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAW,YAAY,EAAE,MAAM,QAAQ,CAAC;AAE/C,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CA2B1C,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -1,2 +1,2 @@
1
- import e from"react";export default function(t){var h=t.isExtraSmall,l=t.isHovered,a=e.createElement("g",null,e.createElement("path",{d:"M13.421 35.539l-.919-.919 7.219-7.218.918.919z"}),e.createElement("path",{d:"M20.83 35.913h-1.3v-7.402h-7.444v-1.3h8.744zM28.279 20.598l-.919-.919 7.218-7.218.919.919z"}),e.createElement("path",{d:"M35.914 20.789H27.17v-8.702h1.3v7.402h7.444z"})),v=e.createElement("g",null,e.createElement("path",{d:"M14.685 34.276l-.919-.919 7.218-7.218.919.918z"}),e.createElement("path",{d:"M22.094 34.65h-1.3v-7.402H13.35v-1.3h8.744zM27.016 21.861l-.919-.918 7.218-7.219.919.919z"}),e.createElement("path",{d:"M34.65 22.052h-8.744V13.35h1.3v7.402h7.444zM13.422 35.539l-.919-.919 7.218-7.218.919.919z"}),e.createElement("path",{d:"M28.279 20.598l-.919-.919 7.218-7.218.919.919z"})),r=e.createElement("path",{d:"M29.823 19.123l5.709-5.709-1.25-1.25-5.71 5.708v-5.917h-1.769v8.936h8.979v-1.768h-5.959zm-17.868 9.49h5.958l-5.707 5.71 1.25 1.25 5.708-5.707v5.915h1.77v-8.935h-8.98v1.768z"});return h?l?e.createElement("path",{d:"M33.005 15.94l2.526-2.525-1.25-1.25-1.263 1.262-1.264 1.263-4.445 4.445v-5.917h-1.768v8.938h8.977v-1.77H28.56l4.445-4.445zM13.219 27.352h5.958l-5.71 5.708-1.262 1.263 1.25 1.25 6.973-6.97v5.916h1.768v-8.935H13.22v1.768z"}):r:l?v:a}
1
+ import e from"react";import{getIcon as t}from"./Icon.js";import"../../_tslib-51c8a283.js";import"../../constants-075356e2.js";export default function(h){var l=h.size,a=h.isHovered;return t(l,a,e.createElement("g",null,e.createElement("path",{d:"M13.421 35.539l-.919-.919 7.219-7.218.918.919z"}),e.createElement("path",{d:"M20.83 35.913h-1.3v-7.402h-7.444v-1.3h8.744zM28.279 20.598l-.919-.919 7.218-7.218.919.919z"}),e.createElement("path",{d:"M35.914 20.789H27.17v-8.702h1.3v7.402h7.444z"})),e.createElement("g",null,e.createElement("path",{d:"M14.685 34.276l-.919-.919 7.218-7.218.919.918z"}),e.createElement("path",{d:"M22.094 34.65h-1.3v-7.402H13.35v-1.3h8.744zM27.016 21.861l-.919-.918 7.218-7.219.919.919z"}),e.createElement("path",{d:"M34.65 22.052h-8.744V13.35h1.3v7.402h7.444zM13.422 35.539l-.919-.919 7.218-7.218.919.919z"}),e.createElement("path",{d:"M28.279 20.598l-.919-.919 7.218-7.218.919.919z"})),e.createElement("path",{d:"M29.823 19.123l5.709-5.709-1.25-1.25-5.71 5.708v-5.917h-1.769v8.936h8.979v-1.768h-5.959zm-17.868 9.49h5.958l-5.707 5.71 1.25 1.25 5.708-5.707v5.915h1.77v-8.935h-8.98v1.768z"}),e.createElement("path",{d:"M33.005 15.94l2.526-2.525-1.25-1.25-1.263 1.262-1.264 1.263-4.445 4.445v-5.917h-1.768v8.938h8.977v-1.77H28.56l4.445-4.445zM13.219 27.352h5.958l-5.71 5.708-1.262 1.263 1.25 1.25 6.973-6.97v5.916h1.768v-8.935H13.22v1.768z"}))}
2
2
  //# sourceMappingURL=ExitFullScreen.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const Eye: React.FC<SvgPathProps>;
4
- export default Eye;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const Eye: React.FC<SvgPathProps>;
4
+ export default Eye;
5
5
  //# sourceMappingURL=Eye.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Eye.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/Eye.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAEtC,QAAA,MAAM,GAAG,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CA0B/B,CAAC;AAEF,eAAe,GAAG,CAAC"}
1
+ {"version":3,"file":"Eye.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/Eye.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAW,YAAY,EAAE,MAAM,QAAQ,CAAC;AAE/C,QAAA,MAAM,GAAG,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CA0B/B,CAAC;AAEF,eAAe,GAAG,CAAC"}
@@ -1,2 +1,2 @@
1
- import e from"react";export default function(c){var t=c.isExtraSmall,a=c.isHovered,m=e.createElement("g",null,e.createElement("path",{d:"M23.478 31.714c-10.093 0-14.402-8.042-15.149-9.618.747-1.577 5.056-9.618 15.15-9.618 10.085 0 14.395 8.03 15.147 9.614-.747 1.536-5.162 9.622-15.148 9.622zm16.462-9.871c-.045-.106-4.632-10.665-16.462-10.665S7.061 21.737 7.016 21.843l-.106.253.106.252c.045.107 4.632 10.666 16.462 10.666s16.417-10.56 16.462-10.666l.107-.252-.107-.253z"}),e.createElement("path",{d:"M23.478 30.107c-4.417 0-8.01-3.594-8.01-8.012 0-4.417 3.593-8.01 8.01-8.01s8.012 3.593 8.012 8.01c0 4.418-3.595 8.012-8.012 8.012m0-17.323c-5.134 0-9.31 4.177-9.31 9.311 0 5.135 4.176 9.312 9.31 9.312s9.312-4.177 9.312-9.312c0-5.134-4.178-9.31-9.312-9.31"}),e.createElement("path",{d:"M23.478 19.146a2.95 2.95 0 100 5.899 2.95 2.95 0 000-5.898"})),l=e.createElement("g",null,e.createElement("path",{d:"M23.478 31.714c-10.093 0-14.402-8.042-15.149-9.618.747-1.577 5.056-9.618 15.15-9.618 10.085 0 14.395 8.03 15.147 9.614-.747 1.536-5.162 9.622-15.148 9.622zm16.462-9.871c-.045-.106-4.632-10.665-16.462-10.665S7.061 21.737 7.016 21.843l-.106.253.106.252c.045.107 4.632 10.666 16.462 10.666s16.417-10.56 16.462-10.666l.107-.252-.107-.253z"}),e.createElement("path",{d:"M23.478 30.107c-4.417 0-8.01-3.594-8.01-8.012 0-4.417 3.593-8.01 8.01-8.01s8.012 3.593 8.012 8.01c0 4.418-3.595 8.012-8.012 8.012m0-17.323c-5.134 0-9.31 4.177-9.31 9.311 0 5.135 4.176 9.312 9.31 9.312s9.312-4.177 9.312-9.312c0-5.134-4.178-9.31-9.312-9.31"}),e.createElement("path",{d:"M25.97 19.146a2.949 2.949 0 100 5.898 2.949 2.949 0 000-5.897"})),r=e.createElement("path",{d:"M23.868 20.878a2.99 2.99 0 100 5.981 2.99 2.99 0 000-5.981m5.01 11.095c2.715-1.683 4.531-4.682 4.531-8.104 0-3.443-1.84-6.457-4.58-8.136 5.71 1.828 8.577 6.464 9.442 8.13-.864 1.637-3.75 6.257-9.393 8.11M15.842 23.87c0-4.426 3.6-8.026 8.026-8.026 4.425 0 8.026 3.6 8.026 8.026 0 4.425-3.6 8.025-8.026 8.025s-8.026-3.6-8.026-8.025m-6.38 0c.865-1.666 3.733-6.308 9.447-8.136-2.742 1.677-4.581 4.693-4.581 8.136 0 3.443 1.839 6.457 4.582 8.135-5.718-1.828-8.585-6.473-9.448-8.135m14.406-10.413c-11.698 0-16.086 10.413-16.086 10.413s4.388 10.412 16.086 10.412c11.698 0 16.087-10.412 16.087-10.412s-4.389-10.413-16.087-10.413"});return t?a?e.createElement("path",{d:"M26.395 20.878a2.99 2.99 0 10-.001 5.981 2.99 2.99 0 000-5.981m2.483 11.095c2.715-1.683 4.532-4.68 4.532-8.104 0-3.443-1.839-6.459-4.581-8.136 5.71 1.827 8.578 6.464 9.443 8.13-.864 1.637-3.751 6.259-9.394 8.11m-5.008-.08c-4.425 0-8.026-3.6-8.026-8.024 0-4.426 3.6-8.026 8.026-8.026 4.424 0 8.026 3.6 8.026 8.026 0 4.425-3.602 8.025-8.026 8.025M9.462 23.869c.866-1.666 3.733-6.307 9.446-8.136-2.74 1.679-4.58 4.693-4.58 8.136 0 3.443 1.84 6.457 4.58 8.135-5.716-1.83-8.583-6.474-9.446-8.135M23.87 13.456c-11.698 0-16.087 10.413-16.087 10.413s4.389 10.412 16.087 10.412S39.955 23.87 39.955 23.87s-4.388-10.413-16.086-10.413"}):r:a?l:m}
1
+ import e from"react";import{getIcon as t}from"./Icon.js";import"../../_tslib-51c8a283.js";import"../../constants-075356e2.js";export default function(c){var a=c.size,m=c.isHovered;return t(a,m,e.createElement("g",null,e.createElement("path",{d:"M23.478 31.714c-10.093 0-14.402-8.042-15.149-9.618.747-1.577 5.056-9.618 15.15-9.618 10.085 0 14.395 8.03 15.147 9.614-.747 1.536-5.162 9.622-15.148 9.622zm16.462-9.871c-.045-.106-4.632-10.665-16.462-10.665S7.061 21.737 7.016 21.843l-.106.253.106.252c.045.107 4.632 10.666 16.462 10.666s16.417-10.56 16.462-10.666l.107-.252-.107-.253z"}),e.createElement("path",{d:"M23.478 30.107c-4.417 0-8.01-3.594-8.01-8.012 0-4.417 3.593-8.01 8.01-8.01s8.012 3.593 8.012 8.01c0 4.418-3.595 8.012-8.012 8.012m0-17.323c-5.134 0-9.31 4.177-9.31 9.311 0 5.135 4.176 9.312 9.31 9.312s9.312-4.177 9.312-9.312c0-5.134-4.178-9.31-9.312-9.31"}),e.createElement("path",{d:"M23.478 19.146a2.95 2.95 0 100 5.899 2.95 2.95 0 000-5.898"})),e.createElement("g",null,e.createElement("path",{d:"M23.478 31.714c-10.093 0-14.402-8.042-15.149-9.618.747-1.577 5.056-9.618 15.15-9.618 10.085 0 14.395 8.03 15.147 9.614-.747 1.536-5.162 9.622-15.148 9.622zm16.462-9.871c-.045-.106-4.632-10.665-16.462-10.665S7.061 21.737 7.016 21.843l-.106.253.106.252c.045.107 4.632 10.666 16.462 10.666s16.417-10.56 16.462-10.666l.107-.252-.107-.253z"}),e.createElement("path",{d:"M23.478 30.107c-4.417 0-8.01-3.594-8.01-8.012 0-4.417 3.593-8.01 8.01-8.01s8.012 3.593 8.012 8.01c0 4.418-3.595 8.012-8.012 8.012m0-17.323c-5.134 0-9.31 4.177-9.31 9.311 0 5.135 4.176 9.312 9.31 9.312s9.312-4.177 9.312-9.312c0-5.134-4.178-9.31-9.312-9.31"}),e.createElement("path",{d:"M25.97 19.146a2.949 2.949 0 100 5.898 2.949 2.949 0 000-5.897"})),e.createElement("path",{d:"M23.868 20.878a2.99 2.99 0 100 5.981 2.99 2.99 0 000-5.981m5.01 11.095c2.715-1.683 4.531-4.682 4.531-8.104 0-3.443-1.84-6.457-4.58-8.136 5.71 1.828 8.577 6.464 9.442 8.13-.864 1.637-3.75 6.257-9.393 8.11M15.842 23.87c0-4.426 3.6-8.026 8.026-8.026 4.425 0 8.026 3.6 8.026 8.026 0 4.425-3.6 8.025-8.026 8.025s-8.026-3.6-8.026-8.025m-6.38 0c.865-1.666 3.733-6.308 9.447-8.136-2.742 1.677-4.581 4.693-4.581 8.136 0 3.443 1.839 6.457 4.582 8.135-5.718-1.828-8.585-6.473-9.448-8.135m14.406-10.413c-11.698 0-16.086 10.413-16.086 10.413s4.388 10.412 16.086 10.412c11.698 0 16.087-10.412 16.087-10.412s-4.389-10.413-16.087-10.413"}),e.createElement("path",{d:"M26.395 20.878a2.99 2.99 0 10-.001 5.981 2.99 2.99 0 000-5.981m2.483 11.095c2.715-1.683 4.532-4.68 4.532-8.104 0-3.443-1.839-6.459-4.581-8.136 5.71 1.827 8.578 6.464 9.443 8.13-.864 1.637-3.751 6.259-9.394 8.11m-5.008-.08c-4.425 0-8.026-3.6-8.026-8.024 0-4.426 3.6-8.026 8.026-8.026 4.424 0 8.026 3.6 8.026 8.026 0 4.425-3.602 8.025-8.026 8.025M9.462 23.869c.866-1.666 3.733-6.307 9.446-8.136-2.74 1.679-4.58 4.693-4.58 8.136 0 3.443 1.84 6.457 4.58 8.135-5.716-1.83-8.583-6.474-9.446-8.135M23.87 13.456c-11.698 0-16.087 10.413-16.087 10.413s4.389 10.412 16.087 10.412S39.955 23.87 39.955 23.87s-4.388-10.413-16.086-10.413"}))}
2
2
  //# sourceMappingURL=Eye.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const Facebook: React.FC<SvgPathProps>;
4
- export default Facebook;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const Facebook: React.FC<SvgPathProps>;
4
+ export default Facebook;
5
5
  //# sourceMappingURL=Facebook.d.ts.map
@@ -1,2 +1,2 @@
1
- import h from"react";export default function(v){v.isExtraSmall;var a=v.isHovered,c=h.createElement("path",{d:"M40.179 38.445c0 .981-.751 1.733-1.733 1.733h-8.667v-10.4h5.777v-6.934h-5.777v-2.889c0-.347.23-.577.577-.577h5.779v-6.934H29.72c-3.872.346-6.876 3.64-6.876 7.511v2.89h-4.623v6.933h4.623v10.4H9.555a1.703 1.703 0 01-1.733-1.733V9.555c0-.983.75-1.734 1.733-1.734h28.89c.983 0 1.734.751 1.734 1.733v28.891zm-16.18 1.733V28.622h-4.621V24H24v-4.045c0-3.294 2.543-6.068 5.779-6.357h5.2v4.623h-4.623c-.982 0-1.733.751-1.733 1.734V24H34.4v4.622h-5.778v11.556H24zM41.336 9.554a2.861 2.861 0 00-2.89-2.889H9.556a2.86 2.86 0 00-2.89 2.89v28.89a2.86 2.86 0 002.89 2.89h28.891a2.861 2.861 0 002.889-2.89V9.555z"});return a?h.createElement("path",{d:"M38.445 40.179h-8.667V27.655h5.778V20.72h-5.778v-2.89c0-.345.231-.577.578-.577h5.778V10.32H29.72c-3.87.346-6.876 3.639-6.876 7.51v2.89h-4.622v6.934h4.622v12.524H9.555a1.703 1.703 0 01-1.734-1.733V9.555c0-.982.751-1.733 1.734-1.733h28.89c.982 0 1.733.75 1.733 1.733v28.89c0 .982-.75 1.734-1.733 1.734zm-19.067-13.68v-4.623H24V17.83c0-3.293 2.542-6.066 5.778-6.355h5.2v4.623h-4.622c-.982 0-1.734.75-1.734 1.732v4.045h5.78v4.623h-5.78v13.657H24V26.499h-4.622zM38.445 6.665H9.555a2.862 2.862 0 00-2.889 2.89v28.89a2.86 2.86 0 002.89 2.889h28.89a2.86 2.86 0 002.888-2.888V9.555a2.862 2.862 0 00-2.889-2.89z"}):c}
1
+ import h from"react";export default function(v){v.size;var c=v.isHovered,a=h.createElement("path",{d:"M40.179 38.445c0 .981-.751 1.733-1.733 1.733h-8.667v-10.4h5.777v-6.934h-5.777v-2.889c0-.347.23-.577.577-.577h5.779v-6.934H29.72c-3.872.346-6.876 3.64-6.876 7.511v2.89h-4.623v6.933h4.623v10.4H9.555a1.703 1.703 0 01-1.733-1.733V9.555c0-.983.75-1.734 1.733-1.734h28.89c.983 0 1.734.751 1.734 1.733v28.891zm-16.18 1.733V28.622h-4.621V24H24v-4.045c0-3.294 2.543-6.068 5.779-6.357h5.2v4.623h-4.623c-.982 0-1.733.751-1.733 1.734V24H34.4v4.622h-5.778v11.556H24zM41.336 9.554a2.861 2.861 0 00-2.89-2.889H9.556a2.86 2.86 0 00-2.89 2.89v28.89a2.86 2.86 0 002.89 2.89h28.891a2.861 2.861 0 002.889-2.89V9.555z"});return c?h.createElement("path",{d:"M38.445 40.179h-8.667V27.655h5.778V20.72h-5.778v-2.89c0-.345.231-.577.578-.577h5.778V10.32H29.72c-3.87.346-6.876 3.639-6.876 7.51v2.89h-4.622v6.934h4.622v12.524H9.555a1.703 1.703 0 01-1.734-1.733V9.555c0-.982.751-1.733 1.734-1.733h28.89c.982 0 1.733.75 1.733 1.733v28.89c0 .982-.75 1.734-1.733 1.734zm-19.067-13.68v-4.623H24V17.83c0-3.293 2.542-6.066 5.778-6.355h5.2v4.623h-4.622c-.982 0-1.734.75-1.734 1.732v4.045h5.78v4.623h-5.78v13.657H24V26.499h-4.622zM38.445 6.665H9.555a2.862 2.862 0 00-2.889 2.89v28.89a2.86 2.86 0 002.89 2.889h28.89a2.86 2.86 0 002.888-2.888V9.555a2.862 2.862 0 00-2.889-2.89z"}):a}
2
2
  //# sourceMappingURL=Facebook.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const Female: React.FC<SvgPathProps>;
4
- export default Female;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const Female: React.FC<SvgPathProps>;
4
+ export default Female;
5
5
  //# sourceMappingURL=Female.d.ts.map
@@ -1,2 +1,2 @@
1
- import e from"react";export default function(c){c.isExtraSmall;var t=c.isHovered,v=e.createElement("path",{d:"M23.668 29.037c-5.992 0-10.867-4.875-10.867-10.868s4.875-10.87 10.867-10.87c5.993 0 10.868 4.877 10.868 10.87 0 5.993-4.875 10.868-10.868 10.868m12.169-10.868c0-6.71-5.459-12.17-12.169-12.17C16.959 6 11.5 11.46 11.5 18.17c0 6.49 5.111 11.794 11.518 12.135v4.759H18.51v1.3h4.508v5.376h1.3v-5.376h4.508v-1.3h-4.508v-4.76c6.408-.34 11.519-5.644 11.519-12.134"});return t?e.createElement("path",{d:"M12.801 15.968c0-5.993 4.875-10.869 10.868-10.869s10.868 4.876 10.868 10.869c0 5.993-4.875 10.868-10.868 10.868s-10.868-4.875-10.868-10.868m23.037 0c0-6.71-5.459-12.168-12.169-12.168-6.71 0-12.169 5.458-12.169 12.168 0 6.49 5.112 11.794 11.519 12.135v6.968h-4.508v1.299h4.508v5.376h1.301V36.37h4.507v-1.299H24.32v-6.968c6.406-.341 11.518-5.645 11.518-12.135"}):v}
1
+ import e from"react";export default function(c){c.size;var v=c.isHovered,t=e.createElement("path",{d:"M23.668 29.037c-5.992 0-10.867-4.875-10.867-10.868s4.875-10.87 10.867-10.87c5.993 0 10.868 4.877 10.868 10.87 0 5.993-4.875 10.868-10.868 10.868m12.169-10.868c0-6.71-5.459-12.17-12.169-12.17C16.959 6 11.5 11.46 11.5 18.17c0 6.49 5.111 11.794 11.518 12.135v4.759H18.51v1.3h4.508v5.376h1.3v-5.376h4.508v-1.3h-4.508v-4.76c6.408-.34 11.519-5.644 11.519-12.134"});return v?e.createElement("path",{d:"M12.801 15.968c0-5.993 4.875-10.869 10.868-10.869s10.868 4.876 10.868 10.869c0 5.993-4.875 10.868-10.868 10.868s-10.868-4.875-10.868-10.868m23.037 0c0-6.71-5.459-12.168-12.169-12.168-6.71 0-12.169 5.458-12.169 12.168 0 6.49 5.112 11.794 11.519 12.135v6.968h-4.508v1.299h4.508v5.376h1.301V36.37h4.507v-1.299H24.32v-6.968c6.406-.341 11.518-5.645 11.518-12.135"}):t}
2
2
  //# sourceMappingURL=Female.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const FemaleDoctor: React.FC<SvgPathProps>;
4
- export default FemaleDoctor;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const FemaleDoctor: React.FC<SvgPathProps>;
4
+ export default FemaleDoctor;
5
5
  //# sourceMappingURL=FemaleDoctor.d.ts.map
@@ -1,2 +1,2 @@
1
- import a from"react";export default function(h){h.isExtraSmall;var v=h.isHovered,c=a.createElement("path",{d:"M16.032 15.022h.262v1.59h-.262a.797.797 0 010-1.59zm1.562 0h.727a4.036 4.036 0 003.542-2.108 4.086 4.086 0 003.573 2.108h4.72v2.019a6.09 6.09 0 01-6.082 6.083h-.398a6.09 6.09 0 01-6.082-6.083v-2.02zm0-1.285a6.088 6.088 0 016.082-6.082h.398a6.088 6.088 0 016.082 6.082v.285h-4.72a3.088 3.088 0 01-3.085-3.084v-.214h-1v.267a3.033 3.033 0 01-3.03 3.03h-.727v-.284zm6.281-9.351a2.385 2.385 0 012.377 2.298 7.329 7.329 0 00-2.178-.33h-.398a7.33 7.33 0 00-2.178.33 2.385 2.385 0 012.377-2.298zm7.581 10.636h.262a.796.796 0 010 1.59h-.262v-1.59zm-15.424 2.59h.291c.294 3.805 3.476 6.81 7.353 6.81h.398c3.877 0 7.06-3.005 7.353-6.81h.291a1.797 1.797 0 000-3.59h-.262v-.285a7.388 7.388 0 00-3.895-6.504v-.461a3.69 3.69 0 00-3.686-3.686 3.69 3.69 0 00-3.686 3.686v.46a7.386 7.386 0 00-3.895 6.505v.285h-.262c-.99 0-1.796.806-1.796 1.796s.806 1.795 1.796 1.795zm10.525.235a.503.503 0 100-1.005.503.503 0 000 1.005zm-5.294 0a.503.503 0 100-1.006.503.503 0 000 1.006zm13.248 23.749H13.24v-6.684c0-3.64 2.278-6.908 5.624-8.21V32.2a1.895 1.895 0 00-1.446 1.836c0 1.046.85 1.897 1.896 1.897a1.899 1.899 0 001.896-1.897c0-.89-.618-1.633-1.447-1.836v-5.502c2.594 1.143 5.666 1.139 8.255-.013v3.543a2.135 2.135 0 00-1.68 2.083v2.973h.898V32.31a1.232 1.232 0 012.464 0v2.973h.9V32.31a2.136 2.136 0 00-1.682-2.083v-3.515c3.33 1.31 5.594 4.572 5.594 8.199v6.684zM19.313 33.04a.997.997 0 110 1.993.997.997 0 010-1.993zm9.205-7.842l-.254-.073-.232.124c-2.545 1.355-5.77 1.355-8.314 0l-.233-.124-.254.073c-4.294 1.246-7.293 5.24-7.293 9.713v7.984h23.873v-7.984c0-4.473-2.999-8.467-7.293-9.713z"});return v?a.createElement("path",{d:"M26.557 17.847a.503.503 0 10-.001-1.005.503.503 0 000 1.005zm-2.721 4.124a1.85 1.85 0 001.849-1.85h-3.697c0 1.022.827 1.85 1.848 1.85zm-2.572-4.124a.503.503 0 10-.001-1.005.503.503 0 000 1.005zm13.248 23.749H13.239V34.91c0-3.638 2.278-6.907 5.624-8.21V32.2a1.894 1.894 0 00-1.446 1.836c0 1.045.85 1.896 1.896 1.896a1.899 1.899 0 001.896-1.896c0-.89-.618-1.633-1.446-1.836v-5.502c2.593 1.143 5.665 1.139 8.254-.013v3.543a2.134 2.134 0 00-1.681 2.082v2.974h.9V32.31a1.233 1.233 0 012.464 0v2.974h.899V32.31a2.134 2.134 0 00-1.681-2.082v-3.516c3.328 1.31 5.594 4.573 5.594 8.199v6.685zm-15.2-8.556c.55 0 .997.447.997.996a.997.997 0 01-.996.996.997.997 0 01-.996-.996c0-.55.447-.996.996-.996zm9.206-7.841l-.253-.073-.233.124c-2.544 1.355-5.77 1.355-8.313 0l-.234-.124-.253.073c-4.294 1.246-7.293 5.239-7.293 9.712v7.984H35.81V34.91c0-4.473-3-8.466-7.293-9.712zM16.032 15.022h.262v1.59h-.262a.797.797 0 010-1.59zm1.562 0h.727a4.034 4.034 0 003.542-2.108 4.087 4.087 0 003.573 2.108h4.72v2.018a6.09 6.09 0 01-6.082 6.083h-.398a6.09 6.09 0 01-6.082-6.083v-2.018zm0-1.285a6.088 6.088 0 016.082-6.082h.398a6.088 6.088 0 016.082 6.082v.285h-4.72a3.088 3.088 0 01-3.084-3.085v-.213h-1v.267a3.034 3.034 0 01-3.031 3.03h-.727v-.284zm6.28-9.351a2.383 2.383 0 012.378 2.297 7.36 7.36 0 00-2.178-.328h-.398a7.36 7.36 0 00-2.178.328 2.384 2.384 0 012.377-2.297zm7.582 10.636h.262a.797.797 0 010 1.591h-.262v-1.591zm-15.424 2.59h.29c.295 3.804 3.477 6.81 7.354 6.81h.398c3.878 0 7.059-3.006 7.354-6.81h.29c.99 0 1.796-.805 1.796-1.794 0-.991-.806-1.796-1.796-1.796h-.262v-.285a7.386 7.386 0 00-3.895-6.504v-.461a3.69 3.69 0 00-3.686-3.686 3.69 3.69 0 00-3.686 3.686v.46a7.386 7.386 0 00-3.895 6.505v.285h-.262c-.99 0-1.796.805-1.796 1.796 0 .989.806 1.795 1.796 1.795z"}):c}
1
+ import a from"react";export default function(h){h.size;var v=h.isHovered,c=a.createElement("path",{d:"M16.032 15.022h.262v1.59h-.262a.797.797 0 010-1.59zm1.562 0h.727a4.036 4.036 0 003.542-2.108 4.086 4.086 0 003.573 2.108h4.72v2.019a6.09 6.09 0 01-6.082 6.083h-.398a6.09 6.09 0 01-6.082-6.083v-2.02zm0-1.285a6.088 6.088 0 016.082-6.082h.398a6.088 6.088 0 016.082 6.082v.285h-4.72a3.088 3.088 0 01-3.085-3.084v-.214h-1v.267a3.033 3.033 0 01-3.03 3.03h-.727v-.284zm6.281-9.351a2.385 2.385 0 012.377 2.298 7.329 7.329 0 00-2.178-.33h-.398a7.33 7.33 0 00-2.178.33 2.385 2.385 0 012.377-2.298zm7.581 10.636h.262a.796.796 0 010 1.59h-.262v-1.59zm-15.424 2.59h.291c.294 3.805 3.476 6.81 7.353 6.81h.398c3.877 0 7.06-3.005 7.353-6.81h.291a1.797 1.797 0 000-3.59h-.262v-.285a7.388 7.388 0 00-3.895-6.504v-.461a3.69 3.69 0 00-3.686-3.686 3.69 3.69 0 00-3.686 3.686v.46a7.386 7.386 0 00-3.895 6.505v.285h-.262c-.99 0-1.796.806-1.796 1.796s.806 1.795 1.796 1.795zm10.525.235a.503.503 0 100-1.005.503.503 0 000 1.005zm-5.294 0a.503.503 0 100-1.006.503.503 0 000 1.006zm13.248 23.749H13.24v-6.684c0-3.64 2.278-6.908 5.624-8.21V32.2a1.895 1.895 0 00-1.446 1.836c0 1.046.85 1.897 1.896 1.897a1.899 1.899 0 001.896-1.897c0-.89-.618-1.633-1.447-1.836v-5.502c2.594 1.143 5.666 1.139 8.255-.013v3.543a2.135 2.135 0 00-1.68 2.083v2.973h.898V32.31a1.232 1.232 0 012.464 0v2.973h.9V32.31a2.136 2.136 0 00-1.682-2.083v-3.515c3.33 1.31 5.594 4.572 5.594 8.199v6.684zM19.313 33.04a.997.997 0 110 1.993.997.997 0 010-1.993zm9.205-7.842l-.254-.073-.232.124c-2.545 1.355-5.77 1.355-8.314 0l-.233-.124-.254.073c-4.294 1.246-7.293 5.24-7.293 9.713v7.984h23.873v-7.984c0-4.473-2.999-8.467-7.293-9.713z"});return v?a.createElement("path",{d:"M26.557 17.847a.503.503 0 10-.001-1.005.503.503 0 000 1.005zm-2.721 4.124a1.85 1.85 0 001.849-1.85h-3.697c0 1.022.827 1.85 1.848 1.85zm-2.572-4.124a.503.503 0 10-.001-1.005.503.503 0 000 1.005zm13.248 23.749H13.239V34.91c0-3.638 2.278-6.907 5.624-8.21V32.2a1.894 1.894 0 00-1.446 1.836c0 1.045.85 1.896 1.896 1.896a1.899 1.899 0 001.896-1.896c0-.89-.618-1.633-1.446-1.836v-5.502c2.593 1.143 5.665 1.139 8.254-.013v3.543a2.134 2.134 0 00-1.681 2.082v2.974h.9V32.31a1.233 1.233 0 012.464 0v2.974h.899V32.31a2.134 2.134 0 00-1.681-2.082v-3.516c3.328 1.31 5.594 4.573 5.594 8.199v6.685zm-15.2-8.556c.55 0 .997.447.997.996a.997.997 0 01-.996.996.997.997 0 01-.996-.996c0-.55.447-.996.996-.996zm9.206-7.841l-.253-.073-.233.124c-2.544 1.355-5.77 1.355-8.313 0l-.234-.124-.253.073c-4.294 1.246-7.293 5.239-7.293 9.712v7.984H35.81V34.91c0-4.473-3-8.466-7.293-9.712zM16.032 15.022h.262v1.59h-.262a.797.797 0 010-1.59zm1.562 0h.727a4.034 4.034 0 003.542-2.108 4.087 4.087 0 003.573 2.108h4.72v2.018a6.09 6.09 0 01-6.082 6.083h-.398a6.09 6.09 0 01-6.082-6.083v-2.018zm0-1.285a6.088 6.088 0 016.082-6.082h.398a6.088 6.088 0 016.082 6.082v.285h-4.72a3.088 3.088 0 01-3.084-3.085v-.213h-1v.267a3.034 3.034 0 01-3.031 3.03h-.727v-.284zm6.28-9.351a2.383 2.383 0 012.378 2.297 7.36 7.36 0 00-2.178-.328h-.398a7.36 7.36 0 00-2.178.328 2.384 2.384 0 012.377-2.297zm7.582 10.636h.262a.797.797 0 010 1.591h-.262v-1.591zm-15.424 2.59h.29c.295 3.804 3.477 6.81 7.354 6.81h.398c3.878 0 7.059-3.006 7.354-6.81h.29c.99 0 1.796-.805 1.796-1.794 0-.991-.806-1.796-1.796-1.796h-.262v-.285a7.386 7.386 0 00-3.895-6.504v-.461a3.69 3.69 0 00-3.686-3.686 3.69 3.69 0 00-3.686 3.686v.46a7.386 7.386 0 00-3.895 6.505v.285h-.262c-.99 0-1.796.805-1.796 1.796 0 .989.806 1.795 1.796 1.795z"}):c}
2
2
  //# sourceMappingURL=FemaleDoctor.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const Ferry: React.FC<SvgPathProps>;
4
- export default Ferry;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const Ferry: React.FC<SvgPathProps>;
4
+ export default Ferry;
5
5
  //# sourceMappingURL=Ferry.d.ts.map
@@ -1,2 +1,2 @@
1
- import a from"react";export default function(l){l.isExtraSmall;var c=l.isHovered,h=a.createElement("path",{d:"M17.089 9.679a1.858 1.858 0 011.322-.556l11.146-.058c.5.025.97.19 1.327.542.356.352.554.822.556 1.322l.049 9.38-14.894.078-.049-9.38a1.86 1.86 0 01.543-1.328zm-6.12 25.192a6.83 6.83 0 011.128-.428L8.782 21.628l30.532-.159-3.182 12.85c.388.108.77.24 1.133.416l3.584-14.474-8.16.042-.05-9.38a3.052 3.052 0 00-.91-2.168 3.05 3.05 0 00-2.162-.89h-.017l-11.145.058a3.052 3.052 0 00-2.17.911 3.054 3.054 0 00-.889 2.178l.05 9.38-8.162.043 3.735 14.436zm8.265-23.323h.004c.618 0 1.122.5 1.125 1.117v.001a1.125 1.125 0 01-1.118 1.13h-.005c-.617 0-1.12-.5-1.125-1.118a1.126 1.126 0 011.119-1.13zm.006 2.998h.009a1.876 1.876 0 001.864-1.884 1.876 1.876 0 00-1.875-1.864h-.008a1.877 1.877 0 00-1.865 1.884 1.877 1.877 0 001.875 1.864zM37.51 36.26a5.692 5.692 0 00-6.506.032l-.656.464a2.022 2.022 0 01-2.31.011l-.658-.455a5.692 5.692 0 00-6.506.033l-.653.463a2.023 2.023 0 01-2.312.012l-.658-.456a5.697 5.697 0 00-6.508.034l-1.708 1.21a.678.678 0 10.784 1.108l1.708-1.21a4.336 4.336 0 014.951-.026l.658.456a3.383 3.383 0 003.869-.02l.653-.462a4.33 4.33 0 014.95-.025l.658.454a3.38 3.38 0 003.865-.02l.656-.462a4.328 4.328 0 014.95-.025l1.72 1.19a.68.68 0 00.772-1.116l-1.72-1.19zm-17.923-5.39l9.02-.047c.38.02.698.136.954.389.255.253.397.59.399.95l.429 3.105a6.88 6.88 0 011.123-.616l-.353-2.538a2.53 2.53 0 00-.755-1.754c-.483-.478-1.137-.71-1.803-.736l-9.02.047a2.549 2.549 0 00-2.532 2.516l-.327 2.541c.393.168.774.363 1.133.604l.394-3.069v-.039a1.348 1.348 0 011.338-1.353zm8.38-19.03c.21-.213.493-.332.793-.333h.006a1.124 1.124 0 01.006 2.248h-.007c-.298 0-.578-.116-.79-.325a1.115 1.115 0 01-.334-.794c-.001-.3.114-.583.325-.796zm.798 2.665h.01c.5-.003.97-.2 1.323-.557.351-.355.544-.826.541-1.327-.002-.5-.2-.97-.556-1.322-.355-.353-.85-.569-1.327-.542-.5.002-.97.2-1.322.556a1.86 1.86 0 00-.543 1.327c.003.5.2.97.556 1.323.353.35.821.542 1.318.542zm-5.561-2.645a1.12 1.12 0 01.793-.332h.006a1.125 1.125 0 01.006 2.247h-.007a1.11 1.11 0 01-.79-.325 1.113 1.113 0 01-.333-.793c-.002-.3.114-.584.325-.796zM24 14.526h.01c.501-.002.97-.2 1.323-.556a1.86 1.86 0 00.542-1.328c-.003-.5-.2-.97-.556-1.321a1.858 1.858 0 00-1.318-.543h-.01c-.5.004-.97.2-1.322.556a1.862 1.862 0 00-.542 1.328c.003.5.2.971.556 1.322.353.35.82.542 1.317.542z"});return c?a.createElement("path",{d:"M19.586 29.07l9.02-.047h.007c.74 0 1.342.599 1.346 1.339l.658 4.768c.361-.23.74-.419 1.131-.575l-.59-4.242a2.549 2.549 0 00-2.545-2.49H28.6l-9.021.047a2.55 2.55 0 00-2.532 2.516L16.5 34.64c.394.153.775.34 1.138.565l.609-4.743v-.04a1.348 1.348 0 011.338-1.352zM17.088 7.878a1.866 1.866 0 011.322-.555l11.146-.058h.01c.497 0 .965.193 1.318.541.357.353.554.822.556 1.323l.049 9.38-14.894.077-.048-9.38c-.003-.5.19-.971.541-1.328zM11.39 34.701c.37-.154.753-.274 1.146-.36L8.782 19.827l30.532-.158-3.603 14.553c.393.083.776.201 1.149.352l3.99-16.114-8.161.043-.049-9.38a3.05 3.05 0 00-.912-2.169c-.583-.579-1.342-.927-2.178-.89l-11.146.059a3.055 3.055 0 00-2.169.912 3.051 3.051 0 00-.888 2.177l.048 9.38-8.16.043L11.39 34.7zM23.996 9.727H24a1.125 1.125 0 01.008 2.249h-.006a1.125 1.125 0 01-.007-2.249zm.007 2.999h.008a1.877 1.877 0 001.865-1.885A1.877 1.877 0 0024 8.977h-.008a1.877 1.877 0 00-1.865 1.885 1.877 1.877 0 001.875 1.864zm-5.562-2.644a1.11 1.11 0 01.793-.334h.006c.298 0 .578.116.79.326.213.21.332.492.333.792a1.118 1.118 0 01-1.118 1.13h-.006c-.298 0-.578-.115-.79-.325a1.117 1.117 0 01-.333-.793c-.002-.3.114-.583.325-.796zm.798 2.664h.01c.5-.003.97-.2 1.322-.556.353-.355.545-.826.542-1.327-.002-.5-.2-.97-.555-1.323a1.858 1.858 0 00-1.317-.542h-.01c-.502.002-.971.2-1.323.556a1.86 1.86 0 00-.542 1.327c.002.501.2.97.555 1.323.354.35.822.542 1.318.542zm9.52-3.04h.006a1.125 1.125 0 01.006 2.249h-.007c-.298 0-.578-.116-.79-.326a1.125 1.125 0 01.785-1.922zm.005 2.999h.01c.5-.003.97-.2 1.322-.556a1.876 1.876 0 00-1.331-3.192h-.01a1.875 1.875 0 00-1.309 3.205c.354.35.822.543 1.318.543zM37.51 36.26a5.69 5.69 0 00-6.506.033l-.656.463a2.02 2.02 0 01-2.31.01l-.657-.454a5.69 5.69 0 00-6.507.033l-.653.462a2.022 2.022 0 01-2.312.012l-.658-.455a5.697 5.697 0 00-6.508.035l-1.707 1.209a.678.678 0 10.783 1.107l1.708-1.208a4.336 4.336 0 014.95-.027l.66.456a3.383 3.383 0 003.868-.02l.653-.462a4.329 4.329 0 014.95-.025l.658.454a3.38 3.38 0 003.865-.019l.657-.463a4.326 4.326 0 014.949-.025l1.719 1.19a.678.678 0 10.772-1.116l-1.718-1.19z"}):h}
1
+ import a from"react";export default function(l){l.size;var c=l.isHovered,h=a.createElement("path",{d:"M17.089 9.679a1.858 1.858 0 011.322-.556l11.146-.058c.5.025.97.19 1.327.542.356.352.554.822.556 1.322l.049 9.38-14.894.078-.049-9.38a1.86 1.86 0 01.543-1.328zm-6.12 25.192a6.83 6.83 0 011.128-.428L8.782 21.628l30.532-.159-3.182 12.85c.388.108.77.24 1.133.416l3.584-14.474-8.16.042-.05-9.38a3.052 3.052 0 00-.91-2.168 3.05 3.05 0 00-2.162-.89h-.017l-11.145.058a3.052 3.052 0 00-2.17.911 3.054 3.054 0 00-.889 2.178l.05 9.38-8.162.043 3.735 14.436zm8.265-23.323h.004c.618 0 1.122.5 1.125 1.117v.001a1.125 1.125 0 01-1.118 1.13h-.005c-.617 0-1.12-.5-1.125-1.118a1.126 1.126 0 011.119-1.13zm.006 2.998h.009a1.876 1.876 0 001.864-1.884 1.876 1.876 0 00-1.875-1.864h-.008a1.877 1.877 0 00-1.865 1.884 1.877 1.877 0 001.875 1.864zM37.51 36.26a5.692 5.692 0 00-6.506.032l-.656.464a2.022 2.022 0 01-2.31.011l-.658-.455a5.692 5.692 0 00-6.506.033l-.653.463a2.023 2.023 0 01-2.312.012l-.658-.456a5.697 5.697 0 00-6.508.034l-1.708 1.21a.678.678 0 10.784 1.108l1.708-1.21a4.336 4.336 0 014.951-.026l.658.456a3.383 3.383 0 003.869-.02l.653-.462a4.33 4.33 0 014.95-.025l.658.454a3.38 3.38 0 003.865-.02l.656-.462a4.328 4.328 0 014.95-.025l1.72 1.19a.68.68 0 00.772-1.116l-1.72-1.19zm-17.923-5.39l9.02-.047c.38.02.698.136.954.389.255.253.397.59.399.95l.429 3.105a6.88 6.88 0 011.123-.616l-.353-2.538a2.53 2.53 0 00-.755-1.754c-.483-.478-1.137-.71-1.803-.736l-9.02.047a2.549 2.549 0 00-2.532 2.516l-.327 2.541c.393.168.774.363 1.133.604l.394-3.069v-.039a1.348 1.348 0 011.338-1.353zm8.38-19.03c.21-.213.493-.332.793-.333h.006a1.124 1.124 0 01.006 2.248h-.007c-.298 0-.578-.116-.79-.325a1.115 1.115 0 01-.334-.794c-.001-.3.114-.583.325-.796zm.798 2.665h.01c.5-.003.97-.2 1.323-.557.351-.355.544-.826.541-1.327-.002-.5-.2-.97-.556-1.322-.355-.353-.85-.569-1.327-.542-.5.002-.97.2-1.322.556a1.86 1.86 0 00-.543 1.327c.003.5.2.97.556 1.323.353.35.821.542 1.318.542zm-5.561-2.645a1.12 1.12 0 01.793-.332h.006a1.125 1.125 0 01.006 2.247h-.007a1.11 1.11 0 01-.79-.325 1.113 1.113 0 01-.333-.793c-.002-.3.114-.584.325-.796zM24 14.526h.01c.501-.002.97-.2 1.323-.556a1.86 1.86 0 00.542-1.328c-.003-.5-.2-.97-.556-1.321a1.858 1.858 0 00-1.318-.543h-.01c-.5.004-.97.2-1.322.556a1.862 1.862 0 00-.542 1.328c.003.5.2.971.556 1.322.353.35.82.542 1.317.542z"});return c?a.createElement("path",{d:"M19.586 29.07l9.02-.047h.007c.74 0 1.342.599 1.346 1.339l.658 4.768c.361-.23.74-.419 1.131-.575l-.59-4.242a2.549 2.549 0 00-2.545-2.49H28.6l-9.021.047a2.55 2.55 0 00-2.532 2.516L16.5 34.64c.394.153.775.34 1.138.565l.609-4.743v-.04a1.348 1.348 0 011.338-1.352zM17.088 7.878a1.866 1.866 0 011.322-.555l11.146-.058h.01c.497 0 .965.193 1.318.541.357.353.554.822.556 1.323l.049 9.38-14.894.077-.048-9.38c-.003-.5.19-.971.541-1.328zM11.39 34.701c.37-.154.753-.274 1.146-.36L8.782 19.827l30.532-.158-3.603 14.553c.393.083.776.201 1.149.352l3.99-16.114-8.161.043-.049-9.38a3.05 3.05 0 00-.912-2.169c-.583-.579-1.342-.927-2.178-.89l-11.146.059a3.055 3.055 0 00-2.169.912 3.051 3.051 0 00-.888 2.177l.048 9.38-8.16.043L11.39 34.7zM23.996 9.727H24a1.125 1.125 0 01.008 2.249h-.006a1.125 1.125 0 01-.007-2.249zm.007 2.999h.008a1.877 1.877 0 001.865-1.885A1.877 1.877 0 0024 8.977h-.008a1.877 1.877 0 00-1.865 1.885 1.877 1.877 0 001.875 1.864zm-5.562-2.644a1.11 1.11 0 01.793-.334h.006c.298 0 .578.116.79.326.213.21.332.492.333.792a1.118 1.118 0 01-1.118 1.13h-.006c-.298 0-.578-.115-.79-.325a1.117 1.117 0 01-.333-.793c-.002-.3.114-.583.325-.796zm.798 2.664h.01c.5-.003.97-.2 1.322-.556.353-.355.545-.826.542-1.327-.002-.5-.2-.97-.555-1.323a1.858 1.858 0 00-1.317-.542h-.01c-.502.002-.971.2-1.323.556a1.86 1.86 0 00-.542 1.327c.002.501.2.97.555 1.323.354.35.822.542 1.318.542zm9.52-3.04h.006a1.125 1.125 0 01.006 2.249h-.007c-.298 0-.578-.116-.79-.326a1.125 1.125 0 01.785-1.922zm.005 2.999h.01c.5-.003.97-.2 1.322-.556a1.876 1.876 0 00-1.331-3.192h-.01a1.875 1.875 0 00-1.309 3.205c.354.35.822.543 1.318.543zM37.51 36.26a5.69 5.69 0 00-6.506.033l-.656.463a2.02 2.02 0 01-2.31.01l-.657-.454a5.69 5.69 0 00-6.507.033l-.653.462a2.022 2.022 0 01-2.312.012l-.658-.455a5.697 5.697 0 00-6.508.035l-1.707 1.209a.678.678 0 10.783 1.107l1.708-1.208a4.336 4.336 0 014.95-.027l.66.456a3.383 3.383 0 003.868-.02l.653-.462a4.329 4.329 0 014.95-.025l.658.454a3.38 3.38 0 003.865-.019l.657-.463a4.326 4.326 0 014.949-.025l1.719 1.19a.678.678 0 10.772-1.116l-1.718-1.19z"}):h}
2
2
  //# sourceMappingURL=Ferry.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const FingerBleed: React.FC<SvgPathProps>;
4
- export default FingerBleed;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const FingerBleed: React.FC<SvgPathProps>;
4
+ export default FingerBleed;
5
5
  //# sourceMappingURL=FingerBleed.d.ts.map
@@ -1,2 +1,2 @@
1
- import c from"react";export default function(a){a.isExtraSmall;var h=a.isHovered,l=c.createElement("path",{d:"M37.246 33.206c-.84 0-1.223-.732-1.223-1.414 0-.736.62-2.219 1.223-3.427.602 1.208 1.222 2.691 1.222 3.427 0 .682-.382 1.414-1.222 1.414zm0-7.545l-.565.995c-.201.353-1.958 3.494-1.958 5.136 0 1.548 1.085 2.715 2.523 2.715 1.437 0 2.522-1.167 2.522-2.715 0-1.642-1.756-4.782-1.957-5.136l-.565-.995zm.697-2.677H26.28v1.301h1.61c.863 0 1.564.642 1.564 1.432 0 .79-.701 1.431-1.564 1.431h-1.61v1.301h1.058c.862 0 1.563.642 1.563 1.432 0 .79-.701 1.431-1.563 1.431h-2.21v1.301c.863 0 1.564.642 1.564 1.432 0 .79-.701 1.432-1.564 1.432h-6.79c-4.404 0-7.988-3.584-7.988-7.99 0-2.824 1.202-5.529 3.299-7.422l7.947-7.167c.276-.249.627-.373.976-.373a1.456 1.456 0 011.165 2.334l-3.678 4.88h17.884a1.623 1.623 0 010 3.245zm0-4.546H22.666l2.108-2.795a2.76 2.76 0 00-.295-3.655 2.768 2.768 0 00-3.754-.054l-7.947 7.167a11.31 11.31 0 00-3.73 8.386c0 5.122 4.169 9.29 9.29 9.29h6.79c1.58 0 2.865-1.225 2.865-2.732 0-.528-.158-1.022-.432-1.44 1.475-.11 2.64-1.29 2.64-2.724 0-.719-.292-1.374-.77-1.862.795-.487 1.324-1.336 1.324-2.302 0-.525-.156-1.016-.427-1.432h7.615a2.926 2.926 0 002.924-2.924 2.927 2.927 0 00-2.924-2.923z"});return h?c.createElement("path",{d:"M20.725 11.934a2.77 2.77 0 013.754.055 2.758 2.758 0 01.296 3.654l-2.108 2.796h15.277a2.927 2.927 0 012.924 2.923 2.928 2.928 0 01-2.924 2.924h-7.615c.269.416.426.907.426 1.43 0 .967-.53 1.817-1.324 2.303.479.488.772 1.144.772 1.862 0 1.435-1.166 2.615-2.642 2.724.274.419.432.912.432 1.44 0 1.507-1.285 2.733-2.864 2.733h-6.79c-5.123 0-9.291-4.168-9.291-9.29 0-3.192 1.36-6.25 3.73-8.387zm16.52 15.825l.565.994c.201.353 1.958 3.494 1.958 5.136 0 1.548-1.085 2.715-2.523 2.715-1.438 0-2.523-1.167-2.523-2.715 0-1.642 1.757-4.783 1.958-5.136l.565-.994zM22.573 12.526c-.351 0-.7.124-.977.373l-7.946 7.167a10.013 10.013 0 00-3.301 7.422c0 4.405 3.584 7.989 7.99 7.989h6.79c.862 0 1.563-.641 1.563-1.431s-.701-1.432-1.563-1.432v-1.301h2.209c.863 0 1.564-.641 1.564-1.432 0-.79-.701-1.431-1.564-1.431H26.28v-1.301h1.609c.863 0 1.564-.642 1.564-1.432 0-.79-.701-1.431-1.564-1.431h-1.61v-1.301h11.664a1.623 1.623 0 000-3.245H20.057l3.68-4.88a1.46 1.46 0 00-.156-1.932 1.46 1.46 0 00-1.008-.402zm14.672 17.936c-.602 1.207-1.223 2.691-1.223 3.427 0 .682.383 1.414 1.223 1.414.84 0 1.223-.732 1.223-1.414 0-.736-.62-2.22-1.223-3.427z"}):l}
1
+ import c from"react";export default function(h){h.size;var a=h.isHovered,e=c.createElement("path",{d:"M37.246 33.206c-.84 0-1.223-.732-1.223-1.414 0-.736.62-2.219 1.223-3.427.602 1.208 1.222 2.691 1.222 3.427 0 .682-.382 1.414-1.222 1.414zm0-7.545l-.565.995c-.201.353-1.958 3.494-1.958 5.136 0 1.548 1.085 2.715 2.523 2.715 1.437 0 2.522-1.167 2.522-2.715 0-1.642-1.756-4.782-1.957-5.136l-.565-.995zm.697-2.677H26.28v1.301h1.61c.863 0 1.564.642 1.564 1.432 0 .79-.701 1.431-1.564 1.431h-1.61v1.301h1.058c.862 0 1.563.642 1.563 1.432 0 .79-.701 1.431-1.563 1.431h-2.21v1.301c.863 0 1.564.642 1.564 1.432 0 .79-.701 1.432-1.564 1.432h-6.79c-4.404 0-7.988-3.584-7.988-7.99 0-2.824 1.202-5.529 3.299-7.422l7.947-7.167c.276-.249.627-.373.976-.373a1.456 1.456 0 011.165 2.334l-3.678 4.88h17.884a1.623 1.623 0 010 3.245zm0-4.546H22.666l2.108-2.795a2.76 2.76 0 00-.295-3.655 2.768 2.768 0 00-3.754-.054l-7.947 7.167a11.31 11.31 0 00-3.73 8.386c0 5.122 4.169 9.29 9.29 9.29h6.79c1.58 0 2.865-1.225 2.865-2.732 0-.528-.158-1.022-.432-1.44 1.475-.11 2.64-1.29 2.64-2.724 0-.719-.292-1.374-.77-1.862.795-.487 1.324-1.336 1.324-2.302 0-.525-.156-1.016-.427-1.432h7.615a2.926 2.926 0 002.924-2.924 2.927 2.927 0 00-2.924-2.923z"});return a?c.createElement("path",{d:"M20.725 11.934a2.77 2.77 0 013.754.055 2.758 2.758 0 01.296 3.654l-2.108 2.796h15.277a2.927 2.927 0 012.924 2.923 2.928 2.928 0 01-2.924 2.924h-7.615c.269.416.426.907.426 1.43 0 .967-.53 1.817-1.324 2.303.479.488.772 1.144.772 1.862 0 1.435-1.166 2.615-2.642 2.724.274.419.432.912.432 1.44 0 1.507-1.285 2.733-2.864 2.733h-6.79c-5.123 0-9.291-4.168-9.291-9.29 0-3.192 1.36-6.25 3.73-8.387zm16.52 15.825l.565.994c.201.353 1.958 3.494 1.958 5.136 0 1.548-1.085 2.715-2.523 2.715-1.438 0-2.523-1.167-2.523-2.715 0-1.642 1.757-4.783 1.958-5.136l.565-.994zM22.573 12.526c-.351 0-.7.124-.977.373l-7.946 7.167a10.013 10.013 0 00-3.301 7.422c0 4.405 3.584 7.989 7.99 7.989h6.79c.862 0 1.563-.641 1.563-1.431s-.701-1.432-1.563-1.432v-1.301h2.209c.863 0 1.564-.641 1.564-1.432 0-.79-.701-1.431-1.564-1.431H26.28v-1.301h1.609c.863 0 1.564-.642 1.564-1.432 0-.79-.701-1.431-1.564-1.431h-1.61v-1.301h11.664a1.623 1.623 0 000-3.245H20.057l3.68-4.88a1.46 1.46 0 00-.156-1.932 1.46 1.46 0 00-1.008-.402zm14.672 17.936c-.602 1.207-1.223 2.691-1.223 3.427 0 .682.383 1.414 1.223 1.414.84 0 1.223-.732 1.223-1.414 0-.736-.62-2.22-1.223-3.427z"}):e}
2
2
  //# sourceMappingURL=FingerBleed.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const FirstAidKit: React.FC<SvgPathProps>;
4
- export default FirstAidKit;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const FirstAidKit: React.FC<SvgPathProps>;
4
+ export default FirstAidKit;
5
5
  //# sourceMappingURL=FirstAidKit.d.ts.map
@@ -1,2 +1,2 @@
1
- import h from"react";export default function(v){v.isExtraSmall;var a=v.isHovered,V=h.createElement("path",{d:"M27.994 8.336a3.768 3.768 0 013.764 3.764v1.82h6.538a2.868 2.868 0 012.865 2.863V36.8a2.868 2.868 0 01-2.865 2.865H9.765A2.868 2.868 0 016.9 36.8V16.783a2.868 2.868 0 012.865-2.864h6.538V12.1a3.768 3.768 0 013.764-3.764zm10.302 6.882H9.765c-.863 0-1.565.703-1.565 1.565V36.8c0 .863.702 1.565 1.565 1.565h28.53c.864 0 1.566-.702 1.566-1.565V16.783c0-.862-.702-1.565-1.565-1.565zm-11.822 5.928v3.206h3.203v4.885h-3.203v3.2h-4.887v-3.2h-3.203v-4.885h3.203v-3.206h4.887zm-1.301 1.3h-2.286v3.206h-3.203v2.285h3.203v3.2h2.286v-3.2h3.204v-2.285h-3.204v-3.206zm2.82-12.81h-7.926a2.467 2.467 0 00-2.464 2.464v1.82h12.855V12.1a2.467 2.467 0 00-2.464-2.465z"});return a?h.createElement("path",{d:"M27.994 8.336a3.768 3.768 0 013.764 3.764v1.82h6.538a2.868 2.868 0 012.865 2.863V36.8a2.868 2.868 0 01-2.865 2.865H9.765A2.868 2.868 0 016.9 36.8V16.783a2.868 2.868 0 012.864-2.864h6.538V12.1a3.768 3.768 0 013.764-3.764zm10.302 6.882H9.765c-.862 0-1.565.703-1.565 1.565V36.8c0 .863.703 1.565 1.565 1.565h28.53c.864 0 1.566-.702 1.566-1.565V16.783c0-.862-.702-1.565-1.565-1.565zm-11.5 5.03v3.782h3.78v5.53h-3.78v3.776h-5.531V29.56h-3.78V24.03h3.78v-3.783h5.53zm-1.3 1.3h-2.931v3.782h-3.78v2.93h3.78v3.776h2.93V28.26h3.78v-2.93h-3.78v-3.783zm2.498-11.913h-7.927a2.467 2.467 0 00-2.464 2.465v1.82h12.855V12.1a2.467 2.467 0 00-2.464-2.465z"}):V}
1
+ import h from"react";export default function(v){v.size;var a=v.isHovered,e=h.createElement("path",{d:"M27.994 8.336a3.768 3.768 0 013.764 3.764v1.82h6.538a2.868 2.868 0 012.865 2.863V36.8a2.868 2.868 0 01-2.865 2.865H9.765A2.868 2.868 0 016.9 36.8V16.783a2.868 2.868 0 012.865-2.864h6.538V12.1a3.768 3.768 0 013.764-3.764zm10.302 6.882H9.765c-.863 0-1.565.703-1.565 1.565V36.8c0 .863.702 1.565 1.565 1.565h28.53c.864 0 1.566-.702 1.566-1.565V16.783c0-.862-.702-1.565-1.565-1.565zm-11.822 5.928v3.206h3.203v4.885h-3.203v3.2h-4.887v-3.2h-3.203v-4.885h3.203v-3.206h4.887zm-1.301 1.3h-2.286v3.206h-3.203v2.285h3.203v3.2h2.286v-3.2h3.204v-2.285h-3.204v-3.206zm2.82-12.81h-7.926a2.467 2.467 0 00-2.464 2.464v1.82h12.855V12.1a2.467 2.467 0 00-2.464-2.465z"});return a?h.createElement("path",{d:"M27.994 8.336a3.768 3.768 0 013.764 3.764v1.82h6.538a2.868 2.868 0 012.865 2.863V36.8a2.868 2.868 0 01-2.865 2.865H9.765A2.868 2.868 0 016.9 36.8V16.783a2.868 2.868 0 012.864-2.864h6.538V12.1a3.768 3.768 0 013.764-3.764zm10.302 6.882H9.765c-.862 0-1.565.703-1.565 1.565V36.8c0 .863.703 1.565 1.565 1.565h28.53c.864 0 1.566-.702 1.566-1.565V16.783c0-.862-.702-1.565-1.565-1.565zm-11.5 5.03v3.782h3.78v5.53h-3.78v3.776h-5.531V29.56h-3.78V24.03h3.78v-3.783h5.53zm-1.3 1.3h-2.931v3.782h-3.78v2.93h3.78v3.776h2.93V28.26h3.78v-2.93h-3.78v-3.783zm2.498-11.913h-7.927a2.467 2.467 0 00-2.464 2.465v1.82h12.855V12.1a2.467 2.467 0 00-2.464-2.465z"}):e}
2
2
  //# sourceMappingURL=FirstAidKit.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const FloppyDisk: React.FC<SvgPathProps>;
4
- export default FloppyDisk;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const FloppyDisk: React.FC<SvgPathProps>;
4
+ export default FloppyDisk;
5
5
  //# sourceMappingURL=FloppyDisk.d.ts.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const Football: React.FC<SvgPathProps>;
4
- export default Football;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const Football: React.FC<SvgPathProps>;
4
+ export default Football;
5
5
  //# sourceMappingURL=Football.d.ts.map
@@ -1,2 +1,2 @@
1
- import l from"react";export default function(a){a.isExtraSmall;var z=a.isHovered,m=l.createElement("path",{d:"M30.178 38.882l1.432-4.407h4.615a16.18 16.18 0 01-6.047 4.407zm-10.811.55l-1.78-5.481 3.149-4.05h6.528l3.149 4.05-1.78 5.48a16.047 16.047 0 01-4.633.687c-1.611 0-3.164-.244-4.633-.686zm-7.592-4.957h4.615l1.432 4.407a16.18 16.18 0 01-6.047-4.407zM18.688 8.8l4.662 3.387v5.709l-5.243 3.809-5.134-1.955-1.784-5.491a16.156 16.156 0 017.499-5.46zm9.05-.463L24 11.053l-3.738-2.715A16.067 16.067 0 0124 7.883c1.288 0 2.535.168 3.738.455zm9.073 5.922l-1.784 5.49-5.134 1.956-5.243-3.81v-5.708L29.312 8.8a16.163 16.163 0 017.499 5.459zM36.313 20l1.425-4.385a15.981 15.981 0 012.315 7.1L36.313 20zM20.89 28.602l-1.921-5.915 5.03-3.655 5.032 3.655-1.921 5.915h-6.22zM7.948 22.716c.205-2.588 1.026-5 2.314-7.101L11.687 20l-3.74 2.716zm8.596 10.459h-5.78a16.017 16.017 0 01-2.863-8.818l4.647-3.376 5.134 1.955 2.012 6.189-3.15 4.05zm14.912 0l-3.15-4.05 2.01-6.19 5.136-1.954 4.647 3.376a16.017 16.017 0 01-2.864 8.818h-5.78zM24 6.583C14.396 6.583 6.583 14.396 6.583 24c0 9.605 7.813 17.418 17.417 17.418 9.604 0 17.418-7.813 17.418-17.418 0-9.604-7.814-17.417-17.418-17.417z"});return z?l.createElement("path",{d:"M37.327 35.446l-5.68-1.06-2.353-4.56 3.112-5.714 5.405-.98 3.95 4.17a16.012 16.012 0 01-4.434 8.144zm-1.23 1.093a16.176 16.176 0 01-6.752 3.223l2.215-4.07 4.536.847zm-13.053 3.306a16.033 16.033 0 01-4.428-1.524l-.746-5.714 3.84-3.404 6.416 1.197 2.353 4.559-2.755 5.06c-1.524.166-3.097.12-4.68-.174zm-10.983-7.79l4.537.847.6 4.595a16.18 16.18 0 01-5.137-5.442zm-1.953-10.656l5.188-2.467 4.69 2.863.841 6.453-3.839 3.404-5.68-1.06a16.015 16.015 0 01-1.2-9.193zm3.923-8.174l.598 4.584-4.177 1.987a15.95 15.95 0 013.58-6.571zm2.855-2.518a16.056 16.056 0 016.66-2.644l3.981 4.206-1.047 5.613-5.852 2.783L15.94 17.8l-.748-5.736a16.256 16.256 0 011.695-1.358zm9.08-2.83c.992 0 1.993.093 2.99.279 1.266.236 2.461.63 3.59 1.133l-4.172 1.984-3.186-3.366c.26-.012.518-.03.778-.03zm2.247 21.217L22.1 27.953l-.804-6.166 5.616-2.671 4.275 4.516-2.973 5.462zm12.167-12.32l-2.76 5.07-5.407.982-4.455-4.706 1.047-5.612 5.204-2.475a16.164 16.164 0 016.371 6.742zm1.635 8.908l-3.177-3.357 2.205-4.05a15.984 15.984 0 01.972 7.407zm-1.649-11.53a17.31 17.31 0 00-11.172-7.274 17.305 17.305 0 00-13.043 2.757 17.301 17.301 0 00-7.273 11.17c-1.76 9.442 4.487 18.557 13.928 20.317 1.075.2 2.145.298 3.201.298 8.22 0 15.554-5.86 17.115-14.225a17.307 17.307 0 00-2.756-13.043z"}):m}
1
+ import l from"react";export default function(a){a.size;var z=a.isHovered,m=l.createElement("path",{d:"M30.178 38.882l1.432-4.407h4.615a16.18 16.18 0 01-6.047 4.407zm-10.811.55l-1.78-5.481 3.149-4.05h6.528l3.149 4.05-1.78 5.48a16.047 16.047 0 01-4.633.687c-1.611 0-3.164-.244-4.633-.686zm-7.592-4.957h4.615l1.432 4.407a16.18 16.18 0 01-6.047-4.407zM18.688 8.8l4.662 3.387v5.709l-5.243 3.809-5.134-1.955-1.784-5.491a16.156 16.156 0 017.499-5.46zm9.05-.463L24 11.053l-3.738-2.715A16.067 16.067 0 0124 7.883c1.288 0 2.535.168 3.738.455zm9.073 5.922l-1.784 5.49-5.134 1.956-5.243-3.81v-5.708L29.312 8.8a16.163 16.163 0 017.499 5.459zM36.313 20l1.425-4.385a15.981 15.981 0 012.315 7.1L36.313 20zM20.89 28.602l-1.921-5.915 5.03-3.655 5.032 3.655-1.921 5.915h-6.22zM7.948 22.716c.205-2.588 1.026-5 2.314-7.101L11.687 20l-3.74 2.716zm8.596 10.459h-5.78a16.017 16.017 0 01-2.863-8.818l4.647-3.376 5.134 1.955 2.012 6.189-3.15 4.05zm14.912 0l-3.15-4.05 2.01-6.19 5.136-1.954 4.647 3.376a16.017 16.017 0 01-2.864 8.818h-5.78zM24 6.583C14.396 6.583 6.583 14.396 6.583 24c0 9.605 7.813 17.418 17.417 17.418 9.604 0 17.418-7.813 17.418-17.418 0-9.604-7.814-17.417-17.418-17.417z"});return z?l.createElement("path",{d:"M37.327 35.446l-5.68-1.06-2.353-4.56 3.112-5.714 5.405-.98 3.95 4.17a16.012 16.012 0 01-4.434 8.144zm-1.23 1.093a16.176 16.176 0 01-6.752 3.223l2.215-4.07 4.536.847zm-13.053 3.306a16.033 16.033 0 01-4.428-1.524l-.746-5.714 3.84-3.404 6.416 1.197 2.353 4.559-2.755 5.06c-1.524.166-3.097.12-4.68-.174zm-10.983-7.79l4.537.847.6 4.595a16.18 16.18 0 01-5.137-5.442zm-1.953-10.656l5.188-2.467 4.69 2.863.841 6.453-3.839 3.404-5.68-1.06a16.015 16.015 0 01-1.2-9.193zm3.923-8.174l.598 4.584-4.177 1.987a15.95 15.95 0 013.58-6.571zm2.855-2.518a16.056 16.056 0 016.66-2.644l3.981 4.206-1.047 5.613-5.852 2.783L15.94 17.8l-.748-5.736a16.256 16.256 0 011.695-1.358zm9.08-2.83c.992 0 1.993.093 2.99.279 1.266.236 2.461.63 3.59 1.133l-4.172 1.984-3.186-3.366c.26-.012.518-.03.778-.03zm2.247 21.217L22.1 27.953l-.804-6.166 5.616-2.671 4.275 4.516-2.973 5.462zm12.167-12.32l-2.76 5.07-5.407.982-4.455-4.706 1.047-5.612 5.204-2.475a16.164 16.164 0 016.371 6.742zm1.635 8.908l-3.177-3.357 2.205-4.05a15.984 15.984 0 01.972 7.407zm-1.649-11.53a17.31 17.31 0 00-11.172-7.274 17.305 17.305 0 00-13.043 2.757 17.301 17.301 0 00-7.273 11.17c-1.76 9.442 4.487 18.557 13.928 20.317 1.075.2 2.145.298 3.201.298 8.22 0 15.554-5.86 17.115-14.225a17.307 17.307 0 00-2.756-13.043z"}):m}
2
2
  //# sourceMappingURL=Football.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const Form: React.FC<SvgPathProps>;
4
- export default Form;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const Form: React.FC<SvgPathProps>;
4
+ export default Form;
5
5
  //# sourceMappingURL=Form.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Form.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/Form.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAEtC,QAAA,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAkBhC,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"Form.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/Form.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAW,YAAY,EAAE,MAAM,QAAQ,CAAC;AAE/C,QAAA,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAkBhC,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -1,2 +1,2 @@
1
- import v from"react";export default function(h){var a=h.isExtraSmall,z=h.isHovered,m=v.createElement("path",{d:"M24.598 9.37a.583.583 0 100-1.166.583.583 0 000 1.166zm14.769 23.259c0 .752-.612 1.363-1.364 1.363H16.849a2.35 2.35 0 00.434-1.363v-.095h22.084v.095zm-.945 4.894H10.774V9.182h8.821l-1.93 1.292v.442h-5.109v21.713a2.366 2.366 0 002.363 2.363h23.084c.143 0 .283-.018.419-.042v2.573zM20.712 9.637V6.52h7.773v3.117l2.046 1.37v1.134H18.665v-1.133l2.047-1.371zm10.819 3.504v-1.225h4.109v19.618H16.283v1.095a1.364 1.364 0 01-2.727 0V11.916h4.109v1.225h13.866zM29.485 9.06h8.937v22.474H36.64V10.916h-5.109v-.442l-2.046-1.371V9.06zm10.237 22.474V7.76H29.485V5.52h-9.773v2.36H9.474v30.944h30.248V34.24c.397-.423.645-.987.645-1.612v-1.095h-.645zm-9.996-10.977l-.721-.694-4.922 5.114-2.728-2.834-.72.694 3.448 3.582 5.643-5.862z"}),l=v.createElement("path",{d:"M29.467 5.548v2.234H39.68v21.802c.396.425.643.989.643 1.613a2.35 2.35 0 01-.643 1.61v5.97H9.5V7.902h10.214V5.549h9.753zm-9.873 3.655H10.8v28.274h27.58v-3.96a2.327 2.327 0 01-.42.042H14.935a2.361 2.361 0 01-2.36-2.357V10.93h5.099v-.44l1.92-1.287zM37.96 29.83H16.863a2.339 2.339 0 010 2.728H37.96a1.364 1.364 0 000-2.727zm-20.288-17.9h-4.098v19.265a1.365 1.365 0 002.728 0c0-.752-.612-1.365-1.364-1.365v-1h20.667v-16.9h-4.098v1.223H17.673V11.93zM38.38 9.08h-8.914v.042l2.04 1.368v.44h5.099v17.9h1.355c.144 0 .283.018.42.043V9.08zm-9.322 10.736l.721.693-5.643 5.862-3.448-3.582.72-.693 2.728 2.834 4.922-5.114zm-.592-13.27h-7.753v3.109l-2.041 1.367v1.13h11.835v-1.13l-2.041-1.367V6.546zm-3.877 1.68a.58.58 0 110 1.162.58.58 0 010-1.161z"}),V=v.createElement("path",{d:"M36.054 34.439H17.387a2.31 2.31 0 00.249-.954h19.46a1.047 1.047 0 01-1.042.954zm.603 3.665h-25.4V12.058h7.448l-1.376.923v.748H13.04v19.664a2.302 2.302 0 002.3 2.299h20.714c.21 0 .409-.038.603-.091v2.503zM20.492 12.37V9.537h6.932v2.833l1.91 1.28v.812H18.582v-.812l1.91-1.28zm10.095 3.345v-.731h3.168v17.248h-17.37v1.16a1.046 1.046 0 01-2.092 0V14.985h3.036v.73h13.258zm6.07-3.77v20.287h-1.65V13.729h-4.42v-.748l-1.545-1.035h7.615zm1.696 20.287h-.085V10.335h-9.591V8.284h-9.44v2.164h-9.59v29.268h28.621v-5.429h-.096c.116-.275.18-.577.18-.894v-1.161zM23.958 12.037a.543.543 0 100-1.087.543.543 0 000 1.087zm5.597 10.547l-.902-.868-4.478 4.651-2.43-2.524-.902.87 3.332 3.46 5.38-5.589z"});return a?z?v.createElement("path",{d:"M23.957 12.037a.543.543 0 100-1.087.543.543 0 000 1.087zm6.699 9.404l-.902-.868-5.58 5.795-1.656-1.72-.903.87 2.56 2.655 6.48-6.732zm5.397 12.998H17.386c.147-.288.235-.612.249-.954h19.46a1.047 1.047 0 01-1.042.954zm.603 3.667H11.259V12.059h7.447l-1.377.922v.75h-4.29v19.662c0 1.268 1.033 2.3 2.3 2.3h20.714c.21 0 .41-.038.603-.09v2.503zM20.49 12.37V9.537h6.932v2.834l1.91 1.279v.812h-10.75v-.812l1.908-1.279zm10.095 3.344v-.731h3.168v17.248h-17.37v1.16a1.046 1.046 0 01-2.091 0V14.985h3.036v.73h13.257zm6.07-3.768v20.285h-1.649V13.731h-4.42v-.75l-1.546-1.034h7.615zm1.696 20.285h-.085V10.335h-9.59V8.284h-9.44v2.164H9.648v29.268h28.62v-5.429h-.097c.117-.275.181-.577.181-.894v-1.161z"}):V:z?l:m}
1
+ import v from"react";import{getIcon as h}from"./Icon.js";import"../../_tslib-51c8a283.js";import"../../constants-075356e2.js";export default function(z){var a=z.size,m=z.isHovered;return h(a,m,v.createElement("path",{d:"M24.598 9.37a.583.583 0 100-1.166.583.583 0 000 1.166zm14.769 23.259c0 .752-.612 1.363-1.364 1.363H16.849a2.35 2.35 0 00.434-1.363v-.095h22.084v.095zm-.945 4.894H10.774V9.182h8.821l-1.93 1.292v.442h-5.109v21.713a2.366 2.366 0 002.363 2.363h23.084c.143 0 .283-.018.419-.042v2.573zM20.712 9.637V6.52h7.773v3.117l2.046 1.37v1.134H18.665v-1.133l2.047-1.371zm10.819 3.504v-1.225h4.109v19.618H16.283v1.095a1.364 1.364 0 01-2.727 0V11.916h4.109v1.225h13.866zM29.485 9.06h8.937v22.474H36.64V10.916h-5.109v-.442l-2.046-1.371V9.06zm10.237 22.474V7.76H29.485V5.52h-9.773v2.36H9.474v30.944h30.248V34.24c.397-.423.645-.987.645-1.612v-1.095h-.645zm-9.996-10.977l-.721-.694-4.922 5.114-2.728-2.834-.72.694 3.448 3.582 5.643-5.862z"}),v.createElement("path",{d:"M29.467 5.548v2.234H39.68v21.802c.396.425.643.989.643 1.613a2.35 2.35 0 01-.643 1.61v5.97H9.5V7.902h10.214V5.549h9.753zm-9.873 3.655H10.8v28.274h27.58v-3.96a2.327 2.327 0 01-.42.042H14.935a2.361 2.361 0 01-2.36-2.357V10.93h5.099v-.44l1.92-1.287zM37.96 29.83H16.863a2.339 2.339 0 010 2.728H37.96a1.364 1.364 0 000-2.727zm-20.288-17.9h-4.098v19.265a1.365 1.365 0 002.728 0c0-.752-.612-1.365-1.364-1.365v-1h20.667v-16.9h-4.098v1.223H17.673V11.93zM38.38 9.08h-8.914v.042l2.04 1.368v.44h5.099v17.9h1.355c.144 0 .283.018.42.043V9.08zm-9.322 10.736l.721.693-5.643 5.862-3.448-3.582.72-.693 2.728 2.834 4.922-5.114zm-.592-13.27h-7.753v3.109l-2.041 1.367v1.13h11.835v-1.13l-2.041-1.367V6.546zm-3.877 1.68a.58.58 0 110 1.162.58.58 0 010-1.161z"}),v.createElement("path",{d:"M36.054 34.439H17.387a2.31 2.31 0 00.249-.954h19.46a1.047 1.047 0 01-1.042.954zm.603 3.665h-25.4V12.058h7.448l-1.376.923v.748H13.04v19.664a2.302 2.302 0 002.3 2.299h20.714c.21 0 .409-.038.603-.091v2.503zM20.492 12.37V9.537h6.932v2.833l1.91 1.28v.812H18.582v-.812l1.91-1.28zm10.095 3.345v-.731h3.168v17.248h-17.37v1.16a1.046 1.046 0 01-2.092 0V14.985h3.036v.73h13.258zm6.07-3.77v20.287h-1.65V13.729h-4.42v-.748l-1.545-1.035h7.615zm1.696 20.287h-.085V10.335h-9.591V8.284h-9.44v2.164h-9.59v29.268h28.621v-5.429h-.096c.116-.275.18-.577.18-.894v-1.161zM23.958 12.037a.543.543 0 100-1.087.543.543 0 000 1.087zm5.597 10.547l-.902-.868-4.478 4.651-2.43-2.524-.902.87 3.332 3.46 5.38-5.589z"}),v.createElement("path",{d:"M23.957 12.037a.543.543 0 100-1.087.543.543 0 000 1.087zm6.699 9.404l-.902-.868-5.58 5.795-1.656-1.72-.903.87 2.56 2.655 6.48-6.732zm5.397 12.998H17.386c.147-.288.235-.612.249-.954h19.46a1.047 1.047 0 01-1.042.954zm.603 3.667H11.259V12.059h7.447l-1.377.922v.75h-4.29v19.662c0 1.268 1.033 2.3 2.3 2.3h20.714c.21 0 .41-.038.603-.09v2.503zM20.49 12.37V9.537h6.932v2.834l1.91 1.279v.812h-10.75v-.812l1.908-1.279zm10.095 3.344v-.731h3.168v17.248h-17.37v1.16a1.046 1.046 0 01-2.091 0V14.985h3.036v.73h13.257zm6.07-3.768v20.285h-1.649V13.731h-4.42v-.75l-1.546-1.034h7.615zm1.696 20.285h-.085V10.335h-9.59V8.284h-9.44v2.164H9.648v29.268h28.62v-5.429h-.097c.117-.275.181-.577.181-.894v-1.161z"}))}
2
2
  //# sourceMappingURL=Form.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const Forward: React.FC<SvgPathProps>;
4
- export default Forward;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const Forward: React.FC<SvgPathProps>;
4
+ export default Forward;
5
5
  //# sourceMappingURL=Forward.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Forward.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/Forward.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAEtC,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAoBnC,CAAC;AAEF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"Forward.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/Forward.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAW,YAAY,EAAE,MAAM,QAAQ,CAAC;AAE/C,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAoBnC,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -1,2 +1,2 @@
1
- import e from"react";export default function(t){var l=t.isExtraSmall,a=t.isHovered,r=e.createElement("g",null,e.createElement("path",{d:"M7.333 24.941h32.309v-2H7.333z"}),e.createElement("path",{d:"M28.963 36.596l-1.442-1.387 10.742-11.185-10.549-11.242 1.458-1.369L41.021 24.04z"})),n=e.createElement("g",null,e.createElement("path",{d:"M7.213 24.941h36.099v-2H7.213z"}),e.createElement("path",{d:"M32.634 36.596l-1.442-1.387 10.741-11.185-10.548-11.242 1.458-1.369L44.691 24.04z"})),m=e.createElement("path",{d:"M28.999 11l-1.84 1.759 9.102 9.889H7v2.571h29.388l-9.42 9.999L28.787 37 41 24.037z"});return l?a?e.createElement("path",{d:"M32.93 11l-1.85 1.759 9.154 9.889H7v2.571h33.361l-9.473 9.999L32.717 37 45 24.037z"}):m:a?n:r}
1
+ import e from"react";import{getIcon as t}from"./Icon.js";import"../../_tslib-51c8a283.js";import"../../constants-075356e2.js";export default function(l){var r=l.size,a=l.isHovered;return t(r,a,e.createElement("g",null,e.createElement("path",{d:"M7.333 24.941h32.309v-2H7.333z"}),e.createElement("path",{d:"M28.963 36.596l-1.442-1.387 10.742-11.185-10.549-11.242 1.458-1.369L41.021 24.04z"})),e.createElement("g",null,e.createElement("path",{d:"M7.213 24.941h36.099v-2H7.213z"}),e.createElement("path",{d:"M32.634 36.596l-1.442-1.387 10.741-11.185-10.548-11.242 1.458-1.369L44.691 24.04z"})),e.createElement("path",{d:"M28.999 11l-1.84 1.759 9.102 9.889H7v2.571h29.388l-9.42 9.999L28.787 37 41 24.037z"}),e.createElement("path",{d:"M32.93 11l-1.85 1.759 9.154 9.889H7v2.571h33.361l-9.473 9.999L32.717 37 45 24.037z"}))}
2
2
  //# sourceMappingURL=Forward.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const Gallery: React.FC<SvgPathProps>;
4
- export default Gallery;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const Gallery: React.FC<SvgPathProps>;
4
+ export default Gallery;
5
5
  //# sourceMappingURL=Gallery.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Gallery.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/Gallery.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAEtC,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CA6BnC,CAAC;AAEF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"Gallery.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/Gallery.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAW,YAAY,EAAE,MAAM,QAAQ,CAAC;AAE/C,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CA6BnC,CAAC;AAEF,eAAe,OAAO,CAAC"}