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 i}from"react/jsx-runtime";import l from"classnames";const g=({size:e,type:s,className:a="",onClick:L,refHandler:n,id:o,dataId:t})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:l("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:L,ref:n,id:o,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Direction=RTL, Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M21.2471 4.50391C20.8674 4.50391 20.5536 4.78606 20.5039 5.15214L20.4971 5.25391V18.7525C20.4971 19.1667 20.8329 19.5025 21.2471 19.5025C21.6268 19.5025 21.9406 19.2204 21.9902 18.8543L21.9971 18.7525V5.25391C21.9971 4.83969 21.6613 4.50391 21.2471 4.50391ZM8.7873 6.38704L8.7041 6.29284C8.34358 5.9324 7.77635 5.90473 7.38409 6.20979L7.28989 6.29299L2.29328 11.2906C1.93303 11.651 1.90516 12.2178 2.20979 12.6101L2.29287 12.7043L7.28948 17.7077C7.67974 18.0985 8.3129 18.099 8.70369 17.7087C9.06442 17.3485 9.09254 16.7813 8.78778 16.3888L8.70466 16.2945L5.41607 12.9999L17.9971 13C18.5099 13 18.9326 12.614 18.9903 12.1166L18.9971 12C18.9971 11.4872 18.611 11.0645 18.1137 11.0068L17.9971 11L5.41307 10.9999L8.70425 7.70706C9.0647 7.34654 9.09237 6.7793 8.7873 6.38704L8.7041 6.29284L8.7873 6.38704Z"})})});export{g as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconArrowExportUp: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconArrowExportUp;
@@ -0,0 +1 @@
1
+ import{jsx as o}from"react/jsx-runtime";import t from"classnames";const l=({size:e,type:i,className:s="",onClick:a,refHandler:n,id:l,dataId:r})=>/* @__PURE__ */o("svg",{xmlns:"http://www.w3.org/2000/svg",className:t("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:l,"data-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */o("g",{id:"Direction=Up, Size=24, Theme=Regular",children:/* @__PURE__ */o("path",{id:"Shape",d:"M12.2803 2.21967C11.9874 1.92678 11.5126 1.92678 11.2197 2.21967L6.21967 7.21967C5.92678 7.51256 5.92678 7.98744 6.21967 8.28033C6.51256 8.57322 6.98744 8.57322 7.28033 8.28033L11 4.56066V18.25C11 18.6642 11.3358 19 11.75 19C12.1642 19 12.5 18.6642 12.5 18.25V4.56066L16.2197 8.28033C16.5126 8.57322 16.9874 8.57322 17.2803 8.28033C17.5732 7.98744 17.5732 7.51256 17.2803 7.21967L12.2803 2.21967ZM5.25 20.5C4.83579 20.5 4.5 20.8358 4.5 21.25C4.5 21.6642 4.83579 22 5.25 22H18.25C18.6642 22 19 21.6642 19 21.25C19 20.8358 18.6642 20.5 18.25 20.5H5.25Z"})})});export{l as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconArrowExportUpFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconArrowExportUpFilled;
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import c from"classnames";const d=({size:e,type:s,className:a="",onClick:d,refHandler:n,id:o,dataId:t})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:d,ref:n,id:o,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Direction=Up, Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M12.7071 2.29289C12.3166 1.90237 11.6834 1.90237 11.2929 2.29289L6.29289 7.29289C5.90237 7.68342 5.90237 8.31658 6.29289 8.70711C6.68342 9.09763 7.31658 9.09763 7.70711 8.70711L11 5.41421V18C11 18.5523 11.4477 19 12 19C12.5523 19 13 18.5523 13 18V5.41421L16.2929 8.70711C16.6834 9.09763 17.3166 9.09763 17.7071 8.70711C18.0976 8.31658 18.0976 7.68342 17.7071 7.29289L12.7071 2.29289ZM5.25 20.5C4.83579 20.5 4.5 20.8358 4.5 21.25C4.5 21.6642 4.83579 22 5.25 22H18.75C19.1642 22 19.5 21.6642 19.5 21.25C19.5 20.8358 19.1642 20.5 18.75 20.5H5.25Z"})})});export{d as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconArrowImport: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconArrowImport;
@@ -0,0 +1 @@
1
+ import{jsx as o}from"react/jsx-runtime";import c from"classnames";const l=({size:e,type:i,className:s="",onClick:a,refHandler:L,id:l,dataId:n})=>/* @__PURE__ */o("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:L,id:l,"data-id":n?`${n}-svg-icon`:"",children:/* @__PURE__ */o("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */o("path",{id:"Shape",d:"M21.2503 4.5C21.63 4.5 21.9438 4.78215 21.9934 5.14823L22.0003 5.25V18.2541C22.0003 18.6683 21.6645 19.0041 21.2503 19.0041C20.8706 19.0041 20.5568 18.7219 20.5071 18.3558L20.5003 18.2541V5.25C20.5003 4.83579 20.8361 4.5 21.2503 4.5ZM12.6474 6.30373L12.72 6.21961C12.9863 5.95338 13.403 5.92921 13.6966 6.1471L13.7807 6.21972L18.7773 11.2174C19.0434 11.4835 19.0677 11.8999 18.8501 12.1935L18.7776 12.2776L13.781 17.2811C13.4883 17.5742 13.0134 17.5745 12.7203 17.2818C12.4539 17.0157 12.4294 16.5991 12.647 16.3053L12.7196 16.2211L16.4305 12.504L2.75049 12.5049C2.37079 12.5049 2.057 12.2228 2.00733 11.8567L2.00049 11.7549C2.00049 11.3752 2.28264 11.0615 2.64872 11.0118L2.75049 11.0049L16.4435 11.004L12.7199 7.28028C12.4537 7.01398 12.4295 6.59732 12.6474 6.30373L12.72 6.21961L12.6474 6.30373Z"})})});export{l as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconArrowImportFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconArrowImportFilled;
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import C from"classnames";const d=({size:e,type:s,className:a="",onClick:d,refHandler:n,id:o,dataId:l})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:C("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:d,ref:n,id:o,"data-id":l?`${l}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M21.25 4.5C21.6297 4.5 21.9435 4.78215 21.9932 5.14823L22 5.25V18.75C22 19.1642 21.6642 19.5 21.25 19.5C20.8703 19.5 20.5565 19.2178 20.5069 18.8518L20.5 18.75V5.25C20.5 4.83579 20.8358 4.5 21.25 4.5ZM12.2098 6.38702L12.293 6.29282C12.6535 5.93237 13.2207 5.9047 13.613 6.20977L13.7072 6.29297L18.7038 11.2906C19.064 11.6509 19.0919 12.2178 18.7873 12.6101L18.7042 12.7043L13.7076 17.7077C13.3173 18.0985 12.6842 18.0989 12.2934 17.7087C11.9327 17.3484 11.9045 16.7812 12.2093 16.3887L12.2924 16.2945L15.581 13H3C2.48716 13 2.06449 12.614 2.00673 12.1166L2 12C2 11.4872 2.38604 11.0645 2.88338 11.0067L3 11H15.584L12.2928 7.70703C11.9324 7.34651 11.9047 6.77928 12.2098 6.38702L12.293 6.29282L12.2098 6.38702Z"})})});export{d as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconArrowLeft: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconArrowLeft;
@@ -0,0 +1 @@
1
+ import{jsx as e}from"react/jsx-runtime";import C from"classnames";const L=({size:i,type:s,className:a="",onClick:n,refHandler:o,id:t,dataId:r})=>/* @__PURE__ */e("svg",{xmlns:"http://www.w3.org/2000/svg",className:C("svg-icon",{[`svg-icon__size-${i}`]:i,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:o,id:t,"data-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */e("g",{id:"Direction=Left, Size=24, Theme=Regular",children:/* @__PURE__ */e("path",{id:"Shape",d:"M10.7327 19.791C11.0326 20.0766 11.5074 20.0651 11.7931 19.7652C12.0787 19.4652 12.0672 18.9905 11.7673 18.7048L5.51587 12.7502L20.25 12.7502C20.6642 12.7502 21 12.4144 21 12.0002C21 11.586 20.6642 11.2502 20.25 11.2502L5.51577 11.2502L11.7673 5.29551C12.0672 5.00982 12.0787 4.53509 11.7931 4.23516C11.5074 3.93523 11.0326 3.92369 10.7327 4.20938L3.31379 11.2761C3.14486 11.437 3.04491 11.6422 3.01393 11.8556C3.00479 11.9024 3 11.9507 3 12.0002C3 12.0498 3.00481 12.0982 3.01398 12.1451C3.04502 12.3583 3.14496 12.5634 3.31379 12.7243L10.7327 19.791Z"})})});export{L as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconArrowLeftFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconArrowLeftFilled;
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import c from"classnames";const f=({size:e,type:s,className:a="",onClick:n,refHandler:o,id:t,dataId:d})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:o,id:t,"data-id":d?`${d}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Direction=Left, Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M10.2954 19.7162C10.6888 20.1038 11.322 20.0991 11.7096 19.7057C12.0972 19.3123 12.0925 18.6792 11.6991 18.2915L6.32876 13.0001H19.9999C20.5522 13.0001 20.9999 12.5524 20.9999 12.0001C20.9999 11.4479 20.5522 11.0001 19.9999 11.0001H6.33536L11.6991 5.71525C12.0925 5.32763 12.0972 4.69448 11.7096 4.30108C11.322 3.90767 10.6888 3.90298 10.2954 4.29061L3.37122 11.113C2.87431 11.6026 2.87431 12.4042 3.37122 12.8938L10.2954 19.7162Z"})})});export{f as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconArrowRepeatAll: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconArrowRepeatAll;
@@ -0,0 +1 @@
1
+ import{jsx as L}from"react/jsx-runtime";import l from"classnames";const t=({size:C,type:e,className:i="",onClick:s,refHandler:a,id:t,dataId:n})=>/* @__PURE__ */L("svg",{xmlns:"http://www.w3.org/2000/svg",className:l("svg-icon",{[`svg-icon__size-${C}`]:C,[`svg-icon__type-${e}`]:e,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:s,ref:a,id:t,"data-id":n?`${n}-svg-icon`:"",children:/* @__PURE__ */L("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */L("path",{id:"Shape",d:"M14.6102 2.47047L14.5334 2.4031C14.2394 2.17855 13.818 2.20101 13.5495 2.47047L13.4824 2.54755C13.2587 2.84259 13.281 3.26552 13.5495 3.53498L15.521 5.5118H8.5L8.26687 5.51592C4.785 5.63911 2 8.51085 2 12.0354C2 13.7259 2.6407 15.2663 3.6917 16.4252L3.76407 16.4947C3.89496 16.6065 4.06463 16.674 4.25 16.674C4.66421 16.674 5 16.337 5 15.9213C5 15.7481 4.9417 15.5885 4.84373 15.4613L4.64439 15.2306C3.92953 14.3627 3.5 13.2494 3.5 12.0354C3.5 9.26396 5.73858 7.01725 8.5 7.01725H15.381L13.5495 8.85754L13.4824 8.93463C13.2587 9.22967 13.281 9.6526 13.5495 9.92206C13.8424 10.216 14.3173 10.216 14.6102 9.92206L17.7922 6.72852L17.8593 6.65144C18.083 6.3564 18.0606 5.93347 17.7922 5.66401L14.6102 2.47047ZM20.23 7.57108C20.0999 7.46224 19.9326 7.39677 19.75 7.39677C19.3358 7.39677 19 7.73378 19 8.14949C19 8.33618 19.0677 8.507 19.1791 8.63722C19.9992 9.53109 20.5 10.7246 20.5 12.0354C20.5 14.8069 18.2614 17.0536 15.5 17.0536H8.558L10.4634 15.1425L10.5365 15.0573C10.7339 14.7897 10.7319 14.4206 10.5305 14.155L10.4634 14.0779L10.3785 14.0045C10.1119 13.8065 9.74409 13.8085 9.47951 14.0106L9.40271 14.0779L6.22073 17.2715L6.14756 17.3566C5.95023 17.6242 5.95224 17.9934 6.15361 18.2589L6.22073 18.336L9.40271 21.5295L9.48683 21.6024C9.78044 21.8211 10.1971 21.7968 10.4634 21.5295C10.7319 21.2601 10.7542 20.8371 10.5305 20.5421L10.4634 20.465L8.564 18.559H15.5L15.7331 18.5549C19.215 18.4317 22 15.56 22 12.0354C22 10.342 21.3571 8.79923 20.3029 7.63965L20.23 7.57108Z"})})});export{t as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconArrowRepeatAllFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconArrowRepeatAllFilled;
@@ -0,0 +1 @@
1
+ import{jsx as L}from"react/jsx-runtime";import r from"classnames";const d=({size:C,type:e,className:i="",onClick:s,refHandler:a,id:d,dataId:n})=>/* @__PURE__ */L("svg",{xmlns:"http://www.w3.org/2000/svg",className:r("svg-icon",{[`svg-icon__size-${C}`]:C,[`svg-icon__type-${e}`]:e,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:s,ref:a,id:d,"data-id":n?`${n}-svg-icon`:"",children:/* @__PURE__ */L("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */L("path",{id:"Shape",d:"M14.7123 2.28927L14.6251 2.21162C14.2326 1.90101 13.6607 1.92689 13.2981 2.28927L13.2204 2.37643C12.9096 2.76867 12.9355 3.34012 13.2981 3.70249L14.597 4.99947L8.99921 4.99968L8.75859 5.00373C5.00445 5.13047 2 8.21161 2 11.994C2 13.4387 2.43833 14.7811 3.18863 15.8923C3.37024 16.1437 3.666 16.3073 4 16.3073C4.55228 16.3073 5 15.8599 5 15.308C5 15.0919 4.93132 14.8917 4.81525 14.7293L4.68008 14.5112C4.24775 13.772 4 12.9119 4 11.994C4 9.23493 6.23822 6.99828 8.99921 6.99828L14.595 6.99807L13.2981 8.29546L13.2204 8.38262C12.9096 8.77486 12.9355 9.34631 13.2981 9.70868C13.6886 10.0989 14.3218 10.0989 14.7123 9.70868L17.7175 6.70559L17.7952 6.61843C18.106 6.22619 18.0801 5.65474 17.7175 5.29237L14.7123 2.28927ZM20.7865 8.06061C20.6034 7.82799 20.3191 7.6786 20 7.6786C19.4477 7.6786 19 8.126 19 8.6779C19 8.88608 19.0637 9.07939 19.1717 9.2389C19.6952 10.0287 20 10.9757 20 11.994C20 14.753 17.7618 16.9897 15.0008 16.9897L9.415 16.9891L10.7087 15.6977L10.7923 15.603C11.0733 15.2413 11.0713 14.7312 10.7864 14.3716L10.7087 14.2845L10.6139 14.2009C10.252 13.9201 9.7415 13.9221 9.38169 14.2068L9.29447 14.2845L6.28926 17.2876L6.20562 17.3823C5.92465 17.7439 5.92663 18.2541 6.21156 18.6136L6.28926 18.7008L9.29447 21.7039L9.38867 21.787C9.78097 22.0918 10.3482 22.0641 10.7087 21.7039C11.0713 21.3415 11.0972 20.7701 10.7864 20.3778L10.7087 20.2907L9.405 18.9877L15.0008 18.9883L15.2414 18.9842C18.9956 18.8575 22 15.7764 22 11.994C22 10.534 21.5524 9.17858 20.7868 8.05715L20.7865 8.06061Z"})})});export{d as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconArrowReset: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconArrowReset;
@@ -0,0 +1 @@
1
+ import{jsx as e}from"react/jsx-runtime";import g from"classnames";const a=({size:i,type:s,className:a="",onClick:n,refHandler:o,id:C,dataId:r})=>/* @__PURE__ */e("svg",{xmlns:"http://www.w3.org/2000/svg",className:g("svg-icon",{[`svg-icon__size-${i}`]:i,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:o,id:C,"data-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */e("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */e("path",{id:"Shape",d:"M6.78033 2.71967C7.07322 3.01256 7.07322 3.48744 6.78033 3.78033L4.56066 6H13.25C17.5302 6 21 9.46979 21 13.75C21 18.0302 17.5302 21.5 13.25 21.5C8.96979 21.5 5.5 18.0302 5.5 13.75C5.5 13.3358 5.83579 13 6.25 13C6.66421 13 7 13.3358 7 13.75C7 17.2018 9.79822 20 13.25 20C16.7018 20 19.5 17.2018 19.5 13.75C19.5 10.2982 16.7018 7.5 13.25 7.5H4.56066L6.78033 9.71967C7.07322 10.0126 7.07322 10.4874 6.78033 10.7803C6.48744 11.0732 6.01256 11.0732 5.71967 10.7803L2.21967 7.28033C1.92678 6.98744 1.92678 6.51256 2.21967 6.21967L5.71967 2.71967C6.01256 2.42678 6.48744 2.42678 6.78033 2.71967Z"})})});export{a as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconArrowResetFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconArrowResetFilled;
@@ -0,0 +1 @@
1
+ import{jsx as e}from"react/jsx-runtime";import c from"classnames";const g=({size:i,type:s,className:a="",onClick:n,refHandler:o,id:C,dataId:d})=>/* @__PURE__ */e("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${i}`]:i,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:o,id:C,"data-id":d?`${d}-svg-icon`:"",children:/* @__PURE__ */e("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */e("path",{id:"Shape",d:"M7.20711 2.54289C7.59763 2.93342 7.59763 3.56658 7.20711 3.95711L5.41421 5.75H13.25C17.6683 5.75 21.25 9.33172 21.25 13.75C21.25 18.1683 17.6683 21.75 13.25 21.75C8.83172 21.75 5.25 18.1683 5.25 13.75C5.25 13.1977 5.69772 12.75 6.25 12.75C6.80228 12.75 7.25 13.1977 7.25 13.75C7.25 17.0637 9.93629 19.75 13.25 19.75C16.5637 19.75 19.25 17.0637 19.25 13.75C19.25 10.4363 16.5637 7.75 13.25 7.75H5.41421L7.20711 9.54289C7.59763 9.93342 7.59763 10.5666 7.20711 10.9571C6.81658 11.3476 6.18342 11.3476 5.79289 10.9571L2.29289 7.45711C1.90237 7.06658 1.90237 6.43342 2.29289 6.04289L5.79289 2.54289C6.18342 2.15237 6.81658 2.15237 7.20711 2.54289Z"})})});export{g as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconArrowRight: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconArrowRight;
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import c from"classnames";const l=({size:e,type:s,className:a="",onClick:n,refHandler:o,id:t,dataId:l})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:o,id:t,"data-id":l?`${l}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Direction=Right, Size=24, Theme=Regular",children:/* @__PURE__ */i("path",{id:"Shape",d:"M13.2673 4.20938C12.9674 3.92369 12.4926 3.93523 12.2069 4.23516C11.9213 4.53509 11.9328 5.00982 12.2327 5.29551L18.4841 11.2501H3.75C3.33579 11.2501 3 11.5859 3 12.0001C3 12.4143 3.33579 12.7501 3.75 12.7501H18.4842L12.2327 18.7048C11.9328 18.9905 11.9213 19.4652 12.2069 19.7652C12.4926 20.0651 12.9674 20.0766 13.2673 19.791L20.6862 12.7243C20.8551 12.5634 20.9551 12.3581 20.9861 12.1448C20.9952 12.098 21 12.0496 21 12.0001C21 11.9506 20.9952 11.9021 20.986 11.8552C20.955 11.642 20.855 11.4369 20.6862 11.2761L13.2673 4.20938Z"})})});export{l as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconArrowRightFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconArrowRightFilled;
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import c from"classnames";const h=({size:e,type:s,className:a="",onClick:n,refHandler:o,id:t,dataId:d})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:o,id:t,"data-id":d?`${d}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Direction=Right, Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M13.7045 4.28377C13.3111 3.89615 12.678 3.90084 12.2904 4.29424C11.9027 4.68765 11.9074 5.3208 12.3008 5.70842L17.6712 10.9998H4C3.44771 10.9998 3 11.4475 3 11.9998C3 12.5521 3.44772 12.9998 4 12.9998H17.6646L12.3008 18.2847C11.9074 18.6723 11.9027 19.3055 12.2904 19.6989C12.678 20.0923 13.3111 20.097 13.7045 19.7094L20.6287 12.887C21.1256 12.3974 21.1256 11.5958 20.6287 11.1062L13.7045 4.28377Z"})})});export{h as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconArrowSort: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconArrowSort;
@@ -0,0 +1 @@
1
+ import{jsx as r}from"react/jsx-runtime";import c from"classnames";const v=({size:L,type:s,className:e="",onClick:i,refHandler:a,id:C,dataId:o})=>/* @__PURE__ */r("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${L}`]:L,[`svg-icon__type-${s}`]:s,[e]:e}),viewBox:"0 0 24 24",fill:"none",onClick:i,ref:a,id:C,"data-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */r("path",{d:"M17.2509 4L17.1491 4.00685C16.783 4.05651 16.5009 4.3703 16.5009 4.75L16.5 17.442L13.2801 14.2244L13.196 14.1518C12.9023 13.9341 12.4856 13.9585 12.2194 14.2248C11.9267 14.5179 11.9269 14.9927 12.2199 15.2855L16.7237 19.7855L16.8078 19.8581C17.1015 20.0758 17.5182 20.0514 17.7843 19.7851L22.2806 15.2851L22.3531 15.2009C22.5709 14.9072 22.5465 14.4905 22.2801 14.2244L22.196 14.1518C21.9023 13.9341 21.4856 13.9585 21.2194 14.2248L18 17.446L18.0009 4.75L17.994 4.64823C17.9444 4.28215 17.6306 4 17.2509 4ZM6.21441 4.21969L1.71965 8.71474L1.64704 8.79886C1.42919 9.09248 1.45341 9.50914 1.71969 9.7754L1.80381 9.84802C2.09743 10.0659 2.51409 10.0416 2.78035 9.77537L5.997 6.55711L5.99766 19.2549L6.00451 19.3567C6.05417 19.7228 6.36797 20.0049 6.74766 20.0049L6.84943 19.9981C7.21551 19.9484 7.49766 19.6346 7.49766 19.2549L7.497 6.55911L10.7199 9.77596L10.8041 9.84849C11.0979 10.066 11.5145 10.0414 11.7805 9.77481C12.0731 9.4816 12.0726 9.00672 11.7794 8.71415L7.27451 4.21909L7.19038 4.14661C6.89676 3.9292 6.48047 3.95361 6.21441 4.21969Z"})});export{v as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconArrowSortFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconArrowSortFilled;
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import c from"classnames";const g=({size:L,type:s,className:e="",onClick:a,refHandler:C,id:o,dataId:n})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${L}`]:L,[`svg-icon__type-${s}`]:s,[e]:e}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:C,id:o,"data-id":n?`${n}-svg-icon`:"",children:/* @__PURE__ */i("path",{d:"M6.28829 4.29327L2.29252 8.29327L2.20938 8.38752C1.90456 8.77997 1.93259 9.34719 2.29327 9.70748L2.38752 9.79062C2.77997 10.0954 3.34719 10.0674 3.70748 9.70673L6.001 7.41L6.00101 19.0007L6.00774 19.1173C6.0655 19.6146 6.48817 20.0007 7.00101 20.0007L7.11763 19.9939C7.61497 19.9362 8.00101 19.5135 8.00101 19.0007L8.001 7.417L10.2944 9.70757L10.3886 9.7907C10.7811 10.0955 11.3483 10.0674 11.7086 9.70664C12.0988 9.31586 12.0984 8.6827 11.7077 8.29243L7.70242 4.29243L7.60816 4.20931C7.21571 3.90456 6.64855 3.93262 6.28829 4.29327ZM17 4.00317L16.8834 4.0099C16.386 4.06767 16 4.49034 16 5.00317L16 16.583L13.7068 14.2925L13.6125 14.2094C13.2201 13.9045 12.6529 13.9325 12.2926 14.2932C11.9022 14.6839 11.9025 15.3171 12.2932 15.7074L16.297 19.7074L16.3912 19.7905C16.7837 20.0954 17.3509 20.0674 17.7112 19.7067L21.7074 15.7067L21.7906 15.6125C22.0954 15.22 22.0674 14.6528 21.7068 14.2925L21.6125 14.2094C21.2201 13.9045 20.6529 13.9325 20.2926 14.2932L18 16.587L18 5.00317L17.9933 4.88655C17.9355 4.38921 17.5128 4.00317 17 4.00317Z"})});export{g as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconArrowSync: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconArrowSync;
@@ -0,0 +1 @@
1
+ import{jsx as L}from"react/jsx-runtime";import t 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: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":n?`${n}-svg-icon`:"",children:/* @__PURE__ */L("path",{d:"M16.2506 5.18011C15.9994 5.50947 16.0627 5.9801 16.3921 6.23128C18.1804 7.59515 19.25 9.70821 19.25 12C19.25 15.736 16.4242 18.812 12.7933 19.2071L13.4697 18.5303C13.7626 18.2374 13.7626 17.7626 13.4697 17.4697C13.2034 17.2034 12.7867 17.1792 12.4931 17.3971L12.409 17.4697L10.409 19.4697C10.1427 19.7359 10.1185 20.1526 10.3364 20.4462L10.409 20.5303L12.409 22.5303C12.7019 22.8232 13.1768 22.8232 13.4697 22.5303C13.7359 22.2641 13.7601 21.8474 13.5423 21.5538L13.4697 21.4697L12.7194 20.7208C17.2154 20.355 20.75 16.5903 20.75 12C20.75 9.23526 19.4582 6.68321 17.3017 5.03856C16.9724 4.78738 16.5017 4.85075 16.2506 5.18011ZM10.5303 1.46967C10.2374 1.76256 10.2374 2.23744 10.5303 2.53033L11.2796 3.27923C6.78409 3.6456 3.25 7.41008 3.25 12C3.25 14.6445 4.43126 17.0974 6.43081 18.7491C6.75016 19.0129 7.22289 18.9679 7.48669 18.6485C7.75048 18.3292 7.70545 17.8564 7.3861 17.5926C5.72793 16.2229 4.75 14.1922 4.75 12C4.75 8.26436 7.57532 5.18861 11.2057 4.79301L10.5303 5.46967C10.2374 5.76256 10.2374 6.23744 10.5303 6.53033C10.8232 6.82322 11.2981 6.82322 11.591 6.53033L13.591 4.53033C13.8839 4.23744 13.8839 3.76256 13.591 3.46967L11.591 1.46967C11.2981 1.17678 10.8232 1.17678 10.5303 1.46967Z"})});export{v as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconArrowSyncFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconArrowSyncFilled;
@@ -0,0 +1 @@
1
+ import{jsx as n}from"react/jsx-runtime";import e from"classnames";const g=({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:"M16.0518 5.0285C15.7169 5.46765 15.8013 6.09515 16.2405 6.43007C17.9675 7.74714 19 9.78703 19 12C19 15.4973 16.4352 18.3956 13.084 18.9166L13.7929 18.2071C14.1834 17.8166 14.1834 17.1834 13.7929 16.7929C13.4024 16.4024 12.7692 16.4024 12.3787 16.7929L9.87868 19.2929C9.48816 19.6834 9.48816 20.3166 9.87868 20.7071L12.3787 23.2071C12.7692 23.5976 13.4024 23.5976 13.7929 23.2071C14.1834 22.8166 14.1834 22.1834 13.7929 21.7929L12.9497 20.9505C17.4739 20.476 21 16.6498 21 12C21 9.15644 19.6712 6.53122 17.4533 4.83978C17.0142 4.50486 16.3867 4.58936 16.0518 5.0285ZM14.1213 3.29289L11.6213 0.792893C11.2308 0.402369 10.5976 0.402369 10.2071 0.792893C9.84662 1.15338 9.81889 1.72061 10.1239 2.1129L10.2071 2.20711L11.0503 3.04951C6.52615 3.52399 3 7.35021 3 12C3 14.7198 4.21515 17.2432 6.2716 18.9419C6.6974 19.2936 7.32771 19.2335 7.67943 18.8077C8.03116 18.3819 7.97111 17.7516 7.54531 17.3999C5.94404 16.0772 5 14.1168 5 12C5 8.50269 7.56475 5.60441 10.916 5.08343L10.2071 5.79289C9.81658 6.18342 9.81658 6.81658 10.2071 7.20711C10.5676 7.56759 11.1348 7.59532 11.5271 7.2903L11.6213 7.20711L14.1213 4.70711C14.4818 4.34662 14.5095 3.77939 14.2045 3.3871L14.1213 3.29289Z"})});export{g as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconArrowUp: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconArrowUp;
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import g from"classnames";const p=({size:e,type:s,className:a="",onClick:n,refHandler:o,id:r,dataId:t})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:g("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:o,id:r,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Direction=Up, Size=24, Theme=Regular",children:/* @__PURE__ */i("path",{id:"Shape",d:"M4.20938 10.7327C3.92369 11.0326 3.93523 11.5074 4.23516 11.7931C4.53509 12.0787 5.00982 12.0672 5.29551 11.7673L11.25 5.516V20.25C11.25 20.6642 11.5858 21 12 21C12.4142 21 12.75 20.6642 12.75 20.25V5.51565L18.7048 11.7673C18.9905 12.0672 19.4652 12.0787 19.7652 11.7931C20.0651 11.5074 20.0766 11.0326 19.791 10.7327L12.7243 3.31379C12.5632 3.14474 12.3578 3.04477 12.1443 3.01386C12.0976 3.00477 12.0494 3 12 3C11.9503 3 11.9017 3.00483 11.8547 3.01406C11.6417 3.04518 11.4368 3.14509 11.2761 3.31379L4.20938 10.7327Z"})})});export{p as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconArrowUpFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconArrowUpFilled;
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import t from"classnames";const p=({size:e,type:s,className:a="",onClick:n,refHandler:o,id:c,dataId:d})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:t("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:o,id:c,"data-id":d?`${d}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Direction=Up, Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M4.28401 10.2954C3.89639 10.6888 3.90108 11.322 4.29449 11.7096C4.68789 12.0972 5.32104 12.0925 5.70866 11.6991L11 6.32882V19.9999C11 20.5522 11.4477 20.9999 12 20.9999C12.5523 20.9999 13 20.5522 13 19.9999V6.3353L18.2849 11.6991C18.6726 12.0925 19.3057 12.0972 19.6991 11.7096C20.0925 11.322 20.0972 10.6888 19.7096 10.2954L12.8872 3.37122C12.3976 2.87431 11.596 2.87431 11.1064 3.37122L4.28401 10.2954Z"})})});export{p as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconArrowUpLeft: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconArrowUpLeft;
@@ -0,0 +1 @@
1
+ import{jsx as e}from"react/jsx-runtime";import g from"classnames";const a=({size:i,type:s,className:a="",onClick:n,refHandler:o,id:t,dataId:r})=>/* @__PURE__ */e("svg",{xmlns:"http://www.w3.org/2000/svg",className:g("svg-icon",{[`svg-icon__size-${i}`]:i,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:o,id:t,"data-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */e("g",{id:"Direction=Up Left, Size=24, Theme=Regular",children:/* @__PURE__ */e("path",{id:"Shape",d:"M13.2456 3C13.6598 3 13.9956 3.33579 13.9956 3.75C13.9956 4.16421 13.6598 4.5 13.2456 4.5H5.5765L20.7763 19.6998C21.0748 19.9983 21.0748 20.4824 20.7763 20.781C20.4777 21.0796 19.9936 21.0796 19.695 20.781L4.49561 5.58158V13.25C4.49561 13.6642 4.15982 14 3.74561 14C3.33139 14 2.99561 13.6642 2.99561 13.25V3.75C2.99561 3.33579 3.33139 3 3.74561 3H13.2456Z"})})});export{a as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconArrowUpLeftFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconArrowUpLeftFilled;
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import c from"classnames";const p=({size:e,type:s,className:a="",onClick:n,refHandler:o,id:t,dataId:d})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:o,id:t,"data-id":d?`${d}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Direction=Up Left, Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M13 3C13.5523 3 14 3.44772 14 4C14 4.55228 13.5523 5 13 5H6.41435L20.7071 19.2928C21.0976 19.6833 21.0976 20.3164 20.7071 20.707C20.3166 21.0975 19.6834 21.0975 19.2929 20.707L5 6.41408V13C5 13.5523 4.55228 14 4 14C3.44772 14 3 13.5523 3 13V4C3 3.44772 3.44772 3 4 3H13Z"})})});export{p as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconArrowUpRight: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconArrowUpRight;
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import c from"classnames";const p=({size:e,type:s,className:a="",onClick:n,refHandler:o,id:t,dataId:r})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:o,id:t,"data-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Direction=Up Right, Size=24, Theme=Regular",children:/* @__PURE__ */i("path",{id:"Shape",d:"M10.7502 3C10.336 3 10.0002 3.33579 10.0002 3.75C10.0002 4.16421 10.336 4.5 10.7502 4.5H18.4193L3.21954 19.6998C2.92096 19.9983 2.92096 20.4824 3.21954 20.781C3.51811 21.0796 4.0022 21.0796 4.30077 20.781L19.5002 5.58158V13.25C19.5002 13.6642 19.836 14 20.2502 14C20.6644 14 21.0002 13.6642 21.0002 13.25V3.75C21.0002 3.33579 20.6644 3 20.2502 3H10.7502Z"})})});export{p as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconArrowUpRightFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconArrowUpRightFilled;
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import c from"classnames";const h=({size:e,type:s,className:a="",onClick:n,refHandler:o,id:t,dataId:d})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:o,id:t,"data-id":d?`${d}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Direction=Up Right, Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M11 3C10.4477 3 10 3.44772 10 4C10 4.55228 10.4477 5 11 5H17.5857L3.29289 19.2928C2.90237 19.6833 2.90237 20.3164 3.29289 20.707C3.68342 21.0975 4.31658 21.0975 4.70711 20.707L19 6.41408V13C19 13.5523 19.4477 14 20 14C20.5523 14 21 13.5523 21 13V4C21 3.44772 20.5523 3 20 3H11Z"})})});export{h as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconAttach: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconAttach;
@@ -0,0 +1 @@
1
+ import{jsx as L}from"react/jsx-runtime";import r from"classnames";const a=({size:e,type:i,className:s="",onClick:a,refHandler:n,id:o,dataId:C})=>/* @__PURE__ */L("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":C?`${C}-svg-icon`:"",children:/* @__PURE__ */L("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */L("path",{id:"Shape",d:"M11.7712 3.74358C14.1127 1.4 17.9117 1.4 20.2548 3.74314C22.5379 6.02621 22.5964 9.69142 20.4304 12.0454L20.2423 12.2427L11.4422 21.0409L11.4057 21.0712C9.94443 22.3879 7.69043 22.3432 6.28306 20.9358C4.96404 19.6168 4.84193 17.5541 5.91671 16.0974C5.94005 16.0521 5.9683 16.0083 6.00152 15.9672L6.05507 15.9075L6.14198 15.8198L6.28306 15.6719L6.28598 15.6748L13.7217 8.22047C13.9876 7.95385 14.4043 7.92909 14.6982 8.14656L14.7824 8.21906C15.049 8.48497 15.0738 8.9016 14.8563 9.19551L14.7838 9.27972L7.18917 16.8928C6.47153 17.7684 6.52141 19.0627 7.33881 19.8801C8.16787 20.7091 9.48752 20.7486 10.3633 19.9985L19.196 11.1681C20.9515 9.41041 20.9515 6.56116 19.1941 4.8038C17.4917 3.10136 14.7646 3.04816 12.9981 4.6442L12.8302 4.8038L12.8176 4.81812L3.28131 14.3544C2.98841 14.6473 2.51354 14.6473 2.22065 14.3544C1.95438 14.0882 1.93017 13.6715 2.14803 13.3779L2.22065 13.2938L11.7695 3.74314L11.7712 3.74358Z"})})});export{a as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconAttachFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconAttachFilled;
@@ -0,0 +1 @@
1
+ import{jsx as L}from"react/jsx-runtime";import c from"classnames";const d=({size:e,type:i,className:s="",onClick:C,refHandler:a,id:d,dataId:n})=>/* @__PURE__ */L("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:C,ref:a,id:d,"data-id":n?`${n}-svg-icon`:"",children:/* @__PURE__ */L("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */L("path",{id:"Shape",d:"M15.9999 2C19.3136 2 21.9999 4.68629 21.9999 8C21.9999 9.5373 21.4178 10.9843 20.396 12.0835L20.2061 12.2784L11.479 21.0053L11.4259 21.0548L11.3702 21.0997C10.7009 21.6759 9.84594 22 8.9429 22C6.88779 22 5.22179 20.334 5.22179 18.2789C5.22179 17.3775 5.54481 16.5248 6.11735 15.8574L6.26564 15.6945L6.28072 15.6826L13.5717 8.37879C13.9619 7.98793 14.5951 7.98737 14.986 8.37755C15.3768 8.76774 15.3774 9.4009 14.9872 9.79177L7.69618 17.0956L7.68524 17.1039C7.38894 17.4208 7.22179 17.8354 7.22179 18.2789C7.22179 19.2294 7.99236 20 8.9429 20C9.32185 20 9.67979 19.8781 9.97412 19.6571L10.0962 19.5564L10.097 19.558L18.7994 10.8571L18.958 10.6927C19.6231 9.96299 19.9999 9.0125 19.9999 8C19.9999 5.79086 18.2091 4 15.9999 4C14.9383 4 13.9453 4.4146 13.2048 5.13858L13.0501 5.29842L13.0316 5.31139L3.70629 14.6403C3.31585 15.0309 2.68269 15.031 2.29207 14.6406C1.90146 14.2501 1.90132 13.617 2.29176 13.2264L11.6007 3.91324L11.6473 3.87021C12.7712 2.68577 14.3316 2 15.9999 2Z"})})});export{d as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconBeach: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconBeach;
@@ -0,0 +1 @@
1
+ import{jsx as n}from"react/jsx-runtime";import r from"classnames";const v=({size:C,type:s,className:e="",onClick:i,refHandler:a,id:o,dataId:t})=>/* @__PURE__ */n("svg",{xmlns:"http://www.w3.org/2000/svg",className: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:"M9.35048 5.32144C11.2144 2.09296 15.3427 0.986807 18.5712 2.85077C21.7996 4.71473 22.9058 8.84296 21.0418 12.0714L20.7918 12.5045C20.5847 12.8632 20.126 12.9861 19.7673 12.779L15.2086 10.147L12.8357 14.2995C14.7406 14.525 16.4252 15.5093 17.6787 16.9141C17.1534 16.9994 16.6869 17.2909 16.3793 17.7161C15.2141 16.5078 13.6661 15.7503 12 15.7503C10.3339 15.7503 8.78594 16.5078 7.62074 17.7161C7.31271 17.2903 6.84569 16.9992 6.32132 16.914C7.56154 15.5241 9.22374 14.5459 11.1038 14.3069L13.9095 9.39697L9.375 6.77897C9.01628 6.57186 8.89337 6.11317 9.10048 5.75445L9.35048 5.32144ZM10.7796 5.85786L12.7456 6.99293C13.2797 6.17401 13.8198 5.49998 14.4891 4.89141C15.0146 4.41354 15.6067 3.98805 16.3152 3.56564C14.22 3.10815 11.9869 3.97619 10.7796 5.85786ZM16.5896 9.21228C17.1442 8.21522 17.4101 7.42287 17.5058 6.65729C17.5834 6.03611 17.5534 5.40152 17.4418 4.64661C16.6236 5.10695 16.0124 5.53366 15.4982 6.00122C14.9653 6.48581 14.5165 7.03232 14.0468 7.74416L16.5896 9.21228ZM17.8888 9.96236L19.8627 11.102C20.9059 9.08223 20.5111 6.66785 19.0063 5.08258C19.063 5.68104 19.0673 6.25857 18.9942 6.84334C18.868 7.85306 18.518 8.83567 17.8888 9.96236ZM6.71405 18.6587C6.61104 18.3382 6.30703 18.1256 5.97059 18.1388C5.63415 18.152 5.34774 18.3878 5.27018 18.7154C5.05935 19.606 4.66338 20.0789 4.22869 20.3495C3.76977 20.6351 3.1784 20.7502 2.5 20.7502C2.08579 20.7502 1.75 21.086 1.75 21.5002C1.75 21.9145 2.08579 22.2502 2.5 22.2502C3.3216 22.2502 4.23023 22.1154 5.02131 21.623C5.4339 21.3662 5.79237 21.026 6.08332 20.5943C7.63479 22.4601 10.4928 22.4507 12 20.5653C13.5336 22.4838 16.4661 22.4599 17.9973 20.4942C18.8448 21.6033 20.1675 22.2502 21.5 22.2502C21.9142 22.2502 22.25 21.9145 22.25 21.5002C22.25 21.086 21.9142 20.7502 21.5 20.7502C20.3169 20.7502 19.1155 19.9531 18.7163 18.666C18.6194 18.3535 18.331 18.1399 18.0038 18.1382C17.6766 18.1365 17.3861 18.3472 17.286 18.6587C16.502 21.0984 13.4764 21.0578 12.7115 18.7631C12.6094 18.4568 12.3228 18.2502 12 18.2502C11.6772 18.2502 11.3906 18.4568 11.2885 18.7631C10.5236 21.0578 7.49798 21.0984 6.71405 18.6587Z"})});export{v as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconBeachFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconBeachFilled;
@@ -0,0 +1 @@
1
+ import{jsx as n}from"react/jsx-runtime";import r from"classnames";const v=({size:C,type:s,className:e="",onClick:i,refHandler:a,id:o,dataId:t})=>/* @__PURE__ */n("svg",{xmlns:"http://www.w3.org/2000/svg",className: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:"M18.5712 2.85077C15.3427 0.986807 11.2144 2.09296 9.35048 5.32144L9.10048 5.75445C8.89337 6.11317 9.01628 6.57186 9.375 6.77897L13.9095 9.39697L11.1038 14.3069C9.22371 14.5459 7.5615 15.5242 6.32127 16.9141C7.05178 17.0327 7.67099 17.5509 7.90411 18.2764C8.13947 19.0089 8.62847 19.232 9.02241 19.2364C9.42476 19.2409 9.88419 19.0232 10.1026 18.3679C10.3749 17.5512 11.1391 17.0003 12 17.0003C12.8609 17.0003 13.6251 17.5512 13.8974 18.3679C14.1158 19.0232 14.5752 19.2409 14.9776 19.2364C15.3715 19.232 15.8605 19.0089 16.0959 18.2764C16.3285 17.5526 16.9464 17.033 17.6788 16.9141C16.4253 15.5093 14.7407 14.525 12.8357 14.2995L15.2086 10.147L19.7673 12.779C20.126 12.9861 20.5847 12.8632 20.7918 12.5045L21.0418 12.0714C22.9058 8.84296 21.7996 4.71473 18.5712 2.85077ZM6.71405 18.6587C6.61104 18.3382 6.30703 18.1256 5.97059 18.1388C5.63415 18.152 5.34774 18.3878 5.27018 18.7154C5.05935 19.606 4.66338 20.0789 4.22869 20.3495C3.76977 20.6351 3.1784 20.7502 2.5 20.7502C2.08579 20.7502 1.75 21.086 1.75 21.5002C1.75 21.9145 2.08579 22.2502 2.5 22.2502C3.3216 22.2502 4.23023 22.1154 5.02131 21.623C5.4339 21.3662 5.79237 21.026 6.08332 20.5943C7.63479 22.4601 10.4928 22.4507 12 20.5653C13.5336 22.4838 16.4661 22.4599 17.9973 20.4942C18.8448 21.6033 20.1675 22.2502 21.5 22.2502C21.9142 22.2502 22.25 21.9145 22.25 21.5002C22.25 21.086 21.9142 20.7502 21.5 20.7502C20.3169 20.7502 19.1155 19.9531 18.7163 18.666C18.6194 18.3535 18.331 18.1399 18.0038 18.1382C17.6766 18.1365 17.3861 18.3472 17.286 18.6587C16.502 21.0984 13.4764 21.0578 12.7115 18.7631C12.6094 18.4568 12.3228 18.2502 12 18.2502C11.6772 18.2502 11.3906 18.4568 11.2885 18.7631C10.5236 21.0578 7.49798 21.0984 6.71405 18.6587Z"})});export{v as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconBook: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconBook;
@@ -0,0 +1 @@
1
+ import{jsx as o}from"react/jsx-runtime";import c from"classnames";const t=({size:e,type:i,className:s="",onClick:a,refHandler:t,id:C,dataId:n})=>/* @__PURE__ */o("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:t,id:C,"data-id":n?`${n}-svg-icon`:"",children:/* @__PURE__ */o("g",{id:"Cover=Default, Size=24, Theme=Regular",children:/* @__PURE__ */o("path",{id:"Shape",d:"M7 6C7 5.44772 7.44772 5 8 5H16C16.5523 5 17 5.44772 17 6V8C17 8.55228 16.5523 9 16 9H8C7.44772 9 7 8.55228 7 8V6ZM8.5 7.5H15.5V6.5H8.5V7.5ZM4 4.5C4 3.11929 5.11929 2 6.5 2H18C19.3807 2 20.5 3.11929 20.5 4.5V18.75C20.5 19.1642 20.1642 19.5 19.75 19.5H5.5C5.5 20.0523 5.94772 20.5 6.5 20.5H19.75C20.1642 20.5 20.5 20.8358 20.5 21.25C20.5 21.6642 20.1642 22 19.75 22H6.5C5.11929 22 4 20.8807 4 19.5V4.5ZM5.5 18H19V4.5C19 3.94772 18.5523 3.5 18 3.5H6.5C5.94772 3.5 5.5 3.94772 5.5 4.5V18Z"})})});export{t as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconBookFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconBookFilled;
@@ -0,0 +1 @@
1
+ import{jsx as o}from"react/jsx-runtime";import c from"classnames";const g=({size:e,type:i,className:s="",onClick:a,refHandler:l,id:n,dataId:t})=>/* @__PURE__ */o("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:l,id:n,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */o("g",{id:"Cover=Default, Size=24, Theme=Filled",children:/* @__PURE__ */o("path",{id:"Shape",d:"M6.5 2C5.11929 2 4 3.11929 4 4.5V19.5C4 20.8807 5.11929 22 6.5 22H19.75C20.1642 22 20.5 21.6642 20.5 21.25C20.5 20.8358 20.1642 20.5 19.75 20.5H6.5C5.94772 20.5 5.5 20.0523 5.5 19.5H19.75C20.1642 19.5 20.5 19.1642 20.5 18.75V4.5C20.5 3.11929 19.3807 2 18 2H6.5ZM8 5H16C16.5523 5 17 5.44772 17 6V7C17 7.55228 16.5523 8 16 8H8C7.44772 8 7 7.55228 7 7V6C7 5.44772 7.44772 5 8 5Z"})})});export{g as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconBookmark: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconBookmark;
@@ -0,0 +1 @@
1
+ import{jsx as o}from"react/jsx-runtime";import a from"classnames";const t=({size:e,type:i,className:s="",onClick:t,refHandler:n,id:r,dataId:c})=>/* @__PURE__ */o("svg",{xmlns:"http://www.w3.org/2000/svg",className:a("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:t,ref:n,id:r,"data-id":c?`${c}-svg-icon`:"",children:/* @__PURE__ */o("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */o("path",{id:"Shape",d:"M6.19058 21.8538C5.69444 22.2107 5.00256 21.8562 5.00256 21.2449V6.24902C5.00256 4.4541 6.45764 2.99902 8.25256 2.99902H15.751C17.5459 2.99902 19.001 4.4541 19.001 6.24902V21.2449C19.001 21.8562 18.3091 22.2107 17.8129 21.8538L12.0018 17.6728L6.19058 21.8538ZM17.501 6.24902C17.501 5.28253 16.7175 4.49902 15.751 4.49902H8.25256C7.28607 4.49902 6.50256 5.28253 6.50256 6.24902V19.7814L11.5637 16.1401C11.8254 15.9518 12.1781 15.9518 12.4398 16.1401L17.501 19.7814V6.24902Z"})})});export{t as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconBookmarkFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconBookmarkFilled;
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import d from"classnames";const t=({size:e,type:s,className:a="",onClick:t,refHandler:n,id:o,dataId:l})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:d("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:t,ref:n,id:o,"data-id":l?`${l}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M6.19058 21.8538C5.69444 22.2107 5.00256 21.8562 5.00256 21.2449V6.24902C5.00256 4.4541 6.45764 2.99902 8.25256 2.99902H15.751C17.5459 2.99902 19.001 4.4541 19.001 6.24902V21.2449C19.001 21.8562 18.3091 22.2107 17.8129 21.8538L12.0018 17.6728L6.19058 21.8538Z"})})});export{t as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconBriefcase: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconBriefcase;
@@ -0,0 +1 @@
1
+ import{jsx as e}from"react/jsx-runtime";import H from"classnames";const l=({size:i,type:s,className:a="",onClick:l,refHandler:n,id:o,dataId:r})=>/* @__PURE__ */e("svg",{xmlns:"http://www.w3.org/2000/svg",className:H("svg-icon",{[`svg-icon__size-${i}`]:i,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:l,ref:n,id:o,"data-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */e("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */e("path",{id:"Shape",d:"M8.75 3H15.25C15.6297 3 15.9435 3.28215 15.9932 3.64823L16 3.75V7H17.75C19.5449 7 21 8.45507 21 10.25V16.75C21 18.5449 19.5449 20 17.75 20H6.25C4.45507 20 3 18.5449 3 16.75V10.25C3 8.45507 4.45507 7 6.25 7H8V3.75C8 3.3703 8.28215 3.05651 8.64823 3.00685L8.75 3H15.25H8.75ZM17.75 8.5H6.25C5.2835 8.5 4.5 9.2835 4.5 10.25V16.75C4.5 17.7165 5.2835 18.5 6.25 18.5H17.75C18.7165 18.5 19.5 17.7165 19.5 16.75V10.25C19.5 9.2835 18.7165 8.5 17.75 8.5ZM14.5 4.5H9.5V7H14.5V4.5Z"})})});export{l as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconBriefcaseFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconBriefcaseFilled;
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import d from"classnames";const a=({size:e,type:s,className:a="",onClick:n,refHandler:o,id:l,dataId:t})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:d("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:o,id:l,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M15.25 3C15.6642 3 16 3.33579 16 3.75V7H17.75C19.5449 7 21 8.45507 21 10.25V16.75C21 18.5449 19.5449 20 17.75 20H6.25C4.45507 20 3 18.5449 3 16.75V10.25C3 8.45507 4.45507 7 6.25 7H8V3.75C8 3.3703 8.28215 3.05651 8.64823 3.00685L8.75 3H15.25ZM14.5 4.5H9.5V7H14.5V4.5Z"})})});export{a as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconBuilding: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconBuilding;
@@ -0,0 +1,7 @@
1
+ import{jsxs as i,jsx as C}from"react/jsx-runtime";import g from"classnames";const l=({size:e,type:s,className:r="",onClick:t,refHandler:a,id:n,dataId:d})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:g("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[r]:r}),viewBox:"0 0 24 24",fill:"none",onClick:t,ref:a,id:n,"data-id":d?`${d}-svg-icon`:"",children:[
2
+ /* @__PURE__ */C("rect",{width:"24",height:"24",fill:"none"}),
3
+ /* @__PURE__ */i("g",{id:"Iconography",children:[
4
+ /* @__PURE__ */C("rect",{width:"51344",height:"12568",transform:"translate(-19103 -1288)"}),
5
+ /* @__PURE__ */C("g",{id:"B Icons",children:/* @__PURE__ */i("g",{id:"Building",children:[
6
+ /* @__PURE__ */C("rect",{x:"-19.5",y:"-19.5",width:"107",height:"63",rx:"4.5",stroke:"#9747FF",strokeDasharray:"10 5"}),
7
+ /* @__PURE__ */C("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */C("path",{id:"Shape",d:"M8.5 5.5C7.94772 5.5 7.5 5.94772 7.5 6.5C7.5 7.05228 7.94772 7.5 8.5 7.5C9.05229 7.5 9.5 7.05228 9.5 6.5C9.5 5.94772 9.05229 5.5 8.5 5.5ZM7.5 13.5C7.5 12.9477 7.94772 12.5 8.5 12.5C9.05229 12.5 9.5 12.9477 9.5 13.5C9.5 14.0523 9.05229 14.5 8.5 14.5C7.94772 14.5 7.5 14.0523 7.5 13.5ZM8.5 9C7.94772 9 7.5 9.44771 7.5 10C7.5 10.5523 7.94772 11 8.5 11C9.05229 11 9.5 10.5523 9.5 10C9.5 9.44771 9.05229 9 8.5 9ZM11 6.5C11 5.94772 11.4477 5.5 12 5.5C12.5523 5.5 13 5.94772 13 6.5C13 7.05228 12.5523 7.5 12 7.5C11.4477 7.5 11 7.05228 11 6.5ZM12 12.5C11.4477 12.5 11 12.9477 11 13.5C11 14.0523 11.4477 14.5 12 14.5C12.5523 14.5 13 14.0523 13 13.5C13 12.9477 12.5523 12.5 12 12.5ZM14.5 13.5C14.5 12.9477 14.9477 12.5 15.5 12.5C16.0523 12.5 16.5 12.9477 16.5 13.5C16.5 14.0523 16.0523 14.5 15.5 14.5C14.9477 14.5 14.5 14.0523 14.5 13.5ZM12 9C11.4477 9 11 9.44771 11 10C11 10.5523 11.4477 11 12 11C12.5523 11 13 10.5523 13 10C13 9.44771 12.5523 9 12 9ZM6.25 2C5.00736 2 4 3.00736 4 4.25V20.75C4 21.1642 4.33579 21.5 4.75 21.5H19.2528C19.667 21.5 20.0028 21.1642 20.0028 20.75V11.7493C20.0028 10.5067 18.9954 9.4993 17.7528 9.4993H16.5V4.25C16.5 3.00736 15.4926 2 14.25 2H6.25ZM5.5 4.25C5.5 3.83579 5.83579 3.5 6.25 3.5H14.25C14.6642 3.5 15 3.83579 15 4.25V10.2493C15 10.6635 15.3358 10.9993 15.75 10.9993H17.7528C18.167 10.9993 18.5028 11.3351 18.5028 11.7493V20H16.5V17.25C16.5 16.8358 16.1642 16.5 15.75 16.5H8.25C7.83579 16.5 7.5 16.8358 7.5 17.25V20H5.5V4.25ZM15 18V20H12.75V18H15ZM11.25 18V20H9V18H11.25Z"})})]})})]})]});export{l as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconBuildingBank: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconBuildingBank;
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import g from"classnames";const L=({size:s,type:e,className:a="",onClick:C,refHandler:o,id:H,dataId:n})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:g("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${e}`]:e,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:C,ref:o,id:H,"data-id":n?`${n}-svg-icon`:"",children:/* @__PURE__ */i("path",{d:"M13 6.24985C13 6.80213 12.5523 7.24985 12 7.24985C11.4477 7.24985 11 6.80213 11 6.24985C11 5.69756 11.4477 5.24985 12 5.24985C12.5523 5.24985 13 5.69756 13 6.24985ZM13.0316 2.32416C12.417 1.87567 11.583 1.87567 10.9684 2.32416L3.54657 7.74011C2.56949 8.45312 3.07382 9.99985 4.2834 9.99985H4.5L4.5 15.7997C3.60958 16.2549 3 17.1812 3 18.2498V19.7498C3 20.1641 3.33579 20.4998 3.75 20.4998H20.25C20.6642 20.4998 21 20.1641 21 19.7498V18.2498C21 17.1812 20.3904 16.2549 19.5 15.7997V9.99985H19.7166C20.9262 9.99985 21.4305 8.45312 20.4534 7.74011L13.0316 2.32416ZM11.8526 3.53585C11.9404 3.47178 12.0596 3.47178 12.1474 3.53585L18.9499 8.49985H5.05011L11.8526 3.53585ZM18 9.99985V15.4998H16V9.99985H18ZM14.5 9.99985V15.4998H12.75V9.99985H14.5ZM11.25 9.99985V15.4998H9.5L9.5 9.99985H11.25ZM5.75 16.9998H18.25C18.9404 16.9998 19.5 17.5595 19.5 18.2498V18.9998H4.5V18.2498C4.5 17.5595 5.05964 16.9998 5.75 16.9998ZM6 15.4998L6 9.99985H8L8 15.4998H6Z"})});export{L as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconBuildingBankFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconBuildingBankFilled;
@@ -0,0 +1 @@
1
+ import{jsx as C}from"react/jsx-runtime";import c from"classnames";const r=({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: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":r?`${r}-svg-icon`:"",children:/* @__PURE__ */C("path",{d:"M10.9684 2.32416C11.583 1.87567 12.417 1.87567 13.0316 2.32416L20.4534 7.74011C21.4299 8.45267 20.9268 9.99787 19.7189 9.99985H4.28108C3.07318 9.99787 2.57011 8.45266 3.54657 7.74011L10.9684 2.32416ZM13 6.24985C13 5.69756 12.5523 5.24985 12 5.24985C11.4477 5.24985 11 5.69756 11 6.24985C11 6.80213 11.4477 7.24985 12 7.24985C12.5523 7.24985 13 6.80213 13 6.24985ZM11.25 15.9998H9.25V10.9998H11.25V15.9998ZM14.75 15.9998H12.75V10.9998H14.75V15.9998ZM18.5 15.9998H16.25V10.9998H18.5V15.9998ZM18.75 16.9998H5.25C4.00736 16.9998 3 18.0072 3 19.2498V19.7498C3 20.1641 3.33579 20.4998 3.75 20.4998H20.25C20.6642 20.4998 21 20.1641 21 19.7498V19.2498C21 18.0072 19.9926 16.9998 18.75 16.9998ZM7.75 15.9998H5.5V10.9998H7.75V15.9998Z"})});export{r as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconBuildingFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconBuildingFilled;
@@ -0,0 +1 @@
1
+ import{jsx as C}from"react/jsx-runtime";import Z from"classnames";const g=({size:e,type:i,className:s="",onClick:a,refHandler:n,id:o,dataId:d})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:Z("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:o,"data-id":d?`${d}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */C("path",{id:"Shape",d:"M6.75 2C5.50736 2 4.5 3.00736 4.5 4.25V20.75C4.5 21.1642 4.83579 21.5 5.25 21.5H7.5V17.25C7.5 16.8358 7.83579 16.5 8.25 16.5H15.75C16.1642 16.5 16.5 16.8358 16.5 17.25V21.5H18.75C19.1642 21.5 19.5 21.1642 19.5 20.75V11.7493C19.5 10.5067 18.4926 9.4993 17.25 9.4993H16.5V4.25C16.5 3.00736 15.4926 2 14.25 2H6.75ZM7.5 6.5C7.5 5.94772 7.94772 5.5 8.5 5.5C9.05228 5.5 9.5 5.94772 9.5 6.5C9.5 7.05228 9.05228 7.5 8.5 7.5C7.94772 7.5 7.5 7.05228 7.5 6.5ZM8.5 12.5C9.05228 12.5 9.5 12.9477 9.5 13.5C9.5 14.0523 9.05228 14.5 8.5 14.5C7.94772 14.5 7.5 14.0523 7.5 13.5C7.5 12.9477 7.94772 12.5 8.5 12.5ZM7.5 10C7.5 9.44772 7.94772 9 8.5 9C9.05228 9 9.5 9.44772 9.5 10C9.5 10.5523 9.05228 11 8.5 11C7.94772 11 7.5 10.5523 7.5 10ZM12 5.5C12.5523 5.5 13 5.94772 13 6.5C13 7.05228 12.5523 7.5 12 7.5C11.4477 7.5 11 7.05228 11 6.5C11 5.94772 11.4477 5.5 12 5.5ZM11 13.5C11 12.9477 11.4477 12.5 12 12.5C12.5523 12.5 13 12.9477 13 13.5C13 14.0523 12.5523 14.5 12 14.5C11.4477 14.5 11 14.0523 11 13.5ZM15.5 12.5C16.0523 12.5 16.5 12.9477 16.5 13.5C16.5 14.0523 16.0523 14.5 15.5 14.5C14.9477 14.5 14.5 14.0523 14.5 13.5C14.5 12.9477 14.9477 12.5 15.5 12.5ZM11 10C11 9.44772 11.4477 9 12 9C12.5523 9 13 9.44772 13 10C13 10.5523 12.5523 11 12 11C11.4477 11 11 10.5523 11 10ZM15 21.5V18H12.7499V21.5H15ZM11.2499 21.5V18H9V21.5H11.2499Z"})})});export{g as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconBulletListAdd: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconBulletListAdd;
@@ -0,0 +1 @@
1
+ import{jsx as C}from"react/jsx-runtime";import t from"classnames";const g=({size:e,type:i,className:s="",onClick:a,refHandler:n,id:o,dataId:r})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:t("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:o,"data-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */C("path",{id:"Shape",d:"M4.49858 18.7493C4.49858 18.0593 3.93925 17.5 3.24929 17.5C2.55933 17.5 2 18.0593 2 18.7493C2 19.4393 2.55933 19.9986 3.24929 19.9986C3.93925 19.9986 4.49858 19.4393 4.49858 18.7493ZM12.019 18H6.75L6.64823 18.0068C6.28215 18.0565 6 18.3703 6 18.75C6 19.1642 6.33579 19.5 6.75 19.5H12.3137C12.1591 19.0218 12.0585 18.5195 12.019 18ZM13.8091 13H6.75C6.33579 13 6 12.6642 6 12.25C6 11.8703 6.28215 11.5565 6.64823 11.5068L6.75 11.5H15.9944C15.1647 11.8469 14.4222 12.3609 13.8091 13ZM4.49858 12.2493C4.49858 11.5593 3.93925 11 3.24929 11C2.55933 11 2 11.5593 2 12.2493C2 12.9393 2.55933 13.4986 3.24929 13.4986C3.93925 13.4986 4.49858 12.9393 4.49858 12.2493ZM4.49858 5.74929C4.49858 5.05933 3.93925 4.5 3.24929 4.5C2.55933 4.5 2 5.05933 2 5.74929C2 6.43925 2.55933 6.99858 3.24929 6.99858C3.93925 6.99858 4.49858 6.43925 4.49858 5.74929ZM21.25 5H6.75L6.64823 5.00685C6.28215 5.05651 6 5.3703 6 5.75C6 6.16421 6.33579 6.5 6.75 6.5H21.25L21.3518 6.49315C21.7178 6.44349 22 6.1297 22 5.75C22 5.33579 21.6642 5 21.25 5ZM24 17.4995C24 14.4619 21.5376 11.9995 18.5 11.9995C15.4624 11.9995 13 14.4619 13 17.4995C13 20.5371 15.4624 22.9995 18.5 22.9995C21.5376 22.9995 24 20.5371 24 17.4995ZM19.0006 17.9995L19.0011 20.503C19.0011 20.7792 18.7773 21.003 18.5011 21.003C18.225 21.003 18.0011 20.7792 18.0011 20.503L18.0006 17.9995H15.4956C15.2197 17.9995 14.9961 17.7757 14.9961 17.4995C14.9961 17.2234 15.2197 16.9995 15.4956 16.9995H18.0005L18 14.4988C18 14.2226 18.2239 13.9988 18.5 13.9988C18.7761 13.9988 19 14.2226 19 14.4988L19.0005 16.9995H21.4966C21.7725 16.9995 21.9961 17.2234 21.9961 17.4995C21.9961 17.7757 21.7725 17.9995 21.4966 17.9995H19.0006Z"})})});export{g as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconBulletListAddFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconBulletListAddFilled;
@@ -0,0 +1 @@
1
+ import{jsx as C}from"react/jsx-runtime";import t from"classnames";const r=({size:e,type:i,className:s="",onClick:a,refHandler:n,id:o,dataId:r})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:t("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:o,"data-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */C("path",{id:"Shape",d:"M4.99883 18C4.99883 17.1719 4.32752 16.5006 3.49942 16.5006C2.67131 16.5006 2 17.1719 2 18C2 18.8281 2.67131 19.4994 3.49942 19.4994C4.32752 19.4994 4.99883 18.8281 4.99883 18ZM12.0189 17H7.50034L7.38372 17.0067C6.88638 17.0645 6.50034 17.4872 6.50034 18C6.50034 18.5523 6.94805 19 7.50034 19H12.1739C12.0602 18.5185 12 18.0163 12 17.5C12 17.3318 12.0064 17.165 12.0189 17ZM13.8096 13H7.50034C6.94805 13 6.50034 12.5523 6.50034 12C6.50034 11.4872 6.88638 11.0645 7.38372 11.0067L7.50034 11H18.5C16.6566 11 14.9925 11.7673 13.8096 13ZM4.99883 12C4.99883 11.1719 4.32752 10.5006 3.49942 10.5006C2.67131 10.5006 2 11.1719 2 12C2 12.8281 2.67131 13.4994 3.49942 13.4994C4.32752 13.4994 4.99883 12.8281 4.99883 12ZM4.99883 6.00723C4.99883 5.17912 4.32752 4.50781 3.49942 4.50781C2.67131 4.50781 2 5.17912 2 6.00723C2 6.83533 2.67131 7.50664 3.49942 7.50664C4.32752 7.50664 4.99883 6.83533 4.99883 6.00723ZM21.0035 5.00082H7.50034L7.38372 5.00755C6.88638 5.06532 6.50034 5.48799 6.50034 6.00082C6.50034 6.55311 6.94805 7.00082 7.50034 7.00082H21.0035L21.1201 6.9941C21.6174 6.93633 22.0035 6.51366 22.0035 6.00082C22.0035 5.44854 21.5558 5.00082 21.0035 5.00082ZM24 17.5C24 14.4624 21.5376 12 18.5 12C15.4624 12 13 14.4624 13 17.5C13 20.5376 15.4624 23 18.5 23C21.5376 23 24 20.5376 24 17.5ZM19.0006 18L19.0011 20.5035C19.0011 20.7797 18.7773 21.0035 18.5011 21.0035C18.225 21.0035 18.0011 20.7797 18.0011 20.5035L18.0006 18H15.4956C15.2197 18 14.9961 17.7762 14.9961 17.5C14.9961 17.2239 15.2197 17 15.4956 17H18.0005L18 14.4993C18 14.2231 18.2239 13.9993 18.5 13.9993C18.7761 13.9993 19 14.2231 19 14.4993L19.0005 17H21.4966C21.7725 17 21.9961 17.2239 21.9961 17.5C21.9961 17.7762 21.7725 18 21.4966 18H19.0006Z"})})});export{r as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconCalculator: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconCalculator;
@@ -0,0 +1 @@
1
+ import{jsx as C}from"react/jsx-runtime";import l from"classnames";const a=({size:e,type:i,className:s="",onClick:a,refHandler:n,id:o,dataId:r})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:l("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:o,"data-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */C("path",{id:"Shape",d:"M7 7C7 5.89543 7.89543 5 9 5H15C16.1046 5 17 5.89543 17 7V8C17 9.10457 16.1046 10 15 10H9C7.89543 10 7 9.10457 7 8V7ZM9 6.5C8.72386 6.5 8.5 6.72386 8.5 7V8C8.5 8.27614 8.72386 8.5 9 8.5H15C15.2761 8.5 15.5 8.27614 15.5 8V7C15.5 6.72386 15.2761 6.5 15 6.5H9ZM8.25 14.5C8.94036 14.5 9.5 13.9404 9.5 13.25C9.5 12.5596 8.94036 12 8.25 12C7.55964 12 7 12.5596 7 13.25C7 13.9404 7.55964 14.5 8.25 14.5ZM9.5 17.25C9.5 17.9404 8.94036 18.5 8.25 18.5C7.55964 18.5 7 17.9404 7 17.25C7 16.5596 7.55964 16 8.25 16C8.94036 16 9.5 16.5596 9.5 17.25ZM15.75 14.5C16.4404 14.5 17 13.9404 17 13.25C17 12.5596 16.4404 12 15.75 12C15.0596 12 14.5 12.5596 14.5 13.25C14.5 13.9404 15.0596 14.5 15.75 14.5ZM17 17.25C17 17.9404 16.4404 18.5 15.75 18.5C15.0596 18.5 14.5 17.9404 14.5 17.25C14.5 16.5596 15.0596 16 15.75 16C16.4404 16 17 16.5596 17 17.25ZM12 14.5C12.6904 14.5 13.25 13.9404 13.25 13.25C13.25 12.5596 12.6904 12 12 12C11.3096 12 10.75 12.5596 10.75 13.25C10.75 13.9404 11.3096 14.5 12 14.5ZM13.25 17.25C13.25 17.9404 12.6904 18.5 12 18.5C11.3096 18.5 10.75 17.9404 10.75 17.25C10.75 16.5596 11.3096 16 12 16C12.6904 16 13.25 16.5596 13.25 17.25ZM7.25 2C5.45507 2 4 3.45507 4 5.25V18.75C4 20.5449 5.45507 22 7.25 22H16.75C18.5449 22 20 20.5449 20 18.75V5.25C20 3.45507 18.5449 2 16.75 2H7.25ZM5.5 5.25C5.5 4.2835 6.2835 3.5 7.25 3.5H16.75C17.7165 3.5 18.5 4.2835 18.5 5.25V18.75C18.5 19.7165 17.7165 20.5 16.75 20.5H7.25C6.2835 20.5 5.5 19.7165 5.5 18.75V5.25Z"})})});export{a as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconCalculatorFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconCalculatorFilled;
@@ -0,0 +1 @@
1
+ import{jsx as C}from"react/jsx-runtime";import r 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: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: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:"M4 5.25C4 3.45507 5.45507 2 7.25 2H16.75C18.5449 2 20 3.45507 20 5.25V18.75C20 20.5449 18.5449 22 16.75 22H7.25C5.45507 22 4 20.5449 4 18.75V5.25ZM9 5C7.89543 5 7 5.89543 7 7V8C7 9.10457 7.89543 10 9 10H15C16.1046 10 17 9.10457 17 8V7C17 5.89543 16.1046 5 15 5H9ZM9.5 13.25C9.5 12.5596 8.94036 12 8.25 12C7.55964 12 7 12.5596 7 13.25C7 13.9404 7.55964 14.5 8.25 14.5C8.94036 14.5 9.5 13.9404 9.5 13.25ZM8.25 18.5C8.94036 18.5 9.5 17.9404 9.5 17.25C9.5 16.5596 8.94036 16 8.25 16C7.55964 16 7 16.5596 7 17.25C7 17.9404 7.55964 18.5 8.25 18.5ZM17 13.25C17 12.5596 16.4404 12 15.75 12C15.0596 12 14.5 12.5596 14.5 13.25C14.5 13.9404 15.0596 14.5 15.75 14.5C16.4404 14.5 17 13.9404 17 13.25ZM15.75 18.5C16.4404 18.5 17 17.9404 17 17.25C17 16.5596 16.4404 16 15.75 16C15.0596 16 14.5 16.5596 14.5 17.25C14.5 17.9404 15.0596 18.5 15.75 18.5ZM13.25 13.25C13.25 12.5596 12.6904 12 12 12C11.3096 12 10.75 12.5596 10.75 13.25C10.75 13.9404 11.3096 14.5 12 14.5C12.6904 14.5 13.25 13.9404 13.25 13.25ZM12 18.5C12.6904 18.5 13.25 17.9404 13.25 17.25C13.25 16.5596 12.6904 16 12 16C11.3096 16 10.75 16.5596 10.75 17.25C10.75 17.9404 11.3096 18.5 12 18.5Z"})})});export{d as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconCalendarClock: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconCalendarClock;
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import l from"classnames";const a=({size:s,type:C,className:a="",onClick:e,refHandler:o,id:n,dataId:t})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:l("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${C}`]:C,[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:"M21.8906 6.25C21.8906 4.45507 20.4356 3 18.6406 3H7.14062C5.3457 3 3.89062 4.45507 3.89062 6.25V17.75C3.89062 19.5449 5.3457 21 7.14062 21H12.9124C12.6159 20.5368 12.3765 20.0335 12.2041 19.5H7.14062C6.17413 19.5 5.39062 18.7165 5.39062 17.75V8.5H20.3906V11.3135C20.9241 11.4858 21.4274 11.7253 21.8906 12.0218V6.25ZM7.14062 4.5H18.6406C19.6071 4.5 20.3906 5.2835 20.3906 6.25V7H5.39062V6.25C5.39062 5.2835 6.17413 4.5 7.14062 4.5ZM23.8906 17.5C23.8906 14.4624 21.4282 12 18.3906 12C15.3531 12 12.8906 14.4624 12.8906 17.5C12.8906 20.5376 15.3531 23 18.3906 23C21.4282 23 23.8906 20.5376 23.8906 17.5ZM18.3906 17.5H20.3906C20.6668 17.5 20.8906 17.7239 20.8906 18C20.8906 18.2762 20.6668 18.5 20.3906 18.5H17.8906C17.6174 18.5 17.3954 18.2809 17.3907 18.0089L17.3906 17.9999V14.9999C17.3906 14.7238 17.6145 14.4999 17.8906 14.4999C18.1668 14.4999 18.3906 14.7238 18.3906 14.9999L18.3906 17.5Z"})});export{a as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconCalendarClockFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconCalendarClockFilled;
@@ -0,0 +1 @@
1
+ import{jsx as n}from"react/jsx-runtime";import r from"classnames";const g=({size:s,type:e,className:i="",onClick:C,refHandler:a,id:o,dataId:t})=>/* @__PURE__ */n("svg",{xmlns:"http://www.w3.org/2000/svg",className:r("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${e}`]:e,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:C,ref:a,id:o,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */n("path",{d:"M18.6406 3C20.4356 3 21.8906 4.45507 21.8906 6.25V7H3.89062V6.25C3.89062 4.45507 5.3457 3 7.14062 3H18.6406ZM21.8906 8.5V12.0218C20.8803 11.375 19.6793 11 18.3906 11C14.8008 11 11.8906 13.9101 11.8906 17.5C11.8906 18.7886 12.2656 19.9897 12.9124 21H7.14062C5.3457 21 3.89062 19.5449 3.89062 17.75V8.5H21.8906ZM23.8906 17.5C23.8906 14.4624 21.4282 12 18.3906 12C15.3531 12 12.8906 14.4624 12.8906 17.5C12.8906 20.5376 15.3531 23 18.3906 23C21.4282 23 23.8906 20.5376 23.8906 17.5ZM18.3906 17.5001H20.3906C20.6668 17.5001 20.8906 17.7239 20.8906 18.0001C20.8906 18.2762 20.6668 18.5001 20.3906 18.5001H17.8906C17.6145 18.5001 17.3906 18.2762 17.3906 18.0001L17.3906 17.9985L17.3906 14.9999C17.3906 14.7238 17.6145 14.4999 17.8906 14.4999C18.1668 14.4999 18.3906 14.7238 18.3906 14.9999L18.3906 17.5001Z"})});export{g as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconCalendarDay: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconCalendarDay;
@@ -0,0 +1 @@
1
+ import{jsx as C}from"react/jsx-runtime";import a from"classnames";const l=({size:e,type:i,className:s="",onClick:l,refHandler:n,id:o,dataId:r})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:a("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:l,ref:n,id:o,"data-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */C("path",{id:"Shape",d:"M18 3C19.7949 3 21.25 4.45507 21.25 6.25V17.75C21.25 19.5449 19.7949 21 18 21H6.5C4.70507 21 3.25 19.5449 3.25 17.75V6.25C3.25 4.45507 4.70507 3 6.5 3H18ZM18 4.5H6.5C5.5335 4.5 4.75 5.2835 4.75 6.25V17.75C4.75 18.7165 5.5335 19.5 6.5 19.5H18C18.9665 19.5 19.75 18.7165 19.75 17.75V6.25C19.75 5.2835 18.9665 4.5 18 4.5ZM16.5 11C16.9142 11 17.25 11.3358 17.25 11.75V16.25C17.25 16.6642 16.9142 17 16.5 17H8C7.58579 17 7.25 16.6642 7.25 16.25V11.75C7.25 11.3358 7.58579 11 8 11H16.5ZM15.75 12.5H8.75V15.5H15.75V12.5ZM8 7.25H16.5C16.9142 7.25 17.25 7.58579 17.25 8C17.25 8.3797 16.9678 8.69349 16.6018 8.74315L16.5 8.75H8C7.58579 8.75 7.25 8.41421 7.25 8C7.25 7.6203 7.53215 7.30651 7.89823 7.25685L8 7.25H16.5H8Z"})})});export{l as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconCalendarDayFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconCalendarDayFilled;
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import a from"classnames";const g=({size:e,type:s,className:n="",onClick:o,refHandler:d,id:l,dataId:t})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:a("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[n]:n}),viewBox:"0 0 24 24",fill:"none",onClick:o,ref:d,id:l,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M18 3C19.7949 3 21.25 4.45507 21.25 6.25V17.75C21.25 19.5449 19.7949 21 18 21H6.5C4.70507 21 3.25 19.5449 3.25 17.75V6.25C3.25 4.45507 4.70507 3 6.5 3H18ZM16.5 11H8C7.6203 11 7.30651 11.2822 7.25685 11.6482L7.25 11.75V16.25C7.25 16.6297 7.53215 16.9435 7.89823 16.9932L8 17H16.5C16.8797 17 17.1935 16.7178 17.2432 16.3518L17.25 16.25V11.75C17.25 11.3703 16.9678 11.0565 16.6018 11.0068L16.5 11ZM15.75 12.5V15.5H8.75V12.5H15.75ZM16.5 7.25H8C7.58579 7.25 7.25 7.58579 7.25 8C7.25 8.41421 7.58579 8.75 8 8.75H16.5C16.9142 8.75 17.25 8.41421 17.25 8C17.25 7.58579 16.9142 7.25 16.5 7.25Z"})})});export{g as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconCalendarEmpty: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconCalendarEmpty;