hrm_ui_lib 2.0.3 → 2.1.0-alpha.10

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 (1053) 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 +11 -0
  108. package/components/DarkModeSwitcher/DarkModeSwitcher.js +5 -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 -137
  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 -243
  166. package/components/Input/index.js +1 -58
  167. package/components/Input/types.d.ts +1 -1
  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/IconBudgetTransfer.d.ts +4 -0
  332. package/components/SVGIcons/IconBudgetTransfer.js +7 -0
  333. package/components/SVGIcons/IconBuilding.d.ts +2 -2
  334. package/components/SVGIcons/IconBuilding.js +7 -55
  335. package/components/SVGIcons/IconBuildingBank.d.ts +2 -2
  336. package/components/SVGIcons/IconBuildingBank.js +1 -29
  337. package/components/SVGIcons/IconBuildingBankFilled.d.ts +2 -2
  338. package/components/SVGIcons/IconBuildingBankFilled.js +1 -29
  339. package/components/SVGIcons/IconBuildingFilled.d.ts +2 -2
  340. package/components/SVGIcons/IconBuildingFilled.js +1 -32
  341. package/components/SVGIcons/IconBulletListAdd.d.ts +2 -2
  342. package/components/SVGIcons/IconBulletListAdd.js +1 -32
  343. package/components/SVGIcons/IconBulletListAddFilled.d.ts +2 -2
  344. package/components/SVGIcons/IconBulletListAddFilled.js +1 -32
  345. package/components/SVGIcons/IconCalculator.d.ts +2 -2
  346. package/components/SVGIcons/IconCalculator.js +1 -32
  347. package/components/SVGIcons/IconCalculatorFilled.d.ts +2 -2
  348. package/components/SVGIcons/IconCalculatorFilled.js +1 -32
  349. package/components/SVGIcons/IconCalendarClock.d.ts +2 -2
  350. package/components/SVGIcons/IconCalendarClock.js +1 -29
  351. package/components/SVGIcons/IconCalendarClockFilled.d.ts +2 -2
  352. package/components/SVGIcons/IconCalendarClockFilled.js +1 -29
  353. package/components/SVGIcons/IconCalendarDay.d.ts +2 -2
  354. package/components/SVGIcons/IconCalendarDay.js +1 -32
  355. package/components/SVGIcons/IconCalendarDayFilled.d.ts +2 -2
  356. package/components/SVGIcons/IconCalendarDayFilled.js +1 -32
  357. package/components/SVGIcons/IconCalendarEmpty.d.ts +2 -2
  358. package/components/SVGIcons/IconCalendarEmpty.js +1 -29
  359. package/components/SVGIcons/IconCalendarLeft.d.ts +2 -2
  360. package/components/SVGIcons/IconCalendarLeft.js +1 -29
  361. package/components/SVGIcons/IconCalendarLeftFilled.d.ts +2 -2
  362. package/components/SVGIcons/IconCalendarLeftFilled.js +1 -29
  363. package/components/SVGIcons/IconCalendarRight.d.ts +2 -2
  364. package/components/SVGIcons/IconCalendarRight.js +1 -29
  365. package/components/SVGIcons/IconCalendarRightFilled.d.ts +2 -2
  366. package/components/SVGIcons/IconCalendarRightFilled.js +1 -29
  367. package/components/SVGIcons/IconCall.d.ts +2 -2
  368. package/components/SVGIcons/IconCall.js +1 -32
  369. package/components/SVGIcons/IconCallFilled.d.ts +2 -2
  370. package/components/SVGIcons/IconCallFilled.js +1 -32
  371. package/components/SVGIcons/IconCard.d.ts +2 -2
  372. package/components/SVGIcons/IconCard.js +1 -29
  373. package/components/SVGIcons/IconCardFilled.d.ts +2 -2
  374. package/components/SVGIcons/IconCardFilled.js +1 -29
  375. package/components/SVGIcons/IconCaretDown.d.ts +2 -2
  376. package/components/SVGIcons/IconCaretDown.js +1 -29
  377. package/components/SVGIcons/IconCaretDownFilled.d.ts +2 -2
  378. package/components/SVGIcons/IconCaretDownFilled.js +1 -29
  379. package/components/SVGIcons/IconCaretDownRight.d.ts +2 -2
  380. package/components/SVGIcons/IconCaretDownRight.js +1 -29
  381. package/components/SVGIcons/IconCaretDownRightFilled.d.ts +2 -2
  382. package/components/SVGIcons/IconCaretDownRightFilled.js +1 -29
  383. package/components/SVGIcons/IconCaretLeft.d.ts +2 -2
  384. package/components/SVGIcons/IconCaretLeft.js +1 -29
  385. package/components/SVGIcons/IconCaretLeftFilled.d.ts +2 -2
  386. package/components/SVGIcons/IconCaretLeftFilled.js +1 -29
  387. package/components/SVGIcons/IconCaretRight.d.ts +2 -2
  388. package/components/SVGIcons/IconCaretRight.js +1 -29
  389. package/components/SVGIcons/IconCaretRightFilled.d.ts +2 -2
  390. package/components/SVGIcons/IconCaretRightFilled.js +1 -29
  391. package/components/SVGIcons/IconCaretUp.d.ts +2 -2
  392. package/components/SVGIcons/IconCaretUp.js +1 -29
  393. package/components/SVGIcons/IconCaretUpFilled.d.ts +2 -2
  394. package/components/SVGIcons/IconCaretUpFilled.js +1 -29
  395. package/components/SVGIcons/IconChartPerson.d.ts +4 -0
  396. package/components/SVGIcons/IconChartPerson.js +1 -0
  397. package/components/SVGIcons/IconChartPersonFilled.d.ts +4 -0
  398. package/components/SVGIcons/IconChartPersonFilled.js +1 -0
  399. package/components/SVGIcons/IconChat.d.ts +2 -2
  400. package/components/SVGIcons/IconChat.js +1 -29
  401. package/components/SVGIcons/IconChatFilled.d.ts +2 -2
  402. package/components/SVGIcons/IconChatFilled.js +1 -29
  403. package/components/SVGIcons/IconChatMultiple.d.ts +2 -2
  404. package/components/SVGIcons/IconChatMultiple.js +1 -29
  405. package/components/SVGIcons/IconChatMultipleFilled.d.ts +2 -2
  406. package/components/SVGIcons/IconChatMultipleFilled.js +1 -29
  407. package/components/SVGIcons/IconCheckboxArrowRight.d.ts +2 -2
  408. package/components/SVGIcons/IconCheckboxArrowRight.js +1 -32
  409. package/components/SVGIcons/IconCheckboxArrowRightFilled.d.ts +2 -2
  410. package/components/SVGIcons/IconCheckboxArrowRightFilled.js +1 -32
  411. package/components/SVGIcons/IconCheckmark.d.ts +2 -2
  412. package/components/SVGIcons/IconCheckmark.js +1 -29
  413. package/components/SVGIcons/IconCheckmarkCircle.d.ts +2 -2
  414. package/components/SVGIcons/IconCheckmarkCircle.js +1 -29
  415. package/components/SVGIcons/IconCheckmarkCircleFilled.d.ts +2 -2
  416. package/components/SVGIcons/IconCheckmarkCircleFilled.js +1 -29
  417. package/components/SVGIcons/IconCheckmarkFilled.d.ts +2 -2
  418. package/components/SVGIcons/IconCheckmarkFilled.js +1 -29
  419. package/components/SVGIcons/IconChevronDoubleLeft.d.ts +4 -0
  420. package/components/SVGIcons/IconChevronDoubleLeft.js +1 -0
  421. package/components/SVGIcons/IconChevronDoubleRight.d.ts +4 -0
  422. package/components/SVGIcons/IconChevronDoubleRight.js +1 -0
  423. package/components/SVGIcons/IconChevronDown.d.ts +2 -2
  424. package/components/SVGIcons/IconChevronDown.js +1 -29
  425. package/components/SVGIcons/IconChevronDownFilled.d.ts +2 -2
  426. package/components/SVGIcons/IconChevronDownFilled.js +1 -29
  427. package/components/SVGIcons/IconChevronLeft.d.ts +2 -2
  428. package/components/SVGIcons/IconChevronLeft.js +1 -29
  429. package/components/SVGIcons/IconChevronLeftFilled.d.ts +2 -2
  430. package/components/SVGIcons/IconChevronLeftFilled.js +1 -29
  431. package/components/SVGIcons/IconChevronRight.d.ts +2 -2
  432. package/components/SVGIcons/IconChevronRight.js +1 -29
  433. package/components/SVGIcons/IconChevronRightFilled.d.ts +2 -2
  434. package/components/SVGIcons/IconChevronRightFilled.js +1 -29
  435. package/components/SVGIcons/IconChevronUp.d.ts +2 -2
  436. package/components/SVGIcons/IconChevronUp.js +1 -29
  437. package/components/SVGIcons/IconChevronUpDown.d.ts +2 -2
  438. package/components/SVGIcons/IconChevronUpDown.js +1 -32
  439. package/components/SVGIcons/IconChevronUpDownFilled.d.ts +2 -2
  440. package/components/SVGIcons/IconChevronUpDownFilled.js +1 -32
  441. package/components/SVGIcons/IconChevronUpFilled.d.ts +2 -2
  442. package/components/SVGIcons/IconChevronUpFilled.js +1 -29
  443. package/components/SVGIcons/IconClipboardDay.d.ts +2 -2
  444. package/components/SVGIcons/IconClipboardDay.js +1 -29
  445. package/components/SVGIcons/IconClock.d.ts +2 -2
  446. package/components/SVGIcons/IconClock.js +1 -32
  447. package/components/SVGIcons/IconClockDismiss.d.ts +2 -2
  448. package/components/SVGIcons/IconClockDismiss.js +1 -29
  449. package/components/SVGIcons/IconClockDismissFilled.d.ts +2 -2
  450. package/components/SVGIcons/IconClockDismissFilled.js +1 -29
  451. package/components/SVGIcons/IconClockFilled.d.ts +2 -2
  452. package/components/SVGIcons/IconClockFilled.js +1 -32
  453. package/components/SVGIcons/IconComment.d.ts +2 -2
  454. package/components/SVGIcons/IconComment.js +1 -32
  455. package/components/SVGIcons/IconCommentFilled.d.ts +2 -2
  456. package/components/SVGIcons/IconCommentFilled.js +1 -32
  457. package/components/SVGIcons/IconContractCard.d.ts +2 -2
  458. package/components/SVGIcons/IconContractCard.js +1 -29
  459. package/components/SVGIcons/IconContractCardFilled.d.ts +2 -2
  460. package/components/SVGIcons/IconContractCardFilled.js +1 -29
  461. package/components/SVGIcons/IconCopy.d.ts +2 -2
  462. package/components/SVGIcons/IconCopy.js +1 -29
  463. package/components/SVGIcons/IconCopyFilled.d.ts +2 -2
  464. package/components/SVGIcons/IconCopyFilled.js +1 -29
  465. package/components/SVGIcons/IconCubeTree.d.ts +2 -2
  466. package/components/SVGIcons/IconCubeTree.js +1 -29
  467. package/components/SVGIcons/IconCubeTreeFilled.d.ts +2 -2
  468. package/components/SVGIcons/IconCubeTreeFilled.js +1 -32
  469. package/components/SVGIcons/IconDatabase.d.ts +2 -2
  470. package/components/SVGIcons/IconDatabase.js +1 -32
  471. package/components/SVGIcons/IconDatabaseFilled.d.ts +2 -2
  472. package/components/SVGIcons/IconDatabaseFilled.js +1 -32
  473. package/components/SVGIcons/IconDelete.d.ts +2 -2
  474. package/components/SVGIcons/IconDelete.js +1 -29
  475. package/components/SVGIcons/IconDeleteFilled.d.ts +2 -2
  476. package/components/SVGIcons/IconDeleteFilled.js +1 -29
  477. package/components/SVGIcons/IconDeviceMeetingRoom.d.ts +2 -2
  478. package/components/SVGIcons/IconDeviceMeetingRoom.js +1 -29
  479. package/components/SVGIcons/IconDeviceMeetingRoomFilled.d.ts +2 -2
  480. package/components/SVGIcons/IconDeviceMeetingRoomFilled.js +1 -29
  481. package/components/SVGIcons/IconDismiss.d.ts +2 -2
  482. package/components/SVGIcons/IconDismiss.js +1 -29
  483. package/components/SVGIcons/IconDismissCircle.d.ts +2 -2
  484. package/components/SVGIcons/IconDismissCircle.js +1 -32
  485. package/components/SVGIcons/IconDismissCircleFilled.d.ts +2 -2
  486. package/components/SVGIcons/IconDismissCircleFilled.js +1 -32
  487. package/components/SVGIcons/IconDismissFilled.d.ts +2 -2
  488. package/components/SVGIcons/IconDismissFilled.js +1 -29
  489. package/components/SVGIcons/IconDocument.d.ts +2 -2
  490. package/components/SVGIcons/IconDocument.js +1 -29
  491. package/components/SVGIcons/IconDocumentBulletList.d.ts +2 -2
  492. package/components/SVGIcons/IconDocumentBulletList.js +1 -32
  493. package/components/SVGIcons/IconDocumentBulletListFilled.d.ts +2 -2
  494. package/components/SVGIcons/IconDocumentBulletListFilled.js +1 -32
  495. package/components/SVGIcons/IconDocumentEdit.d.ts +2 -2
  496. package/components/SVGIcons/IconDocumentEdit.js +1 -29
  497. package/components/SVGIcons/IconDocumentEditFilled.d.ts +2 -2
  498. package/components/SVGIcons/IconDocumentEditFilled.js +1 -29
  499. package/components/SVGIcons/IconDocumentFilled.d.ts +2 -2
  500. package/components/SVGIcons/IconDocumentFilled.js +1 -29
  501. package/components/SVGIcons/IconDocumentPerson.d.ts +2 -2
  502. package/components/SVGIcons/IconDocumentPerson.js +1 -29
  503. package/components/SVGIcons/IconEdit.d.ts +2 -2
  504. package/components/SVGIcons/IconEdit.js +1 -29
  505. package/components/SVGIcons/IconEditFilled.d.ts +2 -2
  506. package/components/SVGIcons/IconEditFilled.js +1 -29
  507. package/components/SVGIcons/IconErrorCircle.d.ts +2 -2
  508. package/components/SVGIcons/IconErrorCircle.js +1 -29
  509. package/components/SVGIcons/IconErrorCircleFilled.d.ts +2 -2
  510. package/components/SVGIcons/IconErrorCircleFilled.js +1 -29
  511. package/components/SVGIcons/IconEur.d.ts +2 -2
  512. package/components/SVGIcons/IconEur.js +1 -29
  513. package/components/SVGIcons/IconEurFilled.d.ts +2 -2
  514. package/components/SVGIcons/IconEurFilled.js +1 -29
  515. package/components/SVGIcons/IconExpandUpLeft.d.ts +2 -2
  516. package/components/SVGIcons/IconExpandUpLeft.js +1 -32
  517. package/components/SVGIcons/IconExpandUpLeftFilled.d.ts +2 -2
  518. package/components/SVGIcons/IconExpandUpLeftFilled.js +1 -32
  519. package/components/SVGIcons/IconExpandUpRight.d.ts +2 -2
  520. package/components/SVGIcons/IconExpandUpRight.js +1 -32
  521. package/components/SVGIcons/IconExpandUpRightFilled.d.ts +2 -2
  522. package/components/SVGIcons/IconExpandUpRightFilled.js +1 -32
  523. package/components/SVGIcons/IconEyeOff.d.ts +2 -2
  524. package/components/SVGIcons/IconEyeOff.js +1 -32
  525. package/components/SVGIcons/IconEyeOffFilled.d.ts +2 -2
  526. package/components/SVGIcons/IconEyeOffFilled.js +1 -32
  527. package/components/SVGIcons/IconEyeOn.d.ts +2 -2
  528. package/components/SVGIcons/IconEyeOn.js +1 -32
  529. package/components/SVGIcons/IconEyeOnFilled.d.ts +2 -2
  530. package/components/SVGIcons/IconEyeOnFilled.js +1 -32
  531. package/components/SVGIcons/IconFacebook.d.ts +2 -2
  532. package/components/SVGIcons/IconFacebook.js +3 -39
  533. package/components/SVGIcons/IconFastAcceleration.d.ts +4 -0
  534. package/components/SVGIcons/IconFastAcceleration.js +1 -0
  535. package/components/SVGIcons/IconFastAccelerationFilled.d.ts +4 -0
  536. package/components/SVGIcons/IconFastAccelerationFilled.js +1 -0
  537. package/components/SVGIcons/IconFeed.d.ts +4 -0
  538. package/components/SVGIcons/IconFeed.js +1 -0
  539. package/components/SVGIcons/IconFeedFilled.d.ts +4 -0
  540. package/components/SVGIcons/IconFeedFilled.js +1 -0
  541. package/components/SVGIcons/IconFilter.d.ts +2 -2
  542. package/components/SVGIcons/IconFilter.js +1 -29
  543. package/components/SVGIcons/IconFilterFilled.d.ts +2 -2
  544. package/components/SVGIcons/IconFilterFilled.js +1 -29
  545. package/components/SVGIcons/IconFlag.d.ts +2 -2
  546. package/components/SVGIcons/IconFlag.js +1 -32
  547. package/components/SVGIcons/IconFlagFilled.d.ts +2 -2
  548. package/components/SVGIcons/IconFlagFilled.js +1 -32
  549. package/components/SVGIcons/IconFolderLink.d.ts +2 -2
  550. package/components/SVGIcons/IconFolderLink.js +1 -29
  551. package/components/SVGIcons/IconFolderLinkFilled.d.ts +2 -2
  552. package/components/SVGIcons/IconFolderLinkFilled.js +1 -29
  553. package/components/SVGIcons/IconFood.d.ts +2 -2
  554. package/components/SVGIcons/IconFood.js +1 -29
  555. package/components/SVGIcons/IconFoodFilled.d.ts +2 -2
  556. package/components/SVGIcons/IconFoodFilled.js +1 -29
  557. package/components/SVGIcons/IconGb.d.ts +2 -2
  558. package/components/SVGIcons/IconGb.js +11 -72
  559. package/components/SVGIcons/IconGlobe.d.ts +2 -2
  560. package/components/SVGIcons/IconGlobe.js +1 -29
  561. package/components/SVGIcons/IconGlobeFilled.d.ts +2 -2
  562. package/components/SVGIcons/IconGlobeFilled.js +1 -29
  563. package/components/SVGIcons/IconGoogle.d.ts +2 -2
  564. package/components/SVGIcons/IconGoogle.js +3 -41
  565. package/components/SVGIcons/IconHandOpenHeart.d.ts +2 -2
  566. package/components/SVGIcons/IconHandOpenHeart.js +1 -32
  567. package/components/SVGIcons/IconHandOpenHeartFilled.d.ts +2 -2
  568. package/components/SVGIcons/IconHandOpenHeartFilled.js +1 -32
  569. package/components/SVGIcons/IconHeart.d.ts +2 -2
  570. package/components/SVGIcons/IconHeart.js +1 -32
  571. package/components/SVGIcons/IconHeartFilled.d.ts +2 -2
  572. package/components/SVGIcons/IconHeartFilled.js +1 -32
  573. package/components/SVGIcons/IconHistory.d.ts +2 -2
  574. package/components/SVGIcons/IconHistory.js +1 -32
  575. package/components/SVGIcons/IconHistoryFilled.d.ts +2 -2
  576. package/components/SVGIcons/IconHistoryFilled.js +1 -32
  577. package/components/SVGIcons/IconHome.d.ts +2 -2
  578. package/components/SVGIcons/IconHome.js +1 -32
  579. package/components/SVGIcons/IconHomeFilled.d.ts +2 -2
  580. package/components/SVGIcons/IconHomeFilled.js +1 -32
  581. package/components/SVGIcons/IconImage.d.ts +2 -2
  582. package/components/SVGIcons/IconImage.js +1 -32
  583. package/components/SVGIcons/IconImageFilled.d.ts +2 -2
  584. package/components/SVGIcons/IconImageFilled.js +1 -32
  585. package/components/SVGIcons/IconInfo.d.ts +2 -2
  586. package/components/SVGIcons/IconInfo.js +1 -29
  587. package/components/SVGIcons/IconInfoFilled.d.ts +2 -2
  588. package/components/SVGIcons/IconInfoFilled.js +1 -29
  589. package/components/SVGIcons/IconInstagram.d.ts +2 -2
  590. package/components/SVGIcons/IconInstagram.js +4 -40
  591. package/components/SVGIcons/IconKeyReset.d.ts +2 -2
  592. package/components/SVGIcons/IconKeyReset.js +1 -32
  593. package/components/SVGIcons/IconKeyResetFilled.d.ts +2 -2
  594. package/components/SVGIcons/IconKeyResetFilled.js +1 -32
  595. package/components/SVGIcons/IconLibrary.d.ts +4 -0
  596. package/components/SVGIcons/IconLibrary.js +1 -0
  597. package/components/SVGIcons/IconLibraryFilled.d.ts +4 -0
  598. package/components/SVGIcons/IconLibraryFilled.js +1 -0
  599. package/components/SVGIcons/IconLink.d.ts +2 -2
  600. package/components/SVGIcons/IconLink.js +1 -32
  601. package/components/SVGIcons/IconLinkFilled.d.ts +2 -2
  602. package/components/SVGIcons/IconLinkFilled.js +1 -32
  603. package/components/SVGIcons/IconLinkedin.d.ts +2 -2
  604. package/components/SVGIcons/IconLinkedin.js +1 -32
  605. package/components/SVGIcons/IconList.d.ts +2 -2
  606. package/components/SVGIcons/IconList.js +1 -29
  607. package/components/SVGIcons/IconListFilled.d.ts +2 -2
  608. package/components/SVGIcons/IconListFilled.js +1 -32
  609. package/components/SVGIcons/IconLocation.d.ts +2 -2
  610. package/components/SVGIcons/IconLocation.js +1 -32
  611. package/components/SVGIcons/IconLocationFilled.d.ts +2 -2
  612. package/components/SVGIcons/IconLocationFilled.js +1 -32
  613. package/components/SVGIcons/IconLockClosed.d.ts +2 -2
  614. package/components/SVGIcons/IconLockClosed.js +1 -32
  615. package/components/SVGIcons/IconLockClosedFilled.d.ts +2 -2
  616. package/components/SVGIcons/IconLockClosedFilled.js +1 -32
  617. package/components/SVGIcons/IconLockOpen.d.ts +2 -2
  618. package/components/SVGIcons/IconLockOpen.js +1 -32
  619. package/components/SVGIcons/IconLockOpenFilled.d.ts +2 -2
  620. package/components/SVGIcons/IconLockOpenFilled.js +1 -32
  621. package/components/SVGIcons/IconMail.d.ts +2 -2
  622. package/components/SVGIcons/IconMail.js +1 -32
  623. package/components/SVGIcons/IconMailAdd.d.ts +2 -2
  624. package/components/SVGIcons/IconMailAdd.js +1 -32
  625. package/components/SVGIcons/IconMailAddFilled.d.ts +2 -2
  626. package/components/SVGIcons/IconMailAddFilled.js +1 -32
  627. package/components/SVGIcons/IconMailArrowForward.d.ts +2 -2
  628. package/components/SVGIcons/IconMailArrowForward.js +1 -32
  629. package/components/SVGIcons/IconMailArrowForwardFilled.d.ts +2 -2
  630. package/components/SVGIcons/IconMailArrowForwardFilled.js +1 -32
  631. package/components/SVGIcons/IconMailFilled.d.ts +2 -2
  632. package/components/SVGIcons/IconMailFilled.js +1 -32
  633. package/components/SVGIcons/IconMailLink.d.ts +2 -2
  634. package/components/SVGIcons/IconMailLink.js +1 -32
  635. package/components/SVGIcons/IconMailLinkFilled.d.ts +2 -2
  636. package/components/SVGIcons/IconMailLinkFilled.js +1 -32
  637. package/components/SVGIcons/IconMedium.d.ts +2 -2
  638. package/components/SVGIcons/IconMedium.js +1 -32
  639. package/components/SVGIcons/IconMoon.d.ts +4 -0
  640. package/components/SVGIcons/IconMoon.js +1 -0
  641. package/components/SVGIcons/IconMore.d.ts +2 -2
  642. package/components/SVGIcons/IconMore.js +1 -32
  643. package/components/SVGIcons/IconMoreFilled.d.ts +2 -2
  644. package/components/SVGIcons/IconMoreFilled.js +1 -32
  645. package/components/SVGIcons/IconMoreVertical.d.ts +2 -2
  646. package/components/SVGIcons/IconMoreVertical.js +1 -32
  647. package/components/SVGIcons/IconMoreVerticalFilled.d.ts +2 -2
  648. package/components/SVGIcons/IconMoreVerticalFilled.js +1 -32
  649. package/components/SVGIcons/IconNavigation.d.ts +2 -2
  650. package/components/SVGIcons/IconNavigation.js +1 -32
  651. package/components/SVGIcons/IconNavigationFilled.d.ts +2 -2
  652. package/components/SVGIcons/IconNavigationFilled.js +1 -32
  653. package/components/SVGIcons/IconNotebook.d.ts +2 -2
  654. package/components/SVGIcons/IconNotebook.js +1 -32
  655. package/components/SVGIcons/IconNotebookAdd.d.ts +2 -2
  656. package/components/SVGIcons/IconNotebookAdd.js +7 -48
  657. package/components/SVGIcons/IconNotebookAddFilled.d.ts +2 -2
  658. package/components/SVGIcons/IconNotebookAddFilled.js +6 -45
  659. package/components/SVGIcons/IconNotebookFilled.d.ts +2 -2
  660. package/components/SVGIcons/IconNotebookFilled.js +1 -32
  661. package/components/SVGIcons/IconOnlyEmployee.d.ts +2 -2
  662. package/components/SVGIcons/IconOnlyEmployee.js +1 -29
  663. package/components/SVGIcons/IconOpen.d.ts +2 -2
  664. package/components/SVGIcons/IconOpen.js +1 -32
  665. package/components/SVGIcons/IconOpenFilled.d.ts +2 -2
  666. package/components/SVGIcons/IconOpenFilled.js +1 -32
  667. package/components/SVGIcons/IconPatient.d.ts +2 -2
  668. package/components/SVGIcons/IconPatient.js +1 -29
  669. package/components/SVGIcons/IconPatientFilled.d.ts +2 -2
  670. package/components/SVGIcons/IconPatientFilled.js +1 -29
  671. package/components/SVGIcons/IconPeople.d.ts +2 -2
  672. package/components/SVGIcons/IconPeople.js +1 -29
  673. package/components/SVGIcons/IconPeopleAdd.d.ts +2 -2
  674. package/components/SVGIcons/IconPeopleAdd.js +1 -32
  675. package/components/SVGIcons/IconPeopleAddFilled.d.ts +2 -2
  676. package/components/SVGIcons/IconPeopleAddFilled.js +1 -32
  677. package/components/SVGIcons/IconPeopleFilled.d.ts +2 -2
  678. package/components/SVGIcons/IconPeopleFilled.js +1 -32
  679. package/components/SVGIcons/IconPeopleList.d.ts +4 -0
  680. package/components/SVGIcons/IconPeopleList.js +1 -0
  681. package/components/SVGIcons/IconPeopleListFilled.d.ts +4 -0
  682. package/components/SVGIcons/IconPeopleListFilled.js +1 -0
  683. package/components/SVGIcons/IconPeopleTeam.d.ts +4 -0
  684. package/components/SVGIcons/IconPeopleTeam.js +1 -0
  685. package/components/SVGIcons/IconPeopleTeamFilled.d.ts +4 -0
  686. package/components/SVGIcons/IconPeopleTeamFilled.js +1 -0
  687. package/components/SVGIcons/IconPercent.d.ts +2 -2
  688. package/components/SVGIcons/IconPercent.js +1 -34
  689. package/components/SVGIcons/IconPerson.d.ts +2 -2
  690. package/components/SVGIcons/IconPerson.js +1 -32
  691. package/components/SVGIcons/IconPersonAccount.d.ts +2 -2
  692. package/components/SVGIcons/IconPersonAccount.js +1 -29
  693. package/components/SVGIcons/IconPersonAccountFilled.d.ts +2 -2
  694. package/components/SVGIcons/IconPersonAccountFilled.js +1 -29
  695. package/components/SVGIcons/IconPersonAdd.d.ts +2 -2
  696. package/components/SVGIcons/IconPersonAdd.js +1 -32
  697. package/components/SVGIcons/IconPersonAddFilled.d.ts +2 -2
  698. package/components/SVGIcons/IconPersonAddFilled.js +1 -32
  699. package/components/SVGIcons/IconPersonArrowLeft.d.ts +2 -2
  700. package/components/SVGIcons/IconPersonArrowLeft.js +1 -29
  701. package/components/SVGIcons/IconPersonArrowLeftFilled.d.ts +2 -2
  702. package/components/SVGIcons/IconPersonArrowLeftFilled.js +1 -29
  703. package/components/SVGIcons/IconPersonArrowRight.d.ts +2 -2
  704. package/components/SVGIcons/IconPersonArrowRight.js +1 -29
  705. package/components/SVGIcons/IconPersonArrowRightFilled.d.ts +2 -2
  706. package/components/SVGIcons/IconPersonArrowRightFilled.js +1 -29
  707. package/components/SVGIcons/IconPersonBoard.d.ts +2 -2
  708. package/components/SVGIcons/IconPersonBoard.js +1 -29
  709. package/components/SVGIcons/IconPersonFilled.d.ts +2 -2
  710. package/components/SVGIcons/IconPersonFilled.js +1 -32
  711. package/components/SVGIcons/IconPersonMinus.d.ts +2 -2
  712. package/components/SVGIcons/IconPersonMinus.js +1 -29
  713. package/components/SVGIcons/IconPersonStar.d.ts +2 -2
  714. package/components/SVGIcons/IconPersonStar.js +1 -32
  715. package/components/SVGIcons/IconPersonStarFilled.d.ts +2 -2
  716. package/components/SVGIcons/IconPersonStarFilled.js +1 -32
  717. package/components/SVGIcons/IconPersonSubtract.d.ts +2 -2
  718. package/components/SVGIcons/IconPersonSubtract.js +1 -32
  719. package/components/SVGIcons/IconPersonSubtractFilled.d.ts +2 -2
  720. package/components/SVGIcons/IconPersonSubtractFilled.js +1 -32
  721. package/components/SVGIcons/IconPhone.d.ts +2 -2
  722. package/components/SVGIcons/IconPhone.js +1 -32
  723. package/components/SVGIcons/IconPhoneFilled.d.ts +2 -2
  724. package/components/SVGIcons/IconPhoneFilled.js +1 -32
  725. package/components/SVGIcons/IconPlugConnected.d.ts +2 -2
  726. package/components/SVGIcons/IconPlugConnected.js +1 -29
  727. package/components/SVGIcons/IconPos.d.ts +2 -2
  728. package/components/SVGIcons/IconPos.js +1 -34
  729. package/components/SVGIcons/IconPosFilled.d.ts +2 -2
  730. package/components/SVGIcons/IconPosFilled.js +1 -34
  731. package/components/SVGIcons/IconProhibited.d.ts +2 -2
  732. package/components/SVGIcons/IconProhibited.js +1 -32
  733. package/components/SVGIcons/IconProhibitedFilled.d.ts +2 -2
  734. package/components/SVGIcons/IconProhibitedFilled.js +1 -32
  735. package/components/SVGIcons/IconProjectProduct.d.ts +2 -2
  736. package/components/SVGIcons/IconProjectProduct.js +1 -29
  737. package/components/SVGIcons/IconQuestion.d.ts +2 -2
  738. package/components/SVGIcons/IconQuestion.js +1 -32
  739. package/components/SVGIcons/IconQuestionFilled.d.ts +2 -2
  740. package/components/SVGIcons/IconQuestionFilled.js +1 -32
  741. package/components/SVGIcons/IconRedo.d.ts +2 -2
  742. package/components/SVGIcons/IconRedo.js +1 -32
  743. package/components/SVGIcons/IconRedoFilled.d.ts +2 -2
  744. package/components/SVGIcons/IconRedoFilled.js +1 -32
  745. package/components/SVGIcons/IconRibbon.d.ts +4 -0
  746. package/components/SVGIcons/IconRibbon.js +1 -0
  747. package/components/SVGIcons/IconRu.d.ts +2 -2
  748. package/components/SVGIcons/IconRu.js +6 -61
  749. package/components/SVGIcons/IconRub.d.ts +2 -2
  750. package/components/SVGIcons/IconRub.js +1 -29
  751. package/components/SVGIcons/IconRubFilled.d.ts +2 -2
  752. package/components/SVGIcons/IconRubFilled.js +1 -29
  753. package/components/SVGIcons/IconSave.d.ts +2 -2
  754. package/components/SVGIcons/IconSave.js +1 -32
  755. package/components/SVGIcons/IconSaveFilled.d.ts +2 -2
  756. package/components/SVGIcons/IconSaveFilled.js +1 -32
  757. package/components/SVGIcons/IconSavings.d.ts +2 -2
  758. package/components/SVGIcons/IconSavings.js +1 -32
  759. package/components/SVGIcons/IconSavingsFilled.d.ts +2 -2
  760. package/components/SVGIcons/IconSavingsFilled.js +1 -32
  761. package/components/SVGIcons/IconSearch.d.ts +2 -2
  762. package/components/SVGIcons/IconSearch.js +1 -32
  763. package/components/SVGIcons/IconSearchFilled.d.ts +2 -2
  764. package/components/SVGIcons/IconSearchFilled.js +1 -32
  765. package/components/SVGIcons/IconSelectAllOff.d.ts +2 -2
  766. package/components/SVGIcons/IconSelectAllOff.js +1 -32
  767. package/components/SVGIcons/IconSelectAllOffFilled.d.ts +2 -2
  768. package/components/SVGIcons/IconSelectAllOffFilled.js +1 -32
  769. package/components/SVGIcons/IconSelectAllOn.d.ts +2 -2
  770. package/components/SVGIcons/IconSelectAllOn.js +1 -32
  771. package/components/SVGIcons/IconSelectAllOnFilled.d.ts +2 -2
  772. package/components/SVGIcons/IconSelectAllOnFilled.js +1 -32
  773. package/components/SVGIcons/IconSend.d.ts +2 -2
  774. package/components/SVGIcons/IconSend.js +1 -32
  775. package/components/SVGIcons/IconSendFilled.d.ts +2 -2
  776. package/components/SVGIcons/IconSendFilled.js +1 -32
  777. package/components/SVGIcons/IconSettings.d.ts +2 -2
  778. package/components/SVGIcons/IconSettings.js +1 -29
  779. package/components/SVGIcons/IconSettingsFilled.d.ts +2 -2
  780. package/components/SVGIcons/IconSettingsFilled.js +1 -32
  781. package/components/SVGIcons/IconShare.d.ts +2 -2
  782. package/components/SVGIcons/IconShare.js +1 -32
  783. package/components/SVGIcons/IconShareAndroid.d.ts +2 -2
  784. package/components/SVGIcons/IconShareAndroid.js +1 -32
  785. package/components/SVGIcons/IconShareAndroidFilled.d.ts +2 -2
  786. package/components/SVGIcons/IconShareAndroidFilled.js +1 -32
  787. package/components/SVGIcons/IconShareFilled.d.ts +2 -2
  788. package/components/SVGIcons/IconShareFilled.js +1 -32
  789. package/components/SVGIcons/IconSignOut.d.ts +2 -2
  790. package/components/SVGIcons/IconSignOut.js +1 -32
  791. package/components/SVGIcons/IconSignOutFilled.d.ts +2 -2
  792. package/components/SVGIcons/IconSignOutFilled.js +1 -32
  793. package/components/SVGIcons/IconSpinner.d.ts +2 -2
  794. package/components/SVGIcons/IconSpinner.js +1 -32
  795. package/components/SVGIcons/IconSpinnerFilled.d.ts +2 -2
  796. package/components/SVGIcons/IconSpinnerFilled.js +1 -32
  797. package/components/SVGIcons/IconStatus.d.ts +2 -2
  798. package/components/SVGIcons/IconStatus.js +1 -32
  799. package/components/SVGIcons/IconStatusFilled.d.ts +2 -2
  800. package/components/SVGIcons/IconStatusFilled.js +1 -32
  801. package/components/SVGIcons/IconSubtract.d.ts +2 -2
  802. package/components/SVGIcons/IconSubtract.js +1 -32
  803. package/components/SVGIcons/IconSubtractCircle.d.ts +2 -2
  804. package/components/SVGIcons/IconSubtractCircle.js +1 -32
  805. package/components/SVGIcons/IconSubtractCircleFilled.d.ts +2 -2
  806. package/components/SVGIcons/IconSubtractCircleFilled.js +1 -32
  807. package/components/SVGIcons/IconSubtractFilled.d.ts +2 -2
  808. package/components/SVGIcons/IconSubtractFilled.js +1 -32
  809. package/components/SVGIcons/IconSun.d.ts +4 -0
  810. package/components/SVGIcons/IconSun.js +10 -0
  811. package/components/SVGIcons/IconTableCellEdit.d.ts +2 -2
  812. package/components/SVGIcons/IconTableCellEdit.js +3 -36
  813. package/components/SVGIcons/IconTableCellEditFilled.d.ts +2 -2
  814. package/components/SVGIcons/IconTableCellEditFilled.js +5 -42
  815. package/components/SVGIcons/IconTelegram.d.ts +2 -2
  816. package/components/SVGIcons/IconTelegram.js +3 -41
  817. package/components/SVGIcons/IconTimer.d.ts +2 -2
  818. package/components/SVGIcons/IconTimer.js +1 -32
  819. package/components/SVGIcons/IconTimerFilled.d.ts +2 -2
  820. package/components/SVGIcons/IconTimerFilled.js +1 -32
  821. package/components/SVGIcons/IconTrophy.d.ts +4 -0
  822. package/components/SVGIcons/IconTrophy.js +1 -0
  823. package/components/SVGIcons/IconTrophyFilled.d.ts +4 -0
  824. package/components/SVGIcons/IconTrophyFilled.js +1 -0
  825. package/components/SVGIcons/IconTwitter.d.ts +2 -2
  826. package/components/SVGIcons/IconTwitter.js +1 -32
  827. package/components/SVGIcons/IconUndo.d.ts +2 -2
  828. package/components/SVGIcons/IconUndo.js +1 -32
  829. package/components/SVGIcons/IconUndoFilled.d.ts +2 -2
  830. package/components/SVGIcons/IconUndoFilled.js +1 -32
  831. package/components/SVGIcons/IconUnitsEmployee.d.ts +2 -2
  832. package/components/SVGIcons/IconUnitsEmployee.js +1 -29
  833. package/components/SVGIcons/IconUpload.d.ts +2 -2
  834. package/components/SVGIcons/IconUpload.js +1 -29
  835. package/components/SVGIcons/IconUs.d.ts +4 -0
  836. package/components/SVGIcons/IconUs.js +11 -0
  837. package/components/SVGIcons/IconUsd.d.ts +2 -2
  838. package/components/SVGIcons/IconUsd.js +1 -29
  839. package/components/SVGIcons/IconUsdFilled.d.ts +2 -2
  840. package/components/SVGIcons/IconUsdFilled.js +1 -29
  841. package/components/SVGIcons/IconUserMinus.d.ts +2 -2
  842. package/components/SVGIcons/IconUserMinus.js +1 -32
  843. package/components/SVGIcons/IconVideo.d.ts +2 -2
  844. package/components/SVGIcons/IconVideo.js +1 -29
  845. package/components/SVGIcons/IconVideoFilled.d.ts +2 -2
  846. package/components/SVGIcons/IconVideoFilled.js +1 -29
  847. package/components/SVGIcons/IconWallet.d.ts +2 -2
  848. package/components/SVGIcons/IconWallet.js +1 -32
  849. package/components/SVGIcons/IconWalletFilled.d.ts +2 -2
  850. package/components/SVGIcons/IconWalletFilled.js +1 -32
  851. package/components/SVGIcons/IconWarning.d.ts +2 -2
  852. package/components/SVGIcons/IconWarning.js +1 -29
  853. package/components/SVGIcons/IconWarningFilled.d.ts +2 -2
  854. package/components/SVGIcons/IconWarningFilled.js +1 -29
  855. package/components/SVGIcons/IconYoutube.d.ts +2 -2
  856. package/components/SVGIcons/IconYoutube.js +1 -32
  857. package/components/Select/ButtonSelect/ButtonSelect.js +3 -198
  858. package/components/Select/FilterSelect/FilterDropdown.js +3 -96
  859. package/components/Select/FilterSelect/FilterGroupDropdown.js +4 -83
  860. package/components/Select/FilterSelect/FilterSelect.js +4 -202
  861. package/components/Select/MultiSelect/DesktopWrapper.js +1 -56
  862. package/components/Select/MultiSelect/MobileWrapper.js +2 -78
  863. package/components/Select/MultiSelect/MultiBase/MultiBase.js +5 -214
  864. package/components/Select/MultiSelect/MultiSelect.js +3 -246
  865. package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.js +7 -268
  866. package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.js +7 -253
  867. package/components/Select/MultiSelect/OptionsWrapper.js +1 -177
  868. package/components/Select/NestedSelect/NestedSelect.js +4 -200
  869. package/components/Select/ProfileDropdown/index.js +10 -83
  870. package/components/Select/Select/Select.js +1 -257
  871. package/components/Select/Select/SelectDesktop/index.js +2 -223
  872. package/components/Select/Select/SelectMobile/MobileTopContent.js +2 -91
  873. package/components/Select/Select/SelectMobile/index.js +5 -196
  874. package/components/Select/Select/helpers.js +1 -10
  875. package/components/Select/SharedComponents/Actions.js +3 -116
  876. package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.js +3 -44
  877. package/components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.js +3 -132
  878. package/components/Select/SharedComponents/ContentTop.d.ts +1 -0
  879. package/components/Select/SharedComponents/ContentTop.js +3 -179
  880. package/components/Select/SharedComponents/Footer.js +6 -99
  881. package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.js +3 -164
  882. package/components/Select/SharedComponents/Loading.js +2 -17
  883. package/components/Select/SharedComponents/index.js +1 -92
  884. package/components/Select/constants.js +1 -9
  885. package/components/Select/helper.d.ts +0 -0
  886. package/components/Select/helper.js +0 -0
  887. package/components/Select/index.js +1 -114
  888. package/components/Select/localization.js +1 -31
  889. package/components/Select/types.d.ts +9 -5
  890. package/components/Select/types.js +0 -1
  891. package/components/SideSheet/Footer/Footer.js +5 -101
  892. package/components/SideSheet/SideSheet.js +8 -211
  893. package/components/SideSheet/index.js +1 -56
  894. package/components/SideSheet/types.js +0 -1
  895. package/components/Snackbar/Snackbar.js +5 -126
  896. package/components/Snackbar/consts.d.ts +3 -4
  897. package/components/Snackbar/consts.js +1 -15
  898. package/components/Snackbar/index.js +1 -54
  899. package/components/Snackbar/types.js +0 -1
  900. package/components/Status/Status.js +4 -53
  901. package/components/Status/index.js +1 -8
  902. package/components/Status/types.d.ts +1 -1
  903. package/components/Status/types.js +0 -1
  904. package/components/Stepper/Stepper.js +2 -45
  905. package/components/Stepper/index.js +1 -3
  906. package/components/Stepper/types.js +0 -1
  907. package/components/Switcher/Switcher.js +5 -116
  908. package/components/Switcher/index.js +1 -55
  909. package/components/Switcher/types.d.ts +2 -0
  910. package/components/Switcher/types.js +0 -1
  911. package/components/Tab/Tab.js +2 -37
  912. package/components/Tab/TabItem.js +3 -54
  913. package/components/Tab/index.js +1 -11
  914. package/components/Tab/types.js +0 -1
  915. package/components/Table/Header.d.ts +2 -1
  916. package/components/Table/Header.js +4 -123
  917. package/components/Table/IndeterminateCheckbox.d.ts +1 -0
  918. package/components/Table/IndeterminateCheckbox.js +1 -78
  919. package/components/Table/Row.d.ts +2 -1
  920. package/components/Table/Row.js +3 -94
  921. package/components/Table/Table.d.ts +1 -1
  922. package/components/Table/Table.js +6 -163
  923. package/components/Table/index.js +1 -61
  924. package/components/Table/localization.d.ts +5 -0
  925. package/components/Table/localization.js +1 -0
  926. package/components/Table/types.d.ts +6 -0
  927. package/components/Table/types.js +0 -1
  928. package/components/Table/utils.js +3 -78
  929. package/components/TableV2/AdvancedPagination.d.ts +8 -0
  930. package/components/TableV2/AdvancedPagination.js +12 -0
  931. package/components/TableV2/ColumnHeader.d.ts +9 -0
  932. package/components/TableV2/ColumnHeader.js +6 -0
  933. package/components/TableV2/ColumnSettings.d.ts +9 -0
  934. package/components/TableV2/ColumnSettings.js +8 -0
  935. package/components/TableV2/IndeterminateCheckbox.d.ts +13 -0
  936. package/components/TableV2/IndeterminateCheckbox.js +2 -0
  937. package/components/TableV2/Table.d.ts +3 -0
  938. package/components/TableV2/Table.js +8 -0
  939. package/components/TableV2/constants/index.d.ts +6 -0
  940. package/components/TableV2/constants/index.js +1 -0
  941. package/components/TableV2/hooks/useTableColumnSettings.d.ts +2 -0
  942. package/components/TableV2/hooks/useTableColumnSettings.js +1 -0
  943. package/components/TableV2/hooks/useTableControl.d.ts +11 -0
  944. package/components/TableV2/hooks/useTableControl.js +1 -0
  945. package/components/TableV2/index.d.ts +3 -0
  946. package/components/TableV2/index.js +1 -0
  947. package/components/TableV2/loadTableSettings.d.ts +2 -0
  948. package/components/TableV2/loadTableSettings.js +1 -0
  949. package/components/TableV2/types.d.ts +70 -0
  950. package/components/TableV2/types.js +0 -0
  951. package/components/Text/Text.js +2 -36
  952. package/components/Text/index.js +1 -5
  953. package/components/Text/types.d.ts +1 -1
  954. package/components/Text/types.js +0 -1
  955. package/components/Textarea/Textarea.js +6 -144
  956. package/components/Textarea/index.js +1 -56
  957. package/components/Textarea/types.js +0 -1
  958. package/components/Tooltip/Tooltip.js +1 -103
  959. package/components/Tooltip/index.js +1 -18
  960. package/components/Tooltip/types.d.ts +0 -1
  961. package/components/Tooltip/types.js +1 -13
  962. package/components/UnderConstruction/UnderConstruction.d.ts +3 -0
  963. package/components/UnderConstruction/UnderConstruction.js +6 -0
  964. package/components/UnderConstruction/index.d.ts +1 -0
  965. package/components/UnderConstruction/index.js +1 -0
  966. package/components/UnderConstruction/localization.d.ts +4 -0
  967. package/components/UnderConstruction/localization.js +1 -0
  968. package/components/UnderConstruction/types.d.ts +12 -0
  969. package/components/UnderConstruction/types.js +0 -0
  970. package/consts/index.d.ts +18 -0
  971. package/consts/index.js +1 -67
  972. package/context/FormContextProvider.d.ts +3 -2
  973. package/context/FormContextProvider.js +1 -12
  974. package/context/index.js +1 -5
  975. package/context/types.js +1 -12
  976. package/helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js +2 -15
  977. package/helperComponents/AnimatePresenceWrapper/index.js +1 -3
  978. package/helperComponents/CodeBlock/CodeBlock.js +2 -178
  979. package/helperComponents/CodeBlock/index.js +1 -3
  980. package/helperComponents/ErrorMessage/ErrorMessage.js +3 -27
  981. package/helperComponents/ErrorMessage/consts.d.ts +3 -0
  982. package/helperComponents/ErrorMessage/consts.js +1 -0
  983. package/helperComponents/ErrorMessage/index.js +1 -8
  984. package/helperComponents/ErrorMessage/types.js +0 -1
  985. package/helperComponents/GoToWebPage/GoToWebPage.js +1 -67
  986. package/helperComponents/IconDynamicComponent/IconDynamicComponent.d.ts +6 -8
  987. package/helperComponents/IconDynamicComponent/IconDynamicComponent.js +1 -26
  988. package/helperComponents/IconDynamicComponent/index.js +1 -3
  989. package/helperComponents/Label/Label.js +1 -29
  990. package/helperComponents/Label/index.js +1 -6
  991. package/helperComponents/Label/types.js +0 -1
  992. package/helperComponents/Loader/Loader.js +2 -15
  993. package/helperComponents/Loader/index.js +1 -2
  994. package/helperComponents/Loader/types.js +0 -1
  995. package/helperComponents/OptionItem/OptionItem.js +5 -150
  996. package/helperComponents/OptionItem/index.js +1 -64
  997. package/helperComponents/OptionItem/types.js +0 -1
  998. package/helpers/check-authorization.js +1 -114
  999. package/helpers/download-file.js +1 -10
  1000. package/helpers/format-date.js +1 -46
  1001. package/helpers/get-module-prefix.js +1 -6
  1002. package/helpers/index.d.ts +1 -0
  1003. package/helpers/index.js +1 -59
  1004. package/helpers/isDeepEqual.js +1 -18
  1005. package/helpers/locale.js +1 -17
  1006. package/helpers/logout.d.ts +1 -0
  1007. package/helpers/logout.js +1 -0
  1008. package/helpers/storage.js +1 -20
  1009. package/hooks/index.js +1 -21
  1010. package/hooks/useAnimation.d.ts +12 -0
  1011. package/hooks/useAnimation.js +1 -0
  1012. package/hooks/useChangePositionsOnScroll.js +1 -34
  1013. package/hooks/useDispatchEventOnScroll.js +1 -14
  1014. package/hooks/useEscapeKey.d.ts +5 -0
  1015. package/hooks/useEscapeKey.js +1 -0
  1016. package/hooks/useFieldArray.js +1 -1
  1017. package/hooks/useFormContext.js +1 -10
  1018. package/hooks/useFormProps.js +1 -10
  1019. package/hooks/useGetElemPositions.js +1 -19
  1020. package/hooks/useGetElemSizes.js +1 -16
  1021. package/hooks/useGetHasBottomSpace.js +1 -26
  1022. package/hooks/useGetIsMobile.js +1 -49
  1023. package/hooks/useGetTooltipPosition.js +1 -85
  1024. package/hooks/useGetTooltipStyles.js +1 -89
  1025. package/hooks/useHideBodyScroll.js +1 -35
  1026. package/hooks/useHideOnScroll.d.ts +1 -1
  1027. package/hooks/useHideOnScroll.js +1 -26
  1028. package/hooks/useOnOutsideClick.js +1 -52
  1029. package/hooks/useScreenSize.js +1 -38
  1030. package/package.json +16 -8
  1031. package/type/file-upload.js +1 -8
  1032. package/type/index.d.ts +1 -0
  1033. package/type/index.js +1 -4
  1034. package/type/locale.js +1 -14
  1035. package/type/notification.js +1 -9
  1036. package/type/status-code.js +1 -9
  1037. package/type/svg-icons.js +0 -0
  1038. package/utils/helpers.d.ts +1 -0
  1039. package/utils/helpers.js +1 -89
  1040. package/Alert-V_kH4Snn.js +0 -751
  1041. package/assets/images/avatar.jpg +0 -0
  1042. package/assets/styles/styles.scss +0 -1
  1043. package/components/SVGIcons/index.d.ts +0 -300
  1044. package/components/SVGIcons/index.js +0 -303
  1045. package/components/SVGIcons/types.js +0 -1
  1046. package/helperComponents/IconDynamicComponent/constants.d.ts +0 -3
  1047. package/helperComponents/IconDynamicComponent/constants.js +0 -33
  1048. package/helperComponents/index.d.ts +0 -6
  1049. package/helperComponents/index.js +0 -65
  1050. package/index.d.ts +0 -46
  1051. package/index.js +0 -454
  1052. package/types.d.js +0 -1
  1053. /package/{components/SVGIcons/types.d.ts → type/svg-icons.d.ts} +0 -0
@@ -1,29 +1 @@
1
- import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import React from 'react';
3
- import classNames from 'classnames';
4
-
5
- var IconPersonArrowRight = function IconPersonArrowRight(_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.3134 15.4999C11.4857 14.9665 11.7252 14.4631 12.0217 13.9999H4.25229C3.01027 13.9999 2.00342 15.0068 2.00342 16.2488V16.8265C2.00342 17.7193 2.32194 18.5828 2.9017 19.2617C4.468 21.0959 6.85401 22.0011 9.99988 22.0011C10.9311 22.0011 11.7958 21.9218 12.5925 21.7625C12.2333 21.3493 11.9254 20.8903 11.6788 20.3954C11.1552 20.4658 10.5958 20.5011 9.99988 20.5011C7.26157 20.5011 5.29569 19.7553 4.04239 18.2876C3.69453 17.8802 3.50342 17.3622 3.50342 16.8265V16.2488C3.50342 15.8352 3.8387 15.4999 4.25229 15.4999H11.3134ZM9.99988 2.00464C12.7613 2.00464 14.9999 4.24321 14.9999 7.00464C14.9999 9.76606 12.7613 12.0046 9.99988 12.0046C7.23845 12.0046 4.99988 9.76606 4.99988 7.00464C4.99988 4.24321 7.23845 2.00464 9.99988 2.00464ZM9.99988 3.50464C8.06688 3.50464 6.49988 5.07164 6.49988 7.00464C6.49988 8.93764 8.06688 10.5046 9.99988 10.5046C11.9329 10.5046 13.4999 8.93764 13.4999 7.00464C13.4999 5.07164 11.9329 3.50464 9.99988 3.50464ZM22.9999 17.5C22.9999 20.5376 20.5374 23 17.4999 23C14.4623 23 11.9999 20.5376 11.9999 17.5C11.9999 14.4624 14.4623 12 17.4999 12C20.5374 12 22.9999 14.4624 22.9999 17.5ZM18.3534 14.6465C18.1582 14.4512 17.8416 14.4512 17.6463 14.6465C17.4511 14.8418 17.4511 15.1583 17.6463 15.3536L19.2927 17H14.9999C14.7237 17 14.4999 17.2239 14.4999 17.5C14.4999 17.7761 14.7237 18 14.9999 18H19.2928L17.6463 19.6465C17.4511 19.8418 17.4511 20.1583 17.6463 20.3536C17.8416 20.5489 18.1582 20.5489 18.3534 20.3536L20.8534 17.8536C20.9066 17.8004 20.9453 17.7383 20.9695 17.672C20.9881 17.6211 20.9988 17.5664 20.9998 17.5093L20.9999 17.5C20.9999 17.4228 20.9824 17.3498 20.9512 17.2845C20.9359 17.2525 20.917 17.2217 20.8944 17.1928C20.8805 17.175 20.8655 17.1582 20.8493 17.1424L18.3534 14.6465Z",
25
- fill: "#0E121B"
26
- }));
27
- };
28
-
29
- export { IconPersonArrowRight, IconPersonArrowRight as default };
1
+ import{jsx as n}from"react/jsx-runtime";import e from"classnames";const l=({size:C,type:s,className:i="",onClick:a,refHandler:o,id:t,dataId:l})=>/* @__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":l?`${l}-svg-icon`:"",children:/* @__PURE__ */n("path",{d:"M11.3134 15.4999C11.4857 14.9665 11.7252 14.4631 12.0217 13.9999H4.25229C3.01027 13.9999 2.00342 15.0068 2.00342 16.2488V16.8265C2.00342 17.7193 2.32194 18.5828 2.9017 19.2617C4.468 21.0959 6.85401 22.0011 9.99988 22.0011C10.9311 22.0011 11.7958 21.9218 12.5925 21.7625C12.2333 21.3493 11.9254 20.8903 11.6788 20.3954C11.1552 20.4658 10.5958 20.5011 9.99988 20.5011C7.26157 20.5011 5.29569 19.7553 4.04239 18.2876C3.69453 17.8802 3.50342 17.3622 3.50342 16.8265V16.2488C3.50342 15.8352 3.8387 15.4999 4.25229 15.4999H11.3134ZM9.99988 2.00464C12.7613 2.00464 14.9999 4.24321 14.9999 7.00464C14.9999 9.76606 12.7613 12.0046 9.99988 12.0046C7.23845 12.0046 4.99988 9.76606 4.99988 7.00464C4.99988 4.24321 7.23845 2.00464 9.99988 2.00464ZM9.99988 3.50464C8.06688 3.50464 6.49988 5.07164 6.49988 7.00464C6.49988 8.93764 8.06688 10.5046 9.99988 10.5046C11.9329 10.5046 13.4999 8.93764 13.4999 7.00464C13.4999 5.07164 11.9329 3.50464 9.99988 3.50464ZM22.9999 17.5C22.9999 20.5376 20.5374 23 17.4999 23C14.4623 23 11.9999 20.5376 11.9999 17.5C11.9999 14.4624 14.4623 12 17.4999 12C20.5374 12 22.9999 14.4624 22.9999 17.5ZM18.3534 14.6465C18.1582 14.4512 17.8416 14.4512 17.6463 14.6465C17.4511 14.8418 17.4511 15.1583 17.6463 15.3536L19.2927 17H14.9999C14.7237 17 14.4999 17.2239 14.4999 17.5C14.4999 17.7761 14.7237 18 14.9999 18H19.2928L17.6463 19.6465C17.4511 19.8418 17.4511 20.1583 17.6463 20.3536C17.8416 20.5489 18.1582 20.5489 18.3534 20.3536L20.8534 17.8536C20.9066 17.8004 20.9453 17.7383 20.9695 17.672C20.9881 17.6211 20.9988 17.5664 20.9998 17.5093L20.9999 17.5C20.9999 17.4228 20.9824 17.3498 20.9512 17.2845C20.9359 17.2525 20.917 17.2217 20.8944 17.1928C20.8805 17.175 20.8655 17.1582 20.8493 17.1424L18.3534 14.6465Z"})});export{l as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
3
- export declare const IconPersonArrowRightFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconPersonArrowRightFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconPersonArrowRightFilled;
@@ -1,29 +1 @@
1
- import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import React from 'react';
3
- import classNames from 'classnames';
4
-
5
- var IconPersonArrowRightFilled = function IconPersonArrowRightFilled(_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: "M10.9999 17.5C10.9999 16.2113 11.3749 15.0102 12.0217 13.9999H4.25229C3.01027 13.9999 2.00342 15.0068 2.00342 16.2488V17.1688C2.00342 17.7409 2.18182 18.2987 2.51379 18.7646C4.05595 20.9289 6.57891 22.0011 9.99988 22.0011C10.931 22.0011 11.7957 21.9217 12.5924 21.7624C11.6004 20.6213 10.9999 19.1308 10.9999 17.5ZM9.99988 2.00464C12.7613 2.00464 14.9999 4.24321 14.9999 7.00464C14.9999 9.76606 12.7613 12.0046 9.99988 12.0046C7.23845 12.0046 4.99988 9.76606 4.99988 7.00464C4.99988 4.24321 7.23845 2.00464 9.99988 2.00464ZM22.9999 17.5C22.9999 20.5376 20.5374 23 17.4999 23C14.4623 23 11.9999 20.5376 11.9999 17.5C11.9999 14.4624 14.4623 12 17.4999 12C20.5374 12 22.9999 14.4624 22.9999 17.5ZM18.3534 14.6465C18.1582 14.4512 17.8416 14.4512 17.6463 14.6465C17.4511 14.8418 17.4511 15.1583 17.6463 15.3536L19.2927 17H14.9999C14.7237 17 14.4999 17.2239 14.4999 17.5C14.4999 17.7761 14.7237 18 14.9999 18H19.2928L17.6463 19.6465C17.4511 19.8418 17.4511 20.1583 17.6463 20.3536C17.8416 20.5489 18.1582 20.5489 18.3534 20.3536L20.8534 17.8536C20.9066 17.8004 20.9453 17.7383 20.9695 17.672C20.9881 17.6211 20.9988 17.5664 20.9998 17.5093L20.9999 17.5C20.9999 17.4228 20.9824 17.3498 20.9512 17.2845C20.9359 17.2525 20.917 17.2217 20.8944 17.1928C20.8805 17.175 20.8655 17.1582 20.8493 17.1424L18.3534 14.6465Z",
25
- fill: "#0E121B"
26
- }));
27
- };
28
-
29
- export { IconPersonArrowRightFilled, IconPersonArrowRightFilled as default };
1
+ import{jsx as n}from"react/jsx-runtime";import c from"classnames";const v=({size:C,type:s,className:e="",onClick:i,refHandler:a,id:o,dataId:t})=>/* @__PURE__ */n("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${C}`]:C,[`svg-icon__type-${s}`]:s,[e]:e}),viewBox:"0 0 24 24",fill:"none",onClick:i,ref:a,id:o,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */n("path",{d:"M10.9999 17.5C10.9999 16.2113 11.3749 15.0102 12.0217 13.9999H4.25229C3.01027 13.9999 2.00342 15.0068 2.00342 16.2488V17.1688C2.00342 17.7409 2.18182 18.2987 2.51379 18.7646C4.05595 20.9289 6.57891 22.0011 9.99988 22.0011C10.931 22.0011 11.7957 21.9217 12.5924 21.7624C11.6004 20.6213 10.9999 19.1308 10.9999 17.5ZM9.99988 2.00464C12.7613 2.00464 14.9999 4.24321 14.9999 7.00464C14.9999 9.76606 12.7613 12.0046 9.99988 12.0046C7.23845 12.0046 4.99988 9.76606 4.99988 7.00464C4.99988 4.24321 7.23845 2.00464 9.99988 2.00464ZM22.9999 17.5C22.9999 20.5376 20.5374 23 17.4999 23C14.4623 23 11.9999 20.5376 11.9999 17.5C11.9999 14.4624 14.4623 12 17.4999 12C20.5374 12 22.9999 14.4624 22.9999 17.5ZM18.3534 14.6465C18.1582 14.4512 17.8416 14.4512 17.6463 14.6465C17.4511 14.8418 17.4511 15.1583 17.6463 15.3536L19.2927 17H14.9999C14.7237 17 14.4999 17.2239 14.4999 17.5C14.4999 17.7761 14.7237 18 14.9999 18H19.2928L17.6463 19.6465C17.4511 19.8418 17.4511 20.1583 17.6463 20.3536C17.8416 20.5489 18.1582 20.5489 18.3534 20.3536L20.8534 17.8536C20.9066 17.8004 20.9453 17.7383 20.9695 17.672C20.9881 17.6211 20.9988 17.5664 20.9998 17.5093L20.9999 17.5C20.9999 17.4228 20.9824 17.3498 20.9512 17.2845C20.9359 17.2525 20.917 17.2217 20.8944 17.1928C20.8805 17.175 20.8655 17.1582 20.8493 17.1424L18.3534 14.6465Z"})});export{v as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
3
- export declare const IconPersonBoard: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconPersonBoard: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconPersonBoard;
@@ -1,29 +1 @@
1
- import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import React from 'react';
3
- import classNames from 'classnames';
4
-
5
- var IconPersonBoard = function IconPersonBoard(_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.4375 9.1875C11.4375 8.46263 10.8499 7.875 10.125 7.875H5.625C4.90013 7.875 4.3125 8.46263 4.3125 9.1875V9.5625C4.3125 10.3717 4.69902 10.804 5.34452 11.2129C5.98137 11.6163 6.86442 11.8125 7.875 11.8125C9.0666 11.8125 9.9562 11.6186 10.552 11.209C11.1618 10.7897 11.4375 10.3509 11.4375 9.5625V9.1875ZM5.4375 9.1875C5.4375 9.08395 5.52145 9 5.625 9H10.125C10.2286 9 10.3125 9.08395 10.3125 9.1875V9.5625C10.3125 9.76231 10.2866 9.80894 10.2359 9.89998C10.2232 9.9229 10.2088 9.94866 10.193 9.98037C10.1153 10.1357 9.99497 10.2635 9.81586 10.367C9.44651 10.5805 8.83424 10.6875 7.875 10.6875C7.11087 10.6875 6.49027 10.5827 6.06736 10.363C5.85835 10.2544 5.70275 10.1204 5.59902 9.96168C5.57492 9.9248 5.55326 9.8963 5.53421 9.87124C5.47183 9.78916 5.4375 9.74399 5.4375 9.5625V9.1875ZM9.75 5.625C9.75 6.66053 8.91053 7.5 7.875 7.5C6.83947 7.5 6 6.66053 6 5.625C6 4.58947 6.83947 3.75 7.875 3.75C8.91053 3.75 9.75 4.58947 9.75 5.625ZM8.625 5.625C8.625 5.21079 8.28921 4.875 7.875 4.875C7.46079 4.875 7.125 5.21079 7.125 5.625C7.125 6.03921 7.46079 6.375 7.875 6.375C8.28921 6.375 8.625 6.03921 8.625 5.625ZM2.25 4.6875C2.25 3.34131 3.34131 2.25 4.6875 2.25H11.0625C12.4087 2.25 13.5 3.34131 13.5 4.6875V11.0625C13.5 12.4087 12.4087 13.5 11.0625 13.5H4.6875C3.34131 13.5 2.25 12.4087 2.25 11.0625V4.6875ZM4.6875 3.375C3.96263 3.375 3.375 3.96263 3.375 4.6875V11.0625C3.375 11.7874 3.96263 12.375 4.6875 12.375H11.0625C11.7874 12.375 12.375 11.7874 12.375 11.0625V4.6875C12.375 3.96263 11.7874 3.375 11.0625 3.375H4.6875ZM6.56249 15.375C5.69954 15.375 4.94132 14.9265 4.50817 14.25H11.4375C12.9908 14.25 14.25 12.9908 14.25 11.4375V4.50815C14.9265 4.9413 15.375 5.69951 15.375 6.56247V11.4375C15.375 13.6121 13.6121 15.375 11.4375 15.375H6.56249Z",
25
- fill: "#72BF44"
26
- }));
27
- };
28
-
29
- export { IconPersonBoard, IconPersonBoard as default };
1
+ import{jsx as n}from"react/jsx-runtime";import e from"classnames";const H=({size:C,type:s,className:i="",onClick:a,refHandler:o,id:t,dataId:l})=>/* @__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":l?`${l}-svg-icon`:"",children:/* @__PURE__ */n("path",{d:"M11.4375 9.1875C11.4375 8.46263 10.8499 7.875 10.125 7.875H5.625C4.90013 7.875 4.3125 8.46263 4.3125 9.1875V9.5625C4.3125 10.3717 4.69902 10.804 5.34452 11.2129C5.98137 11.6163 6.86442 11.8125 7.875 11.8125C9.0666 11.8125 9.9562 11.6186 10.552 11.209C11.1618 10.7897 11.4375 10.3509 11.4375 9.5625V9.1875ZM5.4375 9.1875C5.4375 9.08395 5.52145 9 5.625 9H10.125C10.2286 9 10.3125 9.08395 10.3125 9.1875V9.5625C10.3125 9.76231 10.2866 9.80894 10.2359 9.89998C10.2232 9.9229 10.2088 9.94866 10.193 9.98037C10.1153 10.1357 9.99497 10.2635 9.81586 10.367C9.44651 10.5805 8.83424 10.6875 7.875 10.6875C7.11087 10.6875 6.49027 10.5827 6.06736 10.363C5.85835 10.2544 5.70275 10.1204 5.59902 9.96168C5.57492 9.9248 5.55326 9.8963 5.53421 9.87124C5.47183 9.78916 5.4375 9.74399 5.4375 9.5625V9.1875ZM9.75 5.625C9.75 6.66053 8.91053 7.5 7.875 7.5C6.83947 7.5 6 6.66053 6 5.625C6 4.58947 6.83947 3.75 7.875 3.75C8.91053 3.75 9.75 4.58947 9.75 5.625ZM8.625 5.625C8.625 5.21079 8.28921 4.875 7.875 4.875C7.46079 4.875 7.125 5.21079 7.125 5.625C7.125 6.03921 7.46079 6.375 7.875 6.375C8.28921 6.375 8.625 6.03921 8.625 5.625ZM2.25 4.6875C2.25 3.34131 3.34131 2.25 4.6875 2.25H11.0625C12.4087 2.25 13.5 3.34131 13.5 4.6875V11.0625C13.5 12.4087 12.4087 13.5 11.0625 13.5H4.6875C3.34131 13.5 2.25 12.4087 2.25 11.0625V4.6875ZM4.6875 3.375C3.96263 3.375 3.375 3.96263 3.375 4.6875V11.0625C3.375 11.7874 3.96263 12.375 4.6875 12.375H11.0625C11.7874 12.375 12.375 11.7874 12.375 11.0625V4.6875C12.375 3.96263 11.7874 3.375 11.0625 3.375H4.6875ZM6.56249 15.375C5.69954 15.375 4.94132 14.9265 4.50817 14.25H11.4375C12.9908 14.25 14.25 12.9908 14.25 11.4375V4.50815C14.9265 4.9413 15.375 5.69951 15.375 6.56247V11.4375C15.375 13.6121 13.6121 15.375 11.4375 15.375H6.56249Z",fill:"#72BF44"})});export{H as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
3
- export declare const IconPersonFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconPersonFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconPersonFilled;
@@ -1,32 +1 @@
1
- import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import React from 'react';
3
- import classNames from 'classnames';
4
-
5
- var IconPersonFilled = function IconPersonFilled(_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: "M17.7542 13.9999C18.9962 13.9999 20.003 15.0068 20.003 16.2488V17.1673C20.003 17.7406 19.8238 18.2997 19.4905 18.7662C17.9446 20.9294 15.4203 22.0011 12 22.0011C8.57903 22.0011 6.05607 20.9289 4.51391 18.7646C4.18195 18.2987 4.00354 17.7409 4.00354 17.1688V16.2488C4.00354 15.0068 5.0104 13.9999 6.25242 13.9999H17.7542ZM12 2.00464C14.7614 2.00464 17 4.24321 17 7.00464C17 9.76606 14.7614 12.0046 12 12.0046C9.23857 12.0046 7 9.76606 7 7.00464C7 4.24321 9.23857 2.00464 12 2.00464Z",
28
- fill: "#222222"
29
- })));
30
- };
31
-
32
- export { IconPersonFilled, IconPersonFilled as default };
1
+ import{jsx as i}from"react/jsx-runtime";import c from"classnames";const t=({size:e,type:s,className:a="",onClick:t,refHandler:n,id:o,dataId:d})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:t,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:"M17.7542 13.9999C18.9962 13.9999 20.003 15.0068 20.003 16.2488V17.1673C20.003 17.7406 19.8238 18.2997 19.4905 18.7662C17.9446 20.9294 15.4203 22.0011 12 22.0011C8.57903 22.0011 6.05607 20.9289 4.51391 18.7646C4.18195 18.2987 4.00354 17.7409 4.00354 17.1688V16.2488C4.00354 15.0068 5.0104 13.9999 6.25242 13.9999H17.7542ZM12 2.00464C14.7614 2.00464 17 4.24321 17 7.00464C17 9.76606 14.7614 12.0046 12 12.0046C9.23857 12.0046 7 9.76606 7 7.00464C7 4.24321 9.23857 2.00464 12 2.00464Z"})})});export{t as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
3
- export declare const IconPersonMinus: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconPersonMinus: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconPersonMinus;
@@ -1,29 +1 @@
1
- import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import React from 'react';
3
- import classNames from 'classnames';
4
-
5
- var IconPersonMinus = function IconPersonMinus(_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: "M1.00009 21C1.00009 19.6774 0.988894 18.7943 1.21493 18.0488C1.69969 16.4508 2.95092 15.1996 4.54892 14.7148C5.29437 14.4888 6.1775 14.5 7.50009 14.5H12.0001C12.5524 14.5 13.0001 14.9477 13.0001 15.5C13.0001 16.0523 12.5524 16.5 12.0001 16.5H7.50009C6.03177 16.5 5.51906 16.5106 5.129 16.6289C4.17031 16.9198 3.41986 17.6702 3.129 18.6289C3.01067 19.019 3.00009 19.5317 3.00009 21C3.00009 21.5523 2.55238 22 2.00009 22C1.44781 22 1.00009 21.5523 1.00009 21ZM22.0001 17C22.5524 17 23.0001 17.4477 23.0001 18C23.0001 18.5523 22.5524 19 22.0001 19H16.0001C15.4478 19 15.0001 18.5523 15.0001 18C15.0001 17.4477 15.4478 17 16.0001 17H22.0001ZM13.5001 7.5C13.5001 5.567 11.9331 4 10.0001 4C8.06709 4 6.50009 5.567 6.50009 7.5C6.50009 9.433 8.06709 11 10.0001 11C11.9331 11 13.5001 9.433 13.5001 7.5ZM15.5001 7.5C15.5001 10.5376 13.0377 13 10.0001 13C6.96252 13 4.50009 10.5376 4.50009 7.5C4.50009 4.46243 6.96252 2 10.0001 2C13.0377 2 15.5001 4.46243 15.5001 7.5Z",
25
- fill: "#0E121B"
26
- }));
27
- };
28
-
29
- export { IconPersonMinus, IconPersonMinus as default };
1
+ import{jsx as i}from"react/jsx-runtime";import t from"classnames";const l=({size:C,type:s,className:e="",onClick:a,refHandler:o,id:n,dataId:l})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:t("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:n,"data-id":l?`${l}-svg-icon`:"",children:/* @__PURE__ */i("path",{d:"M1.00009 21C1.00009 19.6774 0.988894 18.7943 1.21493 18.0488C1.69969 16.4508 2.95092 15.1996 4.54892 14.7148C5.29437 14.4888 6.1775 14.5 7.50009 14.5H12.0001C12.5524 14.5 13.0001 14.9477 13.0001 15.5C13.0001 16.0523 12.5524 16.5 12.0001 16.5H7.50009C6.03177 16.5 5.51906 16.5106 5.129 16.6289C4.17031 16.9198 3.41986 17.6702 3.129 18.6289C3.01067 19.019 3.00009 19.5317 3.00009 21C3.00009 21.5523 2.55238 22 2.00009 22C1.44781 22 1.00009 21.5523 1.00009 21ZM22.0001 17C22.5524 17 23.0001 17.4477 23.0001 18C23.0001 18.5523 22.5524 19 22.0001 19H16.0001C15.4478 19 15.0001 18.5523 15.0001 18C15.0001 17.4477 15.4478 17 16.0001 17H22.0001ZM13.5001 7.5C13.5001 5.567 11.9331 4 10.0001 4C8.06709 4 6.50009 5.567 6.50009 7.5C6.50009 9.433 8.06709 11 10.0001 11C11.9331 11 13.5001 9.433 13.5001 7.5ZM15.5001 7.5C15.5001 10.5376 13.0377 13 10.0001 13C6.96252 13 4.50009 10.5376 4.50009 7.5C4.50009 4.46243 6.96252 2 10.0001 2C13.0377 2 15.5001 4.46243 15.5001 7.5Z"})});export{l as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
3
- export declare const IconPersonStar: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconPersonStar: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconPersonStar;
@@ -1,32 +1 @@
1
- import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import React from 'react';
3
- import classNames from 'classnames';
4
-
5
- var IconPersonStar = function IconPersonStar(_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: "M11.3079 15.4992C11.4803 14.9657 11.7198 14.4624 12.0165 13.9992H5.24692C4.0049 13.9992 2.99805 15.0061 2.99805 16.2481V16.8258C2.99805 17.7185 3.31657 18.582 3.89633 19.2609C5.46263 21.0952 7.84864 22.0004 10.9945 22.0004C11.5944 22.0004 12.1667 21.9674 12.7111 21.9014C12.32 21.4767 11.9848 20.9997 11.7171 20.4821C11.4825 20.4943 11.2416 20.5004 10.9945 20.5004C8.2562 20.5004 6.29032 19.7546 5.03701 18.2869C4.68916 17.8795 4.49805 17.3614 4.49805 16.8258V16.2481C4.49805 15.8345 4.83333 15.4992 5.24692 15.4992H11.3079ZM10.9945 2.00391C13.7559 2.00391 15.9945 4.24248 15.9945 7.00391C15.9945 9.76533 13.7559 12.0039 10.9945 12.0039C8.23308 12.0039 5.99451 9.76533 5.99451 7.00391C5.99451 4.24248 8.23308 2.00391 10.9945 2.00391ZM10.9945 3.50391C9.06151 3.50391 7.49451 5.07091 7.49451 7.00391C7.49451 8.9369 9.06151 10.5039 10.9945 10.5039C12.9275 10.5039 14.4945 8.9369 14.4945 7.00391C14.4945 5.07091 12.9275 3.50391 10.9945 3.50391ZM22.9941 17.5C22.9941 20.5376 20.5317 23 17.4941 23C14.4566 23 11.9941 20.5376 11.9941 17.5C11.9941 14.4624 14.4566 12 17.4941 12C20.5317 12 22.9941 14.4624 22.9941 17.5ZM18.0495 14.4206C17.8747 13.8598 17.1136 13.8598 16.9388 14.4206L16.3818 16.2077H14.5792C14.0135 16.2077 13.7783 16.9623 14.236 17.3089L15.6943 18.4134L15.1372 20.2004C14.9624 20.7612 15.5782 21.2276 16.0358 20.881L17.4941 19.7766L18.9524 20.881C19.4101 21.2276 20.0258 20.7612 19.851 20.2004L19.294 18.4134L20.7523 17.3089C21.21 16.9623 20.9748 16.2077 20.4091 16.2077H18.6065L18.0495 14.4206Z",
28
- fill: "#222222"
29
- })));
30
- };
31
-
32
- export { IconPersonStar, IconPersonStar as default };
1
+ import{jsx as C}from"react/jsx-runtime";import g from"classnames";const l=({size:e,type:i,className:s="",onClick:a,refHandler:l,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:l,id:n,"data-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */C("path",{id:"Shape",d:"M11.3079 15.4992C11.4803 14.9657 11.7198 14.4624 12.0165 13.9992H5.24692C4.0049 13.9992 2.99805 15.0061 2.99805 16.2481V16.8258C2.99805 17.7185 3.31657 18.582 3.89633 19.2609C5.46263 21.0952 7.84864 22.0004 10.9945 22.0004C11.5944 22.0004 12.1667 21.9674 12.7111 21.9014C12.32 21.4767 11.9848 20.9997 11.7171 20.4821C11.4825 20.4943 11.2416 20.5004 10.9945 20.5004C8.2562 20.5004 6.29032 19.7546 5.03701 18.2869C4.68916 17.8795 4.49805 17.3614 4.49805 16.8258V16.2481C4.49805 15.8345 4.83333 15.4992 5.24692 15.4992H11.3079ZM10.9945 2.00391C13.7559 2.00391 15.9945 4.24248 15.9945 7.00391C15.9945 9.76533 13.7559 12.0039 10.9945 12.0039C8.23308 12.0039 5.99451 9.76533 5.99451 7.00391C5.99451 4.24248 8.23308 2.00391 10.9945 2.00391ZM10.9945 3.50391C9.06151 3.50391 7.49451 5.07091 7.49451 7.00391C7.49451 8.9369 9.06151 10.5039 10.9945 10.5039C12.9275 10.5039 14.4945 8.9369 14.4945 7.00391C14.4945 5.07091 12.9275 3.50391 10.9945 3.50391ZM22.9941 17.5C22.9941 20.5376 20.5317 23 17.4941 23C14.4566 23 11.9941 20.5376 11.9941 17.5C11.9941 14.4624 14.4566 12 17.4941 12C20.5317 12 22.9941 14.4624 22.9941 17.5ZM18.0495 14.4206C17.8747 13.8598 17.1136 13.8598 16.9388 14.4206L16.3818 16.2077H14.5792C14.0135 16.2077 13.7783 16.9623 14.236 17.3089L15.6943 18.4134L15.1372 20.2004C14.9624 20.7612 15.5782 21.2276 16.0358 20.881L17.4941 19.7766L18.9524 20.881C19.4101 21.2276 20.0258 20.7612 19.851 20.2004L19.294 18.4134L20.7523 17.3089C21.21 16.9623 20.9748 16.2077 20.4091 16.2077H18.6065L18.0495 14.4206Z"})})});export{l as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
3
- export declare const IconPersonStarFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconPersonStarFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconPersonStarFilled;
@@ -1,32 +1 @@
1
- import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import React from 'react';
3
- import classNames from 'classnames';
4
-
5
- var IconPersonStarFilled = function IconPersonStarFilled(_ref) {
6
- var size = _ref.size,
7
- type = _ref.type,
8
- _ref$className = _ref.className,
9
- className = _ref$className === void 0 ? '' : _ref$className,
10
- onClick = _ref.onClick,
11
- refHandler = _ref.refHandler,
12
- id = _ref.id,
13
- dataId = _ref.dataId;
14
- return /*#__PURE__*/React.createElement("svg", {
15
- xmlns: "http://www.w3.org/2000/svg",
16
- className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
17
- viewBox: "0 0 24 24",
18
- fill: "none",
19
- onClick: onClick,
20
- ref: refHandler,
21
- id: id,
22
- "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
23
- }, /*#__PURE__*/React.createElement("g", {
24
- id: "Size=24, Theme=Filled"
25
- }, /*#__PURE__*/React.createElement("path", {
26
- id: "Shape",
27
- d: "M10.9941 17.5C10.9941 16.211 11.3693 15.0097 12.0165 13.9992H5.24692C4.0049 13.9992 2.99805 15.0061 2.99805 16.2481V17.1681C2.99805 17.7401 3.17645 18.298 3.50841 18.7639C5.05058 20.9282 7.57354 22.0004 10.9945 22.0004C11.5944 22.0004 12.1667 21.9674 12.711 21.9014C11.6451 20.7436 10.9941 19.1978 10.9941 17.5ZM10.9945 2.00391C13.7559 2.00391 15.9945 4.24248 15.9945 7.00391C15.9945 9.76533 13.7559 12.0039 10.9945 12.0039C8.23308 12.0039 5.99451 9.76533 5.99451 7.00391C5.99451 4.24248 8.23308 2.00391 10.9945 2.00391ZM22.9941 17.5C22.9941 20.5376 20.5317 23 17.4941 23C14.4566 23 11.9941 20.5376 11.9941 17.5C11.9941 14.4624 14.4566 12 17.4941 12C20.5317 12 22.9941 14.4624 22.9941 17.5ZM18.0495 14.4206C17.8747 13.8598 17.1136 13.8598 16.9388 14.4206L16.3818 16.2077H14.5792C14.0135 16.2077 13.7783 16.9623 14.236 17.3089L15.6943 18.4134L15.1372 20.2004C14.9624 20.7612 15.5782 21.2276 16.0358 20.881L17.4941 19.7766L18.9524 20.881C19.4101 21.2276 20.0258 20.7612 19.851 20.2004L19.294 18.4134L20.7523 17.3089C21.21 16.9623 20.9748 16.2077 20.4091 16.2077H18.6065L18.0495 14.4206Z",
28
- fill: "#222222"
29
- })));
30
- };
31
-
32
- export { IconPersonStarFilled, IconPersonStarFilled as default };
1
+ import{jsx as C}from"react/jsx-runtime";import c from"classnames";const g=({size:e,type:i,className:s="",onClick:a,refHandler:n,id:o,dataId:d})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:o,"data-id":d?`${d}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */C("path",{id:"Shape",d:"M10.9941 17.5C10.9941 16.211 11.3693 15.0097 12.0165 13.9992H5.24692C4.0049 13.9992 2.99805 15.0061 2.99805 16.2481V17.1681C2.99805 17.7401 3.17645 18.298 3.50841 18.7639C5.05058 20.9282 7.57354 22.0004 10.9945 22.0004C11.5944 22.0004 12.1667 21.9674 12.711 21.9014C11.6451 20.7436 10.9941 19.1978 10.9941 17.5ZM10.9945 2.00391C13.7559 2.00391 15.9945 4.24248 15.9945 7.00391C15.9945 9.76533 13.7559 12.0039 10.9945 12.0039C8.23308 12.0039 5.99451 9.76533 5.99451 7.00391C5.99451 4.24248 8.23308 2.00391 10.9945 2.00391ZM22.9941 17.5C22.9941 20.5376 20.5317 23 17.4941 23C14.4566 23 11.9941 20.5376 11.9941 17.5C11.9941 14.4624 14.4566 12 17.4941 12C20.5317 12 22.9941 14.4624 22.9941 17.5ZM18.0495 14.4206C17.8747 13.8598 17.1136 13.8598 16.9388 14.4206L16.3818 16.2077H14.5792C14.0135 16.2077 13.7783 16.9623 14.236 17.3089L15.6943 18.4134L15.1372 20.2004C14.9624 20.7612 15.5782 21.2276 16.0358 20.881L17.4941 19.7766L18.9524 20.881C19.4101 21.2276 20.0258 20.7612 19.851 20.2004L19.294 18.4134L20.7523 17.3089C21.21 16.9623 20.9748 16.2077 20.4091 16.2077H18.6065L18.0495 14.4206Z"})})});export{g as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
3
- export declare const IconPersonSubtract: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconPersonSubtract: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconPersonSubtract;
@@ -1,32 +1 @@
1
- import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import React from 'react';
3
- import classNames from 'classnames';
4
-
5
- var IconPersonSubtract = function IconPersonSubtract(_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: "M11.9942 2.40002C9.34327 2.40002 7.19424 4.54906 7.19424 7.20002C7.19424 9.85099 9.34327 12 11.9942 12C14.6452 12 16.7942 9.85099 16.7942 7.20002C16.7942 4.54906 14.6452 2.40002 11.9942 2.40002ZM8.39424 7.20002C8.39424 5.2118 10.006 3.60002 11.9942 3.60002C13.9825 3.60002 15.5942 5.2118 15.5942 7.20002C15.5942 9.18825 13.9825 10.8 11.9942 10.8C10.006 10.8 8.39424 9.18825 8.39424 7.20002ZM6.00471 13.2C4.67802 13.2 3.59424 14.2643 3.59424 15.6C3.59424 17.6295 4.59361 19.1596 6.15623 20.1559C7.6946 21.1368 9.76855 21.6 11.9942 21.6C12.0966 21.6 12.1987 21.599 12.3004 21.5971C11.9952 21.2271 11.7295 20.8232 11.5098 20.392C9.62936 20.3293 7.98543 19.8991 6.80138 19.1441C5.54096 18.3405 4.79424 17.1706 4.79424 15.6C4.79424 14.9361 5.33167 14.4 6.00471 14.4L11.5139 14.4C11.7334 13.9707 11.9985 13.5686 12.3028 13.2L6.00471 13.2ZM22.7942 17.4C22.7942 20.3824 20.3766 22.8 17.3942 22.8C14.4119 22.8 11.9942 20.3824 11.9942 17.4C11.9942 14.4177 14.4119 12 17.3942 12C20.3766 12 22.7942 14.4177 22.7942 17.4ZM14.3942 17.4C14.3942 17.7314 14.6629 18 14.9942 18H19.7942C20.1256 18 20.3942 17.7314 20.3942 17.4C20.3942 17.0687 20.1256 16.8 19.7942 16.8H14.9942C14.6629 16.8 14.3942 17.0687 14.3942 17.4Z",
28
- fill: "#222222"
29
- })));
30
- };
31
-
32
- export { IconPersonSubtract, IconPersonSubtract as default };
1
+ import{jsx as C}from"react/jsx-runtime";import t from"classnames";const l=({size:e,type:i,className:s="",onClick:a,refHandler:l,id:n,dataId:o})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:t("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:l,id:n,"data-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */C("path",{id:"Shape",d:"M11.9942 2.40002C9.34327 2.40002 7.19424 4.54906 7.19424 7.20002C7.19424 9.85099 9.34327 12 11.9942 12C14.6452 12 16.7942 9.85099 16.7942 7.20002C16.7942 4.54906 14.6452 2.40002 11.9942 2.40002ZM8.39424 7.20002C8.39424 5.2118 10.006 3.60002 11.9942 3.60002C13.9825 3.60002 15.5942 5.2118 15.5942 7.20002C15.5942 9.18825 13.9825 10.8 11.9942 10.8C10.006 10.8 8.39424 9.18825 8.39424 7.20002ZM6.00471 13.2C4.67802 13.2 3.59424 14.2643 3.59424 15.6C3.59424 17.6295 4.59361 19.1596 6.15623 20.1559C7.6946 21.1368 9.76855 21.6 11.9942 21.6C12.0966 21.6 12.1987 21.599 12.3004 21.5971C11.9952 21.2271 11.7295 20.8232 11.5098 20.392C9.62936 20.3293 7.98543 19.8991 6.80138 19.1441C5.54096 18.3405 4.79424 17.1706 4.79424 15.6C4.79424 14.9361 5.33167 14.4 6.00471 14.4L11.5139 14.4C11.7334 13.9707 11.9985 13.5686 12.3028 13.2L6.00471 13.2ZM22.7942 17.4C22.7942 20.3824 20.3766 22.8 17.3942 22.8C14.4119 22.8 11.9942 20.3824 11.9942 17.4C11.9942 14.4177 14.4119 12 17.3942 12C20.3766 12 22.7942 14.4177 22.7942 17.4ZM14.3942 17.4C14.3942 17.7314 14.6629 18 14.9942 18H19.7942C20.1256 18 20.3942 17.7314 20.3942 17.4C20.3942 17.0687 20.1256 16.8 19.7942 16.8H14.9942C14.6629 16.8 14.3942 17.0687 14.3942 17.4Z"})})});export{l as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
3
- export declare const IconPersonSubtractFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconPersonSubtractFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconPersonSubtractFilled;
@@ -1,32 +1 @@
1
- import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import React from 'react';
3
- import classNames from 'classnames';
4
-
5
- var IconPersonSubtractFilled = function IconPersonSubtractFilled(_ref) {
6
- var size = _ref.size,
7
- type = _ref.type,
8
- _ref$className = _ref.className,
9
- className = _ref$className === void 0 ? '' : _ref$className,
10
- onClick = _ref.onClick,
11
- refHandler = _ref.refHandler,
12
- id = _ref.id,
13
- dataId = _ref.dataId;
14
- return /*#__PURE__*/React.createElement("svg", {
15
- xmlns: "http://www.w3.org/2000/svg",
16
- className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
17
- viewBox: "0 0 24 24",
18
- fill: "none",
19
- onClick: onClick,
20
- ref: refHandler,
21
- id: id,
22
- "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
23
- }, /*#__PURE__*/React.createElement("g", {
24
- id: "Size=24, Theme=Filled"
25
- }, /*#__PURE__*/React.createElement("path", {
26
- id: "Shape",
27
- d: "M11.9942 2.40002C9.34327 2.40002 7.19424 4.54906 7.19424 7.20002C7.19424 9.85099 9.34327 12 11.9942 12C14.6452 12 16.7942 9.85099 16.7942 7.20002C16.7942 4.54906 14.6452 2.40002 11.9942 2.40002ZM6.00471 13.2C4.67802 13.2 3.59424 14.2643 3.59424 15.6C3.59424 17.6295 4.59361 19.1596 6.15623 20.1559C7.6946 21.1368 9.76855 21.6 11.9942 21.6C12.0966 21.6 12.1987 21.599 12.3004 21.5971C11.3594 20.4564 10.7942 18.9942 10.7942 17.4C10.7942 15.8045 11.3604 14.3412 12.3028 13.2L6.00471 13.2ZM22.7942 17.4C22.7942 20.3824 20.3766 22.8 17.3942 22.8C14.4119 22.8 11.9942 20.3824 11.9942 17.4C11.9942 14.4177 14.4119 12 17.3942 12C20.3766 12 22.7942 14.4177 22.7942 17.4ZM14.3942 17.4C14.3942 17.7314 14.6629 18 14.9942 18H19.7942C20.1256 18 20.3942 17.7314 20.3942 17.4C20.3942 17.0687 20.1256 16.8 19.7942 16.8H14.9942C14.6629 16.8 14.3942 17.0687 14.3942 17.4Z",
28
- fill: "#222222"
29
- })));
30
- };
31
-
32
- export { IconPersonSubtractFilled, IconPersonSubtractFilled as default };
1
+ import{jsx as C}from"react/jsx-runtime";import c from"classnames";const g=({size:e,type:i,className:s="",onClick:a,refHandler:n,id:o,dataId:d})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:o,"data-id":d?`${d}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */C("path",{id:"Shape",d:"M11.9942 2.40002C9.34327 2.40002 7.19424 4.54906 7.19424 7.20002C7.19424 9.85099 9.34327 12 11.9942 12C14.6452 12 16.7942 9.85099 16.7942 7.20002C16.7942 4.54906 14.6452 2.40002 11.9942 2.40002ZM6.00471 13.2C4.67802 13.2 3.59424 14.2643 3.59424 15.6C3.59424 17.6295 4.59361 19.1596 6.15623 20.1559C7.6946 21.1368 9.76855 21.6 11.9942 21.6C12.0966 21.6 12.1987 21.599 12.3004 21.5971C11.3594 20.4564 10.7942 18.9942 10.7942 17.4C10.7942 15.8045 11.3604 14.3412 12.3028 13.2L6.00471 13.2ZM22.7942 17.4C22.7942 20.3824 20.3766 22.8 17.3942 22.8C14.4119 22.8 11.9942 20.3824 11.9942 17.4C11.9942 14.4177 14.4119 12 17.3942 12C20.3766 12 22.7942 14.4177 22.7942 17.4ZM14.3942 17.4C14.3942 17.7314 14.6629 18 14.9942 18H19.7942C20.1256 18 20.3942 17.7314 20.3942 17.4C20.3942 17.0687 20.1256 16.8 19.7942 16.8H14.9942C14.6629 16.8 14.3942 17.0687 14.3942 17.4Z"})})});export{g as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
3
- export declare const IconPhone: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconPhone: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconPhone;
@@ -1,32 +1 @@
1
- import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import React from 'react';
3
- import classNames from 'classnames';
4
-
5
- var IconPhone = function IconPhone(_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: "M15.7441 2C16.9868 2 17.9941 3.00736 17.9941 4.25V19.75C17.9941 20.9926 16.9868 22 15.7441 22H8.24414C7.0015 22 5.99414 20.9926 5.99414 19.75V4.25C5.99414 3.00736 7.0015 2 8.24414 2H15.7441ZM15.7441 3.5H8.24414C7.82993 3.5 7.49414 3.83579 7.49414 4.25V19.75C7.49414 20.1642 7.82993 20.5 8.24414 20.5H15.7441C16.1584 20.5 16.4941 20.1642 16.4941 19.75V4.25C16.4941 3.83579 16.1584 3.5 15.7441 3.5ZM13.243 17.5C13.6572 17.4994 13.9935 17.8347 13.9941 18.2489C13.9948 18.6631 13.6595 18.9994 13.2453 19L10.7453 19.0038C10.3311 19.0044 9.99476 18.6691 9.99414 18.2549C9.99352 17.8407 10.3288 17.5044 10.743 17.5038L13.243 17.5Z",
28
- fill: "#222222"
29
- })));
30
- };
31
-
32
- export { IconPhone, IconPhone as default };
1
+ import{jsx as o}from"react/jsx-runtime";import g from"classnames";const a=({size:e,type:i,className:s="",onClick:a,refHandler:n,id:r,dataId:t})=>/* @__PURE__ */o("svg",{xmlns:"http://www.w3.org/2000/svg",className:g("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:r,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */o("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */o("path",{id:"Shape",d:"M15.7441 2C16.9868 2 17.9941 3.00736 17.9941 4.25V19.75C17.9941 20.9926 16.9868 22 15.7441 22H8.24414C7.0015 22 5.99414 20.9926 5.99414 19.75V4.25C5.99414 3.00736 7.0015 2 8.24414 2H15.7441ZM15.7441 3.5H8.24414C7.82993 3.5 7.49414 3.83579 7.49414 4.25V19.75C7.49414 20.1642 7.82993 20.5 8.24414 20.5H15.7441C16.1584 20.5 16.4941 20.1642 16.4941 19.75V4.25C16.4941 3.83579 16.1584 3.5 15.7441 3.5ZM13.243 17.5C13.6572 17.4994 13.9935 17.8347 13.9941 18.2489C13.9948 18.6631 13.6595 18.9994 13.2453 19L10.7453 19.0038C10.3311 19.0044 9.99476 18.6691 9.99414 18.2549C9.99352 17.8407 10.3288 17.5044 10.743 17.5038L13.243 17.5Z"})})});export{a as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
3
- export declare const IconPhoneFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconPhoneFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconPhoneFilled;
@@ -1,32 +1 @@
1
- import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import React from 'react';
3
- import classNames from 'classnames';
4
-
5
- var IconPhoneFilled = function IconPhoneFilled(_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: "M15.7441 2C16.9868 2 17.9941 3.00736 17.9941 4.25V19.75C17.9941 20.9926 16.9868 22 15.7441 22H8.24414C7.0015 22 5.99414 20.9926 5.99414 19.75V4.25C5.99414 3.00736 7.0015 2 8.24414 2H15.7441ZM13.2441 18H10.7441C10.3299 18 9.99414 18.3358 9.99414 18.75C9.99414 19.1642 10.3299 19.5 10.7441 19.5H13.2441C13.6584 19.5 13.9941 19.1642 13.9941 18.75C13.9941 18.3358 13.6584 18 13.2441 18Z",
28
- fill: "#222222"
29
- })));
30
- };
31
-
32
- export { IconPhoneFilled, IconPhoneFilled as default };
1
+ import{jsx as i}from"react/jsx-runtime";import d from"classnames";const C=({size:e,type:s,className:a="",onClick:n,refHandler:o,id:l,dataId:t})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:d("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:l,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M15.7441 2C16.9868 2 17.9941 3.00736 17.9941 4.25V19.75C17.9941 20.9926 16.9868 22 15.7441 22H8.24414C7.0015 22 5.99414 20.9926 5.99414 19.75V4.25C5.99414 3.00736 7.0015 2 8.24414 2H15.7441ZM13.2441 18H10.7441C10.3299 18 9.99414 18.3358 9.99414 18.75C9.99414 19.1642 10.3299 19.5 10.7441 19.5H13.2441C13.6584 19.5 13.9941 19.1642 13.9941 18.75C13.9941 18.3358 13.6584 18 13.2441 18Z"})})});export{C as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
3
- export declare const IconPlugConnected: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconPlugConnected: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconPlugConnected;
@@ -1,29 +1 @@
1
- import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import React from 'react';
3
- import classNames from 'classnames';
4
-
5
- var IconPlugConnected = function IconPlugConnected(_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: "M14.6174 4.17813C15.2097 4.94013 15.5624 5.89763 15.5624 6.93751C15.5624 8.64997 14.6059 10.139 13.1979 10.8995C12.7111 11.1625 12.1253 11.0004 11.734 10.6091L7.39079 6.26588C6.99951 5.8746 6.83745 5.28885 7.10042 4.80199C7.8609 3.39406 9.34995 2.43751 11.0624 2.43751C12.1023 2.43751 13.0599 2.79026 13.8219 3.38262L15.5398 1.66475C15.7594 1.44508 16.1156 1.44508 16.3352 1.66475C16.5549 1.88442 16.5549 2.24058 16.3352 2.46025L14.6174 4.17813ZM13.1049 9.62486C13.9151 9.00793 14.4374 8.03296 14.4374 6.93751C14.4374 5.07355 12.9264 3.56251 11.0624 3.56251C9.96697 3.56251 8.99199 4.08486 8.37506 4.89504C8.17562 5.15695 8.23588 5.51998 8.46866 5.75277L12.2472 9.53126C12.4799 9.76405 12.843 9.8243 13.1049 9.62486ZM2.46025 16.3352L4.17804 14.6175C4.94004 15.2098 5.89754 15.5625 6.93742 15.5625C8.64988 15.5625 10.1389 14.6059 10.8994 13.198C11.1624 12.7111 11.0003 12.1254 10.609 11.7341L6.26579 7.39086C5.87451 6.99958 5.28876 6.83753 4.80189 7.1005C3.39396 7.86098 2.43741 9.35003 2.43741 11.0625C2.43741 12.1024 2.79016 13.0599 3.38254 13.822L1.66475 15.5398C1.44508 15.7594 1.44508 16.1156 1.66475 16.3352C1.88442 16.5549 2.24058 16.5549 2.46025 16.3352ZM5.75267 8.46874L9.53117 12.2472C9.76395 12.48 9.82421 12.8431 9.62477 13.105C9.00784 13.9151 8.03287 14.4375 6.93742 14.4375C5.07345 14.4375 3.56242 12.9265 3.56242 11.0625C3.56242 9.96704 4.08477 8.99207 4.89494 8.37514C5.15686 8.1757 5.51989 8.23595 5.75267 8.46874Z",
25
- fill: "#72BF44"
26
- }));
27
- };
28
-
29
- export { IconPlugConnected, IconPlugConnected as default };
1
+ import{jsx as i}from"react/jsx-runtime";import t from"classnames";const L=({size:C,type:s,className:e="",onClick:a,refHandler:o,id:n,dataId:l})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:t("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:n,"data-id":l?`${l}-svg-icon`:"",children:/* @__PURE__ */i("path",{d:"M14.6174 4.17813C15.2097 4.94013 15.5624 5.89763 15.5624 6.93751C15.5624 8.64997 14.6059 10.139 13.1979 10.8995C12.7111 11.1625 12.1253 11.0004 11.734 10.6091L7.39079 6.26588C6.99951 5.8746 6.83745 5.28885 7.10042 4.80199C7.8609 3.39406 9.34995 2.43751 11.0624 2.43751C12.1023 2.43751 13.0599 2.79026 13.8219 3.38262L15.5398 1.66475C15.7594 1.44508 16.1156 1.44508 16.3352 1.66475C16.5549 1.88442 16.5549 2.24058 16.3352 2.46025L14.6174 4.17813ZM13.1049 9.62486C13.9151 9.00793 14.4374 8.03296 14.4374 6.93751C14.4374 5.07355 12.9264 3.56251 11.0624 3.56251C9.96697 3.56251 8.99199 4.08486 8.37506 4.89504C8.17562 5.15695 8.23588 5.51998 8.46866 5.75277L12.2472 9.53126C12.4799 9.76405 12.843 9.8243 13.1049 9.62486ZM2.46025 16.3352L4.17804 14.6175C4.94004 15.2098 5.89754 15.5625 6.93742 15.5625C8.64988 15.5625 10.1389 14.6059 10.8994 13.198C11.1624 12.7111 11.0003 12.1254 10.609 11.7341L6.26579 7.39086C5.87451 6.99958 5.28876 6.83753 4.80189 7.1005C3.39396 7.86098 2.43741 9.35003 2.43741 11.0625C2.43741 12.1024 2.79016 13.0599 3.38254 13.822L1.66475 15.5398C1.44508 15.7594 1.44508 16.1156 1.66475 16.3352C1.88442 16.5549 2.24058 16.5549 2.46025 16.3352ZM5.75267 8.46874L9.53117 12.2472C9.76395 12.48 9.82421 12.8431 9.62477 13.105C9.00784 13.9151 8.03287 14.4375 6.93742 14.4375C5.07345 14.4375 3.56242 12.9265 3.56242 11.0625C3.56242 9.96704 4.08477 8.99207 4.89494 8.37514C5.15686 8.1757 5.51989 8.23595 5.75267 8.46874Z",fill:"#72BF44"})});export{L as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
3
- export declare const IconPos: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconPos: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconPos;
@@ -1,34 +1 @@
1
- import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
- import React from 'react';
3
- import classNames from 'classnames';
4
-
5
- var IconPos = function IconPos(_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: "Theme=Line"
25
- }, /*#__PURE__*/React.createElement("path", {
26
- id: "Shape",
27
- fillRule: "evenodd",
28
- clipRule: "evenodd",
29
- d: "M9.07847 3.38397H14.9212V10.664H9.07847L9.07847 3.38397ZM7.6945 3.38397C7.6945 2.61962 8.31412 2 9.07847 2H14.9212C15.6855 2 16.3051 2.61962 16.3051 3.38397V4.23949H16.9904C17.7546 4.23949 18.3743 4.85913 18.3743 5.62346V20.616C18.3743 21.3804 17.7546 22 16.9904 22H7.00995C6.24565 22 5.62598 21.3804 5.62598 20.616V5.62346C5.62598 4.85913 6.24565 4.23949 7.00995 4.23949H7.6945V3.38397ZM7.6945 5.62346H7.00995V20.616H16.9904V5.62346H16.3051V10.664C16.3051 11.4284 15.6855 12.048 14.9212 12.048H9.07847C8.31412 12.048 7.6945 11.4284 7.6945 10.664V5.62346ZM12.6952 15.0288C12.6952 15.4125 12.3842 15.7235 12.0005 15.7235C11.6168 15.7235 11.3058 15.4125 11.3058 15.0288C11.3058 14.6451 11.6168 14.3341 12.0005 14.3341C12.3842 14.3341 12.6952 14.6451 12.6952 15.0288ZM12.0005 18.2515C12.3842 18.2515 12.6952 17.9405 12.6952 17.5568C12.6952 17.1732 12.3842 16.8621 12.0005 16.8621C11.6168 16.8621 11.3058 17.1732 11.3058 17.5568C11.3058 17.9405 11.6168 18.2515 12.0005 18.2515ZM15.4685 15.0288C15.4685 15.4125 15.1575 15.7235 14.7738 15.7235C14.3902 15.7235 14.0791 15.4125 14.0791 15.0288C14.0791 14.6451 14.3902 14.3341 14.7738 14.3341C15.1575 14.3341 15.4685 14.6451 15.4685 15.0288ZM14.7738 18.2515C15.1575 18.2515 15.4685 17.9405 15.4685 17.5568C15.4685 17.1732 15.1575 16.8621 14.7738 16.8621C14.3902 16.8621 14.0791 17.1732 14.0791 17.5568C14.0791 17.9405 14.3902 18.2515 14.7738 18.2515ZM9.92183 15.0288C9.92183 15.4125 9.6108 15.7235 9.22714 15.7235C8.84347 15.7235 8.53245 15.4125 8.53245 15.0288C8.53245 14.6451 8.84347 14.3341 9.22714 14.3341C9.6108 14.3341 9.92183 14.6451 9.92183 15.0288ZM9.22714 18.2515C9.6108 18.2515 9.92183 17.9405 9.92183 17.5568C9.92183 17.1732 9.6108 16.8621 9.22714 16.8621C8.84347 16.8621 8.53245 17.1732 8.53245 17.5568C8.53245 17.9405 8.84347 18.2515 9.22714 18.2515Z",
30
- fill: "#222222"
31
- })));
32
- };
33
-
34
- export { IconPos, IconPos as default };
1
+ import{jsx as C}from"react/jsx-runtime";import d from"classnames";const v=({size:e,type:i,className:s="",onClick:n,refHandler:a,id:l,dataId:o})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:d("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:a,id:l,"data-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Theme=Line",children:/* @__PURE__ */C("path",{id:"Shape",fillRule:"evenodd",clipRule:"evenodd",d:"M9.07847 3.38397H14.9212V10.664H9.07847L9.07847 3.38397ZM7.6945 3.38397C7.6945 2.61962 8.31412 2 9.07847 2H14.9212C15.6855 2 16.3051 2.61962 16.3051 3.38397V4.23949H16.9904C17.7546 4.23949 18.3743 4.85913 18.3743 5.62346V20.616C18.3743 21.3804 17.7546 22 16.9904 22H7.00995C6.24565 22 5.62598 21.3804 5.62598 20.616V5.62346C5.62598 4.85913 6.24565 4.23949 7.00995 4.23949H7.6945V3.38397ZM7.6945 5.62346H7.00995V20.616H16.9904V5.62346H16.3051V10.664C16.3051 11.4284 15.6855 12.048 14.9212 12.048H9.07847C8.31412 12.048 7.6945 11.4284 7.6945 10.664V5.62346ZM12.6952 15.0288C12.6952 15.4125 12.3842 15.7235 12.0005 15.7235C11.6168 15.7235 11.3058 15.4125 11.3058 15.0288C11.3058 14.6451 11.6168 14.3341 12.0005 14.3341C12.3842 14.3341 12.6952 14.6451 12.6952 15.0288ZM12.0005 18.2515C12.3842 18.2515 12.6952 17.9405 12.6952 17.5568C12.6952 17.1732 12.3842 16.8621 12.0005 16.8621C11.6168 16.8621 11.3058 17.1732 11.3058 17.5568C11.3058 17.9405 11.6168 18.2515 12.0005 18.2515ZM15.4685 15.0288C15.4685 15.4125 15.1575 15.7235 14.7738 15.7235C14.3902 15.7235 14.0791 15.4125 14.0791 15.0288C14.0791 14.6451 14.3902 14.3341 14.7738 14.3341C15.1575 14.3341 15.4685 14.6451 15.4685 15.0288ZM14.7738 18.2515C15.1575 18.2515 15.4685 17.9405 15.4685 17.5568C15.4685 17.1732 15.1575 16.8621 14.7738 16.8621C14.3902 16.8621 14.0791 17.1732 14.0791 17.5568C14.0791 17.9405 14.3902 18.2515 14.7738 18.2515ZM9.92183 15.0288C9.92183 15.4125 9.6108 15.7235 9.22714 15.7235C8.84347 15.7235 8.53245 15.4125 8.53245 15.0288C8.53245 14.6451 8.84347 14.3341 9.22714 14.3341C9.6108 14.3341 9.92183 14.6451 9.92183 15.0288ZM9.22714 18.2515C9.6108 18.2515 9.92183 17.9405 9.92183 17.5568C9.92183 17.1732 9.6108 16.8621 9.22714 16.8621C8.84347 16.8621 8.53245 17.1732 8.53245 17.5568C8.53245 17.9405 8.84347 18.2515 9.22714 18.2515Z"})})});export{v as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
- import { ISVGIconProps } from './types';
3
- export declare const IconPosFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconPosFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
4
  export default IconPosFilled;