hrm_ui_lib 3.4.2 → 4.0.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 (846) hide show
  1. package/components/Alert/Alert.js +2 -2
  2. package/components/Alert/types.d.ts +1 -0
  3. package/components/Avatar/Avatar.d.ts +1 -1
  4. package/components/Avatar/Avatar.js +2 -2
  5. package/components/Avatar/AvatarGroup.d.ts +1 -1
  6. package/components/Avatar/AvatarGroup.js +2 -2
  7. package/components/Avatar/types.d.ts +1 -0
  8. package/components/Badge/Badge.js +2 -2
  9. package/components/Badge/types.d.ts +1 -0
  10. package/components/BadgeV2/BadgeV2.js +3 -3
  11. package/components/BadgeV2/types.d.ts +1 -1
  12. package/components/Breadcrumb/Breadcrumb.js +3 -3
  13. package/components/Breadcrumb/types.d.ts +1 -0
  14. package/components/Button/Button.js +2 -2
  15. package/components/Button/types.d.ts +1 -1
  16. package/components/ButtonGroup/ButtonGroup.d.ts +1 -1
  17. package/components/ButtonGroup/ButtonGroup.js +3 -3
  18. package/components/ButtonGroup/ButtonGroupItem.d.ts +1 -1
  19. package/components/ButtonGroup/ButtonGroupItem.js +2 -2
  20. package/components/ButtonGroup/types.d.ts +1 -1
  21. package/components/Card/CardComponent/Card.js +2 -2
  22. package/components/Card/types.d.ts +1 -0
  23. package/components/CardGroup/CardGroupComponent/CardGroup.js +2 -2
  24. package/components/CardGroup/types.d.ts +1 -0
  25. package/components/Checkbox/Checkbox.js +5 -5
  26. package/components/Checkbox/types.d.ts +1 -0
  27. package/components/Chips/Chips.js +2 -2
  28. package/components/Chips/types.d.ts +1 -1
  29. package/components/Collapse/Collapse/Collapse.js +2 -2
  30. package/components/Collapse/Collapse/Title.d.ts +2 -2
  31. package/components/Collapse/Collapse/Title.js +2 -2
  32. package/components/Collapse/CollapseGroup/CollapseGroup.js +2 -2
  33. package/components/Collapse/CollapseItem/CollapseItem.js +3 -3
  34. package/components/Collapse/types.d.ts +1 -0
  35. package/components/Container/Container.js +2 -2
  36. package/components/Container/types.d.ts +1 -0
  37. package/components/Copy/Copy.d.ts +1 -1
  38. package/components/Copy/Copy.js +2 -2
  39. package/components/Copy/types.d.ts +1 -0
  40. package/components/Counter/Counter.js +2 -2
  41. package/components/Counter/types.d.ts +1 -0
  42. package/components/DarkModeSwitcher/DarkModeSwitcher.d.ts +1 -0
  43. package/components/DarkModeSwitcher/DarkModeSwitcher.js +2 -2
  44. package/components/DarkModeSwitcher/types.d.ts +1 -0
  45. package/components/DatePicker/CustomHeader/CustomHeader.js +1 -1
  46. package/components/DatePicker/RangeDatePicker/RangeDatePickerDesktop.js +2 -2
  47. package/components/DatePicker/RangeDatePicker/RangeDatePickerMobile.js +3 -3
  48. package/components/DatePicker/SimpleDatePicker/SimpleDatePickerDesktop.js +2 -2
  49. package/components/DatePicker/SimpleDatePicker/SimpleDatePickerMobile.js +2 -2
  50. package/components/DatePicker/TimePicker/TimePickerDesktop.js +2 -2
  51. package/components/DatePicker/TimePicker/TimePickerMobile.js +2 -2
  52. package/components/DatePicker/types.d.ts +2 -1
  53. package/components/Divider/Divider.js +2 -2
  54. package/components/Divider/types.d.ts +1 -0
  55. package/components/Empty/Empty.js +2 -2
  56. package/components/Empty/types.d.ts +1 -0
  57. package/components/FileUpload/DropzoneFileUpload/DropzoneFileUpload.js +5 -5
  58. package/components/FileUpload/DropzoneFileUpload/ErrorItem.d.ts +2 -2
  59. package/components/FileUpload/DropzoneFileUpload/ErrorItem.js +2 -2
  60. package/components/FileUpload/DropzoneFileUpload/PreviewItem.d.ts +2 -2
  61. package/components/FileUpload/DropzoneFileUpload/PreviewItem.js +2 -2
  62. package/components/FileUpload/FileUpload.js +2 -2
  63. package/components/FileUpload/UploadItems.js +3 -3
  64. package/components/FileUpload/types.d.ts +1 -1
  65. package/components/FormContainer/FormContainer.js +4 -4
  66. package/components/FormContainer/types.d.ts +1 -0
  67. package/components/FormField/FormField.js +3 -3
  68. package/components/FormField/types.d.ts +1 -0
  69. package/components/Heading/Heading.js +2 -2
  70. package/components/Heading/types.d.ts +1 -0
  71. package/components/Image/Image.js +3 -3
  72. package/components/Image/types.d.ts +1 -0
  73. package/components/Input/Input.js +5 -5
  74. package/components/Input/types.d.ts +1 -1
  75. package/components/LineChart/LineChart.d.ts +1 -1
  76. package/components/LineChart/LineChart.js +4 -4
  77. package/components/LineChart/types.d.ts +1 -0
  78. package/components/Link/Link.js +3 -3
  79. package/components/Link/types.d.ts +1 -0
  80. package/components/Menu/Menu.js +2 -2
  81. package/components/Menu/NestedMenu.js +2 -2
  82. package/components/Menu/types.d.ts +1 -0
  83. package/components/Modal/ModalConfirmation.d.ts +1 -1
  84. package/components/Modal/ModalConfirmation.js +2 -2
  85. package/components/Modal/ModalContent.d.ts +2 -2
  86. package/components/Modal/ModalContent.js +2 -2
  87. package/components/Modal/types.d.ts +2 -2
  88. package/components/More/More.js +2 -2
  89. package/components/More/types.d.ts +1 -0
  90. package/components/Pagination/Pagination.js +4 -4
  91. package/components/Pagination/types.d.ts +1 -0
  92. package/components/Popover/PopoverDesktop.js +2 -2
  93. package/components/Popover/PopoverMobile.js +2 -2
  94. package/components/Popover/types.d.ts +1 -0
  95. package/components/Progress/Progress.js +3 -3
  96. package/components/Progress/types.d.ts +1 -0
  97. package/components/ProgressStep/ProgressStep.js +3 -3
  98. package/components/ProgressStep/Step.js +6 -6
  99. package/components/ProgressStep/types.d.ts +1 -0
  100. package/components/Radio/Radio.js +2 -2
  101. package/components/Radio/RadioGroup.js +1 -1
  102. package/components/Radio/types.d.ts +1 -0
  103. package/components/SVGIcons/IconAdd.d.ts +1 -1
  104. package/components/SVGIcons/IconAdd.js +2 -2
  105. package/components/SVGIcons/IconAddCircle.d.ts +1 -1
  106. package/components/SVGIcons/IconAddCircle.js +2 -2
  107. package/components/SVGIcons/IconAddCircleFilled.d.ts +1 -1
  108. package/components/SVGIcons/IconAddCircleFilled.js +2 -2
  109. package/components/SVGIcons/IconAddFilled.d.ts +1 -1
  110. package/components/SVGIcons/IconAddFilled.js +2 -2
  111. package/components/SVGIcons/IconAirplaneTakeOff.d.ts +1 -1
  112. package/components/SVGIcons/IconAirplaneTakeOff.js +2 -2
  113. package/components/SVGIcons/IconAirplaneTakeOffFilled.d.ts +1 -1
  114. package/components/SVGIcons/IconAirplaneTakeOffFilled.js +2 -2
  115. package/components/SVGIcons/IconAlert.d.ts +1 -1
  116. package/components/SVGIcons/IconAlert.js +2 -2
  117. package/components/SVGIcons/IconAlertBadge.d.ts +1 -1
  118. package/components/SVGIcons/IconAlertBadge.js +2 -2
  119. package/components/SVGIcons/IconAlertBadgeFilled.d.ts +1 -1
  120. package/components/SVGIcons/IconAlertBadgeFilled.js +2 -2
  121. package/components/SVGIcons/IconAlertFilled.d.ts +1 -1
  122. package/components/SVGIcons/IconAlertFilled.js +2 -2
  123. package/components/SVGIcons/IconAm.d.ts +1 -1
  124. package/components/SVGIcons/IconAm.js +2 -2
  125. package/components/SVGIcons/IconAmd.d.ts +1 -1
  126. package/components/SVGIcons/IconAmd.js +2 -2
  127. package/components/SVGIcons/IconAmdFilled.d.ts +1 -1
  128. package/components/SVGIcons/IconAmdFilled.js +2 -2
  129. package/components/SVGIcons/IconApple.d.ts +1 -1
  130. package/components/SVGIcons/IconApple.js +2 -2
  131. package/components/SVGIcons/IconArrowDown.d.ts +1 -1
  132. package/components/SVGIcons/IconArrowDown.js +2 -2
  133. package/components/SVGIcons/IconArrowDownFilled.d.ts +1 -1
  134. package/components/SVGIcons/IconArrowDownFilled.js +2 -2
  135. package/components/SVGIcons/IconArrowDownLeft.d.ts +1 -1
  136. package/components/SVGIcons/IconArrowDownLeft.js +2 -2
  137. package/components/SVGIcons/IconArrowDownLeftFilled.d.ts +1 -1
  138. package/components/SVGIcons/IconArrowDownLeftFilled.js +2 -2
  139. package/components/SVGIcons/IconArrowDownload.d.ts +1 -1
  140. package/components/SVGIcons/IconArrowDownload.js +2 -2
  141. package/components/SVGIcons/IconArrowDownloadFilled.d.ts +1 -1
  142. package/components/SVGIcons/IconArrowDownloadFilled.js +2 -2
  143. package/components/SVGIcons/IconArrowEnter.d.ts +1 -1
  144. package/components/SVGIcons/IconArrowEnter.js +2 -2
  145. package/components/SVGIcons/IconArrowEnterFilled.d.ts +1 -1
  146. package/components/SVGIcons/IconArrowEnterFilled.js +2 -2
  147. package/components/SVGIcons/IconArrowExit.d.ts +1 -1
  148. package/components/SVGIcons/IconArrowExit.js +2 -2
  149. package/components/SVGIcons/IconArrowExitFilled.d.ts +1 -1
  150. package/components/SVGIcons/IconArrowExitFilled.js +2 -2
  151. package/components/SVGIcons/IconArrowExportLeftToRight.d.ts +1 -1
  152. package/components/SVGIcons/IconArrowExportLeftToRight.js +2 -2
  153. package/components/SVGIcons/IconArrowExportLeftToRightFilled.d.ts +1 -1
  154. package/components/SVGIcons/IconArrowExportLeftToRightFilled.js +2 -2
  155. package/components/SVGIcons/IconArrowExportRightToLeft.d.ts +1 -1
  156. package/components/SVGIcons/IconArrowExportRightToLeft.js +2 -2
  157. package/components/SVGIcons/IconArrowExportRightToLeftFilled.d.ts +1 -1
  158. package/components/SVGIcons/IconArrowExportRightToLeftFilled.js +2 -2
  159. package/components/SVGIcons/IconArrowExportUp.d.ts +1 -1
  160. package/components/SVGIcons/IconArrowExportUp.js +2 -2
  161. package/components/SVGIcons/IconArrowExportUpFilled.d.ts +1 -1
  162. package/components/SVGIcons/IconArrowExportUpFilled.js +2 -2
  163. package/components/SVGIcons/IconArrowImport.d.ts +1 -1
  164. package/components/SVGIcons/IconArrowImport.js +2 -2
  165. package/components/SVGIcons/IconArrowImportFilled.d.ts +1 -1
  166. package/components/SVGIcons/IconArrowImportFilled.js +2 -2
  167. package/components/SVGIcons/IconArrowLeft.d.ts +1 -1
  168. package/components/SVGIcons/IconArrowLeft.js +2 -2
  169. package/components/SVGIcons/IconArrowLeftFilled.d.ts +1 -1
  170. package/components/SVGIcons/IconArrowLeftFilled.js +2 -2
  171. package/components/SVGIcons/IconArrowRepeatAll.d.ts +1 -1
  172. package/components/SVGIcons/IconArrowRepeatAll.js +2 -2
  173. package/components/SVGIcons/IconArrowRepeatAllFilled.d.ts +1 -1
  174. package/components/SVGIcons/IconArrowRepeatAllFilled.js +2 -2
  175. package/components/SVGIcons/IconArrowReset.d.ts +1 -1
  176. package/components/SVGIcons/IconArrowReset.js +2 -2
  177. package/components/SVGIcons/IconArrowResetFilled.d.ts +1 -1
  178. package/components/SVGIcons/IconArrowResetFilled.js +2 -2
  179. package/components/SVGIcons/IconArrowRight.d.ts +1 -1
  180. package/components/SVGIcons/IconArrowRight.js +2 -2
  181. package/components/SVGIcons/IconArrowRightFilled.d.ts +1 -1
  182. package/components/SVGIcons/IconArrowRightFilled.js +2 -2
  183. package/components/SVGIcons/IconArrowSort.d.ts +1 -1
  184. package/components/SVGIcons/IconArrowSort.js +2 -2
  185. package/components/SVGIcons/IconArrowSortFilled.d.ts +1 -1
  186. package/components/SVGIcons/IconArrowSortFilled.js +2 -2
  187. package/components/SVGIcons/IconArrowSync.d.ts +1 -1
  188. package/components/SVGIcons/IconArrowSync.js +2 -2
  189. package/components/SVGIcons/IconArrowSyncFilled.d.ts +1 -1
  190. package/components/SVGIcons/IconArrowSyncFilled.js +2 -2
  191. package/components/SVGIcons/IconArrowUp.d.ts +1 -1
  192. package/components/SVGIcons/IconArrowUp.js +2 -2
  193. package/components/SVGIcons/IconArrowUpFilled.d.ts +1 -1
  194. package/components/SVGIcons/IconArrowUpFilled.js +2 -2
  195. package/components/SVGIcons/IconArrowUpLeft.d.ts +1 -1
  196. package/components/SVGIcons/IconArrowUpLeft.js +2 -2
  197. package/components/SVGIcons/IconArrowUpLeftFilled.d.ts +1 -1
  198. package/components/SVGIcons/IconArrowUpLeftFilled.js +2 -2
  199. package/components/SVGIcons/IconArrowUpRight.d.ts +1 -1
  200. package/components/SVGIcons/IconArrowUpRight.js +2 -2
  201. package/components/SVGIcons/IconArrowUpRightFilled.d.ts +1 -1
  202. package/components/SVGIcons/IconArrowUpRightFilled.js +2 -2
  203. package/components/SVGIcons/IconAttach.d.ts +1 -1
  204. package/components/SVGIcons/IconAttach.js +2 -2
  205. package/components/SVGIcons/IconAttachFilled.d.ts +1 -1
  206. package/components/SVGIcons/IconAttachFilled.js +2 -2
  207. package/components/SVGIcons/IconBeach.d.ts +1 -1
  208. package/components/SVGIcons/IconBeach.js +2 -2
  209. package/components/SVGIcons/IconBeachFilled.d.ts +1 -1
  210. package/components/SVGIcons/IconBeachFilled.js +2 -2
  211. package/components/SVGIcons/IconBook.d.ts +1 -1
  212. package/components/SVGIcons/IconBook.js +2 -2
  213. package/components/SVGIcons/IconBookFilled.d.ts +1 -1
  214. package/components/SVGIcons/IconBookFilled.js +2 -2
  215. package/components/SVGIcons/IconBookmark.d.ts +1 -1
  216. package/components/SVGIcons/IconBookmark.js +2 -2
  217. package/components/SVGIcons/IconBookmarkFilled.d.ts +1 -1
  218. package/components/SVGIcons/IconBookmarkFilled.js +2 -2
  219. package/components/SVGIcons/IconBriefcase.d.ts +1 -1
  220. package/components/SVGIcons/IconBriefcase.js +2 -2
  221. package/components/SVGIcons/IconBriefcaseFilled.d.ts +1 -1
  222. package/components/SVGIcons/IconBriefcaseFilled.js +2 -2
  223. package/components/SVGIcons/IconBudgetTransfer.d.ts +1 -1
  224. package/components/SVGIcons/IconBudgetTransfer.js +2 -2
  225. package/components/SVGIcons/IconBuilding.d.ts +1 -1
  226. package/components/SVGIcons/IconBuilding.js +2 -2
  227. package/components/SVGIcons/IconBuildingBank.d.ts +1 -1
  228. package/components/SVGIcons/IconBuildingBank.js +2 -2
  229. package/components/SVGIcons/IconBuildingBankFilled.d.ts +1 -1
  230. package/components/SVGIcons/IconBuildingBankFilled.js +2 -2
  231. package/components/SVGIcons/IconBuildingFilled.d.ts +1 -1
  232. package/components/SVGIcons/IconBuildingFilled.js +2 -2
  233. package/components/SVGIcons/IconBulletListAdd.d.ts +1 -1
  234. package/components/SVGIcons/IconBulletListAdd.js +2 -2
  235. package/components/SVGIcons/IconBulletListAddFilled.d.ts +1 -1
  236. package/components/SVGIcons/IconBulletListAddFilled.js +2 -2
  237. package/components/SVGIcons/IconCalculator.d.ts +1 -1
  238. package/components/SVGIcons/IconCalculator.js +2 -2
  239. package/components/SVGIcons/IconCalculatorFilled.d.ts +1 -1
  240. package/components/SVGIcons/IconCalculatorFilled.js +2 -2
  241. package/components/SVGIcons/IconCalendarClock.d.ts +1 -1
  242. package/components/SVGIcons/IconCalendarClock.js +2 -2
  243. package/components/SVGIcons/IconCalendarClockFilled.d.ts +1 -1
  244. package/components/SVGIcons/IconCalendarClockFilled.js +2 -2
  245. package/components/SVGIcons/IconCalendarDay.d.ts +1 -1
  246. package/components/SVGIcons/IconCalendarDay.js +2 -2
  247. package/components/SVGIcons/IconCalendarDayFilled.d.ts +1 -1
  248. package/components/SVGIcons/IconCalendarDayFilled.js +2 -2
  249. package/components/SVGIcons/IconCalendarEmpty.d.ts +1 -1
  250. package/components/SVGIcons/IconCalendarEmpty.js +2 -2
  251. package/components/SVGIcons/IconCalendarLeft.d.ts +1 -1
  252. package/components/SVGIcons/IconCalendarLeft.js +2 -2
  253. package/components/SVGIcons/IconCalendarLeftFilled.d.ts +1 -1
  254. package/components/SVGIcons/IconCalendarLeftFilled.js +2 -2
  255. package/components/SVGIcons/IconCalendarRight.d.ts +1 -1
  256. package/components/SVGIcons/IconCalendarRight.js +2 -2
  257. package/components/SVGIcons/IconCalendarRightFilled.d.ts +1 -1
  258. package/components/SVGIcons/IconCalendarRightFilled.js +2 -2
  259. package/components/SVGIcons/IconCall.d.ts +1 -1
  260. package/components/SVGIcons/IconCall.js +2 -2
  261. package/components/SVGIcons/IconCallFilled.d.ts +1 -1
  262. package/components/SVGIcons/IconCallFilled.js +2 -2
  263. package/components/SVGIcons/IconCard.d.ts +1 -1
  264. package/components/SVGIcons/IconCard.js +2 -2
  265. package/components/SVGIcons/IconCardFilled.d.ts +1 -1
  266. package/components/SVGIcons/IconCardFilled.js +2 -2
  267. package/components/SVGIcons/IconCaretDown.d.ts +1 -1
  268. package/components/SVGIcons/IconCaretDown.js +2 -2
  269. package/components/SVGIcons/IconCaretDownFilled.d.ts +1 -1
  270. package/components/SVGIcons/IconCaretDownFilled.js +2 -2
  271. package/components/SVGIcons/IconCaretDownRight.d.ts +1 -1
  272. package/components/SVGIcons/IconCaretDownRight.js +2 -2
  273. package/components/SVGIcons/IconCaretDownRightFilled.d.ts +1 -1
  274. package/components/SVGIcons/IconCaretDownRightFilled.js +2 -2
  275. package/components/SVGIcons/IconCaretLeft.d.ts +1 -1
  276. package/components/SVGIcons/IconCaretLeft.js +2 -2
  277. package/components/SVGIcons/IconCaretLeftFilled.d.ts +1 -1
  278. package/components/SVGIcons/IconCaretLeftFilled.js +2 -2
  279. package/components/SVGIcons/IconCaretRight.d.ts +1 -1
  280. package/components/SVGIcons/IconCaretRight.js +2 -2
  281. package/components/SVGIcons/IconCaretRightFilled.d.ts +1 -1
  282. package/components/SVGIcons/IconCaretRightFilled.js +2 -2
  283. package/components/SVGIcons/IconCaretUp.d.ts +1 -1
  284. package/components/SVGIcons/IconCaretUp.js +2 -2
  285. package/components/SVGIcons/IconCaretUpFilled.d.ts +1 -1
  286. package/components/SVGIcons/IconCaretUpFilled.js +2 -2
  287. package/components/SVGIcons/IconChartPerson.d.ts +1 -1
  288. package/components/SVGIcons/IconChartPerson.js +2 -2
  289. package/components/SVGIcons/IconChartPersonFilled.d.ts +1 -1
  290. package/components/SVGIcons/IconChartPersonFilled.js +2 -2
  291. package/components/SVGIcons/IconChat.d.ts +1 -1
  292. package/components/SVGIcons/IconChat.js +2 -2
  293. package/components/SVGIcons/IconChatFilled.d.ts +1 -1
  294. package/components/SVGIcons/IconChatFilled.js +2 -2
  295. package/components/SVGIcons/IconChatMultiple.d.ts +1 -1
  296. package/components/SVGIcons/IconChatMultiple.js +2 -2
  297. package/components/SVGIcons/IconChatMultipleFilled.d.ts +1 -1
  298. package/components/SVGIcons/IconChatMultipleFilled.js +2 -2
  299. package/components/SVGIcons/IconCheckboxArrowRight.d.ts +1 -1
  300. package/components/SVGIcons/IconCheckboxArrowRight.js +2 -2
  301. package/components/SVGIcons/IconCheckboxArrowRightFilled.d.ts +1 -1
  302. package/components/SVGIcons/IconCheckboxArrowRightFilled.js +2 -2
  303. package/components/SVGIcons/IconCheckmark.d.ts +1 -1
  304. package/components/SVGIcons/IconCheckmark.js +2 -2
  305. package/components/SVGIcons/IconCheckmarkCircle.d.ts +1 -1
  306. package/components/SVGIcons/IconCheckmarkCircle.js +2 -2
  307. package/components/SVGIcons/IconCheckmarkCircleFilled.d.ts +1 -1
  308. package/components/SVGIcons/IconCheckmarkCircleFilled.js +2 -2
  309. package/components/SVGIcons/IconCheckmarkFilled.d.ts +1 -1
  310. package/components/SVGIcons/IconCheckmarkFilled.js +2 -2
  311. package/components/SVGIcons/IconChevronDoubleLeft.d.ts +1 -1
  312. package/components/SVGIcons/IconChevronDoubleLeft.js +2 -2
  313. package/components/SVGIcons/IconChevronDoubleRight.d.ts +1 -1
  314. package/components/SVGIcons/IconChevronDoubleRight.js +2 -2
  315. package/components/SVGIcons/IconChevronDown.d.ts +1 -1
  316. package/components/SVGIcons/IconChevronDown.js +2 -2
  317. package/components/SVGIcons/IconChevronDownFilled.d.ts +1 -1
  318. package/components/SVGIcons/IconChevronDownFilled.js +2 -2
  319. package/components/SVGIcons/IconChevronLeft.d.ts +1 -1
  320. package/components/SVGIcons/IconChevronLeft.js +2 -2
  321. package/components/SVGIcons/IconChevronLeftFilled.d.ts +1 -1
  322. package/components/SVGIcons/IconChevronLeftFilled.js +2 -2
  323. package/components/SVGIcons/IconChevronRight.d.ts +1 -1
  324. package/components/SVGIcons/IconChevronRight.js +2 -2
  325. package/components/SVGIcons/IconChevronRightFilled.d.ts +1 -1
  326. package/components/SVGIcons/IconChevronRightFilled.js +2 -2
  327. package/components/SVGIcons/IconChevronUp.d.ts +1 -1
  328. package/components/SVGIcons/IconChevronUp.js +2 -2
  329. package/components/SVGIcons/IconChevronUpDown.d.ts +1 -1
  330. package/components/SVGIcons/IconChevronUpDown.js +2 -2
  331. package/components/SVGIcons/IconChevronUpDownFilled.d.ts +1 -1
  332. package/components/SVGIcons/IconChevronUpDownFilled.js +2 -2
  333. package/components/SVGIcons/IconChevronUpFilled.d.ts +1 -1
  334. package/components/SVGIcons/IconChevronUpFilled.js +2 -2
  335. package/components/SVGIcons/IconClipboardDay.d.ts +1 -1
  336. package/components/SVGIcons/IconClipboardDay.js +2 -2
  337. package/components/SVGIcons/IconClock.d.ts +1 -1
  338. package/components/SVGIcons/IconClock.js +2 -2
  339. package/components/SVGIcons/IconClockDismiss.d.ts +1 -1
  340. package/components/SVGIcons/IconClockDismiss.js +2 -2
  341. package/components/SVGIcons/IconClockDismissFilled.d.ts +1 -1
  342. package/components/SVGIcons/IconClockDismissFilled.js +2 -2
  343. package/components/SVGIcons/IconClockFilled.d.ts +1 -1
  344. package/components/SVGIcons/IconClockFilled.js +2 -2
  345. package/components/SVGIcons/IconCode.d.ts +1 -1
  346. package/components/SVGIcons/IconCode.js +2 -2
  347. package/components/SVGIcons/IconCoins.d.ts +1 -1
  348. package/components/SVGIcons/IconCoins.js +2 -2
  349. package/components/SVGIcons/IconComment.d.ts +1 -1
  350. package/components/SVGIcons/IconComment.js +2 -2
  351. package/components/SVGIcons/IconCommentFilled.d.ts +1 -1
  352. package/components/SVGIcons/IconCommentFilled.js +2 -2
  353. package/components/SVGIcons/IconContractCard.d.ts +1 -1
  354. package/components/SVGIcons/IconContractCard.js +2 -2
  355. package/components/SVGIcons/IconContractCardFilled.d.ts +1 -1
  356. package/components/SVGIcons/IconContractCardFilled.js +2 -2
  357. package/components/SVGIcons/IconCopy.d.ts +1 -1
  358. package/components/SVGIcons/IconCopy.js +2 -2
  359. package/components/SVGIcons/IconCopyFilled.d.ts +1 -1
  360. package/components/SVGIcons/IconCopyFilled.js +2 -2
  361. package/components/SVGIcons/IconCubeTree.d.ts +1 -1
  362. package/components/SVGIcons/IconCubeTree.js +2 -2
  363. package/components/SVGIcons/IconCubeTreeFilled.d.ts +1 -1
  364. package/components/SVGIcons/IconCubeTreeFilled.js +2 -2
  365. package/components/SVGIcons/IconDatabase.d.ts +1 -1
  366. package/components/SVGIcons/IconDatabase.js +2 -2
  367. package/components/SVGIcons/IconDatabaseFilled.d.ts +1 -1
  368. package/components/SVGIcons/IconDatabaseFilled.js +2 -2
  369. package/components/SVGIcons/IconDelete.d.ts +1 -1
  370. package/components/SVGIcons/IconDelete.js +2 -2
  371. package/components/SVGIcons/IconDeleteFilled.d.ts +1 -1
  372. package/components/SVGIcons/IconDeleteFilled.js +2 -2
  373. package/components/SVGIcons/IconDeviceMeetingRoom.d.ts +1 -1
  374. package/components/SVGIcons/IconDeviceMeetingRoom.js +2 -2
  375. package/components/SVGIcons/IconDeviceMeetingRoomFilled.d.ts +1 -1
  376. package/components/SVGIcons/IconDeviceMeetingRoomFilled.js +2 -2
  377. package/components/SVGIcons/IconDismiss.d.ts +1 -1
  378. package/components/SVGIcons/IconDismiss.js +2 -2
  379. package/components/SVGIcons/IconDismissCircle.d.ts +1 -1
  380. package/components/SVGIcons/IconDismissCircle.js +2 -2
  381. package/components/SVGIcons/IconDismissCircleFilled.d.ts +1 -1
  382. package/components/SVGIcons/IconDismissCircleFilled.js +2 -2
  383. package/components/SVGIcons/IconDismissFilled.d.ts +1 -1
  384. package/components/SVGIcons/IconDismissFilled.js +2 -2
  385. package/components/SVGIcons/IconDocument.d.ts +1 -1
  386. package/components/SVGIcons/IconDocument.js +2 -2
  387. package/components/SVGIcons/IconDocumentBulletList.d.ts +1 -1
  388. package/components/SVGIcons/IconDocumentBulletList.js +2 -2
  389. package/components/SVGIcons/IconDocumentBulletListFilled.d.ts +1 -1
  390. package/components/SVGIcons/IconDocumentBulletListFilled.js +2 -2
  391. package/components/SVGIcons/IconDocumentEdit.d.ts +1 -1
  392. package/components/SVGIcons/IconDocumentEdit.js +2 -2
  393. package/components/SVGIcons/IconDocumentEditFilled.d.ts +1 -1
  394. package/components/SVGIcons/IconDocumentEditFilled.js +2 -2
  395. package/components/SVGIcons/IconDocumentFilled.d.ts +1 -1
  396. package/components/SVGIcons/IconDocumentFilled.js +2 -2
  397. package/components/SVGIcons/IconDocumentPerson.d.ts +1 -1
  398. package/components/SVGIcons/IconDocumentPerson.js +2 -2
  399. package/components/SVGIcons/IconEdit.d.ts +1 -1
  400. package/components/SVGIcons/IconEdit.js +2 -2
  401. package/components/SVGIcons/IconEditFilled.d.ts +1 -1
  402. package/components/SVGIcons/IconEditFilled.js +2 -2
  403. package/components/SVGIcons/IconErrorCircle.d.ts +1 -1
  404. package/components/SVGIcons/IconErrorCircle.js +2 -2
  405. package/components/SVGIcons/IconErrorCircleFilled.d.ts +1 -1
  406. package/components/SVGIcons/IconErrorCircleFilled.js +2 -2
  407. package/components/SVGIcons/IconEur.d.ts +1 -1
  408. package/components/SVGIcons/IconEur.js +2 -2
  409. package/components/SVGIcons/IconEurFilled.d.ts +1 -1
  410. package/components/SVGIcons/IconEurFilled.js +2 -2
  411. package/components/SVGIcons/IconExpandUpLeft.d.ts +1 -1
  412. package/components/SVGIcons/IconExpandUpLeft.js +2 -2
  413. package/components/SVGIcons/IconExpandUpLeftFilled.d.ts +1 -1
  414. package/components/SVGIcons/IconExpandUpLeftFilled.js +2 -2
  415. package/components/SVGIcons/IconExpandUpRight.d.ts +1 -1
  416. package/components/SVGIcons/IconExpandUpRight.js +2 -2
  417. package/components/SVGIcons/IconExpandUpRightFilled.d.ts +1 -1
  418. package/components/SVGIcons/IconExpandUpRightFilled.js +2 -2
  419. package/components/SVGIcons/IconEyeOff.d.ts +1 -1
  420. package/components/SVGIcons/IconEyeOff.js +2 -2
  421. package/components/SVGIcons/IconEyeOffFilled.d.ts +1 -1
  422. package/components/SVGIcons/IconEyeOffFilled.js +2 -2
  423. package/components/SVGIcons/IconEyeOn.d.ts +1 -1
  424. package/components/SVGIcons/IconEyeOn.js +2 -2
  425. package/components/SVGIcons/IconEyeOnFilled.d.ts +1 -1
  426. package/components/SVGIcons/IconEyeOnFilled.js +2 -2
  427. package/components/SVGIcons/IconFacebook.d.ts +1 -1
  428. package/components/SVGIcons/IconFacebook.js +2 -2
  429. package/components/SVGIcons/IconFastAcceleration.d.ts +1 -1
  430. package/components/SVGIcons/IconFastAcceleration.js +2 -2
  431. package/components/SVGIcons/IconFastAccelerationFilled.d.ts +1 -1
  432. package/components/SVGIcons/IconFastAccelerationFilled.js +2 -2
  433. package/components/SVGIcons/IconFeed.d.ts +1 -1
  434. package/components/SVGIcons/IconFeed.js +2 -2
  435. package/components/SVGIcons/IconFeedFilled.d.ts +1 -1
  436. package/components/SVGIcons/IconFeedFilled.js +2 -2
  437. package/components/SVGIcons/IconFilter.d.ts +1 -1
  438. package/components/SVGIcons/IconFilter.js +2 -2
  439. package/components/SVGIcons/IconFilterFilled.d.ts +1 -1
  440. package/components/SVGIcons/IconFilterFilled.js +2 -2
  441. package/components/SVGIcons/IconFlag.d.ts +1 -1
  442. package/components/SVGIcons/IconFlag.js +2 -2
  443. package/components/SVGIcons/IconFlagFilled.d.ts +1 -1
  444. package/components/SVGIcons/IconFlagFilled.js +2 -2
  445. package/components/SVGIcons/IconFolderLink.d.ts +1 -1
  446. package/components/SVGIcons/IconFolderLink.js +2 -2
  447. package/components/SVGIcons/IconFolderLinkFilled.d.ts +1 -1
  448. package/components/SVGIcons/IconFolderLinkFilled.js +2 -2
  449. package/components/SVGIcons/IconFood.d.ts +1 -1
  450. package/components/SVGIcons/IconFood.js +2 -2
  451. package/components/SVGIcons/IconFoodFilled.d.ts +1 -1
  452. package/components/SVGIcons/IconFoodFilled.js +2 -2
  453. package/components/SVGIcons/IconGb.d.ts +1 -1
  454. package/components/SVGIcons/IconGb.js +2 -2
  455. package/components/SVGIcons/IconGlobe.d.ts +1 -1
  456. package/components/SVGIcons/IconGlobe.js +2 -2
  457. package/components/SVGIcons/IconGlobeFilled.d.ts +1 -1
  458. package/components/SVGIcons/IconGlobeFilled.js +2 -2
  459. package/components/SVGIcons/IconGoogle.d.ts +1 -1
  460. package/components/SVGIcons/IconGoogle.js +2 -2
  461. package/components/SVGIcons/IconHandOpenHeart.d.ts +1 -1
  462. package/components/SVGIcons/IconHandOpenHeart.js +2 -2
  463. package/components/SVGIcons/IconHandOpenHeartFilled.d.ts +1 -1
  464. package/components/SVGIcons/IconHandOpenHeartFilled.js +2 -2
  465. package/components/SVGIcons/IconHeart.d.ts +1 -1
  466. package/components/SVGIcons/IconHeart.js +2 -2
  467. package/components/SVGIcons/IconHeartFilled.d.ts +1 -1
  468. package/components/SVGIcons/IconHeartFilled.js +2 -2
  469. package/components/SVGIcons/IconHistory.d.ts +1 -1
  470. package/components/SVGIcons/IconHistory.js +2 -2
  471. package/components/SVGIcons/IconHistoryFilled.d.ts +1 -1
  472. package/components/SVGIcons/IconHistoryFilled.js +2 -2
  473. package/components/SVGIcons/IconHome.d.ts +1 -1
  474. package/components/SVGIcons/IconHome.js +2 -2
  475. package/components/SVGIcons/IconHomeFilled.d.ts +1 -1
  476. package/components/SVGIcons/IconHomeFilled.js +2 -2
  477. package/components/SVGIcons/IconImage.d.ts +1 -1
  478. package/components/SVGIcons/IconImage.js +2 -2
  479. package/components/SVGIcons/IconImageFilled.d.ts +1 -1
  480. package/components/SVGIcons/IconImageFilled.js +2 -2
  481. package/components/SVGIcons/IconInfo.d.ts +1 -1
  482. package/components/SVGIcons/IconInfo.js +2 -2
  483. package/components/SVGIcons/IconInfoFilled.d.ts +1 -1
  484. package/components/SVGIcons/IconInfoFilled.js +2 -2
  485. package/components/SVGIcons/IconInstagram.d.ts +1 -1
  486. package/components/SVGIcons/IconInstagram.js +2 -2
  487. package/components/SVGIcons/IconKeyReset.d.ts +1 -1
  488. package/components/SVGIcons/IconKeyReset.js +2 -2
  489. package/components/SVGIcons/IconKeyResetFilled.d.ts +1 -1
  490. package/components/SVGIcons/IconKeyResetFilled.js +2 -2
  491. package/components/SVGIcons/IconLayers.d.ts +1 -1
  492. package/components/SVGIcons/IconLayers.js +2 -2
  493. package/components/SVGIcons/IconLibrary.d.ts +1 -1
  494. package/components/SVGIcons/IconLibrary.js +2 -2
  495. package/components/SVGIcons/IconLibraryFilled.d.ts +1 -1
  496. package/components/SVGIcons/IconLibraryFilled.js +2 -2
  497. package/components/SVGIcons/IconLink.d.ts +1 -1
  498. package/components/SVGIcons/IconLink.js +2 -2
  499. package/components/SVGIcons/IconLinkFilled.d.ts +1 -1
  500. package/components/SVGIcons/IconLinkFilled.js +2 -2
  501. package/components/SVGIcons/IconLinkedin.d.ts +1 -1
  502. package/components/SVGIcons/IconLinkedin.js +2 -2
  503. package/components/SVGIcons/IconList.d.ts +1 -1
  504. package/components/SVGIcons/IconList.js +2 -2
  505. package/components/SVGIcons/IconListFilled.d.ts +1 -1
  506. package/components/SVGIcons/IconListFilled.js +2 -2
  507. package/components/SVGIcons/IconLocation.d.ts +1 -1
  508. package/components/SVGIcons/IconLocation.js +2 -2
  509. package/components/SVGIcons/IconLocationFilled.d.ts +1 -1
  510. package/components/SVGIcons/IconLocationFilled.js +2 -2
  511. package/components/SVGIcons/IconLockClosed.d.ts +1 -1
  512. package/components/SVGIcons/IconLockClosed.js +2 -2
  513. package/components/SVGIcons/IconLockClosedFilled.d.ts +1 -1
  514. package/components/SVGIcons/IconLockClosedFilled.js +2 -2
  515. package/components/SVGIcons/IconLockOpen.d.ts +1 -1
  516. package/components/SVGIcons/IconLockOpen.js +2 -2
  517. package/components/SVGIcons/IconLockOpenFilled.d.ts +1 -1
  518. package/components/SVGIcons/IconLockOpenFilled.js +2 -2
  519. package/components/SVGIcons/IconMail.d.ts +1 -1
  520. package/components/SVGIcons/IconMail.js +2 -2
  521. package/components/SVGIcons/IconMailAdd.d.ts +1 -1
  522. package/components/SVGIcons/IconMailAdd.js +2 -2
  523. package/components/SVGIcons/IconMailAddFilled.d.ts +1 -1
  524. package/components/SVGIcons/IconMailAddFilled.js +2 -2
  525. package/components/SVGIcons/IconMailArrowForward.d.ts +1 -1
  526. package/components/SVGIcons/IconMailArrowForward.js +2 -2
  527. package/components/SVGIcons/IconMailArrowForwardFilled.d.ts +1 -1
  528. package/components/SVGIcons/IconMailArrowForwardFilled.js +2 -2
  529. package/components/SVGIcons/IconMailFilled.d.ts +1 -1
  530. package/components/SVGIcons/IconMailFilled.js +2 -2
  531. package/components/SVGIcons/IconMailLink.d.ts +1 -1
  532. package/components/SVGIcons/IconMailLink.js +2 -2
  533. package/components/SVGIcons/IconMailLinkFilled.d.ts +1 -1
  534. package/components/SVGIcons/IconMailLinkFilled.js +2 -2
  535. package/components/SVGIcons/IconMedium.d.ts +1 -1
  536. package/components/SVGIcons/IconMedium.js +2 -2
  537. package/components/SVGIcons/IconMoon.d.ts +1 -1
  538. package/components/SVGIcons/IconMoon.js +2 -2
  539. package/components/SVGIcons/IconMore.d.ts +1 -1
  540. package/components/SVGIcons/IconMore.js +2 -2
  541. package/components/SVGIcons/IconMoreFilled.d.ts +1 -1
  542. package/components/SVGIcons/IconMoreFilled.js +2 -2
  543. package/components/SVGIcons/IconMoreVertical.d.ts +1 -1
  544. package/components/SVGIcons/IconMoreVertical.js +2 -2
  545. package/components/SVGIcons/IconMoreVerticalFilled.d.ts +1 -1
  546. package/components/SVGIcons/IconMoreVerticalFilled.js +2 -2
  547. package/components/SVGIcons/IconNavigation.d.ts +1 -1
  548. package/components/SVGIcons/IconNavigation.js +2 -2
  549. package/components/SVGIcons/IconNavigationFilled.d.ts +1 -1
  550. package/components/SVGIcons/IconNavigationFilled.js +2 -2
  551. package/components/SVGIcons/IconNotebook.d.ts +1 -1
  552. package/components/SVGIcons/IconNotebook.js +2 -2
  553. package/components/SVGIcons/IconNotebookAdd.d.ts +1 -1
  554. package/components/SVGIcons/IconNotebookAdd.js +2 -2
  555. package/components/SVGIcons/IconNotebookAddFilled.d.ts +1 -1
  556. package/components/SVGIcons/IconNotebookAddFilled.js +2 -2
  557. package/components/SVGIcons/IconNotebookFilled.d.ts +1 -1
  558. package/components/SVGIcons/IconNotebookFilled.js +2 -2
  559. package/components/SVGIcons/IconOnlyEmployee.d.ts +1 -1
  560. package/components/SVGIcons/IconOnlyEmployee.js +2 -2
  561. package/components/SVGIcons/IconOpen.d.ts +1 -1
  562. package/components/SVGIcons/IconOpen.js +2 -2
  563. package/components/SVGIcons/IconOpenFilled.d.ts +1 -1
  564. package/components/SVGIcons/IconOpenFilled.js +2 -2
  565. package/components/SVGIcons/IconPatient.d.ts +1 -1
  566. package/components/SVGIcons/IconPatient.js +2 -2
  567. package/components/SVGIcons/IconPatientFilled.d.ts +1 -1
  568. package/components/SVGIcons/IconPatientFilled.js +2 -2
  569. package/components/SVGIcons/IconPeople.d.ts +1 -1
  570. package/components/SVGIcons/IconPeople.js +2 -2
  571. package/components/SVGIcons/IconPeopleAdd.d.ts +1 -1
  572. package/components/SVGIcons/IconPeopleAdd.js +2 -2
  573. package/components/SVGIcons/IconPeopleAddFilled.d.ts +1 -1
  574. package/components/SVGIcons/IconPeopleAddFilled.js +2 -2
  575. package/components/SVGIcons/IconPeopleFilled.d.ts +1 -1
  576. package/components/SVGIcons/IconPeopleFilled.js +2 -2
  577. package/components/SVGIcons/IconPeopleList.d.ts +1 -1
  578. package/components/SVGIcons/IconPeopleList.js +2 -2
  579. package/components/SVGIcons/IconPeopleListFilled.d.ts +1 -1
  580. package/components/SVGIcons/IconPeopleListFilled.js +2 -2
  581. package/components/SVGIcons/IconPeopleTeam.d.ts +1 -1
  582. package/components/SVGIcons/IconPeopleTeam.js +2 -2
  583. package/components/SVGIcons/IconPeopleTeamFilled.d.ts +1 -1
  584. package/components/SVGIcons/IconPeopleTeamFilled.js +2 -2
  585. package/components/SVGIcons/IconPercent.d.ts +1 -1
  586. package/components/SVGIcons/IconPercent.js +2 -2
  587. package/components/SVGIcons/IconPerson.d.ts +1 -1
  588. package/components/SVGIcons/IconPerson.js +2 -2
  589. package/components/SVGIcons/IconPersonAccount.d.ts +1 -1
  590. package/components/SVGIcons/IconPersonAccount.js +2 -2
  591. package/components/SVGIcons/IconPersonAccountFilled.d.ts +1 -1
  592. package/components/SVGIcons/IconPersonAccountFilled.js +2 -2
  593. package/components/SVGIcons/IconPersonAdd.d.ts +1 -1
  594. package/components/SVGIcons/IconPersonAdd.js +2 -2
  595. package/components/SVGIcons/IconPersonAddFilled.d.ts +1 -1
  596. package/components/SVGIcons/IconPersonAddFilled.js +2 -2
  597. package/components/SVGIcons/IconPersonArrowLeft.d.ts +1 -1
  598. package/components/SVGIcons/IconPersonArrowLeft.js +2 -2
  599. package/components/SVGIcons/IconPersonArrowLeftFilled.d.ts +1 -1
  600. package/components/SVGIcons/IconPersonArrowLeftFilled.js +2 -2
  601. package/components/SVGIcons/IconPersonArrowRight.d.ts +1 -1
  602. package/components/SVGIcons/IconPersonArrowRight.js +2 -2
  603. package/components/SVGIcons/IconPersonArrowRightFilled.d.ts +1 -1
  604. package/components/SVGIcons/IconPersonArrowRightFilled.js +2 -2
  605. package/components/SVGIcons/IconPersonBoard.d.ts +1 -1
  606. package/components/SVGIcons/IconPersonBoard.js +2 -2
  607. package/components/SVGIcons/IconPersonFilled.d.ts +1 -1
  608. package/components/SVGIcons/IconPersonFilled.js +2 -2
  609. package/components/SVGIcons/IconPersonMinus.d.ts +1 -1
  610. package/components/SVGIcons/IconPersonMinus.js +2 -2
  611. package/components/SVGIcons/IconPersonStar.d.ts +1 -1
  612. package/components/SVGIcons/IconPersonStar.js +2 -2
  613. package/components/SVGIcons/IconPersonStarFilled.d.ts +1 -1
  614. package/components/SVGIcons/IconPersonStarFilled.js +2 -2
  615. package/components/SVGIcons/IconPersonSubtract.d.ts +1 -1
  616. package/components/SVGIcons/IconPersonSubtract.js +2 -2
  617. package/components/SVGIcons/IconPersonSubtractFilled.d.ts +1 -1
  618. package/components/SVGIcons/IconPersonSubtractFilled.js +2 -2
  619. package/components/SVGIcons/IconPhone.d.ts +1 -1
  620. package/components/SVGIcons/IconPhone.js +2 -2
  621. package/components/SVGIcons/IconPhoneFilled.d.ts +1 -1
  622. package/components/SVGIcons/IconPhoneFilled.js +2 -2
  623. package/components/SVGIcons/IconPlugConnected.d.ts +1 -1
  624. package/components/SVGIcons/IconPlugConnected.js +2 -2
  625. package/components/SVGIcons/IconPos.d.ts +1 -1
  626. package/components/SVGIcons/IconPos.js +2 -2
  627. package/components/SVGIcons/IconPosFilled.d.ts +1 -1
  628. package/components/SVGIcons/IconPosFilled.js +2 -2
  629. package/components/SVGIcons/IconProhibited.d.ts +1 -1
  630. package/components/SVGIcons/IconProhibited.js +2 -2
  631. package/components/SVGIcons/IconProhibitedFilled.d.ts +1 -1
  632. package/components/SVGIcons/IconProhibitedFilled.js +2 -2
  633. package/components/SVGIcons/IconProjectProduct.d.ts +1 -1
  634. package/components/SVGIcons/IconProjectProduct.js +2 -2
  635. package/components/SVGIcons/IconQuestion.d.ts +1 -1
  636. package/components/SVGIcons/IconQuestion.js +2 -2
  637. package/components/SVGIcons/IconQuestionFilled.d.ts +1 -1
  638. package/components/SVGIcons/IconQuestionFilled.js +2 -2
  639. package/components/SVGIcons/IconRedo.d.ts +1 -1
  640. package/components/SVGIcons/IconRedo.js +2 -2
  641. package/components/SVGIcons/IconRedoFilled.d.ts +1 -1
  642. package/components/SVGIcons/IconRedoFilled.js +2 -2
  643. package/components/SVGIcons/IconRibbon.d.ts +1 -1
  644. package/components/SVGIcons/IconRibbon.js +2 -2
  645. package/components/SVGIcons/IconRu.d.ts +1 -1
  646. package/components/SVGIcons/IconRu.js +2 -2
  647. package/components/SVGIcons/IconRub.d.ts +1 -1
  648. package/components/SVGIcons/IconRub.js +2 -2
  649. package/components/SVGIcons/IconRubFilled.d.ts +1 -1
  650. package/components/SVGIcons/IconRubFilled.js +2 -2
  651. package/components/SVGIcons/IconSave.d.ts +1 -1
  652. package/components/SVGIcons/IconSave.js +2 -2
  653. package/components/SVGIcons/IconSaveFilled.d.ts +1 -1
  654. package/components/SVGIcons/IconSaveFilled.js +2 -2
  655. package/components/SVGIcons/IconSavings.d.ts +1 -1
  656. package/components/SVGIcons/IconSavings.js +2 -2
  657. package/components/SVGIcons/IconSavingsFilled.d.ts +1 -1
  658. package/components/SVGIcons/IconSavingsFilled.js +2 -2
  659. package/components/SVGIcons/IconSearch.d.ts +1 -1
  660. package/components/SVGIcons/IconSearch.js +2 -2
  661. package/components/SVGIcons/IconSearchFilled.d.ts +1 -1
  662. package/components/SVGIcons/IconSearchFilled.js +2 -2
  663. package/components/SVGIcons/IconSelectAllOff.d.ts +1 -1
  664. package/components/SVGIcons/IconSelectAllOff.js +2 -2
  665. package/components/SVGIcons/IconSelectAllOffFilled.d.ts +1 -1
  666. package/components/SVGIcons/IconSelectAllOffFilled.js +2 -2
  667. package/components/SVGIcons/IconSelectAllOn.d.ts +1 -1
  668. package/components/SVGIcons/IconSelectAllOn.js +2 -2
  669. package/components/SVGIcons/IconSelectAllOnFilled.d.ts +1 -1
  670. package/components/SVGIcons/IconSelectAllOnFilled.js +2 -2
  671. package/components/SVGIcons/IconSend.d.ts +1 -1
  672. package/components/SVGIcons/IconSend.js +2 -2
  673. package/components/SVGIcons/IconSendFilled.d.ts +1 -1
  674. package/components/SVGIcons/IconSendFilled.js +2 -2
  675. package/components/SVGIcons/IconSettings.d.ts +1 -1
  676. package/components/SVGIcons/IconSettings.js +2 -2
  677. package/components/SVGIcons/IconSettingsFilled.d.ts +1 -1
  678. package/components/SVGIcons/IconSettingsFilled.js +2 -2
  679. package/components/SVGIcons/IconShare.d.ts +1 -1
  680. package/components/SVGIcons/IconShare.js +2 -2
  681. package/components/SVGIcons/IconShareAndroid.d.ts +1 -1
  682. package/components/SVGIcons/IconShareAndroid.js +2 -2
  683. package/components/SVGIcons/IconShareAndroidFilled.d.ts +1 -1
  684. package/components/SVGIcons/IconShareAndroidFilled.js +2 -2
  685. package/components/SVGIcons/IconShareFilled.d.ts +1 -1
  686. package/components/SVGIcons/IconShareFilled.js +2 -2
  687. package/components/SVGIcons/IconSignOut.d.ts +1 -1
  688. package/components/SVGIcons/IconSignOut.js +2 -2
  689. package/components/SVGIcons/IconSignOutFilled.d.ts +1 -1
  690. package/components/SVGIcons/IconSignOutFilled.js +2 -2
  691. package/components/SVGIcons/IconSpinner.d.ts +1 -1
  692. package/components/SVGIcons/IconSpinner.js +2 -2
  693. package/components/SVGIcons/IconSpinnerFilled.d.ts +1 -1
  694. package/components/SVGIcons/IconSpinnerFilled.js +2 -2
  695. package/components/SVGIcons/IconStatus.d.ts +1 -1
  696. package/components/SVGIcons/IconStatus.js +2 -2
  697. package/components/SVGIcons/IconStatusFilled.d.ts +1 -1
  698. package/components/SVGIcons/IconStatusFilled.js +2 -2
  699. package/components/SVGIcons/IconSubtract.d.ts +1 -1
  700. package/components/SVGIcons/IconSubtract.js +2 -2
  701. package/components/SVGIcons/IconSubtractCircle.d.ts +1 -1
  702. package/components/SVGIcons/IconSubtractCircle.js +2 -2
  703. package/components/SVGIcons/IconSubtractCircleFilled.d.ts +1 -1
  704. package/components/SVGIcons/IconSubtractCircleFilled.js +2 -2
  705. package/components/SVGIcons/IconSubtractFilled.d.ts +1 -1
  706. package/components/SVGIcons/IconSubtractFilled.js +2 -2
  707. package/components/SVGIcons/IconSun.d.ts +1 -1
  708. package/components/SVGIcons/IconSun.js +2 -2
  709. package/components/SVGIcons/IconTableCellEdit.d.ts +1 -1
  710. package/components/SVGIcons/IconTableCellEdit.js +2 -2
  711. package/components/SVGIcons/IconTableCellEditFilled.d.ts +1 -1
  712. package/components/SVGIcons/IconTableCellEditFilled.js +2 -2
  713. package/components/SVGIcons/IconTelegram.d.ts +1 -1
  714. package/components/SVGIcons/IconTelegram.js +2 -2
  715. package/components/SVGIcons/IconTimer.d.ts +1 -1
  716. package/components/SVGIcons/IconTimer.js +2 -2
  717. package/components/SVGIcons/IconTimerFilled.d.ts +1 -1
  718. package/components/SVGIcons/IconTimerFilled.js +2 -2
  719. package/components/SVGIcons/IconTrophy.d.ts +1 -1
  720. package/components/SVGIcons/IconTrophy.js +2 -2
  721. package/components/SVGIcons/IconTrophyFilled.d.ts +1 -1
  722. package/components/SVGIcons/IconTrophyFilled.js +2 -2
  723. package/components/SVGIcons/IconTwitter.d.ts +1 -1
  724. package/components/SVGIcons/IconTwitter.js +2 -2
  725. package/components/SVGIcons/IconUndo.d.ts +1 -1
  726. package/components/SVGIcons/IconUndo.js +2 -2
  727. package/components/SVGIcons/IconUndoFilled.d.ts +1 -1
  728. package/components/SVGIcons/IconUndoFilled.js +2 -2
  729. package/components/SVGIcons/IconUnitsEmployee.d.ts +1 -1
  730. package/components/SVGIcons/IconUnitsEmployee.js +2 -2
  731. package/components/SVGIcons/IconUpload.d.ts +1 -1
  732. package/components/SVGIcons/IconUpload.js +2 -2
  733. package/components/SVGIcons/IconUs.d.ts +1 -1
  734. package/components/SVGIcons/IconUs.js +2 -2
  735. package/components/SVGIcons/IconUsd.d.ts +1 -1
  736. package/components/SVGIcons/IconUsd.js +2 -2
  737. package/components/SVGIcons/IconUsdFilled.d.ts +1 -1
  738. package/components/SVGIcons/IconUsdFilled.js +2 -2
  739. package/components/SVGIcons/IconUserMinus.d.ts +1 -1
  740. package/components/SVGIcons/IconUserMinus.js +2 -2
  741. package/components/SVGIcons/IconVacation.d.ts +1 -1
  742. package/components/SVGIcons/IconVacation.js +2 -2
  743. package/components/SVGIcons/IconVideo.d.ts +1 -1
  744. package/components/SVGIcons/IconVideo.js +2 -2
  745. package/components/SVGIcons/IconVideoFilled.d.ts +1 -1
  746. package/components/SVGIcons/IconVideoFilled.js +2 -2
  747. package/components/SVGIcons/IconWallet.d.ts +1 -1
  748. package/components/SVGIcons/IconWallet.js +2 -2
  749. package/components/SVGIcons/IconWalletFilled.d.ts +1 -1
  750. package/components/SVGIcons/IconWalletFilled.js +2 -2
  751. package/components/SVGIcons/IconWarning.d.ts +1 -1
  752. package/components/SVGIcons/IconWarning.js +2 -2
  753. package/components/SVGIcons/IconWarningFilled.d.ts +1 -1
  754. package/components/SVGIcons/IconWarningFilled.js +2 -2
  755. package/components/SVGIcons/IconYoutube.d.ts +1 -1
  756. package/components/SVGIcons/IconYoutube.js +2 -2
  757. package/components/Select/ButtonSelect/ButtonSelect.js +4 -4
  758. package/components/Select/FilterSelect/FilterDropdown.js +3 -3
  759. package/components/Select/FilterSelect/FilterSelect.js +3 -3
  760. package/components/Select/MultiSelect/DesktopWrapper.d.ts +1 -1
  761. package/components/Select/MultiSelect/DesktopWrapper.js +2 -2
  762. package/components/Select/MultiSelect/MobileWrapper.d.ts +1 -1
  763. package/components/Select/MultiSelect/MobileWrapper.js +2 -2
  764. package/components/Select/MultiSelect/MultiBase/MultiBase.js +4 -4
  765. package/components/Select/MultiSelect/MultiSelect.js +3 -3
  766. package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.js +4 -4
  767. package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.js +4 -4
  768. package/components/Select/MultiSelect/OptionsWrapper.d.ts +1 -1
  769. package/components/Select/NestedSelect/NestedSelect.js +5 -5
  770. package/components/Select/ProfileDropdown/index.js +2 -2
  771. package/components/Select/Select/Select.js +4 -4
  772. package/components/Select/Select/SelectDesktop/index.js +4 -4
  773. package/components/Select/Select/SelectMobile/MobileTopContent.d.ts +2 -2
  774. package/components/Select/Select/SelectMobile/MobileTopContent.js +2 -2
  775. package/components/Select/Select/SelectMobile/index.js +4 -4
  776. package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.d.ts +1 -1
  777. package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.js +2 -2
  778. package/components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.js +2 -2
  779. package/components/Select/SharedComponents/ContentTop.d.ts +2 -2
  780. package/components/Select/SharedComponents/ContentTop.js +6 -6
  781. package/components/Select/SharedComponents/Footer.js +2 -2
  782. package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.js +3 -3
  783. package/components/Select/helper.d.ts +1 -1
  784. package/components/Select/helper.js +3 -3
  785. package/components/Select/types.d.ts +5 -4
  786. package/components/SideSheet/Footer/Footer.d.ts +2 -2
  787. package/components/SideSheet/Footer/Footer.js +2 -2
  788. package/components/SideSheet/SideSheet.js +3 -3
  789. package/components/SideSheet/types.d.ts +1 -0
  790. package/components/Skeleton/Skeleton.js +4 -4
  791. package/components/Skeleton/types.d.ts +1 -0
  792. package/components/Snackbar/Snackbar.js +1 -1
  793. package/components/Snackbar/types.d.ts +1 -0
  794. package/components/Status/Status.js +3 -3
  795. package/components/Status/types.d.ts +1 -1
  796. package/components/Stepper/Stepper.js +2 -2
  797. package/components/Stepper/types.d.ts +1 -0
  798. package/components/Switcher/Switcher.js +2 -2
  799. package/components/Switcher/types.d.ts +1 -0
  800. package/components/Tab/Tab.js +3 -3
  801. package/components/Tab/TabItem.js +2 -2
  802. package/components/Tab/types.d.ts +1 -0
  803. package/components/Table/Header.d.ts +2 -1
  804. package/components/Table/Header.js +2 -2
  805. package/components/Table/IndeterminateCheckbox.d.ts +1 -0
  806. package/components/Table/IndeterminateCheckbox.js +2 -2
  807. package/components/Table/Row.d.ts +2 -1
  808. package/components/Table/Row.js +3 -3
  809. package/components/Table/Table.d.ts +1 -1
  810. package/components/Table/Table.js +5 -5
  811. package/components/Table/types.d.ts +1 -0
  812. package/components/Table/utils.d.ts +1 -1
  813. package/components/Table/utils.js +3 -3
  814. package/components/TableV2/AdvancedPagination.d.ts +2 -1
  815. package/components/TableV2/AdvancedPagination.js +3 -3
  816. package/components/TableV2/ColumnHeader.d.ts +2 -1
  817. package/components/TableV2/ColumnHeader.js +3 -3
  818. package/components/TableV2/IndeterminateCheckbox.d.ts +1 -0
  819. package/components/TableV2/IndeterminateCheckbox.js +2 -2
  820. package/components/TableV2/Table.d.ts +1 -1
  821. package/components/TableV2/Table.js +14 -14
  822. package/components/TableV2/hooks/useTableControl.d.ts +1 -1
  823. package/components/TableV2/hooks/useTableControl.js +4 -4
  824. package/components/TableV2/types.d.ts +1 -0
  825. package/components/Text/Text.js +2 -2
  826. package/components/Text/types.d.ts +1 -0
  827. package/components/Textarea/Textarea.js +2 -2
  828. package/components/Textarea/types.d.ts +1 -0
  829. package/components/Tooltip/Tooltip.js +2 -2
  830. package/components/Tooltip/types.d.ts +1 -0
  831. package/components/UnderConstruction/UnderConstruction.js +2 -2
  832. package/components/UnderConstruction/types.d.ts +1 -0
  833. package/helperComponents/ErrorMessage/ErrorMessage.d.ts +1 -1
  834. package/helperComponents/ErrorMessage/ErrorMessage.js +2 -2
  835. package/helperComponents/ErrorMessage/types.d.ts +1 -1
  836. package/helperComponents/Label/types.d.ts +1 -1
  837. package/helperComponents/OptionItem/OptionItem.js +3 -3
  838. package/helperComponents/OptionItem/types.d.ts +1 -1
  839. package/package.json +1 -1
  840. package/type/base.d.ts +13 -0
  841. package/type/base.js +1 -0
  842. package/type/index.d.ts +1 -0
  843. package/type/index.js +1 -0
  844. package/type/svg-icons.d.ts +1 -1
  845. package/utils/helpers.d.ts +1 -1
  846. package/utils/helpers.js +3 -3
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconChevronDownFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconChevronDownFilled = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("path", { d: "M4.40227 8.29289C4.79279 7.90237 5.42596 7.90237 5.81648 8.29289L12.1094 14.5858L18.4023 8.29289C18.7928 7.90237 19.426 7.90237 19.8165 8.29289C20.207 8.68342 20.207 9.31658 19.8165 9.70711L12.8165 16.7071C12.426 17.0976 11.7928 17.0976 11.4023 16.7071L4.40227 9.70711C4.01174 9.31658 4.01174 8.68342 4.40227 8.29289Z" }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("path", { d: "M4.40227 8.29289C4.79279 7.90237 5.42596 7.90237 5.81648 8.29289L12.1094 14.5858L18.4023 8.29289C18.7928 7.90237 19.426 7.90237 19.8165 8.29289C20.207 8.68342 20.207 9.31658 19.8165 9.70711L12.8165 16.7071C12.426 17.0976 11.7928 17.0976 11.4023 16.7071L4.40227 9.70711C4.01174 9.31658 4.01174 8.68342 4.40227 8.29289Z" }) }));
8
8
  export default IconChevronDownFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconChevronLeft: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconChevronLeft: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconChevronLeft;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconChevronLeft = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconChevronLeft = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("path", { d: "M11.9502 11.3226C11.7265 11.5463 11.7265 11.9089 11.9502 12.1326L15.3639 15.5463C15.7153 15.8977 15.7153 16.4675 15.3639 16.8189C15.0125 17.1703 14.4427 17.1703 14.0913 16.8189L9.52069 12.2483C9.23312 11.9607 9.23312 11.4945 9.52069 11.2069L14.0913 6.6363C14.4427 6.28488 15.0125 6.28488 15.3639 6.6363C15.7153 6.98772 15.7153 7.55748 15.3639 7.9089L11.9502 11.3226Z" }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("path", { d: "M11.9502 11.3226C11.7265 11.5463 11.7265 11.9089 11.9502 12.1326L15.3639 15.5463C15.7153 15.8977 15.7153 16.4675 15.3639 16.8189C15.0125 17.1703 14.4427 17.1703 14.0913 16.8189L9.52069 12.2483C9.23312 11.9607 9.23312 11.4945 9.52069 11.2069L14.0913 6.6363C14.4427 6.28488 15.0125 6.28488 15.3639 6.6363C15.7153 6.98772 15.7153 7.55748 15.3639 7.9089L11.9502 11.3226Z" }) }));
8
8
  export default IconChevronLeft;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconChevronLeftFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconChevronLeftFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconChevronLeftFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconChevronLeftFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconChevronLeftFilled = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("path", { d: "M15.8165 4.29289C16.207 4.68342 16.207 5.31658 15.8165 5.70711L9.52359 12L15.8165 18.2929C16.207 18.6834 16.207 19.3166 15.8165 19.7071C15.426 20.0976 14.7928 20.0976 14.4023 19.7071L7.40227 12.7071C7.01174 12.3166 7.01174 11.6834 7.40227 11.2929L14.4023 4.29289C14.7928 3.90237 15.426 3.90237 15.8165 4.29289Z" }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("path", { d: "M15.8165 4.29289C16.207 4.68342 16.207 5.31658 15.8165 5.70711L9.52359 12L15.8165 18.2929C16.207 18.6834 16.207 19.3166 15.8165 19.7071C15.426 20.0976 14.7928 20.0976 14.4023 19.7071L7.40227 12.7071C7.01174 12.3166 7.01174 11.6834 7.40227 11.2929L14.4023 4.29289C14.7928 3.90237 15.426 3.90237 15.8165 4.29289Z" }) }));
8
8
  export default IconChevronLeftFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconChevronRight: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconChevronRight: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconChevronRight;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconChevronRight = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconChevronRight = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("path", { d: "M13.05 12.1326C13.2737 11.9089 13.2737 11.5463 13.05 11.3226L9.6363 7.9089C9.28488 7.55748 9.28488 6.98772 9.6363 6.6363C9.98772 6.28488 10.5575 6.28488 10.9089 6.6363L15.4795 11.2069C15.7671 11.4945 15.7671 11.9607 15.4795 12.2483L10.9089 16.8189C10.5575 17.1703 9.98772 17.1703 9.6363 16.8189C9.28488 16.4675 9.28488 15.8977 9.6363 15.5463L13.05 12.1326Z" }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("path", { d: "M13.05 12.1326C13.2737 11.9089 13.2737 11.5463 13.05 11.3226L9.6363 7.9089C9.28488 7.55748 9.28488 6.98772 9.6363 6.6363C9.98772 6.28488 10.5575 6.28488 10.9089 6.6363L15.4795 11.2069C15.7671 11.4945 15.7671 11.9607 15.4795 12.2483L10.9089 16.8189C10.5575 17.1703 9.98772 17.1703 9.6363 16.8189C9.28488 16.4675 9.28488 15.8977 9.6363 15.5463L13.05 12.1326Z" }) }));
