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 n}from"react/jsx-runtime";import e from"classnames";const v=({size:s,type:i,className:a="",onClick:o,refHandler:t,id:C,dataId:c})=>/* @__PURE__ */n("svg",{xmlns:"http://www.w3.org/2000/svg",className:e("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${i}`]:i,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:o,ref:t,id:C,"data-id":c?`${c}-svg-icon`:"",children:/* @__PURE__ */n("path",{d:"M13.5 16C13.9142 16 14.25 16.3358 14.25 16.75C14.25 17.1642 13.9142 17.5 13.5 17.5H10.5C10.0858 17.5 9.75 17.1642 9.75 16.75C9.75 16.3358 10.0858 16 10.5 16H13.5ZM16.5 11C16.9142 11 17.25 11.3358 17.25 11.75C17.25 12.1642 16.9142 12.5 16.5 12.5H7.5C7.08579 12.5 6.75 12.1642 6.75 11.75C6.75 11.3358 7.08579 11 7.5 11H16.5ZM19.5 6C19.9142 6 20.25 6.33579 20.25 6.75C20.25 7.16421 19.9142 7.5 19.5 7.5H4.5C4.08579 7.5 3.75 7.16421 3.75 6.75C3.75 6.33579 4.08579 6 4.5 6H19.5Z"})});export{v as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconFilterFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconFilterFilled;
@@ -0,0 +1 @@
1
+ import{jsx as H}from"react/jsx-runtime";import r from"classnames";const g=({size:s,type:e,className:i="",onClick:a,refHandler:o,id:n,dataId:t})=>/* @__PURE__ */H("svg",{xmlns:"http://www.w3.org/2000/svg",className:r("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${e}`]:e,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:o,id:n,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */H("path",{d:"M10 16H14C14.5523 16 15 16.4477 15 17C15 17.5128 14.614 17.9355 14.1166 17.9933L14 18H10C9.44772 18 9 17.5523 9 17C9 16.4872 9.38604 16.0645 9.88338 16.0067L10 16H14H10ZM8 11H16C16.5523 11 17 11.4477 17 12C17 12.5128 16.614 12.9355 16.1166 12.9933L16 13H8C7.44772 13 7 12.5523 7 12C7 11.4872 7.38604 11.0645 7.88338 11.0067L8 11H16H8ZM5 6H19C19.5523 6 20 6.44772 20 7C20 7.51284 19.614 7.93551 19.1166 7.99327L19 8H5C4.44772 8 4 7.55228 4 7C4 6.48716 4.38604 6.06449 4.88338 6.00673L5 6H19H5Z"})});export{g as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconFlag: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconFlag;
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import l from"classnames";const m=({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:l("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:"Size=24, Theme=Regular",children:/* @__PURE__ */i("path",{id:"Shape",d:"M3 3.74805C3 3.33383 3.33579 2.99805 3.75 2.99805H20.2541C20.8722 2.99805 21.225 3.70369 20.8541 4.19811L16.6898 9.74927L20.8541 15.3004C21.225 15.7948 20.8722 16.5005 20.2541 16.5005L4.5 16.5V21.2499C4.5 21.6296 4.21785 21.9434 3.85177 21.993L3.75 21.9999C3.3703 21.9999 3.05651 21.7177 3.00685 21.3517L3 21.2499V3.74805ZM18.7539 4.49805H4.5V15.0005H18.7539L15.1522 10.1993C14.9522 9.93264 14.9522 9.5659 15.1522 9.29921L18.7539 4.49805Z"})})});export{m as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconFlagFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconFlagFilled;
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import r from"classnames";const a=({size:e,type:s,className:a="",onClick:n,refHandler:o,id:d,dataId:l})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:r("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:o,id:d,"data-id":l?`${l}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M3 3.74805C3 3.33383 3.33579 2.99805 3.75 2.99805H20.2541C20.8722 2.99805 21.225 3.70369 20.8541 4.19811L16.6898 9.74927L20.8541 15.3004C21.225 15.7948 20.8722 16.5005 20.2541 16.5005L4.5 16.5V21.2499C4.5 21.6296 4.21785 21.9434 3.85177 21.993L3.75 21.9999C3.3703 21.9999 3.05651 21.7177 3.00685 21.3517L3 21.2499V3.74805Z"})})});export{a as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconFolderLink: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconFolderLink;
@@ -0,0 +1 @@
1
+ import{jsx as H}from"react/jsx-runtime";import c from"classnames";const g=({size:C,type:L,className:s="",onClick:e,refHandler:i,id:a,dataId:o})=>/* @__PURE__ */H("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${C}`]:C,[`svg-icon__type-${L}`]:L,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:e,ref:i,id:a,"data-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */H("path",{d:"M18.25 14.5C20.3211 14.5 22 16.1789 22 18.25C22 20.2543 20.4276 21.8913 18.4523 21.9948L18.2534 22L17.2534 22.0046C16.8392 22.0065 16.5019 21.6722 16.5 21.258C16.4983 20.8783 16.779 20.5633 17.1448 20.5119L17.2466 20.5046L18.25 20.5C19.4926 20.5 20.5 19.4926 20.5 18.25C20.5 17.0591 19.5748 16.0844 18.404 16.0052L18.25 16H17.25C16.8358 16 16.5 15.6642 16.5 15.25C16.5 14.8703 16.7822 14.5565 17.1482 14.5068L17.25 14.5H18.25ZM13.75 14.5C14.1642 14.5 14.5 14.8358 14.5 15.25C14.5 15.6297 14.2178 15.9435 13.8518 15.9932L13.75 16H12.75C11.5074 16 10.5 17.0074 10.5 18.25C10.5 19.4409 11.4252 20.4156 12.596 20.4948L12.75 20.5H13.75C14.1642 20.5 14.5 20.8358 14.5 21.25C14.5 21.6297 14.2178 21.9435 13.8518 21.9932L13.75 22H12.75C10.6789 22 9 20.3211 9 18.25C9 16.2457 10.5724 14.6087 12.5508 14.5052L12.75 14.5H13.75ZM8.20693 4C8.66749 4 9.1153 4.14129 9.49094 4.40235L9.64734 4.5215L12.022 6.5H19.75C20.8867 6.5 21.8266 7.34297 21.9785 8.43788L21.9948 8.59595L22 8.75L22.0008 15.3352C21.5959 14.8148 21.085 14.3809 20.5005 14.0659L20.5 8.75C20.5 8.3703 20.2178 8.05651 19.8518 8.00685L19.75 8H12.021L9.64734 9.9785C9.29353 10.2733 8.85906 10.4515 8.40335 10.4914L8.20693 10.5L3.5 10.499V17.75C3.5 18.1297 3.78215 18.4435 4.14823 18.4932L4.25 18.5L8.0065 18.5006C8.03392 19.0282 8.14742 19.5329 8.33322 20.0012L4.25 20C3.05914 20 2.08436 19.0748 2.00519 17.904L2 17.75V6.25C2 5.05914 2.92516 4.08436 4.09595 4.00519L4.25 4H8.20693ZM18.25 17.5C18.6642 17.5 19 17.8358 19 18.25C19 18.6297 18.7178 18.9435 18.3518 18.9932L18.25 19H12.75C12.3358 19 12 18.6642 12 18.25C12 17.8703 12.2822 17.5565 12.6482 17.5068L12.75 17.5H18.25ZM8.20693 5.5H4.25C3.8703 5.5 3.55651 5.78215 3.50685 6.14823L3.5 6.25V8.999L8.20693 9C8.34729 9 8.4841 8.96063 8.60221 8.88738L8.68706 8.82617L10.578 7.249L8.68706 5.67383C8.57923 5.58398 8.44893 5.52664 8.31129 5.5073L8.20693 5.5Z"})});export{g as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconFolderLinkFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconFolderLinkFilled;
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import l from"classnames";const t=({size:C,type:L,className:s="",onClick:e,refHandler:a,id:t,dataId:o})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:l("svg-icon",{[`svg-icon__size-${C}`]:C,[`svg-icon__type-${L}`]:L,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:e,ref:a,id:t,"data-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */i("path",{d:"M18.25 14.5C20.3211 14.5 22 16.1789 22 18.25C22 20.2543 20.4276 21.8913 18.4523 21.9948L18.2534 22L17.2534 22.0046C16.8392 22.0065 16.5019 21.6722 16.5 21.258C16.4983 20.8783 16.779 20.5633 17.1448 20.5119L17.2466 20.5046L18.25 20.5C19.4926 20.5 20.5 19.4926 20.5 18.25C20.5 17.0591 19.5748 16.0844 18.404 16.0052L18.25 16H17.25C16.8358 16 16.5 15.6642 16.5 15.25C16.5 14.8703 16.7822 14.5565 17.1482 14.5068L17.25 14.5H18.25ZM13.75 14.5C14.1642 14.5 14.5 14.8358 14.5 15.25C14.5 15.6297 14.2178 15.9435 13.8518 15.9932L13.75 16H12.75C11.5074 16 10.5 17.0074 10.5 18.25C10.5 19.4409 11.4252 20.4156 12.596 20.4948L12.75 20.5H13.75C14.1642 20.5 14.5 20.8358 14.5 21.25C14.5 21.6297 14.2178 21.9435 13.8518 21.9932L13.75 22H12.75C10.6789 22 9 20.3211 9 18.25C9 16.2457 10.5724 14.6087 12.5508 14.5052L12.75 14.5H13.75ZM19.75 6.5C20.8867 6.5 21.8266 7.34297 21.9785 8.43788L21.9948 8.59595L22 8.75L22.0008 15.3352C21.1317 14.2184 19.7748 13.5 18.25 13.5H12.75C10.1266 13.5 8 15.6266 8 18.25C8 18.8684 8.11819 19.4593 8.33322 20.0012L4.25 20C3.05914 20 2.08436 19.0748 2.00519 17.904L2 17.75V10.499L8.20693 10.5L8.40335 10.4914C8.79396 10.4572 9.16896 10.3214 9.49094 10.0977L9.64734 9.9785L13.821 6.5H19.75ZM18.25 17.5C18.6642 17.5 19 17.8358 19 18.25C19 18.6297 18.7178 18.9435 18.3518 18.9932L18.25 19H12.75C12.3358 19 12 18.6642 12 18.25C12 17.8703 12.2822 17.5565 12.6482 17.5068L12.75 17.5H18.25ZM8.20693 4C8.66749 4 9.1153 4.14129 9.49094 4.40235L9.64734 4.5215L11.75 6.273L8.68706 8.82617L8.60221 8.88738C8.51363 8.94232 8.41452 8.9782 8.31129 8.9927L8.20693 9L2 8.999V6.25C2 5.05914 2.92516 4.08436 4.09595 4.00519L4.25 4H8.20693Z"})});export{t as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconFood: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconFood;
@@ -0,0 +1 @@
1
+ import{jsx as V}from"react/jsx-runtime";import r from"classnames";const g=({size:s,type:C,className:e="",onClick:i,refHandler:a,id:o,dataId:n})=>/* @__PURE__ */V("svg",{xmlns:"http://www.w3.org/2000/svg",className:r("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${C}`]:C,[e]:e}),viewBox:"0 0 24 24",fill:"none",onClick:i,ref:a,id:o,"data-id":n?`${n}-svg-icon`:"",children:/* @__PURE__ */V("path",{d:"M18.25 3.25C18.6297 3.25 18.9435 3.53215 18.9932 3.89823L19 4V20C19 20.4142 18.6642 20.75 18.25 20.75C17.8703 20.75 17.5565 20.4678 17.5068 20.1018L17.5 20V15H15.25C14.8703 15 14.5565 14.7178 14.5068 14.3518L14.5 14.25V7C14.5 4.92893 16.1789 3.25 18.25 3.25ZM12.25 3.25C12.6297 3.25 12.9435 3.53215 12.9932 3.89823L13 4V8C13 9.95258 11.6009 11.5784 9.7506 11.9297L9.75 20C9.75 20.4142 9.41421 20.75 9 20.75C8.6203 20.75 8.30651 20.4678 8.25685 20.1018L8.25 20L8.25039 11.9299C6.46566 11.5915 5.10054 10.0675 5.00531 8.20795L5 8V4C5 3.58579 5.33579 3.25 5.75 3.25C6.1297 3.25 6.44349 3.53215 6.49315 3.89823L6.5 4V8C6.5 9.11957 7.23593 10.0672 8.25042 10.3857L8.25 4C8.25 3.58579 8.58579 3.25 9 3.25C9.3797 3.25 9.69349 3.53215 9.74315 3.89823L9.75 4L9.75057 10.3854C10.7082 10.0843 11.4174 9.22253 11.4933 8.18486L11.5 8V4C11.5 3.58579 11.8358 3.25 12.25 3.25ZM17.5 13.5V4.87803C16.6775 5.16874 16.0745 5.9241 16.0064 6.82871L16 7V13.5H17.5V4.87803V13.5Z"})});export{g as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconFoodFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconFoodFilled;
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import l from"classnames";const g=({size:s,type:C,className:e="",onClick:a,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,[e]:e}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:o,id:n,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */i("path",{d:"M18 3C18.5128 3 18.9355 3.38604 18.9933 3.88338L19 4V20C19 20.5523 18.5523 21 18 21C17.4872 21 17.0645 20.614 17.0067 20.1166L17 20V15H16C15.4872 15 15.0645 14.614 15.0067 14.1166L15 14V8C15 5.79086 16.5 3 18 3ZM12 3C12.5128 3 12.9355 3.38604 12.9933 3.88338L13 4V9C13 10.8636 11.7256 12.4295 10.0008 12.8738L10 20C10 20.5523 9.55228 21 9 21C8.48716 21 8.06449 20.614 8.00673 20.1166L8 20L8.00024 12.874C6.33879 12.4465 5.09505 10.9784 5.0052 9.20584L5 9V4C5 3.44772 5.44772 3 6 3C6.51284 3 6.93551 3.38604 6.99327 3.88338L7 4V9C7 9.74025 7.40217 10.3866 7.99993 10.7324L8 4C8 3.44772 8.44772 3 9 3C9.51284 3 9.93551 3.38604 9.99327 3.88338L10 4L10.0011 10.7318C10.5523 10.4125 10.937 9.83745 10.993 9.16897L11 9V4C11 3.44772 11.4477 3 12 3Z"})});export{g as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconGb: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconGb;
@@ -0,0 +1,11 @@
1
+ import{jsxs as s,jsx as i}from"react/jsx-runtime";import n from"classnames";const d=({size:e,type:t,className:l="",onClick:a,refHandler:h,id:d,dataId:r})=>/* @__PURE__ */s("svg",{xmlns:"http://www.w3.org/2000/svg",className:n("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${t}`]:t,[l]:l}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:h,id:d,"data-id":r?`${r}-svg-icon`:"",children:[
2
+ /* @__PURE__ */i("rect",{y:"3.42999",width:"24",height:"17.1429",rx:"2",fill:"white"}),
3
+ /* @__PURE__ */i("mask",{id:"mask0_1993_2165",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"0",y:"3",width:"24",height:"18",children:/* @__PURE__ */i("rect",{y:"3.42999",width:"24",height:"17.1429",rx:"2",fill:"white"})}),
4
+ /* @__PURE__ */s("g",{mask:"url(#mask0_1993_2165)",children:[
5
+ /* @__PURE__ */i("rect",{y:"3.42999",width:"24",height:"17.1429",fill:"#0A17A7"}),
6
+ /* @__PURE__ */i("path",{d:"M-1.09929 1.78735L9.14287 8.69577V2.28718H14.8572V8.69573L25.0992 1.78736L26.3774 3.6823L18.2796 9.14432H24V14.8586H18.2796L26.3774 20.3206L25.0992 22.2155L14.8572 15.3072V21.7157H9.14287V15.3071L-1.09928 22.2156L-2.37744 20.3206L5.72032 14.8586H7.62939e-06V9.14432H5.72034L-2.37744 3.6823L-1.09929 1.78735Z",fill:"white"}),
7
+ /* @__PURE__ */i("path",{d:"M27.1356 1.53249C27.2368 1.68629 27.1942 1.89299 27.0404 1.99417L16.1843 9.13605C16.0305 9.23723 15.8238 9.19457 15.7227 9.04078C15.6215 8.88698 15.6641 8.68028 15.8179 8.5791L26.674 1.43722C26.8277 1.33604 27.0344 1.3787 27.1356 1.53249Z",fill:"#DB1F35"}),
8
+ /* @__PURE__ */i("path",{d:"M27.1621 21.9165C27.265 21.7639 27.2247 21.5567 27.072 21.4538L17.3401 14.8943C17.1875 14.7914 16.9803 14.8317 16.8774 14.9844C16.7745 15.137 16.8149 15.3442 16.9675 15.4471L26.6994 22.0066C26.852 22.1095 27.0592 22.0692 27.1621 21.9165Z",fill:"#DB1F35"}),
9
+ /* @__PURE__ */i("path",{d:"M-3.56564 1.81145C-3.46276 1.65878 -3.25559 1.61843 -3.10293 1.72132L7.04823 8.56255C7.20089 8.66544 7.24124 8.8726 7.13836 9.02526C7.03547 9.17792 6.82831 9.21828 6.67565 9.11539L-3.47551 2.27415C-3.62817 2.17127 -3.66853 1.96411 -3.56564 1.81145Z",fill:"#DB1F35"}),
10
+ /* @__PURE__ */i("path",{d:"M-3.56702 22.7375C-3.46528 22.8909 -3.25842 22.9328 -3.105 22.831L8.14717 15.3691C8.30059 15.2674 8.34249 15.0605 8.24074 14.9071C8.139 14.7537 7.93214 14.7118 7.77872 14.8135L-3.47344 22.2754C-3.62687 22.3772 -3.66876 22.584 -3.56702 22.7375Z",fill:"#DB1F35"}),
11
+ /* @__PURE__ */i("path",{d:"M0 13.7157H10.2857V20.5728H13.7143V13.7157H24V10.2871H13.7143V3.42999H10.2857V10.2871H0V13.7157Z",fill:"#E6273E"})]})]});export{d as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconGlobe: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconGlobe;
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import c from"classnames";const t=({size:C,type:s,className:e="",onClick:a,refHandler:t,id:o,dataId:L})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${C}`]:C,[`svg-icon__type-${s}`]:s,[e]:e}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:t,id:o,"data-id":L?`${L}-svg-icon`:"",children:/* @__PURE__ */i("path",{d:"M12.0001 1.99902C17.5238 1.99902 22.0016 6.47687 22.0016 12.0006C22.0016 17.5243 17.5238 22.0021 12.0001 22.0021C6.47638 22.0021 1.99854 17.5243 1.99854 12.0006C1.99854 6.47687 6.47638 1.99902 12.0001 1.99902ZM14.939 16.5003H9.06118C9.71322 18.9144 10.8466 20.5021 12.0001 20.5021C13.1536 20.5021 14.287 18.9144 14.939 16.5003ZM7.5084 16.5009L4.78591 16.5007C5.74425 18.0338 7.1777 19.2394 8.88008 19.9114C8.3578 19.0915 7.92681 18.0653 7.60981 16.8959L7.5084 16.5009ZM19.2143 16.5007L16.4918 16.5009C16.168 17.8346 15.7004 19.0004 15.119 19.9114C16.716 19.2814 18.0757 18.1824 19.0291 16.7843L19.2143 16.5007ZM7.09351 9.99992H3.7359L3.73115 10.0171C3.57906 10.6535 3.49854 11.3176 3.49854 12.0006C3.49854 13.0567 3.69112 14.0679 4.0431 15.0009L7.21626 15.0005C7.07396 14.0514 6.99854 13.0432 6.99854 12.0006C6.99854 11.3166 7.031 10.6474 7.09351 9.99992ZM15.397 9.99999H8.60316C8.53514 10.6403 8.49853 11.31 8.49853 12.0006C8.49853 13.0601 8.58468 14.0704 8.73827 15.0007H15.2619C15.4155 14.0704 15.5016 13.0601 15.5016 12.0006C15.5016 11.31 15.465 10.6403 15.397 9.99999ZM20.2647 9.99909L16.9067 9.99994C16.9692 10.6474 17.0016 11.3166 17.0016 12.0006C17.0016 13.0432 16.9262 14.0514 16.7839 15.0005L19.9571 15.0009C20.309 14.0679 20.5016 13.0567 20.5016 12.0006C20.5016 11.3112 20.4196 10.6409 20.2647 9.99909ZM8.88114 4.08973L8.85823 4.09844C6.81092 4.91315 5.1549 6.50046 4.25023 8.50033L7.29835 8.50069C7.61171 6.7479 8.15855 5.22198 8.88114 4.08973ZM12.0001 3.49902L11.8844 3.50432C10.619 3.62008 9.39651 5.62205 8.8288 8.50027H15.1714C14.6052 5.63011 13.388 3.63131 12.1264 3.50534L12.0001 3.49902ZM15.1201 4.08979L15.2269 4.26388C15.8961 5.37635 16.4043 6.83623 16.7018 8.50069L19.7499 8.50033C18.8853 6.58892 17.3343 5.05439 15.4113 4.21106L15.1201 4.08979Z"})});export{t as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconGlobeFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconGlobeFilled;
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import l from"classnames";const c=({size:C,type:L,className:s="",onClick:e,refHandler:a,id:o,dataId:c})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:l("svg-icon",{[`svg-icon__size-${C}`]:C,[`svg-icon__type-${L}`]:L,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:e,ref:a,id:o,"data-id":c?`${c}-svg-icon`:"",children:/* @__PURE__ */i("path",{d:"M8.90435 16.5008H15.0958C14.4759 19.7722 13.2345 21.999 12.0001 21.999C10.8031 21.999 9.59951 19.9051 8.9624 16.7953L8.90435 16.5008H15.0958H8.90435ZM3.06589 16.501L7.37153 16.5008C7.7363 18.583 8.35458 20.3545 9.16372 21.5942C6.60088 20.8373 4.46722 19.0825 3.21224 16.7799L3.06589 16.501ZM16.6286 16.5008L20.9343 16.501C19.703 18.9406 17.5018 20.8071 14.8375 21.5939C15.592 20.4362 16.1807 18.8162 16.5524 16.9129L16.6286 16.5008L20.9343 16.501L16.6286 16.5008ZM16.9315 10.0008L21.8016 10.0002C21.9328 10.6465 22.0016 11.3155 22.0016 12.0005C22.0016 13.0458 21.8413 14.0537 21.5438 15.0009H16.8412C16.9465 14.0433 17.0016 13.0372 17.0016 12.0005C17.0016 11.5462 16.991 11.0977 16.9703 10.6567L16.9315 10.0008L21.8016 10.0002L16.9315 10.0008ZM2.1986 10.0002L7.06862 10.0008C7.02238 10.6508 6.99854 11.319 6.99854 12.0005C6.99854 12.8299 7.03385 13.6396 7.10188 14.4207L7.159 15.0009H2.45637C2.1589 14.0537 1.99854 13.0458 1.99854 12.0005C1.99854 11.3155 2.0674 10.6465 2.1986 10.0002ZM8.57558 10.0002H15.4246C15.4748 10.6459 15.5016 11.3147 15.5016 12.0005C15.5016 12.8381 15.4617 13.6505 15.3878 14.4262L15.3261 15.0009H8.67404C8.56099 14.0551 8.49853 13.0476 8.49853 12.0005C8.49853 11.4862 8.51361 10.9814 8.54234 10.4887L8.57558 10.0002H15.4246H8.57558ZM14.9444 2.57707L14.8365 2.40684C17.8548 3.29781 20.2788 5.57442 21.372 8.50016L16.7811 8.50045C16.4656 6.08353 15.8246 4.00785 14.9444 2.57707L14.8365 2.40684L14.9444 2.57707ZM9.04186 2.44365L9.16364 2.40688C8.28288 3.75639 7.62827 5.736 7.28061 8.06062L7.21905 8.50045L2.62816 8.50016C3.70663 5.6139 6.08022 3.35936 9.04186 2.44365L9.16364 2.40688L9.04186 2.44365ZM12.0001 2.00195C13.3189 2.00195 14.6457 4.5437 15.2141 8.1854L15.2609 8.5002H8.73926C9.27868 4.69102 10.6436 2.00195 12.0001 2.00195Z"})});export{c as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconGoogle: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconGoogle;
@@ -0,0 +1,3 @@
1
+ import{jsxs as r,jsx as i}from"react/jsx-runtime";import t from"classnames";const h=({size:e,type:l,className:s="",onClick:n,refHandler:d,id:o,dataId:a})=>/* @__PURE__ */r("svg",{xmlns:"http://www.w3.org/2000/svg",className:t("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${l}`]:l,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:d,id:o,"data-id":a?`${a}-svg-icon`:"",children:[
2
+ /* @__PURE__ */i("g",{id:"Company=Google, Style=Gray, Background=None",clipPath:"url(#clip0_697_1766)",children:/* @__PURE__ */i("path",{id:"Union",fillRule:"evenodd",clipRule:"evenodd",d:"M16.8426 6.54794C15.6036 5.36623 13.9501 4.72247 12.2392 4.74893C9.10863 4.74893 6.44981 6.86098 5.5018 9.70498V9.70505C4.99913 11.1954 4.99913 12.8092 5.50179 14.2996H5.50619C6.45861 17.1392 9.11303 19.2512 12.2437 19.2512C13.8597 19.2512 15.247 18.8379 16.3223 18.1078V18.1048C17.5878 17.2671 18.452 15.9487 18.721 14.4583H12.2393V9.83734H23.558C23.6991 10.6398 23.7653 11.46 23.7653 12.2757C23.7653 15.9255 22.4609 19.0113 20.1913 21.1013L20.1937 21.1032C18.2051 22.9374 15.4757 24.0001 12.2392 24.0001C7.70204 24.0001 3.55286 21.4427 1.51575 17.3905V17.3905C-0.186243 13.9997 -0.186239 10.0049 1.51576 6.61411H1.51579L1.51575 6.61408C3.55286 2.55749 7.70204 7.62441e-05 12.2392 7.62441e-05C15.22 -0.0351984 18.0992 1.08477 20.2686 3.12188L16.8426 6.54794Z"})}),
3
+ /* @__PURE__ */i("defs",{children:/* @__PURE__ */i("clipPath",{id:"clip0_697_1766",children:/* @__PURE__ */i("rect",{width:"24",height:"24",fill:"white"})})})]});export{h as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconHandOpenHeart: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconHandOpenHeart;
@@ -0,0 +1 @@
1
+ import{jsx as C}from"react/jsx-runtime";import a from"classnames";const t=({size:L,type:e,className:i="",onClick:s,refHandler:t,id:n,dataId:o})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:a("svg-icon",{[`svg-icon__size-${L}`]:L,[`svg-icon__type-${e}`]:e,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:s,ref:t,id:n,"data-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */C("path",{id:"Shape",d:"M17.3991 3.60329L16.6453 3.01221C15.4027 2.03792 13.6067 2.24915 12.624 3.48515C11.7454 4.59021 11.8 6.16984 12.7527 7.21165L16.9564 11.8085C17.1942 12.0686 17.604 12.0686 17.8419 11.8085L22.0459 7.2111C22.9983 6.16954 23.053 4.59039 22.1749 3.48543C21.1926 2.24928 19.3967 2.03769 18.154 3.01168L17.3991 3.60329ZM19.0556 15.7079L18.0662 13.0761C18.3103 12.979 18.5372 12.8264 18.7275 12.6183L19.0344 12.2827L20.1596 15.2759C20.4104 15.951 20.453 16.6857 20.2819 17.3853C20.1108 18.0848 19.7338 18.7169 19.1996 19.1999L17.7356 20.5199C17.0022 21.17 16.0515 21.5212 15.0716 21.5039C14.4541 21.5008 13.8429 21.3786 13.2716 21.1439C10.6513 20.1294 7.86134 19.6244 5.05162 19.6559C4.79084 19.6634 4.53286 19.6005 4.3048 19.4738C4.07675 19.3471 3.88704 19.1613 3.75562 18.9359C3.6503 18.7535 3.59485 18.5466 3.59485 18.3359C3.59485 18.1253 3.6503 17.9183 3.75562 17.7359C4.14364 17.1947 4.63505 16.7358 5.20147 16.3857C5.76788 16.0355 6.39807 15.8011 7.05562 15.6959L2.90362 11.5559C2.7291 11.382 2.59063 11.1753 2.49615 10.9478C2.40166 10.7202 2.35303 10.4763 2.35303 10.2299C2.35303 9.98353 2.40166 9.73957 2.49615 9.51202C2.59063 9.28448 2.7291 9.07782 2.90362 8.90391C3.06767 8.74385 3.25858 8.61387 3.46762 8.51991C3.17867 8.2141 3.00116 7.81987 2.96373 7.40081C2.92629 6.98176 3.03111 6.5623 3.26128 6.21012C3.49144 5.85794 3.83354 5.59356 4.23238 5.45962C4.63122 5.32569 5.06355 5.33002 5.45962 5.47191C5.54309 5.18445 5.70029 4.92382 5.91562 4.71591C6.08851 4.54175 6.29416 4.40353 6.5207 4.30921C6.74725 4.21489 6.99022 4.16633 7.23562 4.16633C7.48102 4.16633 7.724 4.21489 7.95054 4.30921C8.17709 4.40353 8.38273 4.54175 8.55562 4.71591C8.64945 4.5032 8.77937 4.30833 8.93962 4.13991C9.29393 3.79323 9.76992 3.5991 10.2656 3.5991C10.5505 3.5991 10.8289 3.66322 11.0814 3.78357C10.9271 4.17631 10.8364 4.5873 10.8089 5.00119L10.7996 4.99191C10.666 4.85824 10.4847 4.78314 10.2956 4.78314C10.202 4.78314 10.1093 4.80158 10.0229 4.8374C9.93638 4.87322 9.85781 4.92572 9.79162 4.99191C9.72544 5.05809 9.67294 5.13667 9.63712 5.22314C9.60129 5.30962 9.58286 5.40231 9.58286 5.49591C9.58286 5.68494 9.65795 5.86624 9.79162 5.99991L10.6316 6.77991L12.2196 8.40694L13.7214 10.0492C13.7347 10.0982 13.7414 10.1489 13.7414 10.1999C13.7414 10.2786 13.7253 10.3565 13.694 10.4287C13.6628 10.501 13.617 10.566 13.5596 10.6199C13.5058 10.6773 13.4407 10.7231 13.3685 10.7543C13.2962 10.7856 13.2183 10.8017 13.1396 10.8017C13.0609 10.8017 12.983 10.7856 12.9108 10.7543C12.8386 10.7231 12.7735 10.6773 12.7196 10.6199L9.71962 7.63191L8.87962 6.79191L7.67962 5.51991C7.55021 5.39665 7.37834 5.32791 7.19962 5.32791C7.02091 5.32791 6.84904 5.39665 6.71962 5.51991C6.59357 5.64787 6.52292 5.82029 6.52292 5.99991C6.52292 6.17953 6.59357 6.35194 6.71962 6.47991L10.0196 9.77991C10.131 9.8913 10.1936 10.0424 10.1936 10.1999C10.1936 10.3574 10.131 10.5085 10.0196 10.6199C9.90823 10.7313 9.75715 10.7939 9.59962 10.7939C9.44209 10.7939 9.29101 10.7313 9.17962 10.6199L6.94762 8.39991L5.26762 6.71991C5.1417 6.5946 4.97127 6.52426 4.79362 6.52426C4.61597 6.52426 4.44555 6.5946 4.31962 6.71991C4.19357 6.84787 4.12292 7.02029 4.12292 7.19991C4.12292 7.37953 4.19357 7.55194 4.31962 7.67991L5.60362 8.95191L8.21962 11.5799C8.33101 11.6913 8.39359 11.8424 8.39359 11.9999C8.39359 12.1574 8.33101 12.3085 8.21962 12.4199C8.10823 12.5313 7.95715 12.5939 7.79962 12.5939C7.64209 12.5939 7.49101 12.5313 7.37962 12.4199L5.99962 11.0519L4.75162 9.80391C4.6257 9.6786 4.45527 9.60826 4.27762 9.60826C4.09997 9.60826 3.92955 9.6786 3.80362 9.80391C3.73855 9.86312 3.68673 9.93543 3.65157 10.0161C3.61641 10.0967 3.59871 10.1839 3.59962 10.2719C3.59317 10.3695 3.60808 10.4672 3.64332 10.5584C3.67855 10.6496 3.73326 10.732 3.80362 10.7999L8.83162 15.7799C8.91455 15.8645 8.97057 15.9718 8.99264 16.0881C9.01471 16.2045 9.00184 16.3248 8.95564 16.4339C8.90944 16.543 8.83199 16.636 8.73304 16.7011C8.63409 16.7662 8.51808 16.8006 8.39962 16.7999C8.39962 16.7999 5.81962 16.7999 4.81162 18.4199C4.81162 18.4679 4.90762 18.5519 5.05162 18.5519C5.10744 18.5455 5.16381 18.5455 5.21962 18.5519C8.13206 18.5482 11.0203 19.0811 13.7396 20.1239C14.2547 20.3663 14.828 20.4577 15.3929 20.3877C15.9579 20.3176 16.4914 20.0888 16.9316 19.7279L18.4316 18.3479C18.7898 18.0221 19.041 17.5957 19.1524 17.1245C19.2638 16.6534 19.23 16.1595 19.0556 15.7079ZM11.6676 16.7358C12.1443 16.4982 12.9146 16.3608 13.7012 16.4919C14.474 16.6207 15.2113 16.9987 15.7007 17.7327C15.8845 18.0085 16.257 18.083 16.5327 17.8991C16.8084 17.7153 16.8829 17.3428 16.6991 17.0671C15.9885 16.0012 14.9258 15.4795 13.8986 15.3082C12.8852 15.1393 11.8555 15.3013 11.1322 15.6618C10.8357 15.8097 10.7151 16.1699 10.8629 16.4665C11.0108 16.7631 11.371 16.8836 11.6676 16.7358Z"})})});export{t as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconHandOpenHeartFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconHandOpenHeartFilled;
@@ -0,0 +1 @@
1
+ import{jsx as C}from"react/jsx-runtime";import r from"classnames";const t=({size:e,type:i,className:s="",onClick:a,refHandler:t,id:n,dataId:o})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:r("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:t,id:n,"data-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */C("path",{id:"Shape",d:"M16.0708 12.6185L12.0488 8.22032C12.0244 8.24581 11.9979 8.26988 11.9692 8.29226C11.6796 8.51827 11.267 8.49294 11.0072 8.23322L6.33621 3.56361C5.98468 3.21219 5.41484 3.21227 5.06341 3.56379C4.71199 3.91532 4.71208 4.48516 5.0636 4.83659L9.70108 9.47273C9.97108 9.74265 9.97122 10.1803 9.70139 10.4504C9.43139 10.7207 8.9934 10.7208 8.72327 10.4507L3.9363 5.6637C3.58483 5.31223 3.01498 5.31223 2.66351 5.6637C2.31203 6.01517 2.31203 6.58502 2.66351 6.93649L7.52688 11.7999C7.75522 12.0282 7.75531 12.3984 7.52708 12.6269C7.29868 12.8555 6.92817 12.8556 6.69967 12.6271L3.9363 9.8637C3.58483 9.51223 3.01498 9.51223 2.66351 9.8637C2.31203 10.2152 2.31203 10.785 2.66351 11.1365L7.24971 15.7227C7.06066 15.7576 6.8562 15.8025 6.64315 15.8606C5.70789 16.1155 4.5117 16.6493 3.79754 17.7884C3.4926 18.2748 3.57533 18.8098 3.86276 19.1863C4.13461 19.5425 4.58248 19.7601 5.06016 19.7566C7.64568 19.7378 10.7839 20.2146 13.2834 21.2404C14.7207 21.8303 16.509 21.751 17.7405 20.615L19.2413 19.2307C20.3306 18.2258 20.6928 16.6561 20.154 15.2756L19.0004 12.3201L18.7275 12.6185C18.0139 13.3989 16.7845 13.3989 16.0708 12.6185ZM11.6676 16.7359C11.371 16.8838 11.0108 16.7632 10.8629 16.4666C10.7151 16.1701 10.8357 15.8098 11.1322 15.662C11.8555 15.3014 12.8852 15.1394 13.8986 15.3084C14.9258 15.4796 15.9885 16.0014 16.6991 17.0672C16.8829 17.3429 16.8084 17.7154 16.5327 17.8993C16.257 18.0831 15.8845 18.0086 15.7007 17.7329C15.2113 16.9988 14.474 16.6209 13.7012 16.492C12.9146 16.3609 12.1443 16.4983 11.6676 16.7359ZM11.2054 3.50043C10.832 4.27198 10.7175 5.1327 10.8576 5.95726L8.6636 3.63659C8.31208 3.28516 8.31199 2.71532 8.66341 2.36379C9.01484 2.01227 9.58468 2.01219 9.93621 2.36361C10.2794 2.70674 10.7178 3.08944 11.2054 3.50043ZM17.3991 3.60349L16.6453 3.01241C15.4027 2.03811 13.6067 2.24934 12.624 3.48535C11.7454 4.5904 11.8 6.17003 12.7527 7.21184L16.9564 11.8087C17.1942 12.0688 17.604 12.0688 17.8419 11.8087L22.0459 7.2113C22.9983 6.16974 23.053 4.59059 22.1749 3.48563C21.1926 2.24948 19.3967 2.03788 18.154 3.01187L17.3991 3.60349Z"})})});export{t as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconHeart: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconHeart;
@@ -0,0 +1 @@
1
+ import{jsx as e}from"react/jsx-runtime";import g from"classnames";const l=({size:i,type:s,className:a="",onClick:l,refHandler:n,id:o,dataId:r})=>/* @__PURE__ */e("svg",{xmlns:"http://www.w3.org/2000/svg",className:g("svg-icon",{[`svg-icon__size-${i}`]:i,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:l,ref:n,id:o,"data-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */e("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */e("path",{id:"Shape",d:"M12.8199 5.57961L11.9992 6.40211L11.1759 5.57886C9.07688 3.4798 5.67361 3.4798 3.57455 5.57886C1.47548 7.67793 1.47548 11.0812 3.57455 13.1803L11.4699 21.0756C11.7628 21.3685 12.2377 21.3685 12.5306 21.0756L20.432 13.1788C22.5264 11.0728 22.53 7.67906 20.4306 5.57961C18.3277 3.47672 14.9228 3.47672 12.8199 5.57961ZM19.3684 12.1211L12.0002 19.4846L4.63521 12.1196C3.12192 10.6063 3.12192 8.15281 4.63521 6.63952C6.14849 5.12624 8.602 5.12624 10.1153 6.63952L11.4727 7.99697C11.7706 8.29483 12.2553 8.28903 12.5459 7.98412L13.8806 6.64027C15.3977 5.12317 17.8528 5.12316 19.3699 6.64027C20.8836 8.15391 20.881 10.6001 19.3684 12.1211Z"})})});export{l as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconHeartFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconHeartFilled;
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import t from"classnames";const a=({size:e,type:s,className:a="",onClick:n,refHandler:o,id:d,dataId:l})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:t("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:o,id:d,"data-id":l?`${l}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M12.8199 5.57961L11.9992 6.40211L11.1759 5.57886C9.07688 3.4798 5.67361 3.4798 3.57455 5.57886C1.47548 7.67793 1.47548 11.0812 3.57455 13.1803L11.4699 21.0756C11.7628 21.3685 12.2377 21.3685 12.5306 21.0756L20.432 13.1788C22.5264 11.0728 22.53 7.67906 20.4306 5.57961C18.3277 3.47672 14.9228 3.47672 12.8199 5.57961Z"})})});export{a as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconHistory: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconHistory;
@@ -0,0 +1 @@
1
+ import{jsx as C}from"react/jsx-runtime";import g from"classnames";const a=({size:e,type:i,className:s="",onClick:a,refHandler:n,id:o,dataId:r})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:g("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:o,"data-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */C("path",{id:"Shape",d:"M19.5 12C19.5 7.85786 16.1421 4.5 12 4.5C10.0309 4.5 8.23907 5.25883 6.90093 6.5H8.25C8.66421 6.5 9 6.83579 9 7.25C9 7.66421 8.66421 8 8.25 8H5.25C4.83579 8 4.5 7.66421 4.5 7.25V4.25C4.5 3.83579 4.83579 3.5 5.25 3.5C5.66421 3.5 6 3.83579 6 4.25V5.29168C7.59227 3.86656 9.69494 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 11.5317 3.03576 11.0718 3.10471 10.6228C3.161 10.2562 3.48623 10 3.85708 10C4.31609 10 4.64845 10.4382 4.58123 10.8923C4.52772 11.2538 4.5 11.6236 4.5 12C4.5 16.1421 7.85786 19.5 12 19.5C16.1421 19.5 19.5 16.1421 19.5 12ZM12.5 7.75C12.5 7.33579 12.1642 7 11.75 7C11.3358 7 11 7.33579 11 7.75V12.25C11 12.6642 11.3358 13 11.75 13H14.25C14.6642 13 15 12.6642 15 12.25C15 11.8358 14.6642 11.5 14.25 11.5H12.5V7.75Z"})})});export{a as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconHistoryFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconHistoryFilled;
@@ -0,0 +1 @@
1
+ import{jsx as C}from"react/jsx-runtime";import c from"classnames";const g=({size:e,type:i,className:s="",onClick:a,refHandler:n,id:o,dataId:d})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:o,"data-id":d?`${d}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */C("path",{id:"Shape",d:"M19.25 12C19.25 7.99594 16.0041 4.75 12 4.75C10.3379 4.75 8.80642 5.30932 7.58352 6.25H8.25C8.80228 6.25 9.25 6.69772 9.25 7.25C9.25 7.80228 8.80228 8.25 8.25 8.25H5.25C4.69772 8.25 4.25 7.80228 4.25 7.25V7H4.21647L4.25 6.94829V4.25C4.25 3.69772 4.69772 3.25 5.25 3.25C5.80228 3.25 6.25 3.69772 6.25 4.25V4.75385C7.82875 3.49939 9.82686 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 11.6174 2.77322 11.2403 2.81834 10.8699C2.88069 10.3581 3.33398 10 3.8496 10C4.44068 10 4.86674 10.5685 4.79864 11.1556C4.76652 11.4326 4.75 11.7144 4.75 12C4.75 16.0041 7.99594 19.25 12 19.25C16.0041 19.25 19.25 16.0041 19.25 12ZM13 8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V13C11 13.5523 11.4477 14 12 14H15C15.5523 14 16 13.5523 16 13C16 12.4477 15.5523 12 15 12H13V8Z"})})});export{g as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconHome: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconHome;
@@ -0,0 +1 @@
1
+ import{jsx as C}from"react/jsx-runtime";import g from"classnames";const t=({size:e,type:i,className:s="",onClick:a,refHandler:t,id:n,dataId:o})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:g("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:t,id:n,"data-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */C("path",{id:"Shape",d:"M10.5495 2.53189C11.3874 1.82531 12.6126 1.82531 13.4505 2.5319L20.2005 8.224C20.7074 8.65152 21 9.2809 21 9.94406V19.7468C21 20.7133 20.2165 21.4968 19.25 21.4968H15.75C14.7835 21.4968 14 20.7133 14 19.7468V14.2468C14 14.1088 13.8881 13.9968 13.75 13.9968H10.25C10.1119 13.9968 9.99999 14.1088 9.99999 14.2468V19.7468C9.99999 20.7133 9.2165 21.4968 8.25 21.4968H4.75C3.7835 21.4968 3 20.7133 3 19.7468V9.94406C3 9.2809 3.29255 8.65152 3.79952 8.224L10.5495 2.53189ZM12.4835 3.6786C12.2042 3.44307 11.7958 3.44307 11.5165 3.6786L4.76651 9.37071C4.59752 9.51321 4.5 9.72301 4.5 9.94406V19.7468C4.5 19.8849 4.61193 19.9968 4.75 19.9968H8.25C8.38807 19.9968 8.49999 19.8849 8.49999 19.7468V14.2468C8.49999 13.2803 9.2835 12.4968 10.25 12.4968H13.75C14.7165 12.4968 15.5 13.2803 15.5 14.2468V19.7468C15.5 19.8849 15.6119 19.9968 15.75 19.9968H19.25C19.3881 19.9968 19.5 19.8849 19.5 19.7468V9.94406C19.5 9.72301 19.4025 9.51321 19.2335 9.37071L12.4835 3.6786Z"})})});export{t as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconHomeFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconHomeFilled;
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import C from"classnames";const m=({size:e,type:s,className:a="",onClick:n,refHandler:o,id:d,dataId:l})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:C("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:o,id:d,"data-id":l?`${l}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M10.5492 2.53318C11.3872 1.82618 12.6128 1.82618 13.4508 2.53318L20.2008 8.22772C20.7076 8.65523 21 9.28447 21 9.94747V19.7504C21 20.7169 20.2165 21.5004 19.25 21.5004H16.25C15.2835 21.5004 14.5 20.7169 14.5 19.7504V14.7504C14.5 14.3362 14.1642 14.0004 13.75 14.0004H10.25C9.83579 14.0004 9.5 14.3362 9.5 14.7504V19.7504C9.5 20.7169 8.7165 21.5004 7.75 21.5004H4.75C3.7835 21.5004 3 20.7169 3 19.7504V9.94747C3 9.28447 3.29241 8.65523 3.79916 8.22772L10.5492 2.53318Z"})})});export{m as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconImage: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconImage;
@@ -0,0 +1 @@
1
+ import{jsx as C}from"react/jsx-runtime";import c from"classnames";const m=({size:e,type:i,className:s="",onClick:a,refHandler:n,id:o,dataId:r})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:o,"data-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */C("path",{id:"Shape",d:"M17.75 3C19.5449 3 21 4.45507 21 6.25V17.75C21 19.5449 19.5449 21 17.75 21H6.25C4.45507 21 3 19.5449 3 17.75V6.25C3 4.45507 4.45507 3 6.25 3H17.75ZM18.3305 19.4014L12.5247 13.7148C12.2596 13.4553 11.8501 13.4316 11.5588 13.644L11.4752 13.7148L5.66845 19.4011C5.8504 19.4651 6.04613 19.5 6.25 19.5H17.75C17.9535 19.5 18.1489 19.4653 18.3305 19.4014L12.5247 13.7148L18.3305 19.4014ZM17.75 4.5H6.25C5.2835 4.5 4.5 5.2835 4.5 6.25V17.75C4.5 17.9584 4.53643 18.1583 4.60326 18.3437L10.4258 12.643C11.2589 11.8273 12.5675 11.7885 13.4458 12.5266L13.5742 12.6431L19.3964 18.3447C19.4634 18.159 19.5 17.9588 19.5 17.75V6.25C19.5 5.2835 18.7165 4.5 17.75 4.5ZM15.2521 6.5C16.4959 6.5 17.5042 7.50831 17.5042 8.75212C17.5042 9.99592 16.4959 11.0042 15.2521 11.0042C14.0083 11.0042 13 9.99592 13 8.75212C13 7.50831 14.0083 6.5 15.2521 6.5ZM15.2521 8C14.8367 8 14.5 8.33673 14.5 8.75212C14.5 9.1675 14.8367 9.50423 15.2521 9.50423C15.6675 9.50423 16.0042 9.1675 16.0042 8.75212C16.0042 8.33673 15.6675 8 15.2521 8Z"})})});export{m as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconImageFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconImageFilled;
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import g from"classnames";const m=({size:e,type:s,className:a="",onClick:n,refHandler:o,id:d,dataId:l})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:g("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:o,id:d,"data-id":l?`${l}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M11.5582 13.6469L11.4746 13.7179L4.54692 20.5186C5.04216 20.8239 5.62551 21 6.25 21H17.75C18.3745 21 18.9578 20.8239 19.4531 20.5186L12.5254 13.7179L12.432 13.6399C12.1705 13.4552 11.8174 13.4576 11.5582 13.6469ZM21 6.25C21 4.45507 19.5449 3 17.75 3H6.25C4.45507 3 3 4.45507 3 6.25V17.75C3 18.3771 3.17758 18.9626 3.4852 19.4592L10.4238 12.6475L10.5592 12.5248C11.3941 11.8273 12.615 11.8293 13.4477 12.5306L13.5762 12.6475L20.5148 19.4592C20.8224 18.9626 21 18.3771 21 17.75V6.25ZM15.25 10.75C14.1454 10.75 13.25 9.85457 13.25 8.75C13.25 7.64543 14.1454 6.75 15.25 6.75C16.3546 6.75 17.25 7.64543 17.25 8.75C17.25 9.85457 16.3546 10.75 15.25 10.75Z"})})});export{m as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconInfo: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconInfo;
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import e from"classnames";const f=({size:s,type:C,className:a="",onClick:o,refHandler:n,id:t,dataId:c})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:e("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${C}`]:C,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:o,ref:n,id:t,"data-id":c?`${c}-svg-icon`:"",children:/* @__PURE__ */i("path",{d:"M12.0001 1.99902C17.5238 1.99902 22.0016 6.47687 22.0016 12.0006C22.0016 17.5243 17.5238 22.0021 12.0001 22.0021C6.47638 22.0021 1.99854 17.5243 1.99854 12.0006C1.99854 6.47687 6.47638 1.99902 12.0001 1.99902ZM12.0001 3.49902C7.30481 3.49902 3.49854 7.3053 3.49854 12.0006C3.49854 16.6959 7.30481 20.5021 12.0001 20.5021C16.6954 20.5021 20.5016 16.6959 20.5016 12.0006C20.5016 7.3053 16.6954 3.49902 12.0001 3.49902ZM11.9964 10.4996C12.3761 10.4994 12.6901 10.7813 12.74 11.1473L12.7469 11.2491L12.7505 16.7507C12.7508 17.1649 12.4152 17.5009 12.001 17.5012C11.6213 17.5014 11.3073 17.2195 11.2574 16.8535L11.2505 16.7517L11.2469 11.2501C11.2467 10.8359 11.5822 10.4999 11.9964 10.4996ZM12.0005 7.00184C12.5521 7.00184 12.9992 7.44896 12.9992 8.0005C12.9992 8.55205 12.5521 8.99917 12.0005 8.99917C11.449 8.99917 11.0019 8.55205 11.0019 8.0005C11.0019 7.44896 11.449 7.00184 12.0005 7.00184Z"})});export{f as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconInfoFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconInfoFilled;
@@ -0,0 +1 @@
1
+ import{jsx as n}from"react/jsx-runtime";import r from"classnames";const v=({size:s,type:e,className:i="",onClick:a,refHandler:o,id:t,dataId:C})=>/* @__PURE__ */n("svg",{xmlns:"http://www.w3.org/2000/svg",className:r("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${e}`]:e,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:o,id:t,"data-id":C?`${C}-svg-icon`:"",children:/* @__PURE__ */n("path",{d:"M12.0001 1.99902C17.5238 1.99902 22.0016 6.47687 22.0016 12.0006C22.0016 17.5243 17.5238 22.0021 12.0001 22.0021C6.47638 22.0021 1.99854 17.5243 1.99854 12.0006C1.99854 6.47687 6.47638 1.99902 12.0001 1.99902ZM11.9963 10.2496C11.4834 10.2499 11.061 10.6363 11.0036 11.1336L10.9969 11.2503L11.0005 16.7519L11.0073 16.8685C11.0654 17.3658 11.4884 17.7515 12.0012 17.7512C12.514 17.7509 12.9364 17.3645 12.9939 16.8672L13.0005 16.7505L12.9969 11.249L12.9901 11.1323C12.932 10.635 12.5091 10.2493 11.9963 10.2496ZM12.0005 6.50006C11.3093 6.50006 10.749 7.06038 10.749 7.75158C10.749 8.44277 11.3093 9.0031 12.0005 9.0031C12.6917 9.0031 13.2521 8.44277 13.2521 7.75158C13.2521 7.06038 12.6917 6.50006 12.0005 6.50006Z"})});export{v as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconInstagram: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconInstagram;
@@ -0,0 +1,4 @@
1
+ import{jsx as C,jsxs as e}from"react/jsx-runtime";import d from"classnames";const p=({size:s,type:i,className:a="",onClick:o,refHandler:t,id:r,dataId:c})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:d("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${i}`]:i,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:o,ref:t,id:r,"data-id":c?`${c}-svg-icon`:"",children:/* @__PURE__ */e("g",{id:"Group",children:[
2
+ /* @__PURE__ */C("path",{id:"Vector",d:"M12 2.16094C15.2063 2.16094 15.5859 2.175 16.8469 2.23125C18.0188 2.28281 18.6516 2.47969 19.0734 2.64375C19.6313 2.85938 20.0344 3.12188 20.4516 3.53906C20.8734 3.96094 21.1313 4.35938 21.3469 4.91719C21.5109 5.33906 21.7078 5.97656 21.7594 7.14375C21.8156 8.40937 21.8297 8.78906 21.8297 11.9906C21.8297 15.1969 21.8156 15.5766 21.7594 16.8375C21.7078 18.0094 21.5109 18.6422 21.3469 19.0641C21.1313 19.6219 20.8687 20.025 20.4516 20.4422C20.0297 20.8641 19.6313 21.1219 19.0734 21.3375C18.6516 21.5016 18.0141 21.6984 16.8469 21.75C15.5813 21.8062 15.2016 21.8203 12 21.8203C8.79375 21.8203 8.41406 21.8062 7.15313 21.75C5.98125 21.6984 5.34844 21.5016 4.92656 21.3375C4.36875 21.1219 3.96563 20.8594 3.54844 20.4422C3.12656 20.0203 2.86875 19.6219 2.65313 19.0641C2.48906 18.6422 2.29219 18.0047 2.24063 16.8375C2.18438 15.5719 2.17031 15.1922 2.17031 11.9906C2.17031 8.78438 2.18438 8.40469 2.24063 7.14375C2.29219 5.97187 2.48906 5.33906 2.65313 4.91719C2.86875 4.35938 3.13125 3.95625 3.54844 3.53906C3.97031 3.11719 4.36875 2.85938 4.92656 2.64375C5.34844 2.47969 5.98594 2.28281 7.15313 2.23125C8.41406 2.175 8.79375 2.16094 12 2.16094ZM12 0C8.74219 0 8.33438 0.0140625 7.05469 0.0703125C5.77969 0.126563 4.90313 0.332812 4.14375 0.628125C3.35156 0.9375 2.68125 1.34531 2.01563 2.01562C1.34531 2.68125 0.9375 3.35156 0.628125 4.13906C0.332812 4.90313 0.126563 5.775 0.0703125 7.05C0.0140625 8.33437 0 8.74219 0 12C0 15.2578 0.0140625 15.6656 0.0703125 16.9453C0.126563 18.2203 0.332812 19.0969 0.628125 19.8563C0.9375 20.6484 1.34531 21.3188 2.01563 21.9844C2.68125 22.65 3.35156 23.0625 4.13906 23.3672C4.90313 23.6625 5.775 23.8687 7.05 23.925C8.32969 23.9812 8.7375 23.9953 11.9953 23.9953C15.2531 23.9953 15.6609 23.9812 16.9406 23.925C18.2156 23.8687 19.0922 23.6625 19.8516 23.3672C20.6391 23.0625 21.3094 22.65 21.975 21.9844C22.6406 21.3188 23.0531 20.6484 23.3578 19.8609C23.6531 19.0969 23.8594 18.225 23.9156 16.95C23.9719 15.6703 23.9859 15.2625 23.9859 12.0047C23.9859 8.74688 23.9719 8.33906 23.9156 7.05938C23.8594 5.78438 23.6531 4.90781 23.3578 4.14844C23.0625 3.35156 22.6547 2.68125 21.9844 2.01562C21.3188 1.35 20.6484 0.9375 19.8609 0.632812C19.0969 0.3375 18.225 0.13125 16.95 0.075C15.6656 0.0140625 15.2578 0 12 0Z"}),
3
+ /* @__PURE__ */C("path",{id:"Vector_2",d:"M12 5.83594C8.59688 5.83594 5.83594 8.59688 5.83594 12C5.83594 15.4031 8.59688 18.1641 12 18.1641C15.4031 18.1641 18.1641 15.4031 18.1641 12C18.1641 8.59688 15.4031 5.83594 12 5.83594ZM12 15.9984C9.79219 15.9984 8.00156 14.2078 8.00156 12C8.00156 9.79219 9.79219 8.00156 12 8.00156C14.2078 8.00156 15.9984 9.79219 15.9984 12C15.9984 14.2078 14.2078 15.9984 12 15.9984Z"}),
4
+ /* @__PURE__ */C("path",{id:"Vector_3",d:"M19.8469 5.59214C19.8469 6.38902 19.2 7.0312 18.4078 7.0312C17.6109 7.0312 16.9688 6.38433 16.9688 5.59214C16.9688 4.79526 17.6156 4.15308 18.4078 4.15308C19.2 4.15308 19.8469 4.79995 19.8469 5.59214Z"})]})});export{p as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconKeyReset: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconKeyReset;
@@ -0,0 +1 @@
1
+ import{jsx as C}from"react/jsx-runtime";import g from"classnames";const a=({size:e,type:i,className:s="",onClick:a,refHandler:n,id:o,dataId:r})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:g("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:o,"data-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */C("path",{id:"Shape",d:"M16.9993 8.24982C17.6896 8.24982 18.2493 7.69017 18.2493 6.99982C18.2493 6.30946 17.6896 5.74982 16.9993 5.74982C16.3089 5.74982 15.7493 6.30946 15.7493 6.99982C15.7493 7.69017 16.3089 8.24982 16.9993 8.24982ZM8.94922 8.5998C8.94922 4.98559 11.885 2.0498 15.4992 2.0498C19.0963 2.0498 22.0492 4.86866 22.0492 8.4998C22.0492 9.93919 21.5836 11.271 20.7949 12.3525C20.647 12.2318 20.4931 12.1179 20.3334 12.0112C20.0731 11.8372 19.8007 11.6847 19.519 11.5544C20.1652 10.7058 20.5492 9.64702 20.5492 8.4998C20.5492 5.73095 18.3021 3.5498 15.4992 3.5498C12.7134 3.5498 10.4492 5.81402 10.4492 8.5998C10.4492 8.8622 10.4834 9.13865 10.5371 9.44461C10.6349 10.0018 10.4695 10.5902 10.0511 11.0086L3.81534 17.2443C3.58091 17.4788 3.44922 17.7967 3.44922 18.1282V20.2998C3.44922 20.4379 3.56115 20.5498 3.69922 20.5498H6.19922C6.33729 20.5498 6.44922 20.4379 6.44922 20.2998V18.7998C6.44922 18.1094 7.00886 17.5498 7.69922 17.5498H9.44922V15.7998C9.44922 15.1495 9.94583 14.6152 10.5805 14.5554L11.6578 15.6326C11.5106 15.7503 11.3829 15.8912 11.2802 16.0498H10.9492V17.7998C10.9492 18.4902 10.3896 19.0498 9.69922 19.0498H7.94922V20.2998C7.94922 21.2663 7.16572 22.0498 6.19922 22.0498H3.69922C2.73272 22.0498 1.94922 21.2663 1.94922 20.2998V18.1282C1.94922 17.3989 2.23895 16.6994 2.75467 16.1837L8.99046 9.94791C9.04493 9.89344 9.07749 9.80529 9.05968 9.70382C8.99939 9.36017 8.94922 8.98701 8.94922 8.5998ZM13.7803 11.2803C14.0732 10.9874 14.0732 10.5126 13.7803 10.2197C13.4874 9.92678 13.0126 9.92678 12.7197 10.2197L10.7197 12.2197C10.4268 12.5126 10.4268 12.9874 10.7197 13.2803L12.7197 15.2803C13.0126 15.5732 13.4874 15.5732 13.7803 15.2803C14.0732 14.9874 14.0732 14.5126 13.7803 14.2197L13.0607 13.5H17C17.6922 13.5 18.3689 13.7053 18.9445 14.0899C19.5201 14.4744 19.9687 15.0211 20.2336 15.6606C20.4985 16.3001 20.5678 17.0039 20.4327 17.6828C20.2977 18.3617 19.9644 18.9854 19.4749 19.4749C18.9854 19.9644 18.3617 20.2977 17.6828 20.4327C17.0039 20.5678 16.3001 20.4985 15.6606 20.2336C15.0211 19.9687 14.4744 19.5201 14.0899 18.9445C13.7053 18.3689 13.5 17.6922 13.5 17C13.5 16.5858 13.1642 16.25 12.75 16.25C12.3358 16.25 12 16.5858 12 17C12 17.9889 12.2932 18.9556 12.8427 19.7779C13.3921 20.6001 14.173 21.241 15.0866 21.6194C16.0002 21.9978 17.0055 22.0969 17.9755 21.9039C18.9454 21.711 19.8363 21.2348 20.5355 20.5355C21.2348 19.8363 21.711 18.9454 21.9039 17.9755C22.0969 17.0055 21.9978 16.0002 21.6194 15.0866C21.241 14.173 20.6001 13.3921 19.7779 12.8427C18.9556 12.2932 17.9889 12 17 12H13.0607L13.7803 11.2803Z"})})});export{a as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconKeyResetFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconKeyResetFilled;
@@ -0,0 +1 @@
1
+ import{jsx as C}from"react/jsx-runtime";import r 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: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":d?`${d}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */C("path",{id:"Shape",d:"M15.4992 2.0498C11.885 2.0498 8.94922 4.98559 8.94922 8.5998C8.94922 8.98701 8.99939 9.36017 9.05969 9.70382C9.07749 9.80529 9.04493 9.89344 8.99046 9.94791L2.75467 16.1837C2.23895 16.6994 1.94922 17.3989 1.94922 18.1282V20.2998C1.94922 21.2663 2.73272 22.0498 3.69922 22.0498H6.19922C7.16572 22.0498 7.94922 21.2663 7.94922 20.2998V19.0498H9.69922C10.3896 19.0498 10.9492 18.4902 10.9492 17.7998V16.0498H11.2802C11.3829 15.8912 11.5106 15.7503 11.6578 15.6326L10.0126 13.9874C9.32915 13.304 9.32915 12.196 10.0126 11.5126L12.0126 9.51256C12.696 8.82915 13.804 8.82915 14.4874 9.51256C14.8929 9.91803 15.0578 10.473 14.9822 11H17C18.1867 11 19.3467 11.3519 20.3334 12.0112C20.4931 12.1179 20.647 12.2318 20.7949 12.3525C21.5836 11.271 22.0492 9.93919 22.0492 8.4998C22.0492 4.86866 19.0963 2.0498 15.4992 2.0498ZM16.9993 5.74982C17.6896 5.74982 18.2493 6.30946 18.2493 6.99982C18.2493 7.69017 17.6896 8.24982 16.9993 8.24982C16.3089 8.24982 15.7493 7.69017 15.7493 6.99982C15.7493 6.30946 16.3089 5.74982 16.9993 5.74982ZM13.7803 11.2803C14.0732 10.9874 14.0732 10.5126 13.7803 10.2197C13.4874 9.92678 13.0126 9.92678 12.7197 10.2197L10.7197 12.2197C10.4268 12.5126 10.4268 12.9874 10.7197 13.2803L12.7197 15.2803C13.0126 15.5732 13.4874 15.5732 13.7803 15.2803C14.0732 14.9874 14.0732 14.5126 13.7803 14.2197L13.0607 13.5H17C17.6922 13.5 18.3689 13.7053 18.9445 14.0899C19.5201 14.4744 19.9687 15.0211 20.2336 15.6606C20.4985 16.3001 20.5678 17.0039 20.4327 17.6828C20.2977 18.3617 19.9644 18.9854 19.4749 19.4749C18.9854 19.9644 18.3617 20.2977 17.6828 20.4327C17.0039 20.5678 16.3001 20.4985 15.6606 20.2336C15.0211 19.9687 14.4744 19.5201 14.0899 18.9445C13.7053 18.3689 13.5 17.6922 13.5 17C13.5 16.5858 13.1642 16.25 12.75 16.25C12.3358 16.25 12 16.5858 12 17C12 17.9889 12.2932 18.9556 12.8427 19.7779C13.3921 20.6001 14.173 21.241 15.0866 21.6194C16.0002 21.9978 17.0055 22.0969 17.9755 21.9039C18.9454 21.711 19.8363 21.2348 20.5355 20.5355C21.2348 19.8363 21.711 18.9454 21.9039 17.9755C22.0969 17.0055 21.9978 16.0002 21.6194 15.0866C21.241 14.173 20.6001 13.3921 19.7779 12.8427C18.9556 12.2932 17.9889 12 17 12H13.0607L13.7803 11.2803Z"})})});export{g as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconLibrary: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconLibrary;
@@ -0,0 +1 @@
1
+ import{jsx as H}from"react/jsx-runtime";import c from"classnames";const e=({size:L,type:C,className:s="",onClick:e,refHandler:i,id:a,dataId:o})=>/* @__PURE__ */H("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${L}`]:L,[`svg-icon__type-${C}`]:C,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:e,ref:i,id:a,"data-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */H("path",{d:"M4 3H5C6.05382 3 6.91812 3.8164 6.99451 4.85081L7 5V19C7 20.0538 6.1836 20.9181 5.14919 20.9945L5 21H4C2.94618 21 2.08188 20.1836 2.00549 19.1492L2 19V5C2 3.94618 2.8164 3.08188 3.85081 3.00549L4 3H5H4ZM10 3H11C12.0538 3 12.9181 3.8164 12.9945 4.85081L13 5V19C13 20.0538 12.1836 20.9181 11.1492 20.9945L11 21H10C8.94618 21 8.08188 20.1836 8.00549 19.1492L8 19V5C8 3.94618 8.8164 3.08188 9.85081 3.00549L10 3H11H10ZM16.9743 5.0005C17.8138 5.0005 18.5825 5.5311 18.8643 6.34636L18.9113 6.5025L21.9263 18.2485C22.1888 19.2689 21.613 20.3094 20.6295 20.6402L20.4863 20.6825L19.5173 20.9315C19.3513 20.9735 19.1833 20.9945 19.0193 20.9945C18.1807 20.9945 17.4112 20.463 17.1302 19.6476L17.0833 19.4915L14.0673 7.7465C13.8058 6.72514 14.3807 5.68555 15.3649 5.35484L15.5083 5.3125L16.4763 5.0635C16.6423 5.0205 16.8103 5.0005 16.9743 5.0005ZM5 4.5H4C3.75467 4.5 3.55042 4.67778 3.50806 4.91043L3.5 5V19C3.5 19.2444 3.67699 19.4494 3.91016 19.4919L4 19.5H5C5.24533 19.5 5.44958 19.3222 5.49194 19.0896L5.5 19V5C5.5 4.75556 5.32301 4.55062 5.08984 4.50809L5 4.5ZM11 4.5H10C9.75467 4.5 9.55042 4.67778 9.50806 4.91043L9.5 5V19C9.5 19.2444 9.67699 19.4494 9.91016 19.4919L10 19.5H11C11.2453 19.5 11.4496 19.3222 11.4919 19.0896L11.5 19V5C11.5 4.75556 11.323 4.55062 11.0898 4.50809L11 4.5ZM16.9753 6.5005L16.9119 6.50437L16.8493 6.5165L15.8813 6.7645C15.7063 6.8095 15.6143 6.9275 15.5743 6.9955C15.5431 7.0483 15.4985 7.14718 15.5049 7.27422L15.5203 7.3745L18.5363 19.1185C18.6023 19.3765 18.8333 19.4945 19.0193 19.4945L19.0818 19.4906L19.1443 19.4785L20.1133 19.2295C20.3515 19.1691 20.5052 18.9458 20.4879 18.7102L20.4733 18.6215L17.4583 6.8755C17.3913 6.6185 17.1613 6.5005 16.9753 6.5005Z"})});export{e as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconLibraryFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconLibraryFilled;
@@ -0,0 +1 @@
1
+ import{jsx as n}from"react/jsx-runtime";import l from"classnames";const v=({size:s,type:e,className:i="",onClick:a,refHandler:o,id:t,dataId:C})=>/* @__PURE__ */n("svg",{xmlns:"http://www.w3.org/2000/svg",className:l("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${e}`]:e,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:o,id:t,"data-id":C?`${C}-svg-icon`:"",children:/* @__PURE__ */n("path",{d:"M5.5 3C6.328 3 7 3.672 7 4.5V19.5C7 20.328 6.328 21 5.5 21H3.5C2.672 21 2 20.328 2 19.5V4.5C2 3.672 2.672 3 3.5 3H5.5ZM11.5 3C12.328 3 13 3.672 13 4.5V19.5C13 20.328 12.328 21 11.5 21H9.5C8.672 21 8 20.328 8 19.5V4.5C8 3.672 8.672 3 9.5 3H11.5ZM18.781 6.1238L21.995 18.6428C22.201 19.4448 21.718 20.2628 20.915 20.4688L19.039 20.9498C18.236 21.1558 17.419 20.6728 17.213 19.8698L13.999 7.3528C13.793 6.5498 14.276 5.7328 15.079 5.5268L16.955 5.0438C17.758 4.8388 18.575 5.3228 18.781 6.1238Z"})});export{v as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconLink: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconLink;
@@ -0,0 +1 @@
1
+ import{jsx as C}from"react/jsx-runtime";import r from"classnames";const l=({size:e,type:i,className:s="",onClick:a,refHandler:l,id:n,dataId:o})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className: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:l,id:n,"data-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */C("path",{id:"Shape",d:"M9.25 7C9.66421 7 10 7.33579 10 7.75C10 8.12656 9.72249 8.4383 9.36083 8.49187L9.25 8.5H7C5.067 8.5 3.5 10.067 3.5 12C3.5 13.864 4.95707 15.3876 6.79435 15.4941L7 15.5H9.25C9.66421 15.5 10 15.8358 10 16.25C10 16.6266 9.72249 16.9383 9.36083 16.9919L9.25 17H7C4.23858 17 2 14.7614 2 12C2 9.32226 4.10496 7.13615 6.75045 7.00612L7 7H9.25ZM17 7C19.7614 7 22 9.23858 22 12C22 14.6777 19.895 16.8638 17.2495 16.9939L17 17H14.75C14.3358 17 14 16.6642 14 16.25C14 15.8734 14.2775 15.5617 14.6392 15.5081L14.75 15.5H17C18.933 15.5 20.5 13.933 20.5 12C20.5 10.136 19.0429 8.6124 17.2057 8.50594L17 8.5H14.75C14.3358 8.5 14 8.16421 14 7.75C14 7.37344 14.2775 7.0617 14.6392 7.00813L14.75 7H17ZM7 11.25H17C17.4142 11.25 17.75 11.5858 17.75 12C17.75 12.3797 17.4678 12.6935 17.1018 12.7432L17 12.75H7C6.58579 12.75 6.25 12.4142 6.25 12C6.25 11.6203 6.53215 11.3065 6.89823 11.2568L7 11.25H17H7Z"})})});export{l as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconLinkFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconLinkFilled;
@@ -0,0 +1 @@
1
+ import{jsx as C}from"react/jsx-runtime";import L 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: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: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:"M9 7C9.55228 7 10 7.44772 10 8C10 8.51284 9.61396 8.93551 9.11662 8.99327L9 9H7C5.34315 9 4 10.3431 4 12C4 13.5977 5.24892 14.9037 6.82373 14.9949L7 15H9C9.55228 15 10 15.4477 10 16C10 16.5128 9.61396 16.9355 9.11662 16.9933L9 17H7C4.23858 17 2 14.7614 2 12C2 9.31125 4.12231 7.11818 6.78311 7.00462L7 7H9ZM17 7C19.7614 7 22 9.23858 22 12C22 14.6888 19.8777 16.8818 17.2169 16.9954L17 17H15C14.4477 17 14 16.5523 14 16C14 15.4872 14.386 15.0645 14.8834 15.0067L15 15H17C18.6569 15 20 13.6569 20 12C20 10.4023 18.7511 9.09634 17.1763 9.00509L17 9H15C14.4477 9 14 8.55228 14 8C14 7.48716 14.386 7.06449 14.8834 7.00673L15 7H17ZM7 11H17C17.5523 11 18 11.4477 18 12C18 12.5128 17.614 12.9355 17.1166 12.9933L17 13H7C6.44772 13 6 12.5523 6 12C6 11.4872 6.38604 11.0645 6.88338 11.0067L7 11H17H7Z"})})});export{d as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconLinkedin: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconLinkedin;
@@ -0,0 +1 @@
1
+ import{jsx as o}from"react/jsx-runtime";import V from"classnames";const H=({size:s,type:i,className:e="",onClick:a,refHandler:n,id:r,dataId:t})=>/* @__PURE__ */o("svg",{xmlns:"http://www.w3.org/2000/svg",className:V("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${i}`]:i,[e]:e}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:r,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */o("g",{id:"Group",children:/* @__PURE__ */o("path",{id:"Vector",d:"M22.2234 0H1.77187C0.792187 0 0 0.773438 0 1.72969V22.2656C0 23.2219 0.792187 24 1.77187 24H22.2234C23.2031 24 24 23.2219 24 22.2703V1.72969C24 0.773438 23.2031 0 22.2234 0ZM7.12031 20.4516H3.55781V8.99531H7.12031V20.4516ZM5.33906 7.43438C4.19531 7.43438 3.27188 6.51094 3.27188 5.37187C3.27188 4.23281 4.19531 3.30937 5.33906 3.30937C6.47813 3.30937 7.40156 4.23281 7.40156 5.37187C7.40156 6.50625 6.47813 7.43438 5.33906 7.43438ZM20.4516 20.4516H16.8937V14.8828C16.8937 13.5562 16.8703 11.8453 15.0422 11.8453C13.1906 11.8453 12.9094 13.2937 12.9094 14.7891V20.4516H9.35625V8.99531H12.7687V10.5609H12.8156C13.2891 9.66094 14.4516 8.70938 16.1813 8.70938C19.7859 8.70938 20.4516 11.0813 20.4516 14.1656V20.4516Z"})})});export{H as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconList: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconList;
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import r from"classnames";const v=({size:s,type:e,className:a="",onClick:o,refHandler:n,id:t,dataId:C})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:r("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${e}`]:e,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:o,ref:n,id:t,"data-id":C?`${C}-svg-icon`:"",children:/* @__PURE__ */i("path",{d:"M2.75 18H15.25C15.6642 18 16 18.3358 16 18.75C16 19.1297 15.7178 19.4435 15.3518 19.4931L15.25 19.5H2.75C2.33579 19.5 2 19.1642 2 18.75C2 18.3703 2.28215 18.0565 2.64823 18.0068L2.75 18H15.25H2.75ZM2.75 11.5H21.25C21.6642 11.5 22 11.8358 22 12.25C22 12.6297 21.7178 12.9435 21.3518 12.9931L21.25 13H2.75C2.33579 13 2 12.6642 2 12.25C2 11.8703 2.28215 11.5565 2.64823 11.5068L2.75 11.5H21.25H2.75ZM2.75 5.00323H18.25C18.6642 5.00323 19 5.33902 19 5.75323C19 6.13293 18.7178 6.44673 18.3518 6.49639L18.25 6.50323H2.75C2.33579 6.50323 2 6.16745 2 5.75323C2 5.37354 2.28215 5.05974 2.64823 5.01008L2.75 5.00323H18.25H2.75Z"})});export{v as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconListFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconListFilled;
@@ -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:"M3 17H15C15.5523 17 16 17.4477 16 18C16 18.5128 15.614 18.9355 15.1166 18.9933L15 19H3C2.44772 19 2 18.5523 2 18C2 17.4872 2.38604 17.0645 2.88338 17.0067L3 17H15H3ZM3 11H21C21.5523 11 22 11.4477 22 12C22 12.5128 21.614 12.9355 21.1166 12.9933L21 13H3C2.44772 13 2 12.5523 2 12C2 11.4872 2.38604 11.0645 2.88338 11.0067L3 11H21H3ZM3 5H18C18.5523 5 19 5.44772 19 6C19 6.51284 18.614 6.93551 18.1166 6.99327L18 7H3C2.44772 7 2 6.55228 2 6C2 5.48716 2.38604 5.06449 2.88338 5.00673L3 5H18H3Z"})})});export{d as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconLocation: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconLocation;
@@ -0,0 +1 @@
1
+ import{jsx as C}from"react/jsx-runtime";import g from"classnames";const l=({size:e,type:i,className:s="",onClick:a,refHandler:l,id:n,dataId:o})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:g("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:l,id:n,"data-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */C("path",{id:"Shape",d:"M5.84303 4.56831C9.24344 1.1679 14.7566 1.1679 18.157 4.56831C21.5574 7.96872 21.5574 13.4819 18.157 16.8823L16.97 18.0562C16.0952 18.9149 14.96 20.0188 13.5642 21.3684C12.6919 22.2117 11.3081 22.2116 10.436 21.3681L6.9449 17.9723C6.50614 17.5414 6.13887 17.1781 5.84303 16.8823C2.44262 13.4819 2.44262 7.96872 5.84303 4.56831ZM17.0963 5.62897C14.2817 2.81435 9.71832 2.81435 6.90369 5.62897C4.08907 8.4436 4.08907 13.007 6.90369 15.8216L8.39077 17.2891C9.20967 18.0905 10.2391 19.0909 11.4788 20.2899C11.7695 20.5711 12.2308 20.5711 12.5215 20.29L15.9164 16.9885C16.3854 16.5282 16.7787 16.1393 17.0963 15.8216C19.911 13.007 19.911 8.4436 17.0963 5.62897ZM12 7.99897C13.6577 7.99897 15.0016 9.34281 15.0016 11.0005C15.0016 12.6582 13.6577 14.0021 12 14.0021C10.3423 14.0021 8.99847 12.6582 8.99847 11.0005C8.99847 9.34281 10.3423 7.99897 12 7.99897ZM12 9.49897C11.1707 9.49897 10.4985 10.1712 10.4985 11.0005C10.4985 11.8298 11.1707 12.5021 12 12.5021C12.8293 12.5021 13.5016 11.8298 13.5016 11.0005C13.5016 10.1712 12.8293 9.49897 12 9.49897Z"})})});export{l as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconLocationFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconLocationFilled;
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import r from"classnames";const g=({size:e,type:s,className:a="",onClick:n,refHandler:o,id:d,dataId:l})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:r("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:o,id:d,"data-id":l?`${l}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M18.157 16.8823L16.97 18.0562C16.0952 18.9149 14.96 20.0188 13.5642 21.3684C12.6919 22.2117 11.3081 22.2116 10.436 21.3681L6.9449 17.9723C6.50614 17.5414 6.13887 17.1781 5.84303 16.8823C2.44262 13.4819 2.44262 7.96872 5.84303 4.56831C9.24344 1.1679 14.7566 1.1679 18.157 4.56831C21.5574 7.96872 21.5574 13.4819 18.157 16.8823ZM14.5002 11C14.5002 9.61918 13.3808 8.4998 12 8.4998C10.6192 8.4998 9.49982 9.61918 9.49982 11C9.49982 12.3808 10.6192 13.5002 12 13.5002C13.3808 13.5002 14.5002 12.3808 14.5002 11Z"})})});export{g as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconLockClosed: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconLockClosed;
@@ -0,0 +1 @@
1
+ import{jsx as C}from"react/jsx-runtime";import r from"classnames";const a=({size:e,type:s,className:a="",onClick:i,refHandler:o,id:t,dataId:n})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:r("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:i,ref:o,id:t,"data-id":n?`${n}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"State=Closed, Size=24, Theme=Regular",children:/* @__PURE__ */C("path",{id:"Shape",d:"M12 2C14.2091 2 16 3.79086 16 6V8H17.75C18.9926 8 20 9.00736 20 10.25V19.75C20 20.9926 18.9926 22 17.75 22H6.25C5.00736 22 4 20.9926 4 19.75V10.25C4 9.00736 5.00736 8 6.25 8H8V6C8 3.79086 9.79086 2 12 2ZM17.75 9.5H6.25C5.83579 9.5 5.5 9.83579 5.5 10.25V19.75C5.5 20.1642 5.83579 20.5 6.25 20.5H17.75C18.1642 20.5 18.5 20.1642 18.5 19.75V10.25C18.5 9.83579 18.1642 9.5 17.75 9.5ZM12.0001 13.5C12.8286 13.5 13.5001 14.1716 13.5001 15C13.5001 15.8284 12.8286 16.5 12.0001 16.5C11.1717 16.5 10.5001 15.8284 10.5001 15C10.5001 14.1716 11.1717 13.5 12.0001 13.5ZM12 3.5C10.6193 3.5 9.5 4.61929 9.5 6V8H14.5V6C14.5 4.61929 13.3807 3.5 12 3.5Z"})})});export{a as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconLockClosedFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconLockClosedFilled;
@@ -0,0 +1 @@
1
+ import{jsx as e}from"react/jsx-runtime";import d from"classnames";const g=({size:i,type:s,className:a="",onClick:o,refHandler:t,id:l,dataId:n})=>/* @__PURE__ */e("svg",{xmlns:"http://www.w3.org/2000/svg",className:d("svg-icon",{[`svg-icon__size-${i}`]:i,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:o,ref:t,id:l,"data-id":n?`${n}-svg-icon`:"",children:/* @__PURE__ */e("g",{id:"State=Closed, Size=24, Theme=Filled",children:/* @__PURE__ */e("path",{id:"Shape",d:"M12 2C14.2091 2 16 3.79086 16 6V8H18.5C19.3284 8 20 8.67157 20 9.5V20.5C20 21.3284 19.3284 22 18.5 22H5.5C4.67157 22 4 21.3284 4 20.5V9.5C4 8.67157 4.67157 8 5.5 8H8V6C8 3.79086 9.79086 2 12 2ZM12.0001 13.5C11.1717 13.5 10.5001 14.1716 10.5001 15C10.5001 15.8284 11.1717 16.5 12.0001 16.5C12.8286 16.5 13.5001 15.8284 13.5001 15C13.5001 14.1716 12.8286 13.5 12.0001 13.5ZM12 4C10.8954 4 10 4.89543 10 6V8H14V6C14 4.89543 13.1046 4 12 4Z"})})});export{g as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconLockOpen: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconLockOpen;
@@ -0,0 +1 @@
1
+ import{jsx as C}from"react/jsx-runtime";import r from"classnames";const a=({size:e,type:a,className:i="",onClick:s,refHandler:n,id:t,dataId:o})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:r("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${a}`]:a,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:s,ref:n,id:t,"data-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"State=Open, Size=24, Theme=Regular",children:/* @__PURE__ */C("path",{id:"Shape",d:"M12 2.00391C13.8753 2.00391 15.3342 3.2102 15.9276 5.00689C16.0575 5.4002 15.844 5.82436 15.4507 5.95427C15.0574 6.08419 14.6332 5.87066 14.5033 5.47734C14.1018 4.26162 13.1854 3.50391 12 3.50391C10.5927 3.50391 9.57976 4.46178 9.50392 6.05538L9.49935 6.24964L9.499 7.99891L17.75 7.99964C18.9409 7.99964 19.9156 8.9248 19.9948 10.0956L20 10.2496V19.7459C20 20.9368 19.0748 21.9116 17.904 21.9907L17.75 21.9959H6.25C5.05914 21.9959 4.08436 21.0708 4.00519 19.9L4 19.7459V10.2496C4 9.05878 4.92516 8.08399 6.09595 8.00483L6.25 7.99964L7.999 7.99891L7.99935 6.24964C7.99935 3.71117 9.70837 2.00391 12 2.00391ZM17.75 9.49964H6.25C5.8703 9.49964 5.55651 9.78179 5.50685 10.1479L5.5 10.2496V19.7459C5.5 20.1256 5.78215 20.4394 6.14823 20.4891L6.25 20.4959H17.75C18.1297 20.4959 18.4435 20.2138 18.4932 19.8477L18.5 19.7459V10.2496C18.5 9.86994 18.2178 9.55615 17.8518 9.50649L17.75 9.49964ZM12 13.4992C12.8277 13.4992 13.4986 14.1701 13.4986 14.9978C13.4986 15.8254 12.8277 16.4964 12 16.4964C11.1723 16.4964 10.5014 15.8254 10.5014 14.9978C10.5014 14.1701 11.1723 13.4992 12 13.4992Z"})})});export{a as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconLockOpenFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconLockOpenFilled;
@@ -0,0 +1 @@
1
+ import{jsx as e}from"react/jsx-runtime";import c from"classnames";const d=({size:i,type:s,className:a="",onClick:d,refHandler:n,id:t,dataId:C})=>/* @__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:d,ref:n,id:t,"data-id":C?`${C}-svg-icon`:"",children:/* @__PURE__ */e("g",{id:"State=Open, Size=24, Theme=Filled",children:/* @__PURE__ */e("path",{id:"Shape",d:"M12 2.00104C13.7084 2.00104 15.2111 3.0822 15.7713 4.66746C15.9553 5.18819 15.6823 5.75949 15.1616 5.94348C14.678 6.11434 14.1509 5.89117 13.9307 5.44149L13.8855 5.33377C13.6057 4.54174 12.8541 4.00104 12 4.00104C10.9462 4.00104 10.0828 4.81649 10.0065 5.85082L10.001 6L10.001 7.99904L17.75 8C18.9409 8 19.9156 8.92516 19.9948 10.096L20 10.25V19.7463C20 20.9371 19.0748 21.9119 17.904 21.9911L17.75 21.9963H6.25C5.05914 21.9963 4.08436 21.0711 4.00519 19.9003L4 19.7463V10.25C4 9.05914 4.92516 8.08436 6.09595 8.00519L6.25 8L8.001 7.99904L8.00104 6C8.00104 3.79143 9.79143 2.00104 12 2.00104ZM12 13.4995C11.1723 13.4995 10.5014 14.1705 10.5014 14.9981C10.5014 15.8258 11.1723 16.4968 12 16.4968C12.8277 16.4968 13.4986 15.8258 13.4986 14.9981C13.4986 14.1705 12.8277 13.4995 12 13.4995Z"})})});export{d as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconMail: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconMail;
@@ -0,0 +1 @@
1
+ import{jsx as i}from"react/jsx-runtime";import g from"classnames";const a=({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:"Size=24, Theme=Regular",children:/* @__PURE__ */i("path",{id:"Shape",d:"M5.25 4H18.75C20.483 4 21.8992 5.35645 21.9949 7.06558L22 7.25V16.75C22 18.483 20.6435 19.8992 18.9344 19.9949L18.75 20H5.25C3.51697 20 2.10075 18.6435 2.00514 16.9344L2 16.75V7.25C2 5.51697 3.35645 4.10075 5.06558 4.00514L5.25 4H18.75H5.25ZM20.5 9.373L12.3493 13.6637C12.1619 13.7623 11.9431 13.7764 11.7468 13.706L11.6507 13.6637L3.5 9.374V16.75C3.5 17.6682 4.20711 18.4212 5.10647 18.4942L5.25 18.5H18.75C19.6682 18.5 20.4212 17.7929 20.4942 16.8935L20.5 16.75V9.373ZM18.75 5.5H5.25C4.33183 5.5 3.57881 6.20711 3.5058 7.10647L3.5 7.25V7.679L12 12.1525L20.5 7.678V7.25C20.5 6.33183 19.7929 5.57881 18.8935 5.5058L18.75 5.5Z"})})});export{a as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconMailAdd: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconMailAdd;
@@ -0,0 +1 @@
1
+ import{jsx as C}from"react/jsx-runtime";import c from"classnames";const a=({size:e,type:i,className:s="",onClick:a,refHandler:n,id:o,dataId:L})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:o,"data-id":L?`${L}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */C("path",{id:"Shape",d:"M23 6.5C23 3.46243 20.5376 1 17.5 1C14.4624 1 12 3.46243 12 6.5C12 9.53757 14.4624 12 17.5 12C20.5376 12 23 9.53757 23 6.5ZM18.0006 7.00001L18.0011 9.50352C18.0011 9.77966 17.7773 10.0035 17.5011 10.0035C17.225 10.0035 17.0011 9.77966 17.0011 9.50352L17.0006 7.00001H14.4956C14.2197 7.00001 13.9961 6.77615 13.9961 6.50001C13.9961 6.22387 14.2197 6.00001 14.4956 6.00001H17.0005L17 3.49927C17 3.22313 17.2239 2.99927 17.5 2.99927C17.7761 2.99927 18 3.22313 18 3.49927L18.0005 6.00001H20.4966C20.7725 6.00001 20.9961 6.22387 20.9961 6.50001C20.9961 6.77615 20.7725 7.00001 20.4966 7.00001H18.0006ZM20.5 16.75V12.2678C21.051 11.9806 21.5557 11.6168 22 11.1904V16.75C22 18.483 20.6435 19.8992 18.9344 19.9949L18.75 20H5.25C3.51697 20 2.10075 18.6435 2.00514 16.9344L2 16.75V7.25C2 5.51697 3.35645 4.10075 5.06558 4.00514L5.25 4H11.4982C11.3004 4.47417 11.1572 4.97679 11.0764 5.5H5.25C4.33183 5.5 3.57881 6.20711 3.5058 7.10647L3.5 7.25V7.679L12 12.1525L13.3052 11.4654C13.7437 11.8363 14.232 12.1501 14.7587 12.3954L12.3493 13.6637C12.1619 13.7623 11.9431 13.7764 11.7468 13.706L11.6507 13.6637L3.5 9.374V16.75C3.5 17.6682 4.20711 18.4212 5.10647 18.4942L5.25 18.5H18.75C19.6682 18.5 20.4212 17.7929 20.4942 16.8935L20.5 16.75Z"})})});export{a as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconMailAddFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconMailAddFilled;
@@ -0,0 +1 @@
1
+ import{jsx as C}from"react/jsx-runtime";import d from"classnames";const g=({size:e,type:i,className:s="",onClick:a,refHandler:n,id:o,dataId:l})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:d("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:o,"data-id":l?`${l}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */C("path",{id:"Shape",d:"M23 6.5C23 3.46243 20.5376 1 17.5 1C14.4624 1 12 3.46243 12 6.5C12 9.53757 14.4624 12 17.5 12C20.5376 12 23 9.53757 23 6.5ZM18.0006 7.00001L18.0011 9.50352C18.0011 9.77966 17.7773 10.0035 17.5011 10.0035C17.225 10.0035 17.0011 9.77966 17.0011 9.50352L17.0006 7.00001H14.4956C14.2197 7.00001 13.9961 6.77615 13.9961 6.50001C13.9961 6.22387 14.2197 6.00001 14.4956 6.00001H17.0005L17 3.49927C17 3.22313 17.2239 2.99927 17.5 2.99927C17.7761 2.99927 18 3.22313 18 3.49927L18.0005 6.00001H20.4966C20.7725 6.00001 20.9961 6.22387 20.9961 6.50001C20.9961 6.77615 20.7725 7.00001 20.4966 7.00001H18.0006ZM17.5 13C19.2465 13 20.8321 12.3112 22 11.1904V16.75C22 18.483 20.6435 19.8992 18.9344 19.9949L18.75 20H5.25C3.51697 20 2.10075 18.6435 2.00514 16.9344L2 16.75V8.608L11.652 13.6644C11.87 13.7785 12.13 13.7785 12.348 13.6644L14.7649 12.3983C15.5963 12.7844 16.523 13 17.5 13ZM5.25 4H11.4982C11.1772 4.76959 11 5.6141 11 6.5C11 8.49255 11.8966 10.2757 13.3083 11.468L12 12.1533L2.01619 6.92355C2.17386 5.34271 3.46432 4.09545 5.06409 4.00523L5.25 4Z"})})});export{g as default};