@helsenorge/designsystem-react 12.12.2 → 12.12.3

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 (3139) hide show
  1. package/lib/AnchorLink.js +66 -0
  2. package/lib/AnchorLink.js.map +1 -0
  3. package/lib/AsChildSlot.js +74 -0
  4. package/lib/AsChildSlot.js.map +1 -0
  5. package/lib/Avatar.js +40 -0
  6. package/lib/Avatar.js.map +1 -0
  7. package/lib/Badge.js +35 -0
  8. package/lib/Badge.js.map +1 -0
  9. package/lib/Button.js +178 -0
  10. package/lib/Button.js.map +1 -0
  11. package/lib/CHANGELOG.md +2563 -0
  12. package/lib/Checkbox.js +135 -0
  13. package/lib/Checkbox.js.map +1 -0
  14. package/lib/Close.js +50 -0
  15. package/lib/Close.js.map +1 -0
  16. package/lib/DictionaryTrigger.js +28 -0
  17. package/lib/DictionaryTrigger.js.map +1 -0
  18. package/lib/Drawer.js +249 -0
  19. package/lib/Drawer.js.map +1 -0
  20. package/lib/Duolist.js +92 -0
  21. package/lib/Duolist.js.map +1 -0
  22. package/lib/ElementHeader.js +151 -0
  23. package/lib/ElementHeader.js.map +1 -0
  24. package/lib/ElementHeaderText.js +35 -0
  25. package/lib/ElementHeaderText.js.map +1 -0
  26. package/lib/ErrorBoundary.js +41 -0
  27. package/lib/ErrorBoundary.js.map +1 -0
  28. package/lib/ErrorWrapper.js +15 -0
  29. package/lib/ErrorWrapper.js.map +1 -0
  30. package/lib/Expander.js +131 -0
  31. package/lib/Expander.js.map +1 -0
  32. package/lib/FormFieldTag.js +61 -0
  33. package/lib/FormFieldTag.js.map +1 -0
  34. package/lib/FormGroup.js +158 -0
  35. package/lib/FormGroup.js.map +1 -0
  36. package/lib/FormLayout.js +50 -0
  37. package/lib/FormLayout.js.map +1 -0
  38. package/lib/HN.Designsystem.Dropdown.nb-NO.js +13 -0
  39. package/lib/HN.Designsystem.Dropdown.nb-NO.js.map +1 -0
  40. package/lib/HelpDetails.js +65 -0
  41. package/lib/HelpDetails.js.map +1 -0
  42. package/lib/HelpTriggerIcon.js +124 -0
  43. package/lib/HelpTriggerIcon.js.map +1 -0
  44. package/lib/HelpTriggerStandalone.js +40 -0
  45. package/lib/HelpTriggerStandalone.js.map +1 -0
  46. package/lib/HighlightPanel.js +66 -0
  47. package/lib/HighlightPanel.js.map +1 -0
  48. package/lib/Highlighter.js +44 -0
  49. package/lib/Highlighter.js.map +1 -0
  50. package/lib/HorizontalScroll.js +59 -0
  51. package/lib/HorizontalScroll.js.map +1 -0
  52. package/lib/Icon.js +74 -0
  53. package/lib/Icon.js.map +1 -0
  54. package/lib/Illustration.js +49 -0
  55. package/lib/Illustration.js.map +1 -0
  56. package/lib/InfoTeaser.js +75 -0
  57. package/lib/InfoTeaser.js.map +1 -0
  58. package/lib/Input.js +207 -0
  59. package/lib/Input.js.map +1 -0
  60. package/lib/Label.js +140 -0
  61. package/lib/Label.js.map +1 -0
  62. package/lib/LazyIcon.js +33 -0
  63. package/lib/LazyIcon.js.map +1 -0
  64. package/lib/LazyIllustration.js +38 -0
  65. package/lib/LazyIllustration.js.map +1 -0
  66. package/lib/LinkList.js +152 -0
  67. package/lib/LinkList.js.map +1 -0
  68. package/lib/List.js +15 -0
  69. package/lib/List.js.map +1 -0
  70. package/lib/ListEditMode.js +42 -0
  71. package/lib/ListEditMode.js.map +1 -0
  72. package/lib/MaxCharacters.js +17 -0
  73. package/lib/MaxCharacters.js.map +1 -0
  74. package/lib/NotificationBadge.js +68 -0
  75. package/lib/NotificationBadge.js.map +1 -0
  76. package/lib/Panel.js +264 -0
  77. package/lib/Panel.js.map +1 -0
  78. package/lib/PanelOld.js +325 -0
  79. package/lib/PanelOld.js.map +1 -0
  80. package/lib/PanelTitle.js +19 -0
  81. package/lib/PanelTitle.js.map +1 -0
  82. package/lib/PopOver.js +80 -0
  83. package/lib/PopOver.js.map +1 -0
  84. package/lib/RadioButton.js +122 -0
  85. package/lib/RadioButton.js.map +1 -0
  86. package/lib/SVGVisualElement.js +3759 -0
  87. package/lib/SVGVisualElement.js.map +1 -0
  88. package/lib/Select.js +103 -0
  89. package/lib/Select.js.map +1 -0
  90. package/lib/SingleSelectItem.js +96 -0
  91. package/lib/SingleSelectItem.js.map +1 -0
  92. package/lib/Slider.js +305 -0
  93. package/lib/Slider.js.map +1 -0
  94. package/lib/Spacer.js +32 -0
  95. package/lib/Spacer.js.map +1 -0
  96. package/lib/StatusDot.js +106 -0
  97. package/lib/StatusDot.js.map +1 -0
  98. package/lib/StatusDotList.js +27 -0
  99. package/lib/StatusDotList.js.map +1 -0
  100. package/lib/StepButtons.js +32 -0
  101. package/lib/StepButtons.js.map +1 -0
  102. package/lib/TabList.js +190 -0
  103. package/lib/TabList.js.map +1 -0
  104. package/lib/TabPanel.js +16 -0
  105. package/lib/TabPanel.js.map +1 -0
  106. package/lib/Table.js +165 -0
  107. package/lib/Table.js.map +1 -0
  108. package/lib/TableBody.js +13 -0
  109. package/lib/TableBody.js.map +1 -0
  110. package/lib/TableCell.js +35 -0
  111. package/lib/TableCell.js.map +1 -0
  112. package/lib/TableExpandedRow.js +39 -0
  113. package/lib/TableExpandedRow.js.map +1 -0
  114. package/lib/TableExpanderCell.js +35 -0
  115. package/lib/TableExpanderCell.js.map +1 -0
  116. package/lib/TableHead.js +29 -0
  117. package/lib/TableHead.js.map +1 -0
  118. package/lib/TableHeadCell.js +52 -0
  119. package/lib/TableHeadCell.js.map +1 -0
  120. package/lib/TableRow.js +63 -0
  121. package/lib/TableRow.js.map +1 -0
  122. package/lib/Textarea.js +148 -0
  123. package/lib/Textarea.js.map +1 -0
  124. package/lib/Title.js +32 -0
  125. package/lib/Title.js.map +1 -0
  126. package/lib/Toast.js +43 -0
  127. package/lib/Toast.js.map +1 -0
  128. package/lib/__mocks__/IntersectionObserver.d.ts +6 -0
  129. package/lib/__mocks__/IntersectionObserver.js +15 -0
  130. package/lib/__mocks__/IntersectionObserver.js.map +1 -0
  131. package/lib/__mocks__/MutationObserver.d.ts +5 -0
  132. package/lib/__mocks__/MutationObserver.js +13 -0
  133. package/lib/__mocks__/MutationObserver.js.map +1 -0
  134. package/lib/__mocks__/ResizeObserver.d.ts +6 -0
  135. package/lib/__mocks__/ResizeObserver.js +15 -0
  136. package/lib/__mocks__/ResizeObserver.js.map +1 -0
  137. package/lib/__mocks__/matchMedia.d.ts +1 -0
  138. package/lib/__mocks__/matchMedia.js +15 -0
  139. package/lib/__mocks__/matchMedia.js.map +1 -0
  140. package/lib/__mocks__/useHover.d.ts +1 -0
  141. package/lib/__mocks__/useHover.js +6 -0
  142. package/lib/__mocks__/useHover.js.map +1 -0
  143. package/lib/__mocks__/useLayoutEvent.d.ts +1 -0
  144. package/lib/__mocks__/useLayoutEvent.js +4 -0
  145. package/lib/__mocks__/useLayoutEvent.js.map +1 -0
  146. package/lib/__mocks__/useOutsideEvent.d.ts +1 -0
  147. package/lib/__mocks__/useOutsideEvent.js +4 -0
  148. package/lib/__mocks__/useOutsideEvent.js.map +1 -0
  149. package/lib/__mocks__/usePseudoClasses.d.ts +1 -0
  150. package/lib/__mocks__/usePseudoClasses.js +6 -0
  151. package/lib/__mocks__/usePseudoClasses.js.map +1 -0
  152. package/lib/__mocks__/useSize.d.ts +1 -0
  153. package/lib/__mocks__/useSize.js +11 -0
  154. package/lib/__mocks__/useSize.js.map +1 -0
  155. package/lib/__mocks__/uuid.d.ts +1 -0
  156. package/lib/__mocks__/uuid.js +9 -0
  157. package/lib/__mocks__/uuid.js.map +1 -0
  158. package/lib/clamp.js +11 -0
  159. package/lib/clamp.js.map +1 -0
  160. package/lib/components/AnchorLink/AnchorLink.d.ts +24 -0
  161. package/lib/components/AnchorLink/AnchorLink.test.d.ts +1 -0
  162. package/lib/components/AnchorLink/index.d.ts +3 -0
  163. package/lib/components/AnchorLink/index.js +5 -0
  164. package/lib/components/AnchorLink/index.js.map +1 -0
  165. package/lib/components/ArticleTeaser/ArticleTeaser.d.ts +23 -0
  166. package/lib/components/ArticleTeaser/ArticleTeaser.test.d.ts +1 -0
  167. package/lib/components/ArticleTeaser/index.d.ts +3 -0
  168. package/lib/components/ArticleTeaser/index.js +67 -0
  169. package/lib/components/ArticleTeaser/index.js.map +1 -0
  170. package/lib/components/ArticleTeaser/resourceHelper.d.ts +3 -0
  171. package/lib/components/AsChildSlot/AsChildSlot.d.ts +23 -0
  172. package/lib/components/AsChildSlot/AsChildSlot.test.d.ts +1 -0
  173. package/lib/components/AsChildSlot/index.d.ts +3 -0
  174. package/lib/components/AsChildSlot/index.js +6 -0
  175. package/lib/components/AsChildSlot/index.js.map +1 -0
  176. package/lib/components/Avatar/Avatar.d.ts +24 -0
  177. package/lib/components/Avatar/Avatar.test.d.ts +1 -0
  178. package/lib/components/Avatar/index.d.ts +3 -0
  179. package/lib/components/Avatar/index.js +7 -0
  180. package/lib/components/Avatar/index.js.map +1 -0
  181. package/lib/components/Badge/Badge.d.ts +23 -0
  182. package/lib/components/Badge/Badge.test.d.ts +1 -0
  183. package/lib/components/Badge/NotificationBadge.d.ts +17 -0
  184. package/lib/components/Badge/index.d.ts +3 -0
  185. package/lib/components/Badge/index.js +5 -0
  186. package/lib/components/Badge/index.js.map +1 -0
  187. package/lib/components/Button/Button.d.ts +53 -0
  188. package/lib/components/Button/Button.test.d.ts +1 -0
  189. package/lib/components/Button/index.d.ts +3 -0
  190. package/lib/components/Button/index.js +5 -0
  191. package/lib/components/Button/index.js.map +1 -0
  192. package/lib/components/Checkbox/Checkbox.d.ts +25 -0
  193. package/lib/components/Checkbox/Checkbox.test.d.ts +1 -0
  194. package/lib/components/Checkbox/index.d.ts +3 -0
  195. package/lib/components/Checkbox/index.js +6 -0
  196. package/lib/components/Checkbox/index.js.map +1 -0
  197. package/lib/components/Chip/Chip.d.ts +31 -0
  198. package/lib/components/Chip/Chip.test.d.ts +1 -0
  199. package/lib/components/Chip/index.d.ts +3 -0
  200. package/lib/components/Chip/index.js +51 -0
  201. package/lib/components/Chip/index.js.map +1 -0
  202. package/lib/components/Close/Close.d.ts +17 -0
  203. package/lib/components/Close/Close.test.d.ts +1 -0
  204. package/lib/components/Close/index.d.ts +3 -0
  205. package/lib/components/Close/index.js +5 -0
  206. package/lib/components/Close/index.js.map +1 -0
  207. package/lib/components/DictionaryTrigger/DictionaryTrigger.d.ts +21 -0
  208. package/lib/components/DictionaryTrigger/DictionaryTrigger.test.d.ts +1 -0
  209. package/lib/components/DictionaryTrigger/index.d.ts +3 -0
  210. package/lib/components/DictionaryTrigger/index.js +5 -0
  211. package/lib/components/DictionaryTrigger/index.js.map +1 -0
  212. package/lib/components/Drawer/Drawer.d.ts +52 -0
  213. package/lib/components/Drawer/Drawer.test.d.ts +1 -0
  214. package/lib/components/Drawer/index.d.ts +3 -0
  215. package/lib/components/Drawer/index.js +5 -0
  216. package/lib/components/Drawer/index.js.map +1 -0
  217. package/lib/components/Drawer/resourceHelper.d.ts +3 -0
  218. package/lib/components/Dropdown/Dropdown.d.ts +40 -0
  219. package/lib/components/Dropdown/Dropdown.test.d.ts +1 -0
  220. package/lib/components/Dropdown/SingleSelect/SingleSelect.d.ts +18 -0
  221. package/lib/components/Dropdown/SingleSelect/SingleSelect.test.d.ts +1 -0
  222. package/lib/components/Dropdown/SingleSelect/SingleSelectItem.d.ts +21 -0
  223. package/lib/components/Dropdown/SingleSelect/index.d.ts +3 -0
  224. package/lib/components/Dropdown/SingleSelect/index.js +6 -0
  225. package/lib/components/Dropdown/SingleSelect/index.js.map +1 -0
  226. package/lib/components/Dropdown/index.d.ts +3 -0
  227. package/lib/components/Dropdown/index.js +273 -0
  228. package/lib/components/Dropdown/index.js.map +1 -0
  229. package/lib/components/Dropdown/resourceHelper.d.ts +3 -0
  230. package/lib/components/DropdownOld/DropdownOld.d.ts +42 -0
  231. package/lib/components/DropdownOld/DropdownOld.test.d.ts +0 -0
  232. package/lib/components/DropdownOld/index.d.ts +3 -0
  233. package/lib/components/DropdownOld/index.js +194 -0
  234. package/lib/components/DropdownOld/index.js.map +1 -0
  235. package/lib/components/DropdownOld/resourceHelper.d.ts +3 -0
  236. package/lib/components/Duolist/Duolist.d.ts +46 -0
  237. package/lib/components/Duolist/Duolist.test.d.ts +1 -0
  238. package/lib/components/Duolist/index.d.ts +3 -0
  239. package/lib/components/Duolist/index.js +8 -0
  240. package/lib/components/Duolist/index.js.map +1 -0
  241. package/lib/components/ElementHeader/ElementHeader.d.ts +59 -0
  242. package/lib/components/ElementHeader/ElementHeaderText/ElementHeaderText.d.ts +25 -0
  243. package/lib/components/ElementHeader/ElementHeaderText/index.d.ts +3 -0
  244. package/lib/components/ElementHeader/ElementHeaderText/index.js +6 -0
  245. package/lib/components/ElementHeader/ElementHeaderText/index.js.map +1 -0
  246. package/lib/components/ElementHeader/StatusDotList/StatusDotList.d.ts +23 -0
  247. package/lib/components/ElementHeader/StatusDotList/index.d.ts +3 -0
  248. package/lib/components/ElementHeader/StatusDotList/index.js +6 -0
  249. package/lib/components/ElementHeader/StatusDotList/index.js.map +1 -0
  250. package/lib/components/ElementHeader/index.d.ts +3 -0
  251. package/lib/components/ElementHeader/index.js +9 -0
  252. package/lib/components/ElementHeader/index.js.map +1 -0
  253. package/lib/components/EmptyState/EmptyBoxBeeMedium.d.ts +4 -0
  254. package/lib/components/EmptyState/EmptyBoxBeeSmall.d.ts +4 -0
  255. package/lib/components/EmptyState/EmptyState.d.ts +32 -0
  256. package/lib/components/EmptyState/EmptyState.test.d.ts +1 -0
  257. package/lib/components/EmptyState/index.d.ts +3 -0
  258. package/lib/components/EmptyState/index.js +306 -0
  259. package/lib/components/EmptyState/index.js.map +1 -0
  260. package/lib/components/ErrorWrapper/ErrorWrapper.d.ts +22 -0
  261. package/lib/components/ErrorWrapper/ErrorWrapper.test.d.ts +1 -0
  262. package/lib/components/ErrorWrapper/index.d.ts +3 -0
  263. package/lib/components/ErrorWrapper/index.js +6 -0
  264. package/lib/components/ErrorWrapper/index.js.map +1 -0
  265. package/lib/components/Expander/Expander.d.ts +40 -0
  266. package/lib/components/Expander/Expander.test.d.ts +1 -0
  267. package/lib/components/Expander/index.d.ts +3 -0
  268. package/lib/components/Expander/index.js +7 -0
  269. package/lib/components/Expander/index.js.map +1 -0
  270. package/lib/components/ExpanderHierarchy/Expander.d.ts +19 -0
  271. package/lib/components/ExpanderHierarchy/ExpanderButton.d.ts +10 -0
  272. package/lib/components/ExpanderHierarchy/ExpanderHierarchy.d.ts +21 -0
  273. package/lib/components/ExpanderHierarchy/ExpanderHierarchy.test.d.ts +1 -0
  274. package/lib/components/ExpanderHierarchy/index.d.ts +3 -0
  275. package/lib/components/ExpanderHierarchy/index.js +115 -0
  276. package/lib/components/ExpanderHierarchy/index.js.map +1 -0
  277. package/lib/components/ExpanderHierarchy/utils.d.ts +2 -0
  278. package/lib/components/ExpanderList/ExpanderList.d.ts +70 -0
  279. package/lib/components/ExpanderList/ExpanderList.test.d.ts +0 -0
  280. package/lib/components/ExpanderList/index.d.ts +3 -0
  281. package/lib/components/ExpanderList/index.js +219 -0
  282. package/lib/components/ExpanderList/index.js.map +1 -0
  283. package/lib/components/EyebrowHeader/EyebrowHeader.d.ts +17 -0
  284. package/lib/components/EyebrowHeader/EyebrowHeader.test.d.ts +1 -0
  285. package/lib/components/EyebrowHeader/index.d.ts +3 -0
  286. package/lib/components/EyebrowHeader/index.js +15 -0
  287. package/lib/components/EyebrowHeader/index.js.map +1 -0
  288. package/lib/components/FavoriteButton/FavoriteButton.d.ts +19 -0
  289. package/lib/components/FavoriteButton/FavoriteButton.test.d.ts +1 -0
  290. package/lib/components/FavoriteButton/StarIcon.d.ts +4 -0
  291. package/lib/components/FavoriteButton/index.d.ts +3 -0
  292. package/lib/components/FavoriteButton/index.js +209 -0
  293. package/lib/components/FavoriteButton/index.js.map +1 -0
  294. package/lib/components/FavoriteButton/resourceHelper.d.ts +3 -0
  295. package/lib/components/FormFieldTag/FormFieldTag.d.ts +15 -0
  296. package/lib/components/FormFieldTag/FormFieldTag.test.d.ts +1 -0
  297. package/lib/components/FormFieldTag/index.d.ts +3 -0
  298. package/lib/components/FormFieldTag/index.js +5 -0
  299. package/lib/components/FormFieldTag/index.js.map +1 -0
  300. package/lib/components/FormFieldTag/resourceHelper.d.ts +3 -0
  301. package/lib/components/FormGroup/FormGroup.d.ts +45 -0
  302. package/lib/components/FormGroup/FormGroup.test.d.ts +1 -0
  303. package/lib/components/FormGroup/index.d.ts +3 -0
  304. package/lib/components/FormGroup/index.js +6 -0
  305. package/lib/components/FormGroup/index.js.map +1 -0
  306. package/lib/components/FormLayout/FormLayout.d.ts +27 -0
  307. package/lib/components/FormLayout/FormLayout.test.d.ts +1 -0
  308. package/lib/components/FormLayout/index.d.ts +3 -0
  309. package/lib/components/FormLayout/index.js +8 -0
  310. package/lib/components/FormLayout/index.js.map +1 -0
  311. package/lib/components/HelpBubble/HelpBubble.d.ts +43 -0
  312. package/lib/components/HelpBubble/HelpBubble.test.d.ts +1 -0
  313. package/lib/components/HelpBubble/index.d.ts +3 -0
  314. package/lib/components/HelpBubble/index.js +94 -0
  315. package/lib/components/HelpBubble/index.js.map +1 -0
  316. package/lib/components/HelpBubble/resourceHelper.d.ts +3 -0
  317. package/lib/components/HelpDetails/HelpDetails.d.ts +11 -0
  318. package/lib/components/HelpDetails/HelpDetails.test.d.ts +1 -0
  319. package/lib/components/HelpDrawer/HelpDrawer.d.ts +11 -0
  320. package/lib/components/HelpDrawer/HelpDrawer.test.d.ts +1 -0
  321. package/lib/components/HelpDrawer/index.d.ts +3 -0
  322. package/lib/components/HelpDrawer/index.js +40 -0
  323. package/lib/components/HelpDrawer/index.js.map +1 -0
  324. package/lib/components/HelpDrawer/resourceHelper.d.ts +3 -0
  325. package/lib/components/HelpExpanderInline/HelpExpanderInline.d.ts +17 -0
  326. package/lib/components/HelpExpanderInline/HelpExpanderInline.test.d.ts +1 -0
  327. package/lib/components/HelpExpanderInline/index.d.ts +3 -0
  328. package/lib/components/HelpExpanderInline/index.js +16 -0
  329. package/lib/components/HelpExpanderInline/index.js.map +1 -0
  330. package/lib/components/HelpExpanderStandalone/HelpExpanderStandalone.d.ts +28 -0
  331. package/lib/components/HelpExpanderStandalone/HelpExpanderStandalone.test.d.ts +1 -0
  332. package/lib/components/HelpExpanderStandalone/index.d.ts +3 -0
  333. package/lib/components/HelpExpanderStandalone/index.js +50 -0
  334. package/lib/components/HelpExpanderStandalone/index.js.map +1 -0
  335. package/lib/components/HelpPanel/HelpPanel.d.ts +16 -0
  336. package/lib/components/HelpPanel/HelpPanel.test.d.ts +1 -0
  337. package/lib/components/HelpPanel/index.d.ts +3 -0
  338. package/lib/components/HelpPanel/index.js +22 -0
  339. package/lib/components/HelpPanel/index.js.map +1 -0
  340. package/lib/components/HelpTeaser/HelpTeaser.d.ts +20 -0
  341. package/lib/components/HelpTeaser/HelpTeaser.test.d.ts +1 -0
  342. package/lib/components/HelpTeaser/index.d.ts +3 -0
  343. package/lib/components/HelpTeaser/index.js +25 -0
  344. package/lib/components/HelpTeaser/index.js.map +1 -0
  345. package/lib/components/HelpTooltip/HelpTooltip.d.ts +13 -0
  346. package/lib/components/HelpTooltip/HelpTooltip.test.d.ts +1 -0
  347. package/lib/components/HelpTooltip/index.d.ts +3 -0
  348. package/lib/components/HelpTooltip/index.js +33 -0
  349. package/lib/components/HelpTooltip/index.js.map +1 -0
  350. package/lib/components/HelpTriggerIcon/HelpSign.d.ts +8 -0
  351. package/lib/components/HelpTriggerIcon/HelpTriggerIcon.d.ts +40 -0
  352. package/lib/components/HelpTriggerIcon/HelpTriggerIcon.test.d.ts +1 -0
  353. package/lib/components/HelpTriggerIcon/index.d.ts +3 -0
  354. package/lib/components/HelpTriggerIcon/index.js +7 -0
  355. package/lib/components/HelpTriggerIcon/index.js.map +1 -0
  356. package/lib/components/HelpTriggerInline/HelpTriggerInline.d.ts +28 -0
  357. package/lib/components/HelpTriggerInline/HelpTriggerInline.test.d.ts +1 -0
  358. package/lib/components/HelpTriggerInline/index.d.ts +3 -0
  359. package/lib/components/HelpTriggerInline/index.js +38 -0
  360. package/lib/components/HelpTriggerInline/index.js.map +1 -0
  361. package/lib/components/HelpTriggerStandalone/HelpTriggerStandalone.d.ts +28 -0
  362. package/lib/components/HelpTriggerStandalone/HelpTriggerStandalone.test.d.ts +1 -0
  363. package/lib/components/HelpTriggerStandalone/index.d.ts +3 -0
  364. package/lib/components/HelpTriggerStandalone/index.js +5 -0
  365. package/lib/components/HelpTriggerStandalone/index.js.map +1 -0
  366. package/lib/components/HighlightPanel/HighlightPanel.d.ts +30 -0
  367. package/lib/components/HighlightPanel/HighlightPanel.test.d.ts +1 -0
  368. package/lib/components/HighlightPanel/index.d.ts +3 -0
  369. package/lib/components/HighlightPanel/index.js +5 -0
  370. package/lib/components/HighlightPanel/index.js.map +1 -0
  371. package/lib/components/Highlighter/Highlighter.d.ts +7 -0
  372. package/lib/components/Highlighter/Highlighter.test.d.ts +1 -0
  373. package/lib/components/Highlighter/index.d.ts +3 -0
  374. package/lib/components/Highlighter/index.js +6 -0
  375. package/lib/components/Highlighter/index.js.map +1 -0
  376. package/lib/components/HorizontalScroll/HorizontalScroll.d.ts +13 -0
  377. package/lib/components/HorizontalScroll/HorizontalScroll.test.d.ts +1 -0
  378. package/lib/components/HorizontalScroll/index.d.ts +3 -0
  379. package/lib/components/HorizontalScroll/index.js +6 -0
  380. package/lib/components/HorizontalScroll/index.js.map +1 -0
  381. package/lib/components/Icon/Icon.d.ts +37 -0
  382. package/lib/components/Icon/Icon.test.d.ts +1 -0
  383. package/lib/components/Icon/index.d.ts +4 -0
  384. package/lib/components/Icon/index.js +10 -0
  385. package/lib/components/Icon/index.js.map +1 -0
  386. package/lib/components/Icons/ActiveMonitoring.d.ts +4 -0
  387. package/lib/components/Icons/ActiveMonitoring.js +22 -0
  388. package/lib/components/Icons/ActiveMonitoring.js.map +1 -0
  389. package/lib/components/Icons/AcupunctureBack.d.ts +4 -0
  390. package/lib/components/Icons/AcupunctureBack.js +24 -0
  391. package/lib/components/Icons/AcupunctureBack.js.map +1 -0
  392. package/lib/components/Icons/AdditionalIconInformation.d.ts +1343 -0
  393. package/lib/components/Icons/AdditionalIconInformation.js +341 -0
  394. package/lib/components/Icons/AdditionalIconInformation.js.map +1 -0
  395. package/lib/components/Icons/AlarmClock.d.ts +4 -0
  396. package/lib/components/Icons/AlarmClock.js +35 -0
  397. package/lib/components/Icons/AlarmClock.js.map +1 -0
  398. package/lib/components/Icons/AlertSignFill.d.ts +4 -0
  399. package/lib/components/Icons/AlertSignFill.js +13 -0
  400. package/lib/components/Icons/AlertSignFill.js.map +1 -0
  401. package/lib/components/Icons/AlertSignStroke.d.ts +4 -0
  402. package/lib/components/Icons/AlertSignStroke.js +13 -0
  403. package/lib/components/Icons/AlertSignStroke.js.map +1 -0
  404. package/lib/components/Icons/Amputation.d.ts +4 -0
  405. package/lib/components/Icons/Amputation.js +10 -0
  406. package/lib/components/Icons/Amputation.js.map +1 -0
  407. package/lib/components/Icons/Anxiety.d.ts +4 -0
  408. package/lib/components/Icons/Anxiety.js +10 -0
  409. package/lib/components/Icons/Anxiety.js.map +1 -0
  410. package/lib/components/Icons/Apple.d.ts +4 -0
  411. package/lib/components/Icons/Apple.js +10 -0
  412. package/lib/components/Icons/Apple.js.map +1 -0
  413. package/lib/components/Icons/Archive.d.ts +4 -0
  414. package/lib/components/Icons/Archive.js +37 -0
  415. package/lib/components/Icons/Archive.js.map +1 -0
  416. package/lib/components/Icons/ArmFlexing.d.ts +4 -0
  417. package/lib/components/Icons/ArmFlexing.js +10 -0
  418. package/lib/components/Icons/ArmFlexing.js.map +1 -0
  419. package/lib/components/Icons/ArrowDown.d.ts +4 -0
  420. package/lib/components/Icons/ArrowDown.js +37 -0
  421. package/lib/components/Icons/ArrowDown.js.map +1 -0
  422. package/lib/components/Icons/ArrowLeft.d.ts +4 -0
  423. package/lib/components/Icons/ArrowLeft.js +13 -0
  424. package/lib/components/Icons/ArrowLeft.js.map +1 -0
  425. package/lib/components/Icons/ArrowRight.d.ts +4 -0
  426. package/lib/components/Icons/ArrowRight.js +13 -0
  427. package/lib/components/Icons/ArrowRight.js.map +1 -0
  428. package/lib/components/Icons/ArrowUp.d.ts +4 -0
  429. package/lib/components/Icons/ArrowUp.js +37 -0
  430. package/lib/components/Icons/ArrowUp.js.map +1 -0
  431. package/lib/components/Icons/ArrowUpRight.d.ts +4 -0
  432. package/lib/components/Icons/ArrowUpRight.js +13 -0
  433. package/lib/components/Icons/ArrowUpRight.js.map +1 -0
  434. package/lib/components/Icons/Attachment.d.ts +4 -0
  435. package/lib/components/Icons/Attachment.js +29 -0
  436. package/lib/components/Icons/Attachment.js.map +1 -0
  437. package/lib/components/Icons/Atv.d.ts +4 -0
  438. package/lib/components/Icons/Atv.js +10 -0
  439. package/lib/components/Icons/Atv.js.map +1 -0
  440. package/lib/components/Icons/Avatar.d.ts +4 -0
  441. package/lib/components/Icons/Avatar.js +13 -0
  442. package/lib/components/Icons/Avatar.js.map +1 -0
  443. package/lib/components/Icons/AwakePersonOnPillow.d.ts +4 -0
  444. package/lib/components/Icons/AwakePersonOnPillow.js +10 -0
  445. package/lib/components/Icons/AwakePersonOnPillow.js.map +1 -0
  446. package/lib/components/Icons/Baby.d.ts +4 -0
  447. package/lib/components/Icons/Baby.js +10 -0
  448. package/lib/components/Icons/Baby.js.map +1 -0
  449. package/lib/components/Icons/BandAid.d.ts +4 -0
  450. package/lib/components/Icons/BandAid.js +10 -0
  451. package/lib/components/Icons/BandAid.js.map +1 -0
  452. package/lib/components/Icons/BeerAndPills.d.ts +4 -0
  453. package/lib/components/Icons/BeerAndPills.js +22 -0
  454. package/lib/components/Icons/BeerAndPills.js.map +1 -0
  455. package/lib/components/Icons/Bell.d.ts +4 -0
  456. package/lib/components/Icons/Bell.js +10 -0
  457. package/lib/components/Icons/Bell.js.map +1 -0
  458. package/lib/components/Icons/Bike.d.ts +4 -0
  459. package/lib/components/Icons/Bike.js +10 -0
  460. package/lib/components/Icons/Bike.js.map +1 -0
  461. package/lib/components/Icons/BirthControl.d.ts +4 -0
  462. package/lib/components/Icons/BirthControl.js +22 -0
  463. package/lib/components/Icons/BirthControl.js.map +1 -0
  464. package/lib/components/Icons/BirthdayCake.d.ts +4 -0
  465. package/lib/components/Icons/BirthdayCake.js +10 -0
  466. package/lib/components/Icons/BirthdayCake.js.map +1 -0
  467. package/lib/components/Icons/Boat.d.ts +4 -0
  468. package/lib/components/Icons/Boat.js +10 -0
  469. package/lib/components/Icons/Boat.js.map +1 -0
  470. package/lib/components/Icons/Body.d.ts +4 -0
  471. package/lib/components/Icons/Body.js +22 -0
  472. package/lib/components/Icons/Body.js.map +1 -0
  473. package/lib/components/Icons/Braille.d.ts +4 -0
  474. package/lib/components/Icons/Braille.js +11 -0
  475. package/lib/components/Icons/Braille.js.map +1 -0
  476. package/lib/components/Icons/Brain.d.ts +4 -0
  477. package/lib/components/Icons/Brain.js +10 -0
  478. package/lib/components/Icons/Brain.js.map +1 -0
  479. package/lib/components/Icons/BreastReconstruction.d.ts +4 -0
  480. package/lib/components/Icons/BreastReconstruction.js +22 -0
  481. package/lib/components/Icons/BreastReconstruction.js.map +1 -0
  482. package/lib/components/Icons/BreastRemoval.d.ts +4 -0
  483. package/lib/components/Icons/BreastRemoval.js +22 -0
  484. package/lib/components/Icons/BreastRemoval.js.map +1 -0
  485. package/lib/components/Icons/Breasts.d.ts +4 -0
  486. package/lib/components/Icons/Breasts.js +10 -0
  487. package/lib/components/Icons/Breasts.js.map +1 -0
  488. package/lib/components/Icons/BrokenHeart.d.ts +4 -0
  489. package/lib/components/Icons/BrokenHeart.js +10 -0
  490. package/lib/components/Icons/BrokenHeart.js.map +1 -0
  491. package/lib/components/Icons/BrokenPuzzle.d.ts +4 -0
  492. package/lib/components/Icons/BrokenPuzzle.js +10 -0
  493. package/lib/components/Icons/BrokenPuzzle.js.map +1 -0
  494. package/lib/components/Icons/Bus.d.ts +4 -0
  495. package/lib/components/Icons/Bus.js +32 -0
  496. package/lib/components/Icons/Bus.js.map +1 -0
  497. package/lib/components/Icons/Calendar.d.ts +4 -0
  498. package/lib/components/Icons/Calendar.js +37 -0
  499. package/lib/components/Icons/Calendar.js.map +1 -0
  500. package/lib/components/Icons/CalendarChange.d.ts +4 -0
  501. package/lib/components/Icons/CalendarChange.js +37 -0
  502. package/lib/components/Icons/CalendarChange.js.map +1 -0
  503. package/lib/components/Icons/CalendarCheck.d.ts +4 -0
  504. package/lib/components/Icons/CalendarCheck.js +37 -0
  505. package/lib/components/Icons/CalendarCheck.js.map +1 -0
  506. package/lib/components/Icons/CalendarEvent.d.ts +4 -0
  507. package/lib/components/Icons/CalendarEvent.js +10 -0
  508. package/lib/components/Icons/CalendarEvent.js.map +1 -0
  509. package/lib/components/Icons/CalendarSave.d.ts +4 -0
  510. package/lib/components/Icons/CalendarSave.js +13 -0
  511. package/lib/components/Icons/CalendarSave.js.map +1 -0
  512. package/lib/components/Icons/Cancer.d.ts +4 -0
  513. package/lib/components/Icons/Cancer.js +24 -0
  514. package/lib/components/Icons/Cancer.js.map +1 -0
  515. package/lib/components/Icons/Candle.d.ts +4 -0
  516. package/lib/components/Icons/Candle.js +23 -0
  517. package/lib/components/Icons/Candle.js.map +1 -0
  518. package/lib/components/Icons/Car.d.ts +4 -0
  519. package/lib/components/Icons/Car.js +10 -0
  520. package/lib/components/Icons/Car.js.map +1 -0
  521. package/lib/components/Icons/Carton.d.ts +4 -0
  522. package/lib/components/Icons/Carton.js +42 -0
  523. package/lib/components/Icons/Carton.js.map +1 -0
  524. package/lib/components/Icons/Change.d.ts +4 -0
  525. package/lib/components/Icons/Change.js +46 -0
  526. package/lib/components/Icons/Change.js.map +1 -0
  527. package/lib/components/Icons/Check.d.ts +4 -0
  528. package/lib/components/Icons/Check.js +13 -0
  529. package/lib/components/Icons/Check.js.map +1 -0
  530. package/lib/components/Icons/CheckFill.d.ts +4 -0
  531. package/lib/components/Icons/CheckFill.js +37 -0
  532. package/lib/components/Icons/CheckFill.js.map +1 -0
  533. package/lib/components/Icons/CheckOutline.d.ts +4 -0
  534. package/lib/components/Icons/CheckOutline.js +22 -0
  535. package/lib/components/Icons/CheckOutline.js.map +1 -0
  536. package/lib/components/Icons/Chest.d.ts +4 -0
  537. package/lib/components/Icons/Chest.js +10 -0
  538. package/lib/components/Icons/Chest.js.map +1 -0
  539. package/lib/components/Icons/ChevronDown.d.ts +4 -0
  540. package/lib/components/Icons/ChevronDown.js +13 -0
  541. package/lib/components/Icons/ChevronDown.js.map +1 -0
  542. package/lib/components/Icons/ChevronLeft.d.ts +4 -0
  543. package/lib/components/Icons/ChevronLeft.js +13 -0
  544. package/lib/components/Icons/ChevronLeft.js.map +1 -0
  545. package/lib/components/Icons/ChevronRight.d.ts +4 -0
  546. package/lib/components/Icons/ChevronRight.js +13 -0
  547. package/lib/components/Icons/ChevronRight.js.map +1 -0
  548. package/lib/components/Icons/ChevronUp.d.ts +4 -0
  549. package/lib/components/Icons/ChevronUp.js +13 -0
  550. package/lib/components/Icons/ChevronUp.js.map +1 -0
  551. package/lib/components/Icons/ChevronsDown.d.ts +4 -0
  552. package/lib/components/Icons/ChevronsDown.js +37 -0
  553. package/lib/components/Icons/ChevronsDown.js.map +1 -0
  554. package/lib/components/Icons/ChevronsUp.d.ts +4 -0
  555. package/lib/components/Icons/ChevronsUp.js +37 -0
  556. package/lib/components/Icons/ChevronsUp.js.map +1 -0
  557. package/lib/components/Icons/ChildPlaying.d.ts +4 -0
  558. package/lib/components/Icons/ChildPlaying.js +16 -0
  559. package/lib/components/Icons/ChildPlaying.js.map +1 -0
  560. package/lib/components/Icons/Cigarette.d.ts +4 -0
  561. package/lib/components/Icons/Cigarette.js +10 -0
  562. package/lib/components/Icons/Cigarette.js.map +1 -0
  563. package/lib/components/Icons/Coins.d.ts +4 -0
  564. package/lib/components/Icons/Coins.js +22 -0
  565. package/lib/components/Icons/Coins.js.map +1 -0
  566. package/lib/components/Icons/Contacts.d.ts +4 -0
  567. package/lib/components/Icons/Contacts.js +13 -0
  568. package/lib/components/Icons/Contacts.js.map +1 -0
  569. package/lib/components/Icons/Copy.d.ts +4 -0
  570. package/lib/components/Icons/Copy.js +24 -0
  571. package/lib/components/Icons/Copy.js.map +1 -0
  572. package/lib/components/Icons/CoronaCertificate.d.ts +4 -0
  573. package/lib/components/Icons/CoronaCertificate.js +22 -0
  574. package/lib/components/Icons/CoronaCertificate.js.map +1 -0
  575. package/lib/components/Icons/Coronavirus.d.ts +4 -0
  576. package/lib/components/Icons/Coronavirus.js +10 -0
  577. package/lib/components/Icons/Coronavirus.js.map +1 -0
  578. package/lib/components/Icons/Cough.d.ts +4 -0
  579. package/lib/components/Icons/Cough.js +10 -0
  580. package/lib/components/Icons/Cough.js.map +1 -0
  581. package/lib/components/Icons/CreditCard.d.ts +4 -0
  582. package/lib/components/Icons/CreditCard.js +48 -0
  583. package/lib/components/Icons/CreditCard.js.map +1 -0
  584. package/lib/components/Icons/CriticalHealthInfo.d.ts +4 -0
  585. package/lib/components/Icons/CriticalHealthInfo.js +10 -0
  586. package/lib/components/Icons/CriticalHealthInfo.js.map +1 -0
  587. package/lib/components/Icons/Cross.d.ts +4 -0
  588. package/lib/components/Icons/Cross.js +10 -0
  589. package/lib/components/Icons/Cross.js.map +1 -0
  590. package/lib/components/Icons/DataExchange.d.ts +4 -0
  591. package/lib/components/Icons/DataExchange.js +22 -0
  592. package/lib/components/Icons/DataExchange.js.map +1 -0
  593. package/lib/components/Icons/DataReceived.d.ts +4 -0
  594. package/lib/components/Icons/DataReceived.js +22 -0
  595. package/lib/components/Icons/DataReceived.js.map +1 -0
  596. package/lib/components/Icons/DataSent.d.ts +4 -0
  597. package/lib/components/Icons/DataSent.js +22 -0
  598. package/lib/components/Icons/DataSent.js.map +1 -0
  599. package/lib/components/Icons/Depression.d.ts +4 -0
  600. package/lib/components/Icons/Depression.js +10 -0
  601. package/lib/components/Icons/Depression.js.map +1 -0
  602. package/lib/components/Icons/DigestiveSystem.d.ts +4 -0
  603. package/lib/components/Icons/DigestiveSystem.js +16 -0
  604. package/lib/components/Icons/DigestiveSystem.js.map +1 -0
  605. package/lib/components/Icons/Dizzy.d.ts +4 -0
  606. package/lib/components/Icons/Dizzy.js +10 -0
  607. package/lib/components/Icons/Dizzy.js.map +1 -0
  608. package/lib/components/Icons/Documents.d.ts +4 -0
  609. package/lib/components/Icons/Documents.js +10 -0
  610. package/lib/components/Icons/Documents.js.map +1 -0
  611. package/lib/components/Icons/Dog.d.ts +4 -0
  612. package/lib/components/Icons/Dog.js +10 -0
  613. package/lib/components/Icons/Dog.js.map +1 -0
  614. package/lib/components/Icons/DonorCard.d.ts +4 -0
  615. package/lib/components/Icons/DonorCard.js +10 -0
  616. package/lib/components/Icons/DonorCard.js.map +1 -0
  617. package/lib/components/Icons/DotActive.d.ts +4 -0
  618. package/lib/components/Icons/DotActive.js +16 -0
  619. package/lib/components/Icons/DotActive.js.map +1 -0
  620. package/lib/components/Icons/DotAlert.d.ts +4 -0
  621. package/lib/components/Icons/DotAlert.js +30 -0
  622. package/lib/components/Icons/DotAlert.js.map +1 -0
  623. package/lib/components/Icons/DotCancelled.d.ts +4 -0
  624. package/lib/components/Icons/DotCancelled.js +30 -0
  625. package/lib/components/Icons/DotCancelled.js.map +1 -0
  626. package/lib/components/Icons/DotHalfDisc.d.ts +4 -0
  627. package/lib/components/Icons/DotHalfDisc.js +30 -0
  628. package/lib/components/Icons/DotHalfDisc.js.map +1 -0
  629. package/lib/components/Icons/DotInactive.d.ts +4 -0
  630. package/lib/components/Icons/DotInactive.js +30 -0
  631. package/lib/components/Icons/DotInactive.js.map +1 -0
  632. package/lib/components/Icons/DotInfo.d.ts +4 -0
  633. package/lib/components/Icons/DotInfo.js +38 -0
  634. package/lib/components/Icons/DotInfo.js.map +1 -0
  635. package/lib/components/Icons/DotLookingGlass.d.ts +4 -0
  636. package/lib/components/Icons/DotLookingGlass.js +30 -0
  637. package/lib/components/Icons/DotLookingGlass.js.map +1 -0
  638. package/lib/components/Icons/DotPending.d.ts +4 -0
  639. package/lib/components/Icons/DotPending.js +16 -0
  640. package/lib/components/Icons/DotPending.js.map +1 -0
  641. package/lib/components/Icons/DotQuestionMark.d.ts +4 -0
  642. package/lib/components/Icons/DotQuestionMark.js +30 -0
  643. package/lib/components/Icons/DotQuestionMark.js.map +1 -0
  644. package/lib/components/Icons/DotSuccess.d.ts +4 -0
  645. package/lib/components/Icons/DotSuccess.js +30 -0
  646. package/lib/components/Icons/DotSuccess.js.map +1 -0
  647. package/lib/components/Icons/DotTransparent.d.ts +4 -0
  648. package/lib/components/Icons/DotTransparent.js +30 -0
  649. package/lib/components/Icons/DotTransparent.js.map +1 -0
  650. package/lib/components/Icons/DotWarningTriangle.d.ts +4 -0
  651. package/lib/components/Icons/DotWarningTriangle.js +30 -0
  652. package/lib/components/Icons/DotWarningTriangle.js.map +1 -0
  653. package/lib/components/Icons/Download.d.ts +4 -0
  654. package/lib/components/Icons/Download.js +37 -0
  655. package/lib/components/Icons/Download.js.map +1 -0
  656. package/lib/components/Icons/Draft.d.ts +4 -0
  657. package/lib/components/Icons/Draft.js +10 -0
  658. package/lib/components/Icons/Draft.js.map +1 -0
  659. package/lib/components/Icons/Drag.d.ts +4 -0
  660. package/lib/components/Icons/Drag.js +11 -0
  661. package/lib/components/Icons/Drag.js.map +1 -0
  662. package/lib/components/Icons/EChat.d.ts +4 -0
  663. package/lib/components/Icons/EChat.js +13 -0
  664. package/lib/components/Icons/EChat.js.map +1 -0
  665. package/lib/components/Icons/Ear.d.ts +4 -0
  666. package/lib/components/Icons/Ear.js +17 -0
  667. package/lib/components/Icons/Ear.js.map +1 -0
  668. package/lib/components/Icons/EarDeaf.d.ts +4 -0
  669. package/lib/components/Icons/EarDeaf.js +11 -0
  670. package/lib/components/Icons/EarDeaf.js.map +1 -0
  671. package/lib/components/Icons/EarHearingAid.d.ts +4 -0
  672. package/lib/components/Icons/EarHearingAid.js +14 -0
  673. package/lib/components/Icons/EarHearingAid.js.map +1 -0
  674. package/lib/components/Icons/EarNoseThroat.d.ts +4 -0
  675. package/lib/components/Icons/EarNoseThroat.js +18 -0
  676. package/lib/components/Icons/EarNoseThroat.js.map +1 -0
  677. package/lib/components/Icons/EarVolume.d.ts +4 -0
  678. package/lib/components/Icons/EarVolume.js +26 -0
  679. package/lib/components/Icons/EarVolume.js.map +1 -0
  680. package/lib/components/Icons/Edit.d.ts +4 -0
  681. package/lib/components/Icons/Edit.js +31 -0
  682. package/lib/components/Icons/Edit.js.map +1 -0
  683. package/lib/components/Icons/ElderlyPerson.d.ts +4 -0
  684. package/lib/components/Icons/ElderlyPerson.js +10 -0
  685. package/lib/components/Icons/ElderlyPerson.js.map +1 -0
  686. package/lib/components/Icons/Embolization.d.ts +4 -0
  687. package/lib/components/Icons/Embolization.js +22 -0
  688. package/lib/components/Icons/Embolization.js.map +1 -0
  689. package/lib/components/Icons/EmergencyCall.d.ts +4 -0
  690. package/lib/components/Icons/EmergencyCall.js +25 -0
  691. package/lib/components/Icons/EmergencyCall.js.map +1 -0
  692. package/lib/components/Icons/EmoticonAnnoyed.d.ts +4 -0
  693. package/lib/components/Icons/EmoticonAnnoyed.js +21 -0
  694. package/lib/components/Icons/EmoticonAnnoyed.js.map +1 -0
  695. package/lib/components/Icons/EmoticonDelighted.d.ts +4 -0
  696. package/lib/components/Icons/EmoticonDelighted.js +21 -0
  697. package/lib/components/Icons/EmoticonDelighted.js.map +1 -0
  698. package/lib/components/Icons/EmoticonDisappointed.d.ts +4 -0
  699. package/lib/components/Icons/EmoticonDisappointed.js +21 -0
  700. package/lib/components/Icons/EmoticonDisappointed.js.map +1 -0
  701. package/lib/components/Icons/EmoticonHappy.d.ts +4 -0
  702. package/lib/components/Icons/EmoticonHappy.js +21 -0
  703. package/lib/components/Icons/EmoticonHappy.js.map +1 -0
  704. package/lib/components/Icons/EmoticonMeh.d.ts +4 -0
  705. package/lib/components/Icons/EmoticonMeh.js +21 -0
  706. package/lib/components/Icons/EmoticonMeh.js.map +1 -0
  707. package/lib/components/Icons/EmptyBox.d.ts +4 -0
  708. package/lib/components/Icons/EmptyBox.js +24 -0
  709. package/lib/components/Icons/EmptyBox.js.map +1 -0
  710. package/lib/components/Icons/EnterFullScreen.d.ts +4 -0
  711. package/lib/components/Icons/EnterFullScreen.js +22 -0
  712. package/lib/components/Icons/EnterFullScreen.js.map +1 -0
  713. package/lib/components/Icons/Envelope.d.ts +4 -0
  714. package/lib/components/Icons/Envelope.js +13 -0
  715. package/lib/components/Icons/Envelope.js.map +1 -0
  716. package/lib/components/Icons/Epilepsy.d.ts +4 -0
  717. package/lib/components/Icons/Epilepsy.js +10 -0
  718. package/lib/components/Icons/Epilepsy.js.map +1 -0
  719. package/lib/components/Icons/Eraser.d.ts +4 -0
  720. package/lib/components/Icons/Eraser.js +19 -0
  721. package/lib/components/Icons/Eraser.js.map +1 -0
  722. package/lib/components/Icons/ErrorSignFill.d.ts +4 -0
  723. package/lib/components/Icons/ErrorSignFill.js +13 -0
  724. package/lib/components/Icons/ErrorSignFill.js.map +1 -0
  725. package/lib/components/Icons/ErrorSignStroke.d.ts +4 -0
  726. package/lib/components/Icons/ErrorSignStroke.js +13 -0
  727. package/lib/components/Icons/ErrorSignStroke.js.map +1 -0
  728. package/lib/components/Icons/EuropeanHealthCard.d.ts +4 -0
  729. package/lib/components/Icons/EuropeanHealthCard.js +13 -0
  730. package/lib/components/Icons/EuropeanHealthCard.js.map +1 -0
  731. package/lib/components/Icons/ExitFullScreen.d.ts +4 -0
  732. package/lib/components/Icons/ExitFullScreen.js +22 -0
  733. package/lib/components/Icons/ExitFullScreen.js.map +1 -0
  734. package/lib/components/Icons/Eye.d.ts +4 -0
  735. package/lib/components/Icons/Eye.js +37 -0
  736. package/lib/components/Icons/Eye.js.map +1 -0
  737. package/lib/components/Icons/Facebook.d.ts +4 -0
  738. package/lib/components/Icons/Facebook.js +10 -0
  739. package/lib/components/Icons/Facebook.js.map +1 -0
  740. package/lib/components/Icons/FallingLeaf.d.ts +4 -0
  741. package/lib/components/Icons/FallingLeaf.js +31 -0
  742. package/lib/components/Icons/FallingLeaf.js.map +1 -0
  743. package/lib/components/Icons/Feedback.d.ts +4 -0
  744. package/lib/components/Icons/Feedback.js +25 -0
  745. package/lib/components/Icons/Feedback.js.map +1 -0
  746. package/lib/components/Icons/Female.d.ts +4 -0
  747. package/lib/components/Icons/Female.js +10 -0
  748. package/lib/components/Icons/Female.js.map +1 -0
  749. package/lib/components/Icons/FemaleDoctor.d.ts +4 -0
  750. package/lib/components/Icons/FemaleDoctor.js +10 -0
  751. package/lib/components/Icons/FemaleDoctor.js.map +1 -0
  752. package/lib/components/Icons/Ferry.d.ts +4 -0
  753. package/lib/components/Icons/Ferry.js +10 -0
  754. package/lib/components/Icons/Ferry.js.map +1 -0
  755. package/lib/components/Icons/File.d.ts +4 -0
  756. package/lib/components/Icons/File.js +37 -0
  757. package/lib/components/Icons/File.js.map +1 -0
  758. package/lib/components/Icons/Filter.d.ts +4 -0
  759. package/lib/components/Icons/Filter.js +32 -0
  760. package/lib/components/Icons/Filter.js.map +1 -0
  761. package/lib/components/Icons/FingerBleed.d.ts +4 -0
  762. package/lib/components/Icons/FingerBleed.js +10 -0
  763. package/lib/components/Icons/FingerBleed.js.map +1 -0
  764. package/lib/components/Icons/FirstAidKit.d.ts +4 -0
  765. package/lib/components/Icons/FirstAidKit.js +10 -0
  766. package/lib/components/Icons/FirstAidKit.js.map +1 -0
  767. package/lib/components/Icons/Fish.d.ts +4 -0
  768. package/lib/components/Icons/Fish.js +44 -0
  769. package/lib/components/Icons/Fish.js.map +1 -0
  770. package/lib/components/Icons/FloppyDisk.d.ts +4 -0
  771. package/lib/components/Icons/FloppyDisk.js +22 -0
  772. package/lib/components/Icons/FloppyDisk.js.map +1 -0
  773. package/lib/components/Icons/Football.d.ts +4 -0
  774. package/lib/components/Icons/Football.js +10 -0
  775. package/lib/components/Icons/Football.js.map +1 -0
  776. package/lib/components/Icons/Form.d.ts +4 -0
  777. package/lib/components/Icons/Form.js +13 -0
  778. package/lib/components/Icons/Form.js.map +1 -0
  779. package/lib/components/Icons/Forward.d.ts +4 -0
  780. package/lib/components/Icons/Forward.js +19 -0
  781. package/lib/components/Icons/Forward.js.map +1 -0
  782. package/lib/components/Icons/Gallery.d.ts +4 -0
  783. package/lib/components/Icons/Gallery.js +37 -0
  784. package/lib/components/Icons/Gallery.js.map +1 -0
  785. package/lib/components/Icons/Garden.d.ts +4 -0
  786. package/lib/components/Icons/Garden.js +10 -0
  787. package/lib/components/Icons/Garden.js.map +1 -0
  788. package/lib/components/Icons/GasCan.d.ts +4 -0
  789. package/lib/components/Icons/GasCan.js +10 -0
  790. package/lib/components/Icons/GasCan.js.map +1 -0
  791. package/lib/components/Icons/GenderIdentity.d.ts +4 -0
  792. package/lib/components/Icons/GenderIdentity.js +22 -0
  793. package/lib/components/Icons/GenderIdentity.js.map +1 -0
  794. package/lib/components/Icons/GlassWater.d.ts +4 -0
  795. package/lib/components/Icons/GlassWater.js +22 -0
  796. package/lib/components/Icons/GlassWater.js.map +1 -0
  797. package/lib/components/Icons/Glasses.d.ts +4 -0
  798. package/lib/components/Icons/Glasses.js +25 -0
  799. package/lib/components/Icons/Glasses.js.map +1 -0
  800. package/lib/components/Icons/Globe.d.ts +4 -0
  801. package/lib/components/Icons/Globe.js +13 -0
  802. package/lib/components/Icons/Globe.js.map +1 -0
  803. package/lib/components/Icons/Grain.d.ts +4 -0
  804. package/lib/components/Icons/Grain.js +22 -0
  805. package/lib/components/Icons/Grain.js.map +1 -0
  806. package/lib/components/Icons/Graph.d.ts +4 -0
  807. package/lib/components/Icons/Graph.js +29 -0
  808. package/lib/components/Icons/Graph.js.map +1 -0
  809. package/lib/components/Icons/Group.d.ts +4 -0
  810. package/lib/components/Icons/Group.js +39 -0
  811. package/lib/components/Icons/Group.js.map +1 -0
  812. package/lib/components/Icons/GroupTwins.d.ts +4 -0
  813. package/lib/components/Icons/GroupTwins.js +84 -0
  814. package/lib/components/Icons/GroupTwins.js.map +1 -0
  815. package/lib/components/Icons/HTMLFile.d.ts +4 -0
  816. package/lib/components/Icons/HTMLFile.js +17 -0
  817. package/lib/components/Icons/HTMLFile.js.map +1 -0
  818. package/lib/components/Icons/HandWaving.d.ts +4 -0
  819. package/lib/components/Icons/HandWaving.js +10 -0
  820. package/lib/components/Icons/HandWaving.js.map +1 -0
  821. package/lib/components/Icons/HandWithDisease.d.ts +4 -0
  822. package/lib/components/Icons/HandWithDisease.js +10 -0
  823. package/lib/components/Icons/HandWithDisease.js.map +1 -0
  824. package/lib/components/Icons/HandsAndHeart.d.ts +4 -0
  825. package/lib/components/Icons/HandsAndHeart.js +23 -0
  826. package/lib/components/Icons/HandsAndHeart.js.map +1 -0
  827. package/lib/components/Icons/HealthClinic.d.ts +4 -0
  828. package/lib/components/Icons/HealthClinic.js +22 -0
  829. package/lib/components/Icons/HealthClinic.js.map +1 -0
  830. package/lib/components/Icons/HealthMeasurements.d.ts +4 -0
  831. package/lib/components/Icons/HealthMeasurements.js +24 -0
  832. package/lib/components/Icons/HealthMeasurements.js.map +1 -0
  833. package/lib/components/Icons/HealthWarning.d.ts +4 -0
  834. package/lib/components/Icons/HealthWarning.js +22 -0
  835. package/lib/components/Icons/HealthWarning.js.map +1 -0
  836. package/lib/components/Icons/HealthcarePerson.d.ts +4 -0
  837. package/lib/components/Icons/HealthcarePerson.js +77 -0
  838. package/lib/components/Icons/HealthcarePerson.js.map +1 -0
  839. package/lib/components/Icons/HealthcarePersonell.d.ts +4 -0
  840. package/lib/components/Icons/HealthcarePersonell.js +100 -0
  841. package/lib/components/Icons/HealthcarePersonell.js.map +1 -0
  842. package/lib/components/Icons/HearingProtection.d.ts +4 -0
  843. package/lib/components/Icons/HearingProtection.js +31 -0
  844. package/lib/components/Icons/HearingProtection.js.map +1 -0
  845. package/lib/components/Icons/Heart.d.ts +4 -0
  846. package/lib/components/Icons/Heart.js +13 -0
  847. package/lib/components/Icons/Heart.js.map +1 -0
  848. package/lib/components/Icons/HeartHands.d.ts +4 -0
  849. package/lib/components/Icons/HeartHands.js +76 -0
  850. package/lib/components/Icons/HeartHands.js.map +1 -0
  851. package/lib/components/Icons/HelpSign.d.ts +4 -0
  852. package/lib/components/Icons/HelpSign.js +13 -0
  853. package/lib/components/Icons/HelpSign.js.map +1 -0
  854. package/lib/components/Icons/HelpingHand.d.ts +4 -0
  855. package/lib/components/Icons/HelpingHand.js +22 -0
  856. package/lib/components/Icons/HelpingHand.js.map +1 -0
  857. package/lib/components/Icons/Hemodialysis.d.ts +4 -0
  858. package/lib/components/Icons/Hemodialysis.js +22 -0
  859. package/lib/components/Icons/Hemodialysis.js.map +1 -0
  860. package/lib/components/Icons/Hiker.d.ts +4 -0
  861. package/lib/components/Icons/Hiker.js +10 -0
  862. package/lib/components/Icons/Hiker.js.map +1 -0
  863. package/lib/components/Icons/Hipprosthesis.d.ts +4 -0
  864. package/lib/components/Icons/Hipprosthesis.js +22 -0
  865. package/lib/components/Icons/Hipprosthesis.js.map +1 -0
  866. package/lib/components/Icons/History.d.ts +4 -0
  867. package/lib/components/Icons/History.js +13 -0
  868. package/lib/components/Icons/History.js.map +1 -0
  869. package/lib/components/Icons/HivAndAids.d.ts +4 -0
  870. package/lib/components/Icons/HivAndAids.js +10 -0
  871. package/lib/components/Icons/HivAndAids.js.map +1 -0
  872. package/lib/components/Icons/Home.d.ts +4 -0
  873. package/lib/components/Icons/Home.js +37 -0
  874. package/lib/components/Icons/Home.js.map +1 -0
  875. package/lib/components/Icons/HomeFill.d.ts +4 -0
  876. package/lib/components/Icons/HomeFill.js +41 -0
  877. package/lib/components/Icons/HomeFill.js.map +1 -0
  878. package/lib/components/Icons/Hormone.d.ts +4 -0
  879. package/lib/components/Icons/Hormone.js +10 -0
  880. package/lib/components/Icons/Hormone.js.map +1 -0
  881. package/lib/components/Icons/Hospital.d.ts +4 -0
  882. package/lib/components/Icons/Hospital.js +37 -0
  883. package/lib/components/Icons/Hospital.js.map +1 -0
  884. package/lib/components/Icons/Hourglass.d.ts +4 -0
  885. package/lib/components/Icons/Hourglass.js +37 -0
  886. package/lib/components/Icons/Hourglass.js.map +1 -0
  887. package/lib/components/Icons/IconNames.d.ts +3 -0
  888. package/lib/components/Icons/IconNames.js +344 -0
  889. package/lib/components/Icons/IconNames.js.map +1 -0
  890. package/lib/components/Icons/ImgFile.d.ts +4 -0
  891. package/lib/components/Icons/ImgFile.js +22 -0
  892. package/lib/components/Icons/ImgFile.js.map +1 -0
  893. package/lib/components/Icons/Inbox.d.ts +4 -0
  894. package/lib/components/Icons/Inbox.js +19 -0
  895. package/lib/components/Icons/Inbox.js.map +1 -0
  896. package/lib/components/Icons/InfoSignFill.d.ts +4 -0
  897. package/lib/components/Icons/InfoSignFill.js +13 -0
  898. package/lib/components/Icons/InfoSignFill.js.map +1 -0
  899. package/lib/components/Icons/InfoSignStroke.d.ts +4 -0
  900. package/lib/components/Icons/InfoSignStroke.js +13 -0
  901. package/lib/components/Icons/InfoSignStroke.js.map +1 -0
  902. package/lib/components/Icons/Instagram.d.ts +4 -0
  903. package/lib/components/Icons/Instagram.js +17 -0
  904. package/lib/components/Icons/Instagram.js.map +1 -0
  905. package/lib/components/Icons/Intravenous.d.ts +4 -0
  906. package/lib/components/Icons/Intravenous.js +22 -0
  907. package/lib/components/Icons/Intravenous.js.map +1 -0
  908. package/lib/components/Icons/JointPain.d.ts +4 -0
  909. package/lib/components/Icons/JointPain.js +10 -0
  910. package/lib/components/Icons/JointPain.js.map +1 -0
  911. package/lib/components/Icons/Journal.d.ts +4 -0
  912. package/lib/components/Icons/Journal.js +13 -0
  913. package/lib/components/Icons/Journal.js.map +1 -0
  914. package/lib/components/Icons/JpgFile.d.ts +4 -0
  915. package/lib/components/Icons/JpgFile.js +22 -0
  916. package/lib/components/Icons/JpgFile.js.map +1 -0
  917. package/lib/components/Icons/Kidney.d.ts +4 -0
  918. package/lib/components/Icons/Kidney.js +10 -0
  919. package/lib/components/Icons/Kidney.js.map +1 -0
  920. package/lib/components/Icons/KitchenScale.d.ts +4 -0
  921. package/lib/components/Icons/KitchenScale.js +22 -0
  922. package/lib/components/Icons/KitchenScale.js.map +1 -0
  923. package/lib/components/Icons/Kjernejournal.d.ts +4 -0
  924. package/lib/components/Icons/Kjernejournal.js +10 -0
  925. package/lib/components/Icons/Kjernejournal.js.map +1 -0
  926. package/lib/components/Icons/Laboratory.d.ts +4 -0
  927. package/lib/components/Icons/Laboratory.js +22 -0
  928. package/lib/components/Icons/Laboratory.js.map +1 -0
  929. package/lib/components/Icons/LaptopBlog.d.ts +4 -0
  930. package/lib/components/Icons/LaptopBlog.js +10 -0
  931. package/lib/components/Icons/LaptopBlog.js.map +1 -0
  932. package/lib/components/Icons/LawBook.d.ts +4 -0
  933. package/lib/components/Icons/LawBook.js +13 -0
  934. package/lib/components/Icons/LawBook.js.map +1 -0
  935. package/lib/components/Icons/LegalDocument.d.ts +4 -0
  936. package/lib/components/Icons/LegalDocument.js +35 -0
  937. package/lib/components/Icons/LegalDocument.js.map +1 -0
  938. package/lib/components/Icons/LightBulb.d.ts +4 -0
  939. package/lib/components/Icons/LightBulb.js +10 -0
  940. package/lib/components/Icons/LightBulb.js.map +1 -0
  941. package/lib/components/Icons/List.d.ts +4 -0
  942. package/lib/components/Icons/List.js +37 -0
  943. package/lib/components/Icons/List.js.map +1 -0
  944. package/lib/components/Icons/Location.d.ts +4 -0
  945. package/lib/components/Icons/Location.js +16 -0
  946. package/lib/components/Icons/Location.js.map +1 -0
  947. package/lib/components/Icons/LocationFill.d.ts +4 -0
  948. package/lib/components/Icons/LocationFill.js +41 -0
  949. package/lib/components/Icons/LocationFill.js.map +1 -0
  950. package/lib/components/Icons/Lock.d.ts +4 -0
  951. package/lib/components/Icons/Lock.js +25 -0
  952. package/lib/components/Icons/Lock.js.map +1 -0
  953. package/lib/components/Icons/Login.d.ts +4 -0
  954. package/lib/components/Icons/Login.js +61 -0
  955. package/lib/components/Icons/Login.js.map +1 -0
  956. package/lib/components/Icons/Logout.d.ts +4 -0
  957. package/lib/components/Icons/Logout.js +53 -0
  958. package/lib/components/Icons/Logout.js.map +1 -0
  959. package/lib/components/Icons/Lungs.d.ts +4 -0
  960. package/lib/components/Icons/Lungs.js +10 -0
  961. package/lib/components/Icons/Lungs.js.map +1 -0
  962. package/lib/components/Icons/Makeup.d.ts +4 -0
  963. package/lib/components/Icons/Makeup.js +10 -0
  964. package/lib/components/Icons/Makeup.js.map +1 -0
  965. package/lib/components/Icons/MaleDoctor.d.ts +4 -0
  966. package/lib/components/Icons/MaleDoctor.js +10 -0
  967. package/lib/components/Icons/MaleDoctor.js.map +1 -0
  968. package/lib/components/Icons/MaleDoctorAndPerson.d.ts +4 -0
  969. package/lib/components/Icons/MaleDoctorAndPerson.js +18 -0
  970. package/lib/components/Icons/MaleDoctorAndPerson.js.map +1 -0
  971. package/lib/components/Icons/MaleDoctorCompact.d.ts +4 -0
  972. package/lib/components/Icons/MaleDoctorCompact.js +55 -0
  973. package/lib/components/Icons/MaleDoctorCompact.js.map +1 -0
  974. package/lib/components/Icons/MaleDoctorCompactFill.d.ts +4 -0
  975. package/lib/components/Icons/MaleDoctorCompactFill.js +41 -0
  976. package/lib/components/Icons/MaleDoctorCompactFill.js.map +1 -0
  977. package/lib/components/Icons/MaleGenitalia.d.ts +4 -0
  978. package/lib/components/Icons/MaleGenitalia.js +10 -0
  979. package/lib/components/Icons/MaleGenitalia.js.map +1 -0
  980. package/lib/components/Icons/Medicine.d.ts +4 -0
  981. package/lib/components/Icons/Medicine.js +37 -0
  982. package/lib/components/Icons/Medicine.js.map +1 -0
  983. package/lib/components/Icons/MedicineWarning.d.ts +4 -0
  984. package/lib/components/Icons/MedicineWarning.js +22 -0
  985. package/lib/components/Icons/MedicineWarning.js.map +1 -0
  986. package/lib/components/Icons/MentalHealthAdult.d.ts +4 -0
  987. package/lib/components/Icons/MentalHealthAdult.js +16 -0
  988. package/lib/components/Icons/MentalHealthAdult.js.map +1 -0
  989. package/lib/components/Icons/MentalHealthChild.d.ts +4 -0
  990. package/lib/components/Icons/MentalHealthChild.js +16 -0
  991. package/lib/components/Icons/MentalHealthChild.js.map +1 -0
  992. package/lib/components/Icons/Menu.d.ts +4 -0
  993. package/lib/components/Icons/Menu.js +13 -0
  994. package/lib/components/Icons/Menu.js.map +1 -0
  995. package/lib/components/Icons/Microscope.d.ts +4 -0
  996. package/lib/components/Icons/Microscope.js +22 -0
  997. package/lib/components/Icons/Microscope.js.map +1 -0
  998. package/lib/components/Icons/Minus.d.ts +4 -0
  999. package/lib/components/Icons/Minus.js +13 -0
  1000. package/lib/components/Icons/Minus.js.map +1 -0
  1001. package/lib/components/Icons/Mirror.d.ts +4 -0
  1002. package/lib/components/Icons/Mirror.js +10 -0
  1003. package/lib/components/Icons/Mirror.js.map +1 -0
  1004. package/lib/components/Icons/MobilePhone.d.ts +4 -0
  1005. package/lib/components/Icons/MobilePhone.js +13 -0
  1006. package/lib/components/Icons/MobilePhone.js.map +1 -0
  1007. package/lib/components/Icons/MotherHoldingBaby.d.ts +4 -0
  1008. package/lib/components/Icons/MotherHoldingBaby.js +10 -0
  1009. package/lib/components/Icons/MotherHoldingBaby.js.map +1 -0
  1010. package/lib/components/Icons/MuscleBack.d.ts +4 -0
  1011. package/lib/components/Icons/MuscleBack.js +18 -0
  1012. package/lib/components/Icons/MuscleBack.js.map +1 -0
  1013. package/lib/components/Icons/MuscleLeg.d.ts +4 -0
  1014. package/lib/components/Icons/MuscleLeg.js +16 -0
  1015. package/lib/components/Icons/MuscleLeg.js.map +1 -0
  1016. package/lib/components/Icons/Mushroom.d.ts +4 -0
  1017. package/lib/components/Icons/Mushroom.js +10 -0
  1018. package/lib/components/Icons/Mushroom.js.map +1 -0
  1019. package/lib/components/Icons/Music.d.ts +4 -0
  1020. package/lib/components/Icons/Music.js +22 -0
  1021. package/lib/components/Icons/Music.js.map +1 -0
  1022. package/lib/components/Icons/MusselsAndSalt.d.ts +4 -0
  1023. package/lib/components/Icons/MusselsAndSalt.js +10 -0
  1024. package/lib/components/Icons/MusselsAndSalt.js.map +1 -0
  1025. package/lib/components/Icons/NoAccess.d.ts +4 -0
  1026. package/lib/components/Icons/NoAccess.js +59 -0
  1027. package/lib/components/Icons/NoAccess.js.map +1 -0
  1028. package/lib/components/Icons/NoEye.d.ts +4 -0
  1029. package/lib/components/Icons/NoEye.js +39 -0
  1030. package/lib/components/Icons/NoEye.js.map +1 -0
  1031. package/lib/components/Icons/NoFilter.d.ts +4 -0
  1032. package/lib/components/Icons/NoFilter.js +19 -0
  1033. package/lib/components/Icons/NoFilter.js.map +1 -0
  1034. package/lib/components/Icons/Notepad.d.ts +4 -0
  1035. package/lib/components/Icons/Notepad.js +10 -0
  1036. package/lib/components/Icons/Notepad.js.map +1 -0
  1037. package/lib/components/Icons/Osteotomy.d.ts +4 -0
  1038. package/lib/components/Icons/Osteotomy.js +22 -0
  1039. package/lib/components/Icons/Osteotomy.js.map +1 -0
  1040. package/lib/components/Icons/PaintRoller.d.ts +4 -0
  1041. package/lib/components/Icons/PaintRoller.js +10 -0
  1042. package/lib/components/Icons/PaintRoller.js.map +1 -0
  1043. package/lib/components/Icons/PaperPlane.d.ts +4 -0
  1044. package/lib/components/Icons/PaperPlane.js +13 -0
  1045. package/lib/components/Icons/PaperPlane.js.map +1 -0
  1046. package/lib/components/Icons/PatientAndPerson.d.ts +4 -0
  1047. package/lib/components/Icons/PatientAndPerson.js +10 -0
  1048. package/lib/components/Icons/PatientAndPerson.js.map +1 -0
  1049. package/lib/components/Icons/Pause.d.ts +4 -0
  1050. package/lib/components/Icons/Pause.js +13 -0
  1051. package/lib/components/Icons/Pause.js.map +1 -0
  1052. package/lib/components/Icons/PdfFile.d.ts +4 -0
  1053. package/lib/components/Icons/PdfFile.js +22 -0
  1054. package/lib/components/Icons/PdfFile.js.map +1 -0
  1055. package/lib/components/Icons/Pencil.d.ts +4 -0
  1056. package/lib/components/Icons/Pencil.js +29 -0
  1057. package/lib/components/Icons/Pencil.js.map +1 -0
  1058. package/lib/components/Icons/PeopleTalking.d.ts +4 -0
  1059. package/lib/components/Icons/PeopleTalking.js +22 -0
  1060. package/lib/components/Icons/PeopleTalking.js.map +1 -0
  1061. package/lib/components/Icons/Peritonealdialysis.d.ts +4 -0
  1062. package/lib/components/Icons/Peritonealdialysis.js +22 -0
  1063. package/lib/components/Icons/Peritonealdialysis.js.map +1 -0
  1064. package/lib/components/Icons/Person.d.ts +4 -0
  1065. package/lib/components/Icons/Person.js +10 -0
  1066. package/lib/components/Icons/Person.js.map +1 -0
  1067. package/lib/components/Icons/PersonAndPatient.d.ts +4 -0
  1068. package/lib/components/Icons/PersonAndPatient.js +10 -0
  1069. package/lib/components/Icons/PersonAndPatient.js.map +1 -0
  1070. package/lib/components/Icons/PersonCancel.d.ts +4 -0
  1071. package/lib/components/Icons/PersonCancel.js +73 -0
  1072. package/lib/components/Icons/PersonCancel.js.map +1 -0
  1073. package/lib/components/Icons/PersonInXRayMachine.d.ts +4 -0
  1074. package/lib/components/Icons/PersonInXRayMachine.js +22 -0
  1075. package/lib/components/Icons/PersonInXRayMachine.js.map +1 -0
  1076. package/lib/components/Icons/PersonOverweight.d.ts +4 -0
  1077. package/lib/components/Icons/PersonOverweight.js +10 -0
  1078. package/lib/components/Icons/PersonOverweight.js.map +1 -0
  1079. package/lib/components/Icons/PersonRelaxing.d.ts +4 -0
  1080. package/lib/components/Icons/PersonRelaxing.js +16 -0
  1081. package/lib/components/Icons/PersonRelaxing.js.map +1 -0
  1082. package/lib/components/Icons/PersonWithBrain.d.ts +4 -0
  1083. package/lib/components/Icons/PersonWithBrain.js +13 -0
  1084. package/lib/components/Icons/PersonWithBrain.js.map +1 -0
  1085. package/lib/components/Icons/PersonWithBrokenArm.d.ts +4 -0
  1086. package/lib/components/Icons/PersonWithBrokenArm.js +10 -0
  1087. package/lib/components/Icons/PersonWithBrokenArm.js.map +1 -0
  1088. package/lib/components/Icons/PersonWithCrutches.d.ts +4 -0
  1089. package/lib/components/Icons/PersonWithCrutches.js +10 -0
  1090. package/lib/components/Icons/PersonWithCrutches.js.map +1 -0
  1091. package/lib/components/Icons/PersonWithJaw.d.ts +4 -0
  1092. package/lib/components/Icons/PersonWithJaw.js +16 -0
  1093. package/lib/components/Icons/PersonWithJaw.js.map +1 -0
  1094. package/lib/components/Icons/PersonWithMagnifyingGlass.d.ts +4 -0
  1095. package/lib/components/Icons/PersonWithMagnifyingGlass.js +16 -0
  1096. package/lib/components/Icons/PersonWithMagnifyingGlass.js.map +1 -0
  1097. package/lib/components/Icons/PersonWithSenses.d.ts +4 -0
  1098. package/lib/components/Icons/PersonWithSenses.js +22 -0
  1099. package/lib/components/Icons/PersonWithSenses.js.map +1 -0
  1100. package/lib/components/Icons/PersonWorking.d.ts +4 -0
  1101. package/lib/components/Icons/PersonWorking.js +16 -0
  1102. package/lib/components/Icons/PersonWorking.js.map +1 -0
  1103. package/lib/components/Icons/PersonalPlan.d.ts +4 -0
  1104. package/lib/components/Icons/PersonalPlan.js +41 -0
  1105. package/lib/components/Icons/PersonalPlan.js.map +1 -0
  1106. package/lib/components/Icons/PizzaSlice.d.ts +4 -0
  1107. package/lib/components/Icons/PizzaSlice.js +16 -0
  1108. package/lib/components/Icons/PizzaSlice.js.map +1 -0
  1109. package/lib/components/Icons/Plane.d.ts +4 -0
  1110. package/lib/components/Icons/Plane.js +10 -0
  1111. package/lib/components/Icons/Plane.js.map +1 -0
  1112. package/lib/components/Icons/Plant.d.ts +4 -0
  1113. package/lib/components/Icons/Plant.js +10 -0
  1114. package/lib/components/Icons/Plant.js.map +1 -0
  1115. package/lib/components/Icons/PlateKnifeFork.d.ts +4 -0
  1116. package/lib/components/Icons/PlateKnifeFork.js +40 -0
  1117. package/lib/components/Icons/PlateKnifeFork.js.map +1 -0
  1118. package/lib/components/Icons/Play.d.ts +4 -0
  1119. package/lib/components/Icons/Play.js +13 -0
  1120. package/lib/components/Icons/Play.js.map +1 -0
  1121. package/lib/components/Icons/PlusLarge.d.ts +4 -0
  1122. package/lib/components/Icons/PlusLarge.js +13 -0
  1123. package/lib/components/Icons/PlusLarge.js.map +1 -0
  1124. package/lib/components/Icons/PlusSmall.d.ts +4 -0
  1125. package/lib/components/Icons/PlusSmall.js +13 -0
  1126. package/lib/components/Icons/PlusSmall.js.map +1 -0
  1127. package/lib/components/Icons/PngFile.d.ts +4 -0
  1128. package/lib/components/Icons/PngFile.js +22 -0
  1129. package/lib/components/Icons/PngFile.js.map +1 -0
  1130. package/lib/components/Icons/Podcast.d.ts +4 -0
  1131. package/lib/components/Icons/Podcast.js +22 -0
  1132. package/lib/components/Icons/Podcast.js.map +1 -0
  1133. package/lib/components/Icons/PoisonInformation.d.ts +4 -0
  1134. package/lib/components/Icons/PoisonInformation.js +16 -0
  1135. package/lib/components/Icons/PoisonInformation.js.map +1 -0
  1136. package/lib/components/Icons/Pregnant.d.ts +4 -0
  1137. package/lib/components/Icons/Pregnant.js +10 -0
  1138. package/lib/components/Icons/Pregnant.js.map +1 -0
  1139. package/lib/components/Icons/Printer.d.ts +4 -0
  1140. package/lib/components/Icons/Printer.js +37 -0
  1141. package/lib/components/Icons/Printer.js.map +1 -0
  1142. package/lib/components/Icons/Psychosis.d.ts +4 -0
  1143. package/lib/components/Icons/Psychosis.js +10 -0
  1144. package/lib/components/Icons/Psychosis.js.map +1 -0
  1145. package/lib/components/Icons/Publication.d.ts +4 -0
  1146. package/lib/components/Icons/Publication.js +22 -0
  1147. package/lib/components/Icons/Publication.js.map +1 -0
  1148. package/lib/components/Icons/Puzzle.d.ts +4 -0
  1149. package/lib/components/Icons/Puzzle.js +13 -0
  1150. package/lib/components/Icons/Puzzle.js.map +1 -0
  1151. package/lib/components/Icons/QrCode.d.ts +4 -0
  1152. package/lib/components/Icons/QrCode.js +37 -0
  1153. package/lib/components/Icons/QrCode.js.map +1 -0
  1154. package/lib/components/Icons/Quarrel.d.ts +4 -0
  1155. package/lib/components/Icons/Quarrel.js +22 -0
  1156. package/lib/components/Icons/Quarrel.js.map +1 -0
  1157. package/lib/components/Icons/RadioTherapy.d.ts +4 -0
  1158. package/lib/components/Icons/RadioTherapy.js +22 -0
  1159. package/lib/components/Icons/RadioTherapy.js.map +1 -0
  1160. package/lib/components/Icons/RadioactiveTreatment.d.ts +4 -0
  1161. package/lib/components/Icons/RadioactiveTreatment.js +22 -0
  1162. package/lib/components/Icons/RadioactiveTreatment.js.map +1 -0
  1163. package/lib/components/Icons/Radioiodine.d.ts +4 -0
  1164. package/lib/components/Icons/Radioiodine.js +22 -0
  1165. package/lib/components/Icons/Radioiodine.js.map +1 -0
  1166. package/lib/components/Icons/Receipt.d.ts +4 -0
  1167. package/lib/components/Icons/Receipt.js +10 -0
  1168. package/lib/components/Icons/Receipt.js.map +1 -0
  1169. package/lib/components/Icons/Receptionist.d.ts +4 -0
  1170. package/lib/components/Icons/Receptionist.js +13 -0
  1171. package/lib/components/Icons/Receptionist.js.map +1 -0
  1172. package/lib/components/Icons/Recovery.d.ts +4 -0
  1173. package/lib/components/Icons/Recovery.js +22 -0
  1174. package/lib/components/Icons/Recovery.js.map +1 -0
  1175. package/lib/components/Icons/Referral.d.ts +4 -0
  1176. package/lib/components/Icons/Referral.js +13 -0
  1177. package/lib/components/Icons/Referral.js.map +1 -0
  1178. package/lib/components/Icons/Refresh.d.ts +4 -0
  1179. package/lib/components/Icons/Refresh.js +13 -0
  1180. package/lib/components/Icons/Refresh.js.map +1 -0
  1181. package/lib/components/Icons/Refund.d.ts +4 -0
  1182. package/lib/components/Icons/Refund.js +10 -0
  1183. package/lib/components/Icons/Refund.js.map +1 -0
  1184. package/lib/components/Icons/Reminder.d.ts +4 -0
  1185. package/lib/components/Icons/Reminder.js +30 -0
  1186. package/lib/components/Icons/Reminder.js.map +1 -0
  1187. package/lib/components/Icons/Reply.d.ts +4 -0
  1188. package/lib/components/Icons/Reply.js +19 -0
  1189. package/lib/components/Icons/Reply.js.map +1 -0
  1190. package/lib/components/Icons/Rocket.d.ts +4 -0
  1191. package/lib/components/Icons/Rocket.js +10 -0
  1192. package/lib/components/Icons/Rocket.js.map +1 -0
  1193. package/lib/components/Icons/RtfFile.d.ts +4 -0
  1194. package/lib/components/Icons/RtfFile.js +22 -0
  1195. package/lib/components/Icons/RtfFile.js.map +1 -0
  1196. package/lib/components/Icons/STDs.d.ts +4 -0
  1197. package/lib/components/Icons/STDs.js +22 -0
  1198. package/lib/components/Icons/STDs.js.map +1 -0
  1199. package/lib/components/Icons/Save.d.ts +4 -0
  1200. package/lib/components/Icons/Save.js +21 -0
  1201. package/lib/components/Icons/Save.js.map +1 -0
  1202. package/lib/components/Icons/Scale.d.ts +4 -0
  1203. package/lib/components/Icons/Scale.js +10 -0
  1204. package/lib/components/Icons/Scale.js.map +1 -0
  1205. package/lib/components/Icons/ScreenReader.d.ts +4 -0
  1206. package/lib/components/Icons/ScreenReader.js +49 -0
  1207. package/lib/components/Icons/ScreenReader.js.map +1 -0
  1208. package/lib/components/Icons/Search.d.ts +4 -0
  1209. package/lib/components/Icons/Search.js +13 -0
  1210. package/lib/components/Icons/Search.js.map +1 -0
  1211. package/lib/components/Icons/SectionSign.d.ts +4 -0
  1212. package/lib/components/Icons/SectionSign.js +37 -0
  1213. package/lib/components/Icons/SectionSign.js.map +1 -0
  1214. package/lib/components/Icons/Settings.d.ts +4 -0
  1215. package/lib/components/Icons/Settings.js +41 -0
  1216. package/lib/components/Icons/Settings.js.map +1 -0
  1217. package/lib/components/Icons/SettingsFill.d.ts +4 -0
  1218. package/lib/components/Icons/SettingsFill.js +41 -0
  1219. package/lib/components/Icons/SettingsFill.js.map +1 -0
  1220. package/lib/components/Icons/Sexualorientation.d.ts +4 -0
  1221. package/lib/components/Icons/Sexualorientation.js +22 -0
  1222. package/lib/components/Icons/Sexualorientation.js.map +1 -0
  1223. package/lib/components/Icons/ShakingHand.d.ts +4 -0
  1224. package/lib/components/Icons/ShakingHand.js +16 -0
  1225. package/lib/components/Icons/ShakingHand.js.map +1 -0
  1226. package/lib/components/Icons/Share.d.ts +4 -0
  1227. package/lib/components/Icons/Share.js +19 -0
  1228. package/lib/components/Icons/Share.js.map +1 -0
  1229. package/lib/components/Icons/SharedHealthData.d.ts +4 -0
  1230. package/lib/components/Icons/SharedHealthData.js +24 -0
  1231. package/lib/components/Icons/SharedHealthData.js.map +1 -0
  1232. package/lib/components/Icons/SharedHealthMeasurements.d.ts +4 -0
  1233. package/lib/components/Icons/SharedHealthMeasurements.js +24 -0
  1234. package/lib/components/Icons/SharedHealthMeasurements.js.map +1 -0
  1235. package/lib/components/Icons/Shield.d.ts +4 -0
  1236. package/lib/components/Icons/Shield.js +22 -0
  1237. package/lib/components/Icons/Shield.js.map +1 -0
  1238. package/lib/components/Icons/ShuntOperation.d.ts +4 -0
  1239. package/lib/components/Icons/ShuntOperation.js +22 -0
  1240. package/lib/components/Icons/ShuntOperation.js.map +1 -0
  1241. package/lib/components/Icons/Skeleton.d.ts +4 -0
  1242. package/lib/components/Icons/Skeleton.js +10 -0
  1243. package/lib/components/Icons/Skeleton.js.map +1 -0
  1244. package/lib/components/Icons/Skin.d.ts +4 -0
  1245. package/lib/components/Icons/Skin.js +10 -0
  1246. package/lib/components/Icons/Skin.js.map +1 -0
  1247. package/lib/components/Icons/Snake.d.ts +4 -0
  1248. package/lib/components/Icons/Snake.js +10 -0
  1249. package/lib/components/Icons/Snake.js.map +1 -0
  1250. package/lib/components/Icons/Snapchat.d.ts +4 -0
  1251. package/lib/components/Icons/Snapchat.js +13 -0
  1252. package/lib/components/Icons/Snapchat.js.map +1 -0
  1253. package/lib/components/Icons/SortDown.d.ts +4 -0
  1254. package/lib/components/Icons/SortDown.js +30 -0
  1255. package/lib/components/Icons/SortDown.js.map +1 -0
  1256. package/lib/components/Icons/SortUp.d.ts +4 -0
  1257. package/lib/components/Icons/SortUp.js +30 -0
  1258. package/lib/components/Icons/SortUp.js.map +1 -0
  1259. package/lib/components/Icons/SpeechBubble.d.ts +4 -0
  1260. package/lib/components/Icons/SpeechBubble.js +37 -0
  1261. package/lib/components/Icons/SpeechBubble.js.map +1 -0
  1262. package/lib/components/Icons/Spray.d.ts +4 -0
  1263. package/lib/components/Icons/Spray.js +10 -0
  1264. package/lib/components/Icons/Spray.js.map +1 -0
  1265. package/lib/components/Icons/StickyNote.d.ts +4 -0
  1266. package/lib/components/Icons/StickyNote.js +24 -0
  1267. package/lib/components/Icons/StickyNote.js.map +1 -0
  1268. package/lib/components/Icons/StickyNotes.d.ts +4 -0
  1269. package/lib/components/Icons/StickyNotes.js +24 -0
  1270. package/lib/components/Icons/StickyNotes.js.map +1 -0
  1271. package/lib/components/Icons/Stopwatch.d.ts +4 -0
  1272. package/lib/components/Icons/Stopwatch.js +37 -0
  1273. package/lib/components/Icons/Stopwatch.js.map +1 -0
  1274. package/lib/components/Icons/Sun.d.ts +4 -0
  1275. package/lib/components/Icons/Sun.js +33 -0
  1276. package/lib/components/Icons/Sun.js.map +1 -0
  1277. package/lib/components/Icons/SupportingPerson.d.ts +4 -0
  1278. package/lib/components/Icons/SupportingPerson.js +51 -0
  1279. package/lib/components/Icons/SupportingPerson.js.map +1 -0
  1280. package/lib/components/Icons/Surgery.d.ts +4 -0
  1281. package/lib/components/Icons/Surgery.js +22 -0
  1282. package/lib/components/Icons/Surgery.js.map +1 -0
  1283. package/lib/components/Icons/Sweets.d.ts +4 -0
  1284. package/lib/components/Icons/Sweets.js +42 -0
  1285. package/lib/components/Icons/Sweets.js.map +1 -0
  1286. package/lib/components/Icons/Syringe.d.ts +4 -0
  1287. package/lib/components/Icons/Syringe.js +24 -0
  1288. package/lib/components/Icons/Syringe.js.map +1 -0
  1289. package/lib/components/Icons/Taxi.d.ts +4 -0
  1290. package/lib/components/Icons/Taxi.js +10 -0
  1291. package/lib/components/Icons/Taxi.js.map +1 -0
  1292. package/lib/components/Icons/TeddyBear.d.ts +4 -0
  1293. package/lib/components/Icons/TeddyBear.js +10 -0
  1294. package/lib/components/Icons/TeddyBear.js.map +1 -0
  1295. package/lib/components/Icons/Teenagers.d.ts +4 -0
  1296. package/lib/components/Icons/Teenagers.js +22 -0
  1297. package/lib/components/Icons/Teenagers.js.map +1 -0
  1298. package/lib/components/Icons/ThinkingAboutBaby.d.ts +4 -0
  1299. package/lib/components/Icons/ThinkingAboutBaby.js +10 -0
  1300. package/lib/components/Icons/ThinkingAboutBaby.js.map +1 -0
  1301. package/lib/components/Icons/Ticket.d.ts +4 -0
  1302. package/lib/components/Icons/Ticket.js +10 -0
  1303. package/lib/components/Icons/Ticket.js.map +1 -0
  1304. package/lib/components/Icons/TimePassing.d.ts +4 -0
  1305. package/lib/components/Icons/TimePassing.js +37 -0
  1306. package/lib/components/Icons/TimePassing.js.map +1 -0
  1307. package/lib/components/Icons/Toddler.d.ts +4 -0
  1308. package/lib/components/Icons/Toddler.js +10 -0
  1309. package/lib/components/Icons/Toddler.js.map +1 -0
  1310. package/lib/components/Icons/Tombstone.d.ts +4 -0
  1311. package/lib/components/Icons/Tombstone.js +29 -0
  1312. package/lib/components/Icons/Tombstone.js.map +1 -0
  1313. package/lib/components/Icons/Toolbox.d.ts +4 -0
  1314. package/lib/components/Icons/Toolbox.js +55 -0
  1315. package/lib/components/Icons/Toolbox.js.map +1 -0
  1316. package/lib/components/Icons/Tooth.d.ts +4 -0
  1317. package/lib/components/Icons/Tooth.js +10 -0
  1318. package/lib/components/Icons/Tooth.js.map +1 -0
  1319. package/lib/components/Icons/TotalKneeProsthesis.d.ts +4 -0
  1320. package/lib/components/Icons/TotalKneeProsthesis.js +22 -0
  1321. package/lib/components/Icons/TotalKneeProsthesis.js.map +1 -0
  1322. package/lib/components/Icons/Train.d.ts +4 -0
  1323. package/lib/components/Icons/Train.js +10 -0
  1324. package/lib/components/Icons/Train.js.map +1 -0
  1325. package/lib/components/Icons/Transplantation.d.ts +4 -0
  1326. package/lib/components/Icons/Transplantation.js +22 -0
  1327. package/lib/components/Icons/Transplantation.js.map +1 -0
  1328. package/lib/components/Icons/TrashCan.d.ts +4 -0
  1329. package/lib/components/Icons/TrashCan.js +37 -0
  1330. package/lib/components/Icons/TrashCan.js.map +1 -0
  1331. package/lib/components/Icons/TravelRoute.d.ts +4 -0
  1332. package/lib/components/Icons/TravelRoute.js +60 -0
  1333. package/lib/components/Icons/TravelRoute.js.map +1 -0
  1334. package/lib/components/Icons/TreatmentAids.d.ts +4 -0
  1335. package/lib/components/Icons/TreatmentAids.js +41 -0
  1336. package/lib/components/Icons/TreatmentAids.js.map +1 -0
  1337. package/lib/components/Icons/TriangleX.d.ts +4 -0
  1338. package/lib/components/Icons/TriangleX.js +41 -0
  1339. package/lib/components/Icons/TriangleX.js.map +1 -0
  1340. package/lib/components/Icons/Twitter.d.ts +4 -0
  1341. package/lib/components/Icons/Twitter.js +10 -0
  1342. package/lib/components/Icons/Twitter.js.map +1 -0
  1343. package/lib/components/Icons/Undo.d.ts +4 -0
  1344. package/lib/components/Icons/Undo.js +51 -0
  1345. package/lib/components/Icons/Undo.js.map +1 -0
  1346. package/lib/components/Icons/UniProsthesis.d.ts +4 -0
  1347. package/lib/components/Icons/UniProsthesis.js +22 -0
  1348. package/lib/components/Icons/UniProsthesis.js.map +1 -0
  1349. package/lib/components/Icons/Upload.d.ts +4 -0
  1350. package/lib/components/Icons/Upload.js +19 -0
  1351. package/lib/components/Icons/Upload.js.map +1 -0
  1352. package/lib/components/Icons/UserOrganization.d.ts +4 -0
  1353. package/lib/components/Icons/UserOrganization.js +10 -0
  1354. package/lib/components/Icons/UserOrganization.js.map +1 -0
  1355. package/lib/components/Icons/Vaccine.d.ts +4 -0
  1356. package/lib/components/Icons/Vaccine.js +37 -0
  1357. package/lib/components/Icons/Vaccine.js.map +1 -0
  1358. package/lib/components/Icons/VerticalDots.d.ts +4 -0
  1359. package/lib/components/Icons/VerticalDots.js +13 -0
  1360. package/lib/components/Icons/VerticalDots.js.map +1 -0
  1361. package/lib/components/Icons/VideoCamera.d.ts +4 -0
  1362. package/lib/components/Icons/VideoCamera.js +37 -0
  1363. package/lib/components/Icons/VideoCamera.js.map +1 -0
  1364. package/lib/components/Icons/VideoChat.d.ts +4 -0
  1365. package/lib/components/Icons/VideoChat.js +13 -0
  1366. package/lib/components/Icons/VideoChat.js.map +1 -0
  1367. package/lib/components/Icons/Wallet.d.ts +4 -0
  1368. package/lib/components/Icons/Wallet.js +13 -0
  1369. package/lib/components/Icons/Wallet.js.map +1 -0
  1370. package/lib/components/Icons/Watch.d.ts +4 -0
  1371. package/lib/components/Icons/Watch.js +37 -0
  1372. package/lib/components/Icons/Watch.js.map +1 -0
  1373. package/lib/components/Icons/Website.d.ts +4 -0
  1374. package/lib/components/Icons/Website.js +22 -0
  1375. package/lib/components/Icons/Website.js.map +1 -0
  1376. package/lib/components/Icons/Wheelchair.d.ts +4 -0
  1377. package/lib/components/Icons/Wheelchair.js +22 -0
  1378. package/lib/components/Icons/Wheelchair.js.map +1 -0
  1379. package/lib/components/Icons/WheelchairActive.d.ts +4 -0
  1380. package/lib/components/Icons/WheelchairActive.js +22 -0
  1381. package/lib/components/Icons/WheelchairActive.js.map +1 -0
  1382. package/lib/components/Icons/Window.d.ts +4 -0
  1383. package/lib/components/Icons/Window.js +10 -0
  1384. package/lib/components/Icons/Window.js.map +1 -0
  1385. package/lib/components/Icons/WordDocument.d.ts +4 -0
  1386. package/lib/components/Icons/WordDocument.js +16 -0
  1387. package/lib/components/Icons/WordDocument.js.map +1 -0
  1388. package/lib/components/Icons/WorkSuitcase.d.ts +4 -0
  1389. package/lib/components/Icons/WorkSuitcase.js +16 -0
  1390. package/lib/components/Icons/WorkSuitcase.js.map +1 -0
  1391. package/lib/components/Icons/X.d.ts +4 -0
  1392. package/lib/components/Icons/X.js +15 -0
  1393. package/lib/components/Icons/X.js.map +1 -0
  1394. package/lib/components/Icons/XOutline.d.ts +4 -0
  1395. package/lib/components/Icons/XOutline.js +22 -0
  1396. package/lib/components/Icons/XOutline.js.map +1 -0
  1397. package/lib/components/Icons/XmlFile.d.ts +4 -0
  1398. package/lib/components/Icons/XmlFile.js +22 -0
  1399. package/lib/components/Icons/XmlFile.js.map +1 -0
  1400. package/lib/components/Icons/YouTube.d.ts +4 -0
  1401. package/lib/components/Icons/YouTube.js +10 -0
  1402. package/lib/components/Icons/YouTube.js.map +1 -0
  1403. package/lib/components/Icons/Zoom.d.ts +4 -0
  1404. package/lib/components/Icons/Zoom.js +37 -0
  1405. package/lib/components/Icons/Zoom.js.map +1 -0
  1406. package/lib/components/Illustration/Illustration.d.ts +28 -0
  1407. package/lib/components/Illustration/Illustration.test.d.ts +1 -0
  1408. package/lib/components/Illustration/index.d.ts +3 -0
  1409. package/lib/components/Illustration/index.js +8 -0
  1410. package/lib/components/Illustration/index.js.map +1 -0
  1411. package/lib/components/Illustration/utils.d.ts +8 -0
  1412. package/lib/components/Illustrations/BabyMobile.d.ts +8 -0
  1413. package/lib/components/Illustrations/BabyMobile.js +11 -0
  1414. package/lib/components/Illustrations/BabyMobile.js.map +1 -0
  1415. package/lib/components/Illustrations/BabyMobileMedium.d.ts +4 -0
  1416. package/lib/components/Illustrations/BabyMobileMedium.js +424 -0
  1417. package/lib/components/Illustrations/BabyMobileMedium.js.map +1 -0
  1418. package/lib/components/Illustrations/Child.d.ts +12 -0
  1419. package/lib/components/Illustrations/Child.js +11 -0
  1420. package/lib/components/Illustrations/Child.js.map +1 -0
  1421. package/lib/components/Illustrations/ChildMedium.d.ts +4 -0
  1422. package/lib/components/Illustrations/ChildMedium.js +185 -0
  1423. package/lib/components/Illustrations/ChildMedium.js.map +1 -0
  1424. package/lib/components/Illustrations/Doctor.d.ts +8 -0
  1425. package/lib/components/Illustrations/Doctor.js +13 -0
  1426. package/lib/components/Illustrations/Doctor.js.map +1 -0
  1427. package/lib/components/Illustrations/DoctorMedium.d.ts +4 -0
  1428. package/lib/components/Illustrations/DoctorMedium.js +72 -0
  1429. package/lib/components/Illustrations/DoctorMedium.js.map +1 -0
  1430. package/lib/components/Illustrations/DoctorSmall.d.ts +4 -0
  1431. package/lib/components/Illustrations/DoctorSmall.js +70 -0
  1432. package/lib/components/Illustrations/DoctorSmall.js.map +1 -0
  1433. package/lib/components/Illustrations/FacialRecognitionFingerprint.d.ts +8 -0
  1434. package/lib/components/Illustrations/FacialRecognitionFingerprint.js +11 -0
  1435. package/lib/components/Illustrations/FacialRecognitionFingerprint.js.map +1 -0
  1436. package/lib/components/Illustrations/FacialRecognitionFingerprintMedium.d.ts +4 -0
  1437. package/lib/components/Illustrations/FacialRecognitionFingerprintMedium.js +318 -0
  1438. package/lib/components/Illustrations/FacialRecognitionFingerprintMedium.js.map +1 -0
  1439. package/lib/components/Illustrations/GiveBabyFood.d.ts +11 -0
  1440. package/lib/components/Illustrations/GiveBabyFood.js +11 -0
  1441. package/lib/components/Illustrations/GiveBabyFood.js.map +1 -0
  1442. package/lib/components/Illustrations/GiveBabyFoodMedium.d.ts +4 -0
  1443. package/lib/components/Illustrations/GiveBabyFoodMedium.js +377 -0
  1444. package/lib/components/Illustrations/GiveBabyFoodMedium.js.map +1 -0
  1445. package/lib/components/Illustrations/HealthcarePersonnel.d.ts +4 -0
  1446. package/lib/components/Illustrations/HealthcarePersonnel.js +13 -0
  1447. package/lib/components/Illustrations/HealthcarePersonnel.js.map +1 -0
  1448. package/lib/components/Illustrations/HealthcarePersonnelMedium.d.ts +4 -0
  1449. package/lib/components/Illustrations/HealthcarePersonnelMedium.js +229 -0
  1450. package/lib/components/Illustrations/HealthcarePersonnelMedium.js.map +1 -0
  1451. package/lib/components/Illustrations/HealthcarePersonnelSmall.d.ts +4 -0
  1452. package/lib/components/Illustrations/HealthcarePersonnelSmall.js +212 -0
  1453. package/lib/components/Illustrations/HealthcarePersonnelSmall.js.map +1 -0
  1454. package/lib/components/Illustrations/IllustrationNames.d.ts +9 -0
  1455. package/lib/components/Illustrations/IllustrationNames.js +27 -0
  1456. package/lib/components/Illustrations/IllustrationNames.js.map +1 -0
  1457. package/lib/components/Illustrations/ReadLetters.d.ts +9 -0
  1458. package/lib/components/Illustrations/ReadLetters.js +11 -0
  1459. package/lib/components/Illustrations/ReadLetters.js.map +1 -0
  1460. package/lib/components/Illustrations/ReadLettersMedium.d.ts +4 -0
  1461. package/lib/components/Illustrations/ReadLettersMedium.js +110 -0
  1462. package/lib/components/Illustrations/ReadLettersMedium.js.map +1 -0
  1463. package/lib/components/Illustrations/Stroller.d.ts +12 -0
  1464. package/lib/components/Illustrations/Stroller.js +11 -0
  1465. package/lib/components/Illustrations/Stroller.js.map +1 -0
  1466. package/lib/components/Illustrations/StrollerMedium.d.ts +4 -0
  1467. package/lib/components/Illustrations/StrollerMedium.js +236 -0
  1468. package/lib/components/Illustrations/StrollerMedium.js.map +1 -0
  1469. package/lib/components/Illustrations/Support2.d.ts +9 -0
  1470. package/lib/components/Illustrations/Support2.js +11 -0
  1471. package/lib/components/Illustrations/Support2.js.map +1 -0
  1472. package/lib/components/Illustrations/Support2Medium.d.ts +4 -0
  1473. package/lib/components/Illustrations/Support2Medium.js +232 -0
  1474. package/lib/components/Illustrations/Support2Medium.js.map +1 -0
  1475. package/lib/components/InfoTeaser/InfoTeaser.d.ts +28 -0
  1476. package/lib/components/InfoTeaser/InfoTeaser.test.d.ts +1 -0
  1477. package/lib/components/InfoTeaser/index.d.ts +3 -0
  1478. package/lib/components/InfoTeaser/index.js +5 -0
  1479. package/lib/components/InfoTeaser/index.js.map +1 -0
  1480. package/lib/components/InfoTeaser/resourceHelper.d.ts +3 -0
  1481. package/lib/components/Input/Input.d.ts +62 -0
  1482. package/lib/components/Input/Input.test.d.ts +1 -0
  1483. package/lib/components/Input/index.d.ts +3 -0
  1484. package/lib/components/Input/index.js +7 -0
  1485. package/lib/components/Input/index.js.map +1 -0
  1486. package/lib/components/Label/Label.d.ts +45 -0
  1487. package/lib/components/Label/Label.test.d.ts +1 -0
  1488. package/lib/components/Label/SubLabel.d.ts +18 -0
  1489. package/lib/components/Label/index.d.ts +4 -0
  1490. package/lib/components/Label/index.js +10 -0
  1491. package/lib/components/Label/index.js.map +1 -0
  1492. package/lib/components/LazyIcon/ErrorBoundary.d.ts +16 -0
  1493. package/lib/components/LazyIcon/LazyIcon.d.ts +9 -0
  1494. package/lib/components/LazyIcon/LazyIcon.test.d.ts +1 -0
  1495. package/lib/components/LazyIcon/index.d.ts +3 -0
  1496. package/lib/components/LazyIcon/index.js +8 -0
  1497. package/lib/components/LazyIcon/index.js.map +1 -0
  1498. package/lib/components/LazyIcon/utils.d.ts +2 -0
  1499. package/lib/components/LazyIllustration/LazyIllustration.d.ts +9 -0
  1500. package/lib/components/LazyIllustration/LazyIllustration.test.d.ts +1 -0
  1501. package/lib/components/LazyIllustration/index.d.ts +3 -0
  1502. package/lib/components/LazyIllustration/index.js +8 -0
  1503. package/lib/components/LazyIllustration/index.js.map +1 -0
  1504. package/lib/components/LinkList/LinkList.d.ts +65 -0
  1505. package/lib/components/LinkList/LinkList.test.d.ts +1 -0
  1506. package/lib/components/LinkList/index.d.ts +3 -0
  1507. package/lib/components/LinkList/index.js +8 -0
  1508. package/lib/components/LinkList/index.js.map +1 -0
  1509. package/lib/components/List/List.d.ts +23 -0
  1510. package/lib/components/List/List.test.d.ts +1 -0
  1511. package/lib/components/List/index.d.ts +3 -0
  1512. package/lib/components/List/index.js +5 -0
  1513. package/lib/components/List/index.js.map +1 -0
  1514. package/lib/components/ListEditMode/ListEditMode.d.ts +29 -0
  1515. package/lib/components/ListEditMode/index.d.ts +3 -0
  1516. package/lib/components/ListEditMode/index.js +9 -0
  1517. package/lib/components/ListEditMode/index.js.map +1 -0
  1518. package/lib/components/Loader/Loader.d.ts +32 -0
  1519. package/lib/components/Loader/Loader.test.d.ts +1 -0
  1520. package/lib/components/Loader/index.d.ts +3 -0
  1521. package/lib/components/Loader/index.js +97 -0
  1522. package/lib/components/Loader/index.js.map +1 -0
  1523. package/lib/components/Logo/Logo.d.ts +16 -0
  1524. package/lib/components/Logo/Logo.test.d.ts +1 -0
  1525. package/lib/components/Logo/index.d.ts +3 -0
  1526. package/lib/components/Logo/index.js +47 -0
  1527. package/lib/components/Logo/index.js.map +1 -0
  1528. package/lib/components/MaxCharacters/MaxCharacters.d.ts +16 -0
  1529. package/lib/components/MaxCharacters/MaxCharacters.test.d.ts +1 -0
  1530. package/lib/components/Modal/Modal.d.ts +62 -0
  1531. package/lib/components/Modal/Modal.test.d.ts +1 -0
  1532. package/lib/components/Modal/index.d.ts +3 -0
  1533. package/lib/components/Modal/index.js +209 -0
  1534. package/lib/components/Modal/index.js.map +1 -0
  1535. package/lib/components/NotificationPanel/NotificationPanel.d.ts +45 -0
  1536. package/lib/components/NotificationPanel/NotificationPanel.test.d.ts +1 -0
  1537. package/lib/components/NotificationPanel/index.d.ts +3 -0
  1538. package/lib/components/NotificationPanel/index.js +113 -0
  1539. package/lib/components/NotificationPanel/index.js.map +1 -0
  1540. package/lib/components/Panel/Panel.d.ts +78 -0
  1541. package/lib/components/Panel/Panel.test.d.ts +1 -0
  1542. package/lib/components/Panel/PanelExamples.d.ts +8 -0
  1543. package/lib/components/Panel/PanelTitle/PanelTitle.d.ts +17 -0
  1544. package/lib/components/Panel/PanelTitle/index.d.ts +3 -0
  1545. package/lib/components/Panel/PanelTitle/index.js +5 -0
  1546. package/lib/components/Panel/PanelTitle/index.js.map +1 -0
  1547. package/lib/components/Panel/Paneldocs.d.ts +1 -0
  1548. package/lib/components/Panel/index.d.ts +3 -0
  1549. package/lib/components/Panel/index.js +15 -0
  1550. package/lib/components/Panel/index.js.map +1 -0
  1551. package/lib/components/Panel/resourceHelper.d.ts +3 -0
  1552. package/lib/components/PanelList/PanelList.d.ts +14 -0
  1553. package/lib/components/PanelList/PanelList.test.d.ts +1 -0
  1554. package/lib/components/PanelList/index.d.ts +3 -0
  1555. package/lib/components/PanelList/index.js +29 -0
  1556. package/lib/components/PanelList/index.js.map +1 -0
  1557. package/lib/components/PanelListOld/PanelListOld.d.ts +12 -0
  1558. package/lib/components/PanelListOld/PanelListOld.test.d.ts +1 -0
  1559. package/lib/components/PanelListOld/index.d.ts +3 -0
  1560. package/lib/components/PanelListOld/index.js +20 -0
  1561. package/lib/components/PanelListOld/index.js.map +1 -0
  1562. package/lib/components/PanelOld/PanelOld.d.ts +89 -0
  1563. package/lib/components/PanelOld/PanelOld.test.d.ts +1 -0
  1564. package/lib/components/PanelOld/index.d.ts +3 -0
  1565. package/lib/components/PanelOld/index.js +9 -0
  1566. package/lib/components/PanelOld/index.js.map +1 -0
  1567. package/lib/components/PopMenu/PopMenu.d.ts +41 -0
  1568. package/lib/components/PopMenu/PopMenu.test.d.ts +0 -0
  1569. package/lib/components/PopMenu/index.d.ts +3 -0
  1570. package/lib/components/PopMenu/index.js +114 -0
  1571. package/lib/components/PopMenu/index.js.map +1 -0
  1572. package/lib/components/PopOver/PopOver.d.ts +38 -0
  1573. package/lib/components/PopOver/PopOver.test.d.ts +1 -0
  1574. package/lib/components/PopOver/index.d.ts +3 -0
  1575. package/lib/components/PopOver/index.js +7 -0
  1576. package/lib/components/PopOver/index.js.map +1 -0
  1577. package/lib/components/PopOver/utils.d.ts +26 -0
  1578. package/lib/components/Portal/index.d.ts +12 -0
  1579. package/lib/components/Portal/index.js +25 -0
  1580. package/lib/components/Portal/index.js.map +1 -0
  1581. package/lib/components/Progressbar/Progressbar.d.ts +30 -0
  1582. package/lib/components/Progressbar/Progressbar.test.d.ts +1 -0
  1583. package/lib/components/Progressbar/index.d.ts +3 -0
  1584. package/lib/components/Progressbar/index.js +131 -0
  1585. package/lib/components/Progressbar/index.js.map +1 -0
  1586. package/lib/components/PromoPanel/PromoPanel.d.ts +31 -0
  1587. package/lib/components/PromoPanel/PromoPanel.test.d.ts +1 -0
  1588. package/lib/components/PromoPanel/index.d.ts +3 -0
  1589. package/lib/components/PromoPanel/index.js +79 -0
  1590. package/lib/components/PromoPanel/index.js.map +1 -0
  1591. package/lib/components/RadioButton/RadioButton.d.ts +28 -0
  1592. package/lib/components/RadioButton/RadioButton.test.d.ts +1 -0
  1593. package/lib/components/RadioButton/index.d.ts +3 -0
  1594. package/lib/components/RadioButton/index.js +8 -0
  1595. package/lib/components/RadioButton/index.js.map +1 -0
  1596. package/lib/components/Select/Select.d.ts +34 -0
  1597. package/lib/components/Select/Select.test.d.ts +1 -0
  1598. package/lib/components/Select/index.d.ts +3 -0
  1599. package/lib/components/Select/index.js +6 -0
  1600. package/lib/components/Select/index.js.map +1 -0
  1601. package/lib/components/ServiceMessage/ServiceMessage.d.ts +31 -0
  1602. package/lib/components/ServiceMessage/ServiceMessage.test.d.ts +1 -0
  1603. package/lib/components/ServiceMessage/index.d.ts +3 -0
  1604. package/lib/components/ServiceMessage/index.js +127 -0
  1605. package/lib/components/ServiceMessage/index.js.map +1 -0
  1606. package/lib/components/SharingStatus/SharingStatus.d.ts +20 -0
  1607. package/lib/components/SharingStatus/SharingStatus.test.d.ts +1 -0
  1608. package/lib/components/SharingStatus/index.d.ts +3 -0
  1609. package/lib/components/SharingStatus/index.js +22 -0
  1610. package/lib/components/SharingStatus/index.js.map +1 -0
  1611. package/lib/components/Slider/Slider.d.ts +40 -0
  1612. package/lib/components/Slider/Slider.test.d.ts +1 -0
  1613. package/lib/components/Slider/index.d.ts +3 -0
  1614. package/lib/components/Slider/index.js +6 -0
  1615. package/lib/components/Slider/index.js.map +1 -0
  1616. package/lib/components/Spacer/Spacer.d.ts +12 -0
  1617. package/lib/components/Spacer/Spacer.test.d.ts +1 -0
  1618. package/lib/components/Spacer/index.d.ts +3 -0
  1619. package/lib/components/Spacer/index.js +5 -0
  1620. package/lib/components/Spacer/index.js.map +1 -0
  1621. package/lib/components/StatusDot/StatusDot.d.ts +49 -0
  1622. package/lib/components/StatusDot/StatusDot.test.d.ts +1 -0
  1623. package/lib/components/StatusDot/index.d.ts +3 -0
  1624. package/lib/components/StatusDot/index.js +8 -0
  1625. package/lib/components/StatusDot/index.js.map +1 -0
  1626. package/lib/components/Step/Step.d.ts +27 -0
  1627. package/lib/components/Step/Step.test.d.ts +1 -0
  1628. package/lib/components/Step/index.d.ts +3 -0
  1629. package/lib/components/Step/index.js +37 -0
  1630. package/lib/components/Step/index.js.map +1 -0
  1631. package/lib/components/StepButtons/StepButtons.d.ts +18 -0
  1632. package/lib/components/StepButtons/StepButtons.test.d.ts +1 -0
  1633. package/lib/components/StepButtons/index.d.ts +3 -0
  1634. package/lib/components/StepButtons/index.js +6 -0
  1635. package/lib/components/StepButtons/index.js.map +1 -0
  1636. package/lib/components/Stepper/Dot.d.ts +9 -0
  1637. package/lib/components/Stepper/DotList.d.ts +8 -0
  1638. package/lib/components/Stepper/Stepper.d.ts +27 -0
  1639. package/lib/components/Stepper/Stepper.test.d.ts +1 -0
  1640. package/lib/components/Stepper/index.d.ts +3 -0
  1641. package/lib/components/Stepper/index.js +86 -0
  1642. package/lib/components/Stepper/index.js.map +1 -0
  1643. package/lib/components/Stepper/utils.d.ts +65 -0
  1644. package/lib/components/StickyNote/Close.d.ts +11 -0
  1645. package/lib/components/StickyNote/StickyNote.d.ts +25 -0
  1646. package/lib/components/StickyNote/StickyNote.test.d.ts +1 -0
  1647. package/lib/components/StickyNote/Triangle.d.ts +13 -0
  1648. package/lib/components/StickyNote/index.d.ts +3 -0
  1649. package/lib/components/StickyNote/index.js +199 -0
  1650. package/lib/components/StickyNote/index.js.map +1 -0
  1651. package/lib/components/Table/Table.d.ts +46 -0
  1652. package/lib/components/Table/Table.test.d.ts +1 -0
  1653. package/lib/components/Table/TableBody/TableBody.d.ts +12 -0
  1654. package/lib/components/Table/TableBody/index.d.ts +3 -0
  1655. package/lib/components/Table/TableBody/index.js +6 -0
  1656. package/lib/components/Table/TableBody/index.js.map +1 -0
  1657. package/lib/components/Table/TableCell/TableCell.d.ts +25 -0
  1658. package/lib/components/Table/TableCell/index.d.ts +3 -0
  1659. package/lib/components/Table/TableCell/index.js +8 -0
  1660. package/lib/components/Table/TableCell/index.js.map +1 -0
  1661. package/lib/components/Table/TableExpandedRow/TableExpandedRow.d.ts +22 -0
  1662. package/lib/components/Table/TableExpandedRow/index.d.ts +3 -0
  1663. package/lib/components/Table/TableExpandedRow/index.js +6 -0
  1664. package/lib/components/Table/TableExpandedRow/index.js.map +1 -0
  1665. package/lib/components/Table/TableExpanderCell/TableExpanderCell.d.ts +18 -0
  1666. package/lib/components/Table/TableExpanderCell/TableExpanderCellMobile.d.ts +5 -0
  1667. package/lib/components/Table/TableExpanderCell/index.d.ts +3 -0
  1668. package/lib/components/Table/TableExpanderCell/index.js +6 -0
  1669. package/lib/components/Table/TableExpanderCell/index.js.map +1 -0
  1670. package/lib/components/Table/TableHead/TableHead.d.ts +19 -0
  1671. package/lib/components/Table/TableHead/index.d.ts +3 -0
  1672. package/lib/components/Table/TableHead/index.js +8 -0
  1673. package/lib/components/Table/TableHead/index.js.map +1 -0
  1674. package/lib/components/Table/TableHeadCell/TableHeadCell.d.ts +22 -0
  1675. package/lib/components/Table/TableHeadCell/index.d.ts +3 -0
  1676. package/lib/components/Table/TableHeadCell/index.js +8 -0
  1677. package/lib/components/Table/TableHeadCell/index.js.map +1 -0
  1678. package/lib/components/Table/TableRow/TableRow.d.ts +24 -0
  1679. package/lib/components/Table/TableRow/index.d.ts +3 -0
  1680. package/lib/components/Table/TableRow/index.js +6 -0
  1681. package/lib/components/Table/TableRow/index.js.map +1 -0
  1682. package/lib/components/Table/index.d.ts +10 -0
  1683. package/lib/components/Table/index.js +28 -0
  1684. package/lib/components/Table/index.js.map +1 -0
  1685. package/lib/components/Table/utils.d.ts +24 -0
  1686. package/lib/components/Tabs/Tab.d.ts +17 -0
  1687. package/lib/components/Tabs/TabList/TabChevron.d.ts +9 -0
  1688. package/lib/components/Tabs/TabList/TabItem.d.ts +14 -0
  1689. package/lib/components/Tabs/TabList/TabList.d.ts +13 -0
  1690. package/lib/components/Tabs/TabList/index.d.ts +3 -0
  1691. package/lib/components/Tabs/TabList/index.js +5 -0
  1692. package/lib/components/Tabs/TabList/index.js.map +1 -0
  1693. package/lib/components/Tabs/TabPanel/TabPanel.d.ts +10 -0
  1694. package/lib/components/Tabs/TabPanel/index.d.ts +3 -0
  1695. package/lib/components/Tabs/TabPanel/index.js +5 -0
  1696. package/lib/components/Tabs/TabPanel/index.js.map +1 -0
  1697. package/lib/components/Tabs/Tabs.d.ts +38 -0
  1698. package/lib/components/Tabs/Tabs.test.d.ts +1 -0
  1699. package/lib/components/Tabs/index.d.ts +3 -0
  1700. package/lib/components/Tabs/index.js +108 -0
  1701. package/lib/components/Tabs/index.js.map +1 -0
  1702. package/lib/components/Tabs/resourceHelper.d.ts +3 -0
  1703. package/lib/components/Tag/Tag.d.ts +29 -0
  1704. package/lib/components/Tag/Tag.test.d.ts +1 -0
  1705. package/lib/components/Tag/index.d.ts +3 -0
  1706. package/lib/components/Tag/index.js +36 -0
  1707. package/lib/components/Tag/index.js.map +1 -0
  1708. package/lib/components/TagList/TagList.d.ts +8 -0
  1709. package/lib/components/TagList/TagList.test.d.ts +1 -0
  1710. package/lib/components/TagList/index.d.ts +3 -0
  1711. package/lib/components/TagList/index.js +11 -0
  1712. package/lib/components/TagList/index.js.map +1 -0
  1713. package/lib/components/Textarea/Textarea.d.ts +37 -0
  1714. package/lib/components/Textarea/Textarea.test.d.ts +1 -0
  1715. package/lib/components/Textarea/index.d.ts +3 -0
  1716. package/lib/components/Textarea/index.js +5 -0
  1717. package/lib/components/Textarea/index.js.map +1 -0
  1718. package/lib/components/Tile/Tile.d.ts +34 -0
  1719. package/lib/components/Tile/Tile.test.d.ts +1 -0
  1720. package/lib/components/Tile/index.d.ts +3 -0
  1721. package/lib/components/Tile/index.js +83 -0
  1722. package/lib/components/Tile/index.js.map +1 -0
  1723. package/lib/components/Title/Title.d.ts +25 -0
  1724. package/lib/components/Title/Title.test.d.ts +1 -0
  1725. package/lib/components/Title/index.d.ts +3 -0
  1726. package/lib/components/Title/index.js +8 -0
  1727. package/lib/components/Title/index.js.map +1 -0
  1728. package/lib/components/Toast/Toast.d.ts +13 -0
  1729. package/lib/components/Toast/Toast.test.d.ts +1 -0
  1730. package/lib/components/Toast/index.d.ts +3 -0
  1731. package/lib/components/Toast/index.js +5 -0
  1732. package/lib/components/Toast/index.js.map +1 -0
  1733. package/lib/components/ToastList/ToastList.d.ts +14 -0
  1734. package/lib/components/ToastList/ToastList.test.d.ts +1 -0
  1735. package/lib/components/ToastList/index.d.ts +3 -0
  1736. package/lib/components/ToastList/index.js +3531 -0
  1737. package/lib/components/ToastList/index.js.map +1 -0
  1738. package/lib/components/Toggle/Toggle.d.ts +36 -0
  1739. package/lib/components/Toggle/Toggle.test.d.ts +1 -0
  1740. package/lib/components/Toggle/index.d.ts +3 -0
  1741. package/lib/components/Toggle/index.js +152 -0
  1742. package/lib/components/Toggle/index.js.map +1 -0
  1743. package/lib/components/Validation/ErrorList.d.ts +7 -0
  1744. package/lib/components/Validation/ErrorListItem.d.ts +8 -0
  1745. package/lib/components/Validation/Validation.d.ts +21 -0
  1746. package/lib/components/Validation/Validation.test.d.ts +1 -0
  1747. package/lib/components/Validation/ValidationSummary.d.ts +17 -0
  1748. package/lib/components/Validation/ValidationSummary.test.d.ts +1 -0
  1749. package/lib/components/Validation/index.d.ts +3 -0
  1750. package/lib/components/Validation/index.js +86 -0
  1751. package/lib/components/Validation/index.js.map +1 -0
  1752. package/lib/components/Validation/types.d.ts +8 -0
  1753. package/lib/constants.d.ts +139 -0
  1754. package/lib/constants.js +131 -0
  1755. package/lib/constants.js.map +1 -0
  1756. package/lib/docs/ButtonWithModal/ButtonWithModal.d.ts +10 -0
  1757. package/lib/docs/ButtonWithModal/index.d.ts +3 -0
  1758. package/lib/docs/FormExample/FormExample.d.ts +18 -0
  1759. package/lib/docs/FormExample/index.d.ts +3 -0
  1760. package/lib/docs/GridExample/GridExample.d.ts +8 -0
  1761. package/lib/docs/GridExample/index.d.ts +3 -0
  1762. package/lib/docs/HelpBubbleExample/HelpBubbleExample.d.ts +4 -0
  1763. package/lib/docs/HelpBubbleExample/index.d.ts +3 -0
  1764. package/lib/docs/HelpTooltipExample/HelpTooltipExample.d.ts +4 -0
  1765. package/lib/docs/HelpTooltipExample/index.d.ts +3 -0
  1766. package/lib/docs/Tokens/TokensExample.d.ts +7 -0
  1767. package/lib/floating-ui.react.js +4306 -0
  1768. package/lib/floating-ui.react.js.map +1 -0
  1769. package/lib/hoc/withBreakpoint/index.d.ts +3 -0
  1770. package/lib/hoc/withBreakpoint/index.js +6 -0
  1771. package/lib/hoc/withBreakpoint/index.js.map +1 -0
  1772. package/lib/hoc/withBreakpoint/withBreakpoint.d.ts +13 -0
  1773. package/lib/hoc/withBreakpoint/withBreakpoint.js +14 -0
  1774. package/lib/hoc/withBreakpoint/withBreakpoint.js.map +1 -0
  1775. package/lib/hoc/withBreakpoint/withBreakpoint.test.d.ts +1 -0
  1776. package/lib/hooks/useBreakpoint.d.ts +9 -0
  1777. package/lib/hooks/useBreakpoint.js +56 -0
  1778. package/lib/hooks/useBreakpoint.js.map +1 -0
  1779. package/lib/hooks/useElementList.d.ts +8 -0
  1780. package/lib/hooks/useElementList.js +24 -0
  1781. package/lib/hooks/useElementList.js.map +1 -0
  1782. package/lib/hooks/useEventListenerState.d.ts +2 -0
  1783. package/lib/hooks/useEventListenerState.js +14 -0
  1784. package/lib/hooks/useEventListenerState.js.map +1 -0
  1785. package/lib/hooks/useExpand.d.ts +2 -0
  1786. package/lib/hooks/useExpand.js +21 -0
  1787. package/lib/hooks/useExpand.js.map +1 -0
  1788. package/lib/hooks/useFocusToggle.d.ts +9 -0
  1789. package/lib/hooks/useFocusToggle.js +31 -0
  1790. package/lib/hooks/useFocusToggle.js.map +1 -0
  1791. package/lib/hooks/useFocusTrap.d.ts +8 -0
  1792. package/lib/hooks/useFocusTrap.js +33 -0
  1793. package/lib/hooks/useFocusTrap.js.map +1 -0
  1794. package/lib/hooks/useFocusableElements.d.ts +8 -0
  1795. package/lib/hooks/useFocusableElements.js +21 -0
  1796. package/lib/hooks/useFocusableElements.js.map +1 -0
  1797. package/lib/hooks/useHover.d.ts +10 -0
  1798. package/lib/hooks/useHover.js +9 -0
  1799. package/lib/hooks/useHover.js.map +1 -0
  1800. package/lib/hooks/useIcons.d.ts +3 -0
  1801. package/lib/hooks/useIcons.js +23 -0
  1802. package/lib/hooks/useIcons.js.map +1 -0
  1803. package/lib/hooks/useIntersectionObserver.d.ts +9 -0
  1804. package/lib/hooks/useIntersectionObserver.js +20 -0
  1805. package/lib/hooks/useIntersectionObserver.js.map +1 -0
  1806. package/lib/hooks/useInterval.d.ts +8 -0
  1807. package/lib/hooks/useInterval.js +13 -0
  1808. package/lib/hooks/useInterval.js.map +1 -0
  1809. package/lib/hooks/useIsMobileBreakpoint.d.ts +1 -0
  1810. package/lib/hooks/useIsMobileBreakpoint.js +10 -0
  1811. package/lib/hooks/useIsMobileBreakpoint.js.map +1 -0
  1812. package/lib/hooks/useIsServerSide.d.ts +6 -0
  1813. package/lib/hooks/useIsServerSide.js +12 -0
  1814. package/lib/hooks/useIsServerSide.js.map +1 -0
  1815. package/lib/hooks/useIsVisible.d.ts +10 -0
  1816. package/lib/hooks/useIsVisible.js +14 -0
  1817. package/lib/hooks/useIsVisible.js.map +1 -0
  1818. package/lib/hooks/useKeyboardEvent.d.ts +10 -0
  1819. package/lib/hooks/useKeyboardEvent.js +24 -0
  1820. package/lib/hooks/useKeyboardEvent.js.map +1 -0
  1821. package/lib/hooks/useLayoutEvent.d.ts +8 -0
  1822. package/lib/hooks/useLayoutEvent.js +18 -0
  1823. package/lib/hooks/useLayoutEvent.js.map +1 -0
  1824. package/lib/hooks/useOutsideEvent.d.ts +9 -0
  1825. package/lib/hooks/useOutsideEvent.js +19 -0
  1826. package/lib/hooks/useOutsideEvent.js.map +1 -0
  1827. package/lib/hooks/usePrevious.d.ts +6 -0
  1828. package/lib/hooks/usePrevious.js +12 -0
  1829. package/lib/hooks/usePrevious.js.map +1 -0
  1830. package/lib/hooks/usePseudoClasses.d.ts +12 -0
  1831. package/lib/hooks/usePseudoClasses.js +44 -0
  1832. package/lib/hooks/usePseudoClasses.js.map +1 -0
  1833. package/lib/hooks/useResizeObserver.d.ts +7 -0
  1834. package/lib/hooks/useResizeObserver.js +31 -0
  1835. package/lib/hooks/useResizeObserver.js.map +1 -0
  1836. package/lib/hooks/useReturnFocusOnUnmount.d.ts +5 -0
  1837. package/lib/hooks/useReturnFocusOnUnmount.js +21 -0
  1838. package/lib/hooks/useReturnFocusOnUnmount.js.map +1 -0
  1839. package/lib/hooks/useRovingFocus.d.ts +9 -0
  1840. package/lib/hooks/useRovingFocus.js +57 -0
  1841. package/lib/hooks/useRovingFocus.js.map +1 -0
  1842. package/lib/hooks/useSize.d.ts +8 -0
  1843. package/lib/hooks/useSize.js +47 -0
  1844. package/lib/hooks/useSize.js.map +1 -0
  1845. package/lib/hooks/useToggle.d.ts +11 -0
  1846. package/lib/hooks/useToggle.js +24 -0
  1847. package/lib/hooks/useToggle.js.map +1 -0
  1848. package/lib/hooks/useUuid.d.ts +6 -0
  1849. package/lib/hooks/useUuid.js +10 -0
  1850. package/lib/hooks/useUuid.js.map +1 -0
  1851. package/lib/hooks/usestopPropagation.d.ts +6 -0
  1852. package/lib/hooks/usestopPropagation.js +18 -0
  1853. package/lib/hooks/usestopPropagation.js.map +1 -0
  1854. package/lib/index.js +49 -0
  1855. package/lib/index.js.map +1 -0
  1856. package/lib/index2.js +213 -0
  1857. package/lib/index2.js.map +1 -0
  1858. package/lib/resources/HN.Designsystem.ArticleTeaser.en-GB.json.d.ts +7 -0
  1859. package/lib/resources/HN.Designsystem.ArticleTeaser.nb-NO.json.d.ts +7 -0
  1860. package/lib/resources/HN.Designsystem.Drawer.en-GB.json.d.ts +6 -0
  1861. package/lib/resources/HN.Designsystem.Drawer.nb-NO.json.d.ts +6 -0
  1862. package/lib/resources/HN.Designsystem.Dropdown.en-GB.json.d.ts +6 -0
  1863. package/lib/resources/HN.Designsystem.Dropdown.nb-NO.json.d.ts +6 -0
  1864. package/lib/resources/HN.Designsystem.FavoriteButton.nb-NO.json.d.ts +6 -0
  1865. package/lib/resources/HN.Designsystem.FormFieldTag.nb-NO.json.d.ts +12 -0
  1866. package/lib/resources/HN.Designsystem.HelpBubble.nb-NO.json.d.ts +6 -0
  1867. package/lib/resources/HN.Designsystem.HelpDrawer.nb-NO.json.d.ts +6 -0
  1868. package/lib/resources/HN.Designsystem.InfoTeaser.en-GB.json.d.ts +7 -0
  1869. package/lib/resources/HN.Designsystem.InfoTeaser.nb-NO.json.d.ts +7 -0
  1870. package/lib/resources/HN.Designsystem.Panel.en-GB.json.d.ts +7 -0
  1871. package/lib/resources/HN.Designsystem.Panel.nb-NO.json.d.ts +7 -0
  1872. package/lib/resources/HN.Designsystem.Tabs.en-GB.json.d.ts +7 -0
  1873. package/lib/resources/HN.Designsystem.Tabs.nb-NO.json.d.ts +7 -0
  1874. package/lib/resources/index.d.ts +0 -0
  1875. package/lib/scss/supernova/styles/colors.css +258 -0
  1876. package/lib/theme/currys/color.d.ts +3 -0
  1877. package/lib/theme/currys/color.js +16 -0
  1878. package/lib/theme/currys/color.js.map +1 -0
  1879. package/lib/theme/currys/index.js +9 -0
  1880. package/lib/theme/currys/index.js.map +1 -0
  1881. package/lib/theme/currys/spacing.d.ts +3 -0
  1882. package/lib/theme/currys/spacing.js +42 -0
  1883. package/lib/theme/currys/spacing.js.map +1 -0
  1884. package/lib/theme/grid.d.ts +21 -0
  1885. package/lib/theme/grid.js +27 -0
  1886. package/lib/theme/grid.js.map +1 -0
  1887. package/lib/theme/index.d.ts +99 -0
  1888. package/lib/theme/index.js +14 -0
  1889. package/lib/theme/index.js.map +1 -0
  1890. package/lib/theme/palette.d.ts +67 -0
  1891. package/lib/theme/palette.js +86 -0
  1892. package/lib/theme/palette.js.map +1 -0
  1893. package/lib/theme/spacers.d.ts +18 -0
  1894. package/lib/theme/spacers.js +22 -0
  1895. package/lib/theme/spacers.js.map +1 -0
  1896. package/lib/use-animate.js +382 -0
  1897. package/lib/use-animate.js.map +1 -0
  1898. package/lib/utils/accessibility.d.ts +23 -0
  1899. package/lib/utils/accessibility.js +40 -0
  1900. package/lib/utils/accessibility.js.map +1 -0
  1901. package/lib/utils/component.d.ts +4 -0
  1902. package/lib/utils/component.js +16 -0
  1903. package/lib/utils/component.js.map +1 -0
  1904. package/lib/utils/debounce.d.ts +6 -0
  1905. package/lib/utils/debounce.js +19 -0
  1906. package/lib/utils/debounce.js.map +1 -0
  1907. package/lib/utils/deepContains.d.ts +9 -0
  1908. package/lib/utils/deepContains.js +19 -0
  1909. package/lib/utils/deepContains.js.map +1 -0
  1910. package/lib/utils/device.d.ts +1 -0
  1911. package/lib/utils/device.js +7 -0
  1912. package/lib/utils/device.js.map +1 -0
  1913. package/lib/utils/environment.d.ts +2 -0
  1914. package/lib/utils/environment.js +13 -0
  1915. package/lib/utils/environment.js.map +1 -0
  1916. package/lib/utils/focus.d.ts +6 -0
  1917. package/lib/utils/focus.js +14 -0
  1918. package/lib/utils/focus.js.map +1 -0
  1919. package/lib/utils/language.d.ts +17 -0
  1920. package/lib/utils/language.js +25 -0
  1921. package/lib/utils/language.js.map +1 -0
  1922. package/lib/utils/loremtext.d.ts +4 -0
  1923. package/lib/utils/loremtext.js +10 -0
  1924. package/lib/utils/loremtext.js.map +1 -0
  1925. package/lib/utils/mobile.d.ts +9 -0
  1926. package/lib/utils/mobile.js +17 -0
  1927. package/lib/utils/mobile.js.map +1 -0
  1928. package/lib/utils/refs.d.ts +13 -0
  1929. package/lib/utils/refs.js +19 -0
  1930. package/lib/utils/refs.js.map +1 -0
  1931. package/lib/utils/scroll.d.ts +2 -0
  1932. package/lib/utils/scroll.js +11 -0
  1933. package/lib/utils/scroll.js.map +1 -0
  1934. package/lib/utils/tests/accessibility.test.d.ts +1 -0
  1935. package/lib/utils/tests/deepContains.test.d.ts +1 -0
  1936. package/lib/utils/tests/language.test.d.ts +1 -0
  1937. package/lib/utils/tests/setup-test.d.ts +0 -0
  1938. package/lib/utils/tests/uuid.test.d.ts +1 -0
  1939. package/lib/utils/tests/viewport.test.d.ts +1 -0
  1940. package/lib/utils/uuid.d.ts +2 -0
  1941. package/lib/utils/uuid.js +7 -0
  1942. package/lib/utils/uuid.js.map +1 -0
  1943. package/lib/utils/viewport.d.ts +1 -0
  1944. package/lib/utils/viewport.js +8 -0
  1945. package/lib/utils/viewport.js.map +1 -0
  1946. package/lib/utils.js +13 -0
  1947. package/lib/utils.js.map +1 -0
  1948. package/lib/uuid.js +20 -0
  1949. package/lib/uuid.js.map +1 -0
  1950. package/package.json +4 -2
  1951. package/.prettierignore +0 -2
  1952. package/.storybook/StoryBackground.tsx +0 -17
  1953. package/.storybook/declaration.d.ts +0 -9
  1954. package/.storybook/frankenstein-storybook.svg +0 -14
  1955. package/.storybook/knobs.ts +0 -19
  1956. package/.storybook/main.ts +0 -85
  1957. package/.storybook/manager-head.html +0 -90
  1958. package/.storybook/manager.ts +0 -15
  1959. package/.storybook/preview.tsx +0 -91
  1960. package/__scripts__/entries.js +0 -47
  1961. package/__scripts__/generateIconNames.mjs +0 -27
  1962. package/__scripts__/generateIllustrationNames.mjs +0 -56
  1963. package/__scripts__/link-root-scss.mjs +0 -93
  1964. package/__scripts__/new-component.js +0 -106
  1965. package/chromatic.config.json +0 -7
  1966. package/figma-token.config.json +0 -19
  1967. package/src/__mocks__/IntersectionObserver.ts +0 -17
  1968. package/src/__mocks__/MutationObserver.ts +0 -14
  1969. package/src/__mocks__/ResizeObserver.ts +0 -17
  1970. package/src/__mocks__/matchMedia.ts +0 -13
  1971. package/src/__mocks__/useHover.ts +0 -7
  1972. package/src/__mocks__/useLayoutEvent.ts +0 -5
  1973. package/src/__mocks__/useOutsideEvent.ts +0 -5
  1974. package/src/__mocks__/usePseudoClasses.ts +0 -7
  1975. package/src/__mocks__/useSize.ts +0 -12
  1976. package/src/__mocks__/uuid.ts +0 -13
  1977. package/src/components/AnchorLink/AnchorLink.stories.tsx +0 -94
  1978. package/src/components/AnchorLink/AnchorLink.test.tsx +0 -99
  1979. package/src/components/AnchorLink/AnchorLink.tsx +0 -103
  1980. package/src/components/AnchorLink/__snapshots__/AnchorLink.test.tsx.snap +0 -56
  1981. package/src/components/AnchorLink/index.ts +0 -3
  1982. package/src/components/ArticleTeaser/ArticleTeaser.stories.tsx +0 -72
  1983. package/src/components/ArticleTeaser/ArticleTeaser.test.tsx +0 -27
  1984. package/src/components/ArticleTeaser/ArticleTeaser.tsx +0 -72
  1985. package/src/components/ArticleTeaser/index.ts +0 -3
  1986. package/src/components/ArticleTeaser/resourceHelper.ts +0 -14
  1987. package/src/components/AsChildSlot/AsChildSlot.stories.tsx +0 -79
  1988. package/src/components/AsChildSlot/AsChildSlot.test.tsx +0 -105
  1989. package/src/components/AsChildSlot/AsChildSlot.tsx +0 -110
  1990. package/src/components/AsChildSlot/index.ts +0 -3
  1991. package/src/components/Avatar/Avatar.stories.tsx +0 -70
  1992. package/src/components/Avatar/Avatar.test.tsx +0 -55
  1993. package/src/components/Avatar/Avatar.tsx +0 -61
  1994. package/src/components/Avatar/__snapshots__/Avatar.test.tsx.snap +0 -77
  1995. package/src/components/Avatar/index.ts +0 -3
  1996. package/src/components/Badge/Badge.stories.tsx +0 -85
  1997. package/src/components/Badge/Badge.test.tsx +0 -61
  1998. package/src/components/Badge/Badge.tsx +0 -62
  1999. package/src/components/Badge/NotificationBadge.tsx +0 -80
  2000. package/src/components/Badge/index.ts +0 -3
  2001. package/src/components/Button/Button.stories.tsx +0 -343
  2002. package/src/components/Button/Button.test.tsx +0 -461
  2003. package/src/components/Button/Button.tsx +0 -270
  2004. package/src/components/Button/__snapshots__/Button.test.tsx.snap +0 -118
  2005. package/src/components/Button/index.ts +0 -3
  2006. package/src/components/Checkbox/Checkbox.stories.tsx +0 -113
  2007. package/src/components/Checkbox/Checkbox.test.tsx +0 -183
  2008. package/src/components/Checkbox/Checkbox.tsx +0 -177
  2009. package/src/components/Checkbox/index.ts +0 -3
  2010. package/src/components/Chip/Chip.stories.tsx +0 -64
  2011. package/src/components/Chip/Chip.test.tsx +0 -49
  2012. package/src/components/Chip/Chip.tsx +0 -75
  2013. package/src/components/Chip/index.ts +0 -3
  2014. package/src/components/Close/Close.stories.tsx +0 -62
  2015. package/src/components/Close/Close.test.tsx +0 -18
  2016. package/src/components/Close/Close.tsx +0 -68
  2017. package/src/components/Close/index.tsx +0 -3
  2018. package/src/components/DictionaryTrigger/DictionaryTrigger.stories.tsx +0 -66
  2019. package/src/components/DictionaryTrigger/DictionaryTrigger.test.tsx +0 -107
  2020. package/src/components/DictionaryTrigger/DictionaryTrigger.tsx +0 -50
  2021. package/src/components/DictionaryTrigger/index.ts +0 -3
  2022. package/src/components/Drawer/Drawer.stories.tsx +0 -239
  2023. package/src/components/Drawer/Drawer.test.tsx +0 -140
  2024. package/src/components/Drawer/Drawer.tsx +0 -310
  2025. package/src/components/Drawer/index.ts +0 -3
  2026. package/src/components/Drawer/resourceHelper.ts +0 -14
  2027. package/src/components/Dropdown/Dropdown.stories.tsx +0 -313
  2028. package/src/components/Dropdown/Dropdown.test.tsx +0 -215
  2029. package/src/components/Dropdown/Dropdown.tsx +0 -340
  2030. package/src/components/Dropdown/SingleSelect/SingleSelect.stories.tsx +0 -77
  2031. package/src/components/Dropdown/SingleSelect/SingleSelect.test.tsx +0 -189
  2032. package/src/components/Dropdown/SingleSelect/SingleSelect.tsx +0 -40
  2033. package/src/components/Dropdown/SingleSelect/SingleSelectItem.tsx +0 -114
  2034. package/src/components/Dropdown/SingleSelect/index.ts +0 -3
  2035. package/src/components/Dropdown/index.ts +0 -3
  2036. package/src/components/Dropdown/resourceHelper.ts +0 -14
  2037. package/src/components/DropdownOld/DropdownOld.stories.tsx +0 -229
  2038. package/src/components/DropdownOld/DropdownOld.test.tsx +0 -228
  2039. package/src/components/DropdownOld/DropdownOld.tsx +0 -246
  2040. package/src/components/DropdownOld/index.ts +0 -3
  2041. package/src/components/DropdownOld/resourceHelper.ts +0 -14
  2042. package/src/components/Duolist/Duolist.stories.tsx +0 -176
  2043. package/src/components/Duolist/Duolist.test.tsx +0 -196
  2044. package/src/components/Duolist/Duolist.tsx +0 -152
  2045. package/src/components/Duolist/__snapshots__/Duolist.test.tsx.snap +0 -37
  2046. package/src/components/Duolist/index.ts +0 -3
  2047. package/src/components/ElementHeader/ElementHeader.stories.tsx +0 -262
  2048. package/src/components/ElementHeader/ElementHeader.tsx +0 -251
  2049. package/src/components/ElementHeader/ElementHeaderText/ElementHeaderText.stories.tsx +0 -69
  2050. package/src/components/ElementHeader/ElementHeaderText/ElementHeaderText.tsx +0 -68
  2051. package/src/components/ElementHeader/ElementHeaderText/index.ts +0 -3
  2052. package/src/components/ElementHeader/StatusDotList/StatusDotList.stories.tsx +0 -37
  2053. package/src/components/ElementHeader/StatusDotList/StatusDotList.tsx +0 -56
  2054. package/src/components/ElementHeader/StatusDotList/index.ts +0 -3
  2055. package/src/components/ElementHeader/index.ts +0 -3
  2056. package/src/components/EmptyState/EmptyBoxBeeMedium.tsx +0 -95
  2057. package/src/components/EmptyState/EmptyBoxBeeSmall.tsx +0 -95
  2058. package/src/components/EmptyState/EmptyState.stories.tsx +0 -81
  2059. package/src/components/EmptyState/EmptyState.test.tsx +0 -24
  2060. package/src/components/EmptyState/EmptyState.tsx +0 -99
  2061. package/src/components/EmptyState/index.ts +0 -3
  2062. package/src/components/ErrorWrapper/ErrorWrapper.test.tsx +0 -52
  2063. package/src/components/ErrorWrapper/ErrorWrapper.tsx +0 -47
  2064. package/src/components/ErrorWrapper/index.ts +0 -3
  2065. package/src/components/Expander/Expander.stories.tsx +0 -173
  2066. package/src/components/Expander/Expander.test.tsx +0 -149
  2067. package/src/components/Expander/Expander.tsx +0 -183
  2068. package/src/components/Expander/__snapshots__/Expander.test.tsx.snap +0 -61
  2069. package/src/components/Expander/index.ts +0 -3
  2070. package/src/components/ExpanderHierarchy/Expander.tsx +0 -62
  2071. package/src/components/ExpanderHierarchy/ExpanderButton.tsx +0 -70
  2072. package/src/components/ExpanderHierarchy/ExpanderHierarchy.stories.tsx +0 -101
  2073. package/src/components/ExpanderHierarchy/ExpanderHierarchy.test.tsx +0 -170
  2074. package/src/components/ExpanderHierarchy/ExpanderHierarchy.tsx +0 -55
  2075. package/src/components/ExpanderHierarchy/__snapshots__/ExpanderHierarchy.test.tsx.snap +0 -97
  2076. package/src/components/ExpanderHierarchy/index.ts +0 -3
  2077. package/src/components/ExpanderHierarchy/utils.ts +0 -18
  2078. package/src/components/ExpanderList/ExpanderList.Expander.stories.tsx +0 -84
  2079. package/src/components/ExpanderList/ExpanderList.stories.tsx +0 -536
  2080. package/src/components/ExpanderList/ExpanderList.test.tsx +0 -490
  2081. package/src/components/ExpanderList/ExpanderList.tsx +0 -333
  2082. package/src/components/ExpanderList/__snapshots__/ExpanderList.test.tsx.snap +0 -419
  2083. package/src/components/ExpanderList/index.ts +0 -3
  2084. package/src/components/EyebrowHeader/EyebrowHeader.stories.tsx +0 -37
  2085. package/src/components/EyebrowHeader/EyebrowHeader.test.tsx +0 -21
  2086. package/src/components/EyebrowHeader/EyebrowHeader.tsx +0 -37
  2087. package/src/components/EyebrowHeader/index.ts +0 -3
  2088. package/src/components/FavoriteButton/FavoriteButton.stories.tsx +0 -112
  2089. package/src/components/FavoriteButton/FavoriteButton.test.tsx +0 -46
  2090. package/src/components/FavoriteButton/FavoriteButton.tsx +0 -91
  2091. package/src/components/FavoriteButton/StarIcon.tsx +0 -127
  2092. package/src/components/FavoriteButton/index.ts +0 -4
  2093. package/src/components/FavoriteButton/resourceHelper.ts +0 -11
  2094. package/src/components/FormFieldTag/FormFieldTag.stories.tsx +0 -97
  2095. package/src/components/FormFieldTag/FormFieldTag.test.tsx +0 -77
  2096. package/src/components/FormFieldTag/FormFieldTag.tsx +0 -66
  2097. package/src/components/FormFieldTag/index.ts +0 -3
  2098. package/src/components/FormFieldTag/resourceHelper.ts +0 -11
  2099. package/src/components/FormGroup/FormGroup.stories.tsx +0 -209
  2100. package/src/components/FormGroup/FormGroup.test.tsx +0 -249
  2101. package/src/components/FormGroup/FormGroup.tsx +0 -226
  2102. package/src/components/FormGroup/index.ts +0 -3
  2103. package/src/components/FormLayout/FormLayout.stories.tsx +0 -91
  2104. package/src/components/FormLayout/FormLayout.test.tsx +0 -61
  2105. package/src/components/FormLayout/FormLayout.tsx +0 -69
  2106. package/src/components/FormLayout/index.ts +0 -3
  2107. package/src/components/HelpBubble/HelpBubble.stories.tsx +0 -325
  2108. package/src/components/HelpBubble/HelpBubble.test.tsx +0 -164
  2109. package/src/components/HelpBubble/HelpBubble.tsx +0 -139
  2110. package/src/components/HelpBubble/index.ts +0 -3
  2111. package/src/components/HelpBubble/resourceHelper.ts +0 -11
  2112. package/src/components/HelpDetails/HelpDetails.stories.tsx +0 -74
  2113. package/src/components/HelpDetails/HelpDetails.test.tsx +0 -12
  2114. package/src/components/HelpDetails/HelpDetails.tsx +0 -81
  2115. package/src/components/HelpDrawer/HelpDrawer.stories.tsx +0 -72
  2116. package/src/components/HelpDrawer/HelpDrawer.test.tsx +0 -22
  2117. package/src/components/HelpDrawer/HelpDrawer.tsx +0 -51
  2118. package/src/components/HelpDrawer/index.ts +0 -3
  2119. package/src/components/HelpDrawer/resourceHelper.ts +0 -11
  2120. package/src/components/HelpExpanderInline/HelpExpanderInline.stories.tsx +0 -154
  2121. package/src/components/HelpExpanderInline/HelpExpanderInline.test.tsx +0 -33
  2122. package/src/components/HelpExpanderInline/HelpExpanderInline.tsx +0 -38
  2123. package/src/components/HelpExpanderInline/index.ts +0 -3
  2124. package/src/components/HelpExpanderStandalone/HelpExpanderStandalone.stories.tsx +0 -78
  2125. package/src/components/HelpExpanderStandalone/HelpExpanderStandalone.test.tsx +0 -50
  2126. package/src/components/HelpExpanderStandalone/HelpExpanderStandalone.tsx +0 -73
  2127. package/src/components/HelpExpanderStandalone/index.ts +0 -3
  2128. package/src/components/HelpPanel/HelpPanel.stories.tsx +0 -53
  2129. package/src/components/HelpPanel/HelpPanel.test.tsx +0 -42
  2130. package/src/components/HelpPanel/HelpPanel.tsx +0 -39
  2131. package/src/components/HelpPanel/index.ts +0 -3
  2132. package/src/components/HelpTeaser/HelpTeaser.stories.tsx +0 -51
  2133. package/src/components/HelpTeaser/HelpTeaser.test.tsx +0 -11
  2134. package/src/components/HelpTeaser/HelpTeaser.tsx +0 -43
  2135. package/src/components/HelpTeaser/index.ts +0 -3
  2136. package/src/components/HelpTooltip/HelpTooltip.stories.tsx +0 -67
  2137. package/src/components/HelpTooltip/HelpTooltip.test.tsx +0 -57
  2138. package/src/components/HelpTooltip/HelpTooltip.tsx +0 -51
  2139. package/src/components/HelpTooltip/index.ts +0 -3
  2140. package/src/components/HelpTriggerIcon/HelpSign.tsx +0 -62
  2141. package/src/components/HelpTriggerIcon/HelpTriggerIcon.stories.tsx +0 -126
  2142. package/src/components/HelpTriggerIcon/HelpTriggerIcon.test.tsx +0 -59
  2143. package/src/components/HelpTriggerIcon/HelpTriggerIcon.tsx +0 -121
  2144. package/src/components/HelpTriggerIcon/index.ts +0 -3
  2145. package/src/components/HelpTriggerInline/HelpTriggerInline.stories.tsx +0 -82
  2146. package/src/components/HelpTriggerInline/HelpTriggerInline.test.tsx +0 -132
  2147. package/src/components/HelpTriggerInline/HelpTriggerInline.tsx +0 -65
  2148. package/src/components/HelpTriggerInline/index.ts +0 -3
  2149. package/src/components/HelpTriggerStandalone/HelpTriggerStandalone.stories.tsx +0 -105
  2150. package/src/components/HelpTriggerStandalone/HelpTriggerStandalone.test.tsx +0 -132
  2151. package/src/components/HelpTriggerStandalone/HelpTriggerStandalone.tsx +0 -67
  2152. package/src/components/HelpTriggerStandalone/index.ts +0 -3
  2153. package/src/components/HighlightPanel/HighlightPanel.stories.tsx +0 -74
  2154. package/src/components/HighlightPanel/HighlightPanel.test.tsx +0 -67
  2155. package/src/components/HighlightPanel/HighlightPanel.tsx +0 -126
  2156. package/src/components/HighlightPanel/index.ts +0 -3
  2157. package/src/components/Highlighter/Highlighter.stories.tsx +0 -431
  2158. package/src/components/Highlighter/Highlighter.test.tsx +0 -33
  2159. package/src/components/Highlighter/Highlighter.tsx +0 -63
  2160. package/src/components/Highlighter/index.ts +0 -3
  2161. package/src/components/HorizontalScroll/HorizontalScroll.test.tsx +0 -58
  2162. package/src/components/HorizontalScroll/HorizontalScroll.tsx +0 -72
  2163. package/src/components/HorizontalScroll/__snapshots__/HorizontalScroll.test.tsx.snap +0 -23
  2164. package/src/components/HorizontalScroll/index.ts +0 -3
  2165. package/src/components/Icon/Icon.stories.tsx +0 -211
  2166. package/src/components/Icon/Icon.test.tsx +0 -159
  2167. package/src/components/Icon/Icon.tsx +0 -121
  2168. package/src/components/Icon/__snapshots__/Icon.test.tsx.snap +0 -415
  2169. package/src/components/Icon/index.ts +0 -5
  2170. package/src/components/Icons/ActiveMonitoring.tsx +0 -23
  2171. package/src/components/Icons/AcupunctureBack.tsx +0 -23
  2172. package/src/components/Icons/AdditionalIconInformation.ts +0 -337
  2173. package/src/components/Icons/AlarmClock.tsx +0 -41
  2174. package/src/components/Icons/AlertSignFill.tsx +0 -25
  2175. package/src/components/Icons/AlertSignStroke.tsx +0 -25
  2176. package/src/components/Icons/Amputation.tsx +0 -17
  2177. package/src/components/Icons/Anxiety.tsx +0 -17
  2178. package/src/components/Icons/Apple.tsx +0 -17
  2179. package/src/components/Icons/Archive.tsx +0 -37
  2180. package/src/components/Icons/ArmFlexing.tsx +0 -17
  2181. package/src/components/Icons/ArrowDown.tsx +0 -37
  2182. package/src/components/Icons/ArrowLeft.tsx +0 -21
  2183. package/src/components/Icons/ArrowRight.tsx +0 -21
  2184. package/src/components/Icons/ArrowUp.tsx +0 -37
  2185. package/src/components/Icons/ArrowUpRight.tsx +0 -17
  2186. package/src/components/Icons/Attachment.tsx +0 -41
  2187. package/src/components/Icons/Atv.tsx +0 -17
  2188. package/src/components/Icons/Avatar.tsx +0 -24
  2189. package/src/components/Icons/AwakePersonOnPillow.tsx +0 -17
  2190. package/src/components/Icons/Baby.tsx +0 -17
  2191. package/src/components/Icons/BandAid.tsx +0 -17
  2192. package/src/components/Icons/BeerAndPills.tsx +0 -23
  2193. package/src/components/Icons/Bell.tsx +0 -17
  2194. package/src/components/Icons/Bike.tsx +0 -17
  2195. package/src/components/Icons/BirthControl.tsx +0 -22
  2196. package/src/components/Icons/BirthdayCake.tsx +0 -17
  2197. package/src/components/Icons/Boat.tsx +0 -17
  2198. package/src/components/Icons/Body.tsx +0 -23
  2199. package/src/components/Icons/Braille.tsx +0 -17
  2200. package/src/components/Icons/Brain.tsx +0 -21
  2201. package/src/components/Icons/BreastReconstruction.tsx +0 -23
  2202. package/src/components/Icons/BreastRemoval.tsx +0 -23
  2203. package/src/components/Icons/Breasts.tsx +0 -17
  2204. package/src/components/Icons/BrokenHeart.tsx +0 -17
  2205. package/src/components/Icons/BrokenPuzzle.tsx +0 -17
  2206. package/src/components/Icons/Bus.tsx +0 -38
  2207. package/src/components/Icons/Calendar.tsx +0 -37
  2208. package/src/components/Icons/CalendarChange.tsx +0 -37
  2209. package/src/components/Icons/CalendarCheck.tsx +0 -37
  2210. package/src/components/Icons/CalendarEvent.tsx +0 -17
  2211. package/src/components/Icons/CalendarSave.tsx +0 -25
  2212. package/src/components/Icons/Cancer.tsx +0 -31
  2213. package/src/components/Icons/Candle.tsx +0 -23
  2214. package/src/components/Icons/Car.tsx +0 -17
  2215. package/src/components/Icons/Carton.tsx +0 -37
  2216. package/src/components/Icons/Change.tsx +0 -49
  2217. package/src/components/Icons/Check.tsx +0 -14
  2218. package/src/components/Icons/CheckFill.tsx +0 -36
  2219. package/src/components/Icons/CheckOutline.tsx +0 -23
  2220. package/src/components/Icons/Chest.tsx +0 -17
  2221. package/src/components/Icons/ChevronDown.tsx +0 -17
  2222. package/src/components/Icons/ChevronLeft.tsx +0 -16
  2223. package/src/components/Icons/ChevronRight.tsx +0 -19
  2224. package/src/components/Icons/ChevronUp.tsx +0 -17
  2225. package/src/components/Icons/ChevronsDown.tsx +0 -37
  2226. package/src/components/Icons/ChevronsUp.tsx +0 -37
  2227. package/src/components/Icons/ChildPlaying.tsx +0 -23
  2228. package/src/components/Icons/Cigarette.tsx +0 -17
  2229. package/src/components/Icons/Coins.tsx +0 -23
  2230. package/src/components/Icons/Contacts.tsx +0 -25
  2231. package/src/components/Icons/Copy.tsx +0 -36
  2232. package/src/components/Icons/CoronaCertificate.tsx +0 -23
  2233. package/src/components/Icons/Coronavirus.tsx +0 -17
  2234. package/src/components/Icons/Cough.tsx +0 -17
  2235. package/src/components/Icons/CreditCard.tsx +0 -49
  2236. package/src/components/Icons/CriticalHealthInfo.tsx +0 -16
  2237. package/src/components/Icons/Cross.tsx +0 -17
  2238. package/src/components/Icons/DataExchange.tsx +0 -23
  2239. package/src/components/Icons/DataReceived.tsx +0 -23
  2240. package/src/components/Icons/DataSent.tsx +0 -23
  2241. package/src/components/Icons/Depression.tsx +0 -17
  2242. package/src/components/Icons/DigestiveSystem.tsx +0 -23
  2243. package/src/components/Icons/Dizzy.tsx +0 -17
  2244. package/src/components/Icons/Documents.tsx +0 -17
  2245. package/src/components/Icons/Dog.tsx +0 -17
  2246. package/src/components/Icons/DonorCard.tsx +0 -17
  2247. package/src/components/Icons/DotActive.tsx +0 -22
  2248. package/src/components/Icons/DotAlert.tsx +0 -30
  2249. package/src/components/Icons/DotCancelled.tsx +0 -30
  2250. package/src/components/Icons/DotHalfDisc.tsx +0 -30
  2251. package/src/components/Icons/DotInactive.tsx +0 -30
  2252. package/src/components/Icons/DotInfo.tsx +0 -38
  2253. package/src/components/Icons/DotLookingGlass.tsx +0 -30
  2254. package/src/components/Icons/DotPending.tsx +0 -22
  2255. package/src/components/Icons/DotQuestionMark.tsx +0 -30
  2256. package/src/components/Icons/DotSuccess.tsx +0 -30
  2257. package/src/components/Icons/DotTransparent.tsx +0 -30
  2258. package/src/components/Icons/DotWarningTriangle.tsx +0 -30
  2259. package/src/components/Icons/Download.tsx +0 -37
  2260. package/src/components/Icons/Draft.tsx +0 -17
  2261. package/src/components/Icons/Drag.tsx +0 -21
  2262. package/src/components/Icons/EChat.tsx +0 -25
  2263. package/src/components/Icons/Ear.tsx +0 -23
  2264. package/src/components/Icons/EarDeaf.tsx +0 -17
  2265. package/src/components/Icons/EarHearingAid.tsx +0 -20
  2266. package/src/components/Icons/EarNoseThroat.tsx +0 -25
  2267. package/src/components/Icons/EarVolume.tsx +0 -29
  2268. package/src/components/Icons/Edit.tsx +0 -31
  2269. package/src/components/Icons/ElderlyPerson.tsx +0 -17
  2270. package/src/components/Icons/Embolization.tsx +0 -23
  2271. package/src/components/Icons/EmergencyCall.tsx +0 -25
  2272. package/src/components/Icons/EmoticonAnnoyed.tsx +0 -27
  2273. package/src/components/Icons/EmoticonDelighted.tsx +0 -27
  2274. package/src/components/Icons/EmoticonDisappointed.tsx +0 -27
  2275. package/src/components/Icons/EmoticonHappy.tsx +0 -27
  2276. package/src/components/Icons/EmoticonMeh.tsx +0 -27
  2277. package/src/components/Icons/EmptyBox.tsx +0 -25
  2278. package/src/components/Icons/EnterFullScreen.tsx +0 -34
  2279. package/src/components/Icons/Envelope.tsx +0 -25
  2280. package/src/components/Icons/Epilepsy.tsx +0 -17
  2281. package/src/components/Icons/Eraser.tsx +0 -31
  2282. package/src/components/Icons/ErrorSignFill.tsx +0 -25
  2283. package/src/components/Icons/ErrorSignStroke.tsx +0 -25
  2284. package/src/components/Icons/EuropeanHealthCard.tsx +0 -20
  2285. package/src/components/Icons/ExitFullScreen.tsx +0 -34
  2286. package/src/components/Icons/Eye.tsx +0 -48
  2287. package/src/components/Icons/Facebook.tsx +0 -17
  2288. package/src/components/Icons/FallingLeaf.tsx +0 -31
  2289. package/src/components/Icons/Feedback.tsx +0 -29
  2290. package/src/components/Icons/Female.tsx +0 -17
  2291. package/src/components/Icons/FemaleDoctor.tsx +0 -17
  2292. package/src/components/Icons/Ferry.tsx +0 -17
  2293. package/src/components/Icons/File.tsx +0 -37
  2294. package/src/components/Icons/Filter.tsx +0 -35
  2295. package/src/components/Icons/FingerBleed.tsx +0 -17
  2296. package/src/components/Icons/FirstAidKit.tsx +0 -17
  2297. package/src/components/Icons/Fish.tsx +0 -39
  2298. package/src/components/Icons/FloppyDisk.tsx +0 -23
  2299. package/src/components/Icons/Football.tsx +0 -17
  2300. package/src/components/Icons/Form.tsx +0 -25
  2301. package/src/components/Icons/Forward.tsx +0 -27
  2302. package/src/components/Icons/Gallery.tsx +0 -36
  2303. package/src/components/Icons/Garden.tsx +0 -17
  2304. package/src/components/Icons/GasCan.tsx +0 -17
  2305. package/src/components/Icons/GenderIdentity.tsx +0 -23
  2306. package/src/components/Icons/GlassWater.tsx +0 -23
  2307. package/src/components/Icons/Glasses.tsx +0 -25
  2308. package/src/components/Icons/Globe.tsx +0 -25
  2309. package/src/components/Icons/Grain.tsx +0 -23
  2310. package/src/components/Icons/Graph.tsx +0 -29
  2311. package/src/components/Icons/Group.tsx +0 -39
  2312. package/src/components/Icons/GroupTwins.tsx +0 -71
  2313. package/src/components/Icons/HTMLFile.tsx +0 -23
  2314. package/src/components/Icons/HandWaving.tsx +0 -17
  2315. package/src/components/Icons/HandWithDisease.tsx +0 -17
  2316. package/src/components/Icons/HandsAndHeart.tsx +0 -23
  2317. package/src/components/Icons/HealthClinic.tsx +0 -23
  2318. package/src/components/Icons/HealthMeasurements.tsx +0 -25
  2319. package/src/components/Icons/HealthWarning.tsx +0 -23
  2320. package/src/components/Icons/HealthcarePerson.tsx +0 -65
  2321. package/src/components/Icons/HealthcarePersonell.tsx +0 -79
  2322. package/src/components/Icons/HearingProtection.tsx +0 -31
  2323. package/src/components/Icons/Heart.tsx +0 -25
  2324. package/src/components/Icons/HeartHands.tsx +0 -59
  2325. package/src/components/Icons/HelpSign.tsx +0 -25
  2326. package/src/components/Icons/HelpingHand.tsx +0 -23
  2327. package/src/components/Icons/Hemodialysis.tsx +0 -23
  2328. package/src/components/Icons/Hiker.tsx +0 -17
  2329. package/src/components/Icons/Hipprosthesis.tsx +0 -23
  2330. package/src/components/Icons/History.tsx +0 -25
  2331. package/src/components/Icons/HivAndAids.tsx +0 -17
  2332. package/src/components/Icons/Home.tsx +0 -36
  2333. package/src/components/Icons/HomeFill.tsx +0 -41
  2334. package/src/components/Icons/Hormone.tsx +0 -17
  2335. package/src/components/Icons/Hospital.tsx +0 -37
  2336. package/src/components/Icons/Hourglass.tsx +0 -37
  2337. package/src/components/Icons/IconNames.ts +0 -344
  2338. package/src/components/Icons/ImgFile.tsx +0 -23
  2339. package/src/components/Icons/Inbox.tsx +0 -23
  2340. package/src/components/Icons/InfoSignFill.tsx +0 -25
  2341. package/src/components/Icons/InfoSignStroke.tsx +0 -25
  2342. package/src/components/Icons/Instagram.tsx +0 -24
  2343. package/src/components/Icons/Intravenous.tsx +0 -23
  2344. package/src/components/Icons/JointPain.tsx +0 -19
  2345. package/src/components/Icons/Journal.tsx +0 -25
  2346. package/src/components/Icons/JpgFile.tsx +0 -23
  2347. package/src/components/Icons/Kidney.tsx +0 -17
  2348. package/src/components/Icons/KitchenScale.tsx +0 -23
  2349. package/src/components/Icons/Kjernejournal.tsx +0 -17
  2350. package/src/components/Icons/Laboratory.tsx +0 -23
  2351. package/src/components/Icons/LaptopBlog.tsx +0 -17
  2352. package/src/components/Icons/LawBook.tsx +0 -20
  2353. package/src/components/Icons/LegalDocument.tsx +0 -32
  2354. package/src/components/Icons/LightBulb.tsx +0 -17
  2355. package/src/components/Icons/List.tsx +0 -36
  2356. package/src/components/Icons/Location.tsx +0 -28
  2357. package/src/components/Icons/LocationFill.tsx +0 -41
  2358. package/src/components/Icons/Lock.tsx +0 -31
  2359. package/src/components/Icons/Login.tsx +0 -67
  2360. package/src/components/Icons/Logout.tsx +0 -53
  2361. package/src/components/Icons/Lungs.tsx +0 -17
  2362. package/src/components/Icons/Makeup.tsx +0 -17
  2363. package/src/components/Icons/MaleDoctor.tsx +0 -17
  2364. package/src/components/Icons/MaleDoctorAndPerson.tsx +0 -25
  2365. package/src/components/Icons/MaleDoctorCompact.tsx +0 -55
  2366. package/src/components/Icons/MaleDoctorCompactFill.tsx +0 -43
  2367. package/src/components/Icons/MaleGenitalia.tsx +0 -17
  2368. package/src/components/Icons/Medicine.tsx +0 -37
  2369. package/src/components/Icons/MedicineWarning.tsx +0 -23
  2370. package/src/components/Icons/MentalHealthAdult.tsx +0 -23
  2371. package/src/components/Icons/MentalHealthChild.tsx +0 -23
  2372. package/src/components/Icons/Menu.tsx +0 -23
  2373. package/src/components/Icons/Microscope.tsx +0 -23
  2374. package/src/components/Icons/Minus.tsx +0 -14
  2375. package/src/components/Icons/Mirror.tsx +0 -17
  2376. package/src/components/Icons/MobilePhone.tsx +0 -25
  2377. package/src/components/Icons/MotherHoldingBaby.tsx +0 -17
  2378. package/src/components/Icons/MuscleBack.tsx +0 -25
  2379. package/src/components/Icons/MuscleLeg.tsx +0 -23
  2380. package/src/components/Icons/Mushroom.tsx +0 -17
  2381. package/src/components/Icons/Music.tsx +0 -23
  2382. package/src/components/Icons/MusselsAndSalt.tsx +0 -17
  2383. package/src/components/Icons/NoAccess.tsx +0 -59
  2384. package/src/components/Icons/NoEye.tsx +0 -41
  2385. package/src/components/Icons/NoFilter.tsx +0 -31
  2386. package/src/components/Icons/Notepad.tsx +0 -17
  2387. package/src/components/Icons/Osteotomy.tsx +0 -23
  2388. package/src/components/Icons/PaintRoller.tsx +0 -17
  2389. package/src/components/Icons/PaperPlane.tsx +0 -25
  2390. package/src/components/Icons/PatientAndPerson.tsx +0 -17
  2391. package/src/components/Icons/Pause.tsx +0 -25
  2392. package/src/components/Icons/PdfFile.tsx +0 -23
  2393. package/src/components/Icons/Pencil.tsx +0 -41
  2394. package/src/components/Icons/PeopleTalking.tsx +0 -23
  2395. package/src/components/Icons/Peritonealdialysis.tsx +0 -23
  2396. package/src/components/Icons/Person.tsx +0 -17
  2397. package/src/components/Icons/PersonAndPatient.tsx +0 -17
  2398. package/src/components/Icons/PersonCancel.tsx +0 -65
  2399. package/src/components/Icons/PersonInXRayMachine.tsx +0 -23
  2400. package/src/components/Icons/PersonOverweight.tsx +0 -17
  2401. package/src/components/Icons/PersonRelaxing.tsx +0 -23
  2402. package/src/components/Icons/PersonWithBrain.tsx +0 -20
  2403. package/src/components/Icons/PersonWithBrokenArm.tsx +0 -17
  2404. package/src/components/Icons/PersonWithCrutches.tsx +0 -17
  2405. package/src/components/Icons/PersonWithJaw.tsx +0 -23
  2406. package/src/components/Icons/PersonWithMagnifyingGlass.tsx +0 -23
  2407. package/src/components/Icons/PersonWithSenses.tsx +0 -29
  2408. package/src/components/Icons/PersonWorking.tsx +0 -23
  2409. package/src/components/Icons/PersonalPlan.tsx +0 -35
  2410. package/src/components/Icons/PizzaSlice.tsx +0 -23
  2411. package/src/components/Icons/Plane.tsx +0 -17
  2412. package/src/components/Icons/Plant.tsx +0 -17
  2413. package/src/components/Icons/PlateKnifeFork.tsx +0 -35
  2414. package/src/components/Icons/Play.tsx +0 -23
  2415. package/src/components/Icons/PlusLarge.tsx +0 -17
  2416. package/src/components/Icons/PlusSmall.tsx +0 -17
  2417. package/src/components/Icons/PngFile.tsx +0 -23
  2418. package/src/components/Icons/Podcast.tsx +0 -23
  2419. package/src/components/Icons/PoisonInformation.tsx +0 -23
  2420. package/src/components/Icons/Pregnant.tsx +0 -17
  2421. package/src/components/Icons/Printer.tsx +0 -37
  2422. package/src/components/Icons/Psychosis.tsx +0 -17
  2423. package/src/components/Icons/Publication.tsx +0 -23
  2424. package/src/components/Icons/Puzzle.tsx +0 -20
  2425. package/src/components/Icons/QrCode.tsx +0 -36
  2426. package/src/components/Icons/Quarrel.tsx +0 -23
  2427. package/src/components/Icons/RadioTherapy.tsx +0 -23
  2428. package/src/components/Icons/RadioactiveTreatment.tsx +0 -23
  2429. package/src/components/Icons/Radioiodine.tsx +0 -23
  2430. package/src/components/Icons/Receipt.tsx +0 -17
  2431. package/src/components/Icons/Receptionist.tsx +0 -25
  2432. package/src/components/Icons/Recovery.tsx +0 -23
  2433. package/src/components/Icons/Referral.tsx +0 -25
  2434. package/src/components/Icons/Refresh.tsx +0 -25
  2435. package/src/components/Icons/Refund.tsx +0 -17
  2436. package/src/components/Icons/Reminder.tsx +0 -31
  2437. package/src/components/Icons/Reply.tsx +0 -31
  2438. package/src/components/Icons/Rocket.tsx +0 -17
  2439. package/src/components/Icons/RtfFile.tsx +0 -23
  2440. package/src/components/Icons/STDs.tsx +0 -23
  2441. package/src/components/Icons/Save.tsx +0 -33
  2442. package/src/components/Icons/Scale.tsx +0 -17
  2443. package/src/components/Icons/ScreenReader.tsx +0 -43
  2444. package/src/components/Icons/Search.tsx +0 -25
  2445. package/src/components/Icons/SectionSign.tsx +0 -33
  2446. package/src/components/Icons/Settings.tsx +0 -41
  2447. package/src/components/Icons/SettingsFill.tsx +0 -41
  2448. package/src/components/Icons/Sexualorientation.tsx +0 -23
  2449. package/src/components/Icons/ShakingHand.tsx +0 -20
  2450. package/src/components/Icons/Share.tsx +0 -31
  2451. package/src/components/Icons/SharedHealthData.tsx +0 -25
  2452. package/src/components/Icons/SharedHealthMeasurements.tsx +0 -25
  2453. package/src/components/Icons/Shield.tsx +0 -23
  2454. package/src/components/Icons/ShuntOperation.tsx +0 -23
  2455. package/src/components/Icons/Skeleton.tsx +0 -17
  2456. package/src/components/Icons/Skin.tsx +0 -17
  2457. package/src/components/Icons/Snake.tsx +0 -17
  2458. package/src/components/Icons/Snapchat.tsx +0 -20
  2459. package/src/components/Icons/SortDown.tsx +0 -46
  2460. package/src/components/Icons/SortUp.tsx +0 -46
  2461. package/src/components/Icons/SpeechBubble.tsx +0 -33
  2462. package/src/components/Icons/Spray.tsx +0 -17
  2463. package/src/components/Icons/StickyNote.tsx +0 -25
  2464. package/src/components/Icons/StickyNotes.tsx +0 -25
  2465. package/src/components/Icons/Stopwatch.tsx +0 -37
  2466. package/src/components/Icons/Sun.tsx +0 -33
  2467. package/src/components/Icons/SupportingPerson.tsx +0 -48
  2468. package/src/components/Icons/Surgery.tsx +0 -23
  2469. package/src/components/Icons/Sweets.tsx +0 -37
  2470. package/src/components/Icons/Syringe.tsx +0 -23
  2471. package/src/components/Icons/Taxi.tsx +0 -17
  2472. package/src/components/Icons/TeddyBear.tsx +0 -17
  2473. package/src/components/Icons/Teenagers.tsx +0 -23
  2474. package/src/components/Icons/ThinkingAboutBaby.tsx +0 -17
  2475. package/src/components/Icons/Ticket.tsx +0 -17
  2476. package/src/components/Icons/TimePassing.tsx +0 -37
  2477. package/src/components/Icons/Toddler.tsx +0 -17
  2478. package/src/components/Icons/Tombstone.tsx +0 -29
  2479. package/src/components/Icons/Toolbox.tsx +0 -49
  2480. package/src/components/Icons/Tooth.tsx +0 -17
  2481. package/src/components/Icons/TotalKneeProsthesis.tsx +0 -23
  2482. package/src/components/Icons/Train.tsx +0 -17
  2483. package/src/components/Icons/Transplantation.tsx +0 -23
  2484. package/src/components/Icons/TrashCan.tsx +0 -37
  2485. package/src/components/Icons/TravelRoute.tsx +0 -49
  2486. package/src/components/Icons/TreatmentAids.tsx +0 -38
  2487. package/src/components/Icons/TriangleX.tsx +0 -49
  2488. package/src/components/Icons/Twitter.tsx +0 -17
  2489. package/src/components/Icons/Undo.tsx +0 -51
  2490. package/src/components/Icons/UniProsthesis.tsx +0 -23
  2491. package/src/components/Icons/Upload.tsx +0 -31
  2492. package/src/components/Icons/UserOrganization.tsx +0 -17
  2493. package/src/components/Icons/Vaccine.tsx +0 -37
  2494. package/src/components/Icons/VerticalDots.tsx +0 -25
  2495. package/src/components/Icons/VideoCamera.tsx +0 -37
  2496. package/src/components/Icons/VideoChat.tsx +0 -25
  2497. package/src/components/Icons/Wallet.tsx +0 -25
  2498. package/src/components/Icons/Watch.tsx +0 -37
  2499. package/src/components/Icons/Website.tsx +0 -23
  2500. package/src/components/Icons/Wheelchair.tsx +0 -23
  2501. package/src/components/Icons/WheelchairActive.tsx +0 -23
  2502. package/src/components/Icons/Window.tsx +0 -17
  2503. package/src/components/Icons/WordDocument.tsx +0 -20
  2504. package/src/components/Icons/WorkSuitcase.tsx +0 -20
  2505. package/src/components/Icons/X.tsx +0 -33
  2506. package/src/components/Icons/XOutline.tsx +0 -23
  2507. package/src/components/Icons/XmlFile.tsx +0 -23
  2508. package/src/components/Icons/YouTube.tsx +0 -17
  2509. package/src/components/Icons/Zoom.tsx +0 -37
  2510. package/src/components/Illustration/Illustration.stories.tsx +0 -45
  2511. package/src/components/Illustration/Illustration.test.tsx +0 -171
  2512. package/src/components/Illustration/Illustration.tsx +0 -78
  2513. package/src/components/Illustration/Illustrations.stories.tsx +0 -73
  2514. package/src/components/Illustration/index.ts +0 -3
  2515. package/src/components/Illustration/utils.ts +0 -18
  2516. package/src/components/Illustrations/BabyMobile.tsx +0 -18
  2517. package/src/components/Illustrations/BabyMobileMedium.tsx +0 -260
  2518. package/src/components/Illustrations/Child.tsx +0 -22
  2519. package/src/components/Illustrations/ChildMedium.tsx +0 -129
  2520. package/src/components/Illustrations/Doctor.tsx +0 -20
  2521. package/src/components/Illustrations/DoctorMedium.tsx +0 -59
  2522. package/src/components/Illustrations/DoctorSmall.tsx +0 -64
  2523. package/src/components/Illustrations/FacialRecognitionFingerprint.tsx +0 -18
  2524. package/src/components/Illustrations/FacialRecognitionFingerprintMedium.tsx +0 -199
  2525. package/src/components/Illustrations/GiveBabyFood.tsx +0 -21
  2526. package/src/components/Illustrations/GiveBabyFoodMedium.tsx +0 -237
  2527. package/src/components/Illustrations/HealthcarePersonnel.tsx +0 -15
  2528. package/src/components/Illustrations/HealthcarePersonnelMedium.tsx +0 -155
  2529. package/src/components/Illustrations/HealthcarePersonnelSmall.tsx +0 -155
  2530. package/src/components/Illustrations/IllustrationNames.ts +0 -33
  2531. package/src/components/Illustrations/ReadLetters.tsx +0 -19
  2532. package/src/components/Illustrations/ReadLettersMedium.tsx +0 -81
  2533. package/src/components/Illustrations/Stroller.tsx +0 -22
  2534. package/src/components/Illustrations/StrollerMedium.tsx +0 -165
  2535. package/src/components/Illustrations/Support2.tsx +0 -19
  2536. package/src/components/Illustrations/Support2Medium.tsx +0 -152
  2537. package/src/components/InfoTeaser/InfoTeaser.stories.tsx +0 -53
  2538. package/src/components/InfoTeaser/InfoTeaser.test.tsx +0 -44
  2539. package/src/components/InfoTeaser/InfoTeaser.tsx +0 -89
  2540. package/src/components/InfoTeaser/index.ts +0 -3
  2541. package/src/components/InfoTeaser/resourceHelper.ts +0 -14
  2542. package/src/components/Input/Input.stories.tsx +0 -158
  2543. package/src/components/Input/Input.test.tsx +0 -251
  2544. package/src/components/Input/Input.tsx +0 -302
  2545. package/src/components/Input/index.ts +0 -3
  2546. package/src/components/Label/Label.stories.tsx +0 -281
  2547. package/src/components/Label/Label.test.tsx +0 -150
  2548. package/src/components/Label/Label.tsx +0 -199
  2549. package/src/components/Label/SubLabel.tsx +0 -65
  2550. package/src/components/Label/index.tsx +0 -4
  2551. package/src/components/LazyIcon/ErrorBoundary.tsx +0 -36
  2552. package/src/components/LazyIcon/LazyIcon.stories.tsx +0 -48
  2553. package/src/components/LazyIcon/LazyIcon.test.tsx +0 -35
  2554. package/src/components/LazyIcon/LazyIcon.tsx +0 -46
  2555. package/src/components/LazyIcon/index.ts +0 -3
  2556. package/src/components/LazyIcon/utils.ts +0 -2
  2557. package/src/components/LazyIllustration/LazyIllustration.stories.tsx +0 -48
  2558. package/src/components/LazyIllustration/LazyIllustration.test.tsx +0 -36
  2559. package/src/components/LazyIllustration/LazyIllustration.tsx +0 -51
  2560. package/src/components/LazyIllustration/index.ts +0 -3
  2561. package/src/components/LinkList/LinkList.stories.tsx +0 -438
  2562. package/src/components/LinkList/LinkList.test.tsx +0 -177
  2563. package/src/components/LinkList/LinkList.tsx +0 -250
  2564. package/src/components/LinkList/index.ts +0 -3
  2565. package/src/components/List/List.stories.tsx +0 -285
  2566. package/src/components/List/List.test.tsx +0 -40
  2567. package/src/components/List/List.tsx +0 -50
  2568. package/src/components/List/__snapshots__/List.test.tsx.snap +0 -31
  2569. package/src/components/List/index.ts +0 -3
  2570. package/src/components/ListEditMode/ListEditMode.stories.tsx +0 -132
  2571. package/src/components/ListEditMode/ListEditMode.tsx +0 -73
  2572. package/src/components/ListEditMode/index.ts +0 -3
  2573. package/src/components/Loader/Loader.stories.tsx +0 -106
  2574. package/src/components/Loader/Loader.test.tsx +0 -127
  2575. package/src/components/Loader/Loader.tsx +0 -137
  2576. package/src/components/Loader/__snapshots__/Loader.test.tsx.snap +0 -35
  2577. package/src/components/Loader/index.ts +0 -3
  2578. package/src/components/Logo/Logo.stories.tsx +0 -74
  2579. package/src/components/Logo/Logo.test.tsx +0 -24
  2580. package/src/components/Logo/Logo.tsx +0 -64
  2581. package/src/components/Logo/__snapshots__/Logo.test.tsx.snap +0 -53
  2582. package/src/components/Logo/index.ts +0 -3
  2583. package/src/components/MaxCharacters/MaxCharacters.test.tsx +0 -36
  2584. package/src/components/MaxCharacters/MaxCharacters.tsx +0 -39
  2585. package/src/components/Mittens/Mittens.stories.tsx +0 -239
  2586. package/src/components/Modal/Modal.stories.tsx +0 -286
  2587. package/src/components/Modal/Modal.test.tsx +0 -445
  2588. package/src/components/Modal/Modal.tsx +0 -283
  2589. package/src/components/Modal/__snapshots__/Modal.test.tsx.snap +0 -309
  2590. package/src/components/Modal/index.ts +0 -3
  2591. package/src/components/NotificationPanel/NotificationPanel.stories.tsx +0 -262
  2592. package/src/components/NotificationPanel/NotificationPanel.test.tsx +0 -188
  2593. package/src/components/NotificationPanel/NotificationPanel.tsx +0 -176
  2594. package/src/components/NotificationPanel/__snapshots__/NotificationPanel.test.tsx.snap +0 -117
  2595. package/src/components/NotificationPanel/index.ts +0 -3
  2596. package/src/components/Panel/Panel.stories.tsx +0 -1090
  2597. package/src/components/Panel/Panel.test.tsx +0 -139
  2598. package/src/components/Panel/Panel.tsx +0 -328
  2599. package/src/components/Panel/PanelExamples.tsx +0 -155
  2600. package/src/components/Panel/PanelTitle/PanelTitle.stories.tsx +0 -64
  2601. package/src/components/Panel/PanelTitle/PanelTitle.tsx +0 -42
  2602. package/src/components/Panel/PanelTitle/index.ts +0 -3
  2603. package/src/components/Panel/Paneldocs.tsx +0 -55
  2604. package/src/components/Panel/index.ts +0 -3
  2605. package/src/components/Panel/resourceHelper.ts +0 -14
  2606. package/src/components/PanelList/PanelList.stories.tsx +0 -85
  2607. package/src/components/PanelList/PanelList.test.tsx +0 -15
  2608. package/src/components/PanelList/PanelList.tsx +0 -47
  2609. package/src/components/PanelList/index.tsx +0 -3
  2610. package/src/components/PanelListOld/PanelListOld.stories.tsx +0 -63
  2611. package/src/components/PanelListOld/PanelListOld.test.tsx +0 -101
  2612. package/src/components/PanelListOld/PanelListOld.tsx +0 -39
  2613. package/src/components/PanelListOld/index.tsx +0 -3
  2614. package/src/components/PanelOld/PanelOld.stories.tsx +0 -469
  2615. package/src/components/PanelOld/PanelOld.test.tsx +0 -421
  2616. package/src/components/PanelOld/PanelOld.tsx +0 -449
  2617. package/src/components/PanelOld/__snapshots__/Panel.test.tsx.snap +0 -59
  2618. package/src/components/PanelOld/__snapshots__/PanelOld.test.tsx.snap +0 -59
  2619. package/src/components/PanelOld/index.tsx +0 -3
  2620. package/src/components/PopMenu/PopMenu.stories.tsx +0 -322
  2621. package/src/components/PopMenu/PopMenu.test.tsx +0 -43
  2622. package/src/components/PopMenu/PopMenu.tsx +0 -156
  2623. package/src/components/PopMenu/index.ts +0 -3
  2624. package/src/components/PopOver/PopOver.stories.tsx +0 -168
  2625. package/src/components/PopOver/PopOver.test.tsx +0 -85
  2626. package/src/components/PopOver/PopOver.tsx +0 -132
  2627. package/src/components/PopOver/index.ts +0 -3
  2628. package/src/components/PopOver/utils.ts +0 -284
  2629. package/src/components/Portal/index.tsx +0 -44
  2630. package/src/components/Progressbar/Progressbar.stories.tsx +0 -106
  2631. package/src/components/Progressbar/Progressbar.test.tsx +0 -67
  2632. package/src/components/Progressbar/Progressbar.tsx +0 -141
  2633. package/src/components/Progressbar/index.ts +0 -3
  2634. package/src/components/PromoPanel/PromoPanel.stories.tsx +0 -65
  2635. package/src/components/PromoPanel/PromoPanel.test.tsx +0 -112
  2636. package/src/components/PromoPanel/PromoPanel.tsx +0 -137
  2637. package/src/components/PromoPanel/index.ts +0 -3
  2638. package/src/components/RadioButton/RadioButton.stories.tsx +0 -183
  2639. package/src/components/RadioButton/RadioButton.test.tsx +0 -206
  2640. package/src/components/RadioButton/RadioButton.tsx +0 -167
  2641. package/src/components/RadioButton/index.ts +0 -3
  2642. package/src/components/Select/Select.stories.tsx +0 -189
  2643. package/src/components/Select/Select.test.tsx +0 -194
  2644. package/src/components/Select/Select.tsx +0 -147
  2645. package/src/components/Select/index.ts +0 -3
  2646. package/src/components/ServiceMessage/ServiceMessage.stories.tsx +0 -128
  2647. package/src/components/ServiceMessage/ServiceMessage.test.tsx +0 -102
  2648. package/src/components/ServiceMessage/ServiceMessage.tsx +0 -212
  2649. package/src/components/ServiceMessage/__snapshots__/ServiceMessage.test.tsx.snap +0 -89
  2650. package/src/components/ServiceMessage/index.ts +0 -3
  2651. package/src/components/SharingStatus/SharingStatus.stories.tsx +0 -117
  2652. package/src/components/SharingStatus/SharingStatus.test.tsx +0 -121
  2653. package/src/components/SharingStatus/SharingStatus.tsx +0 -47
  2654. package/src/components/SharingStatus/index.ts +0 -3
  2655. package/src/components/Slider/Slider.stories.tsx +0 -117
  2656. package/src/components/Slider/Slider.test.tsx +0 -266
  2657. package/src/components/Slider/Slider.tsx +0 -403
  2658. package/src/components/Slider/index.ts +0 -3
  2659. package/src/components/Spacer/Spacer.stories.tsx +0 -84
  2660. package/src/components/Spacer/Spacer.test.tsx +0 -92
  2661. package/src/components/Spacer/Spacer.tsx +0 -44
  2662. package/src/components/Spacer/index.ts +0 -3
  2663. package/src/components/StatusDot/StatusDot.stories.tsx +0 -77
  2664. package/src/components/StatusDot/StatusDot.test.tsx +0 -42
  2665. package/src/components/StatusDot/StatusDot.tsx +0 -139
  2666. package/src/components/StatusDot/index.ts +0 -3
  2667. package/src/components/Step/Step.stories.tsx +0 -199
  2668. package/src/components/Step/Step.test.tsx +0 -107
  2669. package/src/components/Step/Step.tsx +0 -66
  2670. package/src/components/Step/index.ts +0 -3
  2671. package/src/components/StepButtons/StepButtons.stories.tsx +0 -54
  2672. package/src/components/StepButtons/StepButtons.test.tsx +0 -75
  2673. package/src/components/StepButtons/StepButtons.tsx +0 -63
  2674. package/src/components/StepButtons/index.ts +0 -3
  2675. package/src/components/Stepper/Dot.tsx +0 -30
  2676. package/src/components/Stepper/DotList.tsx +0 -19
  2677. package/src/components/Stepper/Stepper.stories.tsx +0 -57
  2678. package/src/components/Stepper/Stepper.test.tsx +0 -137
  2679. package/src/components/Stepper/Stepper.tsx +0 -85
  2680. package/src/components/Stepper/index.tsx +0 -3
  2681. package/src/components/Stepper/utils.ts +0 -95
  2682. package/src/components/StickyNote/Close.tsx +0 -52
  2683. package/src/components/StickyNote/StickyNote.stories.tsx +0 -148
  2684. package/src/components/StickyNote/StickyNote.test.tsx +0 -116
  2685. package/src/components/StickyNote/StickyNote.tsx +0 -138
  2686. package/src/components/StickyNote/Triangle.tsx +0 -91
  2687. package/src/components/StickyNote/index.ts +0 -3
  2688. package/src/components/Table/Table.stories.tsx +0 -861
  2689. package/src/components/Table/Table.test.tsx +0 -605
  2690. package/src/components/Table/Table.tsx +0 -154
  2691. package/src/components/Table/TableBody/TableBody.tsx +0 -26
  2692. package/src/components/Table/TableBody/index.ts +0 -3
  2693. package/src/components/Table/TableCell/TableCell.tsx +0 -57
  2694. package/src/components/Table/TableCell/index.ts +0 -3
  2695. package/src/components/Table/TableExpandedRow/TableExpandedRow.tsx +0 -66
  2696. package/src/components/Table/TableExpandedRow/index.ts +0 -3
  2697. package/src/components/Table/TableExpanderCell/TableExpanderCell.tsx +0 -54
  2698. package/src/components/Table/TableExpanderCell/TableExpanderCellMobile.tsx +0 -36
  2699. package/src/components/Table/TableExpanderCell/index.ts +0 -3
  2700. package/src/components/Table/TableHead/TableHead.tsx +0 -44
  2701. package/src/components/Table/TableHead/index.ts +0 -3
  2702. package/src/components/Table/TableHeadCell/TableHeadCell.tsx +0 -85
  2703. package/src/components/Table/TableHeadCell/index.ts +0 -3
  2704. package/src/components/Table/TableRow/TableRow.tsx +0 -66
  2705. package/src/components/Table/TableRow/index.ts +0 -3
  2706. package/src/components/Table/__snapshots__/Table.test.tsx.snap +0 -645
  2707. package/src/components/Table/index.ts +0 -13
  2708. package/src/components/Table/utils.ts +0 -149
  2709. package/src/components/Tabs/Tab.tsx +0 -23
  2710. package/src/components/Tabs/TabList/TabChevron.tsx +0 -39
  2711. package/src/components/Tabs/TabList/TabItem.tsx +0 -83
  2712. package/src/components/Tabs/TabList/TabList.tsx +0 -133
  2713. package/src/components/Tabs/TabList/index.ts +0 -3
  2714. package/src/components/Tabs/TabPanel/TabPanel.tsx +0 -31
  2715. package/src/components/Tabs/TabPanel/index.ts +0 -3
  2716. package/src/components/Tabs/Tabs.stories.tsx +0 -304
  2717. package/src/components/Tabs/Tabs.test.tsx +0 -61
  2718. package/src/components/Tabs/Tabs.tsx +0 -130
  2719. package/src/components/Tabs/index.ts +0 -3
  2720. package/src/components/Tabs/resourceHelper.ts +0 -14
  2721. package/src/components/Tag/Tag.stories.tsx +0 -57
  2722. package/src/components/Tag/Tag.test.tsx +0 -59
  2723. package/src/components/Tag/Tag.tsx +0 -62
  2724. package/src/components/Tag/index.ts +0 -3
  2725. package/src/components/TagList/TagList.stories.tsx +0 -58
  2726. package/src/components/TagList/TagList.test.tsx +0 -71
  2727. package/src/components/TagList/TagList.tsx +0 -23
  2728. package/src/components/TagList/index.ts +0 -3
  2729. package/src/components/Textarea/Textarea.stories.tsx +0 -108
  2730. package/src/components/Textarea/Textarea.test.tsx +0 -230
  2731. package/src/components/Textarea/Textarea.tsx +0 -221
  2732. package/src/components/Textarea/index.tsx +0 -3
  2733. package/src/components/Tile/Tile.stories.tsx +0 -220
  2734. package/src/components/Tile/Tile.test.tsx +0 -94
  2735. package/src/components/Tile/Tile.tsx +0 -126
  2736. package/src/components/Tile/index.ts +0 -3
  2737. package/src/components/Title/Title.stories.tsx +0 -81
  2738. package/src/components/Title/Title.test.tsx +0 -37
  2739. package/src/components/Title/Title.tsx +0 -65
  2740. package/src/components/Title/__snapshots__/Title.test.tsx.snap +0 -13
  2741. package/src/components/Title/index.ts +0 -3
  2742. package/src/components/Toast/Toast.stories.tsx +0 -37
  2743. package/src/components/Toast/Toast.test.tsx +0 -13
  2744. package/src/components/Toast/Toast.tsx +0 -53
  2745. package/src/components/Toast/index.ts +0 -3
  2746. package/src/components/ToastList/ToastList.stories.tsx +0 -68
  2747. package/src/components/ToastList/ToastList.test.tsx +0 -160
  2748. package/src/components/ToastList/ToastList.tsx +0 -121
  2749. package/src/components/ToastList/index.ts +0 -3
  2750. package/src/components/Toggle/Toggle.stories.tsx +0 -132
  2751. package/src/components/Toggle/Toggle.test.tsx +0 -75
  2752. package/src/components/Toggle/Toggle.tsx +0 -215
  2753. package/src/components/Toggle/index.ts +0 -3
  2754. package/src/components/Validation/ErrorList.tsx +0 -21
  2755. package/src/components/Validation/ErrorListItem.tsx +0 -28
  2756. package/src/components/Validation/Validation.stories.tsx +0 -194
  2757. package/src/components/Validation/Validation.test.tsx +0 -219
  2758. package/src/components/Validation/Validation.tsx +0 -81
  2759. package/src/components/Validation/ValidationSummary.test.tsx +0 -46
  2760. package/src/components/Validation/ValidationSummary.tsx +0 -61
  2761. package/src/components/Validation/index.ts +0 -3
  2762. package/src/components/Validation/types.ts +0 -10
  2763. package/src/constants.ts +0 -159
  2764. package/src/declaration.d.ts +0 -9
  2765. package/src/docs/ButtonWithModal/ButtonWithModal.tsx +0 -24
  2766. package/src/docs/ButtonWithModal/index.ts +0 -4
  2767. package/src/docs/FormExample/FormExample.tsx +0 -298
  2768. package/src/docs/FormExample/index.ts +0 -3
  2769. package/src/docs/FormExample/styles.module.scss +0 -33
  2770. package/src/docs/FormExample/styles.module.scss.d.ts +0 -12
  2771. package/src/docs/GridExample/GridExample.tsx +0 -22
  2772. package/src/docs/GridExample/index.ts +0 -3
  2773. package/src/docs/HelpBubbleExample/HelpBubbleExample.tsx +0 -38
  2774. package/src/docs/HelpBubbleExample/index.ts +0 -3
  2775. package/src/docs/HelpTooltipExample/HelpTooltipExample.tsx +0 -21
  2776. package/src/docs/HelpTooltipExample/index.ts +0 -3
  2777. package/src/docs/Introduction.mdx +0 -11
  2778. package/src/docs/StorybookTags.mdx +0 -19
  2779. package/src/docs/Tokens/Tokens.stories.tsx +0 -74
  2780. package/src/docs/Tokens/TokensExample.tsx +0 -24
  2781. package/src/docs/Tokens/styles.scss +0 -32
  2782. package/src/global.d.ts +0 -3
  2783. package/src/hoc/withBreakpoint/index.ts +0 -3
  2784. package/src/hoc/withBreakpoint/withBreakpoint.stories.tsx +0 -34
  2785. package/src/hoc/withBreakpoint/withBreakpoint.test.tsx +0 -152
  2786. package/src/hoc/withBreakpoint/withBreakpoint.tsx +0 -29
  2787. package/src/hooks/useBreakpoint.stories.tsx +0 -45
  2788. package/src/hooks/useBreakpoint.ts +0 -67
  2789. package/src/hooks/useElementList.stories.tsx +0 -112
  2790. package/src/hooks/useElementList.ts +0 -36
  2791. package/src/hooks/useEventListenerState.ts +0 -14
  2792. package/src/hooks/useExpand.ts +0 -22
  2793. package/src/hooks/useFocusToggle.stories.tsx +0 -103
  2794. package/src/hooks/useFocusToggle.ts +0 -42
  2795. package/src/hooks/useFocusTrap.stories.tsx +0 -102
  2796. package/src/hooks/useFocusTrap.ts +0 -41
  2797. package/src/hooks/useFocusableElements.stories.tsx +0 -113
  2798. package/src/hooks/useFocusableElements.ts +0 -26
  2799. package/src/hooks/useHover.stories.tsx +0 -56
  2800. package/src/hooks/useHover.ts +0 -17
  2801. package/src/hooks/useIcons.ts +0 -25
  2802. package/src/hooks/useIntersectionObserver.stories.tsx +0 -64
  2803. package/src/hooks/useIntersectionObserver.ts +0 -32
  2804. package/src/hooks/useInterval.stories.tsx +0 -42
  2805. package/src/hooks/useInterval.ts +0 -18
  2806. package/src/hooks/useIsMobileBreakpoint.stories.tsx +0 -38
  2807. package/src/hooks/useIsMobileBreakpoint.ts +0 -7
  2808. package/src/hooks/useIsServerSide.ts +0 -16
  2809. package/src/hooks/useIsVisible.stories.tsx +0 -88
  2810. package/src/hooks/useIsVisible.ts +0 -29
  2811. package/src/hooks/useKeyboardEvent.stories.tsx +0 -63
  2812. package/src/hooks/useKeyboardEvent.ts +0 -31
  2813. package/src/hooks/useLayoutEvent.stories.tsx +0 -46
  2814. package/src/hooks/useLayoutEvent.ts +0 -26
  2815. package/src/hooks/useOutsideEvent.stories.tsx +0 -60
  2816. package/src/hooks/useOutsideEvent.ts +0 -31
  2817. package/src/hooks/usePrevious.ts +0 -16
  2818. package/src/hooks/usePseudoClasses.stories.tsx +0 -62
  2819. package/src/hooks/usePseudoClasses.ts +0 -50
  2820. package/src/hooks/useResizeObserver.stories.tsx +0 -54
  2821. package/src/hooks/useResizeObserver.ts +0 -36
  2822. package/src/hooks/useReturnFocusOnUnmount.stories.tsx +0 -81
  2823. package/src/hooks/useReturnFocusOnUnmount.ts +0 -28
  2824. package/src/hooks/useRovingFocus.stories.tsx +0 -103
  2825. package/src/hooks/useRovingFocus.tsx +0 -76
  2826. package/src/hooks/useSize.stories.tsx +0 -53
  2827. package/src/hooks/useSize.ts +0 -59
  2828. package/src/hooks/useToggle.ts +0 -33
  2829. package/src/hooks/useUuid.stories.tsx +0 -62
  2830. package/src/hooks/useUuid.ts +0 -14
  2831. package/src/hooks/usestopPropagation.ts +0 -16
  2832. package/src/resources/HN.Designsystem.ArticleTeaser.en-GB.json +0 -4
  2833. package/src/resources/HN.Designsystem.ArticleTeaser.nb-NO.json +0 -4
  2834. package/src/resources/HN.Designsystem.ArticleTeaser.nn-NO.json +0 -4
  2835. package/src/resources/HN.Designsystem.ArticleTeaser.se-NO.json +0 -3
  2836. package/src/resources/HN.Designsystem.Close.en-GB.json +0 -3
  2837. package/src/resources/HN.Designsystem.Close.nb-NO.json +0 -3
  2838. package/src/resources/HN.Designsystem.Close.nn-NO.json +0 -3
  2839. package/src/resources/HN.Designsystem.Close.se-NO.json +0 -3
  2840. package/src/resources/HN.Designsystem.DatePicker.en-GB.json +0 -10
  2841. package/src/resources/HN.Designsystem.DatePicker.nb-NO.json +0 -10
  2842. package/src/resources/HN.Designsystem.Drawer.en-GB.json +0 -3
  2843. package/src/resources/HN.Designsystem.Drawer.nb-NO.json +0 -3
  2844. package/src/resources/HN.Designsystem.Dropdown.en-GB.json +0 -3
  2845. package/src/resources/HN.Designsystem.Dropdown.nb-NO.json +0 -3
  2846. package/src/resources/HN.Designsystem.Dropdown.nn-NO.json +0 -3
  2847. package/src/resources/HN.Designsystem.Dropdown.se-NO.json +0 -3
  2848. package/src/resources/HN.Designsystem.FavoriteButton.nb-NO.json +0 -3
  2849. package/src/resources/HN.Designsystem.FormFieldTag.nb-NO.json +0 -9
  2850. package/src/resources/HN.Designsystem.HelpBubble.en-GB.json +0 -3
  2851. package/src/resources/HN.Designsystem.HelpBubble.nb-NO.json +0 -3
  2852. package/src/resources/HN.Designsystem.HelpBubble.nn-NO.json +0 -3
  2853. package/src/resources/HN.Designsystem.HelpBubble.se-NO.json +0 -3
  2854. package/src/resources/HN.Designsystem.HelpDrawer.en-GB.json +0 -3
  2855. package/src/resources/HN.Designsystem.HelpDrawer.nb-NO.json +0 -3
  2856. package/src/resources/HN.Designsystem.HelpDrawer.nn-NO.json +0 -3
  2857. package/src/resources/HN.Designsystem.HelpDrawer.se-NO.json +0 -3
  2858. package/src/resources/HN.Designsystem.InfoTeaser.en-GB.json +0 -4
  2859. package/src/resources/HN.Designsystem.InfoTeaser.nb-NO.json +0 -4
  2860. package/src/resources/HN.Designsystem.InfoTeaser.nn-NO.json +0 -4
  2861. package/src/resources/HN.Designsystem.InfoTeaser.se-NO.json +0 -3
  2862. package/src/resources/HN.Designsystem.Panel.en-GB.json +0 -4
  2863. package/src/resources/HN.Designsystem.Panel.nb-NO.json +0 -4
  2864. package/src/resources/HN.Designsystem.Panel.nn-NO.json +0 -4
  2865. package/src/resources/HN.Designsystem.Panel.se-NO.json +0 -4
  2866. package/src/resources/HN.Designsystem.Tabs.en-GB.json +0 -4
  2867. package/src/resources/HN.Designsystem.Tabs.nb-NO.json +0 -4
  2868. package/src/resources/Resources.d.ts +0 -124
  2869. package/src/resources/index.ts +0 -22
  2870. package/src/theme/currys/color.ts +0 -15
  2871. package/src/theme/currys/spacing.ts +0 -39
  2872. package/src/theme/grid.ts +0 -23
  2873. package/src/theme/index.ts +0 -11
  2874. package/src/theme/palette.ts +0 -156
  2875. package/src/theme/spacers.ts +0 -20
  2876. package/src/types.d.ts +0 -1
  2877. package/src/utils/accessibility.ts +0 -65
  2878. package/src/utils/component.ts +0 -19
  2879. package/src/utils/debounce.ts +0 -26
  2880. package/src/utils/deepContains.ts +0 -24
  2881. package/src/utils/device.ts +0 -3
  2882. package/src/utils/environment.ts +0 -2
  2883. package/src/utils/focus.ts +0 -16
  2884. package/src/utils/language.stories.tsx +0 -168
  2885. package/src/utils/language.tsx +0 -40
  2886. package/src/utils/loremtext.ts +0 -7
  2887. package/src/utils/mobile.ts +0 -55
  2888. package/src/utils/refs.ts +0 -26
  2889. package/src/utils/scroll.ts +0 -7
  2890. package/src/utils/tests/accessibility.test.ts +0 -117
  2891. package/src/utils/tests/deepContains.test.ts +0 -54
  2892. package/src/utils/tests/language.test.tsx +0 -42
  2893. package/src/utils/tests/setup-test.ts +0 -8
  2894. package/src/utils/tests/uuid.test.ts +0 -11
  2895. package/src/utils/tests/viewport.test.ts +0 -78
  2896. package/src/utils/uuid.ts +0 -14
  2897. package/src/utils/viewport.ts +0 -10
  2898. package/tsconfig.json +0 -9
  2899. package/tsconfig.node.json +0 -10
  2900. package/vite.config.ts +0 -77
  2901. package/vitest.config.ts +0 -23
  2902. /package/{src → lib}/components/AnchorLink/styles.module.scss +0 -0
  2903. /package/{src → lib}/components/AnchorLink/styles.module.scss.d.ts +0 -0
  2904. /package/{src → lib}/components/ArticleTeaser/styles.module.scss +0 -0
  2905. /package/{src → lib}/components/ArticleTeaser/styles.module.scss.d.ts +0 -0
  2906. /package/{src → lib}/components/AsChildSlot/styles.module.scss +0 -0
  2907. /package/{src → lib}/components/AsChildSlot/styles.module.scss.d.ts +0 -0
  2908. /package/{src → lib}/components/Avatar/styles.module.scss +0 -0
  2909. /package/{src → lib}/components/Avatar/styles.module.scss.d.ts +0 -0
  2910. /package/{src → lib}/components/Badge/styles.module.scss +0 -0
  2911. /package/{src → lib}/components/Badge/styles.module.scss.d.ts +0 -0
  2912. /package/{src → lib}/components/Button/styles.module.scss +0 -0
  2913. /package/{src → lib}/components/Button/styles.module.scss.d.ts +0 -0
  2914. /package/{src → lib}/components/Checkbox/styles.module.scss +0 -0
  2915. /package/{src → lib}/components/Checkbox/styles.module.scss.d.ts +0 -0
  2916. /package/{src → lib}/components/Chip/styles.module.scss +0 -0
  2917. /package/{src → lib}/components/Chip/styles.module.scss.d.ts +0 -0
  2918. /package/{src → lib}/components/Close/styles.module.scss +0 -0
  2919. /package/{src → lib}/components/Close/styles.module.scss.d.ts +0 -0
  2920. /package/{src → lib}/components/DictionaryTrigger/styles.module.scss +0 -0
  2921. /package/{src → lib}/components/DictionaryTrigger/styles.module.scss.d.ts +0 -0
  2922. /package/{src → lib}/components/Drawer/styles.module.scss +0 -0
  2923. /package/{src → lib}/components/Drawer/styles.module.scss.d.ts +0 -0
  2924. /package/{src → lib}/components/Dropdown/SingleSelect/styles.module.scss +0 -0
  2925. /package/{src → lib}/components/Dropdown/SingleSelect/styles.module.scss.d.ts +0 -0
  2926. /package/{src → lib}/components/Dropdown/styles.module.scss +0 -0
  2927. /package/{src → lib}/components/Dropdown/styles.module.scss.d.ts +0 -0
  2928. /package/{src → lib}/components/DropdownOld/styles.module.scss +0 -0
  2929. /package/{src → lib}/components/DropdownOld/styles.module.scss.d.ts +0 -0
  2930. /package/{src → lib}/components/Duolist/styles.module.scss +0 -0
  2931. /package/{src → lib}/components/Duolist/styles.module.scss.d.ts +0 -0
  2932. /package/{src → lib}/components/ElementHeader/StatusDotList/styles.module.scss +0 -0
  2933. /package/{src → lib}/components/ElementHeader/StatusDotList/styles.module.scss.d.ts +0 -0
  2934. /package/{src → lib}/components/ElementHeader/styles.module.scss +0 -0
  2935. /package/{src → lib}/components/ElementHeader/styles.module.scss.d.ts +0 -0
  2936. /package/{src → lib}/components/EmptyState/styles.module.scss +0 -0
  2937. /package/{src → lib}/components/EmptyState/styles.module.scss.d.ts +0 -0
  2938. /package/{src → lib}/components/ErrorWrapper/styles.module.scss +0 -0
  2939. /package/{src → lib}/components/ErrorWrapper/styles.module.scss.d.ts +0 -0
  2940. /package/{src → lib}/components/Expander/styles.module.scss +0 -0
  2941. /package/{src → lib}/components/Expander/styles.module.scss.d.ts +0 -0
  2942. /package/{src → lib}/components/ExpanderHierarchy/expander.module.scss +0 -0
  2943. /package/{src → lib}/components/ExpanderHierarchy/expander.module.scss.d.ts +0 -0
  2944. /package/{src → lib}/components/ExpanderHierarchy/styles.module.scss +0 -0
  2945. /package/{src → lib}/components/ExpanderHierarchy/styles.module.scss.d.ts +0 -0
  2946. /package/{src → lib}/components/ExpanderList/styles.module.scss +0 -0
  2947. /package/{src → lib}/components/ExpanderList/styles.module.scss.d.ts +0 -0
  2948. /package/{src → lib}/components/EyebrowHeader/styles.module.scss +0 -0
  2949. /package/{src → lib}/components/EyebrowHeader/styles.module.scss.d.ts +0 -0
  2950. /package/{src → lib}/components/FavoriteButton/stories.module.scss +0 -0
  2951. /package/{src → lib}/components/FavoriteButton/stories.module.scss.d.ts +0 -0
  2952. /package/{src → lib}/components/FavoriteButton/styles.module.scss +0 -0
  2953. /package/{src → lib}/components/FavoriteButton/styles.module.scss.d.ts +0 -0
  2954. /package/{src → lib}/components/FormFieldTag/styles.module.scss +0 -0
  2955. /package/{src → lib}/components/FormFieldTag/styles.module.scss.d.ts +0 -0
  2956. /package/{src → lib}/components/FormGroup/formGroup.module.scss +0 -0
  2957. /package/{src → lib}/components/FormGroup/formGroup.module.scss.d.ts +0 -0
  2958. /package/{src → lib}/components/FormGroup/styles.module.scss +0 -0
  2959. /package/{src → lib}/components/FormGroup/styles.module.scss.d.ts +0 -0
  2960. /package/{src → lib}/components/FormLayout/styles.module.scss +0 -0
  2961. /package/{src → lib}/components/FormLayout/styles.module.scss.d.ts +0 -0
  2962. /package/{src → lib}/components/HelpBubble/styles.module.scss +0 -0
  2963. /package/{src → lib}/components/HelpBubble/styles.module.scss.d.ts +0 -0
  2964. /package/{src → lib}/components/HelpDetails/styles.module.scss +0 -0
  2965. /package/{src → lib}/components/HelpDetails/styles.module.scss.d.ts +0 -0
  2966. /package/{src → lib}/components/HelpDrawer/styles.module.scss +0 -0
  2967. /package/{src → lib}/components/HelpDrawer/styles.module.scss.d.ts +0 -0
  2968. /package/{src → lib}/components/HelpExpanderStandalone/styles.module.scss +0 -0
  2969. /package/{src → lib}/components/HelpExpanderStandalone/styles.module.scss.d.ts +0 -0
  2970. /package/{src → lib}/components/HelpPanel/styles.module.scss +0 -0
  2971. /package/{src → lib}/components/HelpPanel/styles.module.scss.d.ts +0 -0
  2972. /package/{src → lib}/components/HelpTeaser/styles.module.scss +0 -0
  2973. /package/{src → lib}/components/HelpTeaser/styles.module.scss.d.ts +0 -0
  2974. /package/{src → lib}/components/HelpTriggerIcon/styles.module.scss +0 -0
  2975. /package/{src → lib}/components/HelpTriggerIcon/styles.module.scss.d.ts +0 -0
  2976. /package/{src → lib}/components/HelpTriggerInline/styles.module.scss +0 -0
  2977. /package/{src → lib}/components/HelpTriggerInline/styles.module.scss.d.ts +0 -0
  2978. /package/{src → lib}/components/HelpTriggerStandalone/styles.module.scss +0 -0
  2979. /package/{src → lib}/components/HelpTriggerStandalone/styles.module.scss.d.ts +0 -0
  2980. /package/{src → lib}/components/HighlightPanel/styles.module.scss +0 -0
  2981. /package/{src → lib}/components/HighlightPanel/styles.module.scss.d.ts +0 -0
  2982. /package/{src → lib}/components/Highlighter/styles.module.scss +0 -0
  2983. /package/{src → lib}/components/Highlighter/styles.module.scss.d.ts +0 -0
  2984. /package/{src → lib}/components/HorizontalScroll/styles.module.scss +0 -0
  2985. /package/{src → lib}/components/HorizontalScroll/styles.module.scss.d.ts +0 -0
  2986. /package/{src → lib}/components/InfoTeaser/styles.module.scss +0 -0
  2987. /package/{src → lib}/components/InfoTeaser/styles.module.scss.d.ts +0 -0
  2988. /package/{src → lib}/components/Input/styles.module.scss +0 -0
  2989. /package/{src → lib}/components/Input/styles.module.scss.d.ts +0 -0
  2990. /package/{src → lib}/components/Label/styles.module.scss +0 -0
  2991. /package/{src → lib}/components/Label/styles.module.scss.d.ts +0 -0
  2992. /package/{src → lib}/components/LinkList/styles.module.scss +0 -0
  2993. /package/{src → lib}/components/LinkList/styles.module.scss.d.ts +0 -0
  2994. /package/{src → lib}/components/List/stories.module.scss +0 -0
  2995. /package/{src → lib}/components/List/stories.module.scss.d.ts +0 -0
  2996. /package/{src → lib}/components/List/styles.module.scss +0 -0
  2997. /package/{src → lib}/components/List/styles.module.scss.d.ts +0 -0
  2998. /package/{src → lib}/components/ListEditMode/styles.module.scss +0 -0
  2999. /package/{src → lib}/components/ListEditMode/styles.module.scss.d.ts +0 -0
  3000. /package/{src → lib}/components/Loader/styles.module.scss +0 -0
  3001. /package/{src → lib}/components/Loader/styles.module.scss.d.ts +0 -0
  3002. /package/{src → lib}/components/MaxCharacters/styles.module.scss +0 -0
  3003. /package/{src → lib}/components/MaxCharacters/styles.module.scss.d.ts +0 -0
  3004. /package/{src → lib}/components/Mittens/styles.module.scss +0 -0
  3005. /package/{src → lib}/components/Mittens/styles.module.scss.d.ts +0 -0
  3006. /package/{src → lib}/components/Modal/styles.module.scss +0 -0
  3007. /package/{src → lib}/components/Modal/styles.module.scss.d.ts +0 -0
  3008. /package/{src → lib}/components/NotificationPanel/styles.module.scss +0 -0
  3009. /package/{src → lib}/components/NotificationPanel/styles.module.scss.d.ts +0 -0
  3010. /package/{src → lib}/components/Panel/PanelTitle/styles.module.scss +0 -0
  3011. /package/{src → lib}/components/Panel/PanelTitle/styles.module.scss.d.ts +0 -0
  3012. /package/{src → lib}/components/Panel/styles.module.scss +0 -0
  3013. /package/{src → lib}/components/Panel/styles.module.scss.d.ts +0 -0
  3014. /package/{src → lib}/components/PanelList/styles.module.scss +0 -0
  3015. /package/{src → lib}/components/PanelList/styles.module.scss.d.ts +0 -0
  3016. /package/{src → lib}/components/PanelListOld/styles.module.scss +0 -0
  3017. /package/{src → lib}/components/PanelListOld/styles.module.scss.d.ts +0 -0
  3018. /package/{src → lib}/components/PanelOld/styles.module.scss +0 -0
  3019. /package/{src → lib}/components/PanelOld/styles.module.scss.d.ts +0 -0
  3020. /package/{src → lib}/components/PopMenu/story.module.scss +0 -0
  3021. /package/{src → lib}/components/PopMenu/story.module.scss.d.ts +0 -0
  3022. /package/{src → lib}/components/PopMenu/styles.module.scss +0 -0
  3023. /package/{src → lib}/components/PopMenu/styles.module.scss.d.ts +0 -0
  3024. /package/{src → lib}/components/PopOver/styles.module.scss +0 -0
  3025. /package/{src → lib}/components/PopOver/styles.module.scss.d.ts +0 -0
  3026. /package/{src → lib}/components/Progressbar/styles.module.scss +0 -0
  3027. /package/{src → lib}/components/Progressbar/styles.module.scss.d.ts +0 -0
  3028. /package/{src → lib}/components/PromoPanel/styles.module.scss +0 -0
  3029. /package/{src → lib}/components/PromoPanel/styles.module.scss.d.ts +0 -0
  3030. /package/{src → lib}/components/RadioButton/styles.module.scss +0 -0
  3031. /package/{src → lib}/components/RadioButton/styles.module.scss.d.ts +0 -0
  3032. /package/{src → lib}/components/Select/styles.module.scss +0 -0
  3033. /package/{src → lib}/components/Select/styles.module.scss.d.ts +0 -0
  3034. /package/{src → lib}/components/ServiceMessage/styles.module.scss +0 -0
  3035. /package/{src → lib}/components/ServiceMessage/styles.module.scss.d.ts +0 -0
  3036. /package/{src → lib}/components/SharingStatus/styles.module.scss +0 -0
  3037. /package/{src → lib}/components/SharingStatus/styles.module.scss.d.ts +0 -0
  3038. /package/{src → lib}/components/Slider/styles.module.scss +0 -0
  3039. /package/{src → lib}/components/Slider/styles.module.scss.d.ts +0 -0
  3040. /package/{src → lib}/components/Spacer/styles.module.scss +0 -0
  3041. /package/{src → lib}/components/Spacer/styles.module.scss.d.ts +0 -0
  3042. /package/{src → lib}/components/StatusDot/styles.module.scss +0 -0
  3043. /package/{src → lib}/components/StatusDot/styles.module.scss.d.ts +0 -0
  3044. /package/{src → lib}/components/Step/styles.module.scss +0 -0
  3045. /package/{src → lib}/components/Step/styles.module.scss.d.ts +0 -0
  3046. /package/{src → lib}/components/StepButtons/styles.module.scss +0 -0
  3047. /package/{src → lib}/components/StepButtons/styles.module.scss.d.ts +0 -0
  3048. /package/{src → lib}/components/Stepper/styles.module.scss +0 -0
  3049. /package/{src → lib}/components/Stepper/styles.module.scss.d.ts +0 -0
  3050. /package/{src → lib}/components/StickyNote/styles.module.scss +0 -0
  3051. /package/{src → lib}/components/StickyNote/styles.module.scss.d.ts +0 -0
  3052. /package/{src → lib}/components/Table/styles.module.scss +0 -0
  3053. /package/{src → lib}/components/Table/styles.module.scss.d.ts +0 -0
  3054. /package/{src → lib}/components/Tabs/TabList/styles.module.scss +0 -0
  3055. /package/{src → lib}/components/Tabs/TabList/styles.module.scss.d.ts +0 -0
  3056. /package/{src → lib}/components/Tabs/TabPanel/styles.module.scss +0 -0
  3057. /package/{src → lib}/components/Tabs/TabPanel/styles.module.scss.d.ts +0 -0
  3058. /package/{src → lib}/components/Tabs/styles.module.scss +0 -0
  3059. /package/{src → lib}/components/Tabs/styles.module.scss.d.ts +0 -0
  3060. /package/{src → lib}/components/Tag/styles.module.scss +0 -0
  3061. /package/{src → lib}/components/Tag/styles.module.scss.d.ts +0 -0
  3062. /package/{src → lib}/components/TagList/styles.module.scss +0 -0
  3063. /package/{src → lib}/components/TagList/styles.module.scss.d.ts +0 -0
  3064. /package/{src → lib}/components/Textarea/styles.module.scss +0 -0
  3065. /package/{src → lib}/components/Textarea/styles.module.scss.d.ts +0 -0
  3066. /package/{src → lib}/components/Tile/styles.module.scss +0 -0
  3067. /package/{src → lib}/components/Tile/styles.module.scss.d.ts +0 -0
  3068. /package/{src → lib}/components/Title/styles.module.scss +0 -0
  3069. /package/{src → lib}/components/Title/styles.module.scss.d.ts +0 -0
  3070. /package/{src → lib}/components/Toast/styles.module.scss +0 -0
  3071. /package/{src → lib}/components/ToastList/styles.module.scss +0 -0
  3072. /package/{src → lib}/components/ToastList/styles.module.scss.d.ts +0 -0
  3073. /package/{src → lib}/components/Toggle/styles.module.scss +0 -0
  3074. /package/{src → lib}/components/Toggle/styles.module.scss.d.ts +0 -0
  3075. /package/{src → lib}/components/Validation/styles.module.scss +0 -0
  3076. /package/{src → lib}/components/Validation/styles.module.scss.d.ts +0 -0
  3077. /package/{src/scss/supernova/styles/colors.css → lib/designsystem-react.css} +0 -0
  3078. /package/{src → lib}/fonts/source-sans-pro-200-extralight-italic.woff +0 -0
  3079. /package/{src → lib}/fonts/source-sans-pro-200-extralight-italic.woff2 +0 -0
  3080. /package/{src → lib}/fonts/source-sans-pro-200-extralight.woff +0 -0
  3081. /package/{src → lib}/fonts/source-sans-pro-200-extralight.woff2 +0 -0
  3082. /package/{src → lib}/fonts/source-sans-pro-300-light-italic.woff +0 -0
  3083. /package/{src → lib}/fonts/source-sans-pro-300-light-italic.woff2 +0 -0
  3084. /package/{src → lib}/fonts/source-sans-pro-300-light.woff +0 -0
  3085. /package/{src → lib}/fonts/source-sans-pro-300-light.woff2 +0 -0
  3086. /package/{src → lib}/fonts/source-sans-pro-400-regular-italic.woff +0 -0
  3087. /package/{src → lib}/fonts/source-sans-pro-400-regular-italic.woff2 +0 -0
  3088. /package/{src → lib}/fonts/source-sans-pro-400-regular.woff +0 -0
  3089. /package/{src → lib}/fonts/source-sans-pro-400-regular.woff2 +0 -0
  3090. /package/{src → lib}/fonts/source-sans-pro-600-semibold-italic.woff +0 -0
  3091. /package/{src → lib}/fonts/source-sans-pro-600-semibold-italic.woff2 +0 -0
  3092. /package/{src → lib}/fonts/source-sans-pro-600-semibold.woff +0 -0
  3093. /package/{src → lib}/fonts/source-sans-pro-600-semibold.woff2 +0 -0
  3094. /package/{src → lib}/fonts/source-sans-pro-700-bold-italic.woff +0 -0
  3095. /package/{src → lib}/fonts/source-sans-pro-700-bold-italic.woff2 +0 -0
  3096. /package/{src → lib}/fonts/source-sans-pro-700-bold.woff +0 -0
  3097. /package/{src → lib}/fonts/source-sans-pro-700-bold.woff2 +0 -0
  3098. /package/{src → lib}/fonts/source-sans-pro-900-black-italic.woff +0 -0
  3099. /package/{src → lib}/fonts/source-sans-pro-900-black-italic.woff2 +0 -0
  3100. /package/{src → lib}/fonts/source-sans-pro-900-black.woff +0 -0
  3101. /package/{src → lib}/fonts/source-sans-pro-900-black.woff2 +0 -0
  3102. /package/{src/index.ts → lib/index.d.ts} +0 -0
  3103. /package/{src → lib}/scss/_body.scss +0 -0
  3104. /package/{src → lib}/scss/_breakpoints.scss +0 -0
  3105. /package/{src → lib}/scss/_figma-tokens.scss +0 -0
  3106. /package/{src → lib}/scss/_font-mixins.scss +0 -0
  3107. /package/{src → lib}/scss/_font-settings.scss +0 -0
  3108. /package/{src → lib}/scss/_fonts.scss +0 -0
  3109. /package/{src → lib}/scss/_grid.scss +0 -0
  3110. /package/{src → lib}/scss/_icon.scss +0 -0
  3111. /package/{src → lib}/scss/_input.scss +0 -0
  3112. /package/{src → lib}/scss/_palette.scss +0 -0
  3113. /package/{src → lib}/scss/_print.scss +0 -0
  3114. /package/{src → lib}/scss/_reset.scss +0 -0
  3115. /package/{src → lib}/scss/_screen-reader.scss +0 -0
  3116. /package/{src → lib}/scss/_spacers.scss +0 -0
  3117. /package/{src → lib}/scss/bootstrap/LICENSE +0 -0
  3118. /package/{src → lib}/scss/bootstrap/scss/_functions.scss +0 -0
  3119. /package/{src → lib}/scss/bootstrap/scss/_grid.scss +0 -0
  3120. /package/{src → lib}/scss/bootstrap/scss/_variables.scss +0 -0
  3121. /package/{src → lib}/scss/bootstrap/scss/bootstrap-grid.scss +0 -0
  3122. /package/{src → lib}/scss/bootstrap/scss/mixins/_breakpoints.scss +0 -0
  3123. /package/{src → lib}/scss/bootstrap/scss/mixins/_deprecate.scss +0 -0
  3124. /package/{src → lib}/scss/bootstrap/scss/mixins/_grid-framework.scss +0 -0
  3125. /package/{src → lib}/scss/bootstrap/scss/mixins/_grid.scss +0 -0
  3126. /package/{src → lib}/scss/bootstrap/scss/utilities/_display.scss +0 -0
  3127. /package/{src → lib}/scss/bootstrap/scss/utilities/_flex.scss +0 -0
  3128. /package/{src → lib}/scss/bootstrap/scss/utilities/_spacing.scss +0 -0
  3129. /package/{src → lib}/scss/bootstrap/scss/vendor/_rfs.scss +0 -0
  3130. /package/{src → lib}/scss/helsenorge.scss +0 -0
  3131. /package/{src → lib}/scss/layout.module.scss +0 -0
  3132. /package/{src → lib}/scss/layout.module.scss.d.ts +0 -0
  3133. /package/{src → lib}/scss/supernova/index.css +0 -0
  3134. /package/{src → lib}/scss/supernova/styles/spacers.css +0 -0
  3135. /package/{src → lib}/scss/supernova/styles/typography.css +0 -0
  3136. /package/{src → lib}/scss/typography.module.scss +0 -0
  3137. /package/{src → lib}/scss/typography.module.scss.d.ts +0 -0
  3138. /package/{src → lib}/scss/typography.stories.tsx +0 -0
  3139. /package/{src/theme/currys/index.ts → lib/theme/currys/index.d.ts} +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PersonWithCrutches.js","sources":["../../../src/components/Icons/PersonWithCrutches.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst PersonWithCrutches: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M34.877 30.85a1.327 1.327 0 01-1.727-.936l-2.726-9.09a.72.72 0 00-.788-.532l-.628.142.058 20.9a2.183 2.183 0 01-2.18 2.177 2.186 2.186 0 01-2.183-2.175l-.048-12.204-.003-.118-1.298.033.01 12.29a2.186 2.186 0 01-2.18 2.174A2.184 2.184 0 0119 41.337l.058-20.332c0-.36-.27-.667-.627-.713l-.622-.019-2.899 9.663a1.321 1.321 0 01-1.721.914 1.32 1.32 0 01-.85-1.554l2.635-10.198c.631-2.598 3.832-4.343 6.425-4.343h5.268c2.54 0 5.804 1.783 6.428 4.353l2.63 10.18a1.32 1.32 0 01-.849 1.562m2.11-1.88l-2.63-10.179c-.8-3.295-4.615-5.337-7.689-5.337H21.4c-3.075 0-6.888 2.042-7.686 5.328L11.078 28.98a2.618 2.618 0 001.683 3.098c.071.024.145.033.218.051v12.034h1.3V32.134c.202-.05.398-.119.582-.217a2.616 2.616 0 001.302-1.629l1.584-5.283-.047 16.332a3.49 3.49 0 003.483 3.475 3.481 3.481 0 002.85-1.488 3.482 3.482 0 002.852 1.488 3.49 3.49 0 003.482-3.479l-.047-16.33 1.578 5.263a2.632 2.632 0 001.308 1.651c.186.098.382.166.582.217v12.028h1.301V32.127c.073-.018.147-.026.218-.05a2.617 2.617 0 001.68-3.107M23.906 4.264a3.054 3.054 0 013.05 3.052 3.054 3.054 0 01-3.05 3.051 3.055 3.055 0 01-3.052-3.05 3.055 3.055 0 013.052-3.053m0 7.403a4.357 4.357 0 004.352-4.35c0-2.4-1.953-4.354-4.352-4.354a4.359 4.359 0 00-4.353 4.353 4.358 4.358 0 004.353 4.351\" />\n );\n\n const normalHover = (\n <path d=\"M34.877 29.35a1.313 1.313 0 01-1.06-.08c-.331-.176-.565-.472-.677-.889l-2.716-7.558a.723.723 0 00-.787-.53l-.628.141.058 20.9a2.184 2.184 0 01-2.181 2.177 2.186 2.186 0 01-2.182-2.175l-.048-12.204-.003-.118-1.298.033.009 12.29a2.183 2.183 0 01-2.181 2.174 2.184 2.184 0 01-2.182-2.174l.059-20.34a.716.716 0 00-.632-.706l-.591-.012-2.925 8.156c-.095.363-.33.66-.66.835a1.32 1.32 0 01-1.061.08c-.645-.227-1.01-.898-.859-1.528l2.643-8.724c.631-2.598 3.832-4.343 6.425-4.343h5.268c2.594 0 5.794 1.745 6.436 4.378l2.623 8.655a1.32 1.32 0 01-.85 1.562m2.104-1.905l-2.624-8.654c-.801-3.295-4.615-5.337-7.689-5.337H21.4c-3.074 0-6.887 2.042-7.679 5.302l-2.643 8.724a2.618 2.618 0 001.684 3.097c.071.024.145.033.218.051v12.04h1.3V30.634c.201-.05.397-.119.581-.217.646-.342 1.122-.944 1.291-1.597l1.597-4.453-.049 16.97a3.49 3.49 0 003.483 3.474c1.176 0 2.22-.589 2.851-1.488a3.485 3.485 0 002.852 1.488 3.49 3.49 0 003.482-3.479l-.049-16.963 1.58 4.396c.186.707.663 1.31 1.308 1.652.186.098.382.166.582.217v12.032h1.301V30.628c.072-.018.146-.027.217-.05 1.28-.45 2.004-1.782 1.674-3.133M23.906 4.965a3.054 3.054 0 013.052 3.05 3.056 3.056 0 01-3.052 3.053 3.055 3.055 0 01-3.05-3.052 3.054 3.054 0 013.05-3.051m0 7.403a4.359 4.359 0 004.353-4.352c0-2.4-1.954-4.352-4.353-4.352a4.357 4.357 0 00-4.352 4.352 4.358 4.358 0 004.352 4.352\" />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default PersonWithCrutches;\n"],"names":[],"mappings":";AAIA,MAAM,qBAA6C,CAAC,EAAE,gBAAkD;AACtG,QAAM,SACJ,oBAAC,QAAA,EAAK,GAAE,8tCAAA,CAA8tC;AAGxuC,QAAM,cACJ,oBAAC,QAAA,EAAK,GAAE,+yCAAA,CAA+yC;AAGzzC,SAAO,YAAY,cAAc;AACnC;"}
@@ -0,0 +1,4 @@
1
+ import { default as React } from 'react';
2
+ import { SvgPathProps } from '../Icon';
3
+ declare const PersonWithJaw: React.FC<SvgPathProps>;
4
+ export default PersonWithJaw;
@@ -0,0 +1,16 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const PersonWithJaw = ({ isHovered }) => {
3
+ const normal = /* @__PURE__ */ jsxs("g", { children: [
4
+ /* @__PURE__ */ jsx("path", { d: "M28.405 20.32a1.02 1.02 0 100 2.04 1.02 1.02 0 000-2.04" }),
5
+ /* @__PURE__ */ jsx("path", { d: "M36.3 26.617a.823.823 0 01-.705.387h-1.858v2c-4.609.087-9.15-1.267-10.046-1.551a.793.793 0 00-.808.203.804.804 0 00-.184.829c1.637 4.679 4.098 6.396 5.09 6.92v4.123H15.646V34.13c0-2.601-.917-4.415-1.888-6.336-1.078-2.133-2.192-4.338-2.192-7.971 0-5.46 4.22-11.351 11.043-11.351 5.395 0 11.128 4.056 11.128 11.572v.143l2.617 5.625a.824.824 0 01-.054.804m-7.753 7.715c-.504-.24-2.665-1.457-4.268-5.348 1.891.529 5.518 1.357 9.291 1.316a5.29 5.29 0 01-5.022 4.032m8.983-9.068l-2.494-5.365C34.965 11.632 28.6 7.173 22.61 7.173c-6.807 0-12.345 5.675-12.345 12.65 0 3.943 1.24 6.396 2.333 8.559.938 1.855 1.748 3.458 1.748 5.749v6.698H29.09v-5.217a6.608 6.608 0 005.948-6.568v-.74h.557a2.13 2.13 0 001.801-.99 2.126 2.126 0 00.136-2.05" })
6
+ ] });
7
+ const normalHover = /* @__PURE__ */ jsxs("g", { children: [
8
+ /* @__PURE__ */ jsx("path", { d: "M28.406 20.32c-.563 0-1.021.457-1.021 1.02a1.021 1.021 0 002.04 0c0-.563-.457-1.02-1.02-1.02" }),
9
+ /* @__PURE__ */ jsx("path", { d: "M36.3 26.617a.821.821 0 01-.706.387h-1.856V29c-4.06.025-8.542-1.493-10.286-2.085-.227-.077-.41-.14-.544-.182a.803.803 0 00-.988 1.034c1.7 4.86 4.797 6.995 5.868 7.613v4.147h-12.14V34.13c0-2.601-.919-4.415-1.89-6.336-1.078-2.133-2.192-4.338-2.192-7.971 0-5.46 4.221-11.351 11.043-11.351 5.395 0 11.13 4.056 11.13 11.572v.143l2.615 5.625a.824.824 0 01-.054.804m-7.729 7.713c-.64-.354-3.35-2.038-5.047-6.018 2.026.68 6.164 1.983 10.047 1.993a5.292 5.292 0 01-5 4.025m8.961-9.066l-2.494-5.365C34.965 11.632 28.6 7.173 22.61 7.173c-6.807 0-12.344 5.675-12.344 12.65 0 3.943 1.24 6.396 2.333 8.559.938 1.855 1.748 3.458 1.748 5.749v6.698H29.09v-5.217a6.609 6.609 0 005.95-6.568v-.74h.555c.734 0 1.408-.37 1.803-.988a2.13 2.13 0 00.135-2.052" })
10
+ ] });
11
+ return isHovered ? normalHover : normal;
12
+ };
13
+ export {
14
+ PersonWithJaw as default
15
+ };
16
+ //# sourceMappingURL=PersonWithJaw.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PersonWithJaw.js","sources":["../../../src/components/Icons/PersonWithJaw.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst PersonWithJaw: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <g>\n <path d=\"M28.405 20.32a1.02 1.02 0 100 2.04 1.02 1.02 0 000-2.04\" />\n <path d=\"M36.3 26.617a.823.823 0 01-.705.387h-1.858v2c-4.609.087-9.15-1.267-10.046-1.551a.793.793 0 00-.808.203.804.804 0 00-.184.829c1.637 4.679 4.098 6.396 5.09 6.92v4.123H15.646V34.13c0-2.601-.917-4.415-1.888-6.336-1.078-2.133-2.192-4.338-2.192-7.971 0-5.46 4.22-11.351 11.043-11.351 5.395 0 11.128 4.056 11.128 11.572v.143l2.617 5.625a.824.824 0 01-.054.804m-7.753 7.715c-.504-.24-2.665-1.457-4.268-5.348 1.891.529 5.518 1.357 9.291 1.316a5.29 5.29 0 01-5.022 4.032m8.983-9.068l-2.494-5.365C34.965 11.632 28.6 7.173 22.61 7.173c-6.807 0-12.345 5.675-12.345 12.65 0 3.943 1.24 6.396 2.333 8.559.938 1.855 1.748 3.458 1.748 5.749v6.698H29.09v-5.217a6.608 6.608 0 005.948-6.568v-.74h.557a2.13 2.13 0 001.801-.99 2.126 2.126 0 00.136-2.05\" />\n </g>\n );\n\n const normalHover = (\n <g>\n <path d=\"M28.406 20.32c-.563 0-1.021.457-1.021 1.02a1.021 1.021 0 002.04 0c0-.563-.457-1.02-1.02-1.02\" />\n <path d=\"M36.3 26.617a.821.821 0 01-.706.387h-1.856V29c-4.06.025-8.542-1.493-10.286-2.085-.227-.077-.41-.14-.544-.182a.803.803 0 00-.988 1.034c1.7 4.86 4.797 6.995 5.868 7.613v4.147h-12.14V34.13c0-2.601-.919-4.415-1.89-6.336-1.078-2.133-2.192-4.338-2.192-7.971 0-5.46 4.221-11.351 11.043-11.351 5.395 0 11.13 4.056 11.13 11.572v.143l2.615 5.625a.824.824 0 01-.054.804m-7.729 7.713c-.64-.354-3.35-2.038-5.047-6.018 2.026.68 6.164 1.983 10.047 1.993a5.292 5.292 0 01-5 4.025m8.961-9.066l-2.494-5.365C34.965 11.632 28.6 7.173 22.61 7.173c-6.807 0-12.344 5.675-12.344 12.65 0 3.943 1.24 6.396 2.333 8.559.938 1.855 1.748 3.458 1.748 5.749v6.698H29.09v-5.217a6.609 6.609 0 005.95-6.568v-.74h.555c.734 0 1.408-.37 1.803-.988a2.13 2.13 0 00.135-2.052\" />\n </g>\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default PersonWithJaw;\n"],"names":[],"mappings":";AAIA,MAAM,gBAAwC,CAAC,EAAE,gBAAkD;AACjG,QAAM,8BACH,KAAA,EACC,UAAA;AAAA,IAAA,oBAAC,QAAA,EAAK,GAAE,0DAAA,CAA0D;AAAA,IAClE,oBAAC,QAAA,EAAK,GAAE,4tBAAA,CAA4tB;AAAA,EAAA,GACtuB;AAGF,QAAM,mCACH,KAAA,EACC,UAAA;AAAA,IAAA,oBAAC,QAAA,EAAK,GAAE,+FAAA,CAA+F;AAAA,IACvG,oBAAC,QAAA,EAAK,GAAE,iuBAAA,CAAiuB;AAAA,EAAA,GAC3uB;AAGF,SAAO,YAAY,cAAc;AACnC;"}
@@ -0,0 +1,4 @@
1
+ import { default as React } from 'react';
2
+ import { SvgPathProps } from '../Icon';
3
+ declare const PersonWithMagnifyingGlass: React.FC<SvgPathProps>;
4
+ export default PersonWithMagnifyingGlass;
@@ -0,0 +1,16 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const PersonWithMagnifyingGlass = ({ isHovered }) => {
3
+ const normal = /* @__PURE__ */ jsxs("g", { children: [
4
+ /* @__PURE__ */ jsx("path", { d: "M37.62 26.616a.821.821 0 01-.705.387h-1.857v2.04c0 2.924-2.376 5.3-5.298 5.3h-.651v5.185H16.968V34.13c0-2.28-.695-3.941-1.623-5.805l3.349-3.365a6.395 6.395 0 002.946.719 6.453 6.453 0 006.445-6.445 6.452 6.452 0 00-6.445-6.444 6.452 6.452 0 00-6.445 6.444c0 .975.224 1.895.613 2.724l-2.26 2.269a14.433 14.433 0 01-.661-4.404c0-5.46 4.22-11.351 11.043-11.351 5.395 0 11.128 4.056 11.128 11.572v.143l2.617 5.625a.822.822 0 01-.054.803zm-21.124-7.381a5.15 5.15 0 015.144-5.143 5.15 5.15 0 015.144 5.143 5.15 5.15 0 01-5.144 5.145 5.15 5.15 0 01-5.144-5.145zm-4.917 11.028a.78.78 0 11-1.104-1.105l6.025-6.051c.315.417.676.798 1.08 1.128l-6.001 6.028zm27.274-5L36.358 19.9C36.285 11.632 29.92 7.173 23.93 7.173c-6.807 0-12.344 5.675-12.344 12.65 0 1.956.306 3.69.935 5.438L9.555 28.24a2.083 2.083 0 000 2.943 2.07 2.07 0 001.47.608c.535 0 1.069-.203 1.475-.61l1.876-1.882c.77 1.588 1.29 2.973 1.29 4.832v6.698H30.41v-5.217a6.608 6.608 0 005.949-6.568v-.741h.556c.734 0 1.408-.37 1.803-.988a2.131 2.131 0 00.135-2.051z" }),
5
+ /* @__PURE__ */ jsx("path", { d: "M25.727 19.235h-1.3a2.79 2.79 0 01-2.788 2.787v1.3a4.093 4.093 0 004.088-4.087" })
6
+ ] });
7
+ const normalHover = /* @__PURE__ */ jsxs("g", { children: [
8
+ /* @__PURE__ */ jsx("path", { d: "M36.877 26.616a.821.821 0 01-.706.387h-1.857v2.04c0 2.924-2.376 5.3-5.299 5.3h-.65v5.185h-12.14V34.13c0-2.281-.696-3.942-1.625-5.808l2.743-2.758a7.213 7.213 0 003.553.935c4.005 0 7.264-3.26 7.264-7.265s-3.259-7.264-7.264-7.264c-4.006 0-7.265 3.259-7.265 7.264 0 1.203.3 2.336.818 3.337l-1.645 1.654a14.401 14.401 0 01-.66-4.402c0-5.46 4.22-11.351 11.042-11.351 5.395 0 11.128 4.056 11.128 11.572v.143l2.617 5.625a.822.822 0 01-.054.803zm-21.945-7.381a5.97 5.97 0 015.964-5.963 5.97 5.97 0 015.963 5.963 5.97 5.97 0 01-5.963 5.964 5.97 5.97 0 01-5.964-5.964zm-4.096 11.028a.782.782 0 11-1.105-1.106l5.44-5.467c.32.412.682.793 1.083 1.127l-5.418 5.446zm27.273-5L35.614 19.9c-.073-8.267-6.438-12.726-12.428-12.726-6.807 0-12.344 5.675-12.344 12.65 0 1.958.306 3.693.934 5.437l-2.965 2.98a2.084 2.084 0 000 2.943 2.07 2.07 0 001.471.608c.533 0 1.067-.203 1.474-.61l1.875-1.884c.772 1.59 1.292 2.975 1.292 4.834v6.698h14.742v-5.217a6.609 6.609 0 005.95-6.568v-.741h.556c.734 0 1.408-.37 1.803-.988a2.131 2.131 0 00.135-2.051z" }),
9
+ /* @__PURE__ */ jsx("path", { d: "M25.469 19.235h-1.301a3.276 3.276 0 01-3.272 3.273v1.3a4.58 4.58 0 004.573-4.573" })
10
+ ] });
11
+ return isHovered ? normalHover : normal;
12
+ };
13
+ export {
14
+ PersonWithMagnifyingGlass as default
15
+ };
16
+ //# sourceMappingURL=PersonWithMagnifyingGlass.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PersonWithMagnifyingGlass.js","sources":["../../../src/components/Icons/PersonWithMagnifyingGlass.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst PersonWithMagnifyingGlass: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <g>\n <path d=\"M37.62 26.616a.821.821 0 01-.705.387h-1.857v2.04c0 2.924-2.376 5.3-5.298 5.3h-.651v5.185H16.968V34.13c0-2.28-.695-3.941-1.623-5.805l3.349-3.365a6.395 6.395 0 002.946.719 6.453 6.453 0 006.445-6.445 6.452 6.452 0 00-6.445-6.444 6.452 6.452 0 00-6.445 6.444c0 .975.224 1.895.613 2.724l-2.26 2.269a14.433 14.433 0 01-.661-4.404c0-5.46 4.22-11.351 11.043-11.351 5.395 0 11.128 4.056 11.128 11.572v.143l2.617 5.625a.822.822 0 01-.054.803zm-21.124-7.381a5.15 5.15 0 015.144-5.143 5.15 5.15 0 015.144 5.143 5.15 5.15 0 01-5.144 5.145 5.15 5.15 0 01-5.144-5.145zm-4.917 11.028a.78.78 0 11-1.104-1.105l6.025-6.051c.315.417.676.798 1.08 1.128l-6.001 6.028zm27.274-5L36.358 19.9C36.285 11.632 29.92 7.173 23.93 7.173c-6.807 0-12.344 5.675-12.344 12.65 0 1.956.306 3.69.935 5.438L9.555 28.24a2.083 2.083 0 000 2.943 2.07 2.07 0 001.47.608c.535 0 1.069-.203 1.475-.61l1.876-1.882c.77 1.588 1.29 2.973 1.29 4.832v6.698H30.41v-5.217a6.608 6.608 0 005.949-6.568v-.741h.556c.734 0 1.408-.37 1.803-.988a2.131 2.131 0 00.135-2.051z\" />\n <path d=\"M25.727 19.235h-1.3a2.79 2.79 0 01-2.788 2.787v1.3a4.093 4.093 0 004.088-4.087\" />\n </g>\n );\n\n const normalHover = (\n <g>\n <path d=\"M36.877 26.616a.821.821 0 01-.706.387h-1.857v2.04c0 2.924-2.376 5.3-5.299 5.3h-.65v5.185h-12.14V34.13c0-2.281-.696-3.942-1.625-5.808l2.743-2.758a7.213 7.213 0 003.553.935c4.005 0 7.264-3.26 7.264-7.265s-3.259-7.264-7.264-7.264c-4.006 0-7.265 3.259-7.265 7.264 0 1.203.3 2.336.818 3.337l-1.645 1.654a14.401 14.401 0 01-.66-4.402c0-5.46 4.22-11.351 11.042-11.351 5.395 0 11.128 4.056 11.128 11.572v.143l2.617 5.625a.822.822 0 01-.054.803zm-21.945-7.381a5.97 5.97 0 015.964-5.963 5.97 5.97 0 015.963 5.963 5.97 5.97 0 01-5.963 5.964 5.97 5.97 0 01-5.964-5.964zm-4.096 11.028a.782.782 0 11-1.105-1.106l5.44-5.467c.32.412.682.793 1.083 1.127l-5.418 5.446zm27.273-5L35.614 19.9c-.073-8.267-6.438-12.726-12.428-12.726-6.807 0-12.344 5.675-12.344 12.65 0 1.958.306 3.693.934 5.437l-2.965 2.98a2.084 2.084 0 000 2.943 2.07 2.07 0 001.471.608c.533 0 1.067-.203 1.474-.61l1.875-1.884c.772 1.59 1.292 2.975 1.292 4.834v6.698h14.742v-5.217a6.609 6.609 0 005.95-6.568v-.741h.556c.734 0 1.408-.37 1.803-.988a2.131 2.131 0 00.135-2.051z\" />\n <path d=\"M25.469 19.235h-1.301a3.276 3.276 0 01-3.272 3.273v1.3a4.58 4.58 0 004.573-4.573\" />\n </g>\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default PersonWithMagnifyingGlass;\n"],"names":[],"mappings":";AAIA,MAAM,4BAAoD,CAAC,EAAE,gBAAkD;AAC7G,QAAM,8BACH,KAAA,EACC,UAAA;AAAA,IAAA,oBAAC,QAAA,EAAK,GAAE,u/BAAA,CAAu/B;AAAA,IAC//B,oBAAC,QAAA,EAAK,GAAE,iFAAA,CAAiF;AAAA,EAAA,GAC3F;AAGF,QAAM,mCACH,KAAA,EACC,UAAA;AAAA,IAAA,oBAAC,QAAA,EAAK,GAAE,+/BAAA,CAA+/B;AAAA,IACvgC,oBAAC,QAAA,EAAK,GAAE,mFAAA,CAAmF;AAAA,EAAA,GAC7F;AAGF,SAAO,YAAY,cAAc;AACnC;"}
@@ -0,0 +1,4 @@
1
+ import { default as React } from 'react';
2
+ import { SvgPathProps } from '../Icon';
3
+ declare const PersonWithSenses: React.FC<SvgPathProps>;
4
+ export default PersonWithSenses;
@@ -0,0 +1,22 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const PersonWithSenses = ({ isHovered }) => {
3
+ const normal = /* @__PURE__ */ jsxs("g", { children: [
4
+ /* @__PURE__ */ jsx("path", { d: "M28.405 20.32a1.021 1.021 0 10.002 2.042 1.021 1.021 0 00-.002-2.043" }),
5
+ /* @__PURE__ */ jsx("path", { d: "M36.302 26.616a.823.823 0 01-.706.387h-1.857v2.04c0 2.923-2.376 5.3-5.3 5.3h-.65v5.184h-12.14V34.13c0-2.6-.918-4.414-1.89-6.335-1.077-2.133-2.191-4.339-2.191-7.97 0-5.46 4.22-11.353 11.043-11.353 5.395 0 11.128 4.056 11.128 11.573v.143l2.617 5.624a.824.824 0 01-.054.804m1.232-1.353L35.039 19.9C34.965 11.632 28.6 7.172 22.61 7.172c-6.806 0-12.343 5.675-12.343 12.652 0 3.942 1.239 6.394 2.333 8.557.938 1.856 1.748 3.46 1.748 5.75v6.697H29.09v-5.217a6.609 6.609 0 005.95-6.568v-.74h.556a2.13 2.13 0 001.802-.989 2.126 2.126 0 00.135-2.05" }),
6
+ /* @__PURE__ */ jsx("path", { d: "M22.928 11.961v-1.3c-5.326 0-9.66 4.332-9.66 9.658h1.3c0-4.609 3.75-8.358 8.36-8.358" }),
7
+ /* @__PURE__ */ jsx("path", { d: "M16.039 20.307h1.3a5.615 5.615 0 015.61-5.61v-1.3c-3.81 0-6.91 3.1-6.91 6.91" }),
8
+ /* @__PURE__ */ jsx("path", { d: "M18.959 20.32h1.3a2.68 2.68 0 012.679-2.68v-1.3a3.984 3.984 0 00-3.98 3.98" })
9
+ ] });
10
+ const normalHover = /* @__PURE__ */ jsxs("g", { children: [
11
+ /* @__PURE__ */ jsx("path", { d: "M29.426 21.34a1.02 1.02 0 11-2.04.001 1.02 1.02 0 012.04-.002" }),
12
+ /* @__PURE__ */ jsx("path", { d: "M15.648 39.528H27.79v-5.185h.65a5.305 5.305 0 005.298-5.3v-2.04h1.857a.823.823 0 00.706-.387.821.821 0 00.053-.803l-2.616-5.624v-.144c0-7.517-5.733-11.573-11.128-11.573-6.821 0-11.043 5.893-11.043 11.352 0 3.632 1.114 5.838 2.192 7.971.97 1.92 1.889 3.734 1.889 6.335v5.397zm13.442 1.3H14.346V34.13c0-2.29-.809-3.893-1.748-5.749-1.094-2.164-2.333-4.615-2.333-8.557 0-6.977 5.537-12.652 12.345-12.652 5.99 0 12.355 4.46 12.428 12.727l2.496 5.364a2.126 2.126 0 01-.137 2.051 2.128 2.128 0 01-1.802.99h-.555v.74a6.609 6.609 0 01-5.95 6.567v5.217z" }),
13
+ /* @__PURE__ */ jsx("path", { d: "M14.955 17.728l-1.234-.408a9.595 9.595 0 014.827-5.6 9.598 9.598 0 017.373-.544l-.408 1.235a8.304 8.304 0 00-6.38.47 8.304 8.304 0 00-4.178 4.847" }),
14
+ /* @__PURE__ */ jsx("path", { d: "M17.59 18.584l-1.233-.408a6.86 6.86 0 013.453-4.005 6.854 6.854 0 015.274-.39l-.408 1.234a5.583 5.583 0 00-4.281.316 5.574 5.574 0 00-2.804 3.253" }),
15
+ /* @__PURE__ */ jsx("path", { d: "M20.36 19.512l-1.235-.408a3.98 3.98 0 015.026-2.531l-.408 1.234a2.682 2.682 0 00-3.384 1.705" })
16
+ ] });
17
+ return isHovered ? normalHover : normal;
18
+ };
19
+ export {
20
+ PersonWithSenses as default
21
+ };
22
+ //# sourceMappingURL=PersonWithSenses.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PersonWithSenses.js","sources":["../../../src/components/Icons/PersonWithSenses.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst PersonWithSenses: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <g>\n <path d=\"M28.405 20.32a1.021 1.021 0 10.002 2.042 1.021 1.021 0 00-.002-2.043\" />\n <path d=\"M36.302 26.616a.823.823 0 01-.706.387h-1.857v2.04c0 2.923-2.376 5.3-5.3 5.3h-.65v5.184h-12.14V34.13c0-2.6-.918-4.414-1.89-6.335-1.077-2.133-2.191-4.339-2.191-7.97 0-5.46 4.22-11.353 11.043-11.353 5.395 0 11.128 4.056 11.128 11.573v.143l2.617 5.624a.824.824 0 01-.054.804m1.232-1.353L35.039 19.9C34.965 11.632 28.6 7.172 22.61 7.172c-6.806 0-12.343 5.675-12.343 12.652 0 3.942 1.239 6.394 2.333 8.557.938 1.856 1.748 3.46 1.748 5.75v6.697H29.09v-5.217a6.609 6.609 0 005.95-6.568v-.74h.556a2.13 2.13 0 001.802-.989 2.126 2.126 0 00.135-2.05\" />\n <path d=\"M22.928 11.961v-1.3c-5.326 0-9.66 4.332-9.66 9.658h1.3c0-4.609 3.75-8.358 8.36-8.358\" />\n <path d=\"M16.039 20.307h1.3a5.615 5.615 0 015.61-5.61v-1.3c-3.81 0-6.91 3.1-6.91 6.91\" />\n <path d=\"M18.959 20.32h1.3a2.68 2.68 0 012.679-2.68v-1.3a3.984 3.984 0 00-3.98 3.98\" />\n </g>\n );\n\n const normalHover = (\n <g>\n <path d=\"M29.426 21.34a1.02 1.02 0 11-2.04.001 1.02 1.02 0 012.04-.002\" />\n <path d=\"M15.648 39.528H27.79v-5.185h.65a5.305 5.305 0 005.298-5.3v-2.04h1.857a.823.823 0 00.706-.387.821.821 0 00.053-.803l-2.616-5.624v-.144c0-7.517-5.733-11.573-11.128-11.573-6.821 0-11.043 5.893-11.043 11.352 0 3.632 1.114 5.838 2.192 7.971.97 1.92 1.889 3.734 1.889 6.335v5.397zm13.442 1.3H14.346V34.13c0-2.29-.809-3.893-1.748-5.749-1.094-2.164-2.333-4.615-2.333-8.557 0-6.977 5.537-12.652 12.345-12.652 5.99 0 12.355 4.46 12.428 12.727l2.496 5.364a2.126 2.126 0 01-.137 2.051 2.128 2.128 0 01-1.802.99h-.555v.74a6.609 6.609 0 01-5.95 6.567v5.217z\" />\n <path d=\"M14.955 17.728l-1.234-.408a9.595 9.595 0 014.827-5.6 9.598 9.598 0 017.373-.544l-.408 1.235a8.304 8.304 0 00-6.38.47 8.304 8.304 0 00-4.178 4.847\" />\n <path d=\"M17.59 18.584l-1.233-.408a6.86 6.86 0 013.453-4.005 6.854 6.854 0 015.274-.39l-.408 1.234a5.583 5.583 0 00-4.281.316 5.574 5.574 0 00-2.804 3.253\" />\n <path d=\"M20.36 19.512l-1.235-.408a3.98 3.98 0 015.026-2.531l-.408 1.234a2.682 2.682 0 00-3.384 1.705\" />\n </g>\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default PersonWithSenses;\n"],"names":[],"mappings":";AAIA,MAAM,mBAA2C,CAAC,EAAE,gBAAkD;AACpG,QAAM,8BACH,KAAA,EACC,UAAA;AAAA,IAAA,oBAAC,QAAA,EAAK,GAAE,uEAAA,CAAuE;AAAA,IAC/E,oBAAC,QAAA,EAAK,GAAE,6hBAAA,CAA6hB;AAAA,IACriB,oBAAC,QAAA,EAAK,GAAE,uFAAA,CAAuF;AAAA,IAC/F,oBAAC,QAAA,EAAK,GAAE,+EAAA,CAA+E;AAAA,IACvF,oBAAC,QAAA,EAAK,GAAE,6EAAA,CAA6E;AAAA,EAAA,GACvF;AAGF,QAAM,mCACH,KAAA,EACC,UAAA;AAAA,IAAA,oBAAC,QAAA,EAAK,GAAE,gEAAA,CAAgE;AAAA,IACxE,oBAAC,QAAA,EAAK,GAAE,kiBAAA,CAAkiB;AAAA,IAC1iB,oBAAC,QAAA,EAAK,GAAE,oJAAA,CAAoJ;AAAA,IAC5J,oBAAC,QAAA,EAAK,GAAE,oJAAA,CAAoJ;AAAA,IAC5J,oBAAC,QAAA,EAAK,GAAE,+FAAA,CAA+F;AAAA,EAAA,GACzG;AAGF,SAAO,YAAY,cAAc;AACnC;"}
@@ -0,0 +1,4 @@
1
+ import { default as React } from 'react';
2
+ import { SvgPathProps } from '../Icon';
3
+ declare const PersonWorking: React.FC<SvgPathProps>;
4
+ export default PersonWorking;
@@ -0,0 +1,16 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const PersonWorking = ({ isHovered }) => {
3
+ const normal = /* @__PURE__ */ jsxs("g", { children: [
4
+ /* @__PURE__ */ jsx("path", { d: "M16.18 4.857a3.054 3.054 0 013.051 3.052 3.054 3.054 0 01-3.05 3.05 3.054 3.054 0 01-3.052-3.05 3.054 3.054 0 013.051-3.052m0 7.403a4.357 4.357 0 004.352-4.351c0-2.4-1.953-4.353-4.352-4.353a4.358 4.358 0 00-4.352 4.353 4.357 4.357 0 004.352 4.35m10.752 28.383a1.84 1.84 0 01-1.166.804 1.835 1.835 0 01-1.392-.255 1.838 1.838 0 01-.804-1.166l-1.793-8.358-7.679.206a2.308 2.308 0 01-1.717-.766 2.32 2.32 0 01-.677-1.784l.751-12.12c.067-1.073.854-1.957 1.955-2.163l.186-.021a2.029 2.029 0 011.414.31l.12.095c.066.045.128.096.19.148l.066.06c.068.063.137.122.237.238l4.307 4.235h4.41c.744 0 1.35.605 1.35 1.35 0 .744-.606 1.349-1.35 1.349h-4.947c-.244 0-.482-.068-.687-.2l-2.768-1.757-.417 6.736 6.84.35a1.85 1.85 0 011.711 1.457l2.115 9.859c.104.484.014.978-.255 1.393zm-.589-11.525c-.299-1.39-1.499-2.411-3.016-2.488l-5.427-.276.2-3.23.907.577c.413.264.893.405 1.386.405h4.947a2.655 2.655 0 002.651-2.65 2.655 2.655 0 00-2.65-2.651h-3.88l-3.884-3.817a3.372 3.372 0 00-.26-.265l-.098-.091a4.671 4.671 0 00-.36-.287 1.374 1.374 0 00-.17-.13 3.326 3.326 0 00-2.248-.486 4.327 4.327 0 00-.258.032l-.113.023a3.632 3.632 0 00-2.91 3.34l-.752 12.12a3.627 3.627 0 001.025 2.753c.693.775 1.67 1.212 2.7 1.176l6.6-.176 1.565 7.302a3.131 3.131 0 001.37 1.985 3.132 3.132 0 002.37.434 3.13 3.13 0 001.986-1.37 3.127 3.127 0 00.434-2.371l-2.115-9.86z" }),
5
+ /* @__PURE__ */ jsx("path", { d: "M8.234 30.556v-11.45h-1.3v11.45a5.738 5.738 0 005.73 5.73h.57v5.073h-3.062v1.3h7.423v-1.3h-3.06v-5.073h5.16v-1.3h-7.03a4.435 4.435 0 01-4.43-4.43M26.382 25.126v1.301h4.976v16.22h1.3v-16.22h6.314v16.22h1.301V25.126zM39.388 16.46l-1.228-.43-2.168 6.178h-6.647v1.301h7.57z" })
6
+ ] });
7
+ const normalHover = /* @__PURE__ */ jsxs("g", { children: [
8
+ /* @__PURE__ */ jsx("path", { d: "M17.581 4.857a3.054 3.054 0 013.051 3.052 3.054 3.054 0 01-3.05 3.05 3.055 3.055 0 01-3.053-3.05 3.055 3.055 0 013.052-3.052m0 7.403a4.357 4.357 0 004.352-4.351c0-2.4-1.953-4.353-4.352-4.353a4.359 4.359 0 00-4.353 4.353 4.358 4.358 0 004.353 4.35m9.352 28.383c-.27.415-.683.7-1.166.804a1.836 1.836 0 01-1.392-.255 1.838 1.838 0 01-.804-1.166l-1.793-8.358-7.68.206a2.327 2.327 0 01-1.716-.766c-.477-.486-.718-1.12-.68-1.747l1.454-12.156c.067-1.071.849-1.953 1.95-2.163.056-.008.115-.014.19-.022a2.037 2.037 0 011.415.31l.119.095c.047.032.093.068.137.104l.122.106c.068.062.136.12.236.236l4.306 4.235h4.41a1.35 1.35 0 010 2.699h-4.947c-.244 0-.481-.068-.687-.2l-3-1.631-.94 6.608 6.894.352a1.85 1.85 0 011.712 1.457l2.115 9.859c.104.484.014.978-.255 1.393zm-.59-11.525c-.298-1.39-1.498-2.411-3.015-2.488l-5.373-.274.478-3.358 1.067.572.208.132c.414.264.893.404 1.386.404h4.947a2.655 2.655 0 002.65-2.65 2.655 2.655 0 00-2.65-2.651h-3.88l-3.883-3.817a2.768 2.768 0 00-.26-.264l-.13-.12a4.513 4.513 0 00-.326-.257 1.406 1.406 0 00-.172-.132 3.32 3.32 0 00-2.25-.486 4.364 4.364 0 00-.256.032l-.087.018c-1.631.32-2.835 1.687-2.935 3.308l-1.453 12.157a3.627 3.627 0 001.025 2.753c.693.775 1.67 1.212 2.7 1.176l6.599-.176 1.566 7.302a3.131 3.131 0 001.37 1.985 3.132 3.132 0 002.37.434 3.127 3.127 0 001.985-1.37 3.123 3.123 0 00.435-2.371l-2.115-9.86z" }),
9
+ /* @__PURE__ */ jsx("path", { d: "M8.234 30.556v-11.45h-1.3v11.45a5.738 5.738 0 005.73 5.73h.57v5.073h-3.062v1.3h7.423v-1.3h-3.06v-5.073h5.16v-1.3h-7.03a4.435 4.435 0 01-4.43-4.43M26.382 25.126v1.301h4.975v16.22h1.3v-16.22h6.315v16.22h1.301V25.126zM39.387 16.46l-1.227-.43-2.167 6.178h-6.649v1.301h7.571z" })
10
+ ] });
11
+ return isHovered ? normalHover : normal;
12
+ };
13
+ export {
14
+ PersonWorking as default
15
+ };
16
+ //# sourceMappingURL=PersonWorking.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PersonWorking.js","sources":["../../../src/components/Icons/PersonWorking.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst PersonWorking: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): JSX.Element => {\n const normal = (\n <g>\n <path d=\"M16.18 4.857a3.054 3.054 0 013.051 3.052 3.054 3.054 0 01-3.05 3.05 3.054 3.054 0 01-3.052-3.05 3.054 3.054 0 013.051-3.052m0 7.403a4.357 4.357 0 004.352-4.351c0-2.4-1.953-4.353-4.352-4.353a4.358 4.358 0 00-4.352 4.353 4.357 4.357 0 004.352 4.35m10.752 28.383a1.84 1.84 0 01-1.166.804 1.835 1.835 0 01-1.392-.255 1.838 1.838 0 01-.804-1.166l-1.793-8.358-7.679.206a2.308 2.308 0 01-1.717-.766 2.32 2.32 0 01-.677-1.784l.751-12.12c.067-1.073.854-1.957 1.955-2.163l.186-.021a2.029 2.029 0 011.414.31l.12.095c.066.045.128.096.19.148l.066.06c.068.063.137.122.237.238l4.307 4.235h4.41c.744 0 1.35.605 1.35 1.35 0 .744-.606 1.349-1.35 1.349h-4.947c-.244 0-.482-.068-.687-.2l-2.768-1.757-.417 6.736 6.84.35a1.85 1.85 0 011.711 1.457l2.115 9.859c.104.484.014.978-.255 1.393zm-.589-11.525c-.299-1.39-1.499-2.411-3.016-2.488l-5.427-.276.2-3.23.907.577c.413.264.893.405 1.386.405h4.947a2.655 2.655 0 002.651-2.65 2.655 2.655 0 00-2.65-2.651h-3.88l-3.884-3.817a3.372 3.372 0 00-.26-.265l-.098-.091a4.671 4.671 0 00-.36-.287 1.374 1.374 0 00-.17-.13 3.326 3.326 0 00-2.248-.486 4.327 4.327 0 00-.258.032l-.113.023a3.632 3.632 0 00-2.91 3.34l-.752 12.12a3.627 3.627 0 001.025 2.753c.693.775 1.67 1.212 2.7 1.176l6.6-.176 1.565 7.302a3.131 3.131 0 001.37 1.985 3.132 3.132 0 002.37.434 3.13 3.13 0 001.986-1.37 3.127 3.127 0 00.434-2.371l-2.115-9.86z\" />\n <path d=\"M8.234 30.556v-11.45h-1.3v11.45a5.738 5.738 0 005.73 5.73h.57v5.073h-3.062v1.3h7.423v-1.3h-3.06v-5.073h5.16v-1.3h-7.03a4.435 4.435 0 01-4.43-4.43M26.382 25.126v1.301h4.976v16.22h1.3v-16.22h6.314v16.22h1.301V25.126zM39.388 16.46l-1.228-.43-2.168 6.178h-6.647v1.301h7.57z\" />\n </g>\n );\n\n const normalHover = (\n <g>\n <path d=\"M17.581 4.857a3.054 3.054 0 013.051 3.052 3.054 3.054 0 01-3.05 3.05 3.055 3.055 0 01-3.053-3.05 3.055 3.055 0 013.052-3.052m0 7.403a4.357 4.357 0 004.352-4.351c0-2.4-1.953-4.353-4.352-4.353a4.359 4.359 0 00-4.353 4.353 4.358 4.358 0 004.353 4.35m9.352 28.383c-.27.415-.683.7-1.166.804a1.836 1.836 0 01-1.392-.255 1.838 1.838 0 01-.804-1.166l-1.793-8.358-7.68.206a2.327 2.327 0 01-1.716-.766c-.477-.486-.718-1.12-.68-1.747l1.454-12.156c.067-1.071.849-1.953 1.95-2.163.056-.008.115-.014.19-.022a2.037 2.037 0 011.415.31l.119.095c.047.032.093.068.137.104l.122.106c.068.062.136.12.236.236l4.306 4.235h4.41a1.35 1.35 0 010 2.699h-4.947c-.244 0-.481-.068-.687-.2l-3-1.631-.94 6.608 6.894.352a1.85 1.85 0 011.712 1.457l2.115 9.859c.104.484.014.978-.255 1.393zm-.59-11.525c-.298-1.39-1.498-2.411-3.015-2.488l-5.373-.274.478-3.358 1.067.572.208.132c.414.264.893.404 1.386.404h4.947a2.655 2.655 0 002.65-2.65 2.655 2.655 0 00-2.65-2.651h-3.88l-3.883-3.817a2.768 2.768 0 00-.26-.264l-.13-.12a4.513 4.513 0 00-.326-.257 1.406 1.406 0 00-.172-.132 3.32 3.32 0 00-2.25-.486 4.364 4.364 0 00-.256.032l-.087.018c-1.631.32-2.835 1.687-2.935 3.308l-1.453 12.157a3.627 3.627 0 001.025 2.753c.693.775 1.67 1.212 2.7 1.176l6.599-.176 1.566 7.302a3.131 3.131 0 001.37 1.985 3.132 3.132 0 002.37.434 3.127 3.127 0 001.985-1.37 3.123 3.123 0 00.435-2.371l-2.115-9.86z\" />\n <path d=\"M8.234 30.556v-11.45h-1.3v11.45a5.738 5.738 0 005.73 5.73h.57v5.073h-3.062v1.3h7.423v-1.3h-3.06v-5.073h5.16v-1.3h-7.03a4.435 4.435 0 01-4.43-4.43M26.382 25.126v1.301h4.975v16.22h1.3v-16.22h6.315v16.22h1.301V25.126zM39.387 16.46l-1.227-.43-2.167 6.178h-6.649v1.301h7.571z\" />\n </g>\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default PersonWorking;\n"],"names":[],"mappings":";AAIA,MAAM,gBAAwC,CAAC,EAAE,gBAA2C;AAC1F,QAAM,8BACH,KAAA,EACC,UAAA;AAAA,IAAA,oBAAC,QAAA,EAAK,GAAE,yzCAAA,CAAyzC;AAAA,IACj0C,oBAAC,QAAA,EAAK,GAAE,gRAAA,CAAgR;AAAA,EAAA,GAC1R;AAGF,QAAM,mCACH,KAAA,EACC,UAAA;AAAA,IAAA,oBAAC,QAAA,EAAK,GAAE,m0CAAA,CAAm0C;AAAA,IAC30C,oBAAC,QAAA,EAAK,GAAE,iRAAA,CAAiR;AAAA,EAAA,GAC3R;AAGF,SAAO,YAAY,cAAc;AACnC;"}
@@ -0,0 +1,4 @@
1
+ import { default as React } from 'react';
2
+ import { SvgPathProps } from '../Icon';
3
+ declare const PersonalPlan: React.FC<SvgPathProps>;
4
+ export default PersonalPlan;
@@ -0,0 +1,41 @@
1
+ import { jsxs, Fragment, jsx } from "react/jsx-runtime";
2
+ import { g as getIcon } from "../../Icon.js";
3
+ const PersonalPlan = ({ size, isHovered }) => {
4
+ const normal = /* @__PURE__ */ jsxs(Fragment, { children: [
5
+ /* @__PURE__ */ jsx(
6
+ "path",
7
+ {
8
+ fillRule: "evenodd",
9
+ d: "M44.62 15.2 38.42 9l-.26-.23H4.1a.75.75 0 0 0-.75.75v29.39a.76.76 0 0 0 .75.75h39.8a.75.75 0 0 0 .75-.75V15.54l-.03-.34Zm-6-4.21 3.86 3.86h-3.86v-3.86ZM4.7 38.36V10.07h32.62v5.33a.76.76 0 0 0 .75.75h5.33v22.21H4.7Z"
10
+ }
11
+ ),
12
+ /* @__PURE__ */ jsx(
13
+ "path",
14
+ {
15
+ fillRule: "evenodd",
16
+ d: "m33.91 24.98-.32-.07-.24.13a4.25 4.25 0 0 1-3.91 0l-.31-.12-.25.07a5.53 5.53 0 0 0-3.92 5.27v2.63a.738.738 0 0 0 .75.75H37.1a.75.75 0 0 0 .75-.75v-2.63a5.542 5.542 0 0 0-3.94-5.28Zm2.63 7.35H26.26v-2.08a4.228 4.228 0 0 1 2.8-4 5.59 5.59 0 0 0 4.68 0 4.23 4.23 0 0 1 2.8 4v2.08Zm-5.16-8.24a4.14 4.14 0 0 0 4.14-4.14v-1.46a4.14 4.14 0 0 0-8.27 0v1.46a4.14 4.14 0 0 0 4.13 4.14Zm-2.83-5.6a2.84 2.84 0 0 1 5.67 0v1.46a2.842 2.842 0 0 1-3.96 2.777 2.842 2.842 0 0 1-1.71-2.777v-1.46Zm-10.94-2.64-4.08 4.09-1.8-1.8a.641.641 0 0 0-.92 0 .66.66 0 0 0 0 .92L13 21.24a.742.742 0 0 0 1.06 0l4.47-4.47a.638.638 0 0 0 0-.92.66.66 0 0 0-.92 0Zm0 9.93-4.08 4.08-1.8-1.79a.641.641 0 0 0-.92 0 .66.66 0 0 0 0 .92L13 31.17a.74.74 0 0 0 .53.22.729.729 0 0 0 .53-.22l4.47-4.47a.638.638 0 0 0 0-.92.66.66 0 0 0-.92 0Z"
17
+ }
18
+ )
19
+ ] });
20
+ const normalHover = /* @__PURE__ */ jsxs(Fragment, { children: [
21
+ /* @__PURE__ */ jsx(
22
+ "path",
23
+ {
24
+ fillRule: "evenodd",
25
+ d: "M43.9 8.77H4.1a.75.75 0 0 0-.75.75v29.39a.76.76 0 0 0 .75.75h39.8a.75.75 0 0 0 .75-.75V9.52a.743.743 0 0 0-.462-.696.74.74 0 0 0-.288-.054Zm-.55 29.59H4.65V10.07h38.7v28.29Z"
26
+ }
27
+ ),
28
+ /* @__PURE__ */ jsx(
29
+ "path",
30
+ {
31
+ fillRule: "evenodd",
32
+ d: "M13 21.24a.71.71 0 0 0 .53.22.79.79 0 0 0 .53-.22l4.47-4.47a.638.638 0 0 0 0-.92.66.66 0 0 0-.92 0l-4.05 4.13-1.8-1.8a.64.64 0 0 0-.92 0 .66.66 0 0 0 0 .92L13 21.24Zm0 9.93c.14.14.331.22.53.22a.849.849 0 0 0 .53-.22l4.47-4.47a.64.64 0 0 0 0-.92.66.66 0 0 0-.92 0l-4.08 4.08-1.8-1.79a.641.641 0 0 0-.92 0 .66.66 0 0 0 0 .92L13 31.17Zm20.91-6.19-.32-.07-.24.13a4.25 4.25 0 0 1-3.91 0l-.31-.12-.25.07a5.53 5.53 0 0 0-3.92 5.27v2.63a.738.738 0 0 0 .75.75H37.1a.75.75 0 0 0 .75-.75v-2.63a5.542 5.542 0 0 0-3.94-5.28Zm2.63 7.35H26.26v-2.08a4.228 4.228 0 0 1 2.8-4 5.59 5.59 0 0 0 4.68 0 4.23 4.23 0 0 1 2.8 4v2.08Zm-5.16-8.24a4.14 4.14 0 0 0 4.14-4.14v-1.46a4.14 4.14 0 0 0-8.27 0v1.46a4.14 4.14 0 0 0 4.13 4.14Zm-2.83-5.6a2.84 2.84 0 0 1 5.67 0v1.46a2.842 2.842 0 0 1-3.96 2.777 2.842 2.842 0 0 1-1.71-2.777v-1.46Z"
33
+ }
34
+ )
35
+ ] });
36
+ return getIcon({ size, isHovered, normal, normalHover });
37
+ };
38
+ export {
39
+ PersonalPlan as default
40
+ };
41
+ //# sourceMappingURL=PersonalPlan.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PersonalPlan.js","sources":["../../../src/components/Icons/PersonalPlan.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst PersonalPlan: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <>\n <path\n fillRule={'evenodd'}\n d=\"M44.62 15.2 38.42 9l-.26-.23H4.1a.75.75 0 0 0-.75.75v29.39a.76.76 0 0 0 .75.75h39.8a.75.75 0 0 0 .75-.75V15.54l-.03-.34Zm-6-4.21 3.86 3.86h-3.86v-3.86ZM4.7 38.36V10.07h32.62v5.33a.76.76 0 0 0 .75.75h5.33v22.21H4.7Z\"\n />\n <path\n fillRule={'evenodd'}\n d=\"m33.91 24.98-.32-.07-.24.13a4.25 4.25 0 0 1-3.91 0l-.31-.12-.25.07a5.53 5.53 0 0 0-3.92 5.27v2.63a.738.738 0 0 0 .75.75H37.1a.75.75 0 0 0 .75-.75v-2.63a5.542 5.542 0 0 0-3.94-5.28Zm2.63 7.35H26.26v-2.08a4.228 4.228 0 0 1 2.8-4 5.59 5.59 0 0 0 4.68 0 4.23 4.23 0 0 1 2.8 4v2.08Zm-5.16-8.24a4.14 4.14 0 0 0 4.14-4.14v-1.46a4.14 4.14 0 0 0-8.27 0v1.46a4.14 4.14 0 0 0 4.13 4.14Zm-2.83-5.6a2.84 2.84 0 0 1 5.67 0v1.46a2.842 2.842 0 0 1-3.96 2.777 2.842 2.842 0 0 1-1.71-2.777v-1.46Zm-10.94-2.64-4.08 4.09-1.8-1.8a.641.641 0 0 0-.92 0 .66.66 0 0 0 0 .92L13 21.24a.742.742 0 0 0 1.06 0l4.47-4.47a.638.638 0 0 0 0-.92.66.66 0 0 0-.92 0Zm0 9.93-4.08 4.08-1.8-1.79a.641.641 0 0 0-.92 0 .66.66 0 0 0 0 .92L13 31.17a.74.74 0 0 0 .53.22.729.729 0 0 0 .53-.22l4.47-4.47a.638.638 0 0 0 0-.92.66.66 0 0 0-.92 0Z\"\n />\n </>\n );\n\n const normalHover = (\n <>\n <path\n fillRule={'evenodd'}\n d=\"M43.9 8.77H4.1a.75.75 0 0 0-.75.75v29.39a.76.76 0 0 0 .75.75h39.8a.75.75 0 0 0 .75-.75V9.52a.743.743 0 0 0-.462-.696.74.74 0 0 0-.288-.054Zm-.55 29.59H4.65V10.07h38.7v28.29Z\"\n />\n <path\n fillRule={'evenodd'}\n d=\"M13 21.24a.71.71 0 0 0 .53.22.79.79 0 0 0 .53-.22l4.47-4.47a.638.638 0 0 0 0-.92.66.66 0 0 0-.92 0l-4.05 4.13-1.8-1.8a.64.64 0 0 0-.92 0 .66.66 0 0 0 0 .92L13 21.24Zm0 9.93c.14.14.331.22.53.22a.849.849 0 0 0 .53-.22l4.47-4.47a.64.64 0 0 0 0-.92.66.66 0 0 0-.92 0l-4.08 4.08-1.8-1.79a.641.641 0 0 0-.92 0 .66.66 0 0 0 0 .92L13 31.17Zm20.91-6.19-.32-.07-.24.13a4.25 4.25 0 0 1-3.91 0l-.31-.12-.25.07a5.53 5.53 0 0 0-3.92 5.27v2.63a.738.738 0 0 0 .75.75H37.1a.75.75 0 0 0 .75-.75v-2.63a5.542 5.542 0 0 0-3.94-5.28Zm2.63 7.35H26.26v-2.08a4.228 4.228 0 0 1 2.8-4 5.59 5.59 0 0 0 4.68 0 4.23 4.23 0 0 1 2.8 4v2.08Zm-5.16-8.24a4.14 4.14 0 0 0 4.14-4.14v-1.46a4.14 4.14 0 0 0-8.27 0v1.46a4.14 4.14 0 0 0 4.13 4.14Zm-2.83-5.6a2.84 2.84 0 0 1 5.67 0v1.46a2.842 2.842 0 0 1-3.96 2.777 2.842 2.842 0 0 1-1.71-2.777v-1.46Z\"\n />\n </>\n );\n\n return getIcon({ size, isHovered, normal, normalHover });\n};\n\nexport default PersonalPlan;\n"],"names":[],"mappings":";;AAIA,MAAM,eAAuC,CAAC,EAAE,MAAM,gBAAkD;AACtG,QAAM,SACJ,qBAAA,UAAA,EACE,UAAA;AAAA,IAAA;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,UAAU;AAAA,QACV,GAAE;AAAA,MAAA;AAAA,IAAA;AAAA,IAEJ;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,UAAU;AAAA,QACV,GAAE;AAAA,MAAA;AAAA,IAAA;AAAA,EACJ,GACF;AAGF,QAAM,cACJ,qBAAA,UAAA,EACE,UAAA;AAAA,IAAA;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,UAAU;AAAA,QACV,GAAE;AAAA,MAAA;AAAA,IAAA;AAAA,IAEJ;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,UAAU;AAAA,QACV,GAAE;AAAA,MAAA;AAAA,IAAA;AAAA,EACJ,GACF;AAGF,SAAO,QAAQ,EAAE,MAAM,WAAW,QAAQ,aAAa;AACzD;"}
@@ -0,0 +1,4 @@
1
+ import { default as React } from 'react';
2
+ import { SvgPathProps } from '../Icon';
3
+ declare const PizzaSlice: React.FC<SvgPathProps>;
4
+ export default PizzaSlice;
@@ -0,0 +1,16 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const PizzaSlice = ({ isHovered }) => {
3
+ const normal = /* @__PURE__ */ jsxs("g", { children: [
4
+ /* @__PURE__ */ jsx("path", { d: "M26.995 18.414a3.553 3.553 0 01-4 3.045 3.558 3.558 0 01-3.044-3.998 3.527 3.527 0 011.369-2.351 3.527 3.527 0 012.63-.694 3.558 3.558 0 013.045 3.998m-2.871-5.287a4.834 4.834 0 00-3.592.949 4.823 4.823 0 00-1.87 3.21 4.86 4.86 0 004.813 5.506 4.863 4.863 0 004.808-4.204 4.86 4.86 0 00-4.16-5.461m-7.084 12.65a.448.448 0 01-.623.093.447.447 0 01.2-.798.437.437 0 01.33.083.446.446 0 01.093.623m.505-1.426a1.414 1.414 0 00-1.073-.27 1.437 1.437 0 00-.95.569 1.449 1.449 0 00.299 2.022 1.436 1.436 0 001.073.269 1.447 1.447 0 00.651-2.59m13.716-1.53a.722.722 0 10-1.16-.86.722.722 0 001.16.86m4.513 7.778a.258.258 0 01.17-.102c.013-.002.026-.002.038-.002a.254.254 0 01.255.22.252.252 0 01-.047.192.263.263 0 01-.363.053.259.259 0 01-.053-.36m-.542 1.163a1.259 1.259 0 101.5-2.021 1.259 1.259 0 00-1.5 2.021" }),
5
+ /* @__PURE__ */ jsx("path", { d: "M38.696 33.087a1.78 1.78 0 00-1.515.356 1.795 1.795 0 00-.672 1.404.906.906 0 01-.285.663.919.919 0 01-.68.25c-.475-.026-.863-.475-.863-1.002v-.97a1.86 1.86 0 00-1.475-1.815l-.656-.137a6.18 6.18 0 00-1.268-4.034 6.199 6.199 0 00-4.123-2.4c-2.88-.386-5.6 1.283-6.626 3.936l-8.727-1.815c-.235-.67-.662-2.394.472-3.919.54-.728 1.23-1.314 1.96-1.935.763-.647 1.55-1.316 2.194-2.182.634-.853.779-1.86.932-2.925.173-1.195.35-2.43 1.24-3.628.755-1.016 1.899-1.222 3.223-1.46 1.234-.223 2.603-.482 3.712-1.487l14.574 23.41-1.417-.31zm-7.46-1.523l-9.422-1.96c.868-1.987 2.963-3.218 5.17-2.913a4.894 4.894 0 013.264 1.9c.659.864.988 1.902.989 2.973zM19.513 8.09a29.285 29.285 0 013.44-2.258l1.886 3.03c-.86.896-2.02 1.111-3.242 1.332-1.394.251-2.973.536-4.035 1.964-1.086 1.462-1.297 2.927-1.483 4.218-.135.938-.252 1.746-.69 2.336-.554.746-1.252 1.34-1.991 1.967-.754.64-1.534 1.302-2.163 2.15-1.177 1.583-1.098 3.3-.858 4.396l-2.02-.42C9.523 19.32 13.468 12.693 19.512 8.09zm21.97 25.046L23.41 4.108l-.536.286a30.533 30.533 0 00-4.15 2.662c-6.48 4.935-10.651 12.1-11.743 20.174l-.081.6 26.04 5.416a.556.556 0 01.442.542v.97c0 1.228.92 2.238 2.095 2.3l.12.003a2.22 2.22 0 002.212-2.214c0-.209.117-.335.187-.39a.487.487 0 01.422-.1l1.907.417c.429.098.869-.077 1.122-.436.253-.357.267-.83.035-1.202zm-5.88 5.066a1.065 1.065 0 100 2.13 1.065 1.065 0 000-2.13" })
6
+ ] });
7
+ const normalHover = /* @__PURE__ */ jsxs("g", { children: [
8
+ /* @__PURE__ */ jsx("path", { d: "M26.995 18.414a3.534 3.534 0 01-1.368 2.35 3.495 3.495 0 01-2.63.695 3.558 3.558 0 01-3.045-3.998 3.56 3.56 0 013.998-3.045 3.558 3.558 0 013.045 3.998m-2.871-5.287a4.863 4.863 0 00-5.461 4.16 4.862 4.862 0 004.82 5.505 4.818 4.818 0 002.93-.993 4.82 4.82 0 001.87-3.211 4.86 4.86 0 00-4.16-5.461m-7.083 12.65a.447.447 0 01-.623.093.446.446 0 01.53-.715.446.446 0 01.093.623m.504-1.426a1.413 1.413 0 00-1.073-.27 1.448 1.448 0 00.208 2.875 1.437 1.437 0 001.163-.584 1.446 1.446 0 00-.298-2.021m13.716-1.53a.722.722 0 10-1.159-.859.722.722 0 001.16.86m4.513 7.777a.256.256 0 01.17-.102c.013-.002.025-.002.038-.002a.257.257 0 01.255.22.258.258 0 01-.41.245h-.001a.259.259 0 01-.052-.36m.205 1.412a1.241 1.241 0 001.013-.509c.2-.269.283-.6.234-.933a1.248 1.248 0 00-.494-.827 1.229 1.229 0 00-.935-.235 1.25 1.25 0 00-.826.494 1.254 1.254 0 00.26 1.761c.22.163.48.25.748.25" }),
9
+ /* @__PURE__ */ jsx("path", { d: "M38.696 33.087c-.556-.122-1.257-.21-1.746.183-.201.162-.441.467-.441 1.008a.904.904 0 01-.285.663.944.944 0 01-.678.25c-.477-.026-.864-.475-.864-1v-.403c0-.874-.621-1.637-1.476-1.815l-.656-.137a6.18 6.18 0 00-1.268-4.034 6.199 6.199 0 00-4.123-2.4c-2.88-.39-5.6 1.282-6.625 3.935l-8.725-1.814c-.232-.667-.66-2.4.469-3.919.54-.728 1.23-1.314 1.96-1.933.763-.647 1.55-1.317 2.194-2.184.634-.853.779-1.859.933-2.924.172-1.196.35-2.43 1.24-3.629.755-1.016 1.898-1.222 3.222-1.46 1.234-.222 2.603-.48 3.713-1.486l14.573 23.41-1.417-.31zm-7.46-1.523l-9.421-1.96a4.928 4.928 0 015.17-2.913 4.892 4.892 0 014.252 4.873zM19.513 8.091a29.496 29.496 0 013.44-2.258l1.886 3.028c-.86.898-2.02 1.114-3.242 1.333-1.394.251-2.973.536-4.034 1.964-1.087 1.462-1.298 2.927-1.484 4.22-.135.936-.252 1.745-.69 2.334-.554.747-1.253 1.34-1.992 1.968-.753.64-1.532 1.302-2.161 2.148-1.177 1.584-1.098 3.301-.858 4.397l-2.02-.42c1.167-7.485 5.112-14.112 11.155-18.714zm21.97 25.045L23.41 4.108l-.536.287a30.623 30.623 0 00-4.15 2.661c-6.48 4.935-10.651 12.1-11.743 20.174l-.081.6 26.04 5.416a.556.556 0 01.44.542v.402c0 1.226.92 2.237 2.097 2.3l.119.002c.57 0 1.107-.214 1.522-.608.424-.4.673-.96.694-1.599.087-.01.266-.003.605.072l1.907.417c.428.098.869-.077 1.122-.436.253-.357.267-.83.035-1.202zm-5.88 7.908a1.067 1.067 0 10.002 2.133 1.067 1.067 0 00-.001-2.133" })
10
+ ] });
11
+ return isHovered ? normalHover : normal;
12
+ };
13
+ export {
14
+ PizzaSlice as default
15
+ };
16
+ //# sourceMappingURL=PizzaSlice.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PizzaSlice.js","sources":["../../../src/components/Icons/PizzaSlice.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst PizzaSlice: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <g>\n <path d=\"M26.995 18.414a3.553 3.553 0 01-4 3.045 3.558 3.558 0 01-3.044-3.998 3.527 3.527 0 011.369-2.351 3.527 3.527 0 012.63-.694 3.558 3.558 0 013.045 3.998m-2.871-5.287a4.834 4.834 0 00-3.592.949 4.823 4.823 0 00-1.87 3.21 4.86 4.86 0 004.813 5.506 4.863 4.863 0 004.808-4.204 4.86 4.86 0 00-4.16-5.461m-7.084 12.65a.448.448 0 01-.623.093.447.447 0 01.2-.798.437.437 0 01.33.083.446.446 0 01.093.623m.505-1.426a1.414 1.414 0 00-1.073-.27 1.437 1.437 0 00-.95.569 1.449 1.449 0 00.299 2.022 1.436 1.436 0 001.073.269 1.447 1.447 0 00.651-2.59m13.716-1.53a.722.722 0 10-1.16-.86.722.722 0 001.16.86m4.513 7.778a.258.258 0 01.17-.102c.013-.002.026-.002.038-.002a.254.254 0 01.255.22.252.252 0 01-.047.192.263.263 0 01-.363.053.259.259 0 01-.053-.36m-.542 1.163a1.259 1.259 0 101.5-2.021 1.259 1.259 0 00-1.5 2.021\" />\n <path d=\"M38.696 33.087a1.78 1.78 0 00-1.515.356 1.795 1.795 0 00-.672 1.404.906.906 0 01-.285.663.919.919 0 01-.68.25c-.475-.026-.863-.475-.863-1.002v-.97a1.86 1.86 0 00-1.475-1.815l-.656-.137a6.18 6.18 0 00-1.268-4.034 6.199 6.199 0 00-4.123-2.4c-2.88-.386-5.6 1.283-6.626 3.936l-8.727-1.815c-.235-.67-.662-2.394.472-3.919.54-.728 1.23-1.314 1.96-1.935.763-.647 1.55-1.316 2.194-2.182.634-.853.779-1.86.932-2.925.173-1.195.35-2.43 1.24-3.628.755-1.016 1.899-1.222 3.223-1.46 1.234-.223 2.603-.482 3.712-1.487l14.574 23.41-1.417-.31zm-7.46-1.523l-9.422-1.96c.868-1.987 2.963-3.218 5.17-2.913a4.894 4.894 0 013.264 1.9c.659.864.988 1.902.989 2.973zM19.513 8.09a29.285 29.285 0 013.44-2.258l1.886 3.03c-.86.896-2.02 1.111-3.242 1.332-1.394.251-2.973.536-4.035 1.964-1.086 1.462-1.297 2.927-1.483 4.218-.135.938-.252 1.746-.69 2.336-.554.746-1.252 1.34-1.991 1.967-.754.64-1.534 1.302-2.163 2.15-1.177 1.583-1.098 3.3-.858 4.396l-2.02-.42C9.523 19.32 13.468 12.693 19.512 8.09zm21.97 25.046L23.41 4.108l-.536.286a30.533 30.533 0 00-4.15 2.662c-6.48 4.935-10.651 12.1-11.743 20.174l-.081.6 26.04 5.416a.556.556 0 01.442.542v.97c0 1.228.92 2.238 2.095 2.3l.12.003a2.22 2.22 0 002.212-2.214c0-.209.117-.335.187-.39a.487.487 0 01.422-.1l1.907.417c.429.098.869-.077 1.122-.436.253-.357.267-.83.035-1.202zm-5.88 5.066a1.065 1.065 0 100 2.13 1.065 1.065 0 000-2.13\" />\n </g>\n );\n\n const normalHover = (\n <g>\n <path d=\"M26.995 18.414a3.534 3.534 0 01-1.368 2.35 3.495 3.495 0 01-2.63.695 3.558 3.558 0 01-3.045-3.998 3.56 3.56 0 013.998-3.045 3.558 3.558 0 013.045 3.998m-2.871-5.287a4.863 4.863 0 00-5.461 4.16 4.862 4.862 0 004.82 5.505 4.818 4.818 0 002.93-.993 4.82 4.82 0 001.87-3.211 4.86 4.86 0 00-4.16-5.461m-7.083 12.65a.447.447 0 01-.623.093.446.446 0 01.53-.715.446.446 0 01.093.623m.504-1.426a1.413 1.413 0 00-1.073-.27 1.448 1.448 0 00.208 2.875 1.437 1.437 0 001.163-.584 1.446 1.446 0 00-.298-2.021m13.716-1.53a.722.722 0 10-1.159-.859.722.722 0 001.16.86m4.513 7.777a.256.256 0 01.17-.102c.013-.002.025-.002.038-.002a.257.257 0 01.255.22.258.258 0 01-.41.245h-.001a.259.259 0 01-.052-.36m.205 1.412a1.241 1.241 0 001.013-.509c.2-.269.283-.6.234-.933a1.248 1.248 0 00-.494-.827 1.229 1.229 0 00-.935-.235 1.25 1.25 0 00-.826.494 1.254 1.254 0 00.26 1.761c.22.163.48.25.748.25\" />\n <path d=\"M38.696 33.087c-.556-.122-1.257-.21-1.746.183-.201.162-.441.467-.441 1.008a.904.904 0 01-.285.663.944.944 0 01-.678.25c-.477-.026-.864-.475-.864-1v-.403c0-.874-.621-1.637-1.476-1.815l-.656-.137a6.18 6.18 0 00-1.268-4.034 6.199 6.199 0 00-4.123-2.4c-2.88-.39-5.6 1.282-6.625 3.935l-8.725-1.814c-.232-.667-.66-2.4.469-3.919.54-.728 1.23-1.314 1.96-1.933.763-.647 1.55-1.317 2.194-2.184.634-.853.779-1.859.933-2.924.172-1.196.35-2.43 1.24-3.629.755-1.016 1.898-1.222 3.222-1.46 1.234-.222 2.603-.48 3.713-1.486l14.573 23.41-1.417-.31zm-7.46-1.523l-9.421-1.96a4.928 4.928 0 015.17-2.913 4.892 4.892 0 014.252 4.873zM19.513 8.091a29.496 29.496 0 013.44-2.258l1.886 3.028c-.86.898-2.02 1.114-3.242 1.333-1.394.251-2.973.536-4.034 1.964-1.087 1.462-1.298 2.927-1.484 4.22-.135.936-.252 1.745-.69 2.334-.554.747-1.253 1.34-1.992 1.968-.753.64-1.532 1.302-2.161 2.148-1.177 1.584-1.098 3.301-.858 4.397l-2.02-.42c1.167-7.485 5.112-14.112 11.155-18.714zm21.97 25.045L23.41 4.108l-.536.287a30.623 30.623 0 00-4.15 2.661c-6.48 4.935-10.651 12.1-11.743 20.174l-.081.6 26.04 5.416a.556.556 0 01.44.542v.402c0 1.226.92 2.237 2.097 2.3l.119.002c.57 0 1.107-.214 1.522-.608.424-.4.673-.96.694-1.599.087-.01.266-.003.605.072l1.907.417c.428.098.869-.077 1.122-.436.253-.357.267-.83.035-1.202zm-5.88 7.908a1.067 1.067 0 10.002 2.133 1.067 1.067 0 00-.001-2.133\" />\n </g>\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default PizzaSlice;\n"],"names":[],"mappings":";AAIA,MAAM,aAAqC,CAAC,EAAE,gBAAkD;AAC9F,QAAM,8BACH,KAAA,EACC,UAAA;AAAA,IAAA,oBAAC,QAAA,EAAK,GAAE,wyBAAA,CAAwyB;AAAA,IAChzB,oBAAC,QAAA,EAAK,GAAE,q0CAAA,CAAq0C;AAAA,EAAA,GAC/0C;AAGF,QAAM,mCACH,KAAA,EACC,UAAA;AAAA,IAAA,oBAAC,QAAA,EAAK,GAAE,02BAAA,CAA02B;AAAA,IACl3B,oBAAC,QAAA,EAAK,GAAE,+zCAAA,CAA+zC;AAAA,EAAA,GACz0C;AAGF,SAAO,YAAY,cAAc;AACnC;"}
@@ -0,0 +1,4 @@
1
+ import { default as React } from 'react';
2
+ import { SvgPathProps } from '../Icon';
3
+ declare const Plane: React.FC<SvgPathProps>;
4
+ export default Plane;
@@ -0,0 +1,10 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ const Plane = ({ isHovered }) => {
3
+ const normal = /* @__PURE__ */ jsx("path", { d: "M36.332 29.474H18.387L3.945 23.16V12.645H4.3c.954 0 1.785.612 2.068 1.523l1.668 5.38h28.297a4.969 4.969 0 014.963 4.963 4.969 4.969 0 01-4.963 4.963m-.373 4.549a1.334 1.334 0 01-2.665 0 1.334 1.334 0 012.665 0m-7.945-19.405c2.25 0 4.128 1.547 4.67 3.629h-9.339c.542-2.082 2.42-3.63 4.67-3.63M10.512 35.357a1.334 1.334 0 111.333-1.333c0 .735-.598 1.333-1.333 1.333M44.704 24.51a1.32 1.32 0 00-1.319-1.32h-.28l.354-7.696a.757.757 0 10-1.513 0l.325 7.042c-.83-2.49-3.176-4.29-5.939-4.29h-2.297c-.565-2.808-3.049-4.93-6.02-4.93-2.973 0-5.457 2.122-6.02 4.93H8.992L7.61 13.784a3.45 3.45 0 00-3.31-2.44H2.645V24.01l10.176 4.45-1.61 3.035a2.642 2.642 0 00-.698-.105 2.636 2.636 0 00-2.633 2.633 2.637 2.637 0 002.633 2.634 2.636 2.636 0 002.632-2.634c0-.74-.309-1.407-.802-1.887l1.673-3.154 4.1 1.793h15.681v.762a2.628 2.628 0 00-1.803 2.486 2.637 2.637 0 002.633 2.634 2.637 2.637 0 002.633-2.634c0-1.29-.936-2.362-2.163-2.585v-.663h1.235c2.763 0 5.11-1.801 5.94-4.29l-.326 7.042a.758.758 0 101.513 0l-.355-7.697h.281c.728 0 1.32-.59 1.32-1.32" });
4
+ const normalHover = /* @__PURE__ */ jsx("path", { d: "M38.133 29.474H20.188L5.746 23.16V12.645H6.1c.954 0 1.785.612 2.068 1.523l1.668 5.38h28.297a4.969 4.969 0 014.963 4.963 4.969 4.969 0 01-4.963 4.963m-.373 4.549a1.334 1.334 0 01-2.665 0 1.334 1.334 0 012.665 0m-7.945-19.405c2.249 0 4.128 1.547 4.67 3.629h-9.34c.543-2.082 2.42-3.63 4.67-3.63M12.314 35.357a1.334 1.334 0 111.333-1.333c0 .735-.598 1.333-1.333 1.333m34.19-10.845a1.32 1.32 0 00-1.318-1.32h-.281l.355-7.696a.757.757 0 10-1.513 0l.325 7.042c-.83-2.49-3.176-4.29-5.94-4.29h-2.296c-.565-2.808-3.05-4.93-6.021-4.93-2.972 0-5.456 2.122-6.02 4.93H10.794L9.41 13.784a3.45 3.45 0 00-3.31-2.44H4.446V24.01l10.176 4.45-1.61 3.035a2.642 2.642 0 00-.698-.105 2.636 2.636 0 00-2.633 2.633 2.637 2.637 0 002.633 2.634 2.636 2.636 0 002.632-2.634c0-.74-.31-1.407-.802-1.887l1.673-3.154 4.099 1.793h15.682v.762a2.628 2.628 0 00-1.803 2.486 2.637 2.637 0 002.633 2.634 2.637 2.637 0 002.633-2.634c0-1.29-.936-2.362-2.163-2.585v-.663h1.235c2.763 0 5.109-1.801 5.939-4.29l-.325 7.042a.758.758 0 101.513 0l-.355-7.697h.28c.729 0 1.32-.59 1.32-1.32" });
5
+ return isHovered ? normalHover : normal;
6
+ };
7
+ export {
8
+ Plane as default
9
+ };
10
+ //# sourceMappingURL=Plane.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Plane.js","sources":["../../../src/components/Icons/Plane.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst Plane: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): JSX.Element => {\n const normal = (\n <path d=\"M36.332 29.474H18.387L3.945 23.16V12.645H4.3c.954 0 1.785.612 2.068 1.523l1.668 5.38h28.297a4.969 4.969 0 014.963 4.963 4.969 4.969 0 01-4.963 4.963m-.373 4.549a1.334 1.334 0 01-2.665 0 1.334 1.334 0 012.665 0m-7.945-19.405c2.25 0 4.128 1.547 4.67 3.629h-9.339c.542-2.082 2.42-3.63 4.67-3.63M10.512 35.357a1.334 1.334 0 111.333-1.333c0 .735-.598 1.333-1.333 1.333M44.704 24.51a1.32 1.32 0 00-1.319-1.32h-.28l.354-7.696a.757.757 0 10-1.513 0l.325 7.042c-.83-2.49-3.176-4.29-5.939-4.29h-2.297c-.565-2.808-3.049-4.93-6.02-4.93-2.973 0-5.457 2.122-6.02 4.93H8.992L7.61 13.784a3.45 3.45 0 00-3.31-2.44H2.645V24.01l10.176 4.45-1.61 3.035a2.642 2.642 0 00-.698-.105 2.636 2.636 0 00-2.633 2.633 2.637 2.637 0 002.633 2.634 2.636 2.636 0 002.632-2.634c0-.74-.309-1.407-.802-1.887l1.673-3.154 4.1 1.793h15.681v.762a2.628 2.628 0 00-1.803 2.486 2.637 2.637 0 002.633 2.634 2.637 2.637 0 002.633-2.634c0-1.29-.936-2.362-2.163-2.585v-.663h1.235c2.763 0 5.11-1.801 5.94-4.29l-.326 7.042a.758.758 0 101.513 0l-.355-7.697h.281c.728 0 1.32-.59 1.32-1.32\" />\n );\n\n const normalHover = (\n <path d=\"M38.133 29.474H20.188L5.746 23.16V12.645H6.1c.954 0 1.785.612 2.068 1.523l1.668 5.38h28.297a4.969 4.969 0 014.963 4.963 4.969 4.969 0 01-4.963 4.963m-.373 4.549a1.334 1.334 0 01-2.665 0 1.334 1.334 0 012.665 0m-7.945-19.405c2.249 0 4.128 1.547 4.67 3.629h-9.34c.543-2.082 2.42-3.63 4.67-3.63M12.314 35.357a1.334 1.334 0 111.333-1.333c0 .735-.598 1.333-1.333 1.333m34.19-10.845a1.32 1.32 0 00-1.318-1.32h-.281l.355-7.696a.757.757 0 10-1.513 0l.325 7.042c-.83-2.49-3.176-4.29-5.94-4.29h-2.296c-.565-2.808-3.05-4.93-6.021-4.93-2.972 0-5.456 2.122-6.02 4.93H10.794L9.41 13.784a3.45 3.45 0 00-3.31-2.44H4.446V24.01l10.176 4.45-1.61 3.035a2.642 2.642 0 00-.698-.105 2.636 2.636 0 00-2.633 2.633 2.637 2.637 0 002.633 2.634 2.636 2.636 0 002.632-2.634c0-.74-.31-1.407-.802-1.887l1.673-3.154 4.099 1.793h15.682v.762a2.628 2.628 0 00-1.803 2.486 2.637 2.637 0 002.633 2.634 2.637 2.637 0 002.633-2.634c0-1.29-.936-2.362-2.163-2.585v-.663h1.235c2.763 0 5.109-1.801 5.939-4.29l-.325 7.042a.758.758 0 101.513 0l-.355-7.697h.28c.729 0 1.32-.59 1.32-1.32\" />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Plane;\n"],"names":[],"mappings":";AAIA,MAAM,QAAgC,CAAC,EAAE,gBAA2C;AAClF,QAAM,SACJ,oBAAC,QAAA,EAAK,GAAE,ghCAAA,CAAghC;AAG1hC,QAAM,cACJ,oBAAC,QAAA,EAAK,GAAE,mhCAAA,CAAmhC;AAG7hC,SAAO,YAAY,cAAc;AACnC;"}
@@ -0,0 +1,4 @@
1
+ import { default as React } from 'react';
2
+ import { SvgPathProps } from '../Icon';
3
+ declare const Plant: React.FC<SvgPathProps>;
4
+ export default Plant;
@@ -0,0 +1,10 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ const Plant = ({ isHovered }) => {
3
+ const normal = /* @__PURE__ */ jsx("path", { d: "M31.912 23.748c2.53-.08 5.125 1.65 6.377 2.629-1.475.593-4.445 1.542-6.856.758-1.109-.362-1.986-1.066-2.61-2.097.886-.817 1.924-1.251 3.09-1.29m1.897-13.276a2.466 2.466 0 012.464-2.463 2.465 2.465 0 012.464 2.463 2.466 2.466 0 01-2.464 2.463 2.467 2.467 0 01-2.464-2.463m6.863 6.228a2.466 2.466 0 01-2.463 2.464 2.466 2.466 0 01-2.464-2.464 2.467 2.467 0 012.464-2.464 2.467 2.467 0 012.463 2.464m-20.236 9.398c-1.156-2.256-.688-5.34-.336-6.889 1.164 1.081 3.29 3.366 3.604 5.881.145 1.157-.118 2.25-.785 3.255-1.116-.455-1.95-1.209-2.483-2.247m-4.33 13.595c-1.109-.361-1.985-1.065-2.61-2.095.886-.818 1.924-1.251 3.09-1.29 2.521-.087 5.124 1.65 6.375 2.628-1.475.593-4.447 1.541-6.855.757m-2.18-7.973c-.097-2.533 1.628-5.132 2.6-6.389.6 1.472 1.562 4.438.787 6.852-.339 1.058-1 1.899-1.949 2.522l-.14.091c-.817-.881-1.253-1.913-1.298-3.076m17.47 3.059a2.465 2.465 0 01-2.464 2.463 2.465 2.465 0 01-2.464-2.463 2.467 2.467 0 012.464-2.464 2.467 2.467 0 012.463 2.464m-6.568-20.385a2.465 2.465 0 012.464-2.463 2.466 2.466 0 012.464 2.463c0 .923-.518 1.72-1.272 2.142l-.294.147a2.462 2.462 0 01-.898.174 2.466 2.466 0 01-2.464-2.463m13.382 6.071a3.77 3.77 0 003.764-3.765 3.768 3.768 0 00-2.954-3.671 3.74 3.74 0 001.02-2.557 3.77 3.77 0 00-3.766-3.764 3.768 3.768 0 00-3.764 3.764c0 1.704 1.146 3.131 2.703 3.593-.618.977-2.309 3.542-4.894 6.732.088-1.028-.038-2.244-.59-3.558a3.742 3.742 0 001.328-2.845 3.77 3.77 0 00-3.765-3.764 3.77 3.77 0 00-3.765 3.764 3.77 3.77 0 003.765 3.764c.464 0 .903-.095 1.313-.249 1.173 3.01-.375 5.317-.455 5.432l-.074.105a76.83 76.83 0 01-3.13 3.337 6.017 6.017 0 00.048-1.86c-.507-4.014-4.682-7.266-4.858-7.403l-.729-.559-.286.873c-.069.213-1.685 5.251.157 8.852.636 1.245 1.623 2.145 2.903 2.728-.79.709-1.609 1.41-2.457 2.097a5.486 5.486 0 00-.283.215l-.38.31a33.42 33.42 0 01-.462.36c1.106-3.818-1.228-8.385-1.33-8.581L16.846 23l-.627.671c-.154.164-3.744 4.052-3.59 8.095.052 1.41.555 2.662 1.488 3.736-2.4 1.475-4.96 2.75-7.657 3.706l-.613.217.434 1.225.612-.217a39.785 39.785 0 005.381-2.391c.794 1.421 1.94 2.404 3.435 2.889a7.933 7.933 0 002.444.361c3.157 0 6.164-1.524 6.322-1.606l.817-.42-.668-.63c-.154-.145-3.61-3.388-7.42-3.615a56.185 56.185 0 002.551-1.884l.004.004.258-.209c.126-.101.255-.2.38-.3.601-.432 3.13-2.014 5.39.092a3.733 3.733 0 00-.619 2.055 3.77 3.77 0 003.765 3.764 3.769 3.769 0 003.764-3.764 3.769 3.769 0 00-3.764-3.764c-.847 0-1.622.292-2.25.765-1.174-1.097-2.445-1.46-3.619-1.423a73.354 73.354 0 004.69-4.629c.787 1.284 1.876 2.188 3.281 2.644.793.258 1.623.36 2.443.36 3.16 0 6.165-1.524 6.324-1.605l.816-.421-.668-.63c-.163-.153-4.01-3.779-8.077-3.627a6.172 6.172 0 00-1.418.218 82.182 82.182 0 004.062-5.252 3.77 3.77 0 003.693 3.05" });
4
+ const normalHover = /* @__PURE__ */ jsx("path", { d: "M30.795 23.748c.06-.002.12-.003.183-.003 2.473 0 4.972 1.677 6.194 2.632-1.474.593-4.444 1.542-6.856.758-1.108-.362-1.985-1.067-2.61-2.097.887-.817 1.924-1.25 3.089-1.29m4.133-11.042a2.467 2.467 0 012.464-2.464 2.467 2.467 0 012.463 2.464 2.466 2.466 0 01-2.463 2.463 2.466 2.466 0 01-2.464-2.463m6.862 6.228a2.466 2.466 0 01-2.464 2.463 2.466 2.466 0 01-2.463-2.463 2.466 2.466 0 012.463-2.464 2.466 2.466 0 012.464 2.464M12.81 31.72c-.097-2.533 1.628-5.133 2.6-6.389.599 1.472 1.562 4.438.788 6.852-.341 1.064-1.005 1.908-1.962 2.532l-.128.082c-.817-.882-1.253-1.915-1.297-3.077m6.51-5.622c-1.156-2.256-.688-5.34-.336-6.889 1.164 1.081 3.289 3.366 3.604 5.881.145 1.157-.118 2.25-.785 3.255-1.116-.455-1.95-1.209-2.483-2.247m10.959 9.346a2.466 2.466 0 01-2.464 2.464 2.466 2.466 0 01-2.463-2.464 2.467 2.467 0 012.463-2.464 2.467 2.467 0 012.464 2.464m-15.29 4.249c-1.108-.361-1.984-1.065-2.61-2.095.887-.818 1.925-1.251 3.09-1.29 2.545-.087 5.125 1.65 6.376 2.628-1.475.593-4.448 1.541-6.855.757m9.838-25.299a2.466 2.466 0 012.464-2.463 2.466 2.466 0 012.464 2.463 2.467 2.467 0 01-2.464 2.463 2.467 2.467 0 01-2.464-2.463m14.497 8.304a3.77 3.77 0 003.765-3.764 3.769 3.769 0 00-2.954-3.671 3.74 3.74 0 001.018-2.557 3.769 3.769 0 00-3.763-3.765 3.77 3.77 0 00-3.765 3.765c0 1.481.868 2.753 2.115 3.367-1.202.776-3.667 2.497-6.64 5.282.193-1.037.214-2.28-.224-3.559a3.762 3.762 0 002.18-3.402 3.77 3.77 0 00-3.765-3.764 3.77 3.77 0 00-3.765 3.764 3.77 3.77 0 003.765 3.764c.109 0 .213-.022.319-.032.95 2.627-.585 5.224-.601 5.25l-.063.103c-.328.342-.66.693-.994 1.057-.702.766-1.41 1.5-2.117 2.214a6.06 6.06 0 00.04-1.827c-.506-4.014-4.681-7.266-4.857-7.403l-.73-.559-.285.873c-.07.213-1.685 5.251.157 8.852.635 1.242 1.617 2.141 2.892 2.723a62.14 62.14 0 01-2.59 2.215c-.043.031-.091.063-.131.095l-.51.401.004.005c-.114.09-.227.18-.342.268 1.102-3.818-1.231-8.382-1.333-8.578L15.729 23l-.627.671c-.154.164-3.744 4.052-3.591 8.094.054 1.41.557 2.662 1.489 3.737-2.533 1.556-5.088 2.796-7.656 3.706l-.613.217.434 1.225.612-.217a40.074 40.074 0 005.387-2.381c.794 1.415 1.937 2.395 3.429 2.879a7.933 7.933 0 002.444.361c3.157 0 6.164-1.524 6.322-1.606l.817-.42-.668-.63c-.154-.145-3.6-3.383-7.41-3.614a56.435 56.435 0 003.15-2.362c.559-.388 3.145-1.932 5.463.663a3.74 3.74 0 00-.66 2.121 3.77 3.77 0 003.765 3.765 3.77 3.77 0 003.765-3.765 3.77 3.77 0 00-3.765-3.764c-.818 0-1.571.27-2.19.715-1.255-1.377-2.63-1.858-3.88-1.858a74.384 74.384 0 004.884-4.821c.787 1.29 1.879 2.198 3.289 2.656.793.258 1.623.36 2.443.36 3.159 0 6.165-1.524 6.324-1.605l.816-.421-.668-.63c-.16-.151-3.894-3.631-7.857-3.631a6.33 6.33 0 00-1.272.134c2.558-2.424 4.778-4.077 6.118-4.994-.163.421-.26.872-.26 1.349a3.768 3.768 0 003.763 3.764" });
5
+ return isHovered ? normalHover : normal;
6
+ };
7
+ export {
8
+ Plant as default
9
+ };
10
+ //# sourceMappingURL=Plant.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Plant.js","sources":["../../../src/components/Icons/Plant.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst Plant: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M31.912 23.748c2.53-.08 5.125 1.65 6.377 2.629-1.475.593-4.445 1.542-6.856.758-1.109-.362-1.986-1.066-2.61-2.097.886-.817 1.924-1.251 3.09-1.29m1.897-13.276a2.466 2.466 0 012.464-2.463 2.465 2.465 0 012.464 2.463 2.466 2.466 0 01-2.464 2.463 2.467 2.467 0 01-2.464-2.463m6.863 6.228a2.466 2.466 0 01-2.463 2.464 2.466 2.466 0 01-2.464-2.464 2.467 2.467 0 012.464-2.464 2.467 2.467 0 012.463 2.464m-20.236 9.398c-1.156-2.256-.688-5.34-.336-6.889 1.164 1.081 3.29 3.366 3.604 5.881.145 1.157-.118 2.25-.785 3.255-1.116-.455-1.95-1.209-2.483-2.247m-4.33 13.595c-1.109-.361-1.985-1.065-2.61-2.095.886-.818 1.924-1.251 3.09-1.29 2.521-.087 5.124 1.65 6.375 2.628-1.475.593-4.447 1.541-6.855.757m-2.18-7.973c-.097-2.533 1.628-5.132 2.6-6.389.6 1.472 1.562 4.438.787 6.852-.339 1.058-1 1.899-1.949 2.522l-.14.091c-.817-.881-1.253-1.913-1.298-3.076m17.47 3.059a2.465 2.465 0 01-2.464 2.463 2.465 2.465 0 01-2.464-2.463 2.467 2.467 0 012.464-2.464 2.467 2.467 0 012.463 2.464m-6.568-20.385a2.465 2.465 0 012.464-2.463 2.466 2.466 0 012.464 2.463c0 .923-.518 1.72-1.272 2.142l-.294.147a2.462 2.462 0 01-.898.174 2.466 2.466 0 01-2.464-2.463m13.382 6.071a3.77 3.77 0 003.764-3.765 3.768 3.768 0 00-2.954-3.671 3.74 3.74 0 001.02-2.557 3.77 3.77 0 00-3.766-3.764 3.768 3.768 0 00-3.764 3.764c0 1.704 1.146 3.131 2.703 3.593-.618.977-2.309 3.542-4.894 6.732.088-1.028-.038-2.244-.59-3.558a3.742 3.742 0 001.328-2.845 3.77 3.77 0 00-3.765-3.764 3.77 3.77 0 00-3.765 3.764 3.77 3.77 0 003.765 3.764c.464 0 .903-.095 1.313-.249 1.173 3.01-.375 5.317-.455 5.432l-.074.105a76.83 76.83 0 01-3.13 3.337 6.017 6.017 0 00.048-1.86c-.507-4.014-4.682-7.266-4.858-7.403l-.729-.559-.286.873c-.069.213-1.685 5.251.157 8.852.636 1.245 1.623 2.145 2.903 2.728-.79.709-1.609 1.41-2.457 2.097a5.486 5.486 0 00-.283.215l-.38.31a33.42 33.42 0 01-.462.36c1.106-3.818-1.228-8.385-1.33-8.581L16.846 23l-.627.671c-.154.164-3.744 4.052-3.59 8.095.052 1.41.555 2.662 1.488 3.736-2.4 1.475-4.96 2.75-7.657 3.706l-.613.217.434 1.225.612-.217a39.785 39.785 0 005.381-2.391c.794 1.421 1.94 2.404 3.435 2.889a7.933 7.933 0 002.444.361c3.157 0 6.164-1.524 6.322-1.606l.817-.42-.668-.63c-.154-.145-3.61-3.388-7.42-3.615a56.185 56.185 0 002.551-1.884l.004.004.258-.209c.126-.101.255-.2.38-.3.601-.432 3.13-2.014 5.39.092a3.733 3.733 0 00-.619 2.055 3.77 3.77 0 003.765 3.764 3.769 3.769 0 003.764-3.764 3.769 3.769 0 00-3.764-3.764c-.847 0-1.622.292-2.25.765-1.174-1.097-2.445-1.46-3.619-1.423a73.354 73.354 0 004.69-4.629c.787 1.284 1.876 2.188 3.281 2.644.793.258 1.623.36 2.443.36 3.16 0 6.165-1.524 6.324-1.605l.816-.421-.668-.63c-.163-.153-4.01-3.779-8.077-3.627a6.172 6.172 0 00-1.418.218 82.182 82.182 0 004.062-5.252 3.77 3.77 0 003.693 3.05\" />\n );\n\n const normalHover = (\n <path d=\"M30.795 23.748c.06-.002.12-.003.183-.003 2.473 0 4.972 1.677 6.194 2.632-1.474.593-4.444 1.542-6.856.758-1.108-.362-1.985-1.067-2.61-2.097.887-.817 1.924-1.25 3.089-1.29m4.133-11.042a2.467 2.467 0 012.464-2.464 2.467 2.467 0 012.463 2.464 2.466 2.466 0 01-2.463 2.463 2.466 2.466 0 01-2.464-2.463m6.862 6.228a2.466 2.466 0 01-2.464 2.463 2.466 2.466 0 01-2.463-2.463 2.466 2.466 0 012.463-2.464 2.466 2.466 0 012.464 2.464M12.81 31.72c-.097-2.533 1.628-5.133 2.6-6.389.599 1.472 1.562 4.438.788 6.852-.341 1.064-1.005 1.908-1.962 2.532l-.128.082c-.817-.882-1.253-1.915-1.297-3.077m6.51-5.622c-1.156-2.256-.688-5.34-.336-6.889 1.164 1.081 3.289 3.366 3.604 5.881.145 1.157-.118 2.25-.785 3.255-1.116-.455-1.95-1.209-2.483-2.247m10.959 9.346a2.466 2.466 0 01-2.464 2.464 2.466 2.466 0 01-2.463-2.464 2.467 2.467 0 012.463-2.464 2.467 2.467 0 012.464 2.464m-15.29 4.249c-1.108-.361-1.984-1.065-2.61-2.095.887-.818 1.925-1.251 3.09-1.29 2.545-.087 5.125 1.65 6.376 2.628-1.475.593-4.448 1.541-6.855.757m9.838-25.299a2.466 2.466 0 012.464-2.463 2.466 2.466 0 012.464 2.463 2.467 2.467 0 01-2.464 2.463 2.467 2.467 0 01-2.464-2.463m14.497 8.304a3.77 3.77 0 003.765-3.764 3.769 3.769 0 00-2.954-3.671 3.74 3.74 0 001.018-2.557 3.769 3.769 0 00-3.763-3.765 3.77 3.77 0 00-3.765 3.765c0 1.481.868 2.753 2.115 3.367-1.202.776-3.667 2.497-6.64 5.282.193-1.037.214-2.28-.224-3.559a3.762 3.762 0 002.18-3.402 3.77 3.77 0 00-3.765-3.764 3.77 3.77 0 00-3.765 3.764 3.77 3.77 0 003.765 3.764c.109 0 .213-.022.319-.032.95 2.627-.585 5.224-.601 5.25l-.063.103c-.328.342-.66.693-.994 1.057-.702.766-1.41 1.5-2.117 2.214a6.06 6.06 0 00.04-1.827c-.506-4.014-4.681-7.266-4.857-7.403l-.73-.559-.285.873c-.07.213-1.685 5.251.157 8.852.635 1.242 1.617 2.141 2.892 2.723a62.14 62.14 0 01-2.59 2.215c-.043.031-.091.063-.131.095l-.51.401.004.005c-.114.09-.227.18-.342.268 1.102-3.818-1.231-8.382-1.333-8.578L15.729 23l-.627.671c-.154.164-3.744 4.052-3.591 8.094.054 1.41.557 2.662 1.489 3.737-2.533 1.556-5.088 2.796-7.656 3.706l-.613.217.434 1.225.612-.217a40.074 40.074 0 005.387-2.381c.794 1.415 1.937 2.395 3.429 2.879a7.933 7.933 0 002.444.361c3.157 0 6.164-1.524 6.322-1.606l.817-.42-.668-.63c-.154-.145-3.6-3.383-7.41-3.614a56.435 56.435 0 003.15-2.362c.559-.388 3.145-1.932 5.463.663a3.74 3.74 0 00-.66 2.121 3.77 3.77 0 003.765 3.765 3.77 3.77 0 003.765-3.765 3.77 3.77 0 00-3.765-3.764c-.818 0-1.571.27-2.19.715-1.255-1.377-2.63-1.858-3.88-1.858a74.384 74.384 0 004.884-4.821c.787 1.29 1.879 2.198 3.289 2.656.793.258 1.623.36 2.443.36 3.159 0 6.165-1.524 6.324-1.605l.816-.421-.668-.63c-.16-.151-3.894-3.631-7.857-3.631a6.33 6.33 0 00-1.272.134c2.558-2.424 4.778-4.077 6.118-4.994-.163.421-.26.872-.26 1.349a3.768 3.768 0 003.763 3.764\" />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Plant;\n"],"names":[],"mappings":";AAIA,MAAM,QAAgC,CAAC,EAAE,gBAAkD;AACzF,QAAM,SACJ,oBAAC,QAAA,EAAK,GAAE,ipFAAA,CAAipF;AAG3pF,QAAM,cACJ,oBAAC,QAAA,EAAK,GAAE,iqFAAA,CAAiqF;AAG3qF,SAAO,YAAY,cAAc;AACnC;"}
@@ -0,0 +1,4 @@
1
+ import { default as React } from 'react';
2
+ import { SvgPathProps } from '../Icon';
3
+ declare const PlateKnifeFork: React.FC<SvgPathProps>;
4
+ export default PlateKnifeFork;
@@ -0,0 +1,40 @@
1
+ import { jsxs, Fragment, jsx } from "react/jsx-runtime";
2
+ const PlateKnifeFork = ({ isHovered }) => {
3
+ const normal = /* @__PURE__ */ jsxs(Fragment, { children: [
4
+ /* @__PURE__ */ jsx(
5
+ "path",
6
+ {
7
+ fillRule: "evenodd",
8
+ d: "M41.809 11.341c-.396-.761-1.22-.962-1.843-.88-.32.043-.649.164-.91.379-.27.22-.48.556-.48.979 0 .653-.6 15.073-.9 22.225a.53.53 0 0 0 0 .026c0 1.05 1.03 1.706 2.1 1.706 1.046 0 2.1-.593 2.1-1.706v-.027l-.429-9.718a.589.589 0 0 0-.004-.05.427.427 0 0 1 .044-.23c0-.002.002-.003.008-.006.5-.196.785-.677.97-1.137.196-.485.347-1.115.484-1.836.225-1.185.55-4.203-.102-7.004-.258-1.106-.796-2.255-1.038-2.72Zm-2.033.478c0-.005 0-.006.002-.009a.151.151 0 0 1 .039-.043.63.63 0 0 1 .307-.116c.308-.04.533.077.62.244.223.43.71 1.476.934 2.44.6 2.576.3 5.41.092 6.507-.134.707-.268 1.24-.417 1.611-.16.396-.282.463-.295.469a1.251 1.251 0 0 0-.728.773c-.09.259-.1.519-.08.704l.426 9.68c-.003.101-.048.204-.176.3-.14.105-.382.197-.724.197-.7 0-.893-.374-.9-.5.3-7.128.9-21.57.9-22.257ZM24.617 31.6a8.344 8.344 0 1 0 0-16.689 8.344 8.344 0 0 0 0 16.688Zm0-1.2a7.144 7.144 0 1 0 0-14.289 7.144 7.144 0 0 0 0 14.288Z"
9
+ }
10
+ ),
11
+ /* @__PURE__ */ jsx(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ d: "M24.617 35.498c6.762 0 12.243-5.481 12.243-12.243 0-6.761-5.481-12.242-12.243-12.242-6.761 0-12.243 5.48-12.243 12.242 0 6.762 5.482 12.243 12.243 12.243Zm0-1.2c6.099 0 11.043-4.944 11.043-11.043 0-6.098-4.944-11.042-11.043-11.042-6.099 0-11.043 4.944-11.043 11.042 0 6.1 4.944 11.043 11.043 11.043ZM6.147 18.937a2 2 0 0 0 1.09 1.7l-.318 12.9a1.947 1.947 0 1 0 3.894.01l-.249-12.905a2 2 0 0 0 1.103-1.788v-1.117h-.002l-.137-6.76h-.666l-.127 6.76H9.37l-.137-6.76h-.667l-.126 6.76H7.076l-.136-6.726h-.667l-.126 6.726h-.002v1.117c0 .028 0 .056.002.083Zm2.31.974-.339 13.655a.747.747 0 1 0 1.495.004L9.35 19.91l.675-.34a.8.8 0 0 0 .437-.633H7.35a.8.8 0 0 0 .434.63l.673.344Z"
16
+ }
17
+ )
18
+ ] });
19
+ const normalHover = /* @__PURE__ */ jsxs(Fragment, { children: [
20
+ /* @__PURE__ */ jsx(
21
+ "path",
22
+ {
23
+ fillRule: "evenodd",
24
+ d: "m9.553 10.723-.66.1.878 6.703-1.349.202-1.138-6.663-.66.099.878 6.702-1.35.202-1.132-6.63-.659.1.873 6.668h-.002l.166 1.105c.004.027.008.055.014.082a2 2 0 0 0 1.33 1.519l1.6 12.804a1.947 1.947 0 1 0 3.851-.567l-2.16-12.726a2 2 0 0 0 .825-1.932l-.165-1.104h-.002l-1.138-6.664Zm-1.713 9.29 1.692 13.554a.747.747 0 1 0 1.478-.217L8.724 19.879l.617-.436a.8.8 0 0 0 .339-.69l-3.079.462a.8.8 0 0 0 .522.558l.717.24Zm16.652 11.585a8.344 8.344 0 1 0 0-16.688 8.344 8.344 0 0 0 0 16.688Zm0-1.2a7.144 7.144 0 1 0 0-14.288 7.144 7.144 0 0 0 0 14.288Z"
25
+ }
26
+ ),
27
+ /* @__PURE__ */ jsx(
28
+ "path",
29
+ {
30
+ fillRule: "evenodd",
31
+ d: "M24.492 35.496c6.762 0 12.243-5.48 12.243-12.242 0-6.762-5.481-12.243-12.243-12.243-6.761 0-12.243 5.481-12.243 12.243 0 6.761 5.482 12.242 12.243 12.242Zm0-1.2c6.099 0 11.043-4.943 11.043-11.042S30.59 12.21 24.492 12.21c-6.099 0-11.043 4.944-11.043 11.043 0 6.099 4.944 11.043 11.043 11.043Zm18.81-22.656c-.286-.809-1.075-1.122-1.702-1.126a1.819 1.819 0 0 0-.955.248 1.257 1.257 0 0 0-.61.903c-.091.647-2.684 14.845-3.973 21.886a.497.497 0 0 0-.004.025c-.146 1.04.784 1.832 1.843 1.98 1.036.146 2.163-.294 2.317-1.397a.584.584 0 0 0 .003-.027l.923-9.683a.589.589 0 0 0 .003-.05.424.424 0 0 1 .046-.18.15.15 0 0 1 .029-.043s.002-.002.009-.004c.523-.124.871-.562 1.119-.991.261-.454.498-1.056.733-1.752.388-1.142 1.128-4.086.87-6.95-.102-1.131-.476-2.344-.65-2.839Zm-2.08.192c.001-.005.002-.006.004-.009a.153.153 0 0 1 .044-.037.63.63 0 0 1 .32-.072c.311.002.518.15.58.327.162.456.499 1.56.588 2.545.238 2.636-.453 5.401-.811 6.458-.231.682-.437 1.191-.637 1.538-.213.37-.343.42-.357.423-.431.102-.69.396-.828.665a1.67 1.67 0 0 0-.178.686l-.919 9.646c-.017.1-.076.195-.216.272-.153.085-.405.142-.744.094-.694-.097-.833-.493-.822-.618 1.285-7.019 3.881-21.239 3.977-21.918Z"
32
+ }
33
+ )
34
+ ] });
35
+ return isHovered ? normalHover : normal;
36
+ };
37
+ export {
38
+ PlateKnifeFork as default
39
+ };
40
+ //# sourceMappingURL=PlateKnifeFork.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PlateKnifeFork.js","sources":["../../../src/components/Icons/PlateKnifeFork.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst PlateKnifeFork: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <>\n <path\n fillRule=\"evenodd\"\n d=\"M41.809 11.341c-.396-.761-1.22-.962-1.843-.88-.32.043-.649.164-.91.379-.27.22-.48.556-.48.979 0 .653-.6 15.073-.9 22.225a.53.53 0 0 0 0 .026c0 1.05 1.03 1.706 2.1 1.706 1.046 0 2.1-.593 2.1-1.706v-.027l-.429-9.718a.589.589 0 0 0-.004-.05.427.427 0 0 1 .044-.23c0-.002.002-.003.008-.006.5-.196.785-.677.97-1.137.196-.485.347-1.115.484-1.836.225-1.185.55-4.203-.102-7.004-.258-1.106-.796-2.255-1.038-2.72Zm-2.033.478c0-.005 0-.006.002-.009a.151.151 0 0 1 .039-.043.63.63 0 0 1 .307-.116c.308-.04.533.077.62.244.223.43.71 1.476.934 2.44.6 2.576.3 5.41.092 6.507-.134.707-.268 1.24-.417 1.611-.16.396-.282.463-.295.469a1.251 1.251 0 0 0-.728.773c-.09.259-.1.519-.08.704l.426 9.68c-.003.101-.048.204-.176.3-.14.105-.382.197-.724.197-.7 0-.893-.374-.9-.5.3-7.128.9-21.57.9-22.257ZM24.617 31.6a8.344 8.344 0 1 0 0-16.689 8.344 8.344 0 0 0 0 16.688Zm0-1.2a7.144 7.144 0 1 0 0-14.289 7.144 7.144 0 0 0 0 14.288Z\"\n />\n <path\n fillRule=\"evenodd\"\n d=\"M24.617 35.498c6.762 0 12.243-5.481 12.243-12.243 0-6.761-5.481-12.242-12.243-12.242-6.761 0-12.243 5.48-12.243 12.242 0 6.762 5.482 12.243 12.243 12.243Zm0-1.2c6.099 0 11.043-4.944 11.043-11.043 0-6.098-4.944-11.042-11.043-11.042-6.099 0-11.043 4.944-11.043 11.042 0 6.1 4.944 11.043 11.043 11.043ZM6.147 18.937a2 2 0 0 0 1.09 1.7l-.318 12.9a1.947 1.947 0 1 0 3.894.01l-.249-12.905a2 2 0 0 0 1.103-1.788v-1.117h-.002l-.137-6.76h-.666l-.127 6.76H9.37l-.137-6.76h-.667l-.126 6.76H7.076l-.136-6.726h-.667l-.126 6.726h-.002v1.117c0 .028 0 .056.002.083Zm2.31.974-.339 13.655a.747.747 0 1 0 1.495.004L9.35 19.91l.675-.34a.8.8 0 0 0 .437-.633H7.35a.8.8 0 0 0 .434.63l.673.344Z\"\n />\n </>\n );\n\n const normalHover = (\n <>\n <path\n fillRule=\"evenodd\"\n d=\"m9.553 10.723-.66.1.878 6.703-1.349.202-1.138-6.663-.66.099.878 6.702-1.35.202-1.132-6.63-.659.1.873 6.668h-.002l.166 1.105c.004.027.008.055.014.082a2 2 0 0 0 1.33 1.519l1.6 12.804a1.947 1.947 0 1 0 3.851-.567l-2.16-12.726a2 2 0 0 0 .825-1.932l-.165-1.104h-.002l-1.138-6.664Zm-1.713 9.29 1.692 13.554a.747.747 0 1 0 1.478-.217L8.724 19.879l.617-.436a.8.8 0 0 0 .339-.69l-3.079.462a.8.8 0 0 0 .522.558l.717.24Zm16.652 11.585a8.344 8.344 0 1 0 0-16.688 8.344 8.344 0 0 0 0 16.688Zm0-1.2a7.144 7.144 0 1 0 0-14.288 7.144 7.144 0 0 0 0 14.288Z\"\n />\n <path\n fillRule=\"evenodd\"\n d=\"M24.492 35.496c6.762 0 12.243-5.48 12.243-12.242 0-6.762-5.481-12.243-12.243-12.243-6.761 0-12.243 5.481-12.243 12.243 0 6.761 5.482 12.242 12.243 12.242Zm0-1.2c6.099 0 11.043-4.943 11.043-11.042S30.59 12.21 24.492 12.21c-6.099 0-11.043 4.944-11.043 11.043 0 6.099 4.944 11.043 11.043 11.043Zm18.81-22.656c-.286-.809-1.075-1.122-1.702-1.126a1.819 1.819 0 0 0-.955.248 1.257 1.257 0 0 0-.61.903c-.091.647-2.684 14.845-3.973 21.886a.497.497 0 0 0-.004.025c-.146 1.04.784 1.832 1.843 1.98 1.036.146 2.163-.294 2.317-1.397a.584.584 0 0 0 .003-.027l.923-9.683a.589.589 0 0 0 .003-.05.424.424 0 0 1 .046-.18.15.15 0 0 1 .029-.043s.002-.002.009-.004c.523-.124.871-.562 1.119-.991.261-.454.498-1.056.733-1.752.388-1.142 1.128-4.086.87-6.95-.102-1.131-.476-2.344-.65-2.839Zm-2.08.192c.001-.005.002-.006.004-.009a.153.153 0 0 1 .044-.037.63.63 0 0 1 .32-.072c.311.002.518.15.58.327.162.456.499 1.56.588 2.545.238 2.636-.453 5.401-.811 6.458-.231.682-.437 1.191-.637 1.538-.213.37-.343.42-.357.423-.431.102-.69.396-.828.665a1.67 1.67 0 0 0-.178.686l-.919 9.646c-.017.1-.076.195-.216.272-.153.085-.405.142-.744.094-.694-.097-.833-.493-.822-.618 1.285-7.019 3.881-21.239 3.977-21.918Z\"\n />\n </>\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default PlateKnifeFork;\n"],"names":[],"mappings":";AAIA,MAAM,iBAAyC,CAAC,EAAE,gBAAkD;AAClG,QAAM,SACJ,qBAAA,UAAA,EACE,UAAA;AAAA,IAAA;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,UAAS;AAAA,QACT,GAAE;AAAA,MAAA;AAAA,IAAA;AAAA,IAEJ;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,UAAS;AAAA,QACT,GAAE;AAAA,MAAA;AAAA,IAAA;AAAA,EACJ,GACF;AAGF,QAAM,cACJ,qBAAA,UAAA,EACE,UAAA;AAAA,IAAA;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,UAAS;AAAA,QACT,GAAE;AAAA,MAAA;AAAA,IAAA;AAAA,IAEJ;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,UAAS;AAAA,QACT,GAAE;AAAA,MAAA;AAAA,IAAA;AAAA,EACJ,GACF;AAGF,SAAO,YAAY,cAAc;AACnC;"}
@@ -0,0 +1,4 @@
1
+ import { default as React } from 'react';
2
+ import { SvgPathProps } from '../Icon';
3
+ declare const Play: React.FC<SvgPathProps>;
4
+ export default Play;
@@ -0,0 +1,13 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { g as getIcon } from "../../Icon.js";
3
+ const Play = ({ size, isHovered }) => {
4
+ const normal = /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M19.81 15.507L32.825 24 19.81 32.493V15.507zm-2-3.693v24.373L36.484 24 17.81 11.814z" });
5
+ const normalHover = /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M18.29 13.523l16.054 10.479L18.29 34.477V13.521zm-2-3.694V38.17l21.713-14.169L16.29 9.83z" });
6
+ const xSmall = /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M20.073 15.993l12.27 8.008-12.27 8.006V15.993zm-2.526-4.665v25.344l19.418-12.67-19.418-12.674z" });
7
+ const xSmallHover = /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M18.554 14.01L33.863 24l-15.31 9.99V14.01zm-2.527-4.665v29.312l22.458-14.656L16.027 9.345z" });
8
+ return getIcon({ size, isHovered, normal, normalHover, xSmall, xSmallHover });
9
+ };
10
+ export {
11
+ Play as default
12
+ };
13
+ //# sourceMappingURL=Play.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Play.js","sources":["../../../src/components/Icons/Play.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst Play: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = <path fillRule={'evenodd'} d=\"M19.81 15.507L32.825 24 19.81 32.493V15.507zm-2-3.693v24.373L36.484 24 17.81 11.814z\" />;\n\n const normalHover = (\n <path fillRule={'evenodd'} d=\"M18.29 13.523l16.054 10.479L18.29 34.477V13.521zm-2-3.694V38.17l21.713-14.169L16.29 9.83z\" />\n );\n\n const xSmall = (\n <path fillRule={'evenodd'} d=\"M20.073 15.993l12.27 8.008-12.27 8.006V15.993zm-2.526-4.665v25.344l19.418-12.67-19.418-12.674z\" />\n );\n\n const xSmallHover = (\n <path fillRule={'evenodd'} d=\"M18.554 14.01L33.863 24l-15.31 9.99V14.01zm-2.527-4.665v29.312l22.458-14.656L16.027 9.345z\" />\n );\n\n return getIcon({ size, isHovered, normal, normalHover, xSmall, xSmallHover });\n};\n\nexport default Play;\n"],"names":[],"mappings":";;AAIA,MAAM,OAA+B,CAAC,EAAE,MAAM,gBAAkD;AAC9F,QAAM,SAAS,oBAAC,QAAA,EAAK,UAAU,WAAW,GAAE,wFAAuF;AAEnI,QAAM,cACJ,oBAAC,QAAA,EAAK,UAAU,WAAW,GAAE,6FAA4F;AAG3H,QAAM,SACJ,oBAAC,QAAA,EAAK,UAAU,WAAW,GAAE,kGAAiG;AAGhI,QAAM,cACJ,oBAAC,QAAA,EAAK,UAAU,WAAW,GAAE,8FAA6F;AAG5H,SAAO,QAAQ,EAAE,MAAM,WAAW,QAAQ,aAAa,QAAQ,aAAa;AAC9E;"}
@@ -0,0 +1,4 @@
1
+ import { default as React } from 'react';
2
+ import { SvgPathProps } from '../Icon';
3
+ declare const PlusLarge: React.FC<SvgPathProps>;
4
+ export default PlusLarge;
@@ -0,0 +1,13 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { g as getIcon } from "../../Icon.js";
3
+ const PlusLarge = ({ size, isHovered }) => {
4
+ const normal = /* @__PURE__ */ jsx("path", { d: "M24.992 23.008V9.328h-1.983v13.68H9.328v1.983h13.681v13.681h1.983V24.991h13.68v-1.983z" });
5
+ const normalHover = /* @__PURE__ */ jsx("path", { d: "M24.992 23.008V7.327h-1.983v15.681H7.327v1.983h15.682v15.681h1.983V24.991h15.68v-1.983z" });
6
+ const xSmall = /* @__PURE__ */ jsx("path", { d: "M25.254 22.746V7.993h-2.506v14.753H7.993v2.506h14.755v14.755h2.506V25.252h14.753v-2.506z" });
7
+ const xSmallHover = /* @__PURE__ */ jsx("path", { d: "M24.83 22.323V5.043h-2.506v17.28H5.043v2.506h17.281V42.11h2.506V24.829h17.28v-2.506z" });
8
+ return getIcon({ size, isHovered, normal, normalHover, xSmall, xSmallHover });
9
+ };
10
+ export {
11
+ PlusLarge as default
12
+ };
13
+ //# sourceMappingURL=PlusLarge.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PlusLarge.js","sources":["../../../src/components/Icons/PlusLarge.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst PlusLarge: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = <path d=\"M24.992 23.008V9.328h-1.983v13.68H9.328v1.983h13.681v13.681h1.983V24.991h13.68v-1.983z\" />;\n\n const normalHover = <path d=\"M24.992 23.008V7.327h-1.983v15.681H7.327v1.983h15.682v15.681h1.983V24.991h15.68v-1.983z\" />;\n\n const xSmall = <path d=\"M25.254 22.746V7.993h-2.506v14.753H7.993v2.506h14.755v14.755h2.506V25.252h14.753v-2.506z\" />;\n\n const xSmallHover = <path d=\"M24.83 22.323V5.043h-2.506v17.28H5.043v2.506h17.281V42.11h2.506V24.829h17.28v-2.506z\" />;\n\n return getIcon({ size, isHovered, normal, normalHover, xSmall, xSmallHover });\n};\n\nexport default PlusLarge;\n"],"names":[],"mappings":";;AAIA,MAAM,YAAoC,CAAC,EAAE,MAAM,gBAAkD;AACnG,QAAM,SAAS,oBAAC,QAAA,EAAK,GAAE,yFAAA,CAAyF;AAEhH,QAAM,cAAc,oBAAC,QAAA,EAAK,GAAE,0FAAA,CAA0F;AAEtH,QAAM,SAAS,oBAAC,QAAA,EAAK,GAAE,2FAAA,CAA2F;AAElH,QAAM,cAAc,oBAAC,QAAA,EAAK,GAAE,uFAAA,CAAuF;AAEnH,SAAO,QAAQ,EAAE,MAAM,WAAW,QAAQ,aAAa,QAAQ,aAAa;AAC9E;"}
@@ -0,0 +1,4 @@
1
+ import { default as React } from 'react';
2
+ import { SvgPathProps } from '../Icon';
3
+ declare const PlusSmall: React.FC<SvgPathProps>;
4
+ export default PlusSmall;
@@ -0,0 +1,13 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { g as getIcon } from "../../Icon.js";
3
+ const PlusSmall = ({ size, isHovered }) => {
4
+ const normal = /* @__PURE__ */ jsx("path", { d: "M25 14.225V23l8.775.001v2h-8.776L25 33.774h-2v-8.776L14.224 25v-2H23L23 14.224h2z" });
5
+ const normalHover = /* @__PURE__ */ jsx("path", { d: "M25 12.225V23L35.774 23v2H24.999L25 35.774h-2V24.999L12.224 25v-2H23L23 12.224h2z" });
6
+ const xSmall = /* @__PURE__ */ jsx("path", { d: "M24 14.18v8.556h8.558v2.527H24v8.558h-2.526l-.001-8.558h-8.557v-2.526h8.557v-8.558H24z" });
7
+ const xSmallHover = /* @__PURE__ */ jsx("path", { d: "M24 11.653v11.084h11.084v2.526H24v11.084h-2.526V25.263H10.39v-2.526h11.084V11.653H24z" });
8
+ return getIcon({ size, isHovered, normal, normalHover, xSmall, xSmallHover });
9
+ };
10
+ export {
11
+ PlusSmall as default
12
+ };
13
+ //# sourceMappingURL=PlusSmall.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PlusSmall.js","sources":["../../../src/components/Icons/PlusSmall.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst PlusSmall: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = <path d=\"M25 14.225V23l8.775.001v2h-8.776L25 33.774h-2v-8.776L14.224 25v-2H23L23 14.224h2z\" />;\n\n const normalHover = <path d=\"M25 12.225V23L35.774 23v2H24.999L25 35.774h-2V24.999L12.224 25v-2H23L23 12.224h2z\" />;\n\n const xSmall = <path d=\"M24 14.18v8.556h8.558v2.527H24v8.558h-2.526l-.001-8.558h-8.557v-2.526h8.557v-8.558H24z\" />;\n\n const xSmallHover = <path d=\"M24 11.653v11.084h11.084v2.526H24v11.084h-2.526V25.263H10.39v-2.526h11.084V11.653H24z\" />;\n\n return getIcon({ size, isHovered, normal, normalHover, xSmall, xSmallHover });\n};\n\nexport default PlusSmall;\n"],"names":[],"mappings":";;AAIA,MAAM,YAAoC,CAAC,EAAE,MAAM,gBAAkD;AACnG,QAAM,SAAS,oBAAC,QAAA,EAAK,GAAE,oFAAA,CAAoF;AAE3G,QAAM,cAAc,oBAAC,QAAA,EAAK,GAAE,oFAAA,CAAoF;AAEhH,QAAM,SAAS,oBAAC,QAAA,EAAK,GAAE,yFAAA,CAAyF;AAEhH,QAAM,cAAc,oBAAC,QAAA,EAAK,GAAE,wFAAA,CAAwF;AAEpH,SAAO,QAAQ,EAAE,MAAM,WAAW,QAAQ,aAAa,QAAQ,aAAa;AAC9E;"}
@@ -0,0 +1,4 @@
1
+ import { default as React } from 'react';
2
+ import { SvgPathProps } from '../Icon';
3
+ declare const PngFile: React.FC<SvgPathProps>;
4
+ export default PngFile;
@@ -0,0 +1,22 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ const PngFile = ({ isHovered }) => {
3
+ const normal = /* @__PURE__ */ jsx(
4
+ "path",
5
+ {
6
+ fillRule: "evenodd",
7
+ d: "M25.533 22.611l2.162-2.218 3.316 4.117h-3.876l-1.602-1.899zm-8.544 1.9l4.418-5.239 4.42 5.238h-8.838zm10.776-5.624l-2.88 2.956-3.478-4.123-6.57 7.79H33.1l-5.335-6.623zM12 39.1h24V8.9H12v30.2zm-1.3 1.3h26.6V7.6H10.7v32.8zm17.057-10.935c.2-.243.466-.365.804-.365.328 0 .571.076.727.23.157.151.262.367.314.647h.785c-.068-.477-.249-.849-.54-1.116-.293-.267-.726-.4-1.299-.4-.565 0-1.02.18-1.367.538-.345.36-.518.833-.518 1.422v.998c0 .59.182 1.063.55 1.421.364.36.841.54 1.43.54.462 0 .835-.07 1.12-.213.285-.14.493-.3.624-.48v-1.794h-1.75v.598h.952v.96a.881.881 0 01-.338.206 1.77 1.77 0 01-.608.085c-.359 0-.646-.122-.862-.366-.216-.244-.323-.563-.323-.957v-1.005c0-.389.1-.706.3-.949zm-2.346-13.963a.906.906 0 110 1.813.906.906 0 010-1.813zm0 2.812a1.908 1.908 0 001.906-1.906 1.908 1.908 0 00-1.906-1.906 1.908 1.908 0 00-1.906 1.906c0 1.051.855 1.906 1.906 1.906zm-.449 13.713l-.01.002-2.13-3.5h-.799v4.781h.798v-3.5l.01-.004 2.131 3.504h.795v-4.78h-.795v3.497zm-4.743-1.403c-.146.155-.37.233-.672.233h-1.07V29.17h1.07c.301 0 .526.08.672.24.145.16.217.364.217.611s-.072.45-.217.604zm-.672-2.095H17.68v4.781h.797v-1.812h1.071c.538 0 .954-.134 1.248-.399.293-.266.44-.628.44-1.086 0-.453-.147-.814-.44-1.082-.294-.268-.71-.402-1.248-.402z"
8
+ }
9
+ );
10
+ const normalHover = /* @__PURE__ */ jsx(
11
+ "path",
12
+ {
13
+ fillRule: "evenodd",
14
+ d: "M25.412 13.502a.907.907 0 010 1.812.906.906 0 010-1.812zm0 2.813a1.908 1.908 0 001.906-1.907 1.908 1.908 0 00-1.906-1.906 1.908 1.908 0 00-1.906 1.906c0 1.052.855 1.907 1.906 1.907zm.122 6.296l2.162-2.218 3.316 4.117h-3.876l-1.602-1.899zM16.99 24.51l4.418-5.238 4.419 5.238H16.99zm10.776-5.623l-2.88 2.956-3.478-4.122-6.57 7.789H33.1l-5.335-6.623zM12 39.1H36V8.9H12v30.2zM10.7 40.4h26.6V7.6H10.7v32.8zm9.52-9.775c-.146.155-.37.232-.672.232h-1.071v-1.688h1.07c.303 0 .527.081.673.241a.871.871 0 01.217.61.852.852 0 01-.217.605zm-.672-2.096H17.68v4.782h.797v-1.813h1.07c.539 0 .955-.133 1.249-.399.293-.266.439-.628.439-1.085 0-.453-.146-.814-.44-1.082-.293-.268-.71-.403-1.247-.403zm5.415 3.498l-.01.003-2.131-3.501h-.798v4.782h.798V29.81l.01-.003 2.13 3.504h.796v-4.782h-.795v3.498zm2.795-2.562c.199-.243.467-.364.804-.364.329 0 .57.076.727.228.157.152.262.368.314.649h.785c-.068-.477-.248-.85-.54-1.117-.292-.267-.726-.401-1.3-.401-.564 0-1.02.18-1.365.539-.346.359-.52.833-.52 1.422v.998c0 .589.184 1.063.55 1.422.365.359.843.538 1.43.538.463 0 .836-.07 1.12-.211.286-.142.494-.302.625-.481v-1.793h-1.75v.597h.952v.959a.873.873 0 01-.338.207 1.768 1.768 0 01-.608.086c-.36 0-.646-.122-.862-.366-.216-.245-.323-.564-.323-.958v-1.004c0-.39.099-.706.299-.95z"
15
+ }
16
+ );
17
+ return isHovered ? normalHover : normal;
18
+ };
19
+ export {
20
+ PngFile as default
21
+ };
22
+ //# sourceMappingURL=PngFile.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PngFile.js","sources":["../../../src/components/Icons/PngFile.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst PngFile: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path\n fillRule=\"evenodd\"\n d=\"M25.533 22.611l2.162-2.218 3.316 4.117h-3.876l-1.602-1.899zm-8.544 1.9l4.418-5.239 4.42 5.238h-8.838zm10.776-5.624l-2.88 2.956-3.478-4.123-6.57 7.79H33.1l-5.335-6.623zM12 39.1h24V8.9H12v30.2zm-1.3 1.3h26.6V7.6H10.7v32.8zm17.057-10.935c.2-.243.466-.365.804-.365.328 0 .571.076.727.23.157.151.262.367.314.647h.785c-.068-.477-.249-.849-.54-1.116-.293-.267-.726-.4-1.299-.4-.565 0-1.02.18-1.367.538-.345.36-.518.833-.518 1.422v.998c0 .59.182 1.063.55 1.421.364.36.841.54 1.43.54.462 0 .835-.07 1.12-.213.285-.14.493-.3.624-.48v-1.794h-1.75v.598h.952v.96a.881.881 0 01-.338.206 1.77 1.77 0 01-.608.085c-.359 0-.646-.122-.862-.366-.216-.244-.323-.563-.323-.957v-1.005c0-.389.1-.706.3-.949zm-2.346-13.963a.906.906 0 110 1.813.906.906 0 010-1.813zm0 2.812a1.908 1.908 0 001.906-1.906 1.908 1.908 0 00-1.906-1.906 1.908 1.908 0 00-1.906 1.906c0 1.051.855 1.906 1.906 1.906zm-.449 13.713l-.01.002-2.13-3.5h-.799v4.781h.798v-3.5l.01-.004 2.131 3.504h.795v-4.78h-.795v3.497zm-4.743-1.403c-.146.155-.37.233-.672.233h-1.07V29.17h1.07c.301 0 .526.08.672.24.145.16.217.364.217.611s-.072.45-.217.604zm-.672-2.095H17.68v4.781h.797v-1.812h1.071c.538 0 .954-.134 1.248-.399.293-.266.44-.628.44-1.086 0-.453-.147-.814-.44-1.082-.294-.268-.71-.402-1.248-.402z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M25.412 13.502a.907.907 0 010 1.812.906.906 0 010-1.812zm0 2.813a1.908 1.908 0 001.906-1.907 1.908 1.908 0 00-1.906-1.906 1.908 1.908 0 00-1.906 1.906c0 1.052.855 1.907 1.906 1.907zm.122 6.296l2.162-2.218 3.316 4.117h-3.876l-1.602-1.899zM16.99 24.51l4.418-5.238 4.419 5.238H16.99zm10.776-5.623l-2.88 2.956-3.478-4.122-6.57 7.789H33.1l-5.335-6.623zM12 39.1H36V8.9H12v30.2zM10.7 40.4h26.6V7.6H10.7v32.8zm9.52-9.775c-.146.155-.37.232-.672.232h-1.071v-1.688h1.07c.303 0 .527.081.673.241a.871.871 0 01.217.61.852.852 0 01-.217.605zm-.672-2.096H17.68v4.782h.797v-1.813h1.07c.539 0 .955-.133 1.249-.399.293-.266.439-.628.439-1.085 0-.453-.146-.814-.44-1.082-.293-.268-.71-.403-1.247-.403zm5.415 3.498l-.01.003-2.131-3.501h-.798v4.782h.798V29.81l.01-.003 2.13 3.504h.796v-4.782h-.795v3.498zm2.795-2.562c.199-.243.467-.364.804-.364.329 0 .57.076.727.228.157.152.262.368.314.649h.785c-.068-.477-.248-.85-.54-1.117-.292-.267-.726-.401-1.3-.401-.564 0-1.02.18-1.365.539-.346.359-.52.833-.52 1.422v.998c0 .589.184 1.063.55 1.422.365.359.843.538 1.43.538.463 0 .836-.07 1.12-.211.286-.142.494-.302.625-.481v-1.793h-1.75v.597h.952v.959a.873.873 0 01-.338.207 1.768 1.768 0 01-.608.086c-.36 0-.646-.122-.862-.366-.216-.245-.323-.564-.323-.958v-1.004c0-.39.099-.706.299-.95z\"\n />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default PngFile;\n"],"names":[],"mappings":";AAIA,MAAM,UAAkC,CAAC,EAAE,gBAAkD;AAC3F,QAAM,SACJ;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,UAAS;AAAA,MACT,GAAE;AAAA,IAAA;AAAA,EAAA;AAIN,QAAM,cACJ;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,UAAS;AAAA,MACT,GAAE;AAAA,IAAA;AAAA,EAAA;AAIN,SAAO,YAAY,cAAc;AACnC;"}
@@ -0,0 +1,4 @@
1
+ import { default as React } from 'react';
2
+ import { SvgPathProps } from '../Icon';
3
+ declare const Podcast: React.FC<SvgPathProps>;
4
+ export default Podcast;
@@ -0,0 +1,22 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ const Podcast = ({ isHovered }) => {
3
+ const normal = /* @__PURE__ */ jsx(
4
+ "path",
5
+ {
6
+ fillRule: "evenodd",
7
+ d: "M38.824 24.857l-.919-.92c4.097-4.098 4.097-10.765 0-14.862l.92-.92c4.603 4.604 4.603 12.098 0 16.702zm-3.096-13.512a7.254 7.254 0 012.138 5.161c0 1.95-.76 3.782-2.138 5.161l-.919-.92a5.957 5.957 0 001.756-4.24 5.957 5.957 0 00-1.756-4.242l.92-.92zm-25.633-2.27c-4.098 4.097-4.098 10.764 0 14.862l-.919.92c-4.605-4.604-4.605-12.098 0-16.702l.92.92zm3.096 3.19a5.958 5.958 0 00-1.757 4.241c0 1.602.624 3.108 1.757 4.241l-.919.92a7.25 7.25 0 01-2.138-5.16 7.25 7.25 0 012.138-5.162l.92.92zm19.645 13.001h1.3c0 5.37-4.2 9.766-9.486 10.104v7.071h4.166v1.301h-9.632v-1.3h4.166V35.37c-5.286-.338-9.486-4.735-9.486-10.104h1.3c0 4.872 3.963 8.836 8.836 8.836 4.872 0 8.836-3.964 8.836-8.836zm-14.03-10.695A5.199 5.199 0 0124 9.378a5.198 5.198 0 015.193 5.193v11.193A5.199 5.199 0 0124 30.958a5.2 5.2 0 01-5.194-5.194V14.571zM24 32.258a6.5 6.5 0 006.493-6.494V14.571A6.5 6.5 0 0024 8.077a6.5 6.5 0 00-6.493 6.494v11.193A6.5 6.5 0 0024 32.258z"
8
+ }
9
+ );
10
+ const normalHover = /* @__PURE__ */ jsx(
11
+ "path",
12
+ {
13
+ fillRule: "evenodd",
14
+ d: "M8.341 7.296c-5.078 5.078-5.078 13.341 0 18.42l-.919.92c-5.584-5.587-5.584-14.673 0-20.26l.92.92zm3.794 3.91c-2.922 2.923-2.922 7.678 0 10.6l-.919.92c-3.429-3.43-3.429-9.01 0-12.44l.92.92zm28.442 15.43l-.919-.92c5.078-5.079 5.078-13.342 0-18.42l.92-.92c5.584 5.587 5.584 14.673 0 20.26zm-3.794-16.35c3.43 3.43 3.43 9.01 0 12.44l-.919-.92c2.922-2.922 2.922-7.678 0-10.6l.92-.92zm-3.947 14.98h1.3c0 5.37-4.2 9.766-9.486 10.104v7.072h4.166v1.3h-9.633v-1.3h4.167V35.37c-5.286-.338-9.487-4.734-9.487-10.103h1.3c0 4.872 3.964 8.835 8.837 8.835 4.872 0 8.836-3.963 8.836-8.835zm-14.03-10.695A5.199 5.199 0 0124 9.377a5.199 5.199 0 015.193 5.193v11.195A5.199 5.199 0 0124 30.957a5.199 5.199 0 01-5.194-5.192V14.57zM24 32.258a6.5 6.5 0 006.493-6.494V14.57A6.5 6.5 0 0024 8.076a6.5 6.5 0 00-6.493 6.494v11.195A6.5 6.5 0 0024 32.258z"
15
+ }
16
+ );
17
+ return isHovered ? normalHover : normal;
18
+ };
19
+ export {
20
+ Podcast as default
21
+ };
22
+ //# sourceMappingURL=Podcast.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Podcast.js","sources":["../../../src/components/Icons/Podcast.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst Podcast: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path\n fillRule={'evenodd'}\n d=\"M38.824 24.857l-.919-.92c4.097-4.098 4.097-10.765 0-14.862l.92-.92c4.603 4.604 4.603 12.098 0 16.702zm-3.096-13.512a7.254 7.254 0 012.138 5.161c0 1.95-.76 3.782-2.138 5.161l-.919-.92a5.957 5.957 0 001.756-4.24 5.957 5.957 0 00-1.756-4.242l.92-.92zm-25.633-2.27c-4.098 4.097-4.098 10.764 0 14.862l-.919.92c-4.605-4.604-4.605-12.098 0-16.702l.92.92zm3.096 3.19a5.958 5.958 0 00-1.757 4.241c0 1.602.624 3.108 1.757 4.241l-.919.92a7.25 7.25 0 01-2.138-5.16 7.25 7.25 0 012.138-5.162l.92.92zm19.645 13.001h1.3c0 5.37-4.2 9.766-9.486 10.104v7.071h4.166v1.301h-9.632v-1.3h4.166V35.37c-5.286-.338-9.486-4.735-9.486-10.104h1.3c0 4.872 3.963 8.836 8.836 8.836 4.872 0 8.836-3.964 8.836-8.836zm-14.03-10.695A5.199 5.199 0 0124 9.378a5.198 5.198 0 015.193 5.193v11.193A5.199 5.199 0 0124 30.958a5.2 5.2 0 01-5.194-5.194V14.571zM24 32.258a6.5 6.5 0 006.493-6.494V14.571A6.5 6.5 0 0024 8.077a6.5 6.5 0 00-6.493 6.494v11.193A6.5 6.5 0 0024 32.258z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule={'evenodd'}\n d=\"M8.341 7.296c-5.078 5.078-5.078 13.341 0 18.42l-.919.92c-5.584-5.587-5.584-14.673 0-20.26l.92.92zm3.794 3.91c-2.922 2.923-2.922 7.678 0 10.6l-.919.92c-3.429-3.43-3.429-9.01 0-12.44l.92.92zm28.442 15.43l-.919-.92c5.078-5.079 5.078-13.342 0-18.42l.92-.92c5.584 5.587 5.584 14.673 0 20.26zm-3.794-16.35c3.43 3.43 3.43 9.01 0 12.44l-.919-.92c2.922-2.922 2.922-7.678 0-10.6l.92-.92zm-3.947 14.98h1.3c0 5.37-4.2 9.766-9.486 10.104v7.072h4.166v1.3h-9.633v-1.3h4.167V35.37c-5.286-.338-9.487-4.734-9.487-10.103h1.3c0 4.872 3.964 8.835 8.837 8.835 4.872 0 8.836-3.963 8.836-8.835zm-14.03-10.695A5.199 5.199 0 0124 9.377a5.199 5.199 0 015.193 5.193v11.195A5.199 5.199 0 0124 30.957a5.199 5.199 0 01-5.194-5.192V14.57zM24 32.258a6.5 6.5 0 006.493-6.494V14.57A6.5 6.5 0 0024 8.076a6.5 6.5 0 00-6.493 6.494v11.195A6.5 6.5 0 0024 32.258z\"\n />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Podcast;\n"],"names":[],"mappings":";AAIA,MAAM,UAAkC,CAAC,EAAE,gBAAkD;AAC3F,QAAM,SACJ;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,UAAU;AAAA,MACV,GAAE;AAAA,IAAA;AAAA,EAAA;AAIN,QAAM,cACJ;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,UAAU;AAAA,MACV,GAAE;AAAA,IAAA;AAAA,EAAA;AAIN,SAAO,YAAY,cAAc;AACnC;"}
@@ -0,0 +1,4 @@
1
+ import { default as React } from 'react';
2
+ import { SvgPathProps } from '../Icon';
3
+ declare const PoisonInformation: React.FC<SvgPathProps>;
4
+ export default PoisonInformation;