8
8
  export default IconChevronRight;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconChevronRightFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconChevronRightFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconChevronRightFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconChevronRightFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconChevronRightFilled = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("path", { d: "M8.40227 4.29289C8.01174 4.68342 8.01174 5.31658 8.40227 5.70711L14.6952 12L8.40227 18.2929C8.01174 18.6834 8.01174 19.3166 8.40227 19.7071C8.79279 20.0976 9.42596 20.0976 9.81648 19.7071L16.8165 12.7071C17.207 12.3166 17.207 11.6834 16.8165 11.2929L9.81648 4.29289C9.42596 3.90237 8.79279 3.90237 8.40227 4.29289Z" }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("path", { d: "M8.40227 4.29289C8.01174 4.68342 8.01174 5.31658 8.40227 5.70711L14.6952 12L8.40227 18.2929C8.01174 18.6834 8.01174 19.3166 8.40227 19.7071C8.79279 20.0976 9.42596 20.0976 9.81648 19.7071L16.8165 12.7071C17.207 12.3166 17.207 11.6834 16.8165 11.2929L9.81648 4.29289C9.42596 3.90237 8.79279 3.90237 8.40227 4.29289Z" }) }));
8
8
  export default IconChevronRightFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconChevronUp: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconChevronUp: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconChevronUp;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconChevronUp = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconChevronUp = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("path", { d: "M13.1326 11.4502C12.9089 11.2265 12.5463 11.2265 12.3226 11.4502L8.9089 14.8639C8.55748 15.2153 7.98772 15.2153 7.6363 14.8639C7.28488 14.5125 7.28488 13.9427 7.6363 13.5913L12.2069 9.02069C12.4945 8.73312 12.9607 8.73312 13.2483 9.02069L17.8189 13.5913C18.1703 13.9427 18.1703 14.5125 17.8189 14.8639C17.4675 15.2153 16.8977 15.2153 16.5463 14.8639L13.1326 11.4502Z" }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("path", { d: "M13.1326 11.4502C12.9089 11.2265 12.5463 11.2265 12.3226 11.4502L8.9089 14.8639C8.55748 15.2153 7.98772 15.2153 7.6363 14.8639C7.28488 14.5125 7.28488 13.9427 7.6363 13.5913L12.2069 9.02069C12.4945 8.73312 12.9607 8.73312 13.2483 9.02069L17.8189 13.5913C18.1703 13.9427 18.1703 14.5125 17.8189 14.8639C17.4675 15.2153 16.8977 15.2153 16.5463 14.8639L13.1326 11.4502Z" }) }));
