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 IconSubtractFilled = function IconSubtractFilled(_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: "M3.99609 13H19.9996C20.5519 13 20.9996 12.5523 20.9996 12C20.9996 11.4477 20.5519 11 19.9996 11H3.99609C3.44381 11 2.99609 11.4477 2.99609 12C2.99609 12.5523 3.44381 13 3.99609 13Z",
28
- fill: "#222222"
29
- })));
30
- };
31
-
32
- export { IconSubtractFilled, IconSubtractFilled 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:"M3.99609 13H19.9996C20.5519 13 20.9996 12.5523 20.9996 12C20.9996 11.4477 20.5519 11 19.9996 11H3.99609C3.44381 11 2.99609 11.4477 2.99609 12C2.99609 12.5523 3.44381 13 3.99609 13Z"})})});export{a as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconSun: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconSun;
@@ -0,0 +1,10 @@
1
+ import{jsxs as c,jsx as x}from"react/jsx-runtime";import r from"classnames";const v=({size:e,type:i,className:s="",onClick:n,refHandler:l,id:y,dataId:a})=>/* @__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:n,ref:l,id:y,"data-id":a?`${a}-svg-icon`:"",children:[
2
+ /* @__PURE__ */x("circle",{cx:"12",cy:"12",r:"5"})," ",
3
+ /* @__PURE__ */x("line",{x1:"12",y1:"1",x2:"12",y2:"3"}),
4
+ /* @__PURE__ */x("line",{x1:"12",y1:"21",x2:"12",y2:"23"})," ",
5
+ /* @__PURE__ */x("line",{x1:"4.22",y1:"4.22",x2:"5.64",y2:"5.64"}),
6
+ /* @__PURE__ */x("line",{x1:"18.36",y1:"18.36",x2:"19.78",y2:"19.78"})," ",
7
+ /* @__PURE__ */x("line",{x1:"1",y1:"12",x2:"3",y2:"12"}),
8
+ /* @__PURE__ */x("line",{x1:"21",y1:"12",x2:"23",y2:"12"})," ",
9
+ /* @__PURE__ */x("line",{x1:"4.22",y1:"19.78",x2:"5.64",y2:"18.36"}),
10
+ /* @__PURE__ */x("line",{x1:"18.36",y1:"5.64",x2:"19.78",y2:"4.22"})]});export{v as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
3
- export declare const IconTableCellEdit: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconTableCellEdit: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconTableCellEdit;
@@ -1,36 +1,3 @@
1
- import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import React from 'react';
3
- import classNames from 'classnames';
4
-
5
- var IconTableCellEdit = function IconTableCellEdit(_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("g", {
26
- id: "Shape"
27
- }, /*#__PURE__*/React.createElement("path", {
28
- d: "M3 8.75C3 7.50736 4.00736 6.5 5.25 6.5H18.75C19.7311 6.5 20.5656 7.12796 20.8733 8.00388C20.8206 8.00132 20.7679 8.00002 20.7151 8H20.713C20.2473 8.00021 19.7806 8.09923 19.3477 8.29694C19.2108 8.11651 18.994 8 18.75 8H15.5L15.5 11.8531L14 13.3531L14 8H10L10 14H13.3531L12.4883 14.8648C12.2951 15.058 12.1249 15.2712 11.9801 15.5H5.25C4.00736 15.5 3 14.4926 3 13.25V8.75ZM5.25 8C4.83579 8 4.5 8.33579 4.5 8.75V13.25C4.5 13.6642 4.83579 14 5.25 14H8.5L8.5 8H5.25Z",
29
- fill: "#222222"
30
- }), /*#__PURE__*/React.createElement("path", {
31
- d: "M20.7152 9H20.7131C20.1285 9.00027 19.5439 9.22342 19.0979 9.66946L13.1955 15.5719C12.8513 15.916 12.6072 16.3472 12.4892 16.8194L12.0315 18.6501C11.8325 19.4462 12.5536 20.1674 13.3497 19.9683L15.1804 19.5106C15.6526 19.3926 16.0838 19.1485 16.4279 18.8043L22.3303 12.9019C23.223 12.0093 23.223 10.5621 22.3303 9.66946C21.8843 9.22342 21.2998 9.00027 20.7152 9Z",
32
- fill: "#222222"
33
- }))));
34
- };
35
-
36
- export { IconTableCellEdit, IconTableCellEdit as default };
1
+ import{jsx as e,jsxs as c}from"react/jsx-runtime";import g from"classnames";const a=({size:s,type:a,className:i="",onClick:C,refHandler:n,id:d,dataId:o})=>/* @__PURE__ */e("svg",{xmlns:"http://www.w3.org/2000/svg",className:g("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${a}`]:a,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:C,ref:n,id:d,"data-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */e("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */c("g",{id:"Shape",children:[
2
+ /* @__PURE__ */e("path",{d:"M3 8.75C3 7.50736 4.00736 6.5 5.25 6.5H18.75C19.7311 6.5 20.5656 7.12796 20.8733 8.00388C20.8206 8.00132 20.7679 8.00002 20.7151 8H20.713C20.2473 8.00021 19.7806 8.09923 19.3477 8.29694C19.2108 8.11651 18.994 8 18.75 8H15.5L15.5 11.8531L14 13.3531L14 8H10L10 14H13.3531L12.4883 14.8648C12.2951 15.058 12.1249 15.2712 11.9801 15.5H5.25C4.00736 15.5 3 14.4926 3 13.25V8.75ZM5.25 8C4.83579 8 4.5 8.33579 4.5 8.75V13.25C4.5 13.6642 4.83579 14 5.25 14H8.5L8.5 8H5.25Z"}),
3
+ /* @__PURE__ */e("path",{d:"M20.7152 9H20.7131C20.1285 9.00027 19.5439 9.22342 19.0979 9.66946L13.1955 15.5719C12.8513 15.916 12.6072 16.3472 12.4892 16.8194L12.0315 18.6501C11.8325 19.4462 12.5536 20.1674 13.3497 19.9683L15.1804 19.5106C15.6526 19.3926 16.0838 19.1485 16.4279 18.8043L22.3303 12.9019C23.223 12.0093 23.223 10.5621 22.3303 9.66946C21.8843 9.22342 21.2998 9.00027 20.7152 9Z"})]})})});export{a as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
3
- export declare const IconTableCellEditFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconTableCellEditFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconTableCellEditFilled;
@@ -1,42 +1,5 @@
1
- import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import React from 'react';
3
- import classNames from 'classnames';
4
-
5
- var IconTableCellEditFilled = function IconTableCellEditFilled(_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("g", {
26
- id: "Shape"
27
- }, /*#__PURE__*/React.createElement("path", {
28
- d: "M5.25 6.5C4.00736 6.5 3 7.50736 3 8.75V13.25C3 14.4926 4.00736 15.5 5.25 15.5H8L8 6.5H5.25Z",
29
- fill: "#222222"
30
- }), /*#__PURE__*/React.createElement("path", {
31
- d: "M12.4883 14.8648C12.2951 15.058 12.1249 15.2712 11.9801 15.5H9.5L9.5 6.5H14.5L14.5 12.8531L12.4883 14.8648Z",
32
- fill: "#222222"
33
- }), /*#__PURE__*/React.createElement("path", {
34
- d: "M20.7151 8C20.7679 8.00002 20.8206 8.00132 20.8733 8.00388C20.5656 7.12796 19.7311 6.5 18.75 6.5H16L16 11.3531L18.3907 8.96235C19.0317 8.32137 19.8742 8.00038 20.713 8H20.7151Z",
35
- fill: "#222222"
36
- }), /*#__PURE__*/React.createElement("path", {
37
- d: "M20.7152 9H20.7131C20.1285 9.00027 19.5439 9.22342 19.0979 9.66946L13.1955 15.5719C12.8513 15.916 12.6072 16.3472 12.4892 16.8194L12.0315 18.6501C11.8325 19.4462 12.5536 20.1674 13.3497 19.9683L15.1804 19.5106C15.6526 19.3926 16.0838 19.1485 16.4279 18.8043L22.3303 12.9019C23.223 12.0093 23.223 10.5621 22.3303 9.66946C21.8843 9.22342 21.2998 9.00027 20.7152 9Z",
38
- fill: "#222222"
39
- }))));
40
- };
41
-
42
- export { IconTableCellEditFilled, IconTableCellEditFilled as default };
1
+ import{jsx as i,jsxs as t}from"react/jsx-runtime";import a from"classnames";const r=({size:e,type:s,className:d="",onClick:n,refHandler:r,id:l,dataId:o})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:a("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[d]:d}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:r,id:l,"data-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */t("g",{id:"Shape",children:[
2
+ /* @__PURE__ */i("path",{d:"M5.25 6.5C4.00736 6.5 3 7.50736 3 8.75V13.25C3 14.4926 4.00736 15.5 5.25 15.5H8L8 6.5H5.25Z"}),
3
+ /* @__PURE__ */i("path",{d:"M12.4883 14.8648C12.2951 15.058 12.1249 15.2712 11.9801 15.5H9.5L9.5 6.5H14.5L14.5 12.8531L12.4883 14.8648Z"}),
4
+ /* @__PURE__ */i("path",{d:"M20.7151 8C20.7679 8.00002 20.8206 8.00132 20.8733 8.00388C20.5656 7.12796 19.7311 6.5 18.75 6.5H16L16 11.3531L18.3907 8.96235C19.0317 8.32137 19.8742 8.00038 20.713 8H20.7151Z"}),
5
+ /* @__PURE__ */i("path",{d:"M20.7152 9H20.7131C20.1285 9.00027 19.5439 9.22342 19.0979 9.66946L13.1955 15.5719C12.8513 15.916 12.6072 16.3472 12.4892 16.8194L12.0315 18.6501C11.8325 19.4462 12.5536 20.1674 13.3497 19.9683L15.1804 19.5106C15.6526 19.3926 16.0838 19.1485 16.4279 18.8043L22.3303 12.9019C23.223 12.0093 23.223 10.5621 22.3303 9.66946C21.8843 9.22342 21.2998 9.00027 20.7152 9Z"})]})})});export{r as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
3
- export declare const IconTelegram: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconTelegram: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconTelegram;
@@ -1,41 +1,3 @@
1
- import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import React from 'react';
3
- import classNames from 'classnames';
4
-
5
- var IconTelegram = function IconTelegram(_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: "Company=Telegram, Style=Gray, Background=None",
25
- clipPath: "url(#clip0_697_1790)"
26
- }, /*#__PURE__*/React.createElement("path", {
27
- id: "Subtract",
28
- fillRule: "evenodd",
29
- clipRule: "evenodd",
30
- d: "M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM12.4301 8.85893C11.263 9.3444 8.93026 10.3492 5.43201 11.8733C4.86395 12.0992 4.56638 12.3202 4.53929 12.5363C4.49351 12.9015 4.95084 13.0453 5.5736 13.2411C5.65831 13.2678 5.74608 13.2954 5.83606 13.3246C6.44876 13.5238 7.27295 13.7568 7.70141 13.766C8.09007 13.7744 8.52385 13.6142 9.00276 13.2853C12.2713 11.079 13.9585 9.96381 14.0644 9.93977C14.1392 9.92281 14.2427 9.90148 14.3129 9.96385C14.3831 10.0262 14.3762 10.1443 14.3687 10.176C14.3234 10.3691 12.5282 12.0381 11.5992 12.9018C11.3096 13.171 11.1042 13.362 11.0622 13.4056C10.9681 13.5033 10.8722 13.5958 10.7801 13.6846C10.2109 14.2333 9.78403 14.6448 10.8037 15.3168C11.2937 15.6397 11.6859 15.9067 12.077 16.1731C12.5043 16.4641 12.9304 16.7543 13.4817 17.1157C13.6222 17.2077 13.7563 17.3034 13.887 17.3965C14.3842 17.751 14.8309 18.0694 15.3827 18.0186C15.7034 17.9891 16.0346 17.6876 16.2028 16.7884C16.6003 14.6631 17.3818 10.0585 17.5623 8.16097C17.5782 7.99473 17.5583 7.78197 17.5423 7.68857C17.5263 7.59518 17.4929 7.46211 17.3715 7.3636C17.2277 7.24694 17.0058 7.22234 16.9065 7.22408C16.4551 7.23203 15.7627 7.47282 12.4301 8.85893Z",
31
- fill: "#555555"
32
- })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
33
- id: "clip0_697_1790"
34
- }, /*#__PURE__*/React.createElement("rect", {
35
- width: "24",
36
- height: "24",
37
- fill: "white"
38
- }))));
39
- };
40
-
41
- export { IconTelegram, IconTelegram as default };
1
+ import{jsxs as t,jsx as C}from"react/jsx-runtime";import d from"classnames";const g=({size:e,type:i,className:l="",onClick:s,refHandler:a,id:c,dataId:n})=>/* @__PURE__ */t("svg",{xmlns:"http://www.w3.org/2000/svg",className:d("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[l]:l}),viewBox:"0 0 24 24",fill:"none",onClick:s,ref:a,id:c,"data-id":n?`${n}-svg-icon`:"",children:[
2
+ /* @__PURE__ */C("g",{id:"Company=Telegram, Style=Gray, Background=None",clipPath:"url(#clip0_697_1790)",children:/* @__PURE__ */C("path",{id:"Subtract",fillRule:"evenodd",clipRule:"evenodd",d:"M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM12.4301 8.85893C11.263 9.3444 8.93026 10.3492 5.43201 11.8733C4.86395 12.0992 4.56638 12.3202 4.53929 12.5363C4.49351 12.9015 4.95084 13.0453 5.5736 13.2411C5.65831 13.2678 5.74608 13.2954 5.83606 13.3246C6.44876 13.5238 7.27295 13.7568 7.70141 13.766C8.09007 13.7744 8.52385 13.6142 9.00276 13.2853C12.2713 11.079 13.9585 9.96381 14.0644 9.93977C14.1392 9.92281 14.2427 9.90148 14.3129 9.96385C14.3831 10.0262 14.3762 10.1443 14.3687 10.176C14.3234 10.3691 12.5282 12.0381 11.5992 12.9018C11.3096 13.171 11.1042 13.362 11.0622 13.4056C10.9681 13.5033 10.8722 13.5958 10.7801 13.6846C10.2109 14.2333 9.78403 14.6448 10.8037 15.3168C11.2937 15.6397 11.6859 15.9067 12.077 16.1731C12.5043 16.4641 12.9304 16.7543 13.4817 17.1157C13.6222 17.2077 13.7563 17.3034 13.887 17.3965C14.3842 17.751 14.8309 18.0694 15.3827 18.0186C15.7034 17.9891 16.0346 17.6876 16.2028 16.7884C16.6003 14.6631 17.3818 10.0585 17.5623 8.16097C17.5782 7.99473 17.5583 7.78197 17.5423 7.68857C17.5263 7.59518 17.4929 7.46211 17.3715 7.3636C17.2277 7.24694 17.0058 7.22234 16.9065 7.22408C16.4551 7.23203 15.7627 7.47282 12.4301 8.85893Z"})}),
3
+ /* @__PURE__ */C("defs",{children:/* @__PURE__ */C("clipPath",{id:"clip0_697_1790",children:/* @__PURE__ */C("rect",{width:"24",height:"24",fill:"white"})})})]});export{g as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
3
- export declare const IconTimer: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconTimer: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconTimer;
@@ -1,32 +1 @@
1
- import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import React from 'react';
3
- import classNames from 'classnames';
4
-
5
- var IconTimer = function IconTimer(_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 5C16.6944 5 20.5 8.80558 20.5 13.5C20.5 18.1944 16.6944 22 12 22C7.30558 22 3.5 18.1944 3.5 13.5C3.5 8.80558 7.30558 5 12 5ZM12 6.5C8.13401 6.5 5 9.63401 5 13.5C5 17.366 8.13401 20.5 12 20.5C15.866 20.5 19 17.366 19 13.5C19 9.63401 15.866 6.5 12 6.5ZM12 8C12.3797 8 12.6935 8.28215 12.7432 8.64823L12.75 8.75V13.25C12.75 13.6642 12.4142 14 12 14C11.6203 14 11.3065 13.7178 11.2568 13.3518L11.25 13.25V8.75C11.25 8.33579 11.5858 8 12 8ZM19.1472 5.11371L19.2298 5.17355L20.3882 6.13773C20.7066 6.40272 20.7498 6.87562 20.4849 7.19398C20.2419 7.48581 19.8243 7.54649 19.5112 7.35047L19.4286 7.29063L18.2702 6.32645C17.9518 6.06146 17.9086 5.58856 18.1735 5.2702C18.4165 4.97837 18.8341 4.91769 19.1472 5.11371ZM14.25 2.5C14.6642 2.5 15 2.83579 15 3.25C15 3.6297 14.7178 3.94349 14.3518 3.99315L14.25 4H9.75C9.33579 4 9 3.66421 9 3.25C9 2.8703 9.28215 2.55651 9.64823 2.50685L9.75 2.5H14.25Z",
28
- fill: "#222222"
29
- })));
30
- };
31
-
32
- export { IconTimer, IconTimer 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:"M12 5C16.6944 5 20.5 8.80558 20.5 13.5C20.5 18.1944 16.6944 22 12 22C7.30558 22 3.5 18.1944 3.5 13.5C3.5 8.80558 7.30558 5 12 5ZM12 6.5C8.13401 6.5 5 9.63401 5 13.5C5 17.366 8.13401 20.5 12 20.5C15.866 20.5 19 17.366 19 13.5C19 9.63401 15.866 6.5 12 6.5ZM12 8C12.3797 8 12.6935 8.28215 12.7432 8.64823L12.75 8.75V13.25C12.75 13.6642 12.4142 14 12 14C11.6203 14 11.3065 13.7178 11.2568 13.3518L11.25 13.25V8.75C11.25 8.33579 11.5858 8 12 8ZM19.1472 5.11371L19.2298 5.17355L20.3882 6.13773C20.7066 6.40272 20.7498 6.87562 20.4849 7.19398C20.2419 7.48581 19.8243 7.54649 19.5112 7.35047L19.4286 7.29063L18.2702 6.32645C17.9518 6.06146 17.9086 5.58856 18.1735 5.2702C18.4165 4.97837 18.8341 4.91769 19.1472 5.11371ZM14.25 2.5C14.6642 2.5 15 2.83579 15 3.25C15 3.6297 14.7178 3.94349 14.3518 3.99315L14.25 4H9.75C9.33579 4 9 3.66421 9 3.25C9 2.8703 9.28215 2.55651 9.64823 2.50685L9.75 2.5H14.25Z"})})});export{t as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
3
- export declare const IconTimerFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconTimerFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconTimerFilled;
@@ -1,32 +1 @@
1
- import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import React from 'react';
3
- import classNames from 'classnames';
4
-
5
- var IconTimerFilled = function IconTimerFilled(_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 5C16.6944 5 20.5 8.80558 20.5 13.5C20.5 18.1944 16.6944 22 12 22C7.30558 22 3.5 18.1944 3.5 13.5C3.5 8.80558 7.30558 5 12 5ZM12 8C11.6203 8 11.3065 8.28215 11.2568 8.64823L11.25 8.75V13.25L11.2568 13.3518C11.3065 13.7178 11.6203 14 12 14C12.3797 14 12.6935 13.7178 12.7432 13.3518L12.75 13.25V8.75L12.7432 8.64823C12.6935 8.28215 12.3797 8 12 8ZM19.1704 5.1226L19.2517 5.18424L20.4008 6.18424C20.7132 6.45617 20.7461 6.9299 20.4742 7.24236C20.2249 7.52878 19.8061 7.58026 19.4973 7.3774L19.416 7.31576L18.267 6.31576C17.9545 6.04383 17.9217 5.5701 18.1936 5.25764C18.4428 4.97122 18.8617 4.91974 19.1704 5.1226ZM14.25 2.5C14.6642 2.5 15 2.83579 15 3.25C15 3.6297 14.7178 3.94349 14.3518 3.99315L14.25 4H9.75C9.33579 4 9 3.66421 9 3.25C9 2.8703 9.28215 2.55651 9.64823 2.50685L9.75 2.5H14.25Z",
28
- fill: "#222222"
29
- })));
30
- };
31
-
32
- export { IconTimerFilled, IconTimerFilled as default };
1
+ import{jsx as i}from"react/jsx-runtime";import L from"classnames";const g=({size:e,type:s,className:C="",onClick:a,refHandler:n,id:o,dataId:d})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:L("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[C]:C}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:o,"data-id":d?`${d}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M12 5C16.6944 5 20.5 8.80558 20.5 13.5C20.5 18.1944 16.6944 22 12 22C7.30558 22 3.5 18.1944 3.5 13.5C3.5 8.80558 7.30558 5 12 5ZM12 8C11.6203 8 11.3065 8.28215 11.2568 8.64823L11.25 8.75V13.25L11.2568 13.3518C11.3065 13.7178 11.6203 14 12 14C12.3797 14 12.6935 13.7178 12.7432 13.3518L12.75 13.25V8.75L12.7432 8.64823C12.6935 8.28215 12.3797 8 12 8ZM19.1704 5.1226L19.2517 5.18424L20.4008 6.18424C20.7132 6.45617 20.7461 6.9299 20.4742 7.24236C20.2249 7.52878 19.8061 7.58026 19.4973 7.3774L19.416 7.31576L18.267 6.31576C17.9545 6.04383 17.9217 5.5701 18.1936 5.25764C18.4428 4.97122 18.8617 4.91974 19.1704 5.1226ZM14.25 2.5C14.6642 2.5 15 2.83579 15 3.25C15 3.6297 14.7178 3.94349 14.3518 3.99315L14.25 4H9.75C9.33579 4 9 3.66421 9 3.25C9 2.8703 9.28215 2.55651 9.64823 2.50685L9.75 2.5H14.25Z"})})});export{g as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconTrophy: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconTrophy;
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import H from"classnames";const e=({size:C,type:s,className:e="",onClick:a,refHandler:o,id:L,dataId:n})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:H("svg-icon",{[`svg-icon__size-${C}`]:C,[`svg-icon__type-${s}`]:s,[e]:e}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:o,id:L,"data-id":n?`${n}-svg-icon`:"",children:/* @__PURE__ */i("path",{d:"M15.2536 2C16.4119 2 17.3657 2.87524 17.4899 4.00044L18.7576 4C19.6758 4 20.4288 4.70711 20.5018 5.60647L20.5076 5.75V8.75C20.5076 10.483 19.1512 11.8992 17.4421 11.9949L17.2318 12.0007C16.564 14.0909 14.7334 15.6615 12.5007 15.9517L12.5001 17.5H14.2536C15.9866 17.5 17.4028 18.8565 17.4984 20.5656L17.5036 20.75V21.25C17.5036 21.6297 17.2214 21.9435 16.8554 21.9932L16.7536 22H6.75056C6.37086 22 6.05707 21.7178 6.00741 21.3518L6.00056 21.25V20.75C6.00056 19.017 7.35702 17.6008 9.06614 17.5051L9.25056 17.5H11.0001L11.0004 15.9513C8.76915 15.6601 6.93987 14.09 6.27235 12.0007L6.24609 12C4.45117 12 2.99609 10.5449 2.99609 8.75V5.75C2.99609 4.7835 3.7796 4 4.74609 4L6.01424 4.00044C6.13841 2.87524 7.09227 2 8.25056 2H15.2536ZM14.2536 19H9.25056C8.4208 19 7.72592 19.5775 7.54591 20.3525L7.51828 20.5H15.9859C15.8717 19.7018 15.2189 19.0774 14.4075 19.0067L14.2536 19ZM15.2536 3.5H8.25056C7.83635 3.5 7.50056 3.83579 7.50056 4.25V10.2485C7.50056 12.5965 9.40403 14.5 11.7521 14.5C14.1001 14.5 16.0036 12.5965 16.0036 10.2485V4.25C16.0036 3.83579 15.6678 3.5 15.2536 3.5ZM18.7576 5.5H17.5036V10.4829C18.3036 10.3703 18.93 9.71683 19.0009 8.90415L19.0076 8.75V5.75C19.0076 5.63165 18.9254 5.53251 18.815 5.5066L18.7576 5.5ZM6.00056 5.5H4.74609C4.60802 5.5 4.49609 5.61193 4.49609 5.75V8.75C4.49609 9.63316 5.15031 10.3635 6.00056 10.4829V5.5Z"})});export{e as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconTrophyFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconTrophyFilled;
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import e from"classnames";const V=({size:s,type:C,className:a="",onClick:o,refHandler:n,id:t,dataId:L})=>/* @__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":L?`${L}-svg-icon`:"",children:/* @__PURE__ */i("path",{d:"M15.2536 2C16.4119 2 17.3657 2.87524 17.4899 4.00044L18.7576 4C19.6758 4 20.4288 4.70711 20.5018 5.60647L20.5076 5.75V8.75C20.5076 10.483 19.1512 11.8992 17.4421 11.9949L17.2318 12.0007C16.564 14.0909 14.7334 15.6615 12.5007 15.9517L12.5001 17.5H14.2536C15.9866 17.5 17.4028 18.8565 17.4984 20.5656L17.5036 20.75V21.25C17.5036 21.6297 17.2214 21.9435 16.8554 21.9932L16.7536 22H6.75056C6.37086 22 6.05707 21.7178 6.00741 21.3518L6.00056 21.25V20.75C6.00056 19.017 7.35702 17.6008 9.06614 17.5051L9.25056 17.5H11.0001L11.0004 15.9513C8.76915 15.6601 6.93987 14.09 6.27235 12.0007L6.24609 12C4.45117 12 2.99609 10.5449 2.99609 8.75V5.75C2.99609 4.7835 3.7796 4 4.74609 4L6.01424 4.00044C6.13841 2.87524 7.09227 2 8.25056 2H15.2536ZM18.7576 5.5H17.5036V10.4829C18.3036 10.3703 18.93 9.71683 19.0009 8.90415L19.0076 8.75V5.75C19.0076 5.63165 18.9254 5.53251 18.815 5.5066L18.7576 5.5ZM6.00056 5.5H4.74609C4.60802 5.5 4.49609 5.61193 4.49609 5.75V8.75C4.49609 9.63316 5.15031 10.3635 6.00056 10.4829V5.5Z"})});export{V as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
3
- export declare const IconTwitter: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconTwitter: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconTwitter;
@@ -1,32 +1 @@
1
- import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import React from 'react';
3
- import classNames from 'classnames';
4
-
5
- var IconTwitter = function IconTwitter(_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: "Company=Twitter, Style=Gray, Background=None"
25
- }, /*#__PURE__*/React.createElement("path", {
26
- id: "Vector",
27
- d: "M7.55016 21.75C16.6045 21.75 21.5583 14.2467 21.5583 7.74186C21.5583 7.53092 21.5536 7.3153 21.5442 7.10436C22.5079 6.40746 23.3395 5.54425 24 4.5553C23.1025 4.9546 22.1496 5.21538 21.1739 5.32874C22.2013 4.71291 22.9705 3.74547 23.3391 2.60577C22.3726 3.17856 21.3156 3.58261 20.2134 3.80061C19.4708 3.01156 18.489 2.48912 17.4197 2.31405C16.3504 2.13899 15.2532 2.32105 14.2977 2.8321C13.3423 3.34314 12.5818 4.15471 12.1338 5.14131C11.6859 6.12792 11.5754 7.23462 11.8195 8.2903C9.86249 8.19209 7.94794 7.6837 6.19998 6.7981C4.45203 5.91249 2.90969 4.66944 1.67297 3.14952C1.0444 4.23324 0.852057 5.51565 1.13503 6.73609C1.418 7.95654 2.15506 9.02345 3.19641 9.71999C2.41463 9.69517 1.64998 9.48468 0.965625 9.10592V9.16686C0.964925 10.3041 1.3581 11.4066 2.07831 12.2868C2.79852 13.167 3.80132 13.7706 4.91625 13.995C4.19206 14.1931 3.43198 14.222 2.69484 14.0794C3.00945 15.0574 3.62157 15.9129 4.44577 16.5263C5.26997 17.1398 6.26512 17.4806 7.29234 17.5012C5.54842 18.8711 3.39417 19.6141 1.17656 19.6106C0.783287 19.61 0.390399 19.5859 0 19.5384C2.25286 20.9837 4.87353 21.7514 7.55016 21.75Z",
28
- fill: "#555555"
29
- })));
30
- };
31
-
32
- export { IconTwitter, IconTwitter as default };
1
+ import{jsx as C}from"react/jsx-runtime";import c from"classnames";const l=({size:e,type:i,className:s="",onClick:a,refHandler:o,id:n,dataId:t})=>/* @__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:o,id:n,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Company=Twitter, Style=Gray, Background=None",children:/* @__PURE__ */C("path",{id:"Vector",d:"M7.55016 21.75C16.6045 21.75 21.5583 14.2467 21.5583 7.74186C21.5583 7.53092 21.5536 7.3153 21.5442 7.10436C22.5079 6.40746 23.3395 5.54425 24 4.5553C23.1025 4.9546 22.1496 5.21538 21.1739 5.32874C22.2013 4.71291 22.9705 3.74547 23.3391 2.60577C22.3726 3.17856 21.3156 3.58261 20.2134 3.80061C19.4708 3.01156 18.489 2.48912 17.4197 2.31405C16.3504 2.13899 15.2532 2.32105 14.2977 2.8321C13.3423 3.34314 12.5818 4.15471 12.1338 5.14131C11.6859 6.12792 11.5754 7.23462 11.8195 8.2903C9.86249 8.19209 7.94794 7.6837 6.19998 6.7981C4.45203 5.91249 2.90969 4.66944 1.67297 3.14952C1.0444 4.23324 0.852057 5.51565 1.13503 6.73609C1.418 7.95654 2.15506 9.02345 3.19641 9.71999C2.41463 9.69517 1.64998 9.48468 0.965625 9.10592V9.16686C0.964925 10.3041 1.3581 11.4066 2.07831 12.2868C2.79852 13.167 3.80132 13.7706 4.91625 13.995C4.19206 14.1931 3.43198 14.222 2.69484 14.0794C3.00945 15.0574 3.62157 15.9129 4.44577 16.5263C5.26997 17.1398 6.26512 17.4806 7.29234 17.5012C5.54842 18.8711 3.39417 19.6141 1.17656 19.6106C0.783287 19.61 0.390399 19.5859 0 19.5384C2.25286 20.9837 4.87353 21.7514 7.55016 21.75Z"})})});export{l as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
3
- export declare const IconUndo: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconUndo: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconUndo;
@@ -1,32 +1 @@
1
- import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import React from 'react';
3
- import classNames from 'classnames';
4
-
5
- var IconUndo = function IconUndo(_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: "M4.75 2C5.1297 2 5.44349 2.28215 5.49315 2.64823L5.5 2.75V8.44L10.0743 3.88014C12.5163 1.43819 16.4385 1.37863 18.9526 3.70146L19.1385 3.88014C21.6415 6.38313 21.6415 10.4413 19.1385 12.9443L10.2933 21.7835C10.0003 22.0762 9.52558 22.0759 9.23269 21.783C8.93979 21.4901 8.94013 21.0151 9.23315 20.7223L18.0778 11.8836C19.995 9.96641 19.995 6.85801 18.0778 4.9408C16.2187 3.08169 13.2395 3.02535 11.3118 4.77248L11.1342 4.94156L6.562 9.5L12.25 9.50018C12.6297 9.50018 12.9435 9.78234 12.9932 10.1484L13 10.2502C13 10.6299 12.7178 10.9437 12.3518 10.9933L12.25 11.0002H4.75C4.3703 11.0002 4.05651 10.718 4.00685 10.352L4 10.2502V2.75C4 2.33579 4.33579 2 4.75 2Z",
28
- fill: "#222222"
29
- })));
30
- };
31
-
32
- export { IconUndo, IconUndo as default };
1
+ import{jsx as o}from"react/jsx-runtime";import c from"classnames";const t=({size:e,type:i,className:s="",onClick:a,refHandler:t,id:n,dataId:r})=>/* @__PURE__ */o("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:t,id:n,"data-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */o("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */o("path",{id:"Shape",d:"M4.75 2C5.1297 2 5.44349 2.28215 5.49315 2.64823L5.5 2.75V8.44L10.0743 3.88014C12.5163 1.43819 16.4385 1.37863 18.9526 3.70146L19.1385 3.88014C21.6415 6.38313 21.6415 10.4413 19.1385 12.9443L10.2933 21.7835C10.0003 22.0762 9.52558 22.0759 9.23269 21.783C8.93979 21.4901 8.94013 21.0151 9.23315 20.7223L18.0778 11.8836C19.995 9.96641 19.995 6.85801 18.0778 4.9408C16.2187 3.08169 13.2395 3.02535 11.3118 4.77248L11.1342 4.94156L6.562 9.5L12.25 9.50018C12.6297 9.50018 12.9435 9.78234 12.9932 10.1484L13 10.2502C13 10.6299 12.7178 10.9437 12.3518 10.9933L12.25 11.0002H4.75C4.3703 11.0002 4.05651 10.718 4.00685 10.352L4 10.2502V2.75C4 2.33579 4.33579 2 4.75 2Z"})})});export{t as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
3
- export declare const IconUndoFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconUndoFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconUndoFilled;
@@ -1,32 +1 @@
1
- import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import React from 'react';
3
- import classNames from 'classnames';
4
-
5
- var IconUndoFilled = function IconUndoFilled(_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: "M6.90735 6.68009L9.64108 3.9514C12.2423 1.35018 16.4597 1.35018 19.0609 3.9514C21.6621 6.55262 21.6621 10.77 19.0609 13.3713L10.7225 21.7082C10.3319 22.0987 9.69877 22.0985 9.30825 21.708C8.91772 21.3175 8.91789 20.6842 9.30848 20.2938L17.6467 11.957C19.4669 10.1369 19.4669 7.18579 17.6467 5.36562C15.8834 3.60233 13.0588 3.54722 11.2286 5.2009L11.0546 5.36627L7.414 8.99949L12 9.00002C12.5128 9.00002 12.9355 9.38606 12.9933 9.8834L13 10C13 10.5129 12.614 10.9355 12.1166 10.9933L12 11L4.94043 10.9983L4.84501 10.9881L4.73315 10.964L4.60163 10.9175L4.51971 10.8773L4.41781 10.8132C4.37406 10.7819 4.33212 10.7464 4.29267 10.7069L4.20096 10.6015L4.12658 10.4875L4.08093 10.3948L4.0425 10.2891L4.027 10.2318L4.01127 10.1502L4.00394 10.089L4 10V3.00284C4 2.45055 4.44772 2.00284 5 2.00284C5.51284 2.00284 5.93551 2.38888 5.99327 2.88622L6 3.00284V7.58649L9.64108 3.9514L6.90735 6.68009Z",
28
- fill: "#222222"
29
- })));
30
- };
31
-
32
- export { IconUndoFilled, IconUndoFilled as default };
1
+ import{jsx as L}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__ */L("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__ */L("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */L("path",{id:"Shape",d:"M6.90735 6.68009L9.64108 3.9514C12.2423 1.35018 16.4597 1.35018 19.0609 3.9514C21.6621 6.55262 21.6621 10.77 19.0609 13.3713L10.7225 21.7082C10.3319 22.0987 9.69877 22.0985 9.30825 21.708C8.91772 21.3175 8.91789 20.6842 9.30848 20.2938L17.6467 11.957C19.4669 10.1369 19.4669 7.18579 17.6467 5.36562C15.8834 3.60233 13.0588 3.54722 11.2286 5.2009L11.0546 5.36627L7.414 8.99949L12 9.00002C12.5128 9.00002 12.9355 9.38606 12.9933 9.8834L13 10C13 10.5129 12.614 10.9355 12.1166 10.9933L12 11L4.94043 10.9983L4.84501 10.9881L4.73315 10.964L4.60163 10.9175L4.51971 10.8773L4.41781 10.8132C4.37406 10.7819 4.33212 10.7464 4.29267 10.7069L4.20096 10.6015L4.12658 10.4875L4.08093 10.3948L4.0425 10.2891L4.027 10.2318L4.01127 10.1502L4.00394 10.089L4 10V3.00284C4 2.45055 4.44772 2.00284 5 2.00284C5.51284 2.00284 5.93551 2.38888 5.99327 2.88622L6 3.00284V7.58649L9.64108 3.9514L6.90735 6.68009Z"})})});export{g as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
3
- export declare const IconUnitsEmployee: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconUnitsEmployee: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconUnitsEmployee;
@@ -1,29 +1 @@
1
- import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import React from 'react';
3
- import classNames from 'classnames';
4
-
5
- var IconUnitsEmployee = function IconUnitsEmployee(_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: "M15.1641 2.10156C15.0273 2.17188 14.918 2.26172 14.832 2.38281C14.707 2.56641 14.707 2.57031 14.6875 3.15234L14.668 3.73828L13.4883 3.75781L12.3047 3.77734L12.1992 3.88672L12.0898 3.99219L12.0781 7.78125L12.0703 11.5703H11.1914H10.3125V11.043C10.3125 10.3398 10.2227 10.1328 9.82422 9.91797L9.66797 9.83203H6.44531C3.85547 9.83203 3.19531 9.84375 3.07422 9.88281C2.85938 9.96094 2.69531 10.1133 2.59375 10.3398C2.5 10.5352 2.5 10.543 2.5 12C2.5 13.457 2.5 13.4648 2.59375 13.6602C2.69531 13.8867 2.85938 14.0391 3.07422 14.1172C3.19531 14.1562 3.85547 14.168 6.44531 14.168H9.66797L9.82422 14.082C10.2227 13.8672 10.3125 13.6602 10.3125 12.957V12.4297H11.1914H12.0703L12.0781 16.2188L12.0898 20.0078L12.1992 20.1133L12.3047 20.2227L13.4883 20.2422L14.668 20.2617L14.6875 20.8477C14.707 21.4297 14.707 21.4336 14.832 21.6172C14.918 21.7383 15.0273 21.8281 15.1641 21.8984L15.3672 22H18.5508C20.7617 22 21.7852 21.9844 21.8945 21.957C22.1094 21.8984 22.3984 21.6016 22.457 21.3867C22.4883 21.2734 22.5 20.7578 22.4922 19.7422L22.4805 18.2617L22.3633 18.0742C22.2773 17.9336 22.1875 17.8516 22.0352 17.7734L21.8242 17.6641L18.5352 17.6719L15.25 17.6836L15.0859 17.793C14.9961 17.8516 14.875 17.9727 14.8164 18.0625C14.7109 18.2188 14.707 18.2461 14.6953 18.8047L14.6836 19.3828H13.8047H12.9297V15.9062V12.4297H13.8086H14.6875V12.957C14.6875 13.6602 14.7773 13.8672 15.1758 14.082L15.332 14.168H18.5547C21.1445 14.168 21.8047 14.1562 21.9258 14.1172C22.1406 14.0391 22.3047 13.8867 22.4062 13.6602C22.5 13.4648 22.5 13.457 22.5 12C22.5 10.543 22.5 10.5352 22.4062 10.3398C22.3047 10.1133 22.1406 9.96094 21.9258 9.88281C21.8047 9.84375 21.1445 9.83203 18.5547 9.83203H15.332L15.1758 9.91797C14.7773 10.1328 14.6875 10.3398 14.6875 11.043V11.5703H13.8086H12.9297V8.09375V4.61719H13.8047H14.6836L14.6953 5.19531C14.707 5.75391 14.7109 5.78125 14.8164 5.9375C14.875 6.02734 14.9961 6.14844 15.0859 6.20703L15.25 6.31641L18.5352 6.32812L21.8242 6.33594L22.0352 6.22656C22.1875 6.14844 22.2773 6.06641 22.3633 5.92578L22.4805 5.73828L22.4922 4.25781C22.5 3.24219 22.4883 2.72656 22.457 2.61328C22.3984 2.39844 22.1094 2.10156 21.8945 2.04297C21.7852 2.01562 20.7617 2 18.5508 2H15.3672L15.1641 2.10156ZM21.6406 4.16797V5.47656H18.5938H15.5469V4.16797V2.85938H18.5938H21.6406V4.16797ZM9.45312 12V13.2891H6.40625H3.35938V12V10.7109H6.40625H9.45312V12ZM21.6406 12V13.2891H18.5938H15.5469V12V10.7109H18.5938H21.6406V12ZM21.6406 19.832V21.1406H18.5938H15.5469V19.832V18.5234H18.5938H21.6406V19.832Z",
25
- fill: "#555555"
26
- }));
27
- };
28
-
29
- export { IconUnitsEmployee, IconUnitsEmployee as default };
1
+ import{jsx as o}from"react/jsx-runtime";import e from"classnames";const r=({size:H,type:C,className:L="",onClick:V,refHandler:s,id:i,dataId:a})=>/* @__PURE__ */o("svg",{xmlns:"http://www.w3.org/2000/svg",className:e("svg-icon",{[`svg-icon__size-${H}`]:H,[`svg-icon__type-${C}`]:C,[L]:L}),viewBox:"0 0 24 24",fill:"none",onClick:V,ref:s,id:i,"data-id":a?`${a}-svg-icon`:"",children:/* @__PURE__ */o("path",{d:"M15.1641 2.10156C15.0273 2.17188 14.918 2.26172 14.832 2.38281C14.707 2.56641 14.707 2.57031 14.6875 3.15234L14.668 3.73828L13.4883 3.75781L12.3047 3.77734L12.1992 3.88672L12.0898 3.99219L12.0781 7.78125L12.0703 11.5703H11.1914H10.3125V11.043C10.3125 10.3398 10.2227 10.1328 9.82422 9.91797L9.66797 9.83203H6.44531C3.85547 9.83203 3.19531 9.84375 3.07422 9.88281C2.85938 9.96094 2.69531 10.1133 2.59375 10.3398C2.5 10.5352 2.5 10.543 2.5 12C2.5 13.457 2.5 13.4648 2.59375 13.6602C2.69531 13.8867 2.85938 14.0391 3.07422 14.1172C3.19531 14.1562 3.85547 14.168 6.44531 14.168H9.66797L9.82422 14.082C10.2227 13.8672 10.3125 13.6602 10.3125 12.957V12.4297H11.1914H12.0703L12.0781 16.2188L12.0898 20.0078L12.1992 20.1133L12.3047 20.2227L13.4883 20.2422L14.668 20.2617L14.6875 20.8477C14.707 21.4297 14.707 21.4336 14.832 21.6172C14.918 21.7383 15.0273 21.8281 15.1641 21.8984L15.3672 22H18.5508C20.7617 22 21.7852 21.9844 21.8945 21.957C22.1094 21.8984 22.3984 21.6016 22.457 21.3867C22.4883 21.2734 22.5 20.7578 22.4922 19.7422L22.4805 18.2617L22.3633 18.0742C22.2773 17.9336 22.1875 17.8516 22.0352 17.7734L21.8242 17.6641L18.5352 17.6719L15.25 17.6836L15.0859 17.793C14.9961 17.8516 14.875 17.9727 14.8164 18.0625C14.7109 18.2188 14.707 18.2461 14.6953 18.8047L14.6836 19.3828H13.8047H12.9297V15.9062V12.4297H13.8086H14.6875V12.957C14.6875 13.6602 14.7773 13.8672 15.1758 14.082L15.332 14.168H18.5547C21.1445 14.168 21.8047 14.1562 21.9258 14.1172C22.1406 14.0391 22.3047 13.8867 22.4062 13.6602C22.5 13.4648 22.5 13.457 22.5 12C22.5 10.543 22.5 10.5352 22.4062 10.3398C22.3047 10.1133 22.1406 9.96094 21.9258 9.88281C21.8047 9.84375 21.1445 9.83203 18.5547 9.83203H15.332L15.1758 9.91797C14.7773 10.1328 14.6875 10.3398 14.6875 11.043V11.5703H13.8086H12.9297V8.09375V4.61719H13.8047H14.6836L14.6953 5.19531C14.707 5.75391 14.7109 5.78125 14.8164 5.9375C14.875 6.02734 14.9961 6.14844 15.0859 6.20703L15.25 6.31641L18.5352 6.32812L21.8242 6.33594L22.0352 6.22656C22.1875 6.14844 22.2773 6.06641 22.3633 5.92578L22.4805 5.73828L22.4922 4.25781C22.5 3.24219 22.4883 2.72656 22.457 2.61328C22.3984 2.39844 22.1094 2.10156 21.8945 2.04297C21.7852 2.01562 20.7617 2 18.5508 2H15.3672L15.1641 2.10156ZM21.6406 4.16797V5.47656H18.5938H15.5469V4.16797V2.85938H18.5938H21.6406V4.16797ZM9.45312 12V13.2891H6.40625H3.35938V12V10.7109H6.40625H9.45312V12ZM21.6406 12V13.2891H18.5938H15.5469V12V10.7109H18.5938H21.6406V12ZM21.6406 19.832V21.1406H18.5938H15.5469V19.832V18.5234H18.5938H21.6406V19.832Z"})});export{r as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
3
- export declare const IconUpload: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconUpload: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconUpload;
@@ -1,29 +1 @@
1
- import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import React from 'react';
3
- import classNames from 'classnames';
4
-
5
- var IconUpload = function IconUpload(_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: "M11.8991 12.4688L15.2935 15.8624L14.1615 16.9944L12.6991 15.532V20H11.0991V15.5304L9.63673 16.9944L8.50473 15.8624L11.8991 12.4688ZM11.8991 4C13.2727 4.00007 14.5984 4.50489 15.6241 5.41849C16.6498 6.3321 17.304 7.59077 17.4623 8.9552C18.4577 9.22665 19.3261 9.83928 19.9157 10.686C20.5052 11.5328 20.7785 12.5598 20.6876 13.5875C20.5968 14.6153 20.1477 15.5784 19.4188 16.3087C18.6899 17.0389 17.7275 17.4897 16.6999 17.5824V15.9712C17.0681 15.9186 17.422 15.7932 17.7412 15.6024C18.0604 15.4115 18.3383 15.159 18.5588 14.8595C18.7793 14.5601 18.9379 14.2197 19.0254 13.8583C19.1129 13.4968 19.1276 13.1216 19.0685 12.7545C19.0094 12.3873 18.8778 12.0356 18.6813 11.7199C18.4848 11.4042 18.2274 11.1307 17.9241 10.9156C17.6208 10.7004 17.2777 10.5478 16.9147 10.4667C16.5518 10.3856 16.1764 10.3776 15.8103 10.4432C15.9356 9.85991 15.9288 9.25598 15.7905 8.67564C15.6522 8.09531 15.3858 7.55327 15.0108 7.08922C14.6359 6.62518 14.1619 6.25089 13.6235 5.99376C13.0852 5.73663 12.4961 5.60317 11.8995 5.60317C11.3029 5.60317 10.7139 5.73663 10.1756 5.99376C9.63721 6.25089 9.16321 6.62518 8.78826 7.08922C8.4133 7.55327 8.1469 8.09531 8.00856 8.67564C7.87022 9.25598 7.86345 9.85991 7.98873 10.4432C7.25886 10.3061 6.50443 10.4646 5.89141 10.8838C5.27839 11.303 4.857 11.9485 4.71993 12.6784C4.58287 13.4083 4.74136 14.1627 5.16054 14.7757C5.57972 15.3887 6.22526 15.8101 6.95513 15.9472L7.09913 15.9712V17.5824C6.07149 17.4899 5.10906 17.0391 4.38004 16.309C3.65102 15.5788 3.2018 14.6156 3.11087 13.5879C3.01995 12.5601 3.29312 11.533 3.88263 10.6862C4.47214 9.83941 5.3405 9.22671 6.33593 8.9552C6.4941 7.5907 7.14826 6.33193 8.174 5.41829C9.19974 4.50466 10.5255 3.99989 11.8991 4V4Z",
25
- fill: "#555555"
26
- }));
27
- };
28
-
29
- export { IconUpload, IconUpload as default };
1
+ import{jsx as n}from"react/jsx-runtime";import e from"classnames";const v=({size:C,type:s,className:i="",onClick:a,refHandler:o,id:t,dataId:c})=>/* @__PURE__ */n("svg",{xmlns:"http://www.w3.org/2000/svg",className:e("svg-icon",{[`svg-icon__size-${C}`]:C,[`svg-icon__type-${s}`]:s,[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:"M11.8991 12.4688L15.2935 15.8624L14.1615 16.9944L12.6991 15.532V20H11.0991V15.5304L9.63673 16.9944L8.50473 15.8624L11.8991 12.4688ZM11.8991 4C13.2727 4.00007 14.5984 4.50489 15.6241 5.41849C16.6498 6.3321 17.304 7.59077 17.4623 8.9552C18.4577 9.22665 19.3261 9.83928 19.9157 10.686C20.5052 11.5328 20.7785 12.5598 20.6876 13.5875C20.5968 14.6153 20.1477 15.5784 19.4188 16.3087C18.6899 17.0389 17.7275 17.4897 16.6999 17.5824V15.9712C17.0681 15.9186 17.422 15.7932 17.7412 15.6024C18.0604 15.4115 18.3383 15.159 18.5588 14.8595C18.7793 14.5601 18.9379 14.2197 19.0254 13.8583C19.1129 13.4968 19.1276 13.1216 19.0685 12.7545C19.0094 12.3873 18.8778 12.0356 18.6813 11.7199C18.4848 11.4042 18.2274 11.1307 17.9241 10.9156C17.6208 10.7004 17.2777 10.5478 16.9147 10.4667C16.5518 10.3856 16.1764 10.3776 15.8103 10.4432C15.9356 9.85991 15.9288 9.25598 15.7905 8.67564C15.6522 8.09531 15.3858 7.55327 15.0108 7.08922C14.6359 6.62518 14.1619 6.25089 13.6235 5.99376C13.0852 5.73663 12.4961 5.60317 11.8995 5.60317C11.3029 5.60317 10.7139 5.73663 10.1756 5.99376C9.63721 6.25089 9.16321 6.62518 8.78826 7.08922C8.4133 7.55327 8.1469 8.09531 8.00856 8.67564C7.87022 9.25598 7.86345 9.85991 7.98873 10.4432C7.25886 10.3061 6.50443 10.4646 5.89141 10.8838C5.27839 11.303 4.857 11.9485 4.71993 12.6784C4.58287 13.4083 4.74136 14.1627 5.16054 14.7757C5.57972 15.3887 6.22526 15.8101 6.95513 15.9472L7.09913 15.9712V17.5824C6.07149 17.4899 5.10906 17.0391 4.38004 16.309C3.65102 15.5788 3.2018 14.6156 3.11087 13.5879C3.01995 12.5601 3.29312 11.533 3.88263 10.6862C4.47214 9.83941 5.3405 9.22671 6.33593 8.9552C6.4941 7.5907 7.14826 6.33193 8.174 5.41829C9.19974 4.50466 10.5255 3.99989 11.8991 4V4Z"})});export{v as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconUs: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconUs;
@@ -0,0 +1,11 @@
1
+ import{jsxs as h,jsx as i}from"react/jsx-runtime";import n from"classnames";const d=({size:e,type:t,className:l="",onClick:s,refHandler:a,id:d,dataId:r})=>/* @__PURE__ */h("svg",{xmlns:"http://www.w3.org/2000/svg",className:n("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${t}`]:t,[l]:l}),viewBox:"0 0 24 24",fill:"none",onClick:s,ref:a,id:d,"data-id":r?`${r}-svg-icon`:"",children:[
2
+ /* @__PURE__ */i("rect",{y:"3.42999",width:"24",height:"17.1429",rx:"2",fill:"white"}),
3
+ /* @__PURE__ */i("mask",{id:"mask0_1993_2165",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"0",y:"3",width:"24",height:"18",children:/* @__PURE__ */i("rect",{y:"3.42999",width:"24",height:"17.1429",rx:"2",fill:"white"})}),
4
+ /* @__PURE__ */h("g",{mask:"url(#mask0_1993_2165)",children:[
5
+ /* @__PURE__ */i("rect",{y:"3.42999",width:"24",height:"17.1429",fill:"#0A17A7"}),
6
+ /* @__PURE__ */i("path",{d:"M-1.09929 1.78735L9.14287 8.69577V2.28718H14.8572V8.69573L25.0992 1.78736L26.3774 3.6823L18.2796 9.14432H24V14.8586H18.2796L26.3774 20.3206L25.0992 22.2155L14.8572 15.3072V21.7157H9.14287V15.3071L-1.09928 22.2156L-2.37744 20.3206L5.72032 14.8586H7.62939e-06V9.14432H5.72034L-2.37744 3.6823L-1.09929 1.78735Z",fill:"white"}),
7
+ /* @__PURE__ */i("path",{d:"M27.1356 1.53249C27.2368 1.68629 27.1942 1.89299 27.0404 1.99417L16.1843 9.13605C16.0305 9.23723 15.8238 9.19457 15.7227 9.04078C15.6215 8.88698 15.6641 8.68028 15.8179 8.5791L26.674 1.43722C26.8277 1.33604 27.0344 1.3787 27.1356 1.53249Z",fill:"#DB1F35"}),
8
+ /* @__PURE__ */i("path",{d:"M27.1621 21.9165C27.265 21.7639 27.2247 21.5567 27.072 21.4538L17.3401 14.8943C17.1875 14.7914 16.9803 14.8317 16.8774 14.9844C16.7745 15.137 16.8149 15.3442 16.9675 15.4471L26.6994 22.0066C26.852 22.1095 27.0592 22.0692 27.1621 21.9165Z",fill:"#DB1F35"}),
9
+ /* @__PURE__ */i("path",{d:"M-3.56564 1.81145C-3.46276 1.65878 -3.25559 1.61843 -3.10293 1.72132L7.04823 8.56255C7.20089 8.66544 7.24124 8.8726 7.13836 9.02526C7.03547 9.17792 6.82831 9.21828 6.67565 9.11539L-3.47551 2.27415C-3.62817 2.17127 -3.66853 1.96411 -3.56564 1.81145Z",fill:"#DB1F35"}),
10
+ /* @__PURE__ */i("path",{d:"M-3.56702 22.7375C-3.46528 22.8909 -3.25842 22.9328 -3.105 22.831L8.14717 15.3691C8.30059 15.2674 8.34249 15.0605 8.24074 14.9071C8.139 14.7537 7.93214 14.7118 7.77872 14.8135L-3.47344 22.2754C-3.62687 22.3772 -3.66876 22.584 -3.56702 22.7375Z",fill:"#DB1F35"}),
11
+ /* @__PURE__ */i("path",{d:"M0 13.7157H10.2857V20.5728H13.7143V13.7157H24V10.2871H13.7143V3.42999H10.2857V10.2871H0V13.7157Z",fill:"#E6273E"})]})]});export{d as default};