@helsenorge/designsystem-react 6.5.0 → 7.0.0-beta.2

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 (1565) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/__mocks__/IntersectionObserver.d.ts +0 -1
  3. package/__mocks__/MutationObserver.d.ts +0 -1
  4. package/__mocks__/ResizeObserver.d.ts +0 -1
  5. package/__mocks__/matchMedia.d.ts +1 -3
  6. package/__mocks__/matchMedia.js +6 -5
  7. package/__mocks__/matchMedia.js.map +1 -1
  8. package/__mocks__/useHover.d.ts +0 -1
  9. package/__mocks__/useHover.js +3 -2
  10. package/__mocks__/useHover.js.map +1 -1
  11. package/__mocks__/useLayoutEvent.d.ts +0 -1
  12. package/__mocks__/useLayoutEvent.js +3 -2
  13. package/__mocks__/useLayoutEvent.js.map +1 -1
  14. package/__mocks__/useOutsideEvent.d.ts +0 -1
  15. package/__mocks__/useOutsideEvent.js +3 -2
  16. package/__mocks__/useOutsideEvent.js.map +1 -1
  17. package/__mocks__/useSize.d.ts +0 -1
  18. package/__mocks__/useSize.js +10 -2
  19. package/__mocks__/useSize.js.map +1 -1
  20. package/__mocks__/uuid.d.ts +0 -1
  21. package/__mocks__/uuid.js +4 -3
  22. package/__mocks__/uuid.js.map +1 -1
  23. package/components/AnchorLink/AnchorLink.d.ts +1 -2
  24. package/components/AnchorLink/AnchorLink.js.map +1 -1
  25. package/components/AnchorLink/AnchorLink.stories.d.ts +30 -0
  26. package/components/AnchorLink/index.d.ts +0 -1
  27. package/components/Avatar/Avatar.d.ts +0 -1
  28. package/components/Avatar/Avatar.stories.d.ts +34 -0
  29. package/components/Avatar/index.d.ts +0 -1
  30. package/components/Badge/Badge.d.ts +0 -1
  31. package/components/Badge/Badge.js +5 -6
  32. package/components/Badge/Badge.js.map +1 -1
  33. package/components/Badge/Badge.stories.d.ts +28 -0
  34. package/components/Badge/index.d.ts +0 -1
  35. package/components/Button/Button.d.ts +0 -1
  36. package/components/Button/Button.stories.d.ts +54 -0
  37. package/components/Button/index.d.ts +0 -1
  38. package/components/Button/styles.module.scss +2 -1
  39. package/components/ButtonWithModal/ButtonWithModal.d.ts +1 -2
  40. package/components/ButtonWithModal/ButtonWithModal.js +8 -8
  41. package/components/ButtonWithModal/ButtonWithModal.js.map +1 -1
  42. package/components/ButtonWithModal/index.d.ts +0 -1
  43. package/components/Checkbox/Checkbox.d.ts +0 -1
  44. package/components/Checkbox/Checkbox.js +18 -19
  45. package/components/Checkbox/Checkbox.js.map +1 -1
  46. package/components/Checkbox/Checkbox.stories.d.ts +53 -0
  47. package/components/Checkbox/index.d.ts +0 -1
  48. package/components/Close/Close.d.ts +0 -1
  49. package/components/Close/Close.stories.d.ts +28 -0
  50. package/components/Close/index.d.ts +0 -1
  51. package/components/DictionaryTrigger/DictionaryTrigger.d.ts +1 -2
  52. package/components/DictionaryTrigger/DictionaryTrigger.js.map +1 -1
  53. package/components/DictionaryTrigger/DictionaryTrigger.stories.d.ts +29 -0
  54. package/components/DictionaryTrigger/index.d.ts +0 -1
  55. package/components/Dropdown/Dropdown.d.ts +0 -1
  56. package/components/Dropdown/Dropdown.stories.d.ts +62 -0
  57. package/components/Dropdown/index.d.ts +0 -1
  58. package/components/Duolist/Duolist.d.ts +3 -4
  59. package/components/Duolist/Duolist.js +10 -11
  60. package/components/Duolist/Duolist.js.map +1 -1
  61. package/components/Duolist/Duolist.stories.d.ts +31 -0
  62. package/components/Duolist/index.d.ts +0 -1
  63. package/components/EmptyState/EmptyState.d.ts +1 -2
  64. package/components/EmptyState/EmptyState.js.map +1 -1
  65. package/components/EmptyState/EmptyState.stories.d.ts +25 -0
  66. package/components/EmptyState/NobodyHome.d.ts +0 -1
  67. package/components/EmptyState/index.d.ts +0 -1
  68. package/components/ErrorWrapper/ErrorWrapper.d.ts +0 -1
  69. package/components/ErrorWrapper/index.d.ts +0 -1
  70. package/components/Expander/Expander.d.ts +1 -2
  71. package/components/Expander/Expander.js +21 -21
  72. package/components/Expander/Expander.js.map +1 -1
  73. package/components/Expander/Expander.stories.d.ts +59 -0
  74. package/components/Expander/index.d.ts +0 -1
  75. package/components/Expander/styles.module.scss +10 -3
  76. package/components/ExpanderHierarchy/Expander.d.ts +0 -1
  77. package/components/ExpanderHierarchy/Expander.js +5 -5
  78. package/components/ExpanderHierarchy/Expander.js.map +1 -1
  79. package/components/ExpanderHierarchy/ExpanderButton.d.ts +0 -1
  80. package/components/ExpanderHierarchy/ExpanderButton.js +3 -3
  81. package/components/ExpanderHierarchy/ExpanderButton.js.map +1 -1
  82. package/components/ExpanderHierarchy/ExpanderHierarchy.d.ts +0 -1
  83. package/components/ExpanderHierarchy/ExpanderHierarchy.js +3 -3
  84. package/components/ExpanderHierarchy/ExpanderHierarchy.js.map +1 -1
  85. package/components/ExpanderHierarchy/ExpanderHierarchy.stories.d.ts +42 -0
  86. package/components/ExpanderHierarchy/index.d.ts +0 -1
  87. package/components/ExpanderHierarchy/utils.d.ts +0 -1
  88. package/components/ExpanderList/ExpanderList.d.ts +0 -1
  89. package/components/ExpanderList/ExpanderList.js +84 -81
  90. package/components/ExpanderList/ExpanderList.js.map +1 -1
  91. package/components/ExpanderList/ExpanderList.stories.d.ts +57 -0
  92. package/components/ExpanderList/index.d.ts +0 -1
  93. package/components/FormExample/FormExample.d.ts +1 -2
  94. package/components/FormExample/FormExample.js +50 -58
  95. package/components/FormExample/FormExample.js.map +1 -1
  96. package/components/FormExample/index.d.ts +0 -1
  97. package/components/FormGroup/FormGroup.d.ts +0 -1
  98. package/components/FormGroup/FormGroup.js +62 -71
  99. package/components/FormGroup/FormGroup.js.map +1 -1
  100. package/components/FormGroup/FormGroup.stories.d.ts +48 -0
  101. package/components/FormGroup/index.d.ts +0 -1
  102. package/components/FormLayout/FormLayout.d.ts +0 -1
  103. package/components/FormLayout/FormLayout.stories.d.ts +31 -0
  104. package/components/FormLayout/index.d.ts +0 -1
  105. package/components/GridExample/GridExample.d.ts +0 -1
  106. package/components/GridExample/index.d.ts +0 -1
  107. package/components/HelpBubble/HelpBubble.d.ts +0 -1
  108. package/components/HelpBubble/HelpBubble.stories.d.ts +41 -0
  109. package/components/HelpBubble/index.d.ts +0 -1
  110. package/components/HelpBubbleExample/HelpBubbleExample.d.ts +0 -1
  111. package/components/HelpBubbleExample/index.d.ts +0 -1
  112. package/components/HelpPanel/HelpPanel.d.ts +1 -2
  113. package/components/HelpPanel/HelpPanel.js.map +1 -1
  114. package/components/HelpPanel/HelpPanel.stories.d.ts +30 -0
  115. package/components/HelpPanel/index.d.ts +0 -1
  116. package/components/HelpQuestion/HelpQuestion.d.ts +1 -2
  117. package/components/HelpQuestion/HelpQuestion.js.map +1 -1
  118. package/components/HelpQuestion/HelpQuestion.stories.d.ts +28 -0
  119. package/components/HelpQuestion/index.d.ts +0 -1
  120. package/components/HighlightBox/HighlightBox.d.ts +2 -3
  121. package/components/HighlightBox/HighlightBox.js +14 -15
  122. package/components/HighlightBox/HighlightBox.js.map +1 -1
  123. package/components/HighlightBox/HighlightBox.stories.d.ts +41 -0
  124. package/components/HighlightBox/index.d.ts +0 -1
  125. package/components/HorizontalScroll/HorizontalScroll.d.ts +0 -1
  126. package/components/HorizontalScroll/index.d.ts +0 -1
  127. package/components/HorizontalScroll/styles.module.scss +4 -1
  128. package/components/Icon/Icon.d.ts +0 -1
  129. package/components/Icon/Icon.stories.d.ts +34 -0
  130. package/components/Icon/index.d.ts +0 -1
  131. package/components/Icons/ActiveMonitoring.d.ts +0 -1
  132. package/components/Icons/ActiveMonitoring.js +1 -1
  133. package/components/Icons/ActiveMonitoring.js.map +1 -1
  134. package/components/Icons/AcupunctureBack.d.ts +0 -1
  135. package/components/Icons/AcupunctureBack.js +2 -2
  136. package/components/Icons/AcupunctureBack.js.map +1 -1
  137. package/components/Icons/AdditionalIconInformation.d.ts +0 -1
  138. package/components/Icons/AlarmClock.d.ts +0 -1
  139. package/components/Icons/AlertSignFill.d.ts +0 -1
  140. package/components/Icons/AlertSignStroke.d.ts +0 -1
  141. package/components/Icons/Amputation.d.ts +0 -1
  142. package/components/Icons/Amputation.js +2 -2
  143. package/components/Icons/Amputation.js.map +1 -1
  144. package/components/Icons/Anxiety.d.ts +0 -1
  145. package/components/Icons/Anxiety.js +1 -1
  146. package/components/Icons/Anxiety.js.map +1 -1
  147. package/components/Icons/Apple.d.ts +0 -1
  148. package/components/Icons/Apple.js +2 -2
  149. package/components/Icons/Apple.js.map +1 -1
  150. package/components/Icons/Archive.d.ts +0 -1
  151. package/components/Icons/ArmFlexing.d.ts +0 -1
  152. package/components/Icons/ArmFlexing.js +2 -2
  153. package/components/Icons/ArmFlexing.js.map +1 -1
  154. package/components/Icons/ArrowDown.d.ts +0 -1
  155. package/components/Icons/ArrowLeft.d.ts +0 -1
  156. package/components/Icons/ArrowRight.d.ts +0 -1
  157. package/components/Icons/ArrowUp.d.ts +0 -1
  158. package/components/Icons/ArrowUpRight.d.ts +0 -1
  159. package/components/Icons/Attachment.d.ts +0 -1
  160. package/components/Icons/Atv.d.ts +0 -1
  161. package/components/Icons/Atv.js +1 -1
  162. package/components/Icons/Atv.js.map +1 -1
  163. package/components/Icons/Avatar.d.ts +0 -1
  164. package/components/Icons/AwakePersonOnPillow.d.ts +0 -1
  165. package/components/Icons/AwakePersonOnPillow.js +2 -2
  166. package/components/Icons/AwakePersonOnPillow.js.map +1 -1
  167. package/components/Icons/Baby.d.ts +0 -1
  168. package/components/Icons/Baby.js +2 -2
  169. package/components/Icons/Baby.js.map +1 -1
  170. package/components/Icons/BandAid.d.ts +0 -1
  171. package/components/Icons/BandAid.js +2 -2
  172. package/components/Icons/BandAid.js.map +1 -1
  173. package/components/Icons/BeerAndPills.d.ts +0 -1
  174. package/components/Icons/BeerAndPills.js +2 -2
  175. package/components/Icons/BeerAndPills.js.map +1 -1
  176. package/components/Icons/Bell.d.ts +0 -1
  177. package/components/Icons/Bell.js +2 -2
  178. package/components/Icons/Bell.js.map +1 -1
  179. package/components/Icons/Bike.d.ts +0 -1
  180. package/components/Icons/Bike.js +2 -2
  181. package/components/Icons/Bike.js.map +1 -1
  182. package/components/Icons/BirthControl.d.ts +0 -1
  183. package/components/Icons/BirthdayCake.d.ts +0 -1
  184. package/components/Icons/BirthdayCake.js +2 -2
  185. package/components/Icons/BirthdayCake.js.map +1 -1
  186. package/components/Icons/Boat.d.ts +0 -1
  187. package/components/Icons/Boat.js +2 -2
  188. package/components/Icons/Boat.js.map +1 -1
  189. package/components/Icons/Body.d.ts +0 -1
  190. package/components/Icons/Braille.d.ts +0 -1
  191. package/components/Icons/Brain.d.ts +0 -1
  192. package/components/Icons/Brain.js +1 -1
  193. package/components/Icons/Brain.js.map +1 -1
  194. package/components/Icons/BreastReconstruction.d.ts +0 -1
  195. package/components/Icons/BreastReconstruction.js +2 -2
  196. package/components/Icons/BreastReconstruction.js.map +1 -1
  197. package/components/Icons/BreastRemoval.d.ts +0 -1
  198. package/components/Icons/BreastRemoval.js +2 -2
  199. package/components/Icons/BreastRemoval.js.map +1 -1
  200. package/components/Icons/Breasts.d.ts +0 -1
  201. package/components/Icons/Breasts.js +1 -1
  202. package/components/Icons/Breasts.js.map +1 -1
  203. package/components/Icons/BrokenHeart.d.ts +0 -1
  204. package/components/Icons/BrokenHeart.js +2 -2
  205. package/components/Icons/BrokenHeart.js.map +1 -1
  206. package/components/Icons/BrokenPuzzle.d.ts +0 -1
  207. package/components/Icons/BrokenPuzzle.js +2 -2
  208. package/components/Icons/BrokenPuzzle.js.map +1 -1
  209. package/components/Icons/Bus.d.ts +0 -1
  210. package/components/Icons/Calendar.d.ts +0 -1
  211. package/components/Icons/CalendarChange.d.ts +0 -1
  212. package/components/Icons/CalendarCheck.d.ts +0 -1
  213. package/components/Icons/CalendarEvent.d.ts +0 -1
  214. package/components/Icons/CalendarEvent.js +2 -2
  215. package/components/Icons/CalendarEvent.js.map +1 -1
  216. package/components/Icons/CalendarSave.d.ts +0 -1
  217. package/components/Icons/Cancer.d.ts +0 -1
  218. package/components/Icons/Cancer.js +2 -2
  219. package/components/Icons/Cancer.js.map +1 -1
  220. package/components/Icons/Candle.d.ts +0 -1
  221. package/components/Icons/Car.d.ts +0 -1
  222. package/components/Icons/Car.js +2 -2
  223. package/components/Icons/Car.js.map +1 -1
  224. package/components/Icons/Change.d.ts +0 -1
  225. package/components/Icons/Check.d.ts +0 -1
  226. package/components/Icons/CheckFill.d.ts +0 -1
  227. package/components/Icons/CheckOutline.d.ts +0 -1
  228. package/components/Icons/CheckOutline.js +2 -2
  229. package/components/Icons/CheckOutline.js.map +1 -1
  230. package/components/Icons/Chest.d.ts +0 -1
  231. package/components/Icons/Chest.js +2 -2
  232. package/components/Icons/Chest.js.map +1 -1
  233. package/components/Icons/ChevronDown.d.ts +0 -1
  234. package/components/Icons/ChevronLeft.d.ts +0 -1
  235. package/components/Icons/ChevronRight.d.ts +0 -1
  236. package/components/Icons/ChevronUp.d.ts +0 -1
  237. package/components/Icons/ChevronsDown.d.ts +0 -1
  238. package/components/Icons/ChevronsUp.d.ts +0 -1
  239. package/components/Icons/ChildPlaying.d.ts +0 -1
  240. package/components/Icons/ChildPlaying.js +2 -2
  241. package/components/Icons/ChildPlaying.js.map +1 -1
  242. package/components/Icons/Cigarette.d.ts +0 -1
  243. package/components/Icons/Cigarette.js +2 -2
  244. package/components/Icons/Cigarette.js.map +1 -1
  245. package/components/Icons/Coins.d.ts +0 -1
  246. package/components/Icons/Coins.js +2 -2
  247. package/components/Icons/Coins.js.map +1 -1
  248. package/components/Icons/Contacts.d.ts +0 -1
  249. package/components/Icons/Copy.d.ts +0 -1
  250. package/components/Icons/CoronaCertificate.d.ts +0 -1
  251. package/components/Icons/CoronaCertificate.js +2 -2
  252. package/components/Icons/CoronaCertificate.js.map +1 -1
  253. package/components/Icons/Coronavirus.d.ts +0 -1
  254. package/components/Icons/Coronavirus.js +2 -2
  255. package/components/Icons/Coronavirus.js.map +1 -1
  256. package/components/Icons/Cough.d.ts +0 -1
  257. package/components/Icons/Cough.js +2 -2
  258. package/components/Icons/Cough.js.map +1 -1
  259. package/components/Icons/CriticalHealthInfo.d.ts +0 -1
  260. package/components/Icons/CriticalHealthInfo.js +2 -2
  261. package/components/Icons/CriticalHealthInfo.js.map +1 -1
  262. package/components/Icons/Cross.d.ts +0 -1
  263. package/components/Icons/Cross.js +2 -2
  264. package/components/Icons/Cross.js.map +1 -1
  265. package/components/Icons/DataExchange.d.ts +0 -1
  266. package/components/Icons/DataReceived.d.ts +0 -1
  267. package/components/Icons/DataSent.d.ts +0 -1
  268. package/components/Icons/Depression.d.ts +0 -1
  269. package/components/Icons/Depression.js +2 -2
  270. package/components/Icons/Depression.js.map +1 -1
  271. package/components/Icons/DigestiveSystem.d.ts +0 -1
  272. package/components/Icons/DigestiveSystem.js +2 -2
  273. package/components/Icons/DigestiveSystem.js.map +1 -1
  274. package/components/Icons/Dizzy.d.ts +0 -1
  275. package/components/Icons/Dizzy.js +2 -2
  276. package/components/Icons/Dizzy.js.map +1 -1
  277. package/components/Icons/Documents.d.ts +0 -1
  278. package/components/Icons/Documents.js +2 -2
  279. package/components/Icons/Documents.js.map +1 -1
  280. package/components/Icons/Dog.d.ts +0 -1
  281. package/components/Icons/Dog.js +2 -2
  282. package/components/Icons/Dog.js.map +1 -1
  283. package/components/Icons/DonorCard.d.ts +0 -1
  284. package/components/Icons/DonorCard.js +2 -2
  285. package/components/Icons/DonorCard.js.map +1 -1
  286. package/components/Icons/Download.d.ts +0 -1
  287. package/components/Icons/Draft.d.ts +0 -1
  288. package/components/Icons/Draft.js +2 -2
  289. package/components/Icons/Draft.js.map +1 -1
  290. package/components/Icons/EChat.d.ts +0 -1
  291. package/components/Icons/Ear.d.ts +0 -1
  292. package/components/Icons/EarDeaf.d.ts +0 -1
  293. package/components/Icons/EarHearingAid.d.ts +0 -1
  294. package/components/Icons/EarNoseThroat.d.ts +0 -1
  295. package/components/Icons/EarNoseThroat.js +2 -2
  296. package/components/Icons/EarNoseThroat.js.map +1 -1
  297. package/components/Icons/EarVolume.d.ts +0 -1
  298. package/components/Icons/ElderlyPerson.d.ts +0 -1
  299. package/components/Icons/ElderlyPerson.js +2 -2
  300. package/components/Icons/ElderlyPerson.js.map +1 -1
  301. package/components/Icons/Embolization.d.ts +0 -1
  302. package/components/Icons/Embolization.js +2 -2
  303. package/components/Icons/Embolization.js.map +1 -1
  304. package/components/Icons/EmergencyCall.d.ts +0 -1
  305. package/components/Icons/EmoticonAnnoyed.d.ts +0 -1
  306. package/components/Icons/EmoticonDelighted.d.ts +0 -1
  307. package/components/Icons/EmoticonDisappointed.d.ts +0 -1
  308. package/components/Icons/EmoticonHappy.d.ts +0 -1
  309. package/components/Icons/EmoticonMeh.d.ts +0 -1
  310. package/components/Icons/EnterFullScreen.d.ts +0 -1
  311. package/components/Icons/Envelope.d.ts +0 -1
  312. package/components/Icons/Epilepsy.d.ts +0 -1
  313. package/components/Icons/Epilepsy.js +2 -2
  314. package/components/Icons/Epilepsy.js.map +1 -1
  315. package/components/Icons/Eraser.d.ts +0 -1
  316. package/components/Icons/ErrorSignFill.d.ts +0 -1
  317. package/components/Icons/ErrorSignStroke.d.ts +0 -1
  318. package/components/Icons/EuropeanHealthCard.d.ts +0 -1
  319. package/components/Icons/EuropeanHealthCard.js +2 -2
  320. package/components/Icons/EuropeanHealthCard.js.map +1 -1
  321. package/components/Icons/ExitFullScreen.d.ts +0 -1
  322. package/components/Icons/Eye.d.ts +0 -1
  323. package/components/Icons/Facebook.d.ts +0 -1
  324. package/components/Icons/Facebook.js +2 -2
  325. package/components/Icons/Facebook.js.map +1 -1
  326. package/components/Icons/FallingLeaf.d.ts +0 -1
  327. package/components/Icons/Female.d.ts +0 -1
  328. package/components/Icons/Female.js +2 -2
  329. package/components/Icons/Female.js.map +1 -1
  330. package/components/Icons/FemaleDoctor.d.ts +0 -1
  331. package/components/Icons/FemaleDoctor.js +2 -2
  332. package/components/Icons/FemaleDoctor.js.map +1 -1
  333. package/components/Icons/Ferry.d.ts +0 -1
  334. package/components/Icons/Ferry.js +2 -2
  335. package/components/Icons/Ferry.js.map +1 -1
  336. package/components/Icons/File.d.ts +0 -1
  337. package/components/Icons/Filter.d.ts +0 -1
  338. package/components/Icons/FingerBleed.d.ts +0 -1
  339. package/components/Icons/FingerBleed.js +2 -2
  340. package/components/Icons/FingerBleed.js.map +1 -1
  341. package/components/Icons/FirstAidKit.d.ts +0 -1
  342. package/components/Icons/FirstAidKit.js +2 -2
  343. package/components/Icons/FirstAidKit.js.map +1 -1
  344. package/components/Icons/FloppyDisk.d.ts +0 -1
  345. package/components/Icons/Football.d.ts +0 -1
  346. package/components/Icons/Football.js +2 -2
  347. package/components/Icons/Football.js.map +1 -1
  348. package/components/Icons/Form.d.ts +0 -1
  349. package/components/Icons/Forward.d.ts +0 -1
  350. package/components/Icons/Gallery.d.ts +0 -1
  351. package/components/Icons/Garden.d.ts +0 -1
  352. package/components/Icons/Garden.js +2 -2
  353. package/components/Icons/Garden.js.map +1 -1
  354. package/components/Icons/GasCan.d.ts +0 -1
  355. package/components/Icons/GasCan.js +2 -2
  356. package/components/Icons/GasCan.js.map +1 -1
  357. package/components/Icons/GenderIdentity.d.ts +0 -1
  358. package/components/Icons/Glasses.d.ts +0 -1
  359. package/components/Icons/Globe.d.ts +0 -1
  360. package/components/Icons/Graph.d.ts +0 -1
  361. package/components/Icons/Group.d.ts +0 -1
  362. package/components/Icons/GroupTwins.d.ts +0 -1
  363. package/components/Icons/HTMLFile.d.ts +0 -1
  364. package/components/Icons/HandWaving.d.ts +0 -1
  365. package/components/Icons/HandWaving.js +2 -2
  366. package/components/Icons/HandWaving.js.map +1 -1
  367. package/components/Icons/HandWithDisease.d.ts +0 -1
  368. package/components/Icons/HandWithDisease.js +2 -2
  369. package/components/Icons/HandWithDisease.js.map +1 -1
  370. package/components/Icons/HandsAndHeart.d.ts +0 -1
  371. package/components/Icons/HealthClinic.d.ts +0 -1
  372. package/components/Icons/HealthClinic.js +2 -2
  373. package/components/Icons/HealthClinic.js.map +1 -1
  374. package/components/Icons/HealthWarning.d.ts +0 -1
  375. package/components/Icons/HealthWarning.js +2 -2
  376. package/components/Icons/HealthWarning.js.map +1 -1
  377. package/components/Icons/HealthcarePerson.d.ts +0 -1
  378. package/components/Icons/HealthcarePersonell.d.ts +0 -1
  379. package/components/Icons/HearingProtection.d.ts +0 -1
  380. package/components/Icons/Heart.d.ts +0 -1
  381. package/components/Icons/HeartHands.d.ts +0 -1
  382. package/components/Icons/HelpSign.d.ts +0 -1
  383. package/components/Icons/HelpingHand.d.ts +0 -1
  384. package/components/Icons/HelpingHand.js +2 -2
  385. package/components/Icons/HelpingHand.js.map +1 -1
  386. package/components/Icons/Hemodialysis.d.ts +0 -1
  387. package/components/Icons/Hemodialysis.js +2 -2
  388. package/components/Icons/Hemodialysis.js.map +1 -1
  389. package/components/Icons/Hiker.d.ts +0 -1
  390. package/components/Icons/Hiker.js +2 -2
  391. package/components/Icons/Hiker.js.map +1 -1
  392. package/components/Icons/Hipprosthesis.d.ts +0 -1
  393. package/components/Icons/Hipprosthesis.js +2 -2
  394. package/components/Icons/Hipprosthesis.js.map +1 -1
  395. package/components/Icons/History.d.ts +0 -1
  396. package/components/Icons/HivAndAids.d.ts +0 -1
  397. package/components/Icons/HivAndAids.js +2 -2
  398. package/components/Icons/HivAndAids.js.map +1 -1
  399. package/components/Icons/Home.d.ts +0 -1
  400. package/components/Icons/Hormone.d.ts +0 -1
  401. package/components/Icons/Hormone.js +2 -2
  402. package/components/Icons/Hormone.js.map +1 -1
  403. package/components/Icons/Hospital.d.ts +0 -1
  404. package/components/Icons/Hourglass.d.ts +0 -1
  405. package/components/Icons/IconNames.d.ts +0 -1
  406. package/components/Icons/ImgFile.d.ts +0 -1
  407. package/components/Icons/ImgFile.js +1 -1
  408. package/components/Icons/ImgFile.js.map +1 -1
  409. package/components/Icons/Inbox.d.ts +0 -1
  410. package/components/Icons/Inbox.js +2 -2
  411. package/components/Icons/Inbox.js.map +1 -1
  412. package/components/Icons/InfoSignFill.d.ts +0 -1
  413. package/components/Icons/InfoSignStroke.d.ts +0 -1
  414. package/components/Icons/Instagram.d.ts +0 -1
  415. package/components/Icons/Instagram.js +2 -2
  416. package/components/Icons/Instagram.js.map +1 -1
  417. package/components/Icons/Intravenous.d.ts +0 -1
  418. package/components/Icons/Intravenous.js +2 -2
  419. package/components/Icons/Intravenous.js.map +1 -1
  420. package/components/Icons/JointPain.d.ts +0 -1
  421. package/components/Icons/JointPain.js +2 -2
  422. package/components/Icons/JointPain.js.map +1 -1
  423. package/components/Icons/Journal.d.ts +0 -1
  424. package/components/Icons/JpgFile.d.ts +0 -1
  425. package/components/Icons/JpgFile.js +2 -2
  426. package/components/Icons/JpgFile.js.map +1 -1
  427. package/components/Icons/Kidney.d.ts +0 -1
  428. package/components/Icons/Kidney.js +2 -2
  429. package/components/Icons/Kidney.js.map +1 -1
  430. package/components/Icons/KitchenScale.d.ts +0 -1
  431. package/components/Icons/KitchenScale.js +4 -4
  432. package/components/Icons/KitchenScale.js.map +1 -1
  433. package/components/Icons/Kjernejournal.d.ts +0 -1
  434. package/components/Icons/Kjernejournal.js +2 -2
  435. package/components/Icons/Kjernejournal.js.map +1 -1
  436. package/components/Icons/Laboratory.d.ts +0 -1
  437. package/components/Icons/Laboratory.js +2 -2
  438. package/components/Icons/Laboratory.js.map +1 -1
  439. package/components/Icons/LaptopBlog.d.ts +0 -1
  440. package/components/Icons/LaptopBlog.js +1 -1
  441. package/components/Icons/LaptopBlog.js.map +1 -1
  442. package/components/Icons/LawBook.d.ts +0 -1
  443. package/components/Icons/LawBook.js +2 -2
  444. package/components/Icons/LawBook.js.map +1 -1
  445. package/components/Icons/LegalDocument.d.ts +0 -1
  446. package/components/Icons/LightBulb.d.ts +0 -1
  447. package/components/Icons/LightBulb.js +2 -2
  448. package/components/Icons/LightBulb.js.map +1 -1
  449. package/components/Icons/List.d.ts +0 -1
  450. package/components/Icons/Location.d.ts +0 -1
  451. package/components/Icons/Lock.d.ts +0 -1
  452. package/components/Icons/Login.d.ts +0 -1
  453. package/components/Icons/Logout.d.ts +0 -1
  454. package/components/Icons/Lungs.d.ts +0 -1
  455. package/components/Icons/Lungs.js +2 -2
  456. package/components/Icons/Lungs.js.map +1 -1
  457. package/components/Icons/Makeup.d.ts +0 -1
  458. package/components/Icons/Makeup.js +2 -2
  459. package/components/Icons/Makeup.js.map +1 -1
  460. package/components/Icons/MaleDoctor.d.ts +0 -1
  461. package/components/Icons/MaleDoctor.js +2 -2
  462. package/components/Icons/MaleDoctor.js.map +1 -1
  463. package/components/Icons/MaleDoctorAndPerson.d.ts +0 -1
  464. package/components/Icons/MaleDoctorAndPerson.js +2 -2
  465. package/components/Icons/MaleDoctorAndPerson.js.map +1 -1
  466. package/components/Icons/MaleGenitalia.d.ts +0 -1
  467. package/components/Icons/MaleGenitalia.js +2 -2
  468. package/components/Icons/MaleGenitalia.js.map +1 -1
  469. package/components/Icons/Medicine.d.ts +0 -1
  470. package/components/Icons/MedicineWarning.d.ts +0 -1
  471. package/components/Icons/MedicineWarning.js +2 -2
  472. package/components/Icons/MedicineWarning.js.map +1 -1
  473. package/components/Icons/MentalHealthAdult.d.ts +0 -1
  474. package/components/Icons/MentalHealthAdult.js +2 -2
  475. package/components/Icons/MentalHealthAdult.js.map +1 -1
  476. package/components/Icons/MentalHealthChild.d.ts +0 -1
  477. package/components/Icons/MentalHealthChild.js +2 -2
  478. package/components/Icons/MentalHealthChild.js.map +1 -1
  479. package/components/Icons/Menu.d.ts +0 -1
  480. package/components/Icons/Microscope.d.ts +0 -1
  481. package/components/Icons/Microscope.js +2 -2
  482. package/components/Icons/Microscope.js.map +1 -1
  483. package/components/Icons/Minus.d.ts +0 -1
  484. package/components/Icons/Mirror.d.ts +0 -1
  485. package/components/Icons/Mirror.js +2 -2
  486. package/components/Icons/Mirror.js.map +1 -1
  487. package/components/Icons/MobilePhone.d.ts +0 -1
  488. package/components/Icons/MotherHoldingBaby.d.ts +0 -1
  489. package/components/Icons/MotherHoldingBaby.js +2 -2
  490. package/components/Icons/MotherHoldingBaby.js.map +1 -1
  491. package/components/Icons/MuscleBack.d.ts +0 -1
  492. package/components/Icons/MuscleBack.js +2 -2
  493. package/components/Icons/MuscleBack.js.map +1 -1
  494. package/components/Icons/MuscleLeg.d.ts +0 -1
  495. package/components/Icons/MuscleLeg.js +2 -2
  496. package/components/Icons/MuscleLeg.js.map +1 -1
  497. package/components/Icons/Mushroom.d.ts +0 -1
  498. package/components/Icons/Mushroom.js +2 -2
  499. package/components/Icons/Mushroom.js.map +1 -1
  500. package/components/Icons/Music.d.ts +0 -1
  501. package/components/Icons/Music.js +2 -2
  502. package/components/Icons/Music.js.map +1 -1
  503. package/components/Icons/MusselsAndSalt.d.ts +0 -1
  504. package/components/Icons/MusselsAndSalt.js +2 -2
  505. package/components/Icons/MusselsAndSalt.js.map +1 -1
  506. package/components/Icons/NoAccess.d.ts +0 -1
  507. package/components/Icons/NoEye.d.ts +0 -1
  508. package/components/Icons/NoFilter.d.ts +0 -1
  509. package/components/Icons/Notepad.d.ts +0 -1
  510. package/components/Icons/Notepad.js +2 -2
  511. package/components/Icons/Notepad.js.map +1 -1
  512. package/components/Icons/Osteotomy.d.ts +0 -1
  513. package/components/Icons/Osteotomy.js +2 -2
  514. package/components/Icons/Osteotomy.js.map +1 -1
  515. package/components/Icons/PaintRoller.d.ts +0 -1
  516. package/components/Icons/PaintRoller.js +2 -2
  517. package/components/Icons/PaintRoller.js.map +1 -1
  518. package/components/Icons/PaperPlane.d.ts +0 -1
  519. package/components/Icons/PatientAndPerson.d.ts +0 -1
  520. package/components/Icons/PatientAndPerson.js +2 -2
  521. package/components/Icons/PatientAndPerson.js.map +1 -1
  522. package/components/Icons/Pause.d.ts +0 -1
  523. package/components/Icons/PdfFile.d.ts +0 -1
  524. package/components/Icons/PdfFile.js +1 -1
  525. package/components/Icons/PdfFile.js.map +1 -1
  526. package/components/Icons/Pencil.d.ts +0 -1
  527. package/components/Icons/PeopleTalking.d.ts +0 -1
  528. package/components/Icons/PeopleTalking.js +2 -2
  529. package/components/Icons/PeopleTalking.js.map +1 -1
  530. package/components/Icons/Peritonealdialysis.d.ts +0 -1
  531. package/components/Icons/Peritonealdialysis.js +2 -2
  532. package/components/Icons/Peritonealdialysis.js.map +1 -1
  533. package/components/Icons/Person.d.ts +0 -1
  534. package/components/Icons/Person.js +2 -2
  535. package/components/Icons/Person.js.map +1 -1
  536. package/components/Icons/PersonAndPatient.d.ts +0 -1
  537. package/components/Icons/PersonAndPatient.js +2 -2
  538. package/components/Icons/PersonAndPatient.js.map +1 -1
  539. package/components/Icons/PersonCancel.d.ts +0 -1
  540. package/components/Icons/PersonInXRayMachine.d.ts +0 -1
  541. package/components/Icons/PersonInXRayMachine.js +2 -2
  542. package/components/Icons/PersonInXRayMachine.js.map +1 -1
  543. package/components/Icons/PersonOverweight.d.ts +0 -1
  544. package/components/Icons/PersonOverweight.js +2 -2
  545. package/components/Icons/PersonOverweight.js.map +1 -1
  546. package/components/Icons/PersonRelaxing.d.ts +0 -1
  547. package/components/Icons/PersonRelaxing.js +2 -2
  548. package/components/Icons/PersonRelaxing.js.map +1 -1
  549. package/components/Icons/PersonWithBrain.d.ts +0 -1
  550. package/components/Icons/PersonWithBrain.js +2 -2
  551. package/components/Icons/PersonWithBrain.js.map +1 -1
  552. package/components/Icons/PersonWithBrokenArm.d.ts +0 -1
  553. package/components/Icons/PersonWithBrokenArm.js +2 -2
  554. package/components/Icons/PersonWithBrokenArm.js.map +1 -1
  555. package/components/Icons/PersonWithCrutches.d.ts +0 -1
  556. package/components/Icons/PersonWithCrutches.js +2 -2
  557. package/components/Icons/PersonWithCrutches.js.map +1 -1
  558. package/components/Icons/PersonWithJaw.d.ts +0 -1
  559. package/components/Icons/PersonWithJaw.js +2 -2
  560. package/components/Icons/PersonWithJaw.js.map +1 -1
  561. package/components/Icons/PersonWithMagnifyingGlass.d.ts +0 -1
  562. package/components/Icons/PersonWithMagnifyingGlass.js +2 -2
  563. package/components/Icons/PersonWithMagnifyingGlass.js.map +1 -1
  564. package/components/Icons/PersonWithSenses.d.ts +0 -1
  565. package/components/Icons/PersonWithSenses.js +2 -2
  566. package/components/Icons/PersonWithSenses.js.map +1 -1
  567. package/components/Icons/PersonWorking.d.ts +0 -1
  568. package/components/Icons/PersonWorking.js +2 -2
  569. package/components/Icons/PersonWorking.js.map +1 -1
  570. package/components/Icons/PersonalPlan.d.ts +0 -1
  571. package/components/Icons/PizzaSlice.d.ts +0 -1
  572. package/components/Icons/PizzaSlice.js +2 -2
  573. package/components/Icons/PizzaSlice.js.map +1 -1
  574. package/components/Icons/Plane.d.ts +0 -1
  575. package/components/Icons/Plane.js +2 -2
  576. package/components/Icons/Plane.js.map +1 -1
  577. package/components/Icons/Plant.d.ts +0 -1
  578. package/components/Icons/Plant.js +2 -2
  579. package/components/Icons/Plant.js.map +1 -1
  580. package/components/Icons/Play.d.ts +0 -1
  581. package/components/Icons/PlusLarge.d.ts +0 -1
  582. package/components/Icons/PlusSmall.d.ts +0 -1
  583. package/components/Icons/PngFile.d.ts +0 -1
  584. package/components/Icons/PngFile.js +2 -2
  585. package/components/Icons/PngFile.js.map +1 -1
  586. package/components/Icons/Podcast.d.ts +0 -1
  587. package/components/Icons/PoisonInformation.d.ts +0 -1
  588. package/components/Icons/PoisonInformation.js +2 -2
  589. package/components/Icons/PoisonInformation.js.map +1 -1
  590. package/components/Icons/Pregnant.d.ts +0 -1
  591. package/components/Icons/Pregnant.js +2 -2
  592. package/components/Icons/Pregnant.js.map +1 -1
  593. package/components/Icons/Printer.d.ts +0 -1
  594. package/components/Icons/Psychosis.d.ts +0 -1
  595. package/components/Icons/Psychosis.js +2 -2
  596. package/components/Icons/Psychosis.js.map +1 -1
  597. package/components/Icons/Publication.d.ts +0 -1
  598. package/components/Icons/Publication.js +1 -1
  599. package/components/Icons/Publication.js.map +1 -1
  600. package/components/Icons/Puzzle.d.ts +0 -1
  601. package/components/Icons/Puzzle.js +2 -2
  602. package/components/Icons/Puzzle.js.map +1 -1
  603. package/components/Icons/QrCode.d.ts +0 -1
  604. package/components/Icons/Quarrel.d.ts +0 -1
  605. package/components/Icons/RadioTherapy.d.ts +0 -1
  606. package/components/Icons/RadioTherapy.js +2 -2
  607. package/components/Icons/RadioTherapy.js.map +1 -1
  608. package/components/Icons/RadioactiveTreatment.d.ts +0 -1
  609. package/components/Icons/RadioactiveTreatment.js +2 -2
  610. package/components/Icons/RadioactiveTreatment.js.map +1 -1
  611. package/components/Icons/Radioiodine.d.ts +0 -1
  612. package/components/Icons/Radioiodine.js +2 -2
  613. package/components/Icons/Radioiodine.js.map +1 -1
  614. package/components/Icons/Receipt.d.ts +0 -1
  615. package/components/Icons/Receipt.js +2 -2
  616. package/components/Icons/Receipt.js.map +1 -1
  617. package/components/Icons/Receptionist.d.ts +0 -1
  618. package/components/Icons/Recovery.d.ts +0 -1
  619. package/components/Icons/Recovery.js +2 -2
  620. package/components/Icons/Recovery.js.map +1 -1
  621. package/components/Icons/Referral.d.ts +0 -1
  622. package/components/Icons/Refresh.d.ts +0 -1
  623. package/components/Icons/Refund.d.ts +0 -1
  624. package/components/Icons/Refund.js +2 -2
  625. package/components/Icons/Refund.js.map +1 -1
  626. package/components/Icons/Reply.d.ts +0 -1
  627. package/components/Icons/Rocket.d.ts +0 -1
  628. package/components/Icons/Rocket.js +2 -2
  629. package/components/Icons/Rocket.js.map +1 -1
  630. package/components/Icons/RtfFile.d.ts +0 -1
  631. package/components/Icons/RtfFile.js +2 -2
  632. package/components/Icons/RtfFile.js.map +1 -1
  633. package/components/Icons/STDs.d.ts +0 -1
  634. package/components/Icons/Save.d.ts +0 -1
  635. package/components/Icons/Scale.d.ts +0 -1
  636. package/components/Icons/Scale.js +2 -2
  637. package/components/Icons/Scale.js.map +1 -1
  638. package/components/Icons/ScreenReader.d.ts +0 -1
  639. package/components/Icons/Search.d.ts +0 -1
  640. package/components/Icons/SectionSign.d.ts +0 -1
  641. package/components/Icons/Settings.d.ts +0 -1
  642. package/components/Icons/Sexualorientation.d.ts +0 -1
  643. package/components/Icons/ShakingHand.d.ts +0 -1
  644. package/components/Icons/ShakingHand.js +2 -2
  645. package/components/Icons/ShakingHand.js.map +1 -1
  646. package/components/Icons/Share.d.ts +0 -1
  647. package/components/Icons/Shield.d.ts +0 -1
  648. package/components/Icons/Shield.js +4 -4
  649. package/components/Icons/Shield.js.map +1 -1
  650. package/components/Icons/ShuntOperation.d.ts +0 -1
  651. package/components/Icons/ShuntOperation.js +2 -2
  652. package/components/Icons/ShuntOperation.js.map +1 -1
  653. package/components/Icons/Skeleton.d.ts +0 -1
  654. package/components/Icons/Skeleton.js +2 -2
  655. package/components/Icons/Skeleton.js.map +1 -1
  656. package/components/Icons/Skin.d.ts +0 -1
  657. package/components/Icons/Skin.js +2 -2
  658. package/components/Icons/Skin.js.map +1 -1
  659. package/components/Icons/Snake.d.ts +0 -1
  660. package/components/Icons/Snake.js +2 -2
  661. package/components/Icons/Snake.js.map +1 -1
  662. package/components/Icons/Snapchat.d.ts +0 -1
  663. package/components/Icons/Snapchat.js +2 -2
  664. package/components/Icons/Snapchat.js.map +1 -1
  665. package/components/Icons/SortDown.d.ts +0 -1
  666. package/components/Icons/SortUp.d.ts +0 -1
  667. package/components/Icons/SpeechBubble.d.ts +0 -1
  668. package/components/Icons/Spray.d.ts +0 -1
  669. package/components/Icons/Spray.js +2 -2
  670. package/components/Icons/Spray.js.map +1 -1
  671. package/components/Icons/Stopwatch.d.ts +0 -1
  672. package/components/Icons/Sun.d.ts +0 -1
  673. package/components/Icons/SupportingPerson.d.ts +0 -1
  674. package/components/Icons/Surgery.d.ts +0 -1
  675. package/components/Icons/Surgery.js +2 -2
  676. package/components/Icons/Surgery.js.map +1 -1
  677. package/components/Icons/Syringe.d.ts +0 -1
  678. package/components/Icons/Syringe.js +3 -3
  679. package/components/Icons/Syringe.js.map +1 -1
  680. package/components/Icons/Taxi.d.ts +0 -1
  681. package/components/Icons/Taxi.js +2 -2
  682. package/components/Icons/Taxi.js.map +1 -1
  683. package/components/Icons/TeddyBear.d.ts +0 -1
  684. package/components/Icons/TeddyBear.js +2 -2
  685. package/components/Icons/TeddyBear.js.map +1 -1
  686. package/components/Icons/Teenagers.d.ts +0 -1
  687. package/components/Icons/Teenagers.js +2 -2
  688. package/components/Icons/Teenagers.js.map +1 -1
  689. package/components/Icons/ThinkingAboutBaby.d.ts +0 -1
  690. package/components/Icons/ThinkingAboutBaby.js +2 -2
  691. package/components/Icons/ThinkingAboutBaby.js.map +1 -1
  692. package/components/Icons/Ticket.d.ts +0 -1
  693. package/components/Icons/Ticket.js +2 -2
  694. package/components/Icons/Ticket.js.map +1 -1
  695. package/components/Icons/TimePassing.d.ts +0 -1
  696. package/components/Icons/Tombstone.d.ts +0 -1
  697. package/components/Icons/Toolbox.d.ts +0 -1
  698. package/components/Icons/Tooth.d.ts +0 -1
  699. package/components/Icons/Tooth.js +2 -2
  700. package/components/Icons/Tooth.js.map +1 -1
  701. package/components/Icons/TotalKneeProsthesis.d.ts +0 -1
  702. package/components/Icons/TotalKneeProsthesis.js +2 -2
  703. package/components/Icons/TotalKneeProsthesis.js.map +1 -1
  704. package/components/Icons/Train.d.ts +0 -1
  705. package/components/Icons/Train.js +2 -2
  706. package/components/Icons/Train.js.map +1 -1
  707. package/components/Icons/Transplantation.d.ts +0 -1
  708. package/components/Icons/Transplantation.js +2 -2
  709. package/components/Icons/Transplantation.js.map +1 -1
  710. package/components/Icons/TrashCan.d.ts +0 -1
  711. package/components/Icons/TravelRoute.d.ts +0 -1
  712. package/components/Icons/TravelRoute.js +2 -2
  713. package/components/Icons/TravelRoute.js.map +1 -1
  714. package/components/Icons/TriangleX.d.ts +0 -1
  715. package/components/Icons/Twitter.d.ts +0 -1
  716. package/components/Icons/Twitter.js +2 -2
  717. package/components/Icons/Twitter.js.map +1 -1
  718. package/components/Icons/Undo.d.ts +0 -1
  719. package/components/Icons/UniProsthesis.d.ts +0 -1
  720. package/components/Icons/UniProsthesis.js +1 -1
  721. package/components/Icons/UniProsthesis.js.map +1 -1
  722. package/components/Icons/Upload.d.ts +0 -1
  723. package/components/Icons/UserOrganization.d.ts +0 -1
  724. package/components/Icons/UserOrganization.js +2 -2
  725. package/components/Icons/UserOrganization.js.map +1 -1
  726. package/components/Icons/Vaccine.d.ts +0 -1
  727. package/components/Icons/VerticalDots.d.ts +0 -1
  728. package/components/Icons/VideoCamera.d.ts +0 -1
  729. package/components/Icons/VideoChat.d.ts +0 -1
  730. package/components/Icons/Wallet.d.ts +0 -1
  731. package/components/Icons/Watch.d.ts +0 -1
  732. package/components/Icons/Website.d.ts +0 -1
  733. package/components/Icons/Website.js +2 -2
  734. package/components/Icons/Website.js.map +1 -1
  735. package/components/Icons/Wheelchair.d.ts +0 -1
  736. package/components/Icons/Wheelchair.js +2 -2
  737. package/components/Icons/Wheelchair.js.map +1 -1
  738. package/components/Icons/WheelchairActive.d.ts +0 -1
  739. package/components/Icons/WheelchairActive.js +2 -2
  740. package/components/Icons/WheelchairActive.js.map +1 -1
  741. package/components/Icons/Window.d.ts +0 -1
  742. package/components/Icons/Window.js +2 -2
  743. package/components/Icons/Window.js.map +1 -1
  744. package/components/Icons/WordDocument.d.ts +0 -1
  745. package/components/Icons/WordDocument.js +2 -2
  746. package/components/Icons/WordDocument.js.map +1 -1
  747. package/components/Icons/WorkSuitcase.d.ts +0 -1
  748. package/components/Icons/WorkSuitcase.js +2 -2
  749. package/components/Icons/WorkSuitcase.js.map +1 -1
  750. package/components/Icons/X.d.ts +0 -1
  751. package/components/Icons/XOutline.d.ts +0 -1
  752. package/components/Icons/XOutline.js +2 -2
  753. package/components/Icons/XOutline.js.map +1 -1
  754. package/components/Icons/XmlFile.d.ts +0 -1
  755. package/components/Icons/XmlFile.js +2 -2
  756. package/components/Icons/XmlFile.js.map +1 -1
  757. package/components/Icons/YouTube.d.ts +0 -1
  758. package/components/Icons/YouTube.js +2 -2
  759. package/components/Icons/YouTube.js.map +1 -1
  760. package/components/Icons/Zoom.d.ts +0 -1
  761. package/components/Illustration/Illustration.d.ts +0 -1
  762. package/components/Illustration/Illustration.stories.d.ts +33 -0
  763. package/components/Illustration/Illustrations.stories.d.ts +40 -0
  764. package/components/Illustration/index.d.ts +0 -1
  765. package/components/Illustration/utils.d.ts +0 -1
  766. package/components/Illustrations/Doctor.d.ts +0 -1
  767. package/components/Illustrations/DoctorMedium.d.ts +0 -1
  768. package/components/Illustrations/DoctorSmall.d.ts +0 -1
  769. package/components/Illustrations/HealthcarePersonnel.d.ts +0 -1
  770. package/components/Illustrations/HealthcarePersonnelMedium.d.ts +0 -1
  771. package/components/Illustrations/HealthcarePersonnelSmall.d.ts +0 -1
  772. package/components/Illustrations/IllustrationNames.d.ts +0 -1
  773. package/components/Input/Input.d.ts +0 -1
  774. package/components/Input/Input.js +30 -30
  775. package/components/Input/Input.js.map +1 -1
  776. package/components/Input/Input.stories.d.ts +93 -0
  777. package/components/Input/index.d.ts +0 -1
  778. package/components/Label/Label.d.ts +3 -4
  779. package/components/Label/Label.js +56 -61
  780. package/components/Label/Label.js.map +1 -1
  781. package/components/Label/Label.stories.d.ts +24 -0
  782. package/components/Label/SubLabel.d.ts +0 -1
  783. package/components/Label/index.d.ts +0 -1
  784. package/components/LazyIcon/ErrorBoundary.d.ts +0 -1
  785. package/components/LazyIcon/LazyIcon.d.ts +0 -1
  786. package/components/LazyIcon/LazyIcon.js.map +1 -1
  787. package/components/LazyIcon/LazyIcon.stories.d.ts +24 -0
  788. package/components/LazyIcon/index.d.ts +0 -1
  789. package/components/LazyIcon/utils.d.ts +0 -1
  790. package/components/LazyIllustration/LazyIllustration.d.ts +0 -1
  791. package/components/LazyIllustration/LazyIllustration.js.map +1 -1
  792. package/components/LazyIllustration/LazyIllustration.stories.d.ts +37 -0
  793. package/components/LazyIllustration/index.d.ts +0 -1
  794. package/components/LinkList/LinkList.d.ts +0 -1
  795. package/components/LinkList/LinkList.js +19 -19
  796. package/components/LinkList/LinkList.js.map +1 -1
  797. package/components/LinkList/LinkList.stories.d.ts +46 -0
  798. package/components/LinkList/index.d.ts +0 -1
  799. package/components/List/List.d.ts +0 -1
  800. package/components/List/List.stories.d.ts +35 -0
  801. package/components/List/index.d.ts +0 -1
  802. package/components/ListHeader/ListHeader.d.ts +1 -2
  803. package/components/ListHeader/ListHeader.js +67 -60
  804. package/components/ListHeader/ListHeader.js.map +1 -1
  805. package/components/ListHeader/ListHeaderText/ListHeaderText.d.ts +1 -2
  806. package/components/ListHeader/ListHeaderText/ListHeaderText.js +8 -8
  807. package/components/ListHeader/ListHeaderText/ListHeaderText.js.map +1 -1
  808. package/components/ListHeader/ListHeaderText/index.d.ts +0 -1
  809. package/components/ListHeader/index.d.ts +0 -1
  810. package/components/Loader/Loader.d.ts +1 -2
  811. package/components/Loader/Loader.js +35 -35
  812. package/components/Loader/Loader.js.map +1 -1
  813. package/components/Loader/Loader.stories.d.ts +30 -0
  814. package/components/Loader/index.d.ts +0 -1
  815. package/components/Logo/Logo.d.ts +1 -2
  816. package/components/Logo/Logo.js.map +1 -1
  817. package/components/Logo/Logo.stories.d.ts +36 -0
  818. package/components/Logo/index.d.ts +0 -1
  819. package/components/MaxCharacters/MaxCharacters.d.ts +0 -1
  820. package/components/Modal/Modal.d.ts +0 -1
  821. package/components/Modal/Modal.js +16 -16
  822. package/components/Modal/Modal.js.map +1 -1
  823. package/components/Modal/Modal.stories.d.ts +72 -0
  824. package/components/Modal/index.d.ts +0 -1
  825. package/components/NotificationPanel/DetailButton/DetailButton.d.ts +0 -1
  826. package/components/NotificationPanel/NotificationPanel.d.ts +0 -1
  827. package/components/NotificationPanel/NotificationPanel.js +54 -55
  828. package/components/NotificationPanel/NotificationPanel.js.map +1 -1
  829. package/components/NotificationPanel/NotificationPanel.stories.d.ts +53 -0
  830. package/components/NotificationPanel/index.d.ts +0 -1
  831. package/components/Panel/Panel.d.ts +0 -1
  832. package/components/Panel/Panel.js +31 -31
  833. package/components/Panel/Panel.js.map +1 -1
  834. package/components/Panel/Panel.stories.d.ts +88 -0
  835. package/components/Panel/index.d.ts +0 -1
  836. package/components/PanelList/PanelList.d.ts +1 -2
  837. package/components/PanelList/PanelList.js +10 -10
  838. package/components/PanelList/PanelList.js.map +1 -1
  839. package/components/PanelList/PanelList.stories.d.ts +26 -0
  840. package/components/PanelList/index.d.ts +0 -1
  841. package/components/PopMenu/PopMenu.d.ts +0 -1
  842. package/components/PopMenu/PopMenu.stories.d.ts +28 -0
  843. package/components/PopMenu/index.d.ts +0 -1
  844. package/components/PopOver/PopOver.d.ts +0 -1
  845. package/components/PopOver/PopOver.stories.d.ts +33 -0
  846. package/components/PopOver/index.d.ts +0 -1
  847. package/components/PopOver/utils.d.ts +0 -1
  848. package/components/Portal/index.d.ts +0 -1
  849. package/components/PromoPanel/PromoPanel.d.ts +1 -2
  850. package/components/PromoPanel/PromoPanel.js +1 -1
  851. package/components/PromoPanel/PromoPanel.js.map +1 -1
  852. package/components/PromoPanel/PromoPanel.stories.d.ts +43 -0
  853. package/components/PromoPanel/index.d.ts +0 -1
  854. package/components/PromoPanel/styles.module.scss +3 -1
  855. package/components/RadioButton/RadioButton.d.ts +0 -1
  856. package/components/RadioButton/RadioButton.js +21 -22
  857. package/components/RadioButton/RadioButton.js.map +1 -1
  858. package/components/RadioButton/RadioButton.stories.d.ts +56 -0
  859. package/components/RadioButton/index.d.ts +0 -1
  860. package/components/Select/Select.d.ts +0 -3
  861. package/components/Select/Select.js +28 -32
  862. package/components/Select/Select.js.map +1 -1
  863. package/components/Select/Select.stories.d.ts +37 -0
  864. package/components/Select/index.d.ts +0 -1
  865. package/components/ServiceMessage/ServiceMessage.d.ts +0 -1
  866. package/components/ServiceMessage/ServiceMessage.js +26 -31
  867. package/components/ServiceMessage/ServiceMessage.js.map +1 -1
  868. package/components/ServiceMessage/ServiceMessage.stories.d.ts +70 -0
  869. package/components/ServiceMessage/index.d.ts +0 -1
  870. package/components/SharingStatus/SharingStatus.d.ts +0 -1
  871. package/components/SharingStatus/SharingStatus.stories.d.ts +30 -0
  872. package/components/SharingStatus/index.d.ts +0 -1
  873. package/components/Slider/Slider.d.ts +1 -2
  874. package/components/Slider/Slider.js.map +1 -1
  875. package/components/Slider/Slider.stories.d.ts +51 -0
  876. package/components/Slider/index.d.ts +0 -1
  877. package/components/Spacer/Spacer.d.ts +1 -2
  878. package/components/Spacer/Spacer.js.map +1 -1
  879. package/components/Spacer/Spacer.stories.d.ts +16 -0
  880. package/components/Spacer/index.d.ts +0 -1
  881. package/components/StatusDot/StatusDot.d.ts +0 -1
  882. package/components/StatusDot/StatusDot.js +8 -9
  883. package/components/StatusDot/StatusDot.js.map +1 -1
  884. package/components/StatusDot/StatusDot.stories.d.ts +30 -0
  885. package/components/StatusDot/index.d.ts +0 -1
  886. package/components/Step/Step.d.ts +0 -1
  887. package/components/Step/Step.js.map +1 -1
  888. package/components/Step/Step.stories.d.ts +31 -0
  889. package/components/Step/index.d.ts +0 -1
  890. package/components/StepButtons/StepButtons.d.ts +0 -1
  891. package/components/StepButtons/StepButtons.js +8 -8
  892. package/components/StepButtons/StepButtons.js.map +1 -1
  893. package/components/StepButtons/StepButtons.stories.d.ts +18 -0
  894. package/components/StepButtons/index.d.ts +0 -1
  895. package/components/Stepper/Dot.d.ts +0 -1
  896. package/components/Stepper/DotList.d.ts +0 -1
  897. package/components/Stepper/Stepper.d.ts +0 -1
  898. package/components/Stepper/Stepper.js +2 -2
  899. package/components/Stepper/Stepper.stories.d.ts +37 -0
  900. package/components/Stepper/index.d.ts +0 -1
  901. package/components/Stepper/utils.d.ts +0 -1
  902. package/components/Table/Table.d.ts +0 -1
  903. package/components/Table/Table.stories.d.ts +89 -0
  904. package/components/Table/TableBody/TableBody.d.ts +0 -1
  905. package/components/Table/TableBody/index.d.ts +0 -1
  906. package/components/Table/TableCell/TableCell.d.ts +0 -1
  907. package/components/Table/TableCell/index.d.ts +0 -1
  908. package/components/Table/TableExpandedRow/TableExpandedRow.d.ts +0 -1
  909. package/components/Table/TableExpandedRow/TableExpandedRow.js +11 -13
  910. package/components/Table/TableExpandedRow/TableExpandedRow.js.map +1 -1
  911. package/components/Table/TableExpandedRow/index.d.ts +0 -1
  912. package/components/Table/TableExpanderCell/TableExpanderCell.d.ts +0 -1
  913. package/components/Table/TableExpanderCell/TableExpanderCellMobile.d.ts +0 -1
  914. package/components/Table/TableExpanderCell/index.d.ts +0 -1
  915. package/components/Table/TableHead/TableHead.d.ts +0 -1
  916. package/components/Table/TableHead/index.d.ts +0 -1
  917. package/components/Table/TableHeadCell/TableHeadCell.d.ts +0 -1
  918. package/components/Table/TableHeadCell/index.d.ts +0 -1
  919. package/components/Table/TableRow/TableRow.d.ts +0 -1
  920. package/components/Table/TableRow/TableRow.js +24 -25
  921. package/components/Table/TableRow/TableRow.js.map +1 -1
  922. package/components/Table/TableRow/index.d.ts +0 -1
  923. package/components/Table/index.d.ts +0 -1
  924. package/components/Table/utils.d.ts +0 -1
  925. package/components/Table/utils.js +11 -16
  926. package/components/Table/utils.js.map +1 -1
  927. package/components/Tag/Tag.d.ts +1 -2
  928. package/components/Tag/Tag.js +11 -11
  929. package/components/Tag/Tag.js.map +1 -1
  930. package/components/Tag/Tag.stories.d.ts +47 -0
  931. package/components/Tag/index.d.ts +0 -1
  932. package/components/TagList/TagList.d.ts +1 -2
  933. package/components/TagList/TagList.js.map +1 -1
  934. package/components/TagList/TagList.stories.d.ts +16 -0
  935. package/components/TagList/index.d.ts +0 -1
  936. package/components/Textarea/Textarea.d.ts +1 -2
  937. package/components/Textarea/Textarea.js +47 -50
  938. package/components/Textarea/Textarea.js.map +1 -1
  939. package/components/Textarea/Textarea.stories.d.ts +93 -0
  940. package/components/Textarea/index.d.ts +0 -1
  941. package/components/Tile/Tile.d.ts +0 -1
  942. package/components/Tile/Tile.stories.d.ts +39 -0
  943. package/components/Tile/index.d.ts +0 -1
  944. package/components/Title/Title.d.ts +0 -1
  945. package/components/Title/Title.stories.d.ts +39 -0
  946. package/components/Title/index.d.ts +0 -1
  947. package/components/Tooltip/Tooltip.d.ts +0 -1
  948. package/components/Tooltip/Tooltip.stories.d.ts +29 -0
  949. package/components/Tooltip/TooltipWord/TooltipWord.d.ts +0 -1
  950. package/components/Tooltip/TooltipWord/index.d.ts +0 -1
  951. package/components/Tooltip/index.d.ts +0 -1
  952. package/components/TooltipExample/TooltipExample.d.ts +0 -1
  953. package/components/TooltipExample/index.d.ts +0 -1
  954. package/components/Trigger/HelpSign.d.ts +0 -1
  955. package/components/Trigger/InfoSignStroke.d.ts +0 -1
  956. package/components/Trigger/Trigger.d.ts +0 -1
  957. package/components/Trigger/Trigger.js +6 -6
  958. package/components/Trigger/Trigger.js.map +1 -1
  959. package/components/Trigger/Trigger.stories.d.ts +51 -0
  960. package/components/Trigger/index.d.ts +0 -1
  961. package/components/Validation/Validation.d.ts +0 -1
  962. package/components/Validation/Validation.js +9 -9
  963. package/components/Validation/Validation.js.map +1 -1
  964. package/components/Validation/Validation.stories.d.ts +36 -0
  965. package/components/Validation/index.d.ts +0 -1
  966. package/constants.d.ts +0 -1
  967. package/hoc/withBreakpoint/index.d.ts +0 -1
  968. package/hoc/withBreakpoint/withBreakpoint.d.ts +0 -1
  969. package/hoc/withBreakpoint/withBreakpoint.stories.d.ts +17 -0
  970. package/hooks/useBreakpoint.d.ts +0 -1
  971. package/hooks/useBreakpoint.stories.d.ts +16 -0
  972. package/hooks/useDelayedState.d.ts +0 -1
  973. package/hooks/useDelayedState.stories.d.ts +27 -0
  974. package/hooks/useElementList.d.ts +0 -1
  975. package/hooks/useElementList.stories.d.ts +16 -0
  976. package/hooks/useEventListenerState.d.ts +1 -2
  977. package/hooks/useExpand.d.ts +0 -1
  978. package/hooks/useFocusToggle.d.ts +0 -1
  979. package/hooks/useFocusToggle.stories.d.ts +16 -0
  980. package/hooks/useFocusTrap.d.ts +0 -1
  981. package/hooks/useFocusTrap.stories.d.ts +16 -0
  982. package/hooks/useFocusableElements.d.ts +0 -1
  983. package/hooks/useFocusableElements.stories.d.ts +16 -0
  984. package/hooks/useHover.d.ts +1 -2
  985. package/hooks/useHover.stories.d.ts +16 -0
  986. package/hooks/useIcons.d.ts +0 -1
  987. package/hooks/useIntersectionObserver.d.ts +0 -1
  988. package/hooks/useIntersectionObserver.stories.d.ts +16 -0
  989. package/hooks/useInterval.d.ts +0 -1
  990. package/hooks/useInterval.stories.d.ts +16 -0
  991. package/hooks/useIsVisible.d.ts +0 -1
  992. package/hooks/useIsVisible.stories.d.ts +27 -0
  993. package/hooks/useKeyboardEvent.d.ts +0 -1
  994. package/hooks/useKeyboardEvent.stories.d.ts +16 -0
  995. package/hooks/useLayoutEvent.d.ts +0 -1
  996. package/hooks/useLayoutEvent.stories.d.ts +16 -0
  997. package/hooks/useOutsideEvent.d.ts +0 -1
  998. package/hooks/useOutsideEvent.stories.d.ts +16 -0
  999. package/hooks/usePrevious.d.ts +0 -1
  1000. package/hooks/usePseudoClasses.d.ts +1 -2
  1001. package/hooks/usePseudoClasses.stories.d.ts +16 -0
  1002. package/hooks/useResizeObserver.d.ts +0 -1
  1003. package/hooks/useResizeObserver.stories.d.ts +16 -0
  1004. package/hooks/useSize.d.ts +0 -1
  1005. package/hooks/useSize.stories.d.ts +16 -0
  1006. package/hooks/useSticky.d.ts +0 -1
  1007. package/hooks/useSticky.stories.d.ts +16 -0
  1008. package/hooks/useToggle.d.ts +0 -1
  1009. package/hooks/useUuid.d.ts +0 -1
  1010. package/hooks/useUuid.stories.d.ts +16 -0
  1011. package/index.d.ts +0 -1
  1012. package/package.json +3 -3
  1013. package/scss/_fonts.scss +43 -13
  1014. package/theme/currys/color.d.ts +1 -2
  1015. package/theme/currys/color.js +3 -3
  1016. package/theme/currys/color.js.map +1 -1
  1017. package/theme/currys/index.d.ts +0 -1
  1018. package/theme/currys/spacing.d.ts +0 -1
  1019. package/theme/grid.d.ts +0 -1
  1020. package/theme/index.d.ts +0 -1
  1021. package/theme/palette.d.ts +0 -1
  1022. package/theme/spacers.d.ts +0 -1
  1023. package/utils/accessibility.d.ts +0 -1
  1024. package/utils/component.d.ts +0 -1
  1025. package/utils/debounce.d.ts +0 -1
  1026. package/utils/device.d.ts +0 -1
  1027. package/utils/environment.d.ts +0 -1
  1028. package/utils/focus.d.ts +0 -1
  1029. package/utils/loremtext.d.ts +0 -1
  1030. package/utils/mobile.d.ts +0 -1
  1031. package/utils/refs.d.ts +2 -3
  1032. package/utils/tests/accessibility.test.d.ts +1 -0
  1033. package/utils/tests/setup-test.d.ts +7 -0
  1034. package/utils/tests/uuid.test.d.ts +1 -0
  1035. package/utils/tests/viewport.test.d.ts +1 -0
  1036. package/utils/uuid.d.ts +0 -1
  1037. package/utils/viewport.d.ts +0 -1
  1038. package/__mocks__/IntersectionObserver.d.ts.map +0 -1
  1039. package/__mocks__/MutationObserver.d.ts.map +0 -1
  1040. package/__mocks__/ResizeObserver.d.ts.map +0 -1
  1041. package/__mocks__/matchMedia.d.ts.map +0 -1
  1042. package/__mocks__/useHover.d.ts.map +0 -1
  1043. package/__mocks__/useLayoutEvent.d.ts.map +0 -1
  1044. package/__mocks__/useOutsideEvent.d.ts.map +0 -1
  1045. package/__mocks__/useSize.d.ts.map +0 -1
  1046. package/__mocks__/uuid.d.ts.map +0 -1
  1047. package/components/AnchorLink/AnchorLink.d.ts.map +0 -1
  1048. package/components/AnchorLink/index.d.ts.map +0 -1
  1049. package/components/Avatar/Avatar.d.ts.map +0 -1
  1050. package/components/Avatar/index.d.ts.map +0 -1
  1051. package/components/Badge/Badge.d.ts.map +0 -1
  1052. package/components/Badge/index.d.ts.map +0 -1
  1053. package/components/Button/Button.d.ts.map +0 -1
  1054. package/components/Button/index.d.ts.map +0 -1
  1055. package/components/ButtonWithModal/ButtonWithModal.d.ts.map +0 -1
  1056. package/components/ButtonWithModal/index.d.ts.map +0 -1
  1057. package/components/Checkbox/Checkbox.d.ts.map +0 -1
  1058. package/components/Checkbox/index.d.ts.map +0 -1
  1059. package/components/Close/Close.d.ts.map +0 -1
  1060. package/components/Close/index.d.ts.map +0 -1
  1061. package/components/DictionaryTrigger/DictionaryTrigger.d.ts.map +0 -1
  1062. package/components/DictionaryTrigger/index.d.ts.map +0 -1
  1063. package/components/Dropdown/Dropdown.d.ts.map +0 -1
  1064. package/components/Dropdown/index.d.ts.map +0 -1
  1065. package/components/Duolist/Duolist.d.ts.map +0 -1
  1066. package/components/Duolist/index.d.ts.map +0 -1
  1067. package/components/EmptyState/EmptyState.d.ts.map +0 -1
  1068. package/components/EmptyState/NobodyHome.d.ts.map +0 -1
  1069. package/components/EmptyState/index.d.ts.map +0 -1
  1070. package/components/ErrorWrapper/ErrorWrapper.d.ts.map +0 -1
  1071. package/components/ErrorWrapper/index.d.ts.map +0 -1
  1072. package/components/Expander/Expander.d.ts.map +0 -1
  1073. package/components/Expander/index.d.ts.map +0 -1
  1074. package/components/ExpanderHierarchy/Expander.d.ts.map +0 -1
  1075. package/components/ExpanderHierarchy/ExpanderButton.d.ts.map +0 -1
  1076. package/components/ExpanderHierarchy/ExpanderHierarchy.d.ts.map +0 -1
  1077. package/components/ExpanderHierarchy/index.d.ts.map +0 -1
  1078. package/components/ExpanderHierarchy/utils.d.ts.map +0 -1
  1079. package/components/ExpanderList/ExpanderList.d.ts.map +0 -1
  1080. package/components/ExpanderList/index.d.ts.map +0 -1
  1081. package/components/FormExample/FormExample.d.ts.map +0 -1
  1082. package/components/FormExample/index.d.ts.map +0 -1
  1083. package/components/FormGroup/FormGroup.d.ts.map +0 -1
  1084. package/components/FormGroup/index.d.ts.map +0 -1
  1085. package/components/FormLayout/FormLayout.d.ts.map +0 -1
  1086. package/components/FormLayout/index.d.ts.map +0 -1
  1087. package/components/GridExample/GridExample.d.ts.map +0 -1
  1088. package/components/GridExample/index.d.ts.map +0 -1
  1089. package/components/HelpBubble/HelpBubble.d.ts.map +0 -1
  1090. package/components/HelpBubble/index.d.ts.map +0 -1
  1091. package/components/HelpBubbleExample/HelpBubbleExample.d.ts.map +0 -1
  1092. package/components/HelpBubbleExample/index.d.ts.map +0 -1
  1093. package/components/HelpPanel/HelpPanel.d.ts.map +0 -1
  1094. package/components/HelpPanel/index.d.ts.map +0 -1
  1095. package/components/HelpQuestion/HelpQuestion.d.ts.map +0 -1
  1096. package/components/HelpQuestion/index.d.ts.map +0 -1
  1097. package/components/HighlightBox/HighlightBox.d.ts.map +0 -1
  1098. package/components/HighlightBox/index.d.ts.map +0 -1
  1099. package/components/HorizontalScroll/HorizontalScroll.d.ts.map +0 -1
  1100. package/components/HorizontalScroll/index.d.ts.map +0 -1
  1101. package/components/Icon/Icon.d.ts.map +0 -1
  1102. package/components/Icon/index.d.ts.map +0 -1
  1103. package/components/Icons/ActiveMonitoring.d.ts.map +0 -1
  1104. package/components/Icons/AcupunctureBack.d.ts.map +0 -1
  1105. package/components/Icons/AdditionalIconInformation.d.ts.map +0 -1
  1106. package/components/Icons/AlarmClock.d.ts.map +0 -1
  1107. package/components/Icons/AlertSignFill.d.ts.map +0 -1
  1108. package/components/Icons/AlertSignStroke.d.ts.map +0 -1
  1109. package/components/Icons/Amputation.d.ts.map +0 -1
  1110. package/components/Icons/Anxiety.d.ts.map +0 -1
  1111. package/components/Icons/Apple.d.ts.map +0 -1
  1112. package/components/Icons/Archive.d.ts.map +0 -1
  1113. package/components/Icons/ArmFlexing.d.ts.map +0 -1
  1114. package/components/Icons/ArrowDown.d.ts.map +0 -1
  1115. package/components/Icons/ArrowLeft.d.ts.map +0 -1
  1116. package/components/Icons/ArrowRight.d.ts.map +0 -1
  1117. package/components/Icons/ArrowUp.d.ts.map +0 -1
  1118. package/components/Icons/ArrowUpRight.d.ts.map +0 -1
  1119. package/components/Icons/Attachment.d.ts.map +0 -1
  1120. package/components/Icons/Atv.d.ts.map +0 -1
  1121. package/components/Icons/Avatar.d.ts.map +0 -1
  1122. package/components/Icons/AwakePersonOnPillow.d.ts.map +0 -1
  1123. package/components/Icons/Baby.d.ts.map +0 -1
  1124. package/components/Icons/BandAid.d.ts.map +0 -1
  1125. package/components/Icons/BeerAndPills.d.ts.map +0 -1
  1126. package/components/Icons/Bell.d.ts.map +0 -1
  1127. package/components/Icons/Bike.d.ts.map +0 -1
  1128. package/components/Icons/BirthControl.d.ts.map +0 -1
  1129. package/components/Icons/BirthdayCake.d.ts.map +0 -1
  1130. package/components/Icons/Boat.d.ts.map +0 -1
  1131. package/components/Icons/Body.d.ts.map +0 -1
  1132. package/components/Icons/Braille.d.ts.map +0 -1
  1133. package/components/Icons/Brain.d.ts.map +0 -1
  1134. package/components/Icons/BreastReconstruction.d.ts.map +0 -1
  1135. package/components/Icons/BreastRemoval.d.ts.map +0 -1
  1136. package/components/Icons/Breasts.d.ts.map +0 -1
  1137. package/components/Icons/BrokenHeart.d.ts.map +0 -1
  1138. package/components/Icons/BrokenPuzzle.d.ts.map +0 -1
  1139. package/components/Icons/Bus.d.ts.map +0 -1
  1140. package/components/Icons/Calendar.d.ts.map +0 -1
  1141. package/components/Icons/CalendarChange.d.ts.map +0 -1
  1142. package/components/Icons/CalendarCheck.d.ts.map +0 -1
  1143. package/components/Icons/CalendarEvent.d.ts.map +0 -1
  1144. package/components/Icons/CalendarSave.d.ts.map +0 -1
  1145. package/components/Icons/Cancer.d.ts.map +0 -1
  1146. package/components/Icons/Candle.d.ts.map +0 -1
  1147. package/components/Icons/Car.d.ts.map +0 -1
  1148. package/components/Icons/Change.d.ts.map +0 -1
  1149. package/components/Icons/Check.d.ts.map +0 -1
  1150. package/components/Icons/CheckFill.d.ts.map +0 -1
  1151. package/components/Icons/CheckOutline.d.ts.map +0 -1
  1152. package/components/Icons/Chest.d.ts.map +0 -1
  1153. package/components/Icons/ChevronDown.d.ts.map +0 -1
  1154. package/components/Icons/ChevronLeft.d.ts.map +0 -1
  1155. package/components/Icons/ChevronRight.d.ts.map +0 -1
  1156. package/components/Icons/ChevronUp.d.ts.map +0 -1
  1157. package/components/Icons/ChevronsDown.d.ts.map +0 -1
  1158. package/components/Icons/ChevronsUp.d.ts.map +0 -1
  1159. package/components/Icons/ChildPlaying.d.ts.map +0 -1
  1160. package/components/Icons/Cigarette.d.ts.map +0 -1
  1161. package/components/Icons/Coins.d.ts.map +0 -1
  1162. package/components/Icons/Contacts.d.ts.map +0 -1
  1163. package/components/Icons/Copy.d.ts.map +0 -1
  1164. package/components/Icons/CoronaCertificate.d.ts.map +0 -1
  1165. package/components/Icons/Coronavirus.d.ts.map +0 -1
  1166. package/components/Icons/Cough.d.ts.map +0 -1
  1167. package/components/Icons/CriticalHealthInfo.d.ts.map +0 -1
  1168. package/components/Icons/Cross.d.ts.map +0 -1
  1169. package/components/Icons/DataExchange.d.ts.map +0 -1
  1170. package/components/Icons/DataReceived.d.ts.map +0 -1
  1171. package/components/Icons/DataSent.d.ts.map +0 -1
  1172. package/components/Icons/Depression.d.ts.map +0 -1
  1173. package/components/Icons/DigestiveSystem.d.ts.map +0 -1
  1174. package/components/Icons/Dizzy.d.ts.map +0 -1
  1175. package/components/Icons/Documents.d.ts.map +0 -1
  1176. package/components/Icons/Dog.d.ts.map +0 -1
  1177. package/components/Icons/DonorCard.d.ts.map +0 -1
  1178. package/components/Icons/Download.d.ts.map +0 -1
  1179. package/components/Icons/Draft.d.ts.map +0 -1
  1180. package/components/Icons/EChat.d.ts.map +0 -1
  1181. package/components/Icons/Ear.d.ts.map +0 -1
  1182. package/components/Icons/EarDeaf.d.ts.map +0 -1
  1183. package/components/Icons/EarHearingAid.d.ts.map +0 -1
  1184. package/components/Icons/EarNoseThroat.d.ts.map +0 -1
  1185. package/components/Icons/EarVolume.d.ts.map +0 -1
  1186. package/components/Icons/ElderlyPerson.d.ts.map +0 -1
  1187. package/components/Icons/Embolization.d.ts.map +0 -1
  1188. package/components/Icons/EmergencyCall.d.ts.map +0 -1
  1189. package/components/Icons/EmoticonAnnoyed.d.ts.map +0 -1
  1190. package/components/Icons/EmoticonDelighted.d.ts.map +0 -1
  1191. package/components/Icons/EmoticonDisappointed.d.ts.map +0 -1
  1192. package/components/Icons/EmoticonHappy.d.ts.map +0 -1
  1193. package/components/Icons/EmoticonMeh.d.ts.map +0 -1
  1194. package/components/Icons/EnterFullScreen.d.ts.map +0 -1
  1195. package/components/Icons/Envelope.d.ts.map +0 -1
  1196. package/components/Icons/Epilepsy.d.ts.map +0 -1
  1197. package/components/Icons/Eraser.d.ts.map +0 -1
  1198. package/components/Icons/ErrorSignFill.d.ts.map +0 -1
  1199. package/components/Icons/ErrorSignStroke.d.ts.map +0 -1
  1200. package/components/Icons/EuropeanHealthCard.d.ts.map +0 -1
  1201. package/components/Icons/ExitFullScreen.d.ts.map +0 -1
  1202. package/components/Icons/Eye.d.ts.map +0 -1
  1203. package/components/Icons/Facebook.d.ts.map +0 -1
  1204. package/components/Icons/FallingLeaf.d.ts.map +0 -1
  1205. package/components/Icons/Female.d.ts.map +0 -1
  1206. package/components/Icons/FemaleDoctor.d.ts.map +0 -1
  1207. package/components/Icons/Ferry.d.ts.map +0 -1
  1208. package/components/Icons/File.d.ts.map +0 -1
  1209. package/components/Icons/Filter.d.ts.map +0 -1
  1210. package/components/Icons/FingerBleed.d.ts.map +0 -1
  1211. package/components/Icons/FirstAidKit.d.ts.map +0 -1
  1212. package/components/Icons/FloppyDisk.d.ts.map +0 -1
  1213. package/components/Icons/Football.d.ts.map +0 -1
  1214. package/components/Icons/Form.d.ts.map +0 -1
  1215. package/components/Icons/Forward.d.ts.map +0 -1
  1216. package/components/Icons/Gallery.d.ts.map +0 -1
  1217. package/components/Icons/Garden.d.ts.map +0 -1
  1218. package/components/Icons/GasCan.d.ts.map +0 -1
  1219. package/components/Icons/GenderIdentity.d.ts.map +0 -1
  1220. package/components/Icons/Glasses.d.ts.map +0 -1
  1221. package/components/Icons/Globe.d.ts.map +0 -1
  1222. package/components/Icons/Graph.d.ts.map +0 -1
  1223. package/components/Icons/Group.d.ts.map +0 -1
  1224. package/components/Icons/GroupTwins.d.ts.map +0 -1
  1225. package/components/Icons/HTMLFile.d.ts.map +0 -1
  1226. package/components/Icons/HandWaving.d.ts.map +0 -1
  1227. package/components/Icons/HandWithDisease.d.ts.map +0 -1
  1228. package/components/Icons/HandsAndHeart.d.ts.map +0 -1
  1229. package/components/Icons/HealthClinic.d.ts.map +0 -1
  1230. package/components/Icons/HealthWarning.d.ts.map +0 -1
  1231. package/components/Icons/HealthcarePerson.d.ts.map +0 -1
  1232. package/components/Icons/HealthcarePersonell.d.ts.map +0 -1
  1233. package/components/Icons/HearingProtection.d.ts.map +0 -1
  1234. package/components/Icons/Heart.d.ts.map +0 -1
  1235. package/components/Icons/HeartHands.d.ts.map +0 -1
  1236. package/components/Icons/HelpSign.d.ts.map +0 -1
  1237. package/components/Icons/HelpingHand.d.ts.map +0 -1
  1238. package/components/Icons/Hemodialysis.d.ts.map +0 -1
  1239. package/components/Icons/Hiker.d.ts.map +0 -1
  1240. package/components/Icons/Hipprosthesis.d.ts.map +0 -1
  1241. package/components/Icons/History.d.ts.map +0 -1
  1242. package/components/Icons/HivAndAids.d.ts.map +0 -1
  1243. package/components/Icons/Home.d.ts.map +0 -1
  1244. package/components/Icons/Hormone.d.ts.map +0 -1
  1245. package/components/Icons/Hospital.d.ts.map +0 -1
  1246. package/components/Icons/Hourglass.d.ts.map +0 -1
  1247. package/components/Icons/IconNames.d.ts.map +0 -1
  1248. package/components/Icons/ImgFile.d.ts.map +0 -1
  1249. package/components/Icons/Inbox.d.ts.map +0 -1
  1250. package/components/Icons/InfoSignFill.d.ts.map +0 -1
  1251. package/components/Icons/InfoSignStroke.d.ts.map +0 -1
  1252. package/components/Icons/Instagram.d.ts.map +0 -1
  1253. package/components/Icons/Intravenous.d.ts.map +0 -1
  1254. package/components/Icons/JointPain.d.ts.map +0 -1
  1255. package/components/Icons/Journal.d.ts.map +0 -1
  1256. package/components/Icons/JpgFile.d.ts.map +0 -1
  1257. package/components/Icons/Kidney.d.ts.map +0 -1
  1258. package/components/Icons/KitchenScale.d.ts.map +0 -1
  1259. package/components/Icons/Kjernejournal.d.ts.map +0 -1
  1260. package/components/Icons/Laboratory.d.ts.map +0 -1
  1261. package/components/Icons/LaptopBlog.d.ts.map +0 -1
  1262. package/components/Icons/LawBook.d.ts.map +0 -1
  1263. package/components/Icons/LegalDocument.d.ts.map +0 -1
  1264. package/components/Icons/LightBulb.d.ts.map +0 -1
  1265. package/components/Icons/List.d.ts.map +0 -1
  1266. package/components/Icons/Location.d.ts.map +0 -1
  1267. package/components/Icons/Lock.d.ts.map +0 -1
  1268. package/components/Icons/Login.d.ts.map +0 -1
  1269. package/components/Icons/Logout.d.ts.map +0 -1
  1270. package/components/Icons/Lungs.d.ts.map +0 -1
  1271. package/components/Icons/Makeup.d.ts.map +0 -1
  1272. package/components/Icons/MaleDoctor.d.ts.map +0 -1
  1273. package/components/Icons/MaleDoctorAndPerson.d.ts.map +0 -1
  1274. package/components/Icons/MaleGenitalia.d.ts.map +0 -1
  1275. package/components/Icons/Medicine.d.ts.map +0 -1
  1276. package/components/Icons/MedicineWarning.d.ts.map +0 -1
  1277. package/components/Icons/MentalHealthAdult.d.ts.map +0 -1
  1278. package/components/Icons/MentalHealthChild.d.ts.map +0 -1
  1279. package/components/Icons/Menu.d.ts.map +0 -1
  1280. package/components/Icons/Microscope.d.ts.map +0 -1
  1281. package/components/Icons/Minus.d.ts.map +0 -1
  1282. package/components/Icons/Mirror.d.ts.map +0 -1
  1283. package/components/Icons/MobilePhone.d.ts.map +0 -1
  1284. package/components/Icons/MotherHoldingBaby.d.ts.map +0 -1
  1285. package/components/Icons/MuscleBack.d.ts.map +0 -1
  1286. package/components/Icons/MuscleLeg.d.ts.map +0 -1
  1287. package/components/Icons/Mushroom.d.ts.map +0 -1
  1288. package/components/Icons/Music.d.ts.map +0 -1
  1289. package/components/Icons/MusselsAndSalt.d.ts.map +0 -1
  1290. package/components/Icons/NoAccess.d.ts.map +0 -1
  1291. package/components/Icons/NoEye.d.ts.map +0 -1
  1292. package/components/Icons/NoFilter.d.ts.map +0 -1
  1293. package/components/Icons/Notepad.d.ts.map +0 -1
  1294. package/components/Icons/Osteotomy.d.ts.map +0 -1
  1295. package/components/Icons/PaintRoller.d.ts.map +0 -1
  1296. package/components/Icons/PaperPlane.d.ts.map +0 -1
  1297. package/components/Icons/PatientAndPerson.d.ts.map +0 -1
  1298. package/components/Icons/Pause.d.ts.map +0 -1
  1299. package/components/Icons/PdfFile.d.ts.map +0 -1
  1300. package/components/Icons/Pencil.d.ts.map +0 -1
  1301. package/components/Icons/PeopleTalking.d.ts.map +0 -1
  1302. package/components/Icons/Peritonealdialysis.d.ts.map +0 -1
  1303. package/components/Icons/Person.d.ts.map +0 -1
  1304. package/components/Icons/PersonAndPatient.d.ts.map +0 -1
  1305. package/components/Icons/PersonCancel.d.ts.map +0 -1
  1306. package/components/Icons/PersonInXRayMachine.d.ts.map +0 -1
  1307. package/components/Icons/PersonOverweight.d.ts.map +0 -1
  1308. package/components/Icons/PersonRelaxing.d.ts.map +0 -1
  1309. package/components/Icons/PersonWithBrain.d.ts.map +0 -1
  1310. package/components/Icons/PersonWithBrokenArm.d.ts.map +0 -1
  1311. package/components/Icons/PersonWithCrutches.d.ts.map +0 -1
  1312. package/components/Icons/PersonWithJaw.d.ts.map +0 -1
  1313. package/components/Icons/PersonWithMagnifyingGlass.d.ts.map +0 -1
  1314. package/components/Icons/PersonWithSenses.d.ts.map +0 -1
  1315. package/components/Icons/PersonWorking.d.ts.map +0 -1
  1316. package/components/Icons/PersonalPlan.d.ts.map +0 -1
  1317. package/components/Icons/PizzaSlice.d.ts.map +0 -1
  1318. package/components/Icons/Plane.d.ts.map +0 -1
  1319. package/components/Icons/Plant.d.ts.map +0 -1
  1320. package/components/Icons/Play.d.ts.map +0 -1
  1321. package/components/Icons/PlusLarge.d.ts.map +0 -1
  1322. package/components/Icons/PlusSmall.d.ts.map +0 -1
  1323. package/components/Icons/PngFile.d.ts.map +0 -1
  1324. package/components/Icons/Podcast.d.ts.map +0 -1
  1325. package/components/Icons/PoisonInformation.d.ts.map +0 -1
  1326. package/components/Icons/Pregnant.d.ts.map +0 -1
  1327. package/components/Icons/Printer.d.ts.map +0 -1
  1328. package/components/Icons/Psychosis.d.ts.map +0 -1
  1329. package/components/Icons/Publication.d.ts.map +0 -1
  1330. package/components/Icons/Puzzle.d.ts.map +0 -1
  1331. package/components/Icons/QrCode.d.ts.map +0 -1
  1332. package/components/Icons/Quarrel.d.ts.map +0 -1
  1333. package/components/Icons/RadioTherapy.d.ts.map +0 -1
  1334. package/components/Icons/RadioactiveTreatment.d.ts.map +0 -1
  1335. package/components/Icons/Radioiodine.d.ts.map +0 -1
  1336. package/components/Icons/Receipt.d.ts.map +0 -1
  1337. package/components/Icons/Receptionist.d.ts.map +0 -1
  1338. package/components/Icons/Recovery.d.ts.map +0 -1
  1339. package/components/Icons/Referral.d.ts.map +0 -1
  1340. package/components/Icons/Refresh.d.ts.map +0 -1
  1341. package/components/Icons/Refund.d.ts.map +0 -1
  1342. package/components/Icons/Reply.d.ts.map +0 -1
  1343. package/components/Icons/Rocket.d.ts.map +0 -1
  1344. package/components/Icons/RtfFile.d.ts.map +0 -1
  1345. package/components/Icons/STDs.d.ts.map +0 -1
  1346. package/components/Icons/Save.d.ts.map +0 -1
  1347. package/components/Icons/Scale.d.ts.map +0 -1
  1348. package/components/Icons/ScreenReader.d.ts.map +0 -1
  1349. package/components/Icons/Search.d.ts.map +0 -1
  1350. package/components/Icons/SectionSign.d.ts.map +0 -1
  1351. package/components/Icons/Settings.d.ts.map +0 -1
  1352. package/components/Icons/Sexualorientation.d.ts.map +0 -1
  1353. package/components/Icons/ShakingHand.d.ts.map +0 -1
  1354. package/components/Icons/Share.d.ts.map +0 -1
  1355. package/components/Icons/Shield.d.ts.map +0 -1
  1356. package/components/Icons/ShuntOperation.d.ts.map +0 -1
  1357. package/components/Icons/Skeleton.d.ts.map +0 -1
  1358. package/components/Icons/Skin.d.ts.map +0 -1
  1359. package/components/Icons/Snake.d.ts.map +0 -1
  1360. package/components/Icons/Snapchat.d.ts.map +0 -1
  1361. package/components/Icons/SortDown.d.ts.map +0 -1
  1362. package/components/Icons/SortUp.d.ts.map +0 -1
  1363. package/components/Icons/SpeechBubble.d.ts.map +0 -1
  1364. package/components/Icons/Spray.d.ts.map +0 -1
  1365. package/components/Icons/Stopwatch.d.ts.map +0 -1
  1366. package/components/Icons/Sun.d.ts.map +0 -1
  1367. package/components/Icons/SupportingPerson.d.ts.map +0 -1
  1368. package/components/Icons/Surgery.d.ts.map +0 -1
  1369. package/components/Icons/Syringe.d.ts.map +0 -1
  1370. package/components/Icons/Taxi.d.ts.map +0 -1
  1371. package/components/Icons/TeddyBear.d.ts.map +0 -1
  1372. package/components/Icons/Teenagers.d.ts.map +0 -1
  1373. package/components/Icons/ThinkingAboutBaby.d.ts.map +0 -1
  1374. package/components/Icons/Ticket.d.ts.map +0 -1
  1375. package/components/Icons/TimePassing.d.ts.map +0 -1
  1376. package/components/Icons/Tombstone.d.ts.map +0 -1
  1377. package/components/Icons/Toolbox.d.ts.map +0 -1
  1378. package/components/Icons/Tooth.d.ts.map +0 -1
  1379. package/components/Icons/TotalKneeProsthesis.d.ts.map +0 -1
  1380. package/components/Icons/Train.d.ts.map +0 -1
  1381. package/components/Icons/Transplantation.d.ts.map +0 -1
  1382. package/components/Icons/TrashCan.d.ts.map +0 -1
  1383. package/components/Icons/TravelRoute.d.ts.map +0 -1
  1384. package/components/Icons/TriangleX.d.ts.map +0 -1
  1385. package/components/Icons/Twitter.d.ts.map +0 -1
  1386. package/components/Icons/Undo.d.ts.map +0 -1
  1387. package/components/Icons/UniProsthesis.d.ts.map +0 -1
  1388. package/components/Icons/Upload.d.ts.map +0 -1
  1389. package/components/Icons/UserOrganization.d.ts.map +0 -1
  1390. package/components/Icons/Vaccine.d.ts.map +0 -1
  1391. package/components/Icons/VerticalDots.d.ts.map +0 -1
  1392. package/components/Icons/VideoCamera.d.ts.map +0 -1
  1393. package/components/Icons/VideoChat.d.ts.map +0 -1
  1394. package/components/Icons/Wallet.d.ts.map +0 -1
  1395. package/components/Icons/Watch.d.ts.map +0 -1
  1396. package/components/Icons/Website.d.ts.map +0 -1
  1397. package/components/Icons/Wheelchair.d.ts.map +0 -1
  1398. package/components/Icons/WheelchairActive.d.ts.map +0 -1
  1399. package/components/Icons/Window.d.ts.map +0 -1
  1400. package/components/Icons/WordDocument.d.ts.map +0 -1
  1401. package/components/Icons/WorkSuitcase.d.ts.map +0 -1
  1402. package/components/Icons/X.d.ts.map +0 -1
  1403. package/components/Icons/XOutline.d.ts.map +0 -1
  1404. package/components/Icons/XmlFile.d.ts.map +0 -1
  1405. package/components/Icons/YouTube.d.ts.map +0 -1
  1406. package/components/Icons/Zoom.d.ts.map +0 -1
  1407. package/components/Illustration/Illustration.d.ts.map +0 -1
  1408. package/components/Illustration/index.d.ts.map +0 -1
  1409. package/components/Illustration/utils.d.ts.map +0 -1
  1410. package/components/Illustrations/Doctor.d.ts.map +0 -1
  1411. package/components/Illustrations/DoctorMedium.d.ts.map +0 -1
  1412. package/components/Illustrations/DoctorSmall.d.ts.map +0 -1
  1413. package/components/Illustrations/HealthcarePersonnel.d.ts.map +0 -1
  1414. package/components/Illustrations/HealthcarePersonnelMedium.d.ts.map +0 -1
  1415. package/components/Illustrations/HealthcarePersonnelSmall.d.ts.map +0 -1
  1416. package/components/Illustrations/IllustrationNames.d.ts.map +0 -1
  1417. package/components/Input/Input.d.ts.map +0 -1
  1418. package/components/Input/index.d.ts.map +0 -1
  1419. package/components/Label/Label.d.ts.map +0 -1
  1420. package/components/Label/SubLabel.d.ts.map +0 -1
  1421. package/components/Label/index.d.ts.map +0 -1
  1422. package/components/LazyIcon/ErrorBoundary.d.ts.map +0 -1
  1423. package/components/LazyIcon/LazyIcon.d.ts.map +0 -1
  1424. package/components/LazyIcon/index.d.ts.map +0 -1
  1425. package/components/LazyIcon/utils.d.ts.map +0 -1
  1426. package/components/LazyIllustration/LazyIllustration.d.ts.map +0 -1
  1427. package/components/LazyIllustration/index.d.ts.map +0 -1
  1428. package/components/LinkList/LinkList.d.ts.map +0 -1
  1429. package/components/LinkList/index.d.ts.map +0 -1
  1430. package/components/List/List.d.ts.map +0 -1
  1431. package/components/List/index.d.ts.map +0 -1
  1432. package/components/ListHeader/ListHeader.d.ts.map +0 -1
  1433. package/components/ListHeader/ListHeaderText/ListHeaderText.d.ts.map +0 -1
  1434. package/components/ListHeader/ListHeaderText/index.d.ts.map +0 -1
  1435. package/components/ListHeader/index.d.ts.map +0 -1
  1436. package/components/Loader/Loader.d.ts.map +0 -1
  1437. package/components/Loader/index.d.ts.map +0 -1
  1438. package/components/Logo/Logo.d.ts.map +0 -1
  1439. package/components/Logo/index.d.ts.map +0 -1
  1440. package/components/MaxCharacters/MaxCharacters.d.ts.map +0 -1
  1441. package/components/Modal/Modal.d.ts.map +0 -1
  1442. package/components/Modal/index.d.ts.map +0 -1
  1443. package/components/NotificationPanel/DetailButton/DetailButton.d.ts.map +0 -1
  1444. package/components/NotificationPanel/NotificationPanel.d.ts.map +0 -1
  1445. package/components/NotificationPanel/index.d.ts.map +0 -1
  1446. package/components/Panel/Panel.d.ts.map +0 -1
  1447. package/components/Panel/index.d.ts.map +0 -1
  1448. package/components/PanelList/PanelList.d.ts.map +0 -1
  1449. package/components/PanelList/index.d.ts.map +0 -1
  1450. package/components/PopMenu/PopMenu.d.ts.map +0 -1
  1451. package/components/PopMenu/index.d.ts.map +0 -1
  1452. package/components/PopOver/PopOver.d.ts.map +0 -1
  1453. package/components/PopOver/index.d.ts.map +0 -1
  1454. package/components/PopOver/utils.d.ts.map +0 -1
  1455. package/components/Portal/index.d.ts.map +0 -1
  1456. package/components/PromoPanel/PromoPanel.d.ts.map +0 -1
  1457. package/components/PromoPanel/index.d.ts.map +0 -1
  1458. package/components/RadioButton/RadioButton.d.ts.map +0 -1
  1459. package/components/RadioButton/index.d.ts.map +0 -1
  1460. package/components/Select/Select.d.ts.map +0 -1
  1461. package/components/Select/index.d.ts.map +0 -1
  1462. package/components/ServiceMessage/ServiceMessage.d.ts.map +0 -1
  1463. package/components/ServiceMessage/index.d.ts.map +0 -1
  1464. package/components/SharingStatus/SharingStatus.d.ts.map +0 -1
  1465. package/components/SharingStatus/index.d.ts.map +0 -1
  1466. package/components/Slider/Slider.d.ts.map +0 -1
  1467. package/components/Slider/index.d.ts.map +0 -1
  1468. package/components/Spacer/Spacer.d.ts.map +0 -1
  1469. package/components/Spacer/index.d.ts.map +0 -1
  1470. package/components/StatusDot/StatusDot.d.ts.map +0 -1
  1471. package/components/StatusDot/index.d.ts.map +0 -1
  1472. package/components/Step/Step.d.ts.map +0 -1
  1473. package/components/Step/index.d.ts.map +0 -1
  1474. package/components/StepButtons/StepButtons.d.ts.map +0 -1
  1475. package/components/StepButtons/index.d.ts.map +0 -1
  1476. package/components/Stepper/Dot.d.ts.map +0 -1
  1477. package/components/Stepper/DotList.d.ts.map +0 -1
  1478. package/components/Stepper/Stepper.d.ts.map +0 -1
  1479. package/components/Stepper/index.d.ts.map +0 -1
  1480. package/components/Stepper/utils.d.ts.map +0 -1
  1481. package/components/Table/Table.d.ts.map +0 -1
  1482. package/components/Table/TableBody/TableBody.d.ts.map +0 -1
  1483. package/components/Table/TableBody/index.d.ts.map +0 -1
  1484. package/components/Table/TableCell/TableCell.d.ts.map +0 -1
  1485. package/components/Table/TableCell/index.d.ts.map +0 -1
  1486. package/components/Table/TableExpandedRow/TableExpandedRow.d.ts.map +0 -1
  1487. package/components/Table/TableExpandedRow/index.d.ts.map +0 -1
  1488. package/components/Table/TableExpanderCell/TableExpanderCell.d.ts.map +0 -1
  1489. package/components/Table/TableExpanderCell/TableExpanderCellMobile.d.ts.map +0 -1
  1490. package/components/Table/TableExpanderCell/index.d.ts.map +0 -1
  1491. package/components/Table/TableHead/TableHead.d.ts.map +0 -1
  1492. package/components/Table/TableHead/index.d.ts.map +0 -1
  1493. package/components/Table/TableHeadCell/TableHeadCell.d.ts.map +0 -1
  1494. package/components/Table/TableHeadCell/index.d.ts.map +0 -1
  1495. package/components/Table/TableRow/TableRow.d.ts.map +0 -1
  1496. package/components/Table/TableRow/index.d.ts.map +0 -1
  1497. package/components/Table/index.d.ts.map +0 -1
  1498. package/components/Table/utils.d.ts.map +0 -1
  1499. package/components/Tag/Tag.d.ts.map +0 -1
  1500. package/components/Tag/index.d.ts.map +0 -1
  1501. package/components/TagList/TagList.d.ts.map +0 -1
  1502. package/components/TagList/index.d.ts.map +0 -1
  1503. package/components/Textarea/Textarea.d.ts.map +0 -1
  1504. package/components/Textarea/index.d.ts.map +0 -1
  1505. package/components/Tile/Tile.d.ts.map +0 -1
  1506. package/components/Tile/index.d.ts.map +0 -1
  1507. package/components/Title/Title.d.ts.map +0 -1
  1508. package/components/Title/index.d.ts.map +0 -1
  1509. package/components/Tooltip/Tooltip.d.ts.map +0 -1
  1510. package/components/Tooltip/TooltipWord/TooltipWord.d.ts.map +0 -1
  1511. package/components/Tooltip/TooltipWord/index.d.ts.map +0 -1
  1512. package/components/Tooltip/index.d.ts.map +0 -1
  1513. package/components/TooltipExample/TooltipExample.d.ts.map +0 -1
  1514. package/components/TooltipExample/index.d.ts.map +0 -1
  1515. package/components/Trigger/HelpSign.d.ts.map +0 -1
  1516. package/components/Trigger/InfoSignStroke.d.ts.map +0 -1
  1517. package/components/Trigger/Trigger.d.ts.map +0 -1
  1518. package/components/Trigger/index.d.ts.map +0 -1
  1519. package/components/Validation/Validation.d.ts.map +0 -1
  1520. package/components/Validation/index.d.ts.map +0 -1
  1521. package/constants.d.ts.map +0 -1
  1522. package/hoc/withBreakpoint/index.d.ts.map +0 -1
  1523. package/hoc/withBreakpoint/withBreakpoint.d.ts.map +0 -1
  1524. package/hooks/useBreakpoint.d.ts.map +0 -1
  1525. package/hooks/useDelayedState.d.ts.map +0 -1
  1526. package/hooks/useElementList.d.ts.map +0 -1
  1527. package/hooks/useEventListenerState.d.ts.map +0 -1
  1528. package/hooks/useExpand.d.ts.map +0 -1
  1529. package/hooks/useFocusToggle.d.ts.map +0 -1
  1530. package/hooks/useFocusTrap.d.ts.map +0 -1
  1531. package/hooks/useFocusableElements.d.ts.map +0 -1
  1532. package/hooks/useHover.d.ts.map +0 -1
  1533. package/hooks/useIcons.d.ts.map +0 -1
  1534. package/hooks/useIntersectionObserver.d.ts.map +0 -1
  1535. package/hooks/useInterval.d.ts.map +0 -1
  1536. package/hooks/useIsVisible.d.ts.map +0 -1
  1537. package/hooks/useKeyboardEvent.d.ts.map +0 -1
  1538. package/hooks/useLayoutEvent.d.ts.map +0 -1
  1539. package/hooks/useOutsideEvent.d.ts.map +0 -1
  1540. package/hooks/usePrevious.d.ts.map +0 -1
  1541. package/hooks/usePseudoClasses.d.ts.map +0 -1
  1542. package/hooks/useResizeObserver.d.ts.map +0 -1
  1543. package/hooks/useSize.d.ts.map +0 -1
  1544. package/hooks/useSticky.d.ts.map +0 -1
  1545. package/hooks/useToggle.d.ts.map +0 -1
  1546. package/hooks/useUuid.d.ts.map +0 -1
  1547. package/index.d.ts.map +0 -1
  1548. package/theme/currys/color.d.ts.map +0 -1
  1549. package/theme/currys/index.d.ts.map +0 -1
  1550. package/theme/currys/spacing.d.ts.map +0 -1
  1551. package/theme/grid.d.ts.map +0 -1
  1552. package/theme/index.d.ts.map +0 -1
  1553. package/theme/palette.d.ts.map +0 -1
  1554. package/theme/spacers.d.ts.map +0 -1
  1555. package/utils/accessibility.d.ts.map +0 -1
  1556. package/utils/component.d.ts.map +0 -1
  1557. package/utils/debounce.d.ts.map +0 -1
  1558. package/utils/device.d.ts.map +0 -1
  1559. package/utils/environment.d.ts.map +0 -1
  1560. package/utils/focus.d.ts.map +0 -1
  1561. package/utils/loremtext.d.ts.map +0 -1
  1562. package/utils/mobile.d.ts.map +0 -1
  1563. package/utils/refs.d.ts.map +0 -1
  1564. package/utils/uuid.d.ts.map +0 -1
  1565. package/utils/viewport.d.ts.map +0 -1
@@ -1,5 +1,5 @@
1
1
  import l from "react";
2
- const c = ({ size: v, isHovered: a }) => a ? /* @__PURE__ */ l.createElement(
2
+ const z = ({ isHovered: a }) => a ? /* @__PURE__ */ l.createElement(
3
3
  "path",
4
4
  {
5
5
  fillRule: "evenodd",
@@ -13,6 +13,6 @@ const c = ({ size: v, isHovered: a }) => a ? /* @__PURE__ */ l.createElement(
13
13
  }
14
14
  );
15
15
  export {
16
- c as default
16
+ z as default
17
17
  };
18
18
  //# sourceMappingURL=ShuntOperation.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ShuntOperation.js","sources":["../../../src/components/Icons/ShuntOperation.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst ShuntOperation: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path\n fillRule={'evenodd'}\n d=\"M23.371 17.101h1.3v-2h-1.3v2zm0 4h1.3v-2h-1.3v2zm.001 8h1.3v-2h-1.3v2zm-.001-4h1.3v-2h-1.3v2zm-1.712-12.389l-.237-.231a2.34 2.34 0 01-.355-.462 2.161 2.161 0 01-.762.157 2.16 2.16 0 01-.989-.239l-.473-.248c.051.606.144 1.185.334 1.746.096.283.32.484.615.553.3.073.608-.016.825-.234l1.042-1.042zm-2.85-2.169l.967.506c.305.156.659.161.97.031a2.288 2.288 0 01.376-1.516l.073-.11a1.17 1.17 0 01-.03-1.509.172.172 0 00-.012-.233l-.692-.682a5.606 5.606 0 00-1.652 3.513zm7.705-4.278a6.05 6.05 0 00-1.768-.551l-.417.441a1.358 1.358 0 00-.179 1.623l.253.424a2.673 2.673 0 011.698.069l.617-.618a.88.88 0 00.247-.773.827.827 0 00-.451-.615zm-4.148 5.74l2.911-2.91a1.677 1.677 0 00-1.176.333l-.866.663a1.177 1.177 0 01-.714.242c-.206 0-.401-.074-.583-.18a1.292 1.292 0 00.185 1.614l.243.238zm1.077-6.338a4.813 4.813 0 00-2.191.737l.603.595c.434.429.47 1.106.084 1.579a.173.173 0 00.009.23l.448.47c.061.063.16.072.231.018l.866-.663.001-.001-.203-.342a2.362 2.362 0 01.152-2.623zm-.071 6.747l-2.048 2.047a1.868 1.868 0 01-1.76.501 1.842 1.842 0 01-1.334-1.207c-.301-.889-.44-1.775-.44-2.788 0-3.042 2.335-6.325 6.107-6.325 1.039 0 2.097.251 3.06.726.534.264.896.755.995 1.35a1.89 1.89 0 01-.527 1.642l-2.754 2.754v1.987h-1.299v-.687zm7.565 26.262h2v-1.301h-2v1.301zm-7.566-5.575h1.3v-2h-1.3v2zm3.384 5.324a4.952 4.952 0 001.56.251h.622v-1.301h-.622c-.395 0-.781-.062-1.149-.185l-.411 1.235zm-3.136-3.144c.24.726.653 1.398 1.196 1.943l.921-.918a3.66 3.66 0 01-.882-1.433l-1.235.408zM33.833 15.87l-1.861-4.001v-.143c0-5.171-3.94-7.96-7.648-7.96-3.649 0-7.587 2.983-7.587 7.804 0 2.513.774 4.046 1.524 5.529.664 1.313 1.351 2.672 1.351 4.549v4.094l-.362.18c-3.275 1.619-5.31 4.887-5.31 8.527v9.519h19.038v-9.519a9.54 9.54 0 00-4.866-8.3l-.331-.186v-4.358h.65a3.544 3.544 0 003.541-3.541v-1.628h1.499a.394.394 0 00.336-.184.394.394 0 00.026-.382zm1.07 1.081a1.693 1.693 0 01-1.432.785h-.199v.328c0 2.45-1.828 4.48-4.191 4.798v2.349a10.838 10.838 0 015.197 9.238v10.82H12.64v-10.82a10.75 10.75 0 015.672-9.506v-3.295c0-1.567-.562-2.677-1.211-3.963-.78-1.543-1.664-3.292-1.664-6.115 0-5.02 3.986-9.105 8.887-9.105 4.302 0 8.874 3.193 8.947 9.115l1.74 3.741a1.69 1.69 0 01-.108 1.63zm-5.778-4.313a.718.718 0 11-1.436 0 .718.718 0 011.436 0z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule={'evenodd'}\n d=\"M23.373 26.638h1.3l.002-2h-1.302v2zm.002-4h1.3v-2h-1.3v2zm1.084 14.189a4.95 4.95 0 001.802 1.402l.538-1.184a3.644 3.644 0 01-1.325-1.032l-1.015.814zm-1.087-6.19h1.3v-2h-1.3v2zm1.306-18h-1.3v2h1.3v-2zm-.008 21.096l.002-1.095h-1.3v1.095c0 .348.035.696.108 1.035l1.27-.272a3.667 3.667 0 01-.08-.763zm3.803 4.943h2v-1.301h-2v1.3zm-5.098-20.038h1.302v-2h-1.3l-.002 2zm10.458-2.768l-1.86-4.001v-.143c0-5.171-3.941-7.96-7.65-7.96-3.649 0-7.587 2.983-7.587 7.805 0 2.512.776 4.046 1.524 5.528.664 1.313 1.351 2.672 1.351 4.55v4.093l-.361.18c-3.275 1.619-5.31 4.887-5.31 8.528v9.518h19.037v-5.292h-.503v-1.301h.504V34.45a9.537 9.537 0 00-4.867-8.3l-.33-.187v-4.357h.65a3.545 3.545 0 003.541-3.541v-1.63h1.5c.195 0 .3-.128.334-.183a.391.391 0 00.027-.382zm1.07 1.08a1.688 1.688 0 01-1.431.787h-.2v.328a4.85 4.85 0 01-4.191 4.798v2.348a10.839 10.839 0 015.197 9.239v10.819H12.64v-10.82c0-4.002 2.162-7.608 5.67-9.505v-3.295c0-1.568-.561-2.678-1.21-3.964-.78-1.543-1.664-3.292-1.664-6.114 0-5.021 3.987-9.106 8.886-9.106 4.303 0 8.874 3.194 8.947 9.115l1.741 3.742a1.691 1.691 0 01-.108 1.629zM26.965 6.88a.827.827 0 00-.45-.615 6.095 6.095 0 00-1.77-.551l-.417.442a1.36 1.36 0 00-.178 1.623l.253.423a2.672 2.672 0 011.698.069l.617-.617a.878.878 0 00.247-.774zm-5.306 5.832l-.236-.23a2.264 2.264 0 01-.355-.463 2.15 2.15 0 01-.764.157c-.337 0-.677-.08-.988-.24l-.473-.246c.05.605.143 1.184.334 1.745.096.283.32.484.614.554.3.07.608-.017.825-.235l1.043-1.042zm-2.85-2.168l.966.505c.306.156.66.16.972.03a2.285 2.285 0 01.375-1.514l.073-.111a1.167 1.167 0 01-.03-1.508.176.176 0 00-.012-.235l-.691-.68a5.596 5.596 0 00-1.652 3.513zm4.685-1.912l-.203-.342a2.362 2.362 0 01.151-2.623 4.814 4.814 0 00-2.19.738l.603.594c.433.429.47 1.108.084 1.579a.175.175 0 00.009.23l.447.47c.061.064.16.073.232.018l.866-.663.002-.001zm-1.128 3.373l2.91-2.91a1.677 1.677 0 00-1.175.333l-.866.663a1.177 1.177 0 01-.715.242c-.204 0-.4-.074-.582-.18a1.291 1.291 0 00.184 1.614l.244.238zm5.06-3.644l-6.102 6.1a1.863 1.863 0 01-1.76.5 1.838 1.838 0 01-1.334-1.206c-.302-.888-.44-1.774-.44-2.788 0-3.042 2.335-6.325 6.108-6.325 1.038 0 2.096.25 3.058.726.535.264.896.755.995 1.35.1.6-.098 1.214-.526 1.643zm1.7 4.277a.72.72 0 11-1.44-.002.72.72 0 011.44.002z\"\n />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default ShuntOperation;\n"],"names":["ShuntOperation","size","isHovered","React"],"mappings":";AAIA,MAAMA,IAAyC,CAAC,EAAE,MAAAC,GAAM,WAAAC,QAe/CA,IANLC,gBAAAA,EAAA;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,UAAU;AAAA,IACV,GAAE;AAAA,EAAA;AAAA,IATJA,gBAAAA,EAAA;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,UAAU;AAAA,IACV,GAAE;AAAA,EAAA;AAAA;"}
1
+ {"version":3,"file":"ShuntOperation.js","sources":["../../../src/components/Icons/ShuntOperation.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst ShuntOperation: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path\n fillRule={'evenodd'}\n d=\"M23.371 17.101h1.3v-2h-1.3v2zm0 4h1.3v-2h-1.3v2zm.001 8h1.3v-2h-1.3v2zm-.001-4h1.3v-2h-1.3v2zm-1.712-12.389l-.237-.231a2.34 2.34 0 01-.355-.462 2.161 2.161 0 01-.762.157 2.16 2.16 0 01-.989-.239l-.473-.248c.051.606.144 1.185.334 1.746.096.283.32.484.615.553.3.073.608-.016.825-.234l1.042-1.042zm-2.85-2.169l.967.506c.305.156.659.161.97.031a2.288 2.288 0 01.376-1.516l.073-.11a1.17 1.17 0 01-.03-1.509.172.172 0 00-.012-.233l-.692-.682a5.606 5.606 0 00-1.652 3.513zm7.705-4.278a6.05 6.05 0 00-1.768-.551l-.417.441a1.358 1.358 0 00-.179 1.623l.253.424a2.673 2.673 0 011.698.069l.617-.618a.88.88 0 00.247-.773.827.827 0 00-.451-.615zm-4.148 5.74l2.911-2.91a1.677 1.677 0 00-1.176.333l-.866.663a1.177 1.177 0 01-.714.242c-.206 0-.401-.074-.583-.18a1.292 1.292 0 00.185 1.614l.243.238zm1.077-6.338a4.813 4.813 0 00-2.191.737l.603.595c.434.429.47 1.106.084 1.579a.173.173 0 00.009.23l.448.47c.061.063.16.072.231.018l.866-.663.001-.001-.203-.342a2.362 2.362 0 01.152-2.623zm-.071 6.747l-2.048 2.047a1.868 1.868 0 01-1.76.501 1.842 1.842 0 01-1.334-1.207c-.301-.889-.44-1.775-.44-2.788 0-3.042 2.335-6.325 6.107-6.325 1.039 0 2.097.251 3.06.726.534.264.896.755.995 1.35a1.89 1.89 0 01-.527 1.642l-2.754 2.754v1.987h-1.299v-.687zm7.565 26.262h2v-1.301h-2v1.301zm-7.566-5.575h1.3v-2h-1.3v2zm3.384 5.324a4.952 4.952 0 001.56.251h.622v-1.301h-.622c-.395 0-.781-.062-1.149-.185l-.411 1.235zm-3.136-3.144c.24.726.653 1.398 1.196 1.943l.921-.918a3.66 3.66 0 01-.882-1.433l-1.235.408zM33.833 15.87l-1.861-4.001v-.143c0-5.171-3.94-7.96-7.648-7.96-3.649 0-7.587 2.983-7.587 7.804 0 2.513.774 4.046 1.524 5.529.664 1.313 1.351 2.672 1.351 4.549v4.094l-.362.18c-3.275 1.619-5.31 4.887-5.31 8.527v9.519h19.038v-9.519a9.54 9.54 0 00-4.866-8.3l-.331-.186v-4.358h.65a3.544 3.544 0 003.541-3.541v-1.628h1.499a.394.394 0 00.336-.184.394.394 0 00.026-.382zm1.07 1.081a1.693 1.693 0 01-1.432.785h-.199v.328c0 2.45-1.828 4.48-4.191 4.798v2.349a10.838 10.838 0 015.197 9.238v10.82H12.64v-10.82a10.75 10.75 0 015.672-9.506v-3.295c0-1.567-.562-2.677-1.211-3.963-.78-1.543-1.664-3.292-1.664-6.115 0-5.02 3.986-9.105 8.887-9.105 4.302 0 8.874 3.193 8.947 9.115l1.74 3.741a1.69 1.69 0 01-.108 1.63zm-5.778-4.313a.718.718 0 11-1.436 0 .718.718 0 011.436 0z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule={'evenodd'}\n d=\"M23.373 26.638h1.3l.002-2h-1.302v2zm.002-4h1.3v-2h-1.3v2zm1.084 14.189a4.95 4.95 0 001.802 1.402l.538-1.184a3.644 3.644 0 01-1.325-1.032l-1.015.814zm-1.087-6.19h1.3v-2h-1.3v2zm1.306-18h-1.3v2h1.3v-2zm-.008 21.096l.002-1.095h-1.3v1.095c0 .348.035.696.108 1.035l1.27-.272a3.667 3.667 0 01-.08-.763zm3.803 4.943h2v-1.301h-2v1.3zm-5.098-20.038h1.302v-2h-1.3l-.002 2zm10.458-2.768l-1.86-4.001v-.143c0-5.171-3.941-7.96-7.65-7.96-3.649 0-7.587 2.983-7.587 7.805 0 2.512.776 4.046 1.524 5.528.664 1.313 1.351 2.672 1.351 4.55v4.093l-.361.18c-3.275 1.619-5.31 4.887-5.31 8.528v9.518h19.037v-5.292h-.503v-1.301h.504V34.45a9.537 9.537 0 00-4.867-8.3l-.33-.187v-4.357h.65a3.545 3.545 0 003.541-3.541v-1.63h1.5c.195 0 .3-.128.334-.183a.391.391 0 00.027-.382zm1.07 1.08a1.688 1.688 0 01-1.431.787h-.2v.328a4.85 4.85 0 01-4.191 4.798v2.348a10.839 10.839 0 015.197 9.239v10.819H12.64v-10.82c0-4.002 2.162-7.608 5.67-9.505v-3.295c0-1.568-.561-2.678-1.21-3.964-.78-1.543-1.664-3.292-1.664-6.114 0-5.021 3.987-9.106 8.886-9.106 4.303 0 8.874 3.194 8.947 9.115l1.741 3.742a1.691 1.691 0 01-.108 1.629zM26.965 6.88a.827.827 0 00-.45-.615 6.095 6.095 0 00-1.77-.551l-.417.442a1.36 1.36 0 00-.178 1.623l.253.423a2.672 2.672 0 011.698.069l.617-.617a.878.878 0 00.247-.774zm-5.306 5.832l-.236-.23a2.264 2.264 0 01-.355-.463 2.15 2.15 0 01-.764.157c-.337 0-.677-.08-.988-.24l-.473-.246c.05.605.143 1.184.334 1.745.096.283.32.484.614.554.3.07.608-.017.825-.235l1.043-1.042zm-2.85-2.168l.966.505c.306.156.66.16.972.03a2.285 2.285 0 01.375-1.514l.073-.111a1.167 1.167 0 01-.03-1.508.176.176 0 00-.012-.235l-.691-.68a5.596 5.596 0 00-1.652 3.513zm4.685-1.912l-.203-.342a2.362 2.362 0 01.151-2.623 4.814 4.814 0 00-2.19.738l.603.594c.433.429.47 1.108.084 1.579a.175.175 0 00.009.23l.447.47c.061.064.16.073.232.018l.866-.663.002-.001zm-1.128 3.373l2.91-2.91a1.677 1.677 0 00-1.175.333l-.866.663a1.177 1.177 0 01-.715.242c-.204 0-.4-.074-.582-.18a1.291 1.291 0 00.184 1.614l.244.238zm5.06-3.644l-6.102 6.1a1.863 1.863 0 01-1.76.5 1.838 1.838 0 01-1.334-1.206c-.302-.888-.44-1.774-.44-2.788 0-3.042 2.335-6.325 6.108-6.325 1.038 0 2.096.25 3.058.726.535.264.896.755.995 1.35.1.6-.098 1.214-.526 1.643zm1.7 4.277a.72.72 0 11-1.44-.002.72.72 0 011.44.002z\"\n />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default ShuntOperation;\n"],"names":["ShuntOperation","isHovered","React"],"mappings":";AAIA,MAAMA,IAAyC,CAAC,EAAE,WAAAC,QAezCA,IANLC,gBAAAA,EAAA;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,UAAU;AAAA,IACV,GAAE;AAAA,EAAA;AAAA,IATJA,gBAAAA,EAAA;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,UAAU;AAAA,IACV,GAAE;AAAA,EAAA;AAAA;"}
@@ -2,4 +2,3 @@ import React from 'react';
2
2
  import { SvgPathProps } from '../Icon';
3
3
  declare const Skeleton: React.FC<SvgPathProps>;
4
4
  export default Skeleton;
5
- //# sourceMappingURL=Skeleton.d.ts.map
@@ -1,6 +1,6 @@
1
1
  import h from "react";
2
- const e = ({ size: c, isHovered: v }) => v ? /* @__PURE__ */ h.createElement("path", { d: "M43.242 29.54a1.04 1.04 0 01-.6.537 1.04 1.04 0 01-.801-.043 1.036 1.036 0 01-.524-1.313l.083-.222-6.115-17.366-.203-.12a1.036 1.036 0 01-.46-.548 1.052 1.052 0 011.983-.699c.102.29.049.55-.013.716l-.083.221 6.115 17.365.203.121a1.04 1.04 0 01.415 1.351m1.27-1.233a2.328 2.328 0 00-.813-1.096l-5.814-16.514a2.349 2.349 0 00-.053-1.362 2.358 2.358 0 00-2.998-1.437 2.356 2.356 0 00-1.438 3c.157.442.436.816.814 1.095l5.813 16.511a2.333 2.333 0 001.255 2.702 2.35 2.35 0 003.234-2.899m-19.636-7.312h9.384v-1.3h-9.616V17.66h8.5v-1.3h-8.5v-2.034h7.877v-1.3h-7.877v-2.034h6.7v-1.3h-6.7V8.44h4.285c1.119 0 1.836-.697 2.468-1.312.602-.587 1.123-1.093 1.955-1.093h2.095v-1.3h-2.095c-1.36 0-2.193.81-2.862 1.461-.601.585-1 .944-1.561.944h-9.965c-.563 0-.96-.359-1.562-.944-.67-.65-1.502-1.462-2.861-1.462h-2.095v1.301h2.095c.832 0 1.353.506 1.955 1.093.632.615 1.349 1.312 2.468 1.312h4.379v1.251h-6.51v1.301h6.51v2.033h-7.687v1.301h7.687v2.033H15.03v1.301h8.312v2.033h-9.426v1.301h9.193l-1.542 2.033h-7.964v1.301h6.978l-1.543 2.033h-4.293v1.301h3.307l-.68.894 1.036.786 5.585-7.36 5.583 7.36 1.035-.786-.678-.894h3.497v-1.3h-4.484l-1.542-2.034h7.167v-1.3h-8.154l-1.542-2.034zM23.35 32.308h1.301v-7.574h-1.301v7.574zM6.488 28.499l.082.221c.063.167.116.427.015.716a1.046 1.046 0 01-1.34.641 1.04 1.04 0 01-.599-.537 1.04 1.04 0 01.415-1.35l.203-.12 6.116-17.368-.083-.222a1.039 1.039 0 01.522-1.311c.145-.069.299-.105.454-.105a1.061 1.061 0 01.948.598 1.032 1.032 0 01-.415 1.351l-.203.121L6.488 28.5zm7.19-16.508a2.327 2.327 0 00.715-2.89 2.33 2.33 0 00-1.339-1.203 2.353 2.353 0 00-2.998 1.436 2.33 2.33 0 00-.052 1.364L4.189 27.21a2.34 2.34 0 00-.716 2.894 2.351 2.351 0 004.338-.237c.156-.44.173-.907.053-1.362l5.814-16.513zm18.915 25.592c-.134.267-.284.607-.45.986-.547 1.245-1.565 3.561-2.473 3.561-.642 0-1.248-.123-1.949-.267-.944-.193-2.12-.434-3.775-.434-1.656 0-2.832.241-3.776.434-.7.144-1.306.267-1.948.267-.908 0-1.925-2.314-2.472-3.557a22.636 22.636 0 00-.452-.99c-.542-1.085-.554-2.637.495-3.377 1.008-.713 1.856-.519 3.518-.054 1.192.334 2.676.75 4.635.75 1.96 0 3.443-.416 4.634-.75 1.663-.465 2.507-.658 3.52.054 1.047.74 1.035 2.292.493 3.377m.256-4.439c-1.56-1.1-2.978-.703-4.619-.244-1.174.33-2.504.702-4.284.702-1.78 0-3.11-.373-4.285-.702-1.64-.459-3.057-.858-4.618.244-1.64 1.16-1.692 3.451-.907 5.02.126.252.268.574.425.932.803 1.83 1.904 4.335 3.661 4.335.773 0 1.471-.143 2.21-.294.932-.192 1.99-.408 3.514-.408 1.523 0 2.581.216 3.514.408.738.15 1.436.294 2.21.294 1.757 0 2.86-2.508 3.662-4.338.157-.357.298-.678.423-.929.785-1.569.734-3.86-.906-5.02M18.57 37.59c-.266-.582-.129-1.106.1-1.338 0 0 .013-.005.045-.005.084 0 .293.031.7.261 1.077.608 2.322 1.903 2.763 2.572-1.848.031-3.157-.504-3.608-1.49m1.274-1.987c-.834-.454-1.46-.476-1.87-.067-.59.593-.717 1.585-.313 2.47.297.65 1.293 2.078 4.294 2.078.235 0 .482-.009.742-.027.321-.024.56-.222.625-.518.213-.977-2.202-3.239-3.478-3.936m9.48 1.987c-.451.986-1.782 1.521-3.607 1.49.44-.669 1.685-1.964 2.763-2.572.44-.248.649-.265.712-.265.014 0 .021.002.021 0 .24.242.377.765.111 1.347m-1.273-1.987c-1.277.696-3.692 2.96-3.479 3.936.065.296.304.494.625.518.26.018.507.027.742.027 3.001 0 3.997-1.428 4.294-2.078.404-.885.278-1.877-.313-2.47-.41-.41-1.041-.387-1.869.067" }) : /* @__PURE__ */ h.createElement("path", { d: "M24.652 24.734v7.574h-1.301v-7.574h1.301zM14.541 4.735c1.359 0 2.192.811 2.86 1.462.603.585 1 .944 1.563.944h9.965c.562 0 .96-.359 1.56-.944.67-.65 1.503-1.462 2.863-1.462h2.095v1.301h-2.095c-.832 0-1.353.506-1.955 1.093-.632.615-1.35 1.312-2.468 1.312h-4.285v1.251h6.7v1.301h-6.7v2.033h7.877v1.301h-7.877v2.033h8.5v1.301h-8.5v2.033h9.616v1.301h-9.384l1.542 2.033h8.154v1.301h-7.167l1.542 2.033h4.484v1.301h-3.497l.678.894-1.035.786-5.583-7.36-5.585 7.36-1.035-.786.679-.894h-3.307v-1.3h4.293l1.543-2.034h-6.978v-1.3h7.964l1.542-2.034h-9.193v-1.3h9.426V17.66H15.03v-1.3h8.312v-2.034h-7.687v-1.3h7.687v-2.034h-6.51v-1.3h6.51V8.44h-4.38c-1.118 0-1.835-.697-2.467-1.312-.602-.587-1.123-1.093-1.955-1.093h-2.095v-1.3zM8.553 29.013l.107.21c.08.159.162.41.094.71a1.037 1.037 0 01-.468.653 1.048 1.048 0 01-1.447-.336 1.054 1.054 0 01-.134-.794c.07-.297.253-.488.396-.594l.19-.143 4.163-17.935-.107-.21a1.042 1.042 0 01-.092-.708 1.048 1.048 0 011.261-.787c.274.064.505.23.653.468.15.238.197.52.133.794a1.046 1.046 0 01-.394.595l-.19.14-4.165 17.937zm5.327-17.2a2.335 2.335 0 00.393-2.953 2.327 2.327 0 00-1.463-1.046 2.336 2.336 0 00-1.776.294 2.332 2.332 0 00-.948 2.824l-3.96 17.053a2.335 2.335 0 00-.391 2.953c.332.533.851.904 1.463 1.046a2.336 2.336 0 001.775-.294 2.334 2.334 0 00.948-2.824l3.96-17.053zM41.054 30.25a1.046 1.046 0 01-.654.468 1.055 1.055 0 01-1.262-.785c-.068-.3.013-.55.093-.709l.107-.21-4.164-17.937-.189-.14a1.043 1.043 0 01-.396-.596 1.054 1.054 0 011.025-1.289c.477 0 .911.33 1.024.813.068.298-.013.55-.094.71l-.106.21 4.163 17.934.19.142a1.038 1.038 0 01.263 1.39m1.397-1.088a2.329 2.329 0 00-.686-1.179l-3.959-17.053a2.336 2.336 0 00-.949-2.823 2.318 2.318 0 00-1.775-.295 2.334 2.334 0 00-1.464 1.046 2.337 2.337 0 00.393 2.954l3.96 17.052a2.334 2.334 0 00.949 2.824 2.33 2.33 0 001.774.294 2.332 2.332 0 001.464-1.046 2.329 2.329 0 00.293-1.774m-9.858 8.42c-.134.267-.284.607-.45.986-.547 1.245-1.565 3.561-2.473 3.561-.642 0-1.248-.123-1.949-.267-.944-.193-2.12-.434-3.774-.434-1.656 0-2.832.241-3.776.434-.701.144-1.306.267-1.948.267-.909 0-1.925-2.314-2.472-3.557a22.636 22.636 0 00-.452-.99c-.542-1.085-.554-2.637.495-3.377 1.008-.713 1.854-.519 3.517-.054 1.192.334 2.677.75 4.636.75s3.443-.416 4.634-.75c1.663-.465 2.506-.658 3.518.054 1.049.74 1.037 2.292.495 3.377m.255-4.439c-1.56-1.1-2.977-.703-4.618-.244-1.175.33-2.505.702-4.285.702-1.78 0-3.11-.373-4.285-.702-1.64-.459-3.058-.858-4.618.244-1.64 1.16-1.691 3.451-.906 5.02.125.252.268.574.425.932.803 1.83 1.903 4.335 3.66 4.335.773 0 1.471-.143 2.21-.294.933-.192 1.99-.408 3.515-.408 1.523 0 2.58.216 3.514.408.738.15 1.436.294 2.21.294 1.756 0 2.858-2.508 3.662-4.338.157-.357.297-.678.422-.929.785-1.569.734-3.86-.906-5.02M18.57 37.59c-.266-.582-.129-1.106.1-1.338 0 0 .013-.005.045-.005.084 0 .293.031.7.261 1.077.608 2.322 1.903 2.763 2.572-1.852.031-3.156-.504-3.608-1.49m1.274-1.987c-.834-.454-1.46-.476-1.87-.067-.59.593-.717 1.585-.313 2.47.297.65 1.293 2.078 4.294 2.078.235 0 .482-.009.742-.027.321-.024.56-.222.625-.518.213-.977-2.202-3.239-3.478-3.936m9.48 1.987c-.451.986-1.786 1.521-3.607 1.49.44-.669 1.685-1.964 2.763-2.572.44-.248.649-.265.712-.265.014 0 .02.002.021 0 .24.242.377.765.111 1.347m-1.273-1.987c-1.277.696-3.692 2.96-3.479 3.936.065.296.304.494.625.518.26.018.507.027.742.027 3.001 0 3.997-1.428 4.294-2.078.404-.885.278-1.877-.313-2.47-.411-.41-1.04-.387-1.869.067" });
2
+ const m = ({ isHovered: v }) => v ? /* @__PURE__ */ h.createElement("path", { d: "M43.242 29.54a1.04 1.04 0 01-.6.537 1.04 1.04 0 01-.801-.043 1.036 1.036 0 01-.524-1.313l.083-.222-6.115-17.366-.203-.12a1.036 1.036 0 01-.46-.548 1.052 1.052 0 011.983-.699c.102.29.049.55-.013.716l-.083.221 6.115 17.365.203.121a1.04 1.04 0 01.415 1.351m1.27-1.233a2.328 2.328 0 00-.813-1.096l-5.814-16.514a2.349 2.349 0 00-.053-1.362 2.358 2.358 0 00-2.998-1.437 2.356 2.356 0 00-1.438 3c.157.442.436.816.814 1.095l5.813 16.511a2.333 2.333 0 001.255 2.702 2.35 2.35 0 003.234-2.899m-19.636-7.312h9.384v-1.3h-9.616V17.66h8.5v-1.3h-8.5v-2.034h7.877v-1.3h-7.877v-2.034h6.7v-1.3h-6.7V8.44h4.285c1.119 0 1.836-.697 2.468-1.312.602-.587 1.123-1.093 1.955-1.093h2.095v-1.3h-2.095c-1.36 0-2.193.81-2.862 1.461-.601.585-1 .944-1.561.944h-9.965c-.563 0-.96-.359-1.562-.944-.67-.65-1.502-1.462-2.861-1.462h-2.095v1.301h2.095c.832 0 1.353.506 1.955 1.093.632.615 1.349 1.312 2.468 1.312h4.379v1.251h-6.51v1.301h6.51v2.033h-7.687v1.301h7.687v2.033H15.03v1.301h8.312v2.033h-9.426v1.301h9.193l-1.542 2.033h-7.964v1.301h6.978l-1.543 2.033h-4.293v1.301h3.307l-.68.894 1.036.786 5.585-7.36 5.583 7.36 1.035-.786-.678-.894h3.497v-1.3h-4.484l-1.542-2.034h7.167v-1.3h-8.154l-1.542-2.034zM23.35 32.308h1.301v-7.574h-1.301v7.574zM6.488 28.499l.082.221c.063.167.116.427.015.716a1.046 1.046 0 01-1.34.641 1.04 1.04 0 01-.599-.537 1.04 1.04 0 01.415-1.35l.203-.12 6.116-17.368-.083-.222a1.039 1.039 0 01.522-1.311c.145-.069.299-.105.454-.105a1.061 1.061 0 01.948.598 1.032 1.032 0 01-.415 1.351l-.203.121L6.488 28.5zm7.19-16.508a2.327 2.327 0 00.715-2.89 2.33 2.33 0 00-1.339-1.203 2.353 2.353 0 00-2.998 1.436 2.33 2.33 0 00-.052 1.364L4.189 27.21a2.34 2.34 0 00-.716 2.894 2.351 2.351 0 004.338-.237c.156-.44.173-.907.053-1.362l5.814-16.513zm18.915 25.592c-.134.267-.284.607-.45.986-.547 1.245-1.565 3.561-2.473 3.561-.642 0-1.248-.123-1.949-.267-.944-.193-2.12-.434-3.775-.434-1.656 0-2.832.241-3.776.434-.7.144-1.306.267-1.948.267-.908 0-1.925-2.314-2.472-3.557a22.636 22.636 0 00-.452-.99c-.542-1.085-.554-2.637.495-3.377 1.008-.713 1.856-.519 3.518-.054 1.192.334 2.676.75 4.635.75 1.96 0 3.443-.416 4.634-.75 1.663-.465 2.507-.658 3.52.054 1.047.74 1.035 2.292.493 3.377m.256-4.439c-1.56-1.1-2.978-.703-4.619-.244-1.174.33-2.504.702-4.284.702-1.78 0-3.11-.373-4.285-.702-1.64-.459-3.057-.858-4.618.244-1.64 1.16-1.692 3.451-.907 5.02.126.252.268.574.425.932.803 1.83 1.904 4.335 3.661 4.335.773 0 1.471-.143 2.21-.294.932-.192 1.99-.408 3.514-.408 1.523 0 2.581.216 3.514.408.738.15 1.436.294 2.21.294 1.757 0 2.86-2.508 3.662-4.338.157-.357.298-.678.423-.929.785-1.569.734-3.86-.906-5.02M18.57 37.59c-.266-.582-.129-1.106.1-1.338 0 0 .013-.005.045-.005.084 0 .293.031.7.261 1.077.608 2.322 1.903 2.763 2.572-1.848.031-3.157-.504-3.608-1.49m1.274-1.987c-.834-.454-1.46-.476-1.87-.067-.59.593-.717 1.585-.313 2.47.297.65 1.293 2.078 4.294 2.078.235 0 .482-.009.742-.027.321-.024.56-.222.625-.518.213-.977-2.202-3.239-3.478-3.936m9.48 1.987c-.451.986-1.782 1.521-3.607 1.49.44-.669 1.685-1.964 2.763-2.572.44-.248.649-.265.712-.265.014 0 .021.002.021 0 .24.242.377.765.111 1.347m-1.273-1.987c-1.277.696-3.692 2.96-3.479 3.936.065.296.304.494.625.518.26.018.507.027.742.027 3.001 0 3.997-1.428 4.294-2.078.404-.885.278-1.877-.313-2.47-.41-.41-1.041-.387-1.869.067" }) : /* @__PURE__ */ h.createElement("path", { d: "M24.652 24.734v7.574h-1.301v-7.574h1.301zM14.541 4.735c1.359 0 2.192.811 2.86 1.462.603.585 1 .944 1.563.944h9.965c.562 0 .96-.359 1.56-.944.67-.65 1.503-1.462 2.863-1.462h2.095v1.301h-2.095c-.832 0-1.353.506-1.955 1.093-.632.615-1.35 1.312-2.468 1.312h-4.285v1.251h6.7v1.301h-6.7v2.033h7.877v1.301h-7.877v2.033h8.5v1.301h-8.5v2.033h9.616v1.301h-9.384l1.542 2.033h8.154v1.301h-7.167l1.542 2.033h4.484v1.301h-3.497l.678.894-1.035.786-5.583-7.36-5.585 7.36-1.035-.786.679-.894h-3.307v-1.3h4.293l1.543-2.034h-6.978v-1.3h7.964l1.542-2.034h-9.193v-1.3h9.426V17.66H15.03v-1.3h8.312v-2.034h-7.687v-1.3h7.687v-2.034h-6.51v-1.3h6.51V8.44h-4.38c-1.118 0-1.835-.697-2.467-1.312-.602-.587-1.123-1.093-1.955-1.093h-2.095v-1.3zM8.553 29.013l.107.21c.08.159.162.41.094.71a1.037 1.037 0 01-.468.653 1.048 1.048 0 01-1.447-.336 1.054 1.054 0 01-.134-.794c.07-.297.253-.488.396-.594l.19-.143 4.163-17.935-.107-.21a1.042 1.042 0 01-.092-.708 1.048 1.048 0 011.261-.787c.274.064.505.23.653.468.15.238.197.52.133.794a1.046 1.046 0 01-.394.595l-.19.14-4.165 17.937zm5.327-17.2a2.335 2.335 0 00.393-2.953 2.327 2.327 0 00-1.463-1.046 2.336 2.336 0 00-1.776.294 2.332 2.332 0 00-.948 2.824l-3.96 17.053a2.335 2.335 0 00-.391 2.953c.332.533.851.904 1.463 1.046a2.336 2.336 0 001.775-.294 2.334 2.334 0 00.948-2.824l3.96-17.053zM41.054 30.25a1.046 1.046 0 01-.654.468 1.055 1.055 0 01-1.262-.785c-.068-.3.013-.55.093-.709l.107-.21-4.164-17.937-.189-.14a1.043 1.043 0 01-.396-.596 1.054 1.054 0 011.025-1.289c.477 0 .911.33 1.024.813.068.298-.013.55-.094.71l-.106.21 4.163 17.934.19.142a1.038 1.038 0 01.263 1.39m1.397-1.088a2.329 2.329 0 00-.686-1.179l-3.959-17.053a2.336 2.336 0 00-.949-2.823 2.318 2.318 0 00-1.775-.295 2.334 2.334 0 00-1.464 1.046 2.337 2.337 0 00.393 2.954l3.96 17.052a2.334 2.334 0 00.949 2.824 2.33 2.33 0 001.774.294 2.332 2.332 0 001.464-1.046 2.329 2.329 0 00.293-1.774m-9.858 8.42c-.134.267-.284.607-.45.986-.547 1.245-1.565 3.561-2.473 3.561-.642 0-1.248-.123-1.949-.267-.944-.193-2.12-.434-3.774-.434-1.656 0-2.832.241-3.776.434-.701.144-1.306.267-1.948.267-.909 0-1.925-2.314-2.472-3.557a22.636 22.636 0 00-.452-.99c-.542-1.085-.554-2.637.495-3.377 1.008-.713 1.854-.519 3.517-.054 1.192.334 2.677.75 4.636.75s3.443-.416 4.634-.75c1.663-.465 2.506-.658 3.518.054 1.049.74 1.037 2.292.495 3.377m.255-4.439c-1.56-1.1-2.977-.703-4.618-.244-1.175.33-2.505.702-4.285.702-1.78 0-3.11-.373-4.285-.702-1.64-.459-3.058-.858-4.618.244-1.64 1.16-1.691 3.451-.906 5.02.125.252.268.574.425.932.803 1.83 1.903 4.335 3.66 4.335.773 0 1.471-.143 2.21-.294.933-.192 1.99-.408 3.515-.408 1.523 0 2.58.216 3.514.408.738.15 1.436.294 2.21.294 1.756 0 2.858-2.508 3.662-4.338.157-.357.297-.678.422-.929.785-1.569.734-3.86-.906-5.02M18.57 37.59c-.266-.582-.129-1.106.1-1.338 0 0 .013-.005.045-.005.084 0 .293.031.7.261 1.077.608 2.322 1.903 2.763 2.572-1.852.031-3.156-.504-3.608-1.49m1.274-1.987c-.834-.454-1.46-.476-1.87-.067-.59.593-.717 1.585-.313 2.47.297.65 1.293 2.078 4.294 2.078.235 0 .482-.009.742-.027.321-.024.56-.222.625-.518.213-.977-2.202-3.239-3.478-3.936m9.48 1.987c-.451.986-1.786 1.521-3.607 1.49.44-.669 1.685-1.964 2.763-2.572.44-.248.649-.265.712-.265.014 0 .02.002.021 0 .24.242.377.765.111 1.347m-1.273-1.987c-1.277.696-3.692 2.96-3.479 3.936.065.296.304.494.625.518.26.018.507.027.742.027 3.001 0 3.997-1.428 4.294-2.078.404-.885.278-1.877-.313-2.47-.411-.41-1.04-.387-1.869.067" });
3
3
  export {
4
- e as default
4
+ m as default
5
5
  };
6
6
  //# sourceMappingURL=Skeleton.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Skeleton.js","sources":["../../../src/components/Icons/Skeleton.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst Skeleton: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M24.652 24.734v7.574h-1.301v-7.574h1.301zM14.541 4.735c1.359 0 2.192.811 2.86 1.462.603.585 1 .944 1.563.944h9.965c.562 0 .96-.359 1.56-.944.67-.65 1.503-1.462 2.863-1.462h2.095v1.301h-2.095c-.832 0-1.353.506-1.955 1.093-.632.615-1.35 1.312-2.468 1.312h-4.285v1.251h6.7v1.301h-6.7v2.033h7.877v1.301h-7.877v2.033h8.5v1.301h-8.5v2.033h9.616v1.301h-9.384l1.542 2.033h8.154v1.301h-7.167l1.542 2.033h4.484v1.301h-3.497l.678.894-1.035.786-5.583-7.36-5.585 7.36-1.035-.786.679-.894h-3.307v-1.3h4.293l1.543-2.034h-6.978v-1.3h7.964l1.542-2.034h-9.193v-1.3h9.426V17.66H15.03v-1.3h8.312v-2.034h-7.687v-1.3h7.687v-2.034h-6.51v-1.3h6.51V8.44h-4.38c-1.118 0-1.835-.697-2.467-1.312-.602-.587-1.123-1.093-1.955-1.093h-2.095v-1.3zM8.553 29.013l.107.21c.08.159.162.41.094.71a1.037 1.037 0 01-.468.653 1.048 1.048 0 01-1.447-.336 1.054 1.054 0 01-.134-.794c.07-.297.253-.488.396-.594l.19-.143 4.163-17.935-.107-.21a1.042 1.042 0 01-.092-.708 1.048 1.048 0 011.261-.787c.274.064.505.23.653.468.15.238.197.52.133.794a1.046 1.046 0 01-.394.595l-.19.14-4.165 17.937zm5.327-17.2a2.335 2.335 0 00.393-2.953 2.327 2.327 0 00-1.463-1.046 2.336 2.336 0 00-1.776.294 2.332 2.332 0 00-.948 2.824l-3.96 17.053a2.335 2.335 0 00-.391 2.953c.332.533.851.904 1.463 1.046a2.336 2.336 0 001.775-.294 2.334 2.334 0 00.948-2.824l3.96-17.053zM41.054 30.25a1.046 1.046 0 01-.654.468 1.055 1.055 0 01-1.262-.785c-.068-.3.013-.55.093-.709l.107-.21-4.164-17.937-.189-.14a1.043 1.043 0 01-.396-.596 1.054 1.054 0 011.025-1.289c.477 0 .911.33 1.024.813.068.298-.013.55-.094.71l-.106.21 4.163 17.934.19.142a1.038 1.038 0 01.263 1.39m1.397-1.088a2.329 2.329 0 00-.686-1.179l-3.959-17.053a2.336 2.336 0 00-.949-2.823 2.318 2.318 0 00-1.775-.295 2.334 2.334 0 00-1.464 1.046 2.337 2.337 0 00.393 2.954l3.96 17.052a2.334 2.334 0 00.949 2.824 2.33 2.33 0 001.774.294 2.332 2.332 0 001.464-1.046 2.329 2.329 0 00.293-1.774m-9.858 8.42c-.134.267-.284.607-.45.986-.547 1.245-1.565 3.561-2.473 3.561-.642 0-1.248-.123-1.949-.267-.944-.193-2.12-.434-3.774-.434-1.656 0-2.832.241-3.776.434-.701.144-1.306.267-1.948.267-.909 0-1.925-2.314-2.472-3.557a22.636 22.636 0 00-.452-.99c-.542-1.085-.554-2.637.495-3.377 1.008-.713 1.854-.519 3.517-.054 1.192.334 2.677.75 4.636.75s3.443-.416 4.634-.75c1.663-.465 2.506-.658 3.518.054 1.049.74 1.037 2.292.495 3.377m.255-4.439c-1.56-1.1-2.977-.703-4.618-.244-1.175.33-2.505.702-4.285.702-1.78 0-3.11-.373-4.285-.702-1.64-.459-3.058-.858-4.618.244-1.64 1.16-1.691 3.451-.906 5.02.125.252.268.574.425.932.803 1.83 1.903 4.335 3.66 4.335.773 0 1.471-.143 2.21-.294.933-.192 1.99-.408 3.515-.408 1.523 0 2.58.216 3.514.408.738.15 1.436.294 2.21.294 1.756 0 2.858-2.508 3.662-4.338.157-.357.297-.678.422-.929.785-1.569.734-3.86-.906-5.02M18.57 37.59c-.266-.582-.129-1.106.1-1.338 0 0 .013-.005.045-.005.084 0 .293.031.7.261 1.077.608 2.322 1.903 2.763 2.572-1.852.031-3.156-.504-3.608-1.49m1.274-1.987c-.834-.454-1.46-.476-1.87-.067-.59.593-.717 1.585-.313 2.47.297.65 1.293 2.078 4.294 2.078.235 0 .482-.009.742-.027.321-.024.56-.222.625-.518.213-.977-2.202-3.239-3.478-3.936m9.48 1.987c-.451.986-1.786 1.521-3.607 1.49.44-.669 1.685-1.964 2.763-2.572.44-.248.649-.265.712-.265.014 0 .02.002.021 0 .24.242.377.765.111 1.347m-1.273-1.987c-1.277.696-3.692 2.96-3.479 3.936.065.296.304.494.625.518.26.018.507.027.742.027 3.001 0 3.997-1.428 4.294-2.078.404-.885.278-1.877-.313-2.47-.411-.41-1.04-.387-1.869.067\" />\n );\n\n const normalHover = (\n <path d=\"M43.242 29.54a1.04 1.04 0 01-.6.537 1.04 1.04 0 01-.801-.043 1.036 1.036 0 01-.524-1.313l.083-.222-6.115-17.366-.203-.12a1.036 1.036 0 01-.46-.548 1.052 1.052 0 011.983-.699c.102.29.049.55-.013.716l-.083.221 6.115 17.365.203.121a1.04 1.04 0 01.415 1.351m1.27-1.233a2.328 2.328 0 00-.813-1.096l-5.814-16.514a2.349 2.349 0 00-.053-1.362 2.358 2.358 0 00-2.998-1.437 2.356 2.356 0 00-1.438 3c.157.442.436.816.814 1.095l5.813 16.511a2.333 2.333 0 001.255 2.702 2.35 2.35 0 003.234-2.899m-19.636-7.312h9.384v-1.3h-9.616V17.66h8.5v-1.3h-8.5v-2.034h7.877v-1.3h-7.877v-2.034h6.7v-1.3h-6.7V8.44h4.285c1.119 0 1.836-.697 2.468-1.312.602-.587 1.123-1.093 1.955-1.093h2.095v-1.3h-2.095c-1.36 0-2.193.81-2.862 1.461-.601.585-1 .944-1.561.944h-9.965c-.563 0-.96-.359-1.562-.944-.67-.65-1.502-1.462-2.861-1.462h-2.095v1.301h2.095c.832 0 1.353.506 1.955 1.093.632.615 1.349 1.312 2.468 1.312h4.379v1.251h-6.51v1.301h6.51v2.033h-7.687v1.301h7.687v2.033H15.03v1.301h8.312v2.033h-9.426v1.301h9.193l-1.542 2.033h-7.964v1.301h6.978l-1.543 2.033h-4.293v1.301h3.307l-.68.894 1.036.786 5.585-7.36 5.583 7.36 1.035-.786-.678-.894h3.497v-1.3h-4.484l-1.542-2.034h7.167v-1.3h-8.154l-1.542-2.034zM23.35 32.308h1.301v-7.574h-1.301v7.574zM6.488 28.499l.082.221c.063.167.116.427.015.716a1.046 1.046 0 01-1.34.641 1.04 1.04 0 01-.599-.537 1.04 1.04 0 01.415-1.35l.203-.12 6.116-17.368-.083-.222a1.039 1.039 0 01.522-1.311c.145-.069.299-.105.454-.105a1.061 1.061 0 01.948.598 1.032 1.032 0 01-.415 1.351l-.203.121L6.488 28.5zm7.19-16.508a2.327 2.327 0 00.715-2.89 2.33 2.33 0 00-1.339-1.203 2.353 2.353 0 00-2.998 1.436 2.33 2.33 0 00-.052 1.364L4.189 27.21a2.34 2.34 0 00-.716 2.894 2.351 2.351 0 004.338-.237c.156-.44.173-.907.053-1.362l5.814-16.513zm18.915 25.592c-.134.267-.284.607-.45.986-.547 1.245-1.565 3.561-2.473 3.561-.642 0-1.248-.123-1.949-.267-.944-.193-2.12-.434-3.775-.434-1.656 0-2.832.241-3.776.434-.7.144-1.306.267-1.948.267-.908 0-1.925-2.314-2.472-3.557a22.636 22.636 0 00-.452-.99c-.542-1.085-.554-2.637.495-3.377 1.008-.713 1.856-.519 3.518-.054 1.192.334 2.676.75 4.635.75 1.96 0 3.443-.416 4.634-.75 1.663-.465 2.507-.658 3.52.054 1.047.74 1.035 2.292.493 3.377m.256-4.439c-1.56-1.1-2.978-.703-4.619-.244-1.174.33-2.504.702-4.284.702-1.78 0-3.11-.373-4.285-.702-1.64-.459-3.057-.858-4.618.244-1.64 1.16-1.692 3.451-.907 5.02.126.252.268.574.425.932.803 1.83 1.904 4.335 3.661 4.335.773 0 1.471-.143 2.21-.294.932-.192 1.99-.408 3.514-.408 1.523 0 2.581.216 3.514.408.738.15 1.436.294 2.21.294 1.757 0 2.86-2.508 3.662-4.338.157-.357.298-.678.423-.929.785-1.569.734-3.86-.906-5.02M18.57 37.59c-.266-.582-.129-1.106.1-1.338 0 0 .013-.005.045-.005.084 0 .293.031.7.261 1.077.608 2.322 1.903 2.763 2.572-1.848.031-3.157-.504-3.608-1.49m1.274-1.987c-.834-.454-1.46-.476-1.87-.067-.59.593-.717 1.585-.313 2.47.297.65 1.293 2.078 4.294 2.078.235 0 .482-.009.742-.027.321-.024.56-.222.625-.518.213-.977-2.202-3.239-3.478-3.936m9.48 1.987c-.451.986-1.782 1.521-3.607 1.49.44-.669 1.685-1.964 2.763-2.572.44-.248.649-.265.712-.265.014 0 .021.002.021 0 .24.242.377.765.111 1.347m-1.273-1.987c-1.277.696-3.692 2.96-3.479 3.936.065.296.304.494.625.518.26.018.507.027.742.027 3.001 0 3.997-1.428 4.294-2.078.404-.885.278-1.877-.313-2.47-.41-.41-1.041-.387-1.869.067\" />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Skeleton;\n"],"names":["Skeleton","size","isHovered","React"],"mappings":";AAIA,MAAMA,IAAmC,CAAC,EAAE,MAAAC,GAAM,WAAAC,QASzCA,IAHLC,gBAAAA,EAAA,cAAC,QAAK,EAAA,GAAE,6qGAA6qG,CAAA,IAJrrGA,gBAAAA,EAAA,cAAC,QAAK,EAAA,GAAE,4zGAA4zG,CAAA;"}
1
+ {"version":3,"file":"Skeleton.js","sources":["../../../src/components/Icons/Skeleton.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst Skeleton: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M24.652 24.734v7.574h-1.301v-7.574h1.301zM14.541 4.735c1.359 0 2.192.811 2.86 1.462.603.585 1 .944 1.563.944h9.965c.562 0 .96-.359 1.56-.944.67-.65 1.503-1.462 2.863-1.462h2.095v1.301h-2.095c-.832 0-1.353.506-1.955 1.093-.632.615-1.35 1.312-2.468 1.312h-4.285v1.251h6.7v1.301h-6.7v2.033h7.877v1.301h-7.877v2.033h8.5v1.301h-8.5v2.033h9.616v1.301h-9.384l1.542 2.033h8.154v1.301h-7.167l1.542 2.033h4.484v1.301h-3.497l.678.894-1.035.786-5.583-7.36-5.585 7.36-1.035-.786.679-.894h-3.307v-1.3h4.293l1.543-2.034h-6.978v-1.3h7.964l1.542-2.034h-9.193v-1.3h9.426V17.66H15.03v-1.3h8.312v-2.034h-7.687v-1.3h7.687v-2.034h-6.51v-1.3h6.51V8.44h-4.38c-1.118 0-1.835-.697-2.467-1.312-.602-.587-1.123-1.093-1.955-1.093h-2.095v-1.3zM8.553 29.013l.107.21c.08.159.162.41.094.71a1.037 1.037 0 01-.468.653 1.048 1.048 0 01-1.447-.336 1.054 1.054 0 01-.134-.794c.07-.297.253-.488.396-.594l.19-.143 4.163-17.935-.107-.21a1.042 1.042 0 01-.092-.708 1.048 1.048 0 011.261-.787c.274.064.505.23.653.468.15.238.197.52.133.794a1.046 1.046 0 01-.394.595l-.19.14-4.165 17.937zm5.327-17.2a2.335 2.335 0 00.393-2.953 2.327 2.327 0 00-1.463-1.046 2.336 2.336 0 00-1.776.294 2.332 2.332 0 00-.948 2.824l-3.96 17.053a2.335 2.335 0 00-.391 2.953c.332.533.851.904 1.463 1.046a2.336 2.336 0 001.775-.294 2.334 2.334 0 00.948-2.824l3.96-17.053zM41.054 30.25a1.046 1.046 0 01-.654.468 1.055 1.055 0 01-1.262-.785c-.068-.3.013-.55.093-.709l.107-.21-4.164-17.937-.189-.14a1.043 1.043 0 01-.396-.596 1.054 1.054 0 011.025-1.289c.477 0 .911.33 1.024.813.068.298-.013.55-.094.71l-.106.21 4.163 17.934.19.142a1.038 1.038 0 01.263 1.39m1.397-1.088a2.329 2.329 0 00-.686-1.179l-3.959-17.053a2.336 2.336 0 00-.949-2.823 2.318 2.318 0 00-1.775-.295 2.334 2.334 0 00-1.464 1.046 2.337 2.337 0 00.393 2.954l3.96 17.052a2.334 2.334 0 00.949 2.824 2.33 2.33 0 001.774.294 2.332 2.332 0 001.464-1.046 2.329 2.329 0 00.293-1.774m-9.858 8.42c-.134.267-.284.607-.45.986-.547 1.245-1.565 3.561-2.473 3.561-.642 0-1.248-.123-1.949-.267-.944-.193-2.12-.434-3.774-.434-1.656 0-2.832.241-3.776.434-.701.144-1.306.267-1.948.267-.909 0-1.925-2.314-2.472-3.557a22.636 22.636 0 00-.452-.99c-.542-1.085-.554-2.637.495-3.377 1.008-.713 1.854-.519 3.517-.054 1.192.334 2.677.75 4.636.75s3.443-.416 4.634-.75c1.663-.465 2.506-.658 3.518.054 1.049.74 1.037 2.292.495 3.377m.255-4.439c-1.56-1.1-2.977-.703-4.618-.244-1.175.33-2.505.702-4.285.702-1.78 0-3.11-.373-4.285-.702-1.64-.459-3.058-.858-4.618.244-1.64 1.16-1.691 3.451-.906 5.02.125.252.268.574.425.932.803 1.83 1.903 4.335 3.66 4.335.773 0 1.471-.143 2.21-.294.933-.192 1.99-.408 3.515-.408 1.523 0 2.58.216 3.514.408.738.15 1.436.294 2.21.294 1.756 0 2.858-2.508 3.662-4.338.157-.357.297-.678.422-.929.785-1.569.734-3.86-.906-5.02M18.57 37.59c-.266-.582-.129-1.106.1-1.338 0 0 .013-.005.045-.005.084 0 .293.031.7.261 1.077.608 2.322 1.903 2.763 2.572-1.852.031-3.156-.504-3.608-1.49m1.274-1.987c-.834-.454-1.46-.476-1.87-.067-.59.593-.717 1.585-.313 2.47.297.65 1.293 2.078 4.294 2.078.235 0 .482-.009.742-.027.321-.024.56-.222.625-.518.213-.977-2.202-3.239-3.478-3.936m9.48 1.987c-.451.986-1.786 1.521-3.607 1.49.44-.669 1.685-1.964 2.763-2.572.44-.248.649-.265.712-.265.014 0 .02.002.021 0 .24.242.377.765.111 1.347m-1.273-1.987c-1.277.696-3.692 2.96-3.479 3.936.065.296.304.494.625.518.26.018.507.027.742.027 3.001 0 3.997-1.428 4.294-2.078.404-.885.278-1.877-.313-2.47-.411-.41-1.04-.387-1.869.067\" />\n );\n\n const normalHover = (\n <path d=\"M43.242 29.54a1.04 1.04 0 01-.6.537 1.04 1.04 0 01-.801-.043 1.036 1.036 0 01-.524-1.313l.083-.222-6.115-17.366-.203-.12a1.036 1.036 0 01-.46-.548 1.052 1.052 0 011.983-.699c.102.29.049.55-.013.716l-.083.221 6.115 17.365.203.121a1.04 1.04 0 01.415 1.351m1.27-1.233a2.328 2.328 0 00-.813-1.096l-5.814-16.514a2.349 2.349 0 00-.053-1.362 2.358 2.358 0 00-2.998-1.437 2.356 2.356 0 00-1.438 3c.157.442.436.816.814 1.095l5.813 16.511a2.333 2.333 0 001.255 2.702 2.35 2.35 0 003.234-2.899m-19.636-7.312h9.384v-1.3h-9.616V17.66h8.5v-1.3h-8.5v-2.034h7.877v-1.3h-7.877v-2.034h6.7v-1.3h-6.7V8.44h4.285c1.119 0 1.836-.697 2.468-1.312.602-.587 1.123-1.093 1.955-1.093h2.095v-1.3h-2.095c-1.36 0-2.193.81-2.862 1.461-.601.585-1 .944-1.561.944h-9.965c-.563 0-.96-.359-1.562-.944-.67-.65-1.502-1.462-2.861-1.462h-2.095v1.301h2.095c.832 0 1.353.506 1.955 1.093.632.615 1.349 1.312 2.468 1.312h4.379v1.251h-6.51v1.301h6.51v2.033h-7.687v1.301h7.687v2.033H15.03v1.301h8.312v2.033h-9.426v1.301h9.193l-1.542 2.033h-7.964v1.301h6.978l-1.543 2.033h-4.293v1.301h3.307l-.68.894 1.036.786 5.585-7.36 5.583 7.36 1.035-.786-.678-.894h3.497v-1.3h-4.484l-1.542-2.034h7.167v-1.3h-8.154l-1.542-2.034zM23.35 32.308h1.301v-7.574h-1.301v7.574zM6.488 28.499l.082.221c.063.167.116.427.015.716a1.046 1.046 0 01-1.34.641 1.04 1.04 0 01-.599-.537 1.04 1.04 0 01.415-1.35l.203-.12 6.116-17.368-.083-.222a1.039 1.039 0 01.522-1.311c.145-.069.299-.105.454-.105a1.061 1.061 0 01.948.598 1.032 1.032 0 01-.415 1.351l-.203.121L6.488 28.5zm7.19-16.508a2.327 2.327 0 00.715-2.89 2.33 2.33 0 00-1.339-1.203 2.353 2.353 0 00-2.998 1.436 2.33 2.33 0 00-.052 1.364L4.189 27.21a2.34 2.34 0 00-.716 2.894 2.351 2.351 0 004.338-.237c.156-.44.173-.907.053-1.362l5.814-16.513zm18.915 25.592c-.134.267-.284.607-.45.986-.547 1.245-1.565 3.561-2.473 3.561-.642 0-1.248-.123-1.949-.267-.944-.193-2.12-.434-3.775-.434-1.656 0-2.832.241-3.776.434-.7.144-1.306.267-1.948.267-.908 0-1.925-2.314-2.472-3.557a22.636 22.636 0 00-.452-.99c-.542-1.085-.554-2.637.495-3.377 1.008-.713 1.856-.519 3.518-.054 1.192.334 2.676.75 4.635.75 1.96 0 3.443-.416 4.634-.75 1.663-.465 2.507-.658 3.52.054 1.047.74 1.035 2.292.493 3.377m.256-4.439c-1.56-1.1-2.978-.703-4.619-.244-1.174.33-2.504.702-4.284.702-1.78 0-3.11-.373-4.285-.702-1.64-.459-3.057-.858-4.618.244-1.64 1.16-1.692 3.451-.907 5.02.126.252.268.574.425.932.803 1.83 1.904 4.335 3.661 4.335.773 0 1.471-.143 2.21-.294.932-.192 1.99-.408 3.514-.408 1.523 0 2.581.216 3.514.408.738.15 1.436.294 2.21.294 1.757 0 2.86-2.508 3.662-4.338.157-.357.298-.678.423-.929.785-1.569.734-3.86-.906-5.02M18.57 37.59c-.266-.582-.129-1.106.1-1.338 0 0 .013-.005.045-.005.084 0 .293.031.7.261 1.077.608 2.322 1.903 2.763 2.572-1.848.031-3.157-.504-3.608-1.49m1.274-1.987c-.834-.454-1.46-.476-1.87-.067-.59.593-.717 1.585-.313 2.47.297.65 1.293 2.078 4.294 2.078.235 0 .482-.009.742-.027.321-.024.56-.222.625-.518.213-.977-2.202-3.239-3.478-3.936m9.48 1.987c-.451.986-1.782 1.521-3.607 1.49.44-.669 1.685-1.964 2.763-2.572.44-.248.649-.265.712-.265.014 0 .021.002.021 0 .24.242.377.765.111 1.347m-1.273-1.987c-1.277.696-3.692 2.96-3.479 3.936.065.296.304.494.625.518.26.018.507.027.742.027 3.001 0 3.997-1.428 4.294-2.078.404-.885.278-1.877-.313-2.47-.41-.41-1.041-.387-1.869.067\" />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Skeleton;\n"],"names":["Skeleton","isHovered","React"],"mappings":";AAIA,MAAMA,IAAmC,CAAC,EAAE,WAAAC,QASnCA,IAHLC,gBAAAA,EAAA,cAAC,QAAK,EAAA,GAAE,6qGAA6qG,CAAA,IAJrrGA,gBAAAA,EAAA,cAAC,QAAK,EAAA,GAAE,4zGAA4zG,CAAA;"}
@@ -2,4 +2,3 @@ import React from 'react';
2
2
  import { SvgPathProps } from '../Icon';
3
3
  declare const Skin: React.FC<SvgPathProps>;
4
4
  export default Skin;
5
- //# sourceMappingURL=Skin.d.ts.map
@@ -1,6 +1,6 @@
1
1
  import a from "react";
2
- const t = ({ size: c, isHovered: m }) => m ? /* @__PURE__ */ a.createElement("path", { d: "M11.77 37.918a.913.913 0 010-1.823.913.913 0 010 1.823m0-2.923a2.014 2.014 0 00-2.01 2.01c0 1.11.903 2.013 2.01 2.013a2.015 2.015 0 002.013-2.012 2.014 2.014 0 00-2.012-2.011m6.106 2.923a.913.913 0 11.911-.912.913.913 0 01-.91.912m0-2.923a2.014 2.014 0 00-2.013 2.01c0 1.11.903 2.013 2.012 2.013a2.015 2.015 0 002.011-2.012 2.014 2.014 0 00-2.01-2.011m6.105 2.923a.913.913 0 010-1.823.913.913 0 010 1.823m0-2.923a2.014 2.014 0 00-2.011 2.01c0 1.11.903 2.013 2.01 2.013a2.015 2.015 0 002.013-2.012 2.014 2.014 0 00-2.012-2.011m6.105 2.923a.913.913 0 010-1.823.913.913 0 010 1.823m0-2.923a2.014 2.014 0 00-2.01 2.01c0 1.11.902 2.013 2.01 2.013a2.015 2.015 0 002.012-2.012 2.014 2.014 0 00-2.012-2.011m6.107 2.923a.913.913 0 11.911-.912.913.913 0 01-.911.912m0-2.923a2.014 2.014 0 00-2.012 2.01c0 1.11.903 2.013 2.012 2.013a2.015 2.015 0 002.01-2.012 2.014 2.014 0 00-2.01-2.011m2.085-3.156a.566.566 0 01-.564.566h-27.69a.567.567 0 01-.565-.566V19.087l12.72.001-.82 1.677a4.36 4.36 0 00-1.993 4.567 4.335 4.335 0 004.255 3.484c.998 0 1.965-.336 2.746-.972a4.345 4.345 0 00.015-6.733c.167-.713.328-1.38.485-2.024h11.41v12.752zM25.02 21.234l-.06.463.372.25a3.043 3.043 0 011.342 2.525c0 .921-.411 1.782-1.125 2.364a3.08 3.08 0 01-2.582.611 3.021 3.021 0 01-2.323-2.362 3.064 3.064 0 011.527-3.287l.18-.099 5.47-11.196a199.485 199.485 0 00-2.801 10.731zm2.17-3.447c.174-.688.338-1.321.498-1.93h11.805v-1.05H27.967c.429-1.592.807-2.91 1.127-4.029.647-2.255 1.074-3.744 1.229-5.116a.734.734 0 00-1.407-.362l-4.644 9.507H8.227v1.05h15.532l-.943 1.931-14.656-.001v14.052c0 1.029.837 1.866 1.866 1.866h27.69a1.868 1.868 0 001.865-1.866V17.787H27.19z" }) : /* @__PURE__ */ a.createElement("path", { d: "M23.988 37.913a.913.913 0 11.911-.912.913.913 0 01-.911.912zm0-2.923A2.014 2.014 0 0021.976 37c0 1.11.903 2.013 2.012 2.013A2.015 2.015 0 0025.998 37a2.014 2.014 0 00-2.01-2.011zm6.105 2.923a.913.913 0 01-.911-.912.913.913 0 011.824 0c0 .503-.41.912-.913.912zm0-2.923c-1.108 0-2.01.902-2.01 2.01 0 1.11.902 2.013 2.01 2.013 1.11 0 2.012-.903 2.012-2.012a2.013 2.013 0 00-2.012-2.011zm8.192-3.156a.566.566 0 01-.565.566H10.03a.565.565 0 01-.564-.566V19.082H21.82l-.508 1.71a4.364 4.364 0 00-1.941 4.535 4.336 4.336 0 004.256 3.484 4.342 4.342 0 002.68-7.768c.002-.681.013-1.323.024-1.961h11.953v12.752zM22.41 21.664l2.979-10.033a118.952 118.952 0 00-.382 9.745l.042.373.286.193a3.045 3.045 0 01.217 4.889 3.078 3.078 0 01-2.581.612 3.021 3.021 0 01-2.323-2.362 3.063 3.063 0 011.527-3.287l.235-.13zm3.952-3.881c.019-.67.043-1.311.07-1.931h13.065v-1.05H26.487c.193-3.597.504-6.291.724-8.143l.117-1.002a.727.727 0 00-.58-.8.734.734 0 00-.854.512l-2.802 9.433H8.232v1.05H22.78l-.573 1.93H8.165v14.052c0 1.029.837 1.866 1.865 1.866h27.69a1.868 1.868 0 001.866-1.866V17.783H26.363zm9.837 20.13A.913.913 0 1137.11 37a.913.913 0 01-.911.912zm0-2.923A2.014 2.014 0 0034.188 37c0 1.11.903 2.013 2.012 2.013A2.015 2.015 0 0038.21 37a2.014 2.014 0 00-2.01-2.011zm-24.424 2.923a.913.913 0 010-1.823.913.913 0 010 1.823zm0-2.923A2.014 2.014 0 009.765 37c0 1.11.903 2.013 2.01 2.013A2.015 2.015 0 0013.789 37a2.014 2.014 0 00-2.012-2.011zm6.107 2.923A.914.914 0 0116.97 37a.913.913 0 011.824 0c0 .503-.41.912-.911.912zm0-2.923c-1.11 0-2.012.902-2.012 2.01 0 1.11.902 2.013 2.012 2.013 1.108 0 2.01-.903 2.01-2.012a2.013 2.013 0 00-2.01-2.011z" });
2
+ const e = ({ isHovered: m }) => m ? /* @__PURE__ */ a.createElement("path", { d: "M11.77 37.918a.913.913 0 010-1.823.913.913 0 010 1.823m0-2.923a2.014 2.014 0 00-2.01 2.01c0 1.11.903 2.013 2.01 2.013a2.015 2.015 0 002.013-2.012 2.014 2.014 0 00-2.012-2.011m6.106 2.923a.913.913 0 11.911-.912.913.913 0 01-.91.912m0-2.923a2.014 2.014 0 00-2.013 2.01c0 1.11.903 2.013 2.012 2.013a2.015 2.015 0 002.011-2.012 2.014 2.014 0 00-2.01-2.011m6.105 2.923a.913.913 0 010-1.823.913.913 0 010 1.823m0-2.923a2.014 2.014 0 00-2.011 2.01c0 1.11.903 2.013 2.01 2.013a2.015 2.015 0 002.013-2.012 2.014 2.014 0 00-2.012-2.011m6.105 2.923a.913.913 0 010-1.823.913.913 0 010 1.823m0-2.923a2.014 2.014 0 00-2.01 2.01c0 1.11.902 2.013 2.01 2.013a2.015 2.015 0 002.012-2.012 2.014 2.014 0 00-2.012-2.011m6.107 2.923a.913.913 0 11.911-.912.913.913 0 01-.911.912m0-2.923a2.014 2.014 0 00-2.012 2.01c0 1.11.903 2.013 2.012 2.013a2.015 2.015 0 002.01-2.012 2.014 2.014 0 00-2.01-2.011m2.085-3.156a.566.566 0 01-.564.566h-27.69a.567.567 0 01-.565-.566V19.087l12.72.001-.82 1.677a4.36 4.36 0 00-1.993 4.567 4.335 4.335 0 004.255 3.484c.998 0 1.965-.336 2.746-.972a4.345 4.345 0 00.015-6.733c.167-.713.328-1.38.485-2.024h11.41v12.752zM25.02 21.234l-.06.463.372.25a3.043 3.043 0 011.342 2.525c0 .921-.411 1.782-1.125 2.364a3.08 3.08 0 01-2.582.611 3.021 3.021 0 01-2.323-2.362 3.064 3.064 0 011.527-3.287l.18-.099 5.47-11.196a199.485 199.485 0 00-2.801 10.731zm2.17-3.447c.174-.688.338-1.321.498-1.93h11.805v-1.05H27.967c.429-1.592.807-2.91 1.127-4.029.647-2.255 1.074-3.744 1.229-5.116a.734.734 0 00-1.407-.362l-4.644 9.507H8.227v1.05h15.532l-.943 1.931-14.656-.001v14.052c0 1.029.837 1.866 1.866 1.866h27.69a1.868 1.868 0 001.865-1.866V17.787H27.19z" }) : /* @__PURE__ */ a.createElement("path", { d: "M23.988 37.913a.913.913 0 11.911-.912.913.913 0 01-.911.912zm0-2.923A2.014 2.014 0 0021.976 37c0 1.11.903 2.013 2.012 2.013A2.015 2.015 0 0025.998 37a2.014 2.014 0 00-2.01-2.011zm6.105 2.923a.913.913 0 01-.911-.912.913.913 0 011.824 0c0 .503-.41.912-.913.912zm0-2.923c-1.108 0-2.01.902-2.01 2.01 0 1.11.902 2.013 2.01 2.013 1.11 0 2.012-.903 2.012-2.012a2.013 2.013 0 00-2.012-2.011zm8.192-3.156a.566.566 0 01-.565.566H10.03a.565.565 0 01-.564-.566V19.082H21.82l-.508 1.71a4.364 4.364 0 00-1.941 4.535 4.336 4.336 0 004.256 3.484 4.342 4.342 0 002.68-7.768c.002-.681.013-1.323.024-1.961h11.953v12.752zM22.41 21.664l2.979-10.033a118.952 118.952 0 00-.382 9.745l.042.373.286.193a3.045 3.045 0 01.217 4.889 3.078 3.078 0 01-2.581.612 3.021 3.021 0 01-2.323-2.362 3.063 3.063 0 011.527-3.287l.235-.13zm3.952-3.881c.019-.67.043-1.311.07-1.931h13.065v-1.05H26.487c.193-3.597.504-6.291.724-8.143l.117-1.002a.727.727 0 00-.58-.8.734.734 0 00-.854.512l-2.802 9.433H8.232v1.05H22.78l-.573 1.93H8.165v14.052c0 1.029.837 1.866 1.865 1.866h27.69a1.868 1.868 0 001.866-1.866V17.783H26.363zm9.837 20.13A.913.913 0 1137.11 37a.913.913 0 01-.911.912zm0-2.923A2.014 2.014 0 0034.188 37c0 1.11.903 2.013 2.012 2.013A2.015 2.015 0 0038.21 37a2.014 2.014 0 00-2.01-2.011zm-24.424 2.923a.913.913 0 010-1.823.913.913 0 010 1.823zm0-2.923A2.014 2.014 0 009.765 37c0 1.11.903 2.013 2.01 2.013A2.015 2.015 0 0013.789 37a2.014 2.014 0 00-2.012-2.011zm6.107 2.923A.914.914 0 0116.97 37a.913.913 0 011.824 0c0 .503-.41.912-.911.912zm0-2.923c-1.11 0-2.012.902-2.012 2.01 0 1.11.902 2.013 2.012 2.013 1.108 0 2.01-.903 2.01-2.012a2.013 2.013 0 00-2.01-2.011z" });
3
3
  export {
4
- t as default
4
+ e as default
5
5
  };
6
6
  //# sourceMappingURL=Skin.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Skin.js","sources":["../../../src/components/Icons/Skin.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst Skin: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M23.988 37.913a.913.913 0 11.911-.912.913.913 0 01-.911.912zm0-2.923A2.014 2.014 0 0021.976 37c0 1.11.903 2.013 2.012 2.013A2.015 2.015 0 0025.998 37a2.014 2.014 0 00-2.01-2.011zm6.105 2.923a.913.913 0 01-.911-.912.913.913 0 011.824 0c0 .503-.41.912-.913.912zm0-2.923c-1.108 0-2.01.902-2.01 2.01 0 1.11.902 2.013 2.01 2.013 1.11 0 2.012-.903 2.012-2.012a2.013 2.013 0 00-2.012-2.011zm8.192-3.156a.566.566 0 01-.565.566H10.03a.565.565 0 01-.564-.566V19.082H21.82l-.508 1.71a4.364 4.364 0 00-1.941 4.535 4.336 4.336 0 004.256 3.484 4.342 4.342 0 002.68-7.768c.002-.681.013-1.323.024-1.961h11.953v12.752zM22.41 21.664l2.979-10.033a118.952 118.952 0 00-.382 9.745l.042.373.286.193a3.045 3.045 0 01.217 4.889 3.078 3.078 0 01-2.581.612 3.021 3.021 0 01-2.323-2.362 3.063 3.063 0 011.527-3.287l.235-.13zm3.952-3.881c.019-.67.043-1.311.07-1.931h13.065v-1.05H26.487c.193-3.597.504-6.291.724-8.143l.117-1.002a.727.727 0 00-.58-.8.734.734 0 00-.854.512l-2.802 9.433H8.232v1.05H22.78l-.573 1.93H8.165v14.052c0 1.029.837 1.866 1.865 1.866h27.69a1.868 1.868 0 001.866-1.866V17.783H26.363zm9.837 20.13A.913.913 0 1137.11 37a.913.913 0 01-.911.912zm0-2.923A2.014 2.014 0 0034.188 37c0 1.11.903 2.013 2.012 2.013A2.015 2.015 0 0038.21 37a2.014 2.014 0 00-2.01-2.011zm-24.424 2.923a.913.913 0 010-1.823.913.913 0 010 1.823zm0-2.923A2.014 2.014 0 009.765 37c0 1.11.903 2.013 2.01 2.013A2.015 2.015 0 0013.789 37a2.014 2.014 0 00-2.012-2.011zm6.107 2.923A.914.914 0 0116.97 37a.913.913 0 011.824 0c0 .503-.41.912-.911.912zm0-2.923c-1.11 0-2.012.902-2.012 2.01 0 1.11.902 2.013 2.012 2.013 1.108 0 2.01-.903 2.01-2.012a2.013 2.013 0 00-2.01-2.011z\" />\n );\n\n const normalHover = (\n <path d=\"M11.77 37.918a.913.913 0 010-1.823.913.913 0 010 1.823m0-2.923a2.014 2.014 0 00-2.01 2.01c0 1.11.903 2.013 2.01 2.013a2.015 2.015 0 002.013-2.012 2.014 2.014 0 00-2.012-2.011m6.106 2.923a.913.913 0 11.911-.912.913.913 0 01-.91.912m0-2.923a2.014 2.014 0 00-2.013 2.01c0 1.11.903 2.013 2.012 2.013a2.015 2.015 0 002.011-2.012 2.014 2.014 0 00-2.01-2.011m6.105 2.923a.913.913 0 010-1.823.913.913 0 010 1.823m0-2.923a2.014 2.014 0 00-2.011 2.01c0 1.11.903 2.013 2.01 2.013a2.015 2.015 0 002.013-2.012 2.014 2.014 0 00-2.012-2.011m6.105 2.923a.913.913 0 010-1.823.913.913 0 010 1.823m0-2.923a2.014 2.014 0 00-2.01 2.01c0 1.11.902 2.013 2.01 2.013a2.015 2.015 0 002.012-2.012 2.014 2.014 0 00-2.012-2.011m6.107 2.923a.913.913 0 11.911-.912.913.913 0 01-.911.912m0-2.923a2.014 2.014 0 00-2.012 2.01c0 1.11.903 2.013 2.012 2.013a2.015 2.015 0 002.01-2.012 2.014 2.014 0 00-2.01-2.011m2.085-3.156a.566.566 0 01-.564.566h-27.69a.567.567 0 01-.565-.566V19.087l12.72.001-.82 1.677a4.36 4.36 0 00-1.993 4.567 4.335 4.335 0 004.255 3.484c.998 0 1.965-.336 2.746-.972a4.345 4.345 0 00.015-6.733c.167-.713.328-1.38.485-2.024h11.41v12.752zM25.02 21.234l-.06.463.372.25a3.043 3.043 0 011.342 2.525c0 .921-.411 1.782-1.125 2.364a3.08 3.08 0 01-2.582.611 3.021 3.021 0 01-2.323-2.362 3.064 3.064 0 011.527-3.287l.18-.099 5.47-11.196a199.485 199.485 0 00-2.801 10.731zm2.17-3.447c.174-.688.338-1.321.498-1.93h11.805v-1.05H27.967c.429-1.592.807-2.91 1.127-4.029.647-2.255 1.074-3.744 1.229-5.116a.734.734 0 00-1.407-.362l-4.644 9.507H8.227v1.05h15.532l-.943 1.931-14.656-.001v14.052c0 1.029.837 1.866 1.866 1.866h27.69a1.868 1.868 0 001.865-1.866V17.787H27.19z\" />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Skin;\n"],"names":["Skin","size","isHovered","React"],"mappings":";AAIA,MAAMA,IAA+B,CAAC,EAAE,MAAAC,GAAM,WAAAC,QASrCA,IAHLC,gBAAAA,EAAA,cAAC,QAAK,EAAA,GAAE,ymDAAymD,CAAA,IAJjnDA,gBAAAA,EAAA,cAAC,QAAK,EAAA,GAAE,8lDAA8lD,CAAA;"}
1
+ {"version":3,"file":"Skin.js","sources":["../../../src/components/Icons/Skin.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst Skin: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M23.988 37.913a.913.913 0 11.911-.912.913.913 0 01-.911.912zm0-2.923A2.014 2.014 0 0021.976 37c0 1.11.903 2.013 2.012 2.013A2.015 2.015 0 0025.998 37a2.014 2.014 0 00-2.01-2.011zm6.105 2.923a.913.913 0 01-.911-.912.913.913 0 011.824 0c0 .503-.41.912-.913.912zm0-2.923c-1.108 0-2.01.902-2.01 2.01 0 1.11.902 2.013 2.01 2.013 1.11 0 2.012-.903 2.012-2.012a2.013 2.013 0 00-2.012-2.011zm8.192-3.156a.566.566 0 01-.565.566H10.03a.565.565 0 01-.564-.566V19.082H21.82l-.508 1.71a4.364 4.364 0 00-1.941 4.535 4.336 4.336 0 004.256 3.484 4.342 4.342 0 002.68-7.768c.002-.681.013-1.323.024-1.961h11.953v12.752zM22.41 21.664l2.979-10.033a118.952 118.952 0 00-.382 9.745l.042.373.286.193a3.045 3.045 0 01.217 4.889 3.078 3.078 0 01-2.581.612 3.021 3.021 0 01-2.323-2.362 3.063 3.063 0 011.527-3.287l.235-.13zm3.952-3.881c.019-.67.043-1.311.07-1.931h13.065v-1.05H26.487c.193-3.597.504-6.291.724-8.143l.117-1.002a.727.727 0 00-.58-.8.734.734 0 00-.854.512l-2.802 9.433H8.232v1.05H22.78l-.573 1.93H8.165v14.052c0 1.029.837 1.866 1.865 1.866h27.69a1.868 1.868 0 001.866-1.866V17.783H26.363zm9.837 20.13A.913.913 0 1137.11 37a.913.913 0 01-.911.912zm0-2.923A2.014 2.014 0 0034.188 37c0 1.11.903 2.013 2.012 2.013A2.015 2.015 0 0038.21 37a2.014 2.014 0 00-2.01-2.011zm-24.424 2.923a.913.913 0 010-1.823.913.913 0 010 1.823zm0-2.923A2.014 2.014 0 009.765 37c0 1.11.903 2.013 2.01 2.013A2.015 2.015 0 0013.789 37a2.014 2.014 0 00-2.012-2.011zm6.107 2.923A.914.914 0 0116.97 37a.913.913 0 011.824 0c0 .503-.41.912-.911.912zm0-2.923c-1.11 0-2.012.902-2.012 2.01 0 1.11.902 2.013 2.012 2.013 1.108 0 2.01-.903 2.01-2.012a2.013 2.013 0 00-2.01-2.011z\" />\n );\n\n const normalHover = (\n <path d=\"M11.77 37.918a.913.913 0 010-1.823.913.913 0 010 1.823m0-2.923a2.014 2.014 0 00-2.01 2.01c0 1.11.903 2.013 2.01 2.013a2.015 2.015 0 002.013-2.012 2.014 2.014 0 00-2.012-2.011m6.106 2.923a.913.913 0 11.911-.912.913.913 0 01-.91.912m0-2.923a2.014 2.014 0 00-2.013 2.01c0 1.11.903 2.013 2.012 2.013a2.015 2.015 0 002.011-2.012 2.014 2.014 0 00-2.01-2.011m6.105 2.923a.913.913 0 010-1.823.913.913 0 010 1.823m0-2.923a2.014 2.014 0 00-2.011 2.01c0 1.11.903 2.013 2.01 2.013a2.015 2.015 0 002.013-2.012 2.014 2.014 0 00-2.012-2.011m6.105 2.923a.913.913 0 010-1.823.913.913 0 010 1.823m0-2.923a2.014 2.014 0 00-2.01 2.01c0 1.11.902 2.013 2.01 2.013a2.015 2.015 0 002.012-2.012 2.014 2.014 0 00-2.012-2.011m6.107 2.923a.913.913 0 11.911-.912.913.913 0 01-.911.912m0-2.923a2.014 2.014 0 00-2.012 2.01c0 1.11.903 2.013 2.012 2.013a2.015 2.015 0 002.01-2.012 2.014 2.014 0 00-2.01-2.011m2.085-3.156a.566.566 0 01-.564.566h-27.69a.567.567 0 01-.565-.566V19.087l12.72.001-.82 1.677a4.36 4.36 0 00-1.993 4.567 4.335 4.335 0 004.255 3.484c.998 0 1.965-.336 2.746-.972a4.345 4.345 0 00.015-6.733c.167-.713.328-1.38.485-2.024h11.41v12.752zM25.02 21.234l-.06.463.372.25a3.043 3.043 0 011.342 2.525c0 .921-.411 1.782-1.125 2.364a3.08 3.08 0 01-2.582.611 3.021 3.021 0 01-2.323-2.362 3.064 3.064 0 011.527-3.287l.18-.099 5.47-11.196a199.485 199.485 0 00-2.801 10.731zm2.17-3.447c.174-.688.338-1.321.498-1.93h11.805v-1.05H27.967c.429-1.592.807-2.91 1.127-4.029.647-2.255 1.074-3.744 1.229-5.116a.734.734 0 00-1.407-.362l-4.644 9.507H8.227v1.05h15.532l-.943 1.931-14.656-.001v14.052c0 1.029.837 1.866 1.866 1.866h27.69a1.868 1.868 0 001.865-1.866V17.787H27.19z\" />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Skin;\n"],"names":["Skin","isHovered","React"],"mappings":";AAIA,MAAMA,IAA+B,CAAC,EAAE,WAAAC,QAS/BA,IAHLC,gBAAAA,EAAA,cAAC,QAAK,EAAA,GAAE,ymDAAymD,CAAA,IAJjnDA,gBAAAA,EAAA,cAAC,QAAK,EAAA,GAAE,8lDAA8lD,CAAA;"}
@@ -2,4 +2,3 @@ import React from 'react';
2
2
  import { SvgPathProps } from '../Icon';
3
3
  declare const Snake: React.FC<SvgPathProps>;
4
4
  export default Snake;
5
- //# sourceMappingURL=Snake.d.ts.map
@@ -1,6 +1,6 @@
1
1
  import c from "react";
2
- const z = ({ size: h, isHovered: a }) => a ? /* @__PURE__ */ c.createElement("path", { d: "M20.001 10.313c1.845-1.656 4.654-2.411 7.708-2.088 5.648.609 10.487 7.158 10.487 8.57 0 .819-1.177 1.988-2.834 2.79.78.279 1.698.509 2.505.506.087-.796.675-1.425.761-1.513l.464.456.465.454c-.165.17-.489.642-.38.928a.81.81 0 00.688.523l-.055 1.299a2.124 2.124 0 01-1.573-.861c-.125.01-.25.025-.378.025-1.752 0-3.652-.848-4.293-1.161a7.89 7.89 0 01-1.91.247c-1.414 0-2.747-.442-3.92-1.03.248.833.721 1.578 1.25 2.399.882 1.37 1.861 2.915 1.858 5.185h3.95a3.163 3.163 0 013.158 3.16v1.915c0 .698-.233 1.336-.617 1.86h.736a3.163 3.163 0 013.16 3.16v1.915a3.163 3.163 0 01-3.16 3.16H9.917a3.163 3.163 0 01-3.159-3.16v-1.915a3.163 3.163 0 013.16-3.16h.736a3.132 3.132 0 01-.618-1.86v-1.914c0-1.626 1.238-2.953 2.818-3.127-.963-1.338-2.676-2.8-5.053-4.282a1.665 1.665 0 01-.7-2.004 1.671 1.671 0 011.812-1.124c3.812.47 8.756 2.147 10.994 7.376h1.47c0-1.491-.73-2.728-1.568-4.136-1.045-1.757-2.23-3.75-2.23-6.675 0-2.45.837-4.495 2.422-5.918zm18.07 24.965H9.917a1.861 1.861 0 00-1.859 1.859v1.915c0 1.025.834 1.859 1.86 1.859H38.07c1.026 0 1.86-.834 1.86-1.86v-1.914a1.861 1.861 0 00-1.86-1.86zm-3.278-6.935H13.196c-1.025 0-1.86.834-1.86 1.86v1.914c0 1.026.835 1.86 1.86 1.86h21.597c1.025 0 1.86-.834 1.86-1.86v-1.914c0-1.026-.835-1.86-1.86-1.86zM8.754 20.957c-.288-.042-.394.175-.427.266-.032.09-.08.317.162.468 2.96 1.844 4.926 3.643 5.883 5.35h4.117c-2.1-4.27-6.395-5.673-9.735-6.084zM27.57 9.517c-2.689-.293-5.13.352-6.7 1.763-1.32 1.186-1.992 2.852-1.992 4.95 0 2.569 1.042 4.319 2.05 6.012.901 1.518 1.755 2.963 1.75 4.8h3.34c.03-2.332-.99-4.081-1.913-5.63-1.152-1.937-2.24-3.767-.634-5.953l.473-.643.534.593c.034.039 3.445 3.778 7.177 3.778 2.826 0 5.118-1.943 5.244-2.43-.13-.762-4.259-6.692-9.329-7.24zm-3.439 7.388c-.459 1.132.101 2.177 1.092 3.842.961 1.618 2.124 3.608 2.094 6.295h2.23c.004-1.886-.799-3.153-1.655-4.481-.749-1.163-1.513-2.37-1.62-3.947a16.629 16.629 0 01-2.14-1.71zm5.804-5.715c.848 0 1.538.69 1.538 1.538a1.54 1.54 0 01-1.538 1.538 1.54 1.54 0 01-1.538-1.538c0-.848.69-1.538 1.538-1.538zm0 1a.538.538 0 100 1.077.538.538 0 000-1.077z" }) : /* @__PURE__ */ c.createElement("path", { d: "M20.007 10.313c1.844-1.656 4.654-2.411 7.708-2.088 5.648.609 10.487 7.158 10.487 8.57 0 .77-1.044 1.856-2.551 2.65.43.178.885.419 1.329.725.738-.346 1.599-.156 1.72-.124l-.159.63-.155.63c-.231-.054-.802-.095-.993.142a.808.808 0 00-.102.859l-1.148.61a2.122 2.122 0 01-.056-1.79c-1.005-.643-2.078-.86-2.411-.914a8 8 0 01-2.015.275c-1.413 0-2.746-.442-3.92-1.03.248.833.721 1.578 1.25 2.399.883 1.37 1.862 2.915 1.859 5.185h3.948a3.164 3.164 0 013.16 3.16v1.915c0 .698-.234 1.336-.618 1.86h.737a3.164 3.164 0 013.16 3.16v1.915a3.164 3.164 0 01-3.16 3.16H9.923a3.164 3.164 0 01-3.16-3.16v-1.915a3.164 3.164 0 013.16-3.16h.737a3.132 3.132 0 01-.618-1.86v-1.914c0-1.626 1.238-2.953 2.817-3.127-.962-1.338-2.675-2.8-5.052-4.282a1.664 1.664 0 01-.7-2.004 1.677 1.677 0 011.811-1.124c3.812.47 8.756 2.147 10.994 7.376h1.47c0-1.491-.73-2.728-1.567-4.136-1.046-1.757-2.231-3.75-2.231-6.675 0-2.45.838-4.495 2.423-5.918zm18.07 24.965H9.923c-1.025 0-1.86.834-1.86 1.859v1.915c0 1.025.835 1.859 1.86 1.859h28.154c1.026 0 1.86-.834 1.86-1.86v-1.914a1.861 1.861 0 00-1.86-1.86zm-3.279-6.935H13.202c-1.026 0-1.86.834-1.86 1.86v1.914c0 1.026.834 1.86 1.86 1.86h21.596c1.026 0 1.86-.834 1.86-1.86v-1.914c0-1.026-.834-1.86-1.86-1.86zM8.76 20.957c-.289-.047-.395.174-.427.266-.032.09-.08.317.162.468 2.959 1.844 4.926 3.643 5.883 5.35h4.117c-2.1-4.27-6.395-5.673-9.735-6.084zm18.816-11.44c-2.688-.29-5.13.353-6.701 1.763-1.321 1.186-1.991 2.852-1.991 4.95 0 2.569 1.041 4.319 2.048 6.012.903 1.518 1.757 2.963 1.752 4.8h3.34c.03-2.332-.991-4.081-1.913-5.63-1.153-1.937-2.241-3.767-.635-5.953l.473-.643.534.593c.035.039 3.445 3.778 7.178 3.778 2.825 0 5.117-1.943 5.244-2.43-.13-.762-4.259-6.692-9.329-7.24zm-3.44 7.388c-.458 1.132.102 2.177 1.093 3.842.961 1.618 2.124 3.608 2.094 6.295h2.229c.005-1.886-.798-3.153-1.654-4.481-.749-1.163-1.514-2.37-1.621-3.947a16.7 16.7 0 01-2.141-1.71zm5.805-5.715c.848 0 1.538.69 1.538 1.538a1.54 1.54 0 01-1.538 1.538 1.54 1.54 0 01-1.54-1.538c0-.848.69-1.538 1.54-1.538zm0 1a.539.539 0 100 1.078.539.539 0 000-1.078z" });
2
+ const e = ({ isHovered: a }) => a ? /* @__PURE__ */ c.createElement("path", { d: "M20.001 10.313c1.845-1.656 4.654-2.411 7.708-2.088 5.648.609 10.487 7.158 10.487 8.57 0 .819-1.177 1.988-2.834 2.79.78.279 1.698.509 2.505.506.087-.796.675-1.425.761-1.513l.464.456.465.454c-.165.17-.489.642-.38.928a.81.81 0 00.688.523l-.055 1.299a2.124 2.124 0 01-1.573-.861c-.125.01-.25.025-.378.025-1.752 0-3.652-.848-4.293-1.161a7.89 7.89 0 01-1.91.247c-1.414 0-2.747-.442-3.92-1.03.248.833.721 1.578 1.25 2.399.882 1.37 1.861 2.915 1.858 5.185h3.95a3.163 3.163 0 013.158 3.16v1.915c0 .698-.233 1.336-.617 1.86h.736a3.163 3.163 0 013.16 3.16v1.915a3.163 3.163 0 01-3.16 3.16H9.917a3.163 3.163 0 01-3.159-3.16v-1.915a3.163 3.163 0 013.16-3.16h.736a3.132 3.132 0 01-.618-1.86v-1.914c0-1.626 1.238-2.953 2.818-3.127-.963-1.338-2.676-2.8-5.053-4.282a1.665 1.665 0 01-.7-2.004 1.671 1.671 0 011.812-1.124c3.812.47 8.756 2.147 10.994 7.376h1.47c0-1.491-.73-2.728-1.568-4.136-1.045-1.757-2.23-3.75-2.23-6.675 0-2.45.837-4.495 2.422-5.918zm18.07 24.965H9.917a1.861 1.861 0 00-1.859 1.859v1.915c0 1.025.834 1.859 1.86 1.859H38.07c1.026 0 1.86-.834 1.86-1.86v-1.914a1.861 1.861 0 00-1.86-1.86zm-3.278-6.935H13.196c-1.025 0-1.86.834-1.86 1.86v1.914c0 1.026.835 1.86 1.86 1.86h21.597c1.025 0 1.86-.834 1.86-1.86v-1.914c0-1.026-.835-1.86-1.86-1.86zM8.754 20.957c-.288-.042-.394.175-.427.266-.032.09-.08.317.162.468 2.96 1.844 4.926 3.643 5.883 5.35h4.117c-2.1-4.27-6.395-5.673-9.735-6.084zM27.57 9.517c-2.689-.293-5.13.352-6.7 1.763-1.32 1.186-1.992 2.852-1.992 4.95 0 2.569 1.042 4.319 2.05 6.012.901 1.518 1.755 2.963 1.75 4.8h3.34c.03-2.332-.99-4.081-1.913-5.63-1.152-1.937-2.24-3.767-.634-5.953l.473-.643.534.593c.034.039 3.445 3.778 7.177 3.778 2.826 0 5.118-1.943 5.244-2.43-.13-.762-4.259-6.692-9.329-7.24zm-3.439 7.388c-.459 1.132.101 2.177 1.092 3.842.961 1.618 2.124 3.608 2.094 6.295h2.23c.004-1.886-.799-3.153-1.655-4.481-.749-1.163-1.513-2.37-1.62-3.947a16.629 16.629 0 01-2.14-1.71zm5.804-5.715c.848 0 1.538.69 1.538 1.538a1.54 1.54 0 01-1.538 1.538 1.54 1.54 0 01-1.538-1.538c0-.848.69-1.538 1.538-1.538zm0 1a.538.538 0 100 1.077.538.538 0 000-1.077z" }) : /* @__PURE__ */ c.createElement("path", { d: "M20.007 10.313c1.844-1.656 4.654-2.411 7.708-2.088 5.648.609 10.487 7.158 10.487 8.57 0 .77-1.044 1.856-2.551 2.65.43.178.885.419 1.329.725.738-.346 1.599-.156 1.72-.124l-.159.63-.155.63c-.231-.054-.802-.095-.993.142a.808.808 0 00-.102.859l-1.148.61a2.122 2.122 0 01-.056-1.79c-1.005-.643-2.078-.86-2.411-.914a8 8 0 01-2.015.275c-1.413 0-2.746-.442-3.92-1.03.248.833.721 1.578 1.25 2.399.883 1.37 1.862 2.915 1.859 5.185h3.948a3.164 3.164 0 013.16 3.16v1.915c0 .698-.234 1.336-.618 1.86h.737a3.164 3.164 0 013.16 3.16v1.915a3.164 3.164 0 01-3.16 3.16H9.923a3.164 3.164 0 01-3.16-3.16v-1.915a3.164 3.164 0 013.16-3.16h.737a3.132 3.132 0 01-.618-1.86v-1.914c0-1.626 1.238-2.953 2.817-3.127-.962-1.338-2.675-2.8-5.052-4.282a1.664 1.664 0 01-.7-2.004 1.677 1.677 0 011.811-1.124c3.812.47 8.756 2.147 10.994 7.376h1.47c0-1.491-.73-2.728-1.567-4.136-1.046-1.757-2.231-3.75-2.231-6.675 0-2.45.838-4.495 2.423-5.918zm18.07 24.965H9.923c-1.025 0-1.86.834-1.86 1.859v1.915c0 1.025.835 1.859 1.86 1.859h28.154c1.026 0 1.86-.834 1.86-1.86v-1.914a1.861 1.861 0 00-1.86-1.86zm-3.279-6.935H13.202c-1.026 0-1.86.834-1.86 1.86v1.914c0 1.026.834 1.86 1.86 1.86h21.596c1.026 0 1.86-.834 1.86-1.86v-1.914c0-1.026-.834-1.86-1.86-1.86zM8.76 20.957c-.289-.047-.395.174-.427.266-.032.09-.08.317.162.468 2.959 1.844 4.926 3.643 5.883 5.35h4.117c-2.1-4.27-6.395-5.673-9.735-6.084zm18.816-11.44c-2.688-.29-5.13.353-6.701 1.763-1.321 1.186-1.991 2.852-1.991 4.95 0 2.569 1.041 4.319 2.048 6.012.903 1.518 1.757 2.963 1.752 4.8h3.34c.03-2.332-.991-4.081-1.913-5.63-1.153-1.937-2.241-3.767-.635-5.953l.473-.643.534.593c.035.039 3.445 3.778 7.178 3.778 2.825 0 5.117-1.943 5.244-2.43-.13-.762-4.259-6.692-9.329-7.24zm-3.44 7.388c-.458 1.132.102 2.177 1.093 3.842.961 1.618 2.124 3.608 2.094 6.295h2.229c.005-1.886-.798-3.153-1.654-4.481-.749-1.163-1.514-2.37-1.621-3.947a16.7 16.7 0 01-2.141-1.71zm5.805-5.715c.848 0 1.538.69 1.538 1.538a1.54 1.54 0 01-1.538 1.538 1.54 1.54 0 01-1.54-1.538c0-.848.69-1.538 1.54-1.538zm0 1a.539.539 0 100 1.078.539.539 0 000-1.078z" });
3
3
  export {
4
- z as default
4
+ e as default
5
5
  };
6
6
  //# sourceMappingURL=Snake.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Snake.js","sources":["../../../src/components/Icons/Snake.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst Snake: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M20.007 10.313c1.844-1.656 4.654-2.411 7.708-2.088 5.648.609 10.487 7.158 10.487 8.57 0 .77-1.044 1.856-2.551 2.65.43.178.885.419 1.329.725.738-.346 1.599-.156 1.72-.124l-.159.63-.155.63c-.231-.054-.802-.095-.993.142a.808.808 0 00-.102.859l-1.148.61a2.122 2.122 0 01-.056-1.79c-1.005-.643-2.078-.86-2.411-.914a8 8 0 01-2.015.275c-1.413 0-2.746-.442-3.92-1.03.248.833.721 1.578 1.25 2.399.883 1.37 1.862 2.915 1.859 5.185h3.948a3.164 3.164 0 013.16 3.16v1.915c0 .698-.234 1.336-.618 1.86h.737a3.164 3.164 0 013.16 3.16v1.915a3.164 3.164 0 01-3.16 3.16H9.923a3.164 3.164 0 01-3.16-3.16v-1.915a3.164 3.164 0 013.16-3.16h.737a3.132 3.132 0 01-.618-1.86v-1.914c0-1.626 1.238-2.953 2.817-3.127-.962-1.338-2.675-2.8-5.052-4.282a1.664 1.664 0 01-.7-2.004 1.677 1.677 0 011.811-1.124c3.812.47 8.756 2.147 10.994 7.376h1.47c0-1.491-.73-2.728-1.567-4.136-1.046-1.757-2.231-3.75-2.231-6.675 0-2.45.838-4.495 2.423-5.918zm18.07 24.965H9.923c-1.025 0-1.86.834-1.86 1.859v1.915c0 1.025.835 1.859 1.86 1.859h28.154c1.026 0 1.86-.834 1.86-1.86v-1.914a1.861 1.861 0 00-1.86-1.86zm-3.279-6.935H13.202c-1.026 0-1.86.834-1.86 1.86v1.914c0 1.026.834 1.86 1.86 1.86h21.596c1.026 0 1.86-.834 1.86-1.86v-1.914c0-1.026-.834-1.86-1.86-1.86zM8.76 20.957c-.289-.047-.395.174-.427.266-.032.09-.08.317.162.468 2.959 1.844 4.926 3.643 5.883 5.35h4.117c-2.1-4.27-6.395-5.673-9.735-6.084zm18.816-11.44c-2.688-.29-5.13.353-6.701 1.763-1.321 1.186-1.991 2.852-1.991 4.95 0 2.569 1.041 4.319 2.048 6.012.903 1.518 1.757 2.963 1.752 4.8h3.34c.03-2.332-.991-4.081-1.913-5.63-1.153-1.937-2.241-3.767-.635-5.953l.473-.643.534.593c.035.039 3.445 3.778 7.178 3.778 2.825 0 5.117-1.943 5.244-2.43-.13-.762-4.259-6.692-9.329-7.24zm-3.44 7.388c-.458 1.132.102 2.177 1.093 3.842.961 1.618 2.124 3.608 2.094 6.295h2.229c.005-1.886-.798-3.153-1.654-4.481-.749-1.163-1.514-2.37-1.621-3.947a16.7 16.7 0 01-2.141-1.71zm5.805-5.715c.848 0 1.538.69 1.538 1.538a1.54 1.54 0 01-1.538 1.538 1.54 1.54 0 01-1.54-1.538c0-.848.69-1.538 1.54-1.538zm0 1a.539.539 0 100 1.078.539.539 0 000-1.078z\" />\n );\n\n const normalHover = (\n <path d=\"M20.001 10.313c1.845-1.656 4.654-2.411 7.708-2.088 5.648.609 10.487 7.158 10.487 8.57 0 .819-1.177 1.988-2.834 2.79.78.279 1.698.509 2.505.506.087-.796.675-1.425.761-1.513l.464.456.465.454c-.165.17-.489.642-.38.928a.81.81 0 00.688.523l-.055 1.299a2.124 2.124 0 01-1.573-.861c-.125.01-.25.025-.378.025-1.752 0-3.652-.848-4.293-1.161a7.89 7.89 0 01-1.91.247c-1.414 0-2.747-.442-3.92-1.03.248.833.721 1.578 1.25 2.399.882 1.37 1.861 2.915 1.858 5.185h3.95a3.163 3.163 0 013.158 3.16v1.915c0 .698-.233 1.336-.617 1.86h.736a3.163 3.163 0 013.16 3.16v1.915a3.163 3.163 0 01-3.16 3.16H9.917a3.163 3.163 0 01-3.159-3.16v-1.915a3.163 3.163 0 013.16-3.16h.736a3.132 3.132 0 01-.618-1.86v-1.914c0-1.626 1.238-2.953 2.818-3.127-.963-1.338-2.676-2.8-5.053-4.282a1.665 1.665 0 01-.7-2.004 1.671 1.671 0 011.812-1.124c3.812.47 8.756 2.147 10.994 7.376h1.47c0-1.491-.73-2.728-1.568-4.136-1.045-1.757-2.23-3.75-2.23-6.675 0-2.45.837-4.495 2.422-5.918zm18.07 24.965H9.917a1.861 1.861 0 00-1.859 1.859v1.915c0 1.025.834 1.859 1.86 1.859H38.07c1.026 0 1.86-.834 1.86-1.86v-1.914a1.861 1.861 0 00-1.86-1.86zm-3.278-6.935H13.196c-1.025 0-1.86.834-1.86 1.86v1.914c0 1.026.835 1.86 1.86 1.86h21.597c1.025 0 1.86-.834 1.86-1.86v-1.914c0-1.026-.835-1.86-1.86-1.86zM8.754 20.957c-.288-.042-.394.175-.427.266-.032.09-.08.317.162.468 2.96 1.844 4.926 3.643 5.883 5.35h4.117c-2.1-4.27-6.395-5.673-9.735-6.084zM27.57 9.517c-2.689-.293-5.13.352-6.7 1.763-1.32 1.186-1.992 2.852-1.992 4.95 0 2.569 1.042 4.319 2.05 6.012.901 1.518 1.755 2.963 1.75 4.8h3.34c.03-2.332-.99-4.081-1.913-5.63-1.152-1.937-2.24-3.767-.634-5.953l.473-.643.534.593c.034.039 3.445 3.778 7.177 3.778 2.826 0 5.118-1.943 5.244-2.43-.13-.762-4.259-6.692-9.329-7.24zm-3.439 7.388c-.459 1.132.101 2.177 1.092 3.842.961 1.618 2.124 3.608 2.094 6.295h2.23c.004-1.886-.799-3.153-1.655-4.481-.749-1.163-1.513-2.37-1.62-3.947a16.629 16.629 0 01-2.14-1.71zm5.804-5.715c.848 0 1.538.69 1.538 1.538a1.54 1.54 0 01-1.538 1.538 1.54 1.54 0 01-1.538-1.538c0-.848.69-1.538 1.538-1.538zm0 1a.538.538 0 100 1.077.538.538 0 000-1.077z\" />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Snake;\n"],"names":["Snake","size","isHovered","React"],"mappings":";AAIA,MAAMA,IAAgC,CAAC,EAAE,MAAAC,GAAM,WAAAC,QAStCA,IAHLC,gBAAAA,EAAA,cAAC,QAAK,EAAA,GAAE,0gEAA0gE,CAAA,IAJlhEA,gBAAAA,EAAA,cAAC,QAAK,EAAA,GAAE,o/DAAo/D,CAAA;"}
1
+ {"version":3,"file":"Snake.js","sources":["../../../src/components/Icons/Snake.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst Snake: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M20.007 10.313c1.844-1.656 4.654-2.411 7.708-2.088 5.648.609 10.487 7.158 10.487 8.57 0 .77-1.044 1.856-2.551 2.65.43.178.885.419 1.329.725.738-.346 1.599-.156 1.72-.124l-.159.63-.155.63c-.231-.054-.802-.095-.993.142a.808.808 0 00-.102.859l-1.148.61a2.122 2.122 0 01-.056-1.79c-1.005-.643-2.078-.86-2.411-.914a8 8 0 01-2.015.275c-1.413 0-2.746-.442-3.92-1.03.248.833.721 1.578 1.25 2.399.883 1.37 1.862 2.915 1.859 5.185h3.948a3.164 3.164 0 013.16 3.16v1.915c0 .698-.234 1.336-.618 1.86h.737a3.164 3.164 0 013.16 3.16v1.915a3.164 3.164 0 01-3.16 3.16H9.923a3.164 3.164 0 01-3.16-3.16v-1.915a3.164 3.164 0 013.16-3.16h.737a3.132 3.132 0 01-.618-1.86v-1.914c0-1.626 1.238-2.953 2.817-3.127-.962-1.338-2.675-2.8-5.052-4.282a1.664 1.664 0 01-.7-2.004 1.677 1.677 0 011.811-1.124c3.812.47 8.756 2.147 10.994 7.376h1.47c0-1.491-.73-2.728-1.567-4.136-1.046-1.757-2.231-3.75-2.231-6.675 0-2.45.838-4.495 2.423-5.918zm18.07 24.965H9.923c-1.025 0-1.86.834-1.86 1.859v1.915c0 1.025.835 1.859 1.86 1.859h28.154c1.026 0 1.86-.834 1.86-1.86v-1.914a1.861 1.861 0 00-1.86-1.86zm-3.279-6.935H13.202c-1.026 0-1.86.834-1.86 1.86v1.914c0 1.026.834 1.86 1.86 1.86h21.596c1.026 0 1.86-.834 1.86-1.86v-1.914c0-1.026-.834-1.86-1.86-1.86zM8.76 20.957c-.289-.047-.395.174-.427.266-.032.09-.08.317.162.468 2.959 1.844 4.926 3.643 5.883 5.35h4.117c-2.1-4.27-6.395-5.673-9.735-6.084zm18.816-11.44c-2.688-.29-5.13.353-6.701 1.763-1.321 1.186-1.991 2.852-1.991 4.95 0 2.569 1.041 4.319 2.048 6.012.903 1.518 1.757 2.963 1.752 4.8h3.34c.03-2.332-.991-4.081-1.913-5.63-1.153-1.937-2.241-3.767-.635-5.953l.473-.643.534.593c.035.039 3.445 3.778 7.178 3.778 2.825 0 5.117-1.943 5.244-2.43-.13-.762-4.259-6.692-9.329-7.24zm-3.44 7.388c-.458 1.132.102 2.177 1.093 3.842.961 1.618 2.124 3.608 2.094 6.295h2.229c.005-1.886-.798-3.153-1.654-4.481-.749-1.163-1.514-2.37-1.621-3.947a16.7 16.7 0 01-2.141-1.71zm5.805-5.715c.848 0 1.538.69 1.538 1.538a1.54 1.54 0 01-1.538 1.538 1.54 1.54 0 01-1.54-1.538c0-.848.69-1.538 1.54-1.538zm0 1a.539.539 0 100 1.078.539.539 0 000-1.078z\" />\n );\n\n const normalHover = (\n <path d=\"M20.001 10.313c1.845-1.656 4.654-2.411 7.708-2.088 5.648.609 10.487 7.158 10.487 8.57 0 .819-1.177 1.988-2.834 2.79.78.279 1.698.509 2.505.506.087-.796.675-1.425.761-1.513l.464.456.465.454c-.165.17-.489.642-.38.928a.81.81 0 00.688.523l-.055 1.299a2.124 2.124 0 01-1.573-.861c-.125.01-.25.025-.378.025-1.752 0-3.652-.848-4.293-1.161a7.89 7.89 0 01-1.91.247c-1.414 0-2.747-.442-3.92-1.03.248.833.721 1.578 1.25 2.399.882 1.37 1.861 2.915 1.858 5.185h3.95a3.163 3.163 0 013.158 3.16v1.915c0 .698-.233 1.336-.617 1.86h.736a3.163 3.163 0 013.16 3.16v1.915a3.163 3.163 0 01-3.16 3.16H9.917a3.163 3.163 0 01-3.159-3.16v-1.915a3.163 3.163 0 013.16-3.16h.736a3.132 3.132 0 01-.618-1.86v-1.914c0-1.626 1.238-2.953 2.818-3.127-.963-1.338-2.676-2.8-5.053-4.282a1.665 1.665 0 01-.7-2.004 1.671 1.671 0 011.812-1.124c3.812.47 8.756 2.147 10.994 7.376h1.47c0-1.491-.73-2.728-1.568-4.136-1.045-1.757-2.23-3.75-2.23-6.675 0-2.45.837-4.495 2.422-5.918zm18.07 24.965H9.917a1.861 1.861 0 00-1.859 1.859v1.915c0 1.025.834 1.859 1.86 1.859H38.07c1.026 0 1.86-.834 1.86-1.86v-1.914a1.861 1.861 0 00-1.86-1.86zm-3.278-6.935H13.196c-1.025 0-1.86.834-1.86 1.86v1.914c0 1.026.835 1.86 1.86 1.86h21.597c1.025 0 1.86-.834 1.86-1.86v-1.914c0-1.026-.835-1.86-1.86-1.86zM8.754 20.957c-.288-.042-.394.175-.427.266-.032.09-.08.317.162.468 2.96 1.844 4.926 3.643 5.883 5.35h4.117c-2.1-4.27-6.395-5.673-9.735-6.084zM27.57 9.517c-2.689-.293-5.13.352-6.7 1.763-1.32 1.186-1.992 2.852-1.992 4.95 0 2.569 1.042 4.319 2.05 6.012.901 1.518 1.755 2.963 1.75 4.8h3.34c.03-2.332-.99-4.081-1.913-5.63-1.152-1.937-2.24-3.767-.634-5.953l.473-.643.534.593c.034.039 3.445 3.778 7.177 3.778 2.826 0 5.118-1.943 5.244-2.43-.13-.762-4.259-6.692-9.329-7.24zm-3.439 7.388c-.459 1.132.101 2.177 1.092 3.842.961 1.618 2.124 3.608 2.094 6.295h2.23c.004-1.886-.799-3.153-1.655-4.481-.749-1.163-1.513-2.37-1.62-3.947a16.629 16.629 0 01-2.14-1.71zm5.804-5.715c.848 0 1.538.69 1.538 1.538a1.54 1.54 0 01-1.538 1.538 1.54 1.54 0 01-1.538-1.538c0-.848.69-1.538 1.538-1.538zm0 1a.538.538 0 100 1.077.538.538 0 000-1.077z\" />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Snake;\n"],"names":["Snake","isHovered","React"],"mappings":";AAIA,MAAMA,IAAgC,CAAC,EAAE,WAAAC,QAShCA,IAHLC,gBAAAA,EAAA,cAAC,QAAK,EAAA,GAAE,0gEAA0gE,CAAA,IAJlhEA,gBAAAA,EAAA,cAAC,QAAK,EAAA,GAAE,o/DAAo/D,CAAA;"}
@@ -2,4 +2,3 @@ import React from 'react';
2
2
  import { SvgPathProps } from '../Icon';
3
3
  declare const Snapchat: React.FC<SvgPathProps>;
4
4
  export default Snapchat;
5
- //# sourceMappingURL=Snapchat.d.ts.map
@@ -1,6 +1,6 @@
1
1
  import c from "react";
2
- const r = ({ size: e, isHovered: l }) => l ? /* @__PURE__ */ c.createElement("path", { d: "M23.69 7.145c.71.016 4.728.232 7.473 2.971 1.68 1.674 2.531 3.94 2.531 6.733v3.157c.942.013 2.581.161 3.477.973.41.372.636.853.653 1.393.058 1.771-1.345 2.211-2.273 2.503-.708.222-1.174.393-1.39.768.065.641.613 3.49 5.205 5.521 1.08.478 2.493 1.241 2.315 2.356-.217 1.366-2.883 1.93-4.742 2.156l-.623 2.701h-.518c-.463 0-.924-.185-1.458-.4-1.033-.416-2.206-.887-3.66-.132-.704.365-1.28.757-1.839 1.135-1.368.93-2.66 1.806-5.238 1.876-2.612-.07-3.904-.947-5.273-1.876-.557-.378-1.134-.77-1.838-1.135-1.455-.755-2.628-.284-3.66.132-.535.215-.996.4-1.459.4h-.517l-.623-2.7c-1.86-.228-4.526-.79-4.743-2.157-.177-1.115 1.236-1.878 2.315-2.356 4.585-2.029 5.14-4.87 5.205-5.522-.216-.375-.682-.545-1.39-.767-.927-.292-2.33-.732-2.273-2.503.017-.54.243-1.02.653-1.393.897-.812 2.535-.96 3.478-.973V16.85c0-2.793.851-5.059 2.53-6.733 2.746-2.738 6.762-2.955 7.475-2.971zm-.054 1.299h-.1c-.78.011-8.757.33-8.757 8.405v4.514l-.693-.045c-.916-.059-2.59.06-3.214.625a.629.629 0 00-.226.471c-.024.724.314.891 1.363 1.221.818.256 1.837.576 2.264 1.638l.047.242c0 .171-.069 4.218-5.99 6.838-1.426.632-1.555 1.002-1.556 1.006.195.335 2.131.88 4.054 1.076l.463.047.572 2.476c.15-.053.314-.119.483-.187.671-.27 1.552-.625 2.588-.625.661 0 1.384.144 2.156.545.772.4 1.381.813 1.971 1.214 1.31.89 2.345 1.592 4.542 1.651 2.161-.059 3.197-.762 4.508-1.652.59-.4 1.2-.813 1.97-1.213 1.986-1.029 3.646-.362 4.744.08.17.068.333.134.484.187l.571-2.476.463-.047c1.912-.195 3.837-.735 4.057-1.136-.03 0-.238-.36-1.559-.946-5.717-2.53-5.977-6.39-5.988-6.806v-.032l.046-.242c.426-1.062 1.445-1.382 2.263-1.638 1.05-.33 1.387-.497 1.364-1.22a.63.63 0 00-.227-.472c-.626-.566-2.307-.684-3.214-.625l-.69.045-.002-4.514c0-8.075-7.978-8.394-8.757-8.405zm3.418 10.636l.846.987c-1.636 1.403-3.166 1.873-4.482 1.873-2.645 0-4.423-1.9-4.449-1.929l.96-.877c.128.138 3.17 3.341 7.125-.054zm.027-4.628c.596 0 1.079.694 1.079 1.549 0 .856-.483 1.55-1.079 1.55s-1.078-.694-1.078-1.55c0-.855.482-1.55 1.078-1.55zm-7.293 0c.596 0 1.078.694 1.078 1.549 0 .856-.482 1.55-1.078 1.55-.596 0-1.078-.694-1.078-1.55 0-.855.482-1.549 1.078-1.549z" }) : /* @__PURE__ */ c.createElement("g", null, /* @__PURE__ */ c.createElement("path", { d: "M36.843 34.435l-.464.047-.57 2.476c-.15-.053-.316-.119-.483-.187-1.097-.44-2.755-1.11-4.745-.08-.772.4-1.382.814-1.97 1.214-1.312.89-2.347 1.592-4.508 1.651-2.197-.059-3.232-.762-4.542-1.65-.59-.4-1.199-.815-1.972-1.215a4.605 4.605 0 00-2.155-.545c-1.036 0-1.918.355-2.589.625-.168.068-.333.134-.482.187l-.572-2.476-.463-.047c-1.923-.197-3.859-.74-4.054-1.076.001-.004.13-.374 1.556-1.006 5.921-2.62 5.99-6.667 5.99-6.838l-.047-.242c-.427-1.062-1.446-1.382-2.264-1.638-1.05-.33-1.387-.497-1.363-1.22a.629.629 0 01.226-.472c.625-.566 2.298-.684 3.214-.625l.693.045V16.85c0-8.309 8.446-8.406 8.807-8.406.36 0 8.807.097 8.807 8.406l.001 4.514.691-.045c.907-.059 2.588.06 3.214.625a.63.63 0 01.227.471c.023.724-.315.891-1.364 1.221-.817.256-1.836.576-2.262 1.638l-.047.242c0 .171.068 4.218 5.988 6.838 1.367.605 1.567.948 1.56.946-.221.401-2.146.941-4.058 1.136m3.023-3.27c-4.591-2.033-5.14-4.88-5.204-5.522.216-.375.682-.546 1.39-.768.928-.292 2.33-.732 2.273-2.503a1.927 1.927 0 00-.654-1.393c-.895-.812-2.534-.96-3.476-.973V16.85c0-2.793-.852-5.059-2.531-6.733-2.937-2.93-7.33-2.973-7.572-2.973h-.01c-.245 0-4.636.044-7.573 2.973-1.68 1.674-2.53 3.94-2.53 6.733v3.157c-.943.013-2.581.161-3.478.973-.41.372-.636.853-.653 1.393-.058 1.771 1.345 2.211 2.273 2.503.708.222 1.174.392 1.39.767-.066.652-.62 3.493-5.205 5.522-1.08.478-2.492 1.241-2.315 2.356.217 1.366 2.883 1.93 4.743 2.156l.623 2.701h.517c.463 0 .924-.185 1.457-.4 1.033-.416 2.203-.887 3.66-.132.705.365 1.283.757 1.84 1.135 1.368.93 2.66 1.806 5.273 1.876 2.576-.07 3.869-.947 5.237-1.876.558-.378 1.136-.77 1.839-1.135 1.456-.755 2.627-.284 3.66.132.534.215.995.4 1.458.4h.518l.623-2.7c1.86-.228 4.525-.79 4.742-2.157.178-1.115-1.235-1.878-2.315-2.356" }), /* @__PURE__ */ c.createElement("path", { d: "M27.733 14.452c-.595 0-1.077.694-1.077 1.549 0 .856.482 1.55 1.077 1.55.596 0 1.078-.694 1.078-1.55 0-.855-.482-1.55-1.078-1.55m-7.293 0c-.595 0-1.077.695-1.077 1.55 0 .856.482 1.55 1.077 1.55.596 0 1.078-.694 1.078-1.55 0-.855-.482-1.55-1.078-1.55" }));
2
+ const m = ({ isHovered: l }) => l ? /* @__PURE__ */ c.createElement("path", { d: "M23.69 7.145c.71.016 4.728.232 7.473 2.971 1.68 1.674 2.531 3.94 2.531 6.733v3.157c.942.013 2.581.161 3.477.973.41.372.636.853.653 1.393.058 1.771-1.345 2.211-2.273 2.503-.708.222-1.174.393-1.39.768.065.641.613 3.49 5.205 5.521 1.08.478 2.493 1.241 2.315 2.356-.217 1.366-2.883 1.93-4.742 2.156l-.623 2.701h-.518c-.463 0-.924-.185-1.458-.4-1.033-.416-2.206-.887-3.66-.132-.704.365-1.28.757-1.839 1.135-1.368.93-2.66 1.806-5.238 1.876-2.612-.07-3.904-.947-5.273-1.876-.557-.378-1.134-.77-1.838-1.135-1.455-.755-2.628-.284-3.66.132-.535.215-.996.4-1.459.4h-.517l-.623-2.7c-1.86-.228-4.526-.79-4.743-2.157-.177-1.115 1.236-1.878 2.315-2.356 4.585-2.029 5.14-4.87 5.205-5.522-.216-.375-.682-.545-1.39-.767-.927-.292-2.33-.732-2.273-2.503.017-.54.243-1.02.653-1.393.897-.812 2.535-.96 3.478-.973V16.85c0-2.793.851-5.059 2.53-6.733 2.746-2.738 6.762-2.955 7.475-2.971zm-.054 1.299h-.1c-.78.011-8.757.33-8.757 8.405v4.514l-.693-.045c-.916-.059-2.59.06-3.214.625a.629.629 0 00-.226.471c-.024.724.314.891 1.363 1.221.818.256 1.837.576 2.264 1.638l.047.242c0 .171-.069 4.218-5.99 6.838-1.426.632-1.555 1.002-1.556 1.006.195.335 2.131.88 4.054 1.076l.463.047.572 2.476c.15-.053.314-.119.483-.187.671-.27 1.552-.625 2.588-.625.661 0 1.384.144 2.156.545.772.4 1.381.813 1.971 1.214 1.31.89 2.345 1.592 4.542 1.651 2.161-.059 3.197-.762 4.508-1.652.59-.4 1.2-.813 1.97-1.213 1.986-1.029 3.646-.362 4.744.08.17.068.333.134.484.187l.571-2.476.463-.047c1.912-.195 3.837-.735 4.057-1.136-.03 0-.238-.36-1.559-.946-5.717-2.53-5.977-6.39-5.988-6.806v-.032l.046-.242c.426-1.062 1.445-1.382 2.263-1.638 1.05-.33 1.387-.497 1.364-1.22a.63.63 0 00-.227-.472c-.626-.566-2.307-.684-3.214-.625l-.69.045-.002-4.514c0-8.075-7.978-8.394-8.757-8.405zm3.418 10.636l.846.987c-1.636 1.403-3.166 1.873-4.482 1.873-2.645 0-4.423-1.9-4.449-1.929l.96-.877c.128.138 3.17 3.341 7.125-.054zm.027-4.628c.596 0 1.079.694 1.079 1.549 0 .856-.483 1.55-1.079 1.55s-1.078-.694-1.078-1.55c0-.855.482-1.55 1.078-1.55zm-7.293 0c.596 0 1.078.694 1.078 1.549 0 .856-.482 1.55-1.078 1.55-.596 0-1.078-.694-1.078-1.55 0-.855.482-1.549 1.078-1.549z" }) : /* @__PURE__ */ c.createElement("g", null, /* @__PURE__ */ c.createElement("path", { d: "M36.843 34.435l-.464.047-.57 2.476c-.15-.053-.316-.119-.483-.187-1.097-.44-2.755-1.11-4.745-.08-.772.4-1.382.814-1.97 1.214-1.312.89-2.347 1.592-4.508 1.651-2.197-.059-3.232-.762-4.542-1.65-.59-.4-1.199-.815-1.972-1.215a4.605 4.605 0 00-2.155-.545c-1.036 0-1.918.355-2.589.625-.168.068-.333.134-.482.187l-.572-2.476-.463-.047c-1.923-.197-3.859-.74-4.054-1.076.001-.004.13-.374 1.556-1.006 5.921-2.62 5.99-6.667 5.99-6.838l-.047-.242c-.427-1.062-1.446-1.382-2.264-1.638-1.05-.33-1.387-.497-1.363-1.22a.629.629 0 01.226-.472c.625-.566 2.298-.684 3.214-.625l.693.045V16.85c0-8.309 8.446-8.406 8.807-8.406.36 0 8.807.097 8.807 8.406l.001 4.514.691-.045c.907-.059 2.588.06 3.214.625a.63.63 0 01.227.471c.023.724-.315.891-1.364 1.221-.817.256-1.836.576-2.262 1.638l-.047.242c0 .171.068 4.218 5.988 6.838 1.367.605 1.567.948 1.56.946-.221.401-2.146.941-4.058 1.136m3.023-3.27c-4.591-2.033-5.14-4.88-5.204-5.522.216-.375.682-.546 1.39-.768.928-.292 2.33-.732 2.273-2.503a1.927 1.927 0 00-.654-1.393c-.895-.812-2.534-.96-3.476-.973V16.85c0-2.793-.852-5.059-2.531-6.733-2.937-2.93-7.33-2.973-7.572-2.973h-.01c-.245 0-4.636.044-7.573 2.973-1.68 1.674-2.53 3.94-2.53 6.733v3.157c-.943.013-2.581.161-3.478.973-.41.372-.636.853-.653 1.393-.058 1.771 1.345 2.211 2.273 2.503.708.222 1.174.392 1.39.767-.066.652-.62 3.493-5.205 5.522-1.08.478-2.492 1.241-2.315 2.356.217 1.366 2.883 1.93 4.743 2.156l.623 2.701h.517c.463 0 .924-.185 1.457-.4 1.033-.416 2.203-.887 3.66-.132.705.365 1.283.757 1.84 1.135 1.368.93 2.66 1.806 5.273 1.876 2.576-.07 3.869-.947 5.237-1.876.558-.378 1.136-.77 1.839-1.135 1.456-.755 2.627-.284 3.66.132.534.215.995.4 1.458.4h.518l.623-2.7c1.86-.228 4.525-.79 4.742-2.157.178-1.115-1.235-1.878-2.315-2.356" }), /* @__PURE__ */ c.createElement("path", { d: "M27.733 14.452c-.595 0-1.077.694-1.077 1.549 0 .856.482 1.55 1.077 1.55.596 0 1.078-.694 1.078-1.55 0-.855-.482-1.55-1.078-1.55m-7.293 0c-.595 0-1.077.695-1.077 1.55 0 .856.482 1.55 1.077 1.55.596 0 1.078-.694 1.078-1.55 0-.855-.482-1.55-1.078-1.55" }));
3
3
  export {
4
- r as default
4
+ m as default
5
5
  };
6
6
  //# sourceMappingURL=Snapchat.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Snapchat.js","sources":["../../../src/components/Icons/Snapchat.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst Snapchat: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <g>\n <path d=\"M36.843 34.435l-.464.047-.57 2.476c-.15-.053-.316-.119-.483-.187-1.097-.44-2.755-1.11-4.745-.08-.772.4-1.382.814-1.97 1.214-1.312.89-2.347 1.592-4.508 1.651-2.197-.059-3.232-.762-4.542-1.65-.59-.4-1.199-.815-1.972-1.215a4.605 4.605 0 00-2.155-.545c-1.036 0-1.918.355-2.589.625-.168.068-.333.134-.482.187l-.572-2.476-.463-.047c-1.923-.197-3.859-.74-4.054-1.076.001-.004.13-.374 1.556-1.006 5.921-2.62 5.99-6.667 5.99-6.838l-.047-.242c-.427-1.062-1.446-1.382-2.264-1.638-1.05-.33-1.387-.497-1.363-1.22a.629.629 0 01.226-.472c.625-.566 2.298-.684 3.214-.625l.693.045V16.85c0-8.309 8.446-8.406 8.807-8.406.36 0 8.807.097 8.807 8.406l.001 4.514.691-.045c.907-.059 2.588.06 3.214.625a.63.63 0 01.227.471c.023.724-.315.891-1.364 1.221-.817.256-1.836.576-2.262 1.638l-.047.242c0 .171.068 4.218 5.988 6.838 1.367.605 1.567.948 1.56.946-.221.401-2.146.941-4.058 1.136m3.023-3.27c-4.591-2.033-5.14-4.88-5.204-5.522.216-.375.682-.546 1.39-.768.928-.292 2.33-.732 2.273-2.503a1.927 1.927 0 00-.654-1.393c-.895-.812-2.534-.96-3.476-.973V16.85c0-2.793-.852-5.059-2.531-6.733-2.937-2.93-7.33-2.973-7.572-2.973h-.01c-.245 0-4.636.044-7.573 2.973-1.68 1.674-2.53 3.94-2.53 6.733v3.157c-.943.013-2.581.161-3.478.973-.41.372-.636.853-.653 1.393-.058 1.771 1.345 2.211 2.273 2.503.708.222 1.174.392 1.39.767-.066.652-.62 3.493-5.205 5.522-1.08.478-2.492 1.241-2.315 2.356.217 1.366 2.883 1.93 4.743 2.156l.623 2.701h.517c.463 0 .924-.185 1.457-.4 1.033-.416 2.203-.887 3.66-.132.705.365 1.283.757 1.84 1.135 1.368.93 2.66 1.806 5.273 1.876 2.576-.07 3.869-.947 5.237-1.876.558-.378 1.136-.77 1.839-1.135 1.456-.755 2.627-.284 3.66.132.534.215.995.4 1.458.4h.518l.623-2.7c1.86-.228 4.525-.79 4.742-2.157.178-1.115-1.235-1.878-2.315-2.356\" />\n <path d=\"M27.733 14.452c-.595 0-1.077.694-1.077 1.549 0 .856.482 1.55 1.077 1.55.596 0 1.078-.694 1.078-1.55 0-.855-.482-1.55-1.078-1.55m-7.293 0c-.595 0-1.077.695-1.077 1.55 0 .856.482 1.55 1.077 1.55.596 0 1.078-.694 1.078-1.55 0-.855-.482-1.55-1.078-1.55\" />\n </g>\n );\n\n const normalHover = (\n <path d=\"M23.69 7.145c.71.016 4.728.232 7.473 2.971 1.68 1.674 2.531 3.94 2.531 6.733v3.157c.942.013 2.581.161 3.477.973.41.372.636.853.653 1.393.058 1.771-1.345 2.211-2.273 2.503-.708.222-1.174.393-1.39.768.065.641.613 3.49 5.205 5.521 1.08.478 2.493 1.241 2.315 2.356-.217 1.366-2.883 1.93-4.742 2.156l-.623 2.701h-.518c-.463 0-.924-.185-1.458-.4-1.033-.416-2.206-.887-3.66-.132-.704.365-1.28.757-1.839 1.135-1.368.93-2.66 1.806-5.238 1.876-2.612-.07-3.904-.947-5.273-1.876-.557-.378-1.134-.77-1.838-1.135-1.455-.755-2.628-.284-3.66.132-.535.215-.996.4-1.459.4h-.517l-.623-2.7c-1.86-.228-4.526-.79-4.743-2.157-.177-1.115 1.236-1.878 2.315-2.356 4.585-2.029 5.14-4.87 5.205-5.522-.216-.375-.682-.545-1.39-.767-.927-.292-2.33-.732-2.273-2.503.017-.54.243-1.02.653-1.393.897-.812 2.535-.96 3.478-.973V16.85c0-2.793.851-5.059 2.53-6.733 2.746-2.738 6.762-2.955 7.475-2.971zm-.054 1.299h-.1c-.78.011-8.757.33-8.757 8.405v4.514l-.693-.045c-.916-.059-2.59.06-3.214.625a.629.629 0 00-.226.471c-.024.724.314.891 1.363 1.221.818.256 1.837.576 2.264 1.638l.047.242c0 .171-.069 4.218-5.99 6.838-1.426.632-1.555 1.002-1.556 1.006.195.335 2.131.88 4.054 1.076l.463.047.572 2.476c.15-.053.314-.119.483-.187.671-.27 1.552-.625 2.588-.625.661 0 1.384.144 2.156.545.772.4 1.381.813 1.971 1.214 1.31.89 2.345 1.592 4.542 1.651 2.161-.059 3.197-.762 4.508-1.652.59-.4 1.2-.813 1.97-1.213 1.986-1.029 3.646-.362 4.744.08.17.068.333.134.484.187l.571-2.476.463-.047c1.912-.195 3.837-.735 4.057-1.136-.03 0-.238-.36-1.559-.946-5.717-2.53-5.977-6.39-5.988-6.806v-.032l.046-.242c.426-1.062 1.445-1.382 2.263-1.638 1.05-.33 1.387-.497 1.364-1.22a.63.63 0 00-.227-.472c-.626-.566-2.307-.684-3.214-.625l-.69.045-.002-4.514c0-8.075-7.978-8.394-8.757-8.405zm3.418 10.636l.846.987c-1.636 1.403-3.166 1.873-4.482 1.873-2.645 0-4.423-1.9-4.449-1.929l.96-.877c.128.138 3.17 3.341 7.125-.054zm.027-4.628c.596 0 1.079.694 1.079 1.549 0 .856-.483 1.55-1.079 1.55s-1.078-.694-1.078-1.55c0-.855.482-1.55 1.078-1.55zm-7.293 0c.596 0 1.078.694 1.078 1.549 0 .856-.482 1.55-1.078 1.55-.596 0-1.078-.694-1.078-1.55 0-.855.482-1.549 1.078-1.549z\" />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Snapchat;\n"],"names":["Snapchat","size","isHovered","React"],"mappings":";AAIA,MAAMA,IAAmC,CAAC,EAAE,MAAAC,GAAM,WAAAC,QAYzCA,IAHLC,gBAAAA,EAAA,cAAC,QAAK,EAAA,GAAE,gjEAAgjE,CAAA,IAPxjEA,gBAAAA,EAAA,cAAC,KACC,MAAAA,gBAAAA,EAAA,cAAC,QAAK,EAAA,GAAE,srDAAsrD,CAAA,GAC7rDA,gBAAAA,EAAA,cAAA,QAAA,EAAK,GAAE,2PAA2P,CAAA,CACrQ;"}
1
+ {"version":3,"file":"Snapchat.js","sources":["../../../src/components/Icons/Snapchat.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst Snapchat: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <g>\n <path d=\"M36.843 34.435l-.464.047-.57 2.476c-.15-.053-.316-.119-.483-.187-1.097-.44-2.755-1.11-4.745-.08-.772.4-1.382.814-1.97 1.214-1.312.89-2.347 1.592-4.508 1.651-2.197-.059-3.232-.762-4.542-1.65-.59-.4-1.199-.815-1.972-1.215a4.605 4.605 0 00-2.155-.545c-1.036 0-1.918.355-2.589.625-.168.068-.333.134-.482.187l-.572-2.476-.463-.047c-1.923-.197-3.859-.74-4.054-1.076.001-.004.13-.374 1.556-1.006 5.921-2.62 5.99-6.667 5.99-6.838l-.047-.242c-.427-1.062-1.446-1.382-2.264-1.638-1.05-.33-1.387-.497-1.363-1.22a.629.629 0 01.226-.472c.625-.566 2.298-.684 3.214-.625l.693.045V16.85c0-8.309 8.446-8.406 8.807-8.406.36 0 8.807.097 8.807 8.406l.001 4.514.691-.045c.907-.059 2.588.06 3.214.625a.63.63 0 01.227.471c.023.724-.315.891-1.364 1.221-.817.256-1.836.576-2.262 1.638l-.047.242c0 .171.068 4.218 5.988 6.838 1.367.605 1.567.948 1.56.946-.221.401-2.146.941-4.058 1.136m3.023-3.27c-4.591-2.033-5.14-4.88-5.204-5.522.216-.375.682-.546 1.39-.768.928-.292 2.33-.732 2.273-2.503a1.927 1.927 0 00-.654-1.393c-.895-.812-2.534-.96-3.476-.973V16.85c0-2.793-.852-5.059-2.531-6.733-2.937-2.93-7.33-2.973-7.572-2.973h-.01c-.245 0-4.636.044-7.573 2.973-1.68 1.674-2.53 3.94-2.53 6.733v3.157c-.943.013-2.581.161-3.478.973-.41.372-.636.853-.653 1.393-.058 1.771 1.345 2.211 2.273 2.503.708.222 1.174.392 1.39.767-.066.652-.62 3.493-5.205 5.522-1.08.478-2.492 1.241-2.315 2.356.217 1.366 2.883 1.93 4.743 2.156l.623 2.701h.517c.463 0 .924-.185 1.457-.4 1.033-.416 2.203-.887 3.66-.132.705.365 1.283.757 1.84 1.135 1.368.93 2.66 1.806 5.273 1.876 2.576-.07 3.869-.947 5.237-1.876.558-.378 1.136-.77 1.839-1.135 1.456-.755 2.627-.284 3.66.132.534.215.995.4 1.458.4h.518l.623-2.7c1.86-.228 4.525-.79 4.742-2.157.178-1.115-1.235-1.878-2.315-2.356\" />\n <path d=\"M27.733 14.452c-.595 0-1.077.694-1.077 1.549 0 .856.482 1.55 1.077 1.55.596 0 1.078-.694 1.078-1.55 0-.855-.482-1.55-1.078-1.55m-7.293 0c-.595 0-1.077.695-1.077 1.55 0 .856.482 1.55 1.077 1.55.596 0 1.078-.694 1.078-1.55 0-.855-.482-1.55-1.078-1.55\" />\n </g>\n );\n\n const normalHover = (\n <path d=\"M23.69 7.145c.71.016 4.728.232 7.473 2.971 1.68 1.674 2.531 3.94 2.531 6.733v3.157c.942.013 2.581.161 3.477.973.41.372.636.853.653 1.393.058 1.771-1.345 2.211-2.273 2.503-.708.222-1.174.393-1.39.768.065.641.613 3.49 5.205 5.521 1.08.478 2.493 1.241 2.315 2.356-.217 1.366-2.883 1.93-4.742 2.156l-.623 2.701h-.518c-.463 0-.924-.185-1.458-.4-1.033-.416-2.206-.887-3.66-.132-.704.365-1.28.757-1.839 1.135-1.368.93-2.66 1.806-5.238 1.876-2.612-.07-3.904-.947-5.273-1.876-.557-.378-1.134-.77-1.838-1.135-1.455-.755-2.628-.284-3.66.132-.535.215-.996.4-1.459.4h-.517l-.623-2.7c-1.86-.228-4.526-.79-4.743-2.157-.177-1.115 1.236-1.878 2.315-2.356 4.585-2.029 5.14-4.87 5.205-5.522-.216-.375-.682-.545-1.39-.767-.927-.292-2.33-.732-2.273-2.503.017-.54.243-1.02.653-1.393.897-.812 2.535-.96 3.478-.973V16.85c0-2.793.851-5.059 2.53-6.733 2.746-2.738 6.762-2.955 7.475-2.971zm-.054 1.299h-.1c-.78.011-8.757.33-8.757 8.405v4.514l-.693-.045c-.916-.059-2.59.06-3.214.625a.629.629 0 00-.226.471c-.024.724.314.891 1.363 1.221.818.256 1.837.576 2.264 1.638l.047.242c0 .171-.069 4.218-5.99 6.838-1.426.632-1.555 1.002-1.556 1.006.195.335 2.131.88 4.054 1.076l.463.047.572 2.476c.15-.053.314-.119.483-.187.671-.27 1.552-.625 2.588-.625.661 0 1.384.144 2.156.545.772.4 1.381.813 1.971 1.214 1.31.89 2.345 1.592 4.542 1.651 2.161-.059 3.197-.762 4.508-1.652.59-.4 1.2-.813 1.97-1.213 1.986-1.029 3.646-.362 4.744.08.17.068.333.134.484.187l.571-2.476.463-.047c1.912-.195 3.837-.735 4.057-1.136-.03 0-.238-.36-1.559-.946-5.717-2.53-5.977-6.39-5.988-6.806v-.032l.046-.242c.426-1.062 1.445-1.382 2.263-1.638 1.05-.33 1.387-.497 1.364-1.22a.63.63 0 00-.227-.472c-.626-.566-2.307-.684-3.214-.625l-.69.045-.002-4.514c0-8.075-7.978-8.394-8.757-8.405zm3.418 10.636l.846.987c-1.636 1.403-3.166 1.873-4.482 1.873-2.645 0-4.423-1.9-4.449-1.929l.96-.877c.128.138 3.17 3.341 7.125-.054zm.027-4.628c.596 0 1.079.694 1.079 1.549 0 .856-.483 1.55-1.079 1.55s-1.078-.694-1.078-1.55c0-.855.482-1.55 1.078-1.55zm-7.293 0c.596 0 1.078.694 1.078 1.549 0 .856-.482 1.55-1.078 1.55-.596 0-1.078-.694-1.078-1.55 0-.855.482-1.549 1.078-1.549z\" />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Snapchat;\n"],"names":["Snapchat","isHovered","React"],"mappings":";AAIA,MAAMA,IAAmC,CAAC,EAAE,WAAAC,QAYnCA,IAHLC,gBAAAA,EAAA,cAAC,QAAK,EAAA,GAAE,gjEAAgjE,CAAA,IAPxjEA,gBAAAA,EAAA,cAAC,KACC,MAAAA,gBAAAA,EAAA,cAAC,QAAK,EAAA,GAAE,srDAAsrD,CAAA,GAC7rDA,gBAAAA,EAAA,cAAA,QAAA,EAAK,GAAE,2PAA2P,CAAA,CACrQ;"}
@@ -2,4 +2,3 @@ import React from 'react';
2
2
  import { SvgPathProps } from '../Icon';
3
3
  declare const SortDown: React.FC<SvgPathProps>;
4
4
  export default SortDown;
5
- //# sourceMappingURL=SortDown.d.ts.map
@@ -2,4 +2,3 @@ import React from 'react';
2
2
  import { SvgPathProps } from '../Icon';
3
3
  declare const SortUp: React.FC<SvgPathProps>;
4
4
  export default SortUp;
5
- //# sourceMappingURL=SortUp.d.ts.map
@@ -2,4 +2,3 @@ import React from 'react';
2
2
  import { SvgPathProps } from '../Icon';
3
3
  declare const SpeechBubble: React.FC<SvgPathProps>;
4
4
  export default SpeechBubble;
5
- //# sourceMappingURL=SpeechBubble.d.ts.map
@@ -2,4 +2,3 @@ import React from 'react';
2
2
  import { SvgPathProps } from '../Icon';
3
3
  declare const Spray: React.FC<SvgPathProps>;
4
4
  export default Spray;
5
- //# sourceMappingURL=Spray.d.ts.map
@@ -1,6 +1,6 @@
1
1
  import h from "react";
2
- const e = ({ size: m, isHovered: v }) => v ? /* @__PURE__ */ h.createElement("path", { d: "M31.733 6.68v1.288h2.5v5.152h-2.446l-.054.531v.619h-.062l-.5 4.962h-3.806l.499-4.962h-2.42v1.2H26.6v4.263l6.801 6.882c.537.543.832 1.262.832 2.027v10.572a2.887 2.887 0 01-2.883 2.885H19.426a2.888 2.888 0 01-2.884-2.885V15.47h1.157v-1.2h-3.634v-2.387a5.209 5.209 0 015.203-5.203h12.465zm-2.486 17.58H17.843v14.954c0 .874.71 1.584 1.583 1.584H31.35c.873 0 1.584-.71 1.584-1.584V28.642c0-.42-.163-.815-.458-1.113l-3.229-3.269zm1.257 5.438v9.018H20.272v-9.018h10.232zM29.204 31h-7.632v6.416h7.632V31zm-3.525-10.35h-7.836v2.309h10.118l-2.282-2.309zm-.379-3.879h-7.457v2.578H25.3v-2.578zm5.065-2.501h-1.194l-.369 3.661h1.194l.369-3.661zm-6.221 0h-5.146v1.2h5.146v-1.2zm13.309-1.608l2.019 1.384-.735 1.072-2.02-1.384.736-1.072zm-7.02-4.681H19.268a3.906 3.906 0 00-3.902 3.902v1.086h15.067V7.981zm2.501 1.288h-1.2v2.55h1.2v-2.55zm7.538.625v1.301h-2.277V9.894h2.277zm-1.735-3.923l.735 1.072-2.02 1.384-.734-1.072 2.019-1.385z" }) : /* @__PURE__ */ h.createElement("path", { d: "M31.584 6.68v1.288h2.5v5.151h-2.5v.346l2.905 5.767h-3.955l-2.5-4.962h-2.739v1.2h1.156v4.263l6.801 6.881a2.87 2.87 0 01.832 2.028v10.572A2.888 2.888 0 0131.2 42.1H19.277a2.888 2.888 0 01-2.884-2.885V15.47h1.156v-1.2h-3.633v-2.387A5.209 5.209 0 0119.12 6.68h12.465zm-2.487 17.58H17.693v14.954c0 .874.711 1.584 1.584 1.584H31.2c.874 0 1.584-.71 1.584-1.584V28.642c0-.42-.162-.816-.457-1.114l-3.23-3.268zm1.258 5.438v9.018H20.123v-9.018h10.232zM29.055 31h-7.632v6.416h7.632V31zM25.53 20.65h-7.837v2.31h10.12l-2.283-2.31zm-.38-3.879h-7.457v2.578h7.457v-2.578zm5.384-2.5H29.49l1.845 3.66h1.045l-1.845-3.66zm-6.539 0H18.85v1.2h5.146v-1.2zm6.29-6.29H19.118a3.907 3.907 0 00-3.903 3.902v1.086h15.068V7.981zm2.5 1.287h-1.2v2.55h1.2v-2.55z" });
2
+ const a = ({ isHovered: v }) => v ? /* @__PURE__ */ h.createElement("path", { d: "M31.733 6.68v1.288h2.5v5.152h-2.446l-.054.531v.619h-.062l-.5 4.962h-3.806l.499-4.962h-2.42v1.2H26.6v4.263l6.801 6.882c.537.543.832 1.262.832 2.027v10.572a2.887 2.887 0 01-2.883 2.885H19.426a2.888 2.888 0 01-2.884-2.885V15.47h1.157v-1.2h-3.634v-2.387a5.209 5.209 0 015.203-5.203h12.465zm-2.486 17.58H17.843v14.954c0 .874.71 1.584 1.583 1.584H31.35c.873 0 1.584-.71 1.584-1.584V28.642c0-.42-.163-.815-.458-1.113l-3.229-3.269zm1.257 5.438v9.018H20.272v-9.018h10.232zM29.204 31h-7.632v6.416h7.632V31zm-3.525-10.35h-7.836v2.309h10.118l-2.282-2.309zm-.379-3.879h-7.457v2.578H25.3v-2.578zm5.065-2.501h-1.194l-.369 3.661h1.194l.369-3.661zm-6.221 0h-5.146v1.2h5.146v-1.2zm13.309-1.608l2.019 1.384-.735 1.072-2.02-1.384.736-1.072zm-7.02-4.681H19.268a3.906 3.906 0 00-3.902 3.902v1.086h15.067V7.981zm2.501 1.288h-1.2v2.55h1.2v-2.55zm7.538.625v1.301h-2.277V9.894h2.277zm-1.735-3.923l.735 1.072-2.02 1.384-.734-1.072 2.019-1.385z" }) : /* @__PURE__ */ h.createElement("path", { d: "M31.584 6.68v1.288h2.5v5.151h-2.5v.346l2.905 5.767h-3.955l-2.5-4.962h-2.739v1.2h1.156v4.263l6.801 6.881a2.87 2.87 0 01.832 2.028v10.572A2.888 2.888 0 0131.2 42.1H19.277a2.888 2.888 0 01-2.884-2.885V15.47h1.156v-1.2h-3.633v-2.387A5.209 5.209 0 0119.12 6.68h12.465zm-2.487 17.58H17.693v14.954c0 .874.711 1.584 1.584 1.584H31.2c.874 0 1.584-.71 1.584-1.584V28.642c0-.42-.162-.816-.457-1.114l-3.23-3.268zm1.258 5.438v9.018H20.123v-9.018h10.232zM29.055 31h-7.632v6.416h7.632V31zM25.53 20.65h-7.837v2.31h10.12l-2.283-2.31zm-.38-3.879h-7.457v2.578h7.457v-2.578zm5.384-2.5H29.49l1.845 3.66h1.045l-1.845-3.66zm-6.539 0H18.85v1.2h5.146v-1.2zm6.29-6.29H19.118a3.907 3.907 0 00-3.903 3.902v1.086h15.068V7.981zm2.5 1.287h-1.2v2.55h1.2v-2.55z" });
3
3
  export {
4
- e as default
4
+ a as default
5
5
  };
6
6
  //# sourceMappingURL=Spray.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Spray.js","sources":["../../../src/components/Icons/Spray.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst Spray: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M31.584 6.68v1.288h2.5v5.151h-2.5v.346l2.905 5.767h-3.955l-2.5-4.962h-2.739v1.2h1.156v4.263l6.801 6.881a2.87 2.87 0 01.832 2.028v10.572A2.888 2.888 0 0131.2 42.1H19.277a2.888 2.888 0 01-2.884-2.885V15.47h1.156v-1.2h-3.633v-2.387A5.209 5.209 0 0119.12 6.68h12.465zm-2.487 17.58H17.693v14.954c0 .874.711 1.584 1.584 1.584H31.2c.874 0 1.584-.71 1.584-1.584V28.642c0-.42-.162-.816-.457-1.114l-3.23-3.268zm1.258 5.438v9.018H20.123v-9.018h10.232zM29.055 31h-7.632v6.416h7.632V31zM25.53 20.65h-7.837v2.31h10.12l-2.283-2.31zm-.38-3.879h-7.457v2.578h7.457v-2.578zm5.384-2.5H29.49l1.845 3.66h1.045l-1.845-3.66zm-6.539 0H18.85v1.2h5.146v-1.2zm6.29-6.29H19.118a3.907 3.907 0 00-3.903 3.902v1.086h15.068V7.981zm2.5 1.287h-1.2v2.55h1.2v-2.55z\" />\n );\n\n const normalHover = (\n <path d=\"M31.733 6.68v1.288h2.5v5.152h-2.446l-.054.531v.619h-.062l-.5 4.962h-3.806l.499-4.962h-2.42v1.2H26.6v4.263l6.801 6.882c.537.543.832 1.262.832 2.027v10.572a2.887 2.887 0 01-2.883 2.885H19.426a2.888 2.888 0 01-2.884-2.885V15.47h1.157v-1.2h-3.634v-2.387a5.209 5.209 0 015.203-5.203h12.465zm-2.486 17.58H17.843v14.954c0 .874.71 1.584 1.583 1.584H31.35c.873 0 1.584-.71 1.584-1.584V28.642c0-.42-.163-.815-.458-1.113l-3.229-3.269zm1.257 5.438v9.018H20.272v-9.018h10.232zM29.204 31h-7.632v6.416h7.632V31zm-3.525-10.35h-7.836v2.309h10.118l-2.282-2.309zm-.379-3.879h-7.457v2.578H25.3v-2.578zm5.065-2.501h-1.194l-.369 3.661h1.194l.369-3.661zm-6.221 0h-5.146v1.2h5.146v-1.2zm13.309-1.608l2.019 1.384-.735 1.072-2.02-1.384.736-1.072zm-7.02-4.681H19.268a3.906 3.906 0 00-3.902 3.902v1.086h15.067V7.981zm2.501 1.288h-1.2v2.55h1.2v-2.55zm7.538.625v1.301h-2.277V9.894h2.277zm-1.735-3.923l.735 1.072-2.02 1.384-.734-1.072 2.019-1.385z\" />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Spray;\n"],"names":["Spray","size","isHovered","React"],"mappings":";AAIA,MAAMA,IAAgC,CAAC,EAAE,MAAAC,GAAM,WAAAC,QAStCA,IAHLC,gBAAAA,EAAA,cAAC,QAAK,EAAA,GAAE,u5BAAu5B,CAAA,IAJ/5BA,gBAAAA,EAAA,cAAC,QAAK,EAAA,GAAE,2tBAA2tB,CAAA;"}
1
+ {"version":3,"file":"Spray.js","sources":["../../../src/components/Icons/Spray.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst Spray: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M31.584 6.68v1.288h2.5v5.151h-2.5v.346l2.905 5.767h-3.955l-2.5-4.962h-2.739v1.2h1.156v4.263l6.801 6.881a2.87 2.87 0 01.832 2.028v10.572A2.888 2.888 0 0131.2 42.1H19.277a2.888 2.888 0 01-2.884-2.885V15.47h1.156v-1.2h-3.633v-2.387A5.209 5.209 0 0119.12 6.68h12.465zm-2.487 17.58H17.693v14.954c0 .874.711 1.584 1.584 1.584H31.2c.874 0 1.584-.71 1.584-1.584V28.642c0-.42-.162-.816-.457-1.114l-3.23-3.268zm1.258 5.438v9.018H20.123v-9.018h10.232zM29.055 31h-7.632v6.416h7.632V31zM25.53 20.65h-7.837v2.31h10.12l-2.283-2.31zm-.38-3.879h-7.457v2.578h7.457v-2.578zm5.384-2.5H29.49l1.845 3.66h1.045l-1.845-3.66zm-6.539 0H18.85v1.2h5.146v-1.2zm6.29-6.29H19.118a3.907 3.907 0 00-3.903 3.902v1.086h15.068V7.981zm2.5 1.287h-1.2v2.55h1.2v-2.55z\" />\n );\n\n const normalHover = (\n <path d=\"M31.733 6.68v1.288h2.5v5.152h-2.446l-.054.531v.619h-.062l-.5 4.962h-3.806l.499-4.962h-2.42v1.2H26.6v4.263l6.801 6.882c.537.543.832 1.262.832 2.027v10.572a2.887 2.887 0 01-2.883 2.885H19.426a2.888 2.888 0 01-2.884-2.885V15.47h1.157v-1.2h-3.634v-2.387a5.209 5.209 0 015.203-5.203h12.465zm-2.486 17.58H17.843v14.954c0 .874.71 1.584 1.583 1.584H31.35c.873 0 1.584-.71 1.584-1.584V28.642c0-.42-.163-.815-.458-1.113l-3.229-3.269zm1.257 5.438v9.018H20.272v-9.018h10.232zM29.204 31h-7.632v6.416h7.632V31zm-3.525-10.35h-7.836v2.309h10.118l-2.282-2.309zm-.379-3.879h-7.457v2.578H25.3v-2.578zm5.065-2.501h-1.194l-.369 3.661h1.194l.369-3.661zm-6.221 0h-5.146v1.2h5.146v-1.2zm13.309-1.608l2.019 1.384-.735 1.072-2.02-1.384.736-1.072zm-7.02-4.681H19.268a3.906 3.906 0 00-3.902 3.902v1.086h15.067V7.981zm2.501 1.288h-1.2v2.55h1.2v-2.55zm7.538.625v1.301h-2.277V9.894h2.277zm-1.735-3.923l.735 1.072-2.02 1.384-.734-1.072 2.019-1.385z\" />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Spray;\n"],"names":["Spray","isHovered","React"],"mappings":";AAIA,MAAMA,IAAgC,CAAC,EAAE,WAAAC,QAShCA,IAHLC,gBAAAA,EAAA,cAAC,QAAK,EAAA,GAAE,u5BAAu5B,CAAA,IAJ/5BA,gBAAAA,EAAA,cAAC,QAAK,EAAA,GAAE,2tBAA2tB,CAAA;"}
@@ -2,4 +2,3 @@ import React from 'react';
2
2
  import { SvgPathProps } from '../Icon';
3
3
  declare const Stopwatch: React.FC<SvgPathProps>;
4
4
  export default Stopwatch;
5
- //# sourceMappingURL=Stopwatch.d.ts.map
@@ -2,4 +2,3 @@ import React from 'react';
2
2
  import { SvgPathProps } from '../Icon';
3
3
  declare const Sun: React.FC<SvgPathProps>;
4
4
  export default Sun;
5
- //# sourceMappingURL=Sun.d.ts.map
@@ -2,4 +2,3 @@ import React from 'react';
2
2
  import { SvgPathProps } from '../Icon';
3
3
  declare const SupportingPerson: React.FC<SvgPathProps>;
4
4
  export default SupportingPerson;
5
- //# sourceMappingURL=SupportingPerson.d.ts.map
@@ -2,4 +2,3 @@ import React from 'react';
2
2
  import { SvgPathProps } from '../Icon';
3
3
  declare const Surgery: React.FC<SvgPathProps>;
4
4
  export default Surgery;
5
- //# sourceMappingURL=Surgery.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import a from "react";
2
- const v = ({ size: h, isHovered: l }) => l ? /* @__PURE__ */ a.createElement(
2
+ const m = ({ isHovered: l }) => l ? /* @__PURE__ */ a.createElement(
3
3
  "path",
4
4
  {
5
5
  fillRule: "evenodd",
@@ -13,6 +13,6 @@ const v = ({ size: h, isHovered: l }) => l ? /* @__PURE__ */ a.createElement(
13
13
  }
14
14
  );
15
15
  export {
16
- v as default
16
+ m as default
17
17
  };
18
18
  //# sourceMappingURL=Surgery.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Surgery.js","sources":["../../../src/components/Icons/Surgery.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst Surgery: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path\n fillRule={'evenodd'}\n d=\"M20.807 7.674a2.92 2.92 0 012.917-2.917h.21a2.92 2.92 0 012.918 2.917v1.75c0 .016-.003.028-.003.043H20.81c0-.015-.004-.027-.004-.042V7.674zm3.128 4.668h-.211a2.914 2.914 0 01-2.716-1.875h5.644a2.916 2.916 0 01-2.717 1.875zm-.211 1.3h.21a4.223 4.223 0 004.219-4.217V7.674a4.223 4.223 0 00-4.218-4.218h-.211a4.223 4.223 0 00-4.217 4.218v1.75a4.223 4.223 0 004.217 4.219zM9.622 32.112a2.777 2.777 0 012.774 2.774 2.777 2.777 0 01-2.774 2.773 2.776 2.776 0 01-2.774-2.773 2.777 2.777 0 012.774-2.774zm0 6.848a4.08 4.08 0 004.074-4.074 4.08 4.08 0 00-4.074-4.075 4.079 4.079 0 00-4.074 4.075 4.078 4.078 0 004.074 4.074zm20.744.828h-10.39a4.05 4.05 0 01-4.045-4.046 4.05 4.05 0 014.045-4.045h11.98v8.09h-1.59zM15.026 24.36l2.007-6.493a2.39 2.39 0 012.296-1.69h8.923c1.049 0 1.969.672 2.29 1.67l2.113 6.57a1.35 1.35 0 01-.273 1.46l-3.958 4.105c-.534.552-1.488.528-1.995-.056-.453-.521-.393-1.357.135-1.905l3.228-3.348-1.591-5.106-1.241.386 1.362 4.372-2.694 2.793c-.875.908-1.036 2.266-.451 3.277h-2.693c.585-1.011.424-2.368-.45-3.275l-2.696-2.795 1.362-4.372-1.241-.386-1.591 5.106 3.23 3.35c.527.546.586 1.382.134 1.903-.505.58-1.467.604-1.996.057l-3.958-4.105c-.375-.39-.482-.962-.252-1.518zm17.58 6.035h-2.774l3.486-3.615c.736-.762.946-1.886.556-2.812l-2.094-6.52a3.695 3.695 0 00-3.528-2.571h-8.923a3.685 3.685 0 00-3.538 2.606l-1.986 6.433a2.65 2.65 0 00.537 2.864l3.814 3.955c-2.05.749-3.525 2.7-3.525 5.005 0 1.624.744 3.065 1.89 4.046H4.752v4.507h1.3v-3.206h25.905v3.206h1.3V31.696H42.6v-1.3h-9.993z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule={'evenodd'}\n d=\"M20.806 7.674a2.92 2.92 0 012.917-2.917h.211a2.92 2.92 0 012.917 2.917v1.75c0 .016-.003.028-.004.043H20.81c0-.015-.004-.027-.004-.042V7.674zm3.128 4.668h-.21a2.914 2.914 0 01-2.717-1.875h5.644a2.916 2.916 0 01-2.717 1.875zm-.21 1.3h.21a4.223 4.223 0 004.218-4.217V7.674a4.223 4.223 0 00-4.218-4.218h-.21a4.223 4.223 0 00-4.218 4.218v1.75a4.223 4.223 0 004.217 4.219zM9.62 32.112a2.777 2.777 0 012.775 2.774 2.777 2.777 0 01-2.775 2.773 2.776 2.776 0 01-2.773-2.773A2.776 2.776 0 019.62 32.11zm0 6.848a4.08 4.08 0 004.075-4.074A4.08 4.08 0 009.62 30.81a4.08 4.08 0 00-4.074 4.075 4.08 4.08 0 004.074 4.074zm20.745.828h-10.39a4.05 4.05 0 01-4.045-4.046 4.05 4.05 0 014.045-4.045h11.981v8.09h-1.59zM22.36 25.61l-2.972-1.451 1.311-4.206-1.242-.386-1.642 5.272 3.925 1.912c.65.392.923 1.185.621 1.804-.176.36-.484.615-.868.718a1.345 1.345 0 01-1.033-.14l-5.23-3.307c-.337-.386-.425-.934-.205-1.466l2.007-6.493a2.39 2.39 0 012.296-1.69h8.923c1.05 0 1.97.672 2.29 1.67l2.113 6.57a1.35 1.35 0 01-.273 1.46l-3.958 4.105c-.534.552-1.489.528-1.995-.056-.453-.521-.393-1.357.135-1.905l3.228-3.348-1.59-5.106-1.242.386 1.362 4.372-2.694 2.793c-.875.908-1.037 2.266-.45 3.277h-3.002a2.656 2.656 0 001.354-1.27c.595-1.22.104-2.751-1.169-3.515zm10.246 4.785h-2.775l3.486-3.615c.735-.762.946-1.886.555-2.812l-2.093-6.52a3.695 3.695 0 00-3.528-2.571h-8.923a3.685 3.685 0 00-3.538 2.606l-1.986 6.433a2.65 2.65 0 00.537 2.864l5.438 3.46c.105.063.216.107.327.155h-.13a5.351 5.351 0 00-5.346 5.345c0 1.624.744 3.065 1.891 4.046H4.75v4.507H6.05v-3.206H31.956v3.206h1.3V31.696H42.6v-1.3h-9.993z\"\n />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Surgery;\n"],"names":["Surgery","size","isHovered","React"],"mappings":";AAIA,MAAMA,IAAkC,CAAC,EAAE,MAAAC,GAAM,WAAAC,QAexCA,IANLC,gBAAAA,EAAA;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,UAAU;AAAA,IACV,GAAE;AAAA,EAAA;AAAA,IATJA,gBAAAA,EAAA;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,UAAU;AAAA,IACV,GAAE;AAAA,EAAA;AAAA;"}
1
+ {"version":3,"file":"Surgery.js","sources":["../../../src/components/Icons/Surgery.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst Surgery: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path\n fillRule={'evenodd'}\n d=\"M20.807 7.674a2.92 2.92 0 012.917-2.917h.21a2.92 2.92 0 012.918 2.917v1.75c0 .016-.003.028-.003.043H20.81c0-.015-.004-.027-.004-.042V7.674zm3.128 4.668h-.211a2.914 2.914 0 01-2.716-1.875h5.644a2.916 2.916 0 01-2.717 1.875zm-.211 1.3h.21a4.223 4.223 0 004.219-4.217V7.674a4.223 4.223 0 00-4.218-4.218h-.211a4.223 4.223 0 00-4.217 4.218v1.75a4.223 4.223 0 004.217 4.219zM9.622 32.112a2.777 2.777 0 012.774 2.774 2.777 2.777 0 01-2.774 2.773 2.776 2.776 0 01-2.774-2.773 2.777 2.777 0 012.774-2.774zm0 6.848a4.08 4.08 0 004.074-4.074 4.08 4.08 0 00-4.074-4.075 4.079 4.079 0 00-4.074 4.075 4.078 4.078 0 004.074 4.074zm20.744.828h-10.39a4.05 4.05 0 01-4.045-4.046 4.05 4.05 0 014.045-4.045h11.98v8.09h-1.59zM15.026 24.36l2.007-6.493a2.39 2.39 0 012.296-1.69h8.923c1.049 0 1.969.672 2.29 1.67l2.113 6.57a1.35 1.35 0 01-.273 1.46l-3.958 4.105c-.534.552-1.488.528-1.995-.056-.453-.521-.393-1.357.135-1.905l3.228-3.348-1.591-5.106-1.241.386 1.362 4.372-2.694 2.793c-.875.908-1.036 2.266-.451 3.277h-2.693c.585-1.011.424-2.368-.45-3.275l-2.696-2.795 1.362-4.372-1.241-.386-1.591 5.106 3.23 3.35c.527.546.586 1.382.134 1.903-.505.58-1.467.604-1.996.057l-3.958-4.105c-.375-.39-.482-.962-.252-1.518zm17.58 6.035h-2.774l3.486-3.615c.736-.762.946-1.886.556-2.812l-2.094-6.52a3.695 3.695 0 00-3.528-2.571h-8.923a3.685 3.685 0 00-3.538 2.606l-1.986 6.433a2.65 2.65 0 00.537 2.864l3.814 3.955c-2.05.749-3.525 2.7-3.525 5.005 0 1.624.744 3.065 1.89 4.046H4.752v4.507h1.3v-3.206h25.905v3.206h1.3V31.696H42.6v-1.3h-9.993z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule={'evenodd'}\n d=\"M20.806 7.674a2.92 2.92 0 012.917-2.917h.211a2.92 2.92 0 012.917 2.917v1.75c0 .016-.003.028-.004.043H20.81c0-.015-.004-.027-.004-.042V7.674zm3.128 4.668h-.21a2.914 2.914 0 01-2.717-1.875h5.644a2.916 2.916 0 01-2.717 1.875zm-.21 1.3h.21a4.223 4.223 0 004.218-4.217V7.674a4.223 4.223 0 00-4.218-4.218h-.21a4.223 4.223 0 00-4.218 4.218v1.75a4.223 4.223 0 004.217 4.219zM9.62 32.112a2.777 2.777 0 012.775 2.774 2.777 2.777 0 01-2.775 2.773 2.776 2.776 0 01-2.773-2.773A2.776 2.776 0 019.62 32.11zm0 6.848a4.08 4.08 0 004.075-4.074A4.08 4.08 0 009.62 30.81a4.08 4.08 0 00-4.074 4.075 4.08 4.08 0 004.074 4.074zm20.745.828h-10.39a4.05 4.05 0 01-4.045-4.046 4.05 4.05 0 014.045-4.045h11.981v8.09h-1.59zM22.36 25.61l-2.972-1.451 1.311-4.206-1.242-.386-1.642 5.272 3.925 1.912c.65.392.923 1.185.621 1.804-.176.36-.484.615-.868.718a1.345 1.345 0 01-1.033-.14l-5.23-3.307c-.337-.386-.425-.934-.205-1.466l2.007-6.493a2.39 2.39 0 012.296-1.69h8.923c1.05 0 1.97.672 2.29 1.67l2.113 6.57a1.35 1.35 0 01-.273 1.46l-3.958 4.105c-.534.552-1.489.528-1.995-.056-.453-.521-.393-1.357.135-1.905l3.228-3.348-1.59-5.106-1.242.386 1.362 4.372-2.694 2.793c-.875.908-1.037 2.266-.45 3.277h-3.002a2.656 2.656 0 001.354-1.27c.595-1.22.104-2.751-1.169-3.515zm10.246 4.785h-2.775l3.486-3.615c.735-.762.946-1.886.555-2.812l-2.093-6.52a3.695 3.695 0 00-3.528-2.571h-8.923a3.685 3.685 0 00-3.538 2.606l-1.986 6.433a2.65 2.65 0 00.537 2.864l5.438 3.46c.105.063.216.107.327.155h-.13a5.351 5.351 0 00-5.346 5.345c0 1.624.744 3.065 1.891 4.046H4.75v4.507H6.05v-3.206H31.956v3.206h1.3V31.696H42.6v-1.3h-9.993z\"\n />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Surgery;\n"],"names":["Surgery","isHovered","React"],"mappings":";AAIA,MAAMA,IAAkC,CAAC,EAAE,WAAAC,QAelCA,IANLC,gBAAAA,EAAA;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,UAAU;AAAA,IACV,GAAE;AAAA,EAAA;AAAA,IATJA,gBAAAA,EAAA;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,UAAU;AAAA,IACV,GAAE;AAAA,EAAA;AAAA;"}
@@ -2,4 +2,3 @@ import React from 'react';
2
2
  import { SvgPathProps } from '../Icon';
3
3
  declare const Syringe: React.FC<SvgPathProps>;
4
4
  export default Syringe;
5
- //# sourceMappingURL=Syringe.d.ts.map
@@ -1,8 +1,8 @@
1
1
  import l from "react";
2
2
  import { getIcon as t } from "../Icon/Icon.js";
3
3
  import { IconSize as o } from "../../constants.js";
4
- const Z = ({ size: r, isHovered: e }) => {
5
- const a = /* @__PURE__ */ l.createElement(
4
+ const Z = ({ isHovered: a }) => {
5
+ const e = /* @__PURE__ */ l.createElement(
6
6
  "path",
7
7
  {
8
8
  d: "m35.619 14.844-2.356-2.342 3.135-3.155 2.356 2.342-3.135 3.155Zm-6.847 9.932-5.397-5.363 2.405-2.419 2.797 2.78.705-.709-2.798-2.78 4.343-4.37 5.396 5.361-7.451 7.5Zm-6.036 6.074a3.776 3.776 0 0 1-2.686 1.122h-.012a3.78 3.78 0 0 1-2.681-1.106 3.777 3.777 0 0 1-1.123-2.685 3.78 3.78 0 0 1 1.106-2.693l1.724-1.735 2.598 2.582.706-.709-2.6-2.583 2.69-2.708 5.398 5.363-5.12 5.152Zm-5.526 2.558a1.688 1.688 0 0 1-2.394-2.378l.643-.647c.248.512.566.992.982 1.405.415.413.898.73 1.412.974l-.643.646Zm24-19.28.916-.923-7.267-7.219-.916.921 1.533 1.524-3.135 3.155-3.523-3.5-.916.922 2.003 1.99-13.487 13.574a5.07 5.07 0 0 0-1.484 3.613c0 .272.039.537.08.801l-1.12 1.128a2.988 2.988 0 0 0-.393 3.712l-6.365 6.406.922.916 6.365-6.406a2.977 2.977 0 0 0 3.709-.418l1.122-1.128c.258.04.517.076.783.076h.018a5.069 5.069 0 0 0 3.603-1.506l13.487-13.574 2.002 1.99.916-.922-3.522-3.5 3.136-3.156 1.533 1.523Z",
@@ -15,7 +15,7 @@ const Z = ({ size: r, isHovered: e }) => {
15
15
  fillRule: "evenodd"
16
16
  }
17
17
  );
18
- return t({ size: o.Medium, isHovered: e, normal: a, normalHover: m });
18
+ return t({ size: o.Medium, isHovered: a, normal: e, normalHover: m });
19
19
  };
20
20
  export {
21
21
  Z as default
@@ -1 +1 @@
1
- {"version":3,"file":"Syringe.js","sources":["../../../src/components/Icons/Syringe.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps, IconSize } from '../Icon';\n\nconst Syringe: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path\n d=\"m35.619 14.844-2.356-2.342 3.135-3.155 2.356 2.342-3.135 3.155Zm-6.847 9.932-5.397-5.363 2.405-2.419 2.797 2.78.705-.709-2.798-2.78 4.343-4.37 5.396 5.361-7.451 7.5Zm-6.036 6.074a3.776 3.776 0 0 1-2.686 1.122h-.012a3.78 3.78 0 0 1-2.681-1.106 3.777 3.777 0 0 1-1.123-2.685 3.78 3.78 0 0 1 1.106-2.693l1.724-1.735 2.598 2.582.706-.709-2.6-2.583 2.69-2.708 5.398 5.363-5.12 5.152Zm-5.526 2.558a1.688 1.688 0 0 1-2.394-2.378l.643-.647c.248.512.566.992.982 1.405.415.413.898.73 1.412.974l-.643.646Zm24-19.28.916-.923-7.267-7.219-.916.921 1.533 1.524-3.135 3.155-3.523-3.5-.916.922 2.003 1.99-13.487 13.574a5.07 5.07 0 0 0-1.484 3.613c0 .272.039.537.08.801l-1.12 1.128a2.988 2.988 0 0 0-.393 3.712l-6.365 6.406.922.916 6.365-6.406a2.977 2.977 0 0 0 3.709-.418l1.122-1.128c.258.04.517.076.783.076h.018a5.069 5.069 0 0 0 3.603-1.506l13.487-13.574 2.002 1.99.916-.922-3.522-3.5 3.136-3.156 1.533 1.523Z\"\n fillRule=\"evenodd\"\n />\n );\n\n const normalHover = (\n <path\n d=\"m25.27 28.3-5.397-5.363 2.614-2.63 2.684 2.667.86-.865-2.685-2.667 2.433-2.448 2.798 2.78.705-.71-2.798-2.78 4.342-4.37 5.397 5.363L25.27 28.3Zm-2.534 2.55a3.778 3.778 0 0 1-2.687 1.122h-.012a3.78 3.78 0 0 1-2.68-1.105 3.78 3.78 0 0 1-1.123-2.686 3.778 3.778 0 0 1 1.105-2.693l1.618-1.63 5.397 5.364-1.618 1.628Zm-5.527 2.559a1.691 1.691 0 0 1-2.385.008 1.69 1.69 0 0 1-.008-2.387l.642-.647a5.1 5.1 0 0 0 .982 1.406 5.09 5.09 0 0 0 1.412.973l-.643.647ZM35.076 10.67l2.356 2.34-1.814 1.833-2.357-2.342 1.815-1.831Zm3.278 3.257 1.533 1.523.916-.922-1.534-1.524-2.133-2.12-3.6-3.577-.916.922 1.534 1.524-1.815 1.832-3.522-3.5-.916.922 2.003 1.99-13.487 13.574a5.066 5.066 0 0 0-1.483 3.613c0 .272.038.538.08.8l-1.12 1.129a2.99 2.99 0 0 0-.394 3.713l-6.364 6.405.922.916 6.364-6.405a2.983 2.983 0 0 0 3.71-.418l1.121-1.13c.258.04.517.077.784.077h.017a5.07 5.07 0 0 0 3.604-1.506l13.487-13.573 2.002 1.989.916-.922-3.523-3.5 1.814-1.832Z\"\n fillRule=\"evenodd\"\n />\n );\n\n return getIcon({ size: IconSize.Medium, isHovered, normal, normalHover });\n};\n\nexport default Syringe;\n"],"names":["Syringe","size","isHovered","normal","React","normalHover","getIcon","IconSize"],"mappings":";;;AAIA,MAAMA,IAAkC,CAAC,EAAE,MAAAC,GAAM,WAAAC,QAAkD;AACjG,QAAMC,IACJC,gBAAAA,EAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,GAAE;AAAA,MACF,UAAS;AAAA,IAAA;AAAA,EAAA,GAIPC,IACJD,gBAAAA,EAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,GAAE;AAAA,MACF,UAAS;AAAA,IAAA;AAAA,EAAA;AAIN,SAAAE,EAAQ,EAAE,MAAMC,EAAS,QAAQ,WAAAL,GAAW,QAAAC,GAAQ,aAAAE,GAAa;AAC1E;"}
1
+ {"version":3,"file":"Syringe.js","sources":["../../../src/components/Icons/Syringe.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps, IconSize } from '../Icon';\n\nconst Syringe: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path\n d=\"m35.619 14.844-2.356-2.342 3.135-3.155 2.356 2.342-3.135 3.155Zm-6.847 9.932-5.397-5.363 2.405-2.419 2.797 2.78.705-.709-2.798-2.78 4.343-4.37 5.396 5.361-7.451 7.5Zm-6.036 6.074a3.776 3.776 0 0 1-2.686 1.122h-.012a3.78 3.78 0 0 1-2.681-1.106 3.777 3.777 0 0 1-1.123-2.685 3.78 3.78 0 0 1 1.106-2.693l1.724-1.735 2.598 2.582.706-.709-2.6-2.583 2.69-2.708 5.398 5.363-5.12 5.152Zm-5.526 2.558a1.688 1.688 0 0 1-2.394-2.378l.643-.647c.248.512.566.992.982 1.405.415.413.898.73 1.412.974l-.643.646Zm24-19.28.916-.923-7.267-7.219-.916.921 1.533 1.524-3.135 3.155-3.523-3.5-.916.922 2.003 1.99-13.487 13.574a5.07 5.07 0 0 0-1.484 3.613c0 .272.039.537.08.801l-1.12 1.128a2.988 2.988 0 0 0-.393 3.712l-6.365 6.406.922.916 6.365-6.406a2.977 2.977 0 0 0 3.709-.418l1.122-1.128c.258.04.517.076.783.076h.018a5.069 5.069 0 0 0 3.603-1.506l13.487-13.574 2.002 1.99.916-.922-3.522-3.5 3.136-3.156 1.533 1.523Z\"\n fillRule=\"evenodd\"\n />\n );\n\n const normalHover = (\n <path\n d=\"m25.27 28.3-5.397-5.363 2.614-2.63 2.684 2.667.86-.865-2.685-2.667 2.433-2.448 2.798 2.78.705-.71-2.798-2.78 4.342-4.37 5.397 5.363L25.27 28.3Zm-2.534 2.55a3.778 3.778 0 0 1-2.687 1.122h-.012a3.78 3.78 0 0 1-2.68-1.105 3.78 3.78 0 0 1-1.123-2.686 3.778 3.778 0 0 1 1.105-2.693l1.618-1.63 5.397 5.364-1.618 1.628Zm-5.527 2.559a1.691 1.691 0 0 1-2.385.008 1.69 1.69 0 0 1-.008-2.387l.642-.647a5.1 5.1 0 0 0 .982 1.406 5.09 5.09 0 0 0 1.412.973l-.643.647ZM35.076 10.67l2.356 2.34-1.814 1.833-2.357-2.342 1.815-1.831Zm3.278 3.257 1.533 1.523.916-.922-1.534-1.524-2.133-2.12-3.6-3.577-.916.922 1.534 1.524-1.815 1.832-3.522-3.5-.916.922 2.003 1.99-13.487 13.574a5.066 5.066 0 0 0-1.483 3.613c0 .272.038.538.08.8l-1.12 1.129a2.99 2.99 0 0 0-.394 3.713l-6.364 6.405.922.916 6.364-6.405a2.983 2.983 0 0 0 3.71-.418l1.121-1.13c.258.04.517.077.784.077h.017a5.07 5.07 0 0 0 3.604-1.506l13.487-13.573 2.002 1.989.916-.922-3.523-3.5 1.814-1.832Z\"\n fillRule=\"evenodd\"\n />\n );\n\n return getIcon({ size: IconSize.Medium, isHovered, normal, normalHover });\n};\n\nexport default Syringe;\n"],"names":["Syringe","isHovered","normal","React","normalHover","getIcon","IconSize"],"mappings":";;;AAIA,MAAMA,IAAkC,CAAC,EAAE,WAAAC,QAAkD;AAC3F,QAAMC,IACJC,gBAAAA,EAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,GAAE;AAAA,MACF,UAAS;AAAA,IAAA;AAAA,EAAA,GAIPC,IACJD,gBAAAA,EAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,GAAE;AAAA,MACF,UAAS;AAAA,IAAA;AAAA,EAAA;AAIN,SAAAE,EAAQ,EAAE,MAAMC,EAAS,QAAQ,WAAAL,GAAW,QAAAC,GAAQ,aAAAE,GAAa;AAC1E;"}
@@ -2,4 +2,3 @@ import React from 'react';
2
2
  import { SvgPathProps } from '../Icon';
3
3
  declare const Taxi: React.FC<SvgPathProps>;
4
4
  export default Taxi;
5
- //# sourceMappingURL=Taxi.d.ts.map
@@ -1,6 +1,6 @@
1
1
  import a from "react";
2
- const e = ({ size: c, isHovered: l }) => l ? /* @__PURE__ */ a.createElement("path", { d: "M20.974 29.373l.007 1.301 6.047-.03-.007-1.302-6.047.031zm-10.21 5.971l-.057-10.888 26.53-.138.056 10.89-26.53.136zm22.382 4.28a1.447 1.447 0 01-.993.387 1.473 1.473 0 01-.998-.377 1.193 1.193 0 01-.395-.87l-.012-2.224 2.773-.014.012 2.222a1.19 1.19 0 01-.387.875zm-17.193.471h-.007c-.761 0-1.382-.558-1.385-1.247l-.012-2.224 2.773-.014.01 2.222c.005.692-.614 1.26-1.38 1.263zm-1.178-26.24a1.277 1.277 0 011.24-1.016l15.794-.082c.605.03 1.124.418 1.25 1.003l1.999 9.27-22.186.115 1.903-9.29zM38.6 36.5l-.07-13.488-2.144.01-2.056-9.536c-.255-1.183-1.311-2.073-2.527-2.03l-15.795.082a2.586 2.586 0 00-2.507 2.056l-1.957 9.557-2.144.012.07 13.487 3.779-.019.012 2.222c.007 1.405 1.21 2.542 2.685 2.542h.014c1.482-.007 2.68-1.16 2.674-2.569l-.012-2.224 10.826-.054.012 2.221c.003.692.292 1.336.812 1.818a2.735 2.735 0 001.872.724h.016a2.734 2.734 0 001.879-.743 2.471 2.471 0 00.793-1.826l-.011-2.223L38.6 36.5zm-22.693-5.403h-.005a1.044 1.044 0 01-1.047-1.04 1.047 1.047 0 011.04-1.053h.007c.574 0 1.044.466 1.047 1.04a1.049 1.049 0 01-1.042 1.053zm-.017-3.394a2.35 2.35 0 00-2.335 2.358 2.33 2.33 0 00.696 1.657 2.33 2.33 0 001.65.68h.013a2.348 2.348 0 002.334-2.36 2.338 2.338 0 00-2.358-2.335zm16.216 3.31c-.257.018-.543-.107-.742-.303a1.035 1.035 0 01-.31-.738 1.04 1.04 0 01.302-.742c.199-.2.46-.336.745-.31.575 0 1.044.466 1.047 1.04a1.049 1.049 0 01-1.042 1.053zM32.1 27.62h-.013a2.339 2.339 0 00-1.656.696 2.333 2.333 0 00-.678 1.662 2.33 2.33 0 00.696 1.657 2.33 2.33 0 001.65.68h.013a2.35 2.35 0 002.335-2.36A2.35 2.35 0 0032.1 27.62zM23.246 6.095h1.3V3.818h-1.3v2.277zm-2.37 4.241l6.047-.03-.007-1.302-6.047.031.007 1.301zm.902-3.499l-1.384-2.019-1.072.735 1.384 2.018 1.072-.734zm6.692-1.284l-1.072-.735-1.385 2.02 1.072.733 1.385-2.018z" }) : /* @__PURE__ */ a.createElement("path", { d: "M15.907 31.097h-.005a1.04 1.04 0 01-.737-.303 1.04 1.04 0 01-.31-.738c-.002-.28.106-.543.302-.74.198-.202.45-.272.745-.312.277 0 .539.108.736.303a1.049 1.049 0 01-.731 1.79zm-.005-3.394h-.013a2.332 2.332 0 00-1.655.697 2.33 2.33 0 00-.68 1.662c.004.627.25 1.216.697 1.656.442.44 1.028.68 1.65.68h.013a2.35 2.35 0 002.335-2.36 2.339 2.339 0 00-.696-1.656 2.338 2.338 0 00-1.651-.679zm5.072 1.67l.007 1.301 6.047-.03-.007-1.302-6.047.031zm-10.211 5.971l-.056-10.888 26.53-.137.057 10.888-26.531.137zm22.384 4.28a1.451 1.451 0 01-.994.387h-.01c-.76 0-1.38-.558-1.383-1.247l-.012-2.224 2.773-.013.01 2.221c.003.328-.134.64-.384.875zm-16.2.083a1.451 1.451 0 01-.993.388h-.008c-.761 0-1.382-.558-1.385-1.247l-.011-2.224 2.772-.013.012 2.221c0 .328-.136.64-.386.875zm-2.172-25.85a1.278 1.278 0 011.239-1.018l15.795-.082c.603.03 1.124.418 1.25 1.003l1.999 9.271-22.185.115 1.902-9.29zM38.6 36.5l-.07-13.488-2.144.011-2.056-9.536c-.255-1.184-1.315-2.024-2.527-2.03l-15.795.081a2.584 2.584 0 00-2.506 2.056l-1.958 9.558-2.144.011.07 13.488 3.779-.02.012 2.223c.007 1.404 1.21 2.542 2.685 2.542h.015a2.748 2.748 0 001.88-.743 2.482 2.482 0 00.793-1.827l-.012-2.223 10.827-.055.01 2.222c.008 1.404 1.21 2.542 2.685 2.542h.015a2.748 2.748 0 001.88-.743 2.486 2.486 0 00.794-1.826l-.012-2.223 3.779-.02zm-6.494-5.487c-.267.02-.543-.106-.742-.303a1.04 1.04 0 01-.008-1.479c.198-.2.467-.336.745-.31.575 0 1.044.465 1.047 1.04a1.049 1.049 0 01-1.042 1.052zM32.1 27.62h-.012a2.338 2.338 0 00-1.657.697 2.326 2.326 0 00-.678 1.662c.003.628.25 1.216.696 1.656.442.44 1.028.68 1.65.68h.013a2.351 2.351 0 002.335-2.36A2.35 2.35 0 0032.1 27.62zm-5.178-17.314l-.007-1.3-6.047.03.007 1.301 6.047-.03z" });
2
+ const h = ({ isHovered: l }) => l ? /* @__PURE__ */ a.createElement("path", { d: "M20.974 29.373l.007 1.301 6.047-.03-.007-1.302-6.047.031zm-10.21 5.971l-.057-10.888 26.53-.138.056 10.89-26.53.136zm22.382 4.28a1.447 1.447 0 01-.993.387 1.473 1.473 0 01-.998-.377 1.193 1.193 0 01-.395-.87l-.012-2.224 2.773-.014.012 2.222a1.19 1.19 0 01-.387.875zm-17.193.471h-.007c-.761 0-1.382-.558-1.385-1.247l-.012-2.224 2.773-.014.01 2.222c.005.692-.614 1.26-1.38 1.263zm-1.178-26.24a1.277 1.277 0 011.24-1.016l15.794-.082c.605.03 1.124.418 1.25 1.003l1.999 9.27-22.186.115 1.903-9.29zM38.6 36.5l-.07-13.488-2.144.01-2.056-9.536c-.255-1.183-1.311-2.073-2.527-2.03l-15.795.082a2.586 2.586 0 00-2.507 2.056l-1.957 9.557-2.144.012.07 13.487 3.779-.019.012 2.222c.007 1.405 1.21 2.542 2.685 2.542h.014c1.482-.007 2.68-1.16 2.674-2.569l-.012-2.224 10.826-.054.012 2.221c.003.692.292 1.336.812 1.818a2.735 2.735 0 001.872.724h.016a2.734 2.734 0 001.879-.743 2.471 2.471 0 00.793-1.826l-.011-2.223L38.6 36.5zm-22.693-5.403h-.005a1.044 1.044 0 01-1.047-1.04 1.047 1.047 0 011.04-1.053h.007c.574 0 1.044.466 1.047 1.04a1.049 1.049 0 01-1.042 1.053zm-.017-3.394a2.35 2.35 0 00-2.335 2.358 2.33 2.33 0 00.696 1.657 2.33 2.33 0 001.65.68h.013a2.348 2.348 0 002.334-2.36 2.338 2.338 0 00-2.358-2.335zm16.216 3.31c-.257.018-.543-.107-.742-.303a1.035 1.035 0 01-.31-.738 1.04 1.04 0 01.302-.742c.199-.2.46-.336.745-.31.575 0 1.044.466 1.047 1.04a1.049 1.049 0 01-1.042 1.053zM32.1 27.62h-.013a2.339 2.339 0 00-1.656.696 2.333 2.333 0 00-.678 1.662 2.33 2.33 0 00.696 1.657 2.33 2.33 0 001.65.68h.013a2.35 2.35 0 002.335-2.36A2.35 2.35 0 0032.1 27.62zM23.246 6.095h1.3V3.818h-1.3v2.277zm-2.37 4.241l6.047-.03-.007-1.302-6.047.031.007 1.301zm.902-3.499l-1.384-2.019-1.072.735 1.384 2.018 1.072-.734zm6.692-1.284l-1.072-.735-1.385 2.02 1.072.733 1.385-2.018z" }) : /* @__PURE__ */ a.createElement("path", { d: "M15.907 31.097h-.005a1.04 1.04 0 01-.737-.303 1.04 1.04 0 01-.31-.738c-.002-.28.106-.543.302-.74.198-.202.45-.272.745-.312.277 0 .539.108.736.303a1.049 1.049 0 01-.731 1.79zm-.005-3.394h-.013a2.332 2.332 0 00-1.655.697 2.33 2.33 0 00-.68 1.662c.004.627.25 1.216.697 1.656.442.44 1.028.68 1.65.68h.013a2.35 2.35 0 002.335-2.36 2.339 2.339 0 00-.696-1.656 2.338 2.338 0 00-1.651-.679zm5.072 1.67l.007 1.301 6.047-.03-.007-1.302-6.047.031zm-10.211 5.971l-.056-10.888 26.53-.137.057 10.888-26.531.137zm22.384 4.28a1.451 1.451 0 01-.994.387h-.01c-.76 0-1.38-.558-1.383-1.247l-.012-2.224 2.773-.013.01 2.221c.003.328-.134.64-.384.875zm-16.2.083a1.451 1.451 0 01-.993.388h-.008c-.761 0-1.382-.558-1.385-1.247l-.011-2.224 2.772-.013.012 2.221c0 .328-.136.64-.386.875zm-2.172-25.85a1.278 1.278 0 011.239-1.018l15.795-.082c.603.03 1.124.418 1.25 1.003l1.999 9.271-22.185.115 1.902-9.29zM38.6 36.5l-.07-13.488-2.144.011-2.056-9.536c-.255-1.184-1.315-2.024-2.527-2.03l-15.795.081a2.584 2.584 0 00-2.506 2.056l-1.958 9.558-2.144.011.07 13.488 3.779-.02.012 2.223c.007 1.404 1.21 2.542 2.685 2.542h.015a2.748 2.748 0 001.88-.743 2.482 2.482 0 00.793-1.827l-.012-2.223 10.827-.055.01 2.222c.008 1.404 1.21 2.542 2.685 2.542h.015a2.748 2.748 0 001.88-.743 2.486 2.486 0 00.794-1.826l-.012-2.223 3.779-.02zm-6.494-5.487c-.267.02-.543-.106-.742-.303a1.04 1.04 0 01-.008-1.479c.198-.2.467-.336.745-.31.575 0 1.044.465 1.047 1.04a1.049 1.049 0 01-1.042 1.052zM32.1 27.62h-.012a2.338 2.338 0 00-1.657.697 2.326 2.326 0 00-.678 1.662c.003.628.25 1.216.696 1.656.442.44 1.028.68 1.65.68h.013a2.351 2.351 0 002.335-2.36A2.35 2.35 0 0032.1 27.62zm-5.178-17.314l-.007-1.3-6.047.03.007 1.301 6.047-.03z" });
3
3
  export {
4
- e as default
4
+ h as default
5
5
  };
6
6
  //# sourceMappingURL=Taxi.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Taxi.js","sources":["../../../src/components/Icons/Taxi.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst Taxi: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M15.907 31.097h-.005a1.04 1.04 0 01-.737-.303 1.04 1.04 0 01-.31-.738c-.002-.28.106-.543.302-.74.198-.202.45-.272.745-.312.277 0 .539.108.736.303a1.049 1.049 0 01-.731 1.79zm-.005-3.394h-.013a2.332 2.332 0 00-1.655.697 2.33 2.33 0 00-.68 1.662c.004.627.25 1.216.697 1.656.442.44 1.028.68 1.65.68h.013a2.35 2.35 0 002.335-2.36 2.339 2.339 0 00-.696-1.656 2.338 2.338 0 00-1.651-.679zm5.072 1.67l.007 1.301 6.047-.03-.007-1.302-6.047.031zm-10.211 5.971l-.056-10.888 26.53-.137.057 10.888-26.531.137zm22.384 4.28a1.451 1.451 0 01-.994.387h-.01c-.76 0-1.38-.558-1.383-1.247l-.012-2.224 2.773-.013.01 2.221c.003.328-.134.64-.384.875zm-16.2.083a1.451 1.451 0 01-.993.388h-.008c-.761 0-1.382-.558-1.385-1.247l-.011-2.224 2.772-.013.012 2.221c0 .328-.136.64-.386.875zm-2.172-25.85a1.278 1.278 0 011.239-1.018l15.795-.082c.603.03 1.124.418 1.25 1.003l1.999 9.271-22.185.115 1.902-9.29zM38.6 36.5l-.07-13.488-2.144.011-2.056-9.536c-.255-1.184-1.315-2.024-2.527-2.03l-15.795.081a2.584 2.584 0 00-2.506 2.056l-1.958 9.558-2.144.011.07 13.488 3.779-.02.012 2.223c.007 1.404 1.21 2.542 2.685 2.542h.015a2.748 2.748 0 001.88-.743 2.482 2.482 0 00.793-1.827l-.012-2.223 10.827-.055.01 2.222c.008 1.404 1.21 2.542 2.685 2.542h.015a2.748 2.748 0 001.88-.743 2.486 2.486 0 00.794-1.826l-.012-2.223 3.779-.02zm-6.494-5.487c-.267.02-.543-.106-.742-.303a1.04 1.04 0 01-.008-1.479c.198-.2.467-.336.745-.31.575 0 1.044.465 1.047 1.04a1.049 1.049 0 01-1.042 1.052zM32.1 27.62h-.012a2.338 2.338 0 00-1.657.697 2.326 2.326 0 00-.678 1.662c.003.628.25 1.216.696 1.656.442.44 1.028.68 1.65.68h.013a2.351 2.351 0 002.335-2.36A2.35 2.35 0 0032.1 27.62zm-5.178-17.314l-.007-1.3-6.047.03.007 1.301 6.047-.03z\" />\n );\n\n const normalHover = (\n <path d=\"M20.974 29.373l.007 1.301 6.047-.03-.007-1.302-6.047.031zm-10.21 5.971l-.057-10.888 26.53-.138.056 10.89-26.53.136zm22.382 4.28a1.447 1.447 0 01-.993.387 1.473 1.473 0 01-.998-.377 1.193 1.193 0 01-.395-.87l-.012-2.224 2.773-.014.012 2.222a1.19 1.19 0 01-.387.875zm-17.193.471h-.007c-.761 0-1.382-.558-1.385-1.247l-.012-2.224 2.773-.014.01 2.222c.005.692-.614 1.26-1.38 1.263zm-1.178-26.24a1.277 1.277 0 011.24-1.016l15.794-.082c.605.03 1.124.418 1.25 1.003l1.999 9.27-22.186.115 1.903-9.29zM38.6 36.5l-.07-13.488-2.144.01-2.056-9.536c-.255-1.183-1.311-2.073-2.527-2.03l-15.795.082a2.586 2.586 0 00-2.507 2.056l-1.957 9.557-2.144.012.07 13.487 3.779-.019.012 2.222c.007 1.405 1.21 2.542 2.685 2.542h.014c1.482-.007 2.68-1.16 2.674-2.569l-.012-2.224 10.826-.054.012 2.221c.003.692.292 1.336.812 1.818a2.735 2.735 0 001.872.724h.016a2.734 2.734 0 001.879-.743 2.471 2.471 0 00.793-1.826l-.011-2.223L38.6 36.5zm-22.693-5.403h-.005a1.044 1.044 0 01-1.047-1.04 1.047 1.047 0 011.04-1.053h.007c.574 0 1.044.466 1.047 1.04a1.049 1.049 0 01-1.042 1.053zm-.017-3.394a2.35 2.35 0 00-2.335 2.358 2.33 2.33 0 00.696 1.657 2.33 2.33 0 001.65.68h.013a2.348 2.348 0 002.334-2.36 2.338 2.338 0 00-2.358-2.335zm16.216 3.31c-.257.018-.543-.107-.742-.303a1.035 1.035 0 01-.31-.738 1.04 1.04 0 01.302-.742c.199-.2.46-.336.745-.31.575 0 1.044.466 1.047 1.04a1.049 1.049 0 01-1.042 1.053zM32.1 27.62h-.013a2.339 2.339 0 00-1.656.696 2.333 2.333 0 00-.678 1.662 2.33 2.33 0 00.696 1.657 2.33 2.33 0 001.65.68h.013a2.35 2.35 0 002.335-2.36A2.35 2.35 0 0032.1 27.62zM23.246 6.095h1.3V3.818h-1.3v2.277zm-2.37 4.241l6.047-.03-.007-1.302-6.047.031.007 1.301zm.902-3.499l-1.384-2.019-1.072.735 1.384 2.018 1.072-.734zm6.692-1.284l-1.072-.735-1.385 2.02 1.072.733 1.385-2.018z\" />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Taxi;\n"],"names":["Taxi","size","isHovered","React"],"mappings":";AAIA,MAAMA,IAA+B,CAAC,EAAE,MAAAC,GAAM,WAAAC,QASrCA,IAHLC,gBAAAA,EAAA,cAAC,QAAK,EAAA,GAAE,qtDAAqtD,CAAA,IAJ7tDA,gBAAAA,EAAA,cAAC,QAAK,EAAA,GAAE,8oDAA8oD,CAAA;"}
1
+ {"version":3,"file":"Taxi.js","sources":["../../../src/components/Icons/Taxi.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst Taxi: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M15.907 31.097h-.005a1.04 1.04 0 01-.737-.303 1.04 1.04 0 01-.31-.738c-.002-.28.106-.543.302-.74.198-.202.45-.272.745-.312.277 0 .539.108.736.303a1.049 1.049 0 01-.731 1.79zm-.005-3.394h-.013a2.332 2.332 0 00-1.655.697 2.33 2.33 0 00-.68 1.662c.004.627.25 1.216.697 1.656.442.44 1.028.68 1.65.68h.013a2.35 2.35 0 002.335-2.36 2.339 2.339 0 00-.696-1.656 2.338 2.338 0 00-1.651-.679zm5.072 1.67l.007 1.301 6.047-.03-.007-1.302-6.047.031zm-10.211 5.971l-.056-10.888 26.53-.137.057 10.888-26.531.137zm22.384 4.28a1.451 1.451 0 01-.994.387h-.01c-.76 0-1.38-.558-1.383-1.247l-.012-2.224 2.773-.013.01 2.221c.003.328-.134.64-.384.875zm-16.2.083a1.451 1.451 0 01-.993.388h-.008c-.761 0-1.382-.558-1.385-1.247l-.011-2.224 2.772-.013.012 2.221c0 .328-.136.64-.386.875zm-2.172-25.85a1.278 1.278 0 011.239-1.018l15.795-.082c.603.03 1.124.418 1.25 1.003l1.999 9.271-22.185.115 1.902-9.29zM38.6 36.5l-.07-13.488-2.144.011-2.056-9.536c-.255-1.184-1.315-2.024-2.527-2.03l-15.795.081a2.584 2.584 0 00-2.506 2.056l-1.958 9.558-2.144.011.07 13.488 3.779-.02.012 2.223c.007 1.404 1.21 2.542 2.685 2.542h.015a2.748 2.748 0 001.88-.743 2.482 2.482 0 00.793-1.827l-.012-2.223 10.827-.055.01 2.222c.008 1.404 1.21 2.542 2.685 2.542h.015a2.748 2.748 0 001.88-.743 2.486 2.486 0 00.794-1.826l-.012-2.223 3.779-.02zm-6.494-5.487c-.267.02-.543-.106-.742-.303a1.04 1.04 0 01-.008-1.479c.198-.2.467-.336.745-.31.575 0 1.044.465 1.047 1.04a1.049 1.049 0 01-1.042 1.052zM32.1 27.62h-.012a2.338 2.338 0 00-1.657.697 2.326 2.326 0 00-.678 1.662c.003.628.25 1.216.696 1.656.442.44 1.028.68 1.65.68h.013a2.351 2.351 0 002.335-2.36A2.35 2.35 0 0032.1 27.62zm-5.178-17.314l-.007-1.3-6.047.03.007 1.301 6.047-.03z\" />\n );\n\n const normalHover = (\n <path d=\"M20.974 29.373l.007 1.301 6.047-.03-.007-1.302-6.047.031zm-10.21 5.971l-.057-10.888 26.53-.138.056 10.89-26.53.136zm22.382 4.28a1.447 1.447 0 01-.993.387 1.473 1.473 0 01-.998-.377 1.193 1.193 0 01-.395-.87l-.012-2.224 2.773-.014.012 2.222a1.19 1.19 0 01-.387.875zm-17.193.471h-.007c-.761 0-1.382-.558-1.385-1.247l-.012-2.224 2.773-.014.01 2.222c.005.692-.614 1.26-1.38 1.263zm-1.178-26.24a1.277 1.277 0 011.24-1.016l15.794-.082c.605.03 1.124.418 1.25 1.003l1.999 9.27-22.186.115 1.903-9.29zM38.6 36.5l-.07-13.488-2.144.01-2.056-9.536c-.255-1.183-1.311-2.073-2.527-2.03l-15.795.082a2.586 2.586 0 00-2.507 2.056l-1.957 9.557-2.144.012.07 13.487 3.779-.019.012 2.222c.007 1.405 1.21 2.542 2.685 2.542h.014c1.482-.007 2.68-1.16 2.674-2.569l-.012-2.224 10.826-.054.012 2.221c.003.692.292 1.336.812 1.818a2.735 2.735 0 001.872.724h.016a2.734 2.734 0 001.879-.743 2.471 2.471 0 00.793-1.826l-.011-2.223L38.6 36.5zm-22.693-5.403h-.005a1.044 1.044 0 01-1.047-1.04 1.047 1.047 0 011.04-1.053h.007c.574 0 1.044.466 1.047 1.04a1.049 1.049 0 01-1.042 1.053zm-.017-3.394a2.35 2.35 0 00-2.335 2.358 2.33 2.33 0 00.696 1.657 2.33 2.33 0 001.65.68h.013a2.348 2.348 0 002.334-2.36 2.338 2.338 0 00-2.358-2.335zm16.216 3.31c-.257.018-.543-.107-.742-.303a1.035 1.035 0 01-.31-.738 1.04 1.04 0 01.302-.742c.199-.2.46-.336.745-.31.575 0 1.044.466 1.047 1.04a1.049 1.049 0 01-1.042 1.053zM32.1 27.62h-.013a2.339 2.339 0 00-1.656.696 2.333 2.333 0 00-.678 1.662 2.33 2.33 0 00.696 1.657 2.33 2.33 0 001.65.68h.013a2.35 2.35 0 002.335-2.36A2.35 2.35 0 0032.1 27.62zM23.246 6.095h1.3V3.818h-1.3v2.277zm-2.37 4.241l6.047-.03-.007-1.302-6.047.031.007 1.301zm.902-3.499l-1.384-2.019-1.072.735 1.384 2.018 1.072-.734zm6.692-1.284l-1.072-.735-1.385 2.02 1.072.733 1.385-2.018z\" />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Taxi;\n"],"names":["Taxi","isHovered","React"],"mappings":";AAIA,MAAMA,IAA+B,CAAC,EAAE,WAAAC,QAS/BA,IAHLC,gBAAAA,EAAA,cAAC,QAAK,EAAA,GAAE,qtDAAqtD,CAAA,IAJ7tDA,gBAAAA,EAAA,cAAC,QAAK,EAAA,GAAE,8oDAA8oD,CAAA;"}
@@ -2,4 +2,3 @@ import React from 'react';
2
2
  import { SvgPathProps } from '../Icon';
3
3
  declare const TeddyBear: React.FC<SvgPathProps>;
4
4
  export default TeddyBear;
5
- //# sourceMappingURL=TeddyBear.d.ts.map
@@ -1,6 +1,6 @@
1
1
  import a from "react";
2
- const t = ({ size: c, isHovered: l }) => l ? /* @__PURE__ */ a.createElement("path", { d: "M21.36 17.063c.697-.6 1.558-.899 2.615-.918 1.054.017 1.903.297 2.593.857 1.021.83 1.218 1.972.524 3.057-.665 1.04-1.819 1.659-3.09 1.659h-.014c-1.276-.005-2.432-.631-3.09-1.676-.662-1.048-.489-2.162.462-2.979zm-1.309 3.513c.842 1.336 2.313 2.136 3.934 2.142h.016c1.615 0 3.085-.792 3.933-2.12.965-1.51.676-3.226-.735-4.372-.872-.707-1.92-1.061-3.225-1.081-1.299.022-2.397.412-3.266 1.16-1.34 1.152-1.59 2.788-.657 4.271zm16.122 12.996a4.999 4.999 0 00-4.264-3.071c-.129-.01-.253-.001-.379-.002l-2.022-6.787a9.308 9.308 0 001.538-1.437l6.625 6.933a2.58 2.58 0 01.717 1.929 2.575 2.575 0 01-2.215 2.435zm-2.108 6.714a4.3 4.3 0 01-3.49.839 4.303 4.303 0 01-2.915-2.097 4.285 4.285 0 01-.06-4.147l.575-1.087a3.727 3.727 0 013.633-1.997 3.732 3.732 0 013.28 2.535l.398 1.153a4.316 4.316 0 01-1.42 4.801zm-7.614-6.014a5.57 5.57 0 00-.255 4.696 6.786 6.786 0 01-4.434-.016 5.578 5.578 0 00-.26-4.68l-.577-1.086a4.997 4.997 0 00-3.149-2.519l1.852-6.219A9.176 9.176 0 0024 25.551c1.581 0 3.07-.4 4.372-1.103l1.847 6.206a4.984 4.984 0 00-3.192 2.532l-.576 1.086zm-6.159 4.756a4.302 4.302 0 01-2.913 2.097 4.312 4.312 0 01-3.503-.849 4.309 4.309 0 01-1.41-4.791l.4-1.153a3.732 3.732 0 013.278-2.535 3.727 3.727 0 013.633 1.997l.576 1.087a4.288 4.288 0 01-.06 4.147zm-9.82-6.044a2.572 2.572 0 01-.908-1.847 2.581 2.581 0 01.718-1.929l6.648-6.959a9.322 9.322 0 001.561 1.462l-2.02 6.788c-.143-.001-.283-.009-.427.002a5 5 0 00-4.268 3.078 2.566 2.566 0 01-1.304-.595zm5.59-16.671c0-.22.016-.436.032-.651l.035-.423-.373-.201a4.38 4.38 0 01-2.308-3.861 4.389 4.389 0 014.383-4.384c1.335 0 2.581.6 3.42 1.645l.264.332.411-.111a7.744 7.744 0 014.147 0l.411.111.266-.332a4.364 4.364 0 013.42-1.645 4.388 4.388 0 014.381 4.384 4.38 4.38 0 01-2.307 3.861l-.373.201.034.423c.017.215.033.431.033.651 0 4.377-3.56 7.938-7.938 7.938-4.377 0-7.938-3.561-7.938-7.938zm23.624 14.89a3.863 3.863 0 00-1.076-2.893l-6.788-7.103a9.176 9.176 0 001.417-4.894c0-.116-.004-.231-.01-.347a5.677 5.677 0 002.623-4.789 5.69 5.69 0 00-5.683-5.683c-1.59 0-3.082.654-4.157 1.81a8.996 8.996 0 00-4.025 0 5.648 5.648 0 00-4.156-1.81 5.69 5.69 0 00-5.684 5.683c0 1.951.995 3.749 2.624 4.79-.006.115-.01.23-.01.346a9.17 9.17 0 001.398 4.862L9.342 28.31a3.867 3.867 0 00-1.076 2.893 3.858 3.858 0 001.362 2.769 3.89 3.89 0 001.697.836l-.087.252a5.614 5.614 0 001.847 6.247 5.593 5.593 0 004.544 1.094 5.595 5.595 0 003.515-2.296 7.922 7.922 0 005.676.017 5.595 5.595 0 004.584 2.384c1.247 0 2.47-.417 3.475-1.208a5.607 5.607 0 001.835-6.238l-.086-.25a3.886 3.886 0 001.698-.838 3.863 3.863 0 001.36-2.769zM24 19.226c.923 0 1.397-.627 1.613-1.05a.755.755 0 00-.1-.853c-.232-.254-.675-.517-1.513-.517-.838 0-1.282.263-1.514.517a.757.757 0 00-.1.853c.216.423.691 1.05 1.614 1.05zm-7.155-6.439a1.881 1.881 0 01-.907-1.606c0-1.046.851-1.896 1.897-1.896.543 0 1.052.237 1.408.64a7.904 7.904 0 00-2.398 2.862zm3.364-2.314l.387-.25-.218-.407a2.896 2.896 0 00-2.543-1.531 2.9 2.9 0 00-2.897 2.896c0 1.249.804 2.351 2 2.742l.44.144.177-.427a6.92 6.92 0 012.654-3.167zm9.956-1.188c1.046 0 1.896.85 1.896 1.896a1.87 1.87 0 01-.963 1.64 7.898 7.898 0 00-2.369-2.865 1.873 1.873 0 011.436-.671zm.215 4.374l.171.417.432-.128a2.872 2.872 0 002.078-2.767 2.9 2.9 0 00-2.896-2.896c-1.08 0-2.063.602-2.565 1.571l-.207.4.377.248a6.932 6.932 0 012.61 3.155zm-9.027.708a.503.503 0 10.001-1.005.503.503 0 000 1.005zm5.293 0a.503.503 0 100-1.006.503.503 0 000 1.006z" }) : /* @__PURE__ */ a.createElement("path", { d: "M24 19.226c.923 0 1.398-.626 1.613-1.05a.752.752 0 00-.1-.852c-.232-.255-.675-.517-1.513-.517-.838 0-1.281.262-1.514.517a.754.754 0 00-.1.852c.217.424.69 1.05 1.614 1.05zm-2.64-2.163c.697-.6 1.558-.9 2.616-.918 1.054.017 1.903.297 2.593.858 1.02.829 1.216 1.972.524 3.056-.665 1.04-1.82 1.659-3.092 1.659h-.013c-1.276-.004-2.431-.63-3.091-1.675-.661-1.048-.487-2.162.463-2.98zm-1.308 3.513c.842 1.336 2.312 2.137 3.933 2.142H24c1.615 0 3.085-.791 3.934-2.12.964-1.51.676-3.226-.735-4.372-.872-.707-1.922-1.061-3.225-1.081-1.3.023-2.398.413-3.267 1.16-1.34 1.152-1.591 2.789-.656 4.27zm-3.206-7.788a1.882 1.882 0 01-.908-1.607c0-1.045.85-1.896 1.897-1.896.544 0 1.054.238 1.408.64a7.903 7.903 0 00-2.397 2.863zm3.363-2.314l.388-.25-.22-.407a2.89 2.89 0 00-2.542-1.532 2.9 2.9 0 00-2.897 2.896c0 1.249.804 2.35 2 2.743l.44.143.178-.426a6.923 6.923 0 012.653-3.167zm15.558 22.324a4.997 4.997 0 00-3.858-2.297c-.128-.01-.253-.001-.38-.002l-2.02-6.787a9.332 9.332 0 001.425-1.314l4.677 8.154c.4.697.437 1.526.156 2.246zm-1.702 7.488a4.304 4.304 0 01-6.405-1.258 4.283 4.283 0 01-.06-4.146l.576-1.087a3.725 3.725 0 013.633-1.997 3.73 3.73 0 013.279 2.534l.398 1.153a4.313 4.313 0 01-1.421 4.8zm-7.614-6.014a5.58 5.58 0 00-.256 4.697 6.786 6.786 0 01-4.432-.016 5.582 5.582 0 00-.261-4.68l-.576-1.087a5.005 5.005 0 00-3.15-2.518l1.852-6.22A9.19 9.19 0 0024 25.553a9.19 9.19 0 004.372-1.103l1.847 6.205c-1.354.345-2.502 1.232-3.192 2.532l-.576 1.086zm-6.16 4.757a4.302 4.302 0 01-2.912 2.097 4.316 4.316 0 01-3.503-.85 4.31 4.31 0 01-1.41-4.791l.399-1.153a3.731 3.731 0 013.28-2.534 3.725 3.725 0 013.632 1.997l.577 1.087a4.288 4.288 0 01-.062 4.147zm-7.95-8.477l4.697-8.185c.435.499.922.948 1.452 1.345l-2.02 6.787c-.142-.001-.282-.01-.426.002a4.994 4.994 0 00-3.857 2.297 2.602 2.602 0 01.155-2.246zm3.722-14.238c0-.22.015-.436.032-.651l.034-.423-.373-.201a4.383 4.383 0 115.495-6.601l.267.332.41-.111a7.757 7.757 0 014.145 0l.41.11.267-.331a4.366 4.366 0 013.419-1.644 4.389 4.389 0 014.384 4.383 4.38 4.38 0 01-2.31 3.862l-.374.2.036.426c.018.215.032.43.032.649 0 4.377-3.56 7.938-7.937 7.938-4.377 0-7.937-3.561-7.937-7.938zm20.366 17.918a3.915 3.915 0 00.309-4.327l-4.955-8.636a9.174 9.174 0 001.455-4.955c0-.117-.004-.232-.01-.347a5.68 5.68 0 002.626-4.79 5.69 5.69 0 00-5.685-5.683 5.652 5.652 0 00-4.156 1.81 8.967 8.967 0 00-4.025 0 5.653 5.653 0 00-4.157-1.81 5.69 5.69 0 00-5.684 5.683 5.68 5.68 0 002.624 4.79c-.005.115-.01.23-.01.347 0 1.808.53 3.49 1.43 4.915l-4.976 8.675a3.917 3.917 0 00.309 4.328l-.286.828a5.615 5.615 0 001.847 6.248 5.601 5.601 0 008.06-1.203 7.917 7.917 0 005.675.017 5.595 5.595 0 004.584 2.385 5.624 5.624 0 005.31-7.447l-.285-.828zM30.165 9.285c1.046 0 1.897.85 1.897 1.896 0 .695-.375 1.31-.963 1.64a7.906 7.906 0 00-2.37-2.865 1.876 1.876 0 011.436-.671zm.215 4.374l.172.417.43-.128a2.87 2.87 0 002.08-2.767 2.9 2.9 0 00-2.897-2.896c-1.08 0-2.062.602-2.564 1.572l-.207.4.377.247a6.94 6.94 0 012.609 3.155zm-3.734.709a.503.503 0 100-1.006.503.503 0 000 1.006zm-5.292 0a.502.502 0 10-.002-1.004.502.502 0 00.002 1.004z" });
2
+ const e = ({ isHovered: l }) => l ? /* @__PURE__ */ a.createElement("path", { d: "M21.36 17.063c.697-.6 1.558-.899 2.615-.918 1.054.017 1.903.297 2.593.857 1.021.83 1.218 1.972.524 3.057-.665 1.04-1.819 1.659-3.09 1.659h-.014c-1.276-.005-2.432-.631-3.09-1.676-.662-1.048-.489-2.162.462-2.979zm-1.309 3.513c.842 1.336 2.313 2.136 3.934 2.142h.016c1.615 0 3.085-.792 3.933-2.12.965-1.51.676-3.226-.735-4.372-.872-.707-1.92-1.061-3.225-1.081-1.299.022-2.397.412-3.266 1.16-1.34 1.152-1.59 2.788-.657 4.271zm16.122 12.996a4.999 4.999 0 00-4.264-3.071c-.129-.01-.253-.001-.379-.002l-2.022-6.787a9.308 9.308 0 001.538-1.437l6.625 6.933a2.58 2.58 0 01.717 1.929 2.575 2.575 0 01-2.215 2.435zm-2.108 6.714a4.3 4.3 0 01-3.49.839 4.303 4.303 0 01-2.915-2.097 4.285 4.285 0 01-.06-4.147l.575-1.087a3.727 3.727 0 013.633-1.997 3.732 3.732 0 013.28 2.535l.398 1.153a4.316 4.316 0 01-1.42 4.801zm-7.614-6.014a5.57 5.57 0 00-.255 4.696 6.786 6.786 0 01-4.434-.016 5.578 5.578 0 00-.26-4.68l-.577-1.086a4.997 4.997 0 00-3.149-2.519l1.852-6.219A9.176 9.176 0 0024 25.551c1.581 0 3.07-.4 4.372-1.103l1.847 6.206a4.984 4.984 0 00-3.192 2.532l-.576 1.086zm-6.159 4.756a4.302 4.302 0 01-2.913 2.097 4.312 4.312 0 01-3.503-.849 4.309 4.309 0 01-1.41-4.791l.4-1.153a3.732 3.732 0 013.278-2.535 3.727 3.727 0 013.633 1.997l.576 1.087a4.288 4.288 0 01-.06 4.147zm-9.82-6.044a2.572 2.572 0 01-.908-1.847 2.581 2.581 0 01.718-1.929l6.648-6.959a9.322 9.322 0 001.561 1.462l-2.02 6.788c-.143-.001-.283-.009-.427.002a5 5 0 00-4.268 3.078 2.566 2.566 0 01-1.304-.595zm5.59-16.671c0-.22.016-.436.032-.651l.035-.423-.373-.201a4.38 4.38 0 01-2.308-3.861 4.389 4.389 0 014.383-4.384c1.335 0 2.581.6 3.42 1.645l.264.332.411-.111a7.744 7.744 0 014.147 0l.411.111.266-.332a4.364 4.364 0 013.42-1.645 4.388 4.388 0 014.381 4.384 4.38 4.38 0 01-2.307 3.861l-.373.201.034.423c.017.215.033.431.033.651 0 4.377-3.56 7.938-7.938 7.938-4.377 0-7.938-3.561-7.938-7.938zm23.624 14.89a3.863 3.863 0 00-1.076-2.893l-6.788-7.103a9.176 9.176 0 001.417-4.894c0-.116-.004-.231-.01-.347a5.677 5.677 0 002.623-4.789 5.69 5.69 0 00-5.683-5.683c-1.59 0-3.082.654-4.157 1.81a8.996 8.996 0 00-4.025 0 5.648 5.648 0 00-4.156-1.81 5.69 5.69 0 00-5.684 5.683c0 1.951.995 3.749 2.624 4.79-.006.115-.01.23-.01.346a9.17 9.17 0 001.398 4.862L9.342 28.31a3.867 3.867 0 00-1.076 2.893 3.858 3.858 0 001.362 2.769 3.89 3.89 0 001.697.836l-.087.252a5.614 5.614 0 001.847 6.247 5.593 5.593 0 004.544 1.094 5.595 5.595 0 003.515-2.296 7.922 7.922 0 005.676.017 5.595 5.595 0 004.584 2.384c1.247 0 2.47-.417 3.475-1.208a5.607 5.607 0 001.835-6.238l-.086-.25a3.886 3.886 0 001.698-.838 3.863 3.863 0 001.36-2.769zM24 19.226c.923 0 1.397-.627 1.613-1.05a.755.755 0 00-.1-.853c-.232-.254-.675-.517-1.513-.517-.838 0-1.282.263-1.514.517a.757.757 0 00-.1.853c.216.423.691 1.05 1.614 1.05zm-7.155-6.439a1.881 1.881 0 01-.907-1.606c0-1.046.851-1.896 1.897-1.896.543 0 1.052.237 1.408.64a7.904 7.904 0 00-2.398 2.862zm3.364-2.314l.387-.25-.218-.407a2.896 2.896 0 00-2.543-1.531 2.9 2.9 0 00-2.897 2.896c0 1.249.804 2.351 2 2.742l.44.144.177-.427a6.92 6.92 0 012.654-3.167zm9.956-1.188c1.046 0 1.896.85 1.896 1.896a1.87 1.87 0 01-.963 1.64 7.898 7.898 0 00-2.369-2.865 1.873 1.873 0 011.436-.671zm.215 4.374l.171.417.432-.128a2.872 2.872 0 002.078-2.767 2.9 2.9 0 00-2.896-2.896c-1.08 0-2.063.602-2.565 1.571l-.207.4.377.248a6.932 6.932 0 012.61 3.155zm-9.027.708a.503.503 0 10.001-1.005.503.503 0 000 1.005zm5.293 0a.503.503 0 100-1.006.503.503 0 000 1.006z" }) : /* @__PURE__ */ a.createElement("path", { d: "M24 19.226c.923 0 1.398-.626 1.613-1.05a.752.752 0 00-.1-.852c-.232-.255-.675-.517-1.513-.517-.838 0-1.281.262-1.514.517a.754.754 0 00-.1.852c.217.424.69 1.05 1.614 1.05zm-2.64-2.163c.697-.6 1.558-.9 2.616-.918 1.054.017 1.903.297 2.593.858 1.02.829 1.216 1.972.524 3.056-.665 1.04-1.82 1.659-3.092 1.659h-.013c-1.276-.004-2.431-.63-3.091-1.675-.661-1.048-.487-2.162.463-2.98zm-1.308 3.513c.842 1.336 2.312 2.137 3.933 2.142H24c1.615 0 3.085-.791 3.934-2.12.964-1.51.676-3.226-.735-4.372-.872-.707-1.922-1.061-3.225-1.081-1.3.023-2.398.413-3.267 1.16-1.34 1.152-1.591 2.789-.656 4.27zm-3.206-7.788a1.882 1.882 0 01-.908-1.607c0-1.045.85-1.896 1.897-1.896.544 0 1.054.238 1.408.64a7.903 7.903 0 00-2.397 2.863zm3.363-2.314l.388-.25-.22-.407a2.89 2.89 0 00-2.542-1.532 2.9 2.9 0 00-2.897 2.896c0 1.249.804 2.35 2 2.743l.44.143.178-.426a6.923 6.923 0 012.653-3.167zm15.558 22.324a4.997 4.997 0 00-3.858-2.297c-.128-.01-.253-.001-.38-.002l-2.02-6.787a9.332 9.332 0 001.425-1.314l4.677 8.154c.4.697.437 1.526.156 2.246zm-1.702 7.488a4.304 4.304 0 01-6.405-1.258 4.283 4.283 0 01-.06-4.146l.576-1.087a3.725 3.725 0 013.633-1.997 3.73 3.73 0 013.279 2.534l.398 1.153a4.313 4.313 0 01-1.421 4.8zm-7.614-6.014a5.58 5.58 0 00-.256 4.697 6.786 6.786 0 01-4.432-.016 5.582 5.582 0 00-.261-4.68l-.576-1.087a5.005 5.005 0 00-3.15-2.518l1.852-6.22A9.19 9.19 0 0024 25.553a9.19 9.19 0 004.372-1.103l1.847 6.205c-1.354.345-2.502 1.232-3.192 2.532l-.576 1.086zm-6.16 4.757a4.302 4.302 0 01-2.912 2.097 4.316 4.316 0 01-3.503-.85 4.31 4.31 0 01-1.41-4.791l.399-1.153a3.731 3.731 0 013.28-2.534 3.725 3.725 0 013.632 1.997l.577 1.087a4.288 4.288 0 01-.062 4.147zm-7.95-8.477l4.697-8.185c.435.499.922.948 1.452 1.345l-2.02 6.787c-.142-.001-.282-.01-.426.002a4.994 4.994 0 00-3.857 2.297 2.602 2.602 0 01.155-2.246zm3.722-14.238c0-.22.015-.436.032-.651l.034-.423-.373-.201a4.383 4.383 0 115.495-6.601l.267.332.41-.111a7.757 7.757 0 014.145 0l.41.11.267-.331a4.366 4.366 0 013.419-1.644 4.389 4.389 0 014.384 4.383 4.38 4.38 0 01-2.31 3.862l-.374.2.036.426c.018.215.032.43.032.649 0 4.377-3.56 7.938-7.937 7.938-4.377 0-7.937-3.561-7.937-7.938zm20.366 17.918a3.915 3.915 0 00.309-4.327l-4.955-8.636a9.174 9.174 0 001.455-4.955c0-.117-.004-.232-.01-.347a5.68 5.68 0 002.626-4.79 5.69 5.69 0 00-5.685-5.683 5.652 5.652 0 00-4.156 1.81 8.967 8.967 0 00-4.025 0 5.653 5.653 0 00-4.157-1.81 5.69 5.69 0 00-5.684 5.683 5.68 5.68 0 002.624 4.79c-.005.115-.01.23-.01.347 0 1.808.53 3.49 1.43 4.915l-4.976 8.675a3.917 3.917 0 00.309 4.328l-.286.828a5.615 5.615 0 001.847 6.248 5.601 5.601 0 008.06-1.203 7.917 7.917 0 005.675.017 5.595 5.595 0 004.584 2.385 5.624 5.624 0 005.31-7.447l-.285-.828zM30.165 9.285c1.046 0 1.897.85 1.897 1.896 0 .695-.375 1.31-.963 1.64a7.906 7.906 0 00-2.37-2.865 1.876 1.876 0 011.436-.671zm.215 4.374l.172.417.43-.128a2.87 2.87 0 002.08-2.767 2.9 2.9 0 00-2.897-2.896c-1.08 0-2.062.602-2.564 1.572l-.207.4.377.247a6.94 6.94 0 012.609 3.155zm-3.734.709a.503.503 0 100-1.006.503.503 0 000 1.006zm-5.292 0a.502.502 0 10-.002-1.004.502.502 0 00.002 1.004z" });
3
3
  export {
4
- t as default
4
+ e as default
5
5
  };
6
6
  //# sourceMappingURL=TeddyBear.js.map