8
8
  export default IconChevronUp;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconChevronUpDown: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconChevronUpDown: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconChevronUpDown;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconChevronUpDown = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconChevronUpDown = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Regular", children: _jsx("path", { id: "Shape", d: "M13.0094 2.23017C12.868 2.08311 12.6728 2 12.4688 2C12.2647 2 12.0695 2.08311 11.9281 2.23017L5.67813 8.73017C5.39103 9.02875 5.40034 9.50353 5.69892 9.79062C5.9975 10.0777 6.47228 10.0684 6.75938 9.76983L12.4688 3.83208L18.1781 9.76983C18.4652 10.0684 18.94 10.0777 19.2386 9.79062C19.5372 9.50353 19.5465 9.02875 19.2594 8.73017L13.0094 2.23017ZM13.0094 21.7698C12.868 21.9169 12.6728 22 12.4688 22C12.2647 22 12.0695 21.9169 11.9281 21.7698L5.67813 15.2698C5.39103 14.9713 5.40034 14.4965 5.69892 14.2094C5.9975 13.9223 6.47228 13.9316 6.75938 14.2302L12.4688 20.1679L18.1781 14.2302C18.4652 13.9316 18.94 13.9223 19.2386 14.2094C19.5372 14.4965 19.5465 14.9713 19.2594 15.2698L13.0094 21.7698Z" }) }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Regular", children: _jsx("path", { id: "Shape", d: "M13.0094 2.23017C12.868 2.08311 12.6728 2 12.4688 2C12.2647 2 12.0695 2.08311 11.9281 2.23017L5.67813 8.73017C5.39103 9.02875 5.40034 9.50353 5.69892 9.79062C5.9975 10.0777 6.47228 10.0684 6.75938 9.76983L12.4688 3.83208L18.1781 9.76983C18.4652 10.0684 18.94 10.0777 19.2386 9.79062C19.5372 9.50353 19.5465 9.02875 19.2594 8.73017L13.0094 2.23017ZM13.0094 21.7698C12.868 21.9169 12.6728 22 12.4688 22C12.2647 22 12.0695 21.9169 11.9281 21.7698L5.67813 15.2698C5.39103 14.9713 5.40034 14.4965 5.69892 14.2094C5.9975 13.9223 6.47228 13.9316 6.75938 14.2302L12.4688 20.1679L18.1781 14.2302C18.4652 13.9316 18.94 13.9223 19.2386 14.2094C19.5372 14.4965 19.5465 14.9713 19.2594 15.2698L13.0094 21.7698Z" }) }) }));
8
8
  export default IconChevronUpDown;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconChevronUpDownFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconChevronUpDownFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconChevronUpDownFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconChevronUpDownFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconChevronUpDownFilled = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Filled", children: _jsx("path", { id: "Shape", d: "M19.259 8.3871C19.5641 8.77939 19.5363 9.34662 19.1759 9.70711C18.7853 10.0976 18.1522 10.0976 17.7616 9.70711L12.4688 4.41421L7.17586 9.70711L7.08165 9.79029C6.68936 10.0953 6.12213 10.0676 5.76164 9.70711C5.37112 9.31658 5.37112 8.68342 5.76164 8.29289L11.7616 2.29289L11.8559 2.2097C12.2481 1.90468 12.8154 1.93241 13.1759 2.29289L19.1759 8.29289L19.259 8.3871ZM5.67846 15.6129C5.37343 15.2206 5.40116 14.6534 5.76164 14.2929C6.15217 13.9024 6.78533 13.9024 7.17586 14.2929L12.4688 19.5858L17.7616 14.2929L17.8558 14.2097C18.2481 13.9047 18.8154 13.9324 19.1759 14.2929C19.5664 14.6834 19.5664 15.3166 19.1759 15.7071L13.1759 21.7071L13.0816 21.7903C12.6894 22.0953 12.1221 22.0676 11.7616 21.7071L5.76164 15.7071L5.67846 15.6129Z" }) }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Filled", children: _jsx("path", { id: "Shape", d: "M19.259 8.3871C19.5641 8.77939 19.5363 9.34662 19.1759 9.70711C18.7853 10.0976 18.1522 10.0976 17.7616 9.70711L12.4688 4.41421L7.17586 9.70711L7.08165 9.79029C6.68936 10.0953 6.12213 10.0676 5.76164 9.70711C5.37112 9.31658 5.37112 8.68342 5.76164 8.29289L11.7616 2.29289L11.8559 2.2097C12.2481 1.90468 12.8154 1.93241 13.1759 2.29289L19.1759 8.29289L19.259 8.3871ZM5.67846 15.6129C5.37343 15.2206 5.40116 14.6534 5.76164 14.2929C6.15217 13.9024 6.78533 13.9024 7.17586 14.2929L12.4688 19.5858L17.7616 14.2929L17.8558 14.2097C18.2481 13.9047 18.8154 13.9324 19.1759 14.2929C19.5664 14.6834 19.5664 15.3166 19.1759 15.7071L13.1759 21.7071L13.0816 21.7903C12.6894 22.0953 12.1221 22.0676 11.7616 21.7071L5.76164 15.7071L5.67846 15.6129Z" }) }) }));
8
8
  export default IconChevronUpDownFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconChevronUpFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconChevronUpFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconChevronUpFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconChevronUpFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconChevronUpFilled = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("path", { d: "M4.40227 15.7071C4.79279 16.0976 5.42596 16.0976 5.81648 15.7071L12.1094 9.41421L18.4023 15.7071C18.7928 16.0976 19.426 16.0976 19.8165 15.7071C20.207 15.3166 20.207 14.6834 19.8165 14.2929L12.8165 7.29289C12.426 6.90237 11.7928 6.90237 11.4023 7.29289L4.40227 14.2929C4.01174 14.6834 4.01174 15.3166 4.40227 15.7071Z" }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("path", { d: "M4.40227 15.7071C4.79279 16.0976 5.42596 16.0976 5.81648 15.7071L12.1094 9.41421L18.4023 15.7071C18.7928 16.0976 19.426 16.0976 19.8165 15.7071C20.207 15.3166 20.207 14.6834 19.8165 14.2929L12.8165 7.29289C12.426 6.90237 11.7928 6.90237 11.4023 7.29289L4.40227 14.2929C4.01174 14.6834 4.01174 15.3166 4.40227 15.7071Z" }) }));
8
8
  export default IconChevronUpFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconClipboardDay: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconClipboardDay: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconClipboardDay;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconClipboardDay = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconClipboardDay = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("path", { d: "M8 9.75C8 9.33579 8.33579 9 8.75 9H15.25C15.6642 9 16 9.33579 16 9.75C16 10.1642 15.6642 10.5 15.25 10.5H8.75C8.33579 10.5 8 10.1642 8 9.75ZM9.75 12C8.7835 12 8 12.7835 8 13.75V16.25C8 17.2165 8.7835 18 9.75 18H14.25C15.2165 18 16 17.2165 16 16.25V13.75C16 12.7835 15.2165 12 14.25 12H9.75ZM9.5 13.75C9.5 13.6119 9.61193 13.5 9.75 13.5H14.25C14.3881 13.5 14.5 13.6119 14.5 13.75V16.25C14.5 16.3881 14.3881 16.5 14.25 16.5H9.75C9.61193 16.5 9.5 16.3881 9.5 16.25V13.75ZM13.75 2C14.9089 2 15.8631 2.8761 15.9865 4.00209C15.9864 4.0012 15.9863 4.00032 15.9862 3.99944L17.75 4C18.9926 4 20 5.00736 20 6.25V19.75C20 20.9926 18.9926 22 17.75 22H6.25C5.00736 22 4 20.9926 4 19.75V6.25C4 5.00736 5.00736 4 6.25 4L8.01379 3.99944C8.13841 2.87472 9.09205 2 10.25 2H13.75ZM15.9948 4.09595L16 4.25C16 4.19822 15.9983 4.14685 15.9948 4.09595ZM13.75 6.5H10.25C9.46997 6.5 8.78264 6.10307 8.379 5.50016L6.25 5.5C5.83579 5.5 5.5 5.83579 5.5 6.25V19.75C5.5 20.1642 5.83579 20.5 6.25 20.5H17.75C18.1642 20.5 18.5 20.1642 18.5 19.75V6.25C18.5 5.83579 18.1642 5.5 17.75 5.5L15.621 5.5002C15.2173 6.1031 14.53 6.5 13.75 6.5ZM13.75 3.5H10.25C9.83579 3.5 9.5 3.83579 9.5 4.25C9.5 4.66421 9.83579 5 10.25 5H13.75C14.1642 5 14.5 4.66421 14.5 4.25C14.5 3.83579 14.1642 3.5 13.75 3.5Z" }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("path", { d: "M8 9.75C8 9.33579 8.33579 9 8.75 9H15.25C15.6642 9 16 9.33579 16 9.75C16 10.1642 15.6642 10.5 15.25 10.5H8.75C8.33579 10.5 8 10.1642 8 9.75ZM9.75 12C8.7835 12 8 12.7835 8 13.75V16.25C8 17.2165 8.7835 18 9.75 18H14.25C15.2165 18 16 17.2165 16 16.25V13.75C16 12.7835 15.2165 12 14.25 12H9.75ZM9.5 13.75C9.5 13.6119 9.61193 13.5 9.75 13.5H14.25C14.3881 13.5 14.5 13.6119 14.5 13.75V16.25C14.5 16.3881 14.3881 16.5 14.25 16.5H9.75C9.61193 16.5 9.5 16.3881 9.5 16.25V13.75ZM13.75 2C14.9089 2 15.8631 2.8761 15.9865 4.00209C15.9864 4.0012 15.9863 4.00032 15.9862 3.99944L17.75 4C18.9926 4 20 5.00736 20 6.25V19.75C20 20.9926 18.9926 22 17.75 22H6.25C5.00736 22 4 20.9926 4 19.75V6.25C4 5.00736 5.00736 4 6.25 4L8.01379 3.99944C8.13841 2.87472 9.09205 2 10.25 2H13.75ZM15.9948 4.09595L16 4.25C16 4.19822 15.9983 4.14685 15.9948 4.09595ZM13.75 6.5H10.25C9.46997 6.5 8.78264 6.10307 8.379 5.50016L6.25 5.5C5.83579 5.5 5.5 5.83579 5.5 6.25V19.75C5.5 20.1642 5.83579 20.5 6.25 20.5H17.75C18.1642 20.5 18.5 20.1642 18.5 19.75V6.25C18.5 5.83579 18.1642 5.5 17.75 5.5L15.621 5.5002C15.2173 6.1031 14.53 6.5 13.75 6.5ZM13.75 3.5H10.25C9.83579 3.5 9.5 3.83579 9.5 4.25C9.5 4.66421 9.83579 5 10.25 5H13.75C14.1642 5 14.5 4.66421 14.5 4.25C14.5 3.83579 14.1642 3.5 13.75 3.5Z" }) }));
8
8
  export default IconClipboardDay;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconClock: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconClock: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconClock;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconClock = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconClock = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Regular", children: _jsx("path", { id: "Shape", d: "M12.0469 2C17.5699 2 22.0469 6.478 22.0469 12C22.0469 17.522 17.5699 22 12.0469 22C6.52388 22 2.04688 17.522 2.04688 12C2.04688 6.478 6.52388 2 12.0469 2ZM12.0469 3.667C7.45188 3.667 3.71388 7.405 3.71388 12C3.71388 16.595 7.45188 20.333 12.0469 20.333C16.6419 20.333 20.3799 16.595 20.3799 12C20.3799 7.405 16.6419 3.667 12.0469 3.667ZM11.2969 6C11.6764 6 11.9903 6.28233 12.04 6.64827L12.0469 6.75V12H15.2969C15.7109 12 16.0469 12.336 16.0469 12.75C16.0469 13.1295 15.7645 13.4435 15.3986 13.4931L15.2969 13.5H11.2969C10.9174 13.5 10.6034 13.2177 10.5537 12.8517L10.5469 12.75V6.75C10.5469 6.336 10.8829 6 11.2969 6Z" }) }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Regular", children: _jsx("path", { id: "Shape", d: "M12.0469 2C17.5699 2 22.0469 6.478 22.0469 12C22.0469 17.522 17.5699 22 12.0469 22C6.52388 22 2.04688 17.522 2.04688 12C2.04688 6.478 6.52388 2 12.0469 2ZM12.0469 3.667C7.45188 3.667 3.71388 7.405 3.71388 12C3.71388 16.595 7.45188 20.333 12.0469 20.333C16.6419 20.333 20.3799 16.595 20.3799 12C20.3799 7.405 16.6419 3.667 12.0469 3.667ZM11.2969 6C11.6764 6 11.9903 6.28233 12.04 6.64827L12.0469 6.75V12H15.2969C15.7109 12 16.0469 12.336 16.0469 12.75C16.0469 13.1295 15.7645 13.4435 15.3986 13.4931L15.2969 13.5H11.2969C10.9174 13.5 10.6034 13.2177 10.5537 12.8517L10.5469 12.75V6.75C10.5469 6.336 10.8829 6 11.2969 6Z" }) }) }));
8
8
  export default IconClock;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconClockDismiss: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconClockDismiss: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconClockDismiss;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconClockDismiss = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconClockDismiss = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("path", { d: "M6.90625 12C9.94382 12 12.4062 14.4624 12.4062 17.5C12.4062 20.5376 9.94382 23 6.90625 23C3.86868 23 1.40625 20.5376 1.40625 17.5C1.40625 14.4624 3.86868 12 6.90625 12ZM13.4062 1C18.9292 1 23.4062 5.478 23.4062 11C23.4062 16.522 18.9292 21 13.4062 21C13.0714 21 12.7405 20.9835 12.4141 20.9514C12.7287 20.452 12.976 19.9075 13.1452 19.3297L13.4062 19.333C18.0012 19.333 21.7393 15.595 21.7393 11C21.7393 6.405 18.0012 2.667 13.4062 2.667C8.81125 2.667 5.07325 6.405 5.07325 11L5.07729 11.2614C4.49862 11.4303 3.95407 11.6776 3.45509 11.9909C3.4227 11.6657 3.40625 11.3347 3.40625 11C3.40625 5.478 7.88325 1 13.4062 1ZM4.12194 14.5886L4.0527 14.6464L3.99484 14.7157C3.87672 14.8862 3.87672 15.1138 3.99484 15.2843L4.0527 15.3536L6.19925 17.5L4.0527 19.6464L3.99484 19.7157C3.87672 19.8862 3.87672 20.1138 3.99484 20.2843L4.0527 20.3536L4.12194 20.4114C4.29245 20.5295 4.52005 20.5295 4.69056 20.4114L4.7598 20.3536L6.90625 18.207L9.0527 20.3536L9.12194 20.4114C9.29245 20.5295 9.52005 20.5295 9.69056 20.4114L9.7598 20.3536L9.81766 20.2843C9.93578 20.1138 9.93578 19.8862 9.81766 19.7157L9.7598 19.6464L7.61325 17.5L9.7598 15.3536L9.81766 15.2843C9.93578 15.1138 9.93578 14.8862 9.81766 14.7157L9.7598 14.6464L9.69056 14.5886C9.52005 14.4705 9.29245 14.4705 9.12194 14.5886L9.0527 14.6464L6.90625 16.793L4.7598 14.6464L4.69056 14.5886C4.5444 14.4873 4.35632 14.4729 4.19818 14.5452L4.12194 14.5886ZM12.6562 5C13.0358 5 13.3497 5.28233 13.3994 5.64827L13.4062 5.75V11H16.6562C17.0702 11 17.4062 11.336 17.4062 11.75C17.4062 12.1295 17.1239 12.4435 16.758 12.4931L16.6562 12.5H12.6562C12.2767 12.5 11.9628 12.2177 11.9131 11.8517L11.9062 11.75V5.75C11.9062 5.336 12.2423 5 12.6562 5Z" }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("path", { d: "M6.90625 12C9.94382 12 12.4062 14.4624 12.4062 17.5C12.4062 20.5376 9.94382 23 6.90625 23C3.86868 23 1.40625 20.5376 1.40625 17.5C1.40625 14.4624 3.86868 12 6.90625 12ZM13.4062 1C18.9292 1 23.4062 5.478 23.4062 11C23.4062 16.522 18.9292 21 13.4062 21C13.0714 21 12.7405 20.9835 12.4141 20.9514C12.7287 20.452 12.976 19.9075 13.1452 19.3297L13.4062 19.333C18.0012 19.333 21.7393 15.595 21.7393 11C21.7393 6.405 18.0012 2.667 13.4062 2.667C8.81125 2.667 5.07325 6.405 5.07325 11L5.07729 11.2614C4.49862 11.4303 3.95407 11.6776 3.45509 11.9909C3.4227 11.6657 3.40625 11.3347 3.40625 11C3.40625 5.478 7.88325 1 13.4062 1ZM4.12194 14.5886L4.0527 14.6464L3.99484 14.7157C3.87672 14.8862 3.87672 15.1138 3.99484 15.2843L4.0527 15.3536L6.19925 17.5L4.0527 19.6464L3.99484 19.7157C3.87672 19.8862 3.87672 20.1138 3.99484 20.2843L4.0527 20.3536L4.12194 20.4114C4.29245 20.5295 4.52005 20.5295 4.69056 20.4114L4.7598 20.3536L6.90625 18.207L9.0527 20.3536L9.12194 20.4114C9.29245 20.5295 9.52005 20.5295 9.69056 20.4114L9.7598 20.3536L9.81766 20.2843C9.93578 20.1138 9.93578 19.8862 9.81766 19.7157L9.7598 19.6464L7.61325 17.5L9.7598 15.3536L9.81766 15.2843C9.93578 15.1138 9.93578 14.8862 9.81766 14.7157L9.7598 14.6464L9.69056 14.5886C9.52005 14.4705 9.29245 14.4705 9.12194 14.5886L9.0527 14.6464L6.90625 16.793L4.7598 14.6464L4.69056 14.5886C4.5444 14.4873 4.35632 14.4729 4.19818 14.5452L4.12194 14.5886ZM12.6562 5C13.0358 5 13.3497 5.28233 13.3994 5.64827L13.4062 5.75V11H16.6562C17.0702 11 17.4062 11.336 17.4062 11.75C17.4062 12.1295 17.1239 12.4435 16.758 12.4931L16.6562 12.5H12.6562C12.2767 12.5 11.9628 12.2177 11.9131 11.8517L11.9062 11.75V5.75C11.9062 5.336 12.2423 5 12.6562 5Z" }) }));
8
8
  export default IconClockDismiss;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconClockDismissFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconClockDismissFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconClockDismissFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconClockDismissFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconClockDismissFilled = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("path", { d: "M6.90625 12C9.94382 12 12.4062 14.4624 12.4062 17.5C12.4062 20.5376 9.94382 23 6.90625 23C3.86868 23 1.40625 20.5376 1.40625 17.5C1.40625 14.4624 3.86868 12 6.90625 12ZM13.4062 1C18.9292 1 23.4062 5.478 23.4062 11C23.4062 16.522 18.9292 21 13.4062 21C13.0714 21 12.7405 20.9835 12.4141 20.9514C13.0433 19.9509 13.4062 18.7678 13.4062 17.5C13.4062 13.9101 10.4961 11 6.90625 11C5.63831 11 4.45516 11.363 3.45509 11.9909C3.4227 11.6657 3.40625 11.3347 3.40625 11C3.40625 5.478 7.88325 1 13.4062 1ZM4.12194 14.5886L4.0527 14.6464L3.99484 14.7157C3.87672 14.8862 3.87672 15.1138 3.99484 15.2843L4.0527 15.3536L6.19925 17.5L4.0527 19.6464L3.99484 19.7157C3.87672 19.8862 3.87672 20.1138 3.99484 20.2843L4.0527 20.3536L4.12194 20.4114C4.29245 20.5295 4.52005 20.5295 4.69056 20.4114L4.7598 20.3536L6.90625 18.207L9.0527 20.3536L9.12194 20.4114C9.29245 20.5295 9.52005 20.5295 9.69056 20.4114L9.7598 20.3536L9.81766 20.2843C9.93578 20.1138 9.93578 19.8862 9.81766 19.7157L9.7598 19.6464L7.61325 17.5L9.7598 15.3536L9.81766 15.2843C9.93578 15.1138 9.93578 14.8862 9.81766 14.7157L9.7598 14.6464L9.69056 14.5886C9.52005 14.4705 9.29245 14.4705 9.12194 14.5886L9.0527 14.6464L6.90625 16.793L4.7598 14.6464L4.69056 14.5886C4.5444 14.4873 4.35632 14.4729 4.19818 14.5452L4.12194 14.5886ZM12.6562 5C12.2423 5 11.9062 5.336 11.9062 5.75L11.9018 11.2531C11.9018 11.6671 12.2378 12.0031 12.6518 12.0031H16.6518C17.0658 12.0031 17.4018 11.6671 17.4018 11.2531C17.4018 10.8391 17.0658 10.5031 16.6518 10.5031H13.4018L13.4062 5.75C13.4062 5.336 13.0702 5 12.6562 5Z" }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("path", { d: "M6.90625 12C9.94382 12 12.4062 14.4624 12.4062 17.5C12.4062 20.5376 9.94382 23 6.90625 23C3.86868 23 1.40625 20.5376 1.40625 17.5C1.40625 14.4624 3.86868 12 6.90625 12ZM13.4062 1C18.9292 1 23.4062 5.478 23.4062 11C23.4062 16.522 18.9292 21 13.4062 21C13.0714 21 12.7405 20.9835 12.4141 20.9514C13.0433 19.9509 13.4062 18.7678 13.4062 17.5C13.4062 13.9101 10.4961 11 6.90625 11C5.63831 11 4.45516 11.363 3.45509 11.9909C3.4227 11.6657 3.40625 11.3347 3.40625 11C3.40625 5.478 7.88325 1 13.4062 1ZM4.12194 14.5886L4.0527 14.6464L3.99484 14.7157C3.87672 14.8862 3.87672 15.1138 3.99484 15.2843L4.0527 15.3536L6.19925 17.5L4.0527 19.6464L3.99484 19.7157C3.87672 19.8862 3.87672 20.1138 3.99484 20.2843L4.0527 20.3536L4.12194 20.4114C4.29245 20.5295 4.52005 20.5295 4.69056 20.4114L4.7598 20.3536L6.90625 18.207L9.0527 20.3536L9.12194 20.4114C9.29245 20.5295 9.52005 20.5295 9.69056 20.4114L9.7598 20.3536L9.81766 20.2843C9.93578 20.1138 9.93578 19.8862 9.81766 19.7157L9.7598 19.6464L7.61325 17.5L9.7598 15.3536L9.81766 15.2843C9.93578 15.1138 9.93578 14.8862 9.81766 14.7157L9.7598 14.6464L9.69056 14.5886C9.52005 14.4705 9.29245 14.4705 9.12194 14.5886L9.0527 14.6464L6.90625 16.793L4.7598 14.6464L4.69056 14.5886C4.5444 14.4873 4.35632 14.4729 4.19818 14.5452L4.12194 14.5886ZM12.6562 5C12.2423 5 11.9062 5.336 11.9062 5.75L11.9018 11.2531C11.9018 11.6671 12.2378 12.0031 12.6518 12.0031H16.6518C17.0658 12.0031 17.4018 11.6671 17.4018 11.2531C17.4018 10.8391 17.0658 10.5031 16.6518 10.5031H13.4018L13.4062 5.75C13.4062 5.336 13.0702 5 12.6562 5Z" }) }));
8
8
  export default IconClockDismissFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconClockFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconClockFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconClockFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconClockFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconClockFilled = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Filled", children: _jsx("path", { id: "Shape", d: "M15.2969 13.5H11.2969C10.8829 13.5 10.5469 13.164 10.5469 12.75V6.75C10.5469 6.336 10.8829 6 11.2969 6C11.7109 6 12.0469 6.336 12.0469 6.75V12H15.2969C15.7109 12 16.0469 12.336 16.0469 12.75C16.0469 13.164 15.7109 13.5 15.2969 13.5ZM12.0469 2C6.52488 2 2.04688 6.478 2.04688 12C2.04688 17.522 6.52488 22 12.0469 22C17.5689 22 22.0469 17.522 22.0469 12C22.0469 6.478 17.5689 2 12.0469 2Z" }) }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Filled", children: _jsx("path", { id: "Shape", d: "M15.2969 13.5H11.2969C10.8829 13.5 10.5469 13.164 10.5469 12.75V6.75C10.5469 6.336 10.8829 6 11.2969 6C11.7109 6 12.0469 6.336 12.0469 6.75V12H15.2969C15.7109 12 16.0469 12.336 16.0469 12.75C16.0469 13.164 15.7109 13.5 15.2969 13.5ZM12.0469 2C6.52488 2 2.04688 6.478 2.04688 12C2.04688 17.522 6.52488 22 12.0469 22C17.5689 22 22.0469 17.522 22.0469 12C22.0469 6.478 17.5689 2 12.0469 2Z" }) }) }));
8
8
  export default IconClockFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconCode: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconCode: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconCode;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconCode = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconCode = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", "aria-hidden": "true", children: [_jsx("polyline", { points: "18,16 22,12 18,8" }), _jsx("polyline", { points: "6,8 2,12 6,16" }), _jsx("line", { x1: "14.5", y1: "4", x2: "9.5", y2: "20" })] }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", "aria-hidden": "true", children: [_jsx("polyline", { points: "18,16 22,12 18,8" }), _jsx("polyline", { points: "6,8 2,12 6,16" }), _jsx("line", { x1: "14.5", y1: "4", x2: "9.5", y2: "20" })] }));
8
8
  export default IconCode;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconCoins: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconCoins: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconCoins;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconCoins = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconCoins = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', stroke: "#717784", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", "aria-hidden": "true", children: [_jsx("circle", { cx: "8", cy: "8", r: "6" }), _jsx("path", { d: "M18.09 10.37A6 6 0 1 1 10.34 18" }), _jsx("path", { d: "M7 6h1v4" }), _jsx("path", { d: "m16.71 13.88.7.71-2.82 2.82" })] }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', stroke: "#717784", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", "aria-hidden": "true", children: [_jsx("circle", { cx: "8", cy: "8", r: "6" }), _jsx("path", { d: "M18.09 10.37A6 6 0 1 1 10.34 18" }), _jsx("path", { d: "M7 6h1v4" }), _jsx("path", { d: "m16.71 13.88.7.71-2.82 2.82" })] }));
8
8
  export default IconCoins;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconComment: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconComment: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconComment;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconComment = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconComment = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Regular", children: _jsx("path", { id: "Shape", d: "M5.96875 18C4.17382 18 2.71875 16.5449 2.71875 14.75V6.25C2.71875 4.45507 4.17382 3 5.96875 3H19.4688C21.2637 3 22.7188 4.45507 22.7188 6.25V14.75C22.7188 16.5449 21.2637 18 19.4688 18H13.7312L8.71743 21.7507C8.1646 22.1642 7.38125 22.0512 6.96776 21.4984C6.80611 21.2822 6.71875 21.0196 6.71875 20.7499L6.71796 18H5.96875ZM13.2323 16.5H19.4688C20.4352 16.5 21.2188 15.7165 21.2188 14.75V6.25C21.2188 5.2835 20.4352 4.5 19.4688 4.5H5.96875C5.00225 4.5 4.21875 5.2835 4.21875 6.25V14.75C4.21875 15.7165 5.00225 16.5 5.96875 16.5H8.21754L8.21775 17.2498L8.21861 20.2506L13.2323 16.5Z" }) }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Regular", children: _jsx("path", { id: "Shape", d: "M5.96875 18C4.17382 18 2.71875 16.5449 2.71875 14.75V6.25C2.71875 4.45507 4.17382 3 5.96875 3H19.4688C21.2637 3 22.7188 4.45507 22.7188 6.25V14.75C22.7188 16.5449 21.2637 18 19.4688 18H13.7312L8.71743 21.7507C8.1646 22.1642 7.38125 22.0512 6.96776 21.4984C6.80611 21.2822 6.71875 21.0196 6.71875 20.7499L6.71796 18H5.96875ZM13.2323 16.5H19.4688C20.4352 16.5 21.2188 15.7165 21.2188 14.75V6.25C21.2188 5.2835 20.4352 4.5 19.4688 4.5H5.96875C5.00225 4.5 4.21875 5.2835 4.21875 6.25V14.75C4.21875 15.7165 5.00225 16.5 5.96875 16.5H8.21754L8.21775 17.2498L8.21861 20.2506L13.2323 16.5Z" }) }) }));
8
8
  export default IconComment;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconCommentFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconCommentFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconCommentFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconCommentFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconCommentFilled = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Filled", children: _jsx("path", { id: "Shape", d: "M5.96875 3C4.17382 3 2.71875 4.45507 2.71875 6.25V14.75C2.71875 16.5449 4.17383 18 5.96875 18H6.71875V20.75C6.71875 21.7801 7.8947 22.368 8.71875 21.75L13.7188 18H19.4688C21.2637 18 22.7188 16.5449 22.7188 14.75V6.25C22.7188 4.45507 21.2637 3 19.4688 3H5.96875Z" }) }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Filled", children: _jsx("path", { id: "Shape", d: "M5.96875 3C4.17382 3 2.71875 4.45507 2.71875 6.25V14.75C2.71875 16.5449 4.17383 18 5.96875 18H6.71875V20.75C6.71875 21.7801 7.8947 22.368 8.71875 21.75L13.7188 18H19.4688C21.2637 18 22.7188 16.5449 22.7188 14.75V6.25C22.7188 4.45507 21.2637 3 19.4688 3H5.96875Z" }) }) }));
8
8
  export default IconCommentFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconContractCard: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconContractCard: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconContractCard;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconContractCard = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconContractCard = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("path", { d: "M20.0078 4C21.2505 4 22.2578 5.00736 22.2578 6.25V17.7546C22.2578 18.9972 21.2505 20.0046 20.0078 20.0046H4.50781C3.26517 20.0046 2.25781 18.9972 2.25781 17.7546V6.25C2.25781 5.00736 3.26517 4 4.50781 4H20.0078ZM20.0078 5.5H4.50781C4.0936 5.5 3.75781 5.83579 3.75781 6.25V17.7546C3.75781 18.1688 4.0936 18.5046 4.50781 18.5046H20.0078C20.422 18.5046 20.7578 18.1688 20.7578 17.7546V6.25C20.7578 5.83579 20.422 5.5 20.0078 5.5ZM10.0078 12.5C10.422 12.5 10.7578 12.8358 10.7578 13.25V13.7427L10.7499 13.8513C10.5871 14.9642 9.65549 15.5009 8.25776 15.5009C6.85995 15.5009 5.92829 14.9637 5.76568 13.8501L5.75781 13.7418V13.25C5.75781 12.8358 6.0936 12.5 6.50781 12.5H10.0078ZM13.5101 12.9961H18.0078C18.422 12.9961 18.7578 13.3319 18.7578 13.7461C18.7578 14.1258 18.4757 14.4396 18.1096 14.4893L18.0078 14.4961H13.5101C13.0959 14.4961 12.7601 14.1604 12.7601 13.7461C12.7601 13.3664 13.0423 13.0526 13.4083 13.003L13.5101 12.9961H18.0078H13.5101ZM8.25781 8.50218C9.08623 8.50218 9.75779 9.17374 9.75779 10.0022C9.75779 10.8306 9.08623 11.5021 8.25781 11.5021C7.4294 11.5021 6.75784 10.8306 6.75784 10.0022C6.75784 9.17374 7.4294 8.50218 8.25781 8.50218ZM13.5101 9.5H18.0078C18.422 9.5 18.7578 9.83579 18.7578 10.25C18.7578 10.6297 18.4757 10.9435 18.1096 10.9932L18.0078 11H13.5101C13.0959 11 12.7601 10.6642 12.7601 10.25C12.7601 9.8703 13.0423 9.55651 13.4083 9.50685L13.5101 9.5H18.0078H13.5101Z" }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("path", { d: "M20.0078 4C21.2505 4 22.2578 5.00736 22.2578 6.25V17.7546C22.2578 18.9972 21.2505 20.0046 20.0078 20.0046H4.50781C3.26517 20.0046 2.25781 18.9972 2.25781 17.7546V6.25C2.25781 5.00736 3.26517 4 4.50781 4H20.0078ZM20.0078 5.5H4.50781C4.0936 5.5 3.75781 5.83579 3.75781 6.25V17.7546C3.75781 18.1688 4.0936 18.5046 4.50781 18.5046H20.0078C20.422 18.5046 20.7578 18.1688 20.7578 17.7546V6.25C20.7578 5.83579 20.422 5.5 20.0078 5.5ZM10.0078 12.5C10.422 12.5 10.7578 12.8358 10.7578 13.25V13.7427L10.7499 13.8513C10.5871 14.9642 9.65549 15.5009 8.25776 15.5009C6.85995 15.5009 5.92829 14.9637 5.76568 13.8501L5.75781 13.7418V13.25C5.75781 12.8358 6.0936 12.5 6.50781 12.5H10.0078ZM13.5101 12.9961H18.0078C18.422 12.9961 18.7578 13.3319 18.7578 13.7461C18.7578 14.1258 18.4757 14.4396 18.1096 14.4893L18.0078 14.4961H13.5101C13.0959 14.4961 12.7601 14.1604 12.7601 13.7461C12.7601 13.3664 13.0423 13.0526 13.4083 13.003L13.5101 12.9961H18.0078H13.5101ZM8.25781 8.50218C9.08623 8.50218 9.75779 9.17374 9.75779 10.0022C9.75779 10.8306 9.08623 11.5021 8.25781 11.5021C7.4294 11.5021 6.75784 10.8306 6.75784 10.0022C6.75784 9.17374 7.4294 8.50218 8.25781 8.50218ZM13.5101 9.5H18.0078C18.422 9.5 18.7578 9.83579 18.7578 10.25C18.7578 10.6297 18.4757 10.9435 18.1096 10.9932L18.0078 11H13.5101C13.0959 11 12.7601 10.6642 12.7601 10.25C12.7601 9.8703 13.0423 9.55651 13.4083 9.50685L13.5101 9.5H18.0078H13.5101Z" }) }));
8
8
  export default IconContractCard;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconContractCardFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconContractCardFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconContractCardFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconContractCardFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconContractCardFilled = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("path", { d: "M20.0078 4C21.2505 4 22.2578 5.00736 22.2578 6.25V17.7546C22.2578 18.9972 21.2505 20.0046 20.0078 20.0046H4.50781C3.26517 20.0046 2.25781 18.9972 2.25781 17.7546V6.25C2.25781 5.00736 3.26517 4 4.50781 4H20.0078ZM10.0078 12.5H6.50781C6.12812 12.5 5.81432 12.7822 5.76466 13.1482L5.75781 13.25V13.7418L5.76568 13.8501C5.92829 14.9637 6.85995 15.5009 8.25776 15.5009C9.58893 15.5009 10.4973 15.0141 10.7215 14.0064L10.7499 13.8513L10.7578 13.7427V13.25C10.7578 12.8703 10.4757 12.5565 10.1096 12.5068L10.0078 12.5ZM18.0078 12.9961H13.5101L13.4083 13.003C13.0423 13.0526 12.7601 13.3664 12.7601 13.7461C12.7601 14.1258 13.0423 14.4396 13.4083 14.4893L13.5101 14.4961H18.0078L18.1096 14.4893C18.4757 14.4396 18.7578 14.1258 18.7578 13.7461C18.7578 13.3664 18.4757 13.0526 18.1096 13.003L18.0078 12.9961ZM8.25781 8.50218C7.4294 8.50218 6.75784 9.17374 6.75784 10.0022C6.75784 10.8306 7.4294 11.5021 8.25781 11.5021C9.08623 11.5021 9.75779 10.8306 9.75779 10.0022C9.75779 9.17374 9.08623 8.50218 8.25781 8.50218ZM18.0078 9.5H13.5101L13.4083 9.50685C13.0423 9.55651 12.7601 9.8703 12.7601 10.25C12.7601 10.6297 13.0423 10.9435 13.4083 10.9932L13.5101 11H18.0078L18.1096 10.9932C18.4757 10.9435 18.7578 10.6297 18.7578 10.25C18.7578 9.8703 18.4757 9.55651 18.1096 9.50685L18.0078 9.5Z" }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("path", { d: "M20.0078 4C21.2505 4 22.2578 5.00736 22.2578 6.25V17.7546C22.2578 18.9972 21.2505 20.0046 20.0078 20.0046H4.50781C3.26517 20.0046 2.25781 18.9972 2.25781 17.7546V6.25C2.25781 5.00736 3.26517 4 4.50781 4H20.0078ZM10.0078 12.5H6.50781C6.12812 12.5 5.81432 12.7822 5.76466 13.1482L5.75781 13.25V13.7418L5.76568 13.8501C5.92829 14.9637 6.85995 15.5009 8.25776 15.5009C9.58893 15.5009 10.4973 15.0141 10.7215 14.0064L10.7499 13.8513L10.7578 13.7427V13.25C10.7578 12.8703 10.4757 12.5565 10.1096 12.5068L10.0078 12.5ZM18.0078 12.9961H13.5101L13.4083 13.003C13.0423 13.0526 12.7601 13.3664 12.7601 13.7461C12.7601 14.1258 13.0423 14.4396 13.4083 14.4893L13.5101 14.4961H18.0078L18.1096 14.4893C18.4757 14.4396 18.7578 14.1258 18.7578 13.7461C18.7578 13.3664 18.4757 13.0526 18.1096 13.003L18.0078 12.9961ZM8.25781 8.50218C7.4294 8.50218 6.75784 9.17374 6.75784 10.0022C6.75784 10.8306 7.4294 11.5021 8.25781 11.5021C9.08623 11.5021 9.75779 10.8306 9.75779 10.0022C9.75779 9.17374 9.08623 8.50218 8.25781 8.50218ZM18.0078 9.5H13.5101L13.4083 9.50685C13.0423 9.55651 12.7601 9.8703 12.7601 10.25C12.7601 10.6297 13.0423 10.9435 13.4083 10.9932L13.5101 11H18.0078L18.1096 10.9932C18.4757 10.9435 18.7578 10.6297 18.7578 10.25C18.7578 9.8703 18.4757 9.55651 18.1096 9.50685L18.0078 9.5Z" }) }));
8
8
  export default IconContractCardFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconCopy: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconCopy: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconCopy;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconCopy = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconCopy = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("path", { d: "M6.17468 4.62704L6.17188 6.75V17.2542C6.17188 19.0491 7.62695 20.5042 9.42188 20.5042L18.0382 20.5045C17.7292 21.3782 16.8959 22.0042 15.9163 22.0042H9.42188C6.79852 22.0042 4.67188 19.8776 4.67188 17.2542V6.75C4.67188 5.76929 5.29932 4.93512 6.17468 4.62704ZM18.4219 2C19.6645 2 20.6719 3.00736 20.6719 4.25V17.25C20.6719 18.4926 19.6645 19.5 18.4219 19.5H9.42188C8.17923 19.5 7.17188 18.4926 7.17188 17.25V4.25C7.17188 3.00736 8.17923 2 9.42188 2H18.4219ZM18.4219 3.5H9.42188C9.00766 3.5 8.67188 3.83579 8.67188 4.25V17.25C8.67188 17.6642 9.00766 18 9.42188 18H18.4219C18.8361 18 19.1719 17.6642 19.1719 17.25V4.25C19.1719 3.83579 18.8361 3.5 18.4219 3.5Z" }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("path", { d: "M6.17468 4.62704L6.17188 6.75V17.2542C6.17188 19.0491 7.62695 20.5042 9.42188 20.5042L18.0382 20.5045C17.7292 21.3782 16.8959 22.0042 15.9163 22.0042H9.42188C6.79852 22.0042 4.67188 19.8776 4.67188 17.2542V6.75C4.67188 5.76929 5.29932 4.93512 6.17468 4.62704ZM18.4219 2C19.6645 2 20.6719 3.00736 20.6719 4.25V17.25C20.6719 18.4926 19.6645 19.5 18.4219 19.5H9.42188C8.17923 19.5 7.17188 18.4926 7.17188 17.25V4.25C7.17188 3.00736 8.17923 2 9.42188 2H18.4219ZM18.4219 3.5H9.42188C9.00766 3.5 8.67188 3.83579 8.67188 4.25V17.25C8.67188 17.6642 9.00766 18 9.42188 18H18.4219C18.8361 18 19.1719 17.6642 19.1719 17.25V4.25C19.1719 3.83579 18.8361 3.5 18.4219 3.5Z" }) }));
8
8
  export default IconCopy;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconCopyFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconCopyFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconCopyFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconCopyFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconCopyFilled = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("path", { d: "M6.17468 4.62704L6.17188 6.75V17.2542C6.17188 19.0491 7.62695 20.5042 9.42188 20.5042L18.0382 20.5045C17.7292 21.3782 16.8959 22.0042 15.9163 22.0042H9.42188C6.79852 22.0042 4.67188 19.8776 4.67188 17.2542V6.75C4.67188 5.76929 5.29932 4.93512 6.17468 4.62704ZM18.4219 2C19.6645 2 20.6719 3.00736 20.6719 4.25V17.25C20.6719 18.4926 19.6645 19.5 18.4219 19.5H9.42188C8.17923 19.5 7.17188 18.4926 7.17188 17.25V4.25C7.17188 3.00736 8.17923 2 9.42188 2H18.4219Z" }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("path", { d: "M6.17468 4.62704L6.17188 6.75V17.2542C6.17188 19.0491 7.62695 20.5042 9.42188 20.5042L18.0382 20.5045C17.7292 21.3782 16.8959 22.0042 15.9163 22.0042H9.42188C6.79852 22.0042 4.67188 19.8776 4.67188 17.2542V6.75C4.67188 5.76929 5.29932 4.93512 6.17468 4.62704ZM18.4219 2C19.6645 2 20.6719 3.00736 20.6719 4.25V17.25C20.6719 18.4926 19.6645 19.5 18.4219 19.5H9.42188C8.17923 19.5 7.17188 18.4926 7.17188 17.25V4.25C7.17188 3.00736 8.17923 2 9.42188 2H18.4219Z" }) }));
8
8
  export default IconCopyFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconCubeTree: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconCubeTree: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconCubeTree;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconCubeTree = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconCubeTree = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("path", { d: "M10.0697 5.51283C10.2007 5.11987 10.6255 4.9075 11.0184 5.03849L12.2812 5.45943L13.5441 5.03849C13.937 4.9075 14.3618 5.11987 14.4928 5.51283C14.6237 5.90579 14.4114 6.33053 14.0184 6.46151L13.0312 6.79057V7.75C13.0312 8.16421 12.6955 8.5 12.2812 8.5C11.867 8.5 11.5312 8.16421 11.5312 7.75V6.79057L10.5441 6.46151C10.1511 6.33053 9.93875 5.90579 10.0697 5.51283ZM12.5184 2.03849C12.3645 1.98717 12.198 1.98717 12.0441 2.03849L8.29408 3.28849C7.98782 3.39057 7.78125 3.67718 7.78125 4V9C7.78125 9.32282 7.98782 9.60943 8.29408 9.71151L11.5312 10.7906V13H9.78125C8.53861 13 7.53125 14.0074 7.53125 15.25V16.0945C6.23733 16.4275 5.28125 17.6021 5.28125 19C5.28125 20.6569 6.6244 22 8.28125 22C9.9381 22 11.2812 20.6569 11.2812 19C11.2812 17.6021 10.3252 16.4275 9.03125 16.0945V15.25C9.03125 14.8358 9.36704 14.5 9.78125 14.5H14.7812C15.1955 14.5 15.5312 14.8358 15.5312 15.25V16.0945C14.2373 16.4275 13.2812 17.6021 13.2812 19C13.2812 20.6569 14.6244 22 16.2812 22C17.9381 22 19.2812 20.6569 19.2812 19C19.2812 17.6021 18.3252 16.4275 17.0312 16.0945V15.25C17.0312 14.0074 16.0239 13 14.7812 13H13.0312V10.7906L16.2684 9.71151C16.5747 9.60943 16.7812 9.32282 16.7812 9V4C16.7812 3.67718 16.5747 3.39057 16.2684 3.28849L12.5184 2.03849ZM9.28125 8.45943V4.54057L12.2812 3.54057L15.2812 4.54057V8.45943L12.2812 9.45943L9.28125 8.45943ZM8.28125 17.5C9.10968 17.5 9.78125 18.1716 9.78125 19C9.78125 19.8284 9.10968 20.5 8.28125 20.5C7.45282 20.5 6.78125 19.8284 6.78125 19C6.78125 18.1716 7.45282 17.5 8.28125 17.5ZM14.7812 19C14.7812 18.1716 15.4528 17.5 16.2812 17.5C17.1097 17.5 17.7812 18.1716 17.7812 19C17.7812 19.8284 17.1097 20.5 16.2812 20.5C15.4528 20.5 14.7812 19.8284 14.7812 19Z" }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("path", { d: "M10.0697 5.51283C10.2007 5.11987 10.6255 4.9075 11.0184 5.03849L12.2812 5.45943L13.5441 5.03849C13.937 4.9075 14.3618 5.11987 14.4928 5.51283C14.6237 5.90579 14.4114 6.33053 14.0184 6.46151L13.0312 6.79057V7.75C13.0312 8.16421 12.6955 8.5 12.2812 8.5C11.867 8.5 11.5312 8.16421 11.5312 7.75V6.79057L10.5441 6.46151C10.1511 6.33053 9.93875 5.90579 10.0697 5.51283ZM12.5184 2.03849C12.3645 1.98717 12.198 1.98717 12.0441 2.03849L8.29408 3.28849C7.98782 3.39057 7.78125 3.67718 7.78125 4V9C7.78125 9.32282 7.98782 9.60943 8.29408 9.71151L11.5312 10.7906V13H9.78125C8.53861 13 7.53125 14.0074 7.53125 15.25V16.0945C6.23733 16.4275 5.28125 17.6021 5.28125 19C5.28125 20.6569 6.6244 22 8.28125 22C9.9381 22 11.2812 20.6569 11.2812 19C11.2812 17.6021 10.3252 16.4275 9.03125 16.0945V15.25C9.03125 14.8358 9.36704 14.5 9.78125 14.5H14.7812C15.1955 14.5 15.5312 14.8358 15.5312 15.25V16.0945C14.2373 16.4275 13.2812 17.6021 13.2812 19C13.2812 20.6569 14.6244 22 16.2812 22C17.9381 22 19.2812 20.6569 19.2812 19C19.2812 17.6021 18.3252 16.4275 17.0312 16.0945V15.25C17.0312 14.0074 16.0239 13 14.7812 13H13.0312V10.7906L16.2684 9.71151C16.5747 9.60943 16.7812 9.32282 16.7812 9V4C16.7812 3.67718 16.5747 3.39057 16.2684 3.28849L12.5184 2.03849ZM9.28125 8.45943V4.54057L12.2812 3.54057L15.2812 4.54057V8.45943L12.2812 9.45943L9.28125 8.45943ZM8.28125 17.5C9.10968 17.5 9.78125 18.1716 9.78125 19C9.78125 19.8284 9.10968 20.5 8.28125 20.5C7.45282 20.5 6.78125 19.8284 6.78125 19C6.78125 18.1716 7.45282 17.5 8.28125 17.5ZM14.7812 19C14.7812 18.1716 15.4528 17.5 16.2812 17.5C17.1097 17.5 17.7812 18.1716 17.7812 19C17.7812 19.8284 17.1097 20.5 16.2812 20.5C15.4528 20.5 14.7812 19.8284 14.7812 19Z" }) }));
8
8
  export default IconCubeTree;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconCubeTreeFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconCubeTreeFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconCubeTreeFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconCubeTreeFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconCubeTreeFilled = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Filled", children: _jsx("path", { id: "Shape", d: "M12.0441 2.03849C12.198 1.98717 12.3645 1.98717 12.5184 2.03849L16.2684 3.28849C16.5747 3.39057 16.7812 3.67718 16.7812 4V9C16.7812 9.32282 16.5747 9.60943 16.2684 9.71151L13.0312 10.7906V13H14.7812C16.0239 13 17.0312 14.0074 17.0312 15.25V16.0945C18.3252 16.4275 19.2812 17.6021 19.2812 19C19.2812 20.6569 17.9381 22 16.2812 22C14.6244 22 13.2812 20.6569 13.2812 19C13.2812 17.6021 14.2373 16.4275 15.5312 16.0945V15.25C15.5312 14.8358 15.1955 14.5 14.7812 14.5H9.78125C9.36704 14.5 9.03125 14.8358 9.03125 15.25V16.0945C10.3252 16.4275 11.2812 17.6021 11.2812 19C11.2812 20.6569 9.9381 22 8.28125 22C6.6244 22 5.28125 20.6569 5.28125 19C5.28125 17.6021 6.23733 16.4275 7.53125 16.0945V15.25C7.53125 14.0074 8.53861 13 9.78125 13H11.5312V10.7906L8.29408 9.71151C7.98782 9.60943 7.78125 9.32282 7.78125 9V4C7.78125 3.67718 7.98782 3.39057 8.29408 3.28849L12.0441 2.03849ZM10.0697 5.51283C9.93875 5.90579 10.1511 6.33053 10.5441 6.46151L11.5312 6.79057V7.75C11.5312 8.16421 11.867 8.5 12.2812 8.5C12.6955 8.5 13.0312 8.16421 13.0312 7.75V6.79057L14.0184 6.46151C14.4114 6.33053 14.6237 5.90579 14.4928 5.51283C14.3618 5.11987 13.937 4.9075 13.5441 5.03849L12.2812 5.45943L11.0184 5.03849C10.6255 4.9075 10.2007 5.11987 10.0697 5.51283Z" }) }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Filled", children: _jsx("path", { id: "Shape", d: "M12.0441 2.03849C12.198 1.98717 12.3645 1.98717 12.5184 2.03849L16.2684 3.28849C16.5747 3.39057 16.7812 3.67718 16.7812 4V9C16.7812 9.32282 16.5747 9.60943 16.2684 9.71151L13.0312 10.7906V13H14.7812C16.0239 13 17.0312 14.0074 17.0312 15.25V16.0945C18.3252 16.4275 19.2812 17.6021 19.2812 19C19.2812 20.6569 17.9381 22 16.2812 22C14.6244 22 13.2812 20.6569 13.2812 19C13.2812 17.6021 14.2373 16.4275 15.5312 16.0945V15.25C15.5312 14.8358 15.1955 14.5 14.7812 14.5H9.78125C9.36704 14.5 9.03125 14.8358 9.03125 15.25V16.0945C10.3252 16.4275 11.2812 17.6021 11.2812 19C11.2812 20.6569 9.9381 22 8.28125 22C6.6244 22 5.28125 20.6569 5.28125 19C5.28125 17.6021 6.23733 16.4275 7.53125 16.0945V15.25C7.53125 14.0074 8.53861 13 9.78125 13H11.5312V10.7906L8.29408 9.71151C7.98782 9.60943 7.78125 9.32282 7.78125 9V4C7.78125 3.67718 7.98782 3.39057 8.29408 3.28849L12.0441 2.03849ZM10.0697 5.51283C9.93875 5.90579 10.1511 6.33053 10.5441 6.46151L11.5312 6.79057V7.75C11.5312 8.16421 11.867 8.5 12.2812 8.5C12.6955 8.5 13.0312 8.16421 13.0312 7.75V6.79057L14.0184 6.46151C14.4114 6.33053 14.6237 5.90579 14.4928 5.51283C14.3618 5.11987 13.937 4.9075 13.5441 5.03849L12.2812 5.45943L11.0184 5.03849C10.6255 4.9075 10.2007 5.11987 10.0697 5.51283Z" }) }) }));
8
8
  export default IconCubeTreeFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconDatabase: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconDatabase: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconDatabase;