hrm_ui_lib 2.1.0-alpha.20 → 2.1.0-alpha.21

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 (879) hide show
  1. package/assets/styles/styles.css +1 -1
  2. package/components/Alert/Alert.js +6 -5
  3. package/components/Alert/types.d.ts +1 -0
  4. package/components/Avatar/Avatar.d.ts +1 -1
  5. package/components/Avatar/Avatar.js +1 -1
  6. package/components/Avatar/AvatarGroup.d.ts +1 -1
  7. package/components/Avatar/AvatarGroup.js +3 -2
  8. package/components/Avatar/types.d.ts +2 -3
  9. package/components/Badge/Badge.js +2 -1
  10. package/components/Badge/types.d.ts +1 -0
  11. package/components/BadgeV2/BadgeV2.js +1 -1
  12. package/components/BadgeV2/types.d.ts +1 -1
  13. package/components/Breadcrumb/Breadcrumb.js +2 -1
  14. package/components/Breadcrumb/types.d.ts +1 -0
  15. package/components/Button/Button.js +2 -1
  16. package/components/Button/types.d.ts +2 -3
  17. package/components/ButtonGroup/ButtonGroup.d.ts +1 -1
  18. package/components/ButtonGroup/ButtonGroup.js +2 -1
  19. package/components/ButtonGroup/ButtonGroupItem.d.ts +1 -1
  20. package/components/ButtonGroup/ButtonGroupItem.js +3 -2
  21. package/components/ButtonGroup/types.d.ts +2 -2
  22. package/components/Card/CardComponent/Card.js +3 -2
  23. package/components/Card/CardComponent/CardBody.js +2 -1
  24. package/components/Card/CardComponent/CardHead.js +2 -1
  25. package/components/Card/types.d.ts +2 -2
  26. package/components/CardGroup/CardGroupComponent/CardBody.js +2 -1
  27. package/components/CardGroup/CardGroupComponent/CardGroup.js +2 -1
  28. package/components/CardGroup/CardGroupComponent/CardHead.js +2 -1
  29. package/components/CardGroup/types.d.ts +2 -2
  30. package/components/Checkbox/Checkbox.js +6 -5
  31. package/components/Checkbox/types.d.ts +1 -0
  32. package/components/Chips/Chips.js +2 -1
  33. package/components/Chips/types.d.ts +1 -2
  34. package/components/Collapse/Collapse/Collapse.js +4 -3
  35. package/components/Collapse/Collapse/Title.d.ts +2 -2
  36. package/components/Collapse/Collapse/Title.js +2 -1
  37. package/components/Collapse/CollapseGroup/CollapseGroup.js +3 -1
  38. package/components/Collapse/CollapseItem/CollapseItem.js +3 -2
  39. package/components/Collapse/types.d.ts +4 -6
  40. package/components/Container/Container.js +2 -1
  41. package/components/Container/types.d.ts +2 -1
  42. package/components/Copy/Copy.d.ts +1 -1
  43. package/components/Copy/Copy.js +3 -2
  44. package/components/Copy/types.d.ts +2 -2
  45. package/components/Counter/Counter.js +2 -1
  46. package/components/Counter/types.d.ts +1 -0
  47. package/components/DarkModeSwitcher/DarkModeSwitcher.d.ts +3 -4
  48. package/components/DarkModeSwitcher/DarkModeSwitcher.js +5 -5
  49. package/components/DarkModeSwitcher/types.d.ts +1 -0
  50. package/components/DatePicker/CustomHeader/CustomHeader.js +6 -5
  51. package/components/DatePicker/RangeDatePicker/RangeDatePickerDesktop.js +3 -2
  52. package/components/DatePicker/RangeDatePicker/RangeDatePickerMobile.js +6 -5
  53. package/components/DatePicker/SimpleDatePicker/SimpleDatePickerDesktop.js +3 -2
  54. package/components/DatePicker/SimpleDatePicker/SimpleDatePickerMobile.js +4 -3
  55. package/components/DatePicker/TimePicker/MobileModalContent.js +2 -1
  56. package/components/DatePicker/TimePicker/TimePickerDesktop.js +4 -3
  57. package/components/DatePicker/TimePicker/TimePickerMobile.js +4 -3
  58. package/components/DatePicker/types.d.ts +3 -3
  59. package/components/Divider/Divider.js +2 -1
  60. package/components/Divider/types.d.ts +2 -1
  61. package/components/Empty/Empty.js +4 -3
  62. package/components/Empty/types.d.ts +2 -1
  63. package/components/FileUpload/DropzoneFileUpload/DropzoneFileUpload.js +7 -6
  64. package/components/FileUpload/DropzoneFileUpload/ErrorItem.d.ts +2 -1
  65. package/components/FileUpload/DropzoneFileUpload/ErrorItem.js +1 -1
  66. package/components/FileUpload/DropzoneFileUpload/PreviewItem.d.ts +2 -1
  67. package/components/FileUpload/DropzoneFileUpload/PreviewItem.js +7 -6
  68. package/components/FileUpload/FileUpload.js +6 -5
  69. package/components/FileUpload/UploadItems.js +5 -3
  70. package/components/FileUpload/types.d.ts +5 -2
  71. package/components/FormContainer/FormContainer.js +1 -1
  72. package/components/FormContainer/types.d.ts +2 -1
  73. package/components/FormField/FormField.js +3 -1
  74. package/components/FormField/types.d.ts +2 -2
  75. package/components/Heading/Heading.js +2 -1
  76. package/components/Heading/types.d.ts +2 -2
  77. package/components/Image/Image.js +1 -1
  78. package/components/Image/types.d.ts +2 -1
  79. package/components/Input/Input.js +8 -7
  80. package/components/Input/types.d.ts +2 -1
  81. package/components/LineChart/LineChart.d.ts +1 -1
  82. package/components/LineChart/LineChart.js +9 -8
  83. package/components/LineChart/types.d.ts +2 -1
  84. package/components/Link/Link.js +2 -2
  85. package/components/Link/types.d.ts +2 -2
  86. package/components/Menu/Menu.js +1 -1
  87. package/components/Menu/NestedMenu.js +2 -1
  88. package/components/Menu/types.d.ts +2 -2
  89. package/components/Modal/ModalConfirmation.d.ts +1 -1
  90. package/components/Modal/ModalConfirmation.js +4 -4
  91. package/components/Modal/ModalContent.d.ts +7 -4
  92. package/components/Modal/ModalContent.js +7 -5
  93. package/components/Modal/types.d.ts +5 -2
  94. package/components/More/More.js +3 -1
  95. package/components/More/types.d.ts +2 -1
  96. package/components/MultiSelectV2/MultiSelectV2.d.ts +3 -0
  97. package/components/MultiSelectV2/MultiSelectV2.js +11 -0
  98. package/components/MultiSelectV2/index.d.ts +1 -0
  99. package/components/MultiSelectV2/index.js +1 -0
  100. package/components/MultiSelectV2/types.d.ts +30 -0
  101. package/components/MultiSelectV2/types.js +0 -0
  102. package/components/Pagination/Pagination.js +2 -1
  103. package/components/Pagination/types.d.ts +2 -1
  104. package/components/Popover/PopoverDesktop.js +1 -1
  105. package/components/Popover/PopoverMobile.js +3 -2
  106. package/components/Popover/types.d.ts +1 -0
  107. package/components/Progress/Progress.js +4 -3
  108. package/components/Progress/types.d.ts +2 -1
  109. package/components/ProgressStep/ProgressStep.js +2 -1
  110. package/components/ProgressStep/Step.js +9 -8
  111. package/components/ProgressStep/types.d.ts +3 -2
  112. package/components/Radio/Radio.js +4 -3
  113. package/components/Radio/RadioGroup.js +3 -2
  114. package/components/Radio/types.d.ts +3 -3
  115. package/components/SVGIcons/IconAdd.d.ts +1 -1
  116. package/components/SVGIcons/IconAdd.js +1 -1
  117. package/components/SVGIcons/IconAddCircle.d.ts +1 -1
  118. package/components/SVGIcons/IconAddCircle.js +1 -1
  119. package/components/SVGIcons/IconAddCircleFilled.d.ts +1 -1
  120. package/components/SVGIcons/IconAddCircleFilled.js +1 -1
  121. package/components/SVGIcons/IconAddFilled.d.ts +1 -1
  122. package/components/SVGIcons/IconAddFilled.js +1 -1
  123. package/components/SVGIcons/IconAirplaneTakeOff.d.ts +1 -1
  124. package/components/SVGIcons/IconAirplaneTakeOff.js +1 -1
  125. package/components/SVGIcons/IconAirplaneTakeOffFilled.d.ts +1 -1
  126. package/components/SVGIcons/IconAirplaneTakeOffFilled.js +1 -1
  127. package/components/SVGIcons/IconAlert.d.ts +1 -1
  128. package/components/SVGIcons/IconAlert.js +1 -1
  129. package/components/SVGIcons/IconAlertBadge.d.ts +1 -1
  130. package/components/SVGIcons/IconAlertBadge.js +1 -1
  131. package/components/SVGIcons/IconAlertBadgeFilled.d.ts +1 -1
  132. package/components/SVGIcons/IconAlertBadgeFilled.js +1 -1
  133. package/components/SVGIcons/IconAlertFilled.d.ts +1 -1
  134. package/components/SVGIcons/IconAlertFilled.js +1 -1
  135. package/components/SVGIcons/IconAm.d.ts +1 -1
  136. package/components/SVGIcons/IconAm.js +1 -1
  137. package/components/SVGIcons/IconAmd.d.ts +1 -1
  138. package/components/SVGIcons/IconAmd.js +1 -1
  139. package/components/SVGIcons/IconAmdFilled.d.ts +1 -1
  140. package/components/SVGIcons/IconAmdFilled.js +1 -1
  141. package/components/SVGIcons/IconApple.d.ts +1 -1
  142. package/components/SVGIcons/IconApple.js +1 -1
  143. package/components/SVGIcons/IconArrowDown.d.ts +1 -1
  144. package/components/SVGIcons/IconArrowDown.js +1 -1
  145. package/components/SVGIcons/IconArrowDownFilled.d.ts +1 -1
  146. package/components/SVGIcons/IconArrowDownFilled.js +1 -1
  147. package/components/SVGIcons/IconArrowDownLeft.d.ts +1 -1
  148. package/components/SVGIcons/IconArrowDownLeft.js +1 -1
  149. package/components/SVGIcons/IconArrowDownLeftFilled.d.ts +1 -1
  150. package/components/SVGIcons/IconArrowDownLeftFilled.js +1 -1
  151. package/components/SVGIcons/IconArrowDownload.d.ts +1 -1
  152. package/components/SVGIcons/IconArrowDownload.js +1 -1
  153. package/components/SVGIcons/IconArrowDownloadFilled.d.ts +1 -1
  154. package/components/SVGIcons/IconArrowDownloadFilled.js +1 -1
  155. package/components/SVGIcons/IconArrowEnter.d.ts +1 -1
  156. package/components/SVGIcons/IconArrowEnter.js +1 -1
  157. package/components/SVGIcons/IconArrowEnterFilled.d.ts +1 -1
  158. package/components/SVGIcons/IconArrowEnterFilled.js +1 -1
  159. package/components/SVGIcons/IconArrowExit.d.ts +1 -1
  160. package/components/SVGIcons/IconArrowExit.js +1 -1
  161. package/components/SVGIcons/IconArrowExitFilled.d.ts +1 -1
  162. package/components/SVGIcons/IconArrowExitFilled.js +1 -1
  163. package/components/SVGIcons/IconArrowExportLeftToRight.d.ts +1 -1
  164. package/components/SVGIcons/IconArrowExportLeftToRight.js +1 -1
  165. package/components/SVGIcons/IconArrowExportLeftToRightFilled.d.ts +1 -1
  166. package/components/SVGIcons/IconArrowExportLeftToRightFilled.js +1 -1
  167. package/components/SVGIcons/IconArrowExportRightToLeft.d.ts +1 -1
  168. package/components/SVGIcons/IconArrowExportRightToLeft.js +1 -1
  169. package/components/SVGIcons/IconArrowExportRightToLeftFilled.d.ts +1 -1
  170. package/components/SVGIcons/IconArrowExportRightToLeftFilled.js +1 -1
  171. package/components/SVGIcons/IconArrowExportUp.d.ts +1 -1
  172. package/components/SVGIcons/IconArrowExportUp.js +1 -1
  173. package/components/SVGIcons/IconArrowExportUpFilled.d.ts +1 -1
  174. package/components/SVGIcons/IconArrowExportUpFilled.js +1 -1
  175. package/components/SVGIcons/IconArrowImport.d.ts +1 -1
  176. package/components/SVGIcons/IconArrowImport.js +1 -1
  177. package/components/SVGIcons/IconArrowImportFilled.d.ts +1 -1
  178. package/components/SVGIcons/IconArrowImportFilled.js +1 -1
  179. package/components/SVGIcons/IconArrowLeft.d.ts +1 -1
  180. package/components/SVGIcons/IconArrowLeft.js +1 -1
  181. package/components/SVGIcons/IconArrowLeftFilled.d.ts +1 -1
  182. package/components/SVGIcons/IconArrowLeftFilled.js +1 -1
  183. package/components/SVGIcons/IconArrowRepeatAll.d.ts +1 -1
  184. package/components/SVGIcons/IconArrowRepeatAll.js +1 -1
  185. package/components/SVGIcons/IconArrowRepeatAllFilled.d.ts +1 -1
  186. package/components/SVGIcons/IconArrowRepeatAllFilled.js +1 -1
  187. package/components/SVGIcons/IconArrowReset.d.ts +1 -1
  188. package/components/SVGIcons/IconArrowReset.js +1 -1
  189. package/components/SVGIcons/IconArrowResetFilled.d.ts +1 -1
  190. package/components/SVGIcons/IconArrowResetFilled.js +1 -1
  191. package/components/SVGIcons/IconArrowRight.d.ts +1 -1
  192. package/components/SVGIcons/IconArrowRight.js +1 -1
  193. package/components/SVGIcons/IconArrowRightFilled.d.ts +1 -1
  194. package/components/SVGIcons/IconArrowRightFilled.js +1 -1
  195. package/components/SVGIcons/IconArrowSort.d.ts +1 -1
  196. package/components/SVGIcons/IconArrowSort.js +1 -1
  197. package/components/SVGIcons/IconArrowSortFilled.d.ts +1 -1
  198. package/components/SVGIcons/IconArrowSortFilled.js +1 -1
  199. package/components/SVGIcons/IconArrowSync.d.ts +1 -1
  200. package/components/SVGIcons/IconArrowSync.js +1 -1
  201. package/components/SVGIcons/IconArrowSyncFilled.d.ts +1 -1
  202. package/components/SVGIcons/IconArrowSyncFilled.js +1 -1
  203. package/components/SVGIcons/IconArrowUp.d.ts +1 -1
  204. package/components/SVGIcons/IconArrowUp.js +1 -1
  205. package/components/SVGIcons/IconArrowUpFilled.d.ts +1 -1
  206. package/components/SVGIcons/IconArrowUpFilled.js +1 -1
  207. package/components/SVGIcons/IconArrowUpLeft.d.ts +1 -1
  208. package/components/SVGIcons/IconArrowUpLeft.js +1 -1
  209. package/components/SVGIcons/IconArrowUpLeftFilled.d.ts +1 -1
  210. package/components/SVGIcons/IconArrowUpLeftFilled.js +1 -1
  211. package/components/SVGIcons/IconArrowUpRight.d.ts +1 -1
  212. package/components/SVGIcons/IconArrowUpRight.js +1 -1
  213. package/components/SVGIcons/IconArrowUpRightFilled.d.ts +1 -1
  214. package/components/SVGIcons/IconArrowUpRightFilled.js +1 -1
  215. package/components/SVGIcons/IconAttach.d.ts +1 -1
  216. package/components/SVGIcons/IconAttach.js +1 -1
  217. package/components/SVGIcons/IconAttachFilled.d.ts +1 -1
  218. package/components/SVGIcons/IconAttachFilled.js +1 -1
  219. package/components/SVGIcons/IconBeach.d.ts +1 -1
  220. package/components/SVGIcons/IconBeach.js +1 -1
  221. package/components/SVGIcons/IconBeachFilled.d.ts +1 -1
  222. package/components/SVGIcons/IconBeachFilled.js +1 -1
  223. package/components/SVGIcons/IconBedDouble.d.ts +4 -0
  224. package/components/SVGIcons/IconBedDouble.js +5 -0
  225. package/components/SVGIcons/IconBook.d.ts +1 -1
  226. package/components/SVGIcons/IconBook.js +1 -1
  227. package/components/SVGIcons/IconBookFilled.d.ts +1 -1
  228. package/components/SVGIcons/IconBookFilled.js +1 -1
  229. package/components/SVGIcons/IconBookmark.d.ts +1 -1
  230. package/components/SVGIcons/IconBookmark.js +1 -1
  231. package/components/SVGIcons/IconBookmarkFilled.d.ts +1 -1
  232. package/components/SVGIcons/IconBookmarkFilled.js +1 -1
  233. package/components/SVGIcons/IconBriefcase.d.ts +1 -1
  234. package/components/SVGIcons/IconBriefcase.js +1 -1
  235. package/components/SVGIcons/IconBriefcaseFilled.d.ts +1 -1
  236. package/components/SVGIcons/IconBriefcaseFilled.js +1 -1
  237. package/components/SVGIcons/IconBudgetTransfer.d.ts +1 -1
  238. package/components/SVGIcons/IconBudgetTransfer.js +1 -1
  239. package/components/SVGIcons/IconBuilding.d.ts +1 -1
  240. package/components/SVGIcons/IconBuilding.js +1 -1
  241. package/components/SVGIcons/IconBuildingBank.d.ts +1 -1
  242. package/components/SVGIcons/IconBuildingBank.js +1 -1
  243. package/components/SVGIcons/IconBuildingBankFilled.d.ts +1 -1
  244. package/components/SVGIcons/IconBuildingBankFilled.js +1 -1
  245. package/components/SVGIcons/IconBuildingFilled.d.ts +1 -1
  246. package/components/SVGIcons/IconBuildingFilled.js +1 -1
  247. package/components/SVGIcons/IconBulletListAdd.d.ts +1 -1
  248. package/components/SVGIcons/IconBulletListAdd.js +1 -1
  249. package/components/SVGIcons/IconBulletListAddFilled.d.ts +1 -1
  250. package/components/SVGIcons/IconBulletListAddFilled.js +1 -1
  251. package/components/SVGIcons/IconCalculator.d.ts +1 -1
  252. package/components/SVGIcons/IconCalculator.js +1 -1
  253. package/components/SVGIcons/IconCalculatorFilled.d.ts +1 -1
  254. package/components/SVGIcons/IconCalculatorFilled.js +1 -1
  255. package/components/SVGIcons/IconCalendarClock.d.ts +1 -1
  256. package/components/SVGIcons/IconCalendarClock.js +1 -1
  257. package/components/SVGIcons/IconCalendarClockFilled.d.ts +1 -1
  258. package/components/SVGIcons/IconCalendarClockFilled.js +1 -1
  259. package/components/SVGIcons/IconCalendarDay.d.ts +1 -1
  260. package/components/SVGIcons/IconCalendarDay.js +1 -1
  261. package/components/SVGIcons/IconCalendarDayFilled.d.ts +1 -1
  262. package/components/SVGIcons/IconCalendarDayFilled.js +1 -1
  263. package/components/SVGIcons/IconCalendarDays.d.ts +4 -0
  264. package/components/SVGIcons/IconCalendarDays.js +11 -0
  265. package/components/SVGIcons/IconCalendarEmpty.d.ts +1 -1
  266. package/components/SVGIcons/IconCalendarEmpty.js +1 -1
  267. package/components/SVGIcons/IconCalendarLeft.d.ts +1 -1
  268. package/components/SVGIcons/IconCalendarLeft.js +1 -1
  269. package/components/SVGIcons/IconCalendarLeftFilled.d.ts +1 -1
  270. package/components/SVGIcons/IconCalendarLeftFilled.js +1 -1
  271. package/components/SVGIcons/IconCalendarRight.d.ts +1 -1
  272. package/components/SVGIcons/IconCalendarRight.js +1 -1
  273. package/components/SVGIcons/IconCalendarRightFilled.d.ts +1 -1
  274. package/components/SVGIcons/IconCalendarRightFilled.js +1 -1
  275. package/components/SVGIcons/IconCall.d.ts +1 -1
  276. package/components/SVGIcons/IconCall.js +1 -1
  277. package/components/SVGIcons/IconCallFilled.d.ts +1 -1
  278. package/components/SVGIcons/IconCallFilled.js +1 -1
  279. package/components/SVGIcons/IconCar.d.ts +4 -0
  280. package/components/SVGIcons/IconCar.js +5 -0
  281. package/components/SVGIcons/IconCard.d.ts +1 -1
  282. package/components/SVGIcons/IconCard.js +1 -1
  283. package/components/SVGIcons/IconCardFilled.d.ts +1 -1
  284. package/components/SVGIcons/IconCardFilled.js +1 -1
  285. package/components/SVGIcons/IconCaretDown.d.ts +1 -1
  286. package/components/SVGIcons/IconCaretDown.js +1 -1
  287. package/components/SVGIcons/IconCaretDownFilled.d.ts +1 -1
  288. package/components/SVGIcons/IconCaretDownFilled.js +1 -1
  289. package/components/SVGIcons/IconCaretDownRight.d.ts +1 -1
  290. package/components/SVGIcons/IconCaretDownRight.js +1 -1
  291. package/components/SVGIcons/IconCaretDownRightFilled.d.ts +1 -1
  292. package/components/SVGIcons/IconCaretDownRightFilled.js +1 -1
  293. package/components/SVGIcons/IconCaretLeft.d.ts +1 -1
  294. package/components/SVGIcons/IconCaretLeft.js +1 -1
  295. package/components/SVGIcons/IconCaretLeftFilled.d.ts +1 -1
  296. package/components/SVGIcons/IconCaretLeftFilled.js +1 -1
  297. package/components/SVGIcons/IconCaretRight.d.ts +1 -1
  298. package/components/SVGIcons/IconCaretRight.js +1 -1
  299. package/components/SVGIcons/IconCaretRightFilled.d.ts +1 -1
  300. package/components/SVGIcons/IconCaretRightFilled.js +1 -1
  301. package/components/SVGIcons/IconCaretUp.d.ts +1 -1
  302. package/components/SVGIcons/IconCaretUp.js +1 -1
  303. package/components/SVGIcons/IconCaretUpFilled.d.ts +1 -1
  304. package/components/SVGIcons/IconCaretUpFilled.js +1 -1
  305. package/components/SVGIcons/IconChartPerson.d.ts +1 -1
  306. package/components/SVGIcons/IconChartPerson.js +1 -1
  307. package/components/SVGIcons/IconChartPersonFilled.d.ts +1 -1
  308. package/components/SVGIcons/IconChartPersonFilled.js +1 -1
  309. package/components/SVGIcons/IconChat.d.ts +1 -1
  310. package/components/SVGIcons/IconChat.js +1 -1
  311. package/components/SVGIcons/IconChatFilled.d.ts +1 -1
  312. package/components/SVGIcons/IconChatFilled.js +1 -1
  313. package/components/SVGIcons/IconChatMultiple.d.ts +1 -1
  314. package/components/SVGIcons/IconChatMultiple.js +1 -1
  315. package/components/SVGIcons/IconChatMultipleFilled.d.ts +1 -1
  316. package/components/SVGIcons/IconChatMultipleFilled.js +1 -1
  317. package/components/SVGIcons/IconCheckboxArrowRight.d.ts +1 -1
  318. package/components/SVGIcons/IconCheckboxArrowRight.js +1 -1
  319. package/components/SVGIcons/IconCheckboxArrowRightFilled.d.ts +1 -1
  320. package/components/SVGIcons/IconCheckboxArrowRightFilled.js +1 -1
  321. package/components/SVGIcons/IconCheckmark.d.ts +1 -1
  322. package/components/SVGIcons/IconCheckmark.js +1 -1
  323. package/components/SVGIcons/IconCheckmarkCircle.d.ts +1 -1
  324. package/components/SVGIcons/IconCheckmarkCircle.js +1 -1
  325. package/components/SVGIcons/IconCheckmarkCircleFilled.d.ts +1 -1
  326. package/components/SVGIcons/IconCheckmarkCircleFilled.js +1 -1
  327. package/components/SVGIcons/IconCheckmarkFilled.d.ts +1 -1
  328. package/components/SVGIcons/IconCheckmarkFilled.js +1 -1
  329. package/components/SVGIcons/IconChevronDoubleLeft.d.ts +1 -1
  330. package/components/SVGIcons/IconChevronDoubleLeft.js +1 -1
  331. package/components/SVGIcons/IconChevronDoubleRight.d.ts +1 -1
  332. package/components/SVGIcons/IconChevronDoubleRight.js +1 -1
  333. package/components/SVGIcons/IconChevronDown.d.ts +1 -1
  334. package/components/SVGIcons/IconChevronDown.js +1 -1
  335. package/components/SVGIcons/IconChevronDownFilled.d.ts +1 -1
  336. package/components/SVGIcons/IconChevronDownFilled.js +1 -1
  337. package/components/SVGIcons/IconChevronLeft.d.ts +1 -1
  338. package/components/SVGIcons/IconChevronLeft.js +1 -1
  339. package/components/SVGIcons/IconChevronLeftFilled.d.ts +1 -1
  340. package/components/SVGIcons/IconChevronLeftFilled.js +1 -1
  341. package/components/SVGIcons/IconChevronRight.d.ts +1 -1
  342. package/components/SVGIcons/IconChevronRight.js +1 -1
  343. package/components/SVGIcons/IconChevronRightFilled.d.ts +1 -1
  344. package/components/SVGIcons/IconChevronRightFilled.js +1 -1
  345. package/components/SVGIcons/IconChevronUp.d.ts +1 -1
  346. package/components/SVGIcons/IconChevronUp.js +1 -1
  347. package/components/SVGIcons/IconChevronUpDown.d.ts +1 -1
  348. package/components/SVGIcons/IconChevronUpDown.js +1 -1
  349. package/components/SVGIcons/IconChevronUpDownFilled.d.ts +1 -1
  350. package/components/SVGIcons/IconChevronUpDownFilled.js +1 -1
  351. package/components/SVGIcons/IconChevronUpFilled.d.ts +1 -1
  352. package/components/SVGIcons/IconChevronUpFilled.js +1 -1
  353. package/components/SVGIcons/IconClipboardDay.d.ts +1 -1
  354. package/components/SVGIcons/IconClipboardDay.js +1 -1
  355. package/components/SVGIcons/IconClock.d.ts +1 -1
  356. package/components/SVGIcons/IconClock.js +1 -1
  357. package/components/SVGIcons/IconClockDismiss.d.ts +1 -1
  358. package/components/SVGIcons/IconClockDismiss.js +1 -1
  359. package/components/SVGIcons/IconClockDismissFilled.d.ts +1 -1
  360. package/components/SVGIcons/IconClockDismissFilled.js +1 -1
  361. package/components/SVGIcons/IconClockFilled.d.ts +1 -1
  362. package/components/SVGIcons/IconClockFilled.js +1 -1
  363. package/components/SVGIcons/IconCode.d.ts +4 -0
  364. package/components/SVGIcons/IconCode.js +4 -0
  365. package/components/SVGIcons/IconCoins.d.ts +4 -0
  366. package/components/SVGIcons/IconCoins.js +5 -0
  367. package/components/SVGIcons/IconComment.d.ts +1 -1
  368. package/components/SVGIcons/IconComment.js +1 -1
  369. package/components/SVGIcons/IconCommentFilled.d.ts +1 -1
  370. package/components/SVGIcons/IconCommentFilled.js +1 -1
  371. package/components/SVGIcons/IconContractCard.d.ts +1 -1
  372. package/components/SVGIcons/IconContractCard.js +1 -1
  373. package/components/SVGIcons/IconContractCardFilled.d.ts +1 -1
  374. package/components/SVGIcons/IconContractCardFilled.js +1 -1
  375. package/components/SVGIcons/IconCopy.d.ts +1 -1
  376. package/components/SVGIcons/IconCopy.js +1 -1
  377. package/components/SVGIcons/IconCopyFilled.d.ts +1 -1
  378. package/components/SVGIcons/IconCopyFilled.js +1 -1
  379. package/components/SVGIcons/IconCubeTree.d.ts +1 -1
  380. package/components/SVGIcons/IconCubeTree.js +1 -1
  381. package/components/SVGIcons/IconCubeTreeFilled.d.ts +1 -1
  382. package/components/SVGIcons/IconCubeTreeFilled.js +1 -1
  383. package/components/SVGIcons/IconDatabase.d.ts +1 -1
  384. package/components/SVGIcons/IconDatabase.js +1 -1
  385. package/components/SVGIcons/IconDatabaseFilled.d.ts +1 -1
  386. package/components/SVGIcons/IconDatabaseFilled.js +1 -1
  387. package/components/SVGIcons/IconDelete.d.ts +1 -1
  388. package/components/SVGIcons/IconDelete.js +1 -1
  389. package/components/SVGIcons/IconDeleteFilled.d.ts +1 -1
  390. package/components/SVGIcons/IconDeleteFilled.js +1 -1
  391. package/components/SVGIcons/IconDeviceMeetingRoom.d.ts +1 -1
  392. package/components/SVGIcons/IconDeviceMeetingRoom.js +1 -1
  393. package/components/SVGIcons/IconDeviceMeetingRoomFilled.d.ts +1 -1
  394. package/components/SVGIcons/IconDeviceMeetingRoomFilled.js +1 -1
  395. package/components/SVGIcons/IconDismiss.d.ts +1 -1
  396. package/components/SVGIcons/IconDismiss.js +1 -1
  397. package/components/SVGIcons/IconDismissCircle.d.ts +1 -1
  398. package/components/SVGIcons/IconDismissCircle.js +1 -1
  399. package/components/SVGIcons/IconDismissCircleFilled.d.ts +1 -1
  400. package/components/SVGIcons/IconDismissCircleFilled.js +1 -1
  401. package/components/SVGIcons/IconDismissFilled.d.ts +1 -1
  402. package/components/SVGIcons/IconDismissFilled.js +1 -1
  403. package/components/SVGIcons/IconDocument.d.ts +1 -1
  404. package/components/SVGIcons/IconDocument.js +1 -1
  405. package/components/SVGIcons/IconDocumentBulletList.d.ts +1 -1
  406. package/components/SVGIcons/IconDocumentBulletList.js +1 -1
  407. package/components/SVGIcons/IconDocumentBulletListFilled.d.ts +1 -1
  408. package/components/SVGIcons/IconDocumentBulletListFilled.js +1 -1
  409. package/components/SVGIcons/IconDocumentEdit.d.ts +1 -1
  410. package/components/SVGIcons/IconDocumentEdit.js +1 -1
  411. package/components/SVGIcons/IconDocumentEditFilled.d.ts +1 -1
  412. package/components/SVGIcons/IconDocumentEditFilled.js +1 -1
  413. package/components/SVGIcons/IconDocumentFilled.d.ts +1 -1
  414. package/components/SVGIcons/IconDocumentFilled.js +1 -1
  415. package/components/SVGIcons/IconDocumentPerson.d.ts +1 -1
  416. package/components/SVGIcons/IconDocumentPerson.js +1 -1
  417. package/components/SVGIcons/IconDownload.d.ts +4 -0
  418. package/components/SVGIcons/IconDownload.js +4 -0
  419. package/components/SVGIcons/IconEdit.d.ts +1 -1
  420. package/components/SVGIcons/IconEdit.js +1 -1
  421. package/components/SVGIcons/IconEditFilled.d.ts +1 -1
  422. package/components/SVGIcons/IconEditFilled.js +1 -1
  423. package/components/SVGIcons/IconErrorCircle.d.ts +1 -1
  424. package/components/SVGIcons/IconErrorCircle.js +1 -1
  425. package/components/SVGIcons/IconErrorCircleFilled.d.ts +1 -1
  426. package/components/SVGIcons/IconErrorCircleFilled.js +1 -1
  427. package/components/SVGIcons/IconEur.d.ts +1 -1
  428. package/components/SVGIcons/IconEur.js +1 -1
  429. package/components/SVGIcons/IconEurFilled.d.ts +1 -1
  430. package/components/SVGIcons/IconEurFilled.js +1 -1
  431. package/components/SVGIcons/IconExpandUpLeft.d.ts +1 -1
  432. package/components/SVGIcons/IconExpandUpLeft.js +1 -1
  433. package/components/SVGIcons/IconExpandUpLeftFilled.d.ts +1 -1
  434. package/components/SVGIcons/IconExpandUpLeftFilled.js +1 -1
  435. package/components/SVGIcons/IconExpandUpRight.d.ts +1 -1
  436. package/components/SVGIcons/IconExpandUpRight.js +1 -1
  437. package/components/SVGIcons/IconExpandUpRightFilled.d.ts +1 -1
  438. package/components/SVGIcons/IconExpandUpRightFilled.js +1 -1
  439. package/components/SVGIcons/IconEyeOff.d.ts +1 -1
  440. package/components/SVGIcons/IconEyeOff.js +1 -1
  441. package/components/SVGIcons/IconEyeOffFilled.d.ts +1 -1
  442. package/components/SVGIcons/IconEyeOffFilled.js +1 -1
  443. package/components/SVGIcons/IconEyeOn.d.ts +1 -1
  444. package/components/SVGIcons/IconEyeOn.js +1 -1
  445. package/components/SVGIcons/IconEyeOnFilled.d.ts +1 -1
  446. package/components/SVGIcons/IconEyeOnFilled.js +1 -1
  447. package/components/SVGIcons/IconFacebook.d.ts +1 -1
  448. package/components/SVGIcons/IconFacebook.js +1 -1
  449. package/components/SVGIcons/IconFastAcceleration.d.ts +1 -1
  450. package/components/SVGIcons/IconFastAcceleration.js +1 -1
  451. package/components/SVGIcons/IconFastAccelerationFilled.d.ts +1 -1
  452. package/components/SVGIcons/IconFastAccelerationFilled.js +1 -1
  453. package/components/SVGIcons/IconFeed.d.ts +1 -1
  454. package/components/SVGIcons/IconFeed.js +1 -1
  455. package/components/SVGIcons/IconFeedFilled.d.ts +1 -1
  456. package/components/SVGIcons/IconFeedFilled.js +1 -1
  457. package/components/SVGIcons/IconFilter.d.ts +1 -1
  458. package/components/SVGIcons/IconFilter.js +1 -1
  459. package/components/SVGIcons/IconFilterFilled.d.ts +1 -1
  460. package/components/SVGIcons/IconFilterFilled.js +1 -1
  461. package/components/SVGIcons/IconFlag.d.ts +1 -1
  462. package/components/SVGIcons/IconFlag.js +1 -1
  463. package/components/SVGIcons/IconFlagFilled.d.ts +1 -1
  464. package/components/SVGIcons/IconFlagFilled.js +1 -1
  465. package/components/SVGIcons/IconFolderLink.d.ts +1 -1
  466. package/components/SVGIcons/IconFolderLink.js +1 -1
  467. package/components/SVGIcons/IconFolderLinkFilled.d.ts +1 -1
  468. package/components/SVGIcons/IconFolderLinkFilled.js +1 -1
  469. package/components/SVGIcons/IconFood.d.ts +1 -1
  470. package/components/SVGIcons/IconFood.js +1 -1
  471. package/components/SVGIcons/IconFoodFilled.d.ts +1 -1
  472. package/components/SVGIcons/IconFoodFilled.js +1 -1
  473. package/components/SVGIcons/IconGb.d.ts +1 -1
  474. package/components/SVGIcons/IconGb.js +1 -1
  475. package/components/SVGIcons/IconGlobe.d.ts +1 -1
  476. package/components/SVGIcons/IconGlobe.js +1 -1
  477. package/components/SVGIcons/IconGlobeFilled.d.ts +1 -1
  478. package/components/SVGIcons/IconGlobeFilled.js +1 -1
  479. package/components/SVGIcons/IconGoogle.d.ts +1 -1
  480. package/components/SVGIcons/IconGoogle.js +1 -1
  481. package/components/SVGIcons/IconHandOpenHeart.d.ts +1 -1
  482. package/components/SVGIcons/IconHandOpenHeart.js +1 -1
  483. package/components/SVGIcons/IconHandOpenHeartFilled.d.ts +1 -1
  484. package/components/SVGIcons/IconHandOpenHeartFilled.js +1 -1
  485. package/components/SVGIcons/IconHeart.d.ts +1 -1
  486. package/components/SVGIcons/IconHeart.js +1 -1
  487. package/components/SVGIcons/IconHeartFilled.d.ts +1 -1
  488. package/components/SVGIcons/IconHeartFilled.js +1 -1
  489. package/components/SVGIcons/IconHistory.d.ts +1 -1
  490. package/components/SVGIcons/IconHistory.js +1 -1
  491. package/components/SVGIcons/IconHistoryFilled.d.ts +1 -1
  492. package/components/SVGIcons/IconHistoryFilled.js +1 -1
  493. package/components/SVGIcons/IconHome.d.ts +1 -1
  494. package/components/SVGIcons/IconHome.js +1 -1
  495. package/components/SVGIcons/IconHomeFilled.d.ts +1 -1
  496. package/components/SVGIcons/IconHomeFilled.js +1 -1
  497. package/components/SVGIcons/IconImage.d.ts +1 -1
  498. package/components/SVGIcons/IconImage.js +1 -1
  499. package/components/SVGIcons/IconImageFilled.d.ts +1 -1
  500. package/components/SVGIcons/IconImageFilled.js +1 -1
  501. package/components/SVGIcons/IconInfo.d.ts +1 -1
  502. package/components/SVGIcons/IconInfo.js +1 -1
  503. package/components/SVGIcons/IconInfoFilled.d.ts +1 -1
  504. package/components/SVGIcons/IconInfoFilled.js +1 -1
  505. package/components/SVGIcons/IconInstagram.d.ts +1 -1
  506. package/components/SVGIcons/IconInstagram.js +1 -1
  507. package/components/SVGIcons/IconKeyReset.d.ts +1 -1
  508. package/components/SVGIcons/IconKeyReset.js +1 -1
  509. package/components/SVGIcons/IconKeyResetFilled.d.ts +1 -1
  510. package/components/SVGIcons/IconKeyResetFilled.js +1 -1
  511. package/components/SVGIcons/IconLayers.d.ts +4 -0
  512. package/components/SVGIcons/IconLayers.js +4 -0
  513. package/components/SVGIcons/IconLayoutGrid.d.ts +4 -0
  514. package/components/SVGIcons/IconLayoutGrid.js +5 -0
  515. package/components/SVGIcons/IconLayoutList.d.ts +4 -0
  516. package/components/SVGIcons/IconLayoutList.js +3 -0
  517. package/components/SVGIcons/IconLibrary.d.ts +1 -1
  518. package/components/SVGIcons/IconLibrary.js +1 -1
  519. package/components/SVGIcons/IconLibraryFilled.d.ts +1 -1
  520. package/components/SVGIcons/IconLibraryFilled.js +1 -1
  521. package/components/SVGIcons/IconLink.d.ts +1 -1
  522. package/components/SVGIcons/IconLink.js +1 -1
  523. package/components/SVGIcons/IconLinkFilled.d.ts +1 -1
  524. package/components/SVGIcons/IconLinkFilled.js +1 -1
  525. package/components/SVGIcons/IconLinkedin.d.ts +1 -1
  526. package/components/SVGIcons/IconLinkedin.js +1 -1
  527. package/components/SVGIcons/IconList.d.ts +1 -1
  528. package/components/SVGIcons/IconList.js +1 -1
  529. package/components/SVGIcons/IconListFilled.d.ts +1 -1
  530. package/components/SVGIcons/IconListFilled.js +1 -1
  531. package/components/SVGIcons/IconLocation.d.ts +1 -1
  532. package/components/SVGIcons/IconLocation.js +1 -1
  533. package/components/SVGIcons/IconLocationFilled.d.ts +1 -1
  534. package/components/SVGIcons/IconLocationFilled.js +1 -1
  535. package/components/SVGIcons/IconLockClosed.d.ts +1 -1
  536. package/components/SVGIcons/IconLockClosed.js +1 -1
  537. package/components/SVGIcons/IconLockClosedFilled.d.ts +1 -1
  538. package/components/SVGIcons/IconLockClosedFilled.js +1 -1
  539. package/components/SVGIcons/IconLockOpen.d.ts +1 -1
  540. package/components/SVGIcons/IconLockOpen.js +1 -1
  541. package/components/SVGIcons/IconLockOpenFilled.d.ts +1 -1
  542. package/components/SVGIcons/IconLockOpenFilled.js +1 -1
  543. package/components/SVGIcons/IconMail.d.ts +1 -1
  544. package/components/SVGIcons/IconMail.js +1 -1
  545. package/components/SVGIcons/IconMailAdd.d.ts +1 -1
  546. package/components/SVGIcons/IconMailAdd.js +1 -1
  547. package/components/SVGIcons/IconMailAddFilled.d.ts +1 -1
  548. package/components/SVGIcons/IconMailAddFilled.js +1 -1
  549. package/components/SVGIcons/IconMailArrowForward.d.ts +1 -1
  550. package/components/SVGIcons/IconMailArrowForward.js +1 -1
  551. package/components/SVGIcons/IconMailArrowForwardFilled.d.ts +1 -1
  552. package/components/SVGIcons/IconMailArrowForwardFilled.js +1 -1
  553. package/components/SVGIcons/IconMailFilled.d.ts +1 -1
  554. package/components/SVGIcons/IconMailFilled.js +1 -1
  555. package/components/SVGIcons/IconMailLink.d.ts +1 -1
  556. package/components/SVGIcons/IconMailLink.js +1 -1
  557. package/components/SVGIcons/IconMailLinkFilled.d.ts +1 -1
  558. package/components/SVGIcons/IconMailLinkFilled.js +1 -1
  559. package/components/SVGIcons/IconMedium.d.ts +1 -1
  560. package/components/SVGIcons/IconMedium.js +1 -1
  561. package/components/SVGIcons/IconMoon.d.ts +1 -1
  562. package/components/SVGIcons/IconMoon.js +1 -1
  563. package/components/SVGIcons/IconMore.d.ts +1 -1
  564. package/components/SVGIcons/IconMore.js +1 -1
  565. package/components/SVGIcons/IconMoreFilled.d.ts +1 -1
  566. package/components/SVGIcons/IconMoreFilled.js +1 -1
  567. package/components/SVGIcons/IconMoreVertical.d.ts +1 -1
  568. package/components/SVGIcons/IconMoreVertical.js +1 -1
  569. package/components/SVGIcons/IconMoreVerticalFilled.d.ts +1 -1
  570. package/components/SVGIcons/IconMoreVerticalFilled.js +1 -1
  571. package/components/SVGIcons/IconNavigation.d.ts +1 -1
  572. package/components/SVGIcons/IconNavigation.js +1 -1
  573. package/components/SVGIcons/IconNavigationFilled.d.ts +1 -1
  574. package/components/SVGIcons/IconNavigationFilled.js +1 -1
  575. package/components/SVGIcons/IconNotebook.d.ts +1 -1
  576. package/components/SVGIcons/IconNotebook.js +1 -1
  577. package/components/SVGIcons/IconNotebookAdd.d.ts +1 -1
  578. package/components/SVGIcons/IconNotebookAdd.js +1 -1
  579. package/components/SVGIcons/IconNotebookAddFilled.d.ts +1 -1
  580. package/components/SVGIcons/IconNotebookAddFilled.js +1 -1
  581. package/components/SVGIcons/IconNotebookFilled.d.ts +1 -1
  582. package/components/SVGIcons/IconNotebookFilled.js +1 -1
  583. package/components/SVGIcons/IconOnlyEmployee.d.ts +1 -1
  584. package/components/SVGIcons/IconOnlyEmployee.js +1 -1
  585. package/components/SVGIcons/IconOpen.d.ts +1 -1
  586. package/components/SVGIcons/IconOpen.js +1 -1
  587. package/components/SVGIcons/IconOpenFilled.d.ts +1 -1
  588. package/components/SVGIcons/IconOpenFilled.js +1 -1
  589. package/components/SVGIcons/IconPatient.d.ts +1 -1
  590. package/components/SVGIcons/IconPatient.js +1 -1
  591. package/components/SVGIcons/IconPatientFilled.d.ts +1 -1
  592. package/components/SVGIcons/IconPatientFilled.js +1 -1
  593. package/components/SVGIcons/IconPeople.d.ts +1 -1
  594. package/components/SVGIcons/IconPeople.js +1 -1
  595. package/components/SVGIcons/IconPeopleAdd.d.ts +1 -1
  596. package/components/SVGIcons/IconPeopleAdd.js +1 -1
  597. package/components/SVGIcons/IconPeopleAddFilled.d.ts +1 -1
  598. package/components/SVGIcons/IconPeopleAddFilled.js +1 -1
  599. package/components/SVGIcons/IconPeopleFilled.d.ts +1 -1
  600. package/components/SVGIcons/IconPeopleFilled.js +1 -1
  601. package/components/SVGIcons/IconPeopleList.d.ts +1 -1
  602. package/components/SVGIcons/IconPeopleList.js +1 -1
  603. package/components/SVGIcons/IconPeopleListFilled.d.ts +1 -1
  604. package/components/SVGIcons/IconPeopleListFilled.js +1 -1
  605. package/components/SVGIcons/IconPeopleTeam.d.ts +1 -1
  606. package/components/SVGIcons/IconPeopleTeam.js +1 -1
  607. package/components/SVGIcons/IconPeopleTeamFilled.d.ts +1 -1
  608. package/components/SVGIcons/IconPeopleTeamFilled.js +1 -1
  609. package/components/SVGIcons/IconPercent.d.ts +1 -1
  610. package/components/SVGIcons/IconPercent.js +1 -1
  611. package/components/SVGIcons/IconPerson.d.ts +1 -1
  612. package/components/SVGIcons/IconPerson.js +1 -1
  613. package/components/SVGIcons/IconPersonAccount.d.ts +1 -1
  614. package/components/SVGIcons/IconPersonAccount.js +1 -1
  615. package/components/SVGIcons/IconPersonAccountFilled.d.ts +1 -1
  616. package/components/SVGIcons/IconPersonAccountFilled.js +1 -1
  617. package/components/SVGIcons/IconPersonAdd.d.ts +1 -1
  618. package/components/SVGIcons/IconPersonAdd.js +1 -1
  619. package/components/SVGIcons/IconPersonAddFilled.d.ts +1 -1
  620. package/components/SVGIcons/IconPersonAddFilled.js +1 -1
  621. package/components/SVGIcons/IconPersonArrowLeft.d.ts +1 -1
  622. package/components/SVGIcons/IconPersonArrowLeft.js +1 -1
  623. package/components/SVGIcons/IconPersonArrowLeftFilled.d.ts +1 -1
  624. package/components/SVGIcons/IconPersonArrowLeftFilled.js +1 -1
  625. package/components/SVGIcons/IconPersonArrowRight.d.ts +1 -1
  626. package/components/SVGIcons/IconPersonArrowRight.js +1 -1
  627. package/components/SVGIcons/IconPersonArrowRightFilled.d.ts +1 -1
  628. package/components/SVGIcons/IconPersonArrowRightFilled.js +1 -1
  629. package/components/SVGIcons/IconPersonBoard.d.ts +1 -1
  630. package/components/SVGIcons/IconPersonBoard.js +1 -1
  631. package/components/SVGIcons/IconPersonFilled.d.ts +1 -1
  632. package/components/SVGIcons/IconPersonFilled.js +1 -1
  633. package/components/SVGIcons/IconPersonMinus.d.ts +1 -1
  634. package/components/SVGIcons/IconPersonMinus.js +1 -1
  635. package/components/SVGIcons/IconPersonStar.d.ts +1 -1
  636. package/components/SVGIcons/IconPersonStar.js +1 -1
  637. package/components/SVGIcons/IconPersonStarFilled.d.ts +1 -1
  638. package/components/SVGIcons/IconPersonStarFilled.js +1 -1
  639. package/components/SVGIcons/IconPersonSubtract.d.ts +1 -1
  640. package/components/SVGIcons/IconPersonSubtract.js +1 -1
  641. package/components/SVGIcons/IconPersonSubtractFilled.d.ts +1 -1
  642. package/components/SVGIcons/IconPersonSubtractFilled.js +1 -1
  643. package/components/SVGIcons/IconPhone.d.ts +1 -1
  644. package/components/SVGIcons/IconPhone.js +1 -1
  645. package/components/SVGIcons/IconPhoneFilled.d.ts +1 -1
  646. package/components/SVGIcons/IconPhoneFilled.js +1 -1
  647. package/components/SVGIcons/IconPlane.d.ts +4 -0
  648. package/components/SVGIcons/IconPlane.js +1 -0
  649. package/components/SVGIcons/IconPlugConnected.d.ts +1 -1
  650. package/components/SVGIcons/IconPlugConnected.js +1 -1
  651. package/components/SVGIcons/IconPos.d.ts +1 -1
  652. package/components/SVGIcons/IconPos.js +1 -1
  653. package/components/SVGIcons/IconPosFilled.d.ts +1 -1
  654. package/components/SVGIcons/IconPosFilled.js +1 -1
  655. package/components/SVGIcons/IconProhibited.d.ts +1 -1
  656. package/components/SVGIcons/IconProhibited.js +1 -1
  657. package/components/SVGIcons/IconProhibitedFilled.d.ts +1 -1
  658. package/components/SVGIcons/IconProhibitedFilled.js +1 -1
  659. package/components/SVGIcons/IconProjectProduct.d.ts +1 -1
  660. package/components/SVGIcons/IconProjectProduct.js +1 -1
  661. package/components/SVGIcons/IconQuestion.d.ts +1 -1
  662. package/components/SVGIcons/IconQuestion.js +1 -1
  663. package/components/SVGIcons/IconQuestionFilled.d.ts +1 -1
  664. package/components/SVGIcons/IconQuestionFilled.js +1 -1
  665. package/components/SVGIcons/IconRedo.d.ts +1 -1
  666. package/components/SVGIcons/IconRedo.js +1 -1
  667. package/components/SVGIcons/IconRedoFilled.d.ts +1 -1
  668. package/components/SVGIcons/IconRedoFilled.js +1 -1
  669. package/components/SVGIcons/IconRibbon.d.ts +1 -1
  670. package/components/SVGIcons/IconRibbon.js +1 -1
  671. package/components/SVGIcons/IconRu.d.ts +1 -1
  672. package/components/SVGIcons/IconRu.js +1 -1
  673. package/components/SVGIcons/IconRub.d.ts +1 -1
  674. package/components/SVGIcons/IconRub.js +1 -1
  675. package/components/SVGIcons/IconRubFilled.d.ts +1 -1
  676. package/components/SVGIcons/IconRubFilled.js +1 -1
  677. package/components/SVGIcons/IconSave.d.ts +1 -1
  678. package/components/SVGIcons/IconSave.js +1 -1
  679. package/components/SVGIcons/IconSaveFilled.d.ts +1 -1
  680. package/components/SVGIcons/IconSaveFilled.js +1 -1
  681. package/components/SVGIcons/IconSavings.d.ts +1 -1
  682. package/components/SVGIcons/IconSavings.js +1 -1
  683. package/components/SVGIcons/IconSavingsFilled.d.ts +1 -1
  684. package/components/SVGIcons/IconSavingsFilled.js +1 -1
  685. package/components/SVGIcons/IconSearch.d.ts +1 -1
  686. package/components/SVGIcons/IconSearch.js +1 -1
  687. package/components/SVGIcons/IconSearchFilled.d.ts +1 -1
  688. package/components/SVGIcons/IconSearchFilled.js +1 -1
  689. package/components/SVGIcons/IconSelectAllOff.d.ts +1 -1
  690. package/components/SVGIcons/IconSelectAllOff.js +1 -1
  691. package/components/SVGIcons/IconSelectAllOffFilled.d.ts +1 -1
  692. package/components/SVGIcons/IconSelectAllOffFilled.js +1 -1
  693. package/components/SVGIcons/IconSelectAllOn.d.ts +1 -1
  694. package/components/SVGIcons/IconSelectAllOn.js +1 -1
  695. package/components/SVGIcons/IconSelectAllOnFilled.d.ts +1 -1
  696. package/components/SVGIcons/IconSelectAllOnFilled.js +1 -1
  697. package/components/SVGIcons/IconSend.d.ts +1 -1
  698. package/components/SVGIcons/IconSend.js +1 -1
  699. package/components/SVGIcons/IconSendFilled.d.ts +1 -1
  700. package/components/SVGIcons/IconSendFilled.js +1 -1
  701. package/components/SVGIcons/IconSettings.d.ts +1 -1
  702. package/components/SVGIcons/IconSettings.js +1 -1
  703. package/components/SVGIcons/IconSettingsFilled.d.ts +1 -1
  704. package/components/SVGIcons/IconSettingsFilled.js +1 -1
  705. package/components/SVGIcons/IconShare.d.ts +1 -1
  706. package/components/SVGIcons/IconShare.js +1 -1
  707. package/components/SVGIcons/IconShareAndroid.d.ts +1 -1
  708. package/components/SVGIcons/IconShareAndroid.js +1 -1
  709. package/components/SVGIcons/IconShareAndroidFilled.d.ts +1 -1
  710. package/components/SVGIcons/IconShareAndroidFilled.js +1 -1
  711. package/components/SVGIcons/IconShareFilled.d.ts +1 -1
  712. package/components/SVGIcons/IconShareFilled.js +1 -1
  713. package/components/SVGIcons/IconSignOut.d.ts +1 -1
  714. package/components/SVGIcons/IconSignOut.js +1 -1
  715. package/components/SVGIcons/IconSignOutFilled.d.ts +1 -1
  716. package/components/SVGIcons/IconSignOutFilled.js +1 -1
  717. package/components/SVGIcons/IconSpinner.d.ts +1 -1
  718. package/components/SVGIcons/IconSpinner.js +1 -1
  719. package/components/SVGIcons/IconSpinnerFilled.d.ts +1 -1
  720. package/components/SVGIcons/IconSpinnerFilled.js +1 -1
  721. package/components/SVGIcons/IconStatus.d.ts +1 -1
  722. package/components/SVGIcons/IconStatus.js +1 -1
  723. package/components/SVGIcons/IconStatusFilled.d.ts +1 -1
  724. package/components/SVGIcons/IconStatusFilled.js +1 -1
  725. package/components/SVGIcons/IconSubtract.d.ts +1 -1
  726. package/components/SVGIcons/IconSubtract.js +1 -1
  727. package/components/SVGIcons/IconSubtractCircle.d.ts +1 -1
  728. package/components/SVGIcons/IconSubtractCircle.js +1 -1
  729. package/components/SVGIcons/IconSubtractCircleFilled.d.ts +1 -1
  730. package/components/SVGIcons/IconSubtractCircleFilled.js +1 -1
  731. package/components/SVGIcons/IconSubtractFilled.d.ts +1 -1
  732. package/components/SVGIcons/IconSubtractFilled.js +1 -1
  733. package/components/SVGIcons/IconSun.d.ts +1 -1
  734. package/components/SVGIcons/IconSun.js +10 -10
  735. package/components/SVGIcons/IconTableCellEdit.d.ts +1 -1
  736. package/components/SVGIcons/IconTableCellEdit.js +1 -1
  737. package/components/SVGIcons/IconTableCellEditFilled.d.ts +1 -1
  738. package/components/SVGIcons/IconTableCellEditFilled.js +1 -1
  739. package/components/SVGIcons/IconTelegram.d.ts +1 -1
  740. package/components/SVGIcons/IconTelegram.js +1 -1
  741. package/components/SVGIcons/IconTimer.d.ts +1 -1
  742. package/components/SVGIcons/IconTimer.js +1 -1
  743. package/components/SVGIcons/IconTimerFilled.d.ts +1 -1
  744. package/components/SVGIcons/IconTimerFilled.js +1 -1
  745. package/components/SVGIcons/IconTrophy.d.ts +1 -1
  746. package/components/SVGIcons/IconTrophy.js +1 -1
  747. package/components/SVGIcons/IconTrophyFilled.d.ts +1 -1
  748. package/components/SVGIcons/IconTrophyFilled.js +1 -1
  749. package/components/SVGIcons/IconTwitter.d.ts +1 -1
  750. package/components/SVGIcons/IconTwitter.js +1 -1
  751. package/components/SVGIcons/IconUndo.d.ts +1 -1
  752. package/components/SVGIcons/IconUndo.js +1 -1
  753. package/components/SVGIcons/IconUndoFilled.d.ts +1 -1
  754. package/components/SVGIcons/IconUndoFilled.js +1 -1
  755. package/components/SVGIcons/IconUnitsEmployee.d.ts +1 -1
  756. package/components/SVGIcons/IconUnitsEmployee.js +1 -1
  757. package/components/SVGIcons/IconUpload.d.ts +1 -1
  758. package/components/SVGIcons/IconUpload.js +1 -1
  759. package/components/SVGIcons/IconUpload2.d.ts +4 -0
  760. package/components/SVGIcons/IconUpload2.js +4 -0
  761. package/components/SVGIcons/IconUs.d.ts +1 -1
  762. package/components/SVGIcons/IconUs.js +1 -1
  763. package/components/SVGIcons/IconUsd.d.ts +1 -1
  764. package/components/SVGIcons/IconUsd.js +1 -1
  765. package/components/SVGIcons/IconUsdFilled.d.ts +1 -1
  766. package/components/SVGIcons/IconUsdFilled.js +1 -1
  767. package/components/SVGIcons/IconUserMinus.d.ts +1 -1
  768. package/components/SVGIcons/IconUserMinus.js +1 -1
  769. package/components/SVGIcons/IconUsers.d.ts +4 -0
  770. package/components/SVGIcons/IconUsers.js +4 -0
  771. package/components/SVGIcons/IconVacation.d.ts +1 -1
  772. package/components/SVGIcons/IconVacation.js +1 -1
  773. package/components/SVGIcons/IconVideo.d.ts +1 -1
  774. package/components/SVGIcons/IconVideo.js +1 -1
  775. package/components/SVGIcons/IconVideoFilled.d.ts +1 -1
  776. package/components/SVGIcons/IconVideoFilled.js +1 -1
  777. package/components/SVGIcons/IconWallet.d.ts +1 -1
  778. package/components/SVGIcons/IconWallet.js +1 -1
  779. package/components/SVGIcons/IconWalletFilled.d.ts +1 -1
  780. package/components/SVGIcons/IconWalletFilled.js +1 -1
  781. package/components/SVGIcons/IconWarning.d.ts +1 -1
  782. package/components/SVGIcons/IconWarning.js +1 -1
  783. package/components/SVGIcons/IconWarningFilled.d.ts +1 -1
  784. package/components/SVGIcons/IconWarningFilled.js +1 -1
  785. package/components/SVGIcons/IconYoutube.d.ts +1 -1
  786. package/components/SVGIcons/IconYoutube.js +1 -1
  787. package/components/Select/ButtonSelect/ButtonSelect.js +3 -1
  788. package/components/Select/FilterSelect/FilterDropdown.js +3 -1
  789. package/components/Select/FilterSelect/FilterGroupDropdown.js +2 -1
  790. package/components/Select/FilterSelect/FilterSelect.js +4 -4
  791. package/components/Select/MultiSelect/DesktopWrapper.d.ts +1 -0
  792. package/components/Select/MultiSelect/DesktopWrapper.js +1 -1
  793. package/components/Select/MultiSelect/MobileWrapper.d.ts +1 -0
  794. package/components/Select/MultiSelect/MobileWrapper.js +2 -1
  795. package/components/Select/MultiSelect/MultiBase/MultiBase.js +5 -3
  796. package/components/Select/MultiSelect/MultiSelect.js +3 -2
  797. package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.js +7 -4
  798. package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.js +7 -5
  799. package/components/Select/MultiSelect/OptionsWrapper.d.ts +1 -0
  800. package/components/Select/NestedSelect/NestedSelect.js +4 -3
  801. package/components/Select/ProfileDropdown/index.js +10 -10
  802. package/components/Select/Select/Select.js +1 -1
  803. package/components/Select/Select/SelectDesktop/index.js +2 -1
  804. package/components/Select/Select/SelectMobile/MobileTopContent.d.ts +2 -1
  805. package/components/Select/Select/SelectMobile/MobileTopContent.js +2 -2
  806. package/components/Select/Select/SelectMobile/index.js +5 -3
  807. package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.d.ts +1 -1
  808. package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.js +2 -1
  809. package/components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.js +3 -3
  810. package/components/Select/SharedComponents/ContentTop.d.ts +2 -1
  811. package/components/Select/SharedComponents/ContentTop.js +3 -3
  812. package/components/Select/SharedComponents/Footer.js +6 -5
  813. package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.js +3 -3
  814. package/components/Select/SharedComponents/Loading.js +2 -1
  815. package/components/Select/helper.d.ts +1 -0
  816. package/components/Select/helper.js +1 -0
  817. package/components/Select/types.d.ts +7 -6
  818. package/components/SideSheet/Footer/Footer.d.ts +2 -1
  819. package/components/SideSheet/Footer/Footer.js +5 -4
  820. package/components/SideSheet/SideSheet.js +8 -7
  821. package/components/SideSheet/types.d.ts +2 -1
  822. package/components/Skeleton/Skeleton.js +5 -4
  823. package/components/Skeleton/types.d.ts +2 -2
  824. package/components/Snackbar/Snackbar.js +3 -2
  825. package/components/Snackbar/types.d.ts +1 -0
  826. package/components/Status/Status.js +4 -3
  827. package/components/Status/types.d.ts +1 -2
  828. package/components/Stepper/Stepper.js +2 -1
  829. package/components/Stepper/types.d.ts +3 -2
  830. package/components/Switcher/Switcher.js +3 -2
  831. package/components/Switcher/types.d.ts +1 -0
  832. package/components/Tab/Tab.js +2 -1
  833. package/components/Tab/TabItem.js +3 -2
  834. package/components/Tab/types.d.ts +3 -4
  835. package/components/Table/Header.d.ts +3 -2
  836. package/components/Table/Header.js +4 -2
  837. package/components/Table/IndeterminateCheckbox.d.ts +3 -4
  838. package/components/Table/IndeterminateCheckbox.js +1 -1
  839. package/components/Table/Row.d.ts +3 -2
  840. package/components/Table/Row.js +3 -1
  841. package/components/Table/Table.d.ts +1 -1
  842. package/components/Table/Table.js +6 -5
  843. package/components/Table/types.d.ts +2 -1
  844. package/components/Table/utils.d.ts +1 -1
  845. package/components/Table/utils.js +3 -1
  846. package/components/TableV2/AdvancedPagination.d.ts +3 -2
  847. package/components/TableV2/AdvancedPagination.js +12 -12
  848. package/components/TableV2/ColumnHeader.d.ts +3 -2
  849. package/components/TableV2/ColumnHeader.js +6 -5
  850. package/components/TableV2/ColumnSettings.js +4 -2
  851. package/components/TableV2/IndeterminateCheckbox.d.ts +3 -4
  852. package/components/TableV2/IndeterminateCheckbox.js +2 -2
  853. package/components/TableV2/Table.d.ts +1 -1
  854. package/components/TableV2/Table.js +8 -7
  855. package/components/TableV2/hooks/useTableControl.d.ts +1 -1
  856. package/components/TableV2/hooks/useTableControl.js +1 -1
  857. package/components/TableV2/types.d.ts +3 -2
  858. package/components/Text/Text.js +2 -1
  859. package/components/Text/types.d.ts +2 -2
  860. package/components/Textarea/Textarea.js +4 -3
  861. package/components/Textarea/types.d.ts +1 -0
  862. package/components/Tooltip/Tooltip.js +2 -2
  863. package/components/Tooltip/types.d.ts +1 -0
  864. package/components/UnderConstruction/UnderConstruction.js +6 -5
  865. package/components/UnderConstruction/types.d.ts +2 -1
  866. package/context/types.d.ts +1 -0
  867. package/helperComponents/ErrorMessage/ErrorMessage.d.ts +1 -1
  868. package/helperComponents/ErrorMessage/ErrorMessage.js +3 -3
  869. package/helperComponents/ErrorMessage/types.d.ts +1 -1
  870. package/helperComponents/Label/types.d.ts +1 -1
  871. package/helperComponents/Loader/Loader.js +2 -1
  872. package/helperComponents/OptionItem/OptionItem.js +2 -2
  873. package/helperComponents/OptionItem/types.d.ts +1 -1
  874. package/package.json +1 -1
  875. package/type/base.d.ts +14 -0
  876. package/type/base.js +0 -0
  877. package/type/index.d.ts +1 -0
  878. package/type/svg-icons.d.ts +1 -1
  879. package/utils/helpers.d.ts +1 -1
@@ -1 +1 @@
1
- import{jsx as i}from"react/jsx-runtime";import t from"classnames";const C=({size:e,type:s,className:a="",onClick:n,refHandler:o,id:d,dataId:l})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:t("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:o,id:d,"data-id":l?`${l}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M9.04173 19.003H14.9583C14.7196 20.4211 13.486 21.5015 12 21.5015C10.514 21.5015 9.28037 20.4211 9.04173 19.003ZM12 2.00391C16.1421 2.00391 19.5 5.36177 19.5 9.50391V13.5024L20.9183 16.6625C20.9732 16.7848 21.0016 16.9174 21.0016 17.0515C21.0016 17.5762 20.5763 18.0015 20.0516 18.0015H3.95219C3.8184 18.0015 3.68613 17.9733 3.56402 17.9186C3.08515 17.7042 2.87073 17.1422 3.08511 16.6633L4.50001 13.5028L4.50011 9.49099L4.50453 9.24107C4.6436 5.21035 7.95588 2.00391 12 2.00391Z"})})});export{C as default};
1
+ import{jsx as i}from"react/jsx-runtime";import c from"classnames";const C=({size:e,type:s,className:a="",onClick:t,refHandler:n,id:o,dataTestId:d})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:t,ref:n,id:o,"data-test-id":d?`${d}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M9.04173 19.003H14.9583C14.7196 20.4211 13.486 21.5015 12 21.5015C10.514 21.5015 9.28037 20.4211 9.04173 19.003ZM12 2.00391C16.1421 2.00391 19.5 5.36177 19.5 9.50391V13.5024L20.9183 16.6625C20.9732 16.7848 21.0016 16.9174 21.0016 17.0515C21.0016 17.5762 20.5763 18.0015 20.0516 18.0015H3.95219C3.8184 18.0015 3.68613 17.9733 3.56402 17.9186C3.08515 17.7042 2.87073 17.1422 3.08511 16.6633L4.50001 13.5028L4.50011 9.49099L4.50453 9.24107C4.6436 5.21035 7.95588 2.00391 12 2.00391Z"})})});export{C as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconAm: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconAm: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconAm;
@@ -1,4 +1,4 @@
1
- import{jsxs as h,jsx as i}from"react/jsx-runtime";import c from"classnames";const d=({size:s,type:e,className:t="",onClick:a,refHandler:l,id:d,dataId:n})=>/* @__PURE__ */h("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${e}`]:e,[t]:t}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:l,id:d,"data-id":n?`${n}-svg-icon`:"",children:[
1
+ import{jsxs as h,jsx as i}from"react/jsx-runtime";import c from"classnames";const d=({size:s,type:e,className:t="",onClick:a,refHandler:l,id:d,dataTestId:n})=>/* @__PURE__ */h("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${e}`]:e,[t]:t}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:l,id:d,"data-test-id":n?`${n}-svg-icon`:"",children:[
2
2
  /* @__PURE__ */i("rect",{y:"3.43005",width:"24",height:"17.1429",rx:"2",fill:"white"}),
3
3
  /* @__PURE__ */i("mask",{id:"mask0_1993_1683",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"0",y:"3",width:"24",height:"18",children:/* @__PURE__ */i("rect",{y:"3.43005",width:"24",height:"17.1429",rx:"2",fill:"white"})}),
4
4
  /* @__PURE__ */h("g",{mask:"url(#mask0_1993_1683)",children:[
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconAmd: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconAmd: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconAmd;
@@ -1 +1 @@
1
- import{jsx as n}from"react/jsx-runtime";import H from"classnames";const m=({size:C,type:s,className:e="",onClick:i,refHandler:a,id:o,dataId:t})=>/* @__PURE__ */n("svg",{xmlns:"http://www.w3.org/2000/svg",className:H("svg-icon",{[`svg-icon__size-${C}`]:C,[`svg-icon__type-${s}`]:s,[e]:e}),viewBox:"0 0 24 24",fill:"none",onClick:i,ref:a,id:o,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */n("path",{d:"M5.75511 9.31063C5.75511 7.77012 6.32348 6.68322 7.12352 5.97204C7.94069 5.24564 9.05657 4.86249 10.2029 4.86253C11.3492 4.86255 12.4651 5.24575 13.2823 5.9722C14.0824 6.68341 14.6508 7.7703 14.6508 9.31065V11.9654H11.996C11.4816 11.9654 11.0647 12.3823 11.0647 12.8966C11.0647 13.411 11.4816 13.8279 11.996 13.8279H14.6508V15.5514H11.996C11.4816 15.5514 11.0647 15.9683 11.0647 16.4827C11.0647 16.997 11.4816 17.4139 11.996 17.4139H14.6508V20.0687C14.6508 20.5831 15.0677 21 15.582 21C16.0964 21 16.5133 20.5831 16.5133 20.0687V17.4139H19.1681C19.6824 17.4139 20.0993 16.997 20.0993 16.4827C20.0993 15.9683 19.6824 15.5514 19.1681 15.5514H16.5133V13.8279H19.1681C19.6824 13.8279 20.0993 13.411 20.0993 12.8966C20.0993 12.3823 19.6824 11.9654 19.1681 11.9654H16.5133V9.31065C16.5133 7.26491 15.7369 5.66212 14.5198 4.58017C13.3198 3.51346 11.7461 3.00004 10.2029 3C8.65975 2.99995 7.08609 3.51329 5.88609 4.58C4.66896 5.66194 3.89258 7.26476 3.89258 9.31063C3.89258 9.82494 4.30952 10.2419 4.82384 10.2419C5.33816 10.2419 5.75511 9.82494 5.75511 9.31063Z"})});export{m as default};
1
+ import{jsx as n}from"react/jsx-runtime";import H from"classnames";const m=({size:s,type:C,className:e="",onClick:i,refHandler:t,id:a,dataTestId:o})=>/* @__PURE__ */n("svg",{xmlns:"http://www.w3.org/2000/svg",className:H("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${C}`]:C,[e]:e}),viewBox:"0 0 24 24",fill:"none",onClick:i,ref:t,id:a,"data-test-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */n("path",{d:"M5.75511 9.31063C5.75511 7.77012 6.32348 6.68322 7.12352 5.97204C7.94069 5.24564 9.05657 4.86249 10.2029 4.86253C11.3492 4.86255 12.4651 5.24575 13.2823 5.9722C14.0824 6.68341 14.6508 7.7703 14.6508 9.31065V11.9654H11.996C11.4816 11.9654 11.0647 12.3823 11.0647 12.8966C11.0647 13.411 11.4816 13.8279 11.996 13.8279H14.6508V15.5514H11.996C11.4816 15.5514 11.0647 15.9683 11.0647 16.4827C11.0647 16.997 11.4816 17.4139 11.996 17.4139H14.6508V20.0687C14.6508 20.5831 15.0677 21 15.582 21C16.0964 21 16.5133 20.5831 16.5133 20.0687V17.4139H19.1681C19.6824 17.4139 20.0993 16.997 20.0993 16.4827C20.0993 15.9683 19.6824 15.5514 19.1681 15.5514H16.5133V13.8279H19.1681C19.6824 13.8279 20.0993 13.411 20.0993 12.8966C20.0993 12.3823 19.6824 11.9654 19.1681 11.9654H16.5133V9.31065C16.5133 7.26491 15.7369 5.66212 14.5198 4.58017C13.3198 3.51346 11.7461 3.00004 10.2029 3C8.65975 2.99995 7.08609 3.51329 5.88609 4.58C4.66896 5.66194 3.89258 7.26476 3.89258 9.31063C3.89258 9.82494 4.30952 10.2419 4.82384 10.2419C5.33816 10.2419 5.75511 9.82494 5.75511 9.31063Z"})});export{m as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconAmdFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconAmdFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconAmdFilled;
@@ -1 +1 @@
1
- import{jsx as n}from"react/jsx-runtime";import r from"classnames";const g=({size:C,type:s,className:e="",onClick:i,refHandler:a,id:o,dataId:t})=>/* @__PURE__ */n("svg",{xmlns:"http://www.w3.org/2000/svg",className:r("svg-icon",{[`svg-icon__size-${C}`]:C,[`svg-icon__type-${s}`]:s,[e]:e}),viewBox:"0 0 24 24",fill:"none",onClick:i,ref:a,id:o,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */n("path",{d:"M5.75511 9.31063C5.75511 7.77012 6.32348 6.68322 7.12352 5.97204C7.94069 5.24564 9.05657 4.86249 10.2029 4.86253C11.3492 4.86255 12.4651 5.24575 13.2823 5.9722C14.0824 6.68341 14.6508 7.7703 14.6508 9.31065V11.9654H11.996C11.4816 11.9654 11.0647 12.3823 11.0647 12.8966C11.0647 13.411 11.4816 13.8279 11.996 13.8279H14.6508V15.5514H11.996C11.4816 15.5514 11.0647 15.9683 11.0647 16.4827C11.0647 16.997 11.4816 17.4139 11.996 17.4139H14.6508V20.0687C14.6508 20.5831 15.0677 21 15.582 21C16.0964 21 16.5133 20.5831 16.5133 20.0687V17.4139H19.1681C19.6824 17.4139 20.0993 16.997 20.0993 16.4827C20.0993 15.9683 19.6824 15.5514 19.1681 15.5514H16.5133V13.8279H19.1681C19.6824 13.8279 20.0993 13.411 20.0993 12.8966C20.0993 12.3823 19.6824 11.9654 19.1681 11.9654H16.5133V9.31065C16.5133 7.26491 15.7369 5.66212 14.5198 4.58017C13.3198 3.51346 11.7461 3.00004 10.2029 3C8.65975 2.99995 7.08609 3.51329 5.88609 4.58C4.66896 5.66194 3.89258 7.26476 3.89258 9.31063C3.89258 9.82494 4.30952 10.2419 4.82384 10.2419C5.33816 10.2419 5.75511 9.82494 5.75511 9.31063Z"})});export{g as default};
1
+ import{jsx as n}from"react/jsx-runtime";import l from"classnames";const g=({size:s,type:C,className:e="",onClick:i,refHandler:t,id:a,dataTestId:o})=>/* @__PURE__ */n("svg",{xmlns:"http://www.w3.org/2000/svg",className:l("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${C}`]:C,[e]:e}),viewBox:"0 0 24 24",fill:"none",onClick:i,ref:t,id:a,"data-test-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */n("path",{d:"M5.75511 9.31063C5.75511 7.77012 6.32348 6.68322 7.12352 5.97204C7.94069 5.24564 9.05657 4.86249 10.2029 4.86253C11.3492 4.86255 12.4651 5.24575 13.2823 5.9722C14.0824 6.68341 14.6508 7.7703 14.6508 9.31065V11.9654H11.996C11.4816 11.9654 11.0647 12.3823 11.0647 12.8966C11.0647 13.411 11.4816 13.8279 11.996 13.8279H14.6508V15.5514H11.996C11.4816 15.5514 11.0647 15.9683 11.0647 16.4827C11.0647 16.997 11.4816 17.4139 11.996 17.4139H14.6508V20.0687C14.6508 20.5831 15.0677 21 15.582 21C16.0964 21 16.5133 20.5831 16.5133 20.0687V17.4139H19.1681C19.6824 17.4139 20.0993 16.997 20.0993 16.4827C20.0993 15.9683 19.6824 15.5514 19.1681 15.5514H16.5133V13.8279H19.1681C19.6824 13.8279 20.0993 13.411 20.0993 12.8966C20.0993 12.3823 19.6824 11.9654 19.1681 11.9654H16.5133V9.31065C16.5133 7.26491 15.7369 5.66212 14.5198 4.58017C13.3198 3.51346 11.7461 3.00004 10.2029 3C8.65975 2.99995 7.08609 3.51329 5.88609 4.58C4.66896 5.66194 3.89258 7.26476 3.89258 9.31063C3.89258 9.82494 4.30952 10.2419 4.82384 10.2419C5.33816 10.2419 5.75511 9.82494 5.75511 9.31063Z"})});export{g as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconApple: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconApple: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconApple;
@@ -1 +1 @@
1
- import{jsx as C}from"react/jsx-runtime";import c from"classnames";const a=({size:a,type:e,className:s="",onClick:i,refHandler:n,id:o,dataId:t})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${a}`]:a,[`svg-icon__type-${e}`]:e,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:i,ref:n,id:o,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Company=Apple, Style=Gray, Background=None",children:/* @__PURE__ */C("path",{id:"path4",d:"M20.8428 17.1449C20.5101 17.9135 20.1163 18.6211 19.66 19.2715C19.0381 20.1583 18.5288 20.7721 18.1364 21.113C17.528 21.6724 16.8762 21.959 16.1782 21.9753C15.6771 21.9753 15.0728 21.8327 14.3693 21.5434C13.6636 21.2555 13.015 21.113 12.422 21.113C11.8 21.113 11.133 21.2555 10.4195 21.5434C9.70493 21.8327 9.12928 21.9834 8.68916 21.9984C8.01981 22.0269 7.35264 21.7322 6.68668 21.113C6.26164 20.7422 5.72999 20.1067 5.09309 19.2063C4.40976 18.2449 3.84796 17.13 3.40784 15.8589C2.93648 14.486 2.7002 13.1565 2.7002 11.8694C2.7002 10.3951 3.01878 9.12345 3.65689 8.05784C4.1584 7.20191 4.82557 6.52672 5.66059 6.03105C6.49562 5.53539 7.39786 5.2828 8.36949 5.26664C8.90114 5.26664 9.59833 5.43109 10.4647 5.75429C11.3287 6.07858 11.8834 6.24303 12.1266 6.24303C12.3085 6.24303 12.9247 6.05074 13.9694 5.66738C14.9573 5.31186 15.7911 5.16466 16.4742 5.22264C18.3251 5.37202 19.7157 6.10167 20.6405 7.41619C18.9851 8.4192 18.1662 9.82403 18.1825 11.6262C18.1975 13.03 18.7067 14.1981 19.7076 15.1256C20.1611 15.5561 20.6676 15.8888 21.2312 16.1251C21.109 16.4795 20.98 16.819 20.8428 17.1449ZM16.5978 0.440369C16.5978 1.54062 16.1958 2.56792 15.3946 3.51878C14.4277 4.64917 13.2582 5.30236 11.99 5.19929C11.9738 5.06729 11.9645 4.92837 11.9645 4.78239C11.9645 3.72615 12.4243 2.59576 13.2408 1.67152C13.6485 1.20356 14.167 0.814453 14.7957 0.504058C15.4231 0.198295 16.0166 0.0292007 16.5747 0.000244141C16.591 0.147331 16.5978 0.294426 16.5978 0.440355V0.440369Z"})})});export{a as default};
1
+ import{jsx as C}from"react/jsx-runtime";import t from"classnames";const a=({size:e,type:s,className:a="",onClick:i,refHandler:n,id:o,dataTestId:r})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:t("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:i,ref:n,id:o,"data-test-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Company=Apple, Style=Gray, Background=None",children:/* @__PURE__ */C("path",{id:"path4",d:"M20.8428 17.1449C20.5101 17.9135 20.1163 18.6211 19.66 19.2715C19.0381 20.1583 18.5288 20.7721 18.1364 21.113C17.528 21.6724 16.8762 21.959 16.1782 21.9753C15.6771 21.9753 15.0728 21.8327 14.3693 21.5434C13.6636 21.2555 13.015 21.113 12.422 21.113C11.8 21.113 11.133 21.2555 10.4195 21.5434C9.70493 21.8327 9.12928 21.9834 8.68916 21.9984C8.01981 22.0269 7.35264 21.7322 6.68668 21.113C6.26164 20.7422 5.72999 20.1067 5.09309 19.2063C4.40976 18.2449 3.84796 17.13 3.40784 15.8589C2.93648 14.486 2.7002 13.1565 2.7002 11.8694C2.7002 10.3951 3.01878 9.12345 3.65689 8.05784C4.1584 7.20191 4.82557 6.52672 5.66059 6.03105C6.49562 5.53539 7.39786 5.2828 8.36949 5.26664C8.90114 5.26664 9.59833 5.43109 10.4647 5.75429C11.3287 6.07858 11.8834 6.24303 12.1266 6.24303C12.3085 6.24303 12.9247 6.05074 13.9694 5.66738C14.9573 5.31186 15.7911 5.16466 16.4742 5.22264C18.3251 5.37202 19.7157 6.10167 20.6405 7.41619C18.9851 8.4192 18.1662 9.82403 18.1825 11.6262C18.1975 13.03 18.7067 14.1981 19.7076 15.1256C20.1611 15.5561 20.6676 15.8888 21.2312 16.1251C21.109 16.4795 20.98 16.819 20.8428 17.1449ZM16.5978 0.440369C16.5978 1.54062 16.1958 2.56792 15.3946 3.51878C14.4277 4.64917 13.2582 5.30236 11.99 5.19929C11.9738 5.06729 11.9645 4.92837 11.9645 4.78239C11.9645 3.72615 12.4243 2.59576 13.2408 1.67152C13.6485 1.20356 14.167 0.814453 14.7957 0.504058C15.4231 0.198295 16.0166 0.0292007 16.5747 0.000244141C16.591 0.147331 16.5978 0.294426 16.5978 0.440355V0.440369Z"})})});export{a as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconArrowDown: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconArrowDown: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowDown;
@@ -1 +1 @@
1
- import{jsx as o}from"react/jsx-runtime";import g from"classnames";const w=({size:e,type:i,className:s="",onClick:a,refHandler:n,id:r,dataId:t})=>/* @__PURE__ */o("svg",{xmlns:"http://www.w3.org/2000/svg",className:g("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:r,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */o("g",{id:"Direction=Down, Size=24, Theme=Regular",children:/* @__PURE__ */o("path",{id:"Shape",d:"M19.7906 13.2673C20.0763 12.9674 20.0647 12.4926 19.7648 12.2069C19.4649 11.9213 18.9901 11.9328 18.7045 12.2327L12.75 18.484V3.75C12.75 3.33579 12.4142 3 12 3C11.5858 3 11.25 3.33579 11.25 3.75V18.4844L5.29514 12.2327C5.00945 11.9328 4.53472 11.9213 4.23479 12.2069C3.93487 12.4926 3.92332 12.9674 4.20901 13.2673L11.2757 20.6862C11.4367 20.8553 11.6422 20.9552 11.8557 20.9861C11.9024 20.9952 11.9506 21 12 21C12.0497 21 12.0982 20.9952 12.1452 20.9859C12.3583 20.9548 12.5632 20.8549 12.7239 20.6862L19.7906 13.2673Z"})})});export{w as default};
1
+ import{jsx as o}from"react/jsx-runtime";import C from"classnames";const w=({size:e,type:i,className:s="",onClick:a,refHandler:t,id:n,dataTestId:r})=>/* @__PURE__ */o("svg",{xmlns:"http://www.w3.org/2000/svg",className:C("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:t,id:n,"data-test-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */o("g",{id:"Direction=Down, Size=24, Theme=Regular",children:/* @__PURE__ */o("path",{id:"Shape",d:"M19.7906 13.2673C20.0763 12.9674 20.0647 12.4926 19.7648 12.2069C19.4649 11.9213 18.9901 11.9328 18.7045 12.2327L12.75 18.484V3.75C12.75 3.33579 12.4142 3 12 3C11.5858 3 11.25 3.33579 11.25 3.75V18.4844L5.29514 12.2327C5.00945 11.9328 4.53472 11.9213 4.23479 12.2069C3.93487 12.4926 3.92332 12.9674 4.20901 13.2673L11.2757 20.6862C11.4367 20.8553 11.6422 20.9552 11.8557 20.9861C11.9024 20.9952 11.9506 21 12 21C12.0497 21 12.0982 20.9952 12.1452 20.9859C12.3583 20.9548 12.5632 20.8549 12.7239 20.6862L19.7906 13.2673Z"})})});export{w as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconArrowDownFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconArrowDownFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowDownFilled;
@@ -1 +1 @@
1
- import{jsx as i}from"react/jsx-runtime";import t from"classnames";const w=({size:e,type:s,className:a="",onClick:n,refHandler:o,id:c,dataId:d})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:t("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:o,id:c,"data-id":d?`${d}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Direction=Down, Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M19.7159 13.7045C20.1036 13.3111 20.0989 12.678 19.7055 12.2903C19.3121 11.9027 18.6789 11.9074 18.2913 12.3008L13 17.6711V4C13 3.44771 12.5522 3 12 3C11.4477 3 11 3.44772 11 4V17.6646L5.71501 12.3008C5.32739 11.9074 4.69424 11.9027 4.30083 12.2903C3.90743 12.678 3.90274 13.3111 4.29036 13.7045L11.1127 20.6287C11.6024 21.1256 12.4039 21.1256 12.8936 20.6287L19.7159 13.7045Z"})})});export{w as default};
1
+ import{jsx as i}from"react/jsx-runtime";import t from"classnames";const w=({size:e,type:s,className:a="",onClick:n,refHandler:o,id:c,dataTestId:d})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:t("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:o,id:c,"data-test-id":d?`${d}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Direction=Down, Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M19.7159 13.7045C20.1036 13.3111 20.0989 12.678 19.7055 12.2903C19.3121 11.9027 18.6789 11.9074 18.2913 12.3008L13 17.6711V4C13 3.44771 12.5522 3 12 3C11.4477 3 11 3.44772 11 4V17.6646L5.71501 12.3008C5.32739 11.9074 4.69424 11.9027 4.30083 12.2903C3.90743 12.678 3.90274 13.3111 4.29036 13.7045L11.1127 20.6287C11.6024 21.1256 12.4039 21.1256 12.8936 20.6287L19.7159 13.7045Z"})})});export{w as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconArrowDownLeft: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconArrowDownLeft: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowDownLeft;
@@ -1 +1 @@
1
- import{jsx as o}from"react/jsx-runtime";import g from"classnames";const a=({size:e,type:i,className:s="",onClick:a,refHandler:n,id:t,dataId:r})=>/* @__PURE__ */o("svg",{xmlns:"http://www.w3.org/2000/svg",className:g("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:t,"data-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */o("g",{id:"Direction=Down Left, Size=24, Theme=Regular",children:/* @__PURE__ */o("path",{id:"Shape",d:"M13.2456 21.0049C13.6598 21.0049 13.9956 20.6692 13.9956 20.2549C13.9956 19.8407 13.6598 19.5049 13.2456 19.5049H5.5765L20.7763 4.30517C21.0748 4.00659 21.0748 3.52251 20.7763 3.22393C20.4777 2.92536 19.9936 2.92536 19.695 3.22393L4.49561 18.4234V10.7549C4.49561 10.3407 4.15982 10.0049 3.74561 10.0049C3.33139 10.0049 2.99561 10.3407 2.99561 10.7549V20.2549C2.99561 20.6692 3.33139 21.0049 3.74561 21.0049H13.2456Z"})})});export{a as default};
1
+ import{jsx as o}from"react/jsx-runtime";import g from"classnames";const a=({size:e,type:i,className:s="",onClick:a,refHandler:t,id:n,dataTestId:r})=>/* @__PURE__ */o("svg",{xmlns:"http://www.w3.org/2000/svg",className:g("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:t,id:n,"data-test-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */o("g",{id:"Direction=Down Left, Size=24, Theme=Regular",children:/* @__PURE__ */o("path",{id:"Shape",d:"M13.2456 21.0049C13.6598 21.0049 13.9956 20.6692 13.9956 20.2549C13.9956 19.8407 13.6598 19.5049 13.2456 19.5049H5.5765L20.7763 4.30517C21.0748 4.00659 21.0748 3.52251 20.7763 3.22393C20.4777 2.92536 19.9936 2.92536 19.695 3.22393L4.49561 18.4234V10.7549C4.49561 10.3407 4.15982 10.0049 3.74561 10.0049C3.33139 10.0049 2.99561 10.3407 2.99561 10.7549V20.2549C2.99561 20.6692 3.33139 21.0049 3.74561 21.0049H13.2456Z"})})});export{a as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconArrowDownLeftFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconArrowDownLeftFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowDownLeftFilled;
@@ -1 +1 @@
1
- import{jsx as i}from"react/jsx-runtime";import c from"classnames";const w=({size:e,type:s,className:a="",onClick:n,refHandler:o,id:t,dataId:d})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:o,id:t,"data-id":d?`${d}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Direction=Down Left, Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M13 20.9999C13.5523 20.9999 14 20.5521 14 19.9999C14 19.4476 13.5523 18.9999 13 18.9999H6.41435L20.7071 4.70711C21.0976 4.31658 21.0976 3.68342 20.7071 3.29289C20.3166 2.90237 19.6834 2.90237 19.2929 3.29289L5 17.5858V10.9999C5 10.4476 4.55228 9.99987 4 9.99987C3.44772 9.99987 3 10.4476 3 10.9999V19.9999C3 20.5521 3.44772 20.9999 4 20.9999H13Z"})})});export{w as default};
1
+ import{jsx as i}from"react/jsx-runtime";import c from"classnames";const w=({size:e,type:s,className:t="",onClick:a,refHandler:n,id:o,dataTestId:d})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[t]:t}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:o,"data-test-id":d?`${d}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Direction=Down Left, Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M13 20.9999C13.5523 20.9999 14 20.5521 14 19.9999C14 19.4476 13.5523 18.9999 13 18.9999H6.41435L20.7071 4.70711C21.0976 4.31658 21.0976 3.68342 20.7071 3.29289C20.3166 2.90237 19.6834 2.90237 19.2929 3.29289L5 17.5858V10.9999C5 10.4476 4.55228 9.99987 4 9.99987C3.44772 9.99987 3 10.4476 3 10.9999V19.9999C3 20.5521 3.44772 20.9999 4 20.9999H13Z"})})});export{w as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconArrowDownload: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconArrowDownload: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowDownload;
@@ -1 +1 @@
1
- import{jsx as o}from"react/jsx-runtime";import c from"classnames";const a=({size:e,type:i,className:s="",onClick:a,refHandler:L,id:n,dataId:r})=>/* @__PURE__ */o("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:L,id:n,"data-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */o("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */o("path",{id:"Shape",d:"M18.2498 20.4999C18.664 20.4998 19 20.8355 19 21.2497C19 21.6639 18.6644 21.9998 18.2502 21.9999L5.25022 22.0037C4.836 22.0038 4.5 21.6681 4.5 21.2539C4.5 20.8397 4.83557 20.5038 5.24978 20.5037L18.2498 20.4999ZM11.6482 2.01173L11.75 2.00488C12.1297 2.00488 12.4435 2.28704 12.4932 2.65311L12.5 2.75488L12.499 16.4399L16.2208 12.7196C16.4871 12.4533 16.9038 12.4291 17.1974 12.647L17.2815 12.7197C17.5477 12.986 17.5719 13.4026 17.354 13.6962L17.2814 13.7803L12.2837 18.7769C12.0176 19.043 11.6012 19.0673 11.3076 18.8498L11.2235 18.7772L6.22003 13.7806C5.92694 13.4879 5.92661 13.0131 6.21931 12.72C6.48539 12.4535 6.90204 12.429 7.1958 12.6467L7.27997 12.7192L10.999 16.4329L11 2.75488C11 2.37519 11.2822 2.06139 11.6482 2.01173L11.75 2.00488L11.6482 2.01173Z"})})});export{a as default};
1
+ import{jsx as o}from"react/jsx-runtime";import c from"classnames";const t=({size:e,type:s,className:i="",onClick:t,refHandler:a,id:L,dataTestId:n})=>/* @__PURE__ */o("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:t,ref:a,id:L,"data-test-id":n?`${n}-svg-icon`:"",children:/* @__PURE__ */o("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */o("path",{id:"Shape",d:"M18.2498 20.4999C18.664 20.4998 19 20.8355 19 21.2497C19 21.6639 18.6644 21.9998 18.2502 21.9999L5.25022 22.0037C4.836 22.0038 4.5 21.6681 4.5 21.2539C4.5 20.8397 4.83557 20.5038 5.24978 20.5037L18.2498 20.4999ZM11.6482 2.01173L11.75 2.00488C12.1297 2.00488 12.4435 2.28704 12.4932 2.65311L12.5 2.75488L12.499 16.4399L16.2208 12.7196C16.4871 12.4533 16.9038 12.4291 17.1974 12.647L17.2815 12.7197C17.5477 12.986 17.5719 13.4026 17.354 13.6962L17.2814 13.7803L12.2837 18.7769C12.0176 19.043 11.6012 19.0673 11.3076 18.8498L11.2235 18.7772L6.22003 13.7806C5.92694 13.4879 5.92661 13.0131 6.21931 12.72C6.48539 12.4535 6.90204 12.429 7.1958 12.6467L7.27997 12.7192L10.999 16.4329L11 2.75488C11 2.37519 11.2822 2.06139 11.6482 2.01173L11.75 2.00488L11.6482 2.01173Z"})})});export{t as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconArrowDownloadFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconArrowDownloadFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowDownloadFilled;
@@ -1 +1 @@
1
- import{jsx as o}from"react/jsx-runtime";import C from"classnames";const g=({size:e,type:i,className:s="",onClick:a,refHandler:n,id:d,dataId:l})=>/* @__PURE__ */o("svg",{xmlns:"http://www.w3.org/2000/svg",className:C("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:d,"data-id":l?`${l}-svg-icon`:"",children:/* @__PURE__ */o("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */o("path",{id:"Shape",d:"M5.25 20.5H18.7477C19.1619 20.5 19.4977 20.8358 19.4977 21.25C19.4977 21.6297 19.2155 21.9435 18.8494 21.9932L18.7477 22H5.25C4.83579 22 4.5 21.6642 4.5 21.25C4.5 20.8703 4.78215 20.5565 5.14823 20.5069L5.25 20.5H18.7477H5.25ZM11.8834 2.00233L12 1.99561C12.5128 1.99561 12.9355 2.38165 12.9933 2.87898L13 2.99561V15.5856L16.2941 12.2928C16.6546 11.9324 17.2218 11.9047 17.6141 12.2098L17.7083 12.293C18.0687 12.6535 18.0964 13.2207 17.7913 13.613L17.7081 13.7072L12.7105 18.7038C12.3502 19.064 11.7833 19.0919 11.391 18.7873L11.2968 18.7042L6.29338 13.7076C5.90259 13.3173 5.90215 12.6842 6.29241 12.2934C6.65265 11.9327 7.21986 11.9045 7.61236 12.2093L7.70662 12.2924L11 15.5806V2.99561C11 2.48277 11.386 2.0601 11.8834 2.00233L12 1.99561L11.8834 2.00233Z"})})});export{g as default};
1
+ import{jsx as o}from"react/jsx-runtime";import C from"classnames";const t=({size:e,type:s,className:i="",onClick:t,refHandler:a,id:n,dataTestId:d})=>/* @__PURE__ */o("svg",{xmlns:"http://www.w3.org/2000/svg",className:C("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:t,ref:a,id:n,"data-test-id":d?`${d}-svg-icon`:"",children:/* @__PURE__ */o("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */o("path",{id:"Shape",d:"M5.25 20.5H18.7477C19.1619 20.5 19.4977 20.8358 19.4977 21.25C19.4977 21.6297 19.2155 21.9435 18.8494 21.9932L18.7477 22H5.25C4.83579 22 4.5 21.6642 4.5 21.25C4.5 20.8703 4.78215 20.5565 5.14823 20.5069L5.25 20.5H18.7477H5.25ZM11.8834 2.00233L12 1.99561C12.5128 1.99561 12.9355 2.38165 12.9933 2.87898L13 2.99561V15.5856L16.2941 12.2928C16.6546 11.9324 17.2218 11.9047 17.6141 12.2098L17.7083 12.293C18.0687 12.6535 18.0964 13.2207 17.7913 13.613L17.7081 13.7072L12.7105 18.7038C12.3502 19.064 11.7833 19.0919 11.391 18.7873L11.2968 18.7042L6.29338 13.7076C5.90259 13.3173 5.90215 12.6842 6.29241 12.2934C6.65265 11.9327 7.21986 11.9045 7.61236 12.2093L7.70662 12.2924L11 15.5806V2.99561C11 2.48277 11.386 2.0601 11.8834 2.00233L12 1.99561L11.8834 2.00233Z"})})});export{t as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconArrowEnter: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconArrowEnter: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowEnter;
@@ -1 +1 @@
1
- import{jsx as r}from"react/jsx-runtime";import e from"classnames";const l=({size:s,type:i,className:C="",onClick:a,refHandler:o,id:n,dataId:t})=>/* @__PURE__ */r("svg",{xmlns:"http://www.w3.org/2000/svg",className:e("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${i}`]:i,[C]:C}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:o,id:n,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */r("path",{d:"M9.0002 20.4001C8.66883 20.4001 8.4002 20.1315 8.4002 19.8001C8.4002 19.4687 8.66883 19.2001 9.0002 19.2001H16.8002C18.1257 19.2001 19.2002 18.1256 19.2002 16.8001V7.2001C19.2002 5.87461 18.1257 4.8001 16.8002 4.8001H9.0002C8.66883 4.8001 8.4002 4.53147 8.4002 4.2001C8.4002 3.86873 8.66883 3.6001 9.0002 3.6001H16.8002C18.7884 3.6001 20.4002 5.21187 20.4002 7.2001V16.8001C20.4002 18.7883 18.7884 20.4001 16.8002 20.4001H9.0002ZM9.17593 7.37583C9.41025 7.14152 9.79014 7.14152 10.0245 7.37583L14.2245 11.5758C14.4588 11.8101 14.4588 12.19 14.2245 12.4244L10.0245 16.6244C9.79014 16.8587 9.41025 16.8587 9.17593 16.6244C8.94162 16.39 8.94162 16.0101 9.17593 15.7758L12.3517 12.6001H1.8002C1.46882 12.6001 1.2002 12.3315 1.2002 12.0001C1.2002 11.6687 1.46882 11.4001 1.8002 11.4001H12.3517L9.17593 8.22436C8.94162 7.99005 8.94162 7.61015 9.17593 7.37583Z"})});export{l as default};
1
+ import{jsx as r}from"react/jsx-runtime";import e from"classnames";const l=({size:s,type:i,className:t="",onClick:C,refHandler:a,id:o,dataTestId:n})=>/* @__PURE__ */r("svg",{xmlns:"http://www.w3.org/2000/svg",className:e("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${i}`]:i,[t]:t}),viewBox:"0 0 24 24",fill:"none",onClick:C,ref:a,id:o,"data-test-id":n?`${n}-svg-icon`:"",children:/* @__PURE__ */r("path",{d:"M9.0002 20.4001C8.66883 20.4001 8.4002 20.1315 8.4002 19.8001C8.4002 19.4687 8.66883 19.2001 9.0002 19.2001H16.8002C18.1257 19.2001 19.2002 18.1256 19.2002 16.8001V7.2001C19.2002 5.87461 18.1257 4.8001 16.8002 4.8001H9.0002C8.66883 4.8001 8.4002 4.53147 8.4002 4.2001C8.4002 3.86873 8.66883 3.6001 9.0002 3.6001H16.8002C18.7884 3.6001 20.4002 5.21187 20.4002 7.2001V16.8001C20.4002 18.7883 18.7884 20.4001 16.8002 20.4001H9.0002ZM9.17593 7.37583C9.41025 7.14152 9.79014 7.14152 10.0245 7.37583L14.2245 11.5758C14.4588 11.8101 14.4588 12.19 14.2245 12.4244L10.0245 16.6244C9.79014 16.8587 9.41025 16.8587 9.17593 16.6244C8.94162 16.39 8.94162 16.0101 9.17593 15.7758L12.3517 12.6001H1.8002C1.46882 12.6001 1.2002 12.3315 1.2002 12.0001C1.2002 11.6687 1.46882 11.4001 1.8002 11.4001H12.3517L9.17593 8.22436C8.94162 7.99005 8.94162 7.61015 9.17593 7.37583Z"})});export{l as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconArrowEnterFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconArrowEnterFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowEnterFilled;
@@ -1 +1 @@
1
- import{jsx as n}from"react/jsx-runtime";import c from"classnames";const v=({size:s,type:e,className:i="",onClick:C,refHandler:a,id:o,dataId:t})=>/* @__PURE__ */n("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${e}`]:e,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:C,ref:a,id:o,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */n("path",{d:"M9.30019 21C8.80314 21 8.4002 20.5971 8.4002 20.1C8.4002 19.6029 8.80314 19.2 9.30019 19.2H16.8002C18.1257 19.2 19.2002 18.1255 19.2002 16.8V7.2C19.2002 5.87452 18.1257 4.8 16.8002 4.8H9.30019C8.80314 4.8 8.4002 4.39706 8.4002 3.9C8.4002 3.40294 8.80314 3 9.30019 3H16.8002C19.1198 3 21.0002 4.8804 21.0002 7.2V16.8C21.0002 19.1196 19.1198 21 16.8002 21H9.30019ZM9.28974 7.43868C9.65498 7.10154 10.2244 7.12431 10.5615 7.48955L14.1615 11.3896C14.4798 11.7343 14.4798 12.2657 14.1615 12.6105L10.5615 16.5105C10.2244 16.8757 9.65498 16.8985 9.28974 16.5613C8.9245 16.2242 8.90173 15.6548 9.23887 15.2896L11.4446 12.9H2.1002C1.60314 12.9 1.2002 12.4971 1.2002 12C1.2002 11.5029 1.60314 11.1 2.1002 11.1H11.4446L9.23887 8.71046C8.90173 8.34522 8.9245 7.77583 9.28974 7.43868Z"})});export{v as default};
1
+ import{jsx as n}from"react/jsx-runtime";import c from"classnames";const v=({size:s,type:e,className:i="",onClick:t,refHandler:C,id:a,dataTestId:o})=>/* @__PURE__ */n("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${e}`]:e,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:t,ref:C,id:a,"data-test-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */n("path",{d:"M9.30019 21C8.80314 21 8.4002 20.5971 8.4002 20.1C8.4002 19.6029 8.80314 19.2 9.30019 19.2H16.8002C18.1257 19.2 19.2002 18.1255 19.2002 16.8V7.2C19.2002 5.87452 18.1257 4.8 16.8002 4.8H9.30019C8.80314 4.8 8.4002 4.39706 8.4002 3.9C8.4002 3.40294 8.80314 3 9.30019 3H16.8002C19.1198 3 21.0002 4.8804 21.0002 7.2V16.8C21.0002 19.1196 19.1198 21 16.8002 21H9.30019ZM9.28974 7.43868C9.65498 7.10154 10.2244 7.12431 10.5615 7.48955L14.1615 11.3896C14.4798 11.7343 14.4798 12.2657 14.1615 12.6105L10.5615 16.5105C10.2244 16.8757 9.65498 16.8985 9.28974 16.5613C8.9245 16.2242 8.90173 15.6548 9.23887 15.2896L11.4446 12.9H2.1002C1.60314 12.9 1.2002 12.4971 1.2002 12C1.2002 11.5029 1.60314 11.1 2.1002 11.1H11.4446L9.23887 8.71046C8.90173 8.34522 8.9245 7.77583 9.28974 7.43868Z"})});export{v as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconArrowExit: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconArrowExit: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowExit;
@@ -1 +1 @@
1
- import{jsx as n}from"react/jsx-runtime";import e from"classnames";const l=({size:s,type:i,className:C="",onClick:a,refHandler:o,id:t,dataId:l})=>/* @__PURE__ */n("svg",{xmlns:"http://www.w3.org/2000/svg",className:e("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${i}`]:i,[C]:C}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:o,id:t,"data-id":l?`${l}-svg-icon`:"",children:/* @__PURE__ */n("path",{d:"M15.0001 20.4001C15.3315 20.4001 15.6001 20.1315 15.6001 19.8001C15.6001 19.4687 15.3315 19.2001 15.0001 19.2001H7.2001C5.87461 19.2001 4.8001 18.1256 4.8001 16.8001V7.2001C4.8001 5.87461 5.87461 4.8001 7.2001 4.8001H15.0001C15.3315 4.8001 15.6001 4.53147 15.6001 4.2001C15.6001 3.86873 15.3315 3.6001 15.0001 3.6001H7.2001C5.21187 3.6001 3.6001 5.21187 3.6001 7.2001V16.8001C3.6001 18.7883 5.21187 20.4001 7.2001 20.4001H15.0001ZM16.3758 7.37583C16.6101 7.14152 16.99 7.14152 17.2244 7.37583L21.4244 11.5758C21.6587 11.8101 21.6587 12.19 21.4244 12.4244L17.2244 16.6244C16.99 16.8587 16.6101 16.8587 16.3758 16.6244C16.1415 16.39 16.1415 16.0101 16.3758 15.7758L19.5516 12.6001H9.0001C8.66873 12.6001 8.4001 12.3315 8.4001 12.0001C8.4001 11.6687 8.66873 11.4001 9.0001 11.4001H19.5516L16.3758 8.22436C16.1415 7.99005 16.1415 7.61015 16.3758 7.37583Z"})});export{l as default};
1
+ import{jsx as n}from"react/jsx-runtime";import e from"classnames";const l=({size:s,type:i,className:t="",onClick:C,refHandler:a,id:o,dataTestId:l})=>/* @__PURE__ */n("svg",{xmlns:"http://www.w3.org/2000/svg",className:e("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${i}`]:i,[t]:t}),viewBox:"0 0 24 24",fill:"none",onClick:C,ref:a,id:o,"data-test-id":l?`${l}-svg-icon`:"",children:/* @__PURE__ */n("path",{d:"M15.0001 20.4001C15.3315 20.4001 15.6001 20.1315 15.6001 19.8001C15.6001 19.4687 15.3315 19.2001 15.0001 19.2001H7.2001C5.87461 19.2001 4.8001 18.1256 4.8001 16.8001V7.2001C4.8001 5.87461 5.87461 4.8001 7.2001 4.8001H15.0001C15.3315 4.8001 15.6001 4.53147 15.6001 4.2001C15.6001 3.86873 15.3315 3.6001 15.0001 3.6001H7.2001C5.21187 3.6001 3.6001 5.21187 3.6001 7.2001V16.8001C3.6001 18.7883 5.21187 20.4001 7.2001 20.4001H15.0001ZM16.3758 7.37583C16.6101 7.14152 16.99 7.14152 17.2244 7.37583L21.4244 11.5758C21.6587 11.8101 21.6587 12.19 21.4244 12.4244L17.2244 16.6244C16.99 16.8587 16.6101 16.8587 16.3758 16.6244C16.1415 16.39 16.1415 16.0101 16.3758 15.7758L19.5516 12.6001H9.0001C8.66873 12.6001 8.4001 12.3315 8.4001 12.0001C8.4001 11.6687 8.66873 11.4001 9.0001 11.4001H19.5516L16.3758 8.22436C16.1415 7.99005 16.1415 7.61015 16.3758 7.37583Z"})});export{l as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconArrowExitFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconArrowExitFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowExitFilled;
@@ -1 +1 @@
1
- import{jsx as n}from"react/jsx-runtime";import e from"classnames";const v=({size:s,type:i,className:C="",onClick:a,refHandler:o,id:t,dataId:c})=>/* @__PURE__ */n("svg",{xmlns:"http://www.w3.org/2000/svg",className:e("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${i}`]:i,[C]:C}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:o,id:t,"data-id":c?`${c}-svg-icon`:"",children:/* @__PURE__ */n("path",{d:"M15.3001 21C15.7972 21 16.2001 20.5971 16.2001 20.1C16.2001 19.6029 15.7972 19.2 15.3001 19.2H7.8001C6.47461 19.2 5.4001 18.1255 5.4001 16.8V7.2C5.4001 5.87452 6.47461 4.8 7.8001 4.8H15.3001C15.7972 4.8 16.2001 4.39706 16.2001 3.9C16.2001 3.40294 15.7972 3 15.3001 3H7.8001C5.4805 3 3.6001 4.8804 3.6001 7.2V16.8C3.6001 19.1196 5.4805 21 7.8001 21H15.3001ZM16.4896 7.43868C16.8549 7.10154 17.4243 7.12431 17.7614 7.48955L21.3614 11.3896C21.6797 11.7343 21.6797 12.2657 21.3614 12.6105L17.7614 16.5105C17.4243 16.8757 16.8549 16.8985 16.4896 16.5613C16.1244 16.2242 16.1016 15.6548 16.4388 15.2896L18.6445 12.9H9.3001C8.80304 12.9 8.4001 12.4971 8.4001 12C8.4001 11.5029 8.80304 11.1 9.3001 11.1H18.6445L16.4388 8.71046C16.1016 8.34522 16.1244 7.77583 16.4896 7.43868Z"})});export{v as default};
1
+ import{jsx as n}from"react/jsx-runtime";import e from"classnames";const v=({size:s,type:i,className:t="",onClick:C,refHandler:a,id:o,dataTestId:c})=>/* @__PURE__ */n("svg",{xmlns:"http://www.w3.org/2000/svg",className:e("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${i}`]:i,[t]:t}),viewBox:"0 0 24 24",fill:"none",onClick:C,ref:a,id:o,"data-test-id":c?`${c}-svg-icon`:"",children:/* @__PURE__ */n("path",{d:"M15.3001 21C15.7972 21 16.2001 20.5971 16.2001 20.1C16.2001 19.6029 15.7972 19.2 15.3001 19.2H7.8001C6.47461 19.2 5.4001 18.1255 5.4001 16.8V7.2C5.4001 5.87452 6.47461 4.8 7.8001 4.8H15.3001C15.7972 4.8 16.2001 4.39706 16.2001 3.9C16.2001 3.40294 15.7972 3 15.3001 3H7.8001C5.4805 3 3.6001 4.8804 3.6001 7.2V16.8C3.6001 19.1196 5.4805 21 7.8001 21H15.3001ZM16.4896 7.43868C16.8549 7.10154 17.4243 7.12431 17.7614 7.48955L21.3614 11.3896C21.6797 11.7343 21.6797 12.2657 21.3614 12.6105L17.7614 16.5105C17.4243 16.8757 16.8549 16.8985 16.4896 16.5613C16.1244 16.2242 16.1016 15.6548 16.4388 15.2896L18.6445 12.9H9.3001C8.80304 12.9 8.4001 12.4971 8.4001 12C8.4001 11.5029 8.80304 11.1 9.3001 11.1H18.6445L16.4388 8.71046C16.1016 8.34522 16.1244 7.77583 16.4896 7.43868Z"})});export{v as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconArrowExportLeftToRight: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconArrowExportLeftToRight: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowExportLeftToRight;
@@ -1 +1 @@
1
- import{jsx as L}from"react/jsx-runtime";import C from"classnames";const l=({size:e,type:i,className:s="",onClick:a,refHandler:n,id:o,dataId:l})=>/* @__PURE__ */L("svg",{xmlns:"http://www.w3.org/2000/svg",className:C("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:o,"data-id":l?`${l}-svg-icon`:"",children:/* @__PURE__ */L("g",{id:"Direction=LTR, Size=24, Theme=Regular",children:/* @__PURE__ */L("path",{id:"Shape",d:"M2.7525 4.5C3.1322 4.5 3.44594 4.78227 3.49554 5.14836L3.50237 5.25014L3.5 18.2542C3.49992 18.6684 3.16408 19.0041 2.74986 19.0041C2.37017 19.0041 2.05642 18.7218 2.00683 18.3557L2 18.2539L2.00237 5.24986C2.00244 4.83565 2.33829 4.5 2.7525 4.5ZM15.6471 6.30373L15.7197 6.21961C15.986 5.95338 16.4027 5.92921 16.6963 6.1471L16.7804 6.21972L21.777 11.2174C22.0431 11.4835 22.0674 11.8999 21.8498 12.1935L21.7773 12.2776L16.7807 17.2811C16.488 17.5742 16.0131 17.5745 15.72 17.2818C15.4536 17.0157 15.4291 16.5991 15.6467 16.3053L15.7193 16.2211L19.43 12.504L5.75295 12.5049C5.37326 12.5049 5.05946 12.2228 5.0098 11.8567L5.00295 11.7549C5.00295 11.3752 5.28511 11.0615 5.65118 11.0118L5.75295 11.0049L19.443 11.004L15.7196 7.28028C15.4534 7.01398 15.4292 6.59732 15.6471 6.30373L15.7197 6.21961L15.6471 6.30373Z"})})});export{l as default};
1
+ import{jsx as L}from"react/jsx-runtime";import C from"classnames";const l=({size:e,type:i,className:s="",onClick:a,refHandler:t,id:n,dataTestId:o})=>/* @__PURE__ */L("svg",{xmlns:"http://www.w3.org/2000/svg",className:C("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:t,id:n,"data-test-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */L("g",{id:"Direction=LTR, Size=24, Theme=Regular",children:/* @__PURE__ */L("path",{id:"Shape",d:"M2.7525 4.5C3.1322 4.5 3.44594 4.78227 3.49554 5.14836L3.50237 5.25014L3.5 18.2542C3.49992 18.6684 3.16408 19.0041 2.74986 19.0041C2.37017 19.0041 2.05642 18.7218 2.00683 18.3557L2 18.2539L2.00237 5.24986C2.00244 4.83565 2.33829 4.5 2.7525 4.5ZM15.6471 6.30373L15.7197 6.21961C15.986 5.95338 16.4027 5.92921 16.6963 6.1471L16.7804 6.21972L21.777 11.2174C22.0431 11.4835 22.0674 11.8999 21.8498 12.1935L21.7773 12.2776L16.7807 17.2811C16.488 17.5742 16.0131 17.5745 15.72 17.2818C15.4536 17.0157 15.4291 16.5991 15.6467 16.3053L15.7193 16.2211L19.43 12.504L5.75295 12.5049C5.37326 12.5049 5.05946 12.2228 5.0098 11.8567L5.00295 11.7549C5.00295 11.3752 5.28511 11.0615 5.65118 11.0118L5.75295 11.0049L19.443 11.004L15.7196 7.28028C15.4534 7.01398 15.4292 6.59732 15.6471 6.30373L15.7197 6.21961L15.6471 6.30373Z"})})});export{l as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconArrowExportLeftToRightFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconArrowExportLeftToRightFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowExportLeftToRightFilled;
@@ -1 +1 @@
1
- import{jsx as i}from"react/jsx-runtime";import l from"classnames";const g=({size:e,type:s,className:a="",onClick:L,refHandler:n,id:o,dataId:t})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:l("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:L,ref:n,id:o,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Direction=LTR, Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M2.75 4.50391C3.1297 4.50391 3.44349 4.78606 3.49315 5.15214L3.5 5.25391V18.7525C3.5 19.1667 3.16421 19.5025 2.75 19.5025C2.3703 19.5025 2.05651 19.2204 2.00685 18.8543L2 18.7525V5.25391C2 4.83969 2.33579 4.50391 2.75 4.50391ZM15.2098 6.38704L15.293 6.29284C15.6535 5.9324 16.2207 5.90473 16.613 6.20979L16.7072 6.29299L21.7038 11.2906C22.064 11.651 22.0919 12.2178 21.7873 12.6101L21.7042 12.7043L16.7076 17.7077C16.3173 18.0985 15.6842 18.099 15.2934 17.7087C14.9326 17.3485 14.9045 16.7813 15.2093 16.3888L15.2924 16.2945L18.581 12.9999L6 13C5.48716 13 5.06449 12.614 5.00673 12.1166L5 12C5 11.4872 5.38604 11.0645 5.88338 11.0068L6 11L18.584 10.9999L15.2928 7.70706C14.9324 7.34654 14.9047 6.7793 15.2098 6.38704L15.293 6.29284L15.2098 6.38704Z"})})});export{g as default};
1
+ import{jsx as i}from"react/jsx-runtime";import l from"classnames";const g=({size:e,type:s,className:t="",onClick:a,refHandler:L,id:n,dataTestId:o})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:l("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[t]:t}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:L,id:n,"data-test-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Direction=LTR, Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M2.75 4.50391C3.1297 4.50391 3.44349 4.78606 3.49315 5.15214L3.5 5.25391V18.7525C3.5 19.1667 3.16421 19.5025 2.75 19.5025C2.3703 19.5025 2.05651 19.2204 2.00685 18.8543L2 18.7525V5.25391C2 4.83969 2.33579 4.50391 2.75 4.50391ZM15.2098 6.38704L15.293 6.29284C15.6535 5.9324 16.2207 5.90473 16.613 6.20979L16.7072 6.29299L21.7038 11.2906C22.064 11.651 22.0919 12.2178 21.7873 12.6101L21.7042 12.7043L16.7076 17.7077C16.3173 18.0985 15.6842 18.099 15.2934 17.7087C14.9326 17.3485 14.9045 16.7813 15.2093 16.3888L15.2924 16.2945L18.581 12.9999L6 13C5.48716 13 5.06449 12.614 5.00673 12.1166L5 12C5 11.4872 5.38604 11.0645 5.88338 11.0068L6 11L18.584 10.9999L15.2928 7.70706C14.9324 7.34654 14.9047 6.7793 15.2098 6.38704L15.293 6.29284L15.2098 6.38704Z"})})});export{g as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconArrowExportRightToLeft: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconArrowExportRightToLeft: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowExportRightToLeft;
@@ -1 +1 @@
1
- import{jsx as L}from"react/jsx-runtime";import C from"classnames";const l=({size:e,type:i,className:s="",onClick:a,refHandler:n,id:o,dataId:l})=>/* @__PURE__ */L("svg",{xmlns:"http://www.w3.org/2000/svg",className:C("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:o,"data-id":l?`${l}-svg-icon`:"",children:/* @__PURE__ */L("g",{id:"Direction=RTL, Size=24, Theme=Regular",children:/* @__PURE__ */L("path",{id:"Shape",d:"M21.2446 4.5C20.8649 4.5 20.5511 4.78227 20.5015 5.14836L20.4947 5.25014L20.4971 18.2542C20.4971 18.6684 20.833 19.0041 21.2472 19.0041C21.6269 19.0041 21.9406 18.7218 21.9902 18.3557L21.9971 18.2539L21.9947 5.24986C21.9946 4.83565 21.6588 4.5 21.2446 4.5ZM8.34997 6.30373L8.27735 6.21961C8.01105 5.95338 7.59439 5.92921 7.3008 6.1471L7.21669 6.21972L2.22007 11.2174C1.95398 11.4835 1.92968 11.8999 2.14724 12.1935L2.21976 12.2776L7.21638 17.2811C7.50907 17.5742 7.98394 17.5745 8.27704 17.2818C8.54349 17.0157 8.56798 16.5991 8.35032 16.3053L8.27776 16.2211L4.56707 12.504L18.2441 12.5049C18.6238 12.5049 18.9376 12.2228 18.9873 11.8567L18.9941 11.7549C18.9941 11.3752 18.712 11.0615 18.3459 11.0118L18.2441 11.0049L4.55407 11.004L8.27746 7.28028C8.54369 7.01398 8.56786 6.59732 8.34997 6.30373L8.27735 6.21961L8.34997 6.30373Z"})})});export{l as default};
1
+ import{jsx as L}from"react/jsx-runtime";import C from"classnames";const l=({size:e,type:i,className:s="",onClick:a,refHandler:t,id:n,dataTestId:o})=>/* @__PURE__ */L("svg",{xmlns:"http://www.w3.org/2000/svg",className:C("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:t,id:n,"data-test-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */L("g",{id:"Direction=RTL, Size=24, Theme=Regular",children:/* @__PURE__ */L("path",{id:"Shape",d:"M21.2446 4.5C20.8649 4.5 20.5511 4.78227 20.5015 5.14836L20.4947 5.25014L20.4971 18.2542C20.4971 18.6684 20.833 19.0041 21.2472 19.0041C21.6269 19.0041 21.9406 18.7218 21.9902 18.3557L21.9971 18.2539L21.9947 5.24986C21.9946 4.83565 21.6588 4.5 21.2446 4.5ZM8.34997 6.30373L8.27735 6.21961C8.01105 5.95338 7.59439 5.92921 7.3008 6.1471L7.21669 6.21972L2.22007 11.2174C1.95398 11.4835 1.92968 11.8999 2.14724 12.1935L2.21976 12.2776L7.21638 17.2811C7.50907 17.5742 7.98394 17.5745 8.27704 17.2818C8.54349 17.0157 8.56798 16.5991 8.35032 16.3053L8.27776 16.2211L4.56707 12.504L18.2441 12.5049C18.6238 12.5049 18.9376 12.2228 18.9873 11.8567L18.9941 11.7549C18.9941 11.3752 18.712 11.0615 18.3459 11.0118L18.2441 11.0049L4.55407 11.004L8.27746 7.28028C8.54369 7.01398 8.56786 6.59732 8.34997 6.30373L8.27735 6.21961L8.34997 6.30373Z"})})});export{l as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconArrowExportRightToLeftFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconArrowExportRightToLeftFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowExportRightToLeftFilled;
@@ -1 +1 @@
1
- import{jsx as i}from"react/jsx-runtime";import l from"classnames";const g=({size:e,type:s,className:a="",onClick:L,refHandler:n,id:o,dataId:t})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:l("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:L,ref:n,id:o,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Direction=RTL, Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M21.2471 4.50391C20.8674 4.50391 20.5536 4.78606 20.5039 5.15214L20.4971 5.25391V18.7525C20.4971 19.1667 20.8329 19.5025 21.2471 19.5025C21.6268 19.5025 21.9406 19.2204 21.9902 18.8543L21.9971 18.7525V5.25391C21.9971 4.83969 21.6613 4.50391 21.2471 4.50391ZM8.7873 6.38704L8.7041 6.29284C8.34358 5.9324 7.77635 5.90473 7.38409 6.20979L7.28989 6.29299L2.29328 11.2906C1.93303 11.651 1.90516 12.2178 2.20979 12.6101L2.29287 12.7043L7.28948 17.7077C7.67974 18.0985 8.3129 18.099 8.70369 17.7087C9.06442 17.3485 9.09254 16.7813 8.78778 16.3888L8.70466 16.2945L5.41607 12.9999L17.9971 13C18.5099 13 18.9326 12.614 18.9903 12.1166L18.9971 12C18.9971 11.4872 18.611 11.0645 18.1137 11.0068L17.9971 11L5.41307 10.9999L8.70425 7.70706C9.0647 7.34654 9.09237 6.7793 8.7873 6.38704L8.7041 6.29284L8.7873 6.38704Z"})})});export{g as default};
1
+ import{jsx as i}from"react/jsx-runtime";import l from"classnames";const g=({size:e,type:s,className:t="",onClick:a,refHandler:L,id:n,dataTestId:o})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:l("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[t]:t}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:L,id:n,"data-test-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Direction=RTL, Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M21.2471 4.50391C20.8674 4.50391 20.5536 4.78606 20.5039 5.15214L20.4971 5.25391V18.7525C20.4971 19.1667 20.8329 19.5025 21.2471 19.5025C21.6268 19.5025 21.9406 19.2204 21.9902 18.8543L21.9971 18.7525V5.25391C21.9971 4.83969 21.6613 4.50391 21.2471 4.50391ZM8.7873 6.38704L8.7041 6.29284C8.34358 5.9324 7.77635 5.90473 7.38409 6.20979L7.28989 6.29299L2.29328 11.2906C1.93303 11.651 1.90516 12.2178 2.20979 12.6101L2.29287 12.7043L7.28948 17.7077C7.67974 18.0985 8.3129 18.099 8.70369 17.7087C9.06442 17.3485 9.09254 16.7813 8.78778 16.3888L8.70466 16.2945L5.41607 12.9999L17.9971 13C18.5099 13 18.9326 12.614 18.9903 12.1166L18.9971 12C18.9971 11.4872 18.611 11.0645 18.1137 11.0068L17.9971 11L5.41307 10.9999L8.70425 7.70706C9.0647 7.34654 9.09237 6.7793 8.7873 6.38704L8.7041 6.29284L8.7873 6.38704Z"})})});export{g as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconArrowExportUp: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconArrowExportUp: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowExportUp;
@@ -1 +1 @@
1
- import{jsx as o}from"react/jsx-runtime";import t from"classnames";const l=({size:e,type:i,className:s="",onClick:a,refHandler:n,id:l,dataId:r})=>/* @__PURE__ */o("svg",{xmlns:"http://www.w3.org/2000/svg",className:t("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:l,"data-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */o("g",{id:"Direction=Up, Size=24, Theme=Regular",children:/* @__PURE__ */o("path",{id:"Shape",d:"M12.2803 2.21967C11.9874 1.92678 11.5126 1.92678 11.2197 2.21967L6.21967 7.21967C5.92678 7.51256 5.92678 7.98744 6.21967 8.28033C6.51256 8.57322 6.98744 8.57322 7.28033 8.28033L11 4.56066V18.25C11 18.6642 11.3358 19 11.75 19C12.1642 19 12.5 18.6642 12.5 18.25V4.56066L16.2197 8.28033C16.5126 8.57322 16.9874 8.57322 17.2803 8.28033C17.5732 7.98744 17.5732 7.51256 17.2803 7.21967L12.2803 2.21967ZM5.25 20.5C4.83579 20.5 4.5 20.8358 4.5 21.25C4.5 21.6642 4.83579 22 5.25 22H18.25C18.6642 22 19 21.6642 19 21.25C19 20.8358 18.6642 20.5 18.25 20.5H5.25Z"})})});export{l as default};
1
+ import{jsx as o}from"react/jsx-runtime";import c from"classnames";const l=({size:e,type:i,className:s="",onClick:a,refHandler:t,id:n,dataTestId:l})=>/* @__PURE__ */o("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:t,id:n,"data-test-id":l?`${l}-svg-icon`:"",children:/* @__PURE__ */o("g",{id:"Direction=Up, Size=24, Theme=Regular",children:/* @__PURE__ */o("path",{id:"Shape",d:"M12.2803 2.21967C11.9874 1.92678 11.5126 1.92678 11.2197 2.21967L6.21967 7.21967C5.92678 7.51256 5.92678 7.98744 6.21967 8.28033C6.51256 8.57322 6.98744 8.57322 7.28033 8.28033L11 4.56066V18.25C11 18.6642 11.3358 19 11.75 19C12.1642 19 12.5 18.6642 12.5 18.25V4.56066L16.2197 8.28033C16.5126 8.57322 16.9874 8.57322 17.2803 8.28033C17.5732 7.98744 17.5732 7.51256 17.2803 7.21967L12.2803 2.21967ZM5.25 20.5C4.83579 20.5 4.5 20.8358 4.5 21.25C4.5 21.6642 4.83579 22 5.25 22H18.25C18.6642 22 19 21.6642 19 21.25C19 20.8358 18.6642 20.5 18.25 20.5H5.25Z"})})});export{l as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconArrowExportUpFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconArrowExportUpFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowExportUpFilled;
@@ -1 +1 @@
1
- import{jsx as i}from"react/jsx-runtime";import c from"classnames";const d=({size:e,type:s,className:a="",onClick:d,refHandler:n,id:o,dataId:t})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:d,ref:n,id:o,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Direction=Up, Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M12.7071 2.29289C12.3166 1.90237 11.6834 1.90237 11.2929 2.29289L6.29289 7.29289C5.90237 7.68342 5.90237 8.31658 6.29289 8.70711C6.68342 9.09763 7.31658 9.09763 7.70711 8.70711L11 5.41421V18C11 18.5523 11.4477 19 12 19C12.5523 19 13 18.5523 13 18V5.41421L16.2929 8.70711C16.6834 9.09763 17.3166 9.09763 17.7071 8.70711C18.0976 8.31658 18.0976 7.68342 17.7071 7.29289L12.7071 2.29289ZM5.25 20.5C4.83579 20.5 4.5 20.8358 4.5 21.25C4.5 21.6642 4.83579 22 5.25 22H18.75C19.1642 22 19.5 21.6642 19.5 21.25C19.5 20.8358 19.1642 20.5 18.75 20.5H5.25Z"})})});export{d as default};
1
+ import{jsx as i}from"react/jsx-runtime";import C from"classnames";const d=({size:e,type:s,className:t="",onClick:a,refHandler:d,id:n,dataTestId:o})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:C("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[t]:t}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:d,id:n,"data-test-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Direction=Up, Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M12.7071 2.29289C12.3166 1.90237 11.6834 1.90237 11.2929 2.29289L6.29289 7.29289C5.90237 7.68342 5.90237 8.31658 6.29289 8.70711C6.68342 9.09763 7.31658 9.09763 7.70711 8.70711L11 5.41421V18C11 18.5523 11.4477 19 12 19C12.5523 19 13 18.5523 13 18V5.41421L16.2929 8.70711C16.6834 9.09763 17.3166 9.09763 17.7071 8.70711C18.0976 8.31658 18.0976 7.68342 17.7071 7.29289L12.7071 2.29289ZM5.25 20.5C4.83579 20.5 4.5 20.8358 4.5 21.25C4.5 21.6642 4.83579 22 5.25 22H18.75C19.1642 22 19.5 21.6642 19.5 21.25C19.5 20.8358 19.1642 20.5 18.75 20.5H5.25Z"})})});export{d as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconArrowImport: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconArrowImport: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowImport;
@@ -1 +1 @@
1
- import{jsx as o}from"react/jsx-runtime";import c from"classnames";const l=({size:e,type:i,className:s="",onClick:a,refHandler:L,id:l,dataId:n})=>/* @__PURE__ */o("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:L,id:l,"data-id":n?`${n}-svg-icon`:"",children:/* @__PURE__ */o("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */o("path",{id:"Shape",d:"M21.2503 4.5C21.63 4.5 21.9438 4.78215 21.9934 5.14823L22.0003 5.25V18.2541C22.0003 18.6683 21.6645 19.0041 21.2503 19.0041C20.8706 19.0041 20.5568 18.7219 20.5071 18.3558L20.5003 18.2541V5.25C20.5003 4.83579 20.8361 4.5 21.2503 4.5ZM12.6474 6.30373L12.72 6.21961C12.9863 5.95338 13.403 5.92921 13.6966 6.1471L13.7807 6.21972L18.7773 11.2174C19.0434 11.4835 19.0677 11.8999 18.8501 12.1935L18.7776 12.2776L13.781 17.2811C13.4883 17.5742 13.0134 17.5745 12.7203 17.2818C12.4539 17.0157 12.4294 16.5991 12.647 16.3053L12.7196 16.2211L16.4305 12.504L2.75049 12.5049C2.37079 12.5049 2.057 12.2228 2.00733 11.8567L2.00049 11.7549C2.00049 11.3752 2.28264 11.0615 2.64872 11.0118L2.75049 11.0049L16.4435 11.004L12.7199 7.28028C12.4537 7.01398 12.4295 6.59732 12.6474 6.30373L12.72 6.21961L12.6474 6.30373Z"})})});export{l as default};
1
+ import{jsx as o}from"react/jsx-runtime";import t from"classnames";const l=({size:e,type:s,className:i="",onClick:a,refHandler:L,id:l,dataTestId:n})=>/* @__PURE__ */o("svg",{xmlns:"http://www.w3.org/2000/svg",className:t("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:L,id:l,"data-test-id":n?`${n}-svg-icon`:"",children:/* @__PURE__ */o("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */o("path",{id:"Shape",d:"M21.2503 4.5C21.63 4.5 21.9438 4.78215 21.9934 5.14823L22.0003 5.25V18.2541C22.0003 18.6683 21.6645 19.0041 21.2503 19.0041C20.8706 19.0041 20.5568 18.7219 20.5071 18.3558L20.5003 18.2541V5.25C20.5003 4.83579 20.8361 4.5 21.2503 4.5ZM12.6474 6.30373L12.72 6.21961C12.9863 5.95338 13.403 5.92921 13.6966 6.1471L13.7807 6.21972L18.7773 11.2174C19.0434 11.4835 19.0677 11.8999 18.8501 12.1935L18.7776 12.2776L13.781 17.2811C13.4883 17.5742 13.0134 17.5745 12.7203 17.2818C12.4539 17.0157 12.4294 16.5991 12.647 16.3053L12.7196 16.2211L16.4305 12.504L2.75049 12.5049C2.37079 12.5049 2.057 12.2228 2.00733 11.8567L2.00049 11.7549C2.00049 11.3752 2.28264 11.0615 2.64872 11.0118L2.75049 11.0049L16.4435 11.004L12.7199 7.28028C12.4537 7.01398 12.4295 6.59732 12.6474 6.30373L12.72 6.21961L12.6474 6.30373Z"})})});export{l as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconArrowImportFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconArrowImportFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowImportFilled;
@@ -1 +1 @@
1
- import{jsx as i}from"react/jsx-runtime";import C from"classnames";const d=({size:e,type:s,className:a="",onClick:d,refHandler:n,id:o,dataId:l})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:C("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:d,ref:n,id:o,"data-id":l?`${l}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M21.25 4.5C21.6297 4.5 21.9435 4.78215 21.9932 5.14823L22 5.25V18.75C22 19.1642 21.6642 19.5 21.25 19.5C20.8703 19.5 20.5565 19.2178 20.5069 18.8518L20.5 18.75V5.25C20.5 4.83579 20.8358 4.5 21.25 4.5ZM12.2098 6.38702L12.293 6.29282C12.6535 5.93237 13.2207 5.9047 13.613 6.20977L13.7072 6.29297L18.7038 11.2906C19.064 11.6509 19.0919 12.2178 18.7873 12.6101L18.7042 12.7043L13.7076 17.7077C13.3173 18.0985 12.6842 18.0989 12.2934 17.7087C11.9327 17.3484 11.9045 16.7812 12.2093 16.3887L12.2924 16.2945L15.581 13H3C2.48716 13 2.06449 12.614 2.00673 12.1166L2 12C2 11.4872 2.38604 11.0645 2.88338 11.0067L3 11H15.584L12.2928 7.70703C11.9324 7.34651 11.9047 6.77928 12.2098 6.38702L12.293 6.29282L12.2098 6.38702Z"})})});export{d as default};
1
+ import{jsx as i}from"react/jsx-runtime";import C from"classnames";const d=({size:e,type:s,className:a="",onClick:t,refHandler:d,id:n,dataTestId:o})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:C("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:t,ref:d,id:n,"data-test-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M21.25 4.5C21.6297 4.5 21.9435 4.78215 21.9932 5.14823L22 5.25V18.75C22 19.1642 21.6642 19.5 21.25 19.5C20.8703 19.5 20.5565 19.2178 20.5069 18.8518L20.5 18.75V5.25C20.5 4.83579 20.8358 4.5 21.25 4.5ZM12.2098 6.38702L12.293 6.29282C12.6535 5.93237 13.2207 5.9047 13.613 6.20977L13.7072 6.29297L18.7038 11.2906C19.064 11.6509 19.0919 12.2178 18.7873 12.6101L18.7042 12.7043L13.7076 17.7077C13.3173 18.0985 12.6842 18.0989 12.2934 17.7087C11.9327 17.3484 11.9045 16.7812 12.2093 16.3887L12.2924 16.2945L15.581 13H3C2.48716 13 2.06449 12.614 2.00673 12.1166L2 12C2 11.4872 2.38604 11.0645 2.88338 11.0067L3 11H15.584L12.2928 7.70703C11.9324 7.34651 11.9047 6.77928 12.2098 6.38702L12.293 6.29282L12.2098 6.38702Z"})})});export{d as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconArrowLeft: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconArrowLeft: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowLeft;
@@ -1 +1 @@
1
- import{jsx as e}from"react/jsx-runtime";import C from"classnames";const L=({size:i,type:s,className:a="",onClick:n,refHandler:o,id:t,dataId:r})=>/* @__PURE__ */e("svg",{xmlns:"http://www.w3.org/2000/svg",className:C("svg-icon",{[`svg-icon__size-${i}`]:i,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:o,id:t,"data-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */e("g",{id:"Direction=Left, Size=24, Theme=Regular",children:/* @__PURE__ */e("path",{id:"Shape",d:"M10.7327 19.791C11.0326 20.0766 11.5074 20.0651 11.7931 19.7652C12.0787 19.4652 12.0672 18.9905 11.7673 18.7048L5.51587 12.7502L20.25 12.7502C20.6642 12.7502 21 12.4144 21 12.0002C21 11.586 20.6642 11.2502 20.25 11.2502L5.51577 11.2502L11.7673 5.29551C12.0672 5.00982 12.0787 4.53509 11.7931 4.23516C11.5074 3.93523 11.0326 3.92369 10.7327 4.20938L3.31379 11.2761C3.14486 11.437 3.04491 11.6422 3.01393 11.8556C3.00479 11.9024 3 11.9507 3 12.0002C3 12.0498 3.00481 12.0982 3.01398 12.1451C3.04502 12.3583 3.14496 12.5634 3.31379 12.7243L10.7327 19.791Z"})})});export{L as default};
1
+ import{jsx as e}from"react/jsx-runtime";import C from"classnames";const L=({size:i,type:s,className:t="",onClick:a,refHandler:n,id:o,dataTestId:r})=>/* @__PURE__ */e("svg",{xmlns:"http://www.w3.org/2000/svg",className:C("svg-icon",{[`svg-icon__size-${i}`]:i,[`svg-icon__type-${s}`]:s,[t]:t}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:o,"data-test-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */e("g",{id:"Direction=Left, Size=24, Theme=Regular",children:/* @__PURE__ */e("path",{id:"Shape",d:"M10.7327 19.791C11.0326 20.0766 11.5074 20.0651 11.7931 19.7652C12.0787 19.4652 12.0672 18.9905 11.7673 18.7048L5.51587 12.7502L20.25 12.7502C20.6642 12.7502 21 12.4144 21 12.0002C21 11.586 20.6642 11.2502 20.25 11.2502L5.51577 11.2502L11.7673 5.29551C12.0672 5.00982 12.0787 4.53509 11.7931 4.23516C11.5074 3.93523 11.0326 3.92369 10.7327 4.20938L3.31379 11.2761C3.14486 11.437 3.04491 11.6422 3.01393 11.8556C3.00479 11.9024 3 11.9507 3 12.0002C3 12.0498 3.00481 12.0982 3.01398 12.1451C3.04502 12.3583 3.14496 12.5634 3.31379 12.7243L10.7327 19.791Z"})})});export{L as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconArrowLeftFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconArrowLeftFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowLeftFilled;
@@ -1 +1 @@
1
- import{jsx as i}from"react/jsx-runtime";import c from"classnames";const f=({size:e,type:s,className:a="",onClick:n,refHandler:o,id:t,dataId:d})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:o,id:t,"data-id":d?`${d}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Direction=Left, Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M10.2954 19.7162C10.6888 20.1038 11.322 20.0991 11.7096 19.7057C12.0972 19.3123 12.0925 18.6792 11.6991 18.2915L6.32876 13.0001H19.9999C20.5522 13.0001 20.9999 12.5524 20.9999 12.0001C20.9999 11.4479 20.5522 11.0001 19.9999 11.0001H6.33536L11.6991 5.71525C12.0925 5.32763 12.0972 4.69448 11.7096 4.30108C11.322 3.90767 10.6888 3.90298 10.2954 4.29061L3.37122 11.113C2.87431 11.6026 2.87431 12.4042 3.37122 12.8938L10.2954 19.7162Z"})})});export{f as default};
1
+ import{jsx as i}from"react/jsx-runtime";import c from"classnames";const f=({size:e,type:s,className:t="",onClick:a,refHandler:n,id:o,dataTestId:d})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[t]:t}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:o,"data-test-id":d?`${d}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Direction=Left, Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M10.2954 19.7162C10.6888 20.1038 11.322 20.0991 11.7096 19.7057C12.0972 19.3123 12.0925 18.6792 11.6991 18.2915L6.32876 13.0001H19.9999C20.5522 13.0001 20.9999 12.5524 20.9999 12.0001C20.9999 11.4479 20.5522 11.0001 19.9999 11.0001H6.33536L11.6991 5.71525C12.0925 5.32763 12.0972 4.69448 11.7096 4.30108C11.322 3.90767 10.6888 3.90298 10.2954 4.29061L3.37122 11.113C2.87431 11.6026 2.87431 12.4042 3.37122 12.8938L10.2954 19.7162Z"})})});export{f as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconArrowRepeatAll: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconArrowRepeatAll: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowRepeatAll;
@@ -1 +1 @@
1
- import{jsx as L}from"react/jsx-runtime";import l from"classnames";const t=({size:C,type:e,className:i="",onClick:s,refHandler:a,id:t,dataId:n})=>/* @__PURE__ */L("svg",{xmlns:"http://www.w3.org/2000/svg",className:l("svg-icon",{[`svg-icon__size-${C}`]:C,[`svg-icon__type-${e}`]:e,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:s,ref:a,id:t,"data-id":n?`${n}-svg-icon`:"",children:/* @__PURE__ */L("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */L("path",{id:"Shape",d:"M14.6102 2.47047L14.5334 2.4031C14.2394 2.17855 13.818 2.20101 13.5495 2.47047L13.4824 2.54755C13.2587 2.84259 13.281 3.26552 13.5495 3.53498L15.521 5.5118H8.5L8.26687 5.51592C4.785 5.63911 2 8.51085 2 12.0354C2 13.7259 2.6407 15.2663 3.6917 16.4252L3.76407 16.4947C3.89496 16.6065 4.06463 16.674 4.25 16.674C4.66421 16.674 5 16.337 5 15.9213C5 15.7481 4.9417 15.5885 4.84373 15.4613L4.64439 15.2306C3.92953 14.3627 3.5 13.2494 3.5 12.0354C3.5 9.26396 5.73858 7.01725 8.5 7.01725H15.381L13.5495 8.85754L13.4824 8.93463C13.2587 9.22967 13.281 9.6526 13.5495 9.92206C13.8424 10.216 14.3173 10.216 14.6102 9.92206L17.7922 6.72852L17.8593 6.65144C18.083 6.3564 18.0606 5.93347 17.7922 5.66401L14.6102 2.47047ZM20.23 7.57108C20.0999 7.46224 19.9326 7.39677 19.75 7.39677C19.3358 7.39677 19 7.73378 19 8.14949C19 8.33618 19.0677 8.507 19.1791 8.63722C19.9992 9.53109 20.5 10.7246 20.5 12.0354C20.5 14.8069 18.2614 17.0536 15.5 17.0536H8.558L10.4634 15.1425L10.5365 15.0573C10.7339 14.7897 10.7319 14.4206 10.5305 14.155L10.4634 14.0779L10.3785 14.0045C10.1119 13.8065 9.74409 13.8085 9.47951 14.0106L9.40271 14.0779L6.22073 17.2715L6.14756 17.3566C5.95023 17.6242 5.95224 17.9934 6.15361 18.2589L6.22073 18.336L9.40271 21.5295L9.48683 21.6024C9.78044 21.8211 10.1971 21.7968 10.4634 21.5295C10.7319 21.2601 10.7542 20.8371 10.5305 20.5421L10.4634 20.465L8.564 18.559H15.5L15.7331 18.5549C19.215 18.4317 22 15.56 22 12.0354C22 10.342 21.3571 8.79923 20.3029 7.63965L20.23 7.57108Z"})})});export{t as default};
1
+ import{jsx as L}from"react/jsx-runtime";import l from"classnames";const g=({size:C,type:e,className:s="",onClick:i,refHandler:a,id:t,dataTestId:n})=>/* @__PURE__ */L("svg",{xmlns:"http://www.w3.org/2000/svg",className:l("svg-icon",{[`svg-icon__size-${C}`]:C,[`svg-icon__type-${e}`]:e,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:i,ref:a,id:t,"data-test-id":n?`${n}-svg-icon`:"",children:/* @__PURE__ */L("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */L("path",{id:"Shape",d:"M14.6102 2.47047L14.5334 2.4031C14.2394 2.17855 13.818 2.20101 13.5495 2.47047L13.4824 2.54755C13.2587 2.84259 13.281 3.26552 13.5495 3.53498L15.521 5.5118H8.5L8.26687 5.51592C4.785 5.63911 2 8.51085 2 12.0354C2 13.7259 2.6407 15.2663 3.6917 16.4252L3.76407 16.4947C3.89496 16.6065 4.06463 16.674 4.25 16.674C4.66421 16.674 5 16.337 5 15.9213C5 15.7481 4.9417 15.5885 4.84373 15.4613L4.64439 15.2306C3.92953 14.3627 3.5 13.2494 3.5 12.0354C3.5 9.26396 5.73858 7.01725 8.5 7.01725H15.381L13.5495 8.85754L13.4824 8.93463C13.2587 9.22967 13.281 9.6526 13.5495 9.92206C13.8424 10.216 14.3173 10.216 14.6102 9.92206L17.7922 6.72852L17.8593 6.65144C18.083 6.3564 18.0606 5.93347 17.7922 5.66401L14.6102 2.47047ZM20.23 7.57108C20.0999 7.46224 19.9326 7.39677 19.75 7.39677C19.3358 7.39677 19 7.73378 19 8.14949C19 8.33618 19.0677 8.507 19.1791 8.63722C19.9992 9.53109 20.5 10.7246 20.5 12.0354C20.5 14.8069 18.2614 17.0536 15.5 17.0536H8.558L10.4634 15.1425L10.5365 15.0573C10.7339 14.7897 10.7319 14.4206 10.5305 14.155L10.4634 14.0779L10.3785 14.0045C10.1119 13.8065 9.74409 13.8085 9.47951 14.0106L9.40271 14.0779L6.22073 17.2715L6.14756 17.3566C5.95023 17.6242 5.95224 17.9934 6.15361 18.2589L6.22073 18.336L9.40271 21.5295L9.48683 21.6024C9.78044 21.8211 10.1971 21.7968 10.4634 21.5295C10.7319 21.2601 10.7542 20.8371 10.5305 20.5421L10.4634 20.465L8.564 18.559H15.5L15.7331 18.5549C19.215 18.4317 22 15.56 22 12.0354C22 10.342 21.3571 8.79923 20.3029 7.63965L20.23 7.57108Z"})})});export{g as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconArrowRepeatAllFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconArrowRepeatAllFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconArrowRepeatAllFilled;
@@ -1 +1 @@
1
- import{jsx as L}from"react/jsx-runtime";import r from"classnames";const d=({size:C,type:e,className:i="",onClick:s,refHandler:a,id:d,dataId:n})=>/* @__PURE__ */L("svg",{xmlns:"http://www.w3.org/2000/svg",className:r("svg-icon",{[`svg-icon__size-${C}`]:C,[`svg-icon__type-${e}`]:e,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:s,ref:a,id:d,"data-id":n?`${n}-svg-icon`:"",children:/* @__PURE__ */L("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */L("path",{id:"Shape",d:"M14.7123 2.28927L14.6251 2.21162C14.2326 1.90101 13.6607 1.92689 13.2981 2.28927L13.2204 2.37643C12.9096 2.76867 12.9355 3.34012 13.2981 3.70249L14.597 4.99947L8.99921 4.99968L8.75859 5.00373C5.00445 5.13047 2 8.21161 2 11.994C2 13.4387 2.43833 14.7811 3.18863 15.8923C3.37024 16.1437 3.666 16.3073 4 16.3073C4.55228 16.3073 5 15.8599 5 15.308C5 15.0919 4.93132 14.8917 4.81525 14.7293L4.68008 14.5112C4.24775 13.772 4 12.9119 4 11.994C4 9.23493 6.23822 6.99828 8.99921 6.99828L14.595 6.99807L13.2981 8.29546L13.2204 8.38262C12.9096 8.77486 12.9355 9.34631 13.2981 9.70868C13.6886 10.0989 14.3218 10.0989 14.7123 9.70868L17.7175 6.70559L17.7952 6.61843C18.106 6.22619 18.0801 5.65474 17.7175 5.29237L14.7123 2.28927ZM20.7865 8.06061C20.6034 7.82799 20.3191 7.6786 20 7.6786C19.4477 7.6786 19 8.126 19 8.6779C19 8.88608 19.0637 9.07939 19.1717 9.2389C19.6952 10.0287 20 10.9757 20 11.994C20 14.753 17.7618 16.9897 15.0008 16.9897L9.415 16.9891L10.7087 15.6977L10.7923 15.603C11.0733 15.2413 11.0713 14.7312 10.7864 14.3716L10.7087 14.2845L10.6139 14.2009C10.252 13.9201 9.7415 13.9221 9.38169 14.2068L9.29447 14.2845L6.28926 17.2876L6.20562 17.3823C5.92465 17.7439 5.92663 18.2541 6.21156 18.6136L6.28926 18.7008L9.29447 21.7039L9.38867 21.787C9.78097 22.0918 10.3482 22.0641 10.7087 21.7039C11.0713 21.3415 11.0972 20.7701 10.7864 20.3778L10.7087 20.2907L9.405 18.9877L15.0008 18.9883L15.2414 18.9842C18.9956 18.8575 22 15.7764 22 11.994C22 10.534 21.5524 9.17858 20.7868 8.05715L20.7865 8.06061Z"})})});export{d as default};
1
+ import{jsx as L}from"react/jsx-runtime";import r from"classnames";const d=({size:C,type:e,className:s="",onClick:i,refHandler:a,id:t,dataTestId:d})=>/* @__PURE__ */L("svg",{xmlns:"http://www.w3.org/2000/svg",className:r("svg-icon",{[`svg-icon__size-${C}`]:C,[`svg-icon__type-${e}`]:e,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:i,ref:a,id:t,"data-test-id":d?`${d}-svg-icon`:"",children:/* @__PURE__ */L("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */L("path",{id:"Shape",d:"M14.7123 2.28927L14.6251 2.21162C14.2326 1.90101 13.6607 1.92689 13.2981 2.28927L13.2204 2.37643C12.9096 2.76867 12.9355 3.34012 13.2981 3.70249L14.597 4.99947L8.99921 4.99968L8.75859 5.00373C5.00445 5.13047 2 8.21161 2 11.994C2 13.4387 2.43833 14.7811 3.18863 15.8923C3.37024 16.1437 3.666 16.3073 4 16.3073C4.55228 16.3073 5 15.8599 5 15.308C5 15.0919 4.93132 14.8917 4.81525 14.7293L4.68008 14.5112C4.24775 13.772 4 12.9119 4 11.994C4 9.23493 6.23822 6.99828 8.99921 6.99828L14.595 6.99807L13.2981 8.29546L13.2204 8.38262C12.9096 8.77486 12.9355 9.34631 13.2981 9.70868C13.6886 10.0989 14.3218 10.0989 14.7123 9.70868L17.7175 6.70559L17.7952 6.61843C18.106 6.22619 18.0801 5.65474 17.7175 5.29237L14.7123 2.28927ZM20.7865 8.06061C20.6034 7.82799 20.3191 7.6786 20 7.6786C19.4477 7.6786 19 8.126 19 8.6779C19 8.88608 19.0637 9.07939 19.1717 9.2389C19.6952 10.0287 20 10.9757 20 11.994C20 14.753 17.7618 16.9897 15.0008 16.9897L9.415 16.9891L10.7087 15.6977L10.7923 15.603C11.0733 15.2413 11.0713 14.7312 10.7864 14.3716L10.7087 14.2845L10.6139 14.2009C10.252 13.9201 9.7415 13.9221 9.38169 14.2068L9.29447 14.2845L6.28926 17.2876L6.20562 17.3823C5.92465 17.7439 5.92663 18.2541 6.21156 18.6136L6.28926 18.7008L9.29447 21.7039L9.38867 21.787C9.78097 22.0918 10.3482 22.0641 10.7087 21.7039C11.0713 21.3415 11.0972 20.7701 10.7864 20.3778L10.7087 20.2907L9.405 18.9877L15.0008 18.9883L15.2414 18.9842C18.9956 18.8575 22 15.7764 22 11.994C22 10.534 21.5524 9.17858 20.7868 8.05715L20.7865 8.06061Z"})})});export{d as default};
@@ -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 +1 @@
1
- import{jsx as e}from"react/jsx-runtime";import g from"classnames";const a=({size:i,type:s,className:a="",onClick:n,refHandler:o,id:C,dataId:r})=>/* @__PURE__ */e("svg",{xmlns:"http://www.w3.org/2000/svg",className:g("svg-icon",{[`svg-icon__size-${i}`]:i,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:o,id:C,"data-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */e("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */e("path",{id:"Shape",d:"M6.78033 2.71967C7.07322 3.01256 7.07322 3.48744 6.78033 3.78033L4.56066 6H13.25C17.5302 6 21 9.46979 21 13.75C21 18.0302 17.5302 21.5 13.25 21.5C8.96979 21.5 5.5 18.0302 5.5 13.75C5.5 13.3358 5.83579 13 6.25 13C6.66421 13 7 13.3358 7 13.75C7 17.2018 9.79822 20 13.25 20C16.7018 20 19.5 17.2018 19.5 13.75C19.5 10.2982 16.7018 7.5 13.25 7.5H4.56066L6.78033 9.71967C7.07322 10.0126 7.07322 10.4874 6.78033 10.7803C6.48744 11.0732 6.01256 11.0732 5.71967 10.7803L2.21967 7.28033C1.92678 6.98744 1.92678 6.51256 2.21967 6.21967L5.71967 2.71967C6.01256 2.42678 6.48744 2.42678 6.78033 2.71967Z"})})});export{a as default};
1
+ import{jsx as e}from"react/jsx-runtime";import c from"classnames";const a=({size:s,type:i,className:a="",onClick:t,refHandler:n,id:o,dataTestId:C})=>/* @__PURE__ */e("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${i}`]:i,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:t,ref:n,id:o,"data-test-id":C?`${C}-svg-icon`:"",children:/* @__PURE__ */e("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */e("path",{id:"Shape",d:"M6.78033 2.71967C7.07322 3.01256 7.07322 3.48744 6.78033 3.78033L4.56066 6H13.25C17.5302 6 21 9.46979 21 13.75C21 18.0302 17.5302 21.5 13.25 21.5C8.96979 21.5 5.5 18.0302 5.5 13.75C5.5 13.3358 5.83579 13 6.25 13C6.66421 13 7 13.3358 7 13.75C7 17.2018 9.79822 20 13.25 20C16.7018 20 19.5 17.2018 19.5 13.75C19.5 10.2982 16.7018 7.5 13.25 7.5H4.56066L6.78033 9.71967C7.07322 10.0126 7.07322 10.4874 6.78033 10.7803C6.48744 11.0732 6.01256 11.0732 5.71967 10.7803L2.21967 7.28033C1.92678 6.98744 1.92678 6.51256 2.21967 6.21967L5.71967 2.71967C6.01256 2.42678 6.48744 2.42678 6.78033 2.71967Z"})})});export{a as default};
@@ -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 +1 @@
1
- import{jsx as e}from"react/jsx-runtime";import c from"classnames";const g=({size:i,type:s,className:a="",onClick:n,refHandler:o,id:C,dataId:d})=>/* @__PURE__ */e("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${i}`]:i,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:o,id:C,"data-id":d?`${d}-svg-icon`:"",children:/* @__PURE__ */e("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */e("path",{id:"Shape",d:"M7.20711 2.54289C7.59763 2.93342 7.59763 3.56658 7.20711 3.95711L5.41421 5.75H13.25C17.6683 5.75 21.25 9.33172 21.25 13.75C21.25 18.1683 17.6683 21.75 13.25 21.75C8.83172 21.75 5.25 18.1683 5.25 13.75C5.25 13.1977 5.69772 12.75 6.25 12.75C6.80228 12.75 7.25 13.1977 7.25 13.75C7.25 17.0637 9.93629 19.75 13.25 19.75C16.5637 19.75 19.25 17.0637 19.25 13.75C19.25 10.4363 16.5637 7.75 13.25 7.75H5.41421L7.20711 9.54289C7.59763 9.93342 7.59763 10.5666 7.20711 10.9571C6.81658 11.3476 6.18342 11.3476 5.79289 10.9571L2.29289 7.45711C1.90237 7.06658 1.90237 6.43342 2.29289 6.04289L5.79289 2.54289C6.18342 2.15237 6.81658 2.15237 7.20711 2.54289Z"})})});export{g as default};
1
+ import{jsx as e}from"react/jsx-runtime";import t from"classnames";const g=({size:s,type:i,className:a="",onClick:n,refHandler:o,id:C,dataTestId:d})=>/* @__PURE__ */e("svg",{xmlns:"http://www.w3.org/2000/svg",className:t("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${i}`]:i,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:o,id:C,"data-test-id":d?`${d}-svg-icon`:"",children:/* @__PURE__ */e("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */e("path",{id:"Shape",d:"M7.20711 2.54289C7.59763 2.93342 7.59763 3.56658 7.20711 3.95711L5.41421 5.75H13.25C17.6683 5.75 21.25 9.33172 21.25 13.75C21.25 18.1683 17.6683 21.75 13.25 21.75C8.83172 21.75 5.25 18.1683 5.25 13.75C5.25 13.1977 5.69772 12.75 6.25 12.75C6.80228 12.75 7.25 13.1977 7.25 13.75C7.25 17.0637 9.93629 19.75 13.25 19.75C16.5637 19.75 19.25 17.0637 19.25 13.75C19.25 10.4363 16.5637 7.75 13.25 7.75H5.41421L7.20711 9.54289C7.59763 9.93342 7.59763 10.5666 7.20711 10.9571C6.81658 11.3476 6.18342 11.3476 5.79289 10.9571L2.29289 7.45711C1.90237 7.06658 1.90237 6.43342 2.29289 6.04289L5.79289 2.54289C6.18342 2.15237 6.81658 2.15237 7.20711 2.54289Z"})})});export{g as default};
@@ -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 +1 @@
1
- import{jsx as i}from"react/jsx-runtime";import c from"classnames";const l=({size:e,type:s,className:a="",onClick:n,refHandler:o,id:t,dataId:l})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:o,id:t,"data-id":l?`${l}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Direction=Right, Size=24, Theme=Regular",children:/* @__PURE__ */i("path",{id:"Shape",d:"M13.2673 4.20938C12.9674 3.92369 12.4926 3.93523 12.2069 4.23516C11.9213 4.53509 11.9328 5.00982 12.2327 5.29551L18.4841 11.2501H3.75C3.33579 11.2501 3 11.5859 3 12.0001C3 12.4143 3.33579 12.7501 3.75 12.7501H18.4842L12.2327 18.7048C11.9328 18.9905 11.9213 19.4652 12.2069 19.7652C12.4926 20.0651 12.9674 20.0766 13.2673 19.791L20.6862 12.7243C20.8551 12.5634 20.9551 12.3581 20.9861 12.1448C20.9952 12.098 21 12.0496 21 12.0001C21 11.9506 20.9952 11.9021 20.986 11.8552C20.955 11.642 20.855 11.4369 20.6862 11.2761L13.2673 4.20938Z"})})});export{l as default};
1
+ import{jsx as i}from"react/jsx-runtime";import c from"classnames";const l=({size:e,type:s,className:t="",onClick:a,refHandler:n,id:o,dataTestId:l})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[t]:t}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:o,"data-test-id":l?`${l}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Direction=Right, Size=24, Theme=Regular",children:/* @__PURE__ */i("path",{id:"Shape",d:"M13.2673 4.20938C12.9674 3.92369 12.4926 3.93523 12.2069 4.23516C11.9213 4.53509 11.9328 5.00982 12.2327 5.29551L18.4841 11.2501H3.75C3.33579 11.2501 3 11.5859 3 12.0001C3 12.4143 3.33579 12.7501 3.75 12.7501H18.4842L12.2327 18.7048C11.9328 18.9905 11.9213 19.4652 12.2069 19.7652C12.4926 20.0651 12.9674 20.0766 13.2673 19.791L20.6862 12.7243C20.8551 12.5634 20.9551 12.3581 20.9861 12.1448C20.9952 12.098 21 12.0496 21 12.0001C21 11.9506 20.9952 11.9021 20.986 11.8552C20.955 11.642 20.855 11.4369 20.6862 11.2761L13.2673 4.20938Z"})})});export{l as default};
@@ -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 +1 @@
1
- import{jsx as i}from"react/jsx-runtime";import c from"classnames";const h=({size:e,type:s,className:a="",onClick:n,refHandler:o,id:t,dataId:d})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:o,id:t,"data-id":d?`${d}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Direction=Right, Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M13.7045 4.28377C13.3111 3.89615 12.678 3.90084 12.2904 4.29424C11.9027 4.68765 11.9074 5.3208 12.3008 5.70842L17.6712 10.9998H4C3.44771 10.9998 3 11.4475 3 11.9998C3 12.5521 3.44772 12.9998 4 12.9998H17.6646L12.3008 18.2847C11.9074 18.6723 11.9027 19.3055 12.2904 19.6989C12.678 20.0923 13.3111 20.097 13.7045 19.7094L20.6287 12.887C21.1256 12.3974 21.1256 11.5958 20.6287 11.1062L13.7045 4.28377Z"})})});export{h as default};
1
+ import{jsx as i}from"react/jsx-runtime";import c from"classnames";const h=({size:e,type:s,className:t="",onClick:a,refHandler:n,id:o,dataTestId:d})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[t]:t}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:o,"data-test-id":d?`${d}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Direction=Right, Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M13.7045 4.28377C13.3111 3.89615 12.678 3.90084 12.2904 4.29424C11.9027 4.68765 11.9074 5.3208 12.3008 5.70842L17.6712 10.9998H4C3.44771 10.9998 3 11.4475 3 11.9998C3 12.5521 3.44772 12.9998 4 12.9998H17.6646L12.3008 18.2847C11.9074 18.6723 11.9027 19.3055 12.2904 19.6989C12.678 20.0923 13.3111 20.097 13.7045 19.7094L20.6287 12.887C21.1256 12.3974 21.1256 11.5958 20.6287 11.1062L13.7045 4.28377Z"})})});export{h as default};
@@ -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;