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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (883) hide show
  1. package/Button-ed1c6e3f.js +2 -0
  2. package/Button-ed1c6e3f.js.map +1 -0
  3. package/CHANGELOG.md +52 -52
  4. package/Checkbox-8e590de0.js +2 -0
  5. package/Checkbox-8e590de0.js.map +1 -0
  6. package/Close-48d39d0e.js +2 -0
  7. package/Close-48d39d0e.js.map +1 -0
  8. package/{FormGroup-b2b6efe0.js → FormGroup-f10939e6.js} +2 -2
  9. package/FormGroup-f10939e6.js.map +1 -0
  10. package/Input-01c967ac.js +2 -0
  11. package/Input-01c967ac.js.map +1 -0
  12. package/{Loader-bc13d060.js → Loader-bf89238f.js} +2 -2
  13. package/Loader-bf89238f.js.map +1 -0
  14. package/Modal-240f0699.js +2 -0
  15. package/Modal-240f0699.js.map +1 -0
  16. package/README.md +69 -69
  17. package/{RadioButton-c173d440.js → RadioButton-b0da1997.js} +2 -2
  18. package/RadioButton-b0da1997.js.map +1 -0
  19. package/{Textarea-78e20c9a.js → Textarea-648063a9.js} +2 -2
  20. package/Textarea-648063a9.js.map +1 -0
  21. package/{Title-9df559dd.js → Title-1d8708ea.js} +2 -2
  22. package/Title-1d8708ea.js.map +1 -0
  23. package/Validation-c196f3f2.js +2 -0
  24. package/Validation-c196f3f2.js.map +1 -0
  25. package/_rollupPluginBabelHelpers-6b3099b0.js +2 -0
  26. package/_rollupPluginBabelHelpers-6b3099b0.js.map +1 -0
  27. package/color-e7d082c1.js +2 -0
  28. package/color-e7d082c1.js.map +1 -0
  29. package/components/AnchorLink/AnchorLink.d.ts +18 -18
  30. package/components/AnchorLink/index.d.ts +3 -3
  31. package/components/AnchorLink/index.js +1 -1
  32. package/components/AnchorLink/styles.module.scss +63 -63
  33. package/components/AnchorLink/styles.module.scss.d.ts +10 -10
  34. package/components/Avatar/Avatar.d.ts +15 -15
  35. package/components/Avatar/index.d.ts +3 -3
  36. package/components/Avatar/index.js +1 -1
  37. package/components/Avatar/styles.module.scss +22 -22
  38. package/components/Avatar/styles.module.scss.d.ts +11 -11
  39. package/components/Badge/Badge.d.ts +16 -16
  40. package/components/Badge/index.d.ts +3 -3
  41. package/components/Badge/index.js +1 -1
  42. package/components/Badge/styles.module.scss +41 -41
  43. package/components/Badge/styles.module.scss.d.ts +17 -17
  44. package/components/Button/Button.d.ts +42 -41
  45. package/components/Button/Button.d.ts.map +1 -1
  46. package/components/Button/componentdata.json +2 -2
  47. package/components/Button/index.d.ts +3 -3
  48. package/components/Button/index.js +1 -1
  49. package/components/Button/styles.module.scss +434 -434
  50. package/components/Button/styles.module.scss.d.ts +34 -34
  51. package/components/ButtonWithModal/ButtonWithModal.d.ts +10 -10
  52. package/components/ButtonWithModal/index.d.ts +3 -3
  53. package/components/ButtonWithModal/index.js +1 -1
  54. package/components/Checkbox/Checkbox.d.ts +30 -30
  55. package/components/Checkbox/index.d.ts +3 -3
  56. package/components/Checkbox/index.js +1 -1
  57. package/components/Checkbox/styles.module.scss +204 -204
  58. package/components/Checkbox/styles.module.scss.d.ts +26 -26
  59. package/components/Close/Close.d.ts +11 -11
  60. package/components/Close/index.d.ts +3 -3
  61. package/components/Close/index.js +1 -1
  62. package/components/Close/styles.module.scss +32 -32
  63. package/components/Close/styles.module.scss.d.ts +9 -9
  64. package/components/Expander/Expander.d.ts +32 -32
  65. package/components/Expander/Expander.d.ts.map +1 -1
  66. package/components/Expander/index.d.ts +3 -3
  67. package/components/Expander/index.js +1 -1
  68. package/components/Expander/styles.module.scss +165 -165
  69. package/components/Expander/styles.module.scss.d.ts +42 -42
  70. package/components/ExpanderList/ExpanderList.d.ts +47 -45
  71. package/components/ExpanderList/ExpanderList.d.ts.map +1 -1
  72. package/components/ExpanderList/index.d.ts +3 -3
  73. package/components/ExpanderList/index.js +1 -1
  74. package/components/ExpanderList/styles.module.scss +160 -160
  75. package/components/ExpanderList/styles.module.scss.d.ts +28 -28
  76. package/components/FormExample/FormExample.d.ts +15 -15
  77. package/components/FormExample/index.d.ts +3 -3
  78. package/components/FormExample/index.js +1 -1
  79. package/components/FormExample/index.js.map +1 -1
  80. package/components/FormGroup/FormGroup.d.ts +24 -24
  81. package/components/FormGroup/index.d.ts +3 -3
  82. package/components/FormGroup/index.js +1 -1
  83. package/components/FormGroup/styles.module.scss +67 -67
  84. package/components/FormGroup/styles.module.scss.d.ts +16 -16
  85. package/components/HighlightBox/HighlightBox.d.ts +26 -26
  86. package/components/HighlightBox/index.d.ts +3 -3
  87. package/components/HighlightBox/index.js +1 -1
  88. package/components/HighlightBox/styles.module.scss +174 -174
  89. package/components/Icons/ActiveMonitoring.d.ts +4 -4
  90. package/components/Icons/ActiveMonitoring.js +1 -1
  91. package/components/Icons/AcupunctureBack.d.ts +4 -4
  92. package/components/Icons/AcupunctureBack.d.ts.map +1 -1
  93. package/components/Icons/AcupunctureBack.js +1 -1
  94. package/components/Icons/AdditionalIconInformation.js +263 -263
  95. package/components/Icons/AdditionalIconInformation.js.map +1 -1
  96. package/components/Icons/AlarmClock.d.ts +4 -4
  97. package/components/Icons/AlarmClock.d.ts.map +1 -1
  98. package/components/Icons/AlarmClock.js +1 -1
  99. package/components/Icons/AlertSignFill.d.ts +4 -4
  100. package/components/Icons/AlertSignFill.d.ts.map +1 -1
  101. package/components/Icons/AlertSignFill.js +1 -1
  102. package/components/Icons/AlertSignStroke.d.ts +4 -4
  103. package/components/Icons/AlertSignStroke.d.ts.map +1 -1
  104. package/components/Icons/AlertSignStroke.js +1 -1
  105. package/components/Icons/Amputation.d.ts +4 -4
  106. package/components/Icons/Amputation.js +1 -1
  107. package/components/Icons/Anxiety.d.ts +4 -4
  108. package/components/Icons/Anxiety.js +1 -1
  109. package/components/Icons/Apple.d.ts +4 -4
  110. package/components/Icons/Apple.js +1 -1
  111. package/components/Icons/Archive.d.ts +4 -4
  112. package/components/Icons/Archive.d.ts.map +1 -1
  113. package/components/Icons/Archive.js +1 -1
  114. package/components/Icons/ArmFlexing.d.ts +4 -4
  115. package/components/Icons/ArmFlexing.js +1 -1
  116. package/components/Icons/ArrowLeft.d.ts +4 -4
  117. package/components/Icons/ArrowLeft.d.ts.map +1 -1
  118. package/components/Icons/ArrowLeft.js +1 -1
  119. package/components/Icons/ArrowRight.d.ts +4 -4
  120. package/components/Icons/ArrowRight.d.ts.map +1 -1
  121. package/components/Icons/ArrowRight.js +1 -1
  122. package/components/Icons/ArrowUpRight.d.ts +4 -4
  123. package/components/Icons/ArrowUpRight.d.ts.map +1 -1
  124. package/components/Icons/ArrowUpRight.js +1 -1
  125. package/components/Icons/Attachment.d.ts +4 -4
  126. package/components/Icons/Attachment.d.ts.map +1 -1
  127. package/components/Icons/Attachment.js +1 -1
  128. package/components/Icons/Atv.d.ts +4 -4
  129. package/components/Icons/Atv.js +1 -1
  130. package/components/Icons/Avatar.d.ts +4 -4
  131. package/components/Icons/Avatar.d.ts.map +1 -1
  132. package/components/Icons/Avatar.js +1 -1
  133. package/components/Icons/AwakePersonOnPillow.d.ts +4 -4
  134. package/components/Icons/AwakePersonOnPillow.js +1 -1
  135. package/components/Icons/Baby.d.ts +4 -4
  136. package/components/Icons/Baby.js +1 -1
  137. package/components/Icons/BandAid.d.ts +4 -4
  138. package/components/Icons/BandAid.js +1 -1
  139. package/components/Icons/BeerAndPills.d.ts +4 -4
  140. package/components/Icons/BeerAndPills.js +1 -1
  141. package/components/Icons/Bell.d.ts +4 -4
  142. package/components/Icons/Bell.js +1 -1
  143. package/components/Icons/Bike.d.ts +4 -4
  144. package/components/Icons/Bike.js +1 -1
  145. package/components/Icons/BirthControl.d.ts +4 -4
  146. package/components/Icons/BirthdayCake.d.ts +4 -4
  147. package/components/Icons/BirthdayCake.js +1 -1
  148. package/components/Icons/Boat.d.ts +4 -4
  149. package/components/Icons/Boat.js +1 -1
  150. package/components/Icons/Body.d.ts +4 -4
  151. package/components/Icons/Brain.d.ts +4 -4
  152. package/components/Icons/Brain.js +1 -1
  153. package/components/Icons/BreastReconstruction.d.ts +4 -4
  154. package/components/Icons/BreastReconstruction.js +1 -1
  155. package/components/Icons/BreastRemoval.d.ts +4 -4
  156. package/components/Icons/BreastRemoval.js +1 -1
  157. package/components/Icons/Breasts.d.ts +4 -4
  158. package/components/Icons/Breasts.js +1 -1
  159. package/components/Icons/BrokenHeart.d.ts +4 -4
  160. package/components/Icons/BrokenHeart.js +1 -1
  161. package/components/Icons/BrokenPuzzle.d.ts +4 -4
  162. package/components/Icons/BrokenPuzzle.js +1 -1
  163. package/components/Icons/Bus.d.ts +4 -4
  164. package/components/Icons/Bus.d.ts.map +1 -1
  165. package/components/Icons/Bus.js +1 -1
  166. package/components/Icons/Calendar.d.ts +4 -4
  167. package/components/Icons/Calendar.d.ts.map +1 -1
  168. package/components/Icons/Calendar.js +1 -1
  169. package/components/Icons/CalendarChange.d.ts +4 -4
  170. package/components/Icons/CalendarChange.d.ts.map +1 -1
  171. package/components/Icons/CalendarChange.js +1 -1
  172. package/components/Icons/CalendarCheck.d.ts +4 -4
  173. package/components/Icons/CalendarCheck.d.ts.map +1 -1
  174. package/components/Icons/CalendarCheck.js +1 -1
  175. package/components/Icons/CalendarEvent.d.ts +4 -4
  176. package/components/Icons/CalendarEvent.js +1 -1
  177. package/components/Icons/CalendarSave.d.ts +4 -4
  178. package/components/Icons/CalendarSave.d.ts.map +1 -1
  179. package/components/Icons/CalendarSave.js +1 -1
  180. package/components/Icons/Cancer.d.ts +4 -4
  181. package/components/Icons/Cancer.js +1 -1
  182. package/components/Icons/Car.d.ts +4 -4
  183. package/components/Icons/Car.js +1 -1
  184. package/components/Icons/Change.d.ts +4 -4
  185. package/components/Icons/Change.d.ts.map +1 -1
  186. package/components/Icons/Change.js +1 -1
  187. package/components/Icons/Check.d.ts +4 -4
  188. package/components/Icons/Check.d.ts.map +1 -1
  189. package/components/Icons/Check.js +1 -1
  190. package/components/Icons/CheckOutline.d.ts +4 -4
  191. package/components/Icons/CheckOutline.js +1 -1
  192. package/components/Icons/Chest.d.ts +4 -4
  193. package/components/Icons/Chest.js +1 -1
  194. package/components/Icons/ChevronDown.d.ts +4 -4
  195. package/components/Icons/ChevronDown.d.ts.map +1 -1
  196. package/components/Icons/ChevronDown.js +1 -1
  197. package/components/Icons/ChevronLeft.d.ts +4 -4
  198. package/components/Icons/ChevronLeft.d.ts.map +1 -1
  199. package/components/Icons/ChevronLeft.js +1 -1
  200. package/components/Icons/ChevronRight.d.ts +4 -4
  201. package/components/Icons/ChevronRight.d.ts.map +1 -1
  202. package/components/Icons/ChevronRight.js +1 -1
  203. package/components/Icons/ChevronUp.d.ts +4 -4
  204. package/components/Icons/ChevronUp.d.ts.map +1 -1
  205. package/components/Icons/ChevronUp.js +1 -1
  206. package/components/Icons/ChevronsDown.d.ts +4 -4
  207. package/components/Icons/ChevronsDown.d.ts.map +1 -1
  208. package/components/Icons/ChevronsDown.js +1 -1
  209. package/components/Icons/ChevronsUp.d.ts +4 -4
  210. package/components/Icons/ChevronsUp.d.ts.map +1 -1
  211. package/components/Icons/ChevronsUp.js +1 -1
  212. package/components/Icons/ChildPlaying.d.ts +4 -4
  213. package/components/Icons/ChildPlaying.js +1 -1
  214. package/components/Icons/Cigarette.d.ts +4 -4
  215. package/components/Icons/Cigarette.js +1 -1
  216. package/components/Icons/Contacts.d.ts +4 -4
  217. package/components/Icons/Contacts.d.ts.map +1 -1
  218. package/components/Icons/Contacts.js +1 -1
  219. package/components/Icons/Copy.d.ts +4 -4
  220. package/components/Icons/Copy.d.ts.map +1 -1
  221. package/components/Icons/Copy.js +1 -1
  222. package/components/Icons/CoronaCertificate.d.ts +4 -4
  223. package/components/Icons/CoronaCertificate.js +1 -1
  224. package/components/Icons/Coronavirus.d.ts +4 -4
  225. package/components/Icons/Coronavirus.js +1 -1
  226. package/components/Icons/Cough.d.ts +4 -4
  227. package/components/Icons/Cough.js +1 -1
  228. package/components/Icons/CriticalHealthInfo.d.ts +4 -4
  229. package/components/Icons/CriticalHealthInfo.js +1 -1
  230. package/components/Icons/Cross.d.ts +4 -4
  231. package/components/Icons/Cross.js +1 -1
  232. package/components/Icons/DataExchange.d.ts +4 -4
  233. package/components/Icons/DataReceived.d.ts +4 -4
  234. package/components/Icons/DataSent.d.ts +4 -4
  235. package/components/Icons/Depression.d.ts +4 -4
  236. package/components/Icons/Depression.js +1 -1
  237. package/components/Icons/DigestiveSystem.d.ts +4 -4
  238. package/components/Icons/DigestiveSystem.js +1 -1
  239. package/components/Icons/Dizzy.d.ts +4 -4
  240. package/components/Icons/Dizzy.js +1 -1
  241. package/components/Icons/Documents.d.ts +4 -4
  242. package/components/Icons/Documents.js +1 -1
  243. package/components/Icons/Dog.d.ts +4 -4
  244. package/components/Icons/Dog.js +1 -1
  245. package/components/Icons/DonorCard.d.ts +4 -4
  246. package/components/Icons/DonorCard.js +1 -1
  247. package/components/Icons/Download.d.ts +4 -4
  248. package/components/Icons/Download.d.ts.map +1 -1
  249. package/components/Icons/Download.js +1 -1
  250. package/components/Icons/Draft.d.ts +4 -4
  251. package/components/Icons/Draft.js +1 -1
  252. package/components/Icons/EChat.d.ts +4 -4
  253. package/components/Icons/EChat.d.ts.map +1 -1
  254. package/components/Icons/EChat.js +1 -1
  255. package/components/Icons/EarNoseThroat.d.ts +4 -4
  256. package/components/Icons/EarNoseThroat.js +1 -1
  257. package/components/Icons/ElderlyPerson.d.ts +4 -4
  258. package/components/Icons/ElderlyPerson.js +1 -1
  259. package/components/Icons/Embolization.d.ts +4 -4
  260. package/components/Icons/Embolization.js +1 -1
  261. package/components/Icons/EnterFullScreen.d.ts +4 -4
  262. package/components/Icons/EnterFullScreen.d.ts.map +1 -1
  263. package/components/Icons/EnterFullScreen.js +1 -1
  264. package/components/Icons/Envelope.d.ts +4 -4
  265. package/components/Icons/Envelope.d.ts.map +1 -1
  266. package/components/Icons/Envelope.js +1 -1
  267. package/components/Icons/Epilepsy.d.ts +4 -4
  268. package/components/Icons/Epilepsy.js +1 -1
  269. package/components/Icons/Eraser.d.ts +4 -4
  270. package/components/Icons/Eraser.d.ts.map +1 -1
  271. package/components/Icons/Eraser.js +1 -1
  272. package/components/Icons/ErrorSignFill.d.ts +4 -4
  273. package/components/Icons/ErrorSignFill.d.ts.map +1 -1
  274. package/components/Icons/ErrorSignFill.js +1 -1
  275. package/components/Icons/ErrorSignStroke.d.ts +4 -4
  276. package/components/Icons/ErrorSignStroke.d.ts.map +1 -1
  277. package/components/Icons/ErrorSignStroke.js +1 -1
  278. package/components/Icons/EuropeanHealthCard.d.ts +4 -4
  279. package/components/Icons/EuropeanHealthCard.js +1 -1
  280. package/components/Icons/ExitFullScreen.d.ts +4 -4
  281. package/components/Icons/ExitFullScreen.d.ts.map +1 -1
  282. package/components/Icons/ExitFullScreen.js +1 -1
  283. package/components/Icons/Eye.d.ts +4 -4
  284. package/components/Icons/Eye.d.ts.map +1 -1
  285. package/components/Icons/Eye.js +1 -1
  286. package/components/Icons/Facebook.d.ts +4 -4
  287. package/components/Icons/Facebook.js +1 -1
  288. package/components/Icons/Female.d.ts +4 -4
  289. package/components/Icons/Female.js +1 -1
  290. package/components/Icons/FemaleDoctor.d.ts +4 -4
  291. package/components/Icons/FemaleDoctor.js +1 -1
  292. package/components/Icons/Ferry.d.ts +4 -4
  293. package/components/Icons/Ferry.js +1 -1
  294. package/components/Icons/FingerBleed.d.ts +4 -4
  295. package/components/Icons/FingerBleed.js +1 -1
  296. package/components/Icons/FirstAidKit.d.ts +4 -4
  297. package/components/Icons/FirstAidKit.js +1 -1
  298. package/components/Icons/FloppyDisk.d.ts +4 -4
  299. package/components/Icons/Football.d.ts +4 -4
  300. package/components/Icons/Football.js +1 -1
  301. package/components/Icons/Form.d.ts +4 -4
  302. package/components/Icons/Form.d.ts.map +1 -1
  303. package/components/Icons/Form.js +1 -1
  304. package/components/Icons/Forward.d.ts +4 -4
  305. package/components/Icons/Forward.d.ts.map +1 -1
  306. package/components/Icons/Forward.js +1 -1
  307. package/components/Icons/Gallery.d.ts +4 -4
  308. package/components/Icons/Gallery.d.ts.map +1 -1
  309. package/components/Icons/Gallery.js +1 -1
  310. package/components/Icons/Garden.d.ts +4 -4
  311. package/components/Icons/Garden.js +1 -1
  312. package/components/Icons/GasCan.d.ts +4 -4
  313. package/components/Icons/GasCan.js +1 -1
  314. package/components/Icons/GenderIdentity.d.ts +4 -4
  315. package/components/Icons/Globe.d.ts +4 -4
  316. package/components/Icons/Globe.d.ts.map +1 -1
  317. package/components/Icons/Globe.js +1 -1
  318. package/components/Icons/HandWaving.d.ts +4 -4
  319. package/components/Icons/HandWaving.js +1 -1
  320. package/components/Icons/HandWithDisease.d.ts +4 -4
  321. package/components/Icons/HandWithDisease.js +1 -1
  322. package/components/Icons/HealthClinic.d.ts +4 -4
  323. package/components/Icons/HealthClinic.js +1 -1
  324. package/components/Icons/HealthWarning.d.ts +4 -4
  325. package/components/Icons/HealthWarning.js +1 -1
  326. package/components/Icons/Heart.d.ts +4 -4
  327. package/components/Icons/Heart.d.ts.map +1 -1
  328. package/components/Icons/Heart.js +1 -1
  329. package/components/Icons/HelpSign.d.ts +4 -4
  330. package/components/Icons/HelpSign.d.ts.map +1 -1
  331. package/components/Icons/HelpSign.js +1 -1
  332. package/components/Icons/HelpingHand.d.ts +4 -4
  333. package/components/Icons/HelpingHand.js +1 -1
  334. package/components/Icons/Hemodialysis.d.ts +4 -4
  335. package/components/Icons/Hemodialysis.js +1 -1
  336. package/components/Icons/Hiker.d.ts +4 -4
  337. package/components/Icons/Hiker.js +1 -1
  338. package/components/Icons/Hipprosthesis.d.ts +4 -4
  339. package/components/Icons/Hipprosthesis.js +1 -1
  340. package/components/Icons/History.d.ts +4 -4
  341. package/components/Icons/History.d.ts.map +1 -1
  342. package/components/Icons/History.js +1 -1
  343. package/components/Icons/HivAndAids.d.ts +4 -4
  344. package/components/Icons/HivAndAids.js +1 -1
  345. package/components/Icons/Home.d.ts +4 -4
  346. package/components/Icons/Home.d.ts.map +1 -1
  347. package/components/Icons/Home.js +1 -1
  348. package/components/Icons/Hormone.d.ts +4 -4
  349. package/components/Icons/Hormone.js +1 -1
  350. package/components/Icons/Hospital.d.ts +4 -4
  351. package/components/Icons/Hospital.d.ts.map +1 -1
  352. package/components/Icons/Hospital.js +1 -1
  353. package/components/Icons/Hourglass.d.ts +4 -4
  354. package/components/Icons/Hourglass.d.ts.map +1 -1
  355. package/components/Icons/Hourglass.js +1 -1
  356. package/components/Icons/Icon.d.ts +23 -22
  357. package/components/Icons/Icon.d.ts.map +1 -1
  358. package/components/Icons/Icon.js +1 -1
  359. package/components/Icons/ImgFile.d.ts +4 -4
  360. package/components/Icons/ImgFile.js +1 -1
  361. package/components/Icons/Inbox.d.ts +4 -4
  362. package/components/Icons/Inbox.js +1 -1
  363. package/components/Icons/InfoSignFill.d.ts +4 -4
  364. package/components/Icons/InfoSignFill.d.ts.map +1 -1
  365. package/components/Icons/InfoSignFill.js +1 -1
  366. package/components/Icons/InfoSignStroke.d.ts +4 -4
  367. package/components/Icons/InfoSignStroke.d.ts.map +1 -1
  368. package/components/Icons/InfoSignStroke.js +1 -1
  369. package/components/Icons/Instagram.d.ts +4 -4
  370. package/components/Icons/Instagram.js +1 -1
  371. package/components/Icons/Intravenous.d.ts +4 -4
  372. package/components/Icons/Intravenous.js +1 -1
  373. package/components/Icons/JointPain.d.ts +4 -4
  374. package/components/Icons/JointPain.js +1 -1
  375. package/components/Icons/Journal.d.ts +4 -4
  376. package/components/Icons/Journal.d.ts.map +1 -1
  377. package/components/Icons/Journal.js +1 -1
  378. package/components/Icons/JpgFile.d.ts +4 -4
  379. package/components/Icons/JpgFile.js +1 -1
  380. package/components/Icons/Kidney.d.ts +4 -4
  381. package/components/Icons/Kidney.js +1 -1
  382. package/components/Icons/KitchenScale.d.ts +4 -4
  383. package/components/Icons/KitchenScale.js +1 -1
  384. package/components/Icons/Kjernejournal.d.ts +4 -4
  385. package/components/Icons/Kjernejournal.js +1 -1
  386. package/components/Icons/Laboratory.d.ts +4 -4
  387. package/components/Icons/Laboratory.js +1 -1
  388. package/components/Icons/LaptopBlog.d.ts +4 -4
  389. package/components/Icons/LaptopBlog.js +1 -1
  390. package/components/Icons/LawBook.d.ts +4 -4
  391. package/components/Icons/LawBook.js +1 -1
  392. package/components/Icons/LightBulb.d.ts +4 -4
  393. package/components/Icons/LightBulb.js +1 -1
  394. package/components/Icons/List.d.ts +4 -4
  395. package/components/Icons/List.d.ts.map +1 -1
  396. package/components/Icons/List.js +1 -1
  397. package/components/Icons/Location.d.ts +4 -4
  398. package/components/Icons/Location.d.ts.map +1 -1
  399. package/components/Icons/Location.js +1 -1
  400. package/components/Icons/Lock.d.ts +4 -4
  401. package/components/Icons/Lock.d.ts.map +1 -1
  402. package/components/Icons/Lock.js +1 -1
  403. package/components/Icons/Lungs.d.ts +4 -4
  404. package/components/Icons/Lungs.js +1 -1
  405. package/components/Icons/Makeup.d.ts +4 -4
  406. package/components/Icons/Makeup.js +1 -1
  407. package/components/Icons/MaleDoctor.d.ts +4 -4
  408. package/components/Icons/MaleDoctor.js +1 -1
  409. package/components/Icons/MaleDoctorAndPerson.d.ts +4 -4
  410. package/components/Icons/MaleDoctorAndPerson.js +1 -1
  411. package/components/Icons/MaleGenitalia.d.ts +4 -4
  412. package/components/Icons/MaleGenitalia.js +1 -1
  413. package/components/Icons/Medicine.d.ts +4 -4
  414. package/components/Icons/Medicine.d.ts.map +1 -1
  415. package/components/Icons/Medicine.js +1 -1
  416. package/components/Icons/MedicineWarning.d.ts +4 -4
  417. package/components/Icons/MedicineWarning.js +1 -1
  418. package/components/Icons/MentalHealthAdult.d.ts +4 -4
  419. package/components/Icons/MentalHealthAdult.js +1 -1
  420. package/components/Icons/MentalHealthChild.d.ts +4 -4
  421. package/components/Icons/MentalHealthChild.js +1 -1
  422. package/components/Icons/Menu.d.ts +4 -4
  423. package/components/Icons/Menu.d.ts.map +1 -1
  424. package/components/Icons/Menu.js +1 -1
  425. package/components/Icons/Microscope.d.ts +4 -4
  426. package/components/Icons/Microscope.js +1 -1
  427. package/components/Icons/Minus.d.ts +4 -4
  428. package/components/Icons/Minus.d.ts.map +1 -1
  429. package/components/Icons/Minus.js +1 -1
  430. package/components/Icons/Mirror.d.ts +4 -4
  431. package/components/Icons/Mirror.js +1 -1
  432. package/components/Icons/MobilePhone.d.ts +4 -4
  433. package/components/Icons/MobilePhone.d.ts.map +1 -1
  434. package/components/Icons/MobilePhone.js +1 -1
  435. package/components/Icons/MotherHoldingBaby.d.ts +4 -4
  436. package/components/Icons/MotherHoldingBaby.js +1 -1
  437. package/components/Icons/MuscleBack.d.ts +4 -4
  438. package/components/Icons/MuscleBack.js +1 -1
  439. package/components/Icons/MuscleLeg.d.ts +4 -4
  440. package/components/Icons/MuscleLeg.js +1 -1
  441. package/components/Icons/Mushroom.d.ts +4 -4
  442. package/components/Icons/Mushroom.js +1 -1
  443. package/components/Icons/Music.d.ts +4 -4
  444. package/components/Icons/Music.js +1 -1
  445. package/components/Icons/MusselsAndSalt.d.ts +4 -4
  446. package/components/Icons/MusselsAndSalt.js +1 -1
  447. package/components/Icons/NoEye.d.ts +4 -4
  448. package/components/Icons/NoEye.d.ts.map +1 -1
  449. package/components/Icons/NoEye.js +1 -1
  450. package/components/Icons/NoFilter.d.ts +4 -4
  451. package/components/Icons/NoFilter.d.ts.map +1 -1
  452. package/components/Icons/NoFilter.js +1 -1
  453. package/components/Icons/Notepad.d.ts +4 -4
  454. package/components/Icons/Notepad.js +1 -1
  455. package/components/Icons/Osteotomy.d.ts +4 -4
  456. package/components/Icons/Osteotomy.js +1 -1
  457. package/components/Icons/PaintRoller.d.ts +4 -4
  458. package/components/Icons/PaintRoller.js +1 -1
  459. package/components/Icons/PaperPlane.d.ts +4 -4
  460. package/components/Icons/PaperPlane.d.ts.map +1 -1
  461. package/components/Icons/PaperPlane.js +1 -1
  462. package/components/Icons/PatientAndPerson.d.ts +4 -4
  463. package/components/Icons/PatientAndPerson.js +1 -1
  464. package/components/Icons/Pause.d.ts +4 -4
  465. package/components/Icons/Pause.d.ts.map +1 -1
  466. package/components/Icons/Pause.js +1 -1
  467. package/components/Icons/PdfFile.d.ts +4 -4
  468. package/components/Icons/PdfFile.js +1 -1
  469. package/components/Icons/Pencil.d.ts +4 -4
  470. package/components/Icons/Pencil.d.ts.map +1 -1
  471. package/components/Icons/Pencil.js +1 -1
  472. package/components/Icons/PeopleTalking.d.ts +4 -4
  473. package/components/Icons/PeopleTalking.js +1 -1
  474. package/components/Icons/Peritonealdialysis.d.ts +4 -4
  475. package/components/Icons/Peritonealdialysis.js +1 -1
  476. package/components/Icons/Person.d.ts +4 -4
  477. package/components/Icons/Person.js +1 -1
  478. package/components/Icons/PersonAndPatient.d.ts +4 -4
  479. package/components/Icons/PersonAndPatient.js +1 -1
  480. package/components/Icons/PersonInXRayMachine.d.ts +4 -4
  481. package/components/Icons/PersonInXRayMachine.js +1 -1
  482. package/components/Icons/PersonOverweight.d.ts +4 -4
  483. package/components/Icons/PersonOverweight.js +1 -1
  484. package/components/Icons/PersonRelaxing.d.ts +4 -4
  485. package/components/Icons/PersonRelaxing.js +1 -1
  486. package/components/Icons/PersonWithBrain.d.ts +4 -4
  487. package/components/Icons/PersonWithBrain.js +1 -1
  488. package/components/Icons/PersonWithBrokenArm.d.ts +4 -4
  489. package/components/Icons/PersonWithBrokenArm.js +1 -1
  490. package/components/Icons/PersonWithCrutches.d.ts +4 -4
  491. package/components/Icons/PersonWithCrutches.js +1 -1
  492. package/components/Icons/PersonWithJaw.d.ts +4 -4
  493. package/components/Icons/PersonWithJaw.js +1 -1
  494. package/components/Icons/PersonWithMagnifyingGlass.d.ts +4 -4
  495. package/components/Icons/PersonWithMagnifyingGlass.js +1 -1
  496. package/components/Icons/PersonWithSenses.d.ts +4 -4
  497. package/components/Icons/PersonWithSenses.js +1 -1
  498. package/components/Icons/PersonWorking.d.ts +4 -4
  499. package/components/Icons/PersonWorking.js +1 -1
  500. package/components/Icons/PizzaSlice.d.ts +4 -4
  501. package/components/Icons/PizzaSlice.js +1 -1
  502. package/components/Icons/Plane.d.ts +4 -4
  503. package/components/Icons/Plane.js +1 -1
  504. package/components/Icons/Plant.d.ts +4 -4
  505. package/components/Icons/Plant.js +1 -1
  506. package/components/Icons/Play.d.ts +4 -4
  507. package/components/Icons/Play.d.ts.map +1 -1
  508. package/components/Icons/Play.js +1 -1
  509. package/components/Icons/PlusLarge.d.ts +4 -4
  510. package/components/Icons/PlusLarge.d.ts.map +1 -1
  511. package/components/Icons/PlusLarge.js +1 -1
  512. package/components/Icons/PlusSmall.d.ts +4 -4
  513. package/components/Icons/PlusSmall.d.ts.map +1 -1
  514. package/components/Icons/PlusSmall.js +1 -1
  515. package/components/Icons/PngFile.d.ts +4 -4
  516. package/components/Icons/PngFile.js +1 -1
  517. package/components/Icons/Podcast.d.ts +4 -4
  518. package/components/Icons/PoisonInformation.d.ts +4 -4
  519. package/components/Icons/PoisonInformation.js +1 -1
  520. package/components/Icons/Pregnant.d.ts +4 -4
  521. package/components/Icons/Pregnant.js +1 -1
  522. package/components/Icons/Printer.d.ts +4 -4
  523. package/components/Icons/Printer.d.ts.map +1 -1
  524. package/components/Icons/Printer.js +1 -1
  525. package/components/Icons/Psychosis.d.ts +4 -4
  526. package/components/Icons/Psychosis.js +1 -1
  527. package/components/Icons/Publication.d.ts +4 -4
  528. package/components/Icons/Publication.js +1 -1
  529. package/components/Icons/Puzzle.d.ts +4 -4
  530. package/components/Icons/Puzzle.js +1 -1
  531. package/components/Icons/QrCode.d.ts +4 -4
  532. package/components/Icons/QrCode.d.ts.map +1 -1
  533. package/components/Icons/QrCode.js +1 -1
  534. package/components/Icons/Quarrel.d.ts +4 -4
  535. package/components/Icons/RadioTherapy.d.ts +4 -4
  536. package/components/Icons/RadioTherapy.js +1 -1
  537. package/components/Icons/RadioactiveTreatment.d.ts +4 -4
  538. package/components/Icons/RadioactiveTreatment.js +1 -1
  539. package/components/Icons/Radioiodine.d.ts +4 -4
  540. package/components/Icons/Radioiodine.js +1 -1
  541. package/components/Icons/Receipt.d.ts +4 -4
  542. package/components/Icons/Receipt.js +1 -1
  543. package/components/Icons/Receptionist.d.ts +4 -4
  544. package/components/Icons/Receptionist.d.ts.map +1 -1
  545. package/components/Icons/Receptionist.js +1 -1
  546. package/components/Icons/Recovery.d.ts +4 -4
  547. package/components/Icons/Recovery.js +1 -1
  548. package/components/Icons/Referral.d.ts +4 -4
  549. package/components/Icons/Referral.d.ts.map +1 -1
  550. package/components/Icons/Referral.js +1 -1
  551. package/components/Icons/Refresh.d.ts +4 -4
  552. package/components/Icons/Refresh.d.ts.map +1 -1
  553. package/components/Icons/Refresh.js +1 -1
  554. package/components/Icons/Refund.d.ts +4 -4
  555. package/components/Icons/Refund.js +1 -1
  556. package/components/Icons/Reply.d.ts +4 -4
  557. package/components/Icons/Reply.d.ts.map +1 -1
  558. package/components/Icons/Reply.js +1 -1
  559. package/components/Icons/Rocket.d.ts +4 -4
  560. package/components/Icons/Rocket.js +1 -1
  561. package/components/Icons/RtfFile.d.ts +4 -4
  562. package/components/Icons/RtfFile.js +1 -1
  563. package/components/Icons/STDs.d.ts +4 -4
  564. package/components/Icons/Save.d.ts +4 -4
  565. package/components/Icons/Save.d.ts.map +1 -1
  566. package/components/Icons/Save.js +1 -1
  567. package/components/Icons/Scale.d.ts +4 -4
  568. package/components/Icons/Scale.js +1 -1
  569. package/components/Icons/Search.d.ts +4 -4
  570. package/components/Icons/Search.d.ts.map +1 -1
  571. package/components/Icons/Search.js +1 -1
  572. package/components/Icons/SectionSign.d.ts +4 -4
  573. package/components/Icons/SectionSign.d.ts.map +1 -1
  574. package/components/Icons/SectionSign.js +1 -1
  575. package/components/Icons/Settings.d.ts +4 -4
  576. package/components/Icons/Settings.d.ts.map +1 -1
  577. package/components/Icons/Settings.js +1 -1
  578. package/components/Icons/Sexualorientation.d.ts +4 -4
  579. package/components/Icons/ShakingHand.d.ts +4 -4
  580. package/components/Icons/ShakingHand.js +1 -1
  581. package/components/Icons/Share.d.ts +4 -4
  582. package/components/Icons/Share.d.ts.map +1 -1
  583. package/components/Icons/Share.js +1 -1
  584. package/components/Icons/Shield.d.ts +4 -4
  585. package/components/Icons/Shield.js +1 -1
  586. package/components/Icons/ShuntOperation.d.ts +4 -4
  587. package/components/Icons/ShuntOperation.js +1 -1
  588. package/components/Icons/Skeleton.d.ts +4 -4
  589. package/components/Icons/Skeleton.js +1 -1
  590. package/components/Icons/Skin.d.ts +4 -4
  591. package/components/Icons/Skin.js +1 -1
  592. package/components/Icons/Snake.d.ts +4 -4
  593. package/components/Icons/Snake.js +1 -1
  594. package/components/Icons/Snapchat.d.ts +4 -4
  595. package/components/Icons/Snapchat.js +1 -1
  596. package/components/Icons/SpeechBubble.d.ts +4 -4
  597. package/components/Icons/SpeechBubble.d.ts.map +1 -1
  598. package/components/Icons/SpeechBubble.js +1 -1
  599. package/components/Icons/Spray.d.ts +4 -4
  600. package/components/Icons/Spray.js +1 -1
  601. package/components/Icons/Stopwatch.d.ts +4 -4
  602. package/components/Icons/Stopwatch.d.ts.map +1 -1
  603. package/components/Icons/Stopwatch.js +1 -1
  604. package/components/Icons/SupportingPerson.d.ts +4 -4
  605. package/components/Icons/SupportingPerson.d.ts.map +1 -1
  606. package/components/Icons/SupportingPerson.js +1 -1
  607. package/components/Icons/Surgery.d.ts +4 -4
  608. package/components/Icons/Surgery.js +1 -1
  609. package/components/Icons/Syringe.d.ts +4 -4
  610. package/components/Icons/Syringe.d.ts.map +1 -1
  611. package/components/Icons/Syringe.js +1 -1
  612. package/components/Icons/Taxi.d.ts +4 -4
  613. package/components/Icons/Taxi.js +1 -1
  614. package/components/Icons/TeddyBear.d.ts +4 -4
  615. package/components/Icons/TeddyBear.js +1 -1
  616. package/components/Icons/Teenagers.d.ts +4 -4
  617. package/components/Icons/Teenagers.js +1 -1
  618. package/components/Icons/ThinkingAboutBaby.d.ts +4 -4
  619. package/components/Icons/ThinkingAboutBaby.js +1 -1
  620. package/components/Icons/Ticket.d.ts +4 -4
  621. package/components/Icons/Ticket.js +1 -1
  622. package/components/Icons/TimePassing.d.ts +4 -4
  623. package/components/Icons/TimePassing.d.ts.map +1 -1
  624. package/components/Icons/TimePassing.js +1 -1
  625. package/components/Icons/Toolbox.d.ts +4 -4
  626. package/components/Icons/Toolbox.d.ts.map +1 -1
  627. package/components/Icons/Toolbox.js +1 -1
  628. package/components/Icons/Tooth.d.ts +4 -4
  629. package/components/Icons/Tooth.js +1 -1
  630. package/components/Icons/TotalKneeProsthesis.d.ts +4 -4
  631. package/components/Icons/TotalKneeProsthesis.js +1 -1
  632. package/components/Icons/Train.d.ts +4 -4
  633. package/components/Icons/Train.js +1 -1
  634. package/components/Icons/Transplantation.d.ts +4 -4
  635. package/components/Icons/Transplantation.js +1 -1
  636. package/components/Icons/TrashCan.d.ts +4 -4
  637. package/components/Icons/TrashCan.d.ts.map +1 -1
  638. package/components/Icons/TrashCan.js +1 -1
  639. package/components/Icons/Twitter.d.ts +4 -4
  640. package/components/Icons/Twitter.js +1 -1
  641. package/components/Icons/Undo.d.ts +4 -4
  642. package/components/Icons/Undo.d.ts.map +1 -1
  643. package/components/Icons/Undo.js +1 -1
  644. package/components/Icons/UniProsthesis.d.ts +4 -4
  645. package/components/Icons/UniProsthesis.js +1 -1
  646. package/components/Icons/Upload.d.ts +4 -4
  647. package/components/Icons/Upload.d.ts.map +1 -1
  648. package/components/Icons/Upload.js +1 -1
  649. package/components/Icons/UserOrganization.d.ts +4 -4
  650. package/components/Icons/UserOrganization.js +1 -1
  651. package/components/Icons/Vaccine.d.ts +4 -4
  652. package/components/Icons/Vaccine.d.ts.map +1 -1
  653. package/components/Icons/Vaccine.js +1 -1
  654. package/components/Icons/VerticalDots.d.ts +4 -4
  655. package/components/Icons/VerticalDots.d.ts.map +1 -1
  656. package/components/Icons/VerticalDots.js +1 -1
  657. package/components/Icons/VideoCamera.d.ts +4 -4
  658. package/components/Icons/VideoCamera.d.ts.map +1 -1
  659. package/components/Icons/VideoCamera.js +1 -1
  660. package/components/Icons/VideoChat.d.ts +4 -4
  661. package/components/Icons/VideoChat.d.ts.map +1 -1
  662. package/components/Icons/VideoChat.js +1 -1
  663. package/components/Icons/Wallet.d.ts +4 -4
  664. package/components/Icons/Wallet.d.ts.map +1 -1
  665. package/components/Icons/Wallet.js +1 -1
  666. package/components/Icons/Watch.d.ts +4 -4
  667. package/components/Icons/Watch.d.ts.map +1 -1
  668. package/components/Icons/Watch.js +1 -1
  669. package/components/Icons/Website.d.ts +4 -4
  670. package/components/Icons/Website.js +1 -1
  671. package/components/Icons/Wheelchair.d.ts +4 -4
  672. package/components/Icons/Wheelchair.js +1 -1
  673. package/components/Icons/WheelchairActive.d.ts +4 -4
  674. package/components/Icons/WheelchairActive.js +1 -1
  675. package/components/Icons/Window.d.ts +4 -4
  676. package/components/Icons/Window.js +1 -1
  677. package/components/Icons/WordDocument.d.ts +4 -4
  678. package/components/Icons/WordDocument.js +1 -1
  679. package/components/Icons/WorkSuitcase.d.ts +4 -4
  680. package/components/Icons/WorkSuitcase.js +1 -1
  681. package/components/Icons/X.d.ts +4 -4
  682. package/components/Icons/X.d.ts.map +1 -1
  683. package/components/Icons/X.js +1 -1
  684. package/components/Icons/XOutline.d.ts +4 -4
  685. package/components/Icons/XOutline.js +1 -1
  686. package/components/Icons/XmlFile.d.ts +4 -4
  687. package/components/Icons/XmlFile.js +1 -1
  688. package/components/Icons/YouTube.d.ts +4 -4
  689. package/components/Icons/YouTube.js +1 -1
  690. package/components/Icons/Zoom.d.ts +4 -4
  691. package/components/Icons/Zoom.d.ts.map +1 -1
  692. package/components/Icons/Zoom.js +1 -1
  693. package/components/Icons/index.d.ts +4 -4
  694. package/components/Icons/index.js +1 -1
  695. package/components/Input/Input.d.ts +54 -54
  696. package/components/Input/index.d.ts +3 -3
  697. package/components/Input/index.js +1 -1
  698. package/components/Input/styles.module.scss +59 -59
  699. package/components/Input/styles.module.scss.d.ts +23 -23
  700. package/components/LinkList/LinkList.d.ts +41 -41
  701. package/components/LinkList/index.d.ts +3 -3
  702. package/components/LinkList/index.js +1 -1
  703. package/components/LinkList/styles.module.scss +147 -147
  704. package/components/LinkList/styles.module.scss.d.ts +26 -26
  705. package/components/List/List.d.ts +9 -9
  706. package/components/List/index.d.ts +3 -3
  707. package/components/List/index.js +1 -1
  708. package/components/List/styles.module.scss +11 -11
  709. package/components/List/styles.module.scss.d.ts +10 -10
  710. package/components/Loader/Loader.d.ts +32 -32
  711. package/components/Loader/Loader.d.ts.map +1 -1
  712. package/components/Loader/index.d.ts +3 -3
  713. package/components/Loader/index.js +1 -1
  714. package/components/Loader/styles.module.scss +194 -194
  715. package/components/Logo/Logo.d.ts +17 -17
  716. package/components/Logo/index.d.ts +3 -3
  717. package/components/Logo/index.js +1 -1
  718. package/components/Modal/Modal.d.ts +69 -69
  719. package/components/Modal/index.d.ts +3 -3
  720. package/components/Modal/index.js +1 -1
  721. package/components/Modal/styles.module.scss +245 -243
  722. package/components/Modal/styles.module.scss.d.ts +41 -41
  723. package/components/NotificationPanel/NotificationPanel.d.ts +47 -47
  724. package/components/NotificationPanel/index.d.ts +3 -3
  725. package/components/NotificationPanel/index.js +1 -1
  726. package/components/NotificationPanel/styles.module.scss +153 -153
  727. package/components/NotificationPanel/styles.module.scss.d.ts +33 -33
  728. package/components/Portal/index.d.ts +12 -12
  729. package/components/Portal/index.js +1 -1
  730. package/components/RadioButton/RadioButton.d.ts +30 -30
  731. package/components/RadioButton/index.d.ts +3 -3
  732. package/components/RadioButton/index.js +1 -1
  733. package/components/RadioButton/styles.module.scss +236 -236
  734. package/components/RadioButton/styles.module.scss.d.ts +23 -23
  735. package/components/Slider/Slider.d.ts +19 -19
  736. package/components/Slider/SliderUtils.d.ts +40 -40
  737. package/components/Slider/index.d.ts +3 -3
  738. package/components/Slider/index.js +1 -1
  739. package/components/Slider/styles.module.scss +85 -85
  740. package/components/Slider/styles.module.scss.d.ts +19 -19
  741. package/components/Spacer/Spacer.d.ts +12 -12
  742. package/components/Spacer/index.d.ts +3 -3
  743. package/components/Spacer/index.js +1 -1
  744. package/components/Spacer/styles.module.scss +47 -47
  745. package/components/Spacer/styles.module.scss.d.ts +22 -22
  746. package/components/Textarea/Textarea.d.ts +36 -36
  747. package/components/Textarea/index.d.ts +3 -3
  748. package/components/Textarea/index.js +1 -1
  749. package/components/Textarea/styles.module.scss +57 -57
  750. package/components/Textarea/styles.module.scss.d.ts +26 -26
  751. package/components/Tile/Tile.d.ts +33 -33
  752. package/components/Tile/index.d.ts +3 -3
  753. package/components/Tile/index.js +1 -1
  754. package/components/Tile/styles.module.scss +115 -115
  755. package/components/Tile/styles.module.scss.d.ts +18 -18
  756. package/components/Title/Title.d.ts +25 -25
  757. package/components/Title/index.d.ts +3 -3
  758. package/components/Title/index.js +1 -1
  759. package/components/Title/styles.module.scss +27 -27
  760. package/components/Title/styles.module.scss.d.ts +15 -15
  761. package/components/Validation/Validation.d.ts +16 -16
  762. package/components/Validation/index.d.ts +3 -3
  763. package/components/Validation/index.js +1 -1
  764. package/components/Validation/styles.module.scss +18 -18
  765. package/components/Validation/styles.module.scss.d.ts +10 -10
  766. package/constants-075356e2.js +2 -0
  767. package/constants-075356e2.js.map +1 -0
  768. package/constants.d.ts +92 -91
  769. package/constants.d.ts.map +1 -1
  770. package/grid-c105cad1.js +2 -0
  771. package/grid-c105cad1.js.map +1 -0
  772. package/hoc/withBreakpoint/index.d.ts +4 -0
  773. package/hoc/withBreakpoint/index.d.ts.map +1 -0
  774. package/hoc/withBreakpoint/index.js +2 -0
  775. package/{components/__mocks__ → hoc/withBreakpoint}/index.js.map +0 -0
  776. package/hoc/withBreakpoint/withBreakpoint.d.ts +14 -0
  777. package/hoc/withBreakpoint/withBreakpoint.d.ts.map +1 -0
  778. package/hooks/focus-utils.d.ts +6 -6
  779. package/hooks/useBreakpoint.d.ts +13 -12
  780. package/hooks/useBreakpoint.d.ts.map +1 -1
  781. package/hooks/useFocusToggle.d.ts +13 -13
  782. package/hooks/useFocusTrap.d.ts +3 -3
  783. package/hooks/useHover.d.ts +11 -11
  784. package/hooks/useIcons.d.ts +3 -3
  785. package/hooks/useIntersectionObserver.d.ts +10 -10
  786. package/hooks/useIsVisible.d.ts +9 -9
  787. package/hooks/useLayoutEvent.d.ts +8 -8
  788. package/hooks/useLayoutEvent.d.ts.map +1 -1
  789. package/hooks/usePrevious.d.ts +7 -0
  790. package/hooks/usePrevious.d.ts.map +1 -0
  791. package/hooks/useSize.d.ts +8 -8
  792. package/hooks/useSticky.d.ts +20 -20
  793. package/hooks/useWindowSize.d.ts +4 -4
  794. package/hooks/useWindowSize.d.ts.map +1 -1
  795. package/index-d1c9177a.js +2 -0
  796. package/index-d1c9177a.js.map +1 -0
  797. package/index.d.ts +13 -12
  798. package/index.d.ts.map +1 -1
  799. package/index.js +1 -1
  800. package/package.json +2 -1
  801. package/scss/_body.scss +11 -11
  802. package/scss/_breakpoints.scss +16 -16
  803. package/scss/_font-settings.scss +8 -8
  804. package/scss/_fonts.scss +112 -112
  805. package/scss/_grid.scss +1 -1
  806. package/scss/_input.scss +176 -176
  807. package/scss/_palette.scss +136 -136
  808. package/scss/_print.scss +176 -176
  809. package/scss/_reset.scss +13 -13
  810. package/scss/_spacers.scss +40 -40
  811. package/scss/_title.scss +59 -59
  812. package/scss/helsenorge.scss +8 -8
  813. package/scss/typography.module.scss +154 -154
  814. package/theme/currys/color.d.ts +3 -3
  815. package/theme/currys/index.d.ts +2 -2
  816. package/theme/currys/spacing.d.ts +3 -3
  817. package/theme/grid.d.ts +21 -20
  818. package/theme/grid.d.ts.map +1 -1
  819. package/theme/index.d.ts +99 -98
  820. package/theme/index.d.ts.map +1 -1
  821. package/theme/palette.d.ts +67 -67
  822. package/theme/spacers.d.ts +18 -18
  823. package/useBreakpoint-8209ae3c.js +2 -0
  824. package/useBreakpoint-8209ae3c.js.map +1 -0
  825. package/{useHover-9710204a.js → useHover-507fb85a.js} +2 -2
  826. package/useHover-507fb85a.js.map +1 -0
  827. package/{useIsVisible-a1f67a11.js → useIsVisible-f5d49913.js} +2 -2
  828. package/useIsVisible-f5d49913.js.map +1 -0
  829. package/usePrevious-ae293b10.js +2 -0
  830. package/usePrevious-ae293b10.js.map +1 -0
  831. package/useSticky-a572c326.js +2 -0
  832. package/useSticky-a572c326.js.map +1 -0
  833. package/useWindowSize-58f26dea.js +2 -0
  834. package/useWindowSize-58f26dea.js.map +1 -0
  835. package/utils/debounce.d.ts +7 -7
  836. package/utils/uuid.d.ts +2 -2
  837. package/utils/viewport.d.ts +1 -1
  838. package/AlertSignFill-e607ff43.js +0 -2
  839. package/AlertSignFill-e607ff43.js.map +0 -1
  840. package/Button-397ff5a8.js +0 -2
  841. package/Button-397ff5a8.js.map +0 -1
  842. package/Check-6291ad09.js +0 -2
  843. package/Check-6291ad09.js.map +0 -1
  844. package/Checkbox-acd12b0c.js +0 -2
  845. package/Checkbox-acd12b0c.js.map +0 -1
  846. package/ChevronUp-4b6797ef.js +0 -2
  847. package/ChevronUp-4b6797ef.js.map +0 -1
  848. package/Close-060173de.js +0 -2
  849. package/Close-060173de.js.map +0 -1
  850. package/FormGroup-b2b6efe0.js.map +0 -1
  851. package/Icon-537c6b21.js +0 -2
  852. package/Icon-537c6b21.js.map +0 -1
  853. package/Input-59ca2467.js +0 -2
  854. package/Input-59ca2467.js.map +0 -1
  855. package/Loader-bc13d060.js.map +0 -1
  856. package/Modal-3c7f9f93.js +0 -2
  857. package/Modal-3c7f9f93.js.map +0 -1
  858. package/RadioButton-c173d440.js.map +0 -1
  859. package/Textarea-78e20c9a.js.map +0 -1
  860. package/Title-9df559dd.js.map +0 -1
  861. package/Validation-16a8bdcd.js +0 -2
  862. package/Validation-16a8bdcd.js.map +0 -1
  863. package/_rollupPluginBabelHelpers-b8ef6dd9.js +0 -2
  864. package/_rollupPluginBabelHelpers-b8ef6dd9.js.map +0 -1
  865. package/color-a10c7892.js +0 -2
  866. package/color-a10c7892.js.map +0 -1
  867. package/components/Modal/__mocks__/IntersectionObserver.d.ts +0 -6
  868. package/components/Modal/__mocks__/IntersectionObserver.d.ts.map +0 -1
  869. package/components/__mocks__/index.js +0 -2
  870. package/constants-eb74321e.js +0 -2
  871. package/constants-eb74321e.js.map +0 -1
  872. package/grid-11a70eb7.js +0 -2
  873. package/grid-11a70eb7.js.map +0 -1
  874. package/index-0e78dfa0.js +0 -2
  875. package/index-0e78dfa0.js.map +0 -1
  876. package/useBreakpoint-552af2b9.js +0 -2
  877. package/useBreakpoint-552af2b9.js.map +0 -1
  878. package/useHover-9710204a.js.map +0 -1
  879. package/useIsVisible-a1f67a11.js.map +0 -1
  880. package/useSticky-d61d1f0b.js +0 -2
  881. package/useSticky-d61d1f0b.js.map +0 -1
  882. package/useWindowSize-750f9b68.js +0 -2
  883. package/useWindowSize-750f9b68.js.map +0 -1
@@ -1,2 +1,2 @@
1
- import l from"react";export default function(h){h.isExtraSmall;var a=h.isHovered,e=l.createElement("path",{d:"M29.262 23.087c.306-.216.598-.323.876-.323.152 0 .282.01.388.028.104.02.219.048.344.087l.288-1.437c-.202-.095-.47-.143-.805-.143-.373 0-.737.122-1.091.366s-.656.596-.905 1.056h-.058l-.114-1.25H26.82v7.052h1.65v-4.31c.22-.535.484-.911.79-1.126zM24 7.274a16.704 16.704 0 00-12.812 5.984l-.273-5.78-1.398.066.395 8.405h8.068v-1.4h-6.041a15.313 15.313 0 0112.06-5.875c8.452 0 15.327 6.875 15.327 15.326 0 8.45-6.875 15.326-15.326 15.326-7.25 0-13.563-5.146-15.014-12.237l-1.371.28C9.198 35.11 16.089 40.728 24 40.728c9.223 0 16.727-7.504 16.727-16.727S33.223 7.274 24 7.274zM18.39 19.13v9.393h1.666v-2.744l1.35-1.68 2.543 4.424h1.837l-3.375-5.731 2.887-3.662h-1.852L20.1 23.396h-.044V19.13H18.39z"});return a?l.createElement("path",{d:"M29.262 23.087c.306-.216.598-.323.876-.323.152 0 .282.01.388.028.104.02.219.048.344.087l.288-1.437c-.202-.095-.47-.143-.805-.143-.373 0-.737.122-1.091.366s-.656.596-.905 1.056h-.058l-.114-1.25H26.82v7.052h1.65v-4.31c.22-.535.484-.911.79-1.126zm9.868-6.453a16.618 16.618 0 00-9.594-8.477 16.62 16.62 0 00-12.777.79A16.713 16.713 0 007.874 19.95l-2.782-5.075-1.228.674 4.045 7.378 7.249-3.541-.615-1.258-5.427 2.65a15.314 15.314 0 018.258-10.572 15.225 15.225 0 0111.707-.724 15.223 15.223 0 018.79 7.767 15.225 15.225 0 01.726 11.707 15.224 15.224 0 01-7.768 8.79 15.23 15.23 0 01-11.707.726 15.226 15.226 0 01-8.791-7.767 15.453 15.453 0 01-1.24-3.618l-1.371.285a16.727 16.727 0 001.354 3.947 16.616 16.616 0 009.593 8.477c1.782.61 3.618.916 5.449.916 2.51 0 5.006-.572 7.329-1.707a16.62 16.62 0 008.476-9.594 16.616 16.616 0 00-.791-12.777zM18.39 19.13v9.393h1.666v-2.744l1.35-1.68 2.543 4.424h1.837l-3.375-5.731 2.887-3.662h-1.852L20.1 23.396h-.044V19.13H18.39z"}):e}
1
+ import h from"react";export default function(e){e.size;var l=e.isHovered,a=h.createElement("path",{d:"M29.262 23.087c.306-.216.598-.323.876-.323.152 0 .282.01.388.028.104.02.219.048.344.087l.288-1.437c-.202-.095-.47-.143-.805-.143-.373 0-.737.122-1.091.366s-.656.596-.905 1.056h-.058l-.114-1.25H26.82v7.052h1.65v-4.31c.22-.535.484-.911.79-1.126zM24 7.274a16.704 16.704 0 00-12.812 5.984l-.273-5.78-1.398.066.395 8.405h8.068v-1.4h-6.041a15.313 15.313 0 0112.06-5.875c8.452 0 15.327 6.875 15.327 15.326 0 8.45-6.875 15.326-15.326 15.326-7.25 0-13.563-5.146-15.014-12.237l-1.371.28C9.198 35.11 16.089 40.728 24 40.728c9.223 0 16.727-7.504 16.727-16.727S33.223 7.274 24 7.274zM18.39 19.13v9.393h1.666v-2.744l1.35-1.68 2.543 4.424h1.837l-3.375-5.731 2.887-3.662h-1.852L20.1 23.396h-.044V19.13H18.39z"});return l?h.createElement("path",{d:"M29.262 23.087c.306-.216.598-.323.876-.323.152 0 .282.01.388.028.104.02.219.048.344.087l.288-1.437c-.202-.095-.47-.143-.805-.143-.373 0-.737.122-1.091.366s-.656.596-.905 1.056h-.058l-.114-1.25H26.82v7.052h1.65v-4.31c.22-.535.484-.911.79-1.126zm9.868-6.453a16.618 16.618 0 00-9.594-8.477 16.62 16.62 0 00-12.777.79A16.713 16.713 0 007.874 19.95l-2.782-5.075-1.228.674 4.045 7.378 7.249-3.541-.615-1.258-5.427 2.65a15.314 15.314 0 018.258-10.572 15.225 15.225 0 0111.707-.724 15.223 15.223 0 018.79 7.767 15.225 15.225 0 01.726 11.707 15.224 15.224 0 01-7.768 8.79 15.23 15.23 0 01-11.707.726 15.226 15.226 0 01-8.791-7.767 15.453 15.453 0 01-1.24-3.618l-1.371.285a16.727 16.727 0 001.354 3.947 16.616 16.616 0 009.593 8.477c1.782.61 3.618.916 5.449.916 2.51 0 5.006-.572 7.329-1.707a16.62 16.62 0 008.476-9.594 16.616 16.616 0 00-.791-12.777zM18.39 19.13v9.393h1.666v-2.744l1.35-1.68 2.543 4.424h1.837l-3.375-5.731 2.887-3.662h-1.852L20.1 23.396h-.044V19.13H18.39z"}):a}
2
2
  //# sourceMappingURL=Refund.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const Reply: React.FC<SvgPathProps>;
4
- export default Reply;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const Reply: React.FC<SvgPathProps>;
4
+ export default Reply;
5
5
  //# sourceMappingURL=Reply.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Reply.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/Reply.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAEtC,QAAA,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAwBjC,CAAC;AAEF,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"Reply.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/Reply.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAW,YAAY,EAAE,MAAM,QAAQ,CAAC;AAE/C,QAAA,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAwBjC,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -1,2 +1,2 @@
1
- import e from"react";export default function(t){var l=t.isExtraSmall,a=t.isHovered,c=e.createElement("g",null,e.createElement("path",{d:"M41.29 37.678h-2v-5.2c0-6.79-5.522-12.314-12.312-12.314H7.708v-2h19.27c7.892 0 14.313 6.42 14.313 14.314v5.2z"}),e.createElement("path",{d:"M18.388 31.819L6.33 19.263 18.179 6.637l1.458 1.368L9.088 19.248 19.83 30.433z"})),r=e.createElement("g",null,e.createElement("path",{d:"M41.29 34.16h-2v-1.682c0-6.79-5.523-12.314-12.312-12.314H4.192v-2h22.786c7.892 0 14.313 6.42 14.313 14.314v1.683z"}),e.createElement("path",{d:"M14.87 31.819L2.814 19.263 14.662 6.637l1.458 1.368L5.571 19.248l10.742 11.185z"})),n=e.createElement("path",{d:"M27.254 17.363H10.801l9.222-9.647L18.158 6 6 18.719l12.372 12.645 1.844-1.739-9.544-9.754h16.582c6.721 0 12.19 5.368 12.19 11.965V37H42v-5.164c0-7.98-6.615-14.473-14.746-14.473"});return l?a?e.createElement("path",{d:"M26.462 17.567H6.733l9.092-9.82L13.987 6 2 18.947l12.197 12.871 1.818-1.77-9.41-9.928h19.857c6.626 0 12.018 5.464 12.018 12.18V34H41v-1.7c0-8.124-6.522-14.733-14.538-14.733"}):n:a?r:c}
1
+ import e from"react";import{getIcon as t}from"./Icon.js";import"../../_tslib-51c8a283.js";import"../../constants-075356e2.js";export default function(c){var l=c.size,r=c.isHovered;return t(l,r,e.createElement("g",null,e.createElement("path",{d:"M41.29 37.678h-2v-5.2c0-6.79-5.522-12.314-12.312-12.314H7.708v-2h19.27c7.892 0 14.313 6.42 14.313 14.314v5.2z"}),e.createElement("path",{d:"M18.388 31.819L6.33 19.263 18.179 6.637l1.458 1.368L9.088 19.248 19.83 30.433z"})),e.createElement("g",null,e.createElement("path",{d:"M41.29 34.16h-2v-1.682c0-6.79-5.523-12.314-12.312-12.314H4.192v-2h22.786c7.892 0 14.313 6.42 14.313 14.314v1.683z"}),e.createElement("path",{d:"M14.87 31.819L2.814 19.263 14.662 6.637l1.458 1.368L5.571 19.248l10.742 11.185z"})),e.createElement("path",{d:"M27.254 17.363H10.801l9.222-9.647L18.158 6 6 18.719l12.372 12.645 1.844-1.739-9.544-9.754h16.582c6.721 0 12.19 5.368 12.19 11.965V37H42v-5.164c0-7.98-6.615-14.473-14.746-14.473"}),e.createElement("path",{d:"M26.462 17.567H6.733l9.092-9.82L13.987 6 2 18.947l12.197 12.871 1.818-1.77-9.41-9.928h19.857c6.626 0 12.018 5.464 12.018 12.18V34H41v-1.7c0-8.124-6.522-14.733-14.538-14.733"}))}
2
2
  //# sourceMappingURL=Reply.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const Rocket: React.FC<SvgPathProps>;
4
- export default Rocket;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const Rocket: React.FC<SvgPathProps>;
4
+ export default Rocket;
5
5
  //# sourceMappingURL=Rocket.d.ts.map
@@ -1,2 +1,2 @@
1
- import a from"react";export default function(l){l.isExtraSmall;var c=l.isHovered,m=a.createElement("path",{d:"M31.445 30l-2.294 2.316-1.177-2.876c1.515-.986 3.058-2.135 4.357-3.394A3.842 3.842 0 0131.445 30zm-9.582 1.374l-5.309-5.255c.891-1.906 3.347-6.798 6.407-9.89 1.092-1.104 2.45-1.984 3.901-2.694l7.478 7.401c-.695 1.458-1.56 2.825-2.653 3.928-3.06 3.093-7.927 5.6-9.824 6.51zm-6.328-12.532l2.294-2.319a3.844 3.844 0 013.944-.926c-1.245 1.311-2.379 2.867-3.349 4.391l-2.889-1.146zm21.414-8.02c-.195 1.941-.717 5.503-2.048 8.84l-6.77-6.7c3.322-1.367 6.88-1.926 8.818-2.14zm-3.66 14.205c4.742-5.64 5.072-15.632 5.072-15.632s-9.975.432-15.568 5.223l-.106-.067a5.15 5.15 0 00-5.782 1.058l-3.677 3.715 4.505 1.79a50.1 50.1 0 00-2.736 5.293l6.594 6.527s2.436-1.07 5.266-2.79l1.835 4.485 3.677-3.716a5.153 5.153 0 001-5.792l-.08-.094zM16.78 35.458l-.118.131c-.043.04-.089.077-.137.117-.093.08-.19.15-.31.23-1.56 1.053-3.889 1.31-5.268 1.362.052-1.259.266-3.38 1.084-4.933l.016-.03.015-.032c.133-.288.305-.547.516-.77l.12-.115a2.87 2.87 0 011.98-.788 2.85 2.85 0 012.018.831 2.86 2.86 0 01.084 3.997zm.831-4.922a4.155 4.155 0 00-2.934-1.206 4.167 4.167 0 00-2.872 1.144l-.005-.005c-.016.015-.03.034-.046.051-.016.016-.035.03-.052.047a4.168 4.168 0 00-.82 1.192c-.977 1.851-1.2 4.314-1.242 5.722a1.087 1.087 0 001.09 1.123h.028c1.521-.039 4.275-.3 6.184-1.59.145-.096.286-.2.421-.314.133-.109.262-.224.383-.347l-.012-.01a4.176 4.176 0 00-.123-5.807zm10.553-8.438a1.69 1.69 0 01-2.886-1.179c-.002-.45.17-.875.488-1.195.317-.32.74-.498 1.19-.5h.01c.446 0 .868.172 1.186.487a1.69 1.69 0 01.012 2.387zm-1.198-4.175h-.017a2.968 2.968 0 00-2.107.887 2.962 2.962 0 00-.864 2.116 2.982 2.982 0 002.987 2.97c.77 0 1.54-.295 2.123-.884a2.992 2.992 0 00-.022-4.225 2.963 2.963 0 00-2.1-.864z"});return c?a.createElement("path",{d:"M35.61 26.526l-2.294 2.317-1.177-2.877c1.515-.985 3.06-2.134 4.357-3.393a3.842 3.842 0 01-.886 3.953zM26.03 27.9l-5.31-5.254c.891-1.906 3.348-6.798 6.409-9.891 1.091-1.103 2.45-1.983 3.9-2.693l7.477 7.4c-.695 1.459-1.56 2.825-2.653 3.929-3.06 3.093-7.926 5.599-9.823 6.509zM19.7 15.369l2.294-2.32a3.835 3.835 0 013.944-.924c-1.245 1.31-2.38 2.865-3.35 4.39l-2.888-1.146zm21.413-8.022c-.194 1.942-.716 5.504-2.047 8.842l-6.772-6.701c3.323-1.366 6.88-1.925 8.82-2.141zm-3.66 14.207c4.742-5.64 5.072-15.632 5.072-15.632s-9.975.432-15.568 5.223l-.105-.067a5.151 5.151 0 00-5.783 1.058l-3.677 3.715 4.505 1.789a50.147 50.147 0 00-2.735 5.293l6.593 6.528s2.436-1.07 5.267-2.791l1.835 4.486 3.677-3.716a5.153 5.153 0 00.998-5.792l-.078-.094zm-5.126-2.93a1.68 1.68 0 01-1.19.5c-.469-.03-.876-.171-1.196-.488a1.69 1.69 0 01-.012-2.386 1.684 1.684 0 011.2-.5 1.683 1.683 0 011.687 1.678 1.68 1.68 0 01-.489 1.196zm-3.322-3.288a2.99 2.99 0 00.021 4.224 2.97 2.97 0 002.102.864h.016a2.97 2.97 0 002.109-.886 2.968 2.968 0 00.863-2.116 2.966 2.966 0 00-.886-2.108 2.992 2.992 0 00-4.225.022zm-8.06 16.649l-.118.13a4.48 4.48 0 01-.45.348c-1.558 1.053-3.887 1.309-5.267 1.362.053-1.26.268-3.384 1.084-4.933l.017-.031.015-.031c.131-.287.303-.544.517-.773l.119-.112a2.87 2.87 0 011.979-.788c.762 0 1.478.295 2.018.83a2.863 2.863 0 01.085 3.998zm.83-4.922a4.155 4.155 0 00-2.934-1.206A4.168 4.168 0 0015.97 27l-.006-.005c-.016.015-.03.034-.045.05-.017.017-.036.03-.053.047a4.172 4.172 0 00-.82 1.193c-.976 1.85-1.2 4.313-1.241 5.722a1.088 1.088 0 001.09 1.123h.027c1.523-.04 4.276-.301 6.184-1.592a4.05 4.05 0 00.421-.312c.133-.11.262-.224.383-.347l-.01-.011a4.177 4.177 0 00-.124-5.806z"}):m}
1
+ import a from"react";export default function(l){l.size;var c=l.isHovered,z=a.createElement("path",{d:"M31.445 30l-2.294 2.316-1.177-2.876c1.515-.986 3.058-2.135 4.357-3.394A3.842 3.842 0 0131.445 30zm-9.582 1.374l-5.309-5.255c.891-1.906 3.347-6.798 6.407-9.89 1.092-1.104 2.45-1.984 3.901-2.694l7.478 7.401c-.695 1.458-1.56 2.825-2.653 3.928-3.06 3.093-7.927 5.6-9.824 6.51zm-6.328-12.532l2.294-2.319a3.844 3.844 0 013.944-.926c-1.245 1.311-2.379 2.867-3.349 4.391l-2.889-1.146zm21.414-8.02c-.195 1.941-.717 5.503-2.048 8.84l-6.77-6.7c3.322-1.367 6.88-1.926 8.818-2.14zm-3.66 14.205c4.742-5.64 5.072-15.632 5.072-15.632s-9.975.432-15.568 5.223l-.106-.067a5.15 5.15 0 00-5.782 1.058l-3.677 3.715 4.505 1.79a50.1 50.1 0 00-2.736 5.293l6.594 6.527s2.436-1.07 5.266-2.79l1.835 4.485 3.677-3.716a5.153 5.153 0 001-5.792l-.08-.094zM16.78 35.458l-.118.131c-.043.04-.089.077-.137.117-.093.08-.19.15-.31.23-1.56 1.053-3.889 1.31-5.268 1.362.052-1.259.266-3.38 1.084-4.933l.016-.03.015-.032c.133-.288.305-.547.516-.77l.12-.115a2.87 2.87 0 011.98-.788 2.85 2.85 0 012.018.831 2.86 2.86 0 01.084 3.997zm.831-4.922a4.155 4.155 0 00-2.934-1.206 4.167 4.167 0 00-2.872 1.144l-.005-.005c-.016.015-.03.034-.046.051-.016.016-.035.03-.052.047a4.168 4.168 0 00-.82 1.192c-.977 1.851-1.2 4.314-1.242 5.722a1.087 1.087 0 001.09 1.123h.028c1.521-.039 4.275-.3 6.184-1.59.145-.096.286-.2.421-.314.133-.109.262-.224.383-.347l-.012-.01a4.176 4.176 0 00-.123-5.807zm10.553-8.438a1.69 1.69 0 01-2.886-1.179c-.002-.45.17-.875.488-1.195.317-.32.74-.498 1.19-.5h.01c.446 0 .868.172 1.186.487a1.69 1.69 0 01.012 2.387zm-1.198-4.175h-.017a2.968 2.968 0 00-2.107.887 2.962 2.962 0 00-.864 2.116 2.982 2.982 0 002.987 2.97c.77 0 1.54-.295 2.123-.884a2.992 2.992 0 00-.022-4.225 2.963 2.963 0 00-2.1-.864z"});return c?a.createElement("path",{d:"M35.61 26.526l-2.294 2.317-1.177-2.877c1.515-.985 3.06-2.134 4.357-3.393a3.842 3.842 0 01-.886 3.953zM26.03 27.9l-5.31-5.254c.891-1.906 3.348-6.798 6.409-9.891 1.091-1.103 2.45-1.983 3.9-2.693l7.477 7.4c-.695 1.459-1.56 2.825-2.653 3.929-3.06 3.093-7.926 5.599-9.823 6.509zM19.7 15.369l2.294-2.32a3.835 3.835 0 013.944-.924c-1.245 1.31-2.38 2.865-3.35 4.39l-2.888-1.146zm21.413-8.022c-.194 1.942-.716 5.504-2.047 8.842l-6.772-6.701c3.323-1.366 6.88-1.925 8.82-2.141zm-3.66 14.207c4.742-5.64 5.072-15.632 5.072-15.632s-9.975.432-15.568 5.223l-.105-.067a5.151 5.151 0 00-5.783 1.058l-3.677 3.715 4.505 1.789a50.147 50.147 0 00-2.735 5.293l6.593 6.528s2.436-1.07 5.267-2.791l1.835 4.486 3.677-3.716a5.153 5.153 0 00.998-5.792l-.078-.094zm-5.126-2.93a1.68 1.68 0 01-1.19.5c-.469-.03-.876-.171-1.196-.488a1.69 1.69 0 01-.012-2.386 1.684 1.684 0 011.2-.5 1.683 1.683 0 011.687 1.678 1.68 1.68 0 01-.489 1.196zm-3.322-3.288a2.99 2.99 0 00.021 4.224 2.97 2.97 0 002.102.864h.016a2.97 2.97 0 002.109-.886 2.968 2.968 0 00.863-2.116 2.966 2.966 0 00-.886-2.108 2.992 2.992 0 00-4.225.022zm-8.06 16.649l-.118.13a4.48 4.48 0 01-.45.348c-1.558 1.053-3.887 1.309-5.267 1.362.053-1.26.268-3.384 1.084-4.933l.017-.031.015-.031c.131-.287.303-.544.517-.773l.119-.112a2.87 2.87 0 011.979-.788c.762 0 1.478.295 2.018.83a2.863 2.863 0 01.085 3.998zm.83-4.922a4.155 4.155 0 00-2.934-1.206A4.168 4.168 0 0015.97 27l-.006-.005c-.016.015-.03.034-.045.05-.017.017-.036.03-.053.047a4.172 4.172 0 00-.82 1.193c-.976 1.85-1.2 4.313-1.241 5.722a1.088 1.088 0 001.09 1.123h.027c1.523-.04 4.276-.301 6.184-1.592a4.05 4.05 0 00.421-.312c.133-.11.262-.224.383-.347l-.01-.011a4.177 4.177 0 00-.124-5.806z"}):z}
2
2
  //# sourceMappingURL=Rocket.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const RtfFile: React.FC<SvgPathProps>;
4
- export default RtfFile;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const RtfFile: React.FC<SvgPathProps>;
4
+ export default RtfFile;
5
5
  //# sourceMappingURL=RtfFile.d.ts.map
@@ -1,2 +1,2 @@
1
- import v from"react";export default function(h){h.isExtraSmall;var e=h.isHovered,m=v.createElement("path",{fillRule:"evenodd",d:"M18 15.59h12v-1H18v1zm0 4.191h12v-1H18v1zm0 4.192h12v-1H18v1zM12 39.1h23.999V8.9H12v30.2zm-1.301 1.3H37.3V7.6H10.699v32.8zm9.903-9.911c-.145.121-.38.182-.709.182h-.932v-1.526h.988c.302 0 .523.067.662.201.138.134.207.326.207.575 0 .258-.073.447-.216.568zm.976 2.026v-.4c0-.295-.057-.538-.173-.727-.117-.189-.312-.329-.59-.419.266-.111.467-.253.603-.427a1.03 1.03 0 00.203-.651c0-.457-.139-.804-.417-1.039-.277-.234-.687-.352-1.232-.352h-1.814v4.811h.803v-1.996h1.038c.248 0 .442.072.576.213.136.143.204.34.204.594v.386c0 .155.011.308.036.461a.534.534 0 00.172.342h.823v-.086a.586.586 0 01-.18-.304 1.531 1.531 0 01-.052-.406zm.522-3.37h1.5v4.166h.804v-4.166h1.502V28.5H22.1v.645zm4.507 4.166h.802v-2.052h2.095v-.644h-2.095v-1.47h2.432V28.5h-3.234v4.811z"});return e?v.createElement("path",{fillRule:"evenodd",d:"M17 15.59h14.001v-1H17v1zm0 4.191h14.001v-1H17v1zm0 4.192h14.001v-1H17v1zM12 39.1h23.999V8.9H12v30.2zm-1.301 1.3H37.3V7.6H10.699v32.8zm9.903-9.911c-.145.121-.38.182-.708.182h-.932v-1.526h.987c.302 0 .523.067.661.201.139.134.208.326.208.575 0 .258-.072.447-.216.568zm.976 2.026v-.4c0-.295-.057-.538-.173-.727-.116-.189-.312-.329-.59-.419.266-.111.467-.253.603-.427.136-.174.203-.391.203-.651 0-.457-.139-.804-.416-1.039-.277-.234-.688-.352-1.232-.352h-1.815v4.811h.804v-1.996h1.037c.249 0 .441.072.576.213.136.143.203.34.203.594v.386c0 .155.013.308.037.461a.53.53 0 00.172.342h.823v-.086a.586.586 0 01-.18-.304 1.531 1.531 0 01-.052-.406zm.523-3.37h1.5v4.166h.802v-4.166h1.503V28.5h-3.805v.645zm4.505 4.166h.803v-2.052h2.095v-.644h-2.095v-1.47h2.433V28.5h-3.236v4.811z"}):m}
1
+ import v from"react";export default function(h){h.size;var e=h.isHovered,z=v.createElement("path",{fillRule:"evenodd",d:"M18 15.59h12v-1H18v1zm0 4.191h12v-1H18v1zm0 4.192h12v-1H18v1zM12 39.1h23.999V8.9H12v30.2zm-1.301 1.3H37.3V7.6H10.699v32.8zm9.903-9.911c-.145.121-.38.182-.709.182h-.932v-1.526h.988c.302 0 .523.067.662.201.138.134.207.326.207.575 0 .258-.073.447-.216.568zm.976 2.026v-.4c0-.295-.057-.538-.173-.727-.117-.189-.312-.329-.59-.419.266-.111.467-.253.603-.427a1.03 1.03 0 00.203-.651c0-.457-.139-.804-.417-1.039-.277-.234-.687-.352-1.232-.352h-1.814v4.811h.803v-1.996h1.038c.248 0 .442.072.576.213.136.143.204.34.204.594v.386c0 .155.011.308.036.461a.534.534 0 00.172.342h.823v-.086a.586.586 0 01-.18-.304 1.531 1.531 0 01-.052-.406zm.522-3.37h1.5v4.166h.804v-4.166h1.502V28.5H22.1v.645zm4.507 4.166h.802v-2.052h2.095v-.644h-2.095v-1.47h2.432V28.5h-3.234v4.811z"});return e?v.createElement("path",{fillRule:"evenodd",d:"M17 15.59h14.001v-1H17v1zm0 4.191h14.001v-1H17v1zm0 4.192h14.001v-1H17v1zM12 39.1h23.999V8.9H12v30.2zm-1.301 1.3H37.3V7.6H10.699v32.8zm9.903-9.911c-.145.121-.38.182-.708.182h-.932v-1.526h.987c.302 0 .523.067.661.201.139.134.208.326.208.575 0 .258-.072.447-.216.568zm.976 2.026v-.4c0-.295-.057-.538-.173-.727-.116-.189-.312-.329-.59-.419.266-.111.467-.253.603-.427.136-.174.203-.391.203-.651 0-.457-.139-.804-.416-1.039-.277-.234-.688-.352-1.232-.352h-1.815v4.811h.804v-1.996h1.037c.249 0 .441.072.576.213.136.143.203.34.203.594v.386c0 .155.013.308.037.461a.53.53 0 00.172.342h.823v-.086a.586.586 0 01-.18-.304 1.531 1.531 0 01-.052-.406zm.523-3.37h1.5v4.166h.802v-4.166h1.503V28.5h-3.805v.645zm4.505 4.166h.803v-2.052h2.095v-.644h-2.095v-1.47h2.433V28.5h-3.236v4.811z"}):z}
2
2
  //# sourceMappingURL=RtfFile.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const STDs: React.FC<SvgPathProps>;
4
- export default STDs;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const STDs: React.FC<SvgPathProps>;
4
+ export default STDs;
5
5
  //# sourceMappingURL=STDs.d.ts.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const Save: React.FC<SvgPathProps>;
4
- export default Save;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const Save: React.FC<SvgPathProps>;
4
+ export default Save;
5
5
  //# sourceMappingURL=Save.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Save.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/Save.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAEtC,QAAA,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CA0BhC,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"Save.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/Save.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAW,YAAY,EAAE,MAAM,QAAQ,CAAC;AAE/C,QAAA,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CA0BhC,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -1,2 +1,2 @@
1
- import e from"react";export default function(t){var h=t.isExtraSmall,a=t.isHovered,l=e.createElement("g",null,e.createElement("path",{d:"M37.859 37.839H10.141v-9.911h1.3v8.611h25.118v-8.611h1.3z"}),e.createElement("path",{d:"M23.372 29.496h1.3V9.881h-1.3z"}),e.createElement("path",{d:"M24.093 30.392l-9.023-8.466.889-.949 8.123 7.623 8.083-7.762.9.938z"})),r=e.createElement("g",null,e.createElement("path",{d:"M23.372 32.023h1.3V12.408h-1.3z"}),e.createElement("path",{d:"M24.093 32.919l-9.023-8.466.889-.949 8.123 7.623 8.083-7.762.9.938z"}),e.createElement("path",{d:"M37.859 37.839H10.141v-9.911h1.3v8.611h25.118v-8.611h1.3z"})),v=e.createElement("path",{d:"M23.216 9.473v17.693l-7.15-6.708-1.103 1.175 9.132 8.569 9.077-8.721-1.116-1.162-7.229 6.943V9.473h-1.611zm13.188 18.048v8.456H11.596v-8.456h-1.61v10.067h28.029V27.52h-1.61z"});return h?a?e.createElement("path",{d:"M23.217 12v17.694l-7.15-6.71-1.103 1.175 9.13 8.57 9.078-8.722-1.114-1.162-7.23 6.943V12h-1.61zM36.404 27.52v8.456H11.598v-8.456H9.986v10.067h28.028V27.52h-1.61z"}):v:a?r:l}
1
+ import e from"react";import{getIcon as t}from"./Icon.js";import"../../_tslib-51c8a283.js";import"../../constants-075356e2.js";export default function(h){var a=h.size,r=h.isHovered;return t(a,r,e.createElement("g",null,e.createElement("path",{d:"M37.859 37.839H10.141v-9.911h1.3v8.611h25.118v-8.611h1.3z"}),e.createElement("path",{d:"M23.372 29.496h1.3V9.881h-1.3z"}),e.createElement("path",{d:"M24.093 30.392l-9.023-8.466.889-.949 8.123 7.623 8.083-7.762.9.938z"})),e.createElement("g",null,e.createElement("path",{d:"M23.372 32.023h1.3V12.408h-1.3z"}),e.createElement("path",{d:"M24.093 32.919l-9.023-8.466.889-.949 8.123 7.623 8.083-7.762.9.938z"}),e.createElement("path",{d:"M37.859 37.839H10.141v-9.911h1.3v8.611h25.118v-8.611h1.3z"})),e.createElement("path",{d:"M23.216 9.473v17.693l-7.15-6.708-1.103 1.175 9.132 8.569 9.077-8.721-1.116-1.162-7.229 6.943V9.473h-1.611zm13.188 18.048v8.456H11.596v-8.456h-1.61v10.067h28.029V27.52h-1.61z"}),e.createElement("path",{d:"M23.217 12v17.694l-7.15-6.71-1.103 1.175 9.13 8.57 9.078-8.722-1.114-1.162-7.23 6.943V12h-1.61zM36.404 27.52v8.456H11.598v-8.456H9.986v10.067h28.028V27.52h-1.61z"}))}
2
2
  //# sourceMappingURL=Save.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const Scale: React.FC<SvgPathProps>;
4
- export default Scale;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const Scale: React.FC<SvgPathProps>;
4
+ export default Scale;
5
5
  //# sourceMappingURL=Scale.d.ts.map
@@ -1,2 +1,2 @@
1
- import a from"react";export default function(v){v.isExtraSmall;var l=v.isHovered,h=a.createElement("path",{d:"M36.199 31.255c-2.792 0-5.073-2.128-5.37-4.843h10.739c-.296 2.715-2.577 4.843-5.37 4.843zm0-17.27l5.104 11.258H31.095l5.104-11.258zm-12.324.936a2.353 2.353 0 01-2.35-2.35 2.353 2.353 0 012.35-2.352 2.353 2.353 0 012.35 2.351 2.353 2.353 0 01-2.35 2.351zm3.833 21.316c.94 0 1.738.616 2.013 1.465H18.03a2.119 2.119 0 012.013-1.465h7.665zM16.656 25.243H6.446l5.106-11.258 5.104 11.258zm-5.104 6.012c-2.793 0-5.074-2.128-5.37-4.843H16.92c-.296 2.715-2.577 4.843-5.37 4.843zM37.136 13.22h.826v-1.3H27.46a3.652 3.652 0 00-2.936-2.936V7.897h-1.3v1.087a3.652 3.652 0 00-2.935 2.936H9.789v1.3h.826l-5.66 12.481v.127a6.604 6.604 0 006.597 6.596 6.604 6.604 0 006.596-6.596v-.127l-5.66-12.48h7.802a3.65 3.65 0 002.935 2.934v18.782h-3.182a3.418 3.418 0 00-3.415 3.415v.65h14.495v-.65a3.419 3.419 0 00-3.415-3.415h-3.183V16.155a3.65 3.65 0 002.936-2.935h7.8l-5.658 12.481v.127a6.604 6.604 0 006.596 6.596 6.604 6.604 0 006.596-6.596v-.127l-5.66-12.48z"});return l?a.createElement("path",{d:"M35.988 33.636c-2.792 0-5.073-2.128-5.369-4.842h10.738c-.296 2.714-2.577 4.842-5.369 4.842zm0-17.27l5.104 11.259H30.884l5.104-11.258zm-9.829-3.341a2.352 2.352 0 01-2.76 1.852 2.354 2.354 0 01-1.853-2.761 2.356 2.356 0 012.761-1.852 2.354 2.354 0 011.852 2.76zm1.526 23.213c.94 0 1.738.615 2.013 1.465h-11.69a2.118 2.118 0 012.012-1.465h7.665zM16.866 22.994H6.657l5.104-11.258 5.105 11.258zm-5.105 6.01c-2.792 0-5.073-2.127-5.369-4.841h10.74c-.297 2.714-2.579 4.842-5.37 4.842zM37.03 15.832l.52.102.25-1.276-10.303-2.031a3.65 3.65 0 00-2.937-3.637c-.019-.004-.038-.002-.056-.006V7.898h-1.3v1.089a3.65 3.65 0 00-2.742 2.253L10.158 9.208l-.252 1.276 1.046.206-5.787 12.762v.126a6.603 6.603 0 006.596 6.596 6.603 6.603 0 006.597-6.596v-.126L12.73 11.04l7.48 1.475a3.652 3.652 0 002.936 3.638c.02.003.038.002.056.005v18.78H20.02a3.418 3.418 0 00-3.415 3.415v.65H31.1v-.65a3.418 3.418 0 00-3.415-3.415h-3.182V16.162a3.663 3.663 0 002.75-2.26l7.865 1.552-5.726 12.629v.126a6.604 6.604 0 006.596 6.596 6.604 6.604 0 006.596-6.596v-.126L37.03 15.83z"}):h}
1
+ import a from"react";export default function(v){v.size;var h=v.isHovered,l=a.createElement("path",{d:"M36.199 31.255c-2.792 0-5.073-2.128-5.37-4.843h10.739c-.296 2.715-2.577 4.843-5.37 4.843zm0-17.27l5.104 11.258H31.095l5.104-11.258zm-12.324.936a2.353 2.353 0 01-2.35-2.35 2.353 2.353 0 012.35-2.352 2.353 2.353 0 012.35 2.351 2.353 2.353 0 01-2.35 2.351zm3.833 21.316c.94 0 1.738.616 2.013 1.465H18.03a2.119 2.119 0 012.013-1.465h7.665zM16.656 25.243H6.446l5.106-11.258 5.104 11.258zm-5.104 6.012c-2.793 0-5.074-2.128-5.37-4.843H16.92c-.296 2.715-2.577 4.843-5.37 4.843zM37.136 13.22h.826v-1.3H27.46a3.652 3.652 0 00-2.936-2.936V7.897h-1.3v1.087a3.652 3.652 0 00-2.935 2.936H9.789v1.3h.826l-5.66 12.481v.127a6.604 6.604 0 006.597 6.596 6.604 6.604 0 006.596-6.596v-.127l-5.66-12.48h7.802a3.65 3.65 0 002.935 2.934v18.782h-3.182a3.418 3.418 0 00-3.415 3.415v.65h14.495v-.65a3.419 3.419 0 00-3.415-3.415h-3.183V16.155a3.65 3.65 0 002.936-2.935h7.8l-5.658 12.481v.127a6.604 6.604 0 006.596 6.596 6.604 6.604 0 006.596-6.596v-.127l-5.66-12.48z"});return h?a.createElement("path",{d:"M35.988 33.636c-2.792 0-5.073-2.128-5.369-4.842h10.738c-.296 2.714-2.577 4.842-5.369 4.842zm0-17.27l5.104 11.259H30.884l5.104-11.258zm-9.829-3.341a2.352 2.352 0 01-2.76 1.852 2.354 2.354 0 01-1.853-2.761 2.356 2.356 0 012.761-1.852 2.354 2.354 0 011.852 2.76zm1.526 23.213c.94 0 1.738.615 2.013 1.465h-11.69a2.118 2.118 0 012.012-1.465h7.665zM16.866 22.994H6.657l5.104-11.258 5.105 11.258zm-5.105 6.01c-2.792 0-5.073-2.127-5.369-4.841h10.74c-.297 2.714-2.579 4.842-5.37 4.842zM37.03 15.832l.52.102.25-1.276-10.303-2.031a3.65 3.65 0 00-2.937-3.637c-.019-.004-.038-.002-.056-.006V7.898h-1.3v1.089a3.65 3.65 0 00-2.742 2.253L10.158 9.208l-.252 1.276 1.046.206-5.787 12.762v.126a6.603 6.603 0 006.596 6.596 6.603 6.603 0 006.597-6.596v-.126L12.73 11.04l7.48 1.475a3.652 3.652 0 002.936 3.638c.02.003.038.002.056.005v18.78H20.02a3.418 3.418 0 00-3.415 3.415v.65H31.1v-.65a3.418 3.418 0 00-3.415-3.415h-3.182V16.162a3.663 3.663 0 002.75-2.26l7.865 1.552-5.726 12.629v.126a6.604 6.604 0 006.596 6.596 6.604 6.604 0 006.596-6.596v-.126L37.03 15.83z"}):l}
2
2
  //# sourceMappingURL=Scale.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const Search: React.FC<SvgPathProps>;
4
- export default Search;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const Search: React.FC<SvgPathProps>;
4
+ export default Search;
5
5
  //# sourceMappingURL=Search.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Search.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/Search.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAEtC,QAAA,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAkBlC,CAAC;AAEF,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"Search.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/Search.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAW,YAAY,EAAE,MAAM,QAAQ,CAAC;AAE/C,QAAA,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAkBlC,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -1,2 +1,2 @@
1
- import a from"react";export default function(l){var c=l.isExtraSmall,e=l.isHovered,t=a.createElement("path",{d:"M21.277 7.738c7.27 0 13.165 5.895 13.165 13.166 0 2.222-.55 4.316-1.523 6.153l6.268 6.268a3.929 3.929 0 01-5.41 5.695l-.146-.139-6.289-6.289a13.11 13.11 0 01-6.065 1.478c-7.272 0-13.166-5.895-13.166-13.166 0-7.271 5.894-13.166 13.166-13.166zM32 28.542a13.24 13.24 0 01-3.164 3.142l5.996 5.995a2.229 2.229 0 003.26-3.036l-.108-.116zM21.277 9.438c-6.333 0-11.466 5.133-11.466 11.466 0 6.332 5.133 11.466 11.466 11.466 2.258 0 4.365-.654 6.14-1.781l.163-.163.034.035a11.529 11.529 0 003.165-3.14l-.047-.048.228-.226a11.412 11.412 0 001.782-6.143c0-6.333-5.133-11.466-11.465-11.466z"}),r=a.createElement("path",{d:"M21.527 6.932c7.932 0 14.363 6.43 14.363 14.362 0 2.556-.668 4.956-1.838 7.035l5.386 5.386a3.929 3.929 0 01-5.41 5.696l-.146-.14-5.406-5.404a14.298 14.298 0 01-6.949 1.79c-7.932 0-14.362-6.43-14.362-14.363 0-7.932 6.43-14.362 14.362-14.362zM33.11 29.79a14.445 14.445 0 01-3.162 3.141l5.137 5.138a2.229 2.229 0 003.26-3.035l-.108-.117zM21.527 8.632c-6.993 0-12.662 5.669-12.662 12.662 0 6.993 5.669 12.663 12.662 12.663 6.993 0 12.663-5.67 12.663-12.663S28.52 8.632 21.527 8.632z"}),m=a.createElement("path",{d:"M34.476 34.206c-.486.487-1.333.487-1.82 0l-4.402-4.403a10.426 10.426 0 001.78-1.857l4.442 4.44c.243.243.376.567.376.91 0 .345-.133.668-.376.91M21.742 30.07c-4.592 0-8.327-3.737-8.327-8.327 0-4.592 3.735-8.327 8.327-8.327 4.591 0 8.327 3.735 8.327 8.327 0 4.59-3.736 8.327-8.327 8.327m14.181.871l-4.8-4.8c.63-1.338.991-2.825.991-4.398 0-5.72-4.653-10.374-10.372-10.374-5.72 0-10.374 4.653-10.374 10.374 0 5.72 4.653 10.372 10.374 10.372 1.717 0 3.333-.426 4.76-1.168l4.708 4.708a3.312 3.312 0 002.357.976c.89 0 1.727-.348 2.356-.976a3.339 3.339 0 000-4.714"});return c?e?a.createElement("path",{d:"M34.7 34.43c-.486.485-1.338.487-1.823 0l-3.388-3.39c.663-.55 1.255-1.18 1.785-1.859l3.426 3.424c.244.242.377.567.377.911 0 .346-.133.669-.377.914m-12.76-2.994c-5.238 0-9.5-4.26-9.5-9.499 0-5.238 4.262-9.499 9.5-9.499 5.237 0 9.498 4.261 9.498 9.5 0 5.237-4.26 9.498-9.499 9.498m14.21-.28l-3.734-3.736a11.744 11.744 0 001.356-5.483c0-6.524-5.31-11.832-11.832-11.832-6.524 0-11.834 5.308-11.834 11.832 0 6.525 5.31 11.834 11.834 11.834 2.12 0 4.108-.57 5.831-1.55l3.656 3.658c.633.63 1.47.979 2.362.979.893 0 1.732-.348 2.36-.98.632-.63.98-1.467.98-2.362 0-.89-.348-1.73-.98-2.36"}):m:e?r:t}
1
+ import a from"react";import{getIcon as c}from"./Icon.js";import"../../_tslib-51c8a283.js";import"../../constants-075356e2.js";export default function(e){var l=e.size,t=e.isHovered;return c(l,t,a.createElement("path",{d:"M21.277 7.738c7.27 0 13.165 5.895 13.165 13.166 0 2.222-.55 4.316-1.523 6.153l6.268 6.268a3.929 3.929 0 01-5.41 5.695l-.146-.139-6.289-6.289a13.11 13.11 0 01-6.065 1.478c-7.272 0-13.166-5.895-13.166-13.166 0-7.271 5.894-13.166 13.166-13.166zM32 28.542a13.24 13.24 0 01-3.164 3.142l5.996 5.995a2.229 2.229 0 003.26-3.036l-.108-.116zM21.277 9.438c-6.333 0-11.466 5.133-11.466 11.466 0 6.332 5.133 11.466 11.466 11.466 2.258 0 4.365-.654 6.14-1.781l.163-.163.034.035a11.529 11.529 0 003.165-3.14l-.047-.048.228-.226a11.412 11.412 0 001.782-6.143c0-6.333-5.133-11.466-11.465-11.466z"}),a.createElement("path",{d:"M21.527 6.932c7.932 0 14.363 6.43 14.363 14.362 0 2.556-.668 4.956-1.838 7.035l5.386 5.386a3.929 3.929 0 01-5.41 5.696l-.146-.14-5.406-5.404a14.298 14.298 0 01-6.949 1.79c-7.932 0-14.362-6.43-14.362-14.363 0-7.932 6.43-14.362 14.362-14.362zM33.11 29.79a14.445 14.445 0 01-3.162 3.141l5.137 5.138a2.229 2.229 0 003.26-3.035l-.108-.117zM21.527 8.632c-6.993 0-12.662 5.669-12.662 12.662 0 6.993 5.669 12.663 12.662 12.663 6.993 0 12.663-5.67 12.663-12.663S28.52 8.632 21.527 8.632z"}),a.createElement("path",{d:"M34.476 34.206c-.486.487-1.333.487-1.82 0l-4.402-4.403a10.426 10.426 0 001.78-1.857l4.442 4.44c.243.243.376.567.376.91 0 .345-.133.668-.376.91M21.742 30.07c-4.592 0-8.327-3.737-8.327-8.327 0-4.592 3.735-8.327 8.327-8.327 4.591 0 8.327 3.735 8.327 8.327 0 4.59-3.736 8.327-8.327 8.327m14.181.871l-4.8-4.8c.63-1.338.991-2.825.991-4.398 0-5.72-4.653-10.374-10.372-10.374-5.72 0-10.374 4.653-10.374 10.374 0 5.72 4.653 10.372 10.374 10.372 1.717 0 3.333-.426 4.76-1.168l4.708 4.708a3.312 3.312 0 002.357.976c.89 0 1.727-.348 2.356-.976a3.339 3.339 0 000-4.714"}),a.createElement("path",{d:"M34.7 34.43c-.486.485-1.338.487-1.823 0l-3.388-3.39c.663-.55 1.255-1.18 1.785-1.859l3.426 3.424c.244.242.377.567.377.911 0 .346-.133.669-.377.914m-12.76-2.994c-5.238 0-9.5-4.26-9.5-9.499 0-5.238 4.262-9.499 9.5-9.499 5.237 0 9.498 4.261 9.498 9.5 0 5.237-4.26 9.498-9.499 9.498m14.21-.28l-3.734-3.736a11.744 11.744 0 001.356-5.483c0-6.524-5.31-11.832-11.832-11.832-6.524 0-11.834 5.308-11.834 11.832 0 6.525 5.31 11.834 11.834 11.834 2.12 0 4.108-.57 5.831-1.55l3.656 3.658c.633.63 1.47.979 2.362.979.893 0 1.732-.348 2.36-.98.632-.63.98-1.467.98-2.362 0-.89-.348-1.73-.98-2.36"}))}
2
2
  //# sourceMappingURL=Search.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const SectionSign: React.FC<SvgPathProps>;
4
- export default SectionSign;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const SectionSign: React.FC<SvgPathProps>;
4
+ export default SectionSign;
5
5
  //# sourceMappingURL=SectionSign.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SectionSign.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/SectionSign.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAc,YAAY,EAAE,MAAM,QAAQ,CAAC;AAElD,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CA0BvC,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"SectionSign.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/SectionSign.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAW,YAAY,EAAE,MAAM,QAAQ,CAAC;AAE/C,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CA0BvC,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1,2 +1,2 @@
1
- import e from"react";import{r as c}from"../../Icon-537c6b21.js";import"../../_tslib-51c8a283.js";import"../../constants-eb74321e.js";export default function(l){var t=l.isExtraSmall,r=l.isHovered;return c(t,r,e.createElement("path",{d:"M25.564 26.297c-1.776-1-4.15-1.442-4.15-3.085 0-.732.377-1.221 1.042-1.621 1.8.977 4.13 1.444 4.13 3.108 0 .776-.334 1.242-1.022 1.598M22.7 18.595c0-.644.445-1.11 1.465-1.11.888 0 1.71.444 2.398 1.043l1.2-1.62c-.89-.688-2.177-1.353-3.73-1.353-2.353 0-3.64 1.375-3.64 3.15 0 .755.243 1.355.665 1.82-1.109.645-1.842 1.666-1.842 2.864 0 4.128 5.97 3.774 5.97 5.905 0 .71-.554 1.243-1.597 1.243-1.02 0-1.843-.423-2.575-1.155l-1.51 1.332c.955 1.132 2.486 1.73 4.085 1.73 2.441 0 3.928-1.397 3.928-3.262 0-.732-.222-1.31-.577-1.775 1.154-.69 1.843-1.554 1.843-2.908 0-4.04-6.083-3.906-6.083-5.904M24 38.458C16.026 38.458 9.54 31.973 9.54 24S16.027 9.542 24 9.542c7.973 0 14.46 6.485 14.46 14.458s-6.487 14.458-14.46 14.458M24 8.14C15.255 8.14 8.141 15.256 8.141 24S15.255 39.858 24 39.858c8.745 0 15.86-7.114 15.86-15.858S32.743 8.14 23.998 8.14","fill-rule":"evenodd"}),e.createElement("path",{d:"M25.79 26.628c-2.032-1.143-4.749-1.65-4.749-3.53 0-.838.431-1.397 1.193-1.855 2.058 1.12 4.724 1.652 4.724 3.557 0 .888-.381 1.421-1.168 1.828m-3.276-8.813c0-.736.508-1.27 1.676-1.27 1.016 0 1.956.51 2.743 1.193l1.371-1.853c-1.016-.788-2.489-1.549-4.267-1.549-2.691 0-4.164 1.574-4.164 3.607 0 .862.279 1.55.762 2.082-1.27.736-2.109 1.905-2.109 3.276 0 4.723 6.832 4.317 6.832 6.756 0 .812-.635 1.422-1.828 1.422-1.169 0-2.108-.483-2.946-1.32l-1.728 1.523c1.093 1.295 2.845 1.981 4.674 1.981 2.793 0 4.495-1.6 4.495-3.734 0-.838-.254-1.498-.66-2.03 1.32-.789 2.108-1.779 2.108-3.328 0-4.622-6.959-4.47-6.959-6.756M24 38.458c-7.973 0-14.459-6.486-14.459-14.458 0-7.973 6.486-14.458 14.459-14.458 7.972 0 14.458 6.485 14.458 14.458 0 7.972-6.486 14.458-14.458 14.458m0-30.317c-8.745 0-15.859 7.114-15.859 15.86 0 8.743 7.114 15.857 15.859 15.857 8.744 0 15.858-7.114 15.858-15.858 0-8.745-7.114-15.859-15.858-15.859","fill-rule":"evenodd"}),e.createElement("path",{d:"M24 38.274c-7.871 0-14.274-6.403-14.274-14.275 0-7.87 6.403-14.274 14.274-14.274 7.87 0 14.273 6.405 14.273 14.274 0 7.872-6.403 14.275-14.273 14.275m0-30.317c-8.846 0-16.044 7.196-16.044 16.042 0 8.846 7.198 16.043 16.044 16.043S40.043 32.845 40.043 24 32.846 7.957 24 7.957m1.59 18.376c-1.804-1.015-4.218-1.465-4.218-3.133 0-.744.384-1.242 1.06-1.648 1.828.993 4.195 1.467 4.195 3.158 0 .788-.339 1.262-1.037 1.623m-2.91-7.825c0-.654.452-1.128 1.489-1.128.902 0 1.737.452 2.435 1.06l1.218-1.646c-.902-.698-2.21-1.376-3.788-1.376-2.39 0-3.699 1.399-3.699 3.204 0 .765.248 1.375.677 1.85-1.128.652-1.872 1.69-1.872 2.907 0 4.195 6.066 3.834 6.066 5.999 0 .722-.563 1.263-1.623 1.263-1.037 0-1.872-.43-2.616-1.172l-1.534 1.352c.97 1.15 2.525 1.759 4.15 1.759 2.48 0 3.991-1.421 3.991-3.316 0-.743-.226-1.329-.586-1.803 1.172-.7 1.872-1.579 1.872-2.954 0-4.104-6.18-3.969-6.18-5.999","fill-rule":"evenodd"}),e.createElement("path",{d:"M24 38.274c-7.87 0-14.274-6.403-14.274-14.275C9.726 16.13 16.13 9.725 24 9.725c7.87 0 14.274 6.405 14.274 14.274 0 7.872-6.403 14.275-14.274 14.275m0-30.317c-8.846 0-16.043 7.196-16.043 16.042 0 8.846 7.197 16.043 16.043 16.043S40.043 32.845 40.043 24 32.846 7.957 24 7.957m1.837 18.738c-2.085-1.173-4.871-1.692-4.871-3.62 0-.858.442-1.433 1.224-1.902 2.11 1.147 4.844 1.694 4.844 3.647 0 .91-.392 1.458-1.197 1.875m-3.36-9.037c0-.755.52-1.302 1.717-1.302 1.043 0 2.006.521 2.813 1.224l1.408-1.901c-1.042-.807-2.553-1.588-4.376-1.588-2.76 0-4.27 1.613-4.27 3.697 0 .886.285 1.59.78 2.136-1.301.756-2.161 1.953-2.161 3.359 0 4.844 7.005 4.427 7.005 6.928 0 .833-.652 1.458-1.874 1.458-1.2 0-2.163-.495-3.022-1.354l-1.77 1.562c1.12 1.328 2.916 2.032 4.792 2.032 2.864 0 4.609-1.641 4.609-3.829 0-.859-.26-1.536-.677-2.083 1.354-.807 2.161-1.824 2.161-3.412 0-4.74-7.135-4.583-7.135-6.927","fill-rule":"evenodd"}))}
1
+ import e from"react";import{getIcon as c}from"./Icon.js";import"../../_tslib-51c8a283.js";import"../../constants-075356e2.js";export default function(l){var t=l.size,r=l.isHovered;return c(t,r,e.createElement("path",{d:"M25.564 26.297c-1.776-1-4.15-1.442-4.15-3.085 0-.732.377-1.221 1.042-1.621 1.8.977 4.13 1.444 4.13 3.108 0 .776-.334 1.242-1.022 1.598M22.7 18.595c0-.644.445-1.11 1.465-1.11.888 0 1.71.444 2.398 1.043l1.2-1.62c-.89-.688-2.177-1.353-3.73-1.353-2.353 0-3.64 1.375-3.64 3.15 0 .755.243 1.355.665 1.82-1.109.645-1.842 1.666-1.842 2.864 0 4.128 5.97 3.774 5.97 5.905 0 .71-.554 1.243-1.597 1.243-1.02 0-1.843-.423-2.575-1.155l-1.51 1.332c.955 1.132 2.486 1.73 4.085 1.73 2.441 0 3.928-1.397 3.928-3.262 0-.732-.222-1.31-.577-1.775 1.154-.69 1.843-1.554 1.843-2.908 0-4.04-6.083-3.906-6.083-5.904M24 38.458C16.026 38.458 9.54 31.973 9.54 24S16.027 9.542 24 9.542c7.973 0 14.46 6.485 14.46 14.458s-6.487 14.458-14.46 14.458M24 8.14C15.255 8.14 8.141 15.256 8.141 24S15.255 39.858 24 39.858c8.745 0 15.86-7.114 15.86-15.858S32.743 8.14 23.998 8.14","fill-rule":"evenodd"}),e.createElement("path",{d:"M25.79 26.628c-2.032-1.143-4.749-1.65-4.749-3.53 0-.838.431-1.397 1.193-1.855 2.058 1.12 4.724 1.652 4.724 3.557 0 .888-.381 1.421-1.168 1.828m-3.276-8.813c0-.736.508-1.27 1.676-1.27 1.016 0 1.956.51 2.743 1.193l1.371-1.853c-1.016-.788-2.489-1.549-4.267-1.549-2.691 0-4.164 1.574-4.164 3.607 0 .862.279 1.55.762 2.082-1.27.736-2.109 1.905-2.109 3.276 0 4.723 6.832 4.317 6.832 6.756 0 .812-.635 1.422-1.828 1.422-1.169 0-2.108-.483-2.946-1.32l-1.728 1.523c1.093 1.295 2.845 1.981 4.674 1.981 2.793 0 4.495-1.6 4.495-3.734 0-.838-.254-1.498-.66-2.03 1.32-.789 2.108-1.779 2.108-3.328 0-4.622-6.959-4.47-6.959-6.756M24 38.458c-7.973 0-14.459-6.486-14.459-14.458 0-7.973 6.486-14.458 14.459-14.458 7.972 0 14.458 6.485 14.458 14.458 0 7.972-6.486 14.458-14.458 14.458m0-30.317c-8.745 0-15.859 7.114-15.859 15.86 0 8.743 7.114 15.857 15.859 15.857 8.744 0 15.858-7.114 15.858-15.858 0-8.745-7.114-15.859-15.858-15.859","fill-rule":"evenodd"}),e.createElement("path",{d:"M24 38.274c-7.871 0-14.274-6.403-14.274-14.275 0-7.87 6.403-14.274 14.274-14.274 7.87 0 14.273 6.405 14.273 14.274 0 7.872-6.403 14.275-14.273 14.275m0-30.317c-8.846 0-16.044 7.196-16.044 16.042 0 8.846 7.198 16.043 16.044 16.043S40.043 32.845 40.043 24 32.846 7.957 24 7.957m1.59 18.376c-1.804-1.015-4.218-1.465-4.218-3.133 0-.744.384-1.242 1.06-1.648 1.828.993 4.195 1.467 4.195 3.158 0 .788-.339 1.262-1.037 1.623m-2.91-7.825c0-.654.452-1.128 1.489-1.128.902 0 1.737.452 2.435 1.06l1.218-1.646c-.902-.698-2.21-1.376-3.788-1.376-2.39 0-3.699 1.399-3.699 3.204 0 .765.248 1.375.677 1.85-1.128.652-1.872 1.69-1.872 2.907 0 4.195 6.066 3.834 6.066 5.999 0 .722-.563 1.263-1.623 1.263-1.037 0-1.872-.43-2.616-1.172l-1.534 1.352c.97 1.15 2.525 1.759 4.15 1.759 2.48 0 3.991-1.421 3.991-3.316 0-.743-.226-1.329-.586-1.803 1.172-.7 1.872-1.579 1.872-2.954 0-4.104-6.18-3.969-6.18-5.999","fill-rule":"evenodd"}),e.createElement("path",{d:"M24 38.274c-7.87 0-14.274-6.403-14.274-14.275C9.726 16.13 16.13 9.725 24 9.725c7.87 0 14.274 6.405 14.274 14.274 0 7.872-6.403 14.275-14.274 14.275m0-30.317c-8.846 0-16.043 7.196-16.043 16.042 0 8.846 7.197 16.043 16.043 16.043S40.043 32.845 40.043 24 32.846 7.957 24 7.957m1.837 18.738c-2.085-1.173-4.871-1.692-4.871-3.62 0-.858.442-1.433 1.224-1.902 2.11 1.147 4.844 1.694 4.844 3.647 0 .91-.392 1.458-1.197 1.875m-3.36-9.037c0-.755.52-1.302 1.717-1.302 1.043 0 2.006.521 2.813 1.224l1.408-1.901c-1.042-.807-2.553-1.588-4.376-1.588-2.76 0-4.27 1.613-4.27 3.697 0 .886.285 1.59.78 2.136-1.301.756-2.161 1.953-2.161 3.359 0 4.844 7.005 4.427 7.005 6.928 0 .833-.652 1.458-1.874 1.458-1.2 0-2.163-.495-3.022-1.354l-1.77 1.562c1.12 1.328 2.916 2.032 4.792 2.032 2.864 0 4.609-1.641 4.609-3.829 0-.859-.26-1.536-.677-2.083 1.354-.807 2.161-1.824 2.161-3.412 0-4.74-7.135-4.583-7.135-6.927","fill-rule":"evenodd"}))}
2
2
  //# sourceMappingURL=SectionSign.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const Settings: React.FC<SvgPathProps>;
4
- export default Settings;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const Settings: React.FC<SvgPathProps>;
4
+ export default Settings;
5
5
  //# sourceMappingURL=Settings.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Settings.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/Settings.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAEtC,QAAA,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CA8BpC,CAAC;AAEF,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"Settings.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/Settings.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAW,YAAY,EAAE,MAAM,QAAQ,CAAC;AAE/C,QAAA,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CA8BpC,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -1,2 +1,2 @@
1
- import l from"react";export default function(a){var c=a.isExtraSmall,e=a.isHovered,v=l.createElement("path",{fillRule:"evenodd",d:"M24 27.645A3.649 3.649 0 0120.355 24 3.649 3.649 0 0124 20.355 3.649 3.649 0 0127.645 24 3.649 3.649 0 0124 27.645zm0-8.59A4.95 4.95 0 0019.055 24 4.95 4.95 0 0024 28.945 4.95 4.95 0 0028.944 24 4.95 4.95 0 0024 19.056zm10.26 10.796a3.121 3.121 0 010 4.408 3.121 3.121 0 01-4.409 0l-1.085-1.085-.412.192c-.264.123-.535.234-.81.335l-.427.156v1.535A3.12 3.12 0 0124 38.508a3.12 3.12 0 01-3.117-3.116v-1.535l-.426-.156a9.937 9.937 0 01-.81-.335l-.414-.192-1.084 1.085c-1.178 1.177-3.23 1.177-4.408 0a3.12 3.12 0 010-4.407l1.085-1.085-.192-.412a10.336 10.336 0 01-.336-.812l-.156-.426h-1.534A3.12 3.12 0 019.492 24a3.12 3.12 0 013.116-3.116h1.534l.156-.427c.101-.276.213-.547.336-.811l.192-.413-1.085-1.084a3.121 3.121 0 010-4.408c1.178-1.176 3.23-1.177 4.408 0l1.084 1.085.413-.192c.264-.123.535-.234.811-.335l.426-.156v-1.534A3.12 3.12 0 0124 9.492a3.12 3.12 0 013.117 3.117v1.534l.426.156c.276.1.547.212.811.335l.412.192 1.085-1.084a3.121 3.121 0 014.408-.001 3.121 3.121 0 010 4.408l-1.086 1.085.193.413c.124.264.234.534.335.81l.156.427h1.534A3.12 3.12 0 0138.508 24a3.12 3.12 0 01-3.117 3.117h-1.534l-.156.426a9.916 9.916 0 01-.335.81l-.193.413 1.086 1.085zm1.131-1.434A4.421 4.421 0 0039.808 24a4.421 4.421 0 00-4.417-4.416h-.634a1.344 1.344 0 00-.028-.067l.45-.45a4.423 4.423 0 000-6.245 4.423 4.423 0 00-6.247 0l-.449.449a1.861 1.861 0 00-.066-.028v-.634A4.422 4.422 0 0024 8.192a4.422 4.422 0 00-4.417 4.417v.634a3.272 3.272 0 00-.067.028l-.448-.45a4.387 4.387 0 00-3.123-1.292c-1.18 0-2.289.459-3.123 1.293a4.422 4.422 0 000 6.246l.45.449-.029.067h-.635A4.421 4.421 0 008.192 24a4.421 4.421 0 004.416 4.417h.635l.028.067-.449.448a4.422 4.422 0 000 6.246 4.388 4.388 0 003.123 1.294c1.18 0 2.29-.46 3.123-1.294l.448-.448.067.027v.635A4.421 4.421 0 0024 39.808a4.421 4.421 0 004.417-4.416v-.635l.066-.027.45.448a4.422 4.422 0 006.245 0 4.423 4.423 0 000-6.246l-.449-.448c.01-.023.02-.045.028-.067h.634z"}),A=l.createElement("path",{fillRule:"evenodd",d:"M27.56 24.782a3.65 3.65 0 01-4.342 2.779 3.625 3.625 0 01-2.288-1.596 3.618 3.618 0 01-.49-2.747 3.618 3.618 0 011.595-2.288 3.621 3.621 0 012.747-.49 3.65 3.65 0 012.778 4.341m-2.5-5.61a4.91 4.91 0 00-3.726.665 4.912 4.912 0 00-2.164 3.104 4.914 4.914 0 00.665 3.726 4.911 4.911 0 003.105 2.163c.355.078.71.116 1.061.116a4.955 4.955 0 004.83-3.884 4.95 4.95 0 00-3.77-5.89m13.11 7.94a3.122 3.122 0 01-3.713 2.377l-1.499-.33-.244.383a9.504 9.504 0 01-.5.72l-.277.361.827 1.293a3.1 3.1 0 01.42 2.349 3.097 3.097 0 01-1.365 1.955 3.09 3.09 0 01-2.348.42 3.096 3.096 0 01-1.957-1.364l-.827-1.292-.443.1c-.285.063-.573.114-.864.153l-.45.06-.329 1.498a3.101 3.101 0 01-1.365 1.958 3.1 3.1 0 01-2.348.418 3.1 3.1 0 01-1.957-1.364 3.093 3.093 0 01-.419-2.347l.33-1.5-.384-.242a10.742 10.742 0 01-.72-.502l-.362-.277-1.292.828a3.12 3.12 0 01-4.305-.945 3.12 3.12 0 01.945-4.306l1.292-.826-.099-.444a10.096 10.096 0 01-.153-.864l-.06-.45-1.499-.33a3.1 3.1 0 01-1.958-1.363 3.098 3.098 0 01-.418-2.35 3.092 3.092 0 011.364-1.956 3.089 3.089 0 012.348-.418l1.498.329.244-.384c.158-.248.324-.488.502-.72l.275-.363-.827-1.29a3.12 3.12 0 01.946-4.305 3.09 3.09 0 012.348-.42 3.096 3.096 0 011.957 1.364l.826 1.293.444-.1c.285-.063.573-.113.865-.153l.45-.062.328-1.497a3.119 3.119 0 015.67-1.012c.45.701.597 1.535.42 2.347l-.33 1.5.383.243c.248.159.488.324.72.502l.362.275 1.292-.826a3.095 3.095 0 012.348-.42 3.1 3.1 0 011.957 1.365c.448.701.597 1.535.42 2.349a3.093 3.093 0 01-1.366 1.956l-1.29.826.098.445c.063.285.114.572.153.863l.061.45 1.5.33a3.095 3.095 0 011.955 1.363c.45.703.598 1.535.42 2.35m.675-3.05a4.385 4.385 0 00-2.772-1.933l-.62-.137-.013-.07.534-.343a4.384 4.384 0 001.934-2.773 4.381 4.381 0 00-.595-3.327 4.387 4.387 0 00-2.773-1.933 4.387 4.387 0 00-3.327.594l-.534.341-.059-.04.135-.62a4.38 4.38 0 00-.593-3.328A4.384 4.384 0 0027.39 8.56a4.421 4.421 0 00-5.26 3.367l-.137.62-.072.011-.34-.534a4.391 4.391 0 00-2.774-1.932 4.386 4.386 0 00-3.329.593 4.421 4.421 0 00-1.338 6.1l.341.535-.04.06-.62-.136a4.38 4.38 0 00-3.328.593A4.387 4.387 0 008.56 20.61a4.389 4.389 0 00.593 3.328 4.388 4.388 0 002.774 1.934l.62.136c.003.024.008.047.012.07l-.535.343a4.391 4.391 0 00-1.933 2.773 4.388 4.388 0 00.594 3.328 4.391 4.391 0 002.773 1.933 4.388 4.388 0 003.328-.594l.534-.342.06.04-.136.62a4.383 4.383 0 00.593 3.328 4.386 4.386 0 002.773 1.933 4.382 4.382 0 003.328-.593 4.387 4.387 0 001.933-2.773l.136-.62.072-.013.341.534a4.387 4.387 0 002.773 1.933 4.38 4.38 0 003.327-.593 4.382 4.382 0 001.934-2.773 4.385 4.385 0 00-.594-3.328l-.342-.534.042-.06.62.136a4.42 4.42 0 005.26-3.366 4.385 4.385 0 00-.594-3.328"}),h=l.createElement("path",{fillRule:"evenodd",d:"M34.093 30.017c.545.544.845 1.268.845 2.037 0 .77-.3 1.494-.845 2.039-1.088 1.089-2.988 1.089-4.077 0l-1.2-1.201-.56.261c-.258.121-.522.23-.793.327l-.58.212v1.7A2.885 2.885 0 0124 38.273a2.885 2.885 0 01-2.881-2.883v-1.697l-.581-.212a9.695 9.695 0 01-.794-.329l-.56-.26-1.2 1.2a2.886 2.886 0 01-4.077 0 2.885 2.885 0 010-4.076l1.2-1.2-.26-.561a9.695 9.695 0 01-.328-.793l-.213-.58H12.61A2.885 2.885 0 019.726 24a2.885 2.885 0 012.883-2.882h1.697l.213-.581c.098-.27.207-.535.328-.792l.26-.562-1.2-1.2a2.885 2.885 0 01.002-4.077 2.884 2.884 0 014.074 0l1.2 1.202.563-.262c.257-.12.521-.228.792-.327l.58-.212v-1.7A2.884 2.884 0 0124 9.728a2.884 2.884 0 012.882 2.88v1.7l.581.212c.27.099.535.207.794.327l.56.262 1.2-1.2a2.884 2.884 0 014.92 2.037c0 .77-.299 1.493-.844 2.039l-1.2 1.2.261.56c.121.258.229.524.328.793l.213.58h1.696A2.886 2.886 0 0138.274 24a2.886 2.886 0 01-2.883 2.883h-1.696l-.213.58c-.1.27-.207.534-.328.792l-.26.56 1.199 1.202zM40.042 24a4.656 4.656 0 00-4.651-4.65h-.164l.116-.117a4.617 4.617 0 001.363-3.288 4.62 4.62 0 00-1.363-3.29 4.657 4.657 0 00-6.577 0l-.115.117v-.164A4.656 4.656 0 0024 7.958a4.655 4.655 0 00-4.651 4.65v.164l-.115-.116a4.66 4.66 0 00-6.579 0 4.66 4.66 0 000 6.577l.117.116h-.163A4.657 4.657 0 007.958 24a4.656 4.656 0 004.65 4.65h.164l-.117.116a4.624 4.624 0 00-1.361 3.29c0 1.241.485 2.41 1.363 3.287 1.757 1.757 4.819 1.757 6.577 0l.115-.116v.164a4.656 4.656 0 004.65 4.651 4.657 4.657 0 004.652-4.65v-.165l.115.116c1.76 1.757 4.821 1.757 6.577 0a4.62 4.62 0 001.363-3.289 4.619 4.619 0 00-1.363-3.288l-.116-.116h.164A4.655 4.655 0 0040.042 24zM24 27.41c-1.881 0-3.41-1.529-3.41-3.41 0-1.88 1.529-3.41 3.41-3.41 1.88 0 3.41 1.53 3.41 3.41 0 1.881-1.53 3.41-3.41 3.41zm0-8.589a5.184 5.184 0 00-5.18 5.18A5.183 5.183 0 0024 29.177 5.183 5.183 0 0029.179 24a5.184 5.184 0 00-5.18-5.179z"});return c?e?l.createElement("path",{fillRule:"evenodd",d:"M37.735 27.883a2.886 2.886 0 01-3.557 1.99l-1.634-.463-.361.503c-.168.231-.346.455-.533.673l-.403.468.828 1.481a2.887 2.887 0 01-1.109 3.924 2.887 2.887 0 01-3.922-1.11l-.829-1.482-.61.098c-.284.046-.567.08-.851.101l-.618.046-.462 1.634a2.884 2.884 0 01-3.557 1.989 2.885 2.885 0 01-1.99-3.557l.462-1.635-.502-.361a10.008 10.008 0 01-.672-.532l-.469-.403-1.483.827a2.883 2.883 0 01-2.811-5.03l1.48-.828-.097-.612a9.629 9.629 0 01-.101-.85l-.044-.617-1.636-.463a2.865 2.865 0 01-1.732-1.366 2.866 2.866 0 01-.256-2.192 2.866 2.866 0 011.365-1.732 2.86 2.86 0 012.192-.257l1.633.462.362-.503c.167-.231.345-.455.532-.672l.403-.468-.828-1.482a2.864 2.864 0 01-.258-2.19 2.857 2.857 0 011.367-1.732 2.866 2.866 0 012.191-.26 2.87 2.87 0 011.732 1.369l.83 1.481.609-.098c.284-.046.567-.08.85-.1l.617-.045.463-1.635a2.882 2.882 0 115.546 1.569l-.46 1.633.502.363c.23.167.453.343.67.532l.47.403 1.482-.83a2.884 2.884 0 013.921 1.11 2.884 2.884 0 01-1.108 3.922l-1.484.83.101.611c.046.283.08.565.1.848l.044.618 1.636.463a2.884 2.884 0 011.99 3.557zm-1.508-5.26l-.156-.044.142-.08a4.657 4.657 0 001.789-6.328 4.657 4.657 0 00-6.33-1.79l-.141.08.044-.157a4.618 4.618 0 00-.417-3.535 4.653 4.653 0 00-8.535 1.004l-.044.157-.08-.143a4.617 4.617 0 00-2.793-2.204 4.61 4.61 0 00-3.535.415 4.613 4.613 0 00-2.206 2.794 4.616 4.616 0 00.416 3.535l.08.142-.157-.044a4.626 4.626 0 00-3.536.416 4.626 4.626 0 00-2.205 2.794 4.63 4.63 0 00.415 3.535 4.621 4.621 0 002.795 2.206l.157.044-.142.08a4.659 4.659 0 00-1.79 6.33 4.658 4.658 0 006.33 1.79l.14-.08-.043.156a4.656 4.656 0 004.474 5.917 4.66 4.66 0 004.478-3.387l.044-.156.078.142a4.66 4.66 0 006.33 1.79 4.658 4.658 0 001.79-6.33l-.08-.142.158.044a4.65 4.65 0 005.741-3.21 4.659 4.659 0 00-3.21-5.74zm-10.564 4.353a3.41 3.41 0 11-1.67-6.386c1.197 0 2.359.63 2.983 1.745a3.413 3.413 0 01-1.313 4.641zm2.858-5.505a5.186 5.186 0 00-7.049-1.992 5.186 5.186 0 00-1.993 7.049 5.184 5.184 0 007.048 1.992 5.185 5.185 0 001.994-7.047v-.002z"}):h:e?A:v}
1
+ import l from"react";import{getIcon as a}from"./Icon.js";import"../../_tslib-51c8a283.js";import"../../constants-075356e2.js";export default function(c){var e=c.size,t=c.isHovered;return a(e,t,l.createElement("path",{fillRule:"evenodd",d:"M24 27.645A3.649 3.649 0 0120.355 24 3.649 3.649 0 0124 20.355 3.649 3.649 0 0127.645 24 3.649 3.649 0 0124 27.645zm0-8.59A4.95 4.95 0 0019.055 24 4.95 4.95 0 0024 28.945 4.95 4.95 0 0028.944 24 4.95 4.95 0 0024 19.056zm10.26 10.796a3.121 3.121 0 010 4.408 3.121 3.121 0 01-4.409 0l-1.085-1.085-.412.192c-.264.123-.535.234-.81.335l-.427.156v1.535A3.12 3.12 0 0124 38.508a3.12 3.12 0 01-3.117-3.116v-1.535l-.426-.156a9.937 9.937 0 01-.81-.335l-.414-.192-1.084 1.085c-1.178 1.177-3.23 1.177-4.408 0a3.12 3.12 0 010-4.407l1.085-1.085-.192-.412a10.336 10.336 0 01-.336-.812l-.156-.426h-1.534A3.12 3.12 0 019.492 24a3.12 3.12 0 013.116-3.116h1.534l.156-.427c.101-.276.213-.547.336-.811l.192-.413-1.085-1.084a3.121 3.121 0 010-4.408c1.178-1.176 3.23-1.177 4.408 0l1.084 1.085.413-.192c.264-.123.535-.234.811-.335l.426-.156v-1.534A3.12 3.12 0 0124 9.492a3.12 3.12 0 013.117 3.117v1.534l.426.156c.276.1.547.212.811.335l.412.192 1.085-1.084a3.121 3.121 0 014.408-.001 3.121 3.121 0 010 4.408l-1.086 1.085.193.413c.124.264.234.534.335.81l.156.427h1.534A3.12 3.12 0 0138.508 24a3.12 3.12 0 01-3.117 3.117h-1.534l-.156.426a9.916 9.916 0 01-.335.81l-.193.413 1.086 1.085zm1.131-1.434A4.421 4.421 0 0039.808 24a4.421 4.421 0 00-4.417-4.416h-.634a1.344 1.344 0 00-.028-.067l.45-.45a4.423 4.423 0 000-6.245 4.423 4.423 0 00-6.247 0l-.449.449a1.861 1.861 0 00-.066-.028v-.634A4.422 4.422 0 0024 8.192a4.422 4.422 0 00-4.417 4.417v.634a3.272 3.272 0 00-.067.028l-.448-.45a4.387 4.387 0 00-3.123-1.292c-1.18 0-2.289.459-3.123 1.293a4.422 4.422 0 000 6.246l.45.449-.029.067h-.635A4.421 4.421 0 008.192 24a4.421 4.421 0 004.416 4.417h.635l.028.067-.449.448a4.422 4.422 0 000 6.246 4.388 4.388 0 003.123 1.294c1.18 0 2.29-.46 3.123-1.294l.448-.448.067.027v.635A4.421 4.421 0 0024 39.808a4.421 4.421 0 004.417-4.416v-.635l.066-.027.45.448a4.422 4.422 0 006.245 0 4.423 4.423 0 000-6.246l-.449-.448c.01-.023.02-.045.028-.067h.634z"}),l.createElement("path",{fillRule:"evenodd",d:"M27.56 24.782a3.65 3.65 0 01-4.342 2.779 3.625 3.625 0 01-2.288-1.596 3.618 3.618 0 01-.49-2.747 3.618 3.618 0 011.595-2.288 3.621 3.621 0 012.747-.49 3.65 3.65 0 012.778 4.341m-2.5-5.61a4.91 4.91 0 00-3.726.665 4.912 4.912 0 00-2.164 3.104 4.914 4.914 0 00.665 3.726 4.911 4.911 0 003.105 2.163c.355.078.71.116 1.061.116a4.955 4.955 0 004.83-3.884 4.95 4.95 0 00-3.77-5.89m13.11 7.94a3.122 3.122 0 01-3.713 2.377l-1.499-.33-.244.383a9.504 9.504 0 01-.5.72l-.277.361.827 1.293a3.1 3.1 0 01.42 2.349 3.097 3.097 0 01-1.365 1.955 3.09 3.09 0 01-2.348.42 3.096 3.096 0 01-1.957-1.364l-.827-1.292-.443.1c-.285.063-.573.114-.864.153l-.45.06-.329 1.498a3.101 3.101 0 01-1.365 1.958 3.1 3.1 0 01-2.348.418 3.1 3.1 0 01-1.957-1.364 3.093 3.093 0 01-.419-2.347l.33-1.5-.384-.242a10.742 10.742 0 01-.72-.502l-.362-.277-1.292.828a3.12 3.12 0 01-4.305-.945 3.12 3.12 0 01.945-4.306l1.292-.826-.099-.444a10.096 10.096 0 01-.153-.864l-.06-.45-1.499-.33a3.1 3.1 0 01-1.958-1.363 3.098 3.098 0 01-.418-2.35 3.092 3.092 0 011.364-1.956 3.089 3.089 0 012.348-.418l1.498.329.244-.384c.158-.248.324-.488.502-.72l.275-.363-.827-1.29a3.12 3.12 0 01.946-4.305 3.09 3.09 0 012.348-.42 3.096 3.096 0 011.957 1.364l.826 1.293.444-.1c.285-.063.573-.113.865-.153l.45-.062.328-1.497a3.119 3.119 0 015.67-1.012c.45.701.597 1.535.42 2.347l-.33 1.5.383.243c.248.159.488.324.72.502l.362.275 1.292-.826a3.095 3.095 0 012.348-.42 3.1 3.1 0 011.957 1.365c.448.701.597 1.535.42 2.349a3.093 3.093 0 01-1.366 1.956l-1.29.826.098.445c.063.285.114.572.153.863l.061.45 1.5.33a3.095 3.095 0 011.955 1.363c.45.703.598 1.535.42 2.35m.675-3.05a4.385 4.385 0 00-2.772-1.933l-.62-.137-.013-.07.534-.343a4.384 4.384 0 001.934-2.773 4.381 4.381 0 00-.595-3.327 4.387 4.387 0 00-2.773-1.933 4.387 4.387 0 00-3.327.594l-.534.341-.059-.04.135-.62a4.38 4.38 0 00-.593-3.328A4.384 4.384 0 0027.39 8.56a4.421 4.421 0 00-5.26 3.367l-.137.62-.072.011-.34-.534a4.391 4.391 0 00-2.774-1.932 4.386 4.386 0 00-3.329.593 4.421 4.421 0 00-1.338 6.1l.341.535-.04.06-.62-.136a4.38 4.38 0 00-3.328.593A4.387 4.387 0 008.56 20.61a4.389 4.389 0 00.593 3.328 4.388 4.388 0 002.774 1.934l.62.136c.003.024.008.047.012.07l-.535.343a4.391 4.391 0 00-1.933 2.773 4.388 4.388 0 00.594 3.328 4.391 4.391 0 002.773 1.933 4.388 4.388 0 003.328-.594l.534-.342.06.04-.136.62a4.383 4.383 0 00.593 3.328 4.386 4.386 0 002.773 1.933 4.382 4.382 0 003.328-.593 4.387 4.387 0 001.933-2.773l.136-.62.072-.013.341.534a4.387 4.387 0 002.773 1.933 4.38 4.38 0 003.327-.593 4.382 4.382 0 001.934-2.773 4.385 4.385 0 00-.594-3.328l-.342-.534.042-.06.62.136a4.42 4.42 0 005.26-3.366 4.385 4.385 0 00-.594-3.328"}),l.createElement("path",{fillRule:"evenodd",d:"M34.093 30.017c.545.544.845 1.268.845 2.037 0 .77-.3 1.494-.845 2.039-1.088 1.089-2.988 1.089-4.077 0l-1.2-1.201-.56.261c-.258.121-.522.23-.793.327l-.58.212v1.7A2.885 2.885 0 0124 38.273a2.885 2.885 0 01-2.881-2.883v-1.697l-.581-.212a9.695 9.695 0 01-.794-.329l-.56-.26-1.2 1.2a2.886 2.886 0 01-4.077 0 2.885 2.885 0 010-4.076l1.2-1.2-.26-.561a9.695 9.695 0 01-.328-.793l-.213-.58H12.61A2.885 2.885 0 019.726 24a2.885 2.885 0 012.883-2.882h1.697l.213-.581c.098-.27.207-.535.328-.792l.26-.562-1.2-1.2a2.885 2.885 0 01.002-4.077 2.884 2.884 0 014.074 0l1.2 1.202.563-.262c.257-.12.521-.228.792-.327l.58-.212v-1.7A2.884 2.884 0 0124 9.728a2.884 2.884 0 012.882 2.88v1.7l.581.212c.27.099.535.207.794.327l.56.262 1.2-1.2a2.884 2.884 0 014.92 2.037c0 .77-.299 1.493-.844 2.039l-1.2 1.2.261.56c.121.258.229.524.328.793l.213.58h1.696A2.886 2.886 0 0138.274 24a2.886 2.886 0 01-2.883 2.883h-1.696l-.213.58c-.1.27-.207.534-.328.792l-.26.56 1.199 1.202zM40.042 24a4.656 4.656 0 00-4.651-4.65h-.164l.116-.117a4.617 4.617 0 001.363-3.288 4.62 4.62 0 00-1.363-3.29 4.657 4.657 0 00-6.577 0l-.115.117v-.164A4.656 4.656 0 0024 7.958a4.655 4.655 0 00-4.651 4.65v.164l-.115-.116a4.66 4.66 0 00-6.579 0 4.66 4.66 0 000 6.577l.117.116h-.163A4.657 4.657 0 007.958 24a4.656 4.656 0 004.65 4.65h.164l-.117.116a4.624 4.624 0 00-1.361 3.29c0 1.241.485 2.41 1.363 3.287 1.757 1.757 4.819 1.757 6.577 0l.115-.116v.164a4.656 4.656 0 004.65 4.651 4.657 4.657 0 004.652-4.65v-.165l.115.116c1.76 1.757 4.821 1.757 6.577 0a4.62 4.62 0 001.363-3.289 4.619 4.619 0 00-1.363-3.288l-.116-.116h.164A4.655 4.655 0 0040.042 24zM24 27.41c-1.881 0-3.41-1.529-3.41-3.41 0-1.88 1.529-3.41 3.41-3.41 1.88 0 3.41 1.53 3.41 3.41 0 1.881-1.53 3.41-3.41 3.41zm0-8.589a5.184 5.184 0 00-5.18 5.18A5.183 5.183 0 0024 29.177 5.183 5.183 0 0029.179 24a5.184 5.184 0 00-5.18-5.179z"}),l.createElement("path",{fillRule:"evenodd",d:"M37.735 27.883a2.886 2.886 0 01-3.557 1.99l-1.634-.463-.361.503c-.168.231-.346.455-.533.673l-.403.468.828 1.481a2.887 2.887 0 01-1.109 3.924 2.887 2.887 0 01-3.922-1.11l-.829-1.482-.61.098c-.284.046-.567.08-.851.101l-.618.046-.462 1.634a2.884 2.884 0 01-3.557 1.989 2.885 2.885 0 01-1.99-3.557l.462-1.635-.502-.361a10.008 10.008 0 01-.672-.532l-.469-.403-1.483.827a2.883 2.883 0 01-2.811-5.03l1.48-.828-.097-.612a9.629 9.629 0 01-.101-.85l-.044-.617-1.636-.463a2.865 2.865 0 01-1.732-1.366 2.866 2.866 0 01-.256-2.192 2.866 2.866 0 011.365-1.732 2.86 2.86 0 012.192-.257l1.633.462.362-.503c.167-.231.345-.455.532-.672l.403-.468-.828-1.482a2.864 2.864 0 01-.258-2.19 2.857 2.857 0 011.367-1.732 2.866 2.866 0 012.191-.26 2.87 2.87 0 011.732 1.369l.83 1.481.609-.098c.284-.046.567-.08.85-.1l.617-.045.463-1.635a2.882 2.882 0 115.546 1.569l-.46 1.633.502.363c.23.167.453.343.67.532l.47.403 1.482-.83a2.884 2.884 0 013.921 1.11 2.884 2.884 0 01-1.108 3.922l-1.484.83.101.611c.046.283.08.565.1.848l.044.618 1.636.463a2.884 2.884 0 011.99 3.557zm-1.508-5.26l-.156-.044.142-.08a4.657 4.657 0 001.789-6.328 4.657 4.657 0 00-6.33-1.79l-.141.08.044-.157a4.618 4.618 0 00-.417-3.535 4.653 4.653 0 00-8.535 1.004l-.044.157-.08-.143a4.617 4.617 0 00-2.793-2.204 4.61 4.61 0 00-3.535.415 4.613 4.613 0 00-2.206 2.794 4.616 4.616 0 00.416 3.535l.08.142-.157-.044a4.626 4.626 0 00-3.536.416 4.626 4.626 0 00-2.205 2.794 4.63 4.63 0 00.415 3.535 4.621 4.621 0 002.795 2.206l.157.044-.142.08a4.659 4.659 0 00-1.79 6.33 4.658 4.658 0 006.33 1.79l.14-.08-.043.156a4.656 4.656 0 004.474 5.917 4.66 4.66 0 004.478-3.387l.044-.156.078.142a4.66 4.66 0 006.33 1.79 4.658 4.658 0 001.79-6.33l-.08-.142.158.044a4.65 4.65 0 005.741-3.21 4.659 4.659 0 00-3.21-5.74zm-10.564 4.353a3.41 3.41 0 11-1.67-6.386c1.197 0 2.359.63 2.983 1.745a3.413 3.413 0 01-1.313 4.641zm2.858-5.505a5.186 5.186 0 00-7.049-1.992 5.186 5.186 0 00-1.993 7.049 5.184 5.184 0 007.048 1.992 5.185 5.185 0 001.994-7.047v-.002z"}))}
2
2
  //# sourceMappingURL=Settings.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const SexualOrientation: React.FC<SvgPathProps>;
4
- export default SexualOrientation;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const SexualOrientation: React.FC<SvgPathProps>;
4
+ export default SexualOrientation;
5
5
  //# sourceMappingURL=Sexualorientation.d.ts.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const ShakingHand: React.FC<SvgPathProps>;
4
- export default ShakingHand;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const ShakingHand: React.FC<SvgPathProps>;
4
+ export default ShakingHand;
5
5
  //# sourceMappingURL=ShakingHand.d.ts.map
@@ -1,2 +1,2 @@
1
- import a from"react";export default function(l){l.isExtraSmall;var c=l.isHovered,e=a.createElement("path",{d:"M39.341 19.158c-.182 2.276-1.562 4.508-3.91 6.303l-1.159.974-.98-1.08a2.537 2.537 0 00-3.58-.201 2.502 2.502 0 00-.689 1.047 2.532 2.532 0 00-3.425-.06 2.538 2.538 0 00-.813 2.28c-.6.002-1.2.204-1.683.634a2.535 2.535 0 00-.752 2.542 2.517 2.517 0 00-1.524.628 2.518 2.518 0 00-.842 1.749c-.013.229.015.452.061.67l-.395.36a1.17 1.17 0 01-.908.294 1.543 1.543 0 01-.99-.502 1.543 1.543 0 01-.42-1.028 1.164 1.164 0 01.365-.881l4.361-4.04.007-.006v-.001l.003-.002-.442-.477-.439-.48-4.61 4.222a1.261 1.261 0 01-1.778-.079 1.26 1.26 0 01.063-1.776l4.98-4.547-.438-.48-.435-.482-.003.002-.01.01-5.064 4.57a1.243 1.243 0 01-.9.334 1.233 1.233 0 01-.865-.398 1.233 1.233 0 01-.328-.894 1.26 1.26 0 01.407-.873l5.987-5.576-.012-.011c1.392.034 2.885-.35 3.974-1.135l1.96 1.626c1.224.942 2.703 1.278 4.057.923 1.031-.27 1.831-.917 2.196-1.774a.65.65 0 00-.114-.69l-4.993-5.547 1.674-1.535c1.548-1.366 6.456-3.974 10.522.307 1.381 1.455 2.032 3.21 1.884 5.08zm-5.265 10.848a1.237 1.237 0 01-1.745-.098l-.003-.003-1.493-1.646-.39-.452a1.221 1.221 0 01-.277-.832 1.23 1.23 0 011.232-1.166c.34 0 .68.14.926.415l1.848 2.038a1.229 1.229 0 01-.098 1.744zm-3.078 2.288a1.237 1.237 0 01-1.742-.095l-2.89-3.342a1.225 1.225 0 01-.312-.893 1.235 1.235 0 012.148-.762l1.225 1.416c.031.039.053.082.087.12l.35.384 1.232 1.427c.22.246.331.563.312.893a1.227 1.227 0 01-.41.852zm-2.85 2.546a1.231 1.231 0 01-1.74-.093L23.87 31.77a1.237 1.237 0 01.098-1.745 1.234 1.234 0 011.735.087l2.543 2.983c.454.508.41 1.29-.098 1.745zm-3.154 2.158a1.237 1.237 0 01-1.739-.092l-1.66-1.967a1.229 1.229 0 01.097-1.744 1.232 1.232 0 011.733.084l1.667 1.974a1.236 1.236 0 01-.098 1.745zM10.808 23.222c-1.237-1.47-1.798-3.161-1.625-4.89.191-1.907 1.281-3.782 2.991-5.144 2.634-2.097 6.664-3.01 10.073.712l6.723 7.47c-.253.32-.647.563-1.128.689-.947.248-2.044-.011-2.915-.68l-2.353-1.952a.65.65 0 00-.858.024c-1.488 1.388-4.314 1.489-5.499.597l-.782 1.038c.326.246.721.42 1.143.556l-3.962 3.69-1.808-2.11zM38.4 13.182c-4.24-4.463-9.81-2.605-12.335-.378l-1.674 1.536-1.182-1.314c-4.02-4.39-8.893-3.204-11.845-.855-1.982 1.579-3.249 3.778-3.475 6.032-.208 2.086.457 4.11 1.928 5.86l1.847 2.156-.342.318a2.54 2.54 0 00-.82 1.77 2.524 2.524 0 00.67 1.83c.46.5 1.09.79 1.77.817l.1.002c.047 0 .092-.01.14-.013-.004.042-.016.082-.017.125a2.549 2.549 0 00.68 1.837 2.548 2.548 0 001.888.828c.103 0 .204-.016.305-.028 0 .024-.007.047-.007.07a2.84 2.84 0 00.765 1.903 2.835 2.835 0 002.068.925 2.43 2.43 0 001.665-.64l.128-.118 1.611 1.908.012.013c.5.56 1.195.845 1.892.845.602 0 1.206-.212 1.69-.643.48-.43.748-1.003.818-1.597a2.527 2.527 0 00.648.083 2.522 2.522 0 002.522-2.581c.108.014.217.034.326.034a2.525 2.525 0 002.524-2.352 2.525 2.525 0 002.243-.58 2.52 2.52 0 00.841-1.748 2.525 2.525 0 00-.638-1.83l1.098-.922c2.621-2.003 4.182-4.565 4.393-7.214.176-2.214-.618-4.373-2.237-6.078z"});return c?a.createElement("path",{d:"M35.513 24.981l-1.715 1.596-.457-.565a2.523 2.523 0 00-1.698-.94 2.523 2.523 0 00-1.865.534c-.339.27-.586.617-.749 1.005a2.514 2.514 0 00-3.415-.253 2.523 2.523 0 00-.944 2.228 2.515 2.515 0 00-2.656 2.235c-.03.272-.007.538.046.797a2.51 2.51 0 00-2.499 2.238 2.503 2.503 0 00.365 1.605c-.49.256-1.148.163-1.618-.299-.566-.557-.633-1.41-.147-1.905l4.17-4.256-.465-.455-.462-.457-.002.002-.003.003-4.395 4.434a1.26 1.26 0 01-1.779.008 1.256 1.256 0 01-.379-.889 1.238 1.238 0 01.355-.888l4.754-4.782-.46-.459-.459-.46-4.849 4.824a1.25 1.25 0 01-1.766.02 1.249 1.249 0 01-.012-1.762l6.424-6.41c1.278.032 2.622-.279 3.651-.934l1.864 1.735c1.168 1.01 2.625 1.43 3.997 1.154 1.044-.21 1.881-.81 2.294-1.646a.649.649 0 00-.075-.695l-5.214-6.506 1.11-1.122c1.481-1.44 6.257-4.282 10.525-.203 1.45 1.385 2.186 3.108 2.128 4.982-.07 2.282-1.34 4.578-3.6 6.486zm-1.656 5.72a1.237 1.237 0 01-1.737-.198l-.003-.004-1.396-1.728-.365-.474a1.223 1.223 0 01-.228-.846c.037-.328.2-.622.46-.827a1.238 1.238 0 011.739.201l1.728 2.14c.206.257.298.58.261.908-.038.328-.2.622-.459.827zm-3.204 2.107a1.222 1.222 0 01-.909.261 1.23 1.23 0 01-.825-.455l-2.694-3.502a1.226 1.226 0 01-.26-.909c.037-.328.2-.622.458-.827.258-.206.582-.299.91-.26.327.036.621.2.82.45l1.137 1.477c.03.042.052.09.085.13l.33.408 1.146 1.491a1.23 1.23 0 01-.198 1.736zm-2.99 2.38c-.259.205-.58.297-.91.26a1.227 1.227 0 01-.823-.453l-2.363-3.117a1.232 1.232 0 01.198-1.737c.258-.205.581-.299.91-.26.327.037.621.2.817.446l2.368 3.124c.206.26.3.581.261.91a1.23 1.23 0 01-.459.827zm-3.273 1.974a1.226 1.226 0 01-.909.26 1.228 1.228 0 01-.822-.452l-1.546-2.058a1.23 1.23 0 01.198-1.736 1.233 1.233 0 011.725.183l1.552 2.066a1.237 1.237 0 01-.198 1.737zM11.014 22.598c-1.149-1.539-1.613-3.259-1.342-4.975.3-1.894 1.495-3.704 3.28-4.965 2.75-1.943 6.826-2.624 10.016 1.286l6.285 7.843c-.27.305-.677.525-1.165.623-.96.195-2.04-.128-2.872-.846l-2.237-2.083a.652.652 0 00-.859-.025c-1.565 1.3-4.392 1.24-5.523.281l-.84.992c.403.342.911.594 1.474.762l-3.993 3.985-2.224-2.878zm26.87-10.025c-4.45-4.253-9.925-2.128-12.339.22l-1.013 1.024-.553-.69c-3.764-4.613-8.696-3.708-11.777-1.53-2.07 1.462-3.46 3.585-3.814 5.823-.328 2.07.221 4.13 1.591 5.964l2.332 3.017-.825.823a2.553 2.553 0 00.023 3.605 2.535 2.535 0 001.784.728c.088 0 .176-.016.264-.025-.002.043-.012.085-.01.128.006.683.28 1.323.766 1.803a2.56 2.56 0 001.801.737c.144 0 .287-.017.428-.042.021.69.305 1.39.854 1.93a2.83 2.83 0 001.98.827c.47 0 .93-.13 1.33-.38l.92 1.224.011.014a2.514 2.514 0 001.99.958 2.516 2.516 0 002.482-2.099 2.5 2.5 0 00.79.125c.57 0 1.12-.192 1.573-.552.53-.422.864-1.025.94-1.698.008-.062.001-.123.003-.185.061.012.12.032.182.04a2.518 2.518 0 001.865-.535 2.52 2.52 0 00.933-1.66c.133.037.266.07.406.086a2.519 2.519 0 001.865-.535 2.515 2.515 0 00.941-1.698 2.522 2.522 0 00-.538-1.87l-.452-.56 1.758-1.636c2.521-2.128 3.955-4.763 4.037-7.419.07-2.22-.829-4.338-2.529-5.962z"}):e}
1
+ import a from"react";export default function(c){c.size;var l=c.isHovered,e=a.createElement("path",{d:"M39.341 19.158c-.182 2.276-1.562 4.508-3.91 6.303l-1.159.974-.98-1.08a2.537 2.537 0 00-3.58-.201 2.502 2.502 0 00-.689 1.047 2.532 2.532 0 00-3.425-.06 2.538 2.538 0 00-.813 2.28c-.6.002-1.2.204-1.683.634a2.535 2.535 0 00-.752 2.542 2.517 2.517 0 00-1.524.628 2.518 2.518 0 00-.842 1.749c-.013.229.015.452.061.67l-.395.36a1.17 1.17 0 01-.908.294 1.543 1.543 0 01-.99-.502 1.543 1.543 0 01-.42-1.028 1.164 1.164 0 01.365-.881l4.361-4.04.007-.006v-.001l.003-.002-.442-.477-.439-.48-4.61 4.222a1.261 1.261 0 01-1.778-.079 1.26 1.26 0 01.063-1.776l4.98-4.547-.438-.48-.435-.482-.003.002-.01.01-5.064 4.57a1.243 1.243 0 01-.9.334 1.233 1.233 0 01-.865-.398 1.233 1.233 0 01-.328-.894 1.26 1.26 0 01.407-.873l5.987-5.576-.012-.011c1.392.034 2.885-.35 3.974-1.135l1.96 1.626c1.224.942 2.703 1.278 4.057.923 1.031-.27 1.831-.917 2.196-1.774a.65.65 0 00-.114-.69l-4.993-5.547 1.674-1.535c1.548-1.366 6.456-3.974 10.522.307 1.381 1.455 2.032 3.21 1.884 5.08zm-5.265 10.848a1.237 1.237 0 01-1.745-.098l-.003-.003-1.493-1.646-.39-.452a1.221 1.221 0 01-.277-.832 1.23 1.23 0 011.232-1.166c.34 0 .68.14.926.415l1.848 2.038a1.229 1.229 0 01-.098 1.744zm-3.078 2.288a1.237 1.237 0 01-1.742-.095l-2.89-3.342a1.225 1.225 0 01-.312-.893 1.235 1.235 0 012.148-.762l1.225 1.416c.031.039.053.082.087.12l.35.384 1.232 1.427c.22.246.331.563.312.893a1.227 1.227 0 01-.41.852zm-2.85 2.546a1.231 1.231 0 01-1.74-.093L23.87 31.77a1.237 1.237 0 01.098-1.745 1.234 1.234 0 011.735.087l2.543 2.983c.454.508.41 1.29-.098 1.745zm-3.154 2.158a1.237 1.237 0 01-1.739-.092l-1.66-1.967a1.229 1.229 0 01.097-1.744 1.232 1.232 0 011.733.084l1.667 1.974a1.236 1.236 0 01-.098 1.745zM10.808 23.222c-1.237-1.47-1.798-3.161-1.625-4.89.191-1.907 1.281-3.782 2.991-5.144 2.634-2.097 6.664-3.01 10.073.712l6.723 7.47c-.253.32-.647.563-1.128.689-.947.248-2.044-.011-2.915-.68l-2.353-1.952a.65.65 0 00-.858.024c-1.488 1.388-4.314 1.489-5.499.597l-.782 1.038c.326.246.721.42 1.143.556l-3.962 3.69-1.808-2.11zM38.4 13.182c-4.24-4.463-9.81-2.605-12.335-.378l-1.674 1.536-1.182-1.314c-4.02-4.39-8.893-3.204-11.845-.855-1.982 1.579-3.249 3.778-3.475 6.032-.208 2.086.457 4.11 1.928 5.86l1.847 2.156-.342.318a2.54 2.54 0 00-.82 1.77 2.524 2.524 0 00.67 1.83c.46.5 1.09.79 1.77.817l.1.002c.047 0 .092-.01.14-.013-.004.042-.016.082-.017.125a2.549 2.549 0 00.68 1.837 2.548 2.548 0 001.888.828c.103 0 .204-.016.305-.028 0 .024-.007.047-.007.07a2.84 2.84 0 00.765 1.903 2.835 2.835 0 002.068.925 2.43 2.43 0 001.665-.64l.128-.118 1.611 1.908.012.013c.5.56 1.195.845 1.892.845.602 0 1.206-.212 1.69-.643.48-.43.748-1.003.818-1.597a2.527 2.527 0 00.648.083 2.522 2.522 0 002.522-2.581c.108.014.217.034.326.034a2.525 2.525 0 002.524-2.352 2.525 2.525 0 002.243-.58 2.52 2.52 0 00.841-1.748 2.525 2.525 0 00-.638-1.83l1.098-.922c2.621-2.003 4.182-4.565 4.393-7.214.176-2.214-.618-4.373-2.237-6.078z"});return l?a.createElement("path",{d:"M35.513 24.981l-1.715 1.596-.457-.565a2.523 2.523 0 00-1.698-.94 2.523 2.523 0 00-1.865.534c-.339.27-.586.617-.749 1.005a2.514 2.514 0 00-3.415-.253 2.523 2.523 0 00-.944 2.228 2.515 2.515 0 00-2.656 2.235c-.03.272-.007.538.046.797a2.51 2.51 0 00-2.499 2.238 2.503 2.503 0 00.365 1.605c-.49.256-1.148.163-1.618-.299-.566-.557-.633-1.41-.147-1.905l4.17-4.256-.465-.455-.462-.457-.002.002-.003.003-4.395 4.434a1.26 1.26 0 01-1.779.008 1.256 1.256 0 01-.379-.889 1.238 1.238 0 01.355-.888l4.754-4.782-.46-.459-.459-.46-4.849 4.824a1.25 1.25 0 01-1.766.02 1.249 1.249 0 01-.012-1.762l6.424-6.41c1.278.032 2.622-.279 3.651-.934l1.864 1.735c1.168 1.01 2.625 1.43 3.997 1.154 1.044-.21 1.881-.81 2.294-1.646a.649.649 0 00-.075-.695l-5.214-6.506 1.11-1.122c1.481-1.44 6.257-4.282 10.525-.203 1.45 1.385 2.186 3.108 2.128 4.982-.07 2.282-1.34 4.578-3.6 6.486zm-1.656 5.72a1.237 1.237 0 01-1.737-.198l-.003-.004-1.396-1.728-.365-.474a1.223 1.223 0 01-.228-.846c.037-.328.2-.622.46-.827a1.238 1.238 0 011.739.201l1.728 2.14c.206.257.298.58.261.908-.038.328-.2.622-.459.827zm-3.204 2.107a1.222 1.222 0 01-.909.261 1.23 1.23 0 01-.825-.455l-2.694-3.502a1.226 1.226 0 01-.26-.909c.037-.328.2-.622.458-.827.258-.206.582-.299.91-.26.327.036.621.2.82.45l1.137 1.477c.03.042.052.09.085.13l.33.408 1.146 1.491a1.23 1.23 0 01-.198 1.736zm-2.99 2.38c-.259.205-.58.297-.91.26a1.227 1.227 0 01-.823-.453l-2.363-3.117a1.232 1.232 0 01.198-1.737c.258-.205.581-.299.91-.26.327.037.621.2.817.446l2.368 3.124c.206.26.3.581.261.91a1.23 1.23 0 01-.459.827zm-3.273 1.974a1.226 1.226 0 01-.909.26 1.228 1.228 0 01-.822-.452l-1.546-2.058a1.23 1.23 0 01.198-1.736 1.233 1.233 0 011.725.183l1.552 2.066a1.237 1.237 0 01-.198 1.737zM11.014 22.598c-1.149-1.539-1.613-3.259-1.342-4.975.3-1.894 1.495-3.704 3.28-4.965 2.75-1.943 6.826-2.624 10.016 1.286l6.285 7.843c-.27.305-.677.525-1.165.623-.96.195-2.04-.128-2.872-.846l-2.237-2.083a.652.652 0 00-.859-.025c-1.565 1.3-4.392 1.24-5.523.281l-.84.992c.403.342.911.594 1.474.762l-3.993 3.985-2.224-2.878zm26.87-10.025c-4.45-4.253-9.925-2.128-12.339.22l-1.013 1.024-.553-.69c-3.764-4.613-8.696-3.708-11.777-1.53-2.07 1.462-3.46 3.585-3.814 5.823-.328 2.07.221 4.13 1.591 5.964l2.332 3.017-.825.823a2.553 2.553 0 00.023 3.605 2.535 2.535 0 001.784.728c.088 0 .176-.016.264-.025-.002.043-.012.085-.01.128.006.683.28 1.323.766 1.803a2.56 2.56 0 001.801.737c.144 0 .287-.017.428-.042.021.69.305 1.39.854 1.93a2.83 2.83 0 001.98.827c.47 0 .93-.13 1.33-.38l.92 1.224.011.014a2.514 2.514 0 001.99.958 2.516 2.516 0 002.482-2.099 2.5 2.5 0 00.79.125c.57 0 1.12-.192 1.573-.552.53-.422.864-1.025.94-1.698.008-.062.001-.123.003-.185.061.012.12.032.182.04a2.518 2.518 0 001.865-.535 2.52 2.52 0 00.933-1.66c.133.037.266.07.406.086a2.519 2.519 0 001.865-.535 2.515 2.515 0 00.941-1.698 2.522 2.522 0 00-.538-1.87l-.452-.56 1.758-1.636c2.521-2.128 3.955-4.763 4.037-7.419.07-2.22-.829-4.338-2.529-5.962z"}):e}
2
2
  //# sourceMappingURL=ShakingHand.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const Share: React.FC<SvgPathProps>;
4
- export default Share;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const Share: React.FC<SvgPathProps>;
4
+ export default Share;
5
5
  //# sourceMappingURL=Share.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Share.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/Share.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAEtC,QAAA,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAwBjC,CAAC;AAEF,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"Share.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/Share.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAW,YAAY,EAAE,MAAM,QAAQ,CAAC;AAE/C,QAAA,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAwBjC,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -1,2 +1,2 @@
1
- import a from"react";export default function(e){var t=e.isExtraSmall,l=e.isHovered,m=a.createElement("g",null,a.createElement("path",{d:"M27.952 34.525l-8.518-7.216.841-.992 8.518 7.216zM20.181 22.552l-.841-.992 8.515-7.215.841.993z"}),a.createElement("path",{d:"M17 21.383a3.015 3.015 0 00-3.012 3.012A3.015 3.015 0 0017 27.405a3.015 3.015 0 003.012-3.01A3.015 3.015 0 0017 21.383m0 7.323a4.317 4.317 0 01-4.312-4.311A4.317 4.317 0 0117 20.083a4.317 4.317 0 014.312 4.312A4.317 4.317 0 0117 28.705M31 9.524a3.015 3.015 0 00-3.012 3.012 3.015 3.015 0 003.012 3.011 3.015 3.015 0 003.012-3.011 3.015 3.015 0 00-3.012-3.012m0 7.323a4.317 4.317 0 01-4.312-4.311 4.317 4.317 0 014.312-4.312 4.317 4.317 0 014.312 4.312 4.317 4.317 0 01-4.312 4.311m0 16.397a3.016 3.016 0 00-3.012 3.012 3.015 3.015 0 003.012 3.012 3.015 3.015 0 003.012-3.012 3.016 3.016 0 00-3.012-3.012m0 7.324a4.317 4.317 0 01-4.312-4.312 4.317 4.317 0 014.312-4.312 4.317 4.317 0 014.312 4.312 4.317 4.317 0 01-4.312 4.312"})),r=a.createElement("g",null,a.createElement("path",{d:"M29.538 35.636l-10.097-8.321.827-1.003 10.097 8.321zM20.185 22.549l-.848-.984 10.567-9.109.849.984z"}),a.createElement("path",{d:"M17 21.384a3.015 3.015 0 00-3.012 3.012A3.015 3.015 0 0017 27.406a3.015 3.015 0 003.012-3.01A3.015 3.015 0 0017 21.384m0 7.323a4.317 4.317 0 01-4.312-4.311A4.317 4.317 0 0117 20.084a4.316 4.316 0 014.312 4.312A4.316 4.316 0 0117 28.706M33.052 7.63a3.015 3.015 0 00-3.012 3.012 3.015 3.015 0 003.012 3.01 3.015 3.015 0 003.012-3.01 3.015 3.015 0 00-3.012-3.012m0 7.323a4.316 4.316 0 01-4.312-4.311 4.316 4.316 0 014.312-4.312 4.317 4.317 0 014.312 4.312 4.317 4.317 0 01-4.312 4.31m-.474 19.397a3.016 3.016 0 00-3.012 3.012 3.015 3.015 0 003.012 3.013 3.015 3.015 0 003.012-3.012 3.016 3.016 0 00-3.012-3.012m0 7.324a4.317 4.317 0 01-4.312-4.313 4.317 4.317 0 014.312-4.311 4.316 4.316 0 014.312 4.312 4.316 4.316 0 01-4.312 4.312"})),c=a.createElement("path",{d:"M30.867 38.9a2.78 2.78 0 01-2.776-2.777 2.78 2.78 0 012.776-2.776 2.78 2.78 0 012.778 2.776 2.78 2.78 0 01-2.778 2.778M16.87 27.04a2.78 2.78 0 01-2.777-2.778 2.78 2.78 0 012.777-2.777 2.78 2.78 0 012.778 2.777 2.78 2.78 0 01-2.778 2.778M30.867 9.626a2.78 2.78 0 012.778 2.777 2.78 2.78 0 01-2.778 2.777 2.78 2.78 0 01-2.776-2.777 2.78 2.78 0 012.776-2.777m0 21.95a4.502 4.502 0 00-2.813 1.004l-7.228-6.123c.364-.654.59-1.394.59-2.194s-.226-1.54-.59-2.194l7.228-6.124a4.493 4.493 0 002.813 1.005 4.553 4.553 0 004.548-4.547 4.553 4.553 0 00-4.548-4.546 4.552 4.552 0 00-4.546 4.546c0 .8.226 1.54.59 2.195l-7.228 6.122a4.506 4.506 0 00-2.814-1.003 4.552 4.552 0 00-4.546 4.546 4.552 4.552 0 004.546 4.546 4.506 4.506 0 002.814-1.003l7.228 6.123a4.495 4.495 0 00-.59 2.194 4.551 4.551 0 004.546 4.546 4.552 4.552 0 004.548-4.546 4.553 4.553 0 00-4.548-4.546"});return t?l?a.createElement("path",{d:"M32.446 40.006a2.78 2.78 0 01-2.776-2.778 2.78 2.78 0 012.776-2.776 2.78 2.78 0 012.778 2.776 2.78 2.78 0 01-2.778 2.778M16.87 27.041a2.78 2.78 0 01-2.776-2.778 2.78 2.78 0 012.776-2.777 2.78 2.78 0 012.777 2.777 2.78 2.78 0 01-2.777 2.778M32.92 7.73a2.78 2.78 0 012.778 2.778 2.78 2.78 0 01-2.778 2.776 2.78 2.78 0 01-2.776-2.776A2.78 2.78 0 0132.92 7.73m-.474 24.951a4.5 4.5 0 00-2.823 1.012l-8.793-7.247a4.48 4.48 0 00.585-2.184c0-.802-.227-1.545-.592-2.199l9.29-8.008c.775.615 1.742.999 2.807.999a4.553 4.553 0 004.548-4.546 4.553 4.553 0 00-4.548-4.546 4.552 4.552 0 00-4.546 4.546c0 .802.227 1.545.594 2.2l-9.29 8.007a4.495 4.495 0 00-2.809-.999 4.552 4.552 0 00-4.546 4.546 4.552 4.552 0 004.546 4.546 4.505 4.505 0 002.822-1.009l8.793 7.247a4.486 4.486 0 00-.584 2.181 4.551 4.551 0 004.546 4.546 4.552 4.552 0 004.548-4.546 4.553 4.553 0 00-4.548-4.546"}):c:l?r:m}
1
+ import a from"react";import{getIcon as e}from"./Icon.js";import"../../_tslib-51c8a283.js";import"../../constants-075356e2.js";export default function(t){var l=t.size,m=t.isHovered;return e(l,m,a.createElement("g",null,a.createElement("path",{d:"M27.952 34.525l-8.518-7.216.841-.992 8.518 7.216zM20.181 22.552l-.841-.992 8.515-7.215.841.993z"}),a.createElement("path",{d:"M17 21.383a3.015 3.015 0 00-3.012 3.012A3.015 3.015 0 0017 27.405a3.015 3.015 0 003.012-3.01A3.015 3.015 0 0017 21.383m0 7.323a4.317 4.317 0 01-4.312-4.311A4.317 4.317 0 0117 20.083a4.317 4.317 0 014.312 4.312A4.317 4.317 0 0117 28.705M31 9.524a3.015 3.015 0 00-3.012 3.012 3.015 3.015 0 003.012 3.011 3.015 3.015 0 003.012-3.011 3.015 3.015 0 00-3.012-3.012m0 7.323a4.317 4.317 0 01-4.312-4.311 4.317 4.317 0 014.312-4.312 4.317 4.317 0 014.312 4.312 4.317 4.317 0 01-4.312 4.311m0 16.397a3.016 3.016 0 00-3.012 3.012 3.015 3.015 0 003.012 3.012 3.015 3.015 0 003.012-3.012 3.016 3.016 0 00-3.012-3.012m0 7.324a4.317 4.317 0 01-4.312-4.312 4.317 4.317 0 014.312-4.312 4.317 4.317 0 014.312 4.312 4.317 4.317 0 01-4.312 4.312"})),a.createElement("g",null,a.createElement("path",{d:"M29.538 35.636l-10.097-8.321.827-1.003 10.097 8.321zM20.185 22.549l-.848-.984 10.567-9.109.849.984z"}),a.createElement("path",{d:"M17 21.384a3.015 3.015 0 00-3.012 3.012A3.015 3.015 0 0017 27.406a3.015 3.015 0 003.012-3.01A3.015 3.015 0 0017 21.384m0 7.323a4.317 4.317 0 01-4.312-4.311A4.317 4.317 0 0117 20.084a4.316 4.316 0 014.312 4.312A4.316 4.316 0 0117 28.706M33.052 7.63a3.015 3.015 0 00-3.012 3.012 3.015 3.015 0 003.012 3.01 3.015 3.015 0 003.012-3.01 3.015 3.015 0 00-3.012-3.012m0 7.323a4.316 4.316 0 01-4.312-4.311 4.316 4.316 0 014.312-4.312 4.317 4.317 0 014.312 4.312 4.317 4.317 0 01-4.312 4.31m-.474 19.397a3.016 3.016 0 00-3.012 3.012 3.015 3.015 0 003.012 3.013 3.015 3.015 0 003.012-3.012 3.016 3.016 0 00-3.012-3.012m0 7.324a4.317 4.317 0 01-4.312-4.313 4.317 4.317 0 014.312-4.311 4.316 4.316 0 014.312 4.312 4.316 4.316 0 01-4.312 4.312"})),a.createElement("path",{d:"M30.867 38.9a2.78 2.78 0 01-2.776-2.777 2.78 2.78 0 012.776-2.776 2.78 2.78 0 012.778 2.776 2.78 2.78 0 01-2.778 2.778M16.87 27.04a2.78 2.78 0 01-2.777-2.778 2.78 2.78 0 012.777-2.777 2.78 2.78 0 012.778 2.777 2.78 2.78 0 01-2.778 2.778M30.867 9.626a2.78 2.78 0 012.778 2.777 2.78 2.78 0 01-2.778 2.777 2.78 2.78 0 01-2.776-2.777 2.78 2.78 0 012.776-2.777m0 21.95a4.502 4.502 0 00-2.813 1.004l-7.228-6.123c.364-.654.59-1.394.59-2.194s-.226-1.54-.59-2.194l7.228-6.124a4.493 4.493 0 002.813 1.005 4.553 4.553 0 004.548-4.547 4.553 4.553 0 00-4.548-4.546 4.552 4.552 0 00-4.546 4.546c0 .8.226 1.54.59 2.195l-7.228 6.122a4.506 4.506 0 00-2.814-1.003 4.552 4.552 0 00-4.546 4.546 4.552 4.552 0 004.546 4.546 4.506 4.506 0 002.814-1.003l7.228 6.123a4.495 4.495 0 00-.59 2.194 4.551 4.551 0 004.546 4.546 4.552 4.552 0 004.548-4.546 4.553 4.553 0 00-4.548-4.546"}),a.createElement("path",{d:"M32.446 40.006a2.78 2.78 0 01-2.776-2.778 2.78 2.78 0 012.776-2.776 2.78 2.78 0 012.778 2.776 2.78 2.78 0 01-2.778 2.778M16.87 27.041a2.78 2.78 0 01-2.776-2.778 2.78 2.78 0 012.776-2.777 2.78 2.78 0 012.777 2.777 2.78 2.78 0 01-2.777 2.778M32.92 7.73a2.78 2.78 0 012.778 2.778 2.78 2.78 0 01-2.778 2.776 2.78 2.78 0 01-2.776-2.776A2.78 2.78 0 0132.92 7.73m-.474 24.951a4.5 4.5 0 00-2.823 1.012l-8.793-7.247a4.48 4.48 0 00.585-2.184c0-.802-.227-1.545-.592-2.199l9.29-8.008c.775.615 1.742.999 2.807.999a4.553 4.553 0 004.548-4.546 4.553 4.553 0 00-4.548-4.546 4.552 4.552 0 00-4.546 4.546c0 .802.227 1.545.594 2.2l-9.29 8.007a4.495 4.495 0 00-2.809-.999 4.552 4.552 0 00-4.546 4.546 4.552 4.552 0 004.546 4.546 4.505 4.505 0 002.822-1.009l8.793 7.247a4.486 4.486 0 00-.584 2.181 4.551 4.551 0 004.546 4.546 4.552 4.552 0 004.548-4.546 4.553 4.553 0 00-4.548-4.546"}))}
2
2
  //# sourceMappingURL=Share.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const Shield: React.FC<SvgPathProps>;
4
- export default Shield;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const Shield: React.FC<SvgPathProps>;
4
+ export default Shield;
5
5
  //# sourceMappingURL=Shield.d.ts.map
@@ -1,2 +1,2 @@
1
- import e from"react";export default function(l){l.isExtraSmall;var c=l.isHovered,r=e.createElement("path",{d:"M39.618 12.49c-1.94-.515-7.682-2.28-15.617-6.817-7.936 4.538-13.68 6.302-15.618 6.818-.163 1.768-.455 6.828.825 12.354C11.268 33.74 16.245 39.653 24 42.422c7.755-2.77 12.73-8.681 14.792-17.577 1.28-5.526.988-10.586.825-12.354zM24.325 44.429l-.324.11-.324-.11C3.102 37.382 6.437 11.807 6.473 11.55l.097-.691.683-.148c.065-.014 6.62-1.475 16.246-7.057L24 3.363l.5.29c9.627 5.583 16.18 7.044 16.247 7.058l.682.148.097.69c.036.258 3.372 25.833-17.202 32.879zm8.54-26.672 1.44 1.387-11.987 12.455-7.306-7.592 1.44-1.387 5.866 6.095 10.547-10.958z","fill-rule":"evenodd"});return c?e.createElement("path",{d:"M39.618 12.49c-1.94-.515-7.682-2.28-15.618-6.817-7.935 4.538-13.678 6.302-15.618 6.818-.163 1.768-.455 6.828.826 12.354C11.268 33.74 16.245 39.653 24 42.422c7.755-2.77 12.73-8.681 14.792-17.577 1.28-5.526.989-10.586.826-12.354zM24.325 44.429l-.325.11-.324-.11C3.102 37.382 6.436 11.807 6.473 11.55l.097-.691.683-.148c.065-.014 6.62-1.475 16.246-7.057l.5-.291.503.29c9.626 5.583 16.18 7.044 16.245 7.058l.682.148.098.69c.036.258 3.37 25.833-17.202 32.879zm9.77-27.95 1.44 1.388-13.217 13.732-5.934-6.165 1.442-1.386 4.492 4.667 11.777-12.235z","fill-rule":"evenodd"}):r}
1
+ import e from"react";export default function(l){l.size;var c=l.isHovered,r=e.createElement("path",{d:"M39.618 12.49c-1.94-.515-7.682-2.28-15.617-6.817-7.936 4.538-13.68 6.302-15.618 6.818-.163 1.768-.455 6.828.825 12.354C11.268 33.74 16.245 39.653 24 42.422c7.755-2.77 12.73-8.681 14.792-17.577 1.28-5.526.988-10.586.825-12.354zM24.325 44.429l-.324.11-.324-.11C3.102 37.382 6.437 11.807 6.473 11.55l.097-.691.683-.148c.065-.014 6.62-1.475 16.246-7.057L24 3.363l.5.29c9.627 5.583 16.18 7.044 16.247 7.058l.682.148.097.69c.036.258 3.372 25.833-17.202 32.879zm8.54-26.672 1.44 1.387-11.987 12.455-7.306-7.592 1.44-1.387 5.866 6.095 10.547-10.958z","fill-rule":"evenodd"});return c?e.createElement("path",{d:"M39.618 12.49c-1.94-.515-7.682-2.28-15.618-6.817-7.935 4.538-13.678 6.302-15.618 6.818-.163 1.768-.455 6.828.826 12.354C11.268 33.74 16.245 39.653 24 42.422c7.755-2.77 12.73-8.681 14.792-17.577 1.28-5.526.989-10.586.826-12.354zM24.325 44.429l-.325.11-.324-.11C3.102 37.382 6.436 11.807 6.473 11.55l.097-.691.683-.148c.065-.014 6.62-1.475 16.246-7.057l.5-.291.503.29c9.626 5.583 16.18 7.044 16.245 7.058l.682.148.098.69c.036.258 3.37 25.833-17.202 32.879zm9.77-27.95 1.44 1.388-13.217 13.732-5.934-6.165 1.442-1.386 4.492 4.667 11.777-12.235z","fill-rule":"evenodd"}):r}
2
2
  //# sourceMappingURL=Shield.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const ShuntOperation: React.FC<SvgPathProps>;
4
- export default ShuntOperation;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const ShuntOperation: React.FC<SvgPathProps>;
4
+ export default ShuntOperation;
5
5
  //# sourceMappingURL=ShuntOperation.d.ts.map
@@ -1,2 +1,2 @@
1
- import l from"react";export default function(a){a.isExtraSmall;var v=a.isHovered,h=l.createElement("path",{fillRule:"evenodd",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"});return v?l.createElement("path",{fillRule:"evenodd",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"}):h}
1
+ import l from"react";export default function(a){a.size;var v=a.isHovered,h=l.createElement("path",{fillRule:"evenodd",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"});return v?l.createElement("path",{fillRule:"evenodd",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"}):h}
2
2
  //# sourceMappingURL=ShuntOperation.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const Skeleton: React.FC<SvgPathProps>;
4
- export default Skeleton;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const Skeleton: React.FC<SvgPathProps>;
4
+ export default Skeleton;
5
5
  //# sourceMappingURL=Skeleton.d.ts.map
@@ -1,2 +1,2 @@
1
- import h from"react";export default function(v){v.isExtraSmall;var c=v.isHovered,a=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"});return c?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"}):a}
1
+ import h from"react";export default function(v){v.size;var c=v.isHovered,a=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"});return c?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"}):a}
2
2
  //# sourceMappingURL=Skeleton.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const Skin: React.FC<SvgPathProps>;
4
- export default Skin;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const Skin: React.FC<SvgPathProps>;
4
+ export default Skin;
5
5
  //# sourceMappingURL=Skin.d.ts.map
@@ -1,2 +1,2 @@
1
- import a from"react";export default function(m){m.isExtraSmall;var c=m.isHovered,l=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"});return c?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"}):l}
1
+ import a from"react";export default function(c){c.size;var m=c.isHovered,z=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"});return m?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"}):z}
2
2
  //# sourceMappingURL=Skin.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const Snake: React.FC<SvgPathProps>;
4
- export default Snake;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const Snake: React.FC<SvgPathProps>;
4
+ export default Snake;
5
5
  //# sourceMappingURL=Snake.d.ts.map
@@ -1,2 +1,2 @@
1
- import c from"react";export default function(a){a.isExtraSmall;var h=a.isHovered,v=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"});return h?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"}):v}
1
+ import c from"react";export default function(a){a.size;var h=a.isHovered,v=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"});return h?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"}):v}
2
2
  //# sourceMappingURL=Snake.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const Snapchat: React.FC<SvgPathProps>;
4
- export default Snapchat;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const Snapchat: React.FC<SvgPathProps>;
4
+ export default Snapchat;
5
5
  //# sourceMappingURL=Snapchat.d.ts.map