hrm_ui_lib 3.4.1 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (847) hide show
  1. package/assets/styles/styles.css +1 -1
  2. package/components/Alert/Alert.js +2 -2
  3. package/components/Alert/types.d.ts +1 -0
  4. package/components/Avatar/Avatar.d.ts +1 -1
  5. package/components/Avatar/Avatar.js +2 -2
  6. package/components/Avatar/AvatarGroup.d.ts +1 -1
  7. package/components/Avatar/AvatarGroup.js +2 -2
  8. package/components/Avatar/types.d.ts +1 -0
  9. package/components/Badge/Badge.js +2 -2
  10. package/components/Badge/types.d.ts +1 -0
  11. package/components/BadgeV2/BadgeV2.js +3 -3
  12. package/components/BadgeV2/types.d.ts +1 -1
  13. package/components/Breadcrumb/Breadcrumb.js +3 -3
  14. package/components/Breadcrumb/types.d.ts +1 -0
  15. package/components/Button/Button.js +2 -2
  16. package/components/Button/types.d.ts +1 -1
  17. package/components/ButtonGroup/ButtonGroup.d.ts +1 -1
  18. package/components/ButtonGroup/ButtonGroup.js +3 -3
  19. package/components/ButtonGroup/ButtonGroupItem.d.ts +1 -1
  20. package/components/ButtonGroup/ButtonGroupItem.js +2 -2
  21. package/components/ButtonGroup/types.d.ts +1 -1
  22. package/components/Card/CardComponent/Card.js +2 -2
  23. package/components/Card/types.d.ts +1 -0
  24. package/components/CardGroup/CardGroupComponent/CardGroup.js +2 -2
  25. package/components/CardGroup/types.d.ts +1 -0
  26. package/components/Checkbox/Checkbox.js +5 -5
  27. package/components/Checkbox/types.d.ts +1 -0
  28. package/components/Chips/Chips.js +2 -2
  29. package/components/Chips/types.d.ts +1 -1
  30. package/components/Collapse/Collapse/Collapse.js +2 -2
  31. package/components/Collapse/Collapse/Title.d.ts +2 -2
  32. package/components/Collapse/Collapse/Title.js +2 -2
  33. package/components/Collapse/CollapseGroup/CollapseGroup.js +2 -2
  34. package/components/Collapse/CollapseItem/CollapseItem.js +3 -3
  35. package/components/Collapse/types.d.ts +1 -0
  36. package/components/Container/Container.js +2 -2
  37. package/components/Container/types.d.ts +1 -0
  38. package/components/Copy/Copy.d.ts +1 -1
  39. package/components/Copy/Copy.js +2 -2
  40. package/components/Copy/types.d.ts +1 -0
  41. package/components/Counter/Counter.js +2 -2
  42. package/components/Counter/types.d.ts +1 -0
  43. package/components/DarkModeSwitcher/DarkModeSwitcher.d.ts +1 -0
  44. package/components/DarkModeSwitcher/DarkModeSwitcher.js +2 -2
  45. package/components/DarkModeSwitcher/types.d.ts +1 -0
  46. package/components/DatePicker/CustomHeader/CustomHeader.js +1 -1
  47. package/components/DatePicker/RangeDatePicker/RangeDatePickerDesktop.js +2 -2
  48. package/components/DatePicker/RangeDatePicker/RangeDatePickerMobile.js +3 -3
  49. package/components/DatePicker/SimpleDatePicker/SimpleDatePickerDesktop.js +2 -2
  50. package/components/DatePicker/SimpleDatePicker/SimpleDatePickerMobile.js +2 -2
  51. package/components/DatePicker/TimePicker/TimePickerDesktop.js +2 -2
  52. package/components/DatePicker/TimePicker/TimePickerMobile.js +2 -2
  53. package/components/DatePicker/types.d.ts +2 -1
  54. package/components/Divider/Divider.js +2 -2
  55. package/components/Divider/types.d.ts +1 -0
  56. package/components/Empty/Empty.js +2 -2
  57. package/components/Empty/types.d.ts +1 -0
  58. package/components/FileUpload/DropzoneFileUpload/DropzoneFileUpload.js +5 -5
  59. package/components/FileUpload/DropzoneFileUpload/ErrorItem.d.ts +2 -2
  60. package/components/FileUpload/DropzoneFileUpload/ErrorItem.js +2 -2
  61. package/components/FileUpload/DropzoneFileUpload/PreviewItem.d.ts +2 -2
  62. package/components/FileUpload/DropzoneFileUpload/PreviewItem.js +2 -2
  63. package/components/FileUpload/FileUpload.js +2 -2
  64. package/components/FileUpload/UploadItems.js +3 -3
  65. package/components/FileUpload/types.d.ts +1 -1
  66. package/components/FormContainer/FormContainer.js +4 -4
  67. package/components/FormContainer/types.d.ts +1 -0
  68. package/components/FormField/FormField.js +3 -3
  69. package/components/FormField/types.d.ts +1 -0
  70. package/components/Heading/Heading.js +2 -2
  71. package/components/Heading/types.d.ts +1 -0
  72. package/components/Image/Image.js +3 -3
  73. package/components/Image/types.d.ts +1 -0
  74. package/components/Input/Input.js +5 -5
  75. package/components/Input/types.d.ts +1 -1
  76. package/components/LineChart/LineChart.d.ts +1 -1
  77. package/components/LineChart/LineChart.js +4 -4
  78. package/components/LineChart/types.d.ts +1 -0
  79. package/components/Link/Link.js +3 -3
  80. package/components/Link/types.d.ts +1 -0
  81. package/components/Menu/Menu.js +2 -2
  82. package/components/Menu/NestedMenu.js +2 -2
  83. package/components/Menu/types.d.ts +1 -0
  84. package/components/Modal/ModalConfirmation.d.ts +1 -1
  85. package/components/Modal/ModalConfirmation.js +2 -2
  86. package/components/Modal/ModalContent.d.ts +2 -2
  87. package/components/Modal/ModalContent.js +2 -2
  88. package/components/Modal/types.d.ts +2 -2
  89. package/components/More/More.js +2 -2
  90. package/components/More/types.d.ts +1 -0
  91. package/components/Pagination/Pagination.js +4 -4
  92. package/components/Pagination/types.d.ts +1 -0
  93. package/components/Popover/PopoverDesktop.js +2 -2
  94. package/components/Popover/PopoverMobile.js +2 -2
  95. package/components/Popover/types.d.ts +1 -0
  96. package/components/Progress/Progress.js +3 -3
  97. package/components/Progress/types.d.ts +1 -0
  98. package/components/ProgressStep/ProgressStep.js +3 -3
  99. package/components/ProgressStep/Step.js +6 -6
  100. package/components/ProgressStep/types.d.ts +1 -0
  101. package/components/Radio/Radio.js +2 -2
  102. package/components/Radio/RadioGroup.js +1 -1
  103. package/components/Radio/types.d.ts +1 -0
  104. package/components/SVGIcons/IconAdd.d.ts +1 -1
  105. package/components/SVGIcons/IconAdd.js +2 -2
  106. package/components/SVGIcons/IconAddCircle.d.ts +1 -1
  107. package/components/SVGIcons/IconAddCircle.js +2 -2
  108. package/components/SVGIcons/IconAddCircleFilled.d.ts +1 -1
  109. package/components/SVGIcons/IconAddCircleFilled.js +2 -2
  110. package/components/SVGIcons/IconAddFilled.d.ts +1 -1
  111. package/components/SVGIcons/IconAddFilled.js +2 -2
  112. package/components/SVGIcons/IconAirplaneTakeOff.d.ts +1 -1
  113. package/components/SVGIcons/IconAirplaneTakeOff.js +2 -2
  114. package/components/SVGIcons/IconAirplaneTakeOffFilled.d.ts +1 -1
  115. package/components/SVGIcons/IconAirplaneTakeOffFilled.js +2 -2
  116. package/components/SVGIcons/IconAlert.d.ts +1 -1
  117. package/components/SVGIcons/IconAlert.js +2 -2
  118. package/components/SVGIcons/IconAlertBadge.d.ts +1 -1
  119. package/components/SVGIcons/IconAlertBadge.js +2 -2
  120. package/components/SVGIcons/IconAlertBadgeFilled.d.ts +1 -1
  121. package/components/SVGIcons/IconAlertBadgeFilled.js +2 -2
  122. package/components/SVGIcons/IconAlertFilled.d.ts +1 -1
  123. package/components/SVGIcons/IconAlertFilled.js +2 -2
  124. package/components/SVGIcons/IconAm.d.ts +1 -1
  125. package/components/SVGIcons/IconAm.js +2 -2
  126. package/components/SVGIcons/IconAmd.d.ts +1 -1
  127. package/components/SVGIcons/IconAmd.js +2 -2
  128. package/components/SVGIcons/IconAmdFilled.d.ts +1 -1
  129. package/components/SVGIcons/IconAmdFilled.js +2 -2
  130. package/components/SVGIcons/IconApple.d.ts +1 -1
  131. package/components/SVGIcons/IconApple.js +2 -2
  132. package/components/SVGIcons/IconArrowDown.d.ts +1 -1
  133. package/components/SVGIcons/IconArrowDown.js +2 -2
  134. package/components/SVGIcons/IconArrowDownFilled.d.ts +1 -1
  135. package/components/SVGIcons/IconArrowDownFilled.js +2 -2
  136. package/components/SVGIcons/IconArrowDownLeft.d.ts +1 -1
  137. package/components/SVGIcons/IconArrowDownLeft.js +2 -2
  138. package/components/SVGIcons/IconArrowDownLeftFilled.d.ts +1 -1
  139. package/components/SVGIcons/IconArrowDownLeftFilled.js +2 -2
  140. package/components/SVGIcons/IconArrowDownload.d.ts +1 -1
  141. package/components/SVGIcons/IconArrowDownload.js +2 -2
  142. package/components/SVGIcons/IconArrowDownloadFilled.d.ts +1 -1
  143. package/components/SVGIcons/IconArrowDownloadFilled.js +2 -2
  144. package/components/SVGIcons/IconArrowEnter.d.ts +1 -1
  145. package/components/SVGIcons/IconArrowEnter.js +2 -2
  146. package/components/SVGIcons/IconArrowEnterFilled.d.ts +1 -1
  147. package/components/SVGIcons/IconArrowEnterFilled.js +2 -2
  148. package/components/SVGIcons/IconArrowExit.d.ts +1 -1
  149. package/components/SVGIcons/IconArrowExit.js +2 -2
  150. package/components/SVGIcons/IconArrowExitFilled.d.ts +1 -1
  151. package/components/SVGIcons/IconArrowExitFilled.js +2 -2
  152. package/components/SVGIcons/IconArrowExportLeftToRight.d.ts +1 -1
  153. package/components/SVGIcons/IconArrowExportLeftToRight.js +2 -2
  154. package/components/SVGIcons/IconArrowExportLeftToRightFilled.d.ts +1 -1
  155. package/components/SVGIcons/IconArrowExportLeftToRightFilled.js +2 -2
  156. package/components/SVGIcons/IconArrowExportRightToLeft.d.ts +1 -1
  157. package/components/SVGIcons/IconArrowExportRightToLeft.js +2 -2
  158. package/components/SVGIcons/IconArrowExportRightToLeftFilled.d.ts +1 -1
  159. package/components/SVGIcons/IconArrowExportRightToLeftFilled.js +2 -2
  160. package/components/SVGIcons/IconArrowExportUp.d.ts +1 -1
  161. package/components/SVGIcons/IconArrowExportUp.js +2 -2
  162. package/components/SVGIcons/IconArrowExportUpFilled.d.ts +1 -1
  163. package/components/SVGIcons/IconArrowExportUpFilled.js +2 -2
  164. package/components/SVGIcons/IconArrowImport.d.ts +1 -1
  165. package/components/SVGIcons/IconArrowImport.js +2 -2
  166. package/components/SVGIcons/IconArrowImportFilled.d.ts +1 -1
  167. package/components/SVGIcons/IconArrowImportFilled.js +2 -2
  168. package/components/SVGIcons/IconArrowLeft.d.ts +1 -1
  169. package/components/SVGIcons/IconArrowLeft.js +2 -2
  170. package/components/SVGIcons/IconArrowLeftFilled.d.ts +1 -1
  171. package/components/SVGIcons/IconArrowLeftFilled.js +2 -2
  172. package/components/SVGIcons/IconArrowRepeatAll.d.ts +1 -1
  173. package/components/SVGIcons/IconArrowRepeatAll.js +2 -2
  174. package/components/SVGIcons/IconArrowRepeatAllFilled.d.ts +1 -1
  175. package/components/SVGIcons/IconArrowRepeatAllFilled.js +2 -2
  176. package/components/SVGIcons/IconArrowReset.d.ts +1 -1
  177. package/components/SVGIcons/IconArrowReset.js +2 -2
  178. package/components/SVGIcons/IconArrowResetFilled.d.ts +1 -1
  179. package/components/SVGIcons/IconArrowResetFilled.js +2 -2
  180. package/components/SVGIcons/IconArrowRight.d.ts +1 -1
  181. package/components/SVGIcons/IconArrowRight.js +2 -2
  182. package/components/SVGIcons/IconArrowRightFilled.d.ts +1 -1
  183. package/components/SVGIcons/IconArrowRightFilled.js +2 -2
  184. package/components/SVGIcons/IconArrowSort.d.ts +1 -1
  185. package/components/SVGIcons/IconArrowSort.js +2 -2
  186. package/components/SVGIcons/IconArrowSortFilled.d.ts +1 -1
  187. package/components/SVGIcons/IconArrowSortFilled.js +2 -2
  188. package/components/SVGIcons/IconArrowSync.d.ts +1 -1
  189. package/components/SVGIcons/IconArrowSync.js +2 -2
  190. package/components/SVGIcons/IconArrowSyncFilled.d.ts +1 -1
  191. package/components/SVGIcons/IconArrowSyncFilled.js +2 -2
  192. package/components/SVGIcons/IconArrowUp.d.ts +1 -1
  193. package/components/SVGIcons/IconArrowUp.js +2 -2
  194. package/components/SVGIcons/IconArrowUpFilled.d.ts +1 -1
  195. package/components/SVGIcons/IconArrowUpFilled.js +2 -2
  196. package/components/SVGIcons/IconArrowUpLeft.d.ts +1 -1
  197. package/components/SVGIcons/IconArrowUpLeft.js +2 -2
  198. package/components/SVGIcons/IconArrowUpLeftFilled.d.ts +1 -1
  199. package/components/SVGIcons/IconArrowUpLeftFilled.js +2 -2
  200. package/components/SVGIcons/IconArrowUpRight.d.ts +1 -1
  201. package/components/SVGIcons/IconArrowUpRight.js +2 -2
  202. package/components/SVGIcons/IconArrowUpRightFilled.d.ts +1 -1
  203. package/components/SVGIcons/IconArrowUpRightFilled.js +2 -2
  204. package/components/SVGIcons/IconAttach.d.ts +1 -1
  205. package/components/SVGIcons/IconAttach.js +2 -2
  206. package/components/SVGIcons/IconAttachFilled.d.ts +1 -1
  207. package/components/SVGIcons/IconAttachFilled.js +2 -2
  208. package/components/SVGIcons/IconBeach.d.ts +1 -1
  209. package/components/SVGIcons/IconBeach.js +2 -2
  210. package/components/SVGIcons/IconBeachFilled.d.ts +1 -1
  211. package/components/SVGIcons/IconBeachFilled.js +2 -2
  212. package/components/SVGIcons/IconBook.d.ts +1 -1
  213. package/components/SVGIcons/IconBook.js +2 -2
  214. package/components/SVGIcons/IconBookFilled.d.ts +1 -1
  215. package/components/SVGIcons/IconBookFilled.js +2 -2
  216. package/components/SVGIcons/IconBookmark.d.ts +1 -1
  217. package/components/SVGIcons/IconBookmark.js +2 -2
  218. package/components/SVGIcons/IconBookmarkFilled.d.ts +1 -1
  219. package/components/SVGIcons/IconBookmarkFilled.js +2 -2
  220. package/components/SVGIcons/IconBriefcase.d.ts +1 -1
  221. package/components/SVGIcons/IconBriefcase.js +2 -2
  222. package/components/SVGIcons/IconBriefcaseFilled.d.ts +1 -1
  223. package/components/SVGIcons/IconBriefcaseFilled.js +2 -2
  224. package/components/SVGIcons/IconBudgetTransfer.d.ts +1 -1
  225. package/components/SVGIcons/IconBudgetTransfer.js +2 -2
  226. package/components/SVGIcons/IconBuilding.d.ts +1 -1
  227. package/components/SVGIcons/IconBuilding.js +2 -2
  228. package/components/SVGIcons/IconBuildingBank.d.ts +1 -1
  229. package/components/SVGIcons/IconBuildingBank.js +2 -2
  230. package/components/SVGIcons/IconBuildingBankFilled.d.ts +1 -1
  231. package/components/SVGIcons/IconBuildingBankFilled.js +2 -2
  232. package/components/SVGIcons/IconBuildingFilled.d.ts +1 -1
  233. package/components/SVGIcons/IconBuildingFilled.js +2 -2
  234. package/components/SVGIcons/IconBulletListAdd.d.ts +1 -1
  235. package/components/SVGIcons/IconBulletListAdd.js +2 -2
  236. package/components/SVGIcons/IconBulletListAddFilled.d.ts +1 -1
  237. package/components/SVGIcons/IconBulletListAddFilled.js +2 -2
  238. package/components/SVGIcons/IconCalculator.d.ts +1 -1
  239. package/components/SVGIcons/IconCalculator.js +2 -2
  240. package/components/SVGIcons/IconCalculatorFilled.d.ts +1 -1
  241. package/components/SVGIcons/IconCalculatorFilled.js +2 -2
  242. package/components/SVGIcons/IconCalendarClock.d.ts +1 -1
  243. package/components/SVGIcons/IconCalendarClock.js +2 -2
  244. package/components/SVGIcons/IconCalendarClockFilled.d.ts +1 -1
  245. package/components/SVGIcons/IconCalendarClockFilled.js +2 -2
  246. package/components/SVGIcons/IconCalendarDay.d.ts +1 -1
  247. package/components/SVGIcons/IconCalendarDay.js +2 -2
  248. package/components/SVGIcons/IconCalendarDayFilled.d.ts +1 -1
  249. package/components/SVGIcons/IconCalendarDayFilled.js +2 -2
  250. package/components/SVGIcons/IconCalendarEmpty.d.ts +1 -1
  251. package/components/SVGIcons/IconCalendarEmpty.js +2 -2
  252. package/components/SVGIcons/IconCalendarLeft.d.ts +1 -1
  253. package/components/SVGIcons/IconCalendarLeft.js +2 -2
  254. package/components/SVGIcons/IconCalendarLeftFilled.d.ts +1 -1
  255. package/components/SVGIcons/IconCalendarLeftFilled.js +2 -2
  256. package/components/SVGIcons/IconCalendarRight.d.ts +1 -1
  257. package/components/SVGIcons/IconCalendarRight.js +2 -2
  258. package/components/SVGIcons/IconCalendarRightFilled.d.ts +1 -1
  259. package/components/SVGIcons/IconCalendarRightFilled.js +2 -2
  260. package/components/SVGIcons/IconCall.d.ts +1 -1
  261. package/components/SVGIcons/IconCall.js +2 -2
  262. package/components/SVGIcons/IconCallFilled.d.ts +1 -1
  263. package/components/SVGIcons/IconCallFilled.js +2 -2
  264. package/components/SVGIcons/IconCard.d.ts +1 -1
  265. package/components/SVGIcons/IconCard.js +2 -2
  266. package/components/SVGIcons/IconCardFilled.d.ts +1 -1
  267. package/components/SVGIcons/IconCardFilled.js +2 -2
  268. package/components/SVGIcons/IconCaretDown.d.ts +1 -1
  269. package/components/SVGIcons/IconCaretDown.js +2 -2
  270. package/components/SVGIcons/IconCaretDownFilled.d.ts +1 -1
  271. package/components/SVGIcons/IconCaretDownFilled.js +2 -2
  272. package/components/SVGIcons/IconCaretDownRight.d.ts +1 -1
  273. package/components/SVGIcons/IconCaretDownRight.js +2 -2
  274. package/components/SVGIcons/IconCaretDownRightFilled.d.ts +1 -1
  275. package/components/SVGIcons/IconCaretDownRightFilled.js +2 -2
  276. package/components/SVGIcons/IconCaretLeft.d.ts +1 -1
  277. package/components/SVGIcons/IconCaretLeft.js +2 -2
  278. package/components/SVGIcons/IconCaretLeftFilled.d.ts +1 -1
  279. package/components/SVGIcons/IconCaretLeftFilled.js +2 -2
  280. package/components/SVGIcons/IconCaretRight.d.ts +1 -1
  281. package/components/SVGIcons/IconCaretRight.js +2 -2
  282. package/components/SVGIcons/IconCaretRightFilled.d.ts +1 -1
  283. package/components/SVGIcons/IconCaretRightFilled.js +2 -2
  284. package/components/SVGIcons/IconCaretUp.d.ts +1 -1
  285. package/components/SVGIcons/IconCaretUp.js +2 -2
  286. package/components/SVGIcons/IconCaretUpFilled.d.ts +1 -1
  287. package/components/SVGIcons/IconCaretUpFilled.js +2 -2
  288. package/components/SVGIcons/IconChartPerson.d.ts +1 -1
  289. package/components/SVGIcons/IconChartPerson.js +2 -2
  290. package/components/SVGIcons/IconChartPersonFilled.d.ts +1 -1
  291. package/components/SVGIcons/IconChartPersonFilled.js +2 -2
  292. package/components/SVGIcons/IconChat.d.ts +1 -1
  293. package/components/SVGIcons/IconChat.js +2 -2
  294. package/components/SVGIcons/IconChatFilled.d.ts +1 -1
  295. package/components/SVGIcons/IconChatFilled.js +2 -2
  296. package/components/SVGIcons/IconChatMultiple.d.ts +1 -1
  297. package/components/SVGIcons/IconChatMultiple.js +2 -2
  298. package/components/SVGIcons/IconChatMultipleFilled.d.ts +1 -1
  299. package/components/SVGIcons/IconChatMultipleFilled.js +2 -2
  300. package/components/SVGIcons/IconCheckboxArrowRight.d.ts +1 -1
  301. package/components/SVGIcons/IconCheckboxArrowRight.js +2 -2
  302. package/components/SVGIcons/IconCheckboxArrowRightFilled.d.ts +1 -1
  303. package/components/SVGIcons/IconCheckboxArrowRightFilled.js +2 -2
  304. package/components/SVGIcons/IconCheckmark.d.ts +1 -1
  305. package/components/SVGIcons/IconCheckmark.js +2 -2
  306. package/components/SVGIcons/IconCheckmarkCircle.d.ts +1 -1
  307. package/components/SVGIcons/IconCheckmarkCircle.js +2 -2
  308. package/components/SVGIcons/IconCheckmarkCircleFilled.d.ts +1 -1
  309. package/components/SVGIcons/IconCheckmarkCircleFilled.js +2 -2
  310. package/components/SVGIcons/IconCheckmarkFilled.d.ts +1 -1
  311. package/components/SVGIcons/IconCheckmarkFilled.js +2 -2
  312. package/components/SVGIcons/IconChevronDoubleLeft.d.ts +1 -1
  313. package/components/SVGIcons/IconChevronDoubleLeft.js +2 -2
  314. package/components/SVGIcons/IconChevronDoubleRight.d.ts +1 -1
  315. package/components/SVGIcons/IconChevronDoubleRight.js +2 -2
  316. package/components/SVGIcons/IconChevronDown.d.ts +1 -1
  317. package/components/SVGIcons/IconChevronDown.js +2 -2
  318. package/components/SVGIcons/IconChevronDownFilled.d.ts +1 -1
  319. package/components/SVGIcons/IconChevronDownFilled.js +2 -2
  320. package/components/SVGIcons/IconChevronLeft.d.ts +1 -1
  321. package/components/SVGIcons/IconChevronLeft.js +2 -2
  322. package/components/SVGIcons/IconChevronLeftFilled.d.ts +1 -1
  323. package/components/SVGIcons/IconChevronLeftFilled.js +2 -2
  324. package/components/SVGIcons/IconChevronRight.d.ts +1 -1
  325. package/components/SVGIcons/IconChevronRight.js +2 -2
  326. package/components/SVGIcons/IconChevronRightFilled.d.ts +1 -1
  327. package/components/SVGIcons/IconChevronRightFilled.js +2 -2
  328. package/components/SVGIcons/IconChevronUp.d.ts +1 -1
  329. package/components/SVGIcons/IconChevronUp.js +2 -2
  330. package/components/SVGIcons/IconChevronUpDown.d.ts +1 -1
  331. package/components/SVGIcons/IconChevronUpDown.js +2 -2
  332. package/components/SVGIcons/IconChevronUpDownFilled.d.ts +1 -1
  333. package/components/SVGIcons/IconChevronUpDownFilled.js +2 -2
  334. package/components/SVGIcons/IconChevronUpFilled.d.ts +1 -1
  335. package/components/SVGIcons/IconChevronUpFilled.js +2 -2
  336. package/components/SVGIcons/IconClipboardDay.d.ts +1 -1
  337. package/components/SVGIcons/IconClipboardDay.js +2 -2
  338. package/components/SVGIcons/IconClock.d.ts +1 -1
  339. package/components/SVGIcons/IconClock.js +2 -2
  340. package/components/SVGIcons/IconClockDismiss.d.ts +1 -1
  341. package/components/SVGIcons/IconClockDismiss.js +2 -2
  342. package/components/SVGIcons/IconClockDismissFilled.d.ts +1 -1
  343. package/components/SVGIcons/IconClockDismissFilled.js +2 -2
  344. package/components/SVGIcons/IconClockFilled.d.ts +1 -1
  345. package/components/SVGIcons/IconClockFilled.js +2 -2
  346. package/components/SVGIcons/IconCode.d.ts +1 -1
  347. package/components/SVGIcons/IconCode.js +2 -2
  348. package/components/SVGIcons/IconCoins.d.ts +1 -1
  349. package/components/SVGIcons/IconCoins.js +2 -2
  350. package/components/SVGIcons/IconComment.d.ts +1 -1
  351. package/components/SVGIcons/IconComment.js +2 -2
  352. package/components/SVGIcons/IconCommentFilled.d.ts +1 -1
  353. package/components/SVGIcons/IconCommentFilled.js +2 -2
  354. package/components/SVGIcons/IconContractCard.d.ts +1 -1
  355. package/components/SVGIcons/IconContractCard.js +2 -2
  356. package/components/SVGIcons/IconContractCardFilled.d.ts +1 -1
  357. package/components/SVGIcons/IconContractCardFilled.js +2 -2
  358. package/components/SVGIcons/IconCopy.d.ts +1 -1
  359. package/components/SVGIcons/IconCopy.js +2 -2
  360. package/components/SVGIcons/IconCopyFilled.d.ts +1 -1
  361. package/components/SVGIcons/IconCopyFilled.js +2 -2
  362. package/components/SVGIcons/IconCubeTree.d.ts +1 -1
  363. package/components/SVGIcons/IconCubeTree.js +2 -2
  364. package/components/SVGIcons/IconCubeTreeFilled.d.ts +1 -1
  365. package/components/SVGIcons/IconCubeTreeFilled.js +2 -2
  366. package/components/SVGIcons/IconDatabase.d.ts +1 -1
  367. package/components/SVGIcons/IconDatabase.js +2 -2
  368. package/components/SVGIcons/IconDatabaseFilled.d.ts +1 -1
  369. package/components/SVGIcons/IconDatabaseFilled.js +2 -2
  370. package/components/SVGIcons/IconDelete.d.ts +1 -1
  371. package/components/SVGIcons/IconDelete.js +2 -2
  372. package/components/SVGIcons/IconDeleteFilled.d.ts +1 -1
  373. package/components/SVGIcons/IconDeleteFilled.js +2 -2
  374. package/components/SVGIcons/IconDeviceMeetingRoom.d.ts +1 -1
  375. package/components/SVGIcons/IconDeviceMeetingRoom.js +2 -2
  376. package/components/SVGIcons/IconDeviceMeetingRoomFilled.d.ts +1 -1
  377. package/components/SVGIcons/IconDeviceMeetingRoomFilled.js +2 -2
  378. package/components/SVGIcons/IconDismiss.d.ts +1 -1
  379. package/components/SVGIcons/IconDismiss.js +2 -2
  380. package/components/SVGIcons/IconDismissCircle.d.ts +1 -1
  381. package/components/SVGIcons/IconDismissCircle.js +2 -2
  382. package/components/SVGIcons/IconDismissCircleFilled.d.ts +1 -1
  383. package/components/SVGIcons/IconDismissCircleFilled.js +2 -2
  384. package/components/SVGIcons/IconDismissFilled.d.ts +1 -1
  385. package/components/SVGIcons/IconDismissFilled.js +2 -2
  386. package/components/SVGIcons/IconDocument.d.ts +1 -1
  387. package/components/SVGIcons/IconDocument.js +2 -2
  388. package/components/SVGIcons/IconDocumentBulletList.d.ts +1 -1
  389. package/components/SVGIcons/IconDocumentBulletList.js +2 -2
  390. package/components/SVGIcons/IconDocumentBulletListFilled.d.ts +1 -1
  391. package/components/SVGIcons/IconDocumentBulletListFilled.js +2 -2
  392. package/components/SVGIcons/IconDocumentEdit.d.ts +1 -1
  393. package/components/SVGIcons/IconDocumentEdit.js +2 -2
  394. package/components/SVGIcons/IconDocumentEditFilled.d.ts +1 -1
  395. package/components/SVGIcons/IconDocumentEditFilled.js +2 -2
  396. package/components/SVGIcons/IconDocumentFilled.d.ts +1 -1
  397. package/components/SVGIcons/IconDocumentFilled.js +2 -2
  398. package/components/SVGIcons/IconDocumentPerson.d.ts +1 -1
  399. package/components/SVGIcons/IconDocumentPerson.js +2 -2
  400. package/components/SVGIcons/IconEdit.d.ts +1 -1
  401. package/components/SVGIcons/IconEdit.js +2 -2
  402. package/components/SVGIcons/IconEditFilled.d.ts +1 -1
  403. package/components/SVGIcons/IconEditFilled.js +2 -2
  404. package/components/SVGIcons/IconErrorCircle.d.ts +1 -1
  405. package/components/SVGIcons/IconErrorCircle.js +2 -2
  406. package/components/SVGIcons/IconErrorCircleFilled.d.ts +1 -1
  407. package/components/SVGIcons/IconErrorCircleFilled.js +2 -2
  408. package/components/SVGIcons/IconEur.d.ts +1 -1
  409. package/components/SVGIcons/IconEur.js +2 -2
  410. package/components/SVGIcons/IconEurFilled.d.ts +1 -1
  411. package/components/SVGIcons/IconEurFilled.js +2 -2
  412. package/components/SVGIcons/IconExpandUpLeft.d.ts +1 -1
  413. package/components/SVGIcons/IconExpandUpLeft.js +2 -2
  414. package/components/SVGIcons/IconExpandUpLeftFilled.d.ts +1 -1
  415. package/components/SVGIcons/IconExpandUpLeftFilled.js +2 -2
  416. package/components/SVGIcons/IconExpandUpRight.d.ts +1 -1
  417. package/components/SVGIcons/IconExpandUpRight.js +2 -2
  418. package/components/SVGIcons/IconExpandUpRightFilled.d.ts +1 -1
  419. package/components/SVGIcons/IconExpandUpRightFilled.js +2 -2
  420. package/components/SVGIcons/IconEyeOff.d.ts +1 -1
  421. package/components/SVGIcons/IconEyeOff.js +2 -2
  422. package/components/SVGIcons/IconEyeOffFilled.d.ts +1 -1
  423. package/components/SVGIcons/IconEyeOffFilled.js +2 -2
  424. package/components/SVGIcons/IconEyeOn.d.ts +1 -1
  425. package/components/SVGIcons/IconEyeOn.js +2 -2
  426. package/components/SVGIcons/IconEyeOnFilled.d.ts +1 -1
  427. package/components/SVGIcons/IconEyeOnFilled.js +2 -2
  428. package/components/SVGIcons/IconFacebook.d.ts +1 -1
  429. package/components/SVGIcons/IconFacebook.js +2 -2
  430. package/components/SVGIcons/IconFastAcceleration.d.ts +1 -1
  431. package/components/SVGIcons/IconFastAcceleration.js +2 -2
  432. package/components/SVGIcons/IconFastAccelerationFilled.d.ts +1 -1
  433. package/components/SVGIcons/IconFastAccelerationFilled.js +2 -2
  434. package/components/SVGIcons/IconFeed.d.ts +1 -1
  435. package/components/SVGIcons/IconFeed.js +2 -2
  436. package/components/SVGIcons/IconFeedFilled.d.ts +1 -1
  437. package/components/SVGIcons/IconFeedFilled.js +2 -2
  438. package/components/SVGIcons/IconFilter.d.ts +1 -1
  439. package/components/SVGIcons/IconFilter.js +2 -2
  440. package/components/SVGIcons/IconFilterFilled.d.ts +1 -1
  441. package/components/SVGIcons/IconFilterFilled.js +2 -2
  442. package/components/SVGIcons/IconFlag.d.ts +1 -1
  443. package/components/SVGIcons/IconFlag.js +2 -2
  444. package/components/SVGIcons/IconFlagFilled.d.ts +1 -1
  445. package/components/SVGIcons/IconFlagFilled.js +2 -2
  446. package/components/SVGIcons/IconFolderLink.d.ts +1 -1
  447. package/components/SVGIcons/IconFolderLink.js +2 -2
  448. package/components/SVGIcons/IconFolderLinkFilled.d.ts +1 -1
  449. package/components/SVGIcons/IconFolderLinkFilled.js +2 -2
  450. package/components/SVGIcons/IconFood.d.ts +1 -1
  451. package/components/SVGIcons/IconFood.js +2 -2
  452. package/components/SVGIcons/IconFoodFilled.d.ts +1 -1
  453. package/components/SVGIcons/IconFoodFilled.js +2 -2
  454. package/components/SVGIcons/IconGb.d.ts +1 -1
  455. package/components/SVGIcons/IconGb.js +2 -2
  456. package/components/SVGIcons/IconGlobe.d.ts +1 -1
  457. package/components/SVGIcons/IconGlobe.js +2 -2
  458. package/components/SVGIcons/IconGlobeFilled.d.ts +1 -1
  459. package/components/SVGIcons/IconGlobeFilled.js +2 -2
  460. package/components/SVGIcons/IconGoogle.d.ts +1 -1
  461. package/components/SVGIcons/IconGoogle.js +2 -2
  462. package/components/SVGIcons/IconHandOpenHeart.d.ts +1 -1
  463. package/components/SVGIcons/IconHandOpenHeart.js +2 -2
  464. package/components/SVGIcons/IconHandOpenHeartFilled.d.ts +1 -1
  465. package/components/SVGIcons/IconHandOpenHeartFilled.js +2 -2
  466. package/components/SVGIcons/IconHeart.d.ts +1 -1
  467. package/components/SVGIcons/IconHeart.js +2 -2
  468. package/components/SVGIcons/IconHeartFilled.d.ts +1 -1
  469. package/components/SVGIcons/IconHeartFilled.js +2 -2
  470. package/components/SVGIcons/IconHistory.d.ts +1 -1
  471. package/components/SVGIcons/IconHistory.js +2 -2
  472. package/components/SVGIcons/IconHistoryFilled.d.ts +1 -1
  473. package/components/SVGIcons/IconHistoryFilled.js +2 -2
  474. package/components/SVGIcons/IconHome.d.ts +1 -1
  475. package/components/SVGIcons/IconHome.js +2 -2
  476. package/components/SVGIcons/IconHomeFilled.d.ts +1 -1
  477. package/components/SVGIcons/IconHomeFilled.js +2 -2
  478. package/components/SVGIcons/IconImage.d.ts +1 -1
  479. package/components/SVGIcons/IconImage.js +2 -2
  480. package/components/SVGIcons/IconImageFilled.d.ts +1 -1
  481. package/components/SVGIcons/IconImageFilled.js +2 -2
  482. package/components/SVGIcons/IconInfo.d.ts +1 -1
  483. package/components/SVGIcons/IconInfo.js +2 -2
  484. package/components/SVGIcons/IconInfoFilled.d.ts +1 -1
  485. package/components/SVGIcons/IconInfoFilled.js +2 -2
  486. package/components/SVGIcons/IconInstagram.d.ts +1 -1
  487. package/components/SVGIcons/IconInstagram.js +2 -2
  488. package/components/SVGIcons/IconKeyReset.d.ts +1 -1
  489. package/components/SVGIcons/IconKeyReset.js +2 -2
  490. package/components/SVGIcons/IconKeyResetFilled.d.ts +1 -1
  491. package/components/SVGIcons/IconKeyResetFilled.js +2 -2
  492. package/components/SVGIcons/IconLayers.d.ts +1 -1
  493. package/components/SVGIcons/IconLayers.js +2 -2
  494. package/components/SVGIcons/IconLibrary.d.ts +1 -1
  495. package/components/SVGIcons/IconLibrary.js +2 -2
  496. package/components/SVGIcons/IconLibraryFilled.d.ts +1 -1
  497. package/components/SVGIcons/IconLibraryFilled.js +2 -2
  498. package/components/SVGIcons/IconLink.d.ts +1 -1
  499. package/components/SVGIcons/IconLink.js +2 -2
  500. package/components/SVGIcons/IconLinkFilled.d.ts +1 -1
  501. package/components/SVGIcons/IconLinkFilled.js +2 -2
  502. package/components/SVGIcons/IconLinkedin.d.ts +1 -1
  503. package/components/SVGIcons/IconLinkedin.js +2 -2
  504. package/components/SVGIcons/IconList.d.ts +1 -1
  505. package/components/SVGIcons/IconList.js +2 -2
  506. package/components/SVGIcons/IconListFilled.d.ts +1 -1
  507. package/components/SVGIcons/IconListFilled.js +2 -2
  508. package/components/SVGIcons/IconLocation.d.ts +1 -1
  509. package/components/SVGIcons/IconLocation.js +2 -2
  510. package/components/SVGIcons/IconLocationFilled.d.ts +1 -1
  511. package/components/SVGIcons/IconLocationFilled.js +2 -2
  512. package/components/SVGIcons/IconLockClosed.d.ts +1 -1
  513. package/components/SVGIcons/IconLockClosed.js +2 -2
  514. package/components/SVGIcons/IconLockClosedFilled.d.ts +1 -1
  515. package/components/SVGIcons/IconLockClosedFilled.js +2 -2
  516. package/components/SVGIcons/IconLockOpen.d.ts +1 -1
  517. package/components/SVGIcons/IconLockOpen.js +2 -2
  518. package/components/SVGIcons/IconLockOpenFilled.d.ts +1 -1
  519. package/components/SVGIcons/IconLockOpenFilled.js +2 -2
  520. package/components/SVGIcons/IconMail.d.ts +1 -1
  521. package/components/SVGIcons/IconMail.js +2 -2
  522. package/components/SVGIcons/IconMailAdd.d.ts +1 -1
  523. package/components/SVGIcons/IconMailAdd.js +2 -2
  524. package/components/SVGIcons/IconMailAddFilled.d.ts +1 -1
  525. package/components/SVGIcons/IconMailAddFilled.js +2 -2
  526. package/components/SVGIcons/IconMailArrowForward.d.ts +1 -1
  527. package/components/SVGIcons/IconMailArrowForward.js +2 -2
  528. package/components/SVGIcons/IconMailArrowForwardFilled.d.ts +1 -1
  529. package/components/SVGIcons/IconMailArrowForwardFilled.js +2 -2
  530. package/components/SVGIcons/IconMailFilled.d.ts +1 -1
  531. package/components/SVGIcons/IconMailFilled.js +2 -2
  532. package/components/SVGIcons/IconMailLink.d.ts +1 -1
  533. package/components/SVGIcons/IconMailLink.js +2 -2
  534. package/components/SVGIcons/IconMailLinkFilled.d.ts +1 -1
  535. package/components/SVGIcons/IconMailLinkFilled.js +2 -2
  536. package/components/SVGIcons/IconMedium.d.ts +1 -1
  537. package/components/SVGIcons/IconMedium.js +2 -2
  538. package/components/SVGIcons/IconMoon.d.ts +1 -1
  539. package/components/SVGIcons/IconMoon.js +2 -2
  540. package/components/SVGIcons/IconMore.d.ts +1 -1
  541. package/components/SVGIcons/IconMore.js +2 -2
  542. package/components/SVGIcons/IconMoreFilled.d.ts +1 -1
  543. package/components/SVGIcons/IconMoreFilled.js +2 -2
  544. package/components/SVGIcons/IconMoreVertical.d.ts +1 -1
  545. package/components/SVGIcons/IconMoreVertical.js +2 -2
  546. package/components/SVGIcons/IconMoreVerticalFilled.d.ts +1 -1
  547. package/components/SVGIcons/IconMoreVerticalFilled.js +2 -2
  548. package/components/SVGIcons/IconNavigation.d.ts +1 -1
  549. package/components/SVGIcons/IconNavigation.js +2 -2
  550. package/components/SVGIcons/IconNavigationFilled.d.ts +1 -1
  551. package/components/SVGIcons/IconNavigationFilled.js +2 -2
  552. package/components/SVGIcons/IconNotebook.d.ts +1 -1
  553. package/components/SVGIcons/IconNotebook.js +2 -2
  554. package/components/SVGIcons/IconNotebookAdd.d.ts +1 -1
  555. package/components/SVGIcons/IconNotebookAdd.js +2 -2
  556. package/components/SVGIcons/IconNotebookAddFilled.d.ts +1 -1
  557. package/components/SVGIcons/IconNotebookAddFilled.js +2 -2
  558. package/components/SVGIcons/IconNotebookFilled.d.ts +1 -1
  559. package/components/SVGIcons/IconNotebookFilled.js +2 -2
  560. package/components/SVGIcons/IconOnlyEmployee.d.ts +1 -1
  561. package/components/SVGIcons/IconOnlyEmployee.js +2 -2
  562. package/components/SVGIcons/IconOpen.d.ts +1 -1
  563. package/components/SVGIcons/IconOpen.js +2 -2
  564. package/components/SVGIcons/IconOpenFilled.d.ts +1 -1
  565. package/components/SVGIcons/IconOpenFilled.js +2 -2
  566. package/components/SVGIcons/IconPatient.d.ts +1 -1
  567. package/components/SVGIcons/IconPatient.js +2 -2
  568. package/components/SVGIcons/IconPatientFilled.d.ts +1 -1
  569. package/components/SVGIcons/IconPatientFilled.js +2 -2
  570. package/components/SVGIcons/IconPeople.d.ts +1 -1
  571. package/components/SVGIcons/IconPeople.js +2 -2
  572. package/components/SVGIcons/IconPeopleAdd.d.ts +1 -1
  573. package/components/SVGIcons/IconPeopleAdd.js +2 -2
  574. package/components/SVGIcons/IconPeopleAddFilled.d.ts +1 -1
  575. package/components/SVGIcons/IconPeopleAddFilled.js +2 -2
  576. package/components/SVGIcons/IconPeopleFilled.d.ts +1 -1
  577. package/components/SVGIcons/IconPeopleFilled.js +2 -2
  578. package/components/SVGIcons/IconPeopleList.d.ts +1 -1
  579. package/components/SVGIcons/IconPeopleList.js +2 -2
  580. package/components/SVGIcons/IconPeopleListFilled.d.ts +1 -1
  581. package/components/SVGIcons/IconPeopleListFilled.js +2 -2
  582. package/components/SVGIcons/IconPeopleTeam.d.ts +1 -1
  583. package/components/SVGIcons/IconPeopleTeam.js +2 -2
  584. package/components/SVGIcons/IconPeopleTeamFilled.d.ts +1 -1
  585. package/components/SVGIcons/IconPeopleTeamFilled.js +2 -2
  586. package/components/SVGIcons/IconPercent.d.ts +1 -1
  587. package/components/SVGIcons/IconPercent.js +2 -2
  588. package/components/SVGIcons/IconPerson.d.ts +1 -1
  589. package/components/SVGIcons/IconPerson.js +2 -2
  590. package/components/SVGIcons/IconPersonAccount.d.ts +1 -1
  591. package/components/SVGIcons/IconPersonAccount.js +2 -2
  592. package/components/SVGIcons/IconPersonAccountFilled.d.ts +1 -1
  593. package/components/SVGIcons/IconPersonAccountFilled.js +2 -2
  594. package/components/SVGIcons/IconPersonAdd.d.ts +1 -1
  595. package/components/SVGIcons/IconPersonAdd.js +2 -2
  596. package/components/SVGIcons/IconPersonAddFilled.d.ts +1 -1
  597. package/components/SVGIcons/IconPersonAddFilled.js +2 -2
  598. package/components/SVGIcons/IconPersonArrowLeft.d.ts +1 -1
  599. package/components/SVGIcons/IconPersonArrowLeft.js +2 -2
  600. package/components/SVGIcons/IconPersonArrowLeftFilled.d.ts +1 -1
  601. package/components/SVGIcons/IconPersonArrowLeftFilled.js +2 -2
  602. package/components/SVGIcons/IconPersonArrowRight.d.ts +1 -1
  603. package/components/SVGIcons/IconPersonArrowRight.js +2 -2
  604. package/components/SVGIcons/IconPersonArrowRightFilled.d.ts +1 -1
  605. package/components/SVGIcons/IconPersonArrowRightFilled.js +2 -2
  606. package/components/SVGIcons/IconPersonBoard.d.ts +1 -1
  607. package/components/SVGIcons/IconPersonBoard.js +2 -2
  608. package/components/SVGIcons/IconPersonFilled.d.ts +1 -1
  609. package/components/SVGIcons/IconPersonFilled.js +2 -2
  610. package/components/SVGIcons/IconPersonMinus.d.ts +1 -1
  611. package/components/SVGIcons/IconPersonMinus.js +2 -2
  612. package/components/SVGIcons/IconPersonStar.d.ts +1 -1
  613. package/components/SVGIcons/IconPersonStar.js +2 -2
  614. package/components/SVGIcons/IconPersonStarFilled.d.ts +1 -1
  615. package/components/SVGIcons/IconPersonStarFilled.js +2 -2
  616. package/components/SVGIcons/IconPersonSubtract.d.ts +1 -1
  617. package/components/SVGIcons/IconPersonSubtract.js +2 -2
  618. package/components/SVGIcons/IconPersonSubtractFilled.d.ts +1 -1
  619. package/components/SVGIcons/IconPersonSubtractFilled.js +2 -2
  620. package/components/SVGIcons/IconPhone.d.ts +1 -1
  621. package/components/SVGIcons/IconPhone.js +2 -2
  622. package/components/SVGIcons/IconPhoneFilled.d.ts +1 -1
  623. package/components/SVGIcons/IconPhoneFilled.js +2 -2
  624. package/components/SVGIcons/IconPlugConnected.d.ts +1 -1
  625. package/components/SVGIcons/IconPlugConnected.js +2 -2
  626. package/components/SVGIcons/IconPos.d.ts +1 -1
  627. package/components/SVGIcons/IconPos.js +2 -2
  628. package/components/SVGIcons/IconPosFilled.d.ts +1 -1
  629. package/components/SVGIcons/IconPosFilled.js +2 -2
  630. package/components/SVGIcons/IconProhibited.d.ts +1 -1
  631. package/components/SVGIcons/IconProhibited.js +2 -2
  632. package/components/SVGIcons/IconProhibitedFilled.d.ts +1 -1
  633. package/components/SVGIcons/IconProhibitedFilled.js +2 -2
  634. package/components/SVGIcons/IconProjectProduct.d.ts +1 -1
  635. package/components/SVGIcons/IconProjectProduct.js +2 -2
  636. package/components/SVGIcons/IconQuestion.d.ts +1 -1
  637. package/components/SVGIcons/IconQuestion.js +2 -2
  638. package/components/SVGIcons/IconQuestionFilled.d.ts +1 -1
  639. package/components/SVGIcons/IconQuestionFilled.js +2 -2
  640. package/components/SVGIcons/IconRedo.d.ts +1 -1
  641. package/components/SVGIcons/IconRedo.js +2 -2
  642. package/components/SVGIcons/IconRedoFilled.d.ts +1 -1
  643. package/components/SVGIcons/IconRedoFilled.js +2 -2
  644. package/components/SVGIcons/IconRibbon.d.ts +1 -1
  645. package/components/SVGIcons/IconRibbon.js +2 -2
  646. package/components/SVGIcons/IconRu.d.ts +1 -1
  647. package/components/SVGIcons/IconRu.js +2 -2
  648. package/components/SVGIcons/IconRub.d.ts +1 -1
  649. package/components/SVGIcons/IconRub.js +2 -2
  650. package/components/SVGIcons/IconRubFilled.d.ts +1 -1
  651. package/components/SVGIcons/IconRubFilled.js +2 -2
  652. package/components/SVGIcons/IconSave.d.ts +1 -1
  653. package/components/SVGIcons/IconSave.js +2 -2
  654. package/components/SVGIcons/IconSaveFilled.d.ts +1 -1
  655. package/components/SVGIcons/IconSaveFilled.js +2 -2
  656. package/components/SVGIcons/IconSavings.d.ts +1 -1
  657. package/components/SVGIcons/IconSavings.js +2 -2
  658. package/components/SVGIcons/IconSavingsFilled.d.ts +1 -1
  659. package/components/SVGIcons/IconSavingsFilled.js +2 -2
  660. package/components/SVGIcons/IconSearch.d.ts +1 -1
  661. package/components/SVGIcons/IconSearch.js +2 -2
  662. package/components/SVGIcons/IconSearchFilled.d.ts +1 -1
  663. package/components/SVGIcons/IconSearchFilled.js +2 -2
  664. package/components/SVGIcons/IconSelectAllOff.d.ts +1 -1
  665. package/components/SVGIcons/IconSelectAllOff.js +2 -2
  666. package/components/SVGIcons/IconSelectAllOffFilled.d.ts +1 -1
  667. package/components/SVGIcons/IconSelectAllOffFilled.js +2 -2
  668. package/components/SVGIcons/IconSelectAllOn.d.ts +1 -1
  669. package/components/SVGIcons/IconSelectAllOn.js +2 -2
  670. package/components/SVGIcons/IconSelectAllOnFilled.d.ts +1 -1
  671. package/components/SVGIcons/IconSelectAllOnFilled.js +2 -2
  672. package/components/SVGIcons/IconSend.d.ts +1 -1
  673. package/components/SVGIcons/IconSend.js +2 -2
  674. package/components/SVGIcons/IconSendFilled.d.ts +1 -1
  675. package/components/SVGIcons/IconSendFilled.js +2 -2
  676. package/components/SVGIcons/IconSettings.d.ts +1 -1
  677. package/components/SVGIcons/IconSettings.js +2 -2
  678. package/components/SVGIcons/IconSettingsFilled.d.ts +1 -1
  679. package/components/SVGIcons/IconSettingsFilled.js +2 -2
  680. package/components/SVGIcons/IconShare.d.ts +1 -1
  681. package/components/SVGIcons/IconShare.js +2 -2
  682. package/components/SVGIcons/IconShareAndroid.d.ts +1 -1
  683. package/components/SVGIcons/IconShareAndroid.js +2 -2
  684. package/components/SVGIcons/IconShareAndroidFilled.d.ts +1 -1
  685. package/components/SVGIcons/IconShareAndroidFilled.js +2 -2
  686. package/components/SVGIcons/IconShareFilled.d.ts +1 -1
  687. package/components/SVGIcons/IconShareFilled.js +2 -2
  688. package/components/SVGIcons/IconSignOut.d.ts +1 -1
  689. package/components/SVGIcons/IconSignOut.js +2 -2
  690. package/components/SVGIcons/IconSignOutFilled.d.ts +1 -1
  691. package/components/SVGIcons/IconSignOutFilled.js +2 -2
  692. package/components/SVGIcons/IconSpinner.d.ts +1 -1
  693. package/components/SVGIcons/IconSpinner.js +2 -2
  694. package/components/SVGIcons/IconSpinnerFilled.d.ts +1 -1
  695. package/components/SVGIcons/IconSpinnerFilled.js +2 -2
  696. package/components/SVGIcons/IconStatus.d.ts +1 -1
  697. package/components/SVGIcons/IconStatus.js +2 -2
  698. package/components/SVGIcons/IconStatusFilled.d.ts +1 -1
  699. package/components/SVGIcons/IconStatusFilled.js +2 -2
  700. package/components/SVGIcons/IconSubtract.d.ts +1 -1
  701. package/components/SVGIcons/IconSubtract.js +2 -2
  702. package/components/SVGIcons/IconSubtractCircle.d.ts +1 -1
  703. package/components/SVGIcons/IconSubtractCircle.js +2 -2
  704. package/components/SVGIcons/IconSubtractCircleFilled.d.ts +1 -1
  705. package/components/SVGIcons/IconSubtractCircleFilled.js +2 -2
  706. package/components/SVGIcons/IconSubtractFilled.d.ts +1 -1
  707. package/components/SVGIcons/IconSubtractFilled.js +2 -2
  708. package/components/SVGIcons/IconSun.d.ts +1 -1
  709. package/components/SVGIcons/IconSun.js +2 -2
  710. package/components/SVGIcons/IconTableCellEdit.d.ts +1 -1
  711. package/components/SVGIcons/IconTableCellEdit.js +2 -2
  712. package/components/SVGIcons/IconTableCellEditFilled.d.ts +1 -1
  713. package/components/SVGIcons/IconTableCellEditFilled.js +2 -2
  714. package/components/SVGIcons/IconTelegram.d.ts +1 -1
  715. package/components/SVGIcons/IconTelegram.js +2 -2
  716. package/components/SVGIcons/IconTimer.d.ts +1 -1
  717. package/components/SVGIcons/IconTimer.js +2 -2
  718. package/components/SVGIcons/IconTimerFilled.d.ts +1 -1
  719. package/components/SVGIcons/IconTimerFilled.js +2 -2
  720. package/components/SVGIcons/IconTrophy.d.ts +1 -1
  721. package/components/SVGIcons/IconTrophy.js +2 -2
  722. package/components/SVGIcons/IconTrophyFilled.d.ts +1 -1
  723. package/components/SVGIcons/IconTrophyFilled.js +2 -2
  724. package/components/SVGIcons/IconTwitter.d.ts +1 -1
  725. package/components/SVGIcons/IconTwitter.js +2 -2
  726. package/components/SVGIcons/IconUndo.d.ts +1 -1
  727. package/components/SVGIcons/IconUndo.js +2 -2
  728. package/components/SVGIcons/IconUndoFilled.d.ts +1 -1
  729. package/components/SVGIcons/IconUndoFilled.js +2 -2
  730. package/components/SVGIcons/IconUnitsEmployee.d.ts +1 -1
  731. package/components/SVGIcons/IconUnitsEmployee.js +2 -2
  732. package/components/SVGIcons/IconUpload.d.ts +1 -1
  733. package/components/SVGIcons/IconUpload.js +2 -2
  734. package/components/SVGIcons/IconUs.d.ts +1 -1
  735. package/components/SVGIcons/IconUs.js +2 -2
  736. package/components/SVGIcons/IconUsd.d.ts +1 -1
  737. package/components/SVGIcons/IconUsd.js +2 -2
  738. package/components/SVGIcons/IconUsdFilled.d.ts +1 -1
  739. package/components/SVGIcons/IconUsdFilled.js +2 -2
  740. package/components/SVGIcons/IconUserMinus.d.ts +1 -1
  741. package/components/SVGIcons/IconUserMinus.js +2 -2
  742. package/components/SVGIcons/IconVacation.d.ts +1 -1
  743. package/components/SVGIcons/IconVacation.js +2 -2
  744. package/components/SVGIcons/IconVideo.d.ts +1 -1
  745. package/components/SVGIcons/IconVideo.js +2 -2
  746. package/components/SVGIcons/IconVideoFilled.d.ts +1 -1
  747. package/components/SVGIcons/IconVideoFilled.js +2 -2
  748. package/components/SVGIcons/IconWallet.d.ts +1 -1
  749. package/components/SVGIcons/IconWallet.js +2 -2
  750. package/components/SVGIcons/IconWalletFilled.d.ts +1 -1
  751. package/components/SVGIcons/IconWalletFilled.js +2 -2
  752. package/components/SVGIcons/IconWarning.d.ts +1 -1
  753. package/components/SVGIcons/IconWarning.js +2 -2
  754. package/components/SVGIcons/IconWarningFilled.d.ts +1 -1
  755. package/components/SVGIcons/IconWarningFilled.js +2 -2
  756. package/components/SVGIcons/IconYoutube.d.ts +1 -1
  757. package/components/SVGIcons/IconYoutube.js +2 -2
  758. package/components/Select/ButtonSelect/ButtonSelect.js +4 -4
  759. package/components/Select/FilterSelect/FilterDropdown.js +3 -3
  760. package/components/Select/FilterSelect/FilterSelect.js +3 -3
  761. package/components/Select/MultiSelect/DesktopWrapper.d.ts +1 -1
  762. package/components/Select/MultiSelect/DesktopWrapper.js +2 -2
  763. package/components/Select/MultiSelect/MobileWrapper.d.ts +1 -1
  764. package/components/Select/MultiSelect/MobileWrapper.js +2 -2
  765. package/components/Select/MultiSelect/MultiBase/MultiBase.js +4 -4
  766. package/components/Select/MultiSelect/MultiSelect.js +3 -3
  767. package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.js +4 -4
  768. package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.js +4 -4
  769. package/components/Select/MultiSelect/OptionsWrapper.d.ts +1 -1
  770. package/components/Select/NestedSelect/NestedSelect.js +5 -5
  771. package/components/Select/ProfileDropdown/index.js +2 -2
  772. package/components/Select/Select/Select.js +4 -4
  773. package/components/Select/Select/SelectDesktop/index.js +4 -4
  774. package/components/Select/Select/SelectMobile/MobileTopContent.d.ts +2 -2
  775. package/components/Select/Select/SelectMobile/MobileTopContent.js +2 -2
  776. package/components/Select/Select/SelectMobile/index.js +4 -4
  777. package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.d.ts +1 -1
  778. package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.js +2 -2
  779. package/components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.js +2 -2
  780. package/components/Select/SharedComponents/ContentTop.d.ts +2 -2
  781. package/components/Select/SharedComponents/ContentTop.js +6 -6
  782. package/components/Select/SharedComponents/Footer.js +2 -2
  783. package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.js +3 -3
  784. package/components/Select/helper.d.ts +1 -1
  785. package/components/Select/helper.js +3 -3
  786. package/components/Select/types.d.ts +5 -4
  787. package/components/SideSheet/Footer/Footer.d.ts +2 -2
  788. package/components/SideSheet/Footer/Footer.js +2 -2
  789. package/components/SideSheet/SideSheet.js +3 -3
  790. package/components/SideSheet/types.d.ts +1 -0
  791. package/components/Skeleton/Skeleton.js +4 -4
  792. package/components/Skeleton/types.d.ts +1 -0
  793. package/components/Snackbar/Snackbar.js +1 -1
  794. package/components/Snackbar/types.d.ts +1 -0
  795. package/components/Status/Status.js +3 -3
  796. package/components/Status/types.d.ts +1 -1
  797. package/components/Stepper/Stepper.js +2 -2
  798. package/components/Stepper/types.d.ts +1 -0
  799. package/components/Switcher/Switcher.js +2 -2
  800. package/components/Switcher/types.d.ts +1 -0
  801. package/components/Tab/Tab.js +3 -3
  802. package/components/Tab/TabItem.js +2 -2
  803. package/components/Tab/types.d.ts +1 -0
  804. package/components/Table/Header.d.ts +2 -1
  805. package/components/Table/Header.js +2 -2
  806. package/components/Table/IndeterminateCheckbox.d.ts +1 -0
  807. package/components/Table/IndeterminateCheckbox.js +2 -2
  808. package/components/Table/Row.d.ts +2 -1
  809. package/components/Table/Row.js +3 -3
  810. package/components/Table/Table.d.ts +1 -1
  811. package/components/Table/Table.js +5 -5
  812. package/components/Table/types.d.ts +1 -0
  813. package/components/Table/utils.d.ts +1 -1
  814. package/components/Table/utils.js +3 -3
  815. package/components/TableV2/AdvancedPagination.d.ts +2 -1
  816. package/components/TableV2/AdvancedPagination.js +3 -3
  817. package/components/TableV2/ColumnHeader.d.ts +2 -1
  818. package/components/TableV2/ColumnHeader.js +3 -3
  819. package/components/TableV2/IndeterminateCheckbox.d.ts +1 -0
  820. package/components/TableV2/IndeterminateCheckbox.js +2 -2
  821. package/components/TableV2/Table.d.ts +1 -1
  822. package/components/TableV2/Table.js +14 -14
  823. package/components/TableV2/hooks/useTableControl.d.ts +1 -1
  824. package/components/TableV2/hooks/useTableControl.js +4 -4
  825. package/components/TableV2/types.d.ts +1 -0
  826. package/components/Text/Text.js +2 -2
  827. package/components/Text/types.d.ts +1 -0
  828. package/components/Textarea/Textarea.js +2 -2
  829. package/components/Textarea/types.d.ts +1 -0
  830. package/components/Tooltip/Tooltip.js +2 -2
  831. package/components/Tooltip/types.d.ts +1 -0
  832. package/components/UnderConstruction/UnderConstruction.js +2 -2
  833. package/components/UnderConstruction/types.d.ts +1 -0
  834. package/helperComponents/ErrorMessage/ErrorMessage.d.ts +1 -1
  835. package/helperComponents/ErrorMessage/ErrorMessage.js +2 -2
  836. package/helperComponents/ErrorMessage/types.d.ts +1 -1
  837. package/helperComponents/Label/types.d.ts +1 -1
  838. package/helperComponents/OptionItem/OptionItem.js +3 -3
  839. package/helperComponents/OptionItem/types.d.ts +1 -1
  840. package/package.json +1 -1
  841. package/type/base.d.ts +13 -0
  842. package/type/base.js +1 -0
  843. package/type/index.d.ts +1 -0
  844. package/type/index.js +1 -0
  845. package/type/svg-icons.d.ts +1 -1
  846. package/utils/helpers.d.ts +1 -1
  847. package/utils/helpers.js +3 -3
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconPersonAdd = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconPersonAdd = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Regular", children: _jsx("path", { id: "Shape", d: "M17.5004 12C20.5379 12 23.0004 14.4624 23.0004 17.5C23.0004 20.5376 20.5379 23 17.5004 23C14.4628 23 12.0004 20.5376 12.0004 17.5C12.0004 14.4624 14.4628 12 17.5004 12ZM12.0226 13.9993C11.7259 14.4626 11.4864 14.966 11.314 15.4996L4.25278 15.4999C3.83919 15.4999 3.50391 15.8352 3.50391 16.2488V16.8265C3.50391 17.3622 3.69502 17.8802 4.04287 18.2876C5.29618 19.7553 7.26206 20.5011 10.0004 20.5011C10.5968 20.5011 11.1567 20.4657 11.6806 20.3952C11.9258 20.8901 12.2333 21.3486 12.5921 21.7615C11.7966 21.9217 10.9317 22.0011 10.0004 22.0011C6.8545 22.0011 4.46849 21.0959 2.90219 19.2617C2.32242 18.5828 2.00391 17.7193 2.00391 16.8265V16.2488C2.00391 15.0068 3.01076 13.9999 4.25278 13.9999L12.0226 13.9993ZM17.5004 14L17.4105 14.0081C17.2064 14.0451 17.0455 14.206 17.0084 14.4101L17.0004 14.5L16.9994 17H14.5043L14.4144 17.0081C14.2103 17.0451 14.0494 17.206 14.0123 17.4101L14.0043 17.5L14.0123 17.5899C14.0494 17.794 14.2103 17.9549 14.4144 17.992L14.5043 18H16.9994L17.0004 20.5L17.0084 20.5899C17.0455 20.794 17.2064 20.9549 17.4105 20.9919L17.5004 21L17.5902 20.9919C17.7943 20.9549 17.9553 20.794 17.9923 20.5899L18.0004 20.5L17.9994 18H20.5043L20.5941 17.992C20.7982 17.9549 20.9592 17.794 20.9962 17.5899L21.0043 17.5L20.9962 17.4101C20.9592 17.206 20.7982 17.0451 20.5941 17.0081L20.5043 17H17.9994L18.0004 14.5L17.9923 14.4101C17.9553 14.206 17.7943 14.0451 17.5902 14.0081L17.5004 14ZM10.0004 2.00464C12.7618 2.00464 15.0004 4.24321 15.0004 7.00464C15.0004 9.76606 12.7618 12.0046 10.0004 12.0046C7.23894 12.0046 5.00036 9.76606 5.00036 7.00464C5.00036 4.24321 7.23894 2.00464 10.0004 2.00464ZM10.0004 3.50464C8.06737 3.50464 6.50036 5.07164 6.50036 7.00464C6.50036 8.93764 8.06737 10.5046 10.0004 10.5046C11.9334 10.5046 13.5004 8.93764 13.5004 7.00464C13.5004 5.07164 11.9334 3.50464 10.0004 3.50464Z" }) }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Regular", children: _jsx("path", { id: "Shape", d: "M17.5004 12C20.5379 12 23.0004 14.4624 23.0004 17.5C23.0004 20.5376 20.5379 23 17.5004 23C14.4628 23 12.0004 20.5376 12.0004 17.5C12.0004 14.4624 14.4628 12 17.5004 12ZM12.0226 13.9993C11.7259 14.4626 11.4864 14.966 11.314 15.4996L4.25278 15.4999C3.83919 15.4999 3.50391 15.8352 3.50391 16.2488V16.8265C3.50391 17.3622 3.69502 17.8802 4.04287 18.2876C5.29618 19.7553 7.26206 20.5011 10.0004 20.5011C10.5968 20.5011 11.1567 20.4657 11.6806 20.3952C11.9258 20.8901 12.2333 21.3486 12.5921 21.7615C11.7966 21.9217 10.9317 22.0011 10.0004 22.0011C6.8545 22.0011 4.46849 21.0959 2.90219 19.2617C2.32242 18.5828 2.00391 17.7193 2.00391 16.8265V16.2488C2.00391 15.0068 3.01076 13.9999 4.25278 13.9999L12.0226 13.9993ZM17.5004 14L17.4105 14.0081C17.2064 14.0451 17.0455 14.206 17.0084 14.4101L17.0004 14.5L16.9994 17H14.5043L14.4144 17.0081C14.2103 17.0451 14.0494 17.206 14.0123 17.4101L14.0043 17.5L14.0123 17.5899C14.0494 17.794 14.2103 17.9549 14.4144 17.992L14.5043 18H16.9994L17.0004 20.5L17.0084 20.5899C17.0455 20.794 17.2064 20.9549 17.4105 20.9919L17.5004 21L17.5902 20.9919C17.7943 20.9549 17.9553 20.794 17.9923 20.5899L18.0004 20.5L17.9994 18H20.5043L20.5941 17.992C20.7982 17.9549 20.9592 17.794 20.9962 17.5899L21.0043 17.5L20.9962 17.4101C20.9592 17.206 20.7982 17.0451 20.5941 17.0081L20.5043 17H17.9994L18.0004 14.5L17.9923 14.4101C17.9553 14.206 17.7943 14.0451 17.5902 14.0081L17.5004 14ZM10.0004 2.00464C12.7618 2.00464 15.0004 4.24321 15.0004 7.00464C15.0004 9.76606 12.7618 12.0046 10.0004 12.0046C7.23894 12.0046 5.00036 9.76606 5.00036 7.00464C5.00036 4.24321 7.23894 2.00464 10.0004 2.00464ZM10.0004 3.50464C8.06737 3.50464 6.50036 5.07164 6.50036 7.00464C6.50036 8.93764 8.06737 10.5046 10.0004 10.5046C11.9334 10.5046 13.5004 8.93764 13.5004 7.00464C13.5004 5.07164 11.9334 3.50464 10.0004 3.50464Z" }) }) }));
8
8
  export default IconPersonAdd;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconPersonAddFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconPersonAddFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconPersonAddFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconPersonAddFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconPersonAddFilled = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Filled", children: _jsx("path", { id: "Shape", d: "M11.0004 17.5C11.0004 16.2111 11.3755 15.0098 12.0226 13.9993L4.25278 13.9999C3.01076 13.9999 2.00391 15.0068 2.00391 16.2488V17.1688C2.00391 17.7409 2.18231 18.2987 2.51427 18.7646C4.05643 20.9289 6.5794 22.0011 10.0004 22.0011C10.9317 22.0011 11.7966 21.9216 12.5921 21.7615C11.6006 20.6205 11.0004 19.1303 11.0004 17.5ZM15.0004 7.00464C15.0004 4.24321 12.7618 2.00464 10.0004 2.00464C7.23894 2.00464 5.00036 4.24321 5.00036 7.00464C5.00036 9.76606 7.23894 12.0046 10.0004 12.0046C12.7618 12.0046 15.0004 9.76606 15.0004 7.00464ZM23.0004 17.5C23.0004 14.4624 20.5379 12 17.5004 12C14.4628 12 12.0004 14.4624 12.0004 17.5C12.0004 20.5376 14.4628 23 17.5004 23C20.5379 23 23.0004 20.5376 23.0004 17.5ZM17.4105 14.008L17.5004 14L17.5902 14.008C17.7943 14.0451 17.9553 14.206 17.9923 14.4101L18.0004 14.5L17.9994 17H20.5043L20.5942 17.0081C20.7982 17.0451 20.9592 17.206 20.9962 17.4101L21.0043 17.5L20.9962 17.5899C20.9592 17.794 20.7982 17.9549 20.5942 17.9919L20.5043 18H17.9994L18.0004 20.5L17.9923 20.5899C17.9553 20.794 17.7943 20.9549 17.5902 20.9919L17.5004 21L17.4105 20.9919C17.2064 20.9549 17.0455 20.794 17.0084 20.5899L17.0004 20.5L16.9994 18H14.5043L14.4144 17.9919C14.2103 17.9549 14.0494 17.794 14.0123 17.5899L14.0043 17.5L14.0123 17.4101C14.0494 17.206 14.2103 17.0451 14.4144 17.0081L14.5043 17H16.9994L17.0004 14.5L17.0084 14.4101C17.0455 14.206 17.2064 14.0451 17.4105 14.008Z" }) }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Filled", children: _jsx("path", { id: "Shape", d: "M11.0004 17.5C11.0004 16.2111 11.3755 15.0098 12.0226 13.9993L4.25278 13.9999C3.01076 13.9999 2.00391 15.0068 2.00391 16.2488V17.1688C2.00391 17.7409 2.18231 18.2987 2.51427 18.7646C4.05643 20.9289 6.5794 22.0011 10.0004 22.0011C10.9317 22.0011 11.7966 21.9216 12.5921 21.7615C11.6006 20.6205 11.0004 19.1303 11.0004 17.5ZM15.0004 7.00464C15.0004 4.24321 12.7618 2.00464 10.0004 2.00464C7.23894 2.00464 5.00036 4.24321 5.00036 7.00464C5.00036 9.76606 7.23894 12.0046 10.0004 12.0046C12.7618 12.0046 15.0004 9.76606 15.0004 7.00464ZM23.0004 17.5C23.0004 14.4624 20.5379 12 17.5004 12C14.4628 12 12.0004 14.4624 12.0004 17.5C12.0004 20.5376 14.4628 23 17.5004 23C20.5379 23 23.0004 20.5376 23.0004 17.5ZM17.4105 14.008L17.5004 14L17.5902 14.008C17.7943 14.0451 17.9553 14.206 17.9923 14.4101L18.0004 14.5L17.9994 17H20.5043L20.5942 17.0081C20.7982 17.0451 20.9592 17.206 20.9962 17.4101L21.0043 17.5L20.9962 17.5899C20.9592 17.794 20.7982 17.9549 20.5942 17.9919L20.5043 18H17.9994L18.0004 20.5L17.9923 20.5899C17.9553 20.794 17.7943 20.9549 17.5902 20.9919L17.5004 21L17.4105 20.9919C17.2064 20.9549 17.0455 20.794 17.0084 20.5899L17.0004 20.5L16.9994 18H14.5043L14.4144 17.9919C14.2103 17.9549 14.0494 17.794 14.0123 17.5899L14.0043 17.5L14.0123 17.4101C14.0494 17.206 14.2103 17.0451 14.4144 17.0081L14.5043 17H16.9994L17.0004 14.5L17.0084 14.4101C17.0455 14.206 17.2064 14.0451 17.4105 14.008Z" }) }) }));
8
8
  export default IconPersonAddFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconPersonArrowLeft: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconPersonArrowLeft: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconPersonArrowLeft;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconPersonArrowLeft = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconPersonArrowLeft = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("path", { d: "M17.5001 12C20.5377 12 23.0001 14.4624 23.0001 17.5C23.0001 20.5376 20.5377 23 17.5001 23C14.4626 23 12.0001 20.5376 12.0001 17.5C12.0001 14.4624 14.4626 12 17.5001 12ZM12.0224 13.9993C11.7257 14.4626 11.4862 14.966 11.3137 15.4996L4.25366 15.4999C3.83945 15.4999 3.50366 15.8357 3.50366 16.2499V17.1573C3.50366 17.8129 3.78965 18.4359 4.28683 18.8634C5.54491 19.945 7.44092 20.5011 10.0001 20.5011C10.599 20.5011 11.1616 20.4706 11.6883 20.4101C11.9372 20.9103 12.251 21.374 12.6172 21.7905C11.815 21.9313 10.9421 22.0011 10.0001 22.0011C7.11062 22.0011 4.87181 21.3445 3.30894 20.0008C2.48032 19.2884 2.00366 18.25 2.00366 17.1573V16.2499C2.00366 15.0073 3.01102 13.9999 4.25366 13.9999L12.0224 13.9993ZM16.7193 14.5886L16.6501 14.6465L14.1345 17.1628L14.0938 17.2134L14.0592 17.2708L14.0269 17.3488L14.0154 17.392L14.0041 17.4784L14.008 17.5659L14.0269 17.651L14.0589 17.7287L14.0835 17.7711L14.1344 17.8371L16.6501 20.3536C16.8454 20.5488 17.1619 20.5488 17.3572 20.3536C17.5308 20.18 17.5501 19.9106 17.4151 19.7157L17.3572 19.6465L15.7111 18H20.5001C20.7456 18 20.9497 17.8231 20.9921 17.5899L21.0001 17.5C21.0001 17.2546 20.8232 17.0504 20.59 17.0081L20.5001 17H15.7111L17.3572 15.3536C17.5308 15.18 17.5501 14.9106 17.4151 14.7157L17.3572 14.6465C17.1836 14.4729 16.9142 14.4536 16.7193 14.5886ZM10.0001 2.00464C12.7615 2.00464 15.0001 4.24321 15.0001 7.00464C15.0001 9.76606 12.7615 12.0046 10.0001 12.0046C7.2387 12.0046 5.00012 9.76606 5.00012 7.00464C5.00012 4.24321 7.2387 2.00464 10.0001 2.00464ZM10.0001 3.50464C8.06712 3.50464 6.50012 5.07164 6.50012 7.00464C6.50012 8.93764 8.06712 10.5046 10.0001 10.5046C11.9331 10.5046 13.5001 8.93764 13.5001 7.00464C13.5001 5.07164 11.9331 3.50464 10.0001 3.50464Z" }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("path", { d: "M17.5001 12C20.5377 12 23.0001 14.4624 23.0001 17.5C23.0001 20.5376 20.5377 23 17.5001 23C14.4626 23 12.0001 20.5376 12.0001 17.5C12.0001 14.4624 14.4626 12 17.5001 12ZM12.0224 13.9993C11.7257 14.4626 11.4862 14.966 11.3137 15.4996L4.25366 15.4999C3.83945 15.4999 3.50366 15.8357 3.50366 16.2499V17.1573C3.50366 17.8129 3.78965 18.4359 4.28683 18.8634C5.54491 19.945 7.44092 20.5011 10.0001 20.5011C10.599 20.5011 11.1616 20.4706 11.6883 20.4101C11.9372 20.9103 12.251 21.374 12.6172 21.7905C11.815 21.9313 10.9421 22.0011 10.0001 22.0011C7.11062 22.0011 4.87181 21.3445 3.30894 20.0008C2.48032 19.2884 2.00366 18.25 2.00366 17.1573V16.2499C2.00366 15.0073 3.01102 13.9999 4.25366 13.9999L12.0224 13.9993ZM16.7193 14.5886L16.6501 14.6465L14.1345 17.1628L14.0938 17.2134L14.0592 17.2708L14.0269 17.3488L14.0154 17.392L14.0041 17.4784L14.008 17.5659L14.0269 17.651L14.0589 17.7287L14.0835 17.7711L14.1344 17.8371L16.6501 20.3536C16.8454 20.5488 17.1619 20.5488 17.3572 20.3536C17.5308 20.18 17.5501 19.9106 17.4151 19.7157L17.3572 19.6465L15.7111 18H20.5001C20.7456 18 20.9497 17.8231 20.9921 17.5899L21.0001 17.5C21.0001 17.2546 20.8232 17.0504 20.59 17.0081L20.5001 17H15.7111L17.3572 15.3536C17.5308 15.18 17.5501 14.9106 17.4151 14.7157L17.3572 14.6465C17.1836 14.4729 16.9142 14.4536 16.7193 14.5886ZM10.0001 2.00464C12.7615 2.00464 15.0001 4.24321 15.0001 7.00464C15.0001 9.76606 12.7615 12.0046 10.0001 12.0046C7.2387 12.0046 5.00012 9.76606 5.00012 7.00464C5.00012 4.24321 7.2387 2.00464 10.0001 2.00464ZM10.0001 3.50464C8.06712 3.50464 6.50012 5.07164 6.50012 7.00464C6.50012 8.93764 8.06712 10.5046 10.0001 10.5046C11.9331 10.5046 13.5001 8.93764 13.5001 7.00464C13.5001 5.07164 11.9331 3.50464 10.0001 3.50464Z" }) }));
8
8
  export default IconPersonArrowLeft;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconPersonArrowLeftFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconPersonArrowLeftFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconPersonArrowLeftFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconPersonArrowLeftFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconPersonArrowLeftFilled = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("path", { d: "M17.5001 12C20.5377 12 23.0001 14.4624 23.0001 17.5C23.0001 20.5376 20.5377 23 17.5001 23C14.4626 23 12.0001 20.5376 12.0001 17.5C12.0001 14.4624 14.4626 12 17.5001 12ZM12.0224 13.9993C11.3753 15.0098 11.0001 16.2111 11.0001 17.5C11.0001 19.1442 11.6106 20.6458 12.6172 21.7905C11.815 21.9313 10.9421 22.0011 10.0001 22.0011C7.11062 22.0011 4.87181 21.3445 3.30894 20.0008C2.48032 19.2884 2.00366 18.25 2.00366 17.1573V16.2499C2.00366 15.0073 3.01102 13.9999 4.25366 13.9999L12.0224 13.9993ZM16.7193 14.5886L16.6501 14.6465L14.1345 17.1628L14.0938 17.2134L14.0592 17.2708L14.0269 17.3488L14.0154 17.392L14.0041 17.4784L14.008 17.5659L14.0269 17.651L14.0589 17.7287L14.0835 17.7711L14.1344 17.8371L16.6501 20.3536C16.8454 20.5488 17.1619 20.5488 17.3572 20.3536C17.5308 20.18 17.5501 19.9106 17.4151 19.7157L17.3572 19.6465L15.7111 18H20.5001C20.7456 18 20.9497 17.8231 20.9921 17.5899L21.0001 17.5C21.0001 17.2546 20.8232 17.0504 20.59 17.0081L20.5001 17H15.7111L17.3572 15.3536C17.5308 15.18 17.5501 14.9106 17.4151 14.7157L17.3572 14.6465C17.1836 14.4729 16.9142 14.4536 16.7193 14.5886ZM10.0001 2.00464C12.7615 2.00464 15.0001 4.24321 15.0001 7.00464C15.0001 9.76606 12.7615 12.0046 10.0001 12.0046C7.2387 12.0046 5.00012 9.76606 5.00012 7.00464C5.00012 4.24321 7.2387 2.00464 10.0001 2.00464Z" }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("path", { d: "M17.5001 12C20.5377 12 23.0001 14.4624 23.0001 17.5C23.0001 20.5376 20.5377 23 17.5001 23C14.4626 23 12.0001 20.5376 12.0001 17.5C12.0001 14.4624 14.4626 12 17.5001 12ZM12.0224 13.9993C11.3753 15.0098 11.0001 16.2111 11.0001 17.5C11.0001 19.1442 11.6106 20.6458 12.6172 21.7905C11.815 21.9313 10.9421 22.0011 10.0001 22.0011C7.11062 22.0011 4.87181 21.3445 3.30894 20.0008C2.48032 19.2884 2.00366 18.25 2.00366 17.1573V16.2499C2.00366 15.0073 3.01102 13.9999 4.25366 13.9999L12.0224 13.9993ZM16.7193 14.5886L16.6501 14.6465L14.1345 17.1628L14.0938 17.2134L14.0592 17.2708L14.0269 17.3488L14.0154 17.392L14.0041 17.4784L14.008 17.5659L14.0269 17.651L14.0589 17.7287L14.0835 17.7711L14.1344 17.8371L16.6501 20.3536C16.8454 20.5488 17.1619 20.5488 17.3572 20.3536C17.5308 20.18 17.5501 19.9106 17.4151 19.7157L17.3572 19.6465L15.7111 18H20.5001C20.7456 18 20.9497 17.8231 20.9921 17.5899L21.0001 17.5C21.0001 17.2546 20.8232 17.0504 20.59 17.0081L20.5001 17H15.7111L17.3572 15.3536C17.5308 15.18 17.5501 14.9106 17.4151 14.7157L17.3572 14.6465C17.1836 14.4729 16.9142 14.4536 16.7193 14.5886ZM10.0001 2.00464C12.7615 2.00464 15.0001 4.24321 15.0001 7.00464C15.0001 9.76606 12.7615 12.0046 10.0001 12.0046C7.2387 12.0046 5.00012 9.76606 5.00012 7.00464C5.00012 4.24321 7.2387 2.00464 10.0001 2.00464Z" }) }));
8
8
  export default IconPersonArrowLeftFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconPersonArrowRight: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconPersonArrowRight: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconPersonArrowRight;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconPersonArrowRight = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconPersonArrowRight = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("path", { d: "M11.3134 15.4999C11.4857 14.9665 11.7252 14.4631 12.0217 13.9999H4.25229C3.01027 13.9999 2.00342 15.0068 2.00342 16.2488V16.8265C2.00342 17.7193 2.32194 18.5828 2.9017 19.2617C4.468 21.0959 6.85401 22.0011 9.99988 22.0011C10.9311 22.0011 11.7958 21.9218 12.5925 21.7625C12.2333 21.3493 11.9254 20.8903 11.6788 20.3954C11.1552 20.4658 10.5958 20.5011 9.99988 20.5011C7.26157 20.5011 5.29569 19.7553 4.04239 18.2876C3.69453 17.8802 3.50342 17.3622 3.50342 16.8265V16.2488C3.50342 15.8352 3.8387 15.4999 4.25229 15.4999H11.3134ZM9.99988 2.00464C12.7613 2.00464 14.9999 4.24321 14.9999 7.00464C14.9999 9.76606 12.7613 12.0046 9.99988 12.0046C7.23845 12.0046 4.99988 9.76606 4.99988 7.00464C4.99988 4.24321 7.23845 2.00464 9.99988 2.00464ZM9.99988 3.50464C8.06688 3.50464 6.49988 5.07164 6.49988 7.00464C6.49988 8.93764 8.06688 10.5046 9.99988 10.5046C11.9329 10.5046 13.4999 8.93764 13.4999 7.00464C13.4999 5.07164 11.9329 3.50464 9.99988 3.50464ZM22.9999 17.5C22.9999 20.5376 20.5374 23 17.4999 23C14.4623 23 11.9999 20.5376 11.9999 17.5C11.9999 14.4624 14.4623 12 17.4999 12C20.5374 12 22.9999 14.4624 22.9999 17.5ZM18.3534 14.6465C18.1582 14.4512 17.8416 14.4512 17.6463 14.6465C17.4511 14.8418 17.4511 15.1583 17.6463 15.3536L19.2927 17H14.9999C14.7237 17 14.4999 17.2239 14.4999 17.5C14.4999 17.7761 14.7237 18 14.9999 18H19.2928L17.6463 19.6465C17.4511 19.8418 17.4511 20.1583 17.6463 20.3536C17.8416 20.5489 18.1582 20.5489 18.3534 20.3536L20.8534 17.8536C20.9066 17.8004 20.9453 17.7383 20.9695 17.672C20.9881 17.6211 20.9988 17.5664 20.9998 17.5093L20.9999 17.5C20.9999 17.4228 20.9824 17.3498 20.9512 17.2845C20.9359 17.2525 20.917 17.2217 20.8944 17.1928C20.8805 17.175 20.8655 17.1582 20.8493 17.1424L18.3534 14.6465Z" }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("path", { d: "M11.3134 15.4999C11.4857 14.9665 11.7252 14.4631 12.0217 13.9999H4.25229C3.01027 13.9999 2.00342 15.0068 2.00342 16.2488V16.8265C2.00342 17.7193 2.32194 18.5828 2.9017 19.2617C4.468 21.0959 6.85401 22.0011 9.99988 22.0011C10.9311 22.0011 11.7958 21.9218 12.5925 21.7625C12.2333 21.3493 11.9254 20.8903 11.6788 20.3954C11.1552 20.4658 10.5958 20.5011 9.99988 20.5011C7.26157 20.5011 5.29569 19.7553 4.04239 18.2876C3.69453 17.8802 3.50342 17.3622 3.50342 16.8265V16.2488C3.50342 15.8352 3.8387 15.4999 4.25229 15.4999H11.3134ZM9.99988 2.00464C12.7613 2.00464 14.9999 4.24321 14.9999 7.00464C14.9999 9.76606 12.7613 12.0046 9.99988 12.0046C7.23845 12.0046 4.99988 9.76606 4.99988 7.00464C4.99988 4.24321 7.23845 2.00464 9.99988 2.00464ZM9.99988 3.50464C8.06688 3.50464 6.49988 5.07164 6.49988 7.00464C6.49988 8.93764 8.06688 10.5046 9.99988 10.5046C11.9329 10.5046 13.4999 8.93764 13.4999 7.00464C13.4999 5.07164 11.9329 3.50464 9.99988 3.50464ZM22.9999 17.5C22.9999 20.5376 20.5374 23 17.4999 23C14.4623 23 11.9999 20.5376 11.9999 17.5C11.9999 14.4624 14.4623 12 17.4999 12C20.5374 12 22.9999 14.4624 22.9999 17.5ZM18.3534 14.6465C18.1582 14.4512 17.8416 14.4512 17.6463 14.6465C17.4511 14.8418 17.4511 15.1583 17.6463 15.3536L19.2927 17H14.9999C14.7237 17 14.4999 17.2239 14.4999 17.5C14.4999 17.7761 14.7237 18 14.9999 18H19.2928L17.6463 19.6465C17.4511 19.8418 17.4511 20.1583 17.6463 20.3536C17.8416 20.5489 18.1582 20.5489 18.3534 20.3536L20.8534 17.8536C20.9066 17.8004 20.9453 17.7383 20.9695 17.672C20.9881 17.6211 20.9988 17.5664 20.9998 17.5093L20.9999 17.5C20.9999 17.4228 20.9824 17.3498 20.9512 17.2845C20.9359 17.2525 20.917 17.2217 20.8944 17.1928C20.8805 17.175 20.8655 17.1582 20.8493 17.1424L18.3534 14.6465Z" }) }));
8
8
  export default IconPersonArrowRight;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconPersonArrowRightFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconPersonArrowRightFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconPersonArrowRightFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconPersonArrowRightFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconPersonArrowRightFilled = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("path", { d: "M10.9999 17.5C10.9999 16.2113 11.3749 15.0102 12.0217 13.9999H4.25229C3.01027 13.9999 2.00342 15.0068 2.00342 16.2488V17.1688C2.00342 17.7409 2.18182 18.2987 2.51379 18.7646C4.05595 20.9289 6.57891 22.0011 9.99988 22.0011C10.931 22.0011 11.7957 21.9217 12.5924 21.7624C11.6004 20.6213 10.9999 19.1308 10.9999 17.5ZM9.99988 2.00464C12.7613 2.00464 14.9999 4.24321 14.9999 7.00464C14.9999 9.76606 12.7613 12.0046 9.99988 12.0046C7.23845 12.0046 4.99988 9.76606 4.99988 7.00464C4.99988 4.24321 7.23845 2.00464 9.99988 2.00464ZM22.9999 17.5C22.9999 20.5376 20.5374 23 17.4999 23C14.4623 23 11.9999 20.5376 11.9999 17.5C11.9999 14.4624 14.4623 12 17.4999 12C20.5374 12 22.9999 14.4624 22.9999 17.5ZM18.3534 14.6465C18.1582 14.4512 17.8416 14.4512 17.6463 14.6465C17.4511 14.8418 17.4511 15.1583 17.6463 15.3536L19.2927 17H14.9999C14.7237 17 14.4999 17.2239 14.4999 17.5C14.4999 17.7761 14.7237 18 14.9999 18H19.2928L17.6463 19.6465C17.4511 19.8418 17.4511 20.1583 17.6463 20.3536C17.8416 20.5489 18.1582 20.5489 18.3534 20.3536L20.8534 17.8536C20.9066 17.8004 20.9453 17.7383 20.9695 17.672C20.9881 17.6211 20.9988 17.5664 20.9998 17.5093L20.9999 17.5C20.9999 17.4228 20.9824 17.3498 20.9512 17.2845C20.9359 17.2525 20.917 17.2217 20.8944 17.1928C20.8805 17.175 20.8655 17.1582 20.8493 17.1424L18.3534 14.6465Z" }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("path", { d: "M10.9999 17.5C10.9999 16.2113 11.3749 15.0102 12.0217 13.9999H4.25229C3.01027 13.9999 2.00342 15.0068 2.00342 16.2488V17.1688C2.00342 17.7409 2.18182 18.2987 2.51379 18.7646C4.05595 20.9289 6.57891 22.0011 9.99988 22.0011C10.931 22.0011 11.7957 21.9217 12.5924 21.7624C11.6004 20.6213 10.9999 19.1308 10.9999 17.5ZM9.99988 2.00464C12.7613 2.00464 14.9999 4.24321 14.9999 7.00464C14.9999 9.76606 12.7613 12.0046 9.99988 12.0046C7.23845 12.0046 4.99988 9.76606 4.99988 7.00464C4.99988 4.24321 7.23845 2.00464 9.99988 2.00464ZM22.9999 17.5C22.9999 20.5376 20.5374 23 17.4999 23C14.4623 23 11.9999 20.5376 11.9999 17.5C11.9999 14.4624 14.4623 12 17.4999 12C20.5374 12 22.9999 14.4624 22.9999 17.5ZM18.3534 14.6465C18.1582 14.4512 17.8416 14.4512 17.6463 14.6465C17.4511 14.8418 17.4511 15.1583 17.6463 15.3536L19.2927 17H14.9999C14.7237 17 14.4999 17.2239 14.4999 17.5C14.4999 17.7761 14.7237 18 14.9999 18H19.2928L17.6463 19.6465C17.4511 19.8418 17.4511 20.1583 17.6463 20.3536C17.8416 20.5489 18.1582 20.5489 18.3534 20.3536L20.8534 17.8536C20.9066 17.8004 20.9453 17.7383 20.9695 17.672C20.9881 17.6211 20.9988 17.5664 20.9998 17.5093L20.9999 17.5C20.9999 17.4228 20.9824 17.3498 20.9512 17.2845C20.9359 17.2525 20.917 17.2217 20.8944 17.1928C20.8805 17.175 20.8655 17.1582 20.8493 17.1424L18.3534 14.6465Z" }) }));
8
8
  export default IconPersonArrowRightFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconPersonBoard: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconPersonBoard: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconPersonBoard;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconPersonBoard = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconPersonBoard = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("path", { d: "M11.4375 9.1875C11.4375 8.46263 10.8499 7.875 10.125 7.875H5.625C4.90013 7.875 4.3125 8.46263 4.3125 9.1875V9.5625C4.3125 10.3717 4.69902 10.804 5.34452 11.2129C5.98137 11.6163 6.86442 11.8125 7.875 11.8125C9.0666 11.8125 9.9562 11.6186 10.552 11.209C11.1618 10.7897 11.4375 10.3509 11.4375 9.5625V9.1875ZM5.4375 9.1875C5.4375 9.08395 5.52145 9 5.625 9H10.125C10.2286 9 10.3125 9.08395 10.3125 9.1875V9.5625C10.3125 9.76231 10.2866 9.80894 10.2359 9.89998C10.2232 9.9229 10.2088 9.94866 10.193 9.98037C10.1153 10.1357 9.99497 10.2635 9.81586 10.367C9.44651 10.5805 8.83424 10.6875 7.875 10.6875C7.11087 10.6875 6.49027 10.5827 6.06736 10.363C5.85835 10.2544 5.70275 10.1204 5.59902 9.96168C5.57492 9.9248 5.55326 9.8963 5.53421 9.87124C5.47183 9.78916 5.4375 9.74399 5.4375 9.5625V9.1875ZM9.75 5.625C9.75 6.66053 8.91053 7.5 7.875 7.5C6.83947 7.5 6 6.66053 6 5.625C6 4.58947 6.83947 3.75 7.875 3.75C8.91053 3.75 9.75 4.58947 9.75 5.625ZM8.625 5.625C8.625 5.21079 8.28921 4.875 7.875 4.875C7.46079 4.875 7.125 5.21079 7.125 5.625C7.125 6.03921 7.46079 6.375 7.875 6.375C8.28921 6.375 8.625 6.03921 8.625 5.625ZM2.25 4.6875C2.25 3.34131 3.34131 2.25 4.6875 2.25H11.0625C12.4087 2.25 13.5 3.34131 13.5 4.6875V11.0625C13.5 12.4087 12.4087 13.5 11.0625 13.5H4.6875C3.34131 13.5 2.25 12.4087 2.25 11.0625V4.6875ZM4.6875 3.375C3.96263 3.375 3.375 3.96263 3.375 4.6875V11.0625C3.375 11.7874 3.96263 12.375 4.6875 12.375H11.0625C11.7874 12.375 12.375 11.7874 12.375 11.0625V4.6875C12.375 3.96263 11.7874 3.375 11.0625 3.375H4.6875ZM6.56249 15.375C5.69954 15.375 4.94132 14.9265 4.50817 14.25H11.4375C12.9908 14.25 14.25 12.9908 14.25 11.4375V4.50815C14.9265 4.9413 15.375 5.69951 15.375 6.56247V11.4375C15.375 13.6121 13.6121 15.375 11.4375 15.375H6.56249Z", fill: "#72BF44" }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("path", { d: "M11.4375 9.1875C11.4375 8.46263 10.8499 7.875 10.125 7.875H5.625C4.90013 7.875 4.3125 8.46263 4.3125 9.1875V9.5625C4.3125 10.3717 4.69902 10.804 5.34452 11.2129C5.98137 11.6163 6.86442 11.8125 7.875 11.8125C9.0666 11.8125 9.9562 11.6186 10.552 11.209C11.1618 10.7897 11.4375 10.3509 11.4375 9.5625V9.1875ZM5.4375 9.1875C5.4375 9.08395 5.52145 9 5.625 9H10.125C10.2286 9 10.3125 9.08395 10.3125 9.1875V9.5625C10.3125 9.76231 10.2866 9.80894 10.2359 9.89998C10.2232 9.9229 10.2088 9.94866 10.193 9.98037C10.1153 10.1357 9.99497 10.2635 9.81586 10.367C9.44651 10.5805 8.83424 10.6875 7.875 10.6875C7.11087 10.6875 6.49027 10.5827 6.06736 10.363C5.85835 10.2544 5.70275 10.1204 5.59902 9.96168C5.57492 9.9248 5.55326 9.8963 5.53421 9.87124C5.47183 9.78916 5.4375 9.74399 5.4375 9.5625V9.1875ZM9.75 5.625C9.75 6.66053 8.91053 7.5 7.875 7.5C6.83947 7.5 6 6.66053 6 5.625C6 4.58947 6.83947 3.75 7.875 3.75C8.91053 3.75 9.75 4.58947 9.75 5.625ZM8.625 5.625C8.625 5.21079 8.28921 4.875 7.875 4.875C7.46079 4.875 7.125 5.21079 7.125 5.625C7.125 6.03921 7.46079 6.375 7.875 6.375C8.28921 6.375 8.625 6.03921 8.625 5.625ZM2.25 4.6875C2.25 3.34131 3.34131 2.25 4.6875 2.25H11.0625C12.4087 2.25 13.5 3.34131 13.5 4.6875V11.0625C13.5 12.4087 12.4087 13.5 11.0625 13.5H4.6875C3.34131 13.5 2.25 12.4087 2.25 11.0625V4.6875ZM4.6875 3.375C3.96263 3.375 3.375 3.96263 3.375 4.6875V11.0625C3.375 11.7874 3.96263 12.375 4.6875 12.375H11.0625C11.7874 12.375 12.375 11.7874 12.375 11.0625V4.6875C12.375 3.96263 11.7874 3.375 11.0625 3.375H4.6875ZM6.56249 15.375C5.69954 15.375 4.94132 14.9265 4.50817 14.25H11.4375C12.9908 14.25 14.25 12.9908 14.25 11.4375V4.50815C14.9265 4.9413 15.375 5.69951 15.375 6.56247V11.4375C15.375 13.6121 13.6121 15.375 11.4375 15.375H6.56249Z", fill: "#72BF44" }) }));
8
8
  export default IconPersonBoard;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconPersonFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconPersonFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconPersonFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconPersonFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconPersonFilled = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Filled", children: _jsx("path", { id: "Shape", d: "M17.7542 13.9999C18.9962 13.9999 20.003 15.0068 20.003 16.2488V17.1673C20.003 17.7406 19.8238 18.2997 19.4905 18.7662C17.9446 20.9294 15.4203 22.0011 12 22.0011C8.57903 22.0011 6.05607 20.9289 4.51391 18.7646C4.18195 18.2987 4.00354 17.7409 4.00354 17.1688V16.2488C4.00354 15.0068 5.0104 13.9999 6.25242 13.9999H17.7542ZM12 2.00464C14.7614 2.00464 17 4.24321 17 7.00464C17 9.76606 14.7614 12.0046 12 12.0046C9.23857 12.0046 7 9.76606 7 7.00464C7 4.24321 9.23857 2.00464 12 2.00464Z" }) }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Filled", children: _jsx("path", { id: "Shape", d: "M17.7542 13.9999C18.9962 13.9999 20.003 15.0068 20.003 16.2488V17.1673C20.003 17.7406 19.8238 18.2997 19.4905 18.7662C17.9446 20.9294 15.4203 22.0011 12 22.0011C8.57903 22.0011 6.05607 20.9289 4.51391 18.7646C4.18195 18.2987 4.00354 17.7409 4.00354 17.1688V16.2488C4.00354 15.0068 5.0104 13.9999 6.25242 13.9999H17.7542ZM12 2.00464C14.7614 2.00464 17 4.24321 17 7.00464C17 9.76606 14.7614 12.0046 12 12.0046C9.23857 12.0046 7 9.76606 7 7.00464C7 4.24321 9.23857 2.00464 12 2.00464Z" }) }) }));
8
8
  export default IconPersonFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconPersonMinus: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconPersonMinus: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconPersonMinus;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconPersonMinus = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconPersonMinus = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("path", { d: "M1.00009 21C1.00009 19.6774 0.988894 18.7943 1.21493 18.0488C1.69969 16.4508 2.95092 15.1996 4.54892 14.7148C5.29437 14.4888 6.1775 14.5 7.50009 14.5H12.0001C12.5524 14.5 13.0001 14.9477 13.0001 15.5C13.0001 16.0523 12.5524 16.5 12.0001 16.5H7.50009C6.03177 16.5 5.51906 16.5106 5.129 16.6289C4.17031 16.9198 3.41986 17.6702 3.129 18.6289C3.01067 19.019 3.00009 19.5317 3.00009 21C3.00009 21.5523 2.55238 22 2.00009 22C1.44781 22 1.00009 21.5523 1.00009 21ZM22.0001 17C22.5524 17 23.0001 17.4477 23.0001 18C23.0001 18.5523 22.5524 19 22.0001 19H16.0001C15.4478 19 15.0001 18.5523 15.0001 18C15.0001 17.4477 15.4478 17 16.0001 17H22.0001ZM13.5001 7.5C13.5001 5.567 11.9331 4 10.0001 4C8.06709 4 6.50009 5.567 6.50009 7.5C6.50009 9.433 8.06709 11 10.0001 11C11.9331 11 13.5001 9.433 13.5001 7.5ZM15.5001 7.5C15.5001 10.5376 13.0377 13 10.0001 13C6.96252 13 4.50009 10.5376 4.50009 7.5C4.50009 4.46243 6.96252 2 10.0001 2C13.0377 2 15.5001 4.46243 15.5001 7.5Z" }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("path", { d: "M1.00009 21C1.00009 19.6774 0.988894 18.7943 1.21493 18.0488C1.69969 16.4508 2.95092 15.1996 4.54892 14.7148C5.29437 14.4888 6.1775 14.5 7.50009 14.5H12.0001C12.5524 14.5 13.0001 14.9477 13.0001 15.5C13.0001 16.0523 12.5524 16.5 12.0001 16.5H7.50009C6.03177 16.5 5.51906 16.5106 5.129 16.6289C4.17031 16.9198 3.41986 17.6702 3.129 18.6289C3.01067 19.019 3.00009 19.5317 3.00009 21C3.00009 21.5523 2.55238 22 2.00009 22C1.44781 22 1.00009 21.5523 1.00009 21ZM22.0001 17C22.5524 17 23.0001 17.4477 23.0001 18C23.0001 18.5523 22.5524 19 22.0001 19H16.0001C15.4478 19 15.0001 18.5523 15.0001 18C15.0001 17.4477 15.4478 17 16.0001 17H22.0001ZM13.5001 7.5C13.5001 5.567 11.9331 4 10.0001 4C8.06709 4 6.50009 5.567 6.50009 7.5C6.50009 9.433 8.06709 11 10.0001 11C11.9331 11 13.5001 9.433 13.5001 7.5ZM15.5001 7.5C15.5001 10.5376 13.0377 13 10.0001 13C6.96252 13 4.50009 10.5376 4.50009 7.5C4.50009 4.46243 6.96252 2 10.0001 2C13.0377 2 15.5001 4.46243 15.5001 7.5Z" }) }));
8
8
  export default IconPersonMinus;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconPersonStar: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconPersonStar: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconPersonStar;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconPersonStar = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconPersonStar = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Regular", children: _jsx("path", { id: "Shape", d: "M11.3079 15.4992C11.4803 14.9657 11.7198 14.4624 12.0165 13.9992H5.24692C4.0049 13.9992 2.99805 15.0061 2.99805 16.2481V16.8258C2.99805 17.7185 3.31657 18.582 3.89633 19.2609C5.46263 21.0952 7.84864 22.0004 10.9945 22.0004C11.5944 22.0004 12.1667 21.9674 12.7111 21.9014C12.32 21.4767 11.9848 20.9997 11.7171 20.4821C11.4825 20.4943 11.2416 20.5004 10.9945 20.5004C8.2562 20.5004 6.29032 19.7546 5.03701 18.2869C4.68916 17.8795 4.49805 17.3614 4.49805 16.8258V16.2481C4.49805 15.8345 4.83333 15.4992 5.24692 15.4992H11.3079ZM10.9945 2.00391C13.7559 2.00391 15.9945 4.24248 15.9945 7.00391C15.9945 9.76533 13.7559 12.0039 10.9945 12.0039C8.23308 12.0039 5.99451 9.76533 5.99451 7.00391C5.99451 4.24248 8.23308 2.00391 10.9945 2.00391ZM10.9945 3.50391C9.06151 3.50391 7.49451 5.07091 7.49451 7.00391C7.49451 8.9369 9.06151 10.5039 10.9945 10.5039C12.9275 10.5039 14.4945 8.9369 14.4945 7.00391C14.4945 5.07091 12.9275 3.50391 10.9945 3.50391ZM22.9941 17.5C22.9941 20.5376 20.5317 23 17.4941 23C14.4566 23 11.9941 20.5376 11.9941 17.5C11.9941 14.4624 14.4566 12 17.4941 12C20.5317 12 22.9941 14.4624 22.9941 17.5ZM18.0495 14.4206C17.8747 13.8598 17.1136 13.8598 16.9388 14.4206L16.3818 16.2077H14.5792C14.0135 16.2077 13.7783 16.9623 14.236 17.3089L15.6943 18.4134L15.1372 20.2004C14.9624 20.7612 15.5782 21.2276 16.0358 20.881L17.4941 19.7766L18.9524 20.881C19.4101 21.2276 20.0258 20.7612 19.851 20.2004L19.294 18.4134L20.7523 17.3089C21.21 16.9623 20.9748 16.2077 20.4091 16.2077H18.6065L18.0495 14.4206Z" }) }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Regular", children: _jsx("path", { id: "Shape", d: "M11.3079 15.4992C11.4803 14.9657 11.7198 14.4624 12.0165 13.9992H5.24692C4.0049 13.9992 2.99805 15.0061 2.99805 16.2481V16.8258C2.99805 17.7185 3.31657 18.582 3.89633 19.2609C5.46263 21.0952 7.84864 22.0004 10.9945 22.0004C11.5944 22.0004 12.1667 21.9674 12.7111 21.9014C12.32 21.4767 11.9848 20.9997 11.7171 20.4821C11.4825 20.4943 11.2416 20.5004 10.9945 20.5004C8.2562 20.5004 6.29032 19.7546 5.03701 18.2869C4.68916 17.8795 4.49805 17.3614 4.49805 16.8258V16.2481C4.49805 15.8345 4.83333 15.4992 5.24692 15.4992H11.3079ZM10.9945 2.00391C13.7559 2.00391 15.9945 4.24248 15.9945 7.00391C15.9945 9.76533 13.7559 12.0039 10.9945 12.0039C8.23308 12.0039 5.99451 9.76533 5.99451 7.00391C5.99451 4.24248 8.23308 2.00391 10.9945 2.00391ZM10.9945 3.50391C9.06151 3.50391 7.49451 5.07091 7.49451 7.00391C7.49451 8.9369 9.06151 10.5039 10.9945 10.5039C12.9275 10.5039 14.4945 8.9369 14.4945 7.00391C14.4945 5.07091 12.9275 3.50391 10.9945 3.50391ZM22.9941 17.5C22.9941 20.5376 20.5317 23 17.4941 23C14.4566 23 11.9941 20.5376 11.9941 17.5C11.9941 14.4624 14.4566 12 17.4941 12C20.5317 12 22.9941 14.4624 22.9941 17.5ZM18.0495 14.4206C17.8747 13.8598 17.1136 13.8598 16.9388 14.4206L16.3818 16.2077H14.5792C14.0135 16.2077 13.7783 16.9623 14.236 17.3089L15.6943 18.4134L15.1372 20.2004C14.9624 20.7612 15.5782 21.2276 16.0358 20.881L17.4941 19.7766L18.9524 20.881C19.4101 21.2276 20.0258 20.7612 19.851 20.2004L19.294 18.4134L20.7523 17.3089C21.21 16.9623 20.9748 16.2077 20.4091 16.2077H18.6065L18.0495 14.4206Z" }) }) }));
8
8
  export default IconPersonStar;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconPersonStarFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconPersonStarFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconPersonStarFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconPersonStarFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconPersonStarFilled = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Filled", children: _jsx("path", { id: "Shape", d: "M10.9941 17.5C10.9941 16.211 11.3693 15.0097 12.0165 13.9992H5.24692C4.0049 13.9992 2.99805 15.0061 2.99805 16.2481V17.1681C2.99805 17.7401 3.17645 18.298 3.50841 18.7639C5.05058 20.9282 7.57354 22.0004 10.9945 22.0004C11.5944 22.0004 12.1667 21.9674 12.711 21.9014C11.6451 20.7436 10.9941 19.1978 10.9941 17.5ZM10.9945 2.00391C13.7559 2.00391 15.9945 4.24248 15.9945 7.00391C15.9945 9.76533 13.7559 12.0039 10.9945 12.0039C8.23308 12.0039 5.99451 9.76533 5.99451 7.00391C5.99451 4.24248 8.23308 2.00391 10.9945 2.00391ZM22.9941 17.5C22.9941 20.5376 20.5317 23 17.4941 23C14.4566 23 11.9941 20.5376 11.9941 17.5C11.9941 14.4624 14.4566 12 17.4941 12C20.5317 12 22.9941 14.4624 22.9941 17.5ZM18.0495 14.4206C17.8747 13.8598 17.1136 13.8598 16.9388 14.4206L16.3818 16.2077H14.5792C14.0135 16.2077 13.7783 16.9623 14.236 17.3089L15.6943 18.4134L15.1372 20.2004C14.9624 20.7612 15.5782 21.2276 16.0358 20.881L17.4941 19.7766L18.9524 20.881C19.4101 21.2276 20.0258 20.7612 19.851 20.2004L19.294 18.4134L20.7523 17.3089C21.21 16.9623 20.9748 16.2077 20.4091 16.2077H18.6065L18.0495 14.4206Z" }) }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Filled", children: _jsx("path", { id: "Shape", d: "M10.9941 17.5C10.9941 16.211 11.3693 15.0097 12.0165 13.9992H5.24692C4.0049 13.9992 2.99805 15.0061 2.99805 16.2481V17.1681C2.99805 17.7401 3.17645 18.298 3.50841 18.7639C5.05058 20.9282 7.57354 22.0004 10.9945 22.0004C11.5944 22.0004 12.1667 21.9674 12.711 21.9014C11.6451 20.7436 10.9941 19.1978 10.9941 17.5ZM10.9945 2.00391C13.7559 2.00391 15.9945 4.24248 15.9945 7.00391C15.9945 9.76533 13.7559 12.0039 10.9945 12.0039C8.23308 12.0039 5.99451 9.76533 5.99451 7.00391C5.99451 4.24248 8.23308 2.00391 10.9945 2.00391ZM22.9941 17.5C22.9941 20.5376 20.5317 23 17.4941 23C14.4566 23 11.9941 20.5376 11.9941 17.5C11.9941 14.4624 14.4566 12 17.4941 12C20.5317 12 22.9941 14.4624 22.9941 17.5ZM18.0495 14.4206C17.8747 13.8598 17.1136 13.8598 16.9388 14.4206L16.3818 16.2077H14.5792C14.0135 16.2077 13.7783 16.9623 14.236 17.3089L15.6943 18.4134L15.1372 20.2004C14.9624 20.7612 15.5782 21.2276 16.0358 20.881L17.4941 19.7766L18.9524 20.881C19.4101 21.2276 20.0258 20.7612 19.851 20.2004L19.294 18.4134L20.7523 17.3089C21.21 16.9623 20.9748 16.2077 20.4091 16.2077H18.6065L18.0495 14.4206Z" }) }) }));
8
8
  export default IconPersonStarFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconPersonSubtract: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconPersonSubtract: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconPersonSubtract;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconPersonSubtract = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconPersonSubtract = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Regular", children: _jsx("path", { id: "Shape", d: "M11.9942 2.40002C9.34327 2.40002 7.19424 4.54906 7.19424 7.20002C7.19424 9.85099 9.34327 12 11.9942 12C14.6452 12 16.7942 9.85099 16.7942 7.20002C16.7942 4.54906 14.6452 2.40002 11.9942 2.40002ZM8.39424 7.20002C8.39424 5.2118 10.006 3.60002 11.9942 3.60002C13.9825 3.60002 15.5942 5.2118 15.5942 7.20002C15.5942 9.18825 13.9825 10.8 11.9942 10.8C10.006 10.8 8.39424 9.18825 8.39424 7.20002ZM6.00471 13.2C4.67802 13.2 3.59424 14.2643 3.59424 15.6C3.59424 17.6295 4.59361 19.1596 6.15623 20.1559C7.6946 21.1368 9.76855 21.6 11.9942 21.6C12.0966 21.6 12.1987 21.599 12.3004 21.5971C11.9952 21.2271 11.7295 20.8232 11.5098 20.392C9.62936 20.3293 7.98543 19.8991 6.80138 19.1441C5.54096 18.3405 4.79424 17.1706 4.79424 15.6C4.79424 14.9361 5.33167 14.4 6.00471 14.4L11.5139 14.4C11.7334 13.9707 11.9985 13.5686 12.3028 13.2L6.00471 13.2ZM22.7942 17.4C22.7942 20.3824 20.3766 22.8 17.3942 22.8C14.4119 22.8 11.9942 20.3824 11.9942 17.4C11.9942 14.4177 14.4119 12 17.3942 12C20.3766 12 22.7942 14.4177 22.7942 17.4ZM14.3942 17.4C14.3942 17.7314 14.6629 18 14.9942 18H19.7942C20.1256 18 20.3942 17.7314 20.3942 17.4C20.3942 17.0687 20.1256 16.8 19.7942 16.8H14.9942C14.6629 16.8 14.3942 17.0687 14.3942 17.4Z" }) }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Regular", children: _jsx("path", { id: "Shape", d: "M11.9942 2.40002C9.34327 2.40002 7.19424 4.54906 7.19424 7.20002C7.19424 9.85099 9.34327 12 11.9942 12C14.6452 12 16.7942 9.85099 16.7942 7.20002C16.7942 4.54906 14.6452 2.40002 11.9942 2.40002ZM8.39424 7.20002C8.39424 5.2118 10.006 3.60002 11.9942 3.60002C13.9825 3.60002 15.5942 5.2118 15.5942 7.20002C15.5942 9.18825 13.9825 10.8 11.9942 10.8C10.006 10.8 8.39424 9.18825 8.39424 7.20002ZM6.00471 13.2C4.67802 13.2 3.59424 14.2643 3.59424 15.6C3.59424 17.6295 4.59361 19.1596 6.15623 20.1559C7.6946 21.1368 9.76855 21.6 11.9942 21.6C12.0966 21.6 12.1987 21.599 12.3004 21.5971C11.9952 21.2271 11.7295 20.8232 11.5098 20.392C9.62936 20.3293 7.98543 19.8991 6.80138 19.1441C5.54096 18.3405 4.79424 17.1706 4.79424 15.6C4.79424 14.9361 5.33167 14.4 6.00471 14.4L11.5139 14.4C11.7334 13.9707 11.9985 13.5686 12.3028 13.2L6.00471 13.2ZM22.7942 17.4C22.7942 20.3824 20.3766 22.8 17.3942 22.8C14.4119 22.8 11.9942 20.3824 11.9942 17.4C11.9942 14.4177 14.4119 12 17.3942 12C20.3766 12 22.7942 14.4177 22.7942 17.4ZM14.3942 17.4C14.3942 17.7314 14.6629 18 14.9942 18H19.7942C20.1256 18 20.3942 17.7314 20.3942 17.4C20.3942 17.0687 20.1256 16.8 19.7942 16.8H14.9942C14.6629 16.8 14.3942 17.0687 14.3942 17.4Z" }) }) }));
8
8
  export default IconPersonSubtract;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconPersonSubtractFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconPersonSubtractFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconPersonSubtractFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconPersonSubtractFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconPersonSubtractFilled = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Filled", children: _jsx("path", { id: "Shape", d: "M11.9942 2.40002C9.34327 2.40002 7.19424 4.54906 7.19424 7.20002C7.19424 9.85099 9.34327 12 11.9942 12C14.6452 12 16.7942 9.85099 16.7942 7.20002C16.7942 4.54906 14.6452 2.40002 11.9942 2.40002ZM6.00471 13.2C4.67802 13.2 3.59424 14.2643 3.59424 15.6C3.59424 17.6295 4.59361 19.1596 6.15623 20.1559C7.6946 21.1368 9.76855 21.6 11.9942 21.6C12.0966 21.6 12.1987 21.599 12.3004 21.5971C11.3594 20.4564 10.7942 18.9942 10.7942 17.4C10.7942 15.8045 11.3604 14.3412 12.3028 13.2L6.00471 13.2ZM22.7942 17.4C22.7942 20.3824 20.3766 22.8 17.3942 22.8C14.4119 22.8 11.9942 20.3824 11.9942 17.4C11.9942 14.4177 14.4119 12 17.3942 12C20.3766 12 22.7942 14.4177 22.7942 17.4ZM14.3942 17.4C14.3942 17.7314 14.6629 18 14.9942 18H19.7942C20.1256 18 20.3942 17.7314 20.3942 17.4C20.3942 17.0687 20.1256 16.8 19.7942 16.8H14.9942C14.6629 16.8 14.3942 17.0687 14.3942 17.4Z" }) }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Filled", children: _jsx("path", { id: "Shape", d: "M11.9942 2.40002C9.34327 2.40002 7.19424 4.54906 7.19424 7.20002C7.19424 9.85099 9.34327 12 11.9942 12C14.6452 12 16.7942 9.85099 16.7942 7.20002C16.7942 4.54906 14.6452 2.40002 11.9942 2.40002ZM6.00471 13.2C4.67802 13.2 3.59424 14.2643 3.59424 15.6C3.59424 17.6295 4.59361 19.1596 6.15623 20.1559C7.6946 21.1368 9.76855 21.6 11.9942 21.6C12.0966 21.6 12.1987 21.599 12.3004 21.5971C11.3594 20.4564 10.7942 18.9942 10.7942 17.4C10.7942 15.8045 11.3604 14.3412 12.3028 13.2L6.00471 13.2ZM22.7942 17.4C22.7942 20.3824 20.3766 22.8 17.3942 22.8C14.4119 22.8 11.9942 20.3824 11.9942 17.4C11.9942 14.4177 14.4119 12 17.3942 12C20.3766 12 22.7942 14.4177 22.7942 17.4ZM14.3942 17.4C14.3942 17.7314 14.6629 18 14.9942 18H19.7942C20.1256 18 20.3942 17.7314 20.3942 17.4C20.3942 17.0687 20.1256 16.8 19.7942 16.8H14.9942C14.6629 16.8 14.3942 17.0687 14.3942 17.4Z" }) }) }));
8
8
  export default IconPersonSubtractFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconPhone: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconPhone: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconPhone;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconPhone = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconPhone = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Regular", children: _jsx("path", { id: "Shape", d: "M15.7441 2C16.9868 2 17.9941 3.00736 17.9941 4.25V19.75C17.9941 20.9926 16.9868 22 15.7441 22H8.24414C7.0015 22 5.99414 20.9926 5.99414 19.75V4.25C5.99414 3.00736 7.0015 2 8.24414 2H15.7441ZM15.7441 3.5H8.24414C7.82993 3.5 7.49414 3.83579 7.49414 4.25V19.75C7.49414 20.1642 7.82993 20.5 8.24414 20.5H15.7441C16.1584 20.5 16.4941 20.1642 16.4941 19.75V4.25C16.4941 3.83579 16.1584 3.5 15.7441 3.5ZM13.243 17.5C13.6572 17.4994 13.9935 17.8347 13.9941 18.2489C13.9948 18.6631 13.6595 18.9994 13.2453 19L10.7453 19.0038C10.3311 19.0044 9.99476 18.6691 9.99414 18.2549C9.99352 17.8407 10.3288 17.5044 10.743 17.5038L13.243 17.5Z" }) }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Regular", children: _jsx("path", { id: "Shape", d: "M15.7441 2C16.9868 2 17.9941 3.00736 17.9941 4.25V19.75C17.9941 20.9926 16.9868 22 15.7441 22H8.24414C7.0015 22 5.99414 20.9926 5.99414 19.75V4.25C5.99414 3.00736 7.0015 2 8.24414 2H15.7441ZM15.7441 3.5H8.24414C7.82993 3.5 7.49414 3.83579 7.49414 4.25V19.75C7.49414 20.1642 7.82993 20.5 8.24414 20.5H15.7441C16.1584 20.5 16.4941 20.1642 16.4941 19.75V4.25C16.4941 3.83579 16.1584 3.5 15.7441 3.5ZM13.243 17.5C13.6572 17.4994 13.9935 17.8347 13.9941 18.2489C13.9948 18.6631 13.6595 18.9994 13.2453 19L10.7453 19.0038C10.3311 19.0044 9.99476 18.6691 9.99414 18.2549C9.99352 17.8407 10.3288 17.5044 10.743 17.5038L13.243 17.5Z" }) }) }));
8
8
  export default IconPhone;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconPhoneFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconPhoneFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconPhoneFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconPhoneFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconPhoneFilled = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Filled", children: _jsx("path", { id: "Shape", d: "M15.7441 2C16.9868 2 17.9941 3.00736 17.9941 4.25V19.75C17.9941 20.9926 16.9868 22 15.7441 22H8.24414C7.0015 22 5.99414 20.9926 5.99414 19.75V4.25C5.99414 3.00736 7.0015 2 8.24414 2H15.7441ZM13.2441 18H10.7441C10.3299 18 9.99414 18.3358 9.99414 18.75C9.99414 19.1642 10.3299 19.5 10.7441 19.5H13.2441C13.6584 19.5 13.9941 19.1642 13.9941 18.75C13.9941 18.3358 13.6584 18 13.2441 18Z" }) }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Filled", children: _jsx("path", { id: "Shape", d: "M15.7441 2C16.9868 2 17.9941 3.00736 17.9941 4.25V19.75C17.9941 20.9926 16.9868 22 15.7441 22H8.24414C7.0015 22 5.99414 20.9926 5.99414 19.75V4.25C5.99414 3.00736 7.0015 2 8.24414 2H15.7441ZM13.2441 18H10.7441C10.3299 18 9.99414 18.3358 9.99414 18.75C9.99414 19.1642 10.3299 19.5 10.7441 19.5H13.2441C13.6584 19.5 13.9941 19.1642 13.9941 18.75C13.9941 18.3358 13.6584 18 13.2441 18Z" }) }) }));
8
8
  export default IconPhoneFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconPlugConnected: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconPlugConnected: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconPlugConnected;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconPlugConnected = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconPlugConnected = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("path", { d: "M14.6174 4.17813C15.2097 4.94013 15.5624 5.89763 15.5624 6.93751C15.5624 8.64997 14.6059 10.139 13.1979 10.8995C12.7111 11.1625 12.1253 11.0004 11.734 10.6091L7.39079 6.26588C6.99951 5.8746 6.83745 5.28885 7.10042 4.80199C7.8609 3.39406 9.34995 2.43751 11.0624 2.43751C12.1023 2.43751 13.0599 2.79026 13.8219 3.38262L15.5398 1.66475C15.7594 1.44508 16.1156 1.44508 16.3352 1.66475C16.5549 1.88442 16.5549 2.24058 16.3352 2.46025L14.6174 4.17813ZM13.1049 9.62486C13.9151 9.00793 14.4374 8.03296 14.4374 6.93751C14.4374 5.07355 12.9264 3.56251 11.0624 3.56251C9.96697 3.56251 8.99199 4.08486 8.37506 4.89504C8.17562 5.15695 8.23588 5.51998 8.46866 5.75277L12.2472 9.53126C12.4799 9.76405 12.843 9.8243 13.1049 9.62486ZM2.46025 16.3352L4.17804 14.6175C4.94004 15.2098 5.89754 15.5625 6.93742 15.5625C8.64988 15.5625 10.1389 14.6059 10.8994 13.198C11.1624 12.7111 11.0003 12.1254 10.609 11.7341L6.26579 7.39086C5.87451 6.99958 5.28876 6.83753 4.80189 7.1005C3.39396 7.86098 2.43741 9.35003 2.43741 11.0625C2.43741 12.1024 2.79016 13.0599 3.38254 13.822L1.66475 15.5398C1.44508 15.7594 1.44508 16.1156 1.66475 16.3352C1.88442 16.5549 2.24058 16.5549 2.46025 16.3352ZM5.75267 8.46874L9.53117 12.2472C9.76395 12.48 9.82421 12.8431 9.62477 13.105C9.00784 13.9151 8.03287 14.4375 6.93742 14.4375C5.07345 14.4375 3.56242 12.9265 3.56242 11.0625C3.56242 9.96704 4.08477 8.99207 4.89494 8.37514C5.15686 8.1757 5.51989 8.23595 5.75267 8.46874Z", fill: "#72BF44" }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("path", { d: "M14.6174 4.17813C15.2097 4.94013 15.5624 5.89763 15.5624 6.93751C15.5624 8.64997 14.6059 10.139 13.1979 10.8995C12.7111 11.1625 12.1253 11.0004 11.734 10.6091L7.39079 6.26588C6.99951 5.8746 6.83745 5.28885 7.10042 4.80199C7.8609 3.39406 9.34995 2.43751 11.0624 2.43751C12.1023 2.43751 13.0599 2.79026 13.8219 3.38262L15.5398 1.66475C15.7594 1.44508 16.1156 1.44508 16.3352 1.66475C16.5549 1.88442 16.5549 2.24058 16.3352 2.46025L14.6174 4.17813ZM13.1049 9.62486C13.9151 9.00793 14.4374 8.03296 14.4374 6.93751C14.4374 5.07355 12.9264 3.56251 11.0624 3.56251C9.96697 3.56251 8.99199 4.08486 8.37506 4.89504C8.17562 5.15695 8.23588 5.51998 8.46866 5.75277L12.2472 9.53126C12.4799 9.76405 12.843 9.8243 13.1049 9.62486ZM2.46025 16.3352L4.17804 14.6175C4.94004 15.2098 5.89754 15.5625 6.93742 15.5625C8.64988 15.5625 10.1389 14.6059 10.8994 13.198C11.1624 12.7111 11.0003 12.1254 10.609 11.7341L6.26579 7.39086C5.87451 6.99958 5.28876 6.83753 4.80189 7.1005C3.39396 7.86098 2.43741 9.35003 2.43741 11.0625C2.43741 12.1024 2.79016 13.0599 3.38254 13.822L1.66475 15.5398C1.44508 15.7594 1.44508 16.1156 1.66475 16.3352C1.88442 16.5549 2.24058 16.5549 2.46025 16.3352ZM5.75267 8.46874L9.53117 12.2472C9.76395 12.48 9.82421 12.8431 9.62477 13.105C9.00784 13.9151 8.03287 14.4375 6.93742 14.4375C5.07345 14.4375 3.56242 12.9265 3.56242 11.0625C3.56242 9.96704 4.08477 8.99207 4.89494 8.37514C5.15686 8.1757 5.51989 8.23595 5.75267 8.46874Z", fill: "#72BF44" }) }));
8
8
  export default IconPlugConnected;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconPos: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconPos: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconPos;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconPos = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconPos = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("g", { id: "Theme=Line", children: _jsx("path", { id: "Shape", fillRule: "evenodd", clipRule: "evenodd", d: "M9.07847 3.38397H14.9212V10.664H9.07847L9.07847 3.38397ZM7.6945 3.38397C7.6945 2.61962 8.31412 2 9.07847 2H14.9212C15.6855 2 16.3051 2.61962 16.3051 3.38397V4.23949H16.9904C17.7546 4.23949 18.3743 4.85913 18.3743 5.62346V20.616C18.3743 21.3804 17.7546 22 16.9904 22H7.00995C6.24565 22 5.62598 21.3804 5.62598 20.616V5.62346C5.62598 4.85913 6.24565 4.23949 7.00995 4.23949H7.6945V3.38397ZM7.6945 5.62346H7.00995V20.616H16.9904V5.62346H16.3051V10.664C16.3051 11.4284 15.6855 12.048 14.9212 12.048H9.07847C8.31412 12.048 7.6945 11.4284 7.6945 10.664V5.62346ZM12.6952 15.0288C12.6952 15.4125 12.3842 15.7235 12.0005 15.7235C11.6168 15.7235 11.3058 15.4125 11.3058 15.0288C11.3058 14.6451 11.6168 14.3341 12.0005 14.3341C12.3842 14.3341 12.6952 14.6451 12.6952 15.0288ZM12.0005 18.2515C12.3842 18.2515 12.6952 17.9405 12.6952 17.5568C12.6952 17.1732 12.3842 16.8621 12.0005 16.8621C11.6168 16.8621 11.3058 17.1732 11.3058 17.5568C11.3058 17.9405 11.6168 18.2515 12.0005 18.2515ZM15.4685 15.0288C15.4685 15.4125 15.1575 15.7235 14.7738 15.7235C14.3902 15.7235 14.0791 15.4125 14.0791 15.0288C14.0791 14.6451 14.3902 14.3341 14.7738 14.3341C15.1575 14.3341 15.4685 14.6451 15.4685 15.0288ZM14.7738 18.2515C15.1575 18.2515 15.4685 17.9405 15.4685 17.5568C15.4685 17.1732 15.1575 16.8621 14.7738 16.8621C14.3902 16.8621 14.0791 17.1732 14.0791 17.5568C14.0791 17.9405 14.3902 18.2515 14.7738 18.2515ZM9.92183 15.0288C9.92183 15.4125 9.6108 15.7235 9.22714 15.7235C8.84347 15.7235 8.53245 15.4125 8.53245 15.0288C8.53245 14.6451 8.84347 14.3341 9.22714 14.3341C9.6108 14.3341 9.92183 14.6451 9.92183 15.0288ZM9.22714 18.2515C9.6108 18.2515 9.92183 17.9405 9.92183 17.5568C9.92183 17.1732 9.6108 16.8621 9.22714 16.8621C8.84347 16.8621 8.53245 17.1732 8.53245 17.5568C8.53245 17.9405 8.84347 18.2515 9.22714 18.2515Z" }) }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("g", { id: "Theme=Line", children: _jsx("path", { id: "Shape", fillRule: "evenodd", clipRule: "evenodd", d: "M9.07847 3.38397H14.9212V10.664H9.07847L9.07847 3.38397ZM7.6945 3.38397C7.6945 2.61962 8.31412 2 9.07847 2H14.9212C15.6855 2 16.3051 2.61962 16.3051 3.38397V4.23949H16.9904C17.7546 4.23949 18.3743 4.85913 18.3743 5.62346V20.616C18.3743 21.3804 17.7546 22 16.9904 22H7.00995C6.24565 22 5.62598 21.3804 5.62598 20.616V5.62346C5.62598 4.85913 6.24565 4.23949 7.00995 4.23949H7.6945V3.38397ZM7.6945 5.62346H7.00995V20.616H16.9904V5.62346H16.3051V10.664C16.3051 11.4284 15.6855 12.048 14.9212 12.048H9.07847C8.31412 12.048 7.6945 11.4284 7.6945 10.664V5.62346ZM12.6952 15.0288C12.6952 15.4125 12.3842 15.7235 12.0005 15.7235C11.6168 15.7235 11.3058 15.4125 11.3058 15.0288C11.3058 14.6451 11.6168 14.3341 12.0005 14.3341C12.3842 14.3341 12.6952 14.6451 12.6952 15.0288ZM12.0005 18.2515C12.3842 18.2515 12.6952 17.9405 12.6952 17.5568C12.6952 17.1732 12.3842 16.8621 12.0005 16.8621C11.6168 16.8621 11.3058 17.1732 11.3058 17.5568C11.3058 17.9405 11.6168 18.2515 12.0005 18.2515ZM15.4685 15.0288C15.4685 15.4125 15.1575 15.7235 14.7738 15.7235C14.3902 15.7235 14.0791 15.4125 14.0791 15.0288C14.0791 14.6451 14.3902 14.3341 14.7738 14.3341C15.1575 14.3341 15.4685 14.6451 15.4685 15.0288ZM14.7738 18.2515C15.1575 18.2515 15.4685 17.9405 15.4685 17.5568C15.4685 17.1732 15.1575 16.8621 14.7738 16.8621C14.3902 16.8621 14.0791 17.1732 14.0791 17.5568C14.0791 17.9405 14.3902 18.2515 14.7738 18.2515ZM9.92183 15.0288C9.92183 15.4125 9.6108 15.7235 9.22714 15.7235C8.84347 15.7235 8.53245 15.4125 8.53245 15.0288C8.53245 14.6451 8.84347 14.3341 9.22714 14.3341C9.6108 14.3341 9.92183 14.6451 9.92183 15.0288ZM9.22714 18.2515C9.6108 18.2515 9.92183 17.9405 9.92183 17.5568C9.92183 17.1732 9.6108 16.8621 9.22714 16.8621C8.84347 16.8621 8.53245 17.1732 8.53245 17.5568C8.53245 17.9405 8.84347 18.2515 9.22714 18.2515Z" }) }) }));
8
8
  export default IconPos;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconPosFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconPosFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconPosFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconPosFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconPosFilled = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("g", { id: "Theme=Filled", children: _jsx("path", { id: "Shape", fillRule: "evenodd", clipRule: "evenodd", d: "M14.9212 3.38397H9.07847L9.07847 10.664H14.9212V3.38397ZM9.07847 2C8.31412 2 7.6945 2.61962 7.6945 3.38397V4.23949H7.00995C6.24565 4.23949 5.62598 4.85913 5.62598 5.62346V20.616C5.62598 21.3804 6.24565 22 7.00995 22H16.9904C17.7546 22 18.3743 21.3804 18.3743 20.616V5.62346C18.3743 4.85913 17.7546 4.23949 16.9904 4.23949H16.3051V3.38397C16.3051 2.61962 15.6855 2 14.9212 2H9.07847ZM9.22714 15.7519C9.6108 15.7519 9.92183 15.4408 9.92183 15.0572C9.92183 14.6735 9.6108 14.3625 9.22714 14.3625C8.84347 14.3625 8.53245 14.6735 8.53245 15.0572C8.53245 15.4408 8.84347 15.7519 9.22714 15.7519ZM12.6952 15.0572C12.6952 15.4408 12.3842 15.7519 12.0005 15.7519C11.6168 15.7519 11.3058 15.4408 11.3058 15.0572C11.3058 14.6735 11.6168 14.3625 12.0005 14.3625C12.3842 14.3625 12.6952 14.6735 12.6952 15.0572ZM12.0005 18.2799C12.3842 18.2799 12.6952 17.9689 12.6952 17.5852C12.6952 17.2015 12.3842 16.8905 12.0005 16.8905C11.6168 16.8905 11.3058 17.2015 11.3058 17.5852C11.3058 17.9689 11.6168 18.2799 12.0005 18.2799ZM14.7738 15.7519C15.1575 15.7519 15.4685 15.4408 15.4685 15.0572C15.4685 14.6735 15.1575 14.3625 14.7738 14.3625C14.3902 14.3625 14.0791 14.6735 14.0791 15.0572C14.0791 15.4408 14.3902 15.7519 14.7738 15.7519ZM14.7738 18.2799C15.1575 18.2799 15.4685 17.9689 15.4685 17.5852C15.4685 17.2015 15.1575 16.8905 14.7738 16.8905C14.3902 16.8905 14.0791 17.2015 14.0791 17.5852C14.0791 17.9689 14.3902 18.2799 14.7738 18.2799ZM9.22714 18.2799C9.6108 18.2799 9.92183 17.9689 9.92183 17.5852C9.92183 17.2015 9.6108 16.8905 9.22714 16.8905C8.84347 16.8905 8.53245 17.2015 8.53245 17.5852C8.53245 17.9689 8.84347 18.2799 9.22714 18.2799Z" }) }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("g", { id: "Theme=Filled", children: _jsx("path", { id: "Shape", fillRule: "evenodd", clipRule: "evenodd", d: "M14.9212 3.38397H9.07847L9.07847 10.664H14.9212V3.38397ZM9.07847 2C8.31412 2 7.6945 2.61962 7.6945 3.38397V4.23949H7.00995C6.24565 4.23949 5.62598 4.85913 5.62598 5.62346V20.616C5.62598 21.3804 6.24565 22 7.00995 22H16.9904C17.7546 22 18.3743 21.3804 18.3743 20.616V5.62346C18.3743 4.85913 17.7546 4.23949 16.9904 4.23949H16.3051V3.38397C16.3051 2.61962 15.6855 2 14.9212 2H9.07847ZM9.22714 15.7519C9.6108 15.7519 9.92183 15.4408 9.92183 15.0572C9.92183 14.6735 9.6108 14.3625 9.22714 14.3625C8.84347 14.3625 8.53245 14.6735 8.53245 15.0572C8.53245 15.4408 8.84347 15.7519 9.22714 15.7519ZM12.6952 15.0572C12.6952 15.4408 12.3842 15.7519 12.0005 15.7519C11.6168 15.7519 11.3058 15.4408 11.3058 15.0572C11.3058 14.6735 11.6168 14.3625 12.0005 14.3625C12.3842 14.3625 12.6952 14.6735 12.6952 15.0572ZM12.0005 18.2799C12.3842 18.2799 12.6952 17.9689 12.6952 17.5852C12.6952 17.2015 12.3842 16.8905 12.0005 16.8905C11.6168 16.8905 11.3058 17.2015 11.3058 17.5852C11.3058 17.9689 11.6168 18.2799 12.0005 18.2799ZM14.7738 15.7519C15.1575 15.7519 15.4685 15.4408 15.4685 15.0572C15.4685 14.6735 15.1575 14.3625 14.7738 14.3625C14.3902 14.3625 14.0791 14.6735 14.0791 15.0572C14.0791 15.4408 14.3902 15.7519 14.7738 15.7519ZM14.7738 18.2799C15.1575 18.2799 15.4685 17.9689 15.4685 17.5852C15.4685 17.2015 15.1575 16.8905 14.7738 16.8905C14.3902 16.8905 14.0791 17.2015 14.0791 17.5852C14.0791 17.9689 14.3902 18.2799 14.7738 18.2799ZM9.22714 18.2799C9.6108 18.2799 9.92183 17.9689 9.92183 17.5852C9.92183 17.2015 9.6108 16.8905 9.22714 16.8905C8.84347 16.8905 8.53245 17.2015 8.53245 17.5852C8.53245 17.9689 8.84347 18.2799 9.22714 18.2799Z" }) }) }));
8
8
  export default IconPosFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconProhibited: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconProhibited: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconProhibited;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconProhibited = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconProhibited = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Regular", children: _jsx("path", { id: "Shape", d: "M11.9941 2C17.517 2 21.9941 6.47715 21.9941 12C21.9941 17.5228 17.517 22 11.9941 22C6.47129 22 1.99414 17.5228 1.99414 12C1.99414 6.47715 6.47129 2 11.9941 2ZM18.5115 6.54309L6.53723 18.5173C8.01369 19.7549 9.9169 20.5 11.9941 20.5C16.6886 20.5 20.4941 16.6944 20.4941 12C20.4941 9.92276 19.749 8.01955 18.5115 6.54309ZM11.9941 3.5C7.29972 3.5 3.49414 7.30558 3.49414 12C3.49414 14.0772 4.23927 15.9804 5.47682 17.4569L17.4511 5.48268C15.9746 4.24513 14.0714 3.5 11.9941 3.5Z" }) }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Regular", children: _jsx("path", { id: "Shape", d: "M11.9941 2C17.517 2 21.9941 6.47715 21.9941 12C21.9941 17.5228 17.517 22 11.9941 22C6.47129 22 1.99414 17.5228 1.99414 12C1.99414 6.47715 6.47129 2 11.9941 2ZM18.5115 6.54309L6.53723 18.5173C8.01369 19.7549 9.9169 20.5 11.9941 20.5C16.6886 20.5 20.4941 16.6944 20.4941 12C20.4941 9.92276 19.749 8.01955 18.5115 6.54309ZM11.9941 3.5C7.29972 3.5 3.49414 7.30558 3.49414 12C3.49414 14.0772 4.23927 15.9804 5.47682 17.4569L17.4511 5.48268C15.9746 4.24513 14.0714 3.5 11.9941 3.5Z" }) }) }));
8
8
  export default IconProhibited;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconProhibitedFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconProhibitedFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconProhibitedFilled;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconProhibitedFilled = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconProhibitedFilled = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Filled", children: _jsx("path", { id: "Shape", d: "M11.9941 2C17.517 2 21.9941 6.47715 21.9941 12C21.9941 17.5228 17.517 22 11.9941 22C6.47129 22 1.99414 17.5228 1.99414 12C1.99414 6.47715 6.47129 2 11.9941 2ZM18.1072 7.6538L7.64794 18.1131C8.87406 18.9864 10.3741 19.5 11.9941 19.5C16.1363 19.5 19.4941 16.1421 19.4941 12C19.4941 10.38 18.9805 8.87992 18.1072 7.6538ZM11.9941 4.5C7.85201 4.5 4.49414 7.85786 4.49414 12C4.49414 13.62 5.00778 15.1201 5.88109 16.3462L16.3403 5.88695C15.1142 5.01364 13.6142 4.5 11.9941 4.5Z" }) }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("g", { id: "Size=24, Theme=Filled", children: _jsx("path", { id: "Shape", d: "M11.9941 2C17.517 2 21.9941 6.47715 21.9941 12C21.9941 17.5228 17.517 22 11.9941 22C6.47129 22 1.99414 17.5228 1.99414 12C1.99414 6.47715 6.47129 2 11.9941 2ZM18.1072 7.6538L7.64794 18.1131C8.87406 18.9864 10.3741 19.5 11.9941 19.5C16.1363 19.5 19.4941 16.1421 19.4941 12C19.4941 10.38 18.9805 8.87992 18.1072 7.6538ZM11.9941 4.5C7.85201 4.5 4.49414 7.85786 4.49414 12C4.49414 13.62 5.00778 15.1201 5.88109 16.3462L16.3403 5.88695C15.1142 5.01364 13.6142 4.5 11.9941 4.5Z" }) }) }));
8
8
  export default IconProhibitedFilled;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconProjectProduct: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconProjectProduct: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconProjectProduct;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import classNames from 'classnames';
3
- const IconProjectProduct = ({ size, type, className = '', onClick, refHandler, id, dataId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
3
+ const IconProjectProduct = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-id": dataId ? `${dataId}-svg-icon` : '', children: _jsx("path", { d: "M11.471 2.06803C10.9763 2.17677 10.65 2.39968 10.4597 2.75852C10.3782 2.90532 10.3564 3.09562 10.3401 3.70456L10.3184 4.46573L9.90517 4.61797C9.67138 4.69952 9.31798 4.84632 9.10593 4.94963L8.72534 5.12905L8.17621 4.59622C7.74669 4.18301 7.5727 4.05252 7.38785 4.00359C6.89308 3.86767 6.43094 4.04165 5.75675 4.61797C4.96839 5.29216 4.51712 5.92828 4.46819 6.45023C4.43013 6.85257 4.59867 7.16791 5.15868 7.72249L5.64258 8.20094L5.43597 8.64677C5.32179 8.886 5.16956 9.25028 5.10431 9.45145L4.97926 9.81029L4.21265 9.83204C3.49497 9.84835 3.43516 9.85922 3.19593 10.0006C2.69573 10.2942 2.5 10.8488 2.5 11.996C2.5 13.1432 2.69573 13.6977 3.19593 13.9913C3.43516 14.1327 3.49497 14.1436 4.21265 14.1599L4.97383 14.1816L5.12606 14.5948C5.20762 14.8286 5.35442 15.182 5.45772 15.3941L5.63714 15.7747L5.10431 16.3238C4.6911 16.7533 4.56062 16.9273 4.51168 17.1122C4.37576 17.6124 4.54974 18.0691 5.1315 18.7541C5.55015 19.238 6.11016 19.7219 6.46356 19.8905C6.99095 20.146 7.54008 20.0427 7.9696 19.6023C8.08378 19.4881 8.19796 19.3902 8.2197 19.3902C8.24145 19.3902 8.2632 19.9285 8.2632 20.5809V21.7771L8.40456 21.8858C8.54592 22 8.58398 22 12.504 22C16.4241 22 16.4622 22 16.6035 21.8858L16.7449 21.7771V20.5483V19.325L17.0657 19.6186C17.7344 20.2439 18.3162 20.1732 19.2622 19.3685C20.0288 18.7052 20.491 18.0528 20.5399 17.5417C20.578 17.1393 20.4094 16.824 19.8494 16.2694L19.3655 15.791L19.5721 15.3451C19.6863 15.1059 19.8385 14.7416 19.9038 14.5405L20.0288 14.1816L20.7954 14.1599C21.4805 14.1436 21.5784 14.1327 21.785 14.0131C22.2852 13.7249 22.4592 13.2845 22.4972 12.2352C22.5407 10.9357 22.3504 10.3159 21.8176 10.0006C21.5729 9.85922 21.5131 9.84835 20.7954 9.83204L20.0343 9.81029L19.882 9.39708C19.8005 9.16329 19.6537 8.80445 19.5504 8.59784L19.371 8.21725L19.8929 7.67355C20.3224 7.23316 20.4366 7.08092 20.491 6.87432C20.578 6.56985 20.5399 6.25994 20.3822 5.94459C20.1539 5.49332 19.4525 4.71584 18.9414 4.35156C18.0933 3.74262 17.5931 3.8133 16.7503 4.67234L16.2991 5.13448L15.8532 4.92788C15.614 4.8137 15.2497 4.66147 15.0486 4.59622L14.6897 4.47117L14.668 3.70456C14.6517 2.98688 14.6408 2.92707 14.4994 2.68784C14.32 2.37793 13.9775 2.16045 13.5153 2.06259C13.1021 1.9756 11.8679 1.98103 11.471 2.06803ZM13.5697 2.98688C13.6621 3.03581 13.7546 3.11736 13.7763 3.16086C13.7926 3.20979 13.8089 3.63388 13.8089 4.10146C13.8144 4.74302 13.8307 4.98225 13.885 5.05293C13.9285 5.1073 14.2548 5.24866 14.6082 5.36827C14.9616 5.48789 15.4889 5.7108 15.7771 5.86304C16.1958 6.08052 16.3317 6.12945 16.4567 6.09683C16.5437 6.07508 16.8645 5.80867 17.2342 5.43895C17.6257 5.05293 17.9084 4.81914 17.9791 4.81914C18.3162 4.81914 19.5449 6.02615 19.6537 6.46654C19.6917 6.60247 19.6319 6.67315 19.0665 7.25491C18.7022 7.63006 18.4195 7.96171 18.3977 8.04871C18.3705 8.16832 18.4195 8.30968 18.637 8.72289C18.7892 9.01105 19.0121 9.53844 19.1317 9.89184C19.2513 10.2452 19.3927 10.5715 19.4471 10.615C19.5178 10.6693 19.7624 10.6856 20.404 10.6911C20.877 10.6911 21.3065 10.7128 21.3609 10.7454C21.5566 10.8488 21.611 11.1097 21.611 11.996C21.611 12.8822 21.5566 13.1432 21.3609 13.2465C21.3065 13.2791 20.877 13.3008 20.404 13.3008C19.7624 13.3063 19.5178 13.3226 19.4471 13.3769C19.3927 13.4204 19.2513 13.7467 19.1317 14.1001C19.0121 14.4535 18.7892 14.9809 18.637 15.269C18.4195 15.6877 18.3705 15.8236 18.4032 15.9486C18.4249 16.0356 18.6913 16.3564 19.061 16.7261C19.4471 17.1176 19.6809 17.4003 19.6809 17.471C19.6809 17.8081 18.4739 19.0368 18.0335 19.1456C17.8975 19.1836 17.8269 19.1293 17.3158 18.6291C17.0059 18.3192 16.7612 18.0473 16.7775 18.0256C16.8319 17.9331 16.6796 17.2263 16.5328 16.9055C16.4459 16.7261 16.2556 16.4488 16.1088 16.2966L15.8424 16.0193L16.136 15.7366C16.8047 15.0787 17.3375 14.1381 17.5713 13.2138C17.7399 12.5451 17.7399 11.3544 17.5713 10.7291C17.2614 9.58737 16.5709 8.55978 15.6412 7.85841C13.8252 6.48285 11.4547 6.42848 9.54089 7.71705C8.83408 8.1955 8.08378 9.08717 7.73581 9.86466C7.54552 10.2996 7.34979 11.0825 7.30629 11.6208C7.19212 13.0725 7.79562 14.6764 8.84496 15.7094L9.16574 16.0193L8.89933 16.2966C8.75253 16.4488 8.56223 16.7261 8.47524 16.9055C8.32844 17.2263 8.17077 17.9549 8.23602 18.0201C8.29582 18.0799 7.15406 19.1728 7.03444 19.1728C6.65929 19.1728 5.32723 17.8135 5.32723 17.4275C5.32723 17.3949 5.60452 17.0795 5.94705 16.7316C6.30589 16.3619 6.58861 16.0302 6.61036 15.9432C6.63754 15.8236 6.58861 15.6822 6.37113 15.269C6.2189 14.9809 5.99598 14.4535 5.87637 14.1001C5.75675 13.7467 5.61539 13.4204 5.56102 13.3769C5.49034 13.3226 5.24568 13.3063 4.59324 13.3008C3.57109 13.3008 3.51672 13.2791 3.42972 12.8659C3.35361 12.507 3.35361 11.4849 3.42972 11.126C3.51672 10.7128 3.57109 10.6911 4.59324 10.6911C5.24568 10.6856 5.49034 10.6693 5.56102 10.615C5.61539 10.5715 5.75675 10.2452 5.87637 9.89184C5.99598 9.53844 6.2189 9.01105 6.37113 8.72289C6.58861 8.30424 6.63754 8.16832 6.60492 8.04327C6.58317 7.95628 6.31676 7.6355 5.94705 7.26578C5.56646 6.87975 5.32723 6.59159 5.32723 6.52635C5.32723 6.14576 6.68648 4.81914 7.0725 4.81914C7.10512 4.81914 7.42047 5.09642 7.76844 5.43895C8.13815 5.79779 8.46981 6.08052 8.5568 6.10227C8.67641 6.12945 8.81777 6.08052 9.23098 5.86304C9.51914 5.7108 10.0465 5.48789 10.3999 5.36827C10.7533 5.24866 11.0796 5.1073 11.1231 5.05293C11.1774 4.98225 11.1937 4.73758 11.1992 4.07971C11.1992 3.0793 11.2264 3.01406 11.6069 2.92163C11.7266 2.88901 12.1778 2.8727 12.6128 2.87814C13.2272 2.88901 13.4392 2.91619 13.5697 2.98688ZM13.2652 7.72249C14.1406 7.88016 14.8746 8.27162 15.5542 8.94581C16.6688 10.055 17.082 11.5175 16.7123 13.0181C16.5111 13.8282 16.0707 14.5731 15.4183 15.1875C14.9887 15.5952 14.88 15.6442 14.532 15.5517C14.4124 15.5191 14.4179 15.5082 14.6245 15.269C15.141 14.6873 15.402 13.8173 15.2932 13.0562C15.0486 11.3598 13.2978 10.2344 11.6831 10.74C10.3673 11.1532 9.4974 12.5342 9.72031 13.8608C9.80187 14.3284 10.0792 14.9265 10.3836 15.269C10.5902 15.5082 10.5957 15.5191 10.4761 15.5517C10.1879 15.6279 10.0302 15.5844 9.7475 15.3506C8.93195 14.6873 8.40456 13.7467 8.22514 12.643C8.11096 11.947 8.17621 11.213 8.41544 10.5443C8.64379 9.89184 8.88302 9.52756 9.45934 8.94581C9.91604 8.4891 10.0411 8.39667 10.5467 8.14657C11.5091 7.67899 12.3083 7.55394 13.2652 7.72249ZM13.3033 11.6697C14.1678 12.0666 14.6408 13.0453 14.3852 13.9206C14.2656 14.3339 14.1025 14.5785 13.76 14.8939C12.727 15.8182 11.0741 15.3397 10.6446 13.9968C10.3619 13.1105 10.7914 12.1264 11.6396 11.6969C12.1833 11.4196 12.7324 11.4142 13.3033 11.6697ZM14.4559 16.4217C14.7115 16.476 15.0051 16.563 15.1084 16.6174C15.3748 16.7533 15.6303 17.0306 15.7608 17.3242C15.8641 17.5525 15.875 17.6776 15.875 19.3468V21.1301H12.504H9.13312V19.3468C9.13312 17.6776 9.14399 17.5525 9.24729 17.3242C9.37778 17.0306 9.63332 16.7533 9.89973 16.6174C10.0683 16.5304 10.5848 16.4108 11.172 16.3238C11.2644 16.3129 11.9332 16.3075 12.6672 16.3129C13.673 16.3238 14.1134 16.351 14.4559 16.4217Z" }) }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', children: _jsx("path", { d: "M11.471 2.06803C10.9763 2.17677 10.65 2.39968 10.4597 2.75852C10.3782 2.90532 10.3564 3.09562 10.3401 3.70456L10.3184 4.46573L9.90517 4.61797C9.67138 4.69952 9.31798 4.84632 9.10593 4.94963L8.72534 5.12905L8.17621 4.59622C7.74669 4.18301 7.5727 4.05252 7.38785 4.00359C6.89308 3.86767 6.43094 4.04165 5.75675 4.61797C4.96839 5.29216 4.51712 5.92828 4.46819 6.45023C4.43013 6.85257 4.59867 7.16791 5.15868 7.72249L5.64258 8.20094L5.43597 8.64677C5.32179 8.886 5.16956 9.25028 5.10431 9.45145L4.97926 9.81029L4.21265 9.83204C3.49497 9.84835 3.43516 9.85922 3.19593 10.0006C2.69573 10.2942 2.5 10.8488 2.5 11.996C2.5 13.1432 2.69573 13.6977 3.19593 13.9913C3.43516 14.1327 3.49497 14.1436 4.21265 14.1599L4.97383 14.1816L5.12606 14.5948C5.20762 14.8286 5.35442 15.182 5.45772 15.3941L5.63714 15.7747L5.10431 16.3238C4.6911 16.7533 4.56062 16.9273 4.51168 17.1122C4.37576 17.6124 4.54974 18.0691 5.1315 18.7541C5.55015 19.238 6.11016 19.7219 6.46356 19.8905C6.99095 20.146 7.54008 20.0427 7.9696 19.6023C8.08378 19.4881 8.19796 19.3902 8.2197 19.3902C8.24145 19.3902 8.2632 19.9285 8.2632 20.5809V21.7771L8.40456 21.8858C8.54592 22 8.58398 22 12.504 22C16.4241 22 16.4622 22 16.6035 21.8858L16.7449 21.7771V20.5483V19.325L17.0657 19.6186C17.7344 20.2439 18.3162 20.1732 19.2622 19.3685C20.0288 18.7052 20.491 18.0528 20.5399 17.5417C20.578 17.1393 20.4094 16.824 19.8494 16.2694L19.3655 15.791L19.5721 15.3451C19.6863 15.1059 19.8385 14.7416 19.9038 14.5405L20.0288 14.1816L20.7954 14.1599C21.4805 14.1436 21.5784 14.1327 21.785 14.0131C22.2852 13.7249 22.4592 13.2845 22.4972 12.2352C22.5407 10.9357 22.3504 10.3159 21.8176 10.0006C21.5729 9.85922 21.5131 9.84835 20.7954 9.83204L20.0343 9.81029L19.882 9.39708C19.8005 9.16329 19.6537 8.80445 19.5504 8.59784L19.371 8.21725L19.8929 7.67355C20.3224 7.23316 20.4366 7.08092 20.491 6.87432C20.578 6.56985 20.5399 6.25994 20.3822 5.94459C20.1539 5.49332 19.4525 4.71584 18.9414 4.35156C18.0933 3.74262 17.5931 3.8133 16.7503 4.67234L16.2991 5.13448L15.8532 4.92788C15.614 4.8137 15.2497 4.66147 15.0486 4.59622L14.6897 4.47117L14.668 3.70456C14.6517 2.98688 14.6408 2.92707 14.4994 2.68784C14.32 2.37793 13.9775 2.16045 13.5153 2.06259C13.1021 1.9756 11.8679 1.98103 11.471 2.06803ZM13.5697 2.98688C13.6621 3.03581 13.7546 3.11736 13.7763 3.16086C13.7926 3.20979 13.8089 3.63388 13.8089 4.10146C13.8144 4.74302 13.8307 4.98225 13.885 5.05293C13.9285 5.1073 14.2548 5.24866 14.6082 5.36827C14.9616 5.48789 15.4889 5.7108 15.7771 5.86304C16.1958 6.08052 16.3317 6.12945 16.4567 6.09683C16.5437 6.07508 16.8645 5.80867 17.2342 5.43895C17.6257 5.05293 17.9084 4.81914 17.9791 4.81914C18.3162 4.81914 19.5449 6.02615 19.6537 6.46654C19.6917 6.60247 19.6319 6.67315 19.0665 7.25491C18.7022 7.63006 18.4195 7.96171 18.3977 8.04871C18.3705 8.16832 18.4195 8.30968 18.637 8.72289C18.7892 9.01105 19.0121 9.53844 19.1317 9.89184C19.2513 10.2452 19.3927 10.5715 19.4471 10.615C19.5178 10.6693 19.7624 10.6856 20.404 10.6911C20.877 10.6911 21.3065 10.7128 21.3609 10.7454C21.5566 10.8488 21.611 11.1097 21.611 11.996C21.611 12.8822 21.5566 13.1432 21.3609 13.2465C21.3065 13.2791 20.877 13.3008 20.404 13.3008C19.7624 13.3063 19.5178 13.3226 19.4471 13.3769C19.3927 13.4204 19.2513 13.7467 19.1317 14.1001C19.0121 14.4535 18.7892 14.9809 18.637 15.269C18.4195 15.6877 18.3705 15.8236 18.4032 15.9486C18.4249 16.0356 18.6913 16.3564 19.061 16.7261C19.4471 17.1176 19.6809 17.4003 19.6809 17.471C19.6809 17.8081 18.4739 19.0368 18.0335 19.1456C17.8975 19.1836 17.8269 19.1293 17.3158 18.6291C17.0059 18.3192 16.7612 18.0473 16.7775 18.0256C16.8319 17.9331 16.6796 17.2263 16.5328 16.9055C16.4459 16.7261 16.2556 16.4488 16.1088 16.2966L15.8424 16.0193L16.136 15.7366C16.8047 15.0787 17.3375 14.1381 17.5713 13.2138C17.7399 12.5451 17.7399 11.3544 17.5713 10.7291C17.2614 9.58737 16.5709 8.55978 15.6412 7.85841C13.8252 6.48285 11.4547 6.42848 9.54089 7.71705C8.83408 8.1955 8.08378 9.08717 7.73581 9.86466C7.54552 10.2996 7.34979 11.0825 7.30629 11.6208C7.19212 13.0725 7.79562 14.6764 8.84496 15.7094L9.16574 16.0193L8.89933 16.2966C8.75253 16.4488 8.56223 16.7261 8.47524 16.9055C8.32844 17.2263 8.17077 17.9549 8.23602 18.0201C8.29582 18.0799 7.15406 19.1728 7.03444 19.1728C6.65929 19.1728 5.32723 17.8135 5.32723 17.4275C5.32723 17.3949 5.60452 17.0795 5.94705 16.7316C6.30589 16.3619 6.58861 16.0302 6.61036 15.9432C6.63754 15.8236 6.58861 15.6822 6.37113 15.269C6.2189 14.9809 5.99598 14.4535 5.87637 14.1001C5.75675 13.7467 5.61539 13.4204 5.56102 13.3769C5.49034 13.3226 5.24568 13.3063 4.59324 13.3008C3.57109 13.3008 3.51672 13.2791 3.42972 12.8659C3.35361 12.507 3.35361 11.4849 3.42972 11.126C3.51672 10.7128 3.57109 10.6911 4.59324 10.6911C5.24568 10.6856 5.49034 10.6693 5.56102 10.615C5.61539 10.5715 5.75675 10.2452 5.87637 9.89184C5.99598 9.53844 6.2189 9.01105 6.37113 8.72289C6.58861 8.30424 6.63754 8.16832 6.60492 8.04327C6.58317 7.95628 6.31676 7.6355 5.94705 7.26578C5.56646 6.87975 5.32723 6.59159 5.32723 6.52635C5.32723 6.14576 6.68648 4.81914 7.0725 4.81914C7.10512 4.81914 7.42047 5.09642 7.76844 5.43895C8.13815 5.79779 8.46981 6.08052 8.5568 6.10227C8.67641 6.12945 8.81777 6.08052 9.23098 5.86304C9.51914 5.7108 10.0465 5.48789 10.3999 5.36827C10.7533 5.24866 11.0796 5.1073 11.1231 5.05293C11.1774 4.98225 11.1937 4.73758 11.1992 4.07971C11.1992 3.0793 11.2264 3.01406 11.6069 2.92163C11.7266 2.88901 12.1778 2.8727 12.6128 2.87814C13.2272 2.88901 13.4392 2.91619 13.5697 2.98688ZM13.2652 7.72249C14.1406 7.88016 14.8746 8.27162 15.5542 8.94581C16.6688 10.055 17.082 11.5175 16.7123 13.0181C16.5111 13.8282 16.0707 14.5731 15.4183 15.1875C14.9887 15.5952 14.88 15.6442 14.532 15.5517C14.4124 15.5191 14.4179 15.5082 14.6245 15.269C15.141 14.6873 15.402 13.8173 15.2932 13.0562C15.0486 11.3598 13.2978 10.2344 11.6831 10.74C10.3673 11.1532 9.4974 12.5342 9.72031 13.8608C9.80187 14.3284 10.0792 14.9265 10.3836 15.269C10.5902 15.5082 10.5957 15.5191 10.4761 15.5517C10.1879 15.6279 10.0302 15.5844 9.7475 15.3506C8.93195 14.6873 8.40456 13.7467 8.22514 12.643C8.11096 11.947 8.17621 11.213 8.41544 10.5443C8.64379 9.89184 8.88302 9.52756 9.45934 8.94581C9.91604 8.4891 10.0411 8.39667 10.5467 8.14657C11.5091 7.67899 12.3083 7.55394 13.2652 7.72249ZM13.3033 11.6697C14.1678 12.0666 14.6408 13.0453 14.3852 13.9206C14.2656 14.3339 14.1025 14.5785 13.76 14.8939C12.727 15.8182 11.0741 15.3397 10.6446 13.9968C10.3619 13.1105 10.7914 12.1264 11.6396 11.6969C12.1833 11.4196 12.7324 11.4142 13.3033 11.6697ZM14.4559 16.4217C14.7115 16.476 15.0051 16.563 15.1084 16.6174C15.3748 16.7533 15.6303 17.0306 15.7608 17.3242C15.8641 17.5525 15.875 17.6776 15.875 19.3468V21.1301H12.504H9.13312V19.3468C9.13312 17.6776 9.14399 17.5525 9.24729 17.3242C9.37778 17.0306 9.63332 16.7533 9.89973 16.6174C10.0683 16.5304 10.5848 16.4108 11.172 16.3238C11.2644 16.3129 11.9332 16.3075 12.6672 16.3129C13.673 16.3238 14.1134 16.351 14.4559 16.4217Z" }) }));
8
8
  export default IconProjectProduct;
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconQuestion: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconQuestion: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconQuestion;