@helsenorge/designsystem-react 1.0.0-beta105 → 1.0.0-beta109

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 (888) 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-403016b0.js +2 -0
  7. package/Close-403016b0.js.map +1 -0
  8. package/{FormGroup-0577b07f.js → FormGroup-fbf475ed.js} +2 -2
  9. package/FormGroup-fbf475ed.js.map +1 -0
  10. package/Input-cd0319e0.js +2 -0
  11. package/Input-cd0319e0.js.map +1 -0
  12. package/{Loader-fa16a352.js → Loader-bf89238f.js} +2 -2
  13. package/Loader-bf89238f.js.map +1 -0
  14. package/Modal-1776ded7.js +2 -0
  15. package/Modal-1776ded7.js.map +1 -0
  16. package/README.md +69 -69
  17. package/{RadioButton-fe4bbd36.js → RadioButton-b0da1997.js} +2 -2
  18. package/RadioButton-b0da1997.js.map +1 -0
  19. package/{Textarea-e1d1144c.js → Textarea-648063a9.js} +2 -2
  20. package/Textarea-648063a9.js.map +1 -0
  21. package/{Title-af53f589.js → Title-1d8708ea.js} +2 -2
  22. package/Title-1d8708ea.js.map +1 -0
  23. package/Validation-df81209c.js +2 -0
  24. package/Validation-df81209c.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 -155
  75. package/components/ExpanderList/styles.module.scss.d.ts +28 -27
  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 -23
  86. package/components/HighlightBox/HighlightBox.d.ts.map +1 -1
  87. package/components/HighlightBox/componentdata.json +19 -0
  88. package/components/HighlightBox/index.d.ts +3 -3
  89. package/components/HighlightBox/index.js +1 -1
  90. package/components/HighlightBox/styles.module.scss +174 -89
  91. package/components/Icons/ActiveMonitoring.d.ts +4 -4
  92. package/components/Icons/ActiveMonitoring.js +1 -1
  93. package/components/Icons/AcupunctureBack.d.ts +4 -4
  94. package/components/Icons/AcupunctureBack.d.ts.map +1 -1
  95. package/components/Icons/AcupunctureBack.js +1 -1
  96. package/components/Icons/AdditionalIconInformation.js +263 -263
  97. package/components/Icons/AdditionalIconInformation.js.map +1 -1
  98. package/components/Icons/AlarmClock.d.ts +4 -4
  99. package/components/Icons/AlarmClock.d.ts.map +1 -1
  100. package/components/Icons/AlarmClock.js +1 -1
  101. package/components/Icons/AlertSignFill.d.ts +4 -4
  102. package/components/Icons/AlertSignFill.d.ts.map +1 -1
  103. package/components/Icons/AlertSignFill.js +1 -1
  104. package/components/Icons/AlertSignStroke.d.ts +4 -4
  105. package/components/Icons/AlertSignStroke.d.ts.map +1 -1
  106. package/components/Icons/AlertSignStroke.js +1 -1
  107. package/components/Icons/Amputation.d.ts +4 -4
  108. package/components/Icons/Amputation.js +1 -1
  109. package/components/Icons/Anxiety.d.ts +4 -4
  110. package/components/Icons/Anxiety.js +1 -1
  111. package/components/Icons/Apple.d.ts +4 -4
  112. package/components/Icons/Apple.js +1 -1
  113. package/components/Icons/Archive.d.ts +4 -4
  114. package/components/Icons/Archive.d.ts.map +1 -1
  115. package/components/Icons/Archive.js +1 -1
  116. package/components/Icons/ArmFlexing.d.ts +4 -4
  117. package/components/Icons/ArmFlexing.js +1 -1
  118. package/components/Icons/ArrowLeft.d.ts +4 -4
  119. package/components/Icons/ArrowLeft.d.ts.map +1 -1
  120. package/components/Icons/ArrowLeft.js +1 -1
  121. package/components/Icons/ArrowRight.d.ts +4 -4
  122. package/components/Icons/ArrowRight.d.ts.map +1 -1
  123. package/components/Icons/ArrowRight.js +1 -1
  124. package/components/Icons/ArrowUpRight.d.ts +4 -4
  125. package/components/Icons/ArrowUpRight.d.ts.map +1 -1
  126. package/components/Icons/ArrowUpRight.js +1 -1
  127. package/components/Icons/Attachment.d.ts +4 -4
  128. package/components/Icons/Attachment.d.ts.map +1 -1
  129. package/components/Icons/Attachment.js +1 -1
  130. package/components/Icons/Atv.d.ts +4 -4
  131. package/components/Icons/Atv.js +1 -1
  132. package/components/Icons/Avatar.d.ts +4 -4
  133. package/components/Icons/Avatar.d.ts.map +1 -1
  134. package/components/Icons/Avatar.js +1 -1
  135. package/components/Icons/AwakePersonOnPillow.d.ts +4 -4
  136. package/components/Icons/AwakePersonOnPillow.js +1 -1
  137. package/components/Icons/Baby.d.ts +4 -4
  138. package/components/Icons/Baby.js +1 -1
  139. package/components/Icons/BandAid.d.ts +4 -4
  140. package/components/Icons/BandAid.js +1 -1
  141. package/components/Icons/BeerAndPills.d.ts +4 -4
  142. package/components/Icons/BeerAndPills.js +1 -1
  143. package/components/Icons/Bell.d.ts +4 -4
  144. package/components/Icons/Bell.js +1 -1
  145. package/components/Icons/Bike.d.ts +4 -4
  146. package/components/Icons/Bike.js +1 -1
  147. package/components/Icons/BirthControl.d.ts +4 -4
  148. package/components/Icons/BirthdayCake.d.ts +4 -4
  149. package/components/Icons/BirthdayCake.js +1 -1
  150. package/components/Icons/Boat.d.ts +4 -4
  151. package/components/Icons/Boat.js +1 -1
  152. package/components/Icons/Body.d.ts +4 -4
  153. package/components/Icons/Brain.d.ts +4 -4
  154. package/components/Icons/Brain.js +1 -1
  155. package/components/Icons/BreastReconstruction.d.ts +4 -4
  156. package/components/Icons/BreastReconstruction.js +1 -1
  157. package/components/Icons/BreastRemoval.d.ts +4 -4
  158. package/components/Icons/BreastRemoval.js +1 -1
  159. package/components/Icons/Breasts.d.ts +4 -4
  160. package/components/Icons/Breasts.js +1 -1
  161. package/components/Icons/BrokenHeart.d.ts +4 -4
  162. package/components/Icons/BrokenHeart.js +1 -1
  163. package/components/Icons/BrokenPuzzle.d.ts +4 -4
  164. package/components/Icons/BrokenPuzzle.js +1 -1
  165. package/components/Icons/Bus.d.ts +4 -4
  166. package/components/Icons/Bus.d.ts.map +1 -1
  167. package/components/Icons/Bus.js +1 -1
  168. package/components/Icons/Calendar.d.ts +4 -4
  169. package/components/Icons/Calendar.d.ts.map +1 -1
  170. package/components/Icons/Calendar.js +1 -1
  171. package/components/Icons/CalendarChange.d.ts +4 -4
  172. package/components/Icons/CalendarChange.d.ts.map +1 -1
  173. package/components/Icons/CalendarChange.js +1 -1
  174. package/components/Icons/CalendarCheck.d.ts +4 -4
  175. package/components/Icons/CalendarCheck.d.ts.map +1 -1
  176. package/components/Icons/CalendarCheck.js +1 -1
  177. package/components/Icons/CalendarEvent.d.ts +4 -4
  178. package/components/Icons/CalendarEvent.js +1 -1
  179. package/components/Icons/CalendarSave.d.ts +4 -4
  180. package/components/Icons/CalendarSave.d.ts.map +1 -1
  181. package/components/Icons/CalendarSave.js +1 -1
  182. package/components/Icons/Cancer.d.ts +4 -4
  183. package/components/Icons/Cancer.js +1 -1
  184. package/components/Icons/Car.d.ts +4 -4
  185. package/components/Icons/Car.js +1 -1
  186. package/components/Icons/Change.d.ts +4 -4
  187. package/components/Icons/Change.d.ts.map +1 -1
  188. package/components/Icons/Change.js +1 -1
  189. package/components/Icons/Check.d.ts +4 -4
  190. package/components/Icons/Check.d.ts.map +1 -1
  191. package/components/Icons/Check.js +1 -1
  192. package/components/Icons/CheckOutline.d.ts +4 -4
  193. package/components/Icons/CheckOutline.js +1 -1
  194. package/components/Icons/Chest.d.ts +4 -4
  195. package/components/Icons/Chest.js +1 -1
  196. package/components/Icons/ChevronDown.d.ts +4 -4
  197. package/components/Icons/ChevronDown.d.ts.map +1 -1
  198. package/components/Icons/ChevronDown.js +1 -1
  199. package/components/Icons/ChevronLeft.d.ts +4 -4
  200. package/components/Icons/ChevronLeft.d.ts.map +1 -1
  201. package/components/Icons/ChevronLeft.js +1 -1
  202. package/components/Icons/ChevronRight.d.ts +4 -4
  203. package/components/Icons/ChevronRight.d.ts.map +1 -1
  204. package/components/Icons/ChevronRight.js +1 -1
  205. package/components/Icons/ChevronUp.d.ts +4 -4
  206. package/components/Icons/ChevronUp.d.ts.map +1 -1
  207. package/components/Icons/ChevronUp.js +1 -1
  208. package/components/Icons/ChevronsDown.d.ts +4 -4
  209. package/components/Icons/ChevronsDown.d.ts.map +1 -1
  210. package/components/Icons/ChevronsDown.js +1 -1
  211. package/components/Icons/ChevronsUp.d.ts +4 -4
  212. package/components/Icons/ChevronsUp.d.ts.map +1 -1
  213. package/components/Icons/ChevronsUp.js +1 -1
  214. package/components/Icons/ChildPlaying.d.ts +4 -4
  215. package/components/Icons/ChildPlaying.js +1 -1
  216. package/components/Icons/Cigarette.d.ts +4 -4
  217. package/components/Icons/Cigarette.js +1 -1
  218. package/components/Icons/Contacts.d.ts +4 -4
  219. package/components/Icons/Contacts.d.ts.map +1 -1
  220. package/components/Icons/Contacts.js +1 -1
  221. package/components/Icons/Copy.d.ts +4 -4
  222. package/components/Icons/Copy.d.ts.map +1 -1
  223. package/components/Icons/Copy.js +1 -1
  224. package/components/Icons/CoronaCertificate.d.ts +4 -4
  225. package/components/Icons/CoronaCertificate.js +1 -1
  226. package/components/Icons/Coronavirus.d.ts +4 -4
  227. package/components/Icons/Coronavirus.js +1 -1
  228. package/components/Icons/Cough.d.ts +4 -4
  229. package/components/Icons/Cough.js +1 -1
  230. package/components/Icons/CriticalHealthInfo.d.ts +4 -4
  231. package/components/Icons/CriticalHealthInfo.js +1 -1
  232. package/components/Icons/Cross.d.ts +4 -4
  233. package/components/Icons/Cross.js +1 -1
  234. package/components/Icons/DataExchange.d.ts +4 -4
  235. package/components/Icons/DataReceived.d.ts +4 -4
  236. package/components/Icons/DataSent.d.ts +4 -4
  237. package/components/Icons/Depression.d.ts +4 -4
  238. package/components/Icons/Depression.js +1 -1
  239. package/components/Icons/DigestiveSystem.d.ts +4 -4
  240. package/components/Icons/DigestiveSystem.js +1 -1
  241. package/components/Icons/Dizzy.d.ts +4 -4
  242. package/components/Icons/Dizzy.js +1 -1
  243. package/components/Icons/Documents.d.ts +4 -4
  244. package/components/Icons/Documents.js +1 -1
  245. package/components/Icons/Dog.d.ts +4 -4
  246. package/components/Icons/Dog.js +1 -1
  247. package/components/Icons/DonorCard.d.ts +4 -4
  248. package/components/Icons/DonorCard.js +1 -1
  249. package/components/Icons/Download.d.ts +4 -4
  250. package/components/Icons/Download.d.ts.map +1 -1
  251. package/components/Icons/Download.js +1 -1
  252. package/components/Icons/Draft.d.ts +4 -4
  253. package/components/Icons/Draft.js +1 -1
  254. package/components/Icons/EChat.d.ts +4 -4
  255. package/components/Icons/EChat.d.ts.map +1 -1
  256. package/components/Icons/EChat.js +1 -1
  257. package/components/Icons/EarNoseThroat.d.ts +4 -4
  258. package/components/Icons/EarNoseThroat.js +1 -1
  259. package/components/Icons/ElderlyPerson.d.ts +4 -4
  260. package/components/Icons/ElderlyPerson.js +1 -1
  261. package/components/Icons/Embolization.d.ts +4 -4
  262. package/components/Icons/Embolization.js +1 -1
  263. package/components/Icons/EnterFullScreen.d.ts +4 -4
  264. package/components/Icons/EnterFullScreen.d.ts.map +1 -1
  265. package/components/Icons/EnterFullScreen.js +1 -1
  266. package/components/Icons/Envelope.d.ts +4 -4
  267. package/components/Icons/Envelope.d.ts.map +1 -1
  268. package/components/Icons/Envelope.js +1 -1
  269. package/components/Icons/Epilepsy.d.ts +4 -4
  270. package/components/Icons/Epilepsy.js +1 -1
  271. package/components/Icons/Eraser.d.ts +4 -4
  272. package/components/Icons/Eraser.d.ts.map +1 -1
  273. package/components/Icons/Eraser.js +1 -1
  274. package/components/Icons/ErrorSignFill.d.ts +4 -4
  275. package/components/Icons/ErrorSignFill.d.ts.map +1 -1
  276. package/components/Icons/ErrorSignFill.js +1 -1
  277. package/components/Icons/ErrorSignStroke.d.ts +4 -4
  278. package/components/Icons/ErrorSignStroke.d.ts.map +1 -1
  279. package/components/Icons/ErrorSignStroke.js +1 -1
  280. package/components/Icons/EuropeanHealthCard.d.ts +4 -4
  281. package/components/Icons/EuropeanHealthCard.js +1 -1
  282. package/components/Icons/ExitFullScreen.d.ts +4 -4
  283. package/components/Icons/ExitFullScreen.d.ts.map +1 -1
  284. package/components/Icons/ExitFullScreen.js +1 -1
  285. package/components/Icons/Eye.d.ts +4 -4
  286. package/components/Icons/Eye.d.ts.map +1 -1
  287. package/components/Icons/Eye.js +1 -1
  288. package/components/Icons/Facebook.d.ts +4 -4
  289. package/components/Icons/Facebook.js +1 -1
  290. package/components/Icons/Female.d.ts +4 -4
  291. package/components/Icons/Female.js +1 -1
  292. package/components/Icons/FemaleDoctor.d.ts +4 -4
  293. package/components/Icons/FemaleDoctor.js +1 -1
  294. package/components/Icons/Ferry.d.ts +4 -4
  295. package/components/Icons/Ferry.js +1 -1
  296. package/components/Icons/FingerBleed.d.ts +4 -4
  297. package/components/Icons/FingerBleed.js +1 -1
  298. package/components/Icons/FirstAidKit.d.ts +4 -4
  299. package/components/Icons/FirstAidKit.js +1 -1
  300. package/components/Icons/FloppyDisk.d.ts +4 -4
  301. package/components/Icons/Football.d.ts +4 -4
  302. package/components/Icons/Football.js +1 -1
  303. package/components/Icons/Form.d.ts +4 -4
  304. package/components/Icons/Form.d.ts.map +1 -1
  305. package/components/Icons/Form.js +1 -1
  306. package/components/Icons/Forward.d.ts +4 -4
  307. package/components/Icons/Forward.d.ts.map +1 -1
  308. package/components/Icons/Forward.js +1 -1
  309. package/components/Icons/Gallery.d.ts +4 -4
  310. package/components/Icons/Gallery.d.ts.map +1 -1
  311. package/components/Icons/Gallery.js +1 -1
  312. package/components/Icons/Garden.d.ts +4 -4
  313. package/components/Icons/Garden.js +1 -1
  314. package/components/Icons/GasCan.d.ts +4 -4
  315. package/components/Icons/GasCan.js +1 -1
  316. package/components/Icons/GenderIdentity.d.ts +4 -4
  317. package/components/Icons/Globe.d.ts +4 -4
  318. package/components/Icons/Globe.d.ts.map +1 -1
  319. package/components/Icons/Globe.js +1 -1
  320. package/components/Icons/HandWaving.d.ts +4 -4
  321. package/components/Icons/HandWaving.js +1 -1
  322. package/components/Icons/HandWithDisease.d.ts +4 -4
  323. package/components/Icons/HandWithDisease.js +1 -1
  324. package/components/Icons/HealthClinic.d.ts +4 -4
  325. package/components/Icons/HealthClinic.js +1 -1
  326. package/components/Icons/HealthWarning.d.ts +4 -4
  327. package/components/Icons/HealthWarning.js +1 -1
  328. package/components/Icons/Heart.d.ts +4 -4
  329. package/components/Icons/Heart.d.ts.map +1 -1
  330. package/components/Icons/Heart.js +1 -1
  331. package/components/Icons/HelpSign.d.ts +4 -4
  332. package/components/Icons/HelpSign.d.ts.map +1 -1
  333. package/components/Icons/HelpSign.js +1 -1
  334. package/components/Icons/HelpingHand.d.ts +4 -4
  335. package/components/Icons/HelpingHand.js +1 -1
  336. package/components/Icons/Hemodialysis.d.ts +4 -4
  337. package/components/Icons/Hemodialysis.js +1 -1
  338. package/components/Icons/Hiker.d.ts +4 -4
  339. package/components/Icons/Hiker.js +1 -1
  340. package/components/Icons/Hipprosthesis.d.ts +4 -4
  341. package/components/Icons/Hipprosthesis.js +1 -1
  342. package/components/Icons/History.d.ts +4 -4
  343. package/components/Icons/History.d.ts.map +1 -1
  344. package/components/Icons/History.js +1 -1
  345. package/components/Icons/HivAndAids.d.ts +4 -4
  346. package/components/Icons/HivAndAids.js +1 -1
  347. package/components/Icons/Home.d.ts +4 -4
  348. package/components/Icons/Home.d.ts.map +1 -1
  349. package/components/Icons/Home.js +1 -1
  350. package/components/Icons/Hormone.d.ts +4 -4
  351. package/components/Icons/Hormone.js +1 -1
  352. package/components/Icons/Hospital.d.ts +4 -4
  353. package/components/Icons/Hospital.d.ts.map +1 -1
  354. package/components/Icons/Hospital.js +1 -1
  355. package/components/Icons/Hourglass.d.ts +4 -4
  356. package/components/Icons/Hourglass.d.ts.map +1 -1
  357. package/components/Icons/Hourglass.js +1 -1
  358. package/components/Icons/Icon.d.ts +23 -22
  359. package/components/Icons/Icon.d.ts.map +1 -1
  360. package/components/Icons/Icon.js +1 -1
  361. package/components/Icons/ImgFile.d.ts +4 -4
  362. package/components/Icons/ImgFile.js +1 -1
  363. package/components/Icons/Inbox.d.ts +4 -4
  364. package/components/Icons/Inbox.js +1 -1
  365. package/components/Icons/InfoSignFill.d.ts +4 -4
  366. package/components/Icons/InfoSignFill.d.ts.map +1 -1
  367. package/components/Icons/InfoSignFill.js +1 -1
  368. package/components/Icons/InfoSignStroke.d.ts +4 -4
  369. package/components/Icons/InfoSignStroke.d.ts.map +1 -1
  370. package/components/Icons/InfoSignStroke.js +1 -1
  371. package/components/Icons/Instagram.d.ts +4 -4
  372. package/components/Icons/Instagram.js +1 -1
  373. package/components/Icons/Intravenous.d.ts +4 -4
  374. package/components/Icons/Intravenous.js +1 -1
  375. package/components/Icons/JointPain.d.ts +4 -4
  376. package/components/Icons/JointPain.js +1 -1
  377. package/components/Icons/Journal.d.ts +4 -4
  378. package/components/Icons/Journal.d.ts.map +1 -1
  379. package/components/Icons/Journal.js +1 -1
  380. package/components/Icons/JpgFile.d.ts +4 -4
  381. package/components/Icons/JpgFile.js +1 -1
  382. package/components/Icons/Kidney.d.ts +4 -4
  383. package/components/Icons/Kidney.js +1 -1
  384. package/components/Icons/KitchenScale.d.ts +4 -4
  385. package/components/Icons/KitchenScale.js +1 -1
  386. package/components/Icons/Kjernejournal.d.ts +4 -4
  387. package/components/Icons/Kjernejournal.js +1 -1
  388. package/components/Icons/Laboratory.d.ts +4 -4
  389. package/components/Icons/Laboratory.js +1 -1
  390. package/components/Icons/LaptopBlog.d.ts +4 -4
  391. package/components/Icons/LaptopBlog.js +1 -1
  392. package/components/Icons/LawBook.d.ts +4 -4
  393. package/components/Icons/LawBook.js +1 -1
  394. package/components/Icons/LightBulb.d.ts +4 -4
  395. package/components/Icons/LightBulb.js +1 -1
  396. package/components/Icons/List.d.ts +4 -4
  397. package/components/Icons/List.d.ts.map +1 -1
  398. package/components/Icons/List.js +1 -1
  399. package/components/Icons/Location.d.ts +4 -4
  400. package/components/Icons/Location.d.ts.map +1 -1
  401. package/components/Icons/Location.js +1 -1
  402. package/components/Icons/Lock.d.ts +4 -4
  403. package/components/Icons/Lock.d.ts.map +1 -1
  404. package/components/Icons/Lock.js +1 -1
  405. package/components/Icons/Lungs.d.ts +4 -4
  406. package/components/Icons/Lungs.js +1 -1
  407. package/components/Icons/Makeup.d.ts +4 -4
  408. package/components/Icons/Makeup.js +1 -1
  409. package/components/Icons/MaleDoctor.d.ts +4 -4
  410. package/components/Icons/MaleDoctor.js +1 -1
  411. package/components/Icons/MaleDoctorAndPerson.d.ts +4 -4
  412. package/components/Icons/MaleDoctorAndPerson.js +1 -1
  413. package/components/Icons/MaleGenitalia.d.ts +4 -4
  414. package/components/Icons/MaleGenitalia.js +1 -1
  415. package/components/Icons/Medicine.d.ts +4 -4
  416. package/components/Icons/Medicine.d.ts.map +1 -1
  417. package/components/Icons/Medicine.js +1 -1
  418. package/components/Icons/MedicineWarning.d.ts +4 -4
  419. package/components/Icons/MedicineWarning.js +1 -1
  420. package/components/Icons/MentalHealthAdult.d.ts +4 -4
  421. package/components/Icons/MentalHealthAdult.js +1 -1
  422. package/components/Icons/MentalHealthChild.d.ts +4 -4
  423. package/components/Icons/MentalHealthChild.js +1 -1
  424. package/components/Icons/Menu.d.ts +4 -4
  425. package/components/Icons/Menu.d.ts.map +1 -1
  426. package/components/Icons/Menu.js +1 -1
  427. package/components/Icons/Microscope.d.ts +4 -4
  428. package/components/Icons/Microscope.js +1 -1
  429. package/components/Icons/Minus.d.ts +4 -4
  430. package/components/Icons/Minus.d.ts.map +1 -1
  431. package/components/Icons/Minus.js +1 -1
  432. package/components/Icons/Mirror.d.ts +4 -4
  433. package/components/Icons/Mirror.js +1 -1
  434. package/components/Icons/MobilePhone.d.ts +4 -4
  435. package/components/Icons/MobilePhone.d.ts.map +1 -1
  436. package/components/Icons/MobilePhone.js +1 -1
  437. package/components/Icons/MotherHoldingBaby.d.ts +4 -4
  438. package/components/Icons/MotherHoldingBaby.js +1 -1
  439. package/components/Icons/MuscleBack.d.ts +4 -4
  440. package/components/Icons/MuscleBack.js +1 -1
  441. package/components/Icons/MuscleLeg.d.ts +4 -4
  442. package/components/Icons/MuscleLeg.js +1 -1
  443. package/components/Icons/Mushroom.d.ts +4 -4
  444. package/components/Icons/Mushroom.js +1 -1
  445. package/components/Icons/Music.d.ts +4 -4
  446. package/components/Icons/Music.js +1 -1
  447. package/components/Icons/MusselsAndSalt.d.ts +4 -4
  448. package/components/Icons/MusselsAndSalt.js +1 -1
  449. package/components/Icons/NoEye.d.ts +4 -4
  450. package/components/Icons/NoEye.d.ts.map +1 -1
  451. package/components/Icons/NoEye.js +1 -1
  452. package/components/Icons/NoFilter.d.ts +4 -4
  453. package/components/Icons/NoFilter.d.ts.map +1 -1
  454. package/components/Icons/NoFilter.js +1 -1
  455. package/components/Icons/Notepad.d.ts +4 -4
  456. package/components/Icons/Notepad.js +1 -1
  457. package/components/Icons/Osteotomy.d.ts +4 -4
  458. package/components/Icons/Osteotomy.js +1 -1
  459. package/components/Icons/PaintRoller.d.ts +4 -4
  460. package/components/Icons/PaintRoller.js +1 -1
  461. package/components/Icons/PaperPlane.d.ts +4 -4
  462. package/components/Icons/PaperPlane.d.ts.map +1 -1
  463. package/components/Icons/PaperPlane.js +1 -1
  464. package/components/Icons/PatientAndPerson.d.ts +4 -4
  465. package/components/Icons/PatientAndPerson.js +1 -1
  466. package/components/Icons/Pause.d.ts +4 -4
  467. package/components/Icons/Pause.d.ts.map +1 -1
  468. package/components/Icons/Pause.js +1 -1
  469. package/components/Icons/PdfFile.d.ts +4 -4
  470. package/components/Icons/PdfFile.js +1 -1
  471. package/components/Icons/Pencil.d.ts +4 -4
  472. package/components/Icons/Pencil.d.ts.map +1 -1
  473. package/components/Icons/Pencil.js +1 -1
  474. package/components/Icons/PeopleTalking.d.ts +4 -4
  475. package/components/Icons/PeopleTalking.js +1 -1
  476. package/components/Icons/Peritonealdialysis.d.ts +4 -4
  477. package/components/Icons/Peritonealdialysis.js +1 -1
  478. package/components/Icons/Person.d.ts +4 -4
  479. package/components/Icons/Person.js +1 -1
  480. package/components/Icons/PersonAndPatient.d.ts +4 -4
  481. package/components/Icons/PersonAndPatient.js +1 -1
  482. package/components/Icons/PersonInXRayMachine.d.ts +4 -4
  483. package/components/Icons/PersonInXRayMachine.js +1 -1
  484. package/components/Icons/PersonOverweight.d.ts +4 -4
  485. package/components/Icons/PersonOverweight.js +1 -1
  486. package/components/Icons/PersonRelaxing.d.ts +4 -4
  487. package/components/Icons/PersonRelaxing.js +1 -1
  488. package/components/Icons/PersonWithBrain.d.ts +4 -4
  489. package/components/Icons/PersonWithBrain.js +1 -1
  490. package/components/Icons/PersonWithBrokenArm.d.ts +4 -4
  491. package/components/Icons/PersonWithBrokenArm.js +1 -1
  492. package/components/Icons/PersonWithCrutches.d.ts +4 -4
  493. package/components/Icons/PersonWithCrutches.js +1 -1
  494. package/components/Icons/PersonWithJaw.d.ts +4 -4
  495. package/components/Icons/PersonWithJaw.js +1 -1
  496. package/components/Icons/PersonWithMagnifyingGlass.d.ts +4 -4
  497. package/components/Icons/PersonWithMagnifyingGlass.js +1 -1
  498. package/components/Icons/PersonWithSenses.d.ts +4 -4
  499. package/components/Icons/PersonWithSenses.js +1 -1
  500. package/components/Icons/PersonWorking.d.ts +4 -4
  501. package/components/Icons/PersonWorking.js +1 -1
  502. package/components/Icons/PizzaSlice.d.ts +4 -4
  503. package/components/Icons/PizzaSlice.js +1 -1
  504. package/components/Icons/Plane.d.ts +4 -4
  505. package/components/Icons/Plane.js +1 -1
  506. package/components/Icons/Plant.d.ts +4 -4
  507. package/components/Icons/Plant.js +1 -1
  508. package/components/Icons/Play.d.ts +4 -4
  509. package/components/Icons/Play.d.ts.map +1 -1
  510. package/components/Icons/Play.js +1 -1
  511. package/components/Icons/PlusLarge.d.ts +4 -4
  512. package/components/Icons/PlusLarge.d.ts.map +1 -1
  513. package/components/Icons/PlusLarge.js +1 -1
  514. package/components/Icons/PlusSmall.d.ts +4 -4
  515. package/components/Icons/PlusSmall.d.ts.map +1 -1
  516. package/components/Icons/PlusSmall.js +1 -1
  517. package/components/Icons/PngFile.d.ts +4 -4
  518. package/components/Icons/PngFile.js +1 -1
  519. package/components/Icons/Podcast.d.ts +4 -4
  520. package/components/Icons/PoisonInformation.d.ts +4 -4
  521. package/components/Icons/PoisonInformation.js +1 -1
  522. package/components/Icons/Pregnant.d.ts +4 -4
  523. package/components/Icons/Pregnant.js +1 -1
  524. package/components/Icons/Printer.d.ts +4 -4
  525. package/components/Icons/Printer.d.ts.map +1 -1
  526. package/components/Icons/Printer.js +1 -1
  527. package/components/Icons/Psychosis.d.ts +4 -4
  528. package/components/Icons/Psychosis.js +1 -1
  529. package/components/Icons/Publication.d.ts +4 -4
  530. package/components/Icons/Publication.js +1 -1
  531. package/components/Icons/Puzzle.d.ts +4 -4
  532. package/components/Icons/Puzzle.js +1 -1
  533. package/components/Icons/QrCode.d.ts +4 -4
  534. package/components/Icons/QrCode.d.ts.map +1 -1
  535. package/components/Icons/QrCode.js +1 -1
  536. package/components/Icons/Quarrel.d.ts +4 -4
  537. package/components/Icons/RadioTherapy.d.ts +4 -4
  538. package/components/Icons/RadioTherapy.js +1 -1
  539. package/components/Icons/RadioactiveTreatment.d.ts +4 -4
  540. package/components/Icons/RadioactiveTreatment.js +1 -1
  541. package/components/Icons/Radioiodine.d.ts +4 -4
  542. package/components/Icons/Radioiodine.js +1 -1
  543. package/components/Icons/Receipt.d.ts +4 -4
  544. package/components/Icons/Receipt.js +1 -1
  545. package/components/Icons/Receptionist.d.ts +4 -4
  546. package/components/Icons/Receptionist.d.ts.map +1 -1
  547. package/components/Icons/Receptionist.js +1 -1
  548. package/components/Icons/Recovery.d.ts +4 -4
  549. package/components/Icons/Recovery.js +1 -1
  550. package/components/Icons/Referral.d.ts +4 -4
  551. package/components/Icons/Referral.d.ts.map +1 -1
  552. package/components/Icons/Referral.js +1 -1
  553. package/components/Icons/Refresh.d.ts +4 -4
  554. package/components/Icons/Refresh.d.ts.map +1 -1
  555. package/components/Icons/Refresh.js +1 -1
  556. package/components/Icons/Refund.d.ts +4 -4
  557. package/components/Icons/Refund.js +1 -1
  558. package/components/Icons/Reply.d.ts +4 -4
  559. package/components/Icons/Reply.d.ts.map +1 -1
  560. package/components/Icons/Reply.js +1 -1
  561. package/components/Icons/Rocket.d.ts +4 -4
  562. package/components/Icons/Rocket.js +1 -1
  563. package/components/Icons/RtfFile.d.ts +4 -4
  564. package/components/Icons/RtfFile.js +1 -1
  565. package/components/Icons/STDs.d.ts +4 -4
  566. package/components/Icons/Save.d.ts +4 -4
  567. package/components/Icons/Save.d.ts.map +1 -1
  568. package/components/Icons/Save.js +1 -1
  569. package/components/Icons/Scale.d.ts +4 -4
  570. package/components/Icons/Scale.js +1 -1
  571. package/components/Icons/Search.d.ts +4 -4
  572. package/components/Icons/Search.d.ts.map +1 -1
  573. package/components/Icons/Search.js +1 -1
  574. package/components/Icons/SectionSign.d.ts +4 -4
  575. package/components/Icons/SectionSign.d.ts.map +1 -1
  576. package/components/Icons/SectionSign.js +1 -1
  577. package/components/Icons/Settings.d.ts +4 -4
  578. package/components/Icons/Settings.d.ts.map +1 -1
  579. package/components/Icons/Settings.js +1 -1
  580. package/components/Icons/Sexualorientation.d.ts +4 -4
  581. package/components/Icons/ShakingHand.d.ts +4 -4
  582. package/components/Icons/ShakingHand.js +1 -1
  583. package/components/Icons/Share.d.ts +4 -4
  584. package/components/Icons/Share.d.ts.map +1 -1
  585. package/components/Icons/Share.js +1 -1
  586. package/components/Icons/Shield.d.ts +4 -4
  587. package/components/Icons/Shield.js +1 -1
  588. package/components/Icons/ShuntOperation.d.ts +4 -4
  589. package/components/Icons/ShuntOperation.js +1 -1
  590. package/components/Icons/Skeleton.d.ts +4 -4
  591. package/components/Icons/Skeleton.js +1 -1
  592. package/components/Icons/Skin.d.ts +4 -4
  593. package/components/Icons/Skin.js +1 -1
  594. package/components/Icons/Snake.d.ts +4 -4
  595. package/components/Icons/Snake.js +1 -1
  596. package/components/Icons/Snapchat.d.ts +4 -4
  597. package/components/Icons/Snapchat.js +1 -1
  598. package/components/Icons/SpeechBubble.d.ts +4 -4
  599. package/components/Icons/SpeechBubble.d.ts.map +1 -1
  600. package/components/Icons/SpeechBubble.js +1 -1
  601. package/components/Icons/Spray.d.ts +4 -4
  602. package/components/Icons/Spray.js +1 -1
  603. package/components/Icons/Stopwatch.d.ts +4 -4
  604. package/components/Icons/Stopwatch.d.ts.map +1 -1
  605. package/components/Icons/Stopwatch.js +1 -1
  606. package/components/Icons/SupportingPerson.d.ts +4 -4
  607. package/components/Icons/SupportingPerson.d.ts.map +1 -1
  608. package/components/Icons/SupportingPerson.js +1 -1
  609. package/components/Icons/Surgery.d.ts +4 -4
  610. package/components/Icons/Surgery.js +1 -1
  611. package/components/Icons/Syringe.d.ts +4 -4
  612. package/components/Icons/Syringe.d.ts.map +1 -1
  613. package/components/Icons/Syringe.js +1 -1
  614. package/components/Icons/Taxi.d.ts +4 -4
  615. package/components/Icons/Taxi.js +1 -1
  616. package/components/Icons/TeddyBear.d.ts +4 -4
  617. package/components/Icons/TeddyBear.js +1 -1
  618. package/components/Icons/Teenagers.d.ts +4 -4
  619. package/components/Icons/Teenagers.js +1 -1
  620. package/components/Icons/ThinkingAboutBaby.d.ts +4 -4
  621. package/components/Icons/ThinkingAboutBaby.js +1 -1
  622. package/components/Icons/Ticket.d.ts +4 -4
  623. package/components/Icons/Ticket.js +1 -1
  624. package/components/Icons/TimePassing.d.ts +4 -4
  625. package/components/Icons/TimePassing.d.ts.map +1 -1
  626. package/components/Icons/TimePassing.js +1 -1
  627. package/components/Icons/Toolbox.d.ts +4 -4
  628. package/components/Icons/Toolbox.d.ts.map +1 -1
  629. package/components/Icons/Toolbox.js +1 -1
  630. package/components/Icons/Tooth.d.ts +4 -4
  631. package/components/Icons/Tooth.js +1 -1
  632. package/components/Icons/TotalKneeProsthesis.d.ts +4 -4
  633. package/components/Icons/TotalKneeProsthesis.js +1 -1
  634. package/components/Icons/Train.d.ts +4 -4
  635. package/components/Icons/Train.js +1 -1
  636. package/components/Icons/Transplantation.d.ts +4 -4
  637. package/components/Icons/Transplantation.js +1 -1
  638. package/components/Icons/TrashCan.d.ts +4 -4
  639. package/components/Icons/TrashCan.d.ts.map +1 -1
  640. package/components/Icons/TrashCan.js +1 -1
  641. package/components/Icons/Twitter.d.ts +4 -4
  642. package/components/Icons/Twitter.js +1 -1
  643. package/components/Icons/Undo.d.ts +4 -4
  644. package/components/Icons/Undo.d.ts.map +1 -1
  645. package/components/Icons/Undo.js +1 -1
  646. package/components/Icons/UniProsthesis.d.ts +4 -4
  647. package/components/Icons/UniProsthesis.js +1 -1
  648. package/components/Icons/Upload.d.ts +4 -4
  649. package/components/Icons/Upload.d.ts.map +1 -1
  650. package/components/Icons/Upload.js +1 -1
  651. package/components/Icons/UserOrganization.d.ts +4 -4
  652. package/components/Icons/UserOrganization.js +1 -1
  653. package/components/Icons/Vaccine.d.ts +4 -4
  654. package/components/Icons/Vaccine.d.ts.map +1 -1
  655. package/components/Icons/Vaccine.js +1 -1
  656. package/components/Icons/VerticalDots.d.ts +4 -4
  657. package/components/Icons/VerticalDots.d.ts.map +1 -1
  658. package/components/Icons/VerticalDots.js +1 -1
  659. package/components/Icons/VideoCamera.d.ts +4 -4
  660. package/components/Icons/VideoCamera.d.ts.map +1 -1
  661. package/components/Icons/VideoCamera.js +1 -1
  662. package/components/Icons/VideoChat.d.ts +4 -4
  663. package/components/Icons/VideoChat.d.ts.map +1 -1
  664. package/components/Icons/VideoChat.js +1 -1
  665. package/components/Icons/Wallet.d.ts +4 -4
  666. package/components/Icons/Wallet.d.ts.map +1 -1
  667. package/components/Icons/Wallet.js +1 -1
  668. package/components/Icons/Watch.d.ts +4 -4
  669. package/components/Icons/Watch.d.ts.map +1 -1
  670. package/components/Icons/Watch.js +1 -1
  671. package/components/Icons/Website.d.ts +4 -4
  672. package/components/Icons/Website.js +1 -1
  673. package/components/Icons/Wheelchair.d.ts +4 -4
  674. package/components/Icons/Wheelchair.js +1 -1
  675. package/components/Icons/WheelchairActive.d.ts +4 -4
  676. package/components/Icons/WheelchairActive.js +1 -1
  677. package/components/Icons/Window.d.ts +4 -4
  678. package/components/Icons/Window.js +1 -1
  679. package/components/Icons/WordDocument.d.ts +4 -4
  680. package/components/Icons/WordDocument.js +1 -1
  681. package/components/Icons/WorkSuitcase.d.ts +4 -4
  682. package/components/Icons/WorkSuitcase.js +1 -1
  683. package/components/Icons/X.d.ts +4 -4
  684. package/components/Icons/X.d.ts.map +1 -1
  685. package/components/Icons/X.js +1 -1
  686. package/components/Icons/XOutline.d.ts +4 -4
  687. package/components/Icons/XOutline.js +1 -1
  688. package/components/Icons/XmlFile.d.ts +4 -4
  689. package/components/Icons/XmlFile.js +1 -1
  690. package/components/Icons/YouTube.d.ts +4 -4
  691. package/components/Icons/YouTube.js +1 -1
  692. package/components/Icons/Zoom.d.ts +4 -4
  693. package/components/Icons/Zoom.d.ts.map +1 -1
  694. package/components/Icons/Zoom.js +1 -1
  695. package/components/Icons/index.d.ts +4 -4
  696. package/components/Icons/index.js +1 -1
  697. package/components/Input/Input.d.ts +54 -54
  698. package/components/Input/index.d.ts +3 -3
  699. package/components/Input/index.js +1 -1
  700. package/components/Input/styles.module.scss +59 -59
  701. package/components/Input/styles.module.scss.d.ts +23 -23
  702. package/components/LinkList/LinkList.d.ts +41 -41
  703. package/components/LinkList/index.d.ts +3 -3
  704. package/components/LinkList/index.js +1 -1
  705. package/components/LinkList/styles.module.scss +147 -147
  706. package/components/LinkList/styles.module.scss.d.ts +26 -26
  707. package/components/List/List.d.ts +9 -9
  708. package/components/List/index.d.ts +3 -3
  709. package/components/List/index.js +1 -1
  710. package/components/List/styles.module.scss +11 -11
  711. package/components/List/styles.module.scss.d.ts +10 -10
  712. package/components/Loader/Loader.d.ts +32 -32
  713. package/components/Loader/Loader.d.ts.map +1 -1
  714. package/components/Loader/index.d.ts +3 -3
  715. package/components/Loader/index.js +1 -1
  716. package/components/Loader/styles.module.scss +194 -194
  717. package/components/Logo/Logo.d.ts +17 -17
  718. package/components/Logo/index.d.ts +3 -3
  719. package/components/Logo/index.js +1 -1
  720. package/components/Modal/Modal.d.ts +69 -69
  721. package/components/Modal/index.d.ts +3 -3
  722. package/components/Modal/index.js +1 -1
  723. package/components/Modal/styles.module.scss +245 -243
  724. package/components/Modal/styles.module.scss.d.ts +41 -41
  725. package/components/NotificationPanel/NotificationPanel.d.ts +47 -47
  726. package/components/NotificationPanel/NotificationPanel.d.ts.map +1 -1
  727. package/components/NotificationPanel/componentdata.json +1 -1
  728. package/components/NotificationPanel/index.d.ts +3 -3
  729. package/components/NotificationPanel/index.js +1 -1
  730. package/components/NotificationPanel/styles.module.scss +153 -138
  731. package/components/NotificationPanel/styles.module.scss.d.ts +33 -34
  732. package/components/Portal/index.d.ts +12 -12
  733. package/components/Portal/index.js +1 -1
  734. package/components/RadioButton/RadioButton.d.ts +30 -30
  735. package/components/RadioButton/index.d.ts +3 -3
  736. package/components/RadioButton/index.js +1 -1
  737. package/components/RadioButton/styles.module.scss +236 -236
  738. package/components/RadioButton/styles.module.scss.d.ts +23 -23
  739. package/components/Slider/Slider.d.ts +19 -19
  740. package/components/Slider/SliderUtils.d.ts +40 -40
  741. package/components/Slider/index.d.ts +3 -3
  742. package/components/Slider/index.js +1 -1
  743. package/components/Slider/styles.module.scss +85 -85
  744. package/components/Slider/styles.module.scss.d.ts +19 -19
  745. package/components/Spacer/Spacer.d.ts +12 -12
  746. package/components/Spacer/index.d.ts +3 -3
  747. package/components/Spacer/index.js +1 -1
  748. package/components/Spacer/styles.module.scss +47 -47
  749. package/components/Spacer/styles.module.scss.d.ts +22 -22
  750. package/components/Textarea/Textarea.d.ts +36 -36
  751. package/components/Textarea/index.d.ts +3 -3
  752. package/components/Textarea/index.js +1 -1
  753. package/components/Textarea/styles.module.scss +57 -57
  754. package/components/Textarea/styles.module.scss.d.ts +26 -26
  755. package/components/Tile/Tile.d.ts +33 -33
  756. package/components/Tile/index.d.ts +3 -3
  757. package/components/Tile/index.js +1 -1
  758. package/components/Tile/styles.module.scss +115 -115
  759. package/components/Tile/styles.module.scss.d.ts +18 -18
  760. package/components/Title/Title.d.ts +25 -25
  761. package/components/Title/index.d.ts +3 -3
  762. package/components/Title/index.js +1 -1
  763. package/components/Title/styles.module.scss +27 -27
  764. package/components/Title/styles.module.scss.d.ts +15 -15
  765. package/components/Validation/Validation.d.ts +16 -16
  766. package/components/Validation/index.d.ts +3 -3
  767. package/components/Validation/index.js +1 -1
  768. package/components/Validation/styles.module.scss +18 -18
  769. package/components/Validation/styles.module.scss.d.ts +10 -10
  770. package/constants-075356e2.js +2 -0
  771. package/constants-075356e2.js.map +1 -0
  772. package/constants.d.ts +92 -90
  773. package/constants.d.ts.map +1 -1
  774. package/grid-c105cad1.js +2 -0
  775. package/grid-c105cad1.js.map +1 -0
  776. package/hoc/withBreakpoint/index.d.ts +4 -0
  777. package/hoc/withBreakpoint/index.d.ts.map +1 -0
  778. package/hoc/withBreakpoint/index.js +2 -0
  779. package/{components/__mocks__ → hoc/withBreakpoint}/index.js.map +0 -0
  780. package/hoc/withBreakpoint/withBreakpoint.d.ts +14 -0
  781. package/hoc/withBreakpoint/withBreakpoint.d.ts.map +1 -0
  782. package/hooks/focus-utils.d.ts +6 -6
  783. package/hooks/useBreakpoint.d.ts +13 -12
  784. package/hooks/useBreakpoint.d.ts.map +1 -1
  785. package/hooks/useFocusToggle.d.ts +13 -13
  786. package/hooks/useFocusTrap.d.ts +3 -3
  787. package/hooks/useHover.d.ts +11 -11
  788. package/hooks/useIcons.d.ts +3 -3
  789. package/hooks/useIntersectionObserver.d.ts +10 -10
  790. package/hooks/useIsVisible.d.ts +9 -9
  791. package/hooks/useLayoutEvent.d.ts +8 -8
  792. package/hooks/useLayoutEvent.d.ts.map +1 -1
  793. package/hooks/usePrevious.d.ts +7 -0
  794. package/hooks/usePrevious.d.ts.map +1 -0
  795. package/hooks/useSize.d.ts +9 -0
  796. package/hooks/useSize.d.ts.map +1 -0
  797. package/hooks/useSticky.d.ts +20 -20
  798. package/hooks/useWindowSize.d.ts +4 -4
  799. package/hooks/useWindowSize.d.ts.map +1 -1
  800. package/index-d1c9177a.js +2 -0
  801. package/index-d1c9177a.js.map +1 -0
  802. package/index.d.ts +13 -11
  803. package/index.d.ts.map +1 -1
  804. package/index.js +1 -1
  805. package/package.json +2 -1
  806. package/scss/_body.scss +11 -11
  807. package/scss/_breakpoints.scss +16 -16
  808. package/scss/_font-settings.scss +8 -8
  809. package/scss/_fonts.scss +112 -112
  810. package/scss/_grid.scss +1 -1
  811. package/scss/_input.scss +176 -176
  812. package/scss/_palette.scss +136 -136
  813. package/scss/_print.scss +176 -176
  814. package/scss/_reset.scss +13 -13
  815. package/scss/_spacers.scss +40 -40
  816. package/scss/_title.scss +59 -59
  817. package/scss/helsenorge.scss +8 -8
  818. package/scss/typography.module.scss +154 -154
  819. package/theme/currys/color.d.ts +3 -3
  820. package/theme/currys/index.d.ts +2 -2
  821. package/theme/currys/spacing.d.ts +3 -3
  822. package/theme/grid.d.ts +21 -20
  823. package/theme/grid.d.ts.map +1 -1
  824. package/theme/index.d.ts +99 -98
  825. package/theme/index.d.ts.map +1 -1
  826. package/theme/palette.d.ts +67 -67
  827. package/theme/spacers.d.ts +18 -18
  828. package/useBreakpoint-3186b97e.js +2 -0
  829. package/useBreakpoint-3186b97e.js.map +1 -0
  830. package/{useHover-9710204a.js → useHover-507fb85a.js} +2 -2
  831. package/useHover-507fb85a.js.map +1 -0
  832. package/{useIsVisible-a1f67a11.js → useIsVisible-f5d49913.js} +2 -2
  833. package/useIsVisible-f5d49913.js.map +1 -0
  834. package/usePrevious-ae293b10.js +2 -0
  835. package/usePrevious-ae293b10.js.map +1 -0
  836. package/useSticky-a572c326.js +2 -0
  837. package/useSticky-a572c326.js.map +1 -0
  838. package/useWindowSize-58f26dea.js +2 -0
  839. package/useWindowSize-58f26dea.js.map +1 -0
  840. package/utils/debounce.d.ts +7 -7
  841. package/utils/uuid.d.ts +2 -2
  842. package/utils/viewport.d.ts +1 -1
  843. package/AlertSignFill-e607ff43.js +0 -2
  844. package/AlertSignFill-e607ff43.js.map +0 -1
  845. package/Button-f26a558e.js +0 -2
  846. package/Button-f26a558e.js.map +0 -1
  847. package/Check-6291ad09.js +0 -2
  848. package/Check-6291ad09.js.map +0 -1
  849. package/Checkbox-798282e4.js +0 -2
  850. package/Checkbox-798282e4.js.map +0 -1
  851. package/ChevronUp-4b6797ef.js +0 -2
  852. package/ChevronUp-4b6797ef.js.map +0 -1
  853. package/Close-35ad7d35.js +0 -2
  854. package/Close-35ad7d35.js.map +0 -1
  855. package/FormGroup-0577b07f.js.map +0 -1
  856. package/Icon-89da8de4.js +0 -2
  857. package/Icon-89da8de4.js.map +0 -1
  858. package/Input-19650c24.js +0 -2
  859. package/Input-19650c24.js.map +0 -1
  860. package/Loader-fa16a352.js.map +0 -1
  861. package/Modal-1bae215e.js +0 -2
  862. package/Modal-1bae215e.js.map +0 -1
  863. package/RadioButton-fe4bbd36.js.map +0 -1
  864. package/Textarea-e1d1144c.js.map +0 -1
  865. package/Title-af53f589.js.map +0 -1
  866. package/Validation-fd3f7f58.js +0 -2
  867. package/Validation-fd3f7f58.js.map +0 -1
  868. package/_rollupPluginBabelHelpers-b8ef6dd9.js +0 -2
  869. package/_rollupPluginBabelHelpers-b8ef6dd9.js.map +0 -1
  870. package/color-a10c7892.js +0 -2
  871. package/color-a10c7892.js.map +0 -1
  872. package/components/Modal/__mocks__/IntersectionObserver.d.ts +0 -6
  873. package/components/Modal/__mocks__/IntersectionObserver.d.ts.map +0 -1
  874. package/components/__mocks__/index.js +0 -2
  875. package/constants-ad6c82db.js +0 -2
  876. package/constants-ad6c82db.js.map +0 -1
  877. package/grid-11a70eb7.js +0 -2
  878. package/grid-11a70eb7.js.map +0 -1
  879. package/index-0e78dfa0.js +0 -2
  880. package/index-0e78dfa0.js.map +0 -1
  881. package/useBreakpoint-552af2b9.js +0 -2
  882. package/useBreakpoint-552af2b9.js.map +0 -1
  883. package/useHover-9710204a.js.map +0 -1
  884. package/useIsVisible-a1f67a11.js.map +0 -1
  885. package/useSticky-194f2b78.js +0 -2
  886. package/useSticky-194f2b78.js.map +0 -1
  887. package/useWindowSize-750f9b68.js +0 -2
  888. package/useWindowSize-750f9b68.js.map +0 -1
@@ -1,2 +1,2 @@
1
- import a from"react";export default function(l){l.isExtraSmall;var h=l.isHovered,c=a.createElement("path",{d:"M25.374 21.024c-.287.29-.668.45-1.075.452h-.01c-.403 0-.783-.156-1.07-.44a1.525 1.525 0 011.064-2.607h.007a1.525 1.525 0 011.084 2.595zM24.29 17.57h-.012a2.387 2.387 0 00-2.37 2.396c.003.637.254 1.234.706 1.682.45.444 1.044.688 1.676.688h.013a2.368 2.368 0 001.682-.706 2.369 2.369 0 00.689-1.69 2.386 2.386 0 00-2.384-2.37zm12.875 19.656l-.222.001a2.638 2.638 0 01-1.904-.777 2.668 2.668 0 01-.797-1.896l-.046-8.902a2.69 2.69 0 012.673-2.701l.22-.001h.015c.712 0 1.383.275 1.89.777.51.505.793 1.178.796 1.897l.047 8.901a2.69 2.69 0 01-2.672 2.701zm-11.568-11.71l.017 3.175c.003.463-.247.892-.652 1.12-.254.145-.783.323-1.46-.09-.271-.166-.441-.493-.443-.855l-.017-3.336-10.764-8.403-.012-2.44 9.36 2.44 5.211-.028 9.423-2.536.013 2.44-10.676 8.514zm-3.953-12.208l5.224-.027-1.58 2.476-2.037.01-1.607-2.459zm-9.826 24.05h-.22a2.738 2.738 0 01-1.904-.777 2.669 2.669 0 01-.797-1.896l-.046-8.901a2.69 2.69 0 012.673-2.702l.22-.001h.014a2.67 2.67 0 011.89.778c.51.504.793 1.178.797 1.896l.046 8.901a2.69 2.69 0 01-2.673 2.702zm29.323-11.742a4.01 4.01 0 00-1.197-2.849c-.767-.758-1.779-1.19-2.862-1.167h-.22a4.042 4.042 0 00-4.017 4.06l.02 3.705-5.342-3.657 10.104-8.057-.025-4.852-10.851 2.947 3.51-5.497 3.92-.02L34.174 9l-4.254.022a.614.614 0 00-.514.284l-1.751 2.742-6.81.035-1.78-2.724a.614.614 0 00-.514-.278h-.003l-4.254.022.007 1.228 3.919-.02 3.567 5.461-10.88-2.836.024 4.852 10.187 7.952-5.303 3.712-.02-3.705a4.01 4.01 0 00-1.197-2.85 4.011 4.011 0 00-2.84-1.167h-.02l-.221.001A4.042 4.042 0 007.5 25.79l.046 8.901a4.01 4.01 0 001.198 2.85 4.011 4.011 0 002.84 1.167h.02l.221-.001a4.042 4.042 0 004.017-4.059l-.02-3.702 5.876-4.113.01 2.039c.005.826.422 1.593 1.09 2 .49.3 1.022.45 1.543.45.448 0 .888-.11 1.285-.335a2.633 2.633 0 001.339-2.305l-.01-1.876 5.917 4.051.02 3.703a4.01 4.01 0 001.197 2.849 4.007 4.007 0 002.838 1.167h.244a4.043 4.043 0 004.016-4.06l-.046-8.9z"});return h?a.createElement("path",{d:"M25.374 24.024c-.287.29-.668.45-1.075.452h-.01c-.403 0-.783-.156-1.07-.44a1.525 1.525 0 011.064-2.607h.007a1.525 1.525 0 011.084 2.595zM24.29 20.57h-.012a2.387 2.387 0 00-2.37 2.396c.003.637.254 1.234.706 1.682.45.444 1.044.688 1.676.688h.013a2.368 2.368 0 001.682-.706 2.369 2.369 0 00.689-1.69 2.386 2.386 0 00-2.384-2.37zm12.875 19.656l-.222.001a2.638 2.638 0 01-1.904-.777 2.668 2.668 0 01-.797-1.896l-.046-8.902a2.69 2.69 0 012.673-2.701l.22-.001h.015c.712 0 1.383.275 1.89.777.51.505.793 1.178.796 1.897l.047 8.901a2.69 2.69 0 01-2.672 2.701zm-11.568-11.71l.017 3.175c.003.463-.247.892-.652 1.12-.254.145-.783.323-1.46-.09-.271-.166-.441-.493-.443-.855l-.017-3.336-10.764-8.403-.012-2.44 9.36 2.44 5.211-.028 9.423-2.536.013 2.44-10.676 8.514zm-3.953-12.208l5.224-.027-1.58 2.476-2.037.01-1.607-2.459zm-9.826 24.05h-.22a2.738 2.738 0 01-1.904-.777 2.669 2.669 0 01-.797-1.896l-.046-8.901a2.69 2.69 0 012.673-2.702l.22-.001h.014a2.67 2.67 0 011.89.778c.51.504.793 1.178.797 1.896l.046 8.901a2.69 2.69 0 01-2.673 2.702zm29.323-11.742a4.01 4.01 0 00-1.197-2.849c-.767-.758-1.779-1.19-2.862-1.167h-.22a4.042 4.042 0 00-4.017 4.06l.02 3.705-5.342-3.657 10.104-8.057-.025-4.852-10.851 2.947 3.51-5.497 3.92-.02L34.174 12l-4.254.022a.614.614 0 00-.514.284l-1.751 2.742-6.81.035-1.78-2.724a.614.614 0 00-.514-.278h-.003l-4.254.022.007 1.228 3.919-.02 3.567 5.461-10.88-2.836.024 4.852 10.187 7.952-5.303 3.712-.02-3.705a4.01 4.01 0 00-1.197-2.85 4.011 4.011 0 00-2.84-1.167h-.02l-.221.001A4.042 4.042 0 007.5 28.79l.046 8.901a4.01 4.01 0 001.198 2.85 4.011 4.011 0 002.84 1.167h.02l.221-.001a4.042 4.042 0 004.017-4.059l-.02-3.702 5.876-4.113.01 2.039c.005.826.422 1.593 1.09 2 .49.3 1.022.45 1.543.45.448 0 .888-.11 1.285-.335a2.633 2.633 0 001.339-2.305l-.01-1.876 5.917 4.051.02 3.703a4.01 4.01 0 001.197 2.849 4.007 4.007 0 002.838 1.167h.244a4.043 4.043 0 004.016-4.06l-.046-8.9z"}):c}
1
+ import a from"react";export default function(l){l.size;var h=l.isHovered,c=a.createElement("path",{d:"M25.374 21.024c-.287.29-.668.45-1.075.452h-.01c-.403 0-.783-.156-1.07-.44a1.525 1.525 0 011.064-2.607h.007a1.525 1.525 0 011.084 2.595zM24.29 17.57h-.012a2.387 2.387 0 00-2.37 2.396c.003.637.254 1.234.706 1.682.45.444 1.044.688 1.676.688h.013a2.368 2.368 0 001.682-.706 2.369 2.369 0 00.689-1.69 2.386 2.386 0 00-2.384-2.37zm12.875 19.656l-.222.001a2.638 2.638 0 01-1.904-.777 2.668 2.668 0 01-.797-1.896l-.046-8.902a2.69 2.69 0 012.673-2.701l.22-.001h.015c.712 0 1.383.275 1.89.777.51.505.793 1.178.796 1.897l.047 8.901a2.69 2.69 0 01-2.672 2.701zm-11.568-11.71l.017 3.175c.003.463-.247.892-.652 1.12-.254.145-.783.323-1.46-.09-.271-.166-.441-.493-.443-.855l-.017-3.336-10.764-8.403-.012-2.44 9.36 2.44 5.211-.028 9.423-2.536.013 2.44-10.676 8.514zm-3.953-12.208l5.224-.027-1.58 2.476-2.037.01-1.607-2.459zm-9.826 24.05h-.22a2.738 2.738 0 01-1.904-.777 2.669 2.669 0 01-.797-1.896l-.046-8.901a2.69 2.69 0 012.673-2.702l.22-.001h.014a2.67 2.67 0 011.89.778c.51.504.793 1.178.797 1.896l.046 8.901a2.69 2.69 0 01-2.673 2.702zm29.323-11.742a4.01 4.01 0 00-1.197-2.849c-.767-.758-1.779-1.19-2.862-1.167h-.22a4.042 4.042 0 00-4.017 4.06l.02 3.705-5.342-3.657 10.104-8.057-.025-4.852-10.851 2.947 3.51-5.497 3.92-.02L34.174 9l-4.254.022a.614.614 0 00-.514.284l-1.751 2.742-6.81.035-1.78-2.724a.614.614 0 00-.514-.278h-.003l-4.254.022.007 1.228 3.919-.02 3.567 5.461-10.88-2.836.024 4.852 10.187 7.952-5.303 3.712-.02-3.705a4.01 4.01 0 00-1.197-2.85 4.011 4.011 0 00-2.84-1.167h-.02l-.221.001A4.042 4.042 0 007.5 25.79l.046 8.901a4.01 4.01 0 001.198 2.85 4.011 4.011 0 002.84 1.167h.02l.221-.001a4.042 4.042 0 004.017-4.059l-.02-3.702 5.876-4.113.01 2.039c.005.826.422 1.593 1.09 2 .49.3 1.022.45 1.543.45.448 0 .888-.11 1.285-.335a2.633 2.633 0 001.339-2.305l-.01-1.876 5.917 4.051.02 3.703a4.01 4.01 0 001.197 2.849 4.007 4.007 0 002.838 1.167h.244a4.043 4.043 0 004.016-4.06l-.046-8.9z"});return h?a.createElement("path",{d:"M25.374 24.024c-.287.29-.668.45-1.075.452h-.01c-.403 0-.783-.156-1.07-.44a1.525 1.525 0 011.064-2.607h.007a1.525 1.525 0 011.084 2.595zM24.29 20.57h-.012a2.387 2.387 0 00-2.37 2.396c.003.637.254 1.234.706 1.682.45.444 1.044.688 1.676.688h.013a2.368 2.368 0 001.682-.706 2.369 2.369 0 00.689-1.69 2.386 2.386 0 00-2.384-2.37zm12.875 19.656l-.222.001a2.638 2.638 0 01-1.904-.777 2.668 2.668 0 01-.797-1.896l-.046-8.902a2.69 2.69 0 012.673-2.701l.22-.001h.015c.712 0 1.383.275 1.89.777.51.505.793 1.178.796 1.897l.047 8.901a2.69 2.69 0 01-2.672 2.701zm-11.568-11.71l.017 3.175c.003.463-.247.892-.652 1.12-.254.145-.783.323-1.46-.09-.271-.166-.441-.493-.443-.855l-.017-3.336-10.764-8.403-.012-2.44 9.36 2.44 5.211-.028 9.423-2.536.013 2.44-10.676 8.514zm-3.953-12.208l5.224-.027-1.58 2.476-2.037.01-1.607-2.459zm-9.826 24.05h-.22a2.738 2.738 0 01-1.904-.777 2.669 2.669 0 01-.797-1.896l-.046-8.901a2.69 2.69 0 012.673-2.702l.22-.001h.014a2.67 2.67 0 011.89.778c.51.504.793 1.178.797 1.896l.046 8.901a2.69 2.69 0 01-2.673 2.702zm29.323-11.742a4.01 4.01 0 00-1.197-2.849c-.767-.758-1.779-1.19-2.862-1.167h-.22a4.042 4.042 0 00-4.017 4.06l.02 3.705-5.342-3.657 10.104-8.057-.025-4.852-10.851 2.947 3.51-5.497 3.92-.02L34.174 12l-4.254.022a.614.614 0 00-.514.284l-1.751 2.742-6.81.035-1.78-2.724a.614.614 0 00-.514-.278h-.003l-4.254.022.007 1.228 3.919-.02 3.567 5.461-10.88-2.836.024 4.852 10.187 7.952-5.303 3.712-.02-3.705a4.01 4.01 0 00-1.197-2.85 4.011 4.011 0 00-2.84-1.167h-.02l-.221.001A4.042 4.042 0 007.5 28.79l.046 8.901a4.01 4.01 0 001.198 2.85 4.011 4.011 0 002.84 1.167h.02l.221-.001a4.042 4.042 0 004.017-4.059l-.02-3.702 5.876-4.113.01 2.039c.005.826.422 1.593 1.09 2 .49.3 1.022.45 1.543.45.448 0 .888-.11 1.285-.335a2.633 2.633 0 001.339-2.305l-.01-1.876 5.917 4.051.02 3.703a4.01 4.01 0 001.197 2.849 4.007 4.007 0 002.838 1.167h.244a4.043 4.043 0 004.016-4.06l-.046-8.9z"}):c}
2
2
  //# sourceMappingURL=Atv.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const Avatar: React.FC<SvgPathProps>;
4
- export default Avatar;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const Avatar: React.FC<SvgPathProps>;
4
+ export default Avatar;
5
5
  //# sourceMappingURL=Avatar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/Avatar.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,CAiBlC,CAAC;AAEF,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/Avatar.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,CAiBlC,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -1,2 +1,2 @@
1
- import h from"react";export default function(v){var a=v.isExtraSmall,c=v.isHovered,m=h.createElement("path",{d:"M26.682 15.15a.503.503 0 10-.001-1.004.503.503 0 00.001 1.005zm-5.293 0a.503.503 0 10-.001-1.004.503.503 0 00.001 1.005zm13.247 25.526h-3.225v-6.947h-.899v6.947H17.488v-6.947h-.9v6.947h-3.224v-8.461c0-3.813 2.5-7.226 6.111-8.39 2.795 1.394 6.254 1.394 9.05 0 3.611 1.164 6.111 4.577 6.111 8.39v8.46zm-5.993-18.173l-.253-.073-.233.124c-2.543 1.354-5.77 1.354-8.314 0l-.233-.124-.254.073c-4.294 1.246-7.293 5.239-7.293 9.712v9.76h23.873v-9.76c0-4.473-2.999-8.466-7.293-9.712zM16.157 12.326h.261v1.59h-.26a.797.797 0 010-1.591zm1.561 0h.728a4.034 4.034 0 003.542-2.108 4.086 4.086 0 003.573 2.108h4.72v2.018a6.09 6.09 0 01-6.082 6.083h-.398a6.09 6.09 0 01-6.083-6.083v-2.018zm0-1.285a6.09 6.09 0 016.083-6.082h.398a6.088 6.088 0 016.082 6.082v.285h-4.72a3.089 3.089 0 01-3.085-3.085v-.213h-1v.267a3.034 3.034 0 01-3.03 3.03h-.728v-.284zm13.863 1.285h.262a.797.797 0 010 1.59h-.262v-1.59zm-15.424 2.59h.291c.294 3.804 3.475 6.81 7.353 6.81h.398c3.877 0 7.06-3.006 7.353-6.81h.291c.99 0 1.796-.805 1.796-1.795 0-.99-.806-1.795-1.796-1.795h-.262v-.285c0-4.071-3.312-7.382-7.382-7.382h-.398c-4.07 0-7.383 3.31-7.383 7.382v.285h-.26c-.992 0-1.797.805-1.797 1.795 0 .99.805 1.796 1.796 1.796z"}),z=h.createElement("path",{d:"M23.961 19.274a1.849 1.849 0 001.85-1.848h-3.699c0 1.02.828 1.848 1.85 1.848zm-8.6-6.153c0 .44.357.796.796.796h.261v-1.592h-.26a.797.797 0 00-.797.796zm2.357 1.223a6.09 6.09 0 006.083 6.082h.397a6.09 6.09 0 006.083-6.082v-2.019h-4.72a4.088 4.088 0 01-3.574-2.107 4.034 4.034 0 01-3.54 2.107h-.729v2.02zm0-3.019h.728a3.033 3.033 0 003.03-3.03v-.268h1v.214c0 1.7 1.384 3.084 3.085 3.084h4.72v-.284a6.09 6.09 0 00-6.083-6.083h-.397a6.09 6.09 0 00-6.083 6.083v.284zm13.863 2.592h.261a.797.797 0 000-1.592h-.26v1.592zm-17.22-.796c0-.99.806-1.796 1.796-1.796h.261v-.284c0-4.07 3.312-7.383 7.383-7.383h.397c4.071 0 7.383 3.312 7.383 7.383v.284h.261a1.797 1.797 0 010 3.592h-.29c-.294 3.803-3.476 6.81-7.354 6.81h-.397c-3.878 0-7.06-3.007-7.354-6.81h-.29c-.99 0-1.796-.806-1.796-1.796zm20.275 19.094c0-3.813-2.5-7.226-6.112-8.389-2.795 1.392-6.254 1.392-9.049 0-3.612 1.163-6.112 4.576-6.112 8.39v8.46h3.224V33.73h.901v6.947h13.023V33.73h.901v6.947h3.224v-8.46zm1.3 0v9.761H12.063v-9.76c0-4.474 3-8.468 7.293-9.713l.254-.074.233.124c2.543 1.355 5.77 1.355 8.313 0l.233-.124.254.074c4.294 1.245 7.293 5.24 7.293 9.712zM21.388 15.15a.503.503 0 10.001-1.005.503.503 0 000 1.005zm4.791-.502a.502.502 0 111.004 0 .502.502 0 01-1.004 0z"}),e=h.createElement("path",{d:"M17.996 15.132h.548a4.092 4.092 0 003.48-1.939 4.151 4.151 0 003.51 1.939h4.47v1.848a5.817 5.817 0 01-5.81 5.81h-.389a5.816 5.816 0 01-5.809-5.81v-1.848zm0-1.397a5.815 5.815 0 015.81-5.808h.389a5.815 5.815 0 015.809 5.808v.144h-4.47a2.897 2.897 0 01-2.894-2.894v-.21h-1.253v.262a2.846 2.846 0 01-2.843 2.842h-.548v-.144zm5.81 10.665h.389c4.09 0 7.42-3.329 7.42-7.42v-3.245c0-4.091-3.33-7.419-7.42-7.419h-.39c-4.092 0-7.42 3.328-7.42 7.419v3.245c0 4.091 3.328 7.42 7.42 7.42zm10.476 16.536H13.718v-6.4c0-3.651 2.38-6.921 5.824-8.062 2.763 1.353 6.153 1.353 8.916 0 3.444 1.14 5.824 4.41 5.824 8.061v6.4zm-5.674-16.1l-.315-.093-.288.153c-2.453 1.306-5.559 1.306-8.01 0l-.288-.153-.316.093c-4.289 1.243-7.284 5.232-7.284 9.7v8.01h23.786v-8.01c0-4.468-2.995-8.457-7.285-9.7z"});return a?c?h.createElement("path",{d:"M17.997 15.132h.548a4.095 4.095 0 003.479-1.939 4.15 4.15 0 003.51 1.939h4.47v1.848a5.817 5.817 0 01-5.809 5.81h-.39a5.816 5.816 0 01-5.808-5.81v-1.848zm0-1.397a5.814 5.814 0 015.808-5.808h.39a5.815 5.815 0 015.81 5.808v.144h-4.47a2.898 2.898 0 01-2.896-2.894v-.21h-1.253v.262a2.845 2.845 0 01-2.84 2.842h-.55v-.144zM23.805 24.4h.39c4.092 0 7.42-3.329 7.42-7.42v-3.245c0-4.091-3.328-7.419-7.42-7.419h-.39c-4.092 0-7.419 3.328-7.419 7.419v3.245c0 4.091 3.327 7.42 7.419 7.42zm.222-3.696c.876 0 1.585-.71 1.585-1.585h-3.17c0 .875.71 1.585 1.585 1.585zm-2.592-2.932a.494.494 0 100-.988.494.494 0 000 .988zm12.848 23.164H13.717v-6.4c0-3.651 2.38-6.921 5.826-8.062 2.762 1.353 6.154 1.353 8.914 0 3.446 1.14 5.826 4.41 5.826 8.061v6.4zm-5.676-16.1l-.314-.093-.288.154c-2.45 1.303-5.557 1.307-8.01 0l-.288-.154-.316.093c-4.288 1.243-7.284 5.232-7.284 9.7v8.01h23.786v-8.01c0-4.47-2.996-8.457-7.286-9.7zm-1.973-7.064a.494.494 0 100-.988.494.494 0 000 .988z"}):e:c?z:m}
1
+ import h from"react";import{getIcon as v}from"./Icon.js";import"../../_tslib-51c8a283.js";import"../../constants-075356e2.js";export default function(a){var c=a.size,m=a.isHovered;return v(c,m,h.createElement("path",{d:"M26.682 15.15a.503.503 0 10-.001-1.004.503.503 0 00.001 1.005zm-5.293 0a.503.503 0 10-.001-1.004.503.503 0 00.001 1.005zm13.247 25.526h-3.225v-6.947h-.899v6.947H17.488v-6.947h-.9v6.947h-3.224v-8.461c0-3.813 2.5-7.226 6.111-8.39 2.795 1.394 6.254 1.394 9.05 0 3.611 1.164 6.111 4.577 6.111 8.39v8.46zm-5.993-18.173l-.253-.073-.233.124c-2.543 1.354-5.77 1.354-8.314 0l-.233-.124-.254.073c-4.294 1.246-7.293 5.239-7.293 9.712v9.76h23.873v-9.76c0-4.473-2.999-8.466-7.293-9.712zM16.157 12.326h.261v1.59h-.26a.797.797 0 010-1.591zm1.561 0h.728a4.034 4.034 0 003.542-2.108 4.086 4.086 0 003.573 2.108h4.72v2.018a6.09 6.09 0 01-6.082 6.083h-.398a6.09 6.09 0 01-6.083-6.083v-2.018zm0-1.285a6.09 6.09 0 016.083-6.082h.398a6.088 6.088 0 016.082 6.082v.285h-4.72a3.089 3.089 0 01-3.085-3.085v-.213h-1v.267a3.034 3.034 0 01-3.03 3.03h-.728v-.284zm13.863 1.285h.262a.797.797 0 010 1.59h-.262v-1.59zm-15.424 2.59h.291c.294 3.804 3.475 6.81 7.353 6.81h.398c3.877 0 7.06-3.006 7.353-6.81h.291c.99 0 1.796-.805 1.796-1.795 0-.99-.806-1.795-1.796-1.795h-.262v-.285c0-4.071-3.312-7.382-7.382-7.382h-.398c-4.07 0-7.383 3.31-7.383 7.382v.285h-.26c-.992 0-1.797.805-1.797 1.795 0 .99.805 1.796 1.796 1.796z"}),h.createElement("path",{d:"M23.961 19.274a1.849 1.849 0 001.85-1.848h-3.699c0 1.02.828 1.848 1.85 1.848zm-8.6-6.153c0 .44.357.796.796.796h.261v-1.592h-.26a.797.797 0 00-.797.796zm2.357 1.223a6.09 6.09 0 006.083 6.082h.397a6.09 6.09 0 006.083-6.082v-2.019h-4.72a4.088 4.088 0 01-3.574-2.107 4.034 4.034 0 01-3.54 2.107h-.729v2.02zm0-3.019h.728a3.033 3.033 0 003.03-3.03v-.268h1v.214c0 1.7 1.384 3.084 3.085 3.084h4.72v-.284a6.09 6.09 0 00-6.083-6.083h-.397a6.09 6.09 0 00-6.083 6.083v.284zm13.863 2.592h.261a.797.797 0 000-1.592h-.26v1.592zm-17.22-.796c0-.99.806-1.796 1.796-1.796h.261v-.284c0-4.07 3.312-7.383 7.383-7.383h.397c4.071 0 7.383 3.312 7.383 7.383v.284h.261a1.797 1.797 0 010 3.592h-.29c-.294 3.803-3.476 6.81-7.354 6.81h-.397c-3.878 0-7.06-3.007-7.354-6.81h-.29c-.99 0-1.796-.806-1.796-1.796zm20.275 19.094c0-3.813-2.5-7.226-6.112-8.389-2.795 1.392-6.254 1.392-9.049 0-3.612 1.163-6.112 4.576-6.112 8.39v8.46h3.224V33.73h.901v6.947h13.023V33.73h.901v6.947h3.224v-8.46zm1.3 0v9.761H12.063v-9.76c0-4.474 3-8.468 7.293-9.713l.254-.074.233.124c2.543 1.355 5.77 1.355 8.313 0l.233-.124.254.074c4.294 1.245 7.293 5.24 7.293 9.712zM21.388 15.15a.503.503 0 10.001-1.005.503.503 0 000 1.005zm4.791-.502a.502.502 0 111.004 0 .502.502 0 01-1.004 0z"}),h.createElement("path",{d:"M17.996 15.132h.548a4.092 4.092 0 003.48-1.939 4.151 4.151 0 003.51 1.939h4.47v1.848a5.817 5.817 0 01-5.81 5.81h-.389a5.816 5.816 0 01-5.809-5.81v-1.848zm0-1.397a5.815 5.815 0 015.81-5.808h.389a5.815 5.815 0 015.809 5.808v.144h-4.47a2.897 2.897 0 01-2.894-2.894v-.21h-1.253v.262a2.846 2.846 0 01-2.843 2.842h-.548v-.144zm5.81 10.665h.389c4.09 0 7.42-3.329 7.42-7.42v-3.245c0-4.091-3.33-7.419-7.42-7.419h-.39c-4.092 0-7.42 3.328-7.42 7.419v3.245c0 4.091 3.328 7.42 7.42 7.42zm10.476 16.536H13.718v-6.4c0-3.651 2.38-6.921 5.824-8.062 2.763 1.353 6.153 1.353 8.916 0 3.444 1.14 5.824 4.41 5.824 8.061v6.4zm-5.674-16.1l-.315-.093-.288.153c-2.453 1.306-5.559 1.306-8.01 0l-.288-.153-.316.093c-4.289 1.243-7.284 5.232-7.284 9.7v8.01h23.786v-8.01c0-4.468-2.995-8.457-7.285-9.7z"}),h.createElement("path",{d:"M17.997 15.132h.548a4.095 4.095 0 003.479-1.939 4.15 4.15 0 003.51 1.939h4.47v1.848a5.817 5.817 0 01-5.809 5.81h-.39a5.816 5.816 0 01-5.808-5.81v-1.848zm0-1.397a5.814 5.814 0 015.808-5.808h.39a5.815 5.815 0 015.81 5.808v.144h-4.47a2.898 2.898 0 01-2.896-2.894v-.21h-1.253v.262a2.845 2.845 0 01-2.84 2.842h-.55v-.144zM23.805 24.4h.39c4.092 0 7.42-3.329 7.42-7.42v-3.245c0-4.091-3.328-7.419-7.42-7.419h-.39c-4.092 0-7.419 3.328-7.419 7.419v3.245c0 4.091 3.327 7.42 7.419 7.42zm.222-3.696c.876 0 1.585-.71 1.585-1.585h-3.17c0 .875.71 1.585 1.585 1.585zm-2.592-2.932a.494.494 0 100-.988.494.494 0 000 .988zm12.848 23.164H13.717v-6.4c0-3.651 2.38-6.921 5.826-8.062 2.762 1.353 6.154 1.353 8.914 0 3.446 1.14 5.826 4.41 5.826 8.061v6.4zm-5.676-16.1l-.314-.093-.288.154c-2.45 1.303-5.557 1.307-8.01 0l-.288-.154-.316.093c-4.288 1.243-7.284 5.232-7.284 9.7v8.01h23.786v-8.01c0-4.47-2.996-8.457-7.286-9.7zm-1.973-7.064a.494.494 0 100-.988.494.494 0 000 .988z"}))}
2
2
  //# sourceMappingURL=Avatar.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const AwakePersonOnPillow: React.FC<SvgPathProps>;
4
- export default AwakePersonOnPillow;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const AwakePersonOnPillow: React.FC<SvgPathProps>;
4
+ export default AwakePersonOnPillow;
5
5
  //# sourceMappingURL=AwakePersonOnPillow.d.ts.map
@@ -1,2 +1,2 @@
1
- import a from"react";export default function(l){l.isExtraSmall;var h=l.isHovered,c=a.createElement("path",{d:"M12.896 24.852v2.54h-.52a1.271 1.271 0 010-2.54h.52zm22.208 2.54v-2.54h.52c.7 0 1.27.57 1.27 1.27 0 .701-.57 1.27-1.27 1.27h-.52zm7.143 6.543a1.606 1.606 0 01-1.759.54l-3.354-1.102-.162.03c-.015.003-1.33.236-3.855.45a10.558 10.558 0 001.767-5.16h.74a2.573 2.573 0 002.57-2.57 2.574 2.574 0 00-2.57-2.572h-.702v-.512c0-5.86-4.767-10.628-10.628-10.628h-.589c-5.86 0-10.627 4.767-10.627 10.628v.512h-.702a2.574 2.574 0 00-2.57 2.571 2.573 2.573 0 002.57 2.571h.74a10.554 10.554 0 001.767 5.16c-2.526-.213-3.84-.447-3.855-.45l-.163-.03-3.353 1.1a1.6 1.6 0 01-1.76-.538 1.602 1.602 0 01-.016-1.937l1.89-2.522v-13.66l-1.89-2.525a1.6 1.6 0 01.016-1.936 1.609 1.609 0 011.76-.538l3.353 1.1.163-.029c.043-.008 4.47-.796 12.972-.796 8.501 0 12.928.788 12.972.796l.163.03 3.353-1.1a1.608 1.608 0 011.76.537 1.6 1.6 0 01.016 1.936l-1.89 2.524v13.661l1.89 2.522a1.602 1.602 0 01-.017 1.937zm-21.896-15.36v.394a4.587 4.587 0 01-4.582 4.582h-1.392v-.512c0-5.144 4.185-9.328 9.328-9.328h.59c5.143 0 9.327 4.184 9.327 9.328v.512h-7.309a4.667 4.667 0 01-4.662-4.662v-.315h-1.3zm3.943 18.686h-.589c-5.143 0-9.328-4.183-9.328-9.327v-3.082h1.392a5.887 5.887 0 005.248-3.227 5.968 5.968 0 005.296 3.227h7.31v3.082c0 5.144-4.185 9.327-9.329 9.327zm17.38-8.219V16.248l1.63-2.177a2.903 2.903 0 00-.03-3.513 2.9 2.9 0 00-3.19-.976l-3.044 1c-.89-.148-5.225-.79-13.04-.79-7.816 0-12.15.642-13.04.79l-3.043-1a2.902 2.902 0 00-3.19.976 2.904 2.904 0 00-.032 3.513l1.631 2.177v12.794l-1.63 2.177a2.904 2.904 0 00.03 3.513 2.9 2.9 0 003.191.976l3.043-.998c.512.084 2.195.334 5.048.532 1.938 2.04 4.668 3.32 7.697 3.32h.59c3.03 0 5.76-1.28 7.696-3.32 2.852-.198 4.537-.448 5.048-.532l3.044 1a2.901 2.901 0 003.19-.978 2.903 2.903 0 00.031-3.513l-1.63-2.177zm-12.949.995a1.655 1.655 0 01-1.652-1.653c0-.91.741-1.65 1.652-1.65.91 0 1.651.74 1.651 1.65 0 .911-.74 1.653-1.65 1.653zm0-4.304a2.654 2.654 0 00-2.652 2.651 2.655 2.655 0 002.652 2.653 2.655 2.655 0 002.651-2.653 2.654 2.654 0 00-2.65-2.65zm0 1.907a.744.744 0 10-.002 1.488.744.744 0 00.002-1.488zm-9.345 0a.745.745 0 100 1.49.745.745 0 000-1.49zm2.347 5.227l-.63.186.284.96.63-.187a7.05 7.05 0 013.994 0l.63.186.284-.959-.63-.186a8.03 8.03 0 00-4.562 0zm-2.347-2.83a1.655 1.655 0 01-1.652-1.653c0-.91.741-1.65 1.652-1.65.911 0 1.652.74 1.652 1.65 0 .911-.74 1.653-1.652 1.653zm2.652-1.653a2.655 2.655 0 00-2.652-2.65 2.654 2.654 0 00-2.652 2.65 2.655 2.655 0 002.652 2.653 2.656 2.656 0 002.652-2.653z"});return h?a.createElement("path",{d:"M17.728 28.378a1.654 1.654 0 011.651-1.646c.91 0 1.65.74 1.652 1.646h-3.303zm1.651 1.658a1.644 1.644 0 01-1.31-.658h2.621a1.643 1.643 0 01-1.31.658zm2.653-1.652a2.656 2.656 0 00-2.653-2.652 2.655 2.655 0 00-2.65 2.652 2.654 2.654 0 002.65 2.652 2.655 2.655 0 002.653-2.652zm5.041-.006a1.654 1.654 0 011.651-1.646c.91 0 1.65.74 1.651 1.646h-3.302zm1.651 1.658a1.642 1.642 0 01-1.31-.658h2.621a1.644 1.644 0 01-1.31.658zm0-4.304a2.655 2.655 0 00-2.652 2.652 2.655 2.655 0 002.652 2.652 2.655 2.655 0 002.652-2.652 2.655 2.655 0 00-2.652-2.652zm-6.997 7.134l-.63.187.284.96.63-.188a7.053 7.053 0 013.994 0l.63.187.284-.959-.63-.187a8.048 8.048 0 00-4.562 0zm-8.83-8.014v2.54h-.52c-.7 0-1.27-.57-1.27-1.27 0-.7.57-1.27 1.27-1.27h.52zm22.206 2.54v-2.54h.52a1.27 1.27 0 010 2.54h-.52zm7.144 6.543a1.606 1.606 0 01-1.759.54l-3.354-1.102-.162.03c-.015.002-1.33.236-3.855.45a10.547 10.547 0 001.766-5.16h.74a2.573 2.573 0 002.57-2.572 2.573 2.573 0 00-2.57-2.57h-.7v-.513c0-5.86-4.769-10.628-10.629-10.628h-.589c-5.86 0-10.628 4.768-10.628 10.628v.513h-.7a2.573 2.573 0 00-2.57 2.57 2.573 2.573 0 002.57 2.571h.74c.134 1.9.76 3.665 1.765 5.16-2.526-.212-3.84-.447-3.855-.45l-.162-.029-3.353 1.1a1.599 1.599 0 01-1.76-.538 1.602 1.602 0 01-.016-1.937l1.89-2.522v-13.66l-1.89-2.525a1.6 1.6 0 01.016-1.936 1.607 1.607 0 011.76-.539l3.353 1.101.162-.029c.044-.008 4.471-.796 12.972-.796 8.502 0 12.93.788 12.973.796l.162.03 3.354-1.102a1.606 1.606 0 011.76.54 1.6 1.6 0 01.015 1.935l-1.889 2.524v13.661l1.89 2.522c.43.574.422 1.37-.017 1.937zM20.351 18.573v.396a4.588 4.588 0 01-4.582 4.582h-1.392v-.513c0-5.143 4.184-9.327 9.328-9.327h.59c5.142 0 9.327 4.184 9.327 9.327v.513h-7.309a4.667 4.667 0 01-4.662-4.662v-.316h-1.3zm3.943 18.688h-.589c-5.144 0-9.328-4.184-9.328-9.327v-3.082h1.392a5.89 5.89 0 005.248-3.227 5.968 5.968 0 005.296 3.227h7.31v3.082c0 5.143-4.186 9.327-9.329 9.327zm17.38-8.219V16.248l1.63-2.178a2.903 2.903 0 00-.03-3.512 2.9 2.9 0 00-3.192-.976l-3.042.998c-.89-.146-5.225-.789-13.04-.789-7.816 0-12.15.643-13.04.79l-3.044-.999a2.9 2.9 0 00-3.19.976 2.901 2.901 0 00-.03 3.512l1.63 2.178v12.794l-1.63 2.177a2.903 2.903 0 00.03 3.513 2.9 2.9 0 003.19.976l3.044-.998c.512.084 2.195.334 5.048.531 1.938 2.04 4.668 3.321 7.697 3.321h.59c3.028 0 5.758-1.28 7.696-3.32 2.852-.198 4.537-.448 5.048-.532l3.044 1a2.9 2.9 0 003.221-4.49l-1.63-2.178z"}):c}
1
+ import a from"react";export default function(h){h.size;var l=h.isHovered,c=a.createElement("path",{d:"M12.896 24.852v2.54h-.52a1.271 1.271 0 010-2.54h.52zm22.208 2.54v-2.54h.52c.7 0 1.27.57 1.27 1.27 0 .701-.57 1.27-1.27 1.27h-.52zm7.143 6.543a1.606 1.606 0 01-1.759.54l-3.354-1.102-.162.03c-.015.003-1.33.236-3.855.45a10.558 10.558 0 001.767-5.16h.74a2.573 2.573 0 002.57-2.57 2.574 2.574 0 00-2.57-2.572h-.702v-.512c0-5.86-4.767-10.628-10.628-10.628h-.589c-5.86 0-10.627 4.767-10.627 10.628v.512h-.702a2.574 2.574 0 00-2.57 2.571 2.573 2.573 0 002.57 2.571h.74a10.554 10.554 0 001.767 5.16c-2.526-.213-3.84-.447-3.855-.45l-.163-.03-3.353 1.1a1.6 1.6 0 01-1.76-.538 1.602 1.602 0 01-.016-1.937l1.89-2.522v-13.66l-1.89-2.525a1.6 1.6 0 01.016-1.936 1.609 1.609 0 011.76-.538l3.353 1.1.163-.029c.043-.008 4.47-.796 12.972-.796 8.501 0 12.928.788 12.972.796l.163.03 3.353-1.1a1.608 1.608 0 011.76.537 1.6 1.6 0 01.016 1.936l-1.89 2.524v13.661l1.89 2.522a1.602 1.602 0 01-.017 1.937zm-21.896-15.36v.394a4.587 4.587 0 01-4.582 4.582h-1.392v-.512c0-5.144 4.185-9.328 9.328-9.328h.59c5.143 0 9.327 4.184 9.327 9.328v.512h-7.309a4.667 4.667 0 01-4.662-4.662v-.315h-1.3zm3.943 18.686h-.589c-5.143 0-9.328-4.183-9.328-9.327v-3.082h1.392a5.887 5.887 0 005.248-3.227 5.968 5.968 0 005.296 3.227h7.31v3.082c0 5.144-4.185 9.327-9.329 9.327zm17.38-8.219V16.248l1.63-2.177a2.903 2.903 0 00-.03-3.513 2.9 2.9 0 00-3.19-.976l-3.044 1c-.89-.148-5.225-.79-13.04-.79-7.816 0-12.15.642-13.04.79l-3.043-1a2.902 2.902 0 00-3.19.976 2.904 2.904 0 00-.032 3.513l1.631 2.177v12.794l-1.63 2.177a2.904 2.904 0 00.03 3.513 2.9 2.9 0 003.191.976l3.043-.998c.512.084 2.195.334 5.048.532 1.938 2.04 4.668 3.32 7.697 3.32h.59c3.03 0 5.76-1.28 7.696-3.32 2.852-.198 4.537-.448 5.048-.532l3.044 1a2.901 2.901 0 003.19-.978 2.903 2.903 0 00.031-3.513l-1.63-2.177zm-12.949.995a1.655 1.655 0 01-1.652-1.653c0-.91.741-1.65 1.652-1.65.91 0 1.651.74 1.651 1.65 0 .911-.74 1.653-1.65 1.653zm0-4.304a2.654 2.654 0 00-2.652 2.651 2.655 2.655 0 002.652 2.653 2.655 2.655 0 002.651-2.653 2.654 2.654 0 00-2.65-2.65zm0 1.907a.744.744 0 10-.002 1.488.744.744 0 00.002-1.488zm-9.345 0a.745.745 0 100 1.49.745.745 0 000-1.49zm2.347 5.227l-.63.186.284.96.63-.187a7.05 7.05 0 013.994 0l.63.186.284-.959-.63-.186a8.03 8.03 0 00-4.562 0zm-2.347-2.83a1.655 1.655 0 01-1.652-1.653c0-.91.741-1.65 1.652-1.65.911 0 1.652.74 1.652 1.65 0 .911-.74 1.653-1.652 1.653zm2.652-1.653a2.655 2.655 0 00-2.652-2.65 2.654 2.654 0 00-2.652 2.65 2.655 2.655 0 002.652 2.653 2.656 2.656 0 002.652-2.653z"});return l?a.createElement("path",{d:"M17.728 28.378a1.654 1.654 0 011.651-1.646c.91 0 1.65.74 1.652 1.646h-3.303zm1.651 1.658a1.644 1.644 0 01-1.31-.658h2.621a1.643 1.643 0 01-1.31.658zm2.653-1.652a2.656 2.656 0 00-2.653-2.652 2.655 2.655 0 00-2.65 2.652 2.654 2.654 0 002.65 2.652 2.655 2.655 0 002.653-2.652zm5.041-.006a1.654 1.654 0 011.651-1.646c.91 0 1.65.74 1.651 1.646h-3.302zm1.651 1.658a1.642 1.642 0 01-1.31-.658h2.621a1.644 1.644 0 01-1.31.658zm0-4.304a2.655 2.655 0 00-2.652 2.652 2.655 2.655 0 002.652 2.652 2.655 2.655 0 002.652-2.652 2.655 2.655 0 00-2.652-2.652zm-6.997 7.134l-.63.187.284.96.63-.188a7.053 7.053 0 013.994 0l.63.187.284-.959-.63-.187a8.048 8.048 0 00-4.562 0zm-8.83-8.014v2.54h-.52c-.7 0-1.27-.57-1.27-1.27 0-.7.57-1.27 1.27-1.27h.52zm22.206 2.54v-2.54h.52a1.27 1.27 0 010 2.54h-.52zm7.144 6.543a1.606 1.606 0 01-1.759.54l-3.354-1.102-.162.03c-.015.002-1.33.236-3.855.45a10.547 10.547 0 001.766-5.16h.74a2.573 2.573 0 002.57-2.572 2.573 2.573 0 00-2.57-2.57h-.7v-.513c0-5.86-4.769-10.628-10.629-10.628h-.589c-5.86 0-10.628 4.768-10.628 10.628v.513h-.7a2.573 2.573 0 00-2.57 2.57 2.573 2.573 0 002.57 2.571h.74c.134 1.9.76 3.665 1.765 5.16-2.526-.212-3.84-.447-3.855-.45l-.162-.029-3.353 1.1a1.599 1.599 0 01-1.76-.538 1.602 1.602 0 01-.016-1.937l1.89-2.522v-13.66l-1.89-2.525a1.6 1.6 0 01.016-1.936 1.607 1.607 0 011.76-.539l3.353 1.101.162-.029c.044-.008 4.471-.796 12.972-.796 8.502 0 12.93.788 12.973.796l.162.03 3.354-1.102a1.606 1.606 0 011.76.54 1.6 1.6 0 01.015 1.935l-1.889 2.524v13.661l1.89 2.522c.43.574.422 1.37-.017 1.937zM20.351 18.573v.396a4.588 4.588 0 01-4.582 4.582h-1.392v-.513c0-5.143 4.184-9.327 9.328-9.327h.59c5.142 0 9.327 4.184 9.327 9.327v.513h-7.309a4.667 4.667 0 01-4.662-4.662v-.316h-1.3zm3.943 18.688h-.589c-5.144 0-9.328-4.184-9.328-9.327v-3.082h1.392a5.89 5.89 0 005.248-3.227 5.968 5.968 0 005.296 3.227h7.31v3.082c0 5.143-4.186 9.327-9.329 9.327zm17.38-8.219V16.248l1.63-2.178a2.903 2.903 0 00-.03-3.512 2.9 2.9 0 00-3.192-.976l-3.042.998c-.89-.146-5.225-.789-13.04-.789-7.816 0-12.15.643-13.04.79l-3.044-.999a2.9 2.9 0 00-3.19.976 2.901 2.901 0 00-.03 3.512l1.63 2.178v12.794l-1.63 2.177a2.903 2.903 0 00.03 3.513 2.9 2.9 0 003.19.976l3.044-.998c.512.084 2.195.334 5.048.531 1.938 2.04 4.668 3.321 7.697 3.321h.59c3.028 0 5.758-1.28 7.696-3.32 2.852-.198 4.537-.448 5.048-.532l3.044 1a2.9 2.9 0 003.221-4.49l-1.63-2.178z"}):c}
2
2
  //# sourceMappingURL=AwakePersonOnPillow.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const Baby: React.FC<SvgPathProps>;
4
- export default Baby;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const Baby: React.FC<SvgPathProps>;
4
+ export default Baby;
5
5
  //# sourceMappingURL=Baby.d.ts.map
@@ -1,2 +1,2 @@
1
- import a from"react";export default function(c){c.isExtraSmall;var m=c.isHovered,z=a.createElement("path",{d:"M23.875 19.304c-.983 0-1.783-.8-1.783-1.783 0-.983.8-1.782 1.783-1.782.983 0 1.783.8 1.783 1.782 0 .983-.8 1.783-1.783 1.783zm0-4.465a2.686 2.686 0 00-2.683 2.682 2.686 2.686 0 002.683 2.683 2.686 2.686 0 002.683-2.683 2.686 2.686 0 00-2.683-2.682zm3.806-.48a.48.48 0 100 .96.48.48 0 000-.96zm2.94 1.856a6.754 6.754 0 01-6.746 6.746 6.754 6.754 0 01-6.746-6.746 6.74 6.74 0 013.223-5.742c.797.722 3.342 2.748 6.798 2.748.878 0 1.743-.197 2.515-.45a6.695 6.695 0 01.956 3.444zM23.875 9.47c2.122 0 4.016.987 5.254 2.524-.628.188-1.303.327-1.979.327-2.807 0-5.013-1.533-5.94-2.3a6.713 6.713 0 012.665-.55zm0-.9c-4.216 0-7.646 3.43-7.646 7.646 0 4.216 3.43 7.646 7.646 7.646 4.216 0 7.646-3.43 7.646-7.646a7.595 7.595 0 00-.997-3.76 12.597 12.597 0 001.82-.934l-.492-.753c-.014.01-.774.49-1.833.915C28.625 9.8 26.394 8.57 23.875 8.57zm0 8.014a.937.937 0 10-.001 1.875.937.937 0 00.001-1.875zm10.267 5.872l-10.185 4.261-10.349-3.328v-7.026c0-5.662 4.606-10.267 10.267-10.267S34.142 10.7 34.142 16.362v6.093zm0 8.933c0 5.661-4.606 10.267-10.267 10.267-5.452 0-9.913-4.275-10.235-9.647l20.502-8.577v7.957zm-20.534-7.054l9.072 2.916-9.072 3.795v-6.71zM23.875 4.795c-6.378 0-11.567 5.19-11.567 11.567v15.026c0 6.378 5.19 11.567 11.567 11.567 6.378 0 11.566-5.189 11.566-11.567V16.362c0-6.378-5.188-11.567-11.566-11.567zm-3.793 9.564a.48.48 0 100 .96.48.48 0 000-.96z"});return m?a.createElement("path",{d:"M20.082 14.359a.48.48 0 100 .96.48.48 0 000-.96zm3.792 4.073a1.848 1.848 0 001.85-1.848h-3.698c0 1.02.827 1.848 1.848 1.848zm3.807-4.073a.48.48 0 100 .96.48.48 0 000-.96zm2.94 1.856a6.754 6.754 0 01-6.747 6.746 6.754 6.754 0 01-6.746-6.746c0-2.428 1.294-4.553 3.224-5.742.797.722 3.342 2.748 6.798 2.748.877 0 1.743-.196 2.515-.45a6.695 6.695 0 01.956 3.444zm-6.747-6.746c2.123 0 4.017.988 5.254 2.525-.627.187-1.302.326-1.978.326-2.808 0-5.014-1.532-5.942-2.3a6.703 6.703 0 012.666-.551zm0-.9c-4.215 0-7.646 3.43-7.646 7.646 0 4.216 3.431 7.646 7.646 7.646 4.217 0 7.646-3.43 7.646-7.646a7.597 7.597 0 00-.996-3.761 12.651 12.651 0 001.82-.932l-.493-.753c-.013.008-.773.489-1.832.915-1.394-1.885-3.625-3.115-6.145-3.115zm10.268 13.887l-10.185 4.26-10.349-3.327v-7.027c0-5.661 4.605-10.267 10.266-10.267 5.662 0 10.268 4.606 10.268 10.267v6.094zm0 8.932c0 5.66-4.606 10.267-10.268 10.267-5.45 0-9.912-4.275-10.235-9.647l20.503-8.577v7.957zm-20.534-7.054l9.072 2.917-9.072 3.795v-6.712zm10.266-19.54c-6.377 0-11.566 5.19-11.566 11.568v15.026c0 6.378 5.19 11.567 11.566 11.567 6.378 0 11.567-5.19 11.567-11.567V16.362c0-6.378-5.189-11.567-11.567-11.567z"}):z}
1
+ import c from"react";export default function(z){z.size;var a=z.isHovered,m=c.createElement("path",{d:"M23.875 19.304c-.983 0-1.783-.8-1.783-1.783 0-.983.8-1.782 1.783-1.782.983 0 1.783.8 1.783 1.782 0 .983-.8 1.783-1.783 1.783zm0-4.465a2.686 2.686 0 00-2.683 2.682 2.686 2.686 0 002.683 2.683 2.686 2.686 0 002.683-2.683 2.686 2.686 0 00-2.683-2.682zm3.806-.48a.48.48 0 100 .96.48.48 0 000-.96zm2.94 1.856a6.754 6.754 0 01-6.746 6.746 6.754 6.754 0 01-6.746-6.746 6.74 6.74 0 013.223-5.742c.797.722 3.342 2.748 6.798 2.748.878 0 1.743-.197 2.515-.45a6.695 6.695 0 01.956 3.444zM23.875 9.47c2.122 0 4.016.987 5.254 2.524-.628.188-1.303.327-1.979.327-2.807 0-5.013-1.533-5.94-2.3a6.713 6.713 0 012.665-.55zm0-.9c-4.216 0-7.646 3.43-7.646 7.646 0 4.216 3.43 7.646 7.646 7.646 4.216 0 7.646-3.43 7.646-7.646a7.595 7.595 0 00-.997-3.76 12.597 12.597 0 001.82-.934l-.492-.753c-.014.01-.774.49-1.833.915C28.625 9.8 26.394 8.57 23.875 8.57zm0 8.014a.937.937 0 10-.001 1.875.937.937 0 00.001-1.875zm10.267 5.872l-10.185 4.261-10.349-3.328v-7.026c0-5.662 4.606-10.267 10.267-10.267S34.142 10.7 34.142 16.362v6.093zm0 8.933c0 5.661-4.606 10.267-10.267 10.267-5.452 0-9.913-4.275-10.235-9.647l20.502-8.577v7.957zm-20.534-7.054l9.072 2.916-9.072 3.795v-6.71zM23.875 4.795c-6.378 0-11.567 5.19-11.567 11.567v15.026c0 6.378 5.19 11.567 11.567 11.567 6.378 0 11.566-5.189 11.566-11.567V16.362c0-6.378-5.188-11.567-11.566-11.567zm-3.793 9.564a.48.48 0 100 .96.48.48 0 000-.96z"});return a?c.createElement("path",{d:"M20.082 14.359a.48.48 0 100 .96.48.48 0 000-.96zm3.792 4.073a1.848 1.848 0 001.85-1.848h-3.698c0 1.02.827 1.848 1.848 1.848zm3.807-4.073a.48.48 0 100 .96.48.48 0 000-.96zm2.94 1.856a6.754 6.754 0 01-6.747 6.746 6.754 6.754 0 01-6.746-6.746c0-2.428 1.294-4.553 3.224-5.742.797.722 3.342 2.748 6.798 2.748.877 0 1.743-.196 2.515-.45a6.695 6.695 0 01.956 3.444zm-6.747-6.746c2.123 0 4.017.988 5.254 2.525-.627.187-1.302.326-1.978.326-2.808 0-5.014-1.532-5.942-2.3a6.703 6.703 0 012.666-.551zm0-.9c-4.215 0-7.646 3.43-7.646 7.646 0 4.216 3.431 7.646 7.646 7.646 4.217 0 7.646-3.43 7.646-7.646a7.597 7.597 0 00-.996-3.761 12.651 12.651 0 001.82-.932l-.493-.753c-.013.008-.773.489-1.832.915-1.394-1.885-3.625-3.115-6.145-3.115zm10.268 13.887l-10.185 4.26-10.349-3.327v-7.027c0-5.661 4.605-10.267 10.266-10.267 5.662 0 10.268 4.606 10.268 10.267v6.094zm0 8.932c0 5.66-4.606 10.267-10.268 10.267-5.45 0-9.912-4.275-10.235-9.647l20.503-8.577v7.957zm-20.534-7.054l9.072 2.917-9.072 3.795v-6.712zm10.266-19.54c-6.377 0-11.566 5.19-11.566 11.568v15.026c0 6.378 5.19 11.567 11.566 11.567 6.378 0 11.567-5.19 11.567-11.567V16.362c0-6.378-5.189-11.567-11.567-11.567z"}):m}
2
2
  //# sourceMappingURL=Baby.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const BandAid: React.FC<SvgPathProps>;
4
- export default BandAid;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const BandAid: React.FC<SvgPathProps>;
4
+ export default BandAid;
5
5
  //# sourceMappingURL=BandAid.d.ts.map
@@ -1,2 +1,2 @@
1
- import a from"react";export default function(l){l.isExtraSmall;var m=l.isHovered,z=a.createElement("path",{d:"M27.749 24.878a.886.886 0 010-1.77.886.886 0 010 1.77zm0-2.82a1.938 1.938 0 00-1.936 1.935c0 1.067.869 1.935 1.936 1.935a1.937 1.937 0 001.935-1.935 1.937 1.937 0 00-1.935-1.935zm-4.069-3.02a.886.886 0 010 1.77.886.886 0 010-1.77zm0 2.82a1.937 1.937 0 001.935-1.934 1.937 1.937 0 00-1.935-1.935 1.937 1.937 0 00-1.935 1.935c0 1.067.868 1.935 1.935 1.935zm14.034 9.356l-6.5 6.5c-.652.65-1.788.65-2.439 0L18.344 27.283l-.919.919 5.531 5.53-3.981 3.982a1.727 1.727 0 01-2.439 0l-6.5-6.5a1.727 1.727 0 01.002-2.44l4.884-4.913-4.886-4.886a1.727 1.727 0 010-2.44l6.5-6.5a1.726 1.726 0 012.442.005l9.058 8.937.913-.926-4.122-4.067 1.983-1.982 2.074 2.075a1.573 1.573 0 002.225 0l2.073-2.073 4.532 4.532a1.727 1.727 0 010 2.439l-3.981 3.98-.583-.581-.919.919 5.483 5.482a1.727 1.727 0 010 2.439zm-6.099-19.482l-1.425 1.425a.273.273 0 01-.387 0l-1.425-1.425h3.237zm3.037 12.143l3.981-3.981a3.028 3.028 0 000-4.277l-5.184-5.184H26.54l-2.638 2.638-4.007-3.954c-1.143-1.142-3.135-1.142-4.278 0l-6.5 6.5a3.028 3.028 0 000 4.277l3.969 3.97-3.969 3.992a3.028 3.028 0 000 4.277l6.5 6.5a3.006 3.006 0 002.139.886 3.01 3.01 0 002.139-.886l3.98-3.981 3.981 3.98c.571.572 1.33.887 2.138.887.808 0 1.568-.315 2.139-.886l6.5-6.5a3.028 3.028 0 000-4.277l-3.981-3.981zm-10.771 4.954a.886.886 0 010-1.77.886.886 0 010 1.77zm0-2.82a1.937 1.937 0 00-1.935 1.935c0 1.067.868 1.935 1.935 1.935a1.937 1.937 0 001.935-1.935 1.937 1.937 0 00-1.935-1.935zm-4.069-1.25a.886.886 0 010-1.77.886.886 0 010 1.77zm0-2.82a1.937 1.937 0 00-1.935 1.936c0 1.067.868 1.935 1.935 1.935a1.937 1.937 0 001.935-1.935 1.937 1.937 0 00-1.935-1.935z"});return m?a.createElement("path",{d:"M23.88 28.829a.886.886 0 11.003-1.772.886.886 0 01-.002 1.772zm0-2.82a1.937 1.937 0 00-1.934 1.935c0 1.067.868 1.935 1.935 1.935a1.938 1.938 0 001.936-1.935 1.938 1.938 0 00-1.936-1.935zm-4.067-1.249a.886.886 0 010-1.77.886.886 0 010 1.77zm0-2.82a1.937 1.937 0 00-1.936 1.935c0 1.067.868 1.935 1.936 1.935a1.936 1.936 0 001.934-1.935 1.936 1.936 0 00-1.934-1.935zm7.936 2.938a.886.886 0 010-1.77.886.886 0 010 1.77zm0-2.82a1.937 1.937 0 00-1.935 1.935c0 1.067.868 1.935 1.935 1.935a1.937 1.937 0 001.935-1.935 1.937 1.937 0 00-1.935-1.935zm9.965 9.156l-6.5 6.5c-.651.651-1.788.651-2.44 0l-10.43-10.431-.92.919 5.532 5.531-3.981 3.981a1.727 1.727 0 01-2.44 0l-6.5-6.5a1.727 1.727 0 01.003-2.44l4.885-4.913-4.887-4.886a1.727 1.727 0 010-2.439l6.5-6.5a1.727 1.727 0 012.442.003l9.058 8.938.913-.926-4.122-4.067.863-.863 3.194 3.206c.307.306.709.46 1.112.46a1.57 1.57 0 001.114-.461l3.189-3.205 3.415 3.415a1.727 1.727 0 010 2.439l-3.981 3.981-.582-.583-.92.919 5.483 5.483a1.727 1.727 0 010 2.439zm-4.98-18.363l-2.544 2.556a.273.273 0 01-.386.001l-2.548-2.557h5.479zm1.918 11.024l3.98-3.981a3.026 3.026 0 000-4.277l-4.064-4.066h-9.146l-1.52 1.52-4.007-3.954c-1.143-1.142-3.135-1.142-4.278 0l-6.5 6.5a3.028 3.028 0 000 4.277l3.97 3.97-3.97 3.992a3.028 3.028 0 000 4.277l6.5 6.5a3.007 3.007 0 002.139.885c.808 0 1.567-.314 2.139-.885l3.98-3.981 3.98 3.981a3.005 3.005 0 002.139.885c.808 0 1.568-.314 2.139-.885l6.5-6.5a3.026 3.026 0 000-4.277l-3.981-3.981zM23.68 19.039a.886.886 0 010 1.77.886.886 0 010-1.77zm0 2.82a1.937 1.937 0 001.935-1.935 1.937 1.937 0 00-1.935-1.935 1.937 1.937 0 00-1.935 1.935c0 1.067.868 1.935 1.935 1.935z"}):z}
1
+ import a from"react";export default function(l){l.size;var m=l.isHovered,z=a.createElement("path",{d:"M27.749 24.878a.886.886 0 010-1.77.886.886 0 010 1.77zm0-2.82a1.938 1.938 0 00-1.936 1.935c0 1.067.869 1.935 1.936 1.935a1.937 1.937 0 001.935-1.935 1.937 1.937 0 00-1.935-1.935zm-4.069-3.02a.886.886 0 010 1.77.886.886 0 010-1.77zm0 2.82a1.937 1.937 0 001.935-1.934 1.937 1.937 0 00-1.935-1.935 1.937 1.937 0 00-1.935 1.935c0 1.067.868 1.935 1.935 1.935zm14.034 9.356l-6.5 6.5c-.652.65-1.788.65-2.439 0L18.344 27.283l-.919.919 5.531 5.53-3.981 3.982a1.727 1.727 0 01-2.439 0l-6.5-6.5a1.727 1.727 0 01.002-2.44l4.884-4.913-4.886-4.886a1.727 1.727 0 010-2.44l6.5-6.5a1.726 1.726 0 012.442.005l9.058 8.937.913-.926-4.122-4.067 1.983-1.982 2.074 2.075a1.573 1.573 0 002.225 0l2.073-2.073 4.532 4.532a1.727 1.727 0 010 2.439l-3.981 3.98-.583-.581-.919.919 5.483 5.482a1.727 1.727 0 010 2.439zm-6.099-19.482l-1.425 1.425a.273.273 0 01-.387 0l-1.425-1.425h3.237zm3.037 12.143l3.981-3.981a3.028 3.028 0 000-4.277l-5.184-5.184H26.54l-2.638 2.638-4.007-3.954c-1.143-1.142-3.135-1.142-4.278 0l-6.5 6.5a3.028 3.028 0 000 4.277l3.969 3.97-3.969 3.992a3.028 3.028 0 000 4.277l6.5 6.5a3.006 3.006 0 002.139.886 3.01 3.01 0 002.139-.886l3.98-3.981 3.981 3.98c.571.572 1.33.887 2.138.887.808 0 1.568-.315 2.139-.886l6.5-6.5a3.028 3.028 0 000-4.277l-3.981-3.981zm-10.771 4.954a.886.886 0 010-1.77.886.886 0 010 1.77zm0-2.82a1.937 1.937 0 00-1.935 1.935c0 1.067.868 1.935 1.935 1.935a1.937 1.937 0 001.935-1.935 1.937 1.937 0 00-1.935-1.935zm-4.069-1.25a.886.886 0 010-1.77.886.886 0 010 1.77zm0-2.82a1.937 1.937 0 00-1.935 1.936c0 1.067.868 1.935 1.935 1.935a1.937 1.937 0 001.935-1.935 1.937 1.937 0 00-1.935-1.935z"});return m?a.createElement("path",{d:"M23.88 28.829a.886.886 0 11.003-1.772.886.886 0 01-.002 1.772zm0-2.82a1.937 1.937 0 00-1.934 1.935c0 1.067.868 1.935 1.935 1.935a1.938 1.938 0 001.936-1.935 1.938 1.938 0 00-1.936-1.935zm-4.067-1.249a.886.886 0 010-1.77.886.886 0 010 1.77zm0-2.82a1.937 1.937 0 00-1.936 1.935c0 1.067.868 1.935 1.936 1.935a1.936 1.936 0 001.934-1.935 1.936 1.936 0 00-1.934-1.935zm7.936 2.938a.886.886 0 010-1.77.886.886 0 010 1.77zm0-2.82a1.937 1.937 0 00-1.935 1.935c0 1.067.868 1.935 1.935 1.935a1.937 1.937 0 001.935-1.935 1.937 1.937 0 00-1.935-1.935zm9.965 9.156l-6.5 6.5c-.651.651-1.788.651-2.44 0l-10.43-10.431-.92.919 5.532 5.531-3.981 3.981a1.727 1.727 0 01-2.44 0l-6.5-6.5a1.727 1.727 0 01.003-2.44l4.885-4.913-4.887-4.886a1.727 1.727 0 010-2.439l6.5-6.5a1.727 1.727 0 012.442.003l9.058 8.938.913-.926-4.122-4.067.863-.863 3.194 3.206c.307.306.709.46 1.112.46a1.57 1.57 0 001.114-.461l3.189-3.205 3.415 3.415a1.727 1.727 0 010 2.439l-3.981 3.981-.582-.583-.92.919 5.483 5.483a1.727 1.727 0 010 2.439zm-4.98-18.363l-2.544 2.556a.273.273 0 01-.386.001l-2.548-2.557h5.479zm1.918 11.024l3.98-3.981a3.026 3.026 0 000-4.277l-4.064-4.066h-9.146l-1.52 1.52-4.007-3.954c-1.143-1.142-3.135-1.142-4.278 0l-6.5 6.5a3.028 3.028 0 000 4.277l3.97 3.97-3.97 3.992a3.028 3.028 0 000 4.277l6.5 6.5a3.007 3.007 0 002.139.885c.808 0 1.567-.314 2.139-.885l3.98-3.981 3.98 3.981a3.005 3.005 0 002.139.885c.808 0 1.568-.314 2.139-.885l6.5-6.5a3.026 3.026 0 000-4.277l-3.981-3.981zM23.68 19.039a.886.886 0 010 1.77.886.886 0 010-1.77zm0 2.82a1.937 1.937 0 001.935-1.935 1.937 1.937 0 00-1.935-1.935 1.937 1.937 0 00-1.935 1.935c0 1.067.868 1.935 1.935 1.935z"}):z}
2
2
  //# sourceMappingURL=BandAid.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const BeerAndPills: React.FC<SvgPathProps>;
4
- export default BeerAndPills;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const BeerAndPills: React.FC<SvgPathProps>;
4
+ export default BeerAndPills;
5
5
  //# sourceMappingURL=BeerAndPills.d.ts.map
@@ -1,2 +1,2 @@
1
- import l from"react";export default function(a){a.isExtraSmall;var h=a.isHovered,e=l.createElement("path",{fillRule:"evenodd",d:"M22.854 42.705H11.636V21.221a4.28 4.28 0 011.377-3.142l.104-.094a3.737 3.737 0 001.136-2.04l.354-1.855c.16.146.355.334.606.593.52.534 1.24.838 1.982.838h.023a2.689 2.689 0 001.957-.855c.287-.306.507-.512.678-.66l.383 1.94a3.746 3.746 0 001.135 2.038l.102.095a4.277 4.277 0 011.38 3.142v21.484zM16.017 6.71h2.399l1.203 6.1c-.305.19-.701.523-1.244 1.103a1.596 1.596 0 01-1.166.508l-.014.001c-.451 0-.875-.179-1.192-.506-.527-.542-.889-.86-1.16-1.055l1.174-6.15zm-.32-2.276a.52.52 0 01.512-.43h2.072c.254 0 .469.18.508.381l.1 1.026h-3.29l.098-.977zm6.556 12.595a2.45 2.45 0 01-.74-1.332L19.74 6.71h.585l-.25-2.502a1.822 1.822 0 00-1.794-1.505h-2.072c-.886 0-1.64.633-1.8 1.554l-.244 2.453h.529l-1.718 8.991a2.438 2.438 0 01-.738 1.327l-.104.094a5.587 5.587 0 00-1.799 4.1v22.784h13.82V21.221a5.576 5.576 0 00-1.799-4.097l-.103-.095zm4.498 13.03H38.34v-4.29H26.753v4.29zM38.34 42.704H26.753V40.72h7.085v-6.973H26.75v-2.389H38.34v11.347zM26.753 39.62h5.985v-4.773H26.75v4.773zm-1.3 4.386H39.64V24.47H25.45v19.537z"});return h?l.createElement("path",{fillRule:"evenodd",d:"M22.859 42.72H11.642V21.236a4.28 4.28 0 011.378-3.142l.103-.094a3.737 3.737 0 001.136-2.04l.355-1.855c.159.146.355.334.606.593.519.534 1.24.838 1.982.838h.023a2.689 2.689 0 001.957-.855c.286-.306.506-.512.677-.66l.383 1.94a3.746 3.746 0 001.135 2.038l.103.095a4.277 4.277 0 011.379 3.142V42.72zM18.42 6.725l1.203 6.1c-.304.19-.701.523-1.244 1.103a1.596 1.596 0 01-1.165.508l-.014.001c-.452 0-.875-.179-1.192-.506-.527-.543-.89-.86-1.161-1.055l1.175-6.15h2.398zM15.7 4.45a.52.52 0 01.513-.43h2.072c.254 0 .469.18.508.381l.1 1.026h-3.29l.098-.977zm6.558 12.595a2.45 2.45 0 01-.741-1.332l-1.772-8.987h.584l-.25-2.502a1.822 1.822 0 00-1.794-1.505h-2.072c-.885 0-1.64.633-1.8 1.554l-.243 2.453h.528l-1.717 8.991a2.438 2.438 0 01-.738 1.327l-.104.094a5.587 5.587 0 00-1.8 4.1V44.02h13.82V21.236a5.576 5.576 0 00-1.798-4.097l-.103-.095zM38.345 42.72H26.757v-1.985h7.085v-6.973h-7.085v-2.389h11.588V42.72zm-11.588-3.085h5.985v-4.773h-5.985v4.773zm2.273-17.563l10.958 3.77-1.396 4.055-10.958-3.77 1.396-4.055zm12.61 2.962L28.223 20.42l-2.24 6.515 9.123 3.14h-9.65V44.02h14.19v-13.19l1.994-5.797z"}):e}
1
+ import l from"react";export default function(a){a.size;var h=a.isHovered,e=l.createElement("path",{fillRule:"evenodd",d:"M22.854 42.705H11.636V21.221a4.28 4.28 0 011.377-3.142l.104-.094a3.737 3.737 0 001.136-2.04l.354-1.855c.16.146.355.334.606.593.52.534 1.24.838 1.982.838h.023a2.689 2.689 0 001.957-.855c.287-.306.507-.512.678-.66l.383 1.94a3.746 3.746 0 001.135 2.038l.102.095a4.277 4.277 0 011.38 3.142v21.484zM16.017 6.71h2.399l1.203 6.1c-.305.19-.701.523-1.244 1.103a1.596 1.596 0 01-1.166.508l-.014.001c-.451 0-.875-.179-1.192-.506-.527-.542-.889-.86-1.16-1.055l1.174-6.15zm-.32-2.276a.52.52 0 01.512-.43h2.072c.254 0 .469.18.508.381l.1 1.026h-3.29l.098-.977zm6.556 12.595a2.45 2.45 0 01-.74-1.332L19.74 6.71h.585l-.25-2.502a1.822 1.822 0 00-1.794-1.505h-2.072c-.886 0-1.64.633-1.8 1.554l-.244 2.453h.529l-1.718 8.991a2.438 2.438 0 01-.738 1.327l-.104.094a5.587 5.587 0 00-1.799 4.1v22.784h13.82V21.221a5.576 5.576 0 00-1.799-4.097l-.103-.095zm4.498 13.03H38.34v-4.29H26.753v4.29zM38.34 42.704H26.753V40.72h7.085v-6.973H26.75v-2.389H38.34v11.347zM26.753 39.62h5.985v-4.773H26.75v4.773zm-1.3 4.386H39.64V24.47H25.45v19.537z"});return h?l.createElement("path",{fillRule:"evenodd",d:"M22.859 42.72H11.642V21.236a4.28 4.28 0 011.378-3.142l.103-.094a3.737 3.737 0 001.136-2.04l.355-1.855c.159.146.355.334.606.593.519.534 1.24.838 1.982.838h.023a2.689 2.689 0 001.957-.855c.286-.306.506-.512.677-.66l.383 1.94a3.746 3.746 0 001.135 2.038l.103.095a4.277 4.277 0 011.379 3.142V42.72zM18.42 6.725l1.203 6.1c-.304.19-.701.523-1.244 1.103a1.596 1.596 0 01-1.165.508l-.014.001c-.452 0-.875-.179-1.192-.506-.527-.543-.89-.86-1.161-1.055l1.175-6.15h2.398zM15.7 4.45a.52.52 0 01.513-.43h2.072c.254 0 .469.18.508.381l.1 1.026h-3.29l.098-.977zm6.558 12.595a2.45 2.45 0 01-.741-1.332l-1.772-8.987h.584l-.25-2.502a1.822 1.822 0 00-1.794-1.505h-2.072c-.885 0-1.64.633-1.8 1.554l-.243 2.453h.528l-1.717 8.991a2.438 2.438 0 01-.738 1.327l-.104.094a5.587 5.587 0 00-1.8 4.1V44.02h13.82V21.236a5.576 5.576 0 00-1.798-4.097l-.103-.095zM38.345 42.72H26.757v-1.985h7.085v-6.973h-7.085v-2.389h11.588V42.72zm-11.588-3.085h5.985v-4.773h-5.985v4.773zm2.273-17.563l10.958 3.77-1.396 4.055-10.958-3.77 1.396-4.055zm12.61 2.962L28.223 20.42l-2.24 6.515 9.123 3.14h-9.65V44.02h14.19v-13.19l1.994-5.797z"}):e}
2
2
  //# sourceMappingURL=BeerAndPills.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const Bell: React.FC<SvgPathProps>;
4
- export default Bell;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const Bell: React.FC<SvgPathProps>;
4
+ export default Bell;
5
5
  //# sourceMappingURL=Bell.d.ts.map
@@ -1,2 +1,2 @@
1
- import v from"react";export default function(l){l.isExtraSmall;var a=l.isHovered,h=v.createElement("path",{d:"M28.004 34.481v-.209h-8.208v.21h-7.894l3.057-4.918h17.882l3.056 4.917h-7.893zm-1.3 2.04a2.807 2.807 0 01-2.804 2.803 2.808 2.808 0 01-2.805-2.804v-.739h5.61v.74zM15.247 19.202a8.346 8.346 0 016.323-8.102l.492-.124v-.664A1.84 1.84 0 0123.9 8.476c1.013 0 1.837.824 1.837 1.837v.664l.492.124a8.345 8.345 0 016.323 8.102v9.062H15.247v-9.062zM37.62 34.788l-3.767-6.059v-9.526a9.645 9.645 0 00-6.833-9.232A3.143 3.143 0 0023.9 7.175a3.141 3.141 0 00-3.119 2.796 9.645 9.645 0 00-6.834 9.232v9.526l-3.766 6.06a.648.648 0 00.552.992h9.063v.74a4.109 4.109 0 004.104 4.103 4.109 4.109 0 004.104-4.104v-.739h9.063a.652.652 0 00.552-.993z"});return a?v.createElement("path",{d:"M40.728 16.844l-.925.914c2.623 2.652 1.878 6.636-.316 8.805l.914.924c2.639-2.608 3.514-7.419.327-10.643zM28.004 34.481v-.209h-8.208v.21h-7.893l3.056-4.917H32.84l3.056 4.916h-7.893zm-1.3 2.04a2.808 2.808 0 01-2.804 2.803 2.807 2.807 0 01-2.804-2.804v-.739h5.609v.74zM15.249 19.202c0-3.835 2.6-7.167 6.323-8.102l.49-.124v-.664a1.84 1.84 0 013.676 0v.664l.492.124a8.346 8.346 0 016.324 8.102v9.062H15.248v-9.062zm18.605 9.526v-9.526a9.646 9.646 0 00-6.834-9.232 3.141 3.141 0 00-3.12-2.795 3.143 3.143 0 00-3.118 2.795 9.645 9.645 0 00-6.833 9.232v9.526l-3.767 6.06a.65.65 0 00.552.993h9.063v.738a4.109 4.109 0 004.104 4.104 4.108 4.108 0 004.104-4.104v-.739h9.063a.649.649 0 00.552-.993l-3.766-6.059zm9.037-14.022l-.925.914c3.818 3.862 3.68 9.127-.341 13.103l.914.925c4.574-4.523 4.716-10.528.352-14.942zm-37.055.914l-.924-.914C.546 19.122.688 25.127 5.263 29.65l.914-.925c-4.022-3.976-4.16-9.24-.342-13.103zm2.162 2.137l-.925-.914C3.886 20.068 4.76 24.88 7.4 27.487l.914-.924c-2.194-2.169-2.94-6.152-.317-8.805z"}):h}
1
+ import v from"react";export default function(l){l.size;var a=l.isHovered,e=v.createElement("path",{d:"M28.004 34.481v-.209h-8.208v.21h-7.894l3.057-4.918h17.882l3.056 4.917h-7.893zm-1.3 2.04a2.807 2.807 0 01-2.804 2.803 2.808 2.808 0 01-2.805-2.804v-.739h5.61v.74zM15.247 19.202a8.346 8.346 0 016.323-8.102l.492-.124v-.664A1.84 1.84 0 0123.9 8.476c1.013 0 1.837.824 1.837 1.837v.664l.492.124a8.345 8.345 0 016.323 8.102v9.062H15.247v-9.062zM37.62 34.788l-3.767-6.059v-9.526a9.645 9.645 0 00-6.833-9.232A3.143 3.143 0 0023.9 7.175a3.141 3.141 0 00-3.119 2.796 9.645 9.645 0 00-6.834 9.232v9.526l-3.766 6.06a.648.648 0 00.552.992h9.063v.74a4.109 4.109 0 004.104 4.103 4.109 4.109 0 004.104-4.104v-.739h9.063a.652.652 0 00.552-.993z"});return a?v.createElement("path",{d:"M40.728 16.844l-.925.914c2.623 2.652 1.878 6.636-.316 8.805l.914.924c2.639-2.608 3.514-7.419.327-10.643zM28.004 34.481v-.209h-8.208v.21h-7.893l3.056-4.917H32.84l3.056 4.916h-7.893zm-1.3 2.04a2.808 2.808 0 01-2.804 2.803 2.807 2.807 0 01-2.804-2.804v-.739h5.609v.74zM15.249 19.202c0-3.835 2.6-7.167 6.323-8.102l.49-.124v-.664a1.84 1.84 0 013.676 0v.664l.492.124a8.346 8.346 0 016.324 8.102v9.062H15.248v-9.062zm18.605 9.526v-9.526a9.646 9.646 0 00-6.834-9.232 3.141 3.141 0 00-3.12-2.795 3.143 3.143 0 00-3.118 2.795 9.645 9.645 0 00-6.833 9.232v9.526l-3.767 6.06a.65.65 0 00.552.993h9.063v.738a4.109 4.109 0 004.104 4.104 4.108 4.108 0 004.104-4.104v-.739h9.063a.649.649 0 00.552-.993l-3.766-6.059zm9.037-14.022l-.925.914c3.818 3.862 3.68 9.127-.341 13.103l.914.925c4.574-4.523 4.716-10.528.352-14.942zm-37.055.914l-.924-.914C.546 19.122.688 25.127 5.263 29.65l.914-.925c-4.022-3.976-4.16-9.24-.342-13.103zm2.162 2.137l-.925-.914C3.886 20.068 4.76 24.88 7.4 27.487l.914-.924c-2.194-2.169-2.94-6.152-.317-8.805z"}):e}
2
2
  //# sourceMappingURL=Bell.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const Bike: React.FC<SvgPathProps>;
4
- export default Bike;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const Bike: React.FC<SvgPathProps>;
4
+ export default Bike;
5
5
  //# sourceMappingURL=Bike.d.ts.map
@@ -1,2 +1,2 @@
1
- import a from"react";export default function(l){l.isExtraSmall;var h=l.isHovered,c=a.createElement("path",{d:"M36.644 34.092a6.26 6.26 0 01-6.253-6.254 6.263 6.263 0 014.296-5.938l1.71 6.008a.256.256 0 10.494-.14l-1.71-6.008c.47-.113.959-.175 1.463-.175a6.26 6.26 0 016.254 6.253 6.26 6.26 0 01-6.254 6.254zm-24.559 0a6.26 6.26 0 01-6.253-6.254 6.26 6.26 0 016.253-6.253c.926 0 1.804.204 2.595.566l-2.823 5.571a.256.256 0 00.228.372h6.247a6.26 6.26 0 01-6.247 5.998zm6.247-6.51h-5.83l2.634-5.2a6.258 6.258 0 013.196 5.2zm-.468-9.676l4.636 9.236-2.86.025a7.592 7.592 0 00-3.547-5.765l1.771-3.496zm14.1-.633l-8.236 9.345-4.691-9.345h12.927zm4.68 2.98c-.488 0-.966.048-1.429.137l-1.11-3.877V14.3h2.897a.666.666 0 000-1.332h-3.563a.666.666 0 00-.666.666v2.307H18.368l-.933-1.859h.994a.666.666 0 100-1.332h-5.125a.666.666 0 000 1.332h2.641l1.176 2.343-2.216 4.374a7.541 7.541 0 00-2.82-.546c-4.182 0-7.585 3.403-7.585 7.585 0 4.183 3.403 7.586 7.585 7.586 3.96 0 7.219-3.051 7.555-6.925l3.521-.03c.017-.001.49-.008.686-.087.205-.084.453-.402.518-.472l8.769-9.95.8 2.795c-2.847 1.094-4.875 3.855-4.875 7.083 0 4.183 3.403 7.586 7.585 7.586 4.183 0 7.586-3.403 7.586-7.586 0-4.182-3.403-7.585-7.586-7.585z"});return h?a.createElement("path",{d:"M38.894 34.092a6.26 6.26 0 01-6.253-6.254 6.263 6.263 0 014.296-5.938l1.71 6.008a.256.256 0 10.494-.14l-1.71-6.008c.47-.113.959-.175 1.463-.175a6.26 6.26 0 016.254 6.253 6.26 6.26 0 01-6.254 6.254zm-24.559 0a6.26 6.26 0 01-6.253-6.254 6.26 6.26 0 016.253-6.253c.926 0 1.804.204 2.595.566l-2.823 5.571a.256.256 0 00.228.372h6.247a6.26 6.26 0 01-6.247 5.998zm6.247-6.51h-5.83l2.634-5.2a6.258 6.258 0 013.196 5.2zm-.468-9.676l4.636 9.236-2.86.025a7.592 7.592 0 00-3.547-5.765l1.771-3.496zm14.1-.633l-8.236 9.345-4.691-9.345h12.927zm4.68 2.98c-.488 0-.966.048-1.429.137l-1.11-3.877V14.3h2.897a.666.666 0 000-1.332h-3.563a.666.666 0 00-.666.666v2.307H20.618l-.933-1.859h.994a.666.666 0 100-1.332h-5.125a.666.666 0 000 1.332h2.641l1.176 2.343-2.216 4.374a7.541 7.541 0 00-2.82-.546c-4.182 0-7.585 3.403-7.585 7.585 0 4.183 3.403 7.586 7.585 7.586 3.96 0 7.219-3.051 7.555-6.925l3.521-.03c.017-.001.49-.008.686-.087.205-.084.453-.402.518-.472l8.769-9.95.8 2.795c-2.847 1.094-4.875 3.855-4.875 7.083 0 4.183 3.403 7.586 7.585 7.586 4.183 0 7.586-3.403 7.586-7.586 0-4.182-3.403-7.585-7.586-7.585z"}):c}
1
+ import a from"react";export default function(l){l.size;var h=l.isHovered,c=a.createElement("path",{d:"M36.644 34.092a6.26 6.26 0 01-6.253-6.254 6.263 6.263 0 014.296-5.938l1.71 6.008a.256.256 0 10.494-.14l-1.71-6.008c.47-.113.959-.175 1.463-.175a6.26 6.26 0 016.254 6.253 6.26 6.26 0 01-6.254 6.254zm-24.559 0a6.26 6.26 0 01-6.253-6.254 6.26 6.26 0 016.253-6.253c.926 0 1.804.204 2.595.566l-2.823 5.571a.256.256 0 00.228.372h6.247a6.26 6.26 0 01-6.247 5.998zm6.247-6.51h-5.83l2.634-5.2a6.258 6.258 0 013.196 5.2zm-.468-9.676l4.636 9.236-2.86.025a7.592 7.592 0 00-3.547-5.765l1.771-3.496zm14.1-.633l-8.236 9.345-4.691-9.345h12.927zm4.68 2.98c-.488 0-.966.048-1.429.137l-1.11-3.877V14.3h2.897a.666.666 0 000-1.332h-3.563a.666.666 0 00-.666.666v2.307H18.368l-.933-1.859h.994a.666.666 0 100-1.332h-5.125a.666.666 0 000 1.332h2.641l1.176 2.343-2.216 4.374a7.541 7.541 0 00-2.82-.546c-4.182 0-7.585 3.403-7.585 7.585 0 4.183 3.403 7.586 7.585 7.586 3.96 0 7.219-3.051 7.555-6.925l3.521-.03c.017-.001.49-.008.686-.087.205-.084.453-.402.518-.472l8.769-9.95.8 2.795c-2.847 1.094-4.875 3.855-4.875 7.083 0 4.183 3.403 7.586 7.585 7.586 4.183 0 7.586-3.403 7.586-7.586 0-4.182-3.403-7.585-7.586-7.585z"});return h?a.createElement("path",{d:"M38.894 34.092a6.26 6.26 0 01-6.253-6.254 6.263 6.263 0 014.296-5.938l1.71 6.008a.256.256 0 10.494-.14l-1.71-6.008c.47-.113.959-.175 1.463-.175a6.26 6.26 0 016.254 6.253 6.26 6.26 0 01-6.254 6.254zm-24.559 0a6.26 6.26 0 01-6.253-6.254 6.26 6.26 0 016.253-6.253c.926 0 1.804.204 2.595.566l-2.823 5.571a.256.256 0 00.228.372h6.247a6.26 6.26 0 01-6.247 5.998zm6.247-6.51h-5.83l2.634-5.2a6.258 6.258 0 013.196 5.2zm-.468-9.676l4.636 9.236-2.86.025a7.592 7.592 0 00-3.547-5.765l1.771-3.496zm14.1-.633l-8.236 9.345-4.691-9.345h12.927zm4.68 2.98c-.488 0-.966.048-1.429.137l-1.11-3.877V14.3h2.897a.666.666 0 000-1.332h-3.563a.666.666 0 00-.666.666v2.307H20.618l-.933-1.859h.994a.666.666 0 100-1.332h-5.125a.666.666 0 000 1.332h2.641l1.176 2.343-2.216 4.374a7.541 7.541 0 00-2.82-.546c-4.182 0-7.585 3.403-7.585 7.585 0 4.183 3.403 7.586 7.585 7.586 3.96 0 7.219-3.051 7.555-6.925l3.521-.03c.017-.001.49-.008.686-.087.205-.084.453-.402.518-.472l8.769-9.95.8 2.795c-2.847 1.094-4.875 3.855-4.875 7.083 0 4.183 3.403 7.586 7.585 7.586 4.183 0 7.586-3.403 7.586-7.586 0-4.182-3.403-7.585-7.586-7.585z"}):c}
2
2
  //# sourceMappingURL=Bike.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const BirthControl: React.FC<SvgPathProps>;
4
- export default BirthControl;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const BirthControl: React.FC<SvgPathProps>;
4
+ export default BirthControl;
5
5
  //# sourceMappingURL=BirthControl.d.ts.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const BirthdayCake: React.FC<SvgPathProps>;
4
- export default BirthdayCake;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const BirthdayCake: React.FC<SvgPathProps>;
4
+ export default BirthdayCake;
5
5
  //# sourceMappingURL=BirthdayCake.d.ts.map
@@ -1,2 +1,2 @@
1
- import a from"react";export default function(v){v.isExtraSmall;var c=v.isHovered,m=a.createElement("path",{d:"M17.897 13.558v6.047h5.179v-6.047h1.3v6.047h5.178v-6.047h1.3v6.047h4.028a2.783 2.783 0 012.78 2.78v16.8h2.79v1.3H7v-1.3h2.789v-16.8a2.783 2.783 0 012.78-2.78h4.028v-6.047h1.3zm14.689 12.976c-.897 0-1.31.297-1.833.674-.598.432-1.276.92-2.593.92-1.316 0-1.994-.488-2.592-.92-.523-.377-.937-.674-1.833-.674-.898 0-1.312.297-1.835.674-.6.432-1.278.92-2.595.92-1.318 0-1.997-.488-2.596-.92-.524-.377-.938-.674-1.837-.674s-1.313.297-1.837.674c-.49.353-1.041.74-1.946.87v11.107h25.273V28.079c-.903-.13-1.453-.518-1.943-.871-.523-.377-.936-.674-1.833-.674zm-8.86 2.867a2.716 2.716 0 012.712 2.713v2.616a2.715 2.715 0 01-2.713 2.712 2.715 2.715 0 01-2.712-2.712v-2.616a2.716 2.716 0 012.712-2.712zm0 1.3c-.779 0-1.413.633-1.413 1.413v2.616c0 .779.634 1.413 1.412 1.413.78 0 1.413-.635 1.413-1.413v-2.616c0-.78-.634-1.412-1.413-1.412zm11.156-9.796H12.569c-.816 0-1.48.664-1.48 1.48v4.373c.484-.108.81-.334 1.187-.605.599-.431 1.278-.92 2.596-.92s1.997.489 2.596.92c.524.378.938.676 1.837.676.898 0 1.311-.298 1.835-.675.599-.432 1.278-.92 2.595-.92 1.316 0 1.994.488 2.593.92.523.377.936.675 1.832.675.897 0 1.31-.298 1.833-.675.598-.432 1.277-.92 2.593-.92s1.995.488 2.593.92c.376.27.701.496 1.183.604v-4.373c0-.816-.664-1.48-1.48-1.48zm-20.09 1.541a.618.618 0 11-.001 1.237.618.618 0 010-1.237zm4.467 0a.618.618 0 110 1.237.618.618 0 010-1.237zm4.467 0a.618.618 0 11-.001 1.237.618.618 0 010-1.237zm4.467 0a.618.618 0 110 1.237.618.618 0 010-1.237zm4.467 0a.618.618 0 11-.001 1.237.618.618 0 010-1.237zM17.247 9.48s.83 1.528.83 1.986a.829.829 0 11-1.659 0c0-.458.83-1.986.83-1.986zm6.479 0s.829 1.528.829 1.986a.829.829 0 11-1.658 0c0-.458.829-1.986.829-1.986zm6.478 0s.83 1.528.83 1.986a.829.829 0 11-1.659 0c0-.458.83-1.986.83-1.986z"});return c?a.createElement("path",{d:"M17.897 13.573v6.047h5.18v-6.047h1.3v6.047h5.177v-6.047h1.3v6.047h4.028a2.783 2.783 0 012.78 2.78v16.8h2.79v1.3H7v-1.3h2.79V22.4a2.783 2.783 0 012.78-2.78h4.027v-6.047h1.3zm14.69 12.976c-.897 0-1.31.297-1.834.674-.598.432-1.276.92-2.593.92-1.316 0-1.994-.488-2.592-.92-.523-.377-.937-.674-1.833-.674-.898 0-1.312.297-1.835.674-.6.432-1.278.92-2.595.92-1.318 0-1.997-.488-2.596-.92-.524-.377-.938-.674-1.837-.674s-1.313.297-1.837.674c-.49.353-1.04.74-1.946.87V39.2h25.273V28.094c-.903-.13-1.453-.518-1.943-.871-.523-.377-.936-.674-1.833-.674zm-8.86 2.868a2.716 2.716 0 012.711 2.712v2.616a2.715 2.715 0 01-2.712 2.712 2.715 2.715 0 01-2.713-2.712v-2.616a2.716 2.716 0 012.713-2.712zm0 1.3c-.78 0-1.413.633-1.413 1.412v2.616c0 .779.633 1.413 1.412 1.413.78 0 1.412-.634 1.412-1.413v-2.616c0-.78-.633-1.412-1.412-1.412zm11.155-9.797H12.57c-.816 0-1.48.664-1.48 1.48v4.373c.484-.108.81-.334 1.187-.605.6-.431 1.278-.92 2.596-.92s1.997.489 2.596.92c.524.378.938.676 1.837.676.898 0 1.311-.298 1.835-.675.6-.432 1.278-.92 2.595-.92 1.316 0 1.994.488 2.592.92.524.377.937.675 1.833.675.897 0 1.31-.298 1.833-.675.598-.432 1.277-.92 2.593-.92s1.995.488 2.593.92c.376.27.701.496 1.183.604V22.4c0-.816-.664-1.48-1.48-1.48zm-20.09 1.541a.618.618 0 110 1.237.618.618 0 010-1.237zm4.467 0a.618.618 0 110 1.237.618.618 0 010-1.237zm4.467 0a.618.618 0 110 1.237.618.618 0 010-1.237zm4.467 0a.618.618 0 110 1.237.618.618 0 010-1.237zm4.468 0a.618.618 0 11-.001 1.237.618.618 0 010-1.237zM17.248 8.401s.829 2.622.829 3.08a.829.829 0 11-1.658 0c0-.458.829-3.08.829-3.08zm6.478 0s.83 2.622.83 3.08a.829.829 0 11-1.659 0c0-.458.83-3.08.83-3.08zm6.479 0s.829 2.622.829 3.08a.829.829 0 11-1.658 0c0-.458.829-3.08.829-3.08z"}):m}
1
+ import a from"react";export default function(v){v.size;var c=v.isHovered,z=a.createElement("path",{d:"M17.897 13.558v6.047h5.179v-6.047h1.3v6.047h5.178v-6.047h1.3v6.047h4.028a2.783 2.783 0 012.78 2.78v16.8h2.79v1.3H7v-1.3h2.789v-16.8a2.783 2.783 0 012.78-2.78h4.028v-6.047h1.3zm14.689 12.976c-.897 0-1.31.297-1.833.674-.598.432-1.276.92-2.593.92-1.316 0-1.994-.488-2.592-.92-.523-.377-.937-.674-1.833-.674-.898 0-1.312.297-1.835.674-.6.432-1.278.92-2.595.92-1.318 0-1.997-.488-2.596-.92-.524-.377-.938-.674-1.837-.674s-1.313.297-1.837.674c-.49.353-1.041.74-1.946.87v11.107h25.273V28.079c-.903-.13-1.453-.518-1.943-.871-.523-.377-.936-.674-1.833-.674zm-8.86 2.867a2.716 2.716 0 012.712 2.713v2.616a2.715 2.715 0 01-2.713 2.712 2.715 2.715 0 01-2.712-2.712v-2.616a2.716 2.716 0 012.712-2.712zm0 1.3c-.779 0-1.413.633-1.413 1.413v2.616c0 .779.634 1.413 1.412 1.413.78 0 1.413-.635 1.413-1.413v-2.616c0-.78-.634-1.412-1.413-1.412zm11.156-9.796H12.569c-.816 0-1.48.664-1.48 1.48v4.373c.484-.108.81-.334 1.187-.605.599-.431 1.278-.92 2.596-.92s1.997.489 2.596.92c.524.378.938.676 1.837.676.898 0 1.311-.298 1.835-.675.599-.432 1.278-.92 2.595-.92 1.316 0 1.994.488 2.593.92.523.377.936.675 1.832.675.897 0 1.31-.298 1.833-.675.598-.432 1.277-.92 2.593-.92s1.995.488 2.593.92c.376.27.701.496 1.183.604v-4.373c0-.816-.664-1.48-1.48-1.48zm-20.09 1.541a.618.618 0 11-.001 1.237.618.618 0 010-1.237zm4.467 0a.618.618 0 110 1.237.618.618 0 010-1.237zm4.467 0a.618.618 0 11-.001 1.237.618.618 0 010-1.237zm4.467 0a.618.618 0 110 1.237.618.618 0 010-1.237zm4.467 0a.618.618 0 11-.001 1.237.618.618 0 010-1.237zM17.247 9.48s.83 1.528.83 1.986a.829.829 0 11-1.659 0c0-.458.83-1.986.83-1.986zm6.479 0s.829 1.528.829 1.986a.829.829 0 11-1.658 0c0-.458.829-1.986.829-1.986zm6.478 0s.83 1.528.83 1.986a.829.829 0 11-1.659 0c0-.458.83-1.986.83-1.986z"});return c?a.createElement("path",{d:"M17.897 13.573v6.047h5.18v-6.047h1.3v6.047h5.177v-6.047h1.3v6.047h4.028a2.783 2.783 0 012.78 2.78v16.8h2.79v1.3H7v-1.3h2.79V22.4a2.783 2.783 0 012.78-2.78h4.027v-6.047h1.3zm14.69 12.976c-.897 0-1.31.297-1.834.674-.598.432-1.276.92-2.593.92-1.316 0-1.994-.488-2.592-.92-.523-.377-.937-.674-1.833-.674-.898 0-1.312.297-1.835.674-.6.432-1.278.92-2.595.92-1.318 0-1.997-.488-2.596-.92-.524-.377-.938-.674-1.837-.674s-1.313.297-1.837.674c-.49.353-1.04.74-1.946.87V39.2h25.273V28.094c-.903-.13-1.453-.518-1.943-.871-.523-.377-.936-.674-1.833-.674zm-8.86 2.868a2.716 2.716 0 012.711 2.712v2.616a2.715 2.715 0 01-2.712 2.712 2.715 2.715 0 01-2.713-2.712v-2.616a2.716 2.716 0 012.713-2.712zm0 1.3c-.78 0-1.413.633-1.413 1.412v2.616c0 .779.633 1.413 1.412 1.413.78 0 1.412-.634 1.412-1.413v-2.616c0-.78-.633-1.412-1.412-1.412zm11.155-9.797H12.57c-.816 0-1.48.664-1.48 1.48v4.373c.484-.108.81-.334 1.187-.605.6-.431 1.278-.92 2.596-.92s1.997.489 2.596.92c.524.378.938.676 1.837.676.898 0 1.311-.298 1.835-.675.6-.432 1.278-.92 2.595-.92 1.316 0 1.994.488 2.592.92.524.377.937.675 1.833.675.897 0 1.31-.298 1.833-.675.598-.432 1.277-.92 2.593-.92s1.995.488 2.593.92c.376.27.701.496 1.183.604V22.4c0-.816-.664-1.48-1.48-1.48zm-20.09 1.541a.618.618 0 110 1.237.618.618 0 010-1.237zm4.467 0a.618.618 0 110 1.237.618.618 0 010-1.237zm4.467 0a.618.618 0 110 1.237.618.618 0 010-1.237zm4.467 0a.618.618 0 110 1.237.618.618 0 010-1.237zm4.468 0a.618.618 0 11-.001 1.237.618.618 0 010-1.237zM17.248 8.401s.829 2.622.829 3.08a.829.829 0 11-1.658 0c0-.458.829-3.08.829-3.08zm6.478 0s.83 2.622.83 3.08a.829.829 0 11-1.659 0c0-.458.83-3.08.83-3.08zm6.479 0s.829 2.622.829 3.08a.829.829 0 11-1.658 0c0-.458.829-3.08.829-3.08z"}):z}
2
2
  //# sourceMappingURL=BirthdayCake.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const Boat: React.FC<SvgPathProps>;
4
- export default Boat;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const Boat: React.FC<SvgPathProps>;
4
+ export default Boat;
5
5
  //# sourceMappingURL=Boat.d.ts.map
@@ -1,2 +1,2 @@
1
- import l from"react";export default function(a){a.isExtraSmall;var c=a.isHovered,e=l.createElement("path",{d:"M40.61 33.435l-1.886-1.306a6.245 6.245 0 00-7.14.037l-.72.507a2.217 2.217 0 01-2.536.012l-.72-.498a6.246 6.246 0 00-7.142.036l-.716.507a2.22 2.22 0 01-2.538.013l-.723-.5a6.251 6.251 0 00-7.141.038l-1.874 1.327a.745.745 0 10.86 1.216l1.874-1.326a4.76 4.76 0 015.434-.029l.722.5a3.713 3.713 0 004.246-.023l.717-.507a4.752 4.752 0 015.432-.027l.722.499a3.71 3.71 0 004.242-.021l.72-.509a4.75 4.75 0 015.433-.027l1.887 1.307a.745.745 0 00.847-1.226zM16.626 11.468l6.957-.036.032 6.118a11.71 11.71 0 00-1.43.132l-6.61.978 1.051-7.192zm15.114-.079l1.13 7.21-7.065-.935c-.329-.05-.66-.082-.99-.104l-.033-6.135 6.958-.036zM12.947 29.943c.36 0 .717.027 1.069.078-1.963-2.929-3.17-6.232-3.398-9.415l11.76-1.74a10.56 10.56 0 013.269-.013l12.196 1.616c-.195 3.162-1.353 6.45-3.26 9.381.198-.015.397-.024.597-.024.274 0 .544.02.813.05 1.88-3.115 3.099-6.779 3.08-10.454l-4.962-.658-1.346-8.58-17.178.088-1.252 8.57-4.958.734c.019 3.66 1.264 7.295 3.164 10.382.135-.007.27-.015.405-.015z"});return c?l.createElement("path",{d:"M40.985 33.06L39.1 31.754a6.245 6.245 0 00-7.14.037l-.72.507a2.217 2.217 0 01-2.536.012l-.72-.498a6.246 6.246 0 00-7.142.036l-.716.507a2.22 2.22 0 01-2.538.013l-.722-.5a6.252 6.252 0 00-7.142.038l-1.874 1.327a.745.745 0 10.86 1.216l1.874-1.326a4.76 4.76 0 015.434-.029l.722.5a3.713 3.713 0 004.246-.023l.717-.507a4.752 4.752 0 015.432-.027l.722.499a3.71 3.71 0 004.242-.021l.72-.509a4.75 4.75 0 015.433-.027l1.887 1.307a.745.745 0 00.847-1.226zM17.001 9.292l6.957-.036.031 6.119c-.477.018-.955.055-1.428.132l-6.61.978L17 9.292zm15.114-.078l1.13 7.21-7.065-.935c-.33-.05-.66-.082-.99-.104l-.033-6.135 6.958-.036zm-15.993 20.9a21.308 21.308 0 01-.457-.534c-2.727-3.312-4.397-7.321-4.672-11.15l11.76-1.738a10.56 10.56 0 013.269-.014l12.196 1.616c-.261 4.247-2.215 8.38-4.804 11.472a7.423 7.423 0 011.776-.301c2.536-3.441 4.28-7.822 4.258-12.218l-4.962-.658-1.346-8.58-17.178.088-1.252 8.57-4.958.733c.023 4.416 1.827 8.8 4.418 12.22.674.077 1.33.24 1.952.494z"}):e}
1
+ import l from"react";export default function(a){a.size;var e=a.isHovered,c=l.createElement("path",{d:"M40.61 33.435l-1.886-1.306a6.245 6.245 0 00-7.14.037l-.72.507a2.217 2.217 0 01-2.536.012l-.72-.498a6.246 6.246 0 00-7.142.036l-.716.507a2.22 2.22 0 01-2.538.013l-.723-.5a6.251 6.251 0 00-7.141.038l-1.874 1.327a.745.745 0 10.86 1.216l1.874-1.326a4.76 4.76 0 015.434-.029l.722.5a3.713 3.713 0 004.246-.023l.717-.507a4.752 4.752 0 015.432-.027l.722.499a3.71 3.71 0 004.242-.021l.72-.509a4.75 4.75 0 015.433-.027l1.887 1.307a.745.745 0 00.847-1.226zM16.626 11.468l6.957-.036.032 6.118a11.71 11.71 0 00-1.43.132l-6.61.978 1.051-7.192zm15.114-.079l1.13 7.21-7.065-.935c-.329-.05-.66-.082-.99-.104l-.033-6.135 6.958-.036zM12.947 29.943c.36 0 .717.027 1.069.078-1.963-2.929-3.17-6.232-3.398-9.415l11.76-1.74a10.56 10.56 0 013.269-.013l12.196 1.616c-.195 3.162-1.353 6.45-3.26 9.381.198-.015.397-.024.597-.024.274 0 .544.02.813.05 1.88-3.115 3.099-6.779 3.08-10.454l-4.962-.658-1.346-8.58-17.178.088-1.252 8.57-4.958.734c.019 3.66 1.264 7.295 3.164 10.382.135-.007.27-.015.405-.015z"});return e?l.createElement("path",{d:"M40.985 33.06L39.1 31.754a6.245 6.245 0 00-7.14.037l-.72.507a2.217 2.217 0 01-2.536.012l-.72-.498a6.246 6.246 0 00-7.142.036l-.716.507a2.22 2.22 0 01-2.538.013l-.722-.5a6.252 6.252 0 00-7.142.038l-1.874 1.327a.745.745 0 10.86 1.216l1.874-1.326a4.76 4.76 0 015.434-.029l.722.5a3.713 3.713 0 004.246-.023l.717-.507a4.752 4.752 0 015.432-.027l.722.499a3.71 3.71 0 004.242-.021l.72-.509a4.75 4.75 0 015.433-.027l1.887 1.307a.745.745 0 00.847-1.226zM17.001 9.292l6.957-.036.031 6.119c-.477.018-.955.055-1.428.132l-6.61.978L17 9.292zm15.114-.078l1.13 7.21-7.065-.935c-.33-.05-.66-.082-.99-.104l-.033-6.135 6.958-.036zm-15.993 20.9a21.308 21.308 0 01-.457-.534c-2.727-3.312-4.397-7.321-4.672-11.15l11.76-1.738a10.56 10.56 0 013.269-.014l12.196 1.616c-.261 4.247-2.215 8.38-4.804 11.472a7.423 7.423 0 011.776-.301c2.536-3.441 4.28-7.822 4.258-12.218l-4.962-.658-1.346-8.58-17.178.088-1.252 8.57-4.958.733c.023 4.416 1.827 8.8 4.418 12.22.674.077 1.33.24 1.952.494z"}):c}
2
2
  //# sourceMappingURL=Boat.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const Body: React.FC<SvgPathProps>;
4
- export default Body;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const Body: React.FC<SvgPathProps>;
4
+ export default Body;
5
5
  //# sourceMappingURL=Body.d.ts.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const Brain: React.FC<SvgPathProps>;
4
- export default Brain;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const Brain: React.FC<SvgPathProps>;
4
+ export default Brain;
5
5
  //# sourceMappingURL=Brain.d.ts.map
@@ -1,2 +1,2 @@
1
- import l from"react";export default function(a){a.isExtraSmall;var e=a.isHovered,c=l.createElement("g",null,l.createElement("path",{d:"M37.532 19.855l-2.026 2.026-.256-.108a6.693 6.693 0 00-4.967-.092l-.968-1.624a4.478 4.478 0 01.59-5.344l1.42-1.504c1.866.242 3.72.798 5.451 1.653a2.995 2.995 0 011.639 2.232 3.176 3.176 0 01-.883 2.761zM20.721 36.666a3.147 3.147 0 01-2.955.838 3.057 3.057 0 01-2.217-2.001c-.681-2.014-1.018-4.044-1.079-6.306l2.485 1.3a5.237 5.237 0 002.391.579 5.22 5.22 0 002.427-.612 5.592 5.592 0 001.162 1.66l1.177 1.151-3.391 3.391zm-.919-20.042l2.391 2.36c.446.439.484 1.137.086 1.622a2.508 2.508 0 00.125 3.314l.311.326-.514.767a5.572 5.572 0 00-.82 4.187 3.922 3.922 0 01-3.828.142l-3.075-1.607c.204-4.092 2.097-8.265 5.324-11.111zm3.479 9.113l.353-.526.004.006a2.502 2.502 0 003.339.261l2.386-1.827a5.392 5.392 0 015.138-.765l-9.47 9.47-1.186-1.161a4.298 4.298 0 01-.564-5.458zm6.375-12.654l-.696.738a5.781 5.781 0 00-.762 6.902l.916 1.537c-.184.114-.368.227-.542.36l-2.385 1.826a1.204 1.204 0 01-1.607-.125l-1.235-1.297a1.209 1.209 0 01-.06-1.595 2.494 2.494 0 00-.179-3.371l-2.287-2.257c2.29-1.679 5.127-2.73 8.427-2.73.137 0 .273.009.41.012zm10.042 3.799a4.283 4.283 0 00-2.347-3.186c-2.553-1.26-5.356-1.926-8.105-1.926-9.946 0-16.104 8.67-16.104 16.702 0 2.712.374 5.079 1.176 7.447a4.344 4.344 0 003.152 2.851 4.424 4.424 0 004.171-1.185l16.811-16.81a4.487 4.487 0 001.246-3.893zM16.482 13.87l-3.519-3.783-.951.885 3.519 3.783zM19.555 11.801L17.84 6.927l-1.226.432 1.714 4.874zM13.926 16.811l-4.791-1.939-.488 1.205 4.791 1.939z"}));return e?l.createElement("g",null,l.createElement("path",{d:"M37.532 19.855l-2.026 2.026-.256-.108a6.693 6.693 0 00-4.967-.092l-.968-1.624a4.478 4.478 0 01.59-5.344l1.42-1.504c1.866.242 3.72.798 5.451 1.653a2.995 2.995 0 011.639 2.232 3.176 3.176 0 01-.883 2.761zM20.721 36.666a3.147 3.147 0 01-2.955.838 3.057 3.057 0 01-2.217-2.001c-.681-2.014-1.018-4.044-1.079-6.306l2.485 1.3a5.237 5.237 0 002.391.579 5.22 5.22 0 002.427-.612 5.592 5.592 0 001.162 1.66l1.177 1.151-3.391 3.391zm-.919-20.042l2.391 2.36c.446.439.484 1.137.086 1.622a2.508 2.508 0 00.125 3.314l.311.326-.514.767a5.572 5.572 0 00-.82 4.187 3.922 3.922 0 01-3.828.142l-3.075-1.607c.204-4.092 2.097-8.265 5.324-11.111zm3.479 9.113l.353-.526.004.006a2.502 2.502 0 003.339.261l2.386-1.827a5.392 5.392 0 015.138-.765l-9.47 9.47-1.186-1.161a4.298 4.298 0 01-.564-5.458zm6.375-12.654l-.696.738a5.781 5.781 0 00-.762 6.902l.916 1.537c-.184.114-.368.227-.542.36l-2.385 1.826a1.204 1.204 0 01-1.607-.125l-1.235-1.297a1.209 1.209 0 01-.06-1.595 2.494 2.494 0 00-.179-3.371l-2.287-2.257c2.29-1.679 5.127-2.73 8.427-2.73.137 0 .273.009.41.012zm10.042 3.799a4.283 4.283 0 00-2.347-3.186c-2.553-1.26-5.356-1.926-8.105-1.926-9.946 0-16.104 8.67-16.104 16.702 0 2.712.374 5.079 1.176 7.447a4.344 4.344 0 003.152 2.851 4.424 4.424 0 004.171-1.185l16.811-16.81a4.487 4.487 0 001.246-3.893zM16.482 13.87l-3.519-3.783-.951.885 3.519 3.783zM19.555 11.801L17.84 6.927l-1.226.432 1.714 4.874zM13.926 16.811l-4.791-1.939-.488 1.205 4.791 1.939z"})):c}
1
+ import l from"react";export default function(a){a.size;var e=a.isHovered,c=l.createElement("g",null,l.createElement("path",{d:"M37.532 19.855l-2.026 2.026-.256-.108a6.693 6.693 0 00-4.967-.092l-.968-1.624a4.478 4.478 0 01.59-5.344l1.42-1.504c1.866.242 3.72.798 5.451 1.653a2.995 2.995 0 011.639 2.232 3.176 3.176 0 01-.883 2.761zM20.721 36.666a3.147 3.147 0 01-2.955.838 3.057 3.057 0 01-2.217-2.001c-.681-2.014-1.018-4.044-1.079-6.306l2.485 1.3a5.237 5.237 0 002.391.579 5.22 5.22 0 002.427-.612 5.592 5.592 0 001.162 1.66l1.177 1.151-3.391 3.391zm-.919-20.042l2.391 2.36c.446.439.484 1.137.086 1.622a2.508 2.508 0 00.125 3.314l.311.326-.514.767a5.572 5.572 0 00-.82 4.187 3.922 3.922 0 01-3.828.142l-3.075-1.607c.204-4.092 2.097-8.265 5.324-11.111zm3.479 9.113l.353-.526.004.006a2.502 2.502 0 003.339.261l2.386-1.827a5.392 5.392 0 015.138-.765l-9.47 9.47-1.186-1.161a4.298 4.298 0 01-.564-5.458zm6.375-12.654l-.696.738a5.781 5.781 0 00-.762 6.902l.916 1.537c-.184.114-.368.227-.542.36l-2.385 1.826a1.204 1.204 0 01-1.607-.125l-1.235-1.297a1.209 1.209 0 01-.06-1.595 2.494 2.494 0 00-.179-3.371l-2.287-2.257c2.29-1.679 5.127-2.73 8.427-2.73.137 0 .273.009.41.012zm10.042 3.799a4.283 4.283 0 00-2.347-3.186c-2.553-1.26-5.356-1.926-8.105-1.926-9.946 0-16.104 8.67-16.104 16.702 0 2.712.374 5.079 1.176 7.447a4.344 4.344 0 003.152 2.851 4.424 4.424 0 004.171-1.185l16.811-16.81a4.487 4.487 0 001.246-3.893zM16.482 13.87l-3.519-3.783-.951.885 3.519 3.783zM19.555 11.801L17.84 6.927l-1.226.432 1.714 4.874zM13.926 16.811l-4.791-1.939-.488 1.205 4.791 1.939z"}));return e?l.createElement("g",null,l.createElement("path",{d:"M37.532 19.855l-2.026 2.026-.256-.108a6.693 6.693 0 00-4.967-.092l-.968-1.624a4.478 4.478 0 01.59-5.344l1.42-1.504c1.866.242 3.72.798 5.451 1.653a2.995 2.995 0 011.639 2.232 3.176 3.176 0 01-.883 2.761zM20.721 36.666a3.147 3.147 0 01-2.955.838 3.057 3.057 0 01-2.217-2.001c-.681-2.014-1.018-4.044-1.079-6.306l2.485 1.3a5.237 5.237 0 002.391.579 5.22 5.22 0 002.427-.612 5.592 5.592 0 001.162 1.66l1.177 1.151-3.391 3.391zm-.919-20.042l2.391 2.36c.446.439.484 1.137.086 1.622a2.508 2.508 0 00.125 3.314l.311.326-.514.767a5.572 5.572 0 00-.82 4.187 3.922 3.922 0 01-3.828.142l-3.075-1.607c.204-4.092 2.097-8.265 5.324-11.111zm3.479 9.113l.353-.526.004.006a2.502 2.502 0 003.339.261l2.386-1.827a5.392 5.392 0 015.138-.765l-9.47 9.47-1.186-1.161a4.298 4.298 0 01-.564-5.458zm6.375-12.654l-.696.738a5.781 5.781 0 00-.762 6.902l.916 1.537c-.184.114-.368.227-.542.36l-2.385 1.826a1.204 1.204 0 01-1.607-.125l-1.235-1.297a1.209 1.209 0 01-.06-1.595 2.494 2.494 0 00-.179-3.371l-2.287-2.257c2.29-1.679 5.127-2.73 8.427-2.73.137 0 .273.009.41.012zm10.042 3.799a4.283 4.283 0 00-2.347-3.186c-2.553-1.26-5.356-1.926-8.105-1.926-9.946 0-16.104 8.67-16.104 16.702 0 2.712.374 5.079 1.176 7.447a4.344 4.344 0 003.152 2.851 4.424 4.424 0 004.171-1.185l16.811-16.81a4.487 4.487 0 001.246-3.893zM16.482 13.87l-3.519-3.783-.951.885 3.519 3.783zM19.555 11.801L17.84 6.927l-1.226.432 1.714 4.874zM13.926 16.811l-4.791-1.939-.488 1.205 4.791 1.939z"})):c}
2
2
  //# sourceMappingURL=Brain.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const BreastReconstruction: React.FC<SvgPathProps>;
4
- export default BreastReconstruction;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const BreastReconstruction: React.FC<SvgPathProps>;
4
+ export default BreastReconstruction;
5
5
  //# sourceMappingURL=BreastReconstruction.d.ts.map
@@ -1,2 +1,2 @@
1
- import l from"react";export default function(c){c.isExtraSmall;var m=c.isHovered,z=l.createElement("path",{fillRule:"evenodd",d:"M32.272 15.972l.15 1.29c-.61.08-1.22.22-1.81.42l-.42-1.23c.67-.23 1.37-.39 2.08-.48zm-2.96 17.86c.54.29 1.12.53 1.72.7l-.36 1.25c-.68-.2-1.35-.47-1.98-.8l.62-1.15zm-3.8-3.98l-1.17.57c-.11-.23-.21-.46-.3-.7-1.49 3.87-5.22 6.46-9.48 6.46-5.62 0-10.19-4.57-10.19-10.19 0-2.149.67-4.177 1.848-5.847a5.633 5.633 0 01-2.516-4.675h1.3c0 1.488.787 2.868 2.032 3.648a10.242 10.242 0 013.256-2.376v1.46a8.856 8.856 0 00-4.62 7.79c0 4.9 3.99 8.89 8.89 8.89 4.16 0 7.73-2.83 8.66-6.88l1.08.25.59-.15c.14.61.35 1.19.62 1.75zm2.26 2.93l-.84.99c-.54-.46-1.04-.98-1.47-1.54l1.03-.79c.38.49.81.94 1.28 1.34zm12.42-14.34l-.86.97c-.46-.41-.97-.77-1.51-1.08l.63-1.13c.62.35 1.21.77 1.74 1.24zm.65 12.5l1.08.72c-.39.59-.85 1.14-1.36 1.64l-.91-.93c.45-.43.85-.91 1.19-1.43zm-6.12 3.85l.18 1.29a9.287 9.287 0 01-2.13.07l.09-1.29c.63.04 1.25.02 1.86-.07zm3.47-1.27l.69 1.1c-.6.38-1.24.7-1.91.94l-.45-1.22c.58-.21 1.14-.49 1.67-.82zm4.01-6.02l1.28.22c-.12.7-.31 1.39-.57 2.05l-1.21-.48c.23-.57.4-1.17.5-1.79zm-14.76-7.91l-.88-.95c.52-.49 1.09-.92 1.7-1.28l.67 1.11c-.53.32-1.03.7-1.49 1.12zm7.51-2.26a7.81 7.81 0 00-.67-.09l.12-1.29c.25.02.51.05.76.09.45.08.9.18 1.33.32l-.38 1.24a7.93 7.93 0 00-1.16-.27zm-9.62 5.29l-1.2-.5a10.7 10.7 0 011.03-1.87l1.07.75c-.36.5-.66 1.05-.9 1.62zm18.06 1.25c.15.69.23 1.41.23 2.12h-1.3a8.7 8.7 0 00-.2-1.84l1.27-.28zm-2.343-3.428l-.513-1.083a4.328 4.328 0 002.46-3.89h1.3a5.63 5.63 0 01-2.556 4.697l.002.003c.38.521.71 1.09.97 1.681l-1.18.54c-.26-.57-.57-1.11-.94-1.61l.457-.338zm-16.397 5.817l-1.3.03v-.24c0-.559.04-1.13.14-1.689l.03-.19 1.28.24-.03.17c-.08.49-.12.98-.12 1.47v.21zm11.93.805a.9.9 0 11-1.802-.001.9.9 0 011.802.001zm-.9 2.166c-1.19 0-2.16-.97-2.16-2.17 0-1.19.97-2.16 2.16-2.16 1.19 0 2.16.97 2.16 2.16 0 1.2-.97 2.17-2.16 2.17zm3.16-2.17c0-1.74-1.42-3.16-3.16-3.16a3.16 3.16 0 00-3.16 3.16c0 1.75 1.41 3.17 3.16 3.17 1.74 0 3.16-1.42 3.16-3.17zm-27.423.004a.902.902 0 011.802 0 .9.9 0 01-1.802 0zm.903-2.164c1.19 0 2.16.97 2.16 2.16 0 1.2-.97 2.17-2.16 2.17-1.19 0-2.17-.97-2.17-2.17 0-1.19.98-2.16 2.17-2.16zm-3.17 2.16c0 1.75 1.42 3.17 3.17 3.17 1.74 0 3.16-1.42 3.16-3.17 0-1.74-1.42-3.16-3.16-3.16-1.75 0-3.17 1.42-3.17 3.16z"});return m?l.createElement("path",{fillRule:"evenodd",d:"M28.89 18.062c-.53.32-1.03.69-1.48 1.12l-.89-.94c.52-.49 1.09-.93 1.7-1.3l.67 1.12zm11.06 12.69l1.1.69c-.38.6-.81 1.17-1.3 1.68l-.94-.9c.42-.45.81-.94 1.14-1.47zm-14.82-1.23l-1.15.46c-1.45 3.92-4.5 6.2-8.42 6.2-5.61 0-10.18-4.57-10.18-10.19 0-2.18.41-4.07 1.21-5.62a.091.091 0 01.007-.013c-1.764-.982-2.894-2.855-2.894-4.889h1.301c0 1.582.888 3.04 2.273 3.784l.002-.003a7.656 7.656 0 013.01-2.5v1.471c-2.96 1.72-3.61 5.11-3.61 7.77 0 4.9 3.98 8.89 8.88 8.89 3.86 0 6.65-2.51 7.66-6.88l.15.03c-.01-.03-.02-.05-.02-.08l1.28-.22c.1.61.28 1.21.5 1.79zm.87 1.65c.34.52.74 1 1.18 1.43l-.91.93c-.5-.49-.96-1.04-1.36-1.64l1.09-.72zm2.64 2.56c.53.32 1.1.57 1.68.76l-.4 1.24a9.338 9.338 0 01-1.95-.89l.67-1.11zm8.75-.31l.73 1.08c-.59.4-1.23.74-1.88 1l-.49-1.2a8.276 8.276 0 001.64-.88zm-5.02-16.52c-.6.05-1.21.18-1.8.38l-.41-1.24c.68-.22 1.39-.37 2.09-.44l.12 1.3zm1.6 17.88l.2 1.29c-.46.07-.94.11-1.4.11-.25 0-.5-.01-.74-.03l.1-1.3c.62.05 1.24.03 1.84-.07zm5.06-15.3c-.42-.46-.89-.87-1.4-1.21l.74-1.07c.59.4 1.13.87 1.62 1.4l-.96.88zm1.11 1.49l.908-.529-.513-1.082a4.324 4.324 0 002.46-3.89h1.301a5.624 5.624 0 01-2.983 4.94l.006.01c.33.58.6 1.191.82 1.83l-1.23.42c-.2-.599-.46-1.17-.77-1.699zm1.12 6.29l1.29.22c-.12.7-.31 1.39-.55 2.05l-1.22-.46c.22-.58.38-1.19.48-1.81zm-6.83-10.29l-.21-.03.18-1.29.25.04c.62.1 1.23.27 1.82.5l-.47 1.21a8.2 8.2 0 00-1.57-.43zm-9.15 5.25l-1.19-.51c.28-.66.63-1.28 1.04-1.86l1.06.75c-.35.5-.66 1.05-.91 1.62zm17.33 2.1a10.167 10.167 0 01.06 2.13l-1.3-.1c.02-.23.03-.46.03-.69 0-.39-.03-.79-.08-1.17l1.29-.17zm-18.13 1.54l-1.3-.03c.02-.52.07-1.05.15-1.57.03-.18.07-.36.11-.53l1.27.27c-.04.16-.07.31-.09.47-.08.46-.13.93-.14 1.39zm11.1 1.204a.9.9 0 11-1.8 0 .9.9 0 011.8 0zm-.9 2.166c-1.19 0-2.16-.97-2.16-2.17 0-1.19.97-2.16 2.16-2.16 1.19 0 2.16.97 2.16 2.16 0 1.2-.97 2.17-2.16 2.17zm3.16-2.17a3.16 3.16 0 00-3.16-3.16c-1.74 0-3.16 1.42-3.16 3.16 0 1.75 1.42 3.17 3.16 3.17 1.75 0 3.16-1.42 3.16-3.17zm-25.42.004a.9.9 0 111.8 0 .9.9 0 01-1.8 0zm.9-2.164c1.19 0 2.16.97 2.16 2.16 0 1.2-.97 2.17-2.16 2.17-1.19 0-2.16-.97-2.16-2.17 0-1.19.97-2.16 2.16-2.16zm0 5.33c1.74 0 3.16-1.42 3.16-3.17 0-1.74-1.42-3.16-3.16-3.16-1.74 0-3.16 1.42-3.16 3.16 0 1.75 1.42 3.17 3.16 3.17z"}):z}
1
+ import l from"react";export default function(c){c.size;var m=c.isHovered,z=l.createElement("path",{fillRule:"evenodd",d:"M32.272 15.972l.15 1.29c-.61.08-1.22.22-1.81.42l-.42-1.23c.67-.23 1.37-.39 2.08-.48zm-2.96 17.86c.54.29 1.12.53 1.72.7l-.36 1.25c-.68-.2-1.35-.47-1.98-.8l.62-1.15zm-3.8-3.98l-1.17.57c-.11-.23-.21-.46-.3-.7-1.49 3.87-5.22 6.46-9.48 6.46-5.62 0-10.19-4.57-10.19-10.19 0-2.149.67-4.177 1.848-5.847a5.633 5.633 0 01-2.516-4.675h1.3c0 1.488.787 2.868 2.032 3.648a10.242 10.242 0 013.256-2.376v1.46a8.856 8.856 0 00-4.62 7.79c0 4.9 3.99 8.89 8.89 8.89 4.16 0 7.73-2.83 8.66-6.88l1.08.25.59-.15c.14.61.35 1.19.62 1.75zm2.26 2.93l-.84.99c-.54-.46-1.04-.98-1.47-1.54l1.03-.79c.38.49.81.94 1.28 1.34zm12.42-14.34l-.86.97c-.46-.41-.97-.77-1.51-1.08l.63-1.13c.62.35 1.21.77 1.74 1.24zm.65 12.5l1.08.72c-.39.59-.85 1.14-1.36 1.64l-.91-.93c.45-.43.85-.91 1.19-1.43zm-6.12 3.85l.18 1.29a9.287 9.287 0 01-2.13.07l.09-1.29c.63.04 1.25.02 1.86-.07zm3.47-1.27l.69 1.1c-.6.38-1.24.7-1.91.94l-.45-1.22c.58-.21 1.14-.49 1.67-.82zm4.01-6.02l1.28.22c-.12.7-.31 1.39-.57 2.05l-1.21-.48c.23-.57.4-1.17.5-1.79zm-14.76-7.91l-.88-.95c.52-.49 1.09-.92 1.7-1.28l.67 1.11c-.53.32-1.03.7-1.49 1.12zm7.51-2.26a7.81 7.81 0 00-.67-.09l.12-1.29c.25.02.51.05.76.09.45.08.9.18 1.33.32l-.38 1.24a7.93 7.93 0 00-1.16-.27zm-9.62 5.29l-1.2-.5a10.7 10.7 0 011.03-1.87l1.07.75c-.36.5-.66 1.05-.9 1.62zm18.06 1.25c.15.69.23 1.41.23 2.12h-1.3a8.7 8.7 0 00-.2-1.84l1.27-.28zm-2.343-3.428l-.513-1.083a4.328 4.328 0 002.46-3.89h1.3a5.63 5.63 0 01-2.556 4.697l.002.003c.38.521.71 1.09.97 1.681l-1.18.54c-.26-.57-.57-1.11-.94-1.61l.457-.338zm-16.397 5.817l-1.3.03v-.24c0-.559.04-1.13.14-1.689l.03-.19 1.28.24-.03.17c-.08.49-.12.98-.12 1.47v.21zm11.93.805a.9.9 0 11-1.802-.001.9.9 0 011.802.001zm-.9 2.166c-1.19 0-2.16-.97-2.16-2.17 0-1.19.97-2.16 2.16-2.16 1.19 0 2.16.97 2.16 2.16 0 1.2-.97 2.17-2.16 2.17zm3.16-2.17c0-1.74-1.42-3.16-3.16-3.16a3.16 3.16 0 00-3.16 3.16c0 1.75 1.41 3.17 3.16 3.17 1.74 0 3.16-1.42 3.16-3.17zm-27.423.004a.902.902 0 011.802 0 .9.9 0 01-1.802 0zm.903-2.164c1.19 0 2.16.97 2.16 2.16 0 1.2-.97 2.17-2.16 2.17-1.19 0-2.17-.97-2.17-2.17 0-1.19.98-2.16 2.17-2.16zm-3.17 2.16c0 1.75 1.42 3.17 3.17 3.17 1.74 0 3.16-1.42 3.16-3.17 0-1.74-1.42-3.16-3.16-3.16-1.75 0-3.17 1.42-3.17 3.16z"});return m?l.createElement("path",{fillRule:"evenodd",d:"M28.89 18.062c-.53.32-1.03.69-1.48 1.12l-.89-.94c.52-.49 1.09-.93 1.7-1.3l.67 1.12zm11.06 12.69l1.1.69c-.38.6-.81 1.17-1.3 1.68l-.94-.9c.42-.45.81-.94 1.14-1.47zm-14.82-1.23l-1.15.46c-1.45 3.92-4.5 6.2-8.42 6.2-5.61 0-10.18-4.57-10.18-10.19 0-2.18.41-4.07 1.21-5.62a.091.091 0 01.007-.013c-1.764-.982-2.894-2.855-2.894-4.889h1.301c0 1.582.888 3.04 2.273 3.784l.002-.003a7.656 7.656 0 013.01-2.5v1.471c-2.96 1.72-3.61 5.11-3.61 7.77 0 4.9 3.98 8.89 8.88 8.89 3.86 0 6.65-2.51 7.66-6.88l.15.03c-.01-.03-.02-.05-.02-.08l1.28-.22c.1.61.28 1.21.5 1.79zm.87 1.65c.34.52.74 1 1.18 1.43l-.91.93c-.5-.49-.96-1.04-1.36-1.64l1.09-.72zm2.64 2.56c.53.32 1.1.57 1.68.76l-.4 1.24a9.338 9.338 0 01-1.95-.89l.67-1.11zm8.75-.31l.73 1.08c-.59.4-1.23.74-1.88 1l-.49-1.2a8.276 8.276 0 001.64-.88zm-5.02-16.52c-.6.05-1.21.18-1.8.38l-.41-1.24c.68-.22 1.39-.37 2.09-.44l.12 1.3zm1.6 17.88l.2 1.29c-.46.07-.94.11-1.4.11-.25 0-.5-.01-.74-.03l.1-1.3c.62.05 1.24.03 1.84-.07zm5.06-15.3c-.42-.46-.89-.87-1.4-1.21l.74-1.07c.59.4 1.13.87 1.62 1.4l-.96.88zm1.11 1.49l.908-.529-.513-1.082a4.324 4.324 0 002.46-3.89h1.301a5.624 5.624 0 01-2.983 4.94l.006.01c.33.58.6 1.191.82 1.83l-1.23.42c-.2-.599-.46-1.17-.77-1.699zm1.12 6.29l1.29.22c-.12.7-.31 1.39-.55 2.05l-1.22-.46c.22-.58.38-1.19.48-1.81zm-6.83-10.29l-.21-.03.18-1.29.25.04c.62.1 1.23.27 1.82.5l-.47 1.21a8.2 8.2 0 00-1.57-.43zm-9.15 5.25l-1.19-.51c.28-.66.63-1.28 1.04-1.86l1.06.75c-.35.5-.66 1.05-.91 1.62zm17.33 2.1a10.167 10.167 0 01.06 2.13l-1.3-.1c.02-.23.03-.46.03-.69 0-.39-.03-.79-.08-1.17l1.29-.17zm-18.13 1.54l-1.3-.03c.02-.52.07-1.05.15-1.57.03-.18.07-.36.11-.53l1.27.27c-.04.16-.07.31-.09.47-.08.46-.13.93-.14 1.39zm11.1 1.204a.9.9 0 11-1.8 0 .9.9 0 011.8 0zm-.9 2.166c-1.19 0-2.16-.97-2.16-2.17 0-1.19.97-2.16 2.16-2.16 1.19 0 2.16.97 2.16 2.16 0 1.2-.97 2.17-2.16 2.17zm3.16-2.17a3.16 3.16 0 00-3.16-3.16c-1.74 0-3.16 1.42-3.16 3.16 0 1.75 1.42 3.17 3.16 3.17 1.75 0 3.16-1.42 3.16-3.17zm-25.42.004a.9.9 0 111.8 0 .9.9 0 01-1.8 0zm.9-2.164c1.19 0 2.16.97 2.16 2.16 0 1.2-.97 2.17-2.16 2.17-1.19 0-2.16-.97-2.16-2.17 0-1.19.97-2.16 2.16-2.16zm0 5.33c1.74 0 3.16-1.42 3.16-3.17 0-1.74-1.42-3.16-3.16-3.16-1.74 0-3.16 1.42-3.16 3.16 0 1.75 1.42 3.17 3.16 3.17z"}):z}
2
2
  //# sourceMappingURL=BreastReconstruction.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const BreastRemoval: React.FC<SvgPathProps>;
4
- export default BreastRemoval;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const BreastRemoval: React.FC<SvgPathProps>;
4
+ export default BreastRemoval;
5
5
  //# sourceMappingURL=BreastRemoval.d.ts.map
@@ -1,2 +1,2 @@
1
- import l from"react";export default function(c){c.isExtraSmall;var m=c.isHovered,z=l.createElement("path",{fillRule:"evenodd",d:"M36.826 28.606l-.919.92-2.44-2.44-2.442 2.44-.919-.92 2.44-2.44-2.44-2.44.92-.92 2.44 2.441 2.441-2.442.92.92-2.44 2.441 2.44 2.44zm1.365 4.921l.69 1.09c-.599.38-1.24.7-1.909.95l-.45-1.22a9.24 9.24 0 001.67-.82zm-3.469 1.27l.18 1.28c-.46.07-.93.1-1.4.1-.24 0-.49 0-.73-.02l.09-1.3c.63.05 1.25.02 1.86-.06zm-5.41-.96c.54.29 1.12.52 1.72.69l-.36 1.25a9.462 9.462 0 01-1.98-.8l.62-1.14zm12.89-6.33l1.28.21c-.12.7-.31 1.4-.57 2.06l-1.21-.48c.23-.58.4-1.18.5-1.79zm1.19-3.64c.15.7.23 1.41.23 2.12l-1.3.01c0-.62-.07-1.24-.2-1.85l1.27-.28zm-15.62 8.92l-.84.99c-.54-.46-1.04-.98-1.47-1.54l1.03-.8c.38.49.81.95 1.28 1.35zm12.42-14.35l-.86.98c-.47-.42-.97-.78-1.51-1.08l.63-1.13c.62.34 1.21.76 1.74 1.23zm.65 12.51l1.08.72c-.39.59-.85 1.14-1.36 1.64l-.91-.93c.45-.44.85-.92 1.19-1.43zm-13.4-11.35l-.88-.95c.52-.49 1.09-.92 1.7-1.29l.67 1.11c-.53.32-1.03.7-1.49 1.13zm3.17-1.91l-.42-1.23c.67-.24 1.37-.4 2.08-.48l.15 1.29c-.61.07-1.22.21-1.81.42zm10.438 2.761l-.515-1.087a4.324 4.324 0 002.461-3.89h1.3a5.63 5.63 0 01-2.553 4.695 9.26 9.26 0 01.968 1.681l-1.179.54a9.258 9.258 0 00-.94-1.6l.458-.339zm-6.099-3.12c-.229-.04-.45-.07-.669-.09l.12-1.29c.25.02.51.06.76.1.45.07.9.18 1.33.31l-.38 1.25c-.38-.12-.77-.21-1.16-.28zm-9.62 5.3l-1.2-.5c.28-.66.62-1.29 1.03-1.87l1.07.74c-.36.51-.659 1.06-.9 1.63zm.181 7.23l-1.17.56c-.11-.23-.21-.46-.3-.7-1.49 3.87-5.21 6.46-9.48 6.46-5.62 0-10.19-4.57-10.19-10.19 0-2.14.66-4.17 1.84-5.84 0-.003.002-.004.003-.006a5.631 5.631 0 01-2.512-4.67h1.301c0 1.49.787 2.87 2.035 3.648l.002-.003c.9-.98 1.991-1.8 3.25-2.38v1.47a8.839 8.839 0 00-4.62 7.78c0 4.91 3.99 8.89 8.89 8.89 4.161 0 7.73-2.83 8.661-6.88l1.07.25.6-.14c.14.6.35 1.19.62 1.75zm-.86-3.59l-1.3.03v-.24c0-.57.04-1.13.14-1.69l.03-.2 1.28.24-.03.17c-.08.49-.12.99-.12 1.48v.21zm-13.233.798a.9.9 0 111.8 0 .9.9 0 01-1.8 0zm.903-2.159c1.19 0 2.16.97 2.16 2.16 0 1.19-.97 2.16-2.16 2.16a2.173 2.173 0 01-2.17-2.16c0-1.19.98-2.16 2.17-2.16zm-3.17 2.16a3.17 3.17 0 003.17 3.16 3.166 3.166 0 003.16-3.16c0-1.74-1.42-3.16-3.16-3.16a3.17 3.17 0 00-3.17 3.16z"});return m?l.createElement("path",{fillRule:"evenodd",d:"M27.97 34.842c.61.37 1.27.67 1.95.89l.4-1.24c-.58-.19-1.15-.44-1.68-.76l-.67 1.11zm-3.06-2.95c.4.6.86 1.15 1.36 1.64l.91-.93a8.55 8.55 0 01-1.18-1.43l-1.09.72zm3.31-14.95c-.61.37-1.18.81-1.7 1.3l.89.94c.45-.42.95-.8 1.48-1.12l-.67-1.12zm3.91 17.91l-.1 1.3a8.97 8.97 0 002.14-.08l-.2-1.29c-.6.1-1.22.12-1.84.07zm8.65-5.78l1.22.46c.24-.66.43-1.35.55-2.05l-1.29-.22c-.1.62-.26 1.23-.48 1.81zm-5.03 5.23l.49 1.2c.65-.26 1.29-.6 1.88-1l-.73-1.08c-.52.36-1.07.65-1.64.88zm5.57-9.81c.05.38.08.78.08 1.17 0 .23-.01.46-.03.69l1.3.1a10.167 10.167 0 00-.06-2.13l-1.29.17zm-2.51 7.73l.94.9c.49-.51.92-1.08 1.3-1.68l-1.1-.69c-.33.53-.72 1.02-1.14 1.47zm-14.18-4.49l-1.28.22c0 .03.01.05.02.08l-.15-.03c-1.01 4.37-3.8 6.88-7.66 6.88-4.9 0-8.88-3.99-8.88-8.89 0-2.66.65-6.05 3.61-7.77v-1.47a7.648 7.648 0 00-3.01 2.5c-.002 0-.002.002-.003.003a4.317 4.317 0 01-2.273-3.784h-1.3c0 2.034 1.13 3.907 2.892 4.889l-.007.012c-.8 1.55-1.21 3.44-1.21 5.62 0 5.62 4.57 10.19 10.18 10.19 3.92 0 6.97-2.28 8.42-6.2l1.15-.46c-.22-.58-.4-1.18-.5-1.79zm1.56-7.13l-1.06-.75c-.41.58-.76 1.21-1.04 1.86l1.19.51c.25-.57.56-1.12.91-1.62zm9.81-3.2l.47-1.21c-.59-.23-1.2-.4-1.82-.5l-.25-.04-.18 1.29.21.03c.54.09 1.07.24 1.57.43zm-3.63-.5l-.12-1.3c-.7.07-1.41.22-2.09.45l.41 1.23c.59-.2 1.2-.33 1.8-.38zm7.62 1.7c-.49-.53-1.03-1-1.62-1.4l-.74 1.07c.51.34.98.75 1.4 1.21l.96-.88zm-15.37 5.87c.02-.16.05-.31.09-.47l-1.27-.27c-.04.17-.08.35-.11.53-.08.52-.13 1.05-.15 1.57l1.3.03c.01-.46.06-.93.14-1.39zm16.29-1.8l1.23-.42c-.22-.64-.49-1.25-.82-1.83l-.007-.012a5.62 5.62 0 002.983-4.94h-1.3a4.325 4.325 0 01-2.462 3.892l.514 1.08-.909.53c.31.54.57 1.1.77 1.7zm-27.59 5.295a.9.9 0 100-1.801.9.9 0 000 1.8zm-2.16-.905c0 1.2.97 2.17 2.16 2.17a2.166 2.166 0 000-4.33c-1.19 0-2.16.97-2.16 2.16zm-1 0c0-1.74 1.42-3.16 3.16-3.16 1.74 0 3.16 1.42 3.16 3.16 0 1.75-1.42 3.17-3.16 3.17-1.74 0-3.16-1.42-3.16-3.17zM36.3 28.31l-.92.92-2.44-2.441-2.442 2.44-.919-.92 2.44-2.44-2.44-2.44.92-.92 2.44 2.44 2.441-2.44.92.92-2.442 2.44 2.441 2.44z"}):z}
1
+ import l from"react";export default function(c){c.size;var m=c.isHovered,z=l.createElement("path",{fillRule:"evenodd",d:"M36.826 28.606l-.919.92-2.44-2.44-2.442 2.44-.919-.92 2.44-2.44-2.44-2.44.92-.92 2.44 2.441 2.441-2.442.92.92-2.44 2.441 2.44 2.44zm1.365 4.921l.69 1.09c-.599.38-1.24.7-1.909.95l-.45-1.22a9.24 9.24 0 001.67-.82zm-3.469 1.27l.18 1.28c-.46.07-.93.1-1.4.1-.24 0-.49 0-.73-.02l.09-1.3c.63.05 1.25.02 1.86-.06zm-5.41-.96c.54.29 1.12.52 1.72.69l-.36 1.25a9.462 9.462 0 01-1.98-.8l.62-1.14zm12.89-6.33l1.28.21c-.12.7-.31 1.4-.57 2.06l-1.21-.48c.23-.58.4-1.18.5-1.79zm1.19-3.64c.15.7.23 1.41.23 2.12l-1.3.01c0-.62-.07-1.24-.2-1.85l1.27-.28zm-15.62 8.92l-.84.99c-.54-.46-1.04-.98-1.47-1.54l1.03-.8c.38.49.81.95 1.28 1.35zm12.42-14.35l-.86.98c-.47-.42-.97-.78-1.51-1.08l.63-1.13c.62.34 1.21.76 1.74 1.23zm.65 12.51l1.08.72c-.39.59-.85 1.14-1.36 1.64l-.91-.93c.45-.44.85-.92 1.19-1.43zm-13.4-11.35l-.88-.95c.52-.49 1.09-.92 1.7-1.29l.67 1.11c-.53.32-1.03.7-1.49 1.13zm3.17-1.91l-.42-1.23c.67-.24 1.37-.4 2.08-.48l.15 1.29c-.61.07-1.22.21-1.81.42zm10.438 2.761l-.515-1.087a4.324 4.324 0 002.461-3.89h1.3a5.63 5.63 0 01-2.553 4.695 9.26 9.26 0 01.968 1.681l-1.179.54a9.258 9.258 0 00-.94-1.6l.458-.339zm-6.099-3.12c-.229-.04-.45-.07-.669-.09l.12-1.29c.25.02.51.06.76.1.45.07.9.18 1.33.31l-.38 1.25c-.38-.12-.77-.21-1.16-.28zm-9.62 5.3l-1.2-.5c.28-.66.62-1.29 1.03-1.87l1.07.74c-.36.51-.659 1.06-.9 1.63zm.181 7.23l-1.17.56c-.11-.23-.21-.46-.3-.7-1.49 3.87-5.21 6.46-9.48 6.46-5.62 0-10.19-4.57-10.19-10.19 0-2.14.66-4.17 1.84-5.84 0-.003.002-.004.003-.006a5.631 5.631 0 01-2.512-4.67h1.301c0 1.49.787 2.87 2.035 3.648l.002-.003c.9-.98 1.991-1.8 3.25-2.38v1.47a8.839 8.839 0 00-4.62 7.78c0 4.91 3.99 8.89 8.89 8.89 4.161 0 7.73-2.83 8.661-6.88l1.07.25.6-.14c.14.6.35 1.19.62 1.75zm-.86-3.59l-1.3.03v-.24c0-.57.04-1.13.14-1.69l.03-.2 1.28.24-.03.17c-.08.49-.12.99-.12 1.48v.21zm-13.233.798a.9.9 0 111.8 0 .9.9 0 01-1.8 0zm.903-2.159c1.19 0 2.16.97 2.16 2.16 0 1.19-.97 2.16-2.16 2.16a2.173 2.173 0 01-2.17-2.16c0-1.19.98-2.16 2.17-2.16zm-3.17 2.16a3.17 3.17 0 003.17 3.16 3.166 3.166 0 003.16-3.16c0-1.74-1.42-3.16-3.16-3.16a3.17 3.17 0 00-3.17 3.16z"});return m?l.createElement("path",{fillRule:"evenodd",d:"M27.97 34.842c.61.37 1.27.67 1.95.89l.4-1.24c-.58-.19-1.15-.44-1.68-.76l-.67 1.11zm-3.06-2.95c.4.6.86 1.15 1.36 1.64l.91-.93a8.55 8.55 0 01-1.18-1.43l-1.09.72zm3.31-14.95c-.61.37-1.18.81-1.7 1.3l.89.94c.45-.42.95-.8 1.48-1.12l-.67-1.12zm3.91 17.91l-.1 1.3a8.97 8.97 0 002.14-.08l-.2-1.29c-.6.1-1.22.12-1.84.07zm8.65-5.78l1.22.46c.24-.66.43-1.35.55-2.05l-1.29-.22c-.1.62-.26 1.23-.48 1.81zm-5.03 5.23l.49 1.2c.65-.26 1.29-.6 1.88-1l-.73-1.08c-.52.36-1.07.65-1.64.88zm5.57-9.81c.05.38.08.78.08 1.17 0 .23-.01.46-.03.69l1.3.1a10.167 10.167 0 00-.06-2.13l-1.29.17zm-2.51 7.73l.94.9c.49-.51.92-1.08 1.3-1.68l-1.1-.69c-.33.53-.72 1.02-1.14 1.47zm-14.18-4.49l-1.28.22c0 .03.01.05.02.08l-.15-.03c-1.01 4.37-3.8 6.88-7.66 6.88-4.9 0-8.88-3.99-8.88-8.89 0-2.66.65-6.05 3.61-7.77v-1.47a7.648 7.648 0 00-3.01 2.5c-.002 0-.002.002-.003.003a4.317 4.317 0 01-2.273-3.784h-1.3c0 2.034 1.13 3.907 2.892 4.889l-.007.012c-.8 1.55-1.21 3.44-1.21 5.62 0 5.62 4.57 10.19 10.18 10.19 3.92 0 6.97-2.28 8.42-6.2l1.15-.46c-.22-.58-.4-1.18-.5-1.79zm1.56-7.13l-1.06-.75c-.41.58-.76 1.21-1.04 1.86l1.19.51c.25-.57.56-1.12.91-1.62zm9.81-3.2l.47-1.21c-.59-.23-1.2-.4-1.82-.5l-.25-.04-.18 1.29.21.03c.54.09 1.07.24 1.57.43zm-3.63-.5l-.12-1.3c-.7.07-1.41.22-2.09.45l.41 1.23c.59-.2 1.2-.33 1.8-.38zm7.62 1.7c-.49-.53-1.03-1-1.62-1.4l-.74 1.07c.51.34.98.75 1.4 1.21l.96-.88zm-15.37 5.87c.02-.16.05-.31.09-.47l-1.27-.27c-.04.17-.08.35-.11.53-.08.52-.13 1.05-.15 1.57l1.3.03c.01-.46.06-.93.14-1.39zm16.29-1.8l1.23-.42c-.22-.64-.49-1.25-.82-1.83l-.007-.012a5.62 5.62 0 002.983-4.94h-1.3a4.325 4.325 0 01-2.462 3.892l.514 1.08-.909.53c.31.54.57 1.1.77 1.7zm-27.59 5.295a.9.9 0 100-1.801.9.9 0 000 1.8zm-2.16-.905c0 1.2.97 2.17 2.16 2.17a2.166 2.166 0 000-4.33c-1.19 0-2.16.97-2.16 2.16zm-1 0c0-1.74 1.42-3.16 3.16-3.16 1.74 0 3.16 1.42 3.16 3.16 0 1.75-1.42 3.17-3.16 3.17-1.74 0-3.16-1.42-3.16-3.17zM36.3 28.31l-.92.92-2.44-2.441-2.442 2.44-.919-.92 2.44-2.44-2.44-2.44.92-.92 2.44 2.44 2.441-2.44.92.92-2.442 2.44 2.441 2.44z"}):z}
2
2
  //# sourceMappingURL=BreastRemoval.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const Breasts: React.FC<SvgPathProps>;
4
- export default Breasts;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const Breasts: React.FC<SvgPathProps>;
4
+ export default Breasts;
5
5
  //# sourceMappingURL=Breasts.d.ts.map
@@ -1,2 +1,2 @@
1
- import a from"react";export default function(m){m.isExtraSmall;var c=m.isHovered,e=a.createElement("path",{d:"M5.005 15.471c0 1.494.793 2.878 2.046 3.656a10.124 10.124 0 013.234-2.375v1.45a8.856 8.856 0 00-4.61 7.79c0 4.9 3.99 8.89 8.89 8.89 4.16 0 7.72-2.83 8.66-6.88l.12-.5h1.31l.12.5c.94 4.05 4.5 6.88 8.66 6.88 4.9 0 8.89-3.99 8.89-8.89 0-3.28-1.78-6.24-4.61-7.79v-1.45a10.057 10.057 0 013.237 2.373 4.324 4.324 0 002.044-3.654h1.3a5.635 5.635 0 01-2.524 4.68 10.158 10.158 0 011.853 5.841c0 5.62-4.57 10.19-10.19 10.19-4.22 0-7.9-2.54-9.43-6.33a10.15 10.15 0 01-9.44 6.33c-5.62 0-10.19-4.57-10.19-10.19 0-2.149.682-4.166 1.858-5.84a5.632 5.632 0 01-2.53-4.68zm7.315 8.432a3.167 3.167 0 013.163 3.164 3.167 3.167 0 01-3.163 3.163 3.167 3.167 0 01-3.164-3.163 3.167 3.167 0 013.164-3.164zm23.36 0a3.167 3.167 0 013.163 3.164 3.167 3.167 0 01-3.163 3.163 3.167 3.167 0 01-3.163-3.163 3.167 3.167 0 013.163-3.164zm-23.36 1a2.167 2.167 0 00-2.164 2.164c0 1.192.971 2.163 2.164 2.163a2.166 2.166 0 002.163-2.163 2.167 2.167 0 00-2.163-2.164zm23.36 0a2.167 2.167 0 00-2.163 2.164c0 1.192.971 2.163 2.163 2.163a2.166 2.166 0 002.163-2.163 2.167 2.167 0 00-2.163-2.164zm-23.36 1.263a.9.9 0 110 1.8.9.9 0 010-1.8zm23.36 0a.9.9 0 110 1.8.9.9 0 010-1.8z"});return c?a.createElement("path",{d:"M5.004 15.471a4.32 4.32 0 002.271 3.782 7.738 7.738 0 013.018-2.5v1.47c-2.97 1.72-3.62 5.11-3.62 7.77 0 4.9 3.99 8.89 8.89 8.89 3.86 0 6.65-2.51 7.66-6.88l.12-.5h1.32l.11.5c1.01 4.37 3.81 6.88 7.66 6.88 4.9 0 8.89-3.99 8.89-8.89 0-2.65-.65-6.04-3.61-7.77v-1.47a7.773 7.773 0 013.013 2.5 4.32 4.32 0 002.27-3.782h1.3c0 2.032-1.129 3.906-2.892 4.887.796 1.546 1.22 3.443 1.22 5.634 0 5.62-4.57 10.19-10.19 10.19-3.92 0-6.982-2.3-8.43-6.23-1.45 3.93-4.51 6.23-8.44 6.23-5.622 0-10.19-4.57-10.19-10.19 0-2.19.423-4.087 1.221-5.634-1.763-.982-2.892-2.855-2.892-4.887zm8.316 8.432a3.167 3.167 0 013.163 3.164 3.167 3.167 0 01-3.163 3.163 3.167 3.167 0 01-3.163-3.163 3.167 3.167 0 013.163-3.164zm21.36 0a3.167 3.167 0 013.163 3.164 3.167 3.167 0 01-3.163 3.163 3.167 3.167 0 01-3.163-3.163 3.167 3.167 0 013.163-3.164zm-21.36 1a2.167 2.167 0 00-2.163 2.164c0 1.192.97 2.163 2.163 2.163a2.166 2.166 0 002.163-2.163 2.167 2.167 0 00-2.163-2.164zm21.36 0a2.167 2.167 0 00-2.163 2.164c0 1.192.971 2.163 2.163 2.163a2.166 2.166 0 002.163-2.163 2.167 2.167 0 00-2.163-2.164zm-21.36 1.263a.9.9 0 110 1.8.9.9 0 010-1.8zm21.36 0a.901.901 0 110 1.802.901.901 0 010-1.802z"}):e}
1
+ import a from"react";export default function(c){c.size;var m=c.isHovered,e=a.createElement("path",{d:"M5.005 15.471c0 1.494.793 2.878 2.046 3.656a10.124 10.124 0 013.234-2.375v1.45a8.856 8.856 0 00-4.61 7.79c0 4.9 3.99 8.89 8.89 8.89 4.16 0 7.72-2.83 8.66-6.88l.12-.5h1.31l.12.5c.94 4.05 4.5 6.88 8.66 6.88 4.9 0 8.89-3.99 8.89-8.89 0-3.28-1.78-6.24-4.61-7.79v-1.45a10.057 10.057 0 013.237 2.373 4.324 4.324 0 002.044-3.654h1.3a5.635 5.635 0 01-2.524 4.68 10.158 10.158 0 011.853 5.841c0 5.62-4.57 10.19-10.19 10.19-4.22 0-7.9-2.54-9.43-6.33a10.15 10.15 0 01-9.44 6.33c-5.62 0-10.19-4.57-10.19-10.19 0-2.149.682-4.166 1.858-5.84a5.632 5.632 0 01-2.53-4.68zm7.315 8.432a3.167 3.167 0 013.163 3.164 3.167 3.167 0 01-3.163 3.163 3.167 3.167 0 01-3.164-3.163 3.167 3.167 0 013.164-3.164zm23.36 0a3.167 3.167 0 013.163 3.164 3.167 3.167 0 01-3.163 3.163 3.167 3.167 0 01-3.163-3.163 3.167 3.167 0 013.163-3.164zm-23.36 1a2.167 2.167 0 00-2.164 2.164c0 1.192.971 2.163 2.164 2.163a2.166 2.166 0 002.163-2.163 2.167 2.167 0 00-2.163-2.164zm23.36 0a2.167 2.167 0 00-2.163 2.164c0 1.192.971 2.163 2.163 2.163a2.166 2.166 0 002.163-2.163 2.167 2.167 0 00-2.163-2.164zm-23.36 1.263a.9.9 0 110 1.8.9.9 0 010-1.8zm23.36 0a.9.9 0 110 1.8.9.9 0 010-1.8z"});return m?a.createElement("path",{d:"M5.004 15.471a4.32 4.32 0 002.271 3.782 7.738 7.738 0 013.018-2.5v1.47c-2.97 1.72-3.62 5.11-3.62 7.77 0 4.9 3.99 8.89 8.89 8.89 3.86 0 6.65-2.51 7.66-6.88l.12-.5h1.32l.11.5c1.01 4.37 3.81 6.88 7.66 6.88 4.9 0 8.89-3.99 8.89-8.89 0-2.65-.65-6.04-3.61-7.77v-1.47a7.773 7.773 0 013.013 2.5 4.32 4.32 0 002.27-3.782h1.3c0 2.032-1.129 3.906-2.892 4.887.796 1.546 1.22 3.443 1.22 5.634 0 5.62-4.57 10.19-10.19 10.19-3.92 0-6.982-2.3-8.43-6.23-1.45 3.93-4.51 6.23-8.44 6.23-5.622 0-10.19-4.57-10.19-10.19 0-2.19.423-4.087 1.221-5.634-1.763-.982-2.892-2.855-2.892-4.887zm8.316 8.432a3.167 3.167 0 013.163 3.164 3.167 3.167 0 01-3.163 3.163 3.167 3.167 0 01-3.163-3.163 3.167 3.167 0 013.163-3.164zm21.36 0a3.167 3.167 0 013.163 3.164 3.167 3.167 0 01-3.163 3.163 3.167 3.167 0 01-3.163-3.163 3.167 3.167 0 013.163-3.164zm-21.36 1a2.167 2.167 0 00-2.163 2.164c0 1.192.97 2.163 2.163 2.163a2.166 2.166 0 002.163-2.163 2.167 2.167 0 00-2.163-2.164zm21.36 0a2.167 2.167 0 00-2.163 2.164c0 1.192.971 2.163 2.163 2.163a2.166 2.166 0 002.163-2.163 2.167 2.167 0 00-2.163-2.164zm-21.36 1.263a.9.9 0 110 1.8.9.9 0 010-1.8zm21.36 0a.901.901 0 110 1.802.901.901 0 010-1.802z"}):e}
2
2
  //# sourceMappingURL=Breasts.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const BrokenHeart: React.FC<SvgPathProps>;
4
- export default BrokenHeart;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const BrokenHeart: React.FC<SvgPathProps>;
4
+ export default BrokenHeart;
5
5
  //# sourceMappingURL=BrokenHeart.d.ts.map
@@ -1,2 +1,2 @@
1
- import a from"react";export default function(e){e.isExtraSmall;var t=e.isHovered,l=a.createElement("path",{d:"M36.493 23.205L24 36.127l-12.491-12.92a6.874 6.874 0 01.2-9.708 6.818 6.818 0 014.895-1.91 6.823 6.823 0 014.812 2.11l2.01 2.096.966 3.003-3.393 3.273 3.2 3.087-2.716 2.624.904.935 3.684-3.56-3.2-3.086 3.007-2.899-1.14-3.549 1.846-1.924a6.823 6.823 0 014.812-2.11 6.823 6.823 0 014.895 1.91c2.732 2.622 2.822 6.976.202 9.706m.698-10.644a8.08 8.08 0 00-5.822-2.272 8.115 8.115 0 00-5.723 2.51L24 14.515 22.354 12.8a8.115 8.115 0 00-5.723-2.51 8.138 8.138 0 00-5.822 2.272c-3.25 3.118-3.356 8.297-.236 11.548L24 37.997l13.43-13.89c3.117-3.249 3.01-8.428-.24-11.546"});return t?a.createElement("path",{d:"M36.493 23.205L24 36.127l-12.49-12.92a6.874 6.874 0 01.2-9.708 6.818 6.818 0 014.894-1.91 6.823 6.823 0 014.812 2.11l2.011 2.096.965 3.003L21 22.071l3.2 3.087-3.203 3.095 2.858 2.727.897-.94-1.878-1.793 3.198-3.09-3.2-3.086 3.007-2.899-1.14-3.549 1.846-1.924a6.819 6.819 0 014.812-2.11 6.823 6.823 0 014.895 1.91 6.824 6.824 0 012.111 4.812 6.825 6.825 0 01-1.909 4.894m.698-10.644a8.113 8.113 0 00-5.822-2.272 8.113 8.113 0 00-5.723 2.51L24 14.515 22.354 12.8a8.115 8.115 0 00-5.723-2.51 8.096 8.096 0 00-5.823 2.272c-3.248 3.118-3.355 8.297-.236 11.548L24 37.997l13.43-13.89a8.117 8.117 0 002.271-5.822 8.107 8.107 0 00-2.51-5.724"}):l}
1
+ import a from"react";export default function(e){e.size;var t=e.isHovered,l=a.createElement("path",{d:"M36.493 23.205L24 36.127l-12.491-12.92a6.874 6.874 0 01.2-9.708 6.818 6.818 0 014.895-1.91 6.823 6.823 0 014.812 2.11l2.01 2.096.966 3.003-3.393 3.273 3.2 3.087-2.716 2.624.904.935 3.684-3.56-3.2-3.086 3.007-2.899-1.14-3.549 1.846-1.924a6.823 6.823 0 014.812-2.11 6.823 6.823 0 014.895 1.91c2.732 2.622 2.822 6.976.202 9.706m.698-10.644a8.08 8.08 0 00-5.822-2.272 8.115 8.115 0 00-5.723 2.51L24 14.515 22.354 12.8a8.115 8.115 0 00-5.723-2.51 8.138 8.138 0 00-5.822 2.272c-3.25 3.118-3.356 8.297-.236 11.548L24 37.997l13.43-13.89c3.117-3.249 3.01-8.428-.24-11.546"});return t?a.createElement("path",{d:"M36.493 23.205L24 36.127l-12.49-12.92a6.874 6.874 0 01.2-9.708 6.818 6.818 0 014.894-1.91 6.823 6.823 0 014.812 2.11l2.011 2.096.965 3.003L21 22.071l3.2 3.087-3.203 3.095 2.858 2.727.897-.94-1.878-1.793 3.198-3.09-3.2-3.086 3.007-2.899-1.14-3.549 1.846-1.924a6.819 6.819 0 014.812-2.11 6.823 6.823 0 014.895 1.91 6.824 6.824 0 012.111 4.812 6.825 6.825 0 01-1.909 4.894m.698-10.644a8.113 8.113 0 00-5.822-2.272 8.113 8.113 0 00-5.723 2.51L24 14.515 22.354 12.8a8.115 8.115 0 00-5.723-2.51 8.096 8.096 0 00-5.823 2.272c-3.248 3.118-3.355 8.297-.236 11.548L24 37.997l13.43-13.89a8.117 8.117 0 002.271-5.822 8.107 8.107 0 00-2.51-5.724"}):l}
2
2
  //# sourceMappingURL=BrokenHeart.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const BrokenPuzzle: React.FC<SvgPathProps>;
4
- export default BrokenPuzzle;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const BrokenPuzzle: React.FC<SvgPathProps>;
4
+ export default BrokenPuzzle;
5
5
  //# sourceMappingURL=BrokenPuzzle.d.ts.map
@@ -1,2 +1,2 @@
1
- import c from"react";export default function(a){a.isExtraSmall;var l=a.isHovered,v=c.createElement("path",{d:"M35.758 24.81a3.682 3.682 0 002.919 2.831 3.697 3.697 0 002.61-.482c.283-.174.654-.266 1.073-.266v3.228a.658.658 0 01-.656.657h-6.461v1.444c0 .658.159 1.264.459 1.752.313.508.42 1.094.31 1.694a2.367 2.367 0 01-1.82 1.882 2.386 2.386 0 01-2.031-.477 2.38 2.38 0 01-.547-3.076c.314-.523.473-1.149.473-1.86v-1.359H25.78a.657.657 0 01-.656-.657v-3.227c.437.011.809.107 1.108.287.57.342 1.223.523 1.889.523a3.66 3.66 0 002.027-.63l1.497 1.295.85-.982-1.403-1.215a3.7 3.7 0 00.634-2.95 3.507 3.507 0 00-.211-.648l.624-2.698 3.325.562-.382-4.864-1.296.102.25 3.202-2.888-.487-.65 2.811a3.645 3.645 0 00-1.693-.813 3.707 3.707 0 00-2.61.482c-.281.174-.652.266-1.07.266l-.001-8.05H42.36v8.05c-.437-.012-.81-.108-1.108-.287a3.666 3.666 0 00-1.89-.523 3.674 3.674 0 00-2.865 1.365 3.711 3.711 0 00-.74 3.117M24.84 32.962a.651.651 0 01-.422.273l-4.843.895c-.067-.427-.04-.82.08-1.142a3.676 3.676 0 00-1.691-4.522 3.708 3.708 0 00-3.2-.162 3.683 3.683 0 00-1.307 5.865c.223.246.38.594.456 1.005v.001l-5.036.93-3.13-16.949 5.035-.93c.068.427.04.82-.08 1.142a3.68 3.68 0 001.692 4.523 3.713 3.713 0 003.199.161 3.68 3.68 0 002.255-3.385 3.701 3.701 0 00-.947-2.48c-.223-.247-.381-.594-.456-1.005l4.843-.896c.355-.067.699.17.786.608l1.75 5.421v.122h1.302c.659 0 1.265-.159 1.753-.459a2.364 2.364 0 011.694-.31c.933.17 1.689.902 1.882 1.821a2.38 2.38 0 01-.477 2.03c-.728.896-2.09 1.14-3.076.547-.522-.314-1.148-.472-1.861-.472h-1.216v4.527c0 .73.406 1.36.999 1.696l.12.654a.653.653 0 01-.104.491m15.744-10.998c.522.314 1.148.473 1.86.473h1.216v-10.65H23.825v6.312l-.494-1.523a1.96 1.96 0 00-2.28-1.568L14.93 16.14l.236 1.28c.119.646.385 1.214.769 1.64.4.442.612 1 .614 1.61a2.371 2.371 0 01-1.45 2.181 2.386 2.386 0 01-2.083-.1 2.383 2.383 0 01-1.096-2.927c.213-.57.256-1.215.127-1.915l-.221-1.197-7.593 1.403L7.835 37.62l7.593-1.403-.236-1.28c-.12-.648-.386-1.214-.77-1.639a2.38 2.38 0 01-.613-1.61 2.37 2.37 0 011.449-2.182 2.386 2.386 0 012.083.101 2.384 2.384 0 011.097 2.926c-.214.571-.256 1.215-.127 1.915l.22 1.196 6.123-1.13a1.95 1.95 0 001.257-.815c.296-.43.407-.95.312-1.465l-.03-.156h4.594v.058c0 .473-.097.874-.287 1.192a3.674 3.674 0 00.842 4.754 3.678 3.678 0 002.329.823c.26 0 .525-.027.788-.082a3.683 3.683 0 002.832-2.92 3.7 3.7 0 00-.482-2.61c-.174-.283-.266-.653-.266-1.07v-.145h5.16a1.958 1.958 0 001.957-1.957v-4.527h-1.3c-.66 0-1.265.158-1.753.458a2.362 2.362 0 01-1.696.311 2.371 2.371 0 01-1.881-1.822 2.382 2.382 0 01.477-2.029c.728-.897 2.09-1.139 3.077-.548"});return l?c.createElement("path",{d:"M35.758 24.81a3.682 3.682 0 002.918 2.831 3.698 3.698 0 002.612-.482c.282-.174.653-.266 1.07-.266l.003 3.228a.658.658 0 01-.657.657h-6.461v1.444c0 .658.159 1.264.459 1.752.312.508.42 1.094.31 1.694a2.367 2.367 0 01-1.821 1.882 2.385 2.385 0 01-2.03-.477 2.38 2.38 0 01-.547-3.076c.314-.523.473-1.149.473-1.86v-1.359H25.78a.657.657 0 01-.656-.657v-3.227c.437.011.809.107 1.108.287.57.342 1.223.523 1.889.523a3.66 3.66 0 002.027-.63l1.496 1.295.85-.982-1.402-1.215a3.7 3.7 0 00.634-2.95 3.436 3.436 0 00-.212-.648l.625-2.698 3.325.562-.327-4.163h2.056v-1.3h-3.462l.306 3.903-2.89-.487-.65 2.811a3.637 3.637 0 00-1.692-.813 3.712 3.712 0 00-2.61.482c-.282.174-.652.266-1.07.266l-.001-8.05H42.36v8.05c-.437-.012-.81-.108-1.108-.287a3.668 3.668 0 00-1.89-.523 3.673 3.673 0 00-2.865 1.365 3.708 3.708 0 00-.74 3.117zm-12.002 7.363a.652.652 0 01-.61.699l-4.913.338c-.018-.432.053-.819.21-1.125a3.67 3.67 0 00.392-1.92 3.676 3.676 0 00-1.558-2.766 3.711 3.711 0 00-3.161-.525 3.683 3.683 0 00-1.966 5.678c.193.271.31.633.339 1.05v.002l-5.11.351L6.198 16.76l5.109-.35c.019.436-.051.814-.21 1.124a3.661 3.661 0 00-.392 1.921 3.674 3.674 0 001.559 2.765 3.713 3.713 0 003.16.525 3.682 3.682 0 002.625-3.106 3.697 3.697 0 00-.66-2.573c-.192-.27-.31-.633-.338-1.05l4.915-.339c.362-.022.675.25.71.694l1.144 5.685h.004v.381h1.302c.659 0 1.265-.159 1.752-.459a2.379 2.379 0 011.695-.31c.932.17 1.688.902 1.882 1.821a2.38 2.38 0 01-.477 2.03c-.728.896-2.09 1.14-3.076.547-.523-.314-1.15-.472-1.861-.472h-1.217v3.134h-.017l-.051 3.445zm16.827-10.209c.523.314 1.149.473 1.86.473h1.217v-10.65H23.824v3.838a1.96 1.96 0 00-1.947-1.245l-6.212.427.089 1.298c.046.658.245 1.251.578 1.716a2.38 2.38 0 01.426 1.672 2.37 2.37 0 01-1.688 2.001 2.384 2.384 0 01-2.058-.337 2.381 2.381 0 01-.756-3.032c.276-.543.392-1.178.343-1.889l-.083-1.213-7.703.53L6.17 35.34l7.704-.529-.09-1.298c-.045-.658-.244-1.25-.577-1.717a2.378 2.378 0 01-.426-1.67 2.372 2.372 0 011.688-2.002 2.385 2.385 0 012.059.337 2.386 2.386 0 01.756 3.032c-.277.543-.393 1.178-.344 1.888l.083 1.214 6.212-.427a1.938 1.938 0 001.34-.666c.344-.394.513-.898.479-1.365l.003-.203c.224.09.467.143.723.143h5.006v.058c0 .473-.097.874-.288 1.192a3.674 3.674 0 00-.523 1.89c0 1.116.498 2.16 1.366 2.864a3.677 3.677 0 002.328.823c.262 0 .526-.027.789-.082a3.683 3.683 0 002.832-2.92 3.705 3.705 0 00-.482-2.61c-.174-.283-.266-.653-.266-1.07v-.145h5.16a1.958 1.958 0 001.957-1.957v-4.527h-1.301c-.66 0-1.264.158-1.752.458a2.38 2.38 0 01-1.697.311 2.371 2.371 0 01-1.88-1.822 2.385 2.385 0 01.477-2.03c.728-.896 2.089-1.139 3.076-.547z"}):v}
1
+ import c from"react";export default function(a){a.size;var l=a.isHovered,v=c.createElement("path",{d:"M35.758 24.81a3.682 3.682 0 002.919 2.831 3.697 3.697 0 002.61-.482c.283-.174.654-.266 1.073-.266v3.228a.658.658 0 01-.656.657h-6.461v1.444c0 .658.159 1.264.459 1.752.313.508.42 1.094.31 1.694a2.367 2.367 0 01-1.82 1.882 2.386 2.386 0 01-2.031-.477 2.38 2.38 0 01-.547-3.076c.314-.523.473-1.149.473-1.86v-1.359H25.78a.657.657 0 01-.656-.657v-3.227c.437.011.809.107 1.108.287.57.342 1.223.523 1.889.523a3.66 3.66 0 002.027-.63l1.497 1.295.85-.982-1.403-1.215a3.7 3.7 0 00.634-2.95 3.507 3.507 0 00-.211-.648l.624-2.698 3.325.562-.382-4.864-1.296.102.25 3.202-2.888-.487-.65 2.811a3.645 3.645 0 00-1.693-.813 3.707 3.707 0 00-2.61.482c-.281.174-.652.266-1.07.266l-.001-8.05H42.36v8.05c-.437-.012-.81-.108-1.108-.287a3.666 3.666 0 00-1.89-.523 3.674 3.674 0 00-2.865 1.365 3.711 3.711 0 00-.74 3.117M24.84 32.962a.651.651 0 01-.422.273l-4.843.895c-.067-.427-.04-.82.08-1.142a3.676 3.676 0 00-1.691-4.522 3.708 3.708 0 00-3.2-.162 3.683 3.683 0 00-1.307 5.865c.223.246.38.594.456 1.005v.001l-5.036.93-3.13-16.949 5.035-.93c.068.427.04.82-.08 1.142a3.68 3.68 0 001.692 4.523 3.713 3.713 0 003.199.161 3.68 3.68 0 002.255-3.385 3.701 3.701 0 00-.947-2.48c-.223-.247-.381-.594-.456-1.005l4.843-.896c.355-.067.699.17.786.608l1.75 5.421v.122h1.302c.659 0 1.265-.159 1.753-.459a2.364 2.364 0 011.694-.31c.933.17 1.689.902 1.882 1.821a2.38 2.38 0 01-.477 2.03c-.728.896-2.09 1.14-3.076.547-.522-.314-1.148-.472-1.861-.472h-1.216v4.527c0 .73.406 1.36.999 1.696l.12.654a.653.653 0 01-.104.491m15.744-10.998c.522.314 1.148.473 1.86.473h1.216v-10.65H23.825v6.312l-.494-1.523a1.96 1.96 0 00-2.28-1.568L14.93 16.14l.236 1.28c.119.646.385 1.214.769 1.64.4.442.612 1 .614 1.61a2.371 2.371 0 01-1.45 2.181 2.386 2.386 0 01-2.083-.1 2.383 2.383 0 01-1.096-2.927c.213-.57.256-1.215.127-1.915l-.221-1.197-7.593 1.403L7.835 37.62l7.593-1.403-.236-1.28c-.12-.648-.386-1.214-.77-1.639a2.38 2.38 0 01-.613-1.61 2.37 2.37 0 011.449-2.182 2.386 2.386 0 012.083.101 2.384 2.384 0 011.097 2.926c-.214.571-.256 1.215-.127 1.915l.22 1.196 6.123-1.13a1.95 1.95 0 001.257-.815c.296-.43.407-.95.312-1.465l-.03-.156h4.594v.058c0 .473-.097.874-.287 1.192a3.674 3.674 0 00.842 4.754 3.678 3.678 0 002.329.823c.26 0 .525-.027.788-.082a3.683 3.683 0 002.832-2.92 3.7 3.7 0 00-.482-2.61c-.174-.283-.266-.653-.266-1.07v-.145h5.16a1.958 1.958 0 001.957-1.957v-4.527h-1.3c-.66 0-1.265.158-1.753.458a2.362 2.362 0 01-1.696.311 2.371 2.371 0 01-1.881-1.822 2.382 2.382 0 01.477-2.029c.728-.897 2.09-1.139 3.077-.548"});return l?c.createElement("path",{d:"M35.758 24.81a3.682 3.682 0 002.918 2.831 3.698 3.698 0 002.612-.482c.282-.174.653-.266 1.07-.266l.003 3.228a.658.658 0 01-.657.657h-6.461v1.444c0 .658.159 1.264.459 1.752.312.508.42 1.094.31 1.694a2.367 2.367 0 01-1.821 1.882 2.385 2.385 0 01-2.03-.477 2.38 2.38 0 01-.547-3.076c.314-.523.473-1.149.473-1.86v-1.359H25.78a.657.657 0 01-.656-.657v-3.227c.437.011.809.107 1.108.287.57.342 1.223.523 1.889.523a3.66 3.66 0 002.027-.63l1.496 1.295.85-.982-1.402-1.215a3.7 3.7 0 00.634-2.95 3.436 3.436 0 00-.212-.648l.625-2.698 3.325.562-.327-4.163h2.056v-1.3h-3.462l.306 3.903-2.89-.487-.65 2.811a3.637 3.637 0 00-1.692-.813 3.712 3.712 0 00-2.61.482c-.282.174-.652.266-1.07.266l-.001-8.05H42.36v8.05c-.437-.012-.81-.108-1.108-.287a3.668 3.668 0 00-1.89-.523 3.673 3.673 0 00-2.865 1.365 3.708 3.708 0 00-.74 3.117zm-12.002 7.363a.652.652 0 01-.61.699l-4.913.338c-.018-.432.053-.819.21-1.125a3.67 3.67 0 00.392-1.92 3.676 3.676 0 00-1.558-2.766 3.711 3.711 0 00-3.161-.525 3.683 3.683 0 00-1.966 5.678c.193.271.31.633.339 1.05v.002l-5.11.351L6.198 16.76l5.109-.35c.019.436-.051.814-.21 1.124a3.661 3.661 0 00-.392 1.921 3.674 3.674 0 001.559 2.765 3.713 3.713 0 003.16.525 3.682 3.682 0 002.625-3.106 3.697 3.697 0 00-.66-2.573c-.192-.27-.31-.633-.338-1.05l4.915-.339c.362-.022.675.25.71.694l1.144 5.685h.004v.381h1.302c.659 0 1.265-.159 1.752-.459a2.379 2.379 0 011.695-.31c.932.17 1.688.902 1.882 1.821a2.38 2.38 0 01-.477 2.03c-.728.896-2.09 1.14-3.076.547-.523-.314-1.15-.472-1.861-.472h-1.217v3.134h-.017l-.051 3.445zm16.827-10.209c.523.314 1.149.473 1.86.473h1.217v-10.65H23.824v3.838a1.96 1.96 0 00-1.947-1.245l-6.212.427.089 1.298c.046.658.245 1.251.578 1.716a2.38 2.38 0 01.426 1.672 2.37 2.37 0 01-1.688 2.001 2.384 2.384 0 01-2.058-.337 2.381 2.381 0 01-.756-3.032c.276-.543.392-1.178.343-1.889l-.083-1.213-7.703.53L6.17 35.34l7.704-.529-.09-1.298c-.045-.658-.244-1.25-.577-1.717a2.378 2.378 0 01-.426-1.67 2.372 2.372 0 011.688-2.002 2.385 2.385 0 012.059.337 2.386 2.386 0 01.756 3.032c-.277.543-.393 1.178-.344 1.888l.083 1.214 6.212-.427a1.938 1.938 0 001.34-.666c.344-.394.513-.898.479-1.365l.003-.203c.224.09.467.143.723.143h5.006v.058c0 .473-.097.874-.288 1.192a3.674 3.674 0 00-.523 1.89c0 1.116.498 2.16 1.366 2.864a3.677 3.677 0 002.328.823c.262 0 .526-.027.789-.082a3.683 3.683 0 002.832-2.92 3.705 3.705 0 00-.482-2.61c-.174-.283-.266-.653-.266-1.07v-.145h5.16a1.958 1.958 0 001.957-1.957v-4.527h-1.301c-.66 0-1.264.158-1.752.458a2.38 2.38 0 01-1.697.311 2.371 2.371 0 01-1.88-1.822 2.385 2.385 0 01.477-2.03c.728-.896 2.089-1.139 3.076-.547z"}):v}
2
2
  //# sourceMappingURL=BrokenPuzzle.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const Bus: React.FC<SvgPathProps>;
4
- export default Bus;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const Bus: React.FC<SvgPathProps>;
4
+ export default Bus;
5
5
  //# sourceMappingURL=Bus.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Bus.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/Bus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAEtC,QAAA,MAAM,GAAG,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CA+B/B,CAAC;AAEF,eAAe,GAAG,CAAC"}
1
+ {"version":3,"file":"Bus.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/Bus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAW,YAAY,EAAE,MAAM,QAAQ,CAAC;AAE/C,QAAA,MAAM,GAAG,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CA+B/B,CAAC;AAEF,eAAe,GAAG,CAAC"}
@@ -1,2 +1,2 @@
1
- import v from"react";export default function(a){var h=a.isExtraSmall,m=a.isHovered,e=v.createElement("path",{fillRule:"evenodd",d:"M19.156 9.781h9.501v-1h-9.501v1zm-8.511 25.91h26.523V27.07H10.645v8.621zm0-9.922h26.523v-12.99H10.645v12.99zm0-14.291h26.523V7.39H10.645v4.088zM33.39 39.105c0 .692-.621 1.255-1.386 1.255-.764 0-1.385-.563-1.385-1.255v-2.113h2.771v2.113zm-16.195 0c0 .692-.622 1.255-1.385 1.255-.765 0-1.386-.563-1.386-1.255v-2.113h2.771v2.113zm-7.85-2.113h3.778v2.113c0 1.409 1.205 2.556 2.687 2.556 1.48 0 2.685-1.147 2.685-2.556v-2.113h10.823v2.113c0 1.409 1.205 2.556 2.686 2.556 1.481 0 2.686-1.147 2.686-2.556v-2.113h3.779V6.089H9.345v30.903zm6.465-4.691a1.198 1.198 0 010-2.393c.659 0 1.196.537 1.196 1.196 0 .66-.537 1.197-1.196 1.197zm0-3.393a2.199 2.199 0 00-2.197 2.196c0 1.212.985 2.197 2.197 2.197a2.2 2.2 0 002.196-2.197 2.199 2.199 0 00-2.196-2.196zm16.194 3.393a1.198 1.198 0 01-1.196-1.197c0-.659.537-1.196 1.196-1.196.66 0 1.197.537 1.197 1.196 0 .66-.537 1.197-1.197 1.197zm0-3.393a2.198 2.198 0 00-2.196 2.196c0 1.212.985 2.197 2.196 2.197a2.2 2.2 0 002.197-2.197 2.2 2.2 0 00-2.197-2.196zm10.86-8.944a.927.927 0 01-1.852 0v-5.336a.927.927 0 011.852 0v5.336zm-.926-7.563a2.23 2.23 0 00-2.226 2.227v5.336a2.23 2.23 0 002.226 2.227 2.23 2.23 0 002.226-2.227v-5.336a2.23 2.23 0 00-2.226-2.227zm-35.2 7.563a.927.927 0 01-1.852 0v-5.336a.927.927 0 011.852 0v5.336zm-.926-7.563a2.229 2.229 0 00-2.226 2.227v5.336c0 1.228.998 2.227 2.226 2.227a2.23 2.23 0 002.226-2.227v-5.336a2.23 2.23 0 00-2.226-2.227z"}),c=v.createElement("path",{fillRule:"evenodd",d:"M10.645 34.191h26.523V25.57H10.645v8.621zm0-9.922h26.523v-12.99H10.645v12.99zm0-14.291h26.523V5.89H10.645v4.088zM33.39 39.105c0 .692-.622 1.255-1.385 1.255-.765 0-1.386-.563-1.386-1.255v-3.613h2.771v3.613zm-16.195 0c0 .692-.622 1.255-1.386 1.255-.764 0-1.386-.563-1.386-1.255v-3.613h2.772v3.613zm-7.85-3.613h3.779v3.613c0 1.409 1.204 2.556 2.685 2.556s2.686-1.147 2.686-2.556v-3.613h10.823v3.613c0 1.409 1.205 2.556 2.687 2.556 1.48 0 2.685-1.147 2.685-2.556v-3.613h3.778V4.589H9.345v30.903zm22.66-4.691a1.198 1.198 0 010-2.393c.659 0 1.196.537 1.196 1.196 0 .66-.537 1.197-1.196 1.197zm0-3.393a2.199 2.199 0 00-2.197 2.196c0 1.212.985 2.197 2.197 2.197a2.2 2.2 0 002.196-2.197 2.199 2.199 0 00-2.196-2.196zM19.156 8.281h9.5v-1h-9.5v1zm23.708 10.183a.927.927 0 01-1.852 0v-5.336a.927.927 0 011.852 0v5.336zm-.926-7.563a2.23 2.23 0 00-2.226 2.227v5.336a2.23 2.23 0 002.226 2.227 2.229 2.229 0 002.226-2.227v-5.336a2.229 2.229 0 00-2.226-2.227zm-35.2 7.563a.927.927 0 01-1.852 0v-5.336a.927.927 0 011.852 0v5.336zm-.926-7.563a2.23 2.23 0 00-2.226 2.227v5.336a2.23 2.23 0 002.226 2.227 2.23 2.23 0 002.226-2.227v-5.336a2.23 2.23 0 00-2.226-2.227zm9.997 19.9a1.198 1.198 0 01-1.196-1.197c0-.659.537-1.196 1.196-1.196.66 0 1.197.537 1.197 1.196 0 .66-.537 1.197-1.197 1.197zm0-3.393a2.198 2.198 0 00-2.196 2.196c0 1.212.985 2.197 2.196 2.197a2.199 2.199 0 002.197-2.197 2.199 2.199 0 00-2.197-2.196z"}),z=v.createElement("g",{fillRule:"evenodd"},v.createElement("path",{d:"M19.282 9.912h9.5V8.901h-9.5z"}),v.createElement("path",{d:"M10.753 11.621h26.56V7.496h-26.56v4.125zm-.001 24.214H37.31v-8.658H10.75v8.658zm22.78 3.397c0 .702-.628 1.273-1.403 1.273-.774 0-1.404-.571-1.404-1.273v-2.134h2.808v2.134zm-16.193 0c0 .702-.63 1.273-1.405 1.273-.774 0-1.404-.571-1.404-1.273v-2.134h2.81v2.134zm-6.586-13.318h26.56V12.886h-26.56v13.028zM9.489 37.098h3.778v2.134c0 1.398 1.197 2.536 2.667 2.536 1.47 0 2.668-1.138 2.668-2.536v-2.134h10.86v2.134c0 1.398 1.196 2.536 2.667 2.536 1.47 0 2.667-1.138 2.667-2.536v-2.134h3.78V6.234H9.488v30.864zM6.88 20.153a.88.88 0 01-.88.88h-.128a.88.88 0 01-.88-.88V14.69a.88.88 0 01.88-.88h.128a.88.88 0 01.88.88v5.464zm-.88-7.608h-.128A2.146 2.146 0 003.73 14.69v5.464c0 1.182.96 2.144 2.143 2.144h.128a2.146 2.146 0 002.143-2.144V14.69a2.146 2.146 0 00-2.143-2.144zm37.007 7.608c0 .486-.396.88-.88.88H42a.881.881 0 01-.882-.88V14.69c0-.487.395-.88.882-.88h.127c.485 0 .88.393.88.88v5.464zm-.88-7.608H42a2.147 2.147 0 00-2.145 2.144v5.464c0 1.182.962 2.144 2.145 2.144h.127a2.146 2.146 0 002.144-2.144V14.69a2.146 2.146 0 00-2.144-2.144z"}),v.createElement("path",{d:"M15.934 32.421a1.192 1.192 0 01-1.191-1.191c0-.657.534-1.191 1.191-1.191s1.191.534 1.191 1.19c0 .658-.534 1.192-1.191 1.192m0-3.394c-1.214 0-2.202.989-2.202 2.203 0 1.215.988 2.203 2.202 2.203a2.205 2.205 0 002.202-2.203 2.205 2.205 0 00-2.202-2.203m16.195 3.394a1.192 1.192 0 01-1.19-1.191c0-.657.534-1.191 1.19-1.191.657 0 1.192.534 1.192 1.19 0 .658-.535 1.192-1.192 1.192m0-3.394c-1.214 0-2.201.989-2.201 2.203 0 1.215.987 2.203 2.201 2.203a2.205 2.205 0 002.202-2.203 2.205 2.205 0 00-2.202-2.203"}));return h?m?v.createElement("g",{fillRule:"evenodd"},v.createElement("path",{d:"M10.752 10.122h26.56V5.997h-26.56v4.125zm0 24.212h26.56v-8.657h-26.56v8.657zm22.78 4.898c0 .702-.628 1.273-1.403 1.273-.774 0-1.404-.571-1.404-1.273v-3.633h2.808v3.633zm-16.194 0c0 .702-.63 1.273-1.404 1.273-.775 0-1.404-.571-1.404-1.273v-3.633h2.808v3.633zm-6.586-14.818h26.56V11.385h-26.56v13.029zM9.489 35.599h3.778v3.633c0 1.398 1.196 2.536 2.667 2.536 1.47 0 2.667-1.138 2.667-2.536v-3.633h10.86v3.633c0 1.398 1.197 2.536 2.668 2.536 1.47 0 2.667-1.138 2.667-2.536v-3.633h3.78V4.734H9.488v30.865zM6.88 18.59a.945.945 0 01-1.89 0v-5.338a.946.946 0 011.89 0v5.338zm-.945-7.546a2.212 2.212 0 00-2.208 2.208v5.338a2.21 2.21 0 002.208 2.207 2.21 2.21 0 002.208-2.207v-5.338c0-1.216-.99-2.208-2.208-2.208zm37.07 7.546a.945.945 0 01-1.887 0v-5.338c0-.52.423-.945.943-.945.522 0 .945.425.945.945v5.338zm-.944-7.546a2.21 2.21 0 00-2.207 2.208v5.338a2.21 2.21 0 002.207 2.207 2.21 2.21 0 002.208-2.207v-5.338c0-1.216-.99-2.208-2.208-2.208z"}),v.createElement("path",{d:"M15.934 30.921a1.192 1.192 0 01-1.191-1.191c0-.657.534-1.191 1.191-1.191s1.191.534 1.191 1.191-.534 1.191-1.191 1.191m0-3.394c-1.214 0-2.202.99-2.202 2.203 0 1.215.988 2.203 2.202 2.203a2.205 2.205 0 002.202-2.203 2.205 2.205 0 00-2.202-2.203m16.195 3.394a1.192 1.192 0 01-1.191-1.191c0-.657.534-1.191 1.19-1.191.658 0 1.192.534 1.192 1.191s-.534 1.191-1.191 1.191m0-3.394c-1.214 0-2.202.99-2.202 2.203 0 1.215.988 2.203 2.202 2.203a2.205 2.205 0 002.201-2.203 2.205 2.205 0 00-2.201-2.203M19.282 8.413h9.5V7.401h-9.5z"})):z:m?c:e}
1
+ import v from"react";import{getIcon as a}from"./Icon.js";import"../../_tslib-51c8a283.js";import"../../constants-075356e2.js";export default function(m){var h=m.size,c=m.isHovered;return a(h,c,v.createElement("path",{fillRule:"evenodd",d:"M19.156 9.781h9.501v-1h-9.501v1zm-8.511 25.91h26.523V27.07H10.645v8.621zm0-9.922h26.523v-12.99H10.645v12.99zm0-14.291h26.523V7.39H10.645v4.088zM33.39 39.105c0 .692-.621 1.255-1.386 1.255-.764 0-1.385-.563-1.385-1.255v-2.113h2.771v2.113zm-16.195 0c0 .692-.622 1.255-1.385 1.255-.765 0-1.386-.563-1.386-1.255v-2.113h2.771v2.113zm-7.85-2.113h3.778v2.113c0 1.409 1.205 2.556 2.687 2.556 1.48 0 2.685-1.147 2.685-2.556v-2.113h10.823v2.113c0 1.409 1.205 2.556 2.686 2.556 1.481 0 2.686-1.147 2.686-2.556v-2.113h3.779V6.089H9.345v30.903zm6.465-4.691a1.198 1.198 0 010-2.393c.659 0 1.196.537 1.196 1.196 0 .66-.537 1.197-1.196 1.197zm0-3.393a2.199 2.199 0 00-2.197 2.196c0 1.212.985 2.197 2.197 2.197a2.2 2.2 0 002.196-2.197 2.199 2.199 0 00-2.196-2.196zm16.194 3.393a1.198 1.198 0 01-1.196-1.197c0-.659.537-1.196 1.196-1.196.66 0 1.197.537 1.197 1.196 0 .66-.537 1.197-1.197 1.197zm0-3.393a2.198 2.198 0 00-2.196 2.196c0 1.212.985 2.197 2.196 2.197a2.2 2.2 0 002.197-2.197 2.2 2.2 0 00-2.197-2.196zm10.86-8.944a.927.927 0 01-1.852 0v-5.336a.927.927 0 011.852 0v5.336zm-.926-7.563a2.23 2.23 0 00-2.226 2.227v5.336a2.23 2.23 0 002.226 2.227 2.23 2.23 0 002.226-2.227v-5.336a2.23 2.23 0 00-2.226-2.227zm-35.2 7.563a.927.927 0 01-1.852 0v-5.336a.927.927 0 011.852 0v5.336zm-.926-7.563a2.229 2.229 0 00-2.226 2.227v5.336c0 1.228.998 2.227 2.226 2.227a2.23 2.23 0 002.226-2.227v-5.336a2.23 2.23 0 00-2.226-2.227z"}),v.createElement("path",{fillRule:"evenodd",d:"M10.645 34.191h26.523V25.57H10.645v8.621zm0-9.922h26.523v-12.99H10.645v12.99zm0-14.291h26.523V5.89H10.645v4.088zM33.39 39.105c0 .692-.622 1.255-1.385 1.255-.765 0-1.386-.563-1.386-1.255v-3.613h2.771v3.613zm-16.195 0c0 .692-.622 1.255-1.386 1.255-.764 0-1.386-.563-1.386-1.255v-3.613h2.772v3.613zm-7.85-3.613h3.779v3.613c0 1.409 1.204 2.556 2.685 2.556s2.686-1.147 2.686-2.556v-3.613h10.823v3.613c0 1.409 1.205 2.556 2.687 2.556 1.48 0 2.685-1.147 2.685-2.556v-3.613h3.778V4.589H9.345v30.903zm22.66-4.691a1.198 1.198 0 010-2.393c.659 0 1.196.537 1.196 1.196 0 .66-.537 1.197-1.196 1.197zm0-3.393a2.199 2.199 0 00-2.197 2.196c0 1.212.985 2.197 2.197 2.197a2.2 2.2 0 002.196-2.197 2.199 2.199 0 00-2.196-2.196zM19.156 8.281h9.5v-1h-9.5v1zm23.708 10.183a.927.927 0 01-1.852 0v-5.336a.927.927 0 011.852 0v5.336zm-.926-7.563a2.23 2.23 0 00-2.226 2.227v5.336a2.23 2.23 0 002.226 2.227 2.229 2.229 0 002.226-2.227v-5.336a2.229 2.229 0 00-2.226-2.227zm-35.2 7.563a.927.927 0 01-1.852 0v-5.336a.927.927 0 011.852 0v5.336zm-.926-7.563a2.23 2.23 0 00-2.226 2.227v5.336a2.23 2.23 0 002.226 2.227 2.23 2.23 0 002.226-2.227v-5.336a2.23 2.23 0 00-2.226-2.227zm9.997 19.9a1.198 1.198 0 01-1.196-1.197c0-.659.537-1.196 1.196-1.196.66 0 1.197.537 1.197 1.196 0 .66-.537 1.197-1.197 1.197zm0-3.393a2.198 2.198 0 00-2.196 2.196c0 1.212.985 2.197 2.196 2.197a2.199 2.199 0 002.197-2.197 2.199 2.199 0 00-2.197-2.196z"}),v.createElement("g",{fillRule:"evenodd"},v.createElement("path",{d:"M19.282 9.912h9.5V8.901h-9.5z"}),v.createElement("path",{d:"M10.753 11.621h26.56V7.496h-26.56v4.125zm-.001 24.214H37.31v-8.658H10.75v8.658zm22.78 3.397c0 .702-.628 1.273-1.403 1.273-.774 0-1.404-.571-1.404-1.273v-2.134h2.808v2.134zm-16.193 0c0 .702-.63 1.273-1.405 1.273-.774 0-1.404-.571-1.404-1.273v-2.134h2.81v2.134zm-6.586-13.318h26.56V12.886h-26.56v13.028zM9.489 37.098h3.778v2.134c0 1.398 1.197 2.536 2.667 2.536 1.47 0 2.668-1.138 2.668-2.536v-2.134h10.86v2.134c0 1.398 1.196 2.536 2.667 2.536 1.47 0 2.667-1.138 2.667-2.536v-2.134h3.78V6.234H9.488v30.864zM6.88 20.153a.88.88 0 01-.88.88h-.128a.88.88 0 01-.88-.88V14.69a.88.88 0 01.88-.88h.128a.88.88 0 01.88.88v5.464zm-.88-7.608h-.128A2.146 2.146 0 003.73 14.69v5.464c0 1.182.96 2.144 2.143 2.144h.128a2.146 2.146 0 002.143-2.144V14.69a2.146 2.146 0 00-2.143-2.144zm37.007 7.608c0 .486-.396.88-.88.88H42a.881.881 0 01-.882-.88V14.69c0-.487.395-.88.882-.88h.127c.485 0 .88.393.88.88v5.464zm-.88-7.608H42a2.147 2.147 0 00-2.145 2.144v5.464c0 1.182.962 2.144 2.145 2.144h.127a2.146 2.146 0 002.144-2.144V14.69a2.146 2.146 0 00-2.144-2.144z"}),v.createElement("path",{d:"M15.934 32.421a1.192 1.192 0 01-1.191-1.191c0-.657.534-1.191 1.191-1.191s1.191.534 1.191 1.19c0 .658-.534 1.192-1.191 1.192m0-3.394c-1.214 0-2.202.989-2.202 2.203 0 1.215.988 2.203 2.202 2.203a2.205 2.205 0 002.202-2.203 2.205 2.205 0 00-2.202-2.203m16.195 3.394a1.192 1.192 0 01-1.19-1.191c0-.657.534-1.191 1.19-1.191.657 0 1.192.534 1.192 1.19 0 .658-.535 1.192-1.192 1.192m0-3.394c-1.214 0-2.201.989-2.201 2.203 0 1.215.987 2.203 2.201 2.203a2.205 2.205 0 002.202-2.203 2.205 2.205 0 00-2.202-2.203"})),v.createElement("g",{fillRule:"evenodd"},v.createElement("path",{d:"M10.752 10.122h26.56V5.997h-26.56v4.125zm0 24.212h26.56v-8.657h-26.56v8.657zm22.78 4.898c0 .702-.628 1.273-1.403 1.273-.774 0-1.404-.571-1.404-1.273v-3.633h2.808v3.633zm-16.194 0c0 .702-.63 1.273-1.404 1.273-.775 0-1.404-.571-1.404-1.273v-3.633h2.808v3.633zm-6.586-14.818h26.56V11.385h-26.56v13.029zM9.489 35.599h3.778v3.633c0 1.398 1.196 2.536 2.667 2.536 1.47 0 2.667-1.138 2.667-2.536v-3.633h10.86v3.633c0 1.398 1.197 2.536 2.668 2.536 1.47 0 2.667-1.138 2.667-2.536v-3.633h3.78V4.734H9.488v30.865zM6.88 18.59a.945.945 0 01-1.89 0v-5.338a.946.946 0 011.89 0v5.338zm-.945-7.546a2.212 2.212 0 00-2.208 2.208v5.338a2.21 2.21 0 002.208 2.207 2.21 2.21 0 002.208-2.207v-5.338c0-1.216-.99-2.208-2.208-2.208zm37.07 7.546a.945.945 0 01-1.887 0v-5.338c0-.52.423-.945.943-.945.522 0 .945.425.945.945v5.338zm-.944-7.546a2.21 2.21 0 00-2.207 2.208v5.338a2.21 2.21 0 002.207 2.207 2.21 2.21 0 002.208-2.207v-5.338c0-1.216-.99-2.208-2.208-2.208z"}),v.createElement("path",{d:"M15.934 30.921a1.192 1.192 0 01-1.191-1.191c0-.657.534-1.191 1.191-1.191s1.191.534 1.191 1.191-.534 1.191-1.191 1.191m0-3.394c-1.214 0-2.202.99-2.202 2.203 0 1.215.988 2.203 2.202 2.203a2.205 2.205 0 002.202-2.203 2.205 2.205 0 00-2.202-2.203m16.195 3.394a1.192 1.192 0 01-1.191-1.191c0-.657.534-1.191 1.19-1.191.658 0 1.192.534 1.192 1.191s-.534 1.191-1.191 1.191m0-3.394c-1.214 0-2.202.99-2.202 2.203 0 1.215.988 2.203 2.202 2.203a2.205 2.205 0 002.201-2.203 2.205 2.205 0 00-2.201-2.203M19.282 8.413h9.5V7.401h-9.5z"})))}
2
2
  //# sourceMappingURL=Bus.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const Calendar: React.FC<SvgPathProps>;
4
- export default Calendar;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const Calendar: React.FC<SvgPathProps>;
4
+ export default Calendar;
5
5
  //# sourceMappingURL=Calendar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Calendar.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/Calendar.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":"Calendar.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/Calendar.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"}