hrm_ui_lib 3.4.1 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (847) hide show
  1. package/assets/styles/styles.css +1 -1
  2. package/components/Alert/Alert.js +2 -2
  3. package/components/Alert/types.d.ts +1 -0
  4. package/components/Avatar/Avatar.d.ts +1 -1
  5. package/components/Avatar/Avatar.js +2 -2
  6. package/components/Avatar/AvatarGroup.d.ts +1 -1
  7. package/components/Avatar/AvatarGroup.js +2 -2
  8. package/components/Avatar/types.d.ts +1 -0
  9. package/components/Badge/Badge.js +2 -2
  10. package/components/Badge/types.d.ts +1 -0
  11. package/components/BadgeV2/BadgeV2.js +3 -3
  12. package/components/BadgeV2/types.d.ts +1 -1
  13. package/components/Breadcrumb/Breadcrumb.js +3 -3
  14. package/components/Breadcrumb/types.d.ts +1 -0
  15. package/components/Button/Button.js +2 -2
  16. package/components/Button/types.d.ts +1 -1
  17. package/components/ButtonGroup/ButtonGroup.d.ts +1 -1
  18. package/components/ButtonGroup/ButtonGroup.js +3 -3
  19. package/components/ButtonGroup/ButtonGroupItem.d.ts +1 -1
  20. package/components/ButtonGroup/ButtonGroupItem.js +2 -2
  21. package/components/ButtonGroup/types.d.ts +1 -1
  22. package/components/Card/CardComponent/Card.js +2 -2
  23. package/components/Card/types.d.ts +1 -0
  24. package/components/CardGroup/CardGroupComponent/CardGroup.js +2 -2
  25. package/components/CardGroup/types.d.ts +1 -0
  26. package/components/Checkbox/Checkbox.js +5 -5
  27. package/components/Checkbox/types.d.ts +1 -0
  28. package/components/Chips/Chips.js +2 -2
  29. package/components/Chips/types.d.ts +1 -1
  30. package/components/Collapse/Collapse/Collapse.js +2 -2
  31. package/components/Collapse/Collapse/Title.d.ts +2 -2
  32. package/components/Collapse/Collapse/Title.js +2 -2
  33. package/components/Collapse/CollapseGroup/CollapseGroup.js +2 -2
  34. package/components/Collapse/CollapseItem/CollapseItem.js +3 -3
  35. package/components/Collapse/types.d.ts +1 -0
  36. package/components/Container/Container.js +2 -2
  37. package/components/Container/types.d.ts +1 -0
  38. package/components/Copy/Copy.d.ts +1 -1
  39. package/components/Copy/Copy.js +2 -2
  40. package/components/Copy/types.d.ts +1 -0
  41. package/components/Counter/Counter.js +2 -2
  42. package/components/Counter/types.d.ts +1 -0
  43. package/components/DarkModeSwitcher/DarkModeSwitcher.d.ts +1 -0
  44. package/components/DarkModeSwitcher/DarkModeSwitcher.js +2 -2
  45. package/components/DarkModeSwitcher/types.d.ts +1 -0
  46. package/components/DatePicker/CustomHeader/CustomHeader.js +1 -1
  47. package/components/DatePicker/RangeDatePicker/RangeDatePickerDesktop.js +2 -2
  48. package/components/DatePicker/RangeDatePicker/RangeDatePickerMobile.js +3 -3
  49. package/components/DatePicker/SimpleDatePicker/SimpleDatePickerDesktop.js +2 -2
  50. package/components/DatePicker/SimpleDatePicker/SimpleDatePickerMobile.js +2 -2
  51. package/components/DatePicker/TimePicker/TimePickerDesktop.js +2 -2
  52. package/components/DatePicker/TimePicker/TimePickerMobile.js +2 -2
  53. package/components/DatePicker/types.d.ts +2 -1
  54. package/components/Divider/Divider.js +2 -2
  55. package/components/Divider/types.d.ts +1 -0
  56. package/components/Empty/Empty.js +2 -2
  57. package/components/Empty/types.d.ts +1 -0
  58. package/components/FileUpload/DropzoneFileUpload/DropzoneFileUpload.js +5 -5
  59. package/components/FileUpload/DropzoneFileUpload/ErrorItem.d.ts +2 -2
  60. package/components/FileUpload/DropzoneFileUpload/ErrorItem.js +2 -2
  61. package/components/FileUpload/DropzoneFileUpload/PreviewItem.d.ts +2 -2
  62. package/components/FileUpload/DropzoneFileUpload/PreviewItem.js +2 -2
  63. package/components/FileUpload/FileUpload.js +2 -2
  64. package/components/FileUpload/UploadItems.js +3 -3
  65. package/components/FileUpload/types.d.ts +1 -1
  66. package/components/FormContainer/FormContainer.js +4 -4
  67. package/components/FormContainer/types.d.ts +1 -0
  68. package/components/FormField/FormField.js +3 -3
  69. package/components/FormField/types.d.ts +1 -0
  70. package/components/Heading/Heading.js +2 -2
  71. package/components/Heading/types.d.ts +1 -0
  72. package/components/Image/Image.js +3 -3
  73. package/components/Image/types.d.ts +1 -0
  74. package/components/Input/Input.js +5 -5
  75. package/components/Input/types.d.ts +1 -1
  76. package/components/LineChart/LineChart.d.ts +1 -1
  77. package/components/LineChart/LineChart.js +4 -4
  78. package/components/LineChart/types.d.ts +1 -0
  79. package/components/Link/Link.js +3 -3
  80. package/components/Link/types.d.ts +1 -0
  81. package/components/Menu/Menu.js +2 -2
  82. package/components/Menu/NestedMenu.js +2 -2
  83. package/components/Menu/types.d.ts +1 -0
  84. package/components/Modal/ModalConfirmation.d.ts +1 -1
  85. package/components/Modal/ModalConfirmation.js +2 -2
  86. package/components/Modal/ModalContent.d.ts +2 -2
  87. package/components/Modal/ModalContent.js +2 -2
  88. package/components/Modal/types.d.ts +2 -2
  89. package/components/More/More.js +2 -2
  90. package/components/More/types.d.ts +1 -0
  91. package/components/Pagination/Pagination.js +4 -4
  92. package/components/Pagination/types.d.ts +1 -0
  93. package/components/Popover/PopoverDesktop.js +2 -2
  94. package/components/Popover/PopoverMobile.js +2 -2
  95. package/components/Popover/types.d.ts +1 -0
  96. package/components/Progress/Progress.js +3 -3
  97. package/components/Progress/types.d.ts +1 -0
  98. package/components/ProgressStep/ProgressStep.js +3 -3
  99. package/components/ProgressStep/Step.js +6 -6
  100. package/components/ProgressStep/types.d.ts +1 -0
  101. package/components/Radio/Radio.js +2 -2
  102. package/components/Radio/RadioGroup.js +1 -1
  103. package/components/Radio/types.d.ts +1 -0
  104. package/components/SVGIcons/IconAdd.d.ts +1 -1
  105. package/components/SVGIcons/IconAdd.js +2 -2
  106. package/components/SVGIcons/IconAddCircle.d.ts +1 -1
  107. package/components/SVGIcons/IconAddCircle.js +2 -2
  108. package/components/SVGIcons/IconAddCircleFilled.d.ts +1 -1
  109. package/components/SVGIcons/IconAddCircleFilled.js +2 -2
  110. package/components/SVGIcons/IconAddFilled.d.ts +1 -1
  111. package/components/SVGIcons/IconAddFilled.js +2 -2
  112. package/components/SVGIcons/IconAirplaneTakeOff.d.ts +1 -1
  113. package/components/SVGIcons/IconAirplaneTakeOff.js +2 -2
  114. package/components/SVGIcons/IconAirplaneTakeOffFilled.d.ts +1 -1
  115. package/components/SVGIcons/IconAirplaneTakeOffFilled.js +2 -2
  116. package/components/SVGIcons/IconAlert.d.ts +1 -1
  117. package/components/SVGIcons/IconAlert.js +2 -2
  118. package/components/SVGIcons/IconAlertBadge.d.ts +1 -1
  119. package/components/SVGIcons/IconAlertBadge.js +2 -2
  120. package/components/SVGIcons/IconAlertBadgeFilled.d.ts +1 -1
  121. package/components/SVGIcons/IconAlertBadgeFilled.js +2 -2
  122. package/components/SVGIcons/IconAlertFilled.d.ts +1 -1
  123. package/components/SVGIcons/IconAlertFilled.js +2 -2
  124. package/components/SVGIcons/IconAm.d.ts +1 -1
  125. package/components/SVGIcons/IconAm.js +2 -2
  126. package/components/SVGIcons/IconAmd.d.ts +1 -1
  127. package/components/SVGIcons/IconAmd.js +2 -2
  128. package/components/SVGIcons/IconAmdFilled.d.ts +1 -1
  129. package/components/SVGIcons/IconAmdFilled.js +2 -2
  130. package/components/SVGIcons/IconApple.d.ts +1 -1
  131. package/components/SVGIcons/IconApple.js +2 -2
  132. package/components/SVGIcons/IconArrowDown.d.ts +1 -1
  133. package/components/SVGIcons/IconArrowDown.js +2 -2
  134. package/components/SVGIcons/IconArrowDownFilled.d.ts +1 -1
  135. package/components/SVGIcons/IconArrowDownFilled.js +2 -2
  136. package/components/SVGIcons/IconArrowDownLeft.d.ts +1 -1
  137. package/components/SVGIcons/IconArrowDownLeft.js +2 -2
  138. package/components/SVGIcons/IconArrowDownLeftFilled.d.ts +1 -1
  139. package/components/SVGIcons/IconArrowDownLeftFilled.js +2 -2
  140. package/components/SVGIcons/IconArrowDownload.d.ts +1 -1
  141. package/components/SVGIcons/IconArrowDownload.js +2 -2
  142. package/components/SVGIcons/IconArrowDownloadFilled.d.ts +1 -1
  143. package/components/SVGIcons/IconArrowDownloadFilled.js +2 -2
  144. package/components/SVGIcons/IconArrowEnter.d.ts +1 -1
  145. package/components/SVGIcons/IconArrowEnter.js +2 -2
  146. package/components/SVGIcons/IconArrowEnterFilled.d.ts +1 -1
  147. package/components/SVGIcons/IconArrowEnterFilled.js +2 -2
  148. package/components/SVGIcons/IconArrowExit.d.ts +1 -1
  149. package/components/SVGIcons/IconArrowExit.js +2 -2
  150. package/components/SVGIcons/IconArrowExitFilled.d.ts +1 -1
  151. package/components/SVGIcons/IconArrowExitFilled.js +2 -2
  152. package/components/SVGIcons/IconArrowExportLeftToRight.d.ts +1 -1
  153. package/components/SVGIcons/IconArrowExportLeftToRight.js +2 -2
  154. package/components/SVGIcons/IconArrowExportLeftToRightFilled.d.ts +1 -1
  155. package/components/SVGIcons/IconArrowExportLeftToRightFilled.js +2 -2
  156. package/components/SVGIcons/IconArrowExportRightToLeft.d.ts +1 -1
  157. package/components/SVGIcons/IconArrowExportRightToLeft.js +2 -2
  158. package/components/SVGIcons/IconArrowExportRightToLeftFilled.d.ts +1 -1
  159. package/components/SVGIcons/IconArrowExportRightToLeftFilled.js +2 -2
  160. package/components/SVGIcons/IconArrowExportUp.d.ts +1 -1
  161. package/components/SVGIcons/IconArrowExportUp.js +2 -2
  162. package/components/SVGIcons/IconArrowExportUpFilled.d.ts +1 -1
  163. package/components/SVGIcons/IconArrowExportUpFilled.js +2 -2
  164. package/components/SVGIcons/IconArrowImport.d.ts +1 -1
  165. package/components/SVGIcons/IconArrowImport.js +2 -2
  166. package/components/SVGIcons/IconArrowImportFilled.d.ts +1 -1
  167. package/components/SVGIcons/IconArrowImportFilled.js +2 -2
  168. package/components/SVGIcons/IconArrowLeft.d.ts +1 -1
  169. package/components/SVGIcons/IconArrowLeft.js +2 -2
  170. package/components/SVGIcons/IconArrowLeftFilled.d.ts +1 -1
  171. package/components/SVGIcons/IconArrowLeftFilled.js +2 -2
  172. package/components/SVGIcons/IconArrowRepeatAll.d.ts +1 -1
  173. package/components/SVGIcons/IconArrowRepeatAll.js +2 -2
  174. package/components/SVGIcons/IconArrowRepeatAllFilled.d.ts +1 -1
  175. package/components/SVGIcons/IconArrowRepeatAllFilled.js +2 -2
  176. package/components/SVGIcons/IconArrowReset.d.ts +1 -1
  177. package/components/SVGIcons/IconArrowReset.js +2 -2
  178. package/components/SVGIcons/IconArrowResetFilled.d.ts +1 -1
  179. package/components/SVGIcons/IconArrowResetFilled.js +2 -2
  180. package/components/SVGIcons/IconArrowRight.d.ts +1 -1
  181. package/components/SVGIcons/IconArrowRight.js +2 -2
  182. package/components/SVGIcons/IconArrowRightFilled.d.ts +1 -1
  183. package/components/SVGIcons/IconArrowRightFilled.js +2 -2
  184. package/components/SVGIcons/IconArrowSort.d.ts +1 -1
  185. package/components/SVGIcons/IconArrowSort.js +2 -2
  186. package/components/SVGIcons/IconArrowSortFilled.d.ts +1 -1
  187. package/components/SVGIcons/IconArrowSortFilled.js +2 -2
  188. package/components/SVGIcons/IconArrowSync.d.ts +1 -1
  189. package/components/SVGIcons/IconArrowSync.js +2 -2
  190. package/components/SVGIcons/IconArrowSyncFilled.d.ts +1 -1
  191. package/components/SVGIcons/IconArrowSyncFilled.js +2 -2
  192. package/components/SVGIcons/IconArrowUp.d.ts +1 -1
  193. package/components/SVGIcons/IconArrowUp.js +2 -2
  194. package/components/SVGIcons/IconArrowUpFilled.d.ts +1 -1
  195. package/components/SVGIcons/IconArrowUpFilled.js +2 -2
  196. package/components/SVGIcons/IconArrowUpLeft.d.ts +1 -1
  197. package/components/SVGIcons/IconArrowUpLeft.js +2 -2
  198. package/components/SVGIcons/IconArrowUpLeftFilled.d.ts +1 -1
  199. package/components/SVGIcons/IconArrowUpLeftFilled.js +2 -2
  200. package/components/SVGIcons/IconArrowUpRight.d.ts +1 -1
  201. package/components/SVGIcons/IconArrowUpRight.js +2 -2
  202. package/components/SVGIcons/IconArrowUpRightFilled.d.ts +1 -1
  203. package/components/SVGIcons/IconArrowUpRightFilled.js +2 -2
  204. package/components/SVGIcons/IconAttach.d.ts +1 -1
  205. package/components/SVGIcons/IconAttach.js +2 -2
  206. package/components/SVGIcons/IconAttachFilled.d.ts +1 -1
  207. package/components/SVGIcons/IconAttachFilled.js +2 -2
  208. package/components/SVGIcons/IconBeach.d.ts +1 -1
  209. package/components/SVGIcons/IconBeach.js +2 -2
  210. package/components/SVGIcons/IconBeachFilled.d.ts +1 -1
  211. package/components/SVGIcons/IconBeachFilled.js +2 -2
  212. package/components/SVGIcons/IconBook.d.ts +1 -1
  213. package/components/SVGIcons/IconBook.js +2 -2
  214. package/components/SVGIcons/IconBookFilled.d.ts +1 -1
  215. package/components/SVGIcons/IconBookFilled.js +2 -2
  216. package/components/SVGIcons/IconBookmark.d.ts +1 -1
  217. package/components/SVGIcons/IconBookmark.js +2 -2
  218. package/components/SVGIcons/IconBookmarkFilled.d.ts +1 -1
  219. package/components/SVGIcons/IconBookmarkFilled.js +2 -2
  220. package/components/SVGIcons/IconBriefcase.d.ts +1 -1
  221. package/components/SVGIcons/IconBriefcase.js +2 -2
  222. package/components/SVGIcons/IconBriefcaseFilled.d.ts +1 -1
  223. package/components/SVGIcons/IconBriefcaseFilled.js +2 -2
  224. package/components/SVGIcons/IconBudgetTransfer.d.ts +1 -1
  225. package/components/SVGIcons/IconBudgetTransfer.js +2 -2
  226. package/components/SVGIcons/IconBuilding.d.ts +1 -1
  227. package/components/SVGIcons/IconBuilding.js +2 -2
  228. package/components/SVGIcons/IconBuildingBank.d.ts +1 -1
  229. package/components/SVGIcons/IconBuildingBank.js +2 -2
  230. package/components/SVGIcons/IconBuildingBankFilled.d.ts +1 -1
  231. package/components/SVGIcons/IconBuildingBankFilled.js +2 -2
  232. package/components/SVGIcons/IconBuildingFilled.d.ts +1 -1
  233. package/components/SVGIcons/IconBuildingFilled.js +2 -2
  234. package/components/SVGIcons/IconBulletListAdd.d.ts +1 -1
  235. package/components/SVGIcons/IconBulletListAdd.js +2 -2
  236. package/components/SVGIcons/IconBulletListAddFilled.d.ts +1 -1
  237. package/components/SVGIcons/IconBulletListAddFilled.js +2 -2
  238. package/components/SVGIcons/IconCalculator.d.ts +1 -1
  239. package/components/SVGIcons/IconCalculator.js +2 -2
  240. package/components/SVGIcons/IconCalculatorFilled.d.ts +1 -1
  241. package/components/SVGIcons/IconCalculatorFilled.js +2 -2
  242. package/components/SVGIcons/IconCalendarClock.d.ts +1 -1
  243. package/components/SVGIcons/IconCalendarClock.js +2 -2
  244. package/components/SVGIcons/IconCalendarClockFilled.d.ts +1 -1
  245. package/components/SVGIcons/IconCalendarClockFilled.js +2 -2
  246. package/components/SVGIcons/IconCalendarDay.d.ts +1 -1
  247. package/components/SVGIcons/IconCalendarDay.js +2 -2
  248. package/components/SVGIcons/IconCalendarDayFilled.d.ts +1 -1
  249. package/components/SVGIcons/IconCalendarDayFilled.js +2 -2
  250. package/components/SVGIcons/IconCalendarEmpty.d.ts +1 -1
  251. package/components/SVGIcons/IconCalendarEmpty.js +2 -2
  252. package/components/SVGIcons/IconCalendarLeft.d.ts +1 -1
  253. package/components/SVGIcons/IconCalendarLeft.js +2 -2
  254. package/components/SVGIcons/IconCalendarLeftFilled.d.ts +1 -1
  255. package/components/SVGIcons/IconCalendarLeftFilled.js +2 -2
  256. package/components/SVGIcons/IconCalendarRight.d.ts +1 -1
  257. package/components/SVGIcons/IconCalendarRight.js +2 -2
  258. package/components/SVGIcons/IconCalendarRightFilled.d.ts +1 -1
  259. package/components/SVGIcons/IconCalendarRightFilled.js +2 -2
  260. package/components/SVGIcons/IconCall.d.ts +1 -1
  261. package/components/SVGIcons/IconCall.js +2 -2
  262. package/components/SVGIcons/IconCallFilled.d.ts +1 -1
  263. package/components/SVGIcons/IconCallFilled.js +2 -2
  264. package/components/SVGIcons/IconCard.d.ts +1 -1
  265. package/components/SVGIcons/IconCard.js +2 -2
  266. package/components/SVGIcons/IconCardFilled.d.ts +1 -1
  267. package/components/SVGIcons/IconCardFilled.js +2 -2
  268. package/components/SVGIcons/IconCaretDown.d.ts +1 -1
  269. package/components/SVGIcons/IconCaretDown.js +2 -2
  270. package/components/SVGIcons/IconCaretDownFilled.d.ts +1 -1
  271. package/components/SVGIcons/IconCaretDownFilled.js +2 -2
  272. package/components/SVGIcons/IconCaretDownRight.d.ts +1 -1
  273. package/components/SVGIcons/IconCaretDownRight.js +2 -2
  274. package/components/SVGIcons/IconCaretDownRightFilled.d.ts +1 -1
  275. package/components/SVGIcons/IconCaretDownRightFilled.js +2 -2
  276. package/components/SVGIcons/IconCaretLeft.d.ts +1 -1
  277. package/components/SVGIcons/IconCaretLeft.js +2 -2
  278. package/components/SVGIcons/IconCaretLeftFilled.d.ts +1 -1
  279. package/components/SVGIcons/IconCaretLeftFilled.js +2 -2
  280. package/components/SVGIcons/IconCaretRight.d.ts +1 -1
  281. package/components/SVGIcons/IconCaretRight.js +2 -2
  282. package/components/SVGIcons/IconCaretRightFilled.d.ts +1 -1
  283. package/components/SVGIcons/IconCaretRightFilled.js +2 -2
  284. package/components/SVGIcons/IconCaretUp.d.ts +1 -1
  285. package/components/SVGIcons/IconCaretUp.js +2 -2
  286. package/components/SVGIcons/IconCaretUpFilled.d.ts +1 -1
  287. package/components/SVGIcons/IconCaretUpFilled.js +2 -2
  288. package/components/SVGIcons/IconChartPerson.d.ts +1 -1
  289. package/components/SVGIcons/IconChartPerson.js +2 -2
  290. package/components/SVGIcons/IconChartPersonFilled.d.ts +1 -1
  291. package/components/SVGIcons/IconChartPersonFilled.js +2 -2
  292. package/components/SVGIcons/IconChat.d.ts +1 -1
  293. package/components/SVGIcons/IconChat.js +2 -2
  294. package/components/SVGIcons/IconChatFilled.d.ts +1 -1
  295. package/components/SVGIcons/IconChatFilled.js +2 -2
  296. package/components/SVGIcons/IconChatMultiple.d.ts +1 -1
  297. package/components/SVGIcons/IconChatMultiple.js +2 -2
  298. package/components/SVGIcons/IconChatMultipleFilled.d.ts +1 -1
  299. package/components/SVGIcons/IconChatMultipleFilled.js +2 -2
  300. package/components/SVGIcons/IconCheckboxArrowRight.d.ts +1 -1
  301. package/components/SVGIcons/IconCheckboxArrowRight.js +2 -2
  302. package/components/SVGIcons/IconCheckboxArrowRightFilled.d.ts +1 -1
  303. package/components/SVGIcons/IconCheckboxArrowRightFilled.js +2 -2
  304. package/components/SVGIcons/IconCheckmark.d.ts +1 -1
  305. package/components/SVGIcons/IconCheckmark.js +2 -2
  306. package/components/SVGIcons/IconCheckmarkCircle.d.ts +1 -1
  307. package/components/SVGIcons/IconCheckmarkCircle.js +2 -2
  308. package/components/SVGIcons/IconCheckmarkCircleFilled.d.ts +1 -1
  309. package/components/SVGIcons/IconCheckmarkCircleFilled.js +2 -2
  310. package/components/SVGIcons/IconCheckmarkFilled.d.ts +1 -1
  311. package/components/SVGIcons/IconCheckmarkFilled.js +2 -2
  312. package/components/SVGIcons/IconChevronDoubleLeft.d.ts +1 -1
  313. package/components/SVGIcons/IconChevronDoubleLeft.js +2 -2
  314. package/components/SVGIcons/IconChevronDoubleRight.d.ts +1 -1
  315. package/components/SVGIcons/IconChevronDoubleRight.js +2 -2
  316. package/components/SVGIcons/IconChevronDown.d.ts +1 -1
  317. package/components/SVGIcons/IconChevronDown.js +2 -2
  318. package/components/SVGIcons/IconChevronDownFilled.d.ts +1 -1
  319. package/components/SVGIcons/IconChevronDownFilled.js +2 -2
  320. package/components/SVGIcons/IconChevronLeft.d.ts +1 -1
  321. package/components/SVGIcons/IconChevronLeft.js +2 -2
  322. package/components/SVGIcons/IconChevronLeftFilled.d.ts +1 -1
  323. package/components/SVGIcons/IconChevronLeftFilled.js +2 -2
  324. package/components/SVGIcons/IconChevronRight.d.ts +1 -1
  325. package/components/SVGIcons/IconChevronRight.js +2 -2
  326. package/components/SVGIcons/IconChevronRightFilled.d.ts +1 -1
  327. package/components/SVGIcons/IconChevronRightFilled.js +2 -2
  328. package/components/SVGIcons/IconChevronUp.d.ts +1 -1
  329. package/components/SVGIcons/IconChevronUp.js +2 -2
  330. package/components/SVGIcons/IconChevronUpDown.d.ts +1 -1
  331. package/components/SVGIcons/IconChevronUpDown.js +2 -2
  332. package/components/SVGIcons/IconChevronUpDownFilled.d.ts +1 -1
  333. package/components/SVGIcons/IconChevronUpDownFilled.js +2 -2
  334. package/components/SVGIcons/IconChevronUpFilled.d.ts +1 -1
  335. package/components/SVGIcons/IconChevronUpFilled.js +2 -2
  336. package/components/SVGIcons/IconClipboardDay.d.ts +1 -1
  337. package/components/SVGIcons/IconClipboardDay.js +2 -2
  338. package/components/SVGIcons/IconClock.d.ts +1 -1
  339. package/components/SVGIcons/IconClock.js +2 -2
  340. package/components/SVGIcons/IconClockDismiss.d.ts +1 -1
  341. package/components/SVGIcons/IconClockDismiss.js +2 -2
  342. package/components/SVGIcons/IconClockDismissFilled.d.ts +1 -1
  343. package/components/SVGIcons/IconClockDismissFilled.js +2 -2
  344. package/components/SVGIcons/IconClockFilled.d.ts +1 -1
  345. package/components/SVGIcons/IconClockFilled.js +2 -2
  346. package/components/SVGIcons/IconCode.d.ts +1 -1
  347. package/components/SVGIcons/IconCode.js +2 -2
  348. package/components/SVGIcons/IconCoins.d.ts +1 -1
  349. package/components/SVGIcons/IconCoins.js +2 -2
  350. package/components/SVGIcons/IconComment.d.ts +1 -1
  351. package/components/SVGIcons/IconComment.js +2 -2
  352. package/components/SVGIcons/IconCommentFilled.d.ts +1 -1
  353. package/components/SVGIcons/IconCommentFilled.js +2 -2
  354. package/components/SVGIcons/IconContractCard.d.ts +1 -1
  355. package/components/SVGIcons/IconContractCard.js +2 -2
  356. package/components/SVGIcons/IconContractCardFilled.d.ts +1 -1
  357. package/components/SVGIcons/IconContractCardFilled.js +2 -2
  358. package/components/SVGIcons/IconCopy.d.ts +1 -1
  359. package/components/SVGIcons/IconCopy.js +2 -2
  360. package/components/SVGIcons/IconCopyFilled.d.ts +1 -1
  361. package/components/SVGIcons/IconCopyFilled.js +2 -2
  362. package/components/SVGIcons/IconCubeTree.d.ts +1 -1
  363. package/components/SVGIcons/IconCubeTree.js +2 -2
  364. package/components/SVGIcons/IconCubeTreeFilled.d.ts +1 -1
  365. package/components/SVGIcons/IconCubeTreeFilled.js +2 -2
  366. package/components/SVGIcons/IconDatabase.d.ts +1 -1
  367. package/components/SVGIcons/IconDatabase.js +2 -2
  368. package/components/SVGIcons/IconDatabaseFilled.d.ts +1 -1
  369. package/components/SVGIcons/IconDatabaseFilled.js +2 -2
  370. package/components/SVGIcons/IconDelete.d.ts +1 -1
  371. package/components/SVGIcons/IconDelete.js +2 -2
  372. package/components/SVGIcons/IconDeleteFilled.d.ts +1 -1
  373. package/components/SVGIcons/IconDeleteFilled.js +2 -2
  374. package/components/SVGIcons/IconDeviceMeetingRoom.d.ts +1 -1
  375. package/components/SVGIcons/IconDeviceMeetingRoom.js +2 -2
  376. package/components/SVGIcons/IconDeviceMeetingRoomFilled.d.ts +1 -1
  377. package/components/SVGIcons/IconDeviceMeetingRoomFilled.js +2 -2
  378. package/components/SVGIcons/IconDismiss.d.ts +1 -1
  379. package/components/SVGIcons/IconDismiss.js +2 -2
  380. package/components/SVGIcons/IconDismissCircle.d.ts +1 -1
  381. package/components/SVGIcons/IconDismissCircle.js +2 -2
  382. package/components/SVGIcons/IconDismissCircleFilled.d.ts +1 -1
  383. package/components/SVGIcons/IconDismissCircleFilled.js +2 -2
  384. package/components/SVGIcons/IconDismissFilled.d.ts +1 -1
  385. package/components/SVGIcons/IconDismissFilled.js +2 -2
  386. package/components/SVGIcons/IconDocument.d.ts +1 -1
  387. package/components/SVGIcons/IconDocument.js +2 -2
  388. package/components/SVGIcons/IconDocumentBulletList.d.ts +1 -1
  389. package/components/SVGIcons/IconDocumentBulletList.js +2 -2
  390. package/components/SVGIcons/IconDocumentBulletListFilled.d.ts +1 -1
  391. package/components/SVGIcons/IconDocumentBulletListFilled.js +2 -2
  392. package/components/SVGIcons/IconDocumentEdit.d.ts +1 -1
  393. package/components/SVGIcons/IconDocumentEdit.js +2 -2
  394. package/components/SVGIcons/IconDocumentEditFilled.d.ts +1 -1
  395. package/components/SVGIcons/IconDocumentEditFilled.js +2 -2
  396. package/components/SVGIcons/IconDocumentFilled.d.ts +1 -1
  397. package/components/SVGIcons/IconDocumentFilled.js +2 -2
  398. package/components/SVGIcons/IconDocumentPerson.d.ts +1 -1
  399. package/components/SVGIcons/IconDocumentPerson.js +2 -2
  400. package/components/SVGIcons/IconEdit.d.ts +1 -1
  401. package/components/SVGIcons/IconEdit.js +2 -2
  402. package/components/SVGIcons/IconEditFilled.d.ts +1 -1
  403. package/components/SVGIcons/IconEditFilled.js +2 -2
  404. package/components/SVGIcons/IconErrorCircle.d.ts +1 -1
  405. package/components/SVGIcons/IconErrorCircle.js +2 -2
  406. package/components/SVGIcons/IconErrorCircleFilled.d.ts +1 -1
  407. package/components/SVGIcons/IconErrorCircleFilled.js +2 -2
  408. package/components/SVGIcons/IconEur.d.ts +1 -1
  409. package/components/SVGIcons/IconEur.js +2 -2
  410. package/components/SVGIcons/IconEurFilled.d.ts +1 -1
  411. package/components/SVGIcons/IconEurFilled.js +2 -2
  412. package/components/SVGIcons/IconExpandUpLeft.d.ts +1 -1
  413. package/components/SVGIcons/IconExpandUpLeft.js +2 -2
  414. package/components/SVGIcons/IconExpandUpLeftFilled.d.ts +1 -1
  415. package/components/SVGIcons/IconExpandUpLeftFilled.js +2 -2
  416. package/components/SVGIcons/IconExpandUpRight.d.ts +1 -1
  417. package/components/SVGIcons/IconExpandUpRight.js +2 -2
  418. package/components/SVGIcons/IconExpandUpRightFilled.d.ts +1 -1
  419. package/components/SVGIcons/IconExpandUpRightFilled.js +2 -2
  420. package/components/SVGIcons/IconEyeOff.d.ts +1 -1
  421. package/components/SVGIcons/IconEyeOff.js +2 -2
  422. package/components/SVGIcons/IconEyeOffFilled.d.ts +1 -1
  423. package/components/SVGIcons/IconEyeOffFilled.js +2 -2
  424. package/components/SVGIcons/IconEyeOn.d.ts +1 -1
  425. package/components/SVGIcons/IconEyeOn.js +2 -2
  426. package/components/SVGIcons/IconEyeOnFilled.d.ts +1 -1
  427. package/components/SVGIcons/IconEyeOnFilled.js +2 -2
  428. package/components/SVGIcons/IconFacebook.d.ts +1 -1
  429. package/components/SVGIcons/IconFacebook.js +2 -2
  430. package/components/SVGIcons/IconFastAcceleration.d.ts +1 -1
  431. package/components/SVGIcons/IconFastAcceleration.js +2 -2
  432. package/components/SVGIcons/IconFastAccelerationFilled.d.ts +1 -1
  433. package/components/SVGIcons/IconFastAccelerationFilled.js +2 -2
  434. package/components/SVGIcons/IconFeed.d.ts +1 -1
  435. package/components/SVGIcons/IconFeed.js +2 -2
  436. package/components/SVGIcons/IconFeedFilled.d.ts +1 -1
  437. package/components/SVGIcons/IconFeedFilled.js +2 -2
  438. package/components/SVGIcons/IconFilter.d.ts +1 -1
  439. package/components/SVGIcons/IconFilter.js +2 -2
  440. package/components/SVGIcons/IconFilterFilled.d.ts +1 -1
  441. package/components/SVGIcons/IconFilterFilled.js +2 -2
  442. package/components/SVGIcons/IconFlag.d.ts +1 -1
  443. package/components/SVGIcons/IconFlag.js +2 -2
  444. package/components/SVGIcons/IconFlagFilled.d.ts +1 -1
  445. package/components/SVGIcons/IconFlagFilled.js +2 -2
  446. package/components/SVGIcons/IconFolderLink.d.ts +1 -1
  447. package/components/SVGIcons/IconFolderLink.js +2 -2
  448. package/components/SVGIcons/IconFolderLinkFilled.d.ts +1 -1
  449. package/components/SVGIcons/IconFolderLinkFilled.js +2 -2
  450. package/components/SVGIcons/IconFood.d.ts +1 -1
  451. package/components/SVGIcons/IconFood.js +2 -2
  452. package/components/SVGIcons/IconFoodFilled.d.ts +1 -1
  453. package/components/SVGIcons/IconFoodFilled.js +2 -2
  454. package/components/SVGIcons/IconGb.d.ts +1 -1
  455. package/components/SVGIcons/IconGb.js +2 -2
  456. package/components/SVGIcons/IconGlobe.d.ts +1 -1
  457. package/components/SVGIcons/IconGlobe.js +2 -2
  458. package/components/SVGIcons/IconGlobeFilled.d.ts +1 -1
  459. package/components/SVGIcons/IconGlobeFilled.js +2 -2
  460. package/components/SVGIcons/IconGoogle.d.ts +1 -1
  461. package/components/SVGIcons/IconGoogle.js +2 -2
  462. package/components/SVGIcons/IconHandOpenHeart.d.ts +1 -1
  463. package/components/SVGIcons/IconHandOpenHeart.js +2 -2
  464. package/components/SVGIcons/IconHandOpenHeartFilled.d.ts +1 -1
  465. package/components/SVGIcons/IconHandOpenHeartFilled.js +2 -2
  466. package/components/SVGIcons/IconHeart.d.ts +1 -1
  467. package/components/SVGIcons/IconHeart.js +2 -2
  468. package/components/SVGIcons/IconHeartFilled.d.ts +1 -1
  469. package/components/SVGIcons/IconHeartFilled.js +2 -2
  470. package/components/SVGIcons/IconHistory.d.ts +1 -1
  471. package/components/SVGIcons/IconHistory.js +2 -2
  472. package/components/SVGIcons/IconHistoryFilled.d.ts +1 -1
  473. package/components/SVGIcons/IconHistoryFilled.js +2 -2
  474. package/components/SVGIcons/IconHome.d.ts +1 -1
  475. package/components/SVGIcons/IconHome.js +2 -2
  476. package/components/SVGIcons/IconHomeFilled.d.ts +1 -1
  477. package/components/SVGIcons/IconHomeFilled.js +2 -2
  478. package/components/SVGIcons/IconImage.d.ts +1 -1
  479. package/components/SVGIcons/IconImage.js +2 -2
  480. package/components/SVGIcons/IconImageFilled.d.ts +1 -1
  481. package/components/SVGIcons/IconImageFilled.js +2 -2
  482. package/components/SVGIcons/IconInfo.d.ts +1 -1
  483. package/components/SVGIcons/IconInfo.js +2 -2
  484. package/components/SVGIcons/IconInfoFilled.d.ts +1 -1
  485. package/components/SVGIcons/IconInfoFilled.js +2 -2
  486. package/components/SVGIcons/IconInstagram.d.ts +1 -1
  487. package/components/SVGIcons/IconInstagram.js +2 -2
  488. package/components/SVGIcons/IconKeyReset.d.ts +1 -1
  489. package/components/SVGIcons/IconKeyReset.js +2 -2
  490. package/components/SVGIcons/IconKeyResetFilled.d.ts +1 -1
  491. package/components/SVGIcons/IconKeyResetFilled.js +2 -2
  492. package/components/SVGIcons/IconLayers.d.ts +1 -1
  493. package/components/SVGIcons/IconLayers.js +2 -2
  494. package/components/SVGIcons/IconLibrary.d.ts +1 -1
  495. package/components/SVGIcons/IconLibrary.js +2 -2
  496. package/components/SVGIcons/IconLibraryFilled.d.ts +1 -1
  497. package/components/SVGIcons/IconLibraryFilled.js +2 -2
  498. package/components/SVGIcons/IconLink.d.ts +1 -1
  499. package/components/SVGIcons/IconLink.js +2 -2
  500. package/components/SVGIcons/IconLinkFilled.d.ts +1 -1
  501. package/components/SVGIcons/IconLinkFilled.js +2 -2
  502. package/components/SVGIcons/IconLinkedin.d.ts +1 -1
  503. package/components/SVGIcons/IconLinkedin.js +2 -2
  504. package/components/SVGIcons/IconList.d.ts +1 -1
  505. package/components/SVGIcons/IconList.js +2 -2
  506. package/components/SVGIcons/IconListFilled.d.ts +1 -1
  507. package/components/SVGIcons/IconListFilled.js +2 -2
  508. package/components/SVGIcons/IconLocation.d.ts +1 -1
  509. package/components/SVGIcons/IconLocation.js +2 -2
  510. package/components/SVGIcons/IconLocationFilled.d.ts +1 -1
  511. package/components/SVGIcons/IconLocationFilled.js +2 -2
  512. package/components/SVGIcons/IconLockClosed.d.ts +1 -1
  513. package/components/SVGIcons/IconLockClosed.js +2 -2
  514. package/components/SVGIcons/IconLockClosedFilled.d.ts +1 -1
  515. package/components/SVGIcons/IconLockClosedFilled.js +2 -2
  516. package/components/SVGIcons/IconLockOpen.d.ts +1 -1
  517. package/components/SVGIcons/IconLockOpen.js +2 -2
  518. package/components/SVGIcons/IconLockOpenFilled.d.ts +1 -1
  519. package/components/SVGIcons/IconLockOpenFilled.js +2 -2
  520. package/components/SVGIcons/IconMail.d.ts +1 -1
  521. package/components/SVGIcons/IconMail.js +2 -2
  522. package/components/SVGIcons/IconMailAdd.d.ts +1 -1
  523. package/components/SVGIcons/IconMailAdd.js +2 -2
  524. package/components/SVGIcons/IconMailAddFilled.d.ts +1 -1
  525. package/components/SVGIcons/IconMailAddFilled.js +2 -2
  526. package/components/SVGIcons/IconMailArrowForward.d.ts +1 -1
  527. package/components/SVGIcons/IconMailArrowForward.js +2 -2
  528. package/components/SVGIcons/IconMailArrowForwardFilled.d.ts +1 -1
  529. package/components/SVGIcons/IconMailArrowForwardFilled.js +2 -2
  530. package/components/SVGIcons/IconMailFilled.d.ts +1 -1
  531. package/components/SVGIcons/IconMailFilled.js +2 -2
  532. package/components/SVGIcons/IconMailLink.d.ts +1 -1
  533. package/components/SVGIcons/IconMailLink.js +2 -2
  534. package/components/SVGIcons/IconMailLinkFilled.d.ts +1 -1
  535. package/components/SVGIcons/IconMailLinkFilled.js +2 -2
  536. package/components/SVGIcons/IconMedium.d.ts +1 -1
  537. package/components/SVGIcons/IconMedium.js +2 -2
  538. package/components/SVGIcons/IconMoon.d.ts +1 -1
  539. package/components/SVGIcons/IconMoon.js +2 -2
  540. package/components/SVGIcons/IconMore.d.ts +1 -1
  541. package/components/SVGIcons/IconMore.js +2 -2
  542. package/components/SVGIcons/IconMoreFilled.d.ts +1 -1
  543. package/components/SVGIcons/IconMoreFilled.js +2 -2
  544. package/components/SVGIcons/IconMoreVertical.d.ts +1 -1
  545. package/components/SVGIcons/IconMoreVertical.js +2 -2
  546. package/components/SVGIcons/IconMoreVerticalFilled.d.ts +1 -1
  547. package/components/SVGIcons/IconMoreVerticalFilled.js +2 -2
  548. package/components/SVGIcons/IconNavigation.d.ts +1 -1
  549. package/components/SVGIcons/IconNavigation.js +2 -2
  550. package/components/SVGIcons/IconNavigationFilled.d.ts +1 -1
  551. package/components/SVGIcons/IconNavigationFilled.js +2 -2
  552. package/components/SVGIcons/IconNotebook.d.ts +1 -1
  553. package/components/SVGIcons/IconNotebook.js +2 -2
  554. package/components/SVGIcons/IconNotebookAdd.d.ts +1 -1
  555. package/components/SVGIcons/IconNotebookAdd.js +2 -2
  556. package/components/SVGIcons/IconNotebookAddFilled.d.ts +1 -1
  557. package/components/SVGIcons/IconNotebookAddFilled.js +2 -2
  558. package/components/SVGIcons/IconNotebookFilled.d.ts +1 -1
  559. package/components/SVGIcons/IconNotebookFilled.js +2 -2
  560. package/components/SVGIcons/IconOnlyEmployee.d.ts +1 -1
  561. package/components/SVGIcons/IconOnlyEmployee.js +2 -2
  562. package/components/SVGIcons/IconOpen.d.ts +1 -1
  563. package/components/SVGIcons/IconOpen.js +2 -2
  564. package/components/SVGIcons/IconOpenFilled.d.ts +1 -1
  565. package/components/SVGIcons/IconOpenFilled.js +2 -2
  566. package/components/SVGIcons/IconPatient.d.ts +1 -1
  567. package/components/SVGIcons/IconPatient.js +2 -2
  568. package/components/SVGIcons/IconPatientFilled.d.ts +1 -1
  569. package/components/SVGIcons/IconPatientFilled.js +2 -2
  570. package/components/SVGIcons/IconPeople.d.ts +1 -1
  571. package/components/SVGIcons/IconPeople.js +2 -2
  572. package/components/SVGIcons/IconPeopleAdd.d.ts +1 -1
  573. package/components/SVGIcons/IconPeopleAdd.js +2 -2
  574. package/components/SVGIcons/IconPeopleAddFilled.d.ts +1 -1
  575. package/components/SVGIcons/IconPeopleAddFilled.js +2 -2
  576. package/components/SVGIcons/IconPeopleFilled.d.ts +1 -1
  577. package/components/SVGIcons/IconPeopleFilled.js +2 -2
  578. package/components/SVGIcons/IconPeopleList.d.ts +1 -1
  579. package/components/SVGIcons/IconPeopleList.js +2 -2
  580. package/components/SVGIcons/IconPeopleListFilled.d.ts +1 -1
  581. package/components/SVGIcons/IconPeopleListFilled.js +2 -2
  582. package/components/SVGIcons/IconPeopleTeam.d.ts +1 -1
  583. package/components/SVGIcons/IconPeopleTeam.js +2 -2
  584. package/components/SVGIcons/IconPeopleTeamFilled.d.ts +1 -1
  585. package/components/SVGIcons/IconPeopleTeamFilled.js +2 -2
  586. package/components/SVGIcons/IconPercent.d.ts +1 -1
  587. package/components/SVGIcons/IconPercent.js +2 -2
  588. package/components/SVGIcons/IconPerson.d.ts +1 -1
  589. package/components/SVGIcons/IconPerson.js +2 -2
  590. package/components/SVGIcons/IconPersonAccount.d.ts +1 -1
  591. package/components/SVGIcons/IconPersonAccount.js +2 -2
  592. package/components/SVGIcons/IconPersonAccountFilled.d.ts +1 -1
  593. package/components/SVGIcons/IconPersonAccountFilled.js +2 -2
  594. package/components/SVGIcons/IconPersonAdd.d.ts +1 -1
  595. package/components/SVGIcons/IconPersonAdd.js +2 -2
  596. package/components/SVGIcons/IconPersonAddFilled.d.ts +1 -1
  597. package/components/SVGIcons/IconPersonAddFilled.js +2 -2
  598. package/components/SVGIcons/IconPersonArrowLeft.d.ts +1 -1
  599. package/components/SVGIcons/IconPersonArrowLeft.js +2 -2
  600. package/components/SVGIcons/IconPersonArrowLeftFilled.d.ts +1 -1
  601. package/components/SVGIcons/IconPersonArrowLeftFilled.js +2 -2
  602. package/components/SVGIcons/IconPersonArrowRight.d.ts +1 -1
  603. package/components/SVGIcons/IconPersonArrowRight.js +2 -2
  604. package/components/SVGIcons/IconPersonArrowRightFilled.d.ts +1 -1
  605. package/components/SVGIcons/IconPersonArrowRightFilled.js +2 -2
  606. package/components/SVGIcons/IconPersonBoard.d.ts +1 -1
  607. package/components/SVGIcons/IconPersonBoard.js +2 -2
  608. package/components/SVGIcons/IconPersonFilled.d.ts +1 -1
  609. package/components/SVGIcons/IconPersonFilled.js +2 -2
  610. package/components/SVGIcons/IconPersonMinus.d.ts +1 -1
  611. package/components/SVGIcons/IconPersonMinus.js +2 -2
  612. package/components/SVGIcons/IconPersonStar.d.ts +1 -1
  613. package/components/SVGIcons/IconPersonStar.js +2 -2
  614. package/components/SVGIcons/IconPersonStarFilled.d.ts +1 -1
  615. package/components/SVGIcons/IconPersonStarFilled.js +2 -2
  616. package/components/SVGIcons/IconPersonSubtract.d.ts +1 -1
  617. package/components/SVGIcons/IconPersonSubtract.js +2 -2
  618. package/components/SVGIcons/IconPersonSubtractFilled.d.ts +1 -1
  619. package/components/SVGIcons/IconPersonSubtractFilled.js +2 -2
  620. package/components/SVGIcons/IconPhone.d.ts +1 -1
  621. package/components/SVGIcons/IconPhone.js +2 -2
  622. package/components/SVGIcons/IconPhoneFilled.d.ts +1 -1
  623. package/components/SVGIcons/IconPhoneFilled.js +2 -2
  624. package/components/SVGIcons/IconPlugConnected.d.ts +1 -1
  625. package/components/SVGIcons/IconPlugConnected.js +2 -2
  626. package/components/SVGIcons/IconPos.d.ts +1 -1
  627. package/components/SVGIcons/IconPos.js +2 -2
  628. package/components/SVGIcons/IconPosFilled.d.ts +1 -1
  629. package/components/SVGIcons/IconPosFilled.js +2 -2
  630. package/components/SVGIcons/IconProhibited.d.ts +1 -1
  631. package/components/SVGIcons/IconProhibited.js +2 -2
  632. package/components/SVGIcons/IconProhibitedFilled.d.ts +1 -1
  633. package/components/SVGIcons/IconProhibitedFilled.js +2 -2
  634. package/components/SVGIcons/IconProjectProduct.d.ts +1 -1
  635. package/components/SVGIcons/IconProjectProduct.js +2 -2
  636. package/components/SVGIcons/IconQuestion.d.ts +1 -1
  637. package/components/SVGIcons/IconQuestion.js +2 -2
  638. package/components/SVGIcons/IconQuestionFilled.d.ts +1 -1
  639. package/components/SVGIcons/IconQuestionFilled.js +2 -2
  640. package/components/SVGIcons/IconRedo.d.ts +1 -1
  641. package/components/SVGIcons/IconRedo.js +2 -2
  642. package/components/SVGIcons/IconRedoFilled.d.ts +1 -1
  643. package/components/SVGIcons/IconRedoFilled.js +2 -2
  644. package/components/SVGIcons/IconRibbon.d.ts +1 -1
  645. package/components/SVGIcons/IconRibbon.js +2 -2
  646. package/components/SVGIcons/IconRu.d.ts +1 -1
  647. package/components/SVGIcons/IconRu.js +2 -2
  648. package/components/SVGIcons/IconRub.d.ts +1 -1
  649. package/components/SVGIcons/IconRub.js +2 -2
  650. package/components/SVGIcons/IconRubFilled.d.ts +1 -1
  651. package/components/SVGIcons/IconRubFilled.js +2 -2
  652. package/components/SVGIcons/IconSave.d.ts +1 -1
  653. package/components/SVGIcons/IconSave.js +2 -2
  654. package/components/SVGIcons/IconSaveFilled.d.ts +1 -1
  655. package/components/SVGIcons/IconSaveFilled.js +2 -2
  656. package/components/SVGIcons/IconSavings.d.ts +1 -1
  657. package/components/SVGIcons/IconSavings.js +2 -2
  658. package/components/SVGIcons/IconSavingsFilled.d.ts +1 -1
  659. package/components/SVGIcons/IconSavingsFilled.js +2 -2
  660. package/components/SVGIcons/IconSearch.d.ts +1 -1
  661. package/components/SVGIcons/IconSearch.js +2 -2
  662. package/components/SVGIcons/IconSearchFilled.d.ts +1 -1
  663. package/components/SVGIcons/IconSearchFilled.js +2 -2
  664. package/components/SVGIcons/IconSelectAllOff.d.ts +1 -1
  665. package/components/SVGIcons/IconSelectAllOff.js +2 -2
  666. package/components/SVGIcons/IconSelectAllOffFilled.d.ts +1 -1
  667. package/components/SVGIcons/IconSelectAllOffFilled.js +2 -2
  668. package/components/SVGIcons/IconSelectAllOn.d.ts +1 -1
  669. package/components/SVGIcons/IconSelectAllOn.js +2 -2
  670. package/components/SVGIcons/IconSelectAllOnFilled.d.ts +1 -1
  671. package/components/SVGIcons/IconSelectAllOnFilled.js +2 -2
  672. package/components/SVGIcons/IconSend.d.ts +1 -1
  673. package/components/SVGIcons/IconSend.js +2 -2
  674. package/components/SVGIcons/IconSendFilled.d.ts +1 -1
  675. package/components/SVGIcons/IconSendFilled.js +2 -2
  676. package/components/SVGIcons/IconSettings.d.ts +1 -1
  677. package/components/SVGIcons/IconSettings.js +2 -2
  678. package/components/SVGIcons/IconSettingsFilled.d.ts +1 -1
  679. package/components/SVGIcons/IconSettingsFilled.js +2 -2
  680. package/components/SVGIcons/IconShare.d.ts +1 -1
  681. package/components/SVGIcons/IconShare.js +2 -2
  682. package/components/SVGIcons/IconShareAndroid.d.ts +1 -1
  683. package/components/SVGIcons/IconShareAndroid.js +2 -2
  684. package/components/SVGIcons/IconShareAndroidFilled.d.ts +1 -1
  685. package/components/SVGIcons/IconShareAndroidFilled.js +2 -2
  686. package/components/SVGIcons/IconShareFilled.d.ts +1 -1
  687. package/components/SVGIcons/IconShareFilled.js +2 -2
  688. package/components/SVGIcons/IconSignOut.d.ts +1 -1
  689. package/components/SVGIcons/IconSignOut.js +2 -2
  690. package/components/SVGIcons/IconSignOutFilled.d.ts +1 -1
  691. package/components/SVGIcons/IconSignOutFilled.js +2 -2
  692. package/components/SVGIcons/IconSpinner.d.ts +1 -1
  693. package/components/SVGIcons/IconSpinner.js +2 -2
  694. package/components/SVGIcons/IconSpinnerFilled.d.ts +1 -1
  695. package/components/SVGIcons/IconSpinnerFilled.js +2 -2
  696. package/components/SVGIcons/IconStatus.d.ts +1 -1
  697. package/components/SVGIcons/IconStatus.js +2 -2
  698. package/components/SVGIcons/IconStatusFilled.d.ts +1 -1
  699. package/components/SVGIcons/IconStatusFilled.js +2 -2
  700. package/components/SVGIcons/IconSubtract.d.ts +1 -1
  701. package/components/SVGIcons/IconSubtract.js +2 -2
  702. package/components/SVGIcons/IconSubtractCircle.d.ts +1 -1
  703. package/components/SVGIcons/IconSubtractCircle.js +2 -2
  704. package/components/SVGIcons/IconSubtractCircleFilled.d.ts +1 -1
  705. package/components/SVGIcons/IconSubtractCircleFilled.js +2 -2
  706. package/components/SVGIcons/IconSubtractFilled.d.ts +1 -1
  707. package/components/SVGIcons/IconSubtractFilled.js +2 -2
  708. package/components/SVGIcons/IconSun.d.ts +1 -1
  709. package/components/SVGIcons/IconSun.js +2 -2
  710. package/components/SVGIcons/IconTableCellEdit.d.ts +1 -1
  711. package/components/SVGIcons/IconTableCellEdit.js +2 -2
  712. package/components/SVGIcons/IconTableCellEditFilled.d.ts +1 -1
  713. package/components/SVGIcons/IconTableCellEditFilled.js +2 -2
  714. package/components/SVGIcons/IconTelegram.d.ts +1 -1
  715. package/components/SVGIcons/IconTelegram.js +2 -2
  716. package/components/SVGIcons/IconTimer.d.ts +1 -1
  717. package/components/SVGIcons/IconTimer.js +2 -2
  718. package/components/SVGIcons/IconTimerFilled.d.ts +1 -1
  719. package/components/SVGIcons/IconTimerFilled.js +2 -2
  720. package/components/SVGIcons/IconTrophy.d.ts +1 -1
  721. package/components/SVGIcons/IconTrophy.js +2 -2
  722. package/components/SVGIcons/IconTrophyFilled.d.ts +1 -1
  723. package/components/SVGIcons/IconTrophyFilled.js +2 -2
  724. package/components/SVGIcons/IconTwitter.d.ts +1 -1
  725. package/components/SVGIcons/IconTwitter.js +2 -2
  726. package/components/SVGIcons/IconUndo.d.ts +1 -1
  727. package/components/SVGIcons/IconUndo.js +2 -2
  728. package/components/SVGIcons/IconUndoFilled.d.ts +1 -1
  729. package/components/SVGIcons/IconUndoFilled.js +2 -2
  730. package/components/SVGIcons/IconUnitsEmployee.d.ts +1 -1
  731. package/components/SVGIcons/IconUnitsEmployee.js +2 -2
  732. package/components/SVGIcons/IconUpload.d.ts +1 -1
  733. package/components/SVGIcons/IconUpload.js +2 -2
  734. package/components/SVGIcons/IconUs.d.ts +1 -1
  735. package/components/SVGIcons/IconUs.js +2 -2
  736. package/components/SVGIcons/IconUsd.d.ts +1 -1
  737. package/components/SVGIcons/IconUsd.js +2 -2
  738. package/components/SVGIcons/IconUsdFilled.d.ts +1 -1
  739. package/components/SVGIcons/IconUsdFilled.js +2 -2
  740. package/components/SVGIcons/IconUserMinus.d.ts +1 -1
  741. package/components/SVGIcons/IconUserMinus.js +2 -2
  742. package/components/SVGIcons/IconVacation.d.ts +1 -1
  743. package/components/SVGIcons/IconVacation.js +2 -2
  744. package/components/SVGIcons/IconVideo.d.ts +1 -1
  745. package/components/SVGIcons/IconVideo.js +2 -2
  746. package/components/SVGIcons/IconVideoFilled.d.ts +1 -1
  747. package/components/SVGIcons/IconVideoFilled.js +2 -2
  748. package/components/SVGIcons/IconWallet.d.ts +1 -1
  749. package/components/SVGIcons/IconWallet.js +2 -2
  750. package/components/SVGIcons/IconWalletFilled.d.ts +1 -1
  751. package/components/SVGIcons/IconWalletFilled.js +2 -2
  752. package/components/SVGIcons/IconWarning.d.ts +1 -1
  753. package/components/SVGIcons/IconWarning.js +2 -2
  754. package/components/SVGIcons/IconWarningFilled.d.ts +1 -1
  755. package/components/SVGIcons/IconWarningFilled.js +2 -2
  756. package/components/SVGIcons/IconYoutube.d.ts +1 -1
  757. package/components/SVGIcons/IconYoutube.js +2 -2
  758. package/components/Select/ButtonSelect/ButtonSelect.js +4 -4
  759. package/components/Select/FilterSelect/FilterDropdown.js +3 -3
  760. package/components/Select/FilterSelect/FilterSelect.js +3 -3
  761. package/components/Select/MultiSelect/DesktopWrapper.d.ts +1 -1
  762. package/components/Select/MultiSelect/DesktopWrapper.js +2 -2
  763. package/components/Select/MultiSelect/MobileWrapper.d.ts +1 -1
  764. package/components/Select/MultiSelect/MobileWrapper.js +2 -2
  765. package/components/Select/MultiSelect/MultiBase/MultiBase.js +4 -4
  766. package/components/Select/MultiSelect/MultiSelect.js +3 -3
  767. package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.js +4 -4
  768. package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.js +4 -4
  769. package/components/Select/MultiSelect/OptionsWrapper.d.ts +1 -1
  770. package/components/Select/NestedSelect/NestedSelect.js +5 -5
  771. package/components/Select/ProfileDropdown/index.js +2 -2
  772. package/components/Select/Select/Select.js +4 -4
  773. package/components/Select/Select/SelectDesktop/index.js +4 -4
  774. package/components/Select/Select/SelectMobile/MobileTopContent.d.ts +2 -2
  775. package/components/Select/Select/SelectMobile/MobileTopContent.js +2 -2
  776. package/components/Select/Select/SelectMobile/index.js +4 -4
  777. package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.d.ts +1 -1
  778. package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.js +2 -2
  779. package/components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.js +2 -2
  780. package/components/Select/SharedComponents/ContentTop.d.ts +2 -2
  781. package/components/Select/SharedComponents/ContentTop.js +6 -6
  782. package/components/Select/SharedComponents/Footer.js +2 -2
  783. package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.js +3 -3
  784. package/components/Select/helper.d.ts +1 -1
  785. package/components/Select/helper.js +3 -3
  786. package/components/Select/types.d.ts +5 -4
  787. package/components/SideSheet/Footer/Footer.d.ts +2 -2
  788. package/components/SideSheet/Footer/Footer.js +2 -2
  789. package/components/SideSheet/SideSheet.js +3 -3
  790. package/components/SideSheet/types.d.ts +1 -0
  791. package/components/Skeleton/Skeleton.js +4 -4
  792. package/components/Skeleton/types.d.ts +1 -0
  793. package/components/Snackbar/Snackbar.js +1 -1
  794. package/components/Snackbar/types.d.ts +1 -0
  795. package/components/Status/Status.js +3 -3
  796. package/components/Status/types.d.ts +1 -1
  797. package/components/Stepper/Stepper.js +2 -2
  798. package/components/Stepper/types.d.ts +1 -0
  799. package/components/Switcher/Switcher.js +2 -2
  800. package/components/Switcher/types.d.ts +1 -0
  801. package/components/Tab/Tab.js +3 -3
  802. package/components/Tab/TabItem.js +2 -2
  803. package/components/Tab/types.d.ts +1 -0
  804. package/components/Table/Header.d.ts +2 -1
  805. package/components/Table/Header.js +2 -2
  806. package/components/Table/IndeterminateCheckbox.d.ts +1 -0
  807. package/components/Table/IndeterminateCheckbox.js +2 -2
  808. package/components/Table/Row.d.ts +2 -1
  809. package/components/Table/Row.js +3 -3
  810. package/components/Table/Table.d.ts +1 -1
  811. package/components/Table/Table.js +5 -5
  812. package/components/Table/types.d.ts +1 -0
  813. package/components/Table/utils.d.ts +1 -1
  814. package/components/Table/utils.js +3 -3
  815. package/components/TableV2/AdvancedPagination.d.ts +2 -1
  816. package/components/TableV2/AdvancedPagination.js +3 -3
  817. package/components/TableV2/ColumnHeader.d.ts +2 -1
  818. package/components/TableV2/ColumnHeader.js +3 -3
  819. package/components/TableV2/IndeterminateCheckbox.d.ts +1 -0
  820. package/components/TableV2/IndeterminateCheckbox.js +2 -2
  821. package/components/TableV2/Table.d.ts +1 -1
  822. package/components/TableV2/Table.js +14 -14
  823. package/components/TableV2/hooks/useTableControl.d.ts +1 -1
  824. package/components/TableV2/hooks/useTableControl.js +4 -4
  825. package/components/TableV2/types.d.ts +1 -0
  826. package/components/Text/Text.js +2 -2
  827. package/components/Text/types.d.ts +1 -0
  828. package/components/Textarea/Textarea.js +2 -2
  829. package/components/Textarea/types.d.ts +1 -0
  830. package/components/Tooltip/Tooltip.js +2 -2
  831. package/components/Tooltip/types.d.ts +1 -0
  832. package/components/UnderConstruction/UnderConstruction.js +2 -2
  833. package/components/UnderConstruction/types.d.ts +1 -0
  834. package/helperComponents/ErrorMessage/ErrorMessage.d.ts +1 -1
  835. package/helperComponents/ErrorMessage/ErrorMessage.js +2 -2
  836. package/helperComponents/ErrorMessage/types.d.ts +1 -1
  837. package/helperComponents/Label/types.d.ts +1 -1
  838. package/helperComponents/OptionItem/OptionItem.js +3 -3
  839. package/helperComponents/OptionItem/types.d.ts +1 -1
  840. package/package.json +1 -1
  841. package/type/base.d.ts +13 -0
  842. package/type/base.js +1 -0
  843. package/type/index.d.ts +1 -0
  844. package/type/index.js +1 -0
  845. package/type/svg-icons.d.ts +1 -1
  846. package/utils/helpers.d.ts +1 -1
  847. package/utils/helpers.js +3 -3
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconArrowRepeatAllFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconArrowRepeatAllFilled = ({ 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: "M14.7123 2.28927L14.6251 2.21162C14.2326 1.90101 13.6607 1.92689 13.2981 2.28927L13.2204 2.37643C12.9096 2.76867 12.9355 3.34012 13.2981 3.70249L14.597 4.99947L8.99921 4.99968L8.75859 5.00373C5.00445 5.13047 2 8.21161 2 11.994C2 13.4387 2.43833 14.7811 3.18863 15.8923C3.37024 16.1437 3.666 16.3073 4 16.3073C4.55228 16.3073 5 15.8599 5 15.308C5 15.0919 4.93132 14.8917 4.81525 14.7293L4.68008 14.5112C4.24775 13.772 4 12.9119 4 11.994C4 9.23493 6.23822 6.99828 8.99921 6.99828L14.595 6.99807L13.2981 8.29546L13.2204 8.38262C12.9096 8.77486 12.9355 9.34631 13.2981 9.70868C13.6886 10.0989 14.3218 10.0989 14.7123 9.70868L17.7175 6.70559L17.7952 6.61843C18.106 6.22619 18.0801 5.65474 17.7175 5.29237L14.7123 2.28927ZM20.7865 8.06061C20.6034 7.82799 20.3191 7.6786 20 7.6786C19.4477 7.6786 19 8.126 19 8.6779C19 8.88608 19.0637 9.07939 19.1717 9.2389C19.6952 10.0287 20 10.9757 20 11.994C20 14.753 17.7618 16.9897 15.0008 16.9897L9.415 16.9891L10.7087 15.6977L10.7923 15.603C11.0733 15.2413 11.0713 14.7312 10.7864 14.3716L10.7087 14.2845L10.6139 14.2009C10.252 13.9201 9.7415 13.9221 9.38169 14.2068L9.29447 14.2845L6.28926 17.2876L6.20562 17.3823C5.92465 17.7439 5.92663 18.2541 6.21156 18.6136L6.28926 18.7008L9.29447 21.7039L9.38867 21.787C9.78097 22.0918 10.3482 22.0641 10.7087 21.7039C11.0713 21.3415 11.0972 20.7701 10.7864 20.3778L10.7087 20.2907L9.405 18.9877L15.0008 18.9883L15.2414 18.9842C18.9956 18.8575 22 15.7764 22 11.994C22 10.534 21.5524 9.17858 20.7868 8.05715L20.7865 8.06061Z" }) }) }));
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: "M14.7123 2.28927L14.6251 2.21162C14.2326 1.90101 13.6607 1.92689 13.2981 2.28927L13.2204 2.37643C12.9096 2.76867 12.9355 3.34012 13.2981 3.70249L14.597 4.99947L8.99921 4.99968L8.75859 5.00373C5.00445 5.13047 2 8.21161 2 11.994C2 13.4387 2.43833 14.7811 3.18863 15.8923C3.37024 16.1437 3.666 16.3073 4 16.3073C4.55228 16.3073 5 15.8599 5 15.308C5 15.0919 4.93132 14.8917 4.81525 14.7293L4.68008 14.5112C4.24775 13.772 4 12.9119 4 11.994C4 9.23493 6.23822 6.99828 8.99921 6.99828L14.595 6.99807L13.2981 8.29546L13.2204 8.38262C12.9096 8.77486 12.9355 9.34631 13.2981 9.70868C13.6886 10.0989 14.3218 10.0989 14.7123 9.70868L17.7175 6.70559L17.7952 6.61843C18.106 6.22619 18.0801 5.65474 17.7175 5.29237L14.7123 2.28927ZM20.7865 8.06061C20.6034 7.82799 20.3191 7.6786 20 7.6786C19.4477 7.6786 19 8.126 19 8.6779C19 8.88608 19.0637 9.07939 19.1717 9.2389C19.6952 10.0287 20 10.9757 20 11.994C20 14.753 17.7618 16.9897 15.0008 16.9897L9.415 16.9891L10.7087 15.6977L10.7923 15.603C11.0733 15.2413 11.0713 14.7312 10.7864 14.3716L10.7087 14.2845L10.6139 14.2009C10.252 13.9201 9.7415 13.9221 9.38169 14.2068L9.29447 14.2845L6.28926 17.2876L6.20562 17.3823C5.92465 17.7439 5.92663 18.2541 6.21156 18.6136L6.28926 18.7008L9.29447 21.7039L9.38867 21.787C9.78097 22.0918 10.3482 22.0641 10.7087 21.7039C11.0713 21.3415 11.0972 20.7701 10.7864 20.3778L10.7087 20.2907L9.405 18.9877L15.0008 18.9883L15.2414 18.9842C18.9956 18.8575 22 15.7764 22 11.994C22 10.534 21.5524 9.17858 20.7868 8.05715L20.7865 8.06061Z" }) }) }));
8
8
  export default IconArrowRepeatAllFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconArrowReset: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconArrowReset: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowReset;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconArrowReset = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconArrowReset = ({ 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: "M6.78033 2.71967C7.07322 3.01256 7.07322 3.48744 6.78033 3.78033L4.56066 6H13.25C17.5302 6 21 9.46979 21 13.75C21 18.0302 17.5302 21.5 13.25 21.5C8.96979 21.5 5.5 18.0302 5.5 13.75C5.5 13.3358 5.83579 13 6.25 13C6.66421 13 7 13.3358 7 13.75C7 17.2018 9.79822 20 13.25 20C16.7018 20 19.5 17.2018 19.5 13.75C19.5 10.2982 16.7018 7.5 13.25 7.5H4.56066L6.78033 9.71967C7.07322 10.0126 7.07322 10.4874 6.78033 10.7803C6.48744 11.0732 6.01256 11.0732 5.71967 10.7803L2.21967 7.28033C1.92678 6.98744 1.92678 6.51256 2.21967 6.21967L5.71967 2.71967C6.01256 2.42678 6.48744 2.42678 6.78033 2.71967Z" }) }) }));
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: "M6.78033 2.71967C7.07322 3.01256 7.07322 3.48744 6.78033 3.78033L4.56066 6H13.25C17.5302 6 21 9.46979 21 13.75C21 18.0302 17.5302 21.5 13.25 21.5C8.96979 21.5 5.5 18.0302 5.5 13.75C5.5 13.3358 5.83579 13 6.25 13C6.66421 13 7 13.3358 7 13.75C7 17.2018 9.79822 20 13.25 20C16.7018 20 19.5 17.2018 19.5 13.75C19.5 10.2982 16.7018 7.5 13.25 7.5H4.56066L6.78033 9.71967C7.07322 10.0126 7.07322 10.4874 6.78033 10.7803C6.48744 11.0732 6.01256 11.0732 5.71967 10.7803L2.21967 7.28033C1.92678 6.98744 1.92678 6.51256 2.21967 6.21967L5.71967 2.71967C6.01256 2.42678 6.48744 2.42678 6.78033 2.71967Z" }) }) }));
8
8
  export default IconArrowReset;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconArrowResetFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconArrowResetFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowResetFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconArrowResetFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconArrowResetFilled = ({ 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: "M7.20711 2.54289C7.59763 2.93342 7.59763 3.56658 7.20711 3.95711L5.41421 5.75H13.25C17.6683 5.75 21.25 9.33172 21.25 13.75C21.25 18.1683 17.6683 21.75 13.25 21.75C8.83172 21.75 5.25 18.1683 5.25 13.75C5.25 13.1977 5.69772 12.75 6.25 12.75C6.80228 12.75 7.25 13.1977 7.25 13.75C7.25 17.0637 9.93629 19.75 13.25 19.75C16.5637 19.75 19.25 17.0637 19.25 13.75C19.25 10.4363 16.5637 7.75 13.25 7.75H5.41421L7.20711 9.54289C7.59763 9.93342 7.59763 10.5666 7.20711 10.9571C6.81658 11.3476 6.18342 11.3476 5.79289 10.9571L2.29289 7.45711C1.90237 7.06658 1.90237 6.43342 2.29289 6.04289L5.79289 2.54289C6.18342 2.15237 6.81658 2.15237 7.20711 2.54289Z" }) }) }));
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: "M7.20711 2.54289C7.59763 2.93342 7.59763 3.56658 7.20711 3.95711L5.41421 5.75H13.25C17.6683 5.75 21.25 9.33172 21.25 13.75C21.25 18.1683 17.6683 21.75 13.25 21.75C8.83172 21.75 5.25 18.1683 5.25 13.75C5.25 13.1977 5.69772 12.75 6.25 12.75C6.80228 12.75 7.25 13.1977 7.25 13.75C7.25 17.0637 9.93629 19.75 13.25 19.75C16.5637 19.75 19.25 17.0637 19.25 13.75C19.25 10.4363 16.5637 7.75 13.25 7.75H5.41421L7.20711 9.54289C7.59763 9.93342 7.59763 10.5666 7.20711 10.9571C6.81658 11.3476 6.18342 11.3476 5.79289 10.9571L2.29289 7.45711C1.90237 7.06658 1.90237 6.43342 2.29289 6.04289L5.79289 2.54289C6.18342 2.15237 6.81658 2.15237 7.20711 2.54289Z" }) }) }));
8
8
  export default IconArrowResetFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconArrowRight: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconArrowRight: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowRight;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconArrowRight = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconArrowRight = ({ 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: "Direction=Right, Size=24, Theme=Regular", children: _jsx("path", { id: "Shape", d: "M13.2673 4.20938C12.9674 3.92369 12.4926 3.93523 12.2069 4.23516C11.9213 4.53509 11.9328 5.00982 12.2327 5.29551L18.4841 11.2501H3.75C3.33579 11.2501 3 11.5859 3 12.0001C3 12.4143 3.33579 12.7501 3.75 12.7501H18.4842L12.2327 18.7048C11.9328 18.9905 11.9213 19.4652 12.2069 19.7652C12.4926 20.0651 12.9674 20.0766 13.2673 19.791L20.6862 12.7243C20.8551 12.5634 20.9551 12.3581 20.9861 12.1448C20.9952 12.098 21 12.0496 21 12.0001C21 11.9506 20.9952 11.9021 20.986 11.8552C20.955 11.642 20.855 11.4369 20.6862 11.2761L13.2673 4.20938Z" }) }) }));
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: "Direction=Right, Size=24, Theme=Regular", children: _jsx("path", { id: "Shape", d: "M13.2673 4.20938C12.9674 3.92369 12.4926 3.93523 12.2069 4.23516C11.9213 4.53509 11.9328 5.00982 12.2327 5.29551L18.4841 11.2501H3.75C3.33579 11.2501 3 11.5859 3 12.0001C3 12.4143 3.33579 12.7501 3.75 12.7501H18.4842L12.2327 18.7048C11.9328 18.9905 11.9213 19.4652 12.2069 19.7652C12.4926 20.0651 12.9674 20.0766 13.2673 19.791L20.6862 12.7243C20.8551 12.5634 20.9551 12.3581 20.9861 12.1448C20.9952 12.098 21 12.0496 21 12.0001C21 11.9506 20.9952 11.9021 20.986 11.8552C20.955 11.642 20.855 11.4369 20.6862 11.2761L13.2673 4.20938Z" }) }) }));
8
8
  export default IconArrowRight;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconArrowRightFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconArrowRightFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowRightFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconArrowRightFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconArrowRightFilled = ({ 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: "Direction=Right, Size=24, Theme=Filled", children: _jsx("path", { id: "Shape", d: "M13.7045 4.28377C13.3111 3.89615 12.678 3.90084 12.2904 4.29424C11.9027 4.68765 11.9074 5.3208 12.3008 5.70842L17.6712 10.9998H4C3.44771 10.9998 3 11.4475 3 11.9998C3 12.5521 3.44772 12.9998 4 12.9998H17.6646L12.3008 18.2847C11.9074 18.6723 11.9027 19.3055 12.2904 19.6989C12.678 20.0923 13.3111 20.097 13.7045 19.7094L20.6287 12.887C21.1256 12.3974 21.1256 11.5958 20.6287 11.1062L13.7045 4.28377Z" }) }) }));
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: "Direction=Right, Size=24, Theme=Filled", children: _jsx("path", { id: "Shape", d: "M13.7045 4.28377C13.3111 3.89615 12.678 3.90084 12.2904 4.29424C11.9027 4.68765 11.9074 5.3208 12.3008 5.70842L17.6712 10.9998H4C3.44771 10.9998 3 11.4475 3 11.9998C3 12.5521 3.44772 12.9998 4 12.9998H17.6646L12.3008 18.2847C11.9074 18.6723 11.9027 19.3055 12.2904 19.6989C12.678 20.0923 13.3111 20.097 13.7045 19.7094L20.6287 12.887C21.1256 12.3974 21.1256 11.5958 20.6287 11.1062L13.7045 4.28377Z" }) }) }));
8
8
  export default IconArrowRightFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconArrowSort: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconArrowSort: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowSort;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconArrowSort = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconArrowSort = ({ 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: "M17.2509 4L17.1491 4.00685C16.783 4.05651 16.5009 4.3703 16.5009 4.75L16.5 17.442L13.2801 14.2244L13.196 14.1518C12.9023 13.9341 12.4856 13.9585 12.2194 14.2248C11.9267 14.5179 11.9269 14.9927 12.2199 15.2855L16.7237 19.7855L16.8078 19.8581C17.1015 20.0758 17.5182 20.0514 17.7843 19.7851L22.2806 15.2851L22.3531 15.2009C22.5709 14.9072 22.5465 14.4905 22.2801 14.2244L22.196 14.1518C21.9023 13.9341 21.4856 13.9585 21.2194 14.2248L18 17.446L18.0009 4.75L17.994 4.64823C17.9444 4.28215 17.6306 4 17.2509 4ZM6.21441 4.21969L1.71965 8.71474L1.64704 8.79886C1.42919 9.09248 1.45341 9.50914 1.71969 9.7754L1.80381 9.84802C2.09743 10.0659 2.51409 10.0416 2.78035 9.77537L5.997 6.55711L5.99766 19.2549L6.00451 19.3567C6.05417 19.7228 6.36797 20.0049 6.74766 20.0049L6.84943 19.9981C7.21551 19.9484 7.49766 19.6346 7.49766 19.2549L7.497 6.55911L10.7199 9.77596L10.8041 9.84849C11.0979 10.066 11.5145 10.0414 11.7805 9.77481C12.0731 9.4816 12.0726 9.00672 11.7794 8.71415L7.27451 4.21909L7.19038 4.14661C6.89676 3.9292 6.48047 3.95361 6.21441 4.21969Z" }) }));
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: "M17.2509 4L17.1491 4.00685C16.783 4.05651 16.5009 4.3703 16.5009 4.75L16.5 17.442L13.2801 14.2244L13.196 14.1518C12.9023 13.9341 12.4856 13.9585 12.2194 14.2248C11.9267 14.5179 11.9269 14.9927 12.2199 15.2855L16.7237 19.7855L16.8078 19.8581C17.1015 20.0758 17.5182 20.0514 17.7843 19.7851L22.2806 15.2851L22.3531 15.2009C22.5709 14.9072 22.5465 14.4905 22.2801 14.2244L22.196 14.1518C21.9023 13.9341 21.4856 13.9585 21.2194 14.2248L18 17.446L18.0009 4.75L17.994 4.64823C17.9444 4.28215 17.6306 4 17.2509 4ZM6.21441 4.21969L1.71965 8.71474L1.64704 8.79886C1.42919 9.09248 1.45341 9.50914 1.71969 9.7754L1.80381 9.84802C2.09743 10.0659 2.51409 10.0416 2.78035 9.77537L5.997 6.55711L5.99766 19.2549L6.00451 19.3567C6.05417 19.7228 6.36797 20.0049 6.74766 20.0049L6.84943 19.9981C7.21551 19.9484 7.49766 19.6346 7.49766 19.2549L7.497 6.55911L10.7199 9.77596L10.8041 9.84849C11.0979 10.066 11.5145 10.0414 11.7805 9.77481C12.0731 9.4816 12.0726 9.00672 11.7794 8.71415L7.27451 4.21909L7.19038 4.14661C6.89676 3.9292 6.48047 3.95361 6.21441 4.21969Z" }) }));
8
8
  export default IconArrowSort;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconArrowSortFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconArrowSortFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowSortFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconArrowSortFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconArrowSortFilled = ({ 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.28829 4.29327L2.29252 8.29327L2.20938 8.38752C1.90456 8.77997 1.93259 9.34719 2.29327 9.70748L2.38752 9.79062C2.77997 10.0954 3.34719 10.0674 3.70748 9.70673L6.001 7.41L6.00101 19.0007L6.00774 19.1173C6.0655 19.6146 6.48817 20.0007 7.00101 20.0007L7.11763 19.9939C7.61497 19.9362 8.00101 19.5135 8.00101 19.0007L8.001 7.417L10.2944 9.70757L10.3886 9.7907C10.7811 10.0955 11.3483 10.0674 11.7086 9.70664C12.0988 9.31586 12.0984 8.6827 11.7077 8.29243L7.70242 4.29243L7.60816 4.20931C7.21571 3.90456 6.64855 3.93262 6.28829 4.29327ZM17 4.00317L16.8834 4.0099C16.386 4.06767 16 4.49034 16 5.00317L16 16.583L13.7068 14.2925L13.6125 14.2094C13.2201 13.9045 12.6529 13.9325 12.2926 14.2932C11.9022 14.6839 11.9025 15.3171 12.2932 15.7074L16.297 19.7074L16.3912 19.7905C16.7837 20.0954 17.3509 20.0674 17.7112 19.7067L21.7074 15.7067L21.7906 15.6125C22.0954 15.22 22.0674 14.6528 21.7068 14.2925L21.6125 14.2094C21.2201 13.9045 20.6529 13.9325 20.2926 14.2932L18 16.587L18 5.00317L17.9933 4.88655C17.9355 4.38921 17.5128 4.00317 17 4.00317Z" }) }));
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.28829 4.29327L2.29252 8.29327L2.20938 8.38752C1.90456 8.77997 1.93259 9.34719 2.29327 9.70748L2.38752 9.79062C2.77997 10.0954 3.34719 10.0674 3.70748 9.70673L6.001 7.41L6.00101 19.0007L6.00774 19.1173C6.0655 19.6146 6.48817 20.0007 7.00101 20.0007L7.11763 19.9939C7.61497 19.9362 8.00101 19.5135 8.00101 19.0007L8.001 7.417L10.2944 9.70757L10.3886 9.7907C10.7811 10.0955 11.3483 10.0674 11.7086 9.70664C12.0988 9.31586 12.0984 8.6827 11.7077 8.29243L7.70242 4.29243L7.60816 4.20931C7.21571 3.90456 6.64855 3.93262 6.28829 4.29327ZM17 4.00317L16.8834 4.0099C16.386 4.06767 16 4.49034 16 5.00317L16 16.583L13.7068 14.2925L13.6125 14.2094C13.2201 13.9045 12.6529 13.9325 12.2926 14.2932C11.9022 14.6839 11.9025 15.3171 12.2932 15.7074L16.297 19.7074L16.3912 19.7905C16.7837 20.0954 17.3509 20.0674 17.7112 19.7067L21.7074 15.7067L21.7906 15.6125C22.0954 15.22 22.0674 14.6528 21.7068 14.2925L21.6125 14.2094C21.2201 13.9045 20.6529 13.9325 20.2926 14.2932L18 16.587L18 5.00317L17.9933 4.88655C17.9355 4.38921 17.5128 4.00317 17 4.00317Z" }) }));
8
8
  export default IconArrowSortFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconArrowSync: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconArrowSync: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowSync;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconArrowSync = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconArrowSync = ({ 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.2506 5.18011C15.9994 5.50947 16.0627 5.9801 16.3921 6.23128C18.1804 7.59515 19.25 9.70821 19.25 12C19.25 15.736 16.4242 18.812 12.7933 19.2071L13.4697 18.5303C13.7626 18.2374 13.7626 17.7626 13.4697 17.4697C13.2034 17.2034 12.7867 17.1792 12.4931 17.3971L12.409 17.4697L10.409 19.4697C10.1427 19.7359 10.1185 20.1526 10.3364 20.4462L10.409 20.5303L12.409 22.5303C12.7019 22.8232 13.1768 22.8232 13.4697 22.5303C13.7359 22.2641 13.7601 21.8474 13.5423 21.5538L13.4697 21.4697L12.7194 20.7208C17.2154 20.355 20.75 16.5903 20.75 12C20.75 9.23526 19.4582 6.68321 17.3017 5.03856C16.9724 4.78738 16.5017 4.85075 16.2506 5.18011ZM10.5303 1.46967C10.2374 1.76256 10.2374 2.23744 10.5303 2.53033L11.2796 3.27923C6.78409 3.6456 3.25 7.41008 3.25 12C3.25 14.6445 4.43126 17.0974 6.43081 18.7491C6.75016 19.0129 7.22289 18.9679 7.48669 18.6485C7.75048 18.3292 7.70545 17.8564 7.3861 17.5926C5.72793 16.2229 4.75 14.1922 4.75 12C4.75 8.26436 7.57532 5.18861 11.2057 4.79301L10.5303 5.46967C10.2374 5.76256 10.2374 6.23744 10.5303 6.53033C10.8232 6.82322 11.2981 6.82322 11.591 6.53033L13.591 4.53033C13.8839 4.23744 13.8839 3.76256 13.591 3.46967L11.591 1.46967C11.2981 1.17678 10.8232 1.17678 10.5303 1.46967Z" }) }));
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.2506 5.18011C15.9994 5.50947 16.0627 5.9801 16.3921 6.23128C18.1804 7.59515 19.25 9.70821 19.25 12C19.25 15.736 16.4242 18.812 12.7933 19.2071L13.4697 18.5303C13.7626 18.2374 13.7626 17.7626 13.4697 17.4697C13.2034 17.2034 12.7867 17.1792 12.4931 17.3971L12.409 17.4697L10.409 19.4697C10.1427 19.7359 10.1185 20.1526 10.3364 20.4462L10.409 20.5303L12.409 22.5303C12.7019 22.8232 13.1768 22.8232 13.4697 22.5303C13.7359 22.2641 13.7601 21.8474 13.5423 21.5538L13.4697 21.4697L12.7194 20.7208C17.2154 20.355 20.75 16.5903 20.75 12C20.75 9.23526 19.4582 6.68321 17.3017 5.03856C16.9724 4.78738 16.5017 4.85075 16.2506 5.18011ZM10.5303 1.46967C10.2374 1.76256 10.2374 2.23744 10.5303 2.53033L11.2796 3.27923C6.78409 3.6456 3.25 7.41008 3.25 12C3.25 14.6445 4.43126 17.0974 6.43081 18.7491C6.75016 19.0129 7.22289 18.9679 7.48669 18.6485C7.75048 18.3292 7.70545 17.8564 7.3861 17.5926C5.72793 16.2229 4.75 14.1922 4.75 12C4.75 8.26436 7.57532 5.18861 11.2057 4.79301L10.5303 5.46967C10.2374 5.76256 10.2374 6.23744 10.5303 6.53033C10.8232 6.82322 11.2981 6.82322 11.591 6.53033L13.591 4.53033C13.8839 4.23744 13.8839 3.76256 13.591 3.46967L11.591 1.46967C11.2981 1.17678 10.8232 1.17678 10.5303 1.46967Z" }) }));
8
8
  export default IconArrowSync;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconArrowSyncFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconArrowSyncFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowSyncFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconArrowSyncFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconArrowSyncFilled = ({ 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.0518 5.0285C15.7169 5.46765 15.8013 6.09515 16.2405 6.43007C17.9675 7.74714 19 9.78703 19 12C19 15.4973 16.4352 18.3956 13.084 18.9166L13.7929 18.2071C14.1834 17.8166 14.1834 17.1834 13.7929 16.7929C13.4024 16.4024 12.7692 16.4024 12.3787 16.7929L9.87868 19.2929C9.48816 19.6834 9.48816 20.3166 9.87868 20.7071L12.3787 23.2071C12.7692 23.5976 13.4024 23.5976 13.7929 23.2071C14.1834 22.8166 14.1834 22.1834 13.7929 21.7929L12.9497 20.9505C17.4739 20.476 21 16.6498 21 12C21 9.15644 19.6712 6.53122 17.4533 4.83978C17.0142 4.50486 16.3867 4.58936 16.0518 5.0285ZM14.1213 3.29289L11.6213 0.792893C11.2308 0.402369 10.5976 0.402369 10.2071 0.792893C9.84662 1.15338 9.81889 1.72061 10.1239 2.1129L10.2071 2.20711L11.0503 3.04951C6.52615 3.52399 3 7.35021 3 12C3 14.7198 4.21515 17.2432 6.2716 18.9419C6.6974 19.2936 7.32771 19.2335 7.67943 18.8077C8.03116 18.3819 7.97111 17.7516 7.54531 17.3999C5.94404 16.0772 5 14.1168 5 12C5 8.50269 7.56475 5.60441 10.916 5.08343L10.2071 5.79289C9.81658 6.18342 9.81658 6.81658 10.2071 7.20711C10.5676 7.56759 11.1348 7.59532 11.5271 7.2903L11.6213 7.20711L14.1213 4.70711C14.4818 4.34662 14.5095 3.77939 14.2045 3.3871L14.1213 3.29289Z" }) }));
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.0518 5.0285C15.7169 5.46765 15.8013 6.09515 16.2405 6.43007C17.9675 7.74714 19 9.78703 19 12C19 15.4973 16.4352 18.3956 13.084 18.9166L13.7929 18.2071C14.1834 17.8166 14.1834 17.1834 13.7929 16.7929C13.4024 16.4024 12.7692 16.4024 12.3787 16.7929L9.87868 19.2929C9.48816 19.6834 9.48816 20.3166 9.87868 20.7071L12.3787 23.2071C12.7692 23.5976 13.4024 23.5976 13.7929 23.2071C14.1834 22.8166 14.1834 22.1834 13.7929 21.7929L12.9497 20.9505C17.4739 20.476 21 16.6498 21 12C21 9.15644 19.6712 6.53122 17.4533 4.83978C17.0142 4.50486 16.3867 4.58936 16.0518 5.0285ZM14.1213 3.29289L11.6213 0.792893C11.2308 0.402369 10.5976 0.402369 10.2071 0.792893C9.84662 1.15338 9.81889 1.72061 10.1239 2.1129L10.2071 2.20711L11.0503 3.04951C6.52615 3.52399 3 7.35021 3 12C3 14.7198 4.21515 17.2432 6.2716 18.9419C6.6974 19.2936 7.32771 19.2335 7.67943 18.8077C8.03116 18.3819 7.97111 17.7516 7.54531 17.3999C5.94404 16.0772 5 14.1168 5 12C5 8.50269 7.56475 5.60441 10.916 5.08343L10.2071 5.79289C9.81658 6.18342 9.81658 6.81658 10.2071 7.20711C10.5676 7.56759 11.1348 7.59532 11.5271 7.2903L11.6213 7.20711L14.1213 4.70711C14.4818 4.34662 14.5095 3.77939 14.2045 3.3871L14.1213 3.29289Z" }) }));
8
8
  export default IconArrowSyncFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconArrowUp: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconArrowUp: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowUp;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconArrowUp = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconArrowUp = ({ 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: "Direction=Up, Size=24, Theme=Regular", children: _jsx("path", { id: "Shape", d: "M4.20938 10.7327C3.92369 11.0326 3.93523 11.5074 4.23516 11.7931C4.53509 12.0787 5.00982 12.0672 5.29551 11.7673L11.25 5.516V20.25C11.25 20.6642 11.5858 21 12 21C12.4142 21 12.75 20.6642 12.75 20.25V5.51565L18.7048 11.7673C18.9905 12.0672 19.4652 12.0787 19.7652 11.7931C20.0651 11.5074 20.0766 11.0326 19.791 10.7327L12.7243 3.31379C12.5632 3.14474 12.3578 3.04477 12.1443 3.01386C12.0976 3.00477 12.0494 3 12 3C11.9503 3 11.9017 3.00483 11.8547 3.01406C11.6417 3.04518 11.4368 3.14509 11.2761 3.31379L4.20938 10.7327Z" }) }) }));
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: "Direction=Up, Size=24, Theme=Regular", children: _jsx("path", { id: "Shape", d: "M4.20938 10.7327C3.92369 11.0326 3.93523 11.5074 4.23516 11.7931C4.53509 12.0787 5.00982 12.0672 5.29551 11.7673L11.25 5.516V20.25C11.25 20.6642 11.5858 21 12 21C12.4142 21 12.75 20.6642 12.75 20.25V5.51565L18.7048 11.7673C18.9905 12.0672 19.4652 12.0787 19.7652 11.7931C20.0651 11.5074 20.0766 11.0326 19.791 10.7327L12.7243 3.31379C12.5632 3.14474 12.3578 3.04477 12.1443 3.01386C12.0976 3.00477 12.0494 3 12 3C11.9503 3 11.9017 3.00483 11.8547 3.01406C11.6417 3.04518 11.4368 3.14509 11.2761 3.31379L4.20938 10.7327Z" }) }) }));
8
8
  export default IconArrowUp;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconArrowUpFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconArrowUpFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowUpFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconArrowUpFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconArrowUpFilled = ({ 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: "Direction=Up, Size=24, Theme=Filled", children: _jsx("path", { id: "Shape", d: "M4.28401 10.2954C3.89639 10.6888 3.90108 11.322 4.29449 11.7096C4.68789 12.0972 5.32104 12.0925 5.70866 11.6991L11 6.32882V19.9999C11 20.5522 11.4477 20.9999 12 20.9999C12.5523 20.9999 13 20.5522 13 19.9999V6.3353L18.2849 11.6991C18.6726 12.0925 19.3057 12.0972 19.6991 11.7096C20.0925 11.322 20.0972 10.6888 19.7096 10.2954L12.8872 3.37122C12.3976 2.87431 11.596 2.87431 11.1064 3.37122L4.28401 10.2954Z" }) }) }));
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: "Direction=Up, Size=24, Theme=Filled", children: _jsx("path", { id: "Shape", d: "M4.28401 10.2954C3.89639 10.6888 3.90108 11.322 4.29449 11.7096C4.68789 12.0972 5.32104 12.0925 5.70866 11.6991L11 6.32882V19.9999C11 20.5522 11.4477 20.9999 12 20.9999C12.5523 20.9999 13 20.5522 13 19.9999V6.3353L18.2849 11.6991C18.6726 12.0925 19.3057 12.0972 19.6991 11.7096C20.0925 11.322 20.0972 10.6888 19.7096 10.2954L12.8872 3.37122C12.3976 2.87431 11.596 2.87431 11.1064 3.37122L4.28401 10.2954Z" }) }) }));
8
8
  export default IconArrowUpFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconArrowUpLeft: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconArrowUpLeft: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowUpLeft;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconArrowUpLeft = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconArrowUpLeft = ({ 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: "Direction=Up Left, Size=24, Theme=Regular", children: _jsx("path", { id: "Shape", d: "M13.2456 3C13.6598 3 13.9956 3.33579 13.9956 3.75C13.9956 4.16421 13.6598 4.5 13.2456 4.5H5.5765L20.7763 19.6998C21.0748 19.9983 21.0748 20.4824 20.7763 20.781C20.4777 21.0796 19.9936 21.0796 19.695 20.781L4.49561 5.58158V13.25C4.49561 13.6642 4.15982 14 3.74561 14C3.33139 14 2.99561 13.6642 2.99561 13.25V3.75C2.99561 3.33579 3.33139 3 3.74561 3H13.2456Z" }) }) }));
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: "Direction=Up Left, Size=24, Theme=Regular", children: _jsx("path", { id: "Shape", d: "M13.2456 3C13.6598 3 13.9956 3.33579 13.9956 3.75C13.9956 4.16421 13.6598 4.5 13.2456 4.5H5.5765L20.7763 19.6998C21.0748 19.9983 21.0748 20.4824 20.7763 20.781C20.4777 21.0796 19.9936 21.0796 19.695 20.781L4.49561 5.58158V13.25C4.49561 13.6642 4.15982 14 3.74561 14C3.33139 14 2.99561 13.6642 2.99561 13.25V3.75C2.99561 3.33579 3.33139 3 3.74561 3H13.2456Z" }) }) }));
8
8
  export default IconArrowUpLeft;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconArrowUpLeftFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconArrowUpLeftFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowUpLeftFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconArrowUpLeftFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconArrowUpLeftFilled = ({ 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: "Direction=Up Left, Size=24, Theme=Filled", children: _jsx("path", { id: "Shape", d: "M13 3C13.5523 3 14 3.44772 14 4C14 4.55228 13.5523 5 13 5H6.41435L20.7071 19.2928C21.0976 19.6833 21.0976 20.3164 20.7071 20.707C20.3166 21.0975 19.6834 21.0975 19.2929 20.707L5 6.41408V13C5 13.5523 4.55228 14 4 14C3.44772 14 3 13.5523 3 13V4C3 3.44772 3.44772 3 4 3H13Z" }) }) }));
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: "Direction=Up Left, Size=24, Theme=Filled", children: _jsx("path", { id: "Shape", d: "M13 3C13.5523 3 14 3.44772 14 4C14 4.55228 13.5523 5 13 5H6.41435L20.7071 19.2928C21.0976 19.6833 21.0976 20.3164 20.7071 20.707C20.3166 21.0975 19.6834 21.0975 19.2929 20.707L5 6.41408V13C5 13.5523 4.55228 14 4 14C3.44772 14 3 13.5523 3 13V4C3 3.44772 3.44772 3 4 3H13Z" }) }) }));
8
8
  export default IconArrowUpLeftFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconArrowUpRight: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconArrowUpRight: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowUpRight;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconArrowUpRight = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconArrowUpRight = ({ 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: "Direction=Up Right, Size=24, Theme=Regular", children: _jsx("path", { id: "Shape", d: "M10.7502 3C10.336 3 10.0002 3.33579 10.0002 3.75C10.0002 4.16421 10.336 4.5 10.7502 4.5H18.4193L3.21954 19.6998C2.92096 19.9983 2.92096 20.4824 3.21954 20.781C3.51811 21.0796 4.0022 21.0796 4.30077 20.781L19.5002 5.58158V13.25C19.5002 13.6642 19.836 14 20.2502 14C20.6644 14 21.0002 13.6642 21.0002 13.25V3.75C21.0002 3.33579 20.6644 3 20.2502 3H10.7502Z" }) }) }));
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: "Direction=Up Right, Size=24, Theme=Regular", children: _jsx("path", { id: "Shape", d: "M10.7502 3C10.336 3 10.0002 3.33579 10.0002 3.75C10.0002 4.16421 10.336 4.5 10.7502 4.5H18.4193L3.21954 19.6998C2.92096 19.9983 2.92096 20.4824 3.21954 20.781C3.51811 21.0796 4.0022 21.0796 4.30077 20.781L19.5002 5.58158V13.25C19.5002 13.6642 19.836 14 20.2502 14C20.6644 14 21.0002 13.6642 21.0002 13.25V3.75C21.0002 3.33579 20.6644 3 20.2502 3H10.7502Z" }) }) }));
8
8
  export default IconArrowUpRight;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconArrowUpRightFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconArrowUpRightFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowUpRightFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconArrowUpRightFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconArrowUpRightFilled = ({ 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: "Direction=Up Right, Size=24, Theme=Filled", children: _jsx("path", { id: "Shape", d: "M11 3C10.4477 3 10 3.44772 10 4C10 4.55228 10.4477 5 11 5H17.5857L3.29289 19.2928C2.90237 19.6833 2.90237 20.3164 3.29289 20.707C3.68342 21.0975 4.31658 21.0975 4.70711 20.707L19 6.41408V13C19 13.5523 19.4477 14 20 14C20.5523 14 21 13.5523 21 13V4C21 3.44772 20.5523 3 20 3H11Z" }) }) }));
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: "Direction=Up Right, Size=24, Theme=Filled", children: _jsx("path", { id: "Shape", d: "M11 3C10.4477 3 10 3.44772 10 4C10 4.55228 10.4477 5 11 5H17.5857L3.29289 19.2928C2.90237 19.6833 2.90237 20.3164 3.29289 20.707C3.68342 21.0975 4.31658 21.0975 4.70711 20.707L19 6.41408V13C19 13.5523 19.4477 14 20 14C20.5523 14 21 13.5523 21 13V4C21 3.44772 20.5523 3 20 3H11Z" }) }) }));
8
8
  export default IconArrowUpRightFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconAttach: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconAttach: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconAttach;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconAttach = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconAttach = ({ 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: "M11.7712 3.74358C14.1127 1.4 17.9117 1.4 20.2548 3.74314C22.5379 6.02621 22.5964 9.69142 20.4304 12.0454L20.2423 12.2427L11.4422 21.0409L11.4057 21.0712C9.94443 22.3879 7.69043 22.3432 6.28306 20.9358C4.96404 19.6168 4.84193 17.5541 5.91671 16.0974C5.94005 16.0521 5.9683 16.0083 6.00152 15.9672L6.05507 15.9075L6.14198 15.8198L6.28306 15.6719L6.28598 15.6748L13.7217 8.22047C13.9876 7.95385 14.4043 7.92909 14.6982 8.14656L14.7824 8.21906C15.049 8.48497 15.0738 8.9016 14.8563 9.19551L14.7838 9.27972L7.18917 16.8928C6.47153 17.7684 6.52141 19.0627 7.33881 19.8801C8.16787 20.7091 9.48752 20.7486 10.3633 19.9985L19.196 11.1681C20.9515 9.41041 20.9515 6.56116 19.1941 4.8038C17.4917 3.10136 14.7646 3.04816 12.9981 4.6442L12.8302 4.8038L12.8176 4.81812L3.28131 14.3544C2.98841 14.6473 2.51354 14.6473 2.22065 14.3544C1.95438 14.0882 1.93017 13.6715 2.14803 13.3779L2.22065 13.2938L11.7695 3.74314L11.7712 3.74358Z" }) }) }));
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: "M11.7712 3.74358C14.1127 1.4 17.9117 1.4 20.2548 3.74314C22.5379 6.02621 22.5964 9.69142 20.4304 12.0454L20.2423 12.2427L11.4422 21.0409L11.4057 21.0712C9.94443 22.3879 7.69043 22.3432 6.28306 20.9358C4.96404 19.6168 4.84193 17.5541 5.91671 16.0974C5.94005 16.0521 5.9683 16.0083 6.00152 15.9672L6.05507 15.9075L6.14198 15.8198L6.28306 15.6719L6.28598 15.6748L13.7217 8.22047C13.9876 7.95385 14.4043 7.92909 14.6982 8.14656L14.7824 8.21906C15.049 8.48497 15.0738 8.9016 14.8563 9.19551L14.7838 9.27972L7.18917 16.8928C6.47153 17.7684 6.52141 19.0627 7.33881 19.8801C8.16787 20.7091 9.48752 20.7486 10.3633 19.9985L19.196 11.1681C20.9515 9.41041 20.9515 6.56116 19.1941 4.8038C17.4917 3.10136 14.7646 3.04816 12.9981 4.6442L12.8302 4.8038L12.8176 4.81812L3.28131 14.3544C2.98841 14.6473 2.51354 14.6473 2.22065 14.3544C1.95438 14.0882 1.93017 13.6715 2.14803 13.3779L2.22065 13.2938L11.7695 3.74314L11.7712 3.74358Z" }) }) }));
8
8
  export default IconAttach;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconAttachFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconAttachFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconAttachFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconAttachFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconAttachFilled = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Filled", children: _jsx("path", { id: "Shape", d: "M15.9999 2C19.3136 2 21.9999 4.68629 21.9999 8C21.9999 9.5373 21.4178 10.9843 20.396 12.0835L20.2061 12.2784L11.479 21.0053L11.4259 21.0548L11.3702 21.0997C10.7009 21.6759 9.84594 22 8.9429 22C6.88779 22 5.22179 20.334 5.22179 18.2789C5.22179 17.3775 5.54481 16.5248 6.11735 15.8574L6.26564 15.6945L6.28072 15.6826L13.5717 8.37879C13.9619 7.98793 14.5951 7.98737 14.986 8.37755C15.3768 8.76774 15.3774 9.4009 14.9872 9.79177L7.69618 17.0956L7.68524 17.1039C7.38894 17.4208 7.22179 17.8354 7.22179 18.2789C7.22179 19.2294 7.99236 20 8.9429 20C9.32185 20 9.67979 19.8781 9.97412 19.6571L10.0962 19.5564L10.097 19.558L18.7994 10.8571L18.958 10.6927C19.6231 9.96299 19.9999 9.0125 19.9999 8C19.9999 5.79086 18.2091 4 15.9999 4C14.9383 4 13.9453 4.4146 13.2048 5.13858L13.0501 5.29842L13.0316 5.31139L3.70629 14.6403C3.31585 15.0309 2.68269 15.031 2.29207 14.6406C1.90146 14.2501 1.90132 13.617 2.29176 13.2264L11.6007 3.91324L11.6473 3.87021C12.7712 2.68577 14.3316 2 15.9999 2Z" }) }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Filled", children: _jsx("path", { id: "Shape", d: "M15.9999 2C19.3136 2 21.9999 4.68629 21.9999 8C21.9999 9.5373 21.4178 10.9843 20.396 12.0835L20.2061 12.2784L11.479 21.0053L11.4259 21.0548L11.3702 21.0997C10.7009 21.6759 9.84594 22 8.9429 22C6.88779 22 5.22179 20.334 5.22179 18.2789C5.22179 17.3775 5.54481 16.5248 6.11735 15.8574L6.26564 15.6945L6.28072 15.6826L13.5717 8.37879C13.9619 7.98793 14.5951 7.98737 14.986 8.37755C15.3768 8.76774 15.3774 9.4009 14.9872 9.79177L7.69618 17.0956L7.68524 17.1039C7.38894 17.4208 7.22179 17.8354 7.22179 18.2789C7.22179 19.2294 7.99236 20 8.9429 20C9.32185 20 9.67979 19.8781 9.97412 19.6571L10.0962 19.5564L10.097 19.558L18.7994 10.8571L18.958 10.6927C19.6231 9.96299 19.9999 9.0125 19.9999 8C19.9999 5.79086 18.2091 4 15.9999 4C14.9383 4 13.9453 4.4146 13.2048 5.13858L13.0501 5.29842L13.0316 5.31139L3.70629 14.6403C3.31585 15.0309 2.68269 15.031 2.29207 14.6406C1.90146 14.2501 1.90132 13.617 2.29176 13.2264L11.6007 3.91324L11.6473 3.87021C12.7712 2.68577 14.3316 2 15.9999 2Z" }) }) }));
8
8
  export default IconAttachFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconBeach: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconBeach: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconBeach;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconBeach = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconBeach = ({ 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.35048 5.32144C11.2144 2.09296 15.3427 0.986807 18.5712 2.85077C21.7996 4.71473 22.9058 8.84296 21.0418 12.0714L20.7918 12.5045C20.5847 12.8632 20.126 12.9861 19.7673 12.779L15.2086 10.147L12.8357 14.2995C14.7406 14.525 16.4252 15.5093 17.6787 16.9141C17.1534 16.9994 16.6869 17.2909 16.3793 17.7161C15.2141 16.5078 13.6661 15.7503 12 15.7503C10.3339 15.7503 8.78594 16.5078 7.62074 17.7161C7.31271 17.2903 6.84569 16.9992 6.32132 16.914C7.56154 15.5241 9.22374 14.5459 11.1038 14.3069L13.9095 9.39697L9.375 6.77897C9.01628 6.57186 8.89337 6.11317 9.10048 5.75445L9.35048 5.32144ZM10.7796 5.85786L12.7456 6.99293C13.2797 6.17401 13.8198 5.49998 14.4891 4.89141C15.0146 4.41354 15.6067 3.98805 16.3152 3.56564C14.22 3.10815 11.9869 3.97619 10.7796 5.85786ZM16.5896 9.21228C17.1442 8.21522 17.4101 7.42287 17.5058 6.65729C17.5834 6.03611 17.5534 5.40152 17.4418 4.64661C16.6236 5.10695 16.0124 5.53366 15.4982 6.00122C14.9653 6.48581 14.5165 7.03232 14.0468 7.74416L16.5896 9.21228ZM17.8888 9.96236L19.8627 11.102C20.9059 9.08223 20.5111 6.66785 19.0063 5.08258C19.063 5.68104 19.0673 6.25857 18.9942 6.84334C18.868 7.85306 18.518 8.83567 17.8888 9.96236ZM6.71405 18.6587C6.61104 18.3382 6.30703 18.1256 5.97059 18.1388C5.63415 18.152 5.34774 18.3878 5.27018 18.7154C5.05935 19.606 4.66338 20.0789 4.22869 20.3495C3.76977 20.6351 3.1784 20.7502 2.5 20.7502C2.08579 20.7502 1.75 21.086 1.75 21.5002C1.75 21.9145 2.08579 22.2502 2.5 22.2502C3.3216 22.2502 4.23023 22.1154 5.02131 21.623C5.4339 21.3662 5.79237 21.026 6.08332 20.5943C7.63479 22.4601 10.4928 22.4507 12 20.5653C13.5336 22.4838 16.4661 22.4599 17.9973 20.4942C18.8448 21.6033 20.1675 22.2502 21.5 22.2502C21.9142 22.2502 22.25 21.9145 22.25 21.5002C22.25 21.086 21.9142 20.7502 21.5 20.7502C20.3169 20.7502 19.1155 19.9531 18.7163 18.666C18.6194 18.3535 18.331 18.1399 18.0038 18.1382C17.6766 18.1365 17.3861 18.3472 17.286 18.6587C16.502 21.0984 13.4764 21.0578 12.7115 18.7631C12.6094 18.4568 12.3228 18.2502 12 18.2502C11.6772 18.2502 11.3906 18.4568 11.2885 18.7631C10.5236 21.0578 7.49798 21.0984 6.71405 18.6587Z" }) }));
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.35048 5.32144C11.2144 2.09296 15.3427 0.986807 18.5712 2.85077C21.7996 4.71473 22.9058 8.84296 21.0418 12.0714L20.7918 12.5045C20.5847 12.8632 20.126 12.9861 19.7673 12.779L15.2086 10.147L12.8357 14.2995C14.7406 14.525 16.4252 15.5093 17.6787 16.9141C17.1534 16.9994 16.6869 17.2909 16.3793 17.7161C15.2141 16.5078 13.6661 15.7503 12 15.7503C10.3339 15.7503 8.78594 16.5078 7.62074 17.7161C7.31271 17.2903 6.84569 16.9992 6.32132 16.914C7.56154 15.5241 9.22374 14.5459 11.1038 14.3069L13.9095 9.39697L9.375 6.77897C9.01628 6.57186 8.89337 6.11317 9.10048 5.75445L9.35048 5.32144ZM10.7796 5.85786L12.7456 6.99293C13.2797 6.17401 13.8198 5.49998 14.4891 4.89141C15.0146 4.41354 15.6067 3.98805 16.3152 3.56564C14.22 3.10815 11.9869 3.97619 10.7796 5.85786ZM16.5896 9.21228C17.1442 8.21522 17.4101 7.42287 17.5058 6.65729C17.5834 6.03611 17.5534 5.40152 17.4418 4.64661C16.6236 5.10695 16.0124 5.53366 15.4982 6.00122C14.9653 6.48581 14.5165 7.03232 14.0468 7.74416L16.5896 9.21228ZM17.8888 9.96236L19.8627 11.102C20.9059 9.08223 20.5111 6.66785 19.0063 5.08258C19.063 5.68104 19.0673 6.25857 18.9942 6.84334C18.868 7.85306 18.518 8.83567 17.8888 9.96236ZM6.71405 18.6587C6.61104 18.3382 6.30703 18.1256 5.97059 18.1388C5.63415 18.152 5.34774 18.3878 5.27018 18.7154C5.05935 19.606 4.66338 20.0789 4.22869 20.3495C3.76977 20.6351 3.1784 20.7502 2.5 20.7502C2.08579 20.7502 1.75 21.086 1.75 21.5002C1.75 21.9145 2.08579 22.2502 2.5 22.2502C3.3216 22.2502 4.23023 22.1154 5.02131 21.623C5.4339 21.3662 5.79237 21.026 6.08332 20.5943C7.63479 22.4601 10.4928 22.4507 12 20.5653C13.5336 22.4838 16.4661 22.4599 17.9973 20.4942C18.8448 21.6033 20.1675 22.2502 21.5 22.2502C21.9142 22.2502 22.25 21.9145 22.25 21.5002C22.25 21.086 21.9142 20.7502 21.5 20.7502C20.3169 20.7502 19.1155 19.9531 18.7163 18.666C18.6194 18.3535 18.331 18.1399 18.0038 18.1382C17.6766 18.1365 17.3861 18.3472 17.286 18.6587C16.502 21.0984 13.4764 21.0578 12.7115 18.7631C12.6094 18.4568 12.3228 18.2502 12 18.2502C11.6772 18.2502 11.3906 18.4568 11.2885 18.7631C10.5236 21.0578 7.49798 21.0984 6.71405 18.6587Z" }) }));
8
8
  export default IconBeach;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconBeachFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconBeachFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconBeachFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconBeachFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconBeachFilled = ({ 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.5712 2.85077C15.3427 0.986807 11.2144 2.09296 9.35048 5.32144L9.10048 5.75445C8.89337 6.11317 9.01628 6.57186 9.375 6.77897L13.9095 9.39697L11.1038 14.3069C9.22371 14.5459 7.5615 15.5242 6.32127 16.9141C7.05178 17.0327 7.67099 17.5509 7.90411 18.2764C8.13947 19.0089 8.62847 19.232 9.02241 19.2364C9.42476 19.2409 9.88419 19.0232 10.1026 18.3679C10.3749 17.5512 11.1391 17.0003 12 17.0003C12.8609 17.0003 13.6251 17.5512 13.8974 18.3679C14.1158 19.0232 14.5752 19.2409 14.9776 19.2364C15.3715 19.232 15.8605 19.0089 16.0959 18.2764C16.3285 17.5526 16.9464 17.033 17.6788 16.9141C16.4253 15.5093 14.7407 14.525 12.8357 14.2995L15.2086 10.147L19.7673 12.779C20.126 12.9861 20.5847 12.8632 20.7918 12.5045L21.0418 12.0714C22.9058 8.84296 21.7996 4.71473 18.5712 2.85077ZM6.71405 18.6587C6.61104 18.3382 6.30703 18.1256 5.97059 18.1388C5.63415 18.152 5.34774 18.3878 5.27018 18.7154C5.05935 19.606 4.66338 20.0789 4.22869 20.3495C3.76977 20.6351 3.1784 20.7502 2.5 20.7502C2.08579 20.7502 1.75 21.086 1.75 21.5002C1.75 21.9145 2.08579 22.2502 2.5 22.2502C3.3216 22.2502 4.23023 22.1154 5.02131 21.623C5.4339 21.3662 5.79237 21.026 6.08332 20.5943C7.63479 22.4601 10.4928 22.4507 12 20.5653C13.5336 22.4838 16.4661 22.4599 17.9973 20.4942C18.8448 21.6033 20.1675 22.2502 21.5 22.2502C21.9142 22.2502 22.25 21.9145 22.25 21.5002C22.25 21.086 21.9142 20.7502 21.5 20.7502C20.3169 20.7502 19.1155 19.9531 18.7163 18.666C18.6194 18.3535 18.331 18.1399 18.0038 18.1382C17.6766 18.1365 17.3861 18.3472 17.286 18.6587C16.502 21.0984 13.4764 21.0578 12.7115 18.7631C12.6094 18.4568 12.3228 18.2502 12 18.2502C11.6772 18.2502 11.3906 18.4568 11.2885 18.7631C10.5236 21.0578 7.49798 21.0984 6.71405 18.6587Z" }) }));
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.5712 2.85077C15.3427 0.986807 11.2144 2.09296 9.35048 5.32144L9.10048 5.75445C8.89337 6.11317 9.01628 6.57186 9.375 6.77897L13.9095 9.39697L11.1038 14.3069C9.22371 14.5459 7.5615 15.5242 6.32127 16.9141C7.05178 17.0327 7.67099 17.5509 7.90411 18.2764C8.13947 19.0089 8.62847 19.232 9.02241 19.2364C9.42476 19.2409 9.88419 19.0232 10.1026 18.3679C10.3749 17.5512 11.1391 17.0003 12 17.0003C12.8609 17.0003 13.6251 17.5512 13.8974 18.3679C14.1158 19.0232 14.5752 19.2409 14.9776 19.2364C15.3715 19.232 15.8605 19.0089 16.0959 18.2764C16.3285 17.5526 16.9464 17.033 17.6788 16.9141C16.4253 15.5093 14.7407 14.525 12.8357 14.2995L15.2086 10.147L19.7673 12.779C20.126 12.9861 20.5847 12.8632 20.7918 12.5045L21.0418 12.0714C22.9058 8.84296 21.7996 4.71473 18.5712 2.85077ZM6.71405 18.6587C6.61104 18.3382 6.30703 18.1256 5.97059 18.1388C5.63415 18.152 5.34774 18.3878 5.27018 18.7154C5.05935 19.606 4.66338 20.0789 4.22869 20.3495C3.76977 20.6351 3.1784 20.7502 2.5 20.7502C2.08579 20.7502 1.75 21.086 1.75 21.5002C1.75 21.9145 2.08579 22.2502 2.5 22.2502C3.3216 22.2502 4.23023 22.1154 5.02131 21.623C5.4339 21.3662 5.79237 21.026 6.08332 20.5943C7.63479 22.4601 10.4928 22.4507 12 20.5653C13.5336 22.4838 16.4661 22.4599 17.9973 20.4942C18.8448 21.6033 20.1675 22.2502 21.5 22.2502C21.9142 22.2502 22.25 21.9145 22.25 21.5002C22.25 21.086 21.9142 20.7502 21.5 20.7502C20.3169 20.7502 19.1155 19.9531 18.7163 18.666C18.6194 18.3535 18.331 18.1399 18.0038 18.1382C17.6766 18.1365 17.3861 18.3472 17.286 18.6587C16.502 21.0984 13.4764 21.0578 12.7115 18.7631C12.6094 18.4568 12.3228 18.2502 12 18.2502C11.6772 18.2502 11.3906 18.4568 11.2885 18.7631C10.5236 21.0578 7.49798 21.0984 6.71405 18.6587Z" }) }));
8
8
  export default IconBeachFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconBook: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconBook: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconBook;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconBook = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconBook = ({ 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: "Cover=Default, Size=24, Theme=Regular", children: _jsx("path", { id: "Shape", d: "M7 6C7 5.44772 7.44772 5 8 5H16C16.5523 5 17 5.44772 17 6V8C17 8.55228 16.5523 9 16 9H8C7.44772 9 7 8.55228 7 8V6ZM8.5 7.5H15.5V6.5H8.5V7.5ZM4 4.5C4 3.11929 5.11929 2 6.5 2H18C19.3807 2 20.5 3.11929 20.5 4.5V18.75C20.5 19.1642 20.1642 19.5 19.75 19.5H5.5C5.5 20.0523 5.94772 20.5 6.5 20.5H19.75C20.1642 20.5 20.5 20.8358 20.5 21.25C20.5 21.6642 20.1642 22 19.75 22H6.5C5.11929 22 4 20.8807 4 19.5V4.5ZM5.5 18H19V4.5C19 3.94772 18.5523 3.5 18 3.5H6.5C5.94772 3.5 5.5 3.94772 5.5 4.5V18Z" }) }) }));
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: "Cover=Default, Size=24, Theme=Regular", children: _jsx("path", { id: "Shape", d: "M7 6C7 5.44772 7.44772 5 8 5H16C16.5523 5 17 5.44772 17 6V8C17 8.55228 16.5523 9 16 9H8C7.44772 9 7 8.55228 7 8V6ZM8.5 7.5H15.5V6.5H8.5V7.5ZM4 4.5C4 3.11929 5.11929 2 6.5 2H18C19.3807 2 20.5 3.11929 20.5 4.5V18.75C20.5 19.1642 20.1642 19.5 19.75 19.5H5.5C5.5 20.0523 5.94772 20.5 6.5 20.5H19.75C20.1642 20.5 20.5 20.8358 20.5 21.25C20.5 21.6642 20.1642 22 19.75 22H6.5C5.11929 22 4 20.8807 4 19.5V4.5ZM5.5 18H19V4.5C19 3.94772 18.5523 3.5 18 3.5H6.5C5.94772 3.5 5.5 3.94772 5.5 4.5V18Z" }) }) }));
8
8
  export default IconBook;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconBookFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconBookFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconBookFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconBookFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconBookFilled = ({ 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: "Cover=Default, Size=24, Theme=Filled", children: _jsx("path", { id: "Shape", d: "M6.5 2C5.11929 2 4 3.11929 4 4.5V19.5C4 20.8807 5.11929 22 6.5 22H19.75C20.1642 22 20.5 21.6642 20.5 21.25C20.5 20.8358 20.1642 20.5 19.75 20.5H6.5C5.94772 20.5 5.5 20.0523 5.5 19.5H19.75C20.1642 19.5 20.5 19.1642 20.5 18.75V4.5C20.5 3.11929 19.3807 2 18 2H6.5ZM8 5H16C16.5523 5 17 5.44772 17 6V7C17 7.55228 16.5523 8 16 8H8C7.44772 8 7 7.55228 7 7V6C7 5.44772 7.44772 5 8 5Z" }) }) }));
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: "Cover=Default, Size=24, Theme=Filled", children: _jsx("path", { id: "Shape", d: "M6.5 2C5.11929 2 4 3.11929 4 4.5V19.5C4 20.8807 5.11929 22 6.5 22H19.75C20.1642 22 20.5 21.6642 20.5 21.25C20.5 20.8358 20.1642 20.5 19.75 20.5H6.5C5.94772 20.5 5.5 20.0523 5.5 19.5H19.75C20.1642 19.5 20.5 19.1642 20.5 18.75V4.5C20.5 3.11929 19.3807 2 18 2H6.5ZM8 5H16C16.5523 5 17 5.44772 17 6V7C17 7.55228 16.5523 8 16 8H8C7.44772 8 7 7.55228 7 7V6C7 5.44772 7.44772 5 8 5Z" }) }) }));
8
8
  export default IconBookFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconBookmark: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconBookmark: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconBookmark;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconBookmark = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconBookmark = ({ 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: "M6.19058 21.8538C5.69444 22.2107 5.00256 21.8562 5.00256 21.2449V6.24902C5.00256 4.4541 6.45764 2.99902 8.25256 2.99902H15.751C17.5459 2.99902 19.001 4.4541 19.001 6.24902V21.2449C19.001 21.8562 18.3091 22.2107 17.8129 21.8538L12.0018 17.6728L6.19058 21.8538ZM17.501 6.24902C17.501 5.28253 16.7175 4.49902 15.751 4.49902H8.25256C7.28607 4.49902 6.50256 5.28253 6.50256 6.24902V19.7814L11.5637 16.1401C11.8254 15.9518 12.1781 15.9518 12.4398 16.1401L17.501 19.7814V6.24902Z" }) }) }));
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: "M6.19058 21.8538C5.69444 22.2107 5.00256 21.8562 5.00256 21.2449V6.24902C5.00256 4.4541 6.45764 2.99902 8.25256 2.99902H15.751C17.5459 2.99902 19.001 4.4541 19.001 6.24902V21.2449C19.001 21.8562 18.3091 22.2107 17.8129 21.8538L12.0018 17.6728L6.19058 21.8538ZM17.501 6.24902C17.501 5.28253 16.7175 4.49902 15.751 4.49902H8.25256C7.28607 4.49902 6.50256 5.28253 6.50256 6.24902V19.7814L11.5637 16.1401C11.8254 15.9518 12.1781 15.9518 12.4398 16.1401L17.501 19.7814V6.24902Z" }) }) }));
8
8
  export default IconBookmark;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconBookmarkFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconBookmarkFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconBookmarkFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconBookmarkFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconBookmarkFilled = ({ 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: "M6.19058 21.8538C5.69444 22.2107 5.00256 21.8562 5.00256 21.2449V6.24902C5.00256 4.4541 6.45764 2.99902 8.25256 2.99902H15.751C17.5459 2.99902 19.001 4.4541 19.001 6.24902V21.2449C19.001 21.8562 18.3091 22.2107 17.8129 21.8538L12.0018 17.6728L6.19058 21.8538Z" }) }) }));
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: "M6.19058 21.8538C5.69444 22.2107 5.00256 21.8562 5.00256 21.2449V6.24902C5.00256 4.4541 6.45764 2.99902 8.25256 2.99902H15.751C17.5459 2.99902 19.001 4.4541 19.001 6.24902V21.2449C19.001 21.8562 18.3091 22.2107 17.8129 21.8538L12.0018 17.6728L6.19058 21.8538Z" }) }) }));
8
8
  export default IconBookmarkFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconBriefcase: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconBriefcase: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconBriefcase;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconBriefcase = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconBriefcase = ({ 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: "M8.75 3H15.25C15.6297 3 15.9435 3.28215 15.9932 3.64823L16 3.75V7H17.75C19.5449 7 21 8.45507 21 10.25V16.75C21 18.5449 19.5449 20 17.75 20H6.25C4.45507 20 3 18.5449 3 16.75V10.25C3 8.45507 4.45507 7 6.25 7H8V3.75C8 3.3703 8.28215 3.05651 8.64823 3.00685L8.75 3H15.25H8.75ZM17.75 8.5H6.25C5.2835 8.5 4.5 9.2835 4.5 10.25V16.75C4.5 17.7165 5.2835 18.5 6.25 18.5H17.75C18.7165 18.5 19.5 17.7165 19.5 16.75V10.25C19.5 9.2835 18.7165 8.5 17.75 8.5ZM14.5 4.5H9.5V7H14.5V4.5Z" }) }) }));
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: "M8.75 3H15.25C15.6297 3 15.9435 3.28215 15.9932 3.64823L16 3.75V7H17.75C19.5449 7 21 8.45507 21 10.25V16.75C21 18.5449 19.5449 20 17.75 20H6.25C4.45507 20 3 18.5449 3 16.75V10.25C3 8.45507 4.45507 7 6.25 7H8V3.75C8 3.3703 8.28215 3.05651 8.64823 3.00685L8.75 3H15.25H8.75ZM17.75 8.5H6.25C5.2835 8.5 4.5 9.2835 4.5 10.25V16.75C4.5 17.7165 5.2835 18.5 6.25 18.5H17.75C18.7165 18.5 19.5 17.7165 19.5 16.75V10.25C19.5 9.2835 18.7165 8.5 17.75 8.5ZM14.5 4.5H9.5V7H14.5V4.5Z" }) }) }));
8
8
  export default IconBriefcase;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconBriefcaseFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconBriefcaseFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconBriefcaseFilled;