hrm_ui_lib 0.0.1-beta.0

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 (1250) hide show
  1. package/README.md +74 -0
  2. package/assets/images/file-preview.svg +6 -0
  3. package/assets/images/file-preview.svg.js +1 -0
  4. package/assets/images/illustrations.svg +15 -0
  5. package/assets/images/image-placeholder.png +0 -0
  6. package/assets/images/no-result.svg +35 -0
  7. package/assets/images/no-result.svg.js +1 -0
  8. package/assets/images/no_mobile_image.svg +41 -0
  9. package/assets/images/no_mobile_image.svg.js +1 -0
  10. package/assets/images/under-construction.webp +0 -0
  11. package/assets/images/under-construction.webp.js +1 -0
  12. package/assets/styles/helpers/_mixin.scss +581 -0
  13. package/assets/styles/styles.css +1 -0
  14. package/components/Alert/Alert.d.ts +3 -0
  15. package/components/Alert/Alert.js +6 -0
  16. package/components/Alert/consts.d.ts +6 -0
  17. package/components/Alert/consts.js +1 -0
  18. package/components/Alert/index.d.ts +1 -0
  19. package/components/Alert/index.js +1 -0
  20. package/components/Alert/types.d.ts +16 -0
  21. package/components/Alert/types.js +0 -0
  22. package/components/Avatar/Avatar.d.ts +3 -0
  23. package/components/Avatar/Avatar.js +1 -0
  24. package/components/Avatar/AvatarGroup.d.ts +3 -0
  25. package/components/Avatar/AvatarGroup.js +5 -0
  26. package/components/Avatar/index.d.ts +2 -0
  27. package/components/Avatar/index.js +1 -0
  28. package/components/Avatar/types.d.ts +25 -0
  29. package/components/Avatar/types.js +0 -0
  30. package/components/Badge/Badge.d.ts +3 -0
  31. package/components/Badge/Badge.js +2 -0
  32. package/components/Badge/index.d.ts +1 -0
  33. package/components/Badge/index.js +1 -0
  34. package/components/Badge/types.d.ts +6 -0
  35. package/components/Badge/types.js +0 -0
  36. package/components/BadgeV2/BadgeV2.d.ts +3 -0
  37. package/components/BadgeV2/BadgeV2.js +1 -0
  38. package/components/BadgeV2/index.d.ts +1 -0
  39. package/components/BadgeV2/index.js +1 -0
  40. package/components/BadgeV2/types.d.ts +23 -0
  41. package/components/BadgeV2/types.js +1 -0
  42. package/components/Breadcrumb/Breadcrumb.d.ts +3 -0
  43. package/components/Breadcrumb/Breadcrumb.js +2 -0
  44. package/components/Breadcrumb/index.d.ts +1 -0
  45. package/components/Breadcrumb/index.js +1 -0
  46. package/components/Breadcrumb/types.d.ts +11 -0
  47. package/components/Breadcrumb/types.js +0 -0
  48. package/components/Button/Button.d.ts +3 -0
  49. package/components/Button/Button.js +2 -0
  50. package/components/Button/consts.d.ts +8 -0
  51. package/components/Button/consts.js +1 -0
  52. package/components/Button/index.d.ts +1 -0
  53. package/components/Button/index.js +1 -0
  54. package/components/Button/types.d.ts +23 -0
  55. package/components/Button/types.js +0 -0
  56. package/components/ButtonGroup/ButtonGroup.d.ts +2 -0
  57. package/components/ButtonGroup/ButtonGroup.js +2 -0
  58. package/components/ButtonGroup/ButtonGroupItem.d.ts +2 -0
  59. package/components/ButtonGroup/ButtonGroupItem.js +3 -0
  60. package/components/ButtonGroup/consts.d.ts +8 -0
  61. package/components/ButtonGroup/consts.js +1 -0
  62. package/components/ButtonGroup/index.d.ts +1 -0
  63. package/components/ButtonGroup/index.js +1 -0
  64. package/components/ButtonGroup/types.d.ts +23 -0
  65. package/components/ButtonGroup/types.js +0 -0
  66. package/components/Card/Card.d.ts +13 -0
  67. package/components/Card/Card.js +1 -0
  68. package/components/Card/CardComponent/Card.d.ts +4 -0
  69. package/components/Card/CardComponent/Card.js +3 -0
  70. package/components/Card/CardComponent/CardBody.d.ts +4 -0
  71. package/components/Card/CardComponent/CardBody.js +2 -0
  72. package/components/Card/CardComponent/CardFooter.d.ts +4 -0
  73. package/components/Card/CardComponent/CardFooter.js +1 -0
  74. package/components/Card/CardComponent/CardHead.d.ts +4 -0
  75. package/components/Card/CardComponent/CardHead.js +2 -0
  76. package/components/Card/CardContext.d.ts +7 -0
  77. package/components/Card/CardContext.js +1 -0
  78. package/components/Card/index.d.ts +1 -0
  79. package/components/Card/index.js +1 -0
  80. package/components/Card/types.d.ts +19 -0
  81. package/components/Card/types.js +0 -0
  82. package/components/CardGroup/CardGroup.d.ts +10 -0
  83. package/components/CardGroup/CardGroup.js +1 -0
  84. package/components/CardGroup/CardGroupComponent/CardBody.d.ts +4 -0
  85. package/components/CardGroup/CardGroupComponent/CardBody.js +2 -0
  86. package/components/CardGroup/CardGroupComponent/CardGroup.d.ts +4 -0
  87. package/components/CardGroup/CardGroupComponent/CardGroup.js +2 -0
  88. package/components/CardGroup/CardGroupComponent/CardHead.d.ts +4 -0
  89. package/components/CardGroup/CardGroupComponent/CardHead.js +3 -0
  90. package/components/CardGroup/CardGroupContext.d.ts +6 -0
  91. package/components/CardGroup/CardGroupContext.js +1 -0
  92. package/components/CardGroup/index.d.ts +1 -0
  93. package/components/CardGroup/index.js +1 -0
  94. package/components/CardGroup/types.d.ts +14 -0
  95. package/components/CardGroup/types.js +0 -0
  96. package/components/Checkbox/Checkbox.d.ts +3 -0
  97. package/components/Checkbox/Checkbox.js +6 -0
  98. package/components/Checkbox/consts.d.ts +3 -0
  99. package/components/Checkbox/consts.js +1 -0
  100. package/components/Checkbox/index.d.ts +1 -0
  101. package/components/Checkbox/index.js +1 -0
  102. package/components/Checkbox/types.d.ts +19 -0
  103. package/components/Checkbox/types.js +0 -0
  104. package/components/Chips/Chips.d.ts +3 -0
  105. package/components/Chips/Chips.js +2 -0
  106. package/components/Chips/consts.d.ts +7 -0
  107. package/components/Chips/consts.js +1 -0
  108. package/components/Chips/index.d.ts +1 -0
  109. package/components/Chips/index.js +1 -0
  110. package/components/Chips/types.d.ts +21 -0
  111. package/components/Chips/types.js +1 -0
  112. package/components/Collapse/Collapse/Collapse.d.ts +3 -0
  113. package/components/Collapse/Collapse/Collapse.js +5 -0
  114. package/components/Collapse/Collapse/Title.d.ts +10 -0
  115. package/components/Collapse/Collapse/Title.js +2 -0
  116. package/components/Collapse/CollapseGroup/CollapseGroup.d.ts +3 -0
  117. package/components/Collapse/CollapseGroup/CollapseGroup.js +3 -0
  118. package/components/Collapse/CollapseItem/CollapseItem.d.ts +3 -0
  119. package/components/Collapse/CollapseItem/CollapseItem.js +10 -0
  120. package/components/Collapse/index.d.ts +3 -0
  121. package/components/Collapse/index.js +1 -0
  122. package/components/Collapse/types.d.ts +52 -0
  123. package/components/Collapse/types.js +0 -0
  124. package/components/Container/Container.d.ts +3 -0
  125. package/components/Container/Container.js +2 -0
  126. package/components/Container/index.d.ts +1 -0
  127. package/components/Container/index.js +1 -0
  128. package/components/Container/types.d.ts +4 -0
  129. package/components/Container/types.js +0 -0
  130. package/components/Copy/Copy.d.ts +3 -0
  131. package/components/Copy/Copy.js +3 -0
  132. package/components/Copy/index.d.ts +1 -0
  133. package/components/Copy/index.js +1 -0
  134. package/components/Copy/types.d.ts +6 -0
  135. package/components/Copy/types.js +0 -0
  136. package/components/Counter/Counter.d.ts +3 -0
  137. package/components/Counter/Counter.js +2 -0
  138. package/components/Counter/index.d.ts +1 -0
  139. package/components/Counter/index.js +1 -0
  140. package/components/Counter/types.d.ts +9 -0
  141. package/components/Counter/types.js +0 -0
  142. package/components/DarkModeSwitcher/DarkModeSwitcher.d.ts +3 -0
  143. package/components/DarkModeSwitcher/DarkModeSwitcher.js +6 -0
  144. package/components/DarkModeSwitcher/index.d.ts +1 -0
  145. package/components/DarkModeSwitcher/index.js +1 -0
  146. package/components/DarkModeSwitcher/types.d.ts +17 -0
  147. package/components/DarkModeSwitcher/types.js +1 -0
  148. package/components/DatePicker/CustomHeader/CustomHeader.d.ts +11 -0
  149. package/components/DatePicker/CustomHeader/CustomHeader.js +7 -0
  150. package/components/DatePicker/CustomHeader/helpers.d.ts +1 -0
  151. package/components/DatePicker/CustomHeader/helpers.js +1 -0
  152. package/components/DatePicker/RangeDatePicker/RangeDatePicker.d.ts +3 -0
  153. package/components/DatePicker/RangeDatePicker/RangeDatePicker.js +1 -0
  154. package/components/DatePicker/RangeDatePicker/RangeDatePickerDesktop.d.ts +3 -0
  155. package/components/DatePicker/RangeDatePicker/RangeDatePickerDesktop.js +4 -0
  156. package/components/DatePicker/RangeDatePicker/RangeDatePickerMobile.d.ts +3 -0
  157. package/components/DatePicker/RangeDatePicker/RangeDatePickerMobile.js +8 -0
  158. package/components/DatePicker/RangeDatePicker/index.d.ts +1 -0
  159. package/components/DatePicker/RangeDatePicker/index.js +1 -0
  160. package/components/DatePicker/SimpleDatePicker/SimpleDatePicker.d.ts +3 -0
  161. package/components/DatePicker/SimpleDatePicker/SimpleDatePicker.js +1 -0
  162. package/components/DatePicker/SimpleDatePicker/SimpleDatePickerDesktop.d.ts +3 -0
  163. package/components/DatePicker/SimpleDatePicker/SimpleDatePickerDesktop.js +4 -0
  164. package/components/DatePicker/SimpleDatePicker/SimpleDatePickerMobile.d.ts +3 -0
  165. package/components/DatePicker/SimpleDatePicker/SimpleDatePickerMobile.js +5 -0
  166. package/components/DatePicker/SimpleDatePicker/index.d.ts +1 -0
  167. package/components/DatePicker/SimpleDatePicker/index.js +1 -0
  168. package/components/DatePicker/TimePicker/MobileModalContent.d.ts +12 -0
  169. package/components/DatePicker/TimePicker/MobileModalContent.js +4 -0
  170. package/components/DatePicker/TimePicker/TimePicker.d.ts +3 -0
  171. package/components/DatePicker/TimePicker/TimePicker.js +1 -0
  172. package/components/DatePicker/TimePicker/TimePickerDesktop.d.ts +3 -0
  173. package/components/DatePicker/TimePicker/TimePickerDesktop.js +4 -0
  174. package/components/DatePicker/TimePicker/TimePickerMobile.d.ts +3 -0
  175. package/components/DatePicker/TimePicker/TimePickerMobile.js +5 -0
  176. package/components/DatePicker/TimePicker/consts.d.ts +4 -0
  177. package/components/DatePicker/TimePicker/consts.js +1 -0
  178. package/components/DatePicker/TimePicker/helpers.d.ts +3 -0
  179. package/components/DatePicker/TimePicker/helpers.js +1 -0
  180. package/components/DatePicker/TimePicker/index.d.ts +1 -0
  181. package/components/DatePicker/TimePicker/index.js +1 -0
  182. package/components/DatePicker/hooks.d.ts +4 -0
  183. package/components/DatePicker/hooks.js +1 -0
  184. package/components/DatePicker/index.d.ts +3 -0
  185. package/components/DatePicker/index.js +1 -0
  186. package/components/DatePicker/localization.d.ts +3 -0
  187. package/components/DatePicker/localization.js +1 -0
  188. package/components/DatePicker/types.d.ts +46 -0
  189. package/components/DatePicker/types.js +1 -0
  190. package/components/Divider/Divider.d.ts +3 -0
  191. package/components/Divider/Divider.js +2 -0
  192. package/components/Divider/index.d.ts +1 -0
  193. package/components/Divider/index.js +1 -0
  194. package/components/Divider/types.d.ts +6 -0
  195. package/components/Divider/types.js +0 -0
  196. package/components/Empty/Empty.d.ts +3 -0
  197. package/components/Empty/Empty.js +4 -0
  198. package/components/Empty/index.d.ts +1 -0
  199. package/components/Empty/index.js +1 -0
  200. package/components/Empty/types.d.ts +9 -0
  201. package/components/Empty/types.js +0 -0
  202. package/components/FileUpload/DropzoneFileUpload/DropzoneFileUpload.d.ts +3 -0
  203. package/components/FileUpload/DropzoneFileUpload/DropzoneFileUpload.js +7 -0
  204. package/components/FileUpload/DropzoneFileUpload/ErrorItem.d.ts +10 -0
  205. package/components/FileUpload/DropzoneFileUpload/ErrorItem.js +1 -0
  206. package/components/FileUpload/DropzoneFileUpload/FilePreview.d.ts +7 -0
  207. package/components/FileUpload/DropzoneFileUpload/FilePreview.js +2 -0
  208. package/components/FileUpload/DropzoneFileUpload/PreviewItem.d.ts +7 -0
  209. package/components/FileUpload/DropzoneFileUpload/PreviewItem.js +7 -0
  210. package/components/FileUpload/DropzoneFileUpload/helpers.d.ts +10 -0
  211. package/components/FileUpload/DropzoneFileUpload/helpers.js +1 -0
  212. package/components/FileUpload/DropzoneFileUpload/index.d.ts +1 -0
  213. package/components/FileUpload/DropzoneFileUpload/index.js +1 -0
  214. package/components/FileUpload/FileUpload.d.ts +3 -0
  215. package/components/FileUpload/FileUpload.js +6 -0
  216. package/components/FileUpload/UploadItems.d.ts +3 -0
  217. package/components/FileUpload/UploadItems.js +6 -0
  218. package/components/FileUpload/index.d.ts +3 -0
  219. package/components/FileUpload/index.js +1 -0
  220. package/components/FileUpload/types.d.ts +63 -0
  221. package/components/FileUpload/types.js +1 -0
  222. package/components/FormContainer/FormContainer.d.ts +3 -0
  223. package/components/FormContainer/FormContainer.js +1 -0
  224. package/components/FormContainer/index.d.ts +1 -0
  225. package/components/FormContainer/index.js +1 -0
  226. package/components/FormContainer/types.d.ts +21 -0
  227. package/components/FormContainer/types.js +0 -0
  228. package/components/FormField/FormField.d.ts +3 -0
  229. package/components/FormField/FormField.js +3 -0
  230. package/components/FormField/index.d.ts +1 -0
  231. package/components/FormField/index.js +1 -0
  232. package/components/FormField/types.d.ts +9 -0
  233. package/components/FormField/types.js +0 -0
  234. package/components/Heading/Heading.d.ts +3 -0
  235. package/components/Heading/Heading.js +2 -0
  236. package/components/Heading/index.d.ts +1 -0
  237. package/components/Heading/index.js +1 -0
  238. package/components/Heading/types.d.ts +11 -0
  239. package/components/Heading/types.js +0 -0
  240. package/components/Image/Image.d.ts +3 -0
  241. package/components/Image/Image.js +1 -0
  242. package/components/Image/index.d.ts +1 -0
  243. package/components/Image/index.js +1 -0
  244. package/components/Image/types.d.ts +10 -0
  245. package/components/Image/types.js +0 -0
  246. package/components/Input/Input.d.ts +3 -0
  247. package/components/Input/Input.js +9 -0
  248. package/components/Input/index.d.ts +1 -0
  249. package/components/Input/index.js +1 -0
  250. package/components/Input/types.d.ts +42 -0
  251. package/components/Input/types.js +0 -0
  252. package/components/Link/Link.d.ts +3 -0
  253. package/components/Link/Link.js +2 -0
  254. package/components/Link/index.d.ts +1 -0
  255. package/components/Link/index.js +1 -0
  256. package/components/Link/types.d.ts +10 -0
  257. package/components/Link/types.js +0 -0
  258. package/components/Menu/Menu.d.ts +3 -0
  259. package/components/Menu/Menu.js +3 -0
  260. package/components/Menu/NestedMenu.d.ts +3 -0
  261. package/components/Menu/NestedMenu.js +3 -0
  262. package/components/Menu/index.d.ts +2 -0
  263. package/components/Menu/index.js +1 -0
  264. package/components/Menu/types.d.ts +33 -0
  265. package/components/Menu/types.js +0 -0
  266. package/components/Modal/Modal.d.ts +3 -0
  267. package/components/Modal/Modal.js +1 -0
  268. package/components/Modal/ModalConfirmation.d.ts +3 -0
  269. package/components/Modal/ModalConfirmation.js +3 -0
  270. package/components/Modal/ModalContent.d.ts +22 -0
  271. package/components/Modal/ModalContent.js +5 -0
  272. package/components/Modal/index.d.ts +2 -0
  273. package/components/Modal/index.js +1 -0
  274. package/components/Modal/types.d.ts +42 -0
  275. package/components/Modal/types.js +0 -0
  276. package/components/More/More.d.ts +3 -0
  277. package/components/More/More.js +3 -0
  278. package/components/More/index.d.ts +1 -0
  279. package/components/More/index.js +1 -0
  280. package/components/More/types.d.ts +10 -0
  281. package/components/More/types.js +0 -0
  282. package/components/Pagination/Pagination.d.ts +3 -0
  283. package/components/Pagination/Pagination.js +2 -0
  284. package/components/Pagination/consts.d.ts +5 -0
  285. package/components/Pagination/consts.js +1 -0
  286. package/components/Pagination/index.d.ts +1 -0
  287. package/components/Pagination/index.js +1 -0
  288. package/components/Pagination/types.d.ts +15 -0
  289. package/components/Pagination/types.js +0 -0
  290. package/components/Popover/Popover.d.ts +3 -0
  291. package/components/Popover/Popover.js +1 -0
  292. package/components/Popover/PopoverDesktop.d.ts +3 -0
  293. package/components/Popover/PopoverDesktop.js +1 -0
  294. package/components/Popover/PopoverMobile.d.ts +3 -0
  295. package/components/Popover/PopoverMobile.js +3 -0
  296. package/components/Popover/index.d.ts +1 -0
  297. package/components/Popover/index.js +1 -0
  298. package/components/Popover/types.d.ts +23 -0
  299. package/components/Popover/types.js +0 -0
  300. package/components/Progress/Progress.d.ts +3 -0
  301. package/components/Progress/Progress.js +4 -0
  302. package/components/Progress/index.d.ts +1 -0
  303. package/components/Progress/index.js +1 -0
  304. package/components/Progress/types.d.ts +11 -0
  305. package/components/Progress/types.js +0 -0
  306. package/components/ProgressStep/ProgressStep.d.ts +3 -0
  307. package/components/ProgressStep/ProgressStep.js +2 -0
  308. package/components/ProgressStep/Step.d.ts +3 -0
  309. package/components/ProgressStep/Step.js +9 -0
  310. package/components/ProgressStep/consts.d.ts +6 -0
  311. package/components/ProgressStep/consts.js +1 -0
  312. package/components/ProgressStep/index.d.ts +1 -0
  313. package/components/ProgressStep/index.js +1 -0
  314. package/components/ProgressStep/types.d.ts +31 -0
  315. package/components/ProgressStep/types.js +1 -0
  316. package/components/Radio/Radio.d.ts +3 -0
  317. package/components/Radio/Radio.js +4 -0
  318. package/components/Radio/RadioGroup.d.ts +3 -0
  319. package/components/Radio/RadioGroup.js +4 -0
  320. package/components/Radio/index.d.ts +2 -0
  321. package/components/Radio/index.js +1 -0
  322. package/components/Radio/types.d.ts +28 -0
  323. package/components/Radio/types.js +0 -0
  324. package/components/SVGIcons/IconAdd.d.ts +4 -0
  325. package/components/SVGIcons/IconAdd.js +1 -0
  326. package/components/SVGIcons/IconAddCircle.d.ts +4 -0
  327. package/components/SVGIcons/IconAddCircle.js +1 -0
  328. package/components/SVGIcons/IconAddCircleFilled.d.ts +4 -0
  329. package/components/SVGIcons/IconAddCircleFilled.js +1 -0
  330. package/components/SVGIcons/IconAddFilled.d.ts +4 -0
  331. package/components/SVGIcons/IconAddFilled.js +1 -0
  332. package/components/SVGIcons/IconAirplaneTakeOff.d.ts +4 -0
  333. package/components/SVGIcons/IconAirplaneTakeOff.js +1 -0
  334. package/components/SVGIcons/IconAirplaneTakeOffFilled.d.ts +4 -0
  335. package/components/SVGIcons/IconAirplaneTakeOffFilled.js +1 -0
  336. package/components/SVGIcons/IconAlert.d.ts +4 -0
  337. package/components/SVGIcons/IconAlert.js +1 -0
  338. package/components/SVGIcons/IconAlertBadge.d.ts +4 -0
  339. package/components/SVGIcons/IconAlertBadge.js +1 -0
  340. package/components/SVGIcons/IconAlertBadgeFilled.d.ts +4 -0
  341. package/components/SVGIcons/IconAlertBadgeFilled.js +1 -0
  342. package/components/SVGIcons/IconAlertFilled.d.ts +4 -0
  343. package/components/SVGIcons/IconAlertFilled.js +1 -0
  344. package/components/SVGIcons/IconAm.d.ts +4 -0
  345. package/components/SVGIcons/IconAm.js +7 -0
  346. package/components/SVGIcons/IconAmd.d.ts +4 -0
  347. package/components/SVGIcons/IconAmd.js +1 -0
  348. package/components/SVGIcons/IconAmdFilled.d.ts +4 -0
  349. package/components/SVGIcons/IconAmdFilled.js +1 -0
  350. package/components/SVGIcons/IconApple.d.ts +4 -0
  351. package/components/SVGIcons/IconApple.js +1 -0
  352. package/components/SVGIcons/IconArrowDown.d.ts +4 -0
  353. package/components/SVGIcons/IconArrowDown.js +1 -0
  354. package/components/SVGIcons/IconArrowDownFilled.d.ts +4 -0
  355. package/components/SVGIcons/IconArrowDownFilled.js +1 -0
  356. package/components/SVGIcons/IconArrowDownLeft.d.ts +4 -0
  357. package/components/SVGIcons/IconArrowDownLeft.js +1 -0
  358. package/components/SVGIcons/IconArrowDownLeftFilled.d.ts +4 -0
  359. package/components/SVGIcons/IconArrowDownLeftFilled.js +1 -0
  360. package/components/SVGIcons/IconArrowDownload.d.ts +4 -0
  361. package/components/SVGIcons/IconArrowDownload.js +1 -0
  362. package/components/SVGIcons/IconArrowDownloadFilled.d.ts +4 -0
  363. package/components/SVGIcons/IconArrowDownloadFilled.js +1 -0
  364. package/components/SVGIcons/IconArrowEnter.d.ts +4 -0
  365. package/components/SVGIcons/IconArrowEnter.js +1 -0
  366. package/components/SVGIcons/IconArrowEnterFilled.d.ts +4 -0
  367. package/components/SVGIcons/IconArrowEnterFilled.js +1 -0
  368. package/components/SVGIcons/IconArrowExit.d.ts +4 -0
  369. package/components/SVGIcons/IconArrowExit.js +1 -0
  370. package/components/SVGIcons/IconArrowExitFilled.d.ts +4 -0
  371. package/components/SVGIcons/IconArrowExitFilled.js +1 -0
  372. package/components/SVGIcons/IconArrowExportLeftToRight.d.ts +4 -0
  373. package/components/SVGIcons/IconArrowExportLeftToRight.js +1 -0
  374. package/components/SVGIcons/IconArrowExportLeftToRightFilled.d.ts +4 -0
  375. package/components/SVGIcons/IconArrowExportLeftToRightFilled.js +1 -0
  376. package/components/SVGIcons/IconArrowExportRightToLeft.d.ts +4 -0
  377. package/components/SVGIcons/IconArrowExportRightToLeft.js +1 -0
  378. package/components/SVGIcons/IconArrowExportRightToLeftFilled.d.ts +4 -0
  379. package/components/SVGIcons/IconArrowExportRightToLeftFilled.js +1 -0
  380. package/components/SVGIcons/IconArrowExportUp.d.ts +4 -0
  381. package/components/SVGIcons/IconArrowExportUp.js +1 -0
  382. package/components/SVGIcons/IconArrowExportUpFilled.d.ts +4 -0
  383. package/components/SVGIcons/IconArrowExportUpFilled.js +1 -0
  384. package/components/SVGIcons/IconArrowImport.d.ts +4 -0
  385. package/components/SVGIcons/IconArrowImport.js +1 -0
  386. package/components/SVGIcons/IconArrowImportFilled.d.ts +4 -0
  387. package/components/SVGIcons/IconArrowImportFilled.js +1 -0
  388. package/components/SVGIcons/IconArrowLeft.d.ts +4 -0
  389. package/components/SVGIcons/IconArrowLeft.js +1 -0
  390. package/components/SVGIcons/IconArrowLeftFilled.d.ts +4 -0
  391. package/components/SVGIcons/IconArrowLeftFilled.js +1 -0
  392. package/components/SVGIcons/IconArrowRepeatAll.d.ts +4 -0
  393. package/components/SVGIcons/IconArrowRepeatAll.js +1 -0
  394. package/components/SVGIcons/IconArrowRepeatAllFilled.d.ts +4 -0
  395. package/components/SVGIcons/IconArrowRepeatAllFilled.js +1 -0
  396. package/components/SVGIcons/IconArrowReset.d.ts +4 -0
  397. package/components/SVGIcons/IconArrowReset.js +1 -0
  398. package/components/SVGIcons/IconArrowResetFilled.d.ts +4 -0
  399. package/components/SVGIcons/IconArrowResetFilled.js +1 -0
  400. package/components/SVGIcons/IconArrowRight.d.ts +4 -0
  401. package/components/SVGIcons/IconArrowRight.js +1 -0
  402. package/components/SVGIcons/IconArrowRightFilled.d.ts +4 -0
  403. package/components/SVGIcons/IconArrowRightFilled.js +1 -0
  404. package/components/SVGIcons/IconArrowSort.d.ts +4 -0
  405. package/components/SVGIcons/IconArrowSort.js +1 -0
  406. package/components/SVGIcons/IconArrowSortFilled.d.ts +4 -0
  407. package/components/SVGIcons/IconArrowSortFilled.js +1 -0
  408. package/components/SVGIcons/IconArrowSync.d.ts +4 -0
  409. package/components/SVGIcons/IconArrowSync.js +1 -0
  410. package/components/SVGIcons/IconArrowSyncFilled.d.ts +4 -0
  411. package/components/SVGIcons/IconArrowSyncFilled.js +1 -0
  412. package/components/SVGIcons/IconArrowUp.d.ts +4 -0
  413. package/components/SVGIcons/IconArrowUp.js +1 -0
  414. package/components/SVGIcons/IconArrowUpFilled.d.ts +4 -0
  415. package/components/SVGIcons/IconArrowUpFilled.js +1 -0
  416. package/components/SVGIcons/IconArrowUpLeft.d.ts +4 -0
  417. package/components/SVGIcons/IconArrowUpLeft.js +1 -0
  418. package/components/SVGIcons/IconArrowUpLeftFilled.d.ts +4 -0
  419. package/components/SVGIcons/IconArrowUpLeftFilled.js +1 -0
  420. package/components/SVGIcons/IconArrowUpRight.d.ts +4 -0
  421. package/components/SVGIcons/IconArrowUpRight.js +1 -0
  422. package/components/SVGIcons/IconArrowUpRightFilled.d.ts +4 -0
  423. package/components/SVGIcons/IconArrowUpRightFilled.js +1 -0
  424. package/components/SVGIcons/IconAttach.d.ts +4 -0
  425. package/components/SVGIcons/IconAttach.js +1 -0
  426. package/components/SVGIcons/IconAttachFilled.d.ts +4 -0
  427. package/components/SVGIcons/IconAttachFilled.js +1 -0
  428. package/components/SVGIcons/IconBeach.d.ts +4 -0
  429. package/components/SVGIcons/IconBeach.js +1 -0
  430. package/components/SVGIcons/IconBeachFilled.d.ts +4 -0
  431. package/components/SVGIcons/IconBeachFilled.js +1 -0
  432. package/components/SVGIcons/IconBook.d.ts +4 -0
  433. package/components/SVGIcons/IconBook.js +1 -0
  434. package/components/SVGIcons/IconBookFilled.d.ts +4 -0
  435. package/components/SVGIcons/IconBookFilled.js +1 -0
  436. package/components/SVGIcons/IconBookmark.d.ts +4 -0
  437. package/components/SVGIcons/IconBookmark.js +1 -0
  438. package/components/SVGIcons/IconBookmarkFilled.d.ts +4 -0
  439. package/components/SVGIcons/IconBookmarkFilled.js +1 -0
  440. package/components/SVGIcons/IconBriefcase.d.ts +4 -0
  441. package/components/SVGIcons/IconBriefcase.js +1 -0
  442. package/components/SVGIcons/IconBriefcaseFilled.d.ts +4 -0
  443. package/components/SVGIcons/IconBriefcaseFilled.js +1 -0
  444. package/components/SVGIcons/IconBuilding.d.ts +4 -0
  445. package/components/SVGIcons/IconBuilding.js +7 -0
  446. package/components/SVGIcons/IconBuildingBank.d.ts +4 -0
  447. package/components/SVGIcons/IconBuildingBank.js +1 -0
  448. package/components/SVGIcons/IconBuildingBankFilled.d.ts +4 -0
  449. package/components/SVGIcons/IconBuildingBankFilled.js +1 -0
  450. package/components/SVGIcons/IconBuildingFilled.d.ts +4 -0
  451. package/components/SVGIcons/IconBuildingFilled.js +1 -0
  452. package/components/SVGIcons/IconBulletListAdd.d.ts +4 -0
  453. package/components/SVGIcons/IconBulletListAdd.js +1 -0
  454. package/components/SVGIcons/IconBulletListAddFilled.d.ts +4 -0
  455. package/components/SVGIcons/IconBulletListAddFilled.js +1 -0
  456. package/components/SVGIcons/IconCalculator.d.ts +4 -0
  457. package/components/SVGIcons/IconCalculator.js +1 -0
  458. package/components/SVGIcons/IconCalculatorFilled.d.ts +4 -0
  459. package/components/SVGIcons/IconCalculatorFilled.js +1 -0
  460. package/components/SVGIcons/IconCalendarClock.d.ts +4 -0
  461. package/components/SVGIcons/IconCalendarClock.js +1 -0
  462. package/components/SVGIcons/IconCalendarClockFilled.d.ts +4 -0
  463. package/components/SVGIcons/IconCalendarClockFilled.js +1 -0
  464. package/components/SVGIcons/IconCalendarDay.d.ts +4 -0
  465. package/components/SVGIcons/IconCalendarDay.js +1 -0
  466. package/components/SVGIcons/IconCalendarDayFilled.d.ts +4 -0
  467. package/components/SVGIcons/IconCalendarDayFilled.js +1 -0
  468. package/components/SVGIcons/IconCalendarEmpty.d.ts +4 -0
  469. package/components/SVGIcons/IconCalendarEmpty.js +1 -0
  470. package/components/SVGIcons/IconCalendarLeft.d.ts +4 -0
  471. package/components/SVGIcons/IconCalendarLeft.js +1 -0
  472. package/components/SVGIcons/IconCalendarLeftFilled.d.ts +4 -0
  473. package/components/SVGIcons/IconCalendarLeftFilled.js +1 -0
  474. package/components/SVGIcons/IconCalendarRight.d.ts +4 -0
  475. package/components/SVGIcons/IconCalendarRight.js +1 -0
  476. package/components/SVGIcons/IconCalendarRightFilled.d.ts +4 -0
  477. package/components/SVGIcons/IconCalendarRightFilled.js +1 -0
  478. package/components/SVGIcons/IconCall.d.ts +4 -0
  479. package/components/SVGIcons/IconCall.js +1 -0
  480. package/components/SVGIcons/IconCallFilled.d.ts +4 -0
  481. package/components/SVGIcons/IconCallFilled.js +1 -0
  482. package/components/SVGIcons/IconCard.d.ts +4 -0
  483. package/components/SVGIcons/IconCard.js +1 -0
  484. package/components/SVGIcons/IconCardFilled.d.ts +4 -0
  485. package/components/SVGIcons/IconCardFilled.js +1 -0
  486. package/components/SVGIcons/IconCaretDown.d.ts +4 -0
  487. package/components/SVGIcons/IconCaretDown.js +1 -0
  488. package/components/SVGIcons/IconCaretDownFilled.d.ts +4 -0
  489. package/components/SVGIcons/IconCaretDownFilled.js +1 -0
  490. package/components/SVGIcons/IconCaretDownRight.d.ts +4 -0
  491. package/components/SVGIcons/IconCaretDownRight.js +1 -0
  492. package/components/SVGIcons/IconCaretDownRightFilled.d.ts +4 -0
  493. package/components/SVGIcons/IconCaretDownRightFilled.js +1 -0
  494. package/components/SVGIcons/IconCaretLeft.d.ts +4 -0
  495. package/components/SVGIcons/IconCaretLeft.js +1 -0
  496. package/components/SVGIcons/IconCaretLeftFilled.d.ts +4 -0
  497. package/components/SVGIcons/IconCaretLeftFilled.js +1 -0
  498. package/components/SVGIcons/IconCaretRight.d.ts +4 -0
  499. package/components/SVGIcons/IconCaretRight.js +1 -0
  500. package/components/SVGIcons/IconCaretRightFilled.d.ts +4 -0
  501. package/components/SVGIcons/IconCaretRightFilled.js +1 -0
  502. package/components/SVGIcons/IconCaretUp.d.ts +4 -0
  503. package/components/SVGIcons/IconCaretUp.js +1 -0
  504. package/components/SVGIcons/IconCaretUpFilled.d.ts +4 -0
  505. package/components/SVGIcons/IconCaretUpFilled.js +1 -0
  506. package/components/SVGIcons/IconChartPerson.d.ts +4 -0
  507. package/components/SVGIcons/IconChartPerson.js +1 -0
  508. package/components/SVGIcons/IconChartPersonFilled.d.ts +4 -0
  509. package/components/SVGIcons/IconChartPersonFilled.js +1 -0
  510. package/components/SVGIcons/IconChat.d.ts +4 -0
  511. package/components/SVGIcons/IconChat.js +1 -0
  512. package/components/SVGIcons/IconChatFilled.d.ts +4 -0
  513. package/components/SVGIcons/IconChatFilled.js +1 -0
  514. package/components/SVGIcons/IconChatMultiple.d.ts +4 -0
  515. package/components/SVGIcons/IconChatMultiple.js +1 -0
  516. package/components/SVGIcons/IconChatMultipleFilled.d.ts +4 -0
  517. package/components/SVGIcons/IconChatMultipleFilled.js +1 -0
  518. package/components/SVGIcons/IconCheckboxArrowRight.d.ts +4 -0
  519. package/components/SVGIcons/IconCheckboxArrowRight.js +1 -0
  520. package/components/SVGIcons/IconCheckboxArrowRightFilled.d.ts +4 -0
  521. package/components/SVGIcons/IconCheckboxArrowRightFilled.js +1 -0
  522. package/components/SVGIcons/IconCheckmark.d.ts +4 -0
  523. package/components/SVGIcons/IconCheckmark.js +1 -0
  524. package/components/SVGIcons/IconCheckmarkCircle.d.ts +4 -0
  525. package/components/SVGIcons/IconCheckmarkCircle.js +1 -0
  526. package/components/SVGIcons/IconCheckmarkCircleFilled.d.ts +4 -0
  527. package/components/SVGIcons/IconCheckmarkCircleFilled.js +1 -0
  528. package/components/SVGIcons/IconCheckmarkFilled.d.ts +4 -0
  529. package/components/SVGIcons/IconCheckmarkFilled.js +1 -0
  530. package/components/SVGIcons/IconChevronDoubleLeft.d.ts +4 -0
  531. package/components/SVGIcons/IconChevronDoubleLeft.js +1 -0
  532. package/components/SVGIcons/IconChevronDoubleRight.d.ts +4 -0
  533. package/components/SVGIcons/IconChevronDoubleRight.js +1 -0
  534. package/components/SVGIcons/IconChevronDown.d.ts +4 -0
  535. package/components/SVGIcons/IconChevronDown.js +1 -0
  536. package/components/SVGIcons/IconChevronDownFilled.d.ts +4 -0
  537. package/components/SVGIcons/IconChevronDownFilled.js +1 -0
  538. package/components/SVGIcons/IconChevronLeft.d.ts +4 -0
  539. package/components/SVGIcons/IconChevronLeft.js +1 -0
  540. package/components/SVGIcons/IconChevronLeftFilled.d.ts +4 -0
  541. package/components/SVGIcons/IconChevronLeftFilled.js +1 -0
  542. package/components/SVGIcons/IconChevronRight.d.ts +4 -0
  543. package/components/SVGIcons/IconChevronRight.js +1 -0
  544. package/components/SVGIcons/IconChevronRightFilled.d.ts +4 -0
  545. package/components/SVGIcons/IconChevronRightFilled.js +1 -0
  546. package/components/SVGIcons/IconChevronUp.d.ts +4 -0
  547. package/components/SVGIcons/IconChevronUp.js +1 -0
  548. package/components/SVGIcons/IconChevronUpDown.d.ts +4 -0
  549. package/components/SVGIcons/IconChevronUpDown.js +1 -0
  550. package/components/SVGIcons/IconChevronUpDownFilled.d.ts +4 -0
  551. package/components/SVGIcons/IconChevronUpDownFilled.js +1 -0
  552. package/components/SVGIcons/IconChevronUpFilled.d.ts +4 -0
  553. package/components/SVGIcons/IconChevronUpFilled.js +1 -0
  554. package/components/SVGIcons/IconClipboardDay.d.ts +4 -0
  555. package/components/SVGIcons/IconClipboardDay.js +1 -0
  556. package/components/SVGIcons/IconClock.d.ts +4 -0
  557. package/components/SVGIcons/IconClock.js +1 -0
  558. package/components/SVGIcons/IconClockDismiss.d.ts +4 -0
  559. package/components/SVGIcons/IconClockDismiss.js +1 -0
  560. package/components/SVGIcons/IconClockDismissFilled.d.ts +4 -0
  561. package/components/SVGIcons/IconClockDismissFilled.js +1 -0
  562. package/components/SVGIcons/IconClockFilled.d.ts +4 -0
  563. package/components/SVGIcons/IconClockFilled.js +1 -0
  564. package/components/SVGIcons/IconComment.d.ts +4 -0
  565. package/components/SVGIcons/IconComment.js +1 -0
  566. package/components/SVGIcons/IconCommentFilled.d.ts +4 -0
  567. package/components/SVGIcons/IconCommentFilled.js +1 -0
  568. package/components/SVGIcons/IconContractCard.d.ts +4 -0
  569. package/components/SVGIcons/IconContractCard.js +1 -0
  570. package/components/SVGIcons/IconContractCardFilled.d.ts +4 -0
  571. package/components/SVGIcons/IconContractCardFilled.js +1 -0
  572. package/components/SVGIcons/IconCopy.d.ts +4 -0
  573. package/components/SVGIcons/IconCopy.js +1 -0
  574. package/components/SVGIcons/IconCopyFilled.d.ts +4 -0
  575. package/components/SVGIcons/IconCopyFilled.js +1 -0
  576. package/components/SVGIcons/IconCubeTree.d.ts +4 -0
  577. package/components/SVGIcons/IconCubeTree.js +1 -0
  578. package/components/SVGIcons/IconCubeTreeFilled.d.ts +4 -0
  579. package/components/SVGIcons/IconCubeTreeFilled.js +1 -0
  580. package/components/SVGIcons/IconDatabase.d.ts +4 -0
  581. package/components/SVGIcons/IconDatabase.js +1 -0
  582. package/components/SVGIcons/IconDatabaseFilled.d.ts +4 -0
  583. package/components/SVGIcons/IconDatabaseFilled.js +1 -0
  584. package/components/SVGIcons/IconDelete.d.ts +4 -0
  585. package/components/SVGIcons/IconDelete.js +1 -0
  586. package/components/SVGIcons/IconDeleteFilled.d.ts +4 -0
  587. package/components/SVGIcons/IconDeleteFilled.js +1 -0
  588. package/components/SVGIcons/IconDeviceMeetingRoom.d.ts +4 -0
  589. package/components/SVGIcons/IconDeviceMeetingRoom.js +1 -0
  590. package/components/SVGIcons/IconDeviceMeetingRoomFilled.d.ts +4 -0
  591. package/components/SVGIcons/IconDeviceMeetingRoomFilled.js +1 -0
  592. package/components/SVGIcons/IconDismiss.d.ts +4 -0
  593. package/components/SVGIcons/IconDismiss.js +1 -0
  594. package/components/SVGIcons/IconDismissCircle.d.ts +4 -0
  595. package/components/SVGIcons/IconDismissCircle.js +1 -0
  596. package/components/SVGIcons/IconDismissCircleFilled.d.ts +4 -0
  597. package/components/SVGIcons/IconDismissCircleFilled.js +1 -0
  598. package/components/SVGIcons/IconDismissFilled.d.ts +4 -0
  599. package/components/SVGIcons/IconDismissFilled.js +1 -0
  600. package/components/SVGIcons/IconDocument.d.ts +4 -0
  601. package/components/SVGIcons/IconDocument.js +1 -0
  602. package/components/SVGIcons/IconDocumentBulletList.d.ts +4 -0
  603. package/components/SVGIcons/IconDocumentBulletList.js +1 -0
  604. package/components/SVGIcons/IconDocumentBulletListFilled.d.ts +4 -0
  605. package/components/SVGIcons/IconDocumentBulletListFilled.js +1 -0
  606. package/components/SVGIcons/IconDocumentEdit.d.ts +4 -0
  607. package/components/SVGIcons/IconDocumentEdit.js +1 -0
  608. package/components/SVGIcons/IconDocumentEditFilled.d.ts +4 -0
  609. package/components/SVGIcons/IconDocumentEditFilled.js +1 -0
  610. package/components/SVGIcons/IconDocumentFilled.d.ts +4 -0
  611. package/components/SVGIcons/IconDocumentFilled.js +1 -0
  612. package/components/SVGIcons/IconDocumentPerson.d.ts +4 -0
  613. package/components/SVGIcons/IconDocumentPerson.js +1 -0
  614. package/components/SVGIcons/IconEdit.d.ts +4 -0
  615. package/components/SVGIcons/IconEdit.js +1 -0
  616. package/components/SVGIcons/IconEditFilled.d.ts +4 -0
  617. package/components/SVGIcons/IconEditFilled.js +1 -0
  618. package/components/SVGIcons/IconErrorCircle.d.ts +4 -0
  619. package/components/SVGIcons/IconErrorCircle.js +1 -0
  620. package/components/SVGIcons/IconErrorCircleFilled.d.ts +4 -0
  621. package/components/SVGIcons/IconErrorCircleFilled.js +1 -0
  622. package/components/SVGIcons/IconEur.d.ts +4 -0
  623. package/components/SVGIcons/IconEur.js +1 -0
  624. package/components/SVGIcons/IconEurFilled.d.ts +4 -0
  625. package/components/SVGIcons/IconEurFilled.js +1 -0
  626. package/components/SVGIcons/IconExpandUpLeft.d.ts +4 -0
  627. package/components/SVGIcons/IconExpandUpLeft.js +1 -0
  628. package/components/SVGIcons/IconExpandUpLeftFilled.d.ts +4 -0
  629. package/components/SVGIcons/IconExpandUpLeftFilled.js +1 -0
  630. package/components/SVGIcons/IconExpandUpRight.d.ts +4 -0
  631. package/components/SVGIcons/IconExpandUpRight.js +1 -0
  632. package/components/SVGIcons/IconExpandUpRightFilled.d.ts +4 -0
  633. package/components/SVGIcons/IconExpandUpRightFilled.js +1 -0
  634. package/components/SVGIcons/IconEyeOff.d.ts +4 -0
  635. package/components/SVGIcons/IconEyeOff.js +1 -0
  636. package/components/SVGIcons/IconEyeOffFilled.d.ts +4 -0
  637. package/components/SVGIcons/IconEyeOffFilled.js +1 -0
  638. package/components/SVGIcons/IconEyeOn.d.ts +4 -0
  639. package/components/SVGIcons/IconEyeOn.js +1 -0
  640. package/components/SVGIcons/IconEyeOnFilled.d.ts +4 -0
  641. package/components/SVGIcons/IconEyeOnFilled.js +1 -0
  642. package/components/SVGIcons/IconFacebook.d.ts +4 -0
  643. package/components/SVGIcons/IconFacebook.js +3 -0
  644. package/components/SVGIcons/IconFastAcceleration.d.ts +4 -0
  645. package/components/SVGIcons/IconFastAcceleration.js +1 -0
  646. package/components/SVGIcons/IconFastAccelerationFilled.d.ts +4 -0
  647. package/components/SVGIcons/IconFastAccelerationFilled.js +1 -0
  648. package/components/SVGIcons/IconFeed.d.ts +4 -0
  649. package/components/SVGIcons/IconFeed.js +1 -0
  650. package/components/SVGIcons/IconFeedFilled.d.ts +4 -0
  651. package/components/SVGIcons/IconFeedFilled.js +1 -0
  652. package/components/SVGIcons/IconFilter.d.ts +4 -0
  653. package/components/SVGIcons/IconFilter.js +1 -0
  654. package/components/SVGIcons/IconFilterFilled.d.ts +4 -0
  655. package/components/SVGIcons/IconFilterFilled.js +1 -0
  656. package/components/SVGIcons/IconFlag.d.ts +4 -0
  657. package/components/SVGIcons/IconFlag.js +1 -0
  658. package/components/SVGIcons/IconFlagFilled.d.ts +4 -0
  659. package/components/SVGIcons/IconFlagFilled.js +1 -0
  660. package/components/SVGIcons/IconFolderLink.d.ts +4 -0
  661. package/components/SVGIcons/IconFolderLink.js +1 -0
  662. package/components/SVGIcons/IconFolderLinkFilled.d.ts +4 -0
  663. package/components/SVGIcons/IconFolderLinkFilled.js +1 -0
  664. package/components/SVGIcons/IconFood.d.ts +4 -0
  665. package/components/SVGIcons/IconFood.js +1 -0
  666. package/components/SVGIcons/IconFoodFilled.d.ts +4 -0
  667. package/components/SVGIcons/IconFoodFilled.js +1 -0
  668. package/components/SVGIcons/IconGb.d.ts +4 -0
  669. package/components/SVGIcons/IconGb.js +11 -0
  670. package/components/SVGIcons/IconGlobe.d.ts +4 -0
  671. package/components/SVGIcons/IconGlobe.js +1 -0
  672. package/components/SVGIcons/IconGlobeFilled.d.ts +4 -0
  673. package/components/SVGIcons/IconGlobeFilled.js +1 -0
  674. package/components/SVGIcons/IconGoogle.d.ts +4 -0
  675. package/components/SVGIcons/IconGoogle.js +3 -0
  676. package/components/SVGIcons/IconHandOpenHeart.d.ts +4 -0
  677. package/components/SVGIcons/IconHandOpenHeart.js +1 -0
  678. package/components/SVGIcons/IconHandOpenHeartFilled.d.ts +4 -0
  679. package/components/SVGIcons/IconHandOpenHeartFilled.js +1 -0
  680. package/components/SVGIcons/IconHeart.d.ts +4 -0
  681. package/components/SVGIcons/IconHeart.js +1 -0
  682. package/components/SVGIcons/IconHeartFilled.d.ts +4 -0
  683. package/components/SVGIcons/IconHeartFilled.js +1 -0
  684. package/components/SVGIcons/IconHistory.d.ts +4 -0
  685. package/components/SVGIcons/IconHistory.js +1 -0
  686. package/components/SVGIcons/IconHistoryFilled.d.ts +4 -0
  687. package/components/SVGIcons/IconHistoryFilled.js +1 -0
  688. package/components/SVGIcons/IconHome.d.ts +4 -0
  689. package/components/SVGIcons/IconHome.js +1 -0
  690. package/components/SVGIcons/IconHomeFilled.d.ts +4 -0
  691. package/components/SVGIcons/IconHomeFilled.js +1 -0
  692. package/components/SVGIcons/IconImage.d.ts +4 -0
  693. package/components/SVGIcons/IconImage.js +1 -0
  694. package/components/SVGIcons/IconImageFilled.d.ts +4 -0
  695. package/components/SVGIcons/IconImageFilled.js +1 -0
  696. package/components/SVGIcons/IconInfo.d.ts +4 -0
  697. package/components/SVGIcons/IconInfo.js +1 -0
  698. package/components/SVGIcons/IconInfoFilled.d.ts +4 -0
  699. package/components/SVGIcons/IconInfoFilled.js +1 -0
  700. package/components/SVGIcons/IconInstagram.d.ts +4 -0
  701. package/components/SVGIcons/IconInstagram.js +4 -0
  702. package/components/SVGIcons/IconKeyReset.d.ts +4 -0
  703. package/components/SVGIcons/IconKeyReset.js +1 -0
  704. package/components/SVGIcons/IconKeyResetFilled.d.ts +4 -0
  705. package/components/SVGIcons/IconKeyResetFilled.js +1 -0
  706. package/components/SVGIcons/IconLibrary.d.ts +4 -0
  707. package/components/SVGIcons/IconLibrary.js +1 -0
  708. package/components/SVGIcons/IconLibraryFilled.d.ts +4 -0
  709. package/components/SVGIcons/IconLibraryFilled.js +1 -0
  710. package/components/SVGIcons/IconLink.d.ts +4 -0
  711. package/components/SVGIcons/IconLink.js +1 -0
  712. package/components/SVGIcons/IconLinkFilled.d.ts +4 -0
  713. package/components/SVGIcons/IconLinkFilled.js +1 -0
  714. package/components/SVGIcons/IconLinkedin.d.ts +4 -0
  715. package/components/SVGIcons/IconLinkedin.js +1 -0
  716. package/components/SVGIcons/IconList.d.ts +4 -0
  717. package/components/SVGIcons/IconList.js +1 -0
  718. package/components/SVGIcons/IconListFilled.d.ts +4 -0
  719. package/components/SVGIcons/IconListFilled.js +1 -0
  720. package/components/SVGIcons/IconLocation.d.ts +4 -0
  721. package/components/SVGIcons/IconLocation.js +1 -0
  722. package/components/SVGIcons/IconLocationFilled.d.ts +4 -0
  723. package/components/SVGIcons/IconLocationFilled.js +1 -0
  724. package/components/SVGIcons/IconLockClosed.d.ts +4 -0
  725. package/components/SVGIcons/IconLockClosed.js +1 -0
  726. package/components/SVGIcons/IconLockClosedFilled.d.ts +4 -0
  727. package/components/SVGIcons/IconLockClosedFilled.js +1 -0
  728. package/components/SVGIcons/IconLockOpen.d.ts +4 -0
  729. package/components/SVGIcons/IconLockOpen.js +1 -0
  730. package/components/SVGIcons/IconLockOpenFilled.d.ts +4 -0
  731. package/components/SVGIcons/IconLockOpenFilled.js +1 -0
  732. package/components/SVGIcons/IconMail.d.ts +4 -0
  733. package/components/SVGIcons/IconMail.js +1 -0
  734. package/components/SVGIcons/IconMailAdd.d.ts +4 -0
  735. package/components/SVGIcons/IconMailAdd.js +1 -0
  736. package/components/SVGIcons/IconMailAddFilled.d.ts +4 -0
  737. package/components/SVGIcons/IconMailAddFilled.js +1 -0
  738. package/components/SVGIcons/IconMailArrowForward.d.ts +4 -0
  739. package/components/SVGIcons/IconMailArrowForward.js +1 -0
  740. package/components/SVGIcons/IconMailArrowForwardFilled.d.ts +4 -0
  741. package/components/SVGIcons/IconMailArrowForwardFilled.js +1 -0
  742. package/components/SVGIcons/IconMailFilled.d.ts +4 -0
  743. package/components/SVGIcons/IconMailFilled.js +1 -0
  744. package/components/SVGIcons/IconMailLink.d.ts +4 -0
  745. package/components/SVGIcons/IconMailLink.js +1 -0
  746. package/components/SVGIcons/IconMailLinkFilled.d.ts +4 -0
  747. package/components/SVGIcons/IconMailLinkFilled.js +1 -0
  748. package/components/SVGIcons/IconMedium.d.ts +4 -0
  749. package/components/SVGIcons/IconMedium.js +1 -0
  750. package/components/SVGIcons/IconMoon.d.ts +4 -0
  751. package/components/SVGIcons/IconMoon.js +1 -0
  752. package/components/SVGIcons/IconMore.d.ts +4 -0
  753. package/components/SVGIcons/IconMore.js +1 -0
  754. package/components/SVGIcons/IconMoreFilled.d.ts +4 -0
  755. package/components/SVGIcons/IconMoreFilled.js +1 -0
  756. package/components/SVGIcons/IconMoreVertical.d.ts +4 -0
  757. package/components/SVGIcons/IconMoreVertical.js +1 -0
  758. package/components/SVGIcons/IconMoreVerticalFilled.d.ts +4 -0
  759. package/components/SVGIcons/IconMoreVerticalFilled.js +1 -0
  760. package/components/SVGIcons/IconNavigation.d.ts +4 -0
  761. package/components/SVGIcons/IconNavigation.js +1 -0
  762. package/components/SVGIcons/IconNavigationFilled.d.ts +4 -0
  763. package/components/SVGIcons/IconNavigationFilled.js +1 -0
  764. package/components/SVGIcons/IconNotebook.d.ts +4 -0
  765. package/components/SVGIcons/IconNotebook.js +1 -0
  766. package/components/SVGIcons/IconNotebookAdd.d.ts +4 -0
  767. package/components/SVGIcons/IconNotebookAdd.js +7 -0
  768. package/components/SVGIcons/IconNotebookAddFilled.d.ts +4 -0
  769. package/components/SVGIcons/IconNotebookAddFilled.js +6 -0
  770. package/components/SVGIcons/IconNotebookFilled.d.ts +4 -0
  771. package/components/SVGIcons/IconNotebookFilled.js +1 -0
  772. package/components/SVGIcons/IconOnlyEmployee.d.ts +4 -0
  773. package/components/SVGIcons/IconOnlyEmployee.js +1 -0
  774. package/components/SVGIcons/IconOpen.d.ts +4 -0
  775. package/components/SVGIcons/IconOpen.js +1 -0
  776. package/components/SVGIcons/IconOpenFilled.d.ts +4 -0
  777. package/components/SVGIcons/IconOpenFilled.js +1 -0
  778. package/components/SVGIcons/IconPatient.d.ts +4 -0
  779. package/components/SVGIcons/IconPatient.js +1 -0
  780. package/components/SVGIcons/IconPatientFilled.d.ts +4 -0
  781. package/components/SVGIcons/IconPatientFilled.js +1 -0
  782. package/components/SVGIcons/IconPeople.d.ts +4 -0
  783. package/components/SVGIcons/IconPeople.js +1 -0
  784. package/components/SVGIcons/IconPeopleAdd.d.ts +4 -0
  785. package/components/SVGIcons/IconPeopleAdd.js +1 -0
  786. package/components/SVGIcons/IconPeopleAddFilled.d.ts +4 -0
  787. package/components/SVGIcons/IconPeopleAddFilled.js +1 -0
  788. package/components/SVGIcons/IconPeopleFilled.d.ts +4 -0
  789. package/components/SVGIcons/IconPeopleFilled.js +1 -0
  790. package/components/SVGIcons/IconPeopleList.d.ts +4 -0
  791. package/components/SVGIcons/IconPeopleList.js +1 -0
  792. package/components/SVGIcons/IconPeopleListFilled.d.ts +4 -0
  793. package/components/SVGIcons/IconPeopleListFilled.js +1 -0
  794. package/components/SVGIcons/IconPeopleTeam.d.ts +4 -0
  795. package/components/SVGIcons/IconPeopleTeam.js +1 -0
  796. package/components/SVGIcons/IconPeopleTeamFilled.d.ts +4 -0
  797. package/components/SVGIcons/IconPeopleTeamFilled.js +1 -0
  798. package/components/SVGIcons/IconPercent.d.ts +4 -0
  799. package/components/SVGIcons/IconPercent.js +1 -0
  800. package/components/SVGIcons/IconPerson.d.ts +4 -0
  801. package/components/SVGIcons/IconPerson.js +1 -0
  802. package/components/SVGIcons/IconPersonAccount.d.ts +4 -0
  803. package/components/SVGIcons/IconPersonAccount.js +1 -0
  804. package/components/SVGIcons/IconPersonAccountFilled.d.ts +4 -0
  805. package/components/SVGIcons/IconPersonAccountFilled.js +1 -0
  806. package/components/SVGIcons/IconPersonAdd.d.ts +4 -0
  807. package/components/SVGIcons/IconPersonAdd.js +1 -0
  808. package/components/SVGIcons/IconPersonAddFilled.d.ts +4 -0
  809. package/components/SVGIcons/IconPersonAddFilled.js +1 -0
  810. package/components/SVGIcons/IconPersonArrowLeft.d.ts +4 -0
  811. package/components/SVGIcons/IconPersonArrowLeft.js +1 -0
  812. package/components/SVGIcons/IconPersonArrowLeftFilled.d.ts +4 -0
  813. package/components/SVGIcons/IconPersonArrowLeftFilled.js +1 -0
  814. package/components/SVGIcons/IconPersonArrowRight.d.ts +4 -0
  815. package/components/SVGIcons/IconPersonArrowRight.js +1 -0
  816. package/components/SVGIcons/IconPersonArrowRightFilled.d.ts +4 -0
  817. package/components/SVGIcons/IconPersonArrowRightFilled.js +1 -0
  818. package/components/SVGIcons/IconPersonBoard.d.ts +4 -0
  819. package/components/SVGIcons/IconPersonBoard.js +1 -0
  820. package/components/SVGIcons/IconPersonFilled.d.ts +4 -0
  821. package/components/SVGIcons/IconPersonFilled.js +1 -0
  822. package/components/SVGIcons/IconPersonMinus.d.ts +4 -0
  823. package/components/SVGIcons/IconPersonMinus.js +1 -0
  824. package/components/SVGIcons/IconPersonStar.d.ts +4 -0
  825. package/components/SVGIcons/IconPersonStar.js +1 -0
  826. package/components/SVGIcons/IconPersonStarFilled.d.ts +4 -0
  827. package/components/SVGIcons/IconPersonStarFilled.js +1 -0
  828. package/components/SVGIcons/IconPersonSubtract.d.ts +4 -0
  829. package/components/SVGIcons/IconPersonSubtract.js +1 -0
  830. package/components/SVGIcons/IconPersonSubtractFilled.d.ts +4 -0
  831. package/components/SVGIcons/IconPersonSubtractFilled.js +1 -0
  832. package/components/SVGIcons/IconPhone.d.ts +4 -0
  833. package/components/SVGIcons/IconPhone.js +1 -0
  834. package/components/SVGIcons/IconPhoneFilled.d.ts +4 -0
  835. package/components/SVGIcons/IconPhoneFilled.js +1 -0
  836. package/components/SVGIcons/IconPlugConnected.d.ts +4 -0
  837. package/components/SVGIcons/IconPlugConnected.js +1 -0
  838. package/components/SVGIcons/IconPos.d.ts +4 -0
  839. package/components/SVGIcons/IconPos.js +1 -0
  840. package/components/SVGIcons/IconPosFilled.d.ts +4 -0
  841. package/components/SVGIcons/IconPosFilled.js +1 -0
  842. package/components/SVGIcons/IconProhibited.d.ts +4 -0
  843. package/components/SVGIcons/IconProhibited.js +1 -0
  844. package/components/SVGIcons/IconProhibitedFilled.d.ts +4 -0
  845. package/components/SVGIcons/IconProhibitedFilled.js +1 -0
  846. package/components/SVGIcons/IconProjectProduct.d.ts +4 -0
  847. package/components/SVGIcons/IconProjectProduct.js +1 -0
  848. package/components/SVGIcons/IconQuestion.d.ts +4 -0
  849. package/components/SVGIcons/IconQuestion.js +1 -0
  850. package/components/SVGIcons/IconQuestionFilled.d.ts +4 -0
  851. package/components/SVGIcons/IconQuestionFilled.js +1 -0
  852. package/components/SVGIcons/IconRedo.d.ts +4 -0
  853. package/components/SVGIcons/IconRedo.js +1 -0
  854. package/components/SVGIcons/IconRedoFilled.d.ts +4 -0
  855. package/components/SVGIcons/IconRedoFilled.js +1 -0
  856. package/components/SVGIcons/IconRu.d.ts +4 -0
  857. package/components/SVGIcons/IconRu.js +6 -0
  858. package/components/SVGIcons/IconRub.d.ts +4 -0
  859. package/components/SVGIcons/IconRub.js +1 -0
  860. package/components/SVGIcons/IconRubFilled.d.ts +4 -0
  861. package/components/SVGIcons/IconRubFilled.js +1 -0
  862. package/components/SVGIcons/IconSave.d.ts +4 -0
  863. package/components/SVGIcons/IconSave.js +1 -0
  864. package/components/SVGIcons/IconSaveFilled.d.ts +4 -0
  865. package/components/SVGIcons/IconSaveFilled.js +1 -0
  866. package/components/SVGIcons/IconSavings.d.ts +4 -0
  867. package/components/SVGIcons/IconSavings.js +1 -0
  868. package/components/SVGIcons/IconSavingsFilled.d.ts +4 -0
  869. package/components/SVGIcons/IconSavingsFilled.js +1 -0
  870. package/components/SVGIcons/IconSearch.d.ts +4 -0
  871. package/components/SVGIcons/IconSearch.js +1 -0
  872. package/components/SVGIcons/IconSearchFilled.d.ts +4 -0
  873. package/components/SVGIcons/IconSearchFilled.js +1 -0
  874. package/components/SVGIcons/IconSelectAllOff.d.ts +4 -0
  875. package/components/SVGIcons/IconSelectAllOff.js +1 -0
  876. package/components/SVGIcons/IconSelectAllOffFilled.d.ts +4 -0
  877. package/components/SVGIcons/IconSelectAllOffFilled.js +1 -0
  878. package/components/SVGIcons/IconSelectAllOn.d.ts +4 -0
  879. package/components/SVGIcons/IconSelectAllOn.js +1 -0
  880. package/components/SVGIcons/IconSelectAllOnFilled.d.ts +4 -0
  881. package/components/SVGIcons/IconSelectAllOnFilled.js +1 -0
  882. package/components/SVGIcons/IconSend.d.ts +4 -0
  883. package/components/SVGIcons/IconSend.js +1 -0
  884. package/components/SVGIcons/IconSendFilled.d.ts +4 -0
  885. package/components/SVGIcons/IconSendFilled.js +1 -0
  886. package/components/SVGIcons/IconSettings.d.ts +4 -0
  887. package/components/SVGIcons/IconSettings.js +1 -0
  888. package/components/SVGIcons/IconSettingsFilled.d.ts +4 -0
  889. package/components/SVGIcons/IconSettingsFilled.js +1 -0
  890. package/components/SVGIcons/IconShare.d.ts +4 -0
  891. package/components/SVGIcons/IconShare.js +1 -0
  892. package/components/SVGIcons/IconShareAndroid.d.ts +4 -0
  893. package/components/SVGIcons/IconShareAndroid.js +1 -0
  894. package/components/SVGIcons/IconShareAndroidFilled.d.ts +4 -0
  895. package/components/SVGIcons/IconShareAndroidFilled.js +1 -0
  896. package/components/SVGIcons/IconShareFilled.d.ts +4 -0
  897. package/components/SVGIcons/IconShareFilled.js +1 -0
  898. package/components/SVGIcons/IconSignOut.d.ts +4 -0
  899. package/components/SVGIcons/IconSignOut.js +1 -0
  900. package/components/SVGIcons/IconSignOutFilled.d.ts +4 -0
  901. package/components/SVGIcons/IconSignOutFilled.js +1 -0
  902. package/components/SVGIcons/IconSpinner.d.ts +4 -0
  903. package/components/SVGIcons/IconSpinner.js +1 -0
  904. package/components/SVGIcons/IconSpinnerFilled.d.ts +4 -0
  905. package/components/SVGIcons/IconSpinnerFilled.js +1 -0
  906. package/components/SVGIcons/IconStatus.d.ts +4 -0
  907. package/components/SVGIcons/IconStatus.js +1 -0
  908. package/components/SVGIcons/IconStatusFilled.d.ts +4 -0
  909. package/components/SVGIcons/IconStatusFilled.js +1 -0
  910. package/components/SVGIcons/IconSubtract.d.ts +4 -0
  911. package/components/SVGIcons/IconSubtract.js +1 -0
  912. package/components/SVGIcons/IconSubtractCircle.d.ts +4 -0
  913. package/components/SVGIcons/IconSubtractCircle.js +1 -0
  914. package/components/SVGIcons/IconSubtractCircleFilled.d.ts +4 -0
  915. package/components/SVGIcons/IconSubtractCircleFilled.js +1 -0
  916. package/components/SVGIcons/IconSubtractFilled.d.ts +4 -0
  917. package/components/SVGIcons/IconSubtractFilled.js +1 -0
  918. package/components/SVGIcons/IconSun.d.ts +4 -0
  919. package/components/SVGIcons/IconSun.js +10 -0
  920. package/components/SVGIcons/IconTableCellEdit.d.ts +4 -0
  921. package/components/SVGIcons/IconTableCellEdit.js +3 -0
  922. package/components/SVGIcons/IconTableCellEditFilled.d.ts +4 -0
  923. package/components/SVGIcons/IconTableCellEditFilled.js +5 -0
  924. package/components/SVGIcons/IconTelegram.d.ts +4 -0
  925. package/components/SVGIcons/IconTelegram.js +3 -0
  926. package/components/SVGIcons/IconTimer.d.ts +4 -0
  927. package/components/SVGIcons/IconTimer.js +1 -0
  928. package/components/SVGIcons/IconTimerFilled.d.ts +4 -0
  929. package/components/SVGIcons/IconTimerFilled.js +1 -0
  930. package/components/SVGIcons/IconTrophy.d.ts +4 -0
  931. package/components/SVGIcons/IconTrophy.js +1 -0
  932. package/components/SVGIcons/IconTrophyFilled.d.ts +4 -0
  933. package/components/SVGIcons/IconTrophyFilled.js +1 -0
  934. package/components/SVGIcons/IconTwitter.d.ts +4 -0
  935. package/components/SVGIcons/IconTwitter.js +1 -0
  936. package/components/SVGIcons/IconUndo.d.ts +4 -0
  937. package/components/SVGIcons/IconUndo.js +1 -0
  938. package/components/SVGIcons/IconUndoFilled.d.ts +4 -0
  939. package/components/SVGIcons/IconUndoFilled.js +1 -0
  940. package/components/SVGIcons/IconUnitsEmployee.d.ts +4 -0
  941. package/components/SVGIcons/IconUnitsEmployee.js +1 -0
  942. package/components/SVGIcons/IconUpload.d.ts +4 -0
  943. package/components/SVGIcons/IconUpload.js +1 -0
  944. package/components/SVGIcons/IconUs.d.ts +4 -0
  945. package/components/SVGIcons/IconUs.js +11 -0
  946. package/components/SVGIcons/IconUsd.d.ts +4 -0
  947. package/components/SVGIcons/IconUsd.js +1 -0
  948. package/components/SVGIcons/IconUsdFilled.d.ts +4 -0
  949. package/components/SVGIcons/IconUsdFilled.js +1 -0
  950. package/components/SVGIcons/IconUserMinus.d.ts +4 -0
  951. package/components/SVGIcons/IconUserMinus.js +1 -0
  952. package/components/SVGIcons/IconVideo.d.ts +4 -0
  953. package/components/SVGIcons/IconVideo.js +1 -0
  954. package/components/SVGIcons/IconVideoFilled.d.ts +4 -0
  955. package/components/SVGIcons/IconVideoFilled.js +1 -0
  956. package/components/SVGIcons/IconWallet.d.ts +4 -0
  957. package/components/SVGIcons/IconWallet.js +1 -0
  958. package/components/SVGIcons/IconWalletFilled.d.ts +4 -0
  959. package/components/SVGIcons/IconWalletFilled.js +1 -0
  960. package/components/SVGIcons/IconWarning.d.ts +4 -0
  961. package/components/SVGIcons/IconWarning.js +1 -0
  962. package/components/SVGIcons/IconWarningFilled.d.ts +4 -0
  963. package/components/SVGIcons/IconWarningFilled.js +1 -0
  964. package/components/SVGIcons/IconYoutube.d.ts +4 -0
  965. package/components/SVGIcons/IconYoutube.js +1 -0
  966. package/components/Select/ButtonSelect/ButtonSelect.d.ts +3 -0
  967. package/components/Select/ButtonSelect/ButtonSelect.js +3 -0
  968. package/components/Select/FilterSelect/FilterDropdown.d.ts +3 -0
  969. package/components/Select/FilterSelect/FilterDropdown.js +3 -0
  970. package/components/Select/FilterSelect/FilterGroupDropdown.d.ts +3 -0
  971. package/components/Select/FilterSelect/FilterGroupDropdown.js +4 -0
  972. package/components/Select/FilterSelect/FilterSelect.d.ts +3 -0
  973. package/components/Select/FilterSelect/FilterSelect.js +4 -0
  974. package/components/Select/MultiSelect/DesktopWrapper.d.ts +18 -0
  975. package/components/Select/MultiSelect/DesktopWrapper.js +1 -0
  976. package/components/Select/MultiSelect/MobileWrapper.d.ts +10 -0
  977. package/components/Select/MultiSelect/MobileWrapper.js +2 -0
  978. package/components/Select/MultiSelect/MultiBase/MultiBase.d.ts +3 -0
  979. package/components/Select/MultiSelect/MultiBase/MultiBase.js +5 -0
  980. package/components/Select/MultiSelect/MultiSelect.d.ts +3 -0
  981. package/components/Select/MultiSelect/MultiSelect.js +3 -0
  982. package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.d.ts +3 -0
  983. package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.js +7 -0
  984. package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.d.ts +3 -0
  985. package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.js +7 -0
  986. package/components/Select/MultiSelect/OptionsWrapper.d.ts +19 -0
  987. package/components/Select/MultiSelect/OptionsWrapper.js +1 -0
  988. package/components/Select/NestedSelect/NestedSelect.d.ts +3 -0
  989. package/components/Select/NestedSelect/NestedSelect.js +4 -0
  990. package/components/Select/ProfileDropdown/index.d.ts +3 -0
  991. package/components/Select/ProfileDropdown/index.js +10 -0
  992. package/components/Select/Select/Select.d.ts +3 -0
  993. package/components/Select/Select/Select.js +1 -0
  994. package/components/Select/Select/SelectDesktop/index.d.ts +3 -0
  995. package/components/Select/Select/SelectDesktop/index.js +2 -0
  996. package/components/Select/Select/SelectMobile/MobileTopContent.d.ts +9 -0
  997. package/components/Select/Select/SelectMobile/MobileTopContent.js +2 -0
  998. package/components/Select/Select/SelectMobile/index.d.ts +3 -0
  999. package/components/Select/Select/SelectMobile/index.js +5 -0
  1000. package/components/Select/Select/helpers.d.ts +1 -0
  1001. package/components/Select/Select/helpers.js +1 -0
  1002. package/components/Select/SharedComponents/Actions.d.ts +8 -0
  1003. package/components/Select/SharedComponents/Actions.js +3 -0
  1004. package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.d.ts +15 -0
  1005. package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.js +3 -0
  1006. package/components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.d.ts +3 -0
  1007. package/components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.js +3 -0
  1008. package/components/Select/SharedComponents/ContentTop.d.ts +21 -0
  1009. package/components/Select/SharedComponents/ContentTop.js +3 -0
  1010. package/components/Select/SharedComponents/Footer.d.ts +3 -0
  1011. package/components/Select/SharedComponents/Footer.js +6 -0
  1012. package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.d.ts +3 -0
  1013. package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.js +3 -0
  1014. package/components/Select/SharedComponents/Loading.d.ts +6 -0
  1015. package/components/Select/SharedComponents/Loading.js +2 -0
  1016. package/components/Select/SharedComponents/index.d.ts +6 -0
  1017. package/components/Select/SharedComponents/index.js +1 -0
  1018. package/components/Select/constants.d.ts +7 -0
  1019. package/components/Select/constants.js +1 -0
  1020. package/components/Select/helper.d.ts +0 -0
  1021. package/components/Select/helper.js +0 -0
  1022. package/components/Select/index.d.ts +5 -0
  1023. package/components/Select/index.js +1 -0
  1024. package/components/Select/localization.d.ts +4 -0
  1025. package/components/Select/localization.js +1 -0
  1026. package/components/Select/types.d.ts +279 -0
  1027. package/components/Select/types.js +0 -0
  1028. package/components/SideSheet/Footer/Footer.d.ts +16 -0
  1029. package/components/SideSheet/Footer/Footer.js +5 -0
  1030. package/components/SideSheet/SideSheet.d.ts +3 -0
  1031. package/components/SideSheet/SideSheet.js +8 -0
  1032. package/components/SideSheet/index.d.ts +1 -0
  1033. package/components/SideSheet/index.js +1 -0
  1034. package/components/SideSheet/types.d.ts +34 -0
  1035. package/components/SideSheet/types.js +0 -0
  1036. package/components/Snackbar/Snackbar.d.ts +5 -0
  1037. package/components/Snackbar/Snackbar.js +5 -0
  1038. package/components/Snackbar/consts.d.ts +7 -0
  1039. package/components/Snackbar/consts.js +1 -0
  1040. package/components/Snackbar/index.d.ts +1 -0
  1041. package/components/Snackbar/index.js +1 -0
  1042. package/components/Snackbar/types.d.ts +14 -0
  1043. package/components/Snackbar/types.js +0 -0
  1044. package/components/Status/Status.d.ts +3 -0
  1045. package/components/Status/Status.js +4 -0
  1046. package/components/Status/index.d.ts +1 -0
  1047. package/components/Status/index.js +1 -0
  1048. package/components/Status/types.d.ts +15 -0
  1049. package/components/Status/types.js +0 -0
  1050. package/components/Stepper/Stepper.d.ts +3 -0
  1051. package/components/Stepper/Stepper.js +2 -0
  1052. package/components/Stepper/index.d.ts +1 -0
  1053. package/components/Stepper/index.js +1 -0
  1054. package/components/Stepper/types.d.ts +15 -0
  1055. package/components/Stepper/types.js +0 -0
  1056. package/components/Switcher/Switcher.d.ts +3 -0
  1057. package/components/Switcher/Switcher.js +5 -0
  1058. package/components/Switcher/index.d.ts +1 -0
  1059. package/components/Switcher/index.js +1 -0
  1060. package/components/Switcher/types.d.ts +13 -0
  1061. package/components/Switcher/types.js +0 -0
  1062. package/components/Tab/Tab.d.ts +3 -0
  1063. package/components/Tab/Tab.js +2 -0
  1064. package/components/Tab/TabItem.d.ts +3 -0
  1065. package/components/Tab/TabItem.js +3 -0
  1066. package/components/Tab/index.d.ts +1 -0
  1067. package/components/Tab/index.js +1 -0
  1068. package/components/Tab/types.d.ts +49 -0
  1069. package/components/Tab/types.js +0 -0
  1070. package/components/Table/Header.d.ts +11 -0
  1071. package/components/Table/Header.js +4 -0
  1072. package/components/Table/IndeterminateCheckbox.d.ts +13 -0
  1073. package/components/Table/IndeterminateCheckbox.js +1 -0
  1074. package/components/Table/Row.d.ts +11 -0
  1075. package/components/Table/Row.js +3 -0
  1076. package/components/Table/Table.d.ts +3 -0
  1077. package/components/Table/Table.js +6 -0
  1078. package/components/Table/index.d.ts +1 -0
  1079. package/components/Table/index.js +1 -0
  1080. package/components/Table/localization.d.ts +5 -0
  1081. package/components/Table/localization.js +1 -0
  1082. package/components/Table/types.d.ts +42 -0
  1083. package/components/Table/types.js +0 -0
  1084. package/components/Table/utils.d.ts +5 -0
  1085. package/components/Table/utils.js +3 -0
  1086. package/components/TableV2/AdvancedPagination.d.ts +8 -0
  1087. package/components/TableV2/AdvancedPagination.js +12 -0
  1088. package/components/TableV2/ColumnHeader.d.ts +9 -0
  1089. package/components/TableV2/ColumnHeader.js +6 -0
  1090. package/components/TableV2/ColumnSettings.d.ts +9 -0
  1091. package/components/TableV2/ColumnSettings.js +8 -0
  1092. package/components/TableV2/IndeterminateCheckbox.d.ts +13 -0
  1093. package/components/TableV2/IndeterminateCheckbox.js +2 -0
  1094. package/components/TableV2/Table.d.ts +3 -0
  1095. package/components/TableV2/Table.js +8 -0
  1096. package/components/TableV2/constants/index.d.ts +6 -0
  1097. package/components/TableV2/constants/index.js +1 -0
  1098. package/components/TableV2/hooks/useTableColumnSettings.d.ts +2 -0
  1099. package/components/TableV2/hooks/useTableColumnSettings.js +1 -0
  1100. package/components/TableV2/hooks/useTableControl.d.ts +11 -0
  1101. package/components/TableV2/hooks/useTableControl.js +1 -0
  1102. package/components/TableV2/index.d.ts +3 -0
  1103. package/components/TableV2/index.js +1 -0
  1104. package/components/TableV2/loadTableSettings.d.ts +2 -0
  1105. package/components/TableV2/loadTableSettings.js +1 -0
  1106. package/components/TableV2/types.d.ts +70 -0
  1107. package/components/TableV2/types.js +0 -0
  1108. package/components/Text/Text.d.ts +3 -0
  1109. package/components/Text/Text.js +2 -0
  1110. package/components/Text/index.d.ts +1 -0
  1111. package/components/Text/index.js +1 -0
  1112. package/components/Text/types.d.ts +19 -0
  1113. package/components/Text/types.js +0 -0
  1114. package/components/Textarea/Textarea.d.ts +3 -0
  1115. package/components/Textarea/Textarea.js +6 -0
  1116. package/components/Textarea/index.d.ts +1 -0
  1117. package/components/Textarea/index.js +1 -0
  1118. package/components/Textarea/types.d.ts +17 -0
  1119. package/components/Textarea/types.js +0 -0
  1120. package/components/Tooltip/Tooltip.d.ts +3 -0
  1121. package/components/Tooltip/Tooltip.js +1 -0
  1122. package/components/Tooltip/index.d.ts +1 -0
  1123. package/components/Tooltip/index.js +1 -0
  1124. package/components/Tooltip/types.d.ts +20 -0
  1125. package/components/Tooltip/types.js +1 -0
  1126. package/components/UnderConstruction/UnderConstruction.d.ts +3 -0
  1127. package/components/UnderConstruction/UnderConstruction.js +6 -0
  1128. package/components/UnderConstruction/index.d.ts +1 -0
  1129. package/components/UnderConstruction/index.js +1 -0
  1130. package/components/UnderConstruction/localization.d.ts +4 -0
  1131. package/components/UnderConstruction/localization.js +1 -0
  1132. package/components/UnderConstruction/types.d.ts +12 -0
  1133. package/components/UnderConstruction/types.js +0 -0
  1134. package/consts/index.d.ts +47 -0
  1135. package/consts/index.js +1 -0
  1136. package/context/FormContextProvider.d.ts +5 -0
  1137. package/context/FormContextProvider.js +1 -0
  1138. package/context/index.d.ts +2 -0
  1139. package/context/index.js +1 -0
  1140. package/context/types.d.ts +21 -0
  1141. package/context/types.js +1 -0
  1142. package/helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.d.ts +5 -0
  1143. package/helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js +2 -0
  1144. package/helperComponents/AnimatePresenceWrapper/index.d.ts +1 -0
  1145. package/helperComponents/AnimatePresenceWrapper/index.js +1 -0
  1146. package/helperComponents/CodeBlock/CodeBlock.d.ts +8 -0
  1147. package/helperComponents/CodeBlock/CodeBlock.js +2 -0
  1148. package/helperComponents/CodeBlock/index.d.ts +2 -0
  1149. package/helperComponents/CodeBlock/index.js +1 -0
  1150. package/helperComponents/ErrorMessage/ErrorMessage.d.ts +3 -0
  1151. package/helperComponents/ErrorMessage/ErrorMessage.js +3 -0
  1152. package/helperComponents/ErrorMessage/consts.d.ts +3 -0
  1153. package/helperComponents/ErrorMessage/consts.js +1 -0
  1154. package/helperComponents/ErrorMessage/index.d.ts +1 -0
  1155. package/helperComponents/ErrorMessage/index.js +1 -0
  1156. package/helperComponents/ErrorMessage/types.d.ts +6 -0
  1157. package/helperComponents/ErrorMessage/types.js +0 -0
  1158. package/helperComponents/GoToWebPage/GoToWebPage.d.ts +6 -0
  1159. package/helperComponents/GoToWebPage/GoToWebPage.js +1 -0
  1160. package/helperComponents/IconDynamicComponent/IconDynamicComponent.d.ts +7 -0
  1161. package/helperComponents/IconDynamicComponent/IconDynamicComponent.js +1 -0
  1162. package/helperComponents/IconDynamicComponent/index.d.ts +1 -0
  1163. package/helperComponents/IconDynamicComponent/index.js +1 -0
  1164. package/helperComponents/Label/Label.d.ts +3 -0
  1165. package/helperComponents/Label/Label.js +1 -0
  1166. package/helperComponents/Label/index.d.ts +1 -0
  1167. package/helperComponents/Label/index.js +1 -0
  1168. package/helperComponents/Label/types.d.ts +11 -0
  1169. package/helperComponents/Label/types.js +0 -0
  1170. package/helperComponents/Loader/Loader.d.ts +3 -0
  1171. package/helperComponents/Loader/Loader.js +2 -0
  1172. package/helperComponents/Loader/index.d.ts +1 -0
  1173. package/helperComponents/Loader/index.js +1 -0
  1174. package/helperComponents/Loader/types.d.ts +4 -0
  1175. package/helperComponents/Loader/types.js +0 -0
  1176. package/helperComponents/OptionItem/OptionItem.d.ts +3 -0
  1177. package/helperComponents/OptionItem/OptionItem.js +5 -0
  1178. package/helperComponents/OptionItem/index.d.ts +1 -0
  1179. package/helperComponents/OptionItem/index.js +1 -0
  1180. package/helperComponents/OptionItem/types.d.ts +17 -0
  1181. package/helperComponents/OptionItem/types.js +0 -0
  1182. package/helpers/check-authorization.d.ts +2 -0
  1183. package/helpers/check-authorization.js +1 -0
  1184. package/helpers/download-file.d.ts +1 -0
  1185. package/helpers/download-file.js +1 -0
  1186. package/helpers/format-date.d.ts +2 -0
  1187. package/helpers/format-date.js +1 -0
  1188. package/helpers/get-module-prefix.d.ts +1 -0
  1189. package/helpers/get-module-prefix.js +1 -0
  1190. package/helpers/index.d.ts +8 -0
  1191. package/helpers/index.js +1 -0
  1192. package/helpers/isDeepEqual.d.ts +1 -0
  1193. package/helpers/isDeepEqual.js +1 -0
  1194. package/helpers/locale.d.ts +3 -0
  1195. package/helpers/locale.js +1 -0
  1196. package/helpers/logout.d.ts +1 -0
  1197. package/helpers/logout.js +1 -0
  1198. package/helpers/storage.d.ts +2 -0
  1199. package/helpers/storage.js +1 -0
  1200. package/hooks/index.d.ts +12 -0
  1201. package/hooks/index.js +1 -0
  1202. package/hooks/useAnimation.d.ts +12 -0
  1203. package/hooks/useAnimation.js +1 -0
  1204. package/hooks/useChangePositionsOnScroll.d.ts +1 -0
  1205. package/hooks/useChangePositionsOnScroll.js +1 -0
  1206. package/hooks/useDispatchEventOnScroll.d.ts +1 -0
  1207. package/hooks/useDispatchEventOnScroll.js +1 -0
  1208. package/hooks/useEscapeKey.d.ts +5 -0
  1209. package/hooks/useEscapeKey.js +1 -0
  1210. package/hooks/useFieldArray.d.ts +1 -0
  1211. package/hooks/useFieldArray.js +1 -0
  1212. package/hooks/useFormContext.d.ts +9 -0
  1213. package/hooks/useFormContext.js +1 -0
  1214. package/hooks/useFormProps.d.ts +2 -0
  1215. package/hooks/useFormProps.js +1 -0
  1216. package/hooks/useGetElemPositions.d.ts +10 -0
  1217. package/hooks/useGetElemPositions.js +1 -0
  1218. package/hooks/useGetElemSizes.d.ts +13 -0
  1219. package/hooks/useGetElemSizes.js +1 -0
  1220. package/hooks/useGetHasBottomSpace.d.ts +11 -0
  1221. package/hooks/useGetHasBottomSpace.js +1 -0
  1222. package/hooks/useGetIsMobile.d.ts +1 -0
  1223. package/hooks/useGetIsMobile.js +1 -0
  1224. package/hooks/useGetTooltipPosition.d.ts +1 -0
  1225. package/hooks/useGetTooltipPosition.js +1 -0
  1226. package/hooks/useGetTooltipStyles.d.ts +14 -0
  1227. package/hooks/useGetTooltipStyles.js +1 -0
  1228. package/hooks/useHideBodyScroll.d.ts +1 -0
  1229. package/hooks/useHideBodyScroll.js +1 -0
  1230. package/hooks/useHideOnScroll.d.ts +1 -0
  1231. package/hooks/useHideOnScroll.js +1 -0
  1232. package/hooks/useOnOutsideClick.d.ts +1 -0
  1233. package/hooks/useOnOutsideClick.js +1 -0
  1234. package/hooks/useScreenSize.d.ts +3 -0
  1235. package/hooks/useScreenSize.js +1 -0
  1236. package/package.json +45 -0
  1237. package/type/file-upload.d.ts +5 -0
  1238. package/type/file-upload.js +1 -0
  1239. package/type/index.d.ts +5 -0
  1240. package/type/index.js +1 -0
  1241. package/type/locale.d.ts +10 -0
  1242. package/type/locale.js +1 -0
  1243. package/type/notification.d.ts +6 -0
  1244. package/type/notification.js +1 -0
  1245. package/type/status-code.d.ts +6 -0
  1246. package/type/status-code.js +1 -0
  1247. package/type/svg-icons.d.ts +14 -0
  1248. package/type/svg-icons.js +0 -0
  1249. package/utils/helpers.d.ts +16 -0
  1250. package/utils/helpers.js +1 -0
@@ -0,0 +1 @@
1
+ import{jsx as r}from"react/jsx-runtime";import e from"classnames";const l=({size:s,type:i,className:a="",onClick:o,refHandler:n,id:t,dataId:l})=>/* @__PURE__ */r("svg",{xmlns:"http://www.w3.org/2000/svg",className:e("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${i}`]:i,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:o,ref:n,id:t,"data-id":l?`${l}-svg-icon`:"",children:/* @__PURE__ */r("path",{d:"M17.75 3C19.5449 3 21 4.45507 21 6.25V17.75C21 19.5449 19.5449 21 17.75 21H6.25C4.45507 21 3 19.5449 3 17.75V6.25C3 4.45507 4.45507 3 6.25 3H17.75ZM19.5 8.5H4.5V17.75C4.5 18.7165 5.2835 19.5 6.25 19.5H17.75C18.7165 19.5 19.5 18.7165 19.5 17.75V8.5ZM17.75 4.5H6.25C5.2835 4.5 4.5 5.2835 4.5 6.25V7H19.5V6.25C19.5 5.2835 18.7165 4.5 17.75 4.5Z"})});export{l as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconCalendarLeft: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconCalendarLeft;
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import c from"classnames";const a=({size:C,type:s,className:a="",onClick:e,refHandler:o,id:n,dataId:t})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${C}`]:C,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:e,ref:o,id:n,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */i("path",{d:"M6.60938 3C4.81445 3 3.35938 4.45507 3.35938 6.25V17.75C3.35938 19.5449 4.81445 21 6.60938 21H18.1094C19.9043 21 21.3594 19.5449 21.3594 17.75V6.25C21.3594 4.45507 19.9043 3 18.1094 3H6.60938ZM4.85938 8.5H19.8594V17.75C19.8594 18.7165 19.0759 19.5 18.1094 19.5H6.60938C5.64288 19.5 4.85938 18.7165 4.85938 17.75V8.5ZM16.6094 14.5C15.919 14.5 15.3594 15.0596 15.3594 15.75C15.3594 16.4404 15.919 17 16.6094 17C17.2997 17 17.8594 16.4404 17.8594 15.75C17.8594 15.0596 17.2997 14.5 16.6094 14.5ZM12.3594 14.5C11.669 14.5 11.1094 15.0596 11.1094 15.75C11.1094 16.4404 11.669 17 12.3594 17C13.0497 17 13.6094 16.4404 13.6094 15.75C13.6094 15.0596 13.0497 14.5 12.3594 14.5ZM16.6094 10.5C15.919 10.5 15.3594 11.0596 15.3594 11.75C15.3594 12.4404 15.919 13 16.6094 13C17.2997 13 17.8594 12.4404 17.8594 11.75C17.8594 11.0596 17.2997 10.5 16.6094 10.5ZM12.3594 10.5C11.669 10.5 11.1094 11.0596 11.1094 11.75C11.1094 12.4404 11.669 13 12.3594 13C13.0497 13 13.6094 12.4404 13.6094 11.75C13.6094 11.0596 13.0497 10.5 12.3594 10.5ZM8.10938 10.5C7.41902 10.5 6.85938 11.0596 6.85938 11.75C6.85938 12.4404 7.41902 13 8.10938 13C8.79973 13 9.35938 12.4404 9.35938 11.75C9.35938 11.0596 8.79973 10.5 8.10938 10.5ZM6.60938 4.5H18.1094C19.0759 4.5 19.8594 5.2835 19.8594 6.25V7H4.85938V6.25C4.85938 5.2835 5.64288 4.5 6.60938 4.5Z"})});export{a as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconCalendarLeftFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconCalendarLeftFilled;
@@ -0,0 +1 @@
1
+ import{jsx as n}from"react/jsx-runtime";import t from"classnames";const g=({size:C,type:s,className:e="",onClick:i,refHandler:a,id:o,dataId:c})=>/* @__PURE__ */n("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:i,ref:a,id:o,"data-id":c?`${c}-svg-icon`:"",children:/* @__PURE__ */n("path",{d:"M3.35938 8.5V17.75C3.35938 19.5449 4.81445 21 6.60938 21H18.1094C19.9043 21 21.3594 19.5449 21.3594 17.75V8.5H3.35938ZM17.1094 15C17.7997 15 18.3594 15.5596 18.3594 16.25C18.3594 16.9404 17.7997 17.5 17.1094 17.5C16.419 17.5 15.8594 16.9404 15.8594 16.25C15.8594 15.5596 16.419 15 17.1094 15ZM12.3594 15C13.0497 15 13.6094 15.5596 13.6094 16.25C13.6094 16.9404 13.0497 17.5 12.3594 17.5C11.669 17.5 11.1094 16.9404 11.1094 16.25C11.1094 15.5596 11.669 15 12.3594 15ZM17.1094 10.5C17.7997 10.5 18.3594 11.0596 18.3594 11.75C18.3594 12.4404 17.7997 13 17.1094 13C16.419 13 15.8594 12.4404 15.8594 11.75C15.8594 11.0596 16.419 10.5 17.1094 10.5ZM12.3594 10.5C13.0497 10.5 13.6094 11.0596 13.6094 11.75C13.6094 12.4404 13.0497 13 12.3594 13C11.669 13 11.1094 12.4404 11.1094 11.75C11.1094 11.0596 11.669 10.5 12.3594 10.5ZM7.60938 10.5C8.29973 10.5 8.85938 11.0596 8.85938 11.75C8.85938 12.4404 8.29973 13 7.60938 13C6.91902 13 6.35938 12.4404 6.35938 11.75C6.35938 11.0596 6.91902 10.5 7.60938 10.5ZM6.60938 3C4.81445 3 3.35938 4.45507 3.35938 6.25V7H21.3594V6.25C21.3594 4.45507 19.9043 3 18.1094 3H6.60938Z"})});export{g as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconCalendarRight: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconCalendarRight;
@@ -0,0 +1 @@
1
+ import{jsx as n}from"react/jsx-runtime";import e from"classnames";const Z=({size:C,type:s,className:i="",onClick:a,refHandler:o,id:t,dataId:c})=>/* @__PURE__ */n("svg",{xmlns:"http://www.w3.org/2000/svg",className:e("svg-icon",{[`svg-icon__size-${C}`]:C,[`svg-icon__type-${s}`]:s,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:o,id:t,"data-id":c?`${c}-svg-icon`:"",children:/* @__PURE__ */n("path",{d:"M18.1094 3C19.9043 3 21.3594 4.45507 21.3594 6.25V17.75C21.3594 19.5449 19.9043 21 18.1094 21H6.60938C4.81445 21 3.35938 19.5449 3.35938 17.75V6.25C3.35938 4.45507 4.81445 3 6.60938 3H18.1094ZM19.8594 8.5H4.85938V17.75C4.85938 18.7165 5.64288 19.5 6.60938 19.5H18.1094C19.0759 19.5 19.8594 18.7165 19.8594 17.75V8.5ZM8.10938 14.5C8.79973 14.5 9.35938 15.0596 9.35938 15.75C9.35938 16.4404 8.79973 17 8.10938 17C7.41902 17 6.85938 16.4404 6.85938 15.75C6.85938 15.0596 7.41902 14.5 8.10938 14.5ZM12.3594 14.5C13.0497 14.5 13.6094 15.0596 13.6094 15.75C13.6094 16.4404 13.0497 17 12.3594 17C11.669 17 11.1094 16.4404 11.1094 15.75C11.1094 15.0596 11.669 14.5 12.3594 14.5ZM8.10938 10.5C8.79973 10.5 9.35938 11.0596 9.35938 11.75C9.35938 12.4404 8.79973 13 8.10938 13C7.41902 13 6.85938 12.4404 6.85938 11.75C6.85938 11.0596 7.41902 10.5 8.10938 10.5ZM12.3594 10.5C13.0497 10.5 13.6094 11.0596 13.6094 11.75C13.6094 12.4404 13.0497 13 12.3594 13C11.669 13 11.1094 12.4404 11.1094 11.75C11.1094 11.0596 11.669 10.5 12.3594 10.5ZM16.6094 10.5C17.2997 10.5 17.8594 11.0596 17.8594 11.75C17.8594 12.4404 17.2997 13 16.6094 13C15.919 13 15.3594 12.4404 15.3594 11.75C15.3594 11.0596 15.919 10.5 16.6094 10.5ZM18.1094 4.5H6.60938C5.64288 4.5 4.85938 5.2835 4.85938 6.25V7H19.8594V6.25C19.8594 5.2835 19.0759 4.5 18.1094 4.5Z"})});export{Z as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconCalendarRightFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconCalendarRightFilled;
@@ -0,0 +1 @@
1
+ import{jsx as n}from"react/jsx-runtime";import t from"classnames";const a=({size:C,type:s,className:a="",onClick:e,refHandler:i,id:o,dataId:c})=>/* @__PURE__ */n("svg",{xmlns:"http://www.w3.org/2000/svg",className:t("svg-icon",{[`svg-icon__size-${C}`]:C,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:e,ref:i,id:o,"data-id":c?`${c}-svg-icon`:"",children:/* @__PURE__ */n("path",{d:"M21.3594 8.5V17.75C21.3594 19.5449 19.9043 21 18.1094 21H6.60938C4.81445 21 3.35938 19.5449 3.35938 17.75V8.5H21.3594ZM7.60938 15C6.91902 15 6.35938 15.5596 6.35938 16.25C6.35938 16.9404 6.91902 17.5 7.60938 17.5C8.29973 17.5 8.85938 16.9404 8.85938 16.25C8.85938 15.5596 8.29973 15 7.60938 15ZM12.3594 15C11.669 15 11.1094 15.5596 11.1094 16.25C11.1094 16.9404 11.669 17.5 12.3594 17.5C13.0497 17.5 13.6094 16.9404 13.6094 16.25C13.6094 15.5596 13.0497 15 12.3594 15ZM7.60938 10.5C6.91902 10.5 6.35938 11.0596 6.35938 11.75C6.35938 12.4404 6.91902 13 7.60938 13C8.29973 13 8.85938 12.4404 8.85938 11.75C8.85938 11.0596 8.29973 10.5 7.60938 10.5ZM12.3594 10.5C11.669 10.5 11.1094 11.0596 11.1094 11.75C11.1094 12.4404 11.669 13 12.3594 13C13.0497 13 13.6094 12.4404 13.6094 11.75C13.6094 11.0596 13.0497 10.5 12.3594 10.5ZM17.1094 10.5C16.419 10.5 15.8594 11.0596 15.8594 11.75C15.8594 12.4404 16.419 13 17.1094 13C17.7997 13 18.3594 12.4404 18.3594 11.75C18.3594 11.0596 17.7997 10.5 17.1094 10.5ZM18.1094 3C19.9043 3 21.3594 4.45507 21.3594 6.25V7H3.35938V6.25C3.35938 4.45507 4.81445 3 6.60938 3H18.1094Z"})});export{a as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconCall: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconCall;
@@ -0,0 +1 @@
1
+ import{jsx as C}from"react/jsx-runtime";import r from"classnames";const a=({size:e,type:i,className:s="",onClick:a,refHandler:n,id:o,dataId:t})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:r("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:o,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */C("path",{id:"Shape",d:"M7.72845 2.41795L8.89545 2.06619C10.218 1.66755 11.631 2.31179 12.1973 3.57161L13.099 5.57733C13.5817 6.65117 13.3273 7.91317 12.4663 8.71612L10.972 10.1096C10.9283 10.1503 10.9006 10.2053 10.894 10.2647C10.8497 10.6618 11.1189 11.4352 11.7391 12.5095C12.1902 13.2908 12.5984 13.8387 12.9459 14.1468C13.188 14.3615 13.3213 14.4079 13.378 14.391L15.3884 13.7764C16.514 13.4323 17.7338 13.8426 18.4225 14.7971L19.7032 16.5721C20.5093 17.6893 20.3644 19.2306 19.3641 20.1779L18.4777 21.0173C17.5213 21.9231 16.1597 22.2606 14.891 21.9065C12.1369 21.1378 9.66759 18.8137 7.45572 14.9826C5.24077 11.1462 4.46358 7.84173 5.18003 5.06994C5.5079 3.80146 6.47403 2.79607 7.72845 2.41795ZM8.16135 3.85413C7.4087 4.081 6.82902 4.68423 6.6323 5.44532C6.02965 7.77684 6.71851 10.7057 8.75475 14.2326C10.7883 17.7548 12.9772 19.815 15.2943 20.4617C16.0555 20.6742 16.8724 20.4717 17.4463 19.9282L18.3326 19.0888C18.7873 18.6582 18.8532 17.9576 18.4868 17.4498L17.2061 15.6748C16.893 15.241 16.3386 15.0544 15.8269 15.2109L13.8116 15.827C12.6419 16.1757 11.5802 15.2342 10.4401 13.2595C9.6718 11.9288 9.31371 10.9001 9.40328 10.0982C9.44968 9.68273 9.64325 9.29763 9.94897 9.01254L11.4433 7.61909C11.8347 7.25411 11.9503 6.68047 11.7309 6.19237L10.8292 4.18665C10.5718 3.614 9.92949 3.32116 9.32835 3.50236L8.16135 3.85413Z"})})});export{a as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconCallFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconCallFilled;
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import r 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:r("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:"M8.44362 2.43899L9.52022 2.09498C10.529 1.77263 11.6069 2.29358 12.0389 3.31232L12.8986 5.33967C13.2733 6.22312 13.0654 7.26203 12.3847 7.90815L10.4903 9.70616C10.6072 10.7816 10.9687 11.8406 11.5749 12.8832C12.181 13.9257 12.938 14.7905 13.8459 15.4776L16.1211 14.7189C16.9835 14.4313 17.9227 14.7618 18.4517 15.539L19.6841 17.3495C20.299 18.2529 20.1884 19.4993 19.4254 20.2653L18.6077 21.0862C17.7937 21.9033 16.6312 22.1997 15.5558 21.8643C13.0169 21.0723 10.6826 18.7211 8.55286 14.8107C6.41999 10.8945 5.66724 7.57189 6.29461 4.84289C6.55861 3.69457 7.37612 2.78009 8.44362 2.43899Z"})})});export{t as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconCard: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconCard;
@@ -0,0 +1 @@
1
+ import{jsx as r}from"react/jsx-runtime";import e from"classnames";const a=({size:s,type:a,className:i="",onClick:o,refHandler:n,id:t,dataId:c})=>/* @__PURE__ */r("svg",{xmlns:"http://www.w3.org/2000/svg",className:e("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${a}`]:a,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:o,ref:n,id:t,"data-id":c?`${c}-svg-icon`:"",children:/* @__PURE__ */r("path",{d:"M2.93359 8.25C2.93359 6.45507 4.38867 5 6.18359 5H19.6836C21.4785 5 22.9336 6.45507 22.9336 8.25V15.75C22.9336 17.5449 21.4785 19 19.6836 19H6.18359C4.38867 19 2.93359 17.5449 2.93359 15.75V8.25ZM21.4336 9.5V8.25C21.4336 7.2835 20.6501 6.5 19.6836 6.5H6.18359C5.2171 6.5 4.43359 7.2835 4.43359 8.25V9.5H21.4336ZM4.43359 11V15.75C4.43359 16.7165 5.2171 17.5 6.18359 17.5H19.6836C20.6501 17.5 21.4336 16.7165 21.4336 15.75V11H4.43359Z"})});export{a as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconCardFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconCardFilled;
@@ -0,0 +1 @@
1
+ import{jsx as r}from"react/jsx-runtime";import t from"classnames";const a=({size:s,type:a,className:e="",onClick:i,refHandler:o,id:n,dataId:c})=>/* @__PURE__ */r("svg",{xmlns:"http://www.w3.org/2000/svg",className:t("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${a}`]:a,[e]:e}),viewBox:"0 0 24 24",fill:"none",onClick:i,ref:o,id:n,"data-id":c?`${c}-svg-icon`:"",children:/* @__PURE__ */r("path",{d:"M6.18359 5C4.38867 5 2.93359 6.45507 2.93359 8.25V9.5H22.9336V8.25C22.9336 6.45507 21.4785 5 19.6836 5H6.18359ZM22.9336 11H2.93359V15.75C2.93359 17.5449 4.38867 19 6.18359 19H19.6836C21.4785 19 22.9336 17.5449 22.9336 15.75V11Z"})});export{a as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconCaretDown: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconCaretDown;
@@ -0,0 +1 @@
1
+ import{jsx as r}from"react/jsx-runtime";import g from"classnames";const l=({size:s,type:e,className:i="",onClick:a,refHandler:o,id:n,dataId:t})=>/* @__PURE__ */r("svg",{xmlns:"http://www.w3.org/2000/svg",className:g("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${e}`]:e,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:o,id:n,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */r("path",{d:"M5.25483 10.0731C4.54762 9.2649 5.1216 8 6.19555 8H17.9918C19.0657 8 19.6397 9.2649 18.9325 10.0731L13.4107 16.3838C12.7135 17.1806 11.4739 17.1806 10.7767 16.3838L5.25483 10.0731ZM6.74649 9.5L11.9055 15.396C12.0051 15.5099 12.1822 15.5099 12.2818 15.396L17.4408 9.5H6.74649Z"})});export{l as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconCaretDownFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconCaretDownFilled;
@@ -0,0 +1 @@
1
+ import{jsx as e}from"react/jsx-runtime";import l from"classnames";const a=({size:s,type:a,className:i="",onClick:o,refHandler:n,id:t,dataId:c})=>/* @__PURE__ */e("svg",{xmlns:"http://www.w3.org/2000/svg",className:l("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${a}`]:a,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:o,ref:n,id:t,"data-id":c?`${c}-svg-icon`:"",children:/* @__PURE__ */e("path",{d:"M6.19555 8C5.1216 8 4.54762 9.2649 5.25483 10.0731L10.7767 16.3838C11.4739 17.1806 12.7135 17.1806 13.4107 16.3838L18.9325 10.0731C19.6397 9.2649 19.0657 8 17.9918 8H6.19555Z"})});export{a as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconCaretDownRight: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconCaretDownRight;
@@ -0,0 +1 @@
1
+ import{jsx as t}from"react/jsx-runtime";import g from"classnames";const l=({size:s,type:e,className:i="",onClick:a,refHandler:o,id:n,dataId:l})=>/* @__PURE__ */t("svg",{xmlns:"http://www.w3.org/2000/svg",className:g("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${e}`]:e,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:o,id:n,"data-id":l?`${l}-svg-icon`:"",children:/* @__PURE__ */t("path",{d:"M16.5937 7.81065L7.9044 16.5H16.3437C16.4818 16.5 16.5937 16.3881 16.5937 16.25V7.81065ZM15.9599 6.32321C16.7473 5.53575 18.0937 6.09347 18.0937 7.2071V16.25C18.0937 17.2165 17.3102 18 16.3437 18H7.30085C6.18721 18 5.62951 16.6536 6.41696 15.8661L15.9599 6.32321Z"})});export{l as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconCaretDownRightFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconCaretDownRightFilled;
@@ -0,0 +1 @@
1
+ import{jsx as t}from"react/jsx-runtime";import g from"classnames";const a=({size:s,type:a,className:e="",onClick:i,refHandler:o,id:n,dataId:c})=>/* @__PURE__ */t("svg",{xmlns:"http://www.w3.org/2000/svg",className:g("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${a}`]:a,[e]:e}),viewBox:"0 0 24 24",fill:"none",onClick:i,ref:o,id:n,"data-id":c?`${c}-svg-icon`:"",children:/* @__PURE__ */t("path",{d:"M18.0937 7.2071C18.0937 6.09347 16.7473 5.53575 15.9599 6.32321L6.41696 15.8661C5.62951 16.6536 6.18721 18 7.30085 18H16.3437C17.3102 18 18.0937 17.2165 18.0937 16.25V7.2071Z"})});export{a as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconCaretLeft: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconCaretLeft;
@@ -0,0 +1 @@
1
+ import{jsx as t}from"react/jsx-runtime";import g from"classnames";const a=({size:s,type:a,className:e="",onClick:i,refHandler:o,id:n,dataId:c})=>/* @__PURE__ */t("svg",{xmlns:"http://www.w3.org/2000/svg",className:g("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${a}`]:a,[e]:e}),viewBox:"0 0 24 24",fill:"none",onClick:i,ref:o,id:n,"data-id":c?`${c}-svg-icon`:"",children:/* @__PURE__ */t("path",{d:"M13.0206 18.839C13.8288 19.5462 15.0937 18.9722 15.0937 17.8983L15.0937 6.10204C15.0937 5.02809 13.8288 4.45412 13.0206 5.16132L6.70992 10.6831C5.9131 11.3804 5.9131 12.6199 6.70992 13.3172L13.0206 18.839ZM13.5937 17.3473L7.69768 12.1883C7.58385 12.0887 7.58385 11.9116 7.69768 11.812L13.5937 6.65298L13.5937 17.3473Z"})});export{a as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconCaretLeftFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconCaretLeftFilled;
@@ -0,0 +1 @@
1
+ import{jsx as n}from"react/jsx-runtime";import l from"classnames";const a=({size:s,type:a,className:e="",onClick:i,refHandler:o,id:t,dataId:c})=>/* @__PURE__ */n("svg",{xmlns:"http://www.w3.org/2000/svg",className:l("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${a}`]:a,[e]:e}),viewBox:"0 0 24 24",fill:"none",onClick:i,ref:o,id:t,"data-id":c?`${c}-svg-icon`:"",children:/* @__PURE__ */n("path",{d:"M15.0937 17.8983C15.0937 18.9722 13.8288 19.5462 13.0206 18.839L6.70992 13.3172C5.9131 12.6199 5.9131 11.3804 6.70992 10.6831L13.0206 5.16132C13.8288 4.45412 15.0937 5.02809 15.0937 6.10204L15.0937 17.8983Z"})});export{a as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconCaretRight: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconCaretRight;
@@ -0,0 +1 @@
1
+ import{jsx as t}from"react/jsx-runtime";import g from"classnames";const l=({size:s,type:e,className:i="",onClick:a,refHandler:o,id:n,dataId:l})=>/* @__PURE__ */t("svg",{xmlns:"http://www.w3.org/2000/svg",className:g("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${e}`]:e,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:o,id:n,"data-id":l?`${l}-svg-icon`:"",children:/* @__PURE__ */t("path",{d:"M11.1669 18.839C10.3586 19.5462 9.09375 18.9722 9.09375 17.8983L9.09375 6.10204C9.09375 5.02809 10.3587 4.45412 11.1669 5.16132L17.4775 10.6831C18.2744 11.3804 18.2744 12.6199 17.4775 13.3172L11.1669 18.839ZM10.5938 17.3473L16.4898 12.1883C16.6036 12.0887 16.6036 11.9116 16.4898 11.812L10.5938 6.65298L10.5938 17.3473Z"})});export{l as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconCaretRightFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconCaretRightFilled;
@@ -0,0 +1 @@
1
+ import{jsx as t}from"react/jsx-runtime";import g from"classnames";const a=({size:s,type:a,className:e="",onClick:i,refHandler:o,id:n,dataId:c})=>/* @__PURE__ */t("svg",{xmlns:"http://www.w3.org/2000/svg",className:g("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${a}`]:a,[e]:e}),viewBox:"0 0 24 24",fill:"none",onClick:i,ref:o,id:n,"data-id":c?`${c}-svg-icon`:"",children:/* @__PURE__ */t("path",{d:"M9.09375 17.8983C9.09375 18.9722 10.3586 19.5462 11.1669 18.839L17.4775 13.3172C18.2744 12.6199 18.2744 11.3804 17.4775 10.6831L11.1669 5.16132C10.3587 4.45412 9.09375 5.02809 9.09375 6.10204V17.8983Z"})});export{a as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconCaretUp: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconCaretUp;
@@ -0,0 +1 @@
1
+ import{jsx as r}from"react/jsx-runtime";import g from"classnames";const l=({size:s,type:e,className:i="",onClick:a,refHandler:o,id:n,dataId:t})=>/* @__PURE__ */r("svg",{xmlns:"http://www.w3.org/2000/svg",className:g("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${e}`]:e,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:o,id:n,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */r("path",{d:"M5.25483 14.9083C4.54762 15.7165 5.1216 16.9814 6.19555 16.9814H17.9918C19.0657 16.9814 19.6397 15.7165 18.9325 14.9083L13.4107 8.59765C12.7135 7.80083 11.4739 7.80083 10.7767 8.59765L5.25483 14.9083ZM6.74649 15.4814L11.9055 9.58541C12.0051 9.47158 12.1822 9.47158 12.2818 9.58541L17.4408 15.4814H6.74649Z"})});export{l as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconCaretUpFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconCaretUpFilled;
@@ -0,0 +1 @@
1
+ import{jsx as e}from"react/jsx-runtime";import l from"classnames";const a=({size:s,type:a,className:i="",onClick:o,refHandler:n,id:t,dataId:c})=>/* @__PURE__ */e("svg",{xmlns:"http://www.w3.org/2000/svg",className:l("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${a}`]:a,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:o,ref:n,id:t,"data-id":c?`${c}-svg-icon`:"",children:/* @__PURE__ */e("path",{d:"M6.19555 16.9814C5.1216 16.9814 4.54762 15.7165 5.25483 14.9083L10.7767 8.59765C11.4739 7.80083 12.7135 7.80083 13.4107 8.59765L18.9325 14.9083C19.6397 15.7165 19.0657 16.9814 17.9918 16.9814H6.19555Z"})});export{a as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconChartPerson: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconChartPerson;
@@ -0,0 +1 @@
1
+ import{jsx as n}from"react/jsx-runtime";import c from"classnames";const g=({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:"M12.5 2.75C12.5 2.33579 12.1642 2 11.75 2C11.3358 2 11 2.33579 11 2.75V3H5.25C3.45507 3 2 4.45507 2 6.25V15.75C2 17.5449 3.45507 19 5.25 19H7.64847L6.17333 20.7699C5.90813 21.0881 5.95109 21.561 6.26928 21.8262C6.58747 22.0914 7.0604 22.0485 7.32559 21.7303L9.60114 19H13.1089C13.2868 18.3851 13.672 17.8583 14.1837 17.5H5.25C4.2835 17.5 3.5 16.7165 3.5 15.75V6.25C3.5 5.2835 4.2835 4.5 5.25 4.5H18.75C19.7165 4.5 20.5 5.2835 20.5 6.25V11.6273C21.4067 12.2598 22 13.3106 22 14.5V6.25C22 4.45507 20.5449 3 18.75 3H12.5V2.75ZM6 7.75C6 7.33579 6.33579 7 6.75 7H10.75C11.1642 7 11.5 7.33579 11.5 7.75C11.5 8.16421 11.1642 8.5 10.75 8.5H6.75C6.33579 8.5 6 8.16421 6 7.75ZM6.75 10C6.33579 10 6 10.3358 6 10.75C6 11.1642 6.33579 11.5 6.75 11.5H13.25C13.6642 11.5 14 11.1642 14 10.75C14 10.3358 13.6642 10 13.25 10H6.75ZM6 13.75C6 13.3358 6.33579 13 6.75 13H12.25C12.6642 13 13 13.3358 13 13.75C13 14.1642 12.6642 14.5 12.25 14.5H6.75C6.33579 14.5 6 14.1642 6 13.75ZM21 14.5C21 15.8807 19.8807 17 18.5 17C17.1193 17 16 15.8807 16 14.5C16 13.1193 17.1193 12 18.5 12C19.8807 12 21 13.1193 21 14.5ZM23 19.875C23 21.4315 21.7143 23 18.5 23C15.2857 23 14 21.4374 14 19.875V19.772C14 18.7929 14.7937 18 15.7727 18H21.2273C22.2063 18 23 18.793 23 19.772V19.875Z"})});export{g as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconChartPersonFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconChartPersonFilled;
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import t from"classnames";const g=({size:C,type:s,className:e="",onClick:a,refHandler:o,id:n,dataId:H})=>/* @__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":H?`${H}-svg-icon`:"",children:/* @__PURE__ */i("path",{d:"M12.5 2.75C12.5 2.33579 12.1642 2 11.75 2C11.3358 2 11 2.33579 11 2.75V3H5.25C3.45507 3 2 4.45507 2 6.25V15.75C2 17.5449 3.45507 19 5.25 19H7.64847L6.17333 20.7699C5.90813 21.0881 5.95109 21.561 6.26928 21.8262C6.58747 22.0914 7.0604 22.0485 7.32559 21.7303L9.60114 19H13.1089C13.4433 17.8442 14.5097 17 15.7727 17H16.0505C15.4022 16.3647 15 15.4793 15 14.5C15 12.567 16.567 11 18.5 11C20.433 11 22 12.567 22 14.5V6.25C22 4.45507 20.5449 3 18.75 3H12.5V2.75ZM6 7.75C6 7.33579 6.33579 7 6.75 7H10.75C11.1642 7 11.5 7.33579 11.5 7.75C11.5 8.16421 11.1642 8.5 10.75 8.5H6.75C6.33579 8.5 6 8.16421 6 7.75ZM6.75 10H13.25C13.6642 10 14 10.3358 14 10.75C14 11.1642 13.6642 11.5 13.25 11.5H6.75C6.33579 11.5 6 11.1642 6 10.75C6 10.3358 6.33579 10 6.75 10ZM6.75 13H12.25C12.6642 13 13 13.3358 13 13.75C13 14.1642 12.6642 14.5 12.25 14.5H6.75C6.33579 14.5 6 14.1642 6 13.75C6 13.3358 6.33579 13 6.75 13ZM21 14.5C21 15.8807 19.8807 17 18.5 17C17.1193 17 16 15.8807 16 14.5C16 13.1193 17.1193 12 18.5 12C19.8807 12 21 13.1193 21 14.5ZM23 19.875C23 21.4315 21.7143 23 18.5 23C15.2857 23 14 21.4374 14 19.875V19.772C14 18.7929 14.7937 18 15.7727 18H21.2273C22.2063 18 23 18.793 23 19.772V19.875Z"})});export{g as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconChat: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconChat;
@@ -0,0 +1 @@
1
+ import{jsx as n}from"react/jsx-runtime";import r from"classnames";const g=({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:r("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:"M12.4219 2C17.9447 2 22.4219 6.47715 22.4219 12C22.4219 17.5228 17.9447 22 12.4219 22C10.8036 22 9.2397 21.6146 7.83473 20.888L4.00892 21.9553C3.344 22.141 2.65446 21.7525 2.46878 21.0876C2.40734 20.8676 2.40737 20.6349 2.46882 20.4151L3.53649 16.5922C2.80824 15.186 2.42188 13.6203 2.42188 12C2.42188 6.47715 6.89903 2 12.4219 2ZM12.4219 3.5C7.72745 3.5 3.92188 7.30558 3.92188 12C3.92188 13.4696 4.29465 14.8834 4.99491 16.1375L5.14555 16.4072L4.03283 20.3914L8.01943 19.2792L8.28896 19.4295C9.54193 20.1281 10.9541 20.5 12.4219 20.5C17.1163 20.5 20.9219 16.6944 20.9219 12C20.9219 7.30558 17.1163 3.5 12.4219 3.5ZM9.17188 13H13.6701C14.0844 13 14.4201 13.3358 14.4201 13.75C14.4201 14.1297 14.138 14.4435 13.7719 14.4932L13.6701 14.5H9.17188C8.75766 14.5 8.42188 14.1642 8.42188 13.75C8.42188 13.3703 8.70403 13.0565 9.0701 13.0068L9.17188 13H13.6701H9.17188ZM9.17188 9.5H15.6764C16.0906 9.5 16.4264 9.83579 16.4264 10.25C16.4264 10.6297 16.1442 10.9435 15.7781 10.9932L15.6764 11H9.17188C8.75766 11 8.42188 10.6642 8.42188 10.25C8.42188 9.8703 8.70403 9.55651 9.0701 9.50685L9.17188 9.5H15.6764H9.17188Z"})});export{g as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconChatFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconChatFilled;
@@ -0,0 +1 @@
1
+ import{jsx as n}from"react/jsx-runtime";import e from"classnames";const g=({size:s,type:i,className:C="",onClick:a,refHandler:o,id:t,dataId:c})=>/* @__PURE__ */n("svg",{xmlns:"http://www.w3.org/2000/svg",className:e("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${i}`]:i,[C]:C}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:o,id:t,"data-id":c?`${c}-svg-icon`:"",children:/* @__PURE__ */n("path",{d:"M12.4219 2C17.9447 2 22.4219 6.47715 22.4219 12C22.4219 17.5228 17.9447 22 12.4219 22C10.7814 22 9.19704 21.6039 7.77765 20.8583L3.48726 21.9753C3.03297 22.0937 2.56878 21.8213 2.45045 21.367C2.41386 21.2266 2.41386 21.0791 2.45042 20.9386L3.56677 16.6502C2.81907 15.2294 2.42188 13.6428 2.42188 12C2.42188 6.47715 6.89903 2 12.4219 2ZM13.6736 13H9.17188L9.0701 13.0068C8.70403 13.0565 8.42188 13.3703 8.42188 13.75C8.42188 14.1297 8.70403 14.4435 9.0701 14.4932L9.17188 14.5H13.6736L13.7753 14.4932C14.1414 14.4435 14.4236 14.1297 14.4236 13.75C14.4236 13.3703 14.1414 13.0565 13.7753 13.0068L13.6736 13ZM15.6719 9.5H9.17188L9.0701 9.50685C8.70403 9.55651 8.42188 9.8703 8.42188 10.25C8.42188 10.6297 8.70403 10.9435 9.0701 10.9932L9.17188 11H15.6719L15.7736 10.9932C16.1397 10.9435 16.4219 10.6297 16.4219 10.25C16.4219 9.8703 16.1397 9.55651 15.7736 9.50685L15.6719 9.5Z"})});export{g as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconChatMultiple: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconChatMultiple;
@@ -0,0 +1 @@
1
+ import{jsx as n}from"react/jsx-runtime";import l from"classnames";const g=({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:l("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.1553 3C6.01319 3 2.65533 6.35786 2.65533 10.5C2.65533 11.6329 2.907 12.7088 3.35798 13.6734C3.10395 14.6714 2.82013 15.7842 2.63374 16.5147C2.40072 17.428 3.22315 18.2588 4.13749 18.039C4.88771 17.8587 6.04074 17.5819 7.06822 17.337C8.01053 17.7631 9.05616 18 10.1553 18C14.2975 18 17.6553 14.6421 17.6553 10.5C17.6553 6.35786 14.2975 3 10.1553 3ZM4.15533 10.5C4.15533 7.18629 6.84162 4.5 10.1553 4.5C13.469 4.5 16.1553 7.18629 16.1553 10.5C16.1553 13.8137 13.469 16.5 10.1553 16.5C9.19459 16.5 8.28862 16.2748 7.48536 15.8749L7.24195 15.7537L6.97743 15.8167C6.0547 16.0363 4.98864 16.2919 4.18967 16.4838C4.38842 15.7047 4.65159 14.6724 4.87976 13.7757L4.94994 13.4998L4.81943 13.2468C4.3952 12.4246 4.15533 11.4914 4.15533 10.5ZM15.1554 21.0001C13.186 21.0001 11.3939 20.241 10.0557 18.9995C10.0889 18.9999 10.1221 19.0001 10.1554 19.0001C10.8733 19.0001 11.5705 18.911 12.2365 18.7434C13.1004 19.2254 14.0958 19.5001 15.1554 19.5001C16.1161 19.5001 17.0221 19.2748 17.8253 18.8749L18.0687 18.7537L18.3332 18.8167C19.2548 19.0361 20.2983 19.2625 21.0724 19.4262C20.8975 18.6757 20.6587 17.6711 20.4309 16.7757L20.3607 16.4999L20.4913 16.2469C20.9155 15.4247 21.1553 14.4915 21.1553 13.5001C21.1553 11.3853 20.0613 9.52617 18.4084 8.45761C18.23 7.73435 17.959 7.04756 17.6087 6.41052C20.546 7.42684 22.6553 10.2171 22.6553 13.5001C22.6553 14.6332 22.4036 15.7094 21.9524 16.6741C22.2054 17.6821 22.4616 18.774 22.6241 19.4773C22.8286 20.3623 22.0492 21.1633 21.1567 20.9768C20.4296 20.8248 19.2871 20.581 18.2433 20.3367C17.3008 20.763 16.2548 21.0001 15.1554 21.0001Z"})});export{g as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconChatMultipleFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconChatMultipleFilled;
@@ -0,0 +1 @@
1
+ import{jsx as l}from"react/jsx-runtime";import c from"classnames";const v=({size:C,type:s,className:e="",onClick:i,refHandler:a,id:o,dataId:n})=>/* @__PURE__ */l("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":n?`${n}-svg-icon`:"",children:/* @__PURE__ */l("path",{d:"M10.0938 3C5.95161 3 2.59375 6.35786 2.59375 10.5C2.59375 11.6335 2.84568 12.71 3.29711 13.6749C2.99499 14.9 2.73329 16.2085 2.61549 16.8173C2.48219 17.5063 3.08109 18.1099 3.76869 17.9875C4.392 17.8765 5.7469 17.6267 7.00518 17.3363C7.94787 17.7628 8.99402 18 10.0938 18C14.2359 18 17.5937 14.6421 17.5937 10.5C17.5937 6.35786 14.2359 3 10.0938 3ZM10.0557 18.9996C11.3939 20.2411 13.186 21.0002 15.1554 21.0002C16.2548 21.0002 17.3008 20.7631 18.2433 20.3368C19.2871 20.5811 20.4296 20.8249 21.1567 20.9769C22.0492 21.1634 22.8286 20.3624 22.6241 19.4775C22.4616 18.7741 22.2054 17.6822 21.9524 16.6742C22.4036 15.7095 22.6553 14.6333 22.6553 13.5002C22.6553 10.2172 20.546 7.42696 17.6087 6.41064C17.959 7.04768 18.23 7.73448 18.4084 8.45773C20.0613 9.52629 21.1553 11.3855 21.1553 13.5002C21.1553 14.4916 20.9155 15.4248 20.4913 16.247L20.3607 16.5L20.4309 16.7758C20.6587 17.6713 20.8975 18.6758 21.0724 19.4264C20.2983 19.2627 19.2548 19.0362 18.3332 18.8168L18.0687 18.7539L17.8253 18.875C17.0221 19.2749 16.1161 19.5002 15.1554 19.5002C14.0958 19.5002 13.1004 19.2255 12.2365 18.7436C11.5705 18.9112 10.8733 19.0002 10.1554 19.0002C10.1221 19.0002 10.0889 19 10.0557 18.9996Z"})});export{v as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconCheckboxArrowRight: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconCheckboxArrowRight;
@@ -0,0 +1 @@
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:"M5.92188 2C4.12695 2 2.67188 3.45507 2.67188 5.25V16.75C2.67188 18.5449 4.12695 20 5.92187 20H12.17C11.9723 19.5258 11.8291 19.0232 11.7483 18.5H5.92187C4.95538 18.5 4.17188 17.7165 4.17188 16.75V5.25C4.17188 4.2835 4.95538 3.5 5.92188 3.5H17.4219C18.3884 3.5 19.1719 4.2835 19.1719 5.25V11.0764C19.6951 11.1572 20.1977 11.3004 20.6719 11.4982V5.25C20.6719 3.45507 19.2168 2 17.4219 2H5.92188ZM16.9519 8.28064C17.245 7.98791 17.2452 7.51304 16.9525 7.21998C16.6598 6.92691 16.1849 6.92664 15.8919 7.21936L9.66845 13.4356L7.45271 11.2197C7.15983 10.9268 6.68495 10.9268 6.39205 11.2196C6.09915 11.5125 6.09913 11.9874 6.39202 12.2803L9.13778 15.0262C9.43055 15.319 9.9052 15.3192 10.1982 15.0266L16.9519 8.28064ZM18.1719 12C21.2094 12 23.6719 14.4624 23.6719 17.5C23.6719 20.5376 21.2094 23 18.1719 23C15.1343 23 12.6719 20.5376 12.6719 17.5C12.6719 14.4624 15.1343 12 18.1719 12ZM15.1719 17C14.8957 17 14.6719 17.2239 14.6719 17.5C14.6719 17.7761 14.8957 18 15.1719 18H19.9648L18.3183 19.6464C18.1231 19.8417 18.1231 20.1583 18.3183 20.3536C18.5136 20.5488 18.8302 20.5488 19.0254 20.3536L21.5254 17.8536C21.7207 17.6583 21.7207 17.3417 21.5254 17.1464L19.0254 14.6464C18.8302 14.4512 18.5136 14.4512 18.3183 14.6464C18.1231 14.8417 18.1231 15.1583 18.3183 15.3536L19.9648 17H15.1719Z"})})});export{l as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconCheckboxArrowRightFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconCheckboxArrowRightFilled;
@@ -0,0 +1 @@
1
+ import{jsx as C}from"react/jsx-runtime";import c from"classnames";const d=({size:e,type:i,className:s="",onClick:a,refHandler:d,id:n,dataId:o})=>/* @__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:d,id:n,"data-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */C("path",{id:"Shape",d:"M5.92188 2C4.12695 2 2.67188 3.45508 2.67188 5.25V16.75C2.67188 18.5449 4.12695 20 5.92188 20H12.17C11.8491 19.2304 11.6719 18.3859 11.6719 17.5C11.6719 13.9101 14.582 11 18.1719 11C19.0578 11 19.9023 11.1772 20.6719 11.4982V5.25C20.6719 3.45507 19.2168 2 17.4219 2H5.92188ZM16.9519 8.28064L10.1982 15.0266C9.9052 15.3192 9.43055 15.319 9.13778 15.0262L6.39202 12.2803C6.09913 11.9874 6.09915 11.5125 6.39205 11.2196C6.68495 10.9268 7.15983 10.9268 7.45271 11.2197L9.66845 13.4356L15.8919 7.21936C16.1849 6.92664 16.6598 6.92691 16.9525 7.21998C17.2452 7.51304 17.245 7.98791 16.9519 8.28064ZM18.1719 12C21.2094 12 23.6719 14.4624 23.6719 17.5C23.6719 20.5376 21.2094 23 18.1719 23C15.1343 23 12.6719 20.5376 12.6719 17.5C12.6719 14.4624 15.1343 12 18.1719 12ZM15.1719 17C14.8957 17 14.6719 17.2239 14.6719 17.5C14.6719 17.7761 14.8957 18 15.1719 18H19.9648L18.3183 19.6464C18.1231 19.8417 18.1231 20.1583 18.3183 20.3536C18.5136 20.5488 18.8302 20.5488 19.0254 20.3536L21.5254 17.8536C21.7207 17.6583 21.7207 17.3417 21.5254 17.1464L19.0254 14.6464C18.8302 14.4512 18.5136 14.4512 18.3183 14.6464C18.1231 14.8417 18.1231 15.1583 18.3183 15.3536L19.9648 17H15.1719Z"})})});export{d as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconCheckmark: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconCheckmark;
@@ -0,0 +1 @@
1
+ import{jsx as c}from"react/jsx-runtime";import g from"classnames";const a=({size:s,type:a,className:e="",onClick:i,refHandler:o,id:n,dataId:t})=>/* @__PURE__ */c("svg",{xmlns:"http://www.w3.org/2000/svg",className:g("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${a}`]:a,[e]:e}),viewBox:"0 0 24 24",fill:"none",onClick:i,ref:o,id:n,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */c("path",{d:"M5.01471 12.9697C4.72181 12.6768 4.24694 12.6768 3.95404 12.9697C3.66115 13.2626 3.66115 13.7374 3.95404 14.0303L8.45404 18.5303C8.74694 18.8232 9.22181 18.8232 9.5147 18.5303L20.5147 7.53033C20.8076 7.23744 20.8076 6.76256 20.5147 6.46967C20.2218 6.17678 19.7469 6.17678 19.454 6.46967L8.98438 16.9393L5.01471 12.9697Z"})});export{a as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconCheckmarkCircle: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconCheckmarkCircle;
@@ -0,0 +1 @@
1
+ import{jsx as c}from"react/jsx-runtime";import L from"classnames";const l=({size:s,type:e,className:i="",onClick:a,refHandler:o,id:C,dataId:n})=>/* @__PURE__ */c("svg",{xmlns:"http://www.w3.org/2000/svg",className:L("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${e}`]:e,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:o,id:C,"data-id":n?`${n}-svg-icon`:"",children:/* @__PURE__ */c("path",{d:"M12.9375 2C18.4603 2 22.9375 6.47715 22.9375 12C22.9375 17.5228 18.4603 22 12.9375 22C7.41465 22 2.9375 17.5228 2.9375 12C2.9375 6.47715 7.41465 2 12.9375 2ZM12.9375 3.5C8.24308 3.5 4.4375 7.30558 4.4375 12C4.4375 16.6944 8.24308 20.5 12.9375 20.5C17.6319 20.5 21.4375 16.6944 21.4375 12C21.4375 7.30558 17.6319 3.5 12.9375 3.5ZM11.6875 13.4393L16.1572 8.96967C16.4501 8.67678 16.9249 8.67678 17.2178 8.96967C17.4841 9.23594 17.5083 9.6526 17.2904 9.94621L17.2178 10.0303L12.2178 15.0303C11.9516 15.2966 11.5349 15.3208 11.2413 15.1029L11.1572 15.0303L8.65717 12.5303C8.36428 12.2374 8.36428 11.7626 8.65717 11.4697C8.92344 11.2034 9.3401 11.1792 9.63371 11.3971L9.71783 11.4697L11.6875 13.4393L16.1572 8.96967L11.6875 13.4393Z"})});export{l as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconCheckmarkCircleFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconCheckmarkCircleFilled;
@@ -0,0 +1 @@
1
+ import{jsx as c}from"react/jsx-runtime";import l from"classnames";const m=({size:s,type:e,className:i="",onClick:a,refHandler:o,id:n,dataId:t})=>/* @__PURE__ */c("svg",{xmlns:"http://www.w3.org/2000/svg",className:l("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${e}`]:e,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:o,id:n,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */c("path",{d:"M12.9375 2C18.4603 2 22.9375 6.47715 22.9375 12C22.9375 17.5228 18.4603 22 12.9375 22C7.41465 22 2.9375 17.5228 2.9375 12C2.9375 6.47715 7.41465 2 12.9375 2ZM16.1572 8.96967L11.6875 13.4393L9.71783 11.4697C9.42494 11.1768 8.95006 11.1768 8.65717 11.4697C8.36428 11.7626 8.36428 12.2374 8.65717 12.5303L11.1572 15.0303C11.4501 15.3232 11.9249 15.3232 12.2178 15.0303L17.2178 10.0303C17.5107 9.73744 17.5107 9.26256 17.2178 8.96967C16.9249 8.67678 16.4501 8.67678 16.1572 8.96967Z"})});export{m as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconCheckmarkFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconCheckmarkFilled;
@@ -0,0 +1 @@
1
+ import{jsx as c}from"react/jsx-runtime";import t from"classnames";const v=({size:s,type:e,className:i="",onClick:a,refHandler:o,id:n,dataId:r})=>/* @__PURE__ */c("svg",{xmlns:"http://www.w3.org/2000/svg",className:t("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${e}`]:e,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:o,id:n,"data-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */c("path",{d:"M8.98438 16.5858L5.19148 12.7929C4.80096 12.4024 4.16779 12.4024 3.77727 12.7929C3.38674 13.1834 3.38674 13.8166 3.77727 14.2071L8.27727 18.7071C8.66779 19.0976 9.30096 19.0976 9.69148 18.7071L20.6915 7.70711C21.082 7.31658 21.082 6.68342 20.6915 6.29289C20.301 5.90237 19.6678 5.90237 19.2773 6.29289L8.98438 16.5858Z"})});export{v as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconChevronDoubleLeft: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconChevronDoubleLeft;
@@ -0,0 +1 @@
1
+ import{jsx as e}from"react/jsx-runtime";import L from"classnames";const g=({size:s,type:i,className:a="",onClick:o,refHandler:n,id:t,dataId:c})=>/* @__PURE__ */e("svg",{xmlns:"http://www.w3.org/2000/svg",className:L("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${i}`]:i,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:o,ref:n,id:t,"data-id":c?`${c}-svg-icon`:"",children:/* @__PURE__ */e("path",{d:"M14.1367 19.0233C13.9028 19.258 13.5229 19.2587 13.2882 19.0248L6.70684 12.4668C6.44798 12.2089 6.44798 11.7897 6.70684 11.5318L13.2882 4.97381C13.5229 4.73991 13.9028 4.74059 14.1367 4.97532C14.3706 5.21005 14.37 5.58995 14.1352 5.82385L7.93773 11.9993L14.1352 18.1748C14.37 18.4087 14.3706 18.7886 14.1367 19.0233ZM18.9356 19.0233C18.7017 19.258 18.3218 19.2587 18.087 19.0248L11.5057 12.4668C11.2468 12.2089 11.2468 11.7897 11.5057 11.5318L18.087 4.97381C18.3218 4.73991 18.7017 4.74059 18.9356 4.97532C19.1695 5.21005 19.1688 5.58995 18.9341 5.82385L12.7366 11.9993L18.9341 18.1748C19.1688 18.4087 19.1695 18.7886 18.9356 19.0233Z"})});export{g as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconChevronDoubleRight: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconChevronDoubleRight;
@@ -0,0 +1 @@
1
+ import{jsx as C}from"react/jsx-runtime";import c from"classnames";const L=({size:s,type:e,className:i="",onClick:a,refHandler:o,id:n,dataId:t})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${e}`]:e,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:o,id:n,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */C("path",{d:"M10.9904 5.04814C11.3503 4.70531 11.92 4.71915 12.2628 5.07906L18.2644 11.3796C18.5955 11.7272 18.5955 12.2735 18.2644 12.6211L12.2628 18.9217C11.92 19.2816 11.3503 19.2954 10.9904 18.9526C10.6305 18.6098 10.6166 18.0401 10.9595 17.6802L16.3698 12.0004L10.9595 6.32055C10.6166 5.96065 10.6305 5.39097 10.9904 5.04814ZM6.19039 5.04814C6.55029 4.70531 7.11997 4.71915 7.4628 5.07906L13.4644 11.3796C13.7955 11.7272 13.7955 12.2735 13.4644 12.6211L7.4628 18.9217C7.11997 19.2816 6.55029 19.2954 6.19039 18.9526C5.83048 18.6098 5.81664 18.0401 6.15947 17.6802L11.5698 12.0004L6.15947 6.32055C5.81664 5.96065 5.83048 5.39097 6.19039 5.04814Z"})});export{L as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconChevronDown: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconChevronDown;
@@ -0,0 +1 @@
1
+ import{jsx as r}from"react/jsx-runtime";import v from"classnames";const l=({size:s,type:e,className:i="",onClick:a,refHandler:o,id:n,dataId:t})=>/* @__PURE__ */r("svg",{xmlns:"http://www.w3.org/2000/svg",className:v("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${e}`]:e,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:o,id:n,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */r("path",{d:"M12.1097 12.55C12.3334 12.7737 12.696 12.7737 12.9197 12.55L16.3334 9.1363C16.6848 8.78488 17.2546 8.78488 17.606 9.1363C17.9574 9.48772 17.9574 10.0575 17.606 10.4089L13.0354 14.9795C12.7478 15.2671 12.2816 15.2671 11.994 14.9795L7.42341 10.4089C7.07199 10.0575 7.07199 9.48772 7.42341 9.1363C7.77483 8.78488 8.34459 8.78488 8.69601 9.1363L12.1097 12.55Z"})});export{l as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconChevronDownFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconChevronDownFilled;
@@ -0,0 +1 @@
1
+ import{jsx as e}from"react/jsx-runtime";import t from"classnames";const m=({size:s,type:i,className:a="",onClick:o,refHandler:n,id:c,dataId:r})=>/* @__PURE__ */e("svg",{xmlns:"http://www.w3.org/2000/svg",className:t("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${i}`]:i,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:o,ref:n,id:c,"data-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */e("path",{d:"M4.40227 8.29289C4.79279 7.90237 5.42596 7.90237 5.81648 8.29289L12.1094 14.5858L18.4023 8.29289C18.7928 7.90237 19.426 7.90237 19.8165 8.29289C20.207 8.68342 20.207 9.31658 19.8165 9.70711L12.8165 16.7071C12.426 17.0976 11.7928 17.0976 11.4023 16.7071L4.40227 9.70711C4.01174 9.31658 4.01174 8.68342 4.40227 8.29289Z"})});export{m as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconChevronLeft: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconChevronLeft;
@@ -0,0 +1 @@
1
+ import{jsx as e}from"react/jsx-runtime";import v from"classnames";const f=({size:s,type:i,className:a="",onClick:o,refHandler:n,id:t,dataId:c})=>/* @__PURE__ */e("svg",{xmlns:"http://www.w3.org/2000/svg",className:v("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${i}`]:i,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:o,ref:n,id:t,"data-id":c?`${c}-svg-icon`:"",children:/* @__PURE__ */e("path",{d:"M11.9502 11.3226C11.7265 11.5463 11.7265 11.9089 11.9502 12.1326L15.3639 15.5463C15.7153 15.8977 15.7153 16.4675 15.3639 16.8189C15.0125 17.1703 14.4427 17.1703 14.0913 16.8189L9.52069 12.2483C9.23312 11.9607 9.23312 11.4945 9.52069 11.2069L14.0913 6.6363C14.4427 6.28488 15.0125 6.28488 15.3639 6.6363C15.7153 6.98772 15.7153 7.55748 15.3639 7.9089L11.9502 11.3226Z"})});export{f as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconChevronLeftFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconChevronLeftFilled;
@@ -0,0 +1 @@
1
+ import{jsx as e}from"react/jsx-runtime";import l from"classnames";const f=({size:s,type:i,className:a="",onClick:o,refHandler:n,id:t,dataId:c})=>/* @__PURE__ */e("svg",{xmlns:"http://www.w3.org/2000/svg",className:l("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${i}`]:i,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:o,ref:n,id:t,"data-id":c?`${c}-svg-icon`:"",children:/* @__PURE__ */e("path",{d:"M15.8165 4.29289C16.207 4.68342 16.207 5.31658 15.8165 5.70711L9.52359 12L15.8165 18.2929C16.207 18.6834 16.207 19.3166 15.8165 19.7071C15.426 20.0976 14.7928 20.0976 14.4023 19.7071L7.40227 12.7071C7.01174 12.3166 7.01174 11.6834 7.40227 11.2929L14.4023 4.29289C14.7928 3.90237 15.426 3.90237 15.8165 4.29289Z"})});export{f as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconChevronRight: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconChevronRight;
@@ -0,0 +1 @@
1
+ import{jsx as r}from"react/jsx-runtime";import g from"classnames";const l=({size:s,type:e,className:i="",onClick:a,refHandler:o,id:n,dataId:t})=>/* @__PURE__ */r("svg",{xmlns:"http://www.w3.org/2000/svg",className:g("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${e}`]:e,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:o,id:n,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */r("path",{d:"M13.05 12.1326C13.2737 11.9089 13.2737 11.5463 13.05 11.3226L9.6363 7.9089C9.28488 7.55748 9.28488 6.98772 9.6363 6.6363C9.98772 6.28488 10.5575 6.28488 10.9089 6.6363L15.4795 11.2069C15.7671 11.4945 15.7671 11.9607 15.4795 12.2483L10.9089 16.8189C10.5575 17.1703 9.98772 17.1703 9.6363 16.8189C9.28488 16.4675 9.28488 15.8977 9.6363 15.5463L13.05 12.1326Z"})});export{l as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconChevronRightFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconChevronRightFilled;
@@ -0,0 +1 @@
1
+ import{jsx as e}from"react/jsx-runtime";import g from"classnames";const m=({size:s,type:i,className:a="",onClick:o,refHandler:n,id:t,dataId:c})=>/* @__PURE__ */e("svg",{xmlns:"http://www.w3.org/2000/svg",className:g("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${i}`]:i,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:o,ref:n,id:t,"data-id":c?`${c}-svg-icon`:"",children:/* @__PURE__ */e("path",{d:"M8.40227 4.29289C8.01174 4.68342 8.01174 5.31658 8.40227 5.70711L14.6952 12L8.40227 18.2929C8.01174 18.6834 8.01174 19.3166 8.40227 19.7071C8.79279 20.0976 9.42596 20.0976 9.81648 19.7071L16.8165 12.7071C17.207 12.3166 17.207 11.6834 16.8165 11.2929L9.81648 4.29289C9.42596 3.90237 8.79279 3.90237 8.40227 4.29289Z"})});export{m as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconChevronUp: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconChevronUp;
@@ -0,0 +1 @@
1
+ import{jsx as r}from"react/jsx-runtime";import v from"classnames";const l=({size:s,type:e,className:i="",onClick:a,refHandler:o,id:n,dataId:t})=>/* @__PURE__ */r("svg",{xmlns:"http://www.w3.org/2000/svg",className:v("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${e}`]:e,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:o,id:n,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */r("path",{d:"M13.1326 11.4502C12.9089 11.2265 12.5463 11.2265 12.3226 11.4502L8.9089 14.8639C8.55748 15.2153 7.98772 15.2153 7.6363 14.8639C7.28488 14.5125 7.28488 13.9427 7.6363 13.5913L12.2069 9.02069C12.4945 8.73312 12.9607 8.73312 13.2483 9.02069L17.8189 13.5913C18.1703 13.9427 18.1703 14.5125 17.8189 14.8639C17.4675 15.2153 16.8977 15.2153 16.5463 14.8639L13.1326 11.4502Z"})});export{l as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconChevronUpDown: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconChevronUpDown;
@@ -0,0 +1 @@
1
+ import{jsx as o}from"react/jsx-runtime";import g from"classnames";const v=({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:"M13.0094 2.23017C12.868 2.08311 12.6728 2 12.4688 2C12.2647 2 12.0695 2.08311 11.9281 2.23017L5.67813 8.73017C5.39103 9.02875 5.40034 9.50353 5.69892 9.79062C5.9975 10.0777 6.47228 10.0684 6.75938 9.76983L12.4688 3.83208L18.1781 9.76983C18.4652 10.0684 18.94 10.0777 19.2386 9.79062C19.5372 9.50353 19.5465 9.02875 19.2594 8.73017L13.0094 2.23017ZM13.0094 21.7698C12.868 21.9169 12.6728 22 12.4688 22C12.2647 22 12.0695 21.9169 11.9281 21.7698L5.67813 15.2698C5.39103 14.9713 5.40034 14.4965 5.69892 14.2094C5.9975 13.9223 6.47228 13.9316 6.75938 14.2302L12.4688 20.1679L18.1781 14.2302C18.4652 13.9316 18.94 13.9223 19.2386 14.2094C19.5372 14.4965 19.5465 14.9713 19.2594 15.2698L13.0094 21.7698Z"})})});export{v as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconChevronUpDownFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconChevronUpDownFilled;
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import r from"classnames";const g=({size:e,type:s,className:a="",onClick:n,refHandler:o,id:d,dataId:l})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:r("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:o,id:d,"data-id":l?`${l}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M19.259 8.3871C19.5641 8.77939 19.5363 9.34662 19.1759 9.70711C18.7853 10.0976 18.1522 10.0976 17.7616 9.70711L12.4688 4.41421L7.17586 9.70711L7.08165 9.79029C6.68936 10.0953 6.12213 10.0676 5.76164 9.70711C5.37112 9.31658 5.37112 8.68342 5.76164 8.29289L11.7616 2.29289L11.8559 2.2097C12.2481 1.90468 12.8154 1.93241 13.1759 2.29289L19.1759 8.29289L19.259 8.3871ZM5.67846 15.6129C5.37343 15.2206 5.40116 14.6534 5.76164 14.2929C6.15217 13.9024 6.78533 13.9024 7.17586 14.2929L12.4688 19.5858L17.7616 14.2929L17.8558 14.2097C18.2481 13.9047 18.8154 13.9324 19.1759 14.2929C19.5664 14.6834 19.5664 15.3166 19.1759 15.7071L13.1759 21.7071L13.0816 21.7903C12.6894 22.0953 12.1221 22.0676 11.7616 21.7071L5.76164 15.7071L5.67846 15.6129Z"})})});export{g as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconChevronUpFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconChevronUpFilled;
@@ -0,0 +1 @@
1
+ import{jsx as e}from"react/jsx-runtime";import t from"classnames";const m=({size:s,type:i,className:a="",onClick:o,refHandler:n,id:c,dataId:r})=>/* @__PURE__ */e("svg",{xmlns:"http://www.w3.org/2000/svg",className:t("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${i}`]:i,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:o,ref:n,id:c,"data-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */e("path",{d:"M4.40227 15.7071C4.79279 16.0976 5.42596 16.0976 5.81648 15.7071L12.1094 9.41421L18.4023 15.7071C18.7928 16.0976 19.426 16.0976 19.8165 15.7071C20.207 15.3166 20.207 14.6834 19.8165 14.2929L12.8165 7.29289C12.426 6.90237 11.7928 6.90237 11.4023 7.29289L4.40227 14.2929C4.01174 14.6834 4.01174 15.3166 4.40227 15.7071Z"})});export{m as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconClipboardDay: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconClipboardDay;
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import t from"classnames";const e=({size:C,type:s,className:e="",onClick:a,refHandler:o,id:n,dataId:H})=>/* @__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":H?`${H}-svg-icon`:"",children:/* @__PURE__ */i("path",{d:"M8 9.75C8 9.33579 8.33579 9 8.75 9H15.25C15.6642 9 16 9.33579 16 9.75C16 10.1642 15.6642 10.5 15.25 10.5H8.75C8.33579 10.5 8 10.1642 8 9.75ZM9.75 12C8.7835 12 8 12.7835 8 13.75V16.25C8 17.2165 8.7835 18 9.75 18H14.25C15.2165 18 16 17.2165 16 16.25V13.75C16 12.7835 15.2165 12 14.25 12H9.75ZM9.5 13.75C9.5 13.6119 9.61193 13.5 9.75 13.5H14.25C14.3881 13.5 14.5 13.6119 14.5 13.75V16.25C14.5 16.3881 14.3881 16.5 14.25 16.5H9.75C9.61193 16.5 9.5 16.3881 9.5 16.25V13.75ZM13.75 2C14.9089 2 15.8631 2.8761 15.9865 4.00209C15.9864 4.0012 15.9863 4.00032 15.9862 3.99944L17.75 4C18.9926 4 20 5.00736 20 6.25V19.75C20 20.9926 18.9926 22 17.75 22H6.25C5.00736 22 4 20.9926 4 19.75V6.25C4 5.00736 5.00736 4 6.25 4L8.01379 3.99944C8.13841 2.87472 9.09205 2 10.25 2H13.75ZM15.9948 4.09595L16 4.25C16 4.19822 15.9983 4.14685 15.9948 4.09595ZM13.75 6.5H10.25C9.46997 6.5 8.78264 6.10307 8.379 5.50016L6.25 5.5C5.83579 5.5 5.5 5.83579 5.5 6.25V19.75C5.5 20.1642 5.83579 20.5 6.25 20.5H17.75C18.1642 20.5 18.5 20.1642 18.5 19.75V6.25C18.5 5.83579 18.1642 5.5 17.75 5.5L15.621 5.5002C15.2173 6.1031 14.53 6.5 13.75 6.5ZM13.75 3.5H10.25C9.83579 3.5 9.5 3.83579 9.5 4.25C9.5 4.66421 9.83579 5 10.25 5H13.75C14.1642 5 14.5 4.66421 14.5 4.25C14.5 3.83579 14.1642 3.5 13.75 3.5Z"})});export{e as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconClock: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconClock;
@@ -0,0 +1 @@
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:C,dataId:r})=>/* @__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:C,"data-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */o("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */o("path",{id:"Shape",d:"M12.0469 2C17.5699 2 22.0469 6.478 22.0469 12C22.0469 17.522 17.5699 22 12.0469 22C6.52388 22 2.04688 17.522 2.04688 12C2.04688 6.478 6.52388 2 12.0469 2ZM12.0469 3.667C7.45188 3.667 3.71388 7.405 3.71388 12C3.71388 16.595 7.45188 20.333 12.0469 20.333C16.6419 20.333 20.3799 16.595 20.3799 12C20.3799 7.405 16.6419 3.667 12.0469 3.667ZM11.2969 6C11.6764 6 11.9903 6.28233 12.04 6.64827L12.0469 6.75V12H15.2969C15.7109 12 16.0469 12.336 16.0469 12.75C16.0469 13.1295 15.7645 13.4435 15.3986 13.4931L15.2969 13.5H11.2969C10.9174 13.5 10.6034 13.2177 10.5537 12.8517L10.5469 12.75V6.75C10.5469 6.336 10.8829 6 11.2969 6Z"})})});export{a as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconClockDismiss: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconClockDismiss;
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import t from"classnames";const l=({size:L,type:C,className:s="",onClick:e,refHandler:a,id:o,dataId:n})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:t("svg-icon",{[`svg-icon__size-${L}`]:L,[`svg-icon__type-${C}`]:C,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:e,ref:a,id:o,"data-id":n?`${n}-svg-icon`:"",children:/* @__PURE__ */i("path",{d:"M6.90625 12C9.94382 12 12.4062 14.4624 12.4062 17.5C12.4062 20.5376 9.94382 23 6.90625 23C3.86868 23 1.40625 20.5376 1.40625 17.5C1.40625 14.4624 3.86868 12 6.90625 12ZM13.4062 1C18.9292 1 23.4062 5.478 23.4062 11C23.4062 16.522 18.9292 21 13.4062 21C13.0714 21 12.7405 20.9835 12.4141 20.9514C12.7287 20.452 12.976 19.9075 13.1452 19.3297L13.4062 19.333C18.0012 19.333 21.7393 15.595 21.7393 11C21.7393 6.405 18.0012 2.667 13.4062 2.667C8.81125 2.667 5.07325 6.405 5.07325 11L5.07729 11.2614C4.49862 11.4303 3.95407 11.6776 3.45509 11.9909C3.4227 11.6657 3.40625 11.3347 3.40625 11C3.40625 5.478 7.88325 1 13.4062 1ZM4.12194 14.5886L4.0527 14.6464L3.99484 14.7157C3.87672 14.8862 3.87672 15.1138 3.99484 15.2843L4.0527 15.3536L6.19925 17.5L4.0527 19.6464L3.99484 19.7157C3.87672 19.8862 3.87672 20.1138 3.99484 20.2843L4.0527 20.3536L4.12194 20.4114C4.29245 20.5295 4.52005 20.5295 4.69056 20.4114L4.7598 20.3536L6.90625 18.207L9.0527 20.3536L9.12194 20.4114C9.29245 20.5295 9.52005 20.5295 9.69056 20.4114L9.7598 20.3536L9.81766 20.2843C9.93578 20.1138 9.93578 19.8862 9.81766 19.7157L9.7598 19.6464L7.61325 17.5L9.7598 15.3536L9.81766 15.2843C9.93578 15.1138 9.93578 14.8862 9.81766 14.7157L9.7598 14.6464L9.69056 14.5886C9.52005 14.4705 9.29245 14.4705 9.12194 14.5886L9.0527 14.6464L6.90625 16.793L4.7598 14.6464L4.69056 14.5886C4.5444 14.4873 4.35632 14.4729 4.19818 14.5452L4.12194 14.5886ZM12.6562 5C13.0358 5 13.3497 5.28233 13.3994 5.64827L13.4062 5.75V11H16.6562C17.0702 11 17.4062 11.336 17.4062 11.75C17.4062 12.1295 17.1239 12.4435 16.758 12.4931L16.6562 12.5H12.6562C12.2767 12.5 11.9628 12.2177 11.9131 11.8517L11.9062 11.75V5.75C11.9062 5.336 12.2423 5 12.6562 5Z"})});export{l as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconClockDismissFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconClockDismissFilled;
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import e from"classnames";const g=({size:C,type:L,className:s="",onClick:a,refHandler:o,id:n,dataId:t})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:e("svg-icon",{[`svg-icon__size-${C}`]:C,[`svg-icon__type-${L}`]:L,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:o,id:n,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */i("path",{d:"M6.90625 12C9.94382 12 12.4062 14.4624 12.4062 17.5C12.4062 20.5376 9.94382 23 6.90625 23C3.86868 23 1.40625 20.5376 1.40625 17.5C1.40625 14.4624 3.86868 12 6.90625 12ZM13.4062 1C18.9292 1 23.4062 5.478 23.4062 11C23.4062 16.522 18.9292 21 13.4062 21C13.0714 21 12.7405 20.9835 12.4141 20.9514C13.0433 19.9509 13.4062 18.7678 13.4062 17.5C13.4062 13.9101 10.4961 11 6.90625 11C5.63831 11 4.45516 11.363 3.45509 11.9909C3.4227 11.6657 3.40625 11.3347 3.40625 11C3.40625 5.478 7.88325 1 13.4062 1ZM4.12194 14.5886L4.0527 14.6464L3.99484 14.7157C3.87672 14.8862 3.87672 15.1138 3.99484 15.2843L4.0527 15.3536L6.19925 17.5L4.0527 19.6464L3.99484 19.7157C3.87672 19.8862 3.87672 20.1138 3.99484 20.2843L4.0527 20.3536L4.12194 20.4114C4.29245 20.5295 4.52005 20.5295 4.69056 20.4114L4.7598 20.3536L6.90625 18.207L9.0527 20.3536L9.12194 20.4114C9.29245 20.5295 9.52005 20.5295 9.69056 20.4114L9.7598 20.3536L9.81766 20.2843C9.93578 20.1138 9.93578 19.8862 9.81766 19.7157L9.7598 19.6464L7.61325 17.5L9.7598 15.3536L9.81766 15.2843C9.93578 15.1138 9.93578 14.8862 9.81766 14.7157L9.7598 14.6464L9.69056 14.5886C9.52005 14.4705 9.29245 14.4705 9.12194 14.5886L9.0527 14.6464L6.90625 16.793L4.7598 14.6464L4.69056 14.5886C4.5444 14.4873 4.35632 14.4729 4.19818 14.5452L4.12194 14.5886ZM12.6562 5C12.2423 5 11.9062 5.336 11.9062 5.75L11.9018 11.2531C11.9018 11.6671 12.2378 12.0031 12.6518 12.0031H16.6518C17.0658 12.0031 17.4018 11.6671 17.4018 11.2531C17.4018 10.8391 17.0658 10.5031 16.6518 10.5031H13.4018L13.4062 5.75C13.4062 5.336 13.0702 5 12.6562 5Z"})});export{g as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconClockFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconClockFilled;