hrm_ui_lib 3.4.2 → 4.0.1

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 +3 -2
  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 +2 -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 +2 -1
  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 +14 -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,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconCardFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconCardFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconCardFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconCardFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconCardFilled = ({ 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.18359 5C4.38867 5 2.93359 6.45507 2.93359 8.25V9.5H22.9336V8.25C22.9336 6.45507 21.4785 5 19.6836 5H6.18359ZM22.9336 11H2.93359V15.75C2.93359 17.5449 4.38867 19 6.18359 19H19.6836C21.4785 19 22.9336 17.5449 22.9336 15.75V11Z" }) }));
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.18359 5C4.38867 5 2.93359 6.45507 2.93359 8.25V9.5H22.9336V8.25C22.9336 6.45507 21.4785 5 19.6836 5H6.18359ZM22.9336 11H2.93359V15.75C2.93359 17.5449 4.38867 19 6.18359 19H19.6836C21.4785 19 22.9336 17.5449 22.9336 15.75V11Z" }) }));
8
8
  export default IconCardFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconCaretDown: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconCaretDown: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconCaretDown;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconCaretDown = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconCaretDown = ({ 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: "M5.25483 10.0731C4.54762 9.2649 5.1216 8 6.19555 8H17.9918C19.0657 8 19.6397 9.2649 18.9325 10.0731L13.4107 16.3838C12.7135 17.1806 11.4739 17.1806 10.7767 16.3838L5.25483 10.0731ZM6.74649 9.5L11.9055 15.396C12.0051 15.5099 12.1822 15.5099 12.2818 15.396L17.4408 9.5H6.74649Z" }) }));
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: "M5.25483 10.0731C4.54762 9.2649 5.1216 8 6.19555 8H17.9918C19.0657 8 19.6397 9.2649 18.9325 10.0731L13.4107 16.3838C12.7135 17.1806 11.4739 17.1806 10.7767 16.3838L5.25483 10.0731ZM6.74649 9.5L11.9055 15.396C12.0051 15.5099 12.1822 15.5099 12.2818 15.396L17.4408 9.5H6.74649Z" }) }));
8
8
  export default IconCaretDown;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconCaretDownFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconCaretDownFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconCaretDownFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconCaretDownFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconCaretDownFilled = ({ 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.19555 8C5.1216 8 4.54762 9.2649 5.25483 10.0731L10.7767 16.3838C11.4739 17.1806 12.7135 17.1806 13.4107 16.3838L18.9325 10.0731C19.6397 9.2649 19.0657 8 17.9918 8H6.19555Z" }) }));
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.19555 8C5.1216 8 4.54762 9.2649 5.25483 10.0731L10.7767 16.3838C11.4739 17.1806 12.7135 17.1806 13.4107 16.3838L18.9325 10.0731C19.6397 9.2649 19.0657 8 17.9918 8H6.19555Z" }) }));
8
8
  export default IconCaretDownFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconCaretDownRight: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconCaretDownRight: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconCaretDownRight;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconCaretDownRight = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconCaretDownRight = ({ 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: "M16.5937 7.81065L7.9044 16.5H16.3437C16.4818 16.5 16.5937 16.3881 16.5937 16.25V7.81065ZM15.9599 6.32321C16.7473 5.53575 18.0937 6.09347 18.0937 7.2071V16.25C18.0937 17.2165 17.3102 18 16.3437 18H7.30085C6.18721 18 5.62951 16.6536 6.41696 15.8661L15.9599 6.32321Z" }) }));
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: "M16.5937 7.81065L7.9044 16.5H16.3437C16.4818 16.5 16.5937 16.3881 16.5937 16.25V7.81065ZM15.9599 6.32321C16.7473 5.53575 18.0937 6.09347 18.0937 7.2071V16.25C18.0937 17.2165 17.3102 18 16.3437 18H7.30085C6.18721 18 5.62951 16.6536 6.41696 15.8661L15.9599 6.32321Z" }) }));
8
8
  export default IconCaretDownRight;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconCaretDownRightFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconCaretDownRightFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconCaretDownRightFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconCaretDownRightFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconCaretDownRightFilled = ({ 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: "M18.0937 7.2071C18.0937 6.09347 16.7473 5.53575 15.9599 6.32321L6.41696 15.8661C5.62951 16.6536 6.18721 18 7.30085 18H16.3437C17.3102 18 18.0937 17.2165 18.0937 16.25V7.2071Z" }) }));
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: "M18.0937 7.2071C18.0937 6.09347 16.7473 5.53575 15.9599 6.32321L6.41696 15.8661C5.62951 16.6536 6.18721 18 7.30085 18H16.3437C17.3102 18 18.0937 17.2165 18.0937 16.25V7.2071Z" }) }));
8
8
  export default IconCaretDownRightFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconCaretLeft: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconCaretLeft: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconCaretLeft;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconCaretLeft = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconCaretLeft = ({ 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.0206 18.839C13.8288 19.5462 15.0937 18.9722 15.0937 17.8983L15.0937 6.10204C15.0937 5.02809 13.8288 4.45412 13.0206 5.16132L6.70992 10.6831C5.9131 11.3804 5.9131 12.6199 6.70992 13.3172L13.0206 18.839ZM13.5937 17.3473L7.69768 12.1883C7.58385 12.0887 7.58385 11.9116 7.69768 11.812L13.5937 6.65298L13.5937 17.3473Z" }) }));
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.0206 18.839C13.8288 19.5462 15.0937 18.9722 15.0937 17.8983L15.0937 6.10204C15.0937 5.02809 13.8288 4.45412 13.0206 5.16132L6.70992 10.6831C5.9131 11.3804 5.9131 12.6199 6.70992 13.3172L13.0206 18.839ZM13.5937 17.3473L7.69768 12.1883C7.58385 12.0887 7.58385 11.9116 7.69768 11.812L13.5937 6.65298L13.5937 17.3473Z" }) }));
8
8
  export default IconCaretLeft;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconCaretLeftFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconCaretLeftFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconCaretLeftFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconCaretLeftFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconCaretLeftFilled = ({ 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.0937 17.8983C15.0937 18.9722 13.8288 19.5462 13.0206 18.839L6.70992 13.3172C5.9131 12.6199 5.9131 11.3804 6.70992 10.6831L13.0206 5.16132C13.8288 4.45412 15.0937 5.02809 15.0937 6.10204L15.0937 17.8983Z" }) }));
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.0937 17.8983C15.0937 18.9722 13.8288 19.5462 13.0206 18.839L6.70992 13.3172C5.9131 12.6199 5.9131 11.3804 6.70992 10.6831L13.0206 5.16132C13.8288 4.45412 15.0937 5.02809 15.0937 6.10204L15.0937 17.8983Z" }) }));
8
8
  export default IconCaretLeftFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconCaretRight: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconCaretRight: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconCaretRight;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconCaretRight = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconCaretRight = ({ 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.1669 18.839C10.3586 19.5462 9.09375 18.9722 9.09375 17.8983L9.09375 6.10204C9.09375 5.02809 10.3587 4.45412 11.1669 5.16132L17.4775 10.6831C18.2744 11.3804 18.2744 12.6199 17.4775 13.3172L11.1669 18.839ZM10.5938 17.3473L16.4898 12.1883C16.6036 12.0887 16.6036 11.9116 16.4898 11.812L10.5938 6.65298L10.5938 17.3473Z" }) }));
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.1669 18.839C10.3586 19.5462 9.09375 18.9722 9.09375 17.8983L9.09375 6.10204C9.09375 5.02809 10.3587 4.45412 11.1669 5.16132L17.4775 10.6831C18.2744 11.3804 18.2744 12.6199 17.4775 13.3172L11.1669 18.839ZM10.5938 17.3473L16.4898 12.1883C16.6036 12.0887 16.6036 11.9116 16.4898 11.812L10.5938 6.65298L10.5938 17.3473Z" }) }));
8
8
  export default IconCaretRight;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconCaretRightFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconCaretRightFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconCaretRightFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconCaretRightFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconCaretRightFilled = ({ 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: "M9.09375 17.8983C9.09375 18.9722 10.3586 19.5462 11.1669 18.839L17.4775 13.3172C18.2744 12.6199 18.2744 11.3804 17.4775 10.6831L11.1669 5.16132C10.3587 4.45412 9.09375 5.02809 9.09375 6.10204V17.8983Z" }) }));
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: "M9.09375 17.8983C9.09375 18.9722 10.3586 19.5462 11.1669 18.839L17.4775 13.3172C18.2744 12.6199 18.2744 11.3804 17.4775 10.6831L11.1669 5.16132C10.3587 4.45412 9.09375 5.02809 9.09375 6.10204V17.8983Z" }) }));
8
8
  export default IconCaretRightFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconCaretUp: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconCaretUp: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconCaretUp;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconCaretUp = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconCaretUp = ({ 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: "M5.25483 14.9083C4.54762 15.7165 5.1216 16.9814 6.19555 16.9814H17.9918C19.0657 16.9814 19.6397 15.7165 18.9325 14.9083L13.4107 8.59765C12.7135 7.80083 11.4739 7.80083 10.7767 8.59765L5.25483 14.9083ZM6.74649 15.4814L11.9055 9.58541C12.0051 9.47158 12.1822 9.47158 12.2818 9.58541L17.4408 15.4814H6.74649Z" }) }));
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: "M5.25483 14.9083C4.54762 15.7165 5.1216 16.9814 6.19555 16.9814H17.9918C19.0657 16.9814 19.6397 15.7165 18.9325 14.9083L13.4107 8.59765C12.7135 7.80083 11.4739 7.80083 10.7767 8.59765L5.25483 14.9083ZM6.74649 15.4814L11.9055 9.58541C12.0051 9.47158 12.1822 9.47158 12.2818 9.58541L17.4408 15.4814H6.74649Z" }) }));
8
8
  export default IconCaretUp;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconCaretUpFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconCaretUpFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconCaretUpFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconCaretUpFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconCaretUpFilled = ({ 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.19555 16.9814C5.1216 16.9814 4.54762 15.7165 5.25483 14.9083L10.7767 8.59765C11.4739 7.80083 12.7135 7.80083 13.4107 8.59765L18.9325 14.9083C19.6397 15.7165 19.0657 16.9814 17.9918 16.9814H6.19555Z" }) }));
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.19555 16.9814C5.1216 16.9814 4.54762 15.7165 5.25483 14.9083L10.7767 8.59765C11.4739 7.80083 12.7135 7.80083 13.4107 8.59765L18.9325 14.9083C19.6397 15.7165 19.0657 16.9814 17.9918 16.9814H6.19555Z" }) }));
8
8
  export default IconCaretUpFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconChartPerson: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconChartPerson: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconChartPerson;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconChartPerson = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconChartPerson = ({ 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: "M12.5 2.75C12.5 2.33579 12.1642 2 11.75 2C11.3358 2 11 2.33579 11 2.75V3H5.25C3.45507 3 2 4.45507 2 6.25V15.75C2 17.5449 3.45507 19 5.25 19H7.64847L6.17333 20.7699C5.90813 21.0881 5.95109 21.561 6.26928 21.8262C6.58747 22.0914 7.0604 22.0485 7.32559 21.7303L9.60114 19H13.1089C13.2868 18.3851 13.672 17.8583 14.1837 17.5H5.25C4.2835 17.5 3.5 16.7165 3.5 15.75V6.25C3.5 5.2835 4.2835 4.5 5.25 4.5H18.75C19.7165 4.5 20.5 5.2835 20.5 6.25V11.6273C21.4067 12.2598 22 13.3106 22 14.5V6.25C22 4.45507 20.5449 3 18.75 3H12.5V2.75ZM6 7.75C6 7.33579 6.33579 7 6.75 7H10.75C11.1642 7 11.5 7.33579 11.5 7.75C11.5 8.16421 11.1642 8.5 10.75 8.5H6.75C6.33579 8.5 6 8.16421 6 7.75ZM6.75 10C6.33579 10 6 10.3358 6 10.75C6 11.1642 6.33579 11.5 6.75 11.5H13.25C13.6642 11.5 14 11.1642 14 10.75C14 10.3358 13.6642 10 13.25 10H6.75ZM6 13.75C6 13.3358 6.33579 13 6.75 13H12.25C12.6642 13 13 13.3358 13 13.75C13 14.1642 12.6642 14.5 12.25 14.5H6.75C6.33579 14.5 6 14.1642 6 13.75ZM21 14.5C21 15.8807 19.8807 17 18.5 17C17.1193 17 16 15.8807 16 14.5C16 13.1193 17.1193 12 18.5 12C19.8807 12 21 13.1193 21 14.5ZM23 19.875C23 21.4315 21.7143 23 18.5 23C15.2857 23 14 21.4374 14 19.875V19.772C14 18.7929 14.7937 18 15.7727 18H21.2273C22.2063 18 23 18.793 23 19.772V19.875Z" }) }));
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: "M12.5 2.75C12.5 2.33579 12.1642 2 11.75 2C11.3358 2 11 2.33579 11 2.75V3H5.25C3.45507 3 2 4.45507 2 6.25V15.75C2 17.5449 3.45507 19 5.25 19H7.64847L6.17333 20.7699C5.90813 21.0881 5.95109 21.561 6.26928 21.8262C6.58747 22.0914 7.0604 22.0485 7.32559 21.7303L9.60114 19H13.1089C13.2868 18.3851 13.672 17.8583 14.1837 17.5H5.25C4.2835 17.5 3.5 16.7165 3.5 15.75V6.25C3.5 5.2835 4.2835 4.5 5.25 4.5H18.75C19.7165 4.5 20.5 5.2835 20.5 6.25V11.6273C21.4067 12.2598 22 13.3106 22 14.5V6.25C22 4.45507 20.5449 3 18.75 3H12.5V2.75ZM6 7.75C6 7.33579 6.33579 7 6.75 7H10.75C11.1642 7 11.5 7.33579 11.5 7.75C11.5 8.16421 11.1642 8.5 10.75 8.5H6.75C6.33579 8.5 6 8.16421 6 7.75ZM6.75 10C6.33579 10 6 10.3358 6 10.75C6 11.1642 6.33579 11.5 6.75 11.5H13.25C13.6642 11.5 14 11.1642 14 10.75C14 10.3358 13.6642 10 13.25 10H6.75ZM6 13.75C6 13.3358 6.33579 13 6.75 13H12.25C12.6642 13 13 13.3358 13 13.75C13 14.1642 12.6642 14.5 12.25 14.5H6.75C6.33579 14.5 6 14.1642 6 13.75ZM21 14.5C21 15.8807 19.8807 17 18.5 17C17.1193 17 16 15.8807 16 14.5C16 13.1193 17.1193 12 18.5 12C19.8807 12 21 13.1193 21 14.5ZM23 19.875C23 21.4315 21.7143 23 18.5 23C15.2857 23 14 21.4374 14 19.875V19.772C14 18.7929 14.7937 18 15.7727 18H21.2273C22.2063 18 23 18.793 23 19.772V19.875Z" }) }));
8
8
  export default IconChartPerson;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconChartPersonFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconChartPersonFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconChartPersonFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconChartPersonFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconChartPersonFilled = ({ 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: "M12.5 2.75C12.5 2.33579 12.1642 2 11.75 2C11.3358 2 11 2.33579 11 2.75V3H5.25C3.45507 3 2 4.45507 2 6.25V15.75C2 17.5449 3.45507 19 5.25 19H7.64847L6.17333 20.7699C5.90813 21.0881 5.95109 21.561 6.26928 21.8262C6.58747 22.0914 7.0604 22.0485 7.32559 21.7303L9.60114 19H13.1089C13.4433 17.8442 14.5097 17 15.7727 17H16.0505C15.4022 16.3647 15 15.4793 15 14.5C15 12.567 16.567 11 18.5 11C20.433 11 22 12.567 22 14.5V6.25C22 4.45507 20.5449 3 18.75 3H12.5V2.75ZM6 7.75C6 7.33579 6.33579 7 6.75 7H10.75C11.1642 7 11.5 7.33579 11.5 7.75C11.5 8.16421 11.1642 8.5 10.75 8.5H6.75C6.33579 8.5 6 8.16421 6 7.75ZM6.75 10H13.25C13.6642 10 14 10.3358 14 10.75C14 11.1642 13.6642 11.5 13.25 11.5H6.75C6.33579 11.5 6 11.1642 6 10.75C6 10.3358 6.33579 10 6.75 10ZM6.75 13H12.25C12.6642 13 13 13.3358 13 13.75C13 14.1642 12.6642 14.5 12.25 14.5H6.75C6.33579 14.5 6 14.1642 6 13.75C6 13.3358 6.33579 13 6.75 13ZM21 14.5C21 15.8807 19.8807 17 18.5 17C17.1193 17 16 15.8807 16 14.5C16 13.1193 17.1193 12 18.5 12C19.8807 12 21 13.1193 21 14.5ZM23 19.875C23 21.4315 21.7143 23 18.5 23C15.2857 23 14 21.4374 14 19.875V19.772C14 18.7929 14.7937 18 15.7727 18H21.2273C22.2063 18 23 18.793 23 19.772V19.875Z" }) }));
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: "M12.5 2.75C12.5 2.33579 12.1642 2 11.75 2C11.3358 2 11 2.33579 11 2.75V3H5.25C3.45507 3 2 4.45507 2 6.25V15.75C2 17.5449 3.45507 19 5.25 19H7.64847L6.17333 20.7699C5.90813 21.0881 5.95109 21.561 6.26928 21.8262C6.58747 22.0914 7.0604 22.0485 7.32559 21.7303L9.60114 19H13.1089C13.4433 17.8442 14.5097 17 15.7727 17H16.0505C15.4022 16.3647 15 15.4793 15 14.5C15 12.567 16.567 11 18.5 11C20.433 11 22 12.567 22 14.5V6.25C22 4.45507 20.5449 3 18.75 3H12.5V2.75ZM6 7.75C6 7.33579 6.33579 7 6.75 7H10.75C11.1642 7 11.5 7.33579 11.5 7.75C11.5 8.16421 11.1642 8.5 10.75 8.5H6.75C6.33579 8.5 6 8.16421 6 7.75ZM6.75 10H13.25C13.6642 10 14 10.3358 14 10.75C14 11.1642 13.6642 11.5 13.25 11.5H6.75C6.33579 11.5 6 11.1642 6 10.75C6 10.3358 6.33579 10 6.75 10ZM6.75 13H12.25C12.6642 13 13 13.3358 13 13.75C13 14.1642 12.6642 14.5 12.25 14.5H6.75C6.33579 14.5 6 14.1642 6 13.75C6 13.3358 6.33579 13 6.75 13ZM21 14.5C21 15.8807 19.8807 17 18.5 17C17.1193 17 16 15.8807 16 14.5C16 13.1193 17.1193 12 18.5 12C19.8807 12 21 13.1193 21 14.5ZM23 19.875C23 21.4315 21.7143 23 18.5 23C15.2857 23 14 21.4374 14 19.875V19.772C14 18.7929 14.7937 18 15.7727 18H21.2273C22.2063 18 23 18.793 23 19.772V19.875Z" }) }));
8
8
  export default IconChartPersonFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconChat: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconChat: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconChat;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconChat = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconChat = ({ 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: "M12.4219 2C17.9447 2 22.4219 6.47715 22.4219 12C22.4219 17.5228 17.9447 22 12.4219 22C10.8036 22 9.2397 21.6146 7.83473 20.888L4.00892 21.9553C3.344 22.141 2.65446 21.7525 2.46878 21.0876C2.40734 20.8676 2.40737 20.6349 2.46882 20.4151L3.53649 16.5922C2.80824 15.186 2.42188 13.6203 2.42188 12C2.42188 6.47715 6.89903 2 12.4219 2ZM12.4219 3.5C7.72745 3.5 3.92188 7.30558 3.92188 12C3.92188 13.4696 4.29465 14.8834 4.99491 16.1375L5.14555 16.4072L4.03283 20.3914L8.01943 19.2792L8.28896 19.4295C9.54193 20.1281 10.9541 20.5 12.4219 20.5C17.1163 20.5 20.9219 16.6944 20.9219 12C20.9219 7.30558 17.1163 3.5 12.4219 3.5ZM9.17188 13H13.6701C14.0844 13 14.4201 13.3358 14.4201 13.75C14.4201 14.1297 14.138 14.4435 13.7719 14.4932L13.6701 14.5H9.17188C8.75766 14.5 8.42188 14.1642 8.42188 13.75C8.42188 13.3703 8.70403 13.0565 9.0701 13.0068L9.17188 13H13.6701H9.17188ZM9.17188 9.5H15.6764C16.0906 9.5 16.4264 9.83579 16.4264 10.25C16.4264 10.6297 16.1442 10.9435 15.7781 10.9932L15.6764 11H9.17188C8.75766 11 8.42188 10.6642 8.42188 10.25C8.42188 9.8703 8.70403 9.55651 9.0701 9.50685L9.17188 9.5H15.6764H9.17188Z" }) }));
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: "M12.4219 2C17.9447 2 22.4219 6.47715 22.4219 12C22.4219 17.5228 17.9447 22 12.4219 22C10.8036 22 9.2397 21.6146 7.83473 20.888L4.00892 21.9553C3.344 22.141 2.65446 21.7525 2.46878 21.0876C2.40734 20.8676 2.40737 20.6349 2.46882 20.4151L3.53649 16.5922C2.80824 15.186 2.42188 13.6203 2.42188 12C2.42188 6.47715 6.89903 2 12.4219 2ZM12.4219 3.5C7.72745 3.5 3.92188 7.30558 3.92188 12C3.92188 13.4696 4.29465 14.8834 4.99491 16.1375L5.14555 16.4072L4.03283 20.3914L8.01943 19.2792L8.28896 19.4295C9.54193 20.1281 10.9541 20.5 12.4219 20.5C17.1163 20.5 20.9219 16.6944 20.9219 12C20.9219 7.30558 17.1163 3.5 12.4219 3.5ZM9.17188 13H13.6701C14.0844 13 14.4201 13.3358 14.4201 13.75C14.4201 14.1297 14.138 14.4435 13.7719 14.4932L13.6701 14.5H9.17188C8.75766 14.5 8.42188 14.1642 8.42188 13.75C8.42188 13.3703 8.70403 13.0565 9.0701 13.0068L9.17188 13H13.6701H9.17188ZM9.17188 9.5H15.6764C16.0906 9.5 16.4264 9.83579 16.4264 10.25C16.4264 10.6297 16.1442 10.9435 15.7781 10.9932L15.6764 11H9.17188C8.75766 11 8.42188 10.6642 8.42188 10.25C8.42188 9.8703 8.70403 9.55651 9.0701 9.50685L9.17188 9.5H15.6764H9.17188Z" }) }));
8
8
  export default IconChat;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconChatFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconChatFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconChatFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconChatFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconChatFilled = ({ 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: "M12.4219 2C17.9447 2 22.4219 6.47715 22.4219 12C22.4219 17.5228 17.9447 22 12.4219 22C10.7814 22 9.19704 21.6039 7.77765 20.8583L3.48726 21.9753C3.03297 22.0937 2.56878 21.8213 2.45045 21.367C2.41386 21.2266 2.41386 21.0791 2.45042 20.9386L3.56677 16.6502C2.81907 15.2294 2.42188 13.6428 2.42188 12C2.42188 6.47715 6.89903 2 12.4219 2ZM13.6736 13H9.17188L9.0701 13.0068C8.70403 13.0565 8.42188 13.3703 8.42188 13.75C8.42188 14.1297 8.70403 14.4435 9.0701 14.4932L9.17188 14.5H13.6736L13.7753 14.4932C14.1414 14.4435 14.4236 14.1297 14.4236 13.75C14.4236 13.3703 14.1414 13.0565 13.7753 13.0068L13.6736 13ZM15.6719 9.5H9.17188L9.0701 9.50685C8.70403 9.55651 8.42188 9.8703 8.42188 10.25C8.42188 10.6297 8.70403 10.9435 9.0701 10.9932L9.17188 11H15.6719L15.7736 10.9932C16.1397 10.9435 16.4219 10.6297 16.4219 10.25C16.4219 9.8703 16.1397 9.55651 15.7736 9.50685L15.6719 9.5Z" }) }));
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: "M12.4219 2C17.9447 2 22.4219 6.47715 22.4219 12C22.4219 17.5228 17.9447 22 12.4219 22C10.7814 22 9.19704 21.6039 7.77765 20.8583L3.48726 21.9753C3.03297 22.0937 2.56878 21.8213 2.45045 21.367C2.41386 21.2266 2.41386 21.0791 2.45042 20.9386L3.56677 16.6502C2.81907 15.2294 2.42188 13.6428 2.42188 12C2.42188 6.47715 6.89903 2 12.4219 2ZM13.6736 13H9.17188L9.0701 13.0068C8.70403 13.0565 8.42188 13.3703 8.42188 13.75C8.42188 14.1297 8.70403 14.4435 9.0701 14.4932L9.17188 14.5H13.6736L13.7753 14.4932C14.1414 14.4435 14.4236 14.1297 14.4236 13.75C14.4236 13.3703 14.1414 13.0565 13.7753 13.0068L13.6736 13ZM15.6719 9.5H9.17188L9.0701 9.50685C8.70403 9.55651 8.42188 9.8703 8.42188 10.25C8.42188 10.6297 8.70403 10.9435 9.0701 10.9932L9.17188 11H15.6719L15.7736 10.9932C16.1397 10.9435 16.4219 10.6297 16.4219 10.25C16.4219 9.8703 16.1397 9.55651 15.7736 9.50685L15.6719 9.5Z" }) }));
8
8
  export default IconChatFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconChatMultiple: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconChatMultiple: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconChatMultiple;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconChatMultiple = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconChatMultiple = ({ 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.1553 3C6.01319 3 2.65533 6.35786 2.65533 10.5C2.65533 11.6329 2.907 12.7088 3.35798 13.6734C3.10395 14.6714 2.82013 15.7842 2.63374 16.5147C2.40072 17.428 3.22315 18.2588 4.13749 18.039C4.88771 17.8587 6.04074 17.5819 7.06822 17.337C8.01053 17.7631 9.05616 18 10.1553 18C14.2975 18 17.6553 14.6421 17.6553 10.5C17.6553 6.35786 14.2975 3 10.1553 3ZM4.15533 10.5C4.15533 7.18629 6.84162 4.5 10.1553 4.5C13.469 4.5 16.1553 7.18629 16.1553 10.5C16.1553 13.8137 13.469 16.5 10.1553 16.5C9.19459 16.5 8.28862 16.2748 7.48536 15.8749L7.24195 15.7537L6.97743 15.8167C6.0547 16.0363 4.98864 16.2919 4.18967 16.4838C4.38842 15.7047 4.65159 14.6724 4.87976 13.7757L4.94994 13.4998L4.81943 13.2468C4.3952 12.4246 4.15533 11.4914 4.15533 10.5ZM15.1554 21.0001C13.186 21.0001 11.3939 20.241 10.0557 18.9995C10.0889 18.9999 10.1221 19.0001 10.1554 19.0001C10.8733 19.0001 11.5705 18.911 12.2365 18.7434C13.1004 19.2254 14.0958 19.5001 15.1554 19.5001C16.1161 19.5001 17.0221 19.2748 17.8253 18.8749L18.0687 18.7537L18.3332 18.8167C19.2548 19.0361 20.2983 19.2625 21.0724 19.4262C20.8975 18.6757 20.6587 17.6711 20.4309 16.7757L20.3607 16.4999L20.4913 16.2469C20.9155 15.4247 21.1553 14.4915 21.1553 13.5001C21.1553 11.3853 20.0613 9.52617 18.4084 8.45761C18.23 7.73435 17.959 7.04756 17.6087 6.41052C20.546 7.42684 22.6553 10.2171 22.6553 13.5001C22.6553 14.6332 22.4036 15.7094 21.9524 16.6741C22.2054 17.6821 22.4616 18.774 22.6241 19.4773C22.8286 20.3623 22.0492 21.1633 21.1567 20.9768C20.4296 20.8248 19.2871 20.581 18.2433 20.3367C17.3008 20.763 16.2548 21.0001 15.1554 21.0001Z" }) }));
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.1553 3C6.01319 3 2.65533 6.35786 2.65533 10.5C2.65533 11.6329 2.907 12.7088 3.35798 13.6734C3.10395 14.6714 2.82013 15.7842 2.63374 16.5147C2.40072 17.428 3.22315 18.2588 4.13749 18.039C4.88771 17.8587 6.04074 17.5819 7.06822 17.337C8.01053 17.7631 9.05616 18 10.1553 18C14.2975 18 17.6553 14.6421 17.6553 10.5C17.6553 6.35786 14.2975 3 10.1553 3ZM4.15533 10.5C4.15533 7.18629 6.84162 4.5 10.1553 4.5C13.469 4.5 16.1553 7.18629 16.1553 10.5C16.1553 13.8137 13.469 16.5 10.1553 16.5C9.19459 16.5 8.28862 16.2748 7.48536 15.8749L7.24195 15.7537L6.97743 15.8167C6.0547 16.0363 4.98864 16.2919 4.18967 16.4838C4.38842 15.7047 4.65159 14.6724 4.87976 13.7757L4.94994 13.4998L4.81943 13.2468C4.3952 12.4246 4.15533 11.4914 4.15533 10.5ZM15.1554 21.0001C13.186 21.0001 11.3939 20.241 10.0557 18.9995C10.0889 18.9999 10.1221 19.0001 10.1554 19.0001C10.8733 19.0001 11.5705 18.911 12.2365 18.7434C13.1004 19.2254 14.0958 19.5001 15.1554 19.5001C16.1161 19.5001 17.0221 19.2748 17.8253 18.8749L18.0687 18.7537L18.3332 18.8167C19.2548 19.0361 20.2983 19.2625 21.0724 19.4262C20.8975 18.6757 20.6587 17.6711 20.4309 16.7757L20.3607 16.4999L20.4913 16.2469C20.9155 15.4247 21.1553 14.4915 21.1553 13.5001C21.1553 11.3853 20.0613 9.52617 18.4084 8.45761C18.23 7.73435 17.959 7.04756 17.6087 6.41052C20.546 7.42684 22.6553 10.2171 22.6553 13.5001C22.6553 14.6332 22.4036 15.7094 21.9524 16.6741C22.2054 17.6821 22.4616 18.774 22.6241 19.4773C22.8286 20.3623 22.0492 21.1633 21.1567 20.9768C20.4296 20.8248 19.2871 20.581 18.2433 20.3367C17.3008 20.763 16.2548 21.0001 15.1554 21.0001Z" }) }));
8
8
  export default IconChatMultiple;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconChatMultipleFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconChatMultipleFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconChatMultipleFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconChatMultipleFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconChatMultipleFilled = ({ 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.0938 3C5.95161 3 2.59375 6.35786 2.59375 10.5C2.59375 11.6335 2.84568 12.71 3.29711 13.6749C2.99499 14.9 2.73329 16.2085 2.61549 16.8173C2.48219 17.5063 3.08109 18.1099 3.76869 17.9875C4.392 17.8765 5.7469 17.6267 7.00518 17.3363C7.94787 17.7628 8.99402 18 10.0938 18C14.2359 18 17.5937 14.6421 17.5937 10.5C17.5937 6.35786 14.2359 3 10.0938 3ZM10.0557 18.9996C11.3939 20.2411 13.186 21.0002 15.1554 21.0002C16.2548 21.0002 17.3008 20.7631 18.2433 20.3368C19.2871 20.5811 20.4296 20.8249 21.1567 20.9769C22.0492 21.1634 22.8286 20.3624 22.6241 19.4775C22.4616 18.7741 22.2054 17.6822 21.9524 16.6742C22.4036 15.7095 22.6553 14.6333 22.6553 13.5002C22.6553 10.2172 20.546 7.42696 17.6087 6.41064C17.959 7.04768 18.23 7.73448 18.4084 8.45773C20.0613 9.52629 21.1553 11.3855 21.1553 13.5002C21.1553 14.4916 20.9155 15.4248 20.4913 16.247L20.3607 16.5L20.4309 16.7758C20.6587 17.6713 20.8975 18.6758 21.0724 19.4264C20.2983 19.2627 19.2548 19.0362 18.3332 18.8168L18.0687 18.7539L17.8253 18.875C17.0221 19.2749 16.1161 19.5002 15.1554 19.5002C14.0958 19.5002 13.1004 19.2255 12.2365 18.7436C11.5705 18.9112 10.8733 19.0002 10.1554 19.0002C10.1221 19.0002 10.0889 19 10.0557 18.9996Z" }) }));
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.0938 3C5.95161 3 2.59375 6.35786 2.59375 10.5C2.59375 11.6335 2.84568 12.71 3.29711 13.6749C2.99499 14.9 2.73329 16.2085 2.61549 16.8173C2.48219 17.5063 3.08109 18.1099 3.76869 17.9875C4.392 17.8765 5.7469 17.6267 7.00518 17.3363C7.94787 17.7628 8.99402 18 10.0938 18C14.2359 18 17.5937 14.6421 17.5937 10.5C17.5937 6.35786 14.2359 3 10.0938 3ZM10.0557 18.9996C11.3939 20.2411 13.186 21.0002 15.1554 21.0002C16.2548 21.0002 17.3008 20.7631 18.2433 20.3368C19.2871 20.5811 20.4296 20.8249 21.1567 20.9769C22.0492 21.1634 22.8286 20.3624 22.6241 19.4775C22.4616 18.7741 22.2054 17.6822 21.9524 16.6742C22.4036 15.7095 22.6553 14.6333 22.6553 13.5002C22.6553 10.2172 20.546 7.42696 17.6087 6.41064C17.959 7.04768 18.23 7.73448 18.4084 8.45773C20.0613 9.52629 21.1553 11.3855 21.1553 13.5002C21.1553 14.4916 20.9155 15.4248 20.4913 16.247L20.3607 16.5L20.4309 16.7758C20.6587 17.6713 20.8975 18.6758 21.0724 19.4264C20.2983 19.2627 19.2548 19.0362 18.3332 18.8168L18.0687 18.7539L17.8253 18.875C17.0221 19.2749 16.1161 19.5002 15.1554 19.5002C14.0958 19.5002 13.1004 19.2255 12.2365 18.7436C11.5705 18.9112 10.8733 19.0002 10.1554 19.0002C10.1221 19.0002 10.0889 19 10.0557 18.9996Z" }) }));
8
8
  export default IconChatMultipleFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconCheckboxArrowRight: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconCheckboxArrowRight: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconCheckboxArrowRight;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconCheckboxArrowRight = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconCheckboxArrowRight = ({ 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.92188 2C4.12695 2 2.67188 3.45507 2.67188 5.25V16.75C2.67188 18.5449 4.12695 20 5.92187 20H12.17C11.9723 19.5258 11.8291 19.0232 11.7483 18.5H5.92187C4.95538 18.5 4.17188 17.7165 4.17188 16.75V5.25C4.17188 4.2835 4.95538 3.5 5.92188 3.5H17.4219C18.3884 3.5 19.1719 4.2835 19.1719 5.25V11.0764C19.6951 11.1572 20.1977 11.3004 20.6719 11.4982V5.25C20.6719 3.45507 19.2168 2 17.4219 2H5.92188ZM16.9519 8.28064C17.245 7.98791 17.2452 7.51304 16.9525 7.21998C16.6598 6.92691 16.1849 6.92664 15.8919 7.21936L9.66845 13.4356L7.45271 11.2197C7.15983 10.9268 6.68495 10.9268 6.39205 11.2196C6.09915 11.5125 6.09913 11.9874 6.39202 12.2803L9.13778 15.0262C9.43055 15.319 9.9052 15.3192 10.1982 15.0266L16.9519 8.28064ZM18.1719 12C21.2094 12 23.6719 14.4624 23.6719 17.5C23.6719 20.5376 21.2094 23 18.1719 23C15.1343 23 12.6719 20.5376 12.6719 17.5C12.6719 14.4624 15.1343 12 18.1719 12ZM15.1719 17C14.8957 17 14.6719 17.2239 14.6719 17.5C14.6719 17.7761 14.8957 18 15.1719 18H19.9648L18.3183 19.6464C18.1231 19.8417 18.1231 20.1583 18.3183 20.3536C18.5136 20.5488 18.8302 20.5488 19.0254 20.3536L21.5254 17.8536C21.7207 17.6583 21.7207 17.3417 21.5254 17.1464L19.0254 14.6464C18.8302 14.4512 18.5136 14.4512 18.3183 14.6464C18.1231 14.8417 18.1231 15.1583 18.3183 15.3536L19.9648 17H15.1719Z" }) }) }));
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.92188 2C4.12695 2 2.67188 3.45507 2.67188 5.25V16.75C2.67188 18.5449 4.12695 20 5.92187 20H12.17C11.9723 19.5258 11.8291 19.0232 11.7483 18.5H5.92187C4.95538 18.5 4.17188 17.7165 4.17188 16.75V5.25C4.17188 4.2835 4.95538 3.5 5.92188 3.5H17.4219C18.3884 3.5 19.1719 4.2835 19.1719 5.25V11.0764C19.6951 11.1572 20.1977 11.3004 20.6719 11.4982V5.25C20.6719 3.45507 19.2168 2 17.4219 2H5.92188ZM16.9519 8.28064C17.245 7.98791 17.2452 7.51304 16.9525 7.21998C16.6598 6.92691 16.1849 6.92664 15.8919 7.21936L9.66845 13.4356L7.45271 11.2197C7.15983 10.9268 6.68495 10.9268 6.39205 11.2196C6.09915 11.5125 6.09913 11.9874 6.39202 12.2803L9.13778 15.0262C9.43055 15.319 9.9052 15.3192 10.1982 15.0266L16.9519 8.28064ZM18.1719 12C21.2094 12 23.6719 14.4624 23.6719 17.5C23.6719 20.5376 21.2094 23 18.1719 23C15.1343 23 12.6719 20.5376 12.6719 17.5C12.6719 14.4624 15.1343 12 18.1719 12ZM15.1719 17C14.8957 17 14.6719 17.2239 14.6719 17.5C14.6719 17.7761 14.8957 18 15.1719 18H19.9648L18.3183 19.6464C18.1231 19.8417 18.1231 20.1583 18.3183 20.3536C18.5136 20.5488 18.8302 20.5488 19.0254 20.3536L21.5254 17.8536C21.7207 17.6583 21.7207 17.3417 21.5254 17.1464L19.0254 14.6464C18.8302 14.4512 18.5136 14.4512 18.3183 14.6464C18.1231 14.8417 18.1231 15.1583 18.3183 15.3536L19.9648 17H15.1719Z" }) }) }));
8
8
  export default IconCheckboxArrowRight;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconCheckboxArrowRightFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconCheckboxArrowRightFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconCheckboxArrowRightFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconCheckboxArrowRightFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconCheckboxArrowRightFilled = ({ 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.92188 2C4.12695 2 2.67188 3.45508 2.67188 5.25V16.75C2.67188 18.5449 4.12695 20 5.92188 20H12.17C11.8491 19.2304 11.6719 18.3859 11.6719 17.5C11.6719 13.9101 14.582 11 18.1719 11C19.0578 11 19.9023 11.1772 20.6719 11.4982V5.25C20.6719 3.45507 19.2168 2 17.4219 2H5.92188ZM16.9519 8.28064L10.1982 15.0266C9.9052 15.3192 9.43055 15.319 9.13778 15.0262L6.39202 12.2803C6.09913 11.9874 6.09915 11.5125 6.39205 11.2196C6.68495 10.9268 7.15983 10.9268 7.45271 11.2197L9.66845 13.4356L15.8919 7.21936C16.1849 6.92664 16.6598 6.92691 16.9525 7.21998C17.2452 7.51304 17.245 7.98791 16.9519 8.28064ZM18.1719 12C21.2094 12 23.6719 14.4624 23.6719 17.5C23.6719 20.5376 21.2094 23 18.1719 23C15.1343 23 12.6719 20.5376 12.6719 17.5C12.6719 14.4624 15.1343 12 18.1719 12ZM15.1719 17C14.8957 17 14.6719 17.2239 14.6719 17.5C14.6719 17.7761 14.8957 18 15.1719 18H19.9648L18.3183 19.6464C18.1231 19.8417 18.1231 20.1583 18.3183 20.3536C18.5136 20.5488 18.8302 20.5488 19.0254 20.3536L21.5254 17.8536C21.7207 17.6583 21.7207 17.3417 21.5254 17.1464L19.0254 14.6464C18.8302 14.4512 18.5136 14.4512 18.3183 14.6464C18.1231 14.8417 18.1231 15.1583 18.3183 15.3536L19.9648 17H15.1719Z" }) }) }));
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.92188 2C4.12695 2 2.67188 3.45508 2.67188 5.25V16.75C2.67188 18.5449 4.12695 20 5.92188 20H12.17C11.8491 19.2304 11.6719 18.3859 11.6719 17.5C11.6719 13.9101 14.582 11 18.1719 11C19.0578 11 19.9023 11.1772 20.6719 11.4982V5.25C20.6719 3.45507 19.2168 2 17.4219 2H5.92188ZM16.9519 8.28064L10.1982 15.0266C9.9052 15.3192 9.43055 15.319 9.13778 15.0262L6.39202 12.2803C6.09913 11.9874 6.09915 11.5125 6.39205 11.2196C6.68495 10.9268 7.15983 10.9268 7.45271 11.2197L9.66845 13.4356L15.8919 7.21936C16.1849 6.92664 16.6598 6.92691 16.9525 7.21998C17.2452 7.51304 17.245 7.98791 16.9519 8.28064ZM18.1719 12C21.2094 12 23.6719 14.4624 23.6719 17.5C23.6719 20.5376 21.2094 23 18.1719 23C15.1343 23 12.6719 20.5376 12.6719 17.5C12.6719 14.4624 15.1343 12 18.1719 12ZM15.1719 17C14.8957 17 14.6719 17.2239 14.6719 17.5C14.6719 17.7761 14.8957 18 15.1719 18H19.9648L18.3183 19.6464C18.1231 19.8417 18.1231 20.1583 18.3183 20.3536C18.5136 20.5488 18.8302 20.5488 19.0254 20.3536L21.5254 17.8536C21.7207 17.6583 21.7207 17.3417 21.5254 17.1464L19.0254 14.6464C18.8302 14.4512 18.5136 14.4512 18.3183 14.6464C18.1231 14.8417 18.1231 15.1583 18.3183 15.3536L19.9648 17H15.1719Z" }) }) }));
8
8
  export default IconCheckboxArrowRightFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconCheckmark: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconCheckmark: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconCheckmark;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconCheckmark = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconCheckmark = ({ 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: "M5.01471 12.9697C4.72181 12.6768 4.24694 12.6768 3.95404 12.9697C3.66115 13.2626 3.66115 13.7374 3.95404 14.0303L8.45404 18.5303C8.74694 18.8232 9.22181 18.8232 9.5147 18.5303L20.5147 7.53033C20.8076 7.23744 20.8076 6.76256 20.5147 6.46967C20.2218 6.17678 19.7469 6.17678 19.454 6.46967L8.98438 16.9393L5.01471 12.9697Z" }) }));
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: "M5.01471 12.9697C4.72181 12.6768 4.24694 12.6768 3.95404 12.9697C3.66115 13.2626 3.66115 13.7374 3.95404 14.0303L8.45404 18.5303C8.74694 18.8232 9.22181 18.8232 9.5147 18.5303L20.5147 7.53033C20.8076 7.23744 20.8076 6.76256 20.5147 6.46967C20.2218 6.17678 19.7469 6.17678 19.454 6.46967L8.98438 16.9393L5.01471 12.9697Z" }) }));
8
8
  export default IconCheckmark;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconCheckmarkCircle: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconCheckmarkCircle: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconCheckmarkCircle;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconCheckmarkCircle = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconCheckmarkCircle = ({ 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: "M12.9375 2C18.4603 2 22.9375 6.47715 22.9375 12C22.9375 17.5228 18.4603 22 12.9375 22C7.41465 22 2.9375 17.5228 2.9375 12C2.9375 6.47715 7.41465 2 12.9375 2ZM12.9375 3.5C8.24308 3.5 4.4375 7.30558 4.4375 12C4.4375 16.6944 8.24308 20.5 12.9375 20.5C17.6319 20.5 21.4375 16.6944 21.4375 12C21.4375 7.30558 17.6319 3.5 12.9375 3.5ZM11.6875 13.4393L16.1572 8.96967C16.4501 8.67678 16.9249 8.67678 17.2178 8.96967C17.4841 9.23594 17.5083 9.6526 17.2904 9.94621L17.2178 10.0303L12.2178 15.0303C11.9516 15.2966 11.5349 15.3208 11.2413 15.1029L11.1572 15.0303L8.65717 12.5303C8.36428 12.2374 8.36428 11.7626 8.65717 11.4697C8.92344 11.2034 9.3401 11.1792 9.63371 11.3971L9.71783 11.4697L11.6875 13.4393L16.1572 8.96967L11.6875 13.4393Z" }) }));
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: "M12.9375 2C18.4603 2 22.9375 6.47715 22.9375 12C22.9375 17.5228 18.4603 22 12.9375 22C7.41465 22 2.9375 17.5228 2.9375 12C2.9375 6.47715 7.41465 2 12.9375 2ZM12.9375 3.5C8.24308 3.5 4.4375 7.30558 4.4375 12C4.4375 16.6944 8.24308 20.5 12.9375 20.5C17.6319 20.5 21.4375 16.6944 21.4375 12C21.4375 7.30558 17.6319 3.5 12.9375 3.5ZM11.6875 13.4393L16.1572 8.96967C16.4501 8.67678 16.9249 8.67678 17.2178 8.96967C17.4841 9.23594 17.5083 9.6526 17.2904 9.94621L17.2178 10.0303L12.2178 15.0303C11.9516 15.2966 11.5349 15.3208 11.2413 15.1029L11.1572 15.0303L8.65717 12.5303C8.36428 12.2374 8.36428 11.7626 8.65717 11.4697C8.92344 11.2034 9.3401 11.1792 9.63371 11.3971L9.71783 11.4697L11.6875 13.4393L16.1572 8.96967L11.6875 13.4393Z" }) }));
8
8
  export default IconCheckmarkCircle;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconCheckmarkCircleFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconCheckmarkCircleFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconCheckmarkCircleFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconCheckmarkCircleFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconCheckmarkCircleFilled = ({ 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: "M12.9375 2C18.4603 2 22.9375 6.47715 22.9375 12C22.9375 17.5228 18.4603 22 12.9375 22C7.41465 22 2.9375 17.5228 2.9375 12C2.9375 6.47715 7.41465 2 12.9375 2ZM16.1572 8.96967L11.6875 13.4393L9.71783 11.4697C9.42494 11.1768 8.95006 11.1768 8.65717 11.4697C8.36428 11.7626 8.36428 12.2374 8.65717 12.5303L11.1572 15.0303C11.4501 15.3232 11.9249 15.3232 12.2178 15.0303L17.2178 10.0303C17.5107 9.73744 17.5107 9.26256 17.2178 8.96967C16.9249 8.67678 16.4501 8.67678 16.1572 8.96967Z" }) }));
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: "M12.9375 2C18.4603 2 22.9375 6.47715 22.9375 12C22.9375 17.5228 18.4603 22 12.9375 22C7.41465 22 2.9375 17.5228 2.9375 12C2.9375 6.47715 7.41465 2 12.9375 2ZM16.1572 8.96967L11.6875 13.4393L9.71783 11.4697C9.42494 11.1768 8.95006 11.1768 8.65717 11.4697C8.36428 11.7626 8.36428 12.2374 8.65717 12.5303L11.1572 15.0303C11.4501 15.3232 11.9249 15.3232 12.2178 15.0303L17.2178 10.0303C17.5107 9.73744 17.5107 9.26256 17.2178 8.96967C16.9249 8.67678 16.4501 8.67678 16.1572 8.96967Z" }) }));
8
8
  export default IconCheckmarkCircleFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconCheckmarkFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconCheckmarkFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconCheckmarkFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconCheckmarkFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconCheckmarkFilled = ({ 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.98438 16.5858L5.19148 12.7929C4.80096 12.4024 4.16779 12.4024 3.77727 12.7929C3.38674 13.1834 3.38674 13.8166 3.77727 14.2071L8.27727 18.7071C8.66779 19.0976 9.30096 19.0976 9.69148 18.7071L20.6915 7.70711C21.082 7.31658 21.082 6.68342 20.6915 6.29289C20.301 5.90237 19.6678 5.90237 19.2773 6.29289L8.98438 16.5858Z" }) }));
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.98438 16.5858L5.19148 12.7929C4.80096 12.4024 4.16779 12.4024 3.77727 12.7929C3.38674 13.1834 3.38674 13.8166 3.77727 14.2071L8.27727 18.7071C8.66779 19.0976 9.30096 19.0976 9.69148 18.7071L20.6915 7.70711C21.082 7.31658 21.082 6.68342 20.6915 6.29289C20.301 5.90237 19.6678 5.90237 19.2773 6.29289L8.98438 16.5858Z" }) }));
8
8
  export default IconCheckmarkFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconChevronDoubleLeft: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconChevronDoubleLeft: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconChevronDoubleLeft;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconChevronDoubleLeft = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconChevronDoubleLeft = ({ 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: "M14.1367 19.0233C13.9028 19.258 13.5229 19.2587 13.2882 19.0248L6.70684 12.4668C6.44798 12.2089 6.44798 11.7897 6.70684 11.5318L13.2882 4.97381C13.5229 4.73991 13.9028 4.74059 14.1367 4.97532C14.3706 5.21005 14.37 5.58995 14.1352 5.82385L7.93773 11.9993L14.1352 18.1748C14.37 18.4087 14.3706 18.7886 14.1367 19.0233ZM18.9356 19.0233C18.7017 19.258 18.3218 19.2587 18.087 19.0248L11.5057 12.4668C11.2468 12.2089 11.2468 11.7897 11.5057 11.5318L18.087 4.97381C18.3218 4.73991 18.7017 4.74059 18.9356 4.97532C19.1695 5.21005 19.1688 5.58995 18.9341 5.82385L12.7366 11.9993L18.9341 18.1748C19.1688 18.4087 19.1695 18.7886 18.9356 19.0233Z" }) }));
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: "M14.1367 19.0233C13.9028 19.258 13.5229 19.2587 13.2882 19.0248L6.70684 12.4668C6.44798 12.2089 6.44798 11.7897 6.70684 11.5318L13.2882 4.97381C13.5229 4.73991 13.9028 4.74059 14.1367 4.97532C14.3706 5.21005 14.37 5.58995 14.1352 5.82385L7.93773 11.9993L14.1352 18.1748C14.37 18.4087 14.3706 18.7886 14.1367 19.0233ZM18.9356 19.0233C18.7017 19.258 18.3218 19.2587 18.087 19.0248L11.5057 12.4668C11.2468 12.2089 11.2468 11.7897 11.5057 11.5318L18.087 4.97381C18.3218 4.73991 18.7017 4.74059 18.9356 4.97532C19.1695 5.21005 19.1688 5.58995 18.9341 5.82385L12.7366 11.9993L18.9341 18.1748C19.1688 18.4087 19.1695 18.7886 18.9356 19.0233Z" }) }));
8
8
  export default IconChevronDoubleLeft;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconChevronDoubleRight: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconChevronDoubleRight: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconChevronDoubleRight;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconChevronDoubleRight = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconChevronDoubleRight = ({ 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.9904 5.04814C11.3503 4.70531 11.92 4.71915 12.2628 5.07906L18.2644 11.3796C18.5955 11.7272 18.5955 12.2735 18.2644 12.6211L12.2628 18.9217C11.92 19.2816 11.3503 19.2954 10.9904 18.9526C10.6305 18.6098 10.6166 18.0401 10.9595 17.6802L16.3698 12.0004L10.9595 6.32055C10.6166 5.96065 10.6305 5.39097 10.9904 5.04814ZM6.19039 5.04814C6.55029 4.70531 7.11997 4.71915 7.4628 5.07906L13.4644 11.3796C13.7955 11.7272 13.7955 12.2735 13.4644 12.6211L7.4628 18.9217C7.11997 19.2816 6.55029 19.2954 6.19039 18.9526C5.83048 18.6098 5.81664 18.0401 6.15947 17.6802L11.5698 12.0004L6.15947 6.32055C5.81664 5.96065 5.83048 5.39097 6.19039 5.04814Z" }) }));
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.9904 5.04814C11.3503 4.70531 11.92 4.71915 12.2628 5.07906L18.2644 11.3796C18.5955 11.7272 18.5955 12.2735 18.2644 12.6211L12.2628 18.9217C11.92 19.2816 11.3503 19.2954 10.9904 18.9526C10.6305 18.6098 10.6166 18.0401 10.9595 17.6802L16.3698 12.0004L10.9595 6.32055C10.6166 5.96065 10.6305 5.39097 10.9904 5.04814ZM6.19039 5.04814C6.55029 4.70531 7.11997 4.71915 7.4628 5.07906L13.4644 11.3796C13.7955 11.7272 13.7955 12.2735 13.4644 12.6211L7.4628 18.9217C7.11997 19.2816 6.55029 19.2954 6.19039 18.9526C5.83048 18.6098 5.81664 18.0401 6.15947 17.6802L11.5698 12.0004L6.15947 6.32055C5.81664 5.96065 5.83048 5.39097 6.19039 5.04814Z" }) }));
8
8
  export default IconChevronDoubleRight;