hrm_ui_lib 2.0.2 → 2.1.0-alpha.1

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 (1050) hide show
  1. package/README.md +1 -3
  2. package/assets/images/file-preview.svg.js +1 -0
  3. package/assets/images/no-result.svg.js +1 -0
  4. package/assets/images/no_mobile_image.svg.js +1 -0
  5. package/assets/images/under-construction.webp +0 -0
  6. package/assets/images/under-construction.webp.js +1 -0
  7. package/assets/styles/helpers/_mixin.scss +326 -464
  8. package/assets/styles/styles.css +1 -8776
  9. package/components/Alert/Alert.js +6 -52
  10. package/components/Alert/consts.d.ts +3 -4
  11. package/components/Alert/consts.js +1 -16
  12. package/components/Alert/index.js +1 -52
  13. package/components/Alert/types.js +0 -1
  14. package/components/Avatar/Avatar.js +1 -119
  15. package/components/Avatar/AvatarGroup.js +5 -120
  16. package/components/Avatar/index.js +1 -64
  17. package/components/Avatar/types.js +0 -1
  18. package/components/Badge/Badge.js +2 -24
  19. package/components/Badge/index.js +1 -6
  20. package/components/Badge/types.js +0 -1
  21. package/components/BadgeV2/BadgeV2.d.ts +3 -0
  22. package/components/BadgeV2/BadgeV2.js +1 -0
  23. package/components/BadgeV2/index.d.ts +1 -0
  24. package/components/BadgeV2/index.js +1 -0
  25. package/components/BadgeV2/types.d.ts +23 -0
  26. package/components/BadgeV2/types.js +1 -0
  27. package/components/Breadcrumb/Breadcrumb.js +2 -24
  28. package/components/Breadcrumb/index.js +1 -2
  29. package/components/Breadcrumb/types.js +0 -1
  30. package/components/Button/Button.js +2 -52
  31. package/components/Button/consts.d.ts +1 -1
  32. package/components/Button/consts.js +1 -16
  33. package/components/Button/index.js +1 -52
  34. package/components/Button/types.d.ts +2 -1
  35. package/components/Button/types.js +0 -1
  36. package/components/ButtonGroup/ButtonGroup.d.ts +2 -0
  37. package/components/ButtonGroup/ButtonGroup.js +2 -0
  38. package/components/ButtonGroup/ButtonGroupItem.d.ts +2 -0
  39. package/components/ButtonGroup/ButtonGroupItem.js +3 -0
  40. package/components/ButtonGroup/consts.d.ts +8 -0
  41. package/components/ButtonGroup/consts.js +1 -0
  42. package/components/ButtonGroup/index.d.ts +1 -0
  43. package/components/ButtonGroup/index.js +1 -0
  44. package/components/ButtonGroup/types.d.ts +23 -0
  45. package/components/ButtonGroup/types.js +0 -0
  46. package/components/Card/Card.d.ts +13 -0
  47. package/components/Card/Card.js +1 -0
  48. package/components/Card/CardComponent/Card.d.ts +4 -0
  49. package/components/Card/CardComponent/Card.js +3 -0
  50. package/components/Card/CardComponent/CardBody.d.ts +4 -0
  51. package/components/Card/CardComponent/CardBody.js +2 -0
  52. package/components/Card/CardComponent/CardFooter.d.ts +4 -0
  53. package/components/Card/CardComponent/CardFooter.js +1 -0
  54. package/components/Card/CardComponent/CardHead.d.ts +4 -0
  55. package/components/Card/CardComponent/CardHead.js +2 -0
  56. package/components/Card/CardContext.d.ts +7 -0
  57. package/components/Card/CardContext.js +1 -0
  58. package/components/Card/index.d.ts +1 -0
  59. package/components/Card/index.js +1 -0
  60. package/components/Card/types.d.ts +19 -0
  61. package/components/Card/types.js +0 -0
  62. package/components/CardGroup/CardGroup.d.ts +10 -0
  63. package/components/CardGroup/CardGroup.js +1 -0
  64. package/components/CardGroup/CardGroupComponent/CardBody.d.ts +4 -0
  65. package/components/CardGroup/CardGroupComponent/CardBody.js +2 -0
  66. package/components/CardGroup/CardGroupComponent/CardGroup.d.ts +4 -0
  67. package/components/CardGroup/CardGroupComponent/CardGroup.js +2 -0
  68. package/components/CardGroup/CardGroupComponent/CardHead.d.ts +4 -0
  69. package/components/CardGroup/CardGroupComponent/CardHead.js +3 -0
  70. package/components/CardGroup/CardGroupContext.d.ts +6 -0
  71. package/components/CardGroup/CardGroupContext.js +1 -0
  72. package/components/CardGroup/index.d.ts +1 -0
  73. package/components/CardGroup/index.js +1 -0
  74. package/components/CardGroup/types.d.ts +14 -0
  75. package/components/CardGroup/types.js +0 -0
  76. package/components/Checkbox/Checkbox.js +6 -52
  77. package/components/Checkbox/consts.d.ts +3 -0
  78. package/components/Checkbox/consts.js +1 -0
  79. package/components/Checkbox/index.js +1 -52
  80. package/components/Checkbox/types.d.ts +1 -0
  81. package/components/Checkbox/types.js +0 -1
  82. package/components/Chips/Chips.js +2 -67
  83. package/components/Chips/consts.d.ts +1 -1
  84. package/components/Chips/consts.js +1 -14
  85. package/components/Chips/index.js +1 -11
  86. package/components/Chips/types.d.ts +1 -1
  87. package/components/Chips/types.js +1 -7
  88. package/components/Collapse/Collapse/Collapse.d.ts +3 -0
  89. package/components/Collapse/Collapse/Collapse.js +5 -0
  90. package/components/Collapse/Collapse/Title.d.ts +10 -0
  91. package/components/Collapse/Collapse/Title.js +2 -0
  92. package/components/Collapse/CollapseGroup/CollapseGroup.js +3 -76
  93. package/components/Collapse/CollapseItem/CollapseItem.js +10 -89
  94. package/components/Collapse/index.d.ts +1 -0
  95. package/components/Collapse/index.js +1 -16
  96. package/components/Collapse/types.d.ts +16 -3
  97. package/components/Collapse/types.js +0 -1
  98. package/components/Container/Container.js +2 -10
  99. package/components/Container/index.js +1 -2
  100. package/components/Container/types.js +0 -1
  101. package/components/Copy/Copy.js +3 -94
  102. package/components/Copy/index.js +1 -54
  103. package/components/Copy/types.js +0 -1
  104. package/components/Counter/Counter.js +2 -137
  105. package/components/Counter/index.js +1 -61
  106. package/components/Counter/types.js +0 -1
  107. package/components/DarkModeSwitcher/DarkModeSwitcher.d.ts +3 -0
  108. package/components/DarkModeSwitcher/DarkModeSwitcher.js +6 -0
  109. package/components/DarkModeSwitcher/index.d.ts +1 -0
  110. package/components/DarkModeSwitcher/index.js +1 -0
  111. package/components/DarkModeSwitcher/types.d.ts +17 -0
  112. package/components/DarkModeSwitcher/types.js +1 -0
  113. package/components/DatePicker/CustomHeader/CustomHeader.js +7 -192
  114. package/components/DatePicker/CustomHeader/helpers.js +1 -17
  115. package/components/DatePicker/RangeDatePicker/RangeDatePicker.js +1 -130
  116. package/components/DatePicker/RangeDatePicker/RangeDatePickerDesktop.js +4 -177
  117. package/components/DatePicker/RangeDatePicker/RangeDatePickerMobile.js +8 -269
  118. package/components/DatePicker/RangeDatePicker/index.js +1 -124
  119. package/components/DatePicker/SimpleDatePicker/SimpleDatePicker.js +1 -130
  120. package/components/DatePicker/SimpleDatePicker/SimpleDatePickerDesktop.js +4 -205
  121. package/components/DatePicker/SimpleDatePicker/SimpleDatePickerMobile.js +5 -210
  122. package/components/DatePicker/SimpleDatePicker/index.js +1 -123
  123. package/components/DatePicker/TimePicker/MobileModalContent.js +4 -124
  124. package/components/DatePicker/TimePicker/TimePicker.js +1 -76
  125. package/components/DatePicker/TimePicker/TimePickerDesktop.js +4 -131
  126. package/components/DatePicker/TimePicker/TimePickerMobile.js +5 -127
  127. package/components/DatePicker/TimePicker/consts.js +1 -8
  128. package/components/DatePicker/TimePicker/helpers.js +1 -21
  129. package/components/DatePicker/TimePicker/index.js +1 -70
  130. package/components/DatePicker/hooks.js +1 -2175
  131. package/components/DatePicker/index.js +1 -134
  132. package/components/DatePicker/localization.js +1 -7
  133. package/components/DatePicker/types.js +1 -7
  134. package/components/Divider/Divider.js +2 -16
  135. package/components/Divider/index.js +1 -3
  136. package/components/Divider/types.d.ts +1 -0
  137. package/components/Divider/types.js +0 -1
  138. package/components/Empty/Empty.js +4 -85
  139. package/components/Empty/index.js +1 -54
  140. package/components/Empty/types.js +0 -1
  141. package/components/FileUpload/DropzoneFileUpload/DropzoneFileUpload.js +7 -52
  142. package/components/FileUpload/DropzoneFileUpload/ErrorItem.js +1 -52
  143. package/components/FileUpload/DropzoneFileUpload/FilePreview.js +2 -53
  144. package/components/FileUpload/DropzoneFileUpload/PreviewItem.js +7 -52
  145. package/components/FileUpload/DropzoneFileUpload/helpers.js +1 -52
  146. package/components/FileUpload/DropzoneFileUpload/index.js +1 -52
  147. package/components/FileUpload/FileUpload.js +6 -193
  148. package/components/FileUpload/UploadItems.js +6 -102
  149. package/components/FileUpload/index.js +1 -61
  150. package/components/FileUpload/types.js +1 -10
  151. package/components/FormContainer/FormContainer.js +1 -134
  152. package/components/FormContainer/index.js +1 -55
  153. package/components/FormContainer/types.d.ts +2 -2
  154. package/components/FormContainer/types.js +0 -1
  155. package/components/FormField/FormField.js +3 -115
  156. package/components/FormField/index.js +1 -56
  157. package/components/FormField/types.d.ts +1 -0
  158. package/components/FormField/types.js +0 -1
  159. package/components/Heading/Heading.js +2 -29
  160. package/components/Heading/index.js +1 -5
  161. package/components/Heading/types.js +0 -1
  162. package/components/Image/Image.js +1 -33
  163. package/components/Image/index.js +1 -2
  164. package/components/Image/types.js +0 -1
  165. package/components/Input/Input.js +9 -234
  166. package/components/Input/index.js +1 -58
  167. package/components/Input/types.d.ts +3 -2
  168. package/components/Input/types.js +0 -1
  169. package/components/Link/Link.js +2 -42
  170. package/components/Link/index.js +1 -3
  171. package/components/Link/types.js +0 -1
  172. package/components/Menu/Menu.js +3 -165
  173. package/components/Menu/NestedMenu.js +3 -178
  174. package/components/Menu/index.js +1 -72
  175. package/components/Menu/types.js +0 -1
  176. package/components/Modal/Modal.d.ts +1 -6
  177. package/components/Modal/Modal.js +1 -52
  178. package/components/Modal/ModalConfirmation.d.ts +1 -1
  179. package/components/Modal/ModalConfirmation.js +3 -143
  180. package/components/Modal/ModalContent.d.ts +3 -1
  181. package/components/Modal/ModalContent.js +5 -52
  182. package/components/Modal/index.js +1 -53
  183. package/components/Modal/types.d.ts +2 -0
  184. package/components/Modal/types.js +0 -1
  185. package/components/More/More.js +3 -86
  186. package/components/More/index.js +1 -53
  187. package/components/More/types.js +0 -1
  188. package/components/Pagination/Pagination.js +2 -59
  189. package/components/Pagination/consts.d.ts +1 -1
  190. package/components/Pagination/consts.js +1 -8
  191. package/components/Pagination/index.js +1 -10
  192. package/components/Pagination/types.js +0 -1
  193. package/components/Popover/Popover.js +1 -52
  194. package/components/Popover/PopoverDesktop.js +1 -71
  195. package/components/Popover/PopoverMobile.js +3 -52
  196. package/components/Popover/index.js +1 -52
  197. package/components/Popover/types.d.ts +2 -1
  198. package/components/Popover/types.js +0 -1
  199. package/components/Progress/Progress.js +4 -57
  200. package/components/Progress/index.js +1 -2
  201. package/components/Progress/types.js +0 -1
  202. package/components/ProgressStep/ProgressStep.js +2 -39
  203. package/components/ProgressStep/Step.js +9 -101
  204. package/components/ProgressStep/consts.js +1 -9
  205. package/components/ProgressStep/index.js +1 -12
  206. package/components/ProgressStep/types.js +1 -7
  207. package/components/Radio/Radio.js +4 -58
  208. package/components/Radio/RadioGroup.js +4 -113
  209. package/components/Radio/index.js +1 -55
  210. package/components/Radio/types.js +0 -1
  211. package/components/SVGIcons/IconAdd.d.ts +2 -2
  212. package/components/SVGIcons/IconAdd.js +1 -29
  213. package/components/SVGIcons/IconAddCircle.d.ts +2 -2
  214. package/components/SVGIcons/IconAddCircle.js +1 -32
  215. package/components/SVGIcons/IconAddCircleFilled.d.ts +2 -2
  216. package/components/SVGIcons/IconAddCircleFilled.js +1 -32
  217. package/components/SVGIcons/IconAddFilled.d.ts +2 -2
  218. package/components/SVGIcons/IconAddFilled.js +1 -29
  219. package/components/SVGIcons/IconAirplaneTakeOff.d.ts +4 -0
  220. package/components/SVGIcons/IconAirplaneTakeOff.js +1 -0
  221. package/components/SVGIcons/IconAirplaneTakeOffFilled.d.ts +4 -0
  222. package/components/SVGIcons/IconAirplaneTakeOffFilled.js +1 -0
  223. package/components/SVGIcons/IconAlert.d.ts +2 -2
  224. package/components/SVGIcons/IconAlert.js +1 -32
  225. package/components/SVGIcons/IconAlertBadge.d.ts +2 -2
  226. package/components/SVGIcons/IconAlertBadge.js +1 -32
  227. package/components/SVGIcons/IconAlertBadgeFilled.d.ts +2 -2
  228. package/components/SVGIcons/IconAlertBadgeFilled.js +1 -32
  229. package/components/SVGIcons/IconAlertFilled.d.ts +2 -2
  230. package/components/SVGIcons/IconAlertFilled.js +1 -32
  231. package/components/SVGIcons/IconAm.d.ts +2 -2
  232. package/components/SVGIcons/IconAm.js +7 -58
  233. package/components/SVGIcons/IconAmd.d.ts +2 -2
  234. package/components/SVGIcons/IconAmd.js +1 -29
  235. package/components/SVGIcons/IconAmdFilled.d.ts +2 -2
  236. package/components/SVGIcons/IconAmdFilled.js +1 -29
  237. package/components/SVGIcons/IconApple.d.ts +2 -2
  238. package/components/SVGIcons/IconApple.js +1 -32
  239. package/components/SVGIcons/IconArrowDown.d.ts +2 -2
  240. package/components/SVGIcons/IconArrowDown.js +1 -32
  241. package/components/SVGIcons/IconArrowDownFilled.d.ts +2 -2
  242. package/components/SVGIcons/IconArrowDownFilled.js +1 -32
  243. package/components/SVGIcons/IconArrowDownLeft.d.ts +2 -2
  244. package/components/SVGIcons/IconArrowDownLeft.js +1 -32
  245. package/components/SVGIcons/IconArrowDownLeftFilled.d.ts +2 -2
  246. package/components/SVGIcons/IconArrowDownLeftFilled.js +1 -32
  247. package/components/SVGIcons/IconArrowDownload.d.ts +2 -2
  248. package/components/SVGIcons/IconArrowDownload.js +1 -32
  249. package/components/SVGIcons/IconArrowDownloadFilled.d.ts +2 -2
  250. package/components/SVGIcons/IconArrowDownloadFilled.js +1 -32
  251. package/components/SVGIcons/IconArrowEnter.d.ts +2 -2
  252. package/components/SVGIcons/IconArrowEnter.js +1 -29
  253. package/components/SVGIcons/IconArrowEnterFilled.d.ts +2 -2
  254. package/components/SVGIcons/IconArrowEnterFilled.js +1 -29
  255. package/components/SVGIcons/IconArrowExit.d.ts +2 -2
  256. package/components/SVGIcons/IconArrowExit.js +1 -29
  257. package/components/SVGIcons/IconArrowExitFilled.d.ts +2 -2
  258. package/components/SVGIcons/IconArrowExitFilled.js +1 -29
  259. package/components/SVGIcons/IconArrowExportLeftToRight.d.ts +2 -2
  260. package/components/SVGIcons/IconArrowExportLeftToRight.js +1 -32
  261. package/components/SVGIcons/IconArrowExportLeftToRightFilled.d.ts +2 -2
  262. package/components/SVGIcons/IconArrowExportLeftToRightFilled.js +1 -32
  263. package/components/SVGIcons/IconArrowExportRightToLeft.d.ts +2 -2
  264. package/components/SVGIcons/IconArrowExportRightToLeft.js +1 -32
  265. package/components/SVGIcons/IconArrowExportRightToLeftFilled.d.ts +2 -2
  266. package/components/SVGIcons/IconArrowExportRightToLeftFilled.js +1 -32
  267. package/components/SVGIcons/IconArrowExportUp.d.ts +2 -2
  268. package/components/SVGIcons/IconArrowExportUp.js +1 -32
  269. package/components/SVGIcons/IconArrowExportUpFilled.d.ts +2 -2
  270. package/components/SVGIcons/IconArrowExportUpFilled.js +1 -32
  271. package/components/SVGIcons/IconArrowImport.d.ts +2 -2
  272. package/components/SVGIcons/IconArrowImport.js +1 -32
  273. package/components/SVGIcons/IconArrowImportFilled.d.ts +2 -2
  274. package/components/SVGIcons/IconArrowImportFilled.js +1 -32
  275. package/components/SVGIcons/IconArrowLeft.d.ts +2 -2
  276. package/components/SVGIcons/IconArrowLeft.js +1 -32
  277. package/components/SVGIcons/IconArrowLeftFilled.d.ts +2 -2
  278. package/components/SVGIcons/IconArrowLeftFilled.js +1 -32
  279. package/components/SVGIcons/IconArrowRepeatAll.d.ts +2 -2
  280. package/components/SVGIcons/IconArrowRepeatAll.js +1 -32
  281. package/components/SVGIcons/IconArrowRepeatAllFilled.d.ts +2 -2
  282. package/components/SVGIcons/IconArrowRepeatAllFilled.js +1 -32
  283. package/components/SVGIcons/IconArrowReset.d.ts +2 -2
  284. package/components/SVGIcons/IconArrowReset.js +1 -32
  285. package/components/SVGIcons/IconArrowResetFilled.d.ts +2 -2
  286. package/components/SVGIcons/IconArrowResetFilled.js +1 -32
  287. package/components/SVGIcons/IconArrowRight.d.ts +2 -2
  288. package/components/SVGIcons/IconArrowRight.js +1 -32
  289. package/components/SVGIcons/IconArrowRightFilled.d.ts +2 -2
  290. package/components/SVGIcons/IconArrowRightFilled.js +1 -32
  291. package/components/SVGIcons/IconArrowSort.d.ts +2 -2
  292. package/components/SVGIcons/IconArrowSort.js +1 -29
  293. package/components/SVGIcons/IconArrowSortFilled.d.ts +2 -2
  294. package/components/SVGIcons/IconArrowSortFilled.js +1 -29
  295. package/components/SVGIcons/IconArrowSync.d.ts +2 -2
  296. package/components/SVGIcons/IconArrowSync.js +1 -29
  297. package/components/SVGIcons/IconArrowSyncFilled.d.ts +2 -2
  298. package/components/SVGIcons/IconArrowSyncFilled.js +1 -29
  299. package/components/SVGIcons/IconArrowUp.d.ts +2 -2
  300. package/components/SVGIcons/IconArrowUp.js +1 -32
  301. package/components/SVGIcons/IconArrowUpFilled.d.ts +2 -2
  302. package/components/SVGIcons/IconArrowUpFilled.js +1 -32
  303. package/components/SVGIcons/IconArrowUpLeft.d.ts +2 -2
  304. package/components/SVGIcons/IconArrowUpLeft.js +1 -32
  305. package/components/SVGIcons/IconArrowUpLeftFilled.d.ts +2 -2
  306. package/components/SVGIcons/IconArrowUpLeftFilled.js +1 -32
  307. package/components/SVGIcons/IconArrowUpRight.d.ts +2 -2
  308. package/components/SVGIcons/IconArrowUpRight.js +1 -32
  309. package/components/SVGIcons/IconArrowUpRightFilled.d.ts +2 -2
  310. package/components/SVGIcons/IconArrowUpRightFilled.js +1 -32
  311. package/components/SVGIcons/IconAttach.d.ts +2 -2
  312. package/components/SVGIcons/IconAttach.js +1 -32
  313. package/components/SVGIcons/IconAttachFilled.d.ts +2 -2
  314. package/components/SVGIcons/IconAttachFilled.js +1 -32
  315. package/components/SVGIcons/IconBeach.d.ts +2 -2
  316. package/components/SVGIcons/IconBeach.js +1 -29
  317. package/components/SVGIcons/IconBeachFilled.d.ts +2 -2
  318. package/components/SVGIcons/IconBeachFilled.js +1 -29
  319. package/components/SVGIcons/IconBook.d.ts +2 -2
  320. package/components/SVGIcons/IconBook.js +1 -32
  321. package/components/SVGIcons/IconBookFilled.d.ts +2 -2
  322. package/components/SVGIcons/IconBookFilled.js +1 -32
  323. package/components/SVGIcons/IconBookmark.d.ts +2 -2
  324. package/components/SVGIcons/IconBookmark.js +1 -32
  325. package/components/SVGIcons/IconBookmarkFilled.d.ts +2 -2
  326. package/components/SVGIcons/IconBookmarkFilled.js +1 -32
  327. package/components/SVGIcons/IconBriefcase.d.ts +2 -2
  328. package/components/SVGIcons/IconBriefcase.js +1 -32
  329. package/components/SVGIcons/IconBriefcaseFilled.d.ts +2 -2
  330. package/components/SVGIcons/IconBriefcaseFilled.js +1 -32
  331. package/components/SVGIcons/IconBuilding.d.ts +2 -2
  332. package/components/SVGIcons/IconBuilding.js +7 -55
  333. package/components/SVGIcons/IconBuildingBank.d.ts +2 -2
  334. package/components/SVGIcons/IconBuildingBank.js +1 -29
  335. package/components/SVGIcons/IconBuildingBankFilled.d.ts +2 -2
  336. package/components/SVGIcons/IconBuildingBankFilled.js +1 -29
  337. package/components/SVGIcons/IconBuildingFilled.d.ts +2 -2
  338. package/components/SVGIcons/IconBuildingFilled.js +1 -32
  339. package/components/SVGIcons/IconBulletListAdd.d.ts +2 -2
  340. package/components/SVGIcons/IconBulletListAdd.js +1 -32
  341. package/components/SVGIcons/IconBulletListAddFilled.d.ts +2 -2
  342. package/components/SVGIcons/IconBulletListAddFilled.js +1 -32
  343. package/components/SVGIcons/IconCalculator.d.ts +2 -2
  344. package/components/SVGIcons/IconCalculator.js +1 -32
  345. package/components/SVGIcons/IconCalculatorFilled.d.ts +2 -2
  346. package/components/SVGIcons/IconCalculatorFilled.js +1 -32
  347. package/components/SVGIcons/IconCalendarClock.d.ts +2 -2
  348. package/components/SVGIcons/IconCalendarClock.js +1 -29
  349. package/components/SVGIcons/IconCalendarClockFilled.d.ts +2 -2
  350. package/components/SVGIcons/IconCalendarClockFilled.js +1 -29
  351. package/components/SVGIcons/IconCalendarDay.d.ts +2 -2
  352. package/components/SVGIcons/IconCalendarDay.js +1 -32
  353. package/components/SVGIcons/IconCalendarDayFilled.d.ts +2 -2
  354. package/components/SVGIcons/IconCalendarDayFilled.js +1 -32
  355. package/components/SVGIcons/IconCalendarEmpty.d.ts +2 -2
  356. package/components/SVGIcons/IconCalendarEmpty.js +1 -29
  357. package/components/SVGIcons/IconCalendarLeft.d.ts +2 -2
  358. package/components/SVGIcons/IconCalendarLeft.js +1 -29
  359. package/components/SVGIcons/IconCalendarLeftFilled.d.ts +2 -2
  360. package/components/SVGIcons/IconCalendarLeftFilled.js +1 -29
  361. package/components/SVGIcons/IconCalendarRight.d.ts +2 -2
  362. package/components/SVGIcons/IconCalendarRight.js +1 -29
  363. package/components/SVGIcons/IconCalendarRightFilled.d.ts +2 -2
  364. package/components/SVGIcons/IconCalendarRightFilled.js +1 -29
  365. package/components/SVGIcons/IconCall.d.ts +2 -2
  366. package/components/SVGIcons/IconCall.js +1 -32
  367. package/components/SVGIcons/IconCallFilled.d.ts +2 -2
  368. package/components/SVGIcons/IconCallFilled.js +1 -32
  369. package/components/SVGIcons/IconCard.d.ts +2 -2
  370. package/components/SVGIcons/IconCard.js +1 -29
  371. package/components/SVGIcons/IconCardFilled.d.ts +2 -2
  372. package/components/SVGIcons/IconCardFilled.js +1 -29
  373. package/components/SVGIcons/IconCaretDown.d.ts +2 -2
  374. package/components/SVGIcons/IconCaretDown.js +1 -29
  375. package/components/SVGIcons/IconCaretDownFilled.d.ts +2 -2
  376. package/components/SVGIcons/IconCaretDownFilled.js +1 -29
  377. package/components/SVGIcons/IconCaretDownRight.d.ts +2 -2
  378. package/components/SVGIcons/IconCaretDownRight.js +1 -29
  379. package/components/SVGIcons/IconCaretDownRightFilled.d.ts +2 -2
  380. package/components/SVGIcons/IconCaretDownRightFilled.js +1 -29
  381. package/components/SVGIcons/IconCaretLeft.d.ts +2 -2
  382. package/components/SVGIcons/IconCaretLeft.js +1 -29
  383. package/components/SVGIcons/IconCaretLeftFilled.d.ts +2 -2
  384. package/components/SVGIcons/IconCaretLeftFilled.js +1 -29
  385. package/components/SVGIcons/IconCaretRight.d.ts +2 -2
  386. package/components/SVGIcons/IconCaretRight.js +1 -29
  387. package/components/SVGIcons/IconCaretRightFilled.d.ts +2 -2
  388. package/components/SVGIcons/IconCaretRightFilled.js +1 -29
  389. package/components/SVGIcons/IconCaretUp.d.ts +2 -2
  390. package/components/SVGIcons/IconCaretUp.js +1 -29
  391. package/components/SVGIcons/IconCaretUpFilled.d.ts +2 -2
  392. package/components/SVGIcons/IconCaretUpFilled.js +1 -29
  393. package/components/SVGIcons/IconChartPerson.d.ts +4 -0
  394. package/components/SVGIcons/IconChartPerson.js +1 -0
  395. package/components/SVGIcons/IconChartPersonFilled.d.ts +4 -0
  396. package/components/SVGIcons/IconChartPersonFilled.js +1 -0
  397. package/components/SVGIcons/IconChat.d.ts +2 -2
  398. package/components/SVGIcons/IconChat.js +1 -29
  399. package/components/SVGIcons/IconChatFilled.d.ts +2 -2
  400. package/components/SVGIcons/IconChatFilled.js +1 -29
  401. package/components/SVGIcons/IconChatMultiple.d.ts +2 -2
  402. package/components/SVGIcons/IconChatMultiple.js +1 -29
  403. package/components/SVGIcons/IconChatMultipleFilled.d.ts +2 -2
  404. package/components/SVGIcons/IconChatMultipleFilled.js +1 -29
  405. package/components/SVGIcons/IconCheckboxArrowRight.d.ts +2 -2
  406. package/components/SVGIcons/IconCheckboxArrowRight.js +1 -32
  407. package/components/SVGIcons/IconCheckboxArrowRightFilled.d.ts +2 -2
  408. package/components/SVGIcons/IconCheckboxArrowRightFilled.js +1 -32
  409. package/components/SVGIcons/IconCheckmark.d.ts +2 -2
  410. package/components/SVGIcons/IconCheckmark.js +1 -29
  411. package/components/SVGIcons/IconCheckmarkCircle.d.ts +2 -2
  412. package/components/SVGIcons/IconCheckmarkCircle.js +1 -29
  413. package/components/SVGIcons/IconCheckmarkCircleFilled.d.ts +2 -2
  414. package/components/SVGIcons/IconCheckmarkCircleFilled.js +1 -29
  415. package/components/SVGIcons/IconCheckmarkFilled.d.ts +2 -2
  416. package/components/SVGIcons/IconCheckmarkFilled.js +1 -29
  417. package/components/SVGIcons/IconChevronDoubleLeft.d.ts +4 -0
  418. package/components/SVGIcons/IconChevronDoubleLeft.js +1 -0
  419. package/components/SVGIcons/IconChevronDoubleRight.d.ts +4 -0
  420. package/components/SVGIcons/IconChevronDoubleRight.js +1 -0
  421. package/components/SVGIcons/IconChevronDown.d.ts +2 -2
  422. package/components/SVGIcons/IconChevronDown.js +1 -29
  423. package/components/SVGIcons/IconChevronDownFilled.d.ts +2 -2
  424. package/components/SVGIcons/IconChevronDownFilled.js +1 -29
  425. package/components/SVGIcons/IconChevronLeft.d.ts +2 -2
  426. package/components/SVGIcons/IconChevronLeft.js +1 -29
  427. package/components/SVGIcons/IconChevronLeftFilled.d.ts +2 -2
  428. package/components/SVGIcons/IconChevronLeftFilled.js +1 -29
  429. package/components/SVGIcons/IconChevronRight.d.ts +2 -2
  430. package/components/SVGIcons/IconChevronRight.js +1 -29
  431. package/components/SVGIcons/IconChevronRightFilled.d.ts +2 -2
  432. package/components/SVGIcons/IconChevronRightFilled.js +1 -29
  433. package/components/SVGIcons/IconChevronUp.d.ts +2 -2
  434. package/components/SVGIcons/IconChevronUp.js +1 -29
  435. package/components/SVGIcons/IconChevronUpDown.d.ts +2 -2
  436. package/components/SVGIcons/IconChevronUpDown.js +1 -32
  437. package/components/SVGIcons/IconChevronUpDownFilled.d.ts +2 -2
  438. package/components/SVGIcons/IconChevronUpDownFilled.js +1 -32
  439. package/components/SVGIcons/IconChevronUpFilled.d.ts +2 -2
  440. package/components/SVGIcons/IconChevronUpFilled.js +1 -29
  441. package/components/SVGIcons/IconClipboardDay.d.ts +2 -2
  442. package/components/SVGIcons/IconClipboardDay.js +1 -29
  443. package/components/SVGIcons/IconClock.d.ts +2 -2
  444. package/components/SVGIcons/IconClock.js +1 -32
  445. package/components/SVGIcons/IconClockDismiss.d.ts +2 -2
  446. package/components/SVGIcons/IconClockDismiss.js +1 -29
  447. package/components/SVGIcons/IconClockDismissFilled.d.ts +2 -2
  448. package/components/SVGIcons/IconClockDismissFilled.js +1 -29
  449. package/components/SVGIcons/IconClockFilled.d.ts +2 -2
  450. package/components/SVGIcons/IconClockFilled.js +1 -32
  451. package/components/SVGIcons/IconComment.d.ts +2 -2
  452. package/components/SVGIcons/IconComment.js +1 -32
  453. package/components/SVGIcons/IconCommentFilled.d.ts +2 -2
  454. package/components/SVGIcons/IconCommentFilled.js +1 -32
  455. package/components/SVGIcons/IconContractCard.d.ts +2 -2
  456. package/components/SVGIcons/IconContractCard.js +1 -29
  457. package/components/SVGIcons/IconContractCardFilled.d.ts +2 -2
  458. package/components/SVGIcons/IconContractCardFilled.js +1 -29
  459. package/components/SVGIcons/IconCopy.d.ts +2 -2
  460. package/components/SVGIcons/IconCopy.js +1 -29
  461. package/components/SVGIcons/IconCopyFilled.d.ts +2 -2
  462. package/components/SVGIcons/IconCopyFilled.js +1 -29
  463. package/components/SVGIcons/IconCubeTree.d.ts +2 -2
  464. package/components/SVGIcons/IconCubeTree.js +1 -29
  465. package/components/SVGIcons/IconCubeTreeFilled.d.ts +2 -2
  466. package/components/SVGIcons/IconCubeTreeFilled.js +1 -32
  467. package/components/SVGIcons/IconDatabase.d.ts +2 -2
  468. package/components/SVGIcons/IconDatabase.js +1 -32
  469. package/components/SVGIcons/IconDatabaseFilled.d.ts +2 -2
  470. package/components/SVGIcons/IconDatabaseFilled.js +1 -32
  471. package/components/SVGIcons/IconDelete.d.ts +2 -2
  472. package/components/SVGIcons/IconDelete.js +1 -29
  473. package/components/SVGIcons/IconDeleteFilled.d.ts +2 -2
  474. package/components/SVGIcons/IconDeleteFilled.js +1 -29
  475. package/components/SVGIcons/IconDeviceMeetingRoom.d.ts +2 -2
  476. package/components/SVGIcons/IconDeviceMeetingRoom.js +1 -29
  477. package/components/SVGIcons/IconDeviceMeetingRoomFilled.d.ts +2 -2
  478. package/components/SVGIcons/IconDeviceMeetingRoomFilled.js +1 -29
  479. package/components/SVGIcons/IconDismiss.d.ts +2 -2
  480. package/components/SVGIcons/IconDismiss.js +1 -29
  481. package/components/SVGIcons/IconDismissCircle.d.ts +2 -2
  482. package/components/SVGIcons/IconDismissCircle.js +1 -32
  483. package/components/SVGIcons/IconDismissCircleFilled.d.ts +2 -2
  484. package/components/SVGIcons/IconDismissCircleFilled.js +1 -32
  485. package/components/SVGIcons/IconDismissFilled.d.ts +2 -2
  486. package/components/SVGIcons/IconDismissFilled.js +1 -29
  487. package/components/SVGIcons/IconDocument.d.ts +2 -2
  488. package/components/SVGIcons/IconDocument.js +1 -29
  489. package/components/SVGIcons/IconDocumentBulletList.d.ts +2 -2
  490. package/components/SVGIcons/IconDocumentBulletList.js +1 -32
  491. package/components/SVGIcons/IconDocumentBulletListFilled.d.ts +2 -2
  492. package/components/SVGIcons/IconDocumentBulletListFilled.js +1 -32
  493. package/components/SVGIcons/IconDocumentEdit.d.ts +2 -2
  494. package/components/SVGIcons/IconDocumentEdit.js +1 -29
  495. package/components/SVGIcons/IconDocumentEditFilled.d.ts +2 -2
  496. package/components/SVGIcons/IconDocumentEditFilled.js +1 -29
  497. package/components/SVGIcons/IconDocumentFilled.d.ts +2 -2
  498. package/components/SVGIcons/IconDocumentFilled.js +1 -29
  499. package/components/SVGIcons/IconDocumentPerson.d.ts +2 -2
  500. package/components/SVGIcons/IconDocumentPerson.js +1 -29
  501. package/components/SVGIcons/IconEdit.d.ts +2 -2
  502. package/components/SVGIcons/IconEdit.js +1 -29
  503. package/components/SVGIcons/IconEditFilled.d.ts +2 -2
  504. package/components/SVGIcons/IconEditFilled.js +1 -29
  505. package/components/SVGIcons/IconErrorCircle.d.ts +2 -2
  506. package/components/SVGIcons/IconErrorCircle.js +1 -29
  507. package/components/SVGIcons/IconErrorCircleFilled.d.ts +2 -2
  508. package/components/SVGIcons/IconErrorCircleFilled.js +1 -29
  509. package/components/SVGIcons/IconEur.d.ts +2 -2
  510. package/components/SVGIcons/IconEur.js +1 -29
  511. package/components/SVGIcons/IconEurFilled.d.ts +2 -2
  512. package/components/SVGIcons/IconEurFilled.js +1 -29
  513. package/components/SVGIcons/IconExpandUpLeft.d.ts +2 -2
  514. package/components/SVGIcons/IconExpandUpLeft.js +1 -32
  515. package/components/SVGIcons/IconExpandUpLeftFilled.d.ts +2 -2
  516. package/components/SVGIcons/IconExpandUpLeftFilled.js +1 -32
  517. package/components/SVGIcons/IconExpandUpRight.d.ts +2 -2
  518. package/components/SVGIcons/IconExpandUpRight.js +1 -32
  519. package/components/SVGIcons/IconExpandUpRightFilled.d.ts +2 -2
  520. package/components/SVGIcons/IconExpandUpRightFilled.js +1 -32
  521. package/components/SVGIcons/IconEyeOff.d.ts +2 -2
  522. package/components/SVGIcons/IconEyeOff.js +1 -32
  523. package/components/SVGIcons/IconEyeOffFilled.d.ts +2 -2
  524. package/components/SVGIcons/IconEyeOffFilled.js +1 -32
  525. package/components/SVGIcons/IconEyeOn.d.ts +2 -2
  526. package/components/SVGIcons/IconEyeOn.js +1 -32
  527. package/components/SVGIcons/IconEyeOnFilled.d.ts +2 -2
  528. package/components/SVGIcons/IconEyeOnFilled.js +1 -32
  529. package/components/SVGIcons/IconFacebook.d.ts +2 -2
  530. package/components/SVGIcons/IconFacebook.js +3 -39
  531. package/components/SVGIcons/IconFastAcceleration.d.ts +4 -0
  532. package/components/SVGIcons/IconFastAcceleration.js +1 -0
  533. package/components/SVGIcons/IconFastAccelerationFilled.d.ts +4 -0
  534. package/components/SVGIcons/IconFastAccelerationFilled.js +1 -0
  535. package/components/SVGIcons/IconFeed.d.ts +4 -0
  536. package/components/SVGIcons/IconFeed.js +1 -0
  537. package/components/SVGIcons/IconFeedFilled.d.ts +4 -0
  538. package/components/SVGIcons/IconFeedFilled.js +1 -0
  539. package/components/SVGIcons/IconFilter.d.ts +2 -2
  540. package/components/SVGIcons/IconFilter.js +1 -29
  541. package/components/SVGIcons/IconFilterFilled.d.ts +2 -2
  542. package/components/SVGIcons/IconFilterFilled.js +1 -29
  543. package/components/SVGIcons/IconFlag.d.ts +2 -2
  544. package/components/SVGIcons/IconFlag.js +1 -32
  545. package/components/SVGIcons/IconFlagFilled.d.ts +2 -2
  546. package/components/SVGIcons/IconFlagFilled.js +1 -32
  547. package/components/SVGIcons/IconFolderLink.d.ts +2 -2
  548. package/components/SVGIcons/IconFolderLink.js +1 -29
  549. package/components/SVGIcons/IconFolderLinkFilled.d.ts +2 -2
  550. package/components/SVGIcons/IconFolderLinkFilled.js +1 -29
  551. package/components/SVGIcons/IconFood.d.ts +2 -2
  552. package/components/SVGIcons/IconFood.js +1 -29
  553. package/components/SVGIcons/IconFoodFilled.d.ts +2 -2
  554. package/components/SVGIcons/IconFoodFilled.js +1 -29
  555. package/components/SVGIcons/IconGb.d.ts +2 -2
  556. package/components/SVGIcons/IconGb.js +11 -72
  557. package/components/SVGIcons/IconGlobe.d.ts +2 -2
  558. package/components/SVGIcons/IconGlobe.js +1 -29
  559. package/components/SVGIcons/IconGlobeFilled.d.ts +2 -2
  560. package/components/SVGIcons/IconGlobeFilled.js +1 -29
  561. package/components/SVGIcons/IconGoogle.d.ts +2 -2
  562. package/components/SVGIcons/IconGoogle.js +3 -41
  563. package/components/SVGIcons/IconHandOpenHeart.d.ts +2 -2
  564. package/components/SVGIcons/IconHandOpenHeart.js +1 -32
  565. package/components/SVGIcons/IconHandOpenHeartFilled.d.ts +2 -2
  566. package/components/SVGIcons/IconHandOpenHeartFilled.js +1 -32
  567. package/components/SVGIcons/IconHeart.d.ts +2 -2
  568. package/components/SVGIcons/IconHeart.js +1 -32
  569. package/components/SVGIcons/IconHeartFilled.d.ts +2 -2
  570. package/components/SVGIcons/IconHeartFilled.js +1 -32
  571. package/components/SVGIcons/IconHistory.d.ts +2 -2
  572. package/components/SVGIcons/IconHistory.js +1 -32
  573. package/components/SVGIcons/IconHistoryFilled.d.ts +2 -2
  574. package/components/SVGIcons/IconHistoryFilled.js +1 -32
  575. package/components/SVGIcons/IconHome.d.ts +2 -2
  576. package/components/SVGIcons/IconHome.js +1 -32
  577. package/components/SVGIcons/IconHomeFilled.d.ts +2 -2
  578. package/components/SVGIcons/IconHomeFilled.js +1 -32
  579. package/components/SVGIcons/IconImage.d.ts +2 -2
  580. package/components/SVGIcons/IconImage.js +1 -32
  581. package/components/SVGIcons/IconImageFilled.d.ts +2 -2
  582. package/components/SVGIcons/IconImageFilled.js +1 -32
  583. package/components/SVGIcons/IconInfo.d.ts +2 -2
  584. package/components/SVGIcons/IconInfo.js +1 -29
  585. package/components/SVGIcons/IconInfoFilled.d.ts +2 -2
  586. package/components/SVGIcons/IconInfoFilled.js +1 -29
  587. package/components/SVGIcons/IconInstagram.d.ts +2 -2
  588. package/components/SVGIcons/IconInstagram.js +4 -40
  589. package/components/SVGIcons/IconKeyReset.d.ts +2 -2
  590. package/components/SVGIcons/IconKeyReset.js +1 -32
  591. package/components/SVGIcons/IconKeyResetFilled.d.ts +2 -2
  592. package/components/SVGIcons/IconKeyResetFilled.js +1 -32
  593. package/components/SVGIcons/IconLibrary.d.ts +4 -0
  594. package/components/SVGIcons/IconLibrary.js +1 -0
  595. package/components/SVGIcons/IconLibraryFilled.d.ts +4 -0
  596. package/components/SVGIcons/IconLibraryFilled.js +1 -0
  597. package/components/SVGIcons/IconLink.d.ts +2 -2
  598. package/components/SVGIcons/IconLink.js +1 -32
  599. package/components/SVGIcons/IconLinkFilled.d.ts +2 -2
  600. package/components/SVGIcons/IconLinkFilled.js +1 -32
  601. package/components/SVGIcons/IconLinkedin.d.ts +2 -2
  602. package/components/SVGIcons/IconLinkedin.js +1 -32
  603. package/components/SVGIcons/IconList.d.ts +2 -2
  604. package/components/SVGIcons/IconList.js +1 -29
  605. package/components/SVGIcons/IconListFilled.d.ts +2 -2
  606. package/components/SVGIcons/IconListFilled.js +1 -32
  607. package/components/SVGIcons/IconLocation.d.ts +2 -2
  608. package/components/SVGIcons/IconLocation.js +1 -32
  609. package/components/SVGIcons/IconLocationFilled.d.ts +2 -2
  610. package/components/SVGIcons/IconLocationFilled.js +1 -32
  611. package/components/SVGIcons/IconLockClosed.d.ts +2 -2
  612. package/components/SVGIcons/IconLockClosed.js +1 -32
  613. package/components/SVGIcons/IconLockClosedFilled.d.ts +2 -2
  614. package/components/SVGIcons/IconLockClosedFilled.js +1 -32
  615. package/components/SVGIcons/IconLockOpen.d.ts +2 -2
  616. package/components/SVGIcons/IconLockOpen.js +1 -32
  617. package/components/SVGIcons/IconLockOpenFilled.d.ts +2 -2
  618. package/components/SVGIcons/IconLockOpenFilled.js +1 -32
  619. package/components/SVGIcons/IconMail.d.ts +2 -2
  620. package/components/SVGIcons/IconMail.js +1 -32
  621. package/components/SVGIcons/IconMailAdd.d.ts +2 -2
  622. package/components/SVGIcons/IconMailAdd.js +1 -32
  623. package/components/SVGIcons/IconMailAddFilled.d.ts +2 -2
  624. package/components/SVGIcons/IconMailAddFilled.js +1 -32
  625. package/components/SVGIcons/IconMailArrowForward.d.ts +2 -2
  626. package/components/SVGIcons/IconMailArrowForward.js +1 -32
  627. package/components/SVGIcons/IconMailArrowForwardFilled.d.ts +2 -2
  628. package/components/SVGIcons/IconMailArrowForwardFilled.js +1 -32
  629. package/components/SVGIcons/IconMailFilled.d.ts +2 -2
  630. package/components/SVGIcons/IconMailFilled.js +1 -32
  631. package/components/SVGIcons/IconMailLink.d.ts +2 -2
  632. package/components/SVGIcons/IconMailLink.js +1 -32
  633. package/components/SVGIcons/IconMailLinkFilled.d.ts +2 -2
  634. package/components/SVGIcons/IconMailLinkFilled.js +1 -32
  635. package/components/SVGIcons/IconMedium.d.ts +2 -2
  636. package/components/SVGIcons/IconMedium.js +1 -32
  637. package/components/SVGIcons/IconMoon.d.ts +4 -0
  638. package/components/SVGIcons/IconMoon.js +1 -0
  639. package/components/SVGIcons/IconMore.d.ts +2 -2
  640. package/components/SVGIcons/IconMore.js +1 -32
  641. package/components/SVGIcons/IconMoreFilled.d.ts +2 -2
  642. package/components/SVGIcons/IconMoreFilled.js +1 -32
  643. package/components/SVGIcons/IconMoreVertical.d.ts +2 -2
  644. package/components/SVGIcons/IconMoreVertical.js +1 -32
  645. package/components/SVGIcons/IconMoreVerticalFilled.d.ts +2 -2
  646. package/components/SVGIcons/IconMoreVerticalFilled.js +1 -32
  647. package/components/SVGIcons/IconNavigation.d.ts +2 -2
  648. package/components/SVGIcons/IconNavigation.js +1 -32
  649. package/components/SVGIcons/IconNavigationFilled.d.ts +2 -2
  650. package/components/SVGIcons/IconNavigationFilled.js +1 -32
  651. package/components/SVGIcons/IconNotebook.d.ts +2 -2
  652. package/components/SVGIcons/IconNotebook.js +1 -32
  653. package/components/SVGIcons/IconNotebookAdd.d.ts +2 -2
  654. package/components/SVGIcons/IconNotebookAdd.js +7 -48
  655. package/components/SVGIcons/IconNotebookAddFilled.d.ts +2 -2
  656. package/components/SVGIcons/IconNotebookAddFilled.js +6 -45
  657. package/components/SVGIcons/IconNotebookFilled.d.ts +2 -2
  658. package/components/SVGIcons/IconNotebookFilled.js +1 -32
  659. package/components/SVGIcons/IconOnlyEmployee.d.ts +2 -2
  660. package/components/SVGIcons/IconOnlyEmployee.js +1 -29
  661. package/components/SVGIcons/IconOpen.d.ts +2 -2
  662. package/components/SVGIcons/IconOpen.js +1 -32
  663. package/components/SVGIcons/IconOpenFilled.d.ts +2 -2
  664. package/components/SVGIcons/IconOpenFilled.js +1 -32
  665. package/components/SVGIcons/IconPatient.d.ts +2 -2
  666. package/components/SVGIcons/IconPatient.js +1 -29
  667. package/components/SVGIcons/IconPatientFilled.d.ts +2 -2
  668. package/components/SVGIcons/IconPatientFilled.js +1 -29
  669. package/components/SVGIcons/IconPeople.d.ts +2 -2
  670. package/components/SVGIcons/IconPeople.js +1 -29
  671. package/components/SVGIcons/IconPeopleAdd.d.ts +2 -2
  672. package/components/SVGIcons/IconPeopleAdd.js +1 -32
  673. package/components/SVGIcons/IconPeopleAddFilled.d.ts +2 -2
  674. package/components/SVGIcons/IconPeopleAddFilled.js +1 -32
  675. package/components/SVGIcons/IconPeopleFilled.d.ts +2 -2
  676. package/components/SVGIcons/IconPeopleFilled.js +1 -32
  677. package/components/SVGIcons/IconPeopleList.d.ts +4 -0
  678. package/components/SVGIcons/IconPeopleList.js +1 -0
  679. package/components/SVGIcons/IconPeopleListFilled.d.ts +4 -0
  680. package/components/SVGIcons/IconPeopleListFilled.js +1 -0
  681. package/components/SVGIcons/IconPeopleTeam.d.ts +4 -0
  682. package/components/SVGIcons/IconPeopleTeam.js +1 -0
  683. package/components/SVGIcons/IconPeopleTeamFilled.d.ts +4 -0
  684. package/components/SVGIcons/IconPeopleTeamFilled.js +1 -0
  685. package/components/SVGIcons/IconPercent.d.ts +2 -2
  686. package/components/SVGIcons/IconPercent.js +1 -34
  687. package/components/SVGIcons/IconPerson.d.ts +2 -2
  688. package/components/SVGIcons/IconPerson.js +1 -32
  689. package/components/SVGIcons/IconPersonAccount.d.ts +2 -2
  690. package/components/SVGIcons/IconPersonAccount.js +1 -29
  691. package/components/SVGIcons/IconPersonAccountFilled.d.ts +2 -2
  692. package/components/SVGIcons/IconPersonAccountFilled.js +1 -29
  693. package/components/SVGIcons/IconPersonAdd.d.ts +2 -2
  694. package/components/SVGIcons/IconPersonAdd.js +1 -32
  695. package/components/SVGIcons/IconPersonAddFilled.d.ts +2 -2
  696. package/components/SVGIcons/IconPersonAddFilled.js +1 -32
  697. package/components/SVGIcons/IconPersonArrowLeft.d.ts +2 -2
  698. package/components/SVGIcons/IconPersonArrowLeft.js +1 -29
  699. package/components/SVGIcons/IconPersonArrowLeftFilled.d.ts +2 -2
  700. package/components/SVGIcons/IconPersonArrowLeftFilled.js +1 -29
  701. package/components/SVGIcons/IconPersonArrowRight.d.ts +2 -2
  702. package/components/SVGIcons/IconPersonArrowRight.js +1 -29
  703. package/components/SVGIcons/IconPersonArrowRightFilled.d.ts +2 -2
  704. package/components/SVGIcons/IconPersonArrowRightFilled.js +1 -29
  705. package/components/SVGIcons/IconPersonBoard.d.ts +2 -2
  706. package/components/SVGIcons/IconPersonBoard.js +1 -29
  707. package/components/SVGIcons/IconPersonFilled.d.ts +2 -2
  708. package/components/SVGIcons/IconPersonFilled.js +1 -32
  709. package/components/SVGIcons/IconPersonMinus.d.ts +2 -2
  710. package/components/SVGIcons/IconPersonMinus.js +1 -29
  711. package/components/SVGIcons/IconPersonStar.d.ts +2 -2
  712. package/components/SVGIcons/IconPersonStar.js +1 -32
  713. package/components/SVGIcons/IconPersonStarFilled.d.ts +2 -2
  714. package/components/SVGIcons/IconPersonStarFilled.js +1 -32
  715. package/components/SVGIcons/IconPersonSubtract.d.ts +2 -2
  716. package/components/SVGIcons/IconPersonSubtract.js +1 -32
  717. package/components/SVGIcons/IconPersonSubtractFilled.d.ts +2 -2
  718. package/components/SVGIcons/IconPersonSubtractFilled.js +1 -32
  719. package/components/SVGIcons/IconPhone.d.ts +2 -2
  720. package/components/SVGIcons/IconPhone.js +1 -32
  721. package/components/SVGIcons/IconPhoneFilled.d.ts +2 -2
  722. package/components/SVGIcons/IconPhoneFilled.js +1 -32
  723. package/components/SVGIcons/IconPlugConnected.d.ts +2 -2
  724. package/components/SVGIcons/IconPlugConnected.js +1 -29
  725. package/components/SVGIcons/IconPos.d.ts +2 -2
  726. package/components/SVGIcons/IconPos.js +1 -34
  727. package/components/SVGIcons/IconPosFilled.d.ts +2 -2
  728. package/components/SVGIcons/IconPosFilled.js +1 -34
  729. package/components/SVGIcons/IconProhibited.d.ts +2 -2
  730. package/components/SVGIcons/IconProhibited.js +1 -32
  731. package/components/SVGIcons/IconProhibitedFilled.d.ts +2 -2
  732. package/components/SVGIcons/IconProhibitedFilled.js +1 -32
  733. package/components/SVGIcons/IconProjectProduct.d.ts +2 -2
  734. package/components/SVGIcons/IconProjectProduct.js +1 -29
  735. package/components/SVGIcons/IconQuestion.d.ts +2 -2
  736. package/components/SVGIcons/IconQuestion.js +1 -32
  737. package/components/SVGIcons/IconQuestionFilled.d.ts +2 -2
  738. package/components/SVGIcons/IconQuestionFilled.js +1 -32
  739. package/components/SVGIcons/IconRedo.d.ts +2 -2
  740. package/components/SVGIcons/IconRedo.js +1 -32
  741. package/components/SVGIcons/IconRedoFilled.d.ts +2 -2
  742. package/components/SVGIcons/IconRedoFilled.js +1 -32
  743. package/components/SVGIcons/IconRu.d.ts +2 -2
  744. package/components/SVGIcons/IconRu.js +6 -61
  745. package/components/SVGIcons/IconRub.d.ts +2 -2
  746. package/components/SVGIcons/IconRub.js +1 -29
  747. package/components/SVGIcons/IconRubFilled.d.ts +2 -2
  748. package/components/SVGIcons/IconRubFilled.js +1 -29
  749. package/components/SVGIcons/IconSave.d.ts +2 -2
  750. package/components/SVGIcons/IconSave.js +1 -32
  751. package/components/SVGIcons/IconSaveFilled.d.ts +2 -2
  752. package/components/SVGIcons/IconSaveFilled.js +1 -32
  753. package/components/SVGIcons/IconSavings.d.ts +2 -2
  754. package/components/SVGIcons/IconSavings.js +1 -32
  755. package/components/SVGIcons/IconSavingsFilled.d.ts +2 -2
  756. package/components/SVGIcons/IconSavingsFilled.js +1 -32
  757. package/components/SVGIcons/IconSearch.d.ts +2 -2
  758. package/components/SVGIcons/IconSearch.js +1 -32
  759. package/components/SVGIcons/IconSearchFilled.d.ts +2 -2
  760. package/components/SVGIcons/IconSearchFilled.js +1 -32
  761. package/components/SVGIcons/IconSelectAllOff.d.ts +2 -2
  762. package/components/SVGIcons/IconSelectAllOff.js +1 -32
  763. package/components/SVGIcons/IconSelectAllOffFilled.d.ts +2 -2
  764. package/components/SVGIcons/IconSelectAllOffFilled.js +1 -32
  765. package/components/SVGIcons/IconSelectAllOn.d.ts +2 -2
  766. package/components/SVGIcons/IconSelectAllOn.js +1 -32
  767. package/components/SVGIcons/IconSelectAllOnFilled.d.ts +2 -2
  768. package/components/SVGIcons/IconSelectAllOnFilled.js +1 -32
  769. package/components/SVGIcons/IconSend.d.ts +2 -2
  770. package/components/SVGIcons/IconSend.js +1 -32
  771. package/components/SVGIcons/IconSendFilled.d.ts +2 -2
  772. package/components/SVGIcons/IconSendFilled.js +1 -32
  773. package/components/SVGIcons/IconSettings.d.ts +2 -2
  774. package/components/SVGIcons/IconSettings.js +1 -29
  775. package/components/SVGIcons/IconSettingsFilled.d.ts +2 -2
  776. package/components/SVGIcons/IconSettingsFilled.js +1 -32
  777. package/components/SVGIcons/IconShare.d.ts +2 -2
  778. package/components/SVGIcons/IconShare.js +1 -32
  779. package/components/SVGIcons/IconShareAndroid.d.ts +2 -2
  780. package/components/SVGIcons/IconShareAndroid.js +1 -32
  781. package/components/SVGIcons/IconShareAndroidFilled.d.ts +2 -2
  782. package/components/SVGIcons/IconShareAndroidFilled.js +1 -32
  783. package/components/SVGIcons/IconShareFilled.d.ts +2 -2
  784. package/components/SVGIcons/IconShareFilled.js +1 -32
  785. package/components/SVGIcons/IconSignOut.d.ts +2 -2
  786. package/components/SVGIcons/IconSignOut.js +1 -32
  787. package/components/SVGIcons/IconSignOutFilled.d.ts +2 -2
  788. package/components/SVGIcons/IconSignOutFilled.js +1 -32
  789. package/components/SVGIcons/IconSpinner.d.ts +2 -2
  790. package/components/SVGIcons/IconSpinner.js +1 -32
  791. package/components/SVGIcons/IconSpinnerFilled.d.ts +2 -2
  792. package/components/SVGIcons/IconSpinnerFilled.js +1 -32
  793. package/components/SVGIcons/IconStatus.d.ts +2 -2
  794. package/components/SVGIcons/IconStatus.js +1 -32
  795. package/components/SVGIcons/IconStatusFilled.d.ts +2 -2
  796. package/components/SVGIcons/IconStatusFilled.js +1 -32
  797. package/components/SVGIcons/IconSubtract.d.ts +2 -2
  798. package/components/SVGIcons/IconSubtract.js +1 -32
  799. package/components/SVGIcons/IconSubtractCircle.d.ts +2 -2
  800. package/components/SVGIcons/IconSubtractCircle.js +1 -32
  801. package/components/SVGIcons/IconSubtractCircleFilled.d.ts +2 -2
  802. package/components/SVGIcons/IconSubtractCircleFilled.js +1 -32
  803. package/components/SVGIcons/IconSubtractFilled.d.ts +2 -2
  804. package/components/SVGIcons/IconSubtractFilled.js +1 -32
  805. package/components/SVGIcons/IconSun.d.ts +4 -0
  806. package/components/SVGIcons/IconSun.js +10 -0
  807. package/components/SVGIcons/IconTableCellEdit.d.ts +2 -2
  808. package/components/SVGIcons/IconTableCellEdit.js +3 -36
  809. package/components/SVGIcons/IconTableCellEditFilled.d.ts +2 -2
  810. package/components/SVGIcons/IconTableCellEditFilled.js +5 -42
  811. package/components/SVGIcons/IconTelegram.d.ts +2 -2
  812. package/components/SVGIcons/IconTelegram.js +3 -41
  813. package/components/SVGIcons/IconTimer.d.ts +2 -2
  814. package/components/SVGIcons/IconTimer.js +1 -32
  815. package/components/SVGIcons/IconTimerFilled.d.ts +2 -2
  816. package/components/SVGIcons/IconTimerFilled.js +1 -32
  817. package/components/SVGIcons/IconTrophy.d.ts +4 -0
  818. package/components/SVGIcons/IconTrophy.js +1 -0
  819. package/components/SVGIcons/IconTrophyFilled.d.ts +4 -0
  820. package/components/SVGIcons/IconTrophyFilled.js +1 -0
  821. package/components/SVGIcons/IconTwitter.d.ts +2 -2
  822. package/components/SVGIcons/IconTwitter.js +1 -32
  823. package/components/SVGIcons/IconUndo.d.ts +2 -2
  824. package/components/SVGIcons/IconUndo.js +1 -32
  825. package/components/SVGIcons/IconUndoFilled.d.ts +2 -2
  826. package/components/SVGIcons/IconUndoFilled.js +1 -32
  827. package/components/SVGIcons/IconUnitsEmployee.d.ts +2 -2
  828. package/components/SVGIcons/IconUnitsEmployee.js +1 -29
  829. package/components/SVGIcons/IconUpload.d.ts +2 -2
  830. package/components/SVGIcons/IconUpload.js +1 -29
  831. package/components/SVGIcons/IconUs.d.ts +4 -0
  832. package/components/SVGIcons/IconUs.js +11 -0
  833. package/components/SVGIcons/IconUsd.d.ts +2 -2
  834. package/components/SVGIcons/IconUsd.js +1 -29
  835. package/components/SVGIcons/IconUsdFilled.d.ts +2 -2
  836. package/components/SVGIcons/IconUsdFilled.js +1 -29
  837. package/components/SVGIcons/IconUserMinus.d.ts +2 -2
  838. package/components/SVGIcons/IconUserMinus.js +1 -32
  839. package/components/SVGIcons/IconVideo.d.ts +2 -2
  840. package/components/SVGIcons/IconVideo.js +1 -29
  841. package/components/SVGIcons/IconVideoFilled.d.ts +2 -2
  842. package/components/SVGIcons/IconVideoFilled.js +1 -29
  843. package/components/SVGIcons/IconWallet.d.ts +2 -2
  844. package/components/SVGIcons/IconWallet.js +1 -32
  845. package/components/SVGIcons/IconWalletFilled.d.ts +2 -2
  846. package/components/SVGIcons/IconWalletFilled.js +1 -32
  847. package/components/SVGIcons/IconWarning.d.ts +2 -2
  848. package/components/SVGIcons/IconWarning.js +1 -29
  849. package/components/SVGIcons/IconWarningFilled.d.ts +2 -2
  850. package/components/SVGIcons/IconWarningFilled.js +1 -29
  851. package/components/SVGIcons/IconYoutube.d.ts +2 -2
  852. package/components/SVGIcons/IconYoutube.js +1 -32
  853. package/components/Select/ButtonSelect/ButtonSelect.js +3 -198
  854. package/components/Select/FilterSelect/FilterDropdown.js +3 -96
  855. package/components/Select/FilterSelect/FilterGroupDropdown.js +4 -83
  856. package/components/Select/FilterSelect/FilterSelect.js +4 -202
  857. package/components/Select/MultiSelect/DesktopWrapper.js +1 -56
  858. package/components/Select/MultiSelect/MobileWrapper.js +2 -78
  859. package/components/Select/MultiSelect/MultiBase/MultiBase.js +5 -214
  860. package/components/Select/MultiSelect/MultiSelect.js +3 -246
  861. package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.js +7 -268
  862. package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.js +7 -253
  863. package/components/Select/MultiSelect/OptionsWrapper.js +1 -177
  864. package/components/Select/NestedSelect/NestedSelect.js +4 -200
  865. package/components/Select/ProfileDropdown/index.js +10 -83
  866. package/components/Select/Select/Select.js +1 -257
  867. package/components/Select/Select/SelectDesktop/index.js +2 -223
  868. package/components/Select/Select/SelectMobile/MobileTopContent.js +2 -91
  869. package/components/Select/Select/SelectMobile/index.js +5 -196
  870. package/components/Select/Select/helpers.js +1 -10
  871. package/components/Select/SharedComponents/Actions.js +3 -116
  872. package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.js +3 -44
  873. package/components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.js +3 -132
  874. package/components/Select/SharedComponents/ContentTop.d.ts +1 -0
  875. package/components/Select/SharedComponents/ContentTop.js +3 -179
  876. package/components/Select/SharedComponents/Footer.js +6 -99
  877. package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.js +3 -164
  878. package/components/Select/SharedComponents/Loading.js +2 -17
  879. package/components/Select/SharedComponents/index.js +1 -92
  880. package/components/Select/constants.js +1 -9
  881. package/components/Select/helper.d.ts +0 -0
  882. package/components/Select/helper.js +0 -0
  883. package/components/Select/index.js +1 -114
  884. package/components/Select/localization.js +1 -31
  885. package/components/Select/types.d.ts +9 -5
  886. package/components/Select/types.js +0 -1
  887. package/components/SideSheet/Footer/Footer.js +5 -101
  888. package/components/SideSheet/SideSheet.js +8 -211
  889. package/components/SideSheet/index.js +1 -56
  890. package/components/SideSheet/types.js +0 -1
  891. package/components/Snackbar/Snackbar.js +5 -126
  892. package/components/Snackbar/consts.d.ts +3 -4
  893. package/components/Snackbar/consts.js +1 -15
  894. package/components/Snackbar/index.js +1 -54
  895. package/components/Snackbar/types.js +0 -1
  896. package/components/Status/Status.js +4 -53
  897. package/components/Status/index.js +1 -8
  898. package/components/Status/types.d.ts +1 -1
  899. package/components/Status/types.js +0 -1
  900. package/components/Stepper/Stepper.js +2 -45
  901. package/components/Stepper/index.js +1 -3
  902. package/components/Stepper/types.js +0 -1
  903. package/components/Switcher/Switcher.js +5 -116
  904. package/components/Switcher/index.js +1 -55
  905. package/components/Switcher/types.d.ts +2 -0
  906. package/components/Switcher/types.js +0 -1
  907. package/components/Tab/Tab.js +2 -37
  908. package/components/Tab/TabItem.js +3 -54
  909. package/components/Tab/index.js +1 -11
  910. package/components/Tab/types.js +0 -1
  911. package/components/Table/Header.d.ts +2 -1
  912. package/components/Table/Header.js +4 -123
  913. package/components/Table/IndeterminateCheckbox.d.ts +1 -0
  914. package/components/Table/IndeterminateCheckbox.js +1 -78
  915. package/components/Table/Row.d.ts +2 -1
  916. package/components/Table/Row.js +3 -94
  917. package/components/Table/Table.d.ts +1 -1
  918. package/components/Table/Table.js +6 -163
  919. package/components/Table/index.js +1 -61
  920. package/components/Table/localization.d.ts +5 -0
  921. package/components/Table/localization.js +1 -0
  922. package/components/Table/types.d.ts +6 -0
  923. package/components/Table/types.js +0 -1
  924. package/components/Table/utils.js +3 -78
  925. package/components/TableV2/AdvancedPagination.d.ts +8 -0
  926. package/components/TableV2/AdvancedPagination.js +12 -0
  927. package/components/TableV2/ColumnHeader.d.ts +9 -0
  928. package/components/TableV2/ColumnHeader.js +6 -0
  929. package/components/TableV2/ColumnSettings.d.ts +9 -0
  930. package/components/TableV2/ColumnSettings.js +8 -0
  931. package/components/TableV2/IndeterminateCheckbox.d.ts +13 -0
  932. package/components/TableV2/IndeterminateCheckbox.js +2 -0
  933. package/components/TableV2/Table.d.ts +3 -0
  934. package/components/TableV2/Table.js +8 -0
  935. package/components/TableV2/constants/index.d.ts +6 -0
  936. package/components/TableV2/constants/index.js +1 -0
  937. package/components/TableV2/hooks/useTableColumnSettings.d.ts +2 -0
  938. package/components/TableV2/hooks/useTableColumnSettings.js +1 -0
  939. package/components/TableV2/hooks/useTableControl.d.ts +11 -0
  940. package/components/TableV2/hooks/useTableControl.js +1 -0
  941. package/components/TableV2/index.d.ts +3 -0
  942. package/components/TableV2/index.js +1 -0
  943. package/components/TableV2/loadTableSettings.d.ts +2 -0
  944. package/components/TableV2/loadTableSettings.js +1 -0
  945. package/components/TableV2/types.d.ts +70 -0
  946. package/components/TableV2/types.js +0 -0
  947. package/components/Text/Text.js +2 -36
  948. package/components/Text/index.js +1 -5
  949. package/components/Text/types.d.ts +1 -1
  950. package/components/Text/types.js +0 -1
  951. package/components/Textarea/Textarea.js +6 -144
  952. package/components/Textarea/index.js +1 -56
  953. package/components/Textarea/types.js +0 -1
  954. package/components/Tooltip/Tooltip.js +1 -103
  955. package/components/Tooltip/index.js +1 -18
  956. package/components/Tooltip/types.d.ts +0 -1
  957. package/components/Tooltip/types.js +1 -13
  958. package/components/UnderConstruction/UnderConstruction.d.ts +3 -0
  959. package/components/UnderConstruction/UnderConstruction.js +6 -0
  960. package/components/UnderConstruction/index.d.ts +1 -0
  961. package/components/UnderConstruction/index.js +1 -0
  962. package/components/UnderConstruction/localization.d.ts +4 -0
  963. package/components/UnderConstruction/localization.js +1 -0
  964. package/components/UnderConstruction/types.d.ts +12 -0
  965. package/components/UnderConstruction/types.js +0 -0
  966. package/consts/index.d.ts +11 -0
  967. package/consts/index.js +1 -67
  968. package/context/FormContextProvider.d.ts +3 -2
  969. package/context/FormContextProvider.js +1 -12
  970. package/context/index.js +1 -5
  971. package/context/types.d.ts +1 -0
  972. package/context/types.js +1 -12
  973. package/helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js +2 -15
  974. package/helperComponents/AnimatePresenceWrapper/index.js +1 -3
  975. package/helperComponents/CodeBlock/CodeBlock.js +2 -178
  976. package/helperComponents/CodeBlock/index.js +1 -3
  977. package/helperComponents/ErrorMessage/ErrorMessage.js +3 -27
  978. package/helperComponents/ErrorMessage/consts.d.ts +3 -0
  979. package/helperComponents/ErrorMessage/consts.js +1 -0
  980. package/helperComponents/ErrorMessage/index.js +1 -8
  981. package/helperComponents/ErrorMessage/types.js +0 -1
  982. package/helperComponents/GoToWebPage/GoToWebPage.js +1 -67
  983. package/helperComponents/IconDynamicComponent/IconDynamicComponent.d.ts +6 -8
  984. package/helperComponents/IconDynamicComponent/IconDynamicComponent.js +1 -26
  985. package/helperComponents/IconDynamicComponent/index.js +1 -3
  986. package/helperComponents/Label/Label.js +1 -29
  987. package/helperComponents/Label/index.js +1 -6
  988. package/helperComponents/Label/types.js +0 -1
  989. package/helperComponents/Loader/Loader.js +2 -15
  990. package/helperComponents/Loader/index.js +1 -2
  991. package/helperComponents/Loader/types.js +0 -1
  992. package/helperComponents/OptionItem/OptionItem.js +5 -150
  993. package/helperComponents/OptionItem/index.js +1 -64
  994. package/helperComponents/OptionItem/types.js +0 -1
  995. package/helpers/check-authorization.js +1 -114
  996. package/helpers/download-file.js +1 -10
  997. package/helpers/format-date.js +1 -46
  998. package/helpers/get-module-prefix.js +1 -6
  999. package/helpers/index.d.ts +1 -0
  1000. package/helpers/index.js +1 -59
  1001. package/helpers/isDeepEqual.js +1 -18
  1002. package/helpers/locale.js +1 -17
  1003. package/helpers/logout.d.ts +1 -0
  1004. package/helpers/logout.js +1 -0
  1005. package/helpers/storage.js +1 -20
  1006. package/hooks/index.js +1 -21
  1007. package/hooks/useAnimation.d.ts +12 -0
  1008. package/hooks/useAnimation.js +1 -0
  1009. package/hooks/useChangePositionsOnScroll.js +1 -34
  1010. package/hooks/useDispatchEventOnScroll.js +1 -14
  1011. package/hooks/useEscapeKey.d.ts +5 -0
  1012. package/hooks/useEscapeKey.js +1 -0
  1013. package/hooks/useFieldArray.js +1 -1
  1014. package/hooks/useFormContext.js +1 -10
  1015. package/hooks/useFormProps.js +1 -10
  1016. package/hooks/useGetElemPositions.js +1 -19
  1017. package/hooks/useGetElemSizes.js +1 -16
  1018. package/hooks/useGetHasBottomSpace.js +1 -26
  1019. package/hooks/useGetIsMobile.js +1 -49
  1020. package/hooks/useGetTooltipPosition.js +1 -85
  1021. package/hooks/useGetTooltipStyles.js +1 -89
  1022. package/hooks/useHideBodyScroll.js +1 -35
  1023. package/hooks/useHideOnScroll.d.ts +1 -1
  1024. package/hooks/useHideOnScroll.js +1 -26
  1025. package/hooks/useOnOutsideClick.js +1 -52
  1026. package/hooks/useScreenSize.js +1 -38
  1027. package/package.json +16 -8
  1028. package/type/file-upload.js +1 -8
  1029. package/type/index.d.ts +1 -0
  1030. package/type/index.js +1 -4
  1031. package/type/locale.js +1 -14
  1032. package/type/notification.js +1 -9
  1033. package/type/status-code.js +1 -9
  1034. package/type/svg-icons.js +0 -0
  1035. package/utils/helpers.d.ts +1 -0
  1036. package/utils/helpers.js +1 -89
  1037. package/Alert-V_kH4Snn.js +0 -751
  1038. package/assets/images/avatar.jpg +0 -0
  1039. package/assets/styles/styles.scss +0 -1
  1040. package/components/SVGIcons/index.d.ts +0 -300
  1041. package/components/SVGIcons/index.js +0 -303
  1042. package/components/SVGIcons/types.js +0 -1
  1043. package/helperComponents/IconDynamicComponent/constants.d.ts +0 -3
  1044. package/helperComponents/IconDynamicComponent/constants.js +0 -33
  1045. package/helperComponents/index.d.ts +0 -6
  1046. package/helperComponents/index.js +0 -65
  1047. package/index.d.ts +0 -46
  1048. package/index.js +0 -454
  1049. package/types.d.js +0 -1
  1050. /package/{components/SVGIcons/types.d.ts → type/svg-icons.d.ts} +0 -0
@@ -1,32 +1 @@
1
- import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import React from 'react';
3
- import classNames from 'classnames';
4
-
5
- var IconHandOpenHeartFilled = function IconHandOpenHeartFilled(_ref) {
6
- var size = _ref.size,
7
- type = _ref.type,
8
- _ref$className = _ref.className,
9
- className = _ref$className === void 0 ? '' : _ref$className,
10
- onClick = _ref.onClick,
11
- refHandler = _ref.refHandler,
12
- id = _ref.id,
13
- dataId = _ref.dataId;
14
- return /*#__PURE__*/React.createElement("svg", {
15
- xmlns: "http://www.w3.org/2000/svg",
16
- className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
17
- viewBox: "0 0 24 24",
18
- fill: "none",
19
- onClick: onClick,
20
- ref: refHandler,
21
- id: id,
22
- "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
23
- }, /*#__PURE__*/React.createElement("g", {
24
- id: "Size=24, Theme=Filled"
25
- }, /*#__PURE__*/React.createElement("path", {
26
- id: "Shape",
27
- d: "M16.0708 12.6185L12.0488 8.22032C12.0244 8.24581 11.9979 8.26988 11.9692 8.29226C11.6796 8.51827 11.267 8.49294 11.0072 8.23322L6.33621 3.56361C5.98468 3.21219 5.41484 3.21227 5.06341 3.56379C4.71199 3.91532 4.71208 4.48516 5.0636 4.83659L9.70108 9.47273C9.97108 9.74265 9.97122 10.1803 9.70139 10.4504C9.43139 10.7207 8.9934 10.7208 8.72327 10.4507L3.9363 5.6637C3.58483 5.31223 3.01498 5.31223 2.66351 5.6637C2.31203 6.01517 2.31203 6.58502 2.66351 6.93649L7.52688 11.7999C7.75522 12.0282 7.75531 12.3984 7.52708 12.6269C7.29868 12.8555 6.92817 12.8556 6.69967 12.6271L3.9363 9.8637C3.58483 9.51223 3.01498 9.51223 2.66351 9.8637C2.31203 10.2152 2.31203 10.785 2.66351 11.1365L7.24971 15.7227C7.06066 15.7576 6.8562 15.8025 6.64315 15.8606C5.70789 16.1155 4.5117 16.6493 3.79754 17.7884C3.4926 18.2748 3.57533 18.8098 3.86276 19.1863C4.13461 19.5425 4.58248 19.7601 5.06016 19.7566C7.64568 19.7378 10.7839 20.2146 13.2834 21.2404C14.7207 21.8303 16.509 21.751 17.7405 20.615L19.2413 19.2307C20.3306 18.2258 20.6928 16.6561 20.154 15.2756L19.0004 12.3201L18.7275 12.6185C18.0139 13.3989 16.7845 13.3989 16.0708 12.6185ZM11.6676 16.7359C11.371 16.8838 11.0108 16.7632 10.8629 16.4666C10.7151 16.1701 10.8357 15.8098 11.1322 15.662C11.8555 15.3014 12.8852 15.1394 13.8986 15.3084C14.9258 15.4796 15.9885 16.0014 16.6991 17.0672C16.8829 17.3429 16.8084 17.7154 16.5327 17.8993C16.257 18.0831 15.8845 18.0086 15.7007 17.7329C15.2113 16.9988 14.474 16.6209 13.7012 16.492C12.9146 16.3609 12.1443 16.4983 11.6676 16.7359ZM11.2054 3.50043C10.832 4.27198 10.7175 5.1327 10.8576 5.95726L8.6636 3.63659C8.31208 3.28516 8.31199 2.71532 8.66341 2.36379C9.01484 2.01227 9.58468 2.01219 9.93621 2.36361C10.2794 2.70674 10.7178 3.08944 11.2054 3.50043ZM17.3991 3.60349L16.6453 3.01241C15.4027 2.03811 13.6067 2.24934 12.624 3.48535C11.7454 4.5904 11.8 6.17003 12.7527 7.21184L16.9564 11.8087C17.1942 12.0688 17.604 12.0688 17.8419 11.8087L22.0459 7.2113C22.9983 6.16974 23.053 4.59059 22.1749 3.48563C21.1926 2.24948 19.3967 2.03788 18.154 3.01187L17.3991 3.60349Z",
28
- fill: "#222222"
29
- })));
30
- };
31
-
32
- export { IconHandOpenHeartFilled, IconHandOpenHeartFilled as default };
1
+ import{jsx as C}from"react/jsx-runtime";import r from"classnames";const t=({size:e,type:i,className:s="",onClick:a,refHandler:t,id:n,dataId:o})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:r("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:t,id:n,"data-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */C("path",{id:"Shape",d:"M16.0708 12.6185L12.0488 8.22032C12.0244 8.24581 11.9979 8.26988 11.9692 8.29226C11.6796 8.51827 11.267 8.49294 11.0072 8.23322L6.33621 3.56361C5.98468 3.21219 5.41484 3.21227 5.06341 3.56379C4.71199 3.91532 4.71208 4.48516 5.0636 4.83659L9.70108 9.47273C9.97108 9.74265 9.97122 10.1803 9.70139 10.4504C9.43139 10.7207 8.9934 10.7208 8.72327 10.4507L3.9363 5.6637C3.58483 5.31223 3.01498 5.31223 2.66351 5.6637C2.31203 6.01517 2.31203 6.58502 2.66351 6.93649L7.52688 11.7999C7.75522 12.0282 7.75531 12.3984 7.52708 12.6269C7.29868 12.8555 6.92817 12.8556 6.69967 12.6271L3.9363 9.8637C3.58483 9.51223 3.01498 9.51223 2.66351 9.8637C2.31203 10.2152 2.31203 10.785 2.66351 11.1365L7.24971 15.7227C7.06066 15.7576 6.8562 15.8025 6.64315 15.8606C5.70789 16.1155 4.5117 16.6493 3.79754 17.7884C3.4926 18.2748 3.57533 18.8098 3.86276 19.1863C4.13461 19.5425 4.58248 19.7601 5.06016 19.7566C7.64568 19.7378 10.7839 20.2146 13.2834 21.2404C14.7207 21.8303 16.509 21.751 17.7405 20.615L19.2413 19.2307C20.3306 18.2258 20.6928 16.6561 20.154 15.2756L19.0004 12.3201L18.7275 12.6185C18.0139 13.3989 16.7845 13.3989 16.0708 12.6185ZM11.6676 16.7359C11.371 16.8838 11.0108 16.7632 10.8629 16.4666C10.7151 16.1701 10.8357 15.8098 11.1322 15.662C11.8555 15.3014 12.8852 15.1394 13.8986 15.3084C14.9258 15.4796 15.9885 16.0014 16.6991 17.0672C16.8829 17.3429 16.8084 17.7154 16.5327 17.8993C16.257 18.0831 15.8845 18.0086 15.7007 17.7329C15.2113 16.9988 14.474 16.6209 13.7012 16.492C12.9146 16.3609 12.1443 16.4983 11.6676 16.7359ZM11.2054 3.50043C10.832 4.27198 10.7175 5.1327 10.8576 5.95726L8.6636 3.63659C8.31208 3.28516 8.31199 2.71532 8.66341 2.36379C9.01484 2.01227 9.58468 2.01219 9.93621 2.36361C10.2794 2.70674 10.7178 3.08944 11.2054 3.50043ZM17.3991 3.60349L16.6453 3.01241C15.4027 2.03811 13.6067 2.24934 12.624 3.48535C11.7454 4.5904 11.8 6.17003 12.7527 7.21184L16.9564 11.8087C17.1942 12.0688 17.604 12.0688 17.8419 11.8087L22.0459 7.2113C22.9983 6.16974 23.053 4.59059 22.1749 3.48563C21.1926 2.24948 19.3967 2.03788 18.154 3.01187L17.3991 3.60349Z"})})});export{t as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
3
- export declare const IconHeart: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconHeart: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconHeart;
@@ -1,32 +1 @@
1
- import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import React from 'react';
3
- import classNames from 'classnames';
4
-
5
- var IconHeart = function IconHeart(_ref) {
6
- var size = _ref.size,
7
- type = _ref.type,
8
- _ref$className = _ref.className,
9
- className = _ref$className === void 0 ? '' : _ref$className,
10
- onClick = _ref.onClick,
11
- refHandler = _ref.refHandler,
12
- id = _ref.id,
13
- dataId = _ref.dataId;
14
- return /*#__PURE__*/React.createElement("svg", {
15
- xmlns: "http://www.w3.org/2000/svg",
16
- className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
17
- viewBox: "0 0 24 24",
18
- fill: "none",
19
- onClick: onClick,
20
- ref: refHandler,
21
- id: id,
22
- "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
23
- }, /*#__PURE__*/React.createElement("g", {
24
- id: "Size=24, Theme=Regular"
25
- }, /*#__PURE__*/React.createElement("path", {
26
- id: "Shape",
27
- d: "M12.8199 5.57961L11.9992 6.40211L11.1759 5.57886C9.07688 3.4798 5.67361 3.4798 3.57455 5.57886C1.47548 7.67793 1.47548 11.0812 3.57455 13.1803L11.4699 21.0756C11.7628 21.3685 12.2377 21.3685 12.5306 21.0756L20.432 13.1788C22.5264 11.0728 22.53 7.67906 20.4306 5.57961C18.3277 3.47672 14.9228 3.47672 12.8199 5.57961ZM19.3684 12.1211L12.0002 19.4846L4.63521 12.1196C3.12192 10.6063 3.12192 8.15281 4.63521 6.63952C6.14849 5.12624 8.602 5.12624 10.1153 6.63952L11.4727 7.99697C11.7706 8.29483 12.2553 8.28903 12.5459 7.98412L13.8806 6.64027C15.3977 5.12317 17.8528 5.12316 19.3699 6.64027C20.8836 8.15391 20.881 10.6001 19.3684 12.1211Z",
28
- fill: "#222222"
29
- })));
30
- };
31
-
32
- export { IconHeart, IconHeart as default };
1
+ import{jsx as e}from"react/jsx-runtime";import g from"classnames";const l=({size:i,type:s,className:a="",onClick:l,refHandler:n,id:o,dataId:r})=>/* @__PURE__ */e("svg",{xmlns:"http://www.w3.org/2000/svg",className:g("svg-icon",{[`svg-icon__size-${i}`]:i,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:l,ref:n,id:o,"data-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */e("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */e("path",{id:"Shape",d:"M12.8199 5.57961L11.9992 6.40211L11.1759 5.57886C9.07688 3.4798 5.67361 3.4798 3.57455 5.57886C1.47548 7.67793 1.47548 11.0812 3.57455 13.1803L11.4699 21.0756C11.7628 21.3685 12.2377 21.3685 12.5306 21.0756L20.432 13.1788C22.5264 11.0728 22.53 7.67906 20.4306 5.57961C18.3277 3.47672 14.9228 3.47672 12.8199 5.57961ZM19.3684 12.1211L12.0002 19.4846L4.63521 12.1196C3.12192 10.6063 3.12192 8.15281 4.63521 6.63952C6.14849 5.12624 8.602 5.12624 10.1153 6.63952L11.4727 7.99697C11.7706 8.29483 12.2553 8.28903 12.5459 7.98412L13.8806 6.64027C15.3977 5.12317 17.8528 5.12316 19.3699 6.64027C20.8836 8.15391 20.881 10.6001 19.3684 12.1211Z"})})});export{l as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
3
- export declare const IconHeartFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconHeartFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconHeartFilled;
@@ -1,32 +1 @@
1
- import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import React from 'react';
3
- import classNames from 'classnames';
4
-
5
- var IconHeartFilled = function IconHeartFilled(_ref) {
6
- var size = _ref.size,
7
- type = _ref.type,
8
- _ref$className = _ref.className,
9
- className = _ref$className === void 0 ? '' : _ref$className,
10
- onClick = _ref.onClick,
11
- refHandler = _ref.refHandler,
12
- id = _ref.id,
13
- dataId = _ref.dataId;
14
- return /*#__PURE__*/React.createElement("svg", {
15
- xmlns: "http://www.w3.org/2000/svg",
16
- className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
17
- viewBox: "0 0 24 24",
18
- fill: "none",
19
- onClick: onClick,
20
- ref: refHandler,
21
- id: id,
22
- "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
23
- }, /*#__PURE__*/React.createElement("g", {
24
- id: "Size=24, Theme=Filled"
25
- }, /*#__PURE__*/React.createElement("path", {
26
- id: "Shape",
27
- d: "M12.8199 5.57961L11.9992 6.40211L11.1759 5.57886C9.07688 3.4798 5.67361 3.4798 3.57455 5.57886C1.47548 7.67793 1.47548 11.0812 3.57455 13.1803L11.4699 21.0756C11.7628 21.3685 12.2377 21.3685 12.5306 21.0756L20.432 13.1788C22.5264 11.0728 22.53 7.67906 20.4306 5.57961C18.3277 3.47672 14.9228 3.47672 12.8199 5.57961Z",
28
- fill: "#222222"
29
- })));
30
- };
31
-
32
- export { IconHeartFilled, IconHeartFilled as default };
1
+ import{jsx as i}from"react/jsx-runtime";import t from"classnames";const a=({size:e,type:s,className:a="",onClick:n,refHandler:o,id:d,dataId:l})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:t("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:o,id:d,"data-id":l?`${l}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M12.8199 5.57961L11.9992 6.40211L11.1759 5.57886C9.07688 3.4798 5.67361 3.4798 3.57455 5.57886C1.47548 7.67793 1.47548 11.0812 3.57455 13.1803L11.4699 21.0756C11.7628 21.3685 12.2377 21.3685 12.5306 21.0756L20.432 13.1788C22.5264 11.0728 22.53 7.67906 20.4306 5.57961C18.3277 3.47672 14.9228 3.47672 12.8199 5.57961Z"})})});export{a as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
3
- export declare const IconHistory: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconHistory: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconHistory;
@@ -1,32 +1 @@
1
- import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import React from 'react';
3
- import classNames from 'classnames';
4
-
5
- var IconHistory = function IconHistory(_ref) {
6
- var size = _ref.size,
7
- type = _ref.type,
8
- _ref$className = _ref.className,
9
- className = _ref$className === void 0 ? '' : _ref$className,
10
- onClick = _ref.onClick,
11
- refHandler = _ref.refHandler,
12
- id = _ref.id,
13
- dataId = _ref.dataId;
14
- return /*#__PURE__*/React.createElement("svg", {
15
- xmlns: "http://www.w3.org/2000/svg",
16
- className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
17
- viewBox: "0 0 24 24",
18
- fill: "none",
19
- onClick: onClick,
20
- ref: refHandler,
21
- id: id,
22
- "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
23
- }, /*#__PURE__*/React.createElement("g", {
24
- id: "Size=24, Theme=Regular"
25
- }, /*#__PURE__*/React.createElement("path", {
26
- id: "Shape",
27
- d: "M19.5 12C19.5 7.85786 16.1421 4.5 12 4.5C10.0309 4.5 8.23907 5.25883 6.90093 6.5H8.25C8.66421 6.5 9 6.83579 9 7.25C9 7.66421 8.66421 8 8.25 8H5.25C4.83579 8 4.5 7.66421 4.5 7.25V4.25C4.5 3.83579 4.83579 3.5 5.25 3.5C5.66421 3.5 6 3.83579 6 4.25V5.29168C7.59227 3.86656 9.69494 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 11.5317 3.03576 11.0718 3.10471 10.6228C3.161 10.2562 3.48623 10 3.85708 10C4.31609 10 4.64845 10.4382 4.58123 10.8923C4.52772 11.2538 4.5 11.6236 4.5 12C4.5 16.1421 7.85786 19.5 12 19.5C16.1421 19.5 19.5 16.1421 19.5 12ZM12.5 7.75C12.5 7.33579 12.1642 7 11.75 7C11.3358 7 11 7.33579 11 7.75V12.25C11 12.6642 11.3358 13 11.75 13H14.25C14.6642 13 15 12.6642 15 12.25C15 11.8358 14.6642 11.5 14.25 11.5H12.5V7.75Z",
28
- fill: "#222222"
29
- })));
30
- };
31
-
32
- export { IconHistory, IconHistory as default };
1
+ import{jsx as C}from"react/jsx-runtime";import g from"classnames";const a=({size:e,type:i,className:s="",onClick:a,refHandler:n,id:o,dataId:r})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:g("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:o,"data-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */C("path",{id:"Shape",d:"M19.5 12C19.5 7.85786 16.1421 4.5 12 4.5C10.0309 4.5 8.23907 5.25883 6.90093 6.5H8.25C8.66421 6.5 9 6.83579 9 7.25C9 7.66421 8.66421 8 8.25 8H5.25C4.83579 8 4.5 7.66421 4.5 7.25V4.25C4.5 3.83579 4.83579 3.5 5.25 3.5C5.66421 3.5 6 3.83579 6 4.25V5.29168C7.59227 3.86656 9.69494 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 11.5317 3.03576 11.0718 3.10471 10.6228C3.161 10.2562 3.48623 10 3.85708 10C4.31609 10 4.64845 10.4382 4.58123 10.8923C4.52772 11.2538 4.5 11.6236 4.5 12C4.5 16.1421 7.85786 19.5 12 19.5C16.1421 19.5 19.5 16.1421 19.5 12ZM12.5 7.75C12.5 7.33579 12.1642 7 11.75 7C11.3358 7 11 7.33579 11 7.75V12.25C11 12.6642 11.3358 13 11.75 13H14.25C14.6642 13 15 12.6642 15 12.25C15 11.8358 14.6642 11.5 14.25 11.5H12.5V7.75Z"})})});export{a as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
3
- export declare const IconHistoryFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconHistoryFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconHistoryFilled;
@@ -1,32 +1 @@
1
- import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import React from 'react';
3
- import classNames from 'classnames';
4
-
5
- var IconHistoryFilled = function IconHistoryFilled(_ref) {
6
- var size = _ref.size,
7
- type = _ref.type,
8
- _ref$className = _ref.className,
9
- className = _ref$className === void 0 ? '' : _ref$className,
10
- onClick = _ref.onClick,
11
- refHandler = _ref.refHandler,
12
- id = _ref.id,
13
- dataId = _ref.dataId;
14
- return /*#__PURE__*/React.createElement("svg", {
15
- xmlns: "http://www.w3.org/2000/svg",
16
- className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
17
- viewBox: "0 0 24 24",
18
- fill: "none",
19
- onClick: onClick,
20
- ref: refHandler,
21
- id: id,
22
- "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
23
- }, /*#__PURE__*/React.createElement("g", {
24
- id: "Size=24, Theme=Filled"
25
- }, /*#__PURE__*/React.createElement("path", {
26
- id: "Shape",
27
- d: "M19.25 12C19.25 7.99594 16.0041 4.75 12 4.75C10.3379 4.75 8.80642 5.30932 7.58352 6.25H8.25C8.80228 6.25 9.25 6.69772 9.25 7.25C9.25 7.80228 8.80228 8.25 8.25 8.25H5.25C4.69772 8.25 4.25 7.80228 4.25 7.25V7H4.21647L4.25 6.94829V4.25C4.25 3.69772 4.69772 3.25 5.25 3.25C5.80228 3.25 6.25 3.69772 6.25 4.25V4.75385C7.82875 3.49939 9.82686 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 11.6174 2.77322 11.2403 2.81834 10.8699C2.88069 10.3581 3.33398 10 3.8496 10C4.44068 10 4.86674 10.5685 4.79864 11.1556C4.76652 11.4326 4.75 11.7144 4.75 12C4.75 16.0041 7.99594 19.25 12 19.25C16.0041 19.25 19.25 16.0041 19.25 12ZM13 8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V13C11 13.5523 11.4477 14 12 14H15C15.5523 14 16 13.5523 16 13C16 12.4477 15.5523 12 15 12H13V8Z",
28
- fill: "#222222"
29
- })));
30
- };
31
-
32
- export { IconHistoryFilled, IconHistoryFilled as default };
1
+ import{jsx as C}from"react/jsx-runtime";import c from"classnames";const g=({size:e,type:i,className:s="",onClick:a,refHandler:n,id:o,dataId:d})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:o,"data-id":d?`${d}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */C("path",{id:"Shape",d:"M19.25 12C19.25 7.99594 16.0041 4.75 12 4.75C10.3379 4.75 8.80642 5.30932 7.58352 6.25H8.25C8.80228 6.25 9.25 6.69772 9.25 7.25C9.25 7.80228 8.80228 8.25 8.25 8.25H5.25C4.69772 8.25 4.25 7.80228 4.25 7.25V7H4.21647L4.25 6.94829V4.25C4.25 3.69772 4.69772 3.25 5.25 3.25C5.80228 3.25 6.25 3.69772 6.25 4.25V4.75385C7.82875 3.49939 9.82686 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 11.6174 2.77322 11.2403 2.81834 10.8699C2.88069 10.3581 3.33398 10 3.8496 10C4.44068 10 4.86674 10.5685 4.79864 11.1556C4.76652 11.4326 4.75 11.7144 4.75 12C4.75 16.0041 7.99594 19.25 12 19.25C16.0041 19.25 19.25 16.0041 19.25 12ZM13 8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V13C11 13.5523 11.4477 14 12 14H15C15.5523 14 16 13.5523 16 13C16 12.4477 15.5523 12 15 12H13V8Z"})})});export{g as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
3
- export declare const IconHome: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconHome: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconHome;
@@ -1,32 +1 @@
1
- import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import React from 'react';
3
- import classNames from 'classnames';
4
-
5
- var IconHome = function IconHome(_ref) {
6
- var size = _ref.size,
7
- type = _ref.type,
8
- _ref$className = _ref.className,
9
- className = _ref$className === void 0 ? '' : _ref$className,
10
- onClick = _ref.onClick,
11
- refHandler = _ref.refHandler,
12
- id = _ref.id,
13
- dataId = _ref.dataId;
14
- return /*#__PURE__*/React.createElement("svg", {
15
- xmlns: "http://www.w3.org/2000/svg",
16
- className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
17
- viewBox: "0 0 24 24",
18
- fill: "none",
19
- onClick: onClick,
20
- ref: refHandler,
21
- id: id,
22
- "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
23
- }, /*#__PURE__*/React.createElement("g", {
24
- id: "Size=24, Theme=Regular"
25
- }, /*#__PURE__*/React.createElement("path", {
26
- id: "Shape",
27
- d: "M10.5495 2.53189C11.3874 1.82531 12.6126 1.82531 13.4505 2.5319L20.2005 8.224C20.7074 8.65152 21 9.2809 21 9.94406V19.7468C21 20.7133 20.2165 21.4968 19.25 21.4968H15.75C14.7835 21.4968 14 20.7133 14 19.7468V14.2468C14 14.1088 13.8881 13.9968 13.75 13.9968H10.25C10.1119 13.9968 9.99999 14.1088 9.99999 14.2468V19.7468C9.99999 20.7133 9.2165 21.4968 8.25 21.4968H4.75C3.7835 21.4968 3 20.7133 3 19.7468V9.94406C3 9.2809 3.29255 8.65152 3.79952 8.224L10.5495 2.53189ZM12.4835 3.6786C12.2042 3.44307 11.7958 3.44307 11.5165 3.6786L4.76651 9.37071C4.59752 9.51321 4.5 9.72301 4.5 9.94406V19.7468C4.5 19.8849 4.61193 19.9968 4.75 19.9968H8.25C8.38807 19.9968 8.49999 19.8849 8.49999 19.7468V14.2468C8.49999 13.2803 9.2835 12.4968 10.25 12.4968H13.75C14.7165 12.4968 15.5 13.2803 15.5 14.2468V19.7468C15.5 19.8849 15.6119 19.9968 15.75 19.9968H19.25C19.3881 19.9968 19.5 19.8849 19.5 19.7468V9.94406C19.5 9.72301 19.4025 9.51321 19.2335 9.37071L12.4835 3.6786Z",
28
- fill: "#222222"
29
- })));
30
- };
31
-
32
- export { IconHome, IconHome as default };
1
+ import{jsx as C}from"react/jsx-runtime";import g from"classnames";const t=({size:e,type:i,className:s="",onClick:a,refHandler:t,id:n,dataId:o})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:g("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:t,id:n,"data-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */C("path",{id:"Shape",d:"M10.5495 2.53189C11.3874 1.82531 12.6126 1.82531 13.4505 2.5319L20.2005 8.224C20.7074 8.65152 21 9.2809 21 9.94406V19.7468C21 20.7133 20.2165 21.4968 19.25 21.4968H15.75C14.7835 21.4968 14 20.7133 14 19.7468V14.2468C14 14.1088 13.8881 13.9968 13.75 13.9968H10.25C10.1119 13.9968 9.99999 14.1088 9.99999 14.2468V19.7468C9.99999 20.7133 9.2165 21.4968 8.25 21.4968H4.75C3.7835 21.4968 3 20.7133 3 19.7468V9.94406C3 9.2809 3.29255 8.65152 3.79952 8.224L10.5495 2.53189ZM12.4835 3.6786C12.2042 3.44307 11.7958 3.44307 11.5165 3.6786L4.76651 9.37071C4.59752 9.51321 4.5 9.72301 4.5 9.94406V19.7468C4.5 19.8849 4.61193 19.9968 4.75 19.9968H8.25C8.38807 19.9968 8.49999 19.8849 8.49999 19.7468V14.2468C8.49999 13.2803 9.2835 12.4968 10.25 12.4968H13.75C14.7165 12.4968 15.5 13.2803 15.5 14.2468V19.7468C15.5 19.8849 15.6119 19.9968 15.75 19.9968H19.25C19.3881 19.9968 19.5 19.8849 19.5 19.7468V9.94406C19.5 9.72301 19.4025 9.51321 19.2335 9.37071L12.4835 3.6786Z"})})});export{t as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
3
- export declare const IconHomeFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconHomeFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconHomeFilled;
@@ -1,32 +1 @@
1
- import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import React from 'react';
3
- import classNames from 'classnames';
4
-
5
- var IconHomeFilled = function IconHomeFilled(_ref) {
6
- var size = _ref.size,
7
- type = _ref.type,
8
- _ref$className = _ref.className,
9
- className = _ref$className === void 0 ? '' : _ref$className,
10
- onClick = _ref.onClick,
11
- refHandler = _ref.refHandler,
12
- id = _ref.id,
13
- dataId = _ref.dataId;
14
- return /*#__PURE__*/React.createElement("svg", {
15
- xmlns: "http://www.w3.org/2000/svg",
16
- className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
17
- viewBox: "0 0 24 24",
18
- fill: "none",
19
- onClick: onClick,
20
- ref: refHandler,
21
- id: id,
22
- "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
23
- }, /*#__PURE__*/React.createElement("g", {
24
- id: "Size=24, Theme=Filled"
25
- }, /*#__PURE__*/React.createElement("path", {
26
- id: "Shape",
27
- d: "M10.5492 2.53318C11.3872 1.82618 12.6128 1.82618 13.4508 2.53318L20.2008 8.22772C20.7076 8.65523 21 9.28447 21 9.94747V19.7504C21 20.7169 20.2165 21.5004 19.25 21.5004H16.25C15.2835 21.5004 14.5 20.7169 14.5 19.7504V14.7504C14.5 14.3362 14.1642 14.0004 13.75 14.0004H10.25C9.83579 14.0004 9.5 14.3362 9.5 14.7504V19.7504C9.5 20.7169 8.7165 21.5004 7.75 21.5004H4.75C3.7835 21.5004 3 20.7169 3 19.7504V9.94747C3 9.28447 3.29241 8.65523 3.79916 8.22772L10.5492 2.53318Z",
28
- fill: "#222222"
29
- })));
30
- };
31
-
32
- export { IconHomeFilled, IconHomeFilled as default };
1
+ import{jsx as i}from"react/jsx-runtime";import C from"classnames";const m=({size:e,type:s,className:a="",onClick:n,refHandler:o,id:d,dataId:l})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:C("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:o,id:d,"data-id":l?`${l}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M10.5492 2.53318C11.3872 1.82618 12.6128 1.82618 13.4508 2.53318L20.2008 8.22772C20.7076 8.65523 21 9.28447 21 9.94747V19.7504C21 20.7169 20.2165 21.5004 19.25 21.5004H16.25C15.2835 21.5004 14.5 20.7169 14.5 19.7504V14.7504C14.5 14.3362 14.1642 14.0004 13.75 14.0004H10.25C9.83579 14.0004 9.5 14.3362 9.5 14.7504V19.7504C9.5 20.7169 8.7165 21.5004 7.75 21.5004H4.75C3.7835 21.5004 3 20.7169 3 19.7504V9.94747C3 9.28447 3.29241 8.65523 3.79916 8.22772L10.5492 2.53318Z"})})});export{m as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
3
- export declare const IconImage: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconImage: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconImage;
@@ -1,32 +1 @@
1
- import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import React from 'react';
3
- import classNames from 'classnames';
4
-
5
- var IconImage = function IconImage(_ref) {
6
- var size = _ref.size,
7
- type = _ref.type,
8
- _ref$className = _ref.className,
9
- className = _ref$className === void 0 ? '' : _ref$className,
10
- onClick = _ref.onClick,
11
- refHandler = _ref.refHandler,
12
- id = _ref.id,
13
- dataId = _ref.dataId;
14
- return /*#__PURE__*/React.createElement("svg", {
15
- xmlns: "http://www.w3.org/2000/svg",
16
- className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
17
- viewBox: "0 0 24 24",
18
- fill: "none",
19
- onClick: onClick,
20
- ref: refHandler,
21
- id: id,
22
- "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
23
- }, /*#__PURE__*/React.createElement("g", {
24
- id: "Size=24, Theme=Regular"
25
- }, /*#__PURE__*/React.createElement("path", {
26
- id: "Shape",
27
- d: "M17.75 3C19.5449 3 21 4.45507 21 6.25V17.75C21 19.5449 19.5449 21 17.75 21H6.25C4.45507 21 3 19.5449 3 17.75V6.25C3 4.45507 4.45507 3 6.25 3H17.75ZM18.3305 19.4014L12.5247 13.7148C12.2596 13.4553 11.8501 13.4316 11.5588 13.644L11.4752 13.7148L5.66845 19.4011C5.8504 19.4651 6.04613 19.5 6.25 19.5H17.75C17.9535 19.5 18.1489 19.4653 18.3305 19.4014L12.5247 13.7148L18.3305 19.4014ZM17.75 4.5H6.25C5.2835 4.5 4.5 5.2835 4.5 6.25V17.75C4.5 17.9584 4.53643 18.1583 4.60326 18.3437L10.4258 12.643C11.2589 11.8273 12.5675 11.7885 13.4458 12.5266L13.5742 12.6431L19.3964 18.3447C19.4634 18.159 19.5 17.9588 19.5 17.75V6.25C19.5 5.2835 18.7165 4.5 17.75 4.5ZM15.2521 6.5C16.4959 6.5 17.5042 7.50831 17.5042 8.75212C17.5042 9.99592 16.4959 11.0042 15.2521 11.0042C14.0083 11.0042 13 9.99592 13 8.75212C13 7.50831 14.0083 6.5 15.2521 6.5ZM15.2521 8C14.8367 8 14.5 8.33673 14.5 8.75212C14.5 9.1675 14.8367 9.50423 15.2521 9.50423C15.6675 9.50423 16.0042 9.1675 16.0042 8.75212C16.0042 8.33673 15.6675 8 15.2521 8Z",
28
- fill: "#222222"
29
- })));
30
- };
31
-
32
- export { IconImage, IconImage as default };
1
+ import{jsx as C}from"react/jsx-runtime";import c from"classnames";const m=({size:e,type:i,className:s="",onClick:a,refHandler:n,id:o,dataId:r})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:o,"data-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */C("path",{id:"Shape",d:"M17.75 3C19.5449 3 21 4.45507 21 6.25V17.75C21 19.5449 19.5449 21 17.75 21H6.25C4.45507 21 3 19.5449 3 17.75V6.25C3 4.45507 4.45507 3 6.25 3H17.75ZM18.3305 19.4014L12.5247 13.7148C12.2596 13.4553 11.8501 13.4316 11.5588 13.644L11.4752 13.7148L5.66845 19.4011C5.8504 19.4651 6.04613 19.5 6.25 19.5H17.75C17.9535 19.5 18.1489 19.4653 18.3305 19.4014L12.5247 13.7148L18.3305 19.4014ZM17.75 4.5H6.25C5.2835 4.5 4.5 5.2835 4.5 6.25V17.75C4.5 17.9584 4.53643 18.1583 4.60326 18.3437L10.4258 12.643C11.2589 11.8273 12.5675 11.7885 13.4458 12.5266L13.5742 12.6431L19.3964 18.3447C19.4634 18.159 19.5 17.9588 19.5 17.75V6.25C19.5 5.2835 18.7165 4.5 17.75 4.5ZM15.2521 6.5C16.4959 6.5 17.5042 7.50831 17.5042 8.75212C17.5042 9.99592 16.4959 11.0042 15.2521 11.0042C14.0083 11.0042 13 9.99592 13 8.75212C13 7.50831 14.0083 6.5 15.2521 6.5ZM15.2521 8C14.8367 8 14.5 8.33673 14.5 8.75212C14.5 9.1675 14.8367 9.50423 15.2521 9.50423C15.6675 9.50423 16.0042 9.1675 16.0042 8.75212C16.0042 8.33673 15.6675 8 15.2521 8Z"})})});export{m as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
3
- export declare const IconImageFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconImageFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconImageFilled;
@@ -1,32 +1 @@
1
- import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import React from 'react';
3
- import classNames from 'classnames';
4
-
5
- var IconImageFilled = function IconImageFilled(_ref) {
6
- var size = _ref.size,
7
- type = _ref.type,
8
- _ref$className = _ref.className,
9
- className = _ref$className === void 0 ? '' : _ref$className,
10
- onClick = _ref.onClick,
11
- refHandler = _ref.refHandler,
12
- id = _ref.id,
13
- dataId = _ref.dataId;
14
- return /*#__PURE__*/React.createElement("svg", {
15
- xmlns: "http://www.w3.org/2000/svg",
16
- className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
17
- viewBox: "0 0 24 24",
18
- fill: "none",
19
- onClick: onClick,
20
- ref: refHandler,
21
- id: id,
22
- "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
23
- }, /*#__PURE__*/React.createElement("g", {
24
- id: "Size=24, Theme=Filled"
25
- }, /*#__PURE__*/React.createElement("path", {
26
- id: "Shape",
27
- d: "M11.5582 13.6469L11.4746 13.7179L4.54692 20.5186C5.04216 20.8239 5.62551 21 6.25 21H17.75C18.3745 21 18.9578 20.8239 19.4531 20.5186L12.5254 13.7179L12.432 13.6399C12.1705 13.4552 11.8174 13.4576 11.5582 13.6469ZM21 6.25C21 4.45507 19.5449 3 17.75 3H6.25C4.45507 3 3 4.45507 3 6.25V17.75C3 18.3771 3.17758 18.9626 3.4852 19.4592L10.4238 12.6475L10.5592 12.5248C11.3941 11.8273 12.615 11.8293 13.4477 12.5306L13.5762 12.6475L20.5148 19.4592C20.8224 18.9626 21 18.3771 21 17.75V6.25ZM15.25 10.75C14.1454 10.75 13.25 9.85457 13.25 8.75C13.25 7.64543 14.1454 6.75 15.25 6.75C16.3546 6.75 17.25 7.64543 17.25 8.75C17.25 9.85457 16.3546 10.75 15.25 10.75Z",
28
- fill: "#222222"
29
- })));
30
- };
31
-
32
- export { IconImageFilled, IconImageFilled as default };
1
+ import{jsx as i}from"react/jsx-runtime";import g from"classnames";const m=({size:e,type:s,className:a="",onClick:n,refHandler:o,id:d,dataId:l})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:g("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:o,id:d,"data-id":l?`${l}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M11.5582 13.6469L11.4746 13.7179L4.54692 20.5186C5.04216 20.8239 5.62551 21 6.25 21H17.75C18.3745 21 18.9578 20.8239 19.4531 20.5186L12.5254 13.7179L12.432 13.6399C12.1705 13.4552 11.8174 13.4576 11.5582 13.6469ZM21 6.25C21 4.45507 19.5449 3 17.75 3H6.25C4.45507 3 3 4.45507 3 6.25V17.75C3 18.3771 3.17758 18.9626 3.4852 19.4592L10.4238 12.6475L10.5592 12.5248C11.3941 11.8273 12.615 11.8293 13.4477 12.5306L13.5762 12.6475L20.5148 19.4592C20.8224 18.9626 21 18.3771 21 17.75V6.25ZM15.25 10.75C14.1454 10.75 13.25 9.85457 13.25 8.75C13.25 7.64543 14.1454 6.75 15.25 6.75C16.3546 6.75 17.25 7.64543 17.25 8.75C17.25 9.85457 16.3546 10.75 15.25 10.75Z"})})});export{m as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
3
- export declare const IconInfo: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconInfo: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconInfo;
@@ -1,29 +1 @@
1
- import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import React from 'react';
3
- import classNames from 'classnames';
4
-
5
- var IconInfo = function IconInfo(_ref) {
6
- var size = _ref.size,
7
- type = _ref.type,
8
- _ref$className = _ref.className,
9
- className = _ref$className === void 0 ? '' : _ref$className,
10
- onClick = _ref.onClick,
11
- refHandler = _ref.refHandler,
12
- id = _ref.id,
13
- dataId = _ref.dataId;
14
- return /*#__PURE__*/React.createElement("svg", {
15
- xmlns: "http://www.w3.org/2000/svg",
16
- className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
17
- viewBox: "0 0 24 24",
18
- fill: "none",
19
- onClick: onClick,
20
- ref: refHandler,
21
- id: id,
22
- "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
23
- }, /*#__PURE__*/React.createElement("path", {
24
- d: "M12.0001 1.99902C17.5238 1.99902 22.0016 6.47687 22.0016 12.0006C22.0016 17.5243 17.5238 22.0021 12.0001 22.0021C6.47638 22.0021 1.99854 17.5243 1.99854 12.0006C1.99854 6.47687 6.47638 1.99902 12.0001 1.99902ZM12.0001 3.49902C7.30481 3.49902 3.49854 7.3053 3.49854 12.0006C3.49854 16.6959 7.30481 20.5021 12.0001 20.5021C16.6954 20.5021 20.5016 16.6959 20.5016 12.0006C20.5016 7.3053 16.6954 3.49902 12.0001 3.49902ZM11.9964 10.4996C12.3761 10.4994 12.6901 10.7813 12.74 11.1473L12.7469 11.2491L12.7505 16.7507C12.7508 17.1649 12.4152 17.5009 12.001 17.5012C11.6213 17.5014 11.3073 17.2195 11.2574 16.8535L11.2505 16.7517L11.2469 11.2501C11.2467 10.8359 11.5822 10.4999 11.9964 10.4996ZM12.0005 7.00184C12.5521 7.00184 12.9992 7.44896 12.9992 8.0005C12.9992 8.55205 12.5521 8.99917 12.0005 8.99917C11.449 8.99917 11.0019 8.55205 11.0019 8.0005C11.0019 7.44896 11.449 7.00184 12.0005 7.00184Z",
25
- fill: "#222222"
26
- }));
27
- };
28
-
29
- export { IconInfo, IconInfo as default };
1
+ import{jsx as i}from"react/jsx-runtime";import e from"classnames";const f=({size:s,type:C,className:a="",onClick:o,refHandler:n,id:t,dataId:c})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:e("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${C}`]:C,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:o,ref:n,id:t,"data-id":c?`${c}-svg-icon`:"",children:/* @__PURE__ */i("path",{d:"M12.0001 1.99902C17.5238 1.99902 22.0016 6.47687 22.0016 12.0006C22.0016 17.5243 17.5238 22.0021 12.0001 22.0021C6.47638 22.0021 1.99854 17.5243 1.99854 12.0006C1.99854 6.47687 6.47638 1.99902 12.0001 1.99902ZM12.0001 3.49902C7.30481 3.49902 3.49854 7.3053 3.49854 12.0006C3.49854 16.6959 7.30481 20.5021 12.0001 20.5021C16.6954 20.5021 20.5016 16.6959 20.5016 12.0006C20.5016 7.3053 16.6954 3.49902 12.0001 3.49902ZM11.9964 10.4996C12.3761 10.4994 12.6901 10.7813 12.74 11.1473L12.7469 11.2491L12.7505 16.7507C12.7508 17.1649 12.4152 17.5009 12.001 17.5012C11.6213 17.5014 11.3073 17.2195 11.2574 16.8535L11.2505 16.7517L11.2469 11.2501C11.2467 10.8359 11.5822 10.4999 11.9964 10.4996ZM12.0005 7.00184C12.5521 7.00184 12.9992 7.44896 12.9992 8.0005C12.9992 8.55205 12.5521 8.99917 12.0005 8.99917C11.449 8.99917 11.0019 8.55205 11.0019 8.0005C11.0019 7.44896 11.449 7.00184 12.0005 7.00184Z"})});export{f as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
3
- export declare const IconInfoFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconInfoFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconInfoFilled;
@@ -1,29 +1 @@
1
- import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import React from 'react';
3
- import classNames from 'classnames';
4
-
5
- var IconInfoFilled = function IconInfoFilled(_ref) {
6
- var size = _ref.size,
7
- type = _ref.type,
8
- _ref$className = _ref.className,
9
- className = _ref$className === void 0 ? '' : _ref$className,
10
- onClick = _ref.onClick,
11
- refHandler = _ref.refHandler,
12
- id = _ref.id,
13
- dataId = _ref.dataId;
14
- return /*#__PURE__*/React.createElement("svg", {
15
- xmlns: "http://www.w3.org/2000/svg",
16
- className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
17
- viewBox: "0 0 24 24",
18
- fill: "none",
19
- onClick: onClick,
20
- ref: refHandler,
21
- id: id,
22
- "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
23
- }, /*#__PURE__*/React.createElement("path", {
24
- d: "M12.0001 1.99902C17.5238 1.99902 22.0016 6.47687 22.0016 12.0006C22.0016 17.5243 17.5238 22.0021 12.0001 22.0021C6.47638 22.0021 1.99854 17.5243 1.99854 12.0006C1.99854 6.47687 6.47638 1.99902 12.0001 1.99902ZM11.9963 10.2496C11.4834 10.2499 11.061 10.6363 11.0036 11.1336L10.9969 11.2503L11.0005 16.7519L11.0073 16.8685C11.0654 17.3658 11.4884 17.7515 12.0012 17.7512C12.514 17.7509 12.9364 17.3645 12.9939 16.8672L13.0005 16.7505L12.9969 11.249L12.9901 11.1323C12.932 10.635 12.5091 10.2493 11.9963 10.2496ZM12.0005 6.50006C11.3093 6.50006 10.749 7.06038 10.749 7.75158C10.749 8.44277 11.3093 9.0031 12.0005 9.0031C12.6917 9.0031 13.2521 8.44277 13.2521 7.75158C13.2521 7.06038 12.6917 6.50006 12.0005 6.50006Z",
25
- fill: "#222222"
26
- }));
27
- };
28
-
29
- export { IconInfoFilled, IconInfoFilled as default };
1
+ import{jsx as n}from"react/jsx-runtime";import r from"classnames";const v=({size:s,type:e,className:i="",onClick:a,refHandler:o,id:t,dataId:C})=>/* @__PURE__ */n("svg",{xmlns:"http://www.w3.org/2000/svg",className:r("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${e}`]:e,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:o,id:t,"data-id":C?`${C}-svg-icon`:"",children:/* @__PURE__ */n("path",{d:"M12.0001 1.99902C17.5238 1.99902 22.0016 6.47687 22.0016 12.0006C22.0016 17.5243 17.5238 22.0021 12.0001 22.0021C6.47638 22.0021 1.99854 17.5243 1.99854 12.0006C1.99854 6.47687 6.47638 1.99902 12.0001 1.99902ZM11.9963 10.2496C11.4834 10.2499 11.061 10.6363 11.0036 11.1336L10.9969 11.2503L11.0005 16.7519L11.0073 16.8685C11.0654 17.3658 11.4884 17.7515 12.0012 17.7512C12.514 17.7509 12.9364 17.3645 12.9939 16.8672L13.0005 16.7505L12.9969 11.249L12.9901 11.1323C12.932 10.635 12.5091 10.2493 11.9963 10.2496ZM12.0005 6.50006C11.3093 6.50006 10.749 7.06038 10.749 7.75158C10.749 8.44277 11.3093 9.0031 12.0005 9.0031C12.6917 9.0031 13.2521 8.44277 13.2521 7.75158C13.2521 7.06038 12.6917 6.50006 12.0005 6.50006Z"})});export{v as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
3
- export declare const IconInstagram: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconInstagram: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconInstagram;
@@ -1,40 +1,4 @@
1
- import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import React from 'react';
3
- import classNames from 'classnames';
4
-
5
- var IconInstagram = function IconInstagram(_ref) {
6
- var size = _ref.size,
7
- type = _ref.type,
8
- _ref$className = _ref.className,
9
- className = _ref$className === void 0 ? '' : _ref$className,
10
- onClick = _ref.onClick,
11
- refHandler = _ref.refHandler,
12
- id = _ref.id,
13
- dataId = _ref.dataId;
14
- return /*#__PURE__*/React.createElement("svg", {
15
- xmlns: "http://www.w3.org/2000/svg",
16
- className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
17
- viewBox: "0 0 24 24",
18
- fill: "none",
19
- onClick: onClick,
20
- ref: refHandler,
21
- id: id,
22
- "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
23
- }, /*#__PURE__*/React.createElement("g", {
24
- id: "Group"
25
- }, /*#__PURE__*/React.createElement("path", {
26
- id: "Vector",
27
- d: "M12 2.16094C15.2063 2.16094 15.5859 2.175 16.8469 2.23125C18.0188 2.28281 18.6516 2.47969 19.0734 2.64375C19.6313 2.85938 20.0344 3.12188 20.4516 3.53906C20.8734 3.96094 21.1313 4.35938 21.3469 4.91719C21.5109 5.33906 21.7078 5.97656 21.7594 7.14375C21.8156 8.40937 21.8297 8.78906 21.8297 11.9906C21.8297 15.1969 21.8156 15.5766 21.7594 16.8375C21.7078 18.0094 21.5109 18.6422 21.3469 19.0641C21.1313 19.6219 20.8687 20.025 20.4516 20.4422C20.0297 20.8641 19.6313 21.1219 19.0734 21.3375C18.6516 21.5016 18.0141 21.6984 16.8469 21.75C15.5813 21.8062 15.2016 21.8203 12 21.8203C8.79375 21.8203 8.41406 21.8062 7.15313 21.75C5.98125 21.6984 5.34844 21.5016 4.92656 21.3375C4.36875 21.1219 3.96563 20.8594 3.54844 20.4422C3.12656 20.0203 2.86875 19.6219 2.65313 19.0641C2.48906 18.6422 2.29219 18.0047 2.24063 16.8375C2.18438 15.5719 2.17031 15.1922 2.17031 11.9906C2.17031 8.78438 2.18438 8.40469 2.24063 7.14375C2.29219 5.97187 2.48906 5.33906 2.65313 4.91719C2.86875 4.35938 3.13125 3.95625 3.54844 3.53906C3.97031 3.11719 4.36875 2.85938 4.92656 2.64375C5.34844 2.47969 5.98594 2.28281 7.15313 2.23125C8.41406 2.175 8.79375 2.16094 12 2.16094ZM12 0C8.74219 0 8.33438 0.0140625 7.05469 0.0703125C5.77969 0.126563 4.90313 0.332812 4.14375 0.628125C3.35156 0.9375 2.68125 1.34531 2.01563 2.01562C1.34531 2.68125 0.9375 3.35156 0.628125 4.13906C0.332812 4.90313 0.126563 5.775 0.0703125 7.05C0.0140625 8.33437 0 8.74219 0 12C0 15.2578 0.0140625 15.6656 0.0703125 16.9453C0.126563 18.2203 0.332812 19.0969 0.628125 19.8563C0.9375 20.6484 1.34531 21.3188 2.01563 21.9844C2.68125 22.65 3.35156 23.0625 4.13906 23.3672C4.90313 23.6625 5.775 23.8687 7.05 23.925C8.32969 23.9812 8.7375 23.9953 11.9953 23.9953C15.2531 23.9953 15.6609 23.9812 16.9406 23.925C18.2156 23.8687 19.0922 23.6625 19.8516 23.3672C20.6391 23.0625 21.3094 22.65 21.975 21.9844C22.6406 21.3188 23.0531 20.6484 23.3578 19.8609C23.6531 19.0969 23.8594 18.225 23.9156 16.95C23.9719 15.6703 23.9859 15.2625 23.9859 12.0047C23.9859 8.74688 23.9719 8.33906 23.9156 7.05938C23.8594 5.78438 23.6531 4.90781 23.3578 4.14844C23.0625 3.35156 22.6547 2.68125 21.9844 2.01562C21.3188 1.35 20.6484 0.9375 19.8609 0.632812C19.0969 0.3375 18.225 0.13125 16.95 0.075C15.6656 0.0140625 15.2578 0 12 0Z",
28
- fill: "#555555"
29
- }), /*#__PURE__*/React.createElement("path", {
30
- id: "Vector_2",
31
- d: "M12 5.83594C8.59688 5.83594 5.83594 8.59688 5.83594 12C5.83594 15.4031 8.59688 18.1641 12 18.1641C15.4031 18.1641 18.1641 15.4031 18.1641 12C18.1641 8.59688 15.4031 5.83594 12 5.83594ZM12 15.9984C9.79219 15.9984 8.00156 14.2078 8.00156 12C8.00156 9.79219 9.79219 8.00156 12 8.00156C14.2078 8.00156 15.9984 9.79219 15.9984 12C15.9984 14.2078 14.2078 15.9984 12 15.9984Z",
32
- fill: "#555555"
33
- }), /*#__PURE__*/React.createElement("path", {
34
- id: "Vector_3",
35
- d: "M19.8469 5.59214C19.8469 6.38902 19.2 7.0312 18.4078 7.0312C17.6109 7.0312 16.9688 6.38433 16.9688 5.59214C16.9688 4.79526 17.6156 4.15308 18.4078 4.15308C19.2 4.15308 19.8469 4.79995 19.8469 5.59214Z",
36
- fill: "#555555"
37
- })));
38
- };
39
-
40
- export { IconInstagram, IconInstagram as default };
1
+ import{jsx as C,jsxs as e}from"react/jsx-runtime";import d from"classnames";const p=({size:s,type:i,className:a="",onClick:o,refHandler:t,id:r,dataId:c})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:d("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${i}`]:i,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:o,ref:t,id:r,"data-id":c?`${c}-svg-icon`:"",children:/* @__PURE__ */e("g",{id:"Group",children:[
2
+ /* @__PURE__ */C("path",{id:"Vector",d:"M12 2.16094C15.2063 2.16094 15.5859 2.175 16.8469 2.23125C18.0188 2.28281 18.6516 2.47969 19.0734 2.64375C19.6313 2.85938 20.0344 3.12188 20.4516 3.53906C20.8734 3.96094 21.1313 4.35938 21.3469 4.91719C21.5109 5.33906 21.7078 5.97656 21.7594 7.14375C21.8156 8.40937 21.8297 8.78906 21.8297 11.9906C21.8297 15.1969 21.8156 15.5766 21.7594 16.8375C21.7078 18.0094 21.5109 18.6422 21.3469 19.0641C21.1313 19.6219 20.8687 20.025 20.4516 20.4422C20.0297 20.8641 19.6313 21.1219 19.0734 21.3375C18.6516 21.5016 18.0141 21.6984 16.8469 21.75C15.5813 21.8062 15.2016 21.8203 12 21.8203C8.79375 21.8203 8.41406 21.8062 7.15313 21.75C5.98125 21.6984 5.34844 21.5016 4.92656 21.3375C4.36875 21.1219 3.96563 20.8594 3.54844 20.4422C3.12656 20.0203 2.86875 19.6219 2.65313 19.0641C2.48906 18.6422 2.29219 18.0047 2.24063 16.8375C2.18438 15.5719 2.17031 15.1922 2.17031 11.9906C2.17031 8.78438 2.18438 8.40469 2.24063 7.14375C2.29219 5.97187 2.48906 5.33906 2.65313 4.91719C2.86875 4.35938 3.13125 3.95625 3.54844 3.53906C3.97031 3.11719 4.36875 2.85938 4.92656 2.64375C5.34844 2.47969 5.98594 2.28281 7.15313 2.23125C8.41406 2.175 8.79375 2.16094 12 2.16094ZM12 0C8.74219 0 8.33438 0.0140625 7.05469 0.0703125C5.77969 0.126563 4.90313 0.332812 4.14375 0.628125C3.35156 0.9375 2.68125 1.34531 2.01563 2.01562C1.34531 2.68125 0.9375 3.35156 0.628125 4.13906C0.332812 4.90313 0.126563 5.775 0.0703125 7.05C0.0140625 8.33437 0 8.74219 0 12C0 15.2578 0.0140625 15.6656 0.0703125 16.9453C0.126563 18.2203 0.332812 19.0969 0.628125 19.8563C0.9375 20.6484 1.34531 21.3188 2.01563 21.9844C2.68125 22.65 3.35156 23.0625 4.13906 23.3672C4.90313 23.6625 5.775 23.8687 7.05 23.925C8.32969 23.9812 8.7375 23.9953 11.9953 23.9953C15.2531 23.9953 15.6609 23.9812 16.9406 23.925C18.2156 23.8687 19.0922 23.6625 19.8516 23.3672C20.6391 23.0625 21.3094 22.65 21.975 21.9844C22.6406 21.3188 23.0531 20.6484 23.3578 19.8609C23.6531 19.0969 23.8594 18.225 23.9156 16.95C23.9719 15.6703 23.9859 15.2625 23.9859 12.0047C23.9859 8.74688 23.9719 8.33906 23.9156 7.05938C23.8594 5.78438 23.6531 4.90781 23.3578 4.14844C23.0625 3.35156 22.6547 2.68125 21.9844 2.01562C21.3188 1.35 20.6484 0.9375 19.8609 0.632812C19.0969 0.3375 18.225 0.13125 16.95 0.075C15.6656 0.0140625 15.2578 0 12 0Z"}),
3
+ /* @__PURE__ */C("path",{id:"Vector_2",d:"M12 5.83594C8.59688 5.83594 5.83594 8.59688 5.83594 12C5.83594 15.4031 8.59688 18.1641 12 18.1641C15.4031 18.1641 18.1641 15.4031 18.1641 12C18.1641 8.59688 15.4031 5.83594 12 5.83594ZM12 15.9984C9.79219 15.9984 8.00156 14.2078 8.00156 12C8.00156 9.79219 9.79219 8.00156 12 8.00156C14.2078 8.00156 15.9984 9.79219 15.9984 12C15.9984 14.2078 14.2078 15.9984 12 15.9984Z"}),
4
+ /* @__PURE__ */C("path",{id:"Vector_3",d:"M19.8469 5.59214C19.8469 6.38902 19.2 7.0312 18.4078 7.0312C17.6109 7.0312 16.9688 6.38433 16.9688 5.59214C16.9688 4.79526 17.6156 4.15308 18.4078 4.15308C19.2 4.15308 19.8469 4.79995 19.8469 5.59214Z"})]})});export{p as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
3
- export declare const IconKeyReset: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconKeyReset: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconKeyReset;
@@ -1,32 +1 @@
1
- import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import React from 'react';
3
- import classNames from 'classnames';
4
-
5
- var IconKeyReset = function IconKeyReset(_ref) {
6
- var size = _ref.size,
7
- type = _ref.type,
8
- _ref$className = _ref.className,
9
- className = _ref$className === void 0 ? '' : _ref$className,
10
- onClick = _ref.onClick,
11
- refHandler = _ref.refHandler,
12
- id = _ref.id,
13
- dataId = _ref.dataId;
14
- return /*#__PURE__*/React.createElement("svg", {
15
- xmlns: "http://www.w3.org/2000/svg",
16
- className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
17
- viewBox: "0 0 24 24",
18
- fill: "none",
19
- onClick: onClick,
20
- ref: refHandler,
21
- id: id,
22
- "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
23
- }, /*#__PURE__*/React.createElement("g", {
24
- id: "Size=24, Theme=Regular"
25
- }, /*#__PURE__*/React.createElement("path", {
26
- id: "Shape",
27
- d: "M16.9993 8.24982C17.6896 8.24982 18.2493 7.69017 18.2493 6.99982C18.2493 6.30946 17.6896 5.74982 16.9993 5.74982C16.3089 5.74982 15.7493 6.30946 15.7493 6.99982C15.7493 7.69017 16.3089 8.24982 16.9993 8.24982ZM8.94922 8.5998C8.94922 4.98559 11.885 2.0498 15.4992 2.0498C19.0963 2.0498 22.0492 4.86866 22.0492 8.4998C22.0492 9.93919 21.5836 11.271 20.7949 12.3525C20.647 12.2318 20.4931 12.1179 20.3334 12.0112C20.0731 11.8372 19.8007 11.6847 19.519 11.5544C20.1652 10.7058 20.5492 9.64702 20.5492 8.4998C20.5492 5.73095 18.3021 3.5498 15.4992 3.5498C12.7134 3.5498 10.4492 5.81402 10.4492 8.5998C10.4492 8.8622 10.4834 9.13865 10.5371 9.44461C10.6349 10.0018 10.4695 10.5902 10.0511 11.0086L3.81534 17.2443C3.58091 17.4788 3.44922 17.7967 3.44922 18.1282V20.2998C3.44922 20.4379 3.56115 20.5498 3.69922 20.5498H6.19922C6.33729 20.5498 6.44922 20.4379 6.44922 20.2998V18.7998C6.44922 18.1094 7.00886 17.5498 7.69922 17.5498H9.44922V15.7998C9.44922 15.1495 9.94583 14.6152 10.5805 14.5554L11.6578 15.6326C11.5106 15.7503 11.3829 15.8912 11.2802 16.0498H10.9492V17.7998C10.9492 18.4902 10.3896 19.0498 9.69922 19.0498H7.94922V20.2998C7.94922 21.2663 7.16572 22.0498 6.19922 22.0498H3.69922C2.73272 22.0498 1.94922 21.2663 1.94922 20.2998V18.1282C1.94922 17.3989 2.23895 16.6994 2.75467 16.1837L8.99046 9.94791C9.04493 9.89344 9.07749 9.80529 9.05968 9.70382C8.99939 9.36017 8.94922 8.98701 8.94922 8.5998ZM13.7803 11.2803C14.0732 10.9874 14.0732 10.5126 13.7803 10.2197C13.4874 9.92678 13.0126 9.92678 12.7197 10.2197L10.7197 12.2197C10.4268 12.5126 10.4268 12.9874 10.7197 13.2803L12.7197 15.2803C13.0126 15.5732 13.4874 15.5732 13.7803 15.2803C14.0732 14.9874 14.0732 14.5126 13.7803 14.2197L13.0607 13.5H17C17.6922 13.5 18.3689 13.7053 18.9445 14.0899C19.5201 14.4744 19.9687 15.0211 20.2336 15.6606C20.4985 16.3001 20.5678 17.0039 20.4327 17.6828C20.2977 18.3617 19.9644 18.9854 19.4749 19.4749C18.9854 19.9644 18.3617 20.2977 17.6828 20.4327C17.0039 20.5678 16.3001 20.4985 15.6606 20.2336C15.0211 19.9687 14.4744 19.5201 14.0899 18.9445C13.7053 18.3689 13.5 17.6922 13.5 17C13.5 16.5858 13.1642 16.25 12.75 16.25C12.3358 16.25 12 16.5858 12 17C12 17.9889 12.2932 18.9556 12.8427 19.7779C13.3921 20.6001 14.173 21.241 15.0866 21.6194C16.0002 21.9978 17.0055 22.0969 17.9755 21.9039C18.9454 21.711 19.8363 21.2348 20.5355 20.5355C21.2348 19.8363 21.711 18.9454 21.9039 17.9755C22.0969 17.0055 21.9978 16.0002 21.6194 15.0866C21.241 14.173 20.6001 13.3921 19.7779 12.8427C18.9556 12.2932 17.9889 12 17 12H13.0607L13.7803 11.2803Z",
28
- fill: "#222222"
29
- })));
30
- };
31
-
32
- export { IconKeyReset, IconKeyReset as default };
1
+ import{jsx as C}from"react/jsx-runtime";import g from"classnames";const a=({size:e,type:i,className:s="",onClick:a,refHandler:n,id:o,dataId:r})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:g("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:o,"data-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */C("path",{id:"Shape",d:"M16.9993 8.24982C17.6896 8.24982 18.2493 7.69017 18.2493 6.99982C18.2493 6.30946 17.6896 5.74982 16.9993 5.74982C16.3089 5.74982 15.7493 6.30946 15.7493 6.99982C15.7493 7.69017 16.3089 8.24982 16.9993 8.24982ZM8.94922 8.5998C8.94922 4.98559 11.885 2.0498 15.4992 2.0498C19.0963 2.0498 22.0492 4.86866 22.0492 8.4998C22.0492 9.93919 21.5836 11.271 20.7949 12.3525C20.647 12.2318 20.4931 12.1179 20.3334 12.0112C20.0731 11.8372 19.8007 11.6847 19.519 11.5544C20.1652 10.7058 20.5492 9.64702 20.5492 8.4998C20.5492 5.73095 18.3021 3.5498 15.4992 3.5498C12.7134 3.5498 10.4492 5.81402 10.4492 8.5998C10.4492 8.8622 10.4834 9.13865 10.5371 9.44461C10.6349 10.0018 10.4695 10.5902 10.0511 11.0086L3.81534 17.2443C3.58091 17.4788 3.44922 17.7967 3.44922 18.1282V20.2998C3.44922 20.4379 3.56115 20.5498 3.69922 20.5498H6.19922C6.33729 20.5498 6.44922 20.4379 6.44922 20.2998V18.7998C6.44922 18.1094 7.00886 17.5498 7.69922 17.5498H9.44922V15.7998C9.44922 15.1495 9.94583 14.6152 10.5805 14.5554L11.6578 15.6326C11.5106 15.7503 11.3829 15.8912 11.2802 16.0498H10.9492V17.7998C10.9492 18.4902 10.3896 19.0498 9.69922 19.0498H7.94922V20.2998C7.94922 21.2663 7.16572 22.0498 6.19922 22.0498H3.69922C2.73272 22.0498 1.94922 21.2663 1.94922 20.2998V18.1282C1.94922 17.3989 2.23895 16.6994 2.75467 16.1837L8.99046 9.94791C9.04493 9.89344 9.07749 9.80529 9.05968 9.70382C8.99939 9.36017 8.94922 8.98701 8.94922 8.5998ZM13.7803 11.2803C14.0732 10.9874 14.0732 10.5126 13.7803 10.2197C13.4874 9.92678 13.0126 9.92678 12.7197 10.2197L10.7197 12.2197C10.4268 12.5126 10.4268 12.9874 10.7197 13.2803L12.7197 15.2803C13.0126 15.5732 13.4874 15.5732 13.7803 15.2803C14.0732 14.9874 14.0732 14.5126 13.7803 14.2197L13.0607 13.5H17C17.6922 13.5 18.3689 13.7053 18.9445 14.0899C19.5201 14.4744 19.9687 15.0211 20.2336 15.6606C20.4985 16.3001 20.5678 17.0039 20.4327 17.6828C20.2977 18.3617 19.9644 18.9854 19.4749 19.4749C18.9854 19.9644 18.3617 20.2977 17.6828 20.4327C17.0039 20.5678 16.3001 20.4985 15.6606 20.2336C15.0211 19.9687 14.4744 19.5201 14.0899 18.9445C13.7053 18.3689 13.5 17.6922 13.5 17C13.5 16.5858 13.1642 16.25 12.75 16.25C12.3358 16.25 12 16.5858 12 17C12 17.9889 12.2932 18.9556 12.8427 19.7779C13.3921 20.6001 14.173 21.241 15.0866 21.6194C16.0002 21.9978 17.0055 22.0969 17.9755 21.9039C18.9454 21.711 19.8363 21.2348 20.5355 20.5355C21.2348 19.8363 21.711 18.9454 21.9039 17.9755C22.0969 17.0055 21.9978 16.0002 21.6194 15.0866C21.241 14.173 20.6001 13.3921 19.7779 12.8427C18.9556 12.2932 17.9889 12 17 12H13.0607L13.7803 11.2803Z"})})});export{a as default};