hrm_ui_lib 2.1.0-alpha.19 → 2.1.0-alpha.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (888) hide show
  1. package/assets/styles/styles.css +1 -1
  2. package/components/Alert/Alert.js +6 -6
  3. package/components/Alert/types.d.ts +1 -0
  4. package/components/Avatar/Avatar.d.ts +1 -1
  5. package/components/Avatar/Avatar.js +1 -1
  6. package/components/Avatar/AvatarGroup.d.ts +1 -1
  7. package/components/Avatar/AvatarGroup.js +2 -2
  8. package/components/Avatar/types.d.ts +2 -3
  9. package/components/Badge/Badge.js +2 -2
  10. package/components/Badge/types.d.ts +1 -0
  11. package/components/BadgeV2/BadgeV2.js +1 -1
  12. package/components/BadgeV2/types.d.ts +1 -1
  13. package/components/Breadcrumb/Breadcrumb.js +2 -2
  14. package/components/Breadcrumb/types.d.ts +1 -0
  15. package/components/Button/Button.js +2 -2
  16. package/components/Button/types.d.ts +2 -3
  17. package/components/ButtonGroup/ButtonGroup.d.ts +1 -1
  18. package/components/ButtonGroup/ButtonGroup.js +2 -2
  19. package/components/ButtonGroup/ButtonGroupItem.d.ts +1 -1
  20. package/components/ButtonGroup/ButtonGroupItem.js +3 -3
  21. package/components/ButtonGroup/types.d.ts +2 -2
  22. package/components/Card/CardComponent/Card.js +3 -3
  23. package/components/Card/types.d.ts +2 -2
  24. package/components/CardGroup/CardGroupComponent/CardGroup.js +2 -2
  25. package/components/CardGroup/types.d.ts +2 -2
  26. package/components/Checkbox/Checkbox.js +6 -6
  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 -2
  30. package/components/Collapse/Collapse/Collapse.js +4 -4
  31. package/components/Collapse/Collapse/Title.d.ts +2 -2
  32. package/components/Collapse/Collapse/Title.js +1 -1
  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 +4 -6
  36. package/components/Container/Container.js +2 -2
  37. package/components/Container/types.d.ts +2 -1
  38. package/components/Copy/Copy.d.ts +1 -1
  39. package/components/Copy/Copy.js +2 -2
  40. package/components/Copy/types.d.ts +2 -2
  41. package/components/Counter/Counter.js +2 -2
  42. package/components/Counter/types.d.ts +1 -0
  43. package/components/DarkModeSwitcher/DarkModeSwitcher.d.ts +3 -4
  44. package/components/DarkModeSwitcher/DarkModeSwitcher.js +5 -5
  45. package/components/DarkModeSwitcher/types.d.ts +1 -0
  46. package/components/DatePicker/CustomHeader/CustomHeader.js +5 -5
  47. package/components/DatePicker/RangeDatePicker/RangeDatePickerDesktop.js +2 -2
  48. package/components/DatePicker/RangeDatePicker/RangeDatePickerMobile.js +5 -5
  49. package/components/DatePicker/SimpleDatePicker/SimpleDatePickerDesktop.js +3 -3
  50. package/components/DatePicker/SimpleDatePicker/SimpleDatePickerMobile.js +4 -4
  51. package/components/DatePicker/TimePicker/TimePickerDesktop.js +3 -3
  52. package/components/DatePicker/TimePicker/TimePickerMobile.js +3 -3
  53. package/components/DatePicker/types.d.ts +3 -3
  54. package/components/Divider/Divider.js +2 -2
  55. package/components/Divider/types.d.ts +2 -1
  56. package/components/Empty/Empty.js +4 -4
  57. package/components/Empty/types.d.ts +2 -1
  58. package/components/FileUpload/DropzoneFileUpload/DropzoneFileUpload.js +7 -7
  59. package/components/FileUpload/DropzoneFileUpload/ErrorItem.d.ts +2 -1
  60. package/components/FileUpload/DropzoneFileUpload/ErrorItem.js +1 -1
  61. package/components/FileUpload/DropzoneFileUpload/PreviewItem.d.ts +2 -1
  62. package/components/FileUpload/DropzoneFileUpload/PreviewItem.js +7 -7
  63. package/components/FileUpload/FileUpload.js +6 -6
  64. package/components/FileUpload/UploadItems.js +5 -5
  65. package/components/FileUpload/types.d.ts +5 -2
  66. package/components/FormContainer/FormContainer.js +1 -1
  67. package/components/FormContainer/types.d.ts +2 -1
  68. package/components/FormField/FormField.js +3 -3
  69. package/components/FormField/types.d.ts +2 -2
  70. package/components/Heading/Heading.js +2 -2
  71. package/components/Heading/types.d.ts +2 -2
  72. package/components/Image/Image.js +1 -1
  73. package/components/Image/types.d.ts +2 -1
  74. package/components/Input/Input.js +8 -8
  75. package/components/Input/types.d.ts +2 -1
  76. package/components/LineChart/LineChart.d.ts +3 -0
  77. package/components/LineChart/LineChart.js +9 -0
  78. package/components/LineChart/helper.d.ts +3 -0
  79. package/components/LineChart/helper.js +1 -0
  80. package/components/LineChart/index.d.ts +2 -0
  81. package/components/LineChart/index.js +1 -0
  82. package/components/LineChart/types.d.ts +15 -0
  83. package/components/Link/Link.js +2 -2
  84. package/components/Link/types.d.ts +2 -2
  85. package/components/Menu/Menu.js +1 -1
  86. package/components/Menu/NestedMenu.js +1 -1
  87. package/components/Menu/types.d.ts +2 -2
  88. package/components/Modal/ModalConfirmation.d.ts +1 -1
  89. package/components/Modal/ModalConfirmation.js +4 -4
  90. package/components/Modal/ModalContent.d.ts +7 -4
  91. package/components/Modal/ModalContent.js +7 -5
  92. package/components/Modal/types.d.ts +5 -2
  93. package/components/More/More.js +3 -3
  94. package/components/More/types.d.ts +2 -1
  95. package/components/MultiSelectV2/MultiSelectV2.d.ts +3 -0
  96. package/components/MultiSelectV2/MultiSelectV2.js +11 -0
  97. package/components/MultiSelectV2/index.d.ts +1 -0
  98. package/components/MultiSelectV2/index.js +1 -0
  99. package/components/MultiSelectV2/types.d.ts +30 -0
  100. package/components/MultiSelectV2/types.js +0 -0
  101. package/components/Pagination/Pagination.js +2 -2
  102. package/components/Pagination/types.d.ts +2 -1
  103. package/components/Popover/PopoverDesktop.js +1 -1
  104. package/components/Popover/PopoverMobile.js +2 -2
  105. package/components/Popover/types.d.ts +1 -0
  106. package/components/Progress/Progress.js +4 -4
  107. package/components/Progress/types.d.ts +2 -1
  108. package/components/ProgressStep/ProgressStep.js +2 -2
  109. package/components/ProgressStep/Step.js +9 -9
  110. package/components/ProgressStep/types.d.ts +3 -2
  111. package/components/Radio/Radio.js +4 -4
  112. package/components/Radio/RadioGroup.js +1 -1
  113. package/components/Radio/types.d.ts +3 -3
  114. package/components/SVGIcons/IconAdd.d.ts +1 -1
  115. package/components/SVGIcons/IconAdd.js +1 -1
  116. package/components/SVGIcons/IconAddCircle.d.ts +1 -1
  117. package/components/SVGIcons/IconAddCircle.js +1 -1
  118. package/components/SVGIcons/IconAddCircleFilled.d.ts +1 -1
  119. package/components/SVGIcons/IconAddCircleFilled.js +1 -1
  120. package/components/SVGIcons/IconAddFilled.d.ts +1 -1
  121. package/components/SVGIcons/IconAddFilled.js +1 -1
  122. package/components/SVGIcons/IconAirplaneTakeOff.d.ts +1 -1
  123. package/components/SVGIcons/IconAirplaneTakeOff.js +1 -1
  124. package/components/SVGIcons/IconAirplaneTakeOffFilled.d.ts +1 -1
  125. package/components/SVGIcons/IconAirplaneTakeOffFilled.js +1 -1
  126. package/components/SVGIcons/IconAlert.d.ts +1 -1
  127. package/components/SVGIcons/IconAlert.js +1 -1
  128. package/components/SVGIcons/IconAlertBadge.d.ts +1 -1
  129. package/components/SVGIcons/IconAlertBadge.js +1 -1
  130. package/components/SVGIcons/IconAlertBadgeFilled.d.ts +1 -1
  131. package/components/SVGIcons/IconAlertBadgeFilled.js +1 -1
  132. package/components/SVGIcons/IconAlertFilled.d.ts +1 -1
  133. package/components/SVGIcons/IconAlertFilled.js +1 -1
  134. package/components/SVGIcons/IconAm.d.ts +1 -1
  135. package/components/SVGIcons/IconAm.js +1 -1
  136. package/components/SVGIcons/IconAmd.d.ts +1 -1
  137. package/components/SVGIcons/IconAmd.js +1 -1
  138. package/components/SVGIcons/IconAmdFilled.d.ts +1 -1
  139. package/components/SVGIcons/IconAmdFilled.js +1 -1
  140. package/components/SVGIcons/IconApple.d.ts +1 -1
  141. package/components/SVGIcons/IconApple.js +1 -1
  142. package/components/SVGIcons/IconArrowDown.d.ts +1 -1
  143. package/components/SVGIcons/IconArrowDown.js +1 -1
  144. package/components/SVGIcons/IconArrowDownFilled.d.ts +1 -1
  145. package/components/SVGIcons/IconArrowDownFilled.js +1 -1
  146. package/components/SVGIcons/IconArrowDownLeft.d.ts +1 -1
  147. package/components/SVGIcons/IconArrowDownLeft.js +1 -1
  148. package/components/SVGIcons/IconArrowDownLeftFilled.d.ts +1 -1
  149. package/components/SVGIcons/IconArrowDownLeftFilled.js +1 -1
  150. package/components/SVGIcons/IconArrowDownload.d.ts +1 -1
  151. package/components/SVGIcons/IconArrowDownload.js +1 -1
  152. package/components/SVGIcons/IconArrowDownloadFilled.d.ts +1 -1
  153. package/components/SVGIcons/IconArrowDownloadFilled.js +1 -1
  154. package/components/SVGIcons/IconArrowEnter.d.ts +1 -1
  155. package/components/SVGIcons/IconArrowEnter.js +1 -1
  156. package/components/SVGIcons/IconArrowEnterFilled.d.ts +1 -1
  157. package/components/SVGIcons/IconArrowEnterFilled.js +1 -1
  158. package/components/SVGIcons/IconArrowExit.d.ts +1 -1
  159. package/components/SVGIcons/IconArrowExit.js +1 -1
  160. package/components/SVGIcons/IconArrowExitFilled.d.ts +1 -1
  161. package/components/SVGIcons/IconArrowExitFilled.js +1 -1
  162. package/components/SVGIcons/IconArrowExportLeftToRight.d.ts +1 -1
  163. package/components/SVGIcons/IconArrowExportLeftToRight.js +1 -1
  164. package/components/SVGIcons/IconArrowExportLeftToRightFilled.d.ts +1 -1
  165. package/components/SVGIcons/IconArrowExportLeftToRightFilled.js +1 -1
  166. package/components/SVGIcons/IconArrowExportRightToLeft.d.ts +1 -1
  167. package/components/SVGIcons/IconArrowExportRightToLeft.js +1 -1
  168. package/components/SVGIcons/IconArrowExportRightToLeftFilled.d.ts +1 -1
  169. package/components/SVGIcons/IconArrowExportRightToLeftFilled.js +1 -1
  170. package/components/SVGIcons/IconArrowExportUp.d.ts +1 -1
  171. package/components/SVGIcons/IconArrowExportUp.js +1 -1
  172. package/components/SVGIcons/IconArrowExportUpFilled.d.ts +1 -1
  173. package/components/SVGIcons/IconArrowExportUpFilled.js +1 -1
  174. package/components/SVGIcons/IconArrowImport.d.ts +1 -1
  175. package/components/SVGIcons/IconArrowImport.js +1 -1
  176. package/components/SVGIcons/IconArrowImportFilled.d.ts +1 -1
  177. package/components/SVGIcons/IconArrowImportFilled.js +1 -1
  178. package/components/SVGIcons/IconArrowLeft.d.ts +1 -1
  179. package/components/SVGIcons/IconArrowLeft.js +1 -1
  180. package/components/SVGIcons/IconArrowLeftFilled.d.ts +1 -1
  181. package/components/SVGIcons/IconArrowLeftFilled.js +1 -1
  182. package/components/SVGIcons/IconArrowRepeatAll.d.ts +1 -1
  183. package/components/SVGIcons/IconArrowRepeatAll.js +1 -1
  184. package/components/SVGIcons/IconArrowRepeatAllFilled.d.ts +1 -1
  185. package/components/SVGIcons/IconArrowRepeatAllFilled.js +1 -1
  186. package/components/SVGIcons/IconArrowReset.d.ts +1 -1
  187. package/components/SVGIcons/IconArrowReset.js +1 -1
  188. package/components/SVGIcons/IconArrowResetFilled.d.ts +1 -1
  189. package/components/SVGIcons/IconArrowResetFilled.js +1 -1
  190. package/components/SVGIcons/IconArrowRight.d.ts +1 -1
  191. package/components/SVGIcons/IconArrowRight.js +1 -1
  192. package/components/SVGIcons/IconArrowRightFilled.d.ts +1 -1
  193. package/components/SVGIcons/IconArrowRightFilled.js +1 -1
  194. package/components/SVGIcons/IconArrowSort.d.ts +1 -1
  195. package/components/SVGIcons/IconArrowSort.js +1 -1
  196. package/components/SVGIcons/IconArrowSortFilled.d.ts +1 -1
  197. package/components/SVGIcons/IconArrowSortFilled.js +1 -1
  198. package/components/SVGIcons/IconArrowSync.d.ts +1 -1
  199. package/components/SVGIcons/IconArrowSync.js +1 -1
  200. package/components/SVGIcons/IconArrowSyncFilled.d.ts +1 -1
  201. package/components/SVGIcons/IconArrowSyncFilled.js +1 -1
  202. package/components/SVGIcons/IconArrowUp.d.ts +1 -1
  203. package/components/SVGIcons/IconArrowUp.js +1 -1
  204. package/components/SVGIcons/IconArrowUpFilled.d.ts +1 -1
  205. package/components/SVGIcons/IconArrowUpFilled.js +1 -1
  206. package/components/SVGIcons/IconArrowUpLeft.d.ts +1 -1
  207. package/components/SVGIcons/IconArrowUpLeft.js +1 -1
  208. package/components/SVGIcons/IconArrowUpLeftFilled.d.ts +1 -1
  209. package/components/SVGIcons/IconArrowUpLeftFilled.js +1 -1
  210. package/components/SVGIcons/IconArrowUpRight.d.ts +1 -1
  211. package/components/SVGIcons/IconArrowUpRight.js +1 -1
  212. package/components/SVGIcons/IconArrowUpRightFilled.d.ts +1 -1
  213. package/components/SVGIcons/IconArrowUpRightFilled.js +1 -1
  214. package/components/SVGIcons/IconAttach.d.ts +1 -1
  215. package/components/SVGIcons/IconAttach.js +1 -1
  216. package/components/SVGIcons/IconAttachFilled.d.ts +1 -1
  217. package/components/SVGIcons/IconAttachFilled.js +1 -1
  218. package/components/SVGIcons/IconBeach.d.ts +1 -1
  219. package/components/SVGIcons/IconBeach.js +1 -1
  220. package/components/SVGIcons/IconBeachFilled.d.ts +1 -1
  221. package/components/SVGIcons/IconBeachFilled.js +1 -1
  222. package/components/SVGIcons/IconBedDouble.d.ts +4 -0
  223. package/components/SVGIcons/IconBedDouble.js +5 -0
  224. package/components/SVGIcons/IconBook.d.ts +1 -1
  225. package/components/SVGIcons/IconBook.js +1 -1
  226. package/components/SVGIcons/IconBookFilled.d.ts +1 -1
  227. package/components/SVGIcons/IconBookFilled.js +1 -1
  228. package/components/SVGIcons/IconBookmark.d.ts +1 -1
  229. package/components/SVGIcons/IconBookmark.js +1 -1
  230. package/components/SVGIcons/IconBookmarkFilled.d.ts +1 -1
  231. package/components/SVGIcons/IconBookmarkFilled.js +1 -1
  232. package/components/SVGIcons/IconBriefcase.d.ts +1 -1
  233. package/components/SVGIcons/IconBriefcase.js +1 -1
  234. package/components/SVGIcons/IconBriefcaseFilled.d.ts +1 -1
  235. package/components/SVGIcons/IconBriefcaseFilled.js +1 -1
  236. package/components/SVGIcons/IconBudgetTransfer.d.ts +1 -1
  237. package/components/SVGIcons/IconBudgetTransfer.js +1 -1
  238. package/components/SVGIcons/IconBuilding.d.ts +1 -1
  239. package/components/SVGIcons/IconBuilding.js +1 -1
  240. package/components/SVGIcons/IconBuildingBank.d.ts +1 -1
  241. package/components/SVGIcons/IconBuildingBank.js +1 -1
  242. package/components/SVGIcons/IconBuildingBankFilled.d.ts +1 -1
  243. package/components/SVGIcons/IconBuildingBankFilled.js +1 -1
  244. package/components/SVGIcons/IconBuildingFilled.d.ts +1 -1
  245. package/components/SVGIcons/IconBuildingFilled.js +1 -1
  246. package/components/SVGIcons/IconBulletListAdd.d.ts +1 -1
  247. package/components/SVGIcons/IconBulletListAdd.js +1 -1
  248. package/components/SVGIcons/IconBulletListAddFilled.d.ts +1 -1
  249. package/components/SVGIcons/IconBulletListAddFilled.js +1 -1
  250. package/components/SVGIcons/IconCalculator.d.ts +1 -1
  251. package/components/SVGIcons/IconCalculator.js +1 -1
  252. package/components/SVGIcons/IconCalculatorFilled.d.ts +1 -1
  253. package/components/SVGIcons/IconCalculatorFilled.js +1 -1
  254. package/components/SVGIcons/IconCalendarClock.d.ts +1 -1
  255. package/components/SVGIcons/IconCalendarClock.js +1 -1
  256. package/components/SVGIcons/IconCalendarClockFilled.d.ts +1 -1
  257. package/components/SVGIcons/IconCalendarClockFilled.js +1 -1
  258. package/components/SVGIcons/IconCalendarDay.d.ts +1 -1
  259. package/components/SVGIcons/IconCalendarDay.js +1 -1
  260. package/components/SVGIcons/IconCalendarDayFilled.d.ts +1 -1
  261. package/components/SVGIcons/IconCalendarDayFilled.js +1 -1
  262. package/components/SVGIcons/IconCalendarDays.d.ts +4 -0
  263. package/components/SVGIcons/IconCalendarDays.js +11 -0
  264. package/components/SVGIcons/IconCalendarEmpty.d.ts +1 -1
  265. package/components/SVGIcons/IconCalendarEmpty.js +1 -1
  266. package/components/SVGIcons/IconCalendarLeft.d.ts +1 -1
  267. package/components/SVGIcons/IconCalendarLeft.js +1 -1
  268. package/components/SVGIcons/IconCalendarLeftFilled.d.ts +1 -1
  269. package/components/SVGIcons/IconCalendarLeftFilled.js +1 -1
  270. package/components/SVGIcons/IconCalendarRight.d.ts +1 -1
  271. package/components/SVGIcons/IconCalendarRight.js +1 -1
  272. package/components/SVGIcons/IconCalendarRightFilled.d.ts +1 -1
  273. package/components/SVGIcons/IconCalendarRightFilled.js +1 -1
  274. package/components/SVGIcons/IconCall.d.ts +1 -1
  275. package/components/SVGIcons/IconCall.js +1 -1
  276. package/components/SVGIcons/IconCallFilled.d.ts +1 -1
  277. package/components/SVGIcons/IconCallFilled.js +1 -1
  278. package/components/SVGIcons/IconCar.d.ts +4 -0
  279. package/components/SVGIcons/IconCar.js +5 -0
  280. package/components/SVGIcons/IconCard.d.ts +1 -1
  281. package/components/SVGIcons/IconCard.js +1 -1
  282. package/components/SVGIcons/IconCardFilled.d.ts +1 -1
  283. package/components/SVGIcons/IconCardFilled.js +1 -1
  284. package/components/SVGIcons/IconCaretDown.d.ts +1 -1
  285. package/components/SVGIcons/IconCaretDown.js +1 -1
  286. package/components/SVGIcons/IconCaretDownFilled.d.ts +1 -1
  287. package/components/SVGIcons/IconCaretDownFilled.js +1 -1
  288. package/components/SVGIcons/IconCaretDownRight.d.ts +1 -1
  289. package/components/SVGIcons/IconCaretDownRight.js +1 -1
  290. package/components/SVGIcons/IconCaretDownRightFilled.d.ts +1 -1
  291. package/components/SVGIcons/IconCaretDownRightFilled.js +1 -1
  292. package/components/SVGIcons/IconCaretLeft.d.ts +1 -1
  293. package/components/SVGIcons/IconCaretLeft.js +1 -1
  294. package/components/SVGIcons/IconCaretLeftFilled.d.ts +1 -1
  295. package/components/SVGIcons/IconCaretLeftFilled.js +1 -1
  296. package/components/SVGIcons/IconCaretRight.d.ts +1 -1
  297. package/components/SVGIcons/IconCaretRight.js +1 -1
  298. package/components/SVGIcons/IconCaretRightFilled.d.ts +1 -1
  299. package/components/SVGIcons/IconCaretRightFilled.js +1 -1
  300. package/components/SVGIcons/IconCaretUp.d.ts +1 -1
  301. package/components/SVGIcons/IconCaretUp.js +1 -1
  302. package/components/SVGIcons/IconCaretUpFilled.d.ts +1 -1
  303. package/components/SVGIcons/IconCaretUpFilled.js +1 -1
  304. package/components/SVGIcons/IconChartPerson.d.ts +1 -1
  305. package/components/SVGIcons/IconChartPerson.js +1 -1
  306. package/components/SVGIcons/IconChartPersonFilled.d.ts +1 -1
  307. package/components/SVGIcons/IconChartPersonFilled.js +1 -1
  308. package/components/SVGIcons/IconChat.d.ts +1 -1
  309. package/components/SVGIcons/IconChat.js +1 -1
  310. package/components/SVGIcons/IconChatFilled.d.ts +1 -1
  311. package/components/SVGIcons/IconChatFilled.js +1 -1
  312. package/components/SVGIcons/IconChatMultiple.d.ts +1 -1
  313. package/components/SVGIcons/IconChatMultiple.js +1 -1
  314. package/components/SVGIcons/IconChatMultipleFilled.d.ts +1 -1
  315. package/components/SVGIcons/IconChatMultipleFilled.js +1 -1
  316. package/components/SVGIcons/IconCheckboxArrowRight.d.ts +1 -1
  317. package/components/SVGIcons/IconCheckboxArrowRight.js +1 -1
  318. package/components/SVGIcons/IconCheckboxArrowRightFilled.d.ts +1 -1
  319. package/components/SVGIcons/IconCheckboxArrowRightFilled.js +1 -1
  320. package/components/SVGIcons/IconCheckmark.d.ts +1 -1
  321. package/components/SVGIcons/IconCheckmark.js +1 -1
  322. package/components/SVGIcons/IconCheckmarkCircle.d.ts +1 -1
  323. package/components/SVGIcons/IconCheckmarkCircle.js +1 -1
  324. package/components/SVGIcons/IconCheckmarkCircleFilled.d.ts +1 -1
  325. package/components/SVGIcons/IconCheckmarkCircleFilled.js +1 -1
  326. package/components/SVGIcons/IconCheckmarkFilled.d.ts +1 -1
  327. package/components/SVGIcons/IconCheckmarkFilled.js +1 -1
  328. package/components/SVGIcons/IconChevronDoubleLeft.d.ts +1 -1
  329. package/components/SVGIcons/IconChevronDoubleLeft.js +1 -1
  330. package/components/SVGIcons/IconChevronDoubleRight.d.ts +1 -1
  331. package/components/SVGIcons/IconChevronDoubleRight.js +1 -1
  332. package/components/SVGIcons/IconChevronDown.d.ts +1 -1
  333. package/components/SVGIcons/IconChevronDown.js +1 -1
  334. package/components/SVGIcons/IconChevronDownFilled.d.ts +1 -1
  335. package/components/SVGIcons/IconChevronDownFilled.js +1 -1
  336. package/components/SVGIcons/IconChevronLeft.d.ts +1 -1
  337. package/components/SVGIcons/IconChevronLeft.js +1 -1
  338. package/components/SVGIcons/IconChevronLeftFilled.d.ts +1 -1
  339. package/components/SVGIcons/IconChevronLeftFilled.js +1 -1
  340. package/components/SVGIcons/IconChevronRight.d.ts +1 -1
  341. package/components/SVGIcons/IconChevronRight.js +1 -1
  342. package/components/SVGIcons/IconChevronRightFilled.d.ts +1 -1
  343. package/components/SVGIcons/IconChevronRightFilled.js +1 -1
  344. package/components/SVGIcons/IconChevronUp.d.ts +1 -1
  345. package/components/SVGIcons/IconChevronUp.js +1 -1
  346. package/components/SVGIcons/IconChevronUpDown.d.ts +1 -1
  347. package/components/SVGIcons/IconChevronUpDown.js +1 -1
  348. package/components/SVGIcons/IconChevronUpDownFilled.d.ts +1 -1
  349. package/components/SVGIcons/IconChevronUpDownFilled.js +1 -1
  350. package/components/SVGIcons/IconChevronUpFilled.d.ts +1 -1
  351. package/components/SVGIcons/IconChevronUpFilled.js +1 -1
  352. package/components/SVGIcons/IconClipboardDay.d.ts +1 -1
  353. package/components/SVGIcons/IconClipboardDay.js +1 -1
  354. package/components/SVGIcons/IconClock.d.ts +1 -1
  355. package/components/SVGIcons/IconClock.js +1 -1
  356. package/components/SVGIcons/IconClockDismiss.d.ts +1 -1
  357. package/components/SVGIcons/IconClockDismiss.js +1 -1
  358. package/components/SVGIcons/IconClockDismissFilled.d.ts +1 -1
  359. package/components/SVGIcons/IconClockDismissFilled.js +1 -1
  360. package/components/SVGIcons/IconClockFilled.d.ts +1 -1
  361. package/components/SVGIcons/IconClockFilled.js +1 -1
  362. package/components/SVGIcons/IconCode.d.ts +4 -0
  363. package/components/SVGIcons/IconCode.js +4 -0
  364. package/components/SVGIcons/IconCoins.d.ts +4 -0
  365. package/components/SVGIcons/IconCoins.js +5 -0
  366. package/components/SVGIcons/IconComment.d.ts +1 -1
  367. package/components/SVGIcons/IconComment.js +1 -1
  368. package/components/SVGIcons/IconCommentFilled.d.ts +1 -1
  369. package/components/SVGIcons/IconCommentFilled.js +1 -1
  370. package/components/SVGIcons/IconContractCard.d.ts +1 -1
  371. package/components/SVGIcons/IconContractCard.js +1 -1
  372. package/components/SVGIcons/IconContractCardFilled.d.ts +1 -1
  373. package/components/SVGIcons/IconContractCardFilled.js +1 -1
  374. package/components/SVGIcons/IconCopy.d.ts +1 -1
  375. package/components/SVGIcons/IconCopy.js +1 -1
  376. package/components/SVGIcons/IconCopyFilled.d.ts +1 -1
  377. package/components/SVGIcons/IconCopyFilled.js +1 -1
  378. package/components/SVGIcons/IconCubeTree.d.ts +1 -1
  379. package/components/SVGIcons/IconCubeTree.js +1 -1
  380. package/components/SVGIcons/IconCubeTreeFilled.d.ts +1 -1
  381. package/components/SVGIcons/IconCubeTreeFilled.js +1 -1
  382. package/components/SVGIcons/IconDatabase.d.ts +1 -1
  383. package/components/SVGIcons/IconDatabase.js +1 -1
  384. package/components/SVGIcons/IconDatabaseFilled.d.ts +1 -1
  385. package/components/SVGIcons/IconDatabaseFilled.js +1 -1
  386. package/components/SVGIcons/IconDelete.d.ts +1 -1
  387. package/components/SVGIcons/IconDelete.js +1 -1
  388. package/components/SVGIcons/IconDeleteFilled.d.ts +1 -1
  389. package/components/SVGIcons/IconDeleteFilled.js +1 -1
  390. package/components/SVGIcons/IconDeviceMeetingRoom.d.ts +1 -1
  391. package/components/SVGIcons/IconDeviceMeetingRoom.js +1 -1
  392. package/components/SVGIcons/IconDeviceMeetingRoomFilled.d.ts +1 -1
  393. package/components/SVGIcons/IconDeviceMeetingRoomFilled.js +1 -1
  394. package/components/SVGIcons/IconDismiss.d.ts +1 -1
  395. package/components/SVGIcons/IconDismiss.js +1 -1
  396. package/components/SVGIcons/IconDismissCircle.d.ts +1 -1
  397. package/components/SVGIcons/IconDismissCircle.js +1 -1
  398. package/components/SVGIcons/IconDismissCircleFilled.d.ts +1 -1
  399. package/components/SVGIcons/IconDismissCircleFilled.js +1 -1
  400. package/components/SVGIcons/IconDismissFilled.d.ts +1 -1
  401. package/components/SVGIcons/IconDismissFilled.js +1 -1
  402. package/components/SVGIcons/IconDocument.d.ts +1 -1
  403. package/components/SVGIcons/IconDocument.js +1 -1
  404. package/components/SVGIcons/IconDocumentBulletList.d.ts +1 -1
  405. package/components/SVGIcons/IconDocumentBulletList.js +1 -1
  406. package/components/SVGIcons/IconDocumentBulletListFilled.d.ts +1 -1
  407. package/components/SVGIcons/IconDocumentBulletListFilled.js +1 -1
  408. package/components/SVGIcons/IconDocumentEdit.d.ts +1 -1
  409. package/components/SVGIcons/IconDocumentEdit.js +1 -1
  410. package/components/SVGIcons/IconDocumentEditFilled.d.ts +1 -1
  411. package/components/SVGIcons/IconDocumentEditFilled.js +1 -1
  412. package/components/SVGIcons/IconDocumentFilled.d.ts +1 -1
  413. package/components/SVGIcons/IconDocumentFilled.js +1 -1
  414. package/components/SVGIcons/IconDocumentPerson.d.ts +1 -1
  415. package/components/SVGIcons/IconDocumentPerson.js +1 -1
  416. package/components/SVGIcons/IconDownload.d.ts +4 -0
  417. package/components/SVGIcons/IconDownload.js +4 -0
  418. package/components/SVGIcons/IconEdit.d.ts +1 -1
  419. package/components/SVGIcons/IconEdit.js +1 -1
  420. package/components/SVGIcons/IconEditFilled.d.ts +1 -1
  421. package/components/SVGIcons/IconEditFilled.js +1 -1
  422. package/components/SVGIcons/IconErrorCircle.d.ts +1 -1
  423. package/components/SVGIcons/IconErrorCircle.js +1 -1
  424. package/components/SVGIcons/IconErrorCircleFilled.d.ts +1 -1
  425. package/components/SVGIcons/IconErrorCircleFilled.js +1 -1
  426. package/components/SVGIcons/IconEur.d.ts +1 -1
  427. package/components/SVGIcons/IconEur.js +1 -1
  428. package/components/SVGIcons/IconEurFilled.d.ts +1 -1
  429. package/components/SVGIcons/IconEurFilled.js +1 -1
  430. package/components/SVGIcons/IconExpandUpLeft.d.ts +1 -1
  431. package/components/SVGIcons/IconExpandUpLeft.js +1 -1
  432. package/components/SVGIcons/IconExpandUpLeftFilled.d.ts +1 -1
  433. package/components/SVGIcons/IconExpandUpLeftFilled.js +1 -1
  434. package/components/SVGIcons/IconExpandUpRight.d.ts +1 -1
  435. package/components/SVGIcons/IconExpandUpRight.js +1 -1
  436. package/components/SVGIcons/IconExpandUpRightFilled.d.ts +1 -1
  437. package/components/SVGIcons/IconExpandUpRightFilled.js +1 -1
  438. package/components/SVGIcons/IconEyeOff.d.ts +1 -1
  439. package/components/SVGIcons/IconEyeOff.js +1 -1
  440. package/components/SVGIcons/IconEyeOffFilled.d.ts +1 -1
  441. package/components/SVGIcons/IconEyeOffFilled.js +1 -1
  442. package/components/SVGIcons/IconEyeOn.d.ts +1 -1
  443. package/components/SVGIcons/IconEyeOn.js +1 -1
  444. package/components/SVGIcons/IconEyeOnFilled.d.ts +1 -1
  445. package/components/SVGIcons/IconEyeOnFilled.js +1 -1
  446. package/components/SVGIcons/IconFacebook.d.ts +1 -1
  447. package/components/SVGIcons/IconFacebook.js +1 -1
  448. package/components/SVGIcons/IconFastAcceleration.d.ts +1 -1
  449. package/components/SVGIcons/IconFastAcceleration.js +1 -1
  450. package/components/SVGIcons/IconFastAccelerationFilled.d.ts +1 -1
  451. package/components/SVGIcons/IconFastAccelerationFilled.js +1 -1
  452. package/components/SVGIcons/IconFeed.d.ts +1 -1
  453. package/components/SVGIcons/IconFeed.js +1 -1
  454. package/components/SVGIcons/IconFeedFilled.d.ts +1 -1
  455. package/components/SVGIcons/IconFeedFilled.js +1 -1
  456. package/components/SVGIcons/IconFilter.d.ts +1 -1
  457. package/components/SVGIcons/IconFilter.js +1 -1
  458. package/components/SVGIcons/IconFilterFilled.d.ts +1 -1
  459. package/components/SVGIcons/IconFilterFilled.js +1 -1
  460. package/components/SVGIcons/IconFlag.d.ts +1 -1
  461. package/components/SVGIcons/IconFlag.js +1 -1
  462. package/components/SVGIcons/IconFlagFilled.d.ts +1 -1
  463. package/components/SVGIcons/IconFlagFilled.js +1 -1
  464. package/components/SVGIcons/IconFolderLink.d.ts +1 -1
  465. package/components/SVGIcons/IconFolderLink.js +1 -1
  466. package/components/SVGIcons/IconFolderLinkFilled.d.ts +1 -1
  467. package/components/SVGIcons/IconFolderLinkFilled.js +1 -1
  468. package/components/SVGIcons/IconFood.d.ts +1 -1
  469. package/components/SVGIcons/IconFood.js +1 -1
  470. package/components/SVGIcons/IconFoodFilled.d.ts +1 -1
  471. package/components/SVGIcons/IconFoodFilled.js +1 -1
  472. package/components/SVGIcons/IconGb.d.ts +1 -1
  473. package/components/SVGIcons/IconGb.js +1 -1
  474. package/components/SVGIcons/IconGlobe.d.ts +1 -1
  475. package/components/SVGIcons/IconGlobe.js +1 -1
  476. package/components/SVGIcons/IconGlobeFilled.d.ts +1 -1
  477. package/components/SVGIcons/IconGlobeFilled.js +1 -1
  478. package/components/SVGIcons/IconGoogle.d.ts +1 -1
  479. package/components/SVGIcons/IconGoogle.js +1 -1
  480. package/components/SVGIcons/IconHandOpenHeart.d.ts +1 -1
  481. package/components/SVGIcons/IconHandOpenHeart.js +1 -1
  482. package/components/SVGIcons/IconHandOpenHeartFilled.d.ts +1 -1
  483. package/components/SVGIcons/IconHandOpenHeartFilled.js +1 -1
  484. package/components/SVGIcons/IconHeart.d.ts +1 -1
  485. package/components/SVGIcons/IconHeart.js +1 -1
  486. package/components/SVGIcons/IconHeartFilled.d.ts +1 -1
  487. package/components/SVGIcons/IconHeartFilled.js +1 -1
  488. package/components/SVGIcons/IconHistory.d.ts +1 -1
  489. package/components/SVGIcons/IconHistory.js +1 -1
  490. package/components/SVGIcons/IconHistoryFilled.d.ts +1 -1
  491. package/components/SVGIcons/IconHistoryFilled.js +1 -1
  492. package/components/SVGIcons/IconHome.d.ts +1 -1
  493. package/components/SVGIcons/IconHome.js +1 -1
  494. package/components/SVGIcons/IconHomeFilled.d.ts +1 -1
  495. package/components/SVGIcons/IconHomeFilled.js +1 -1
  496. package/components/SVGIcons/IconImage.d.ts +1 -1
  497. package/components/SVGIcons/IconImage.js +1 -1
  498. package/components/SVGIcons/IconImageFilled.d.ts +1 -1
  499. package/components/SVGIcons/IconImageFilled.js +1 -1
  500. package/components/SVGIcons/IconInfo.d.ts +1 -1
  501. package/components/SVGIcons/IconInfo.js +1 -1
  502. package/components/SVGIcons/IconInfoFilled.d.ts +1 -1
  503. package/components/SVGIcons/IconInfoFilled.js +1 -1
  504. package/components/SVGIcons/IconInstagram.d.ts +1 -1
  505. package/components/SVGIcons/IconInstagram.js +1 -1
  506. package/components/SVGIcons/IconKeyReset.d.ts +1 -1
  507. package/components/SVGIcons/IconKeyReset.js +1 -1
  508. package/components/SVGIcons/IconKeyResetFilled.d.ts +1 -1
  509. package/components/SVGIcons/IconKeyResetFilled.js +1 -1
  510. package/components/SVGIcons/IconLayers.d.ts +4 -0
  511. package/components/SVGIcons/IconLayers.js +4 -0
  512. package/components/SVGIcons/IconLayoutGrid.d.ts +4 -0
  513. package/components/SVGIcons/IconLayoutGrid.js +5 -0
  514. package/components/SVGIcons/IconLayoutList.d.ts +4 -0
  515. package/components/SVGIcons/IconLayoutList.js +3 -0
  516. package/components/SVGIcons/IconLibrary.d.ts +1 -1
  517. package/components/SVGIcons/IconLibrary.js +1 -1
  518. package/components/SVGIcons/IconLibraryFilled.d.ts +1 -1
  519. package/components/SVGIcons/IconLibraryFilled.js +1 -1
  520. package/components/SVGIcons/IconLink.d.ts +1 -1
  521. package/components/SVGIcons/IconLink.js +1 -1
  522. package/components/SVGIcons/IconLinkFilled.d.ts +1 -1
  523. package/components/SVGIcons/IconLinkFilled.js +1 -1
  524. package/components/SVGIcons/IconLinkedin.d.ts +1 -1
  525. package/components/SVGIcons/IconLinkedin.js +1 -1
  526. package/components/SVGIcons/IconList.d.ts +1 -1
  527. package/components/SVGIcons/IconList.js +1 -1
  528. package/components/SVGIcons/IconListFilled.d.ts +1 -1
  529. package/components/SVGIcons/IconListFilled.js +1 -1
  530. package/components/SVGIcons/IconLocation.d.ts +1 -1
  531. package/components/SVGIcons/IconLocation.js +1 -1
  532. package/components/SVGIcons/IconLocationFilled.d.ts +1 -1
  533. package/components/SVGIcons/IconLocationFilled.js +1 -1
  534. package/components/SVGIcons/IconLockClosed.d.ts +1 -1
  535. package/components/SVGIcons/IconLockClosed.js +1 -1
  536. package/components/SVGIcons/IconLockClosedFilled.d.ts +1 -1
  537. package/components/SVGIcons/IconLockClosedFilled.js +1 -1
  538. package/components/SVGIcons/IconLockOpen.d.ts +1 -1
  539. package/components/SVGIcons/IconLockOpen.js +1 -1
  540. package/components/SVGIcons/IconLockOpenFilled.d.ts +1 -1
  541. package/components/SVGIcons/IconLockOpenFilled.js +1 -1
  542. package/components/SVGIcons/IconMail.d.ts +1 -1
  543. package/components/SVGIcons/IconMail.js +1 -1
  544. package/components/SVGIcons/IconMailAdd.d.ts +1 -1
  545. package/components/SVGIcons/IconMailAdd.js +1 -1
  546. package/components/SVGIcons/IconMailAddFilled.d.ts +1 -1
  547. package/components/SVGIcons/IconMailAddFilled.js +1 -1
  548. package/components/SVGIcons/IconMailArrowForward.d.ts +1 -1
  549. package/components/SVGIcons/IconMailArrowForward.js +1 -1
  550. package/components/SVGIcons/IconMailArrowForwardFilled.d.ts +1 -1
  551. package/components/SVGIcons/IconMailArrowForwardFilled.js +1 -1
  552. package/components/SVGIcons/IconMailFilled.d.ts +1 -1
  553. package/components/SVGIcons/IconMailFilled.js +1 -1
  554. package/components/SVGIcons/IconMailLink.d.ts +1 -1
  555. package/components/SVGIcons/IconMailLink.js +1 -1
  556. package/components/SVGIcons/IconMailLinkFilled.d.ts +1 -1
  557. package/components/SVGIcons/IconMailLinkFilled.js +1 -1
  558. package/components/SVGIcons/IconMedium.d.ts +1 -1
  559. package/components/SVGIcons/IconMedium.js +1 -1
  560. package/components/SVGIcons/IconMoon.d.ts +1 -1
  561. package/components/SVGIcons/IconMoon.js +1 -1
  562. package/components/SVGIcons/IconMore.d.ts +1 -1
  563. package/components/SVGIcons/IconMore.js +1 -1
  564. package/components/SVGIcons/IconMoreFilled.d.ts +1 -1
  565. package/components/SVGIcons/IconMoreFilled.js +1 -1
  566. package/components/SVGIcons/IconMoreVertical.d.ts +1 -1
  567. package/components/SVGIcons/IconMoreVertical.js +1 -1
  568. package/components/SVGIcons/IconMoreVerticalFilled.d.ts +1 -1
  569. package/components/SVGIcons/IconMoreVerticalFilled.js +1 -1
  570. package/components/SVGIcons/IconNavigation.d.ts +1 -1
  571. package/components/SVGIcons/IconNavigation.js +1 -1
  572. package/components/SVGIcons/IconNavigationFilled.d.ts +1 -1
  573. package/components/SVGIcons/IconNavigationFilled.js +1 -1
  574. package/components/SVGIcons/IconNotebook.d.ts +1 -1
  575. package/components/SVGIcons/IconNotebook.js +1 -1
  576. package/components/SVGIcons/IconNotebookAdd.d.ts +1 -1
  577. package/components/SVGIcons/IconNotebookAdd.js +1 -1
  578. package/components/SVGIcons/IconNotebookAddFilled.d.ts +1 -1
  579. package/components/SVGIcons/IconNotebookAddFilled.js +1 -1
  580. package/components/SVGIcons/IconNotebookFilled.d.ts +1 -1
  581. package/components/SVGIcons/IconNotebookFilled.js +1 -1
  582. package/components/SVGIcons/IconOnlyEmployee.d.ts +1 -1
  583. package/components/SVGIcons/IconOnlyEmployee.js +1 -1
  584. package/components/SVGIcons/IconOpen.d.ts +1 -1
  585. package/components/SVGIcons/IconOpen.js +1 -1
  586. package/components/SVGIcons/IconOpenFilled.d.ts +1 -1
  587. package/components/SVGIcons/IconOpenFilled.js +1 -1
  588. package/components/SVGIcons/IconPatient.d.ts +1 -1
  589. package/components/SVGIcons/IconPatient.js +1 -1
  590. package/components/SVGIcons/IconPatientFilled.d.ts +1 -1
  591. package/components/SVGIcons/IconPatientFilled.js +1 -1
  592. package/components/SVGIcons/IconPeople.d.ts +1 -1
  593. package/components/SVGIcons/IconPeople.js +1 -1
  594. package/components/SVGIcons/IconPeopleAdd.d.ts +1 -1
  595. package/components/SVGIcons/IconPeopleAdd.js +1 -1
  596. package/components/SVGIcons/IconPeopleAddFilled.d.ts +1 -1
  597. package/components/SVGIcons/IconPeopleAddFilled.js +1 -1
  598. package/components/SVGIcons/IconPeopleFilled.d.ts +1 -1
  599. package/components/SVGIcons/IconPeopleFilled.js +1 -1
  600. package/components/SVGIcons/IconPeopleList.d.ts +1 -1
  601. package/components/SVGIcons/IconPeopleList.js +1 -1
  602. package/components/SVGIcons/IconPeopleListFilled.d.ts +1 -1
  603. package/components/SVGIcons/IconPeopleListFilled.js +1 -1
  604. package/components/SVGIcons/IconPeopleTeam.d.ts +1 -1
  605. package/components/SVGIcons/IconPeopleTeam.js +1 -1
  606. package/components/SVGIcons/IconPeopleTeamFilled.d.ts +1 -1
  607. package/components/SVGIcons/IconPeopleTeamFilled.js +1 -1
  608. package/components/SVGIcons/IconPercent.d.ts +1 -1
  609. package/components/SVGIcons/IconPercent.js +1 -1
  610. package/components/SVGIcons/IconPerson.d.ts +1 -1
  611. package/components/SVGIcons/IconPerson.js +1 -1
  612. package/components/SVGIcons/IconPersonAccount.d.ts +1 -1
  613. package/components/SVGIcons/IconPersonAccount.js +1 -1
  614. package/components/SVGIcons/IconPersonAccountFilled.d.ts +1 -1
  615. package/components/SVGIcons/IconPersonAccountFilled.js +1 -1
  616. package/components/SVGIcons/IconPersonAdd.d.ts +1 -1
  617. package/components/SVGIcons/IconPersonAdd.js +1 -1
  618. package/components/SVGIcons/IconPersonAddFilled.d.ts +1 -1
  619. package/components/SVGIcons/IconPersonAddFilled.js +1 -1
  620. package/components/SVGIcons/IconPersonArrowLeft.d.ts +1 -1
  621. package/components/SVGIcons/IconPersonArrowLeft.js +1 -1
  622. package/components/SVGIcons/IconPersonArrowLeftFilled.d.ts +1 -1
  623. package/components/SVGIcons/IconPersonArrowLeftFilled.js +1 -1
  624. package/components/SVGIcons/IconPersonArrowRight.d.ts +1 -1
  625. package/components/SVGIcons/IconPersonArrowRight.js +1 -1
  626. package/components/SVGIcons/IconPersonArrowRightFilled.d.ts +1 -1
  627. package/components/SVGIcons/IconPersonArrowRightFilled.js +1 -1
  628. package/components/SVGIcons/IconPersonBoard.d.ts +1 -1
  629. package/components/SVGIcons/IconPersonBoard.js +1 -1
  630. package/components/SVGIcons/IconPersonFilled.d.ts +1 -1
  631. package/components/SVGIcons/IconPersonFilled.js +1 -1
  632. package/components/SVGIcons/IconPersonMinus.d.ts +1 -1
  633. package/components/SVGIcons/IconPersonMinus.js +1 -1
  634. package/components/SVGIcons/IconPersonStar.d.ts +1 -1
  635. package/components/SVGIcons/IconPersonStar.js +1 -1
  636. package/components/SVGIcons/IconPersonStarFilled.d.ts +1 -1
  637. package/components/SVGIcons/IconPersonStarFilled.js +1 -1
  638. package/components/SVGIcons/IconPersonSubtract.d.ts +1 -1
  639. package/components/SVGIcons/IconPersonSubtract.js +1 -1
  640. package/components/SVGIcons/IconPersonSubtractFilled.d.ts +1 -1
  641. package/components/SVGIcons/IconPersonSubtractFilled.js +1 -1
  642. package/components/SVGIcons/IconPhone.d.ts +1 -1
  643. package/components/SVGIcons/IconPhone.js +1 -1
  644. package/components/SVGIcons/IconPhoneFilled.d.ts +1 -1
  645. package/components/SVGIcons/IconPhoneFilled.js +1 -1
  646. package/components/SVGIcons/IconPlane.d.ts +4 -0
  647. package/components/SVGIcons/IconPlane.js +1 -0
  648. package/components/SVGIcons/IconPlugConnected.d.ts +1 -1
  649. package/components/SVGIcons/IconPlugConnected.js +1 -1
  650. package/components/SVGIcons/IconPos.d.ts +1 -1
  651. package/components/SVGIcons/IconPos.js +1 -1
  652. package/components/SVGIcons/IconPosFilled.d.ts +1 -1
  653. package/components/SVGIcons/IconPosFilled.js +1 -1
  654. package/components/SVGIcons/IconProhibited.d.ts +1 -1
  655. package/components/SVGIcons/IconProhibited.js +1 -1
  656. package/components/SVGIcons/IconProhibitedFilled.d.ts +1 -1
  657. package/components/SVGIcons/IconProhibitedFilled.js +1 -1
  658. package/components/SVGIcons/IconProjectProduct.d.ts +1 -1
  659. package/components/SVGIcons/IconProjectProduct.js +1 -1
  660. package/components/SVGIcons/IconQuestion.d.ts +1 -1
  661. package/components/SVGIcons/IconQuestion.js +1 -1
  662. package/components/SVGIcons/IconQuestionFilled.d.ts +1 -1
  663. package/components/SVGIcons/IconQuestionFilled.js +1 -1
  664. package/components/SVGIcons/IconRedo.d.ts +1 -1
  665. package/components/SVGIcons/IconRedo.js +1 -1
  666. package/components/SVGIcons/IconRedoFilled.d.ts +1 -1
  667. package/components/SVGIcons/IconRedoFilled.js +1 -1
  668. package/components/SVGIcons/IconRibbon.d.ts +1 -1
  669. package/components/SVGIcons/IconRibbon.js +1 -1
  670. package/components/SVGIcons/IconRu.d.ts +1 -1
  671. package/components/SVGIcons/IconRu.js +1 -1
  672. package/components/SVGIcons/IconRub.d.ts +1 -1
  673. package/components/SVGIcons/IconRub.js +1 -1
  674. package/components/SVGIcons/IconRubFilled.d.ts +1 -1
  675. package/components/SVGIcons/IconRubFilled.js +1 -1
  676. package/components/SVGIcons/IconSave.d.ts +1 -1
  677. package/components/SVGIcons/IconSave.js +1 -1
  678. package/components/SVGIcons/IconSaveFilled.d.ts +1 -1
  679. package/components/SVGIcons/IconSaveFilled.js +1 -1
  680. package/components/SVGIcons/IconSavings.d.ts +1 -1
  681. package/components/SVGIcons/IconSavings.js +1 -1
  682. package/components/SVGIcons/IconSavingsFilled.d.ts +1 -1
  683. package/components/SVGIcons/IconSavingsFilled.js +1 -1
  684. package/components/SVGIcons/IconSearch.d.ts +1 -1
  685. package/components/SVGIcons/IconSearch.js +1 -1
  686. package/components/SVGIcons/IconSearchFilled.d.ts +1 -1
  687. package/components/SVGIcons/IconSearchFilled.js +1 -1
  688. package/components/SVGIcons/IconSelectAllOff.d.ts +1 -1
  689. package/components/SVGIcons/IconSelectAllOff.js +1 -1
  690. package/components/SVGIcons/IconSelectAllOffFilled.d.ts +1 -1
  691. package/components/SVGIcons/IconSelectAllOffFilled.js +1 -1
  692. package/components/SVGIcons/IconSelectAllOn.d.ts +1 -1
  693. package/components/SVGIcons/IconSelectAllOn.js +1 -1
  694. package/components/SVGIcons/IconSelectAllOnFilled.d.ts +1 -1
  695. package/components/SVGIcons/IconSelectAllOnFilled.js +1 -1
  696. package/components/SVGIcons/IconSend.d.ts +1 -1
  697. package/components/SVGIcons/IconSend.js +1 -1
  698. package/components/SVGIcons/IconSendFilled.d.ts +1 -1
  699. package/components/SVGIcons/IconSendFilled.js +1 -1
  700. package/components/SVGIcons/IconSettings.d.ts +1 -1
  701. package/components/SVGIcons/IconSettings.js +1 -1
  702. package/components/SVGIcons/IconSettingsFilled.d.ts +1 -1
  703. package/components/SVGIcons/IconSettingsFilled.js +1 -1
  704. package/components/SVGIcons/IconShare.d.ts +1 -1
  705. package/components/SVGIcons/IconShare.js +1 -1
  706. package/components/SVGIcons/IconShareAndroid.d.ts +1 -1
  707. package/components/SVGIcons/IconShareAndroid.js +1 -1
  708. package/components/SVGIcons/IconShareAndroidFilled.d.ts +1 -1
  709. package/components/SVGIcons/IconShareAndroidFilled.js +1 -1
  710. package/components/SVGIcons/IconShareFilled.d.ts +1 -1
  711. package/components/SVGIcons/IconShareFilled.js +1 -1
  712. package/components/SVGIcons/IconSignOut.d.ts +1 -1
  713. package/components/SVGIcons/IconSignOut.js +1 -1
  714. package/components/SVGIcons/IconSignOutFilled.d.ts +1 -1
  715. package/components/SVGIcons/IconSignOutFilled.js +1 -1
  716. package/components/SVGIcons/IconSpinner.d.ts +1 -1
  717. package/components/SVGIcons/IconSpinner.js +1 -1
  718. package/components/SVGIcons/IconSpinnerFilled.d.ts +1 -1
  719. package/components/SVGIcons/IconSpinnerFilled.js +1 -1
  720. package/components/SVGIcons/IconStatus.d.ts +1 -1
  721. package/components/SVGIcons/IconStatus.js +1 -1
  722. package/components/SVGIcons/IconStatusFilled.d.ts +1 -1
  723. package/components/SVGIcons/IconStatusFilled.js +1 -1
  724. package/components/SVGIcons/IconSubtract.d.ts +1 -1
  725. package/components/SVGIcons/IconSubtract.js +1 -1
  726. package/components/SVGIcons/IconSubtractCircle.d.ts +1 -1
  727. package/components/SVGIcons/IconSubtractCircle.js +1 -1
  728. package/components/SVGIcons/IconSubtractCircleFilled.d.ts +1 -1
  729. package/components/SVGIcons/IconSubtractCircleFilled.js +1 -1
  730. package/components/SVGIcons/IconSubtractFilled.d.ts +1 -1
  731. package/components/SVGIcons/IconSubtractFilled.js +1 -1
  732. package/components/SVGIcons/IconSun.d.ts +1 -1
  733. package/components/SVGIcons/IconSun.js +10 -10
  734. package/components/SVGIcons/IconTableCellEdit.d.ts +1 -1
  735. package/components/SVGIcons/IconTableCellEdit.js +1 -1
  736. package/components/SVGIcons/IconTableCellEditFilled.d.ts +1 -1
  737. package/components/SVGIcons/IconTableCellEditFilled.js +1 -1
  738. package/components/SVGIcons/IconTelegram.d.ts +1 -1
  739. package/components/SVGIcons/IconTelegram.js +1 -1
  740. package/components/SVGIcons/IconTimer.d.ts +1 -1
  741. package/components/SVGIcons/IconTimer.js +1 -1
  742. package/components/SVGIcons/IconTimerFilled.d.ts +1 -1
  743. package/components/SVGIcons/IconTimerFilled.js +1 -1
  744. package/components/SVGIcons/IconTrophy.d.ts +1 -1
  745. package/components/SVGIcons/IconTrophy.js +1 -1
  746. package/components/SVGIcons/IconTrophyFilled.d.ts +1 -1
  747. package/components/SVGIcons/IconTrophyFilled.js +1 -1
  748. package/components/SVGIcons/IconTwitter.d.ts +1 -1
  749. package/components/SVGIcons/IconTwitter.js +1 -1
  750. package/components/SVGIcons/IconUndo.d.ts +1 -1
  751. package/components/SVGIcons/IconUndo.js +1 -1
  752. package/components/SVGIcons/IconUndoFilled.d.ts +1 -1
  753. package/components/SVGIcons/IconUndoFilled.js +1 -1
  754. package/components/SVGIcons/IconUnitsEmployee.d.ts +1 -1
  755. package/components/SVGIcons/IconUnitsEmployee.js +1 -1
  756. package/components/SVGIcons/IconUpload.d.ts +1 -1
  757. package/components/SVGIcons/IconUpload.js +1 -1
  758. package/components/SVGIcons/IconUpload2.d.ts +4 -0
  759. package/components/SVGIcons/IconUpload2.js +4 -0
  760. package/components/SVGIcons/IconUs.d.ts +1 -1
  761. package/components/SVGIcons/IconUs.js +1 -1
  762. package/components/SVGIcons/IconUsd.d.ts +1 -1
  763. package/components/SVGIcons/IconUsd.js +1 -1
  764. package/components/SVGIcons/IconUsdFilled.d.ts +1 -1
  765. package/components/SVGIcons/IconUsdFilled.js +1 -1
  766. package/components/SVGIcons/IconUserMinus.d.ts +1 -1
  767. package/components/SVGIcons/IconUserMinus.js +1 -1
  768. package/components/SVGIcons/IconUsers.d.ts +4 -0
  769. package/components/SVGIcons/IconUsers.js +4 -0
  770. package/components/SVGIcons/IconVacation.d.ts +1 -1
  771. package/components/SVGIcons/IconVacation.js +1 -1
  772. package/components/SVGIcons/IconVideo.d.ts +1 -1
  773. package/components/SVGIcons/IconVideo.js +1 -1
  774. package/components/SVGIcons/IconVideoFilled.d.ts +1 -1
  775. package/components/SVGIcons/IconVideoFilled.js +1 -1
  776. package/components/SVGIcons/IconWallet.d.ts +1 -1
  777. package/components/SVGIcons/IconWallet.js +1 -1
  778. package/components/SVGIcons/IconWalletFilled.d.ts +1 -1
  779. package/components/SVGIcons/IconWalletFilled.js +1 -1
  780. package/components/SVGIcons/IconWarning.d.ts +1 -1
  781. package/components/SVGIcons/IconWarning.js +1 -1
  782. package/components/SVGIcons/IconWarningFilled.d.ts +1 -1
  783. package/components/SVGIcons/IconWarningFilled.js +1 -1
  784. package/components/SVGIcons/IconYoutube.d.ts +1 -1
  785. package/components/SVGIcons/IconYoutube.js +1 -1
  786. package/components/Select/ButtonSelect/ButtonSelect.js +3 -3
  787. package/components/Select/FilterSelect/FilterDropdown.js +3 -3
  788. package/components/Select/FilterSelect/FilterSelect.js +4 -4
  789. package/components/Select/MultiSelect/DesktopWrapper.d.ts +1 -0
  790. package/components/Select/MultiSelect/DesktopWrapper.js +1 -1
  791. package/components/Select/MultiSelect/MobileWrapper.d.ts +1 -0
  792. package/components/Select/MultiSelect/MobileWrapper.js +2 -2
  793. package/components/Select/MultiSelect/MultiBase/MultiBase.js +5 -5
  794. package/components/Select/MultiSelect/MultiSelect.js +3 -3
  795. package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.js +6 -6
  796. package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.js +7 -7
  797. package/components/Select/MultiSelect/OptionsWrapper.d.ts +1 -0
  798. package/components/Select/NestedSelect/NestedSelect.js +4 -4
  799. package/components/Select/ProfileDropdown/index.js +10 -10
  800. package/components/Select/Select/Select.js +1 -1
  801. package/components/Select/Select/SelectDesktop/index.js +2 -2
  802. package/components/Select/Select/SelectMobile/MobileTopContent.d.ts +2 -1
  803. package/components/Select/Select/SelectMobile/MobileTopContent.js +2 -2
  804. package/components/Select/Select/SelectMobile/index.js +5 -5
  805. package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.d.ts +1 -1
  806. package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.js +2 -2
  807. package/components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.js +3 -3
  808. package/components/Select/SharedComponents/ContentTop.d.ts +2 -1
  809. package/components/Select/SharedComponents/ContentTop.js +3 -3
  810. package/components/Select/SharedComponents/Footer.js +6 -6
  811. package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.js +3 -3
  812. package/components/Select/helper.d.ts +1 -0
  813. package/components/Select/helper.js +1 -0
  814. package/components/Select/types.d.ts +7 -6
  815. package/components/SideSheet/Footer/Footer.d.ts +2 -1
  816. package/components/SideSheet/Footer/Footer.js +5 -5
  817. package/components/SideSheet/SideSheet.js +8 -8
  818. package/components/SideSheet/types.d.ts +2 -1
  819. package/components/Skeleton/Skeleton.d.ts +3 -0
  820. package/components/Skeleton/Skeleton.js +5 -0
  821. package/components/Skeleton/consts.d.ts +5 -0
  822. package/components/Skeleton/consts.js +1 -0
  823. package/components/Skeleton/index.d.ts +2 -0
  824. package/components/Skeleton/index.js +1 -0
  825. package/components/Skeleton/types.d.ts +24 -0
  826. package/components/Skeleton/types.js +0 -0
  827. package/components/Snackbar/Snackbar.js +1 -1
  828. package/components/Snackbar/types.d.ts +1 -0
  829. package/components/Status/Status.js +4 -4
  830. package/components/Status/types.d.ts +1 -2
  831. package/components/Stepper/Stepper.js +2 -2
  832. package/components/Stepper/types.d.ts +3 -2
  833. package/components/Switcher/Switcher.js +2 -2
  834. package/components/Switcher/types.d.ts +1 -0
  835. package/components/Tab/Tab.js +2 -2
  836. package/components/Tab/TabItem.js +3 -3
  837. package/components/Tab/types.d.ts +3 -4
  838. package/components/Table/Header.d.ts +3 -2
  839. package/components/Table/Header.js +4 -4
  840. package/components/Table/IndeterminateCheckbox.d.ts +3 -4
  841. package/components/Table/IndeterminateCheckbox.js +1 -1
  842. package/components/Table/Row.d.ts +3 -2
  843. package/components/Table/Row.js +3 -3
  844. package/components/Table/Table.d.ts +1 -1
  845. package/components/Table/Table.js +6 -6
  846. package/components/Table/types.d.ts +2 -1
  847. package/components/Table/utils.d.ts +1 -1
  848. package/components/Table/utils.js +3 -3
  849. package/components/TableV2/AdvancedPagination.d.ts +3 -2
  850. package/components/TableV2/AdvancedPagination.js +12 -12
  851. package/components/TableV2/ColumnHeader.d.ts +3 -2
  852. package/components/TableV2/ColumnHeader.js +6 -6
  853. package/components/TableV2/IndeterminateCheckbox.d.ts +3 -4
  854. package/components/TableV2/IndeterminateCheckbox.js +2 -2
  855. package/components/TableV2/Table.d.ts +1 -1
  856. package/components/TableV2/Table.js +8 -8
  857. package/components/TableV2/hooks/useTableControl.d.ts +1 -1
  858. package/components/TableV2/hooks/useTableControl.js +1 -1
  859. package/components/TableV2/types.d.ts +3 -2
  860. package/components/Text/Text.js +2 -2
  861. package/components/Text/types.d.ts +2 -2
  862. package/components/Textarea/Textarea.js +3 -3
  863. package/components/Textarea/types.d.ts +1 -0
  864. package/components/Tooltip/Tooltip.js +2 -2
  865. package/components/Tooltip/types.d.ts +1 -0
  866. package/components/UnderConstruction/UnderConstruction.js +6 -6
  867. package/components/UnderConstruction/types.d.ts +2 -1
  868. package/context/types.d.ts +1 -0
  869. package/helperComponents/ErrorMessage/ErrorMessage.d.ts +1 -1
  870. package/helperComponents/ErrorMessage/ErrorMessage.js +3 -3
  871. package/helperComponents/ErrorMessage/types.d.ts +1 -1
  872. package/helperComponents/Label/types.d.ts +1 -1
  873. package/helperComponents/OptionItem/OptionItem.js +2 -2
  874. package/helperComponents/OptionItem/types.d.ts +1 -1
  875. package/package.json +1 -1
  876. package/type/base.d.ts +14 -0
  877. package/type/base.js +0 -0
  878. package/type/index.d.ts +1 -0
  879. package/type/svg-icons.d.ts +1 -1
  880. package/utils/helpers.d.ts +1 -1
  881. package/components/Feedback/Feedback.d.ts +0 -3
  882. package/components/Feedback/Feedback.js +0 -3
  883. package/components/Feedback/consts.d.ts +0 -1
  884. package/components/Feedback/consts.js +0 -1
  885. package/components/Feedback/index.d.ts +0 -1
  886. package/components/Feedback/index.js +0 -1
  887. package/components/Feedback/types.d.ts +0 -5
  888. /package/components/{Feedback → LineChart}/types.js +0 -0
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconKeyResetFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconKeyResetFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconKeyResetFilled;
@@ -1 +1 @@
1
- import{jsx as C}from"react/jsx-runtime";import r from"classnames";const g=({size:e,type:i,className:s="",onClick:a,refHandler:n,id:o,dataId:d})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:r("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:o,"data-id":d?`${d}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */C("path",{id:"Shape",d:"M15.4992 2.0498C11.885 2.0498 8.94922 4.98559 8.94922 8.5998C8.94922 8.98701 8.99939 9.36017 9.05969 9.70382C9.07749 9.80529 9.04493 9.89344 8.99046 9.94791L2.75467 16.1837C2.23895 16.6994 1.94922 17.3989 1.94922 18.1282V20.2998C1.94922 21.2663 2.73272 22.0498 3.69922 22.0498H6.19922C7.16572 22.0498 7.94922 21.2663 7.94922 20.2998V19.0498H9.69922C10.3896 19.0498 10.9492 18.4902 10.9492 17.7998V16.0498H11.2802C11.3829 15.8912 11.5106 15.7503 11.6578 15.6326L10.0126 13.9874C9.32915 13.304 9.32915 12.196 10.0126 11.5126L12.0126 9.51256C12.696 8.82915 13.804 8.82915 14.4874 9.51256C14.8929 9.91803 15.0578 10.473 14.9822 11H17C18.1867 11 19.3467 11.3519 20.3334 12.0112C20.4931 12.1179 20.647 12.2318 20.7949 12.3525C21.5836 11.271 22.0492 9.93919 22.0492 8.4998C22.0492 4.86866 19.0963 2.0498 15.4992 2.0498ZM16.9993 5.74982C17.6896 5.74982 18.2493 6.30946 18.2493 6.99982C18.2493 7.69017 17.6896 8.24982 16.9993 8.24982C16.3089 8.24982 15.7493 7.69017 15.7493 6.99982C15.7493 6.30946 16.3089 5.74982 16.9993 5.74982ZM13.7803 11.2803C14.0732 10.9874 14.0732 10.5126 13.7803 10.2197C13.4874 9.92678 13.0126 9.92678 12.7197 10.2197L10.7197 12.2197C10.4268 12.5126 10.4268 12.9874 10.7197 13.2803L12.7197 15.2803C13.0126 15.5732 13.4874 15.5732 13.7803 15.2803C14.0732 14.9874 14.0732 14.5126 13.7803 14.2197L13.0607 13.5H17C17.6922 13.5 18.3689 13.7053 18.9445 14.0899C19.5201 14.4744 19.9687 15.0211 20.2336 15.6606C20.4985 16.3001 20.5678 17.0039 20.4327 17.6828C20.2977 18.3617 19.9644 18.9854 19.4749 19.4749C18.9854 19.9644 18.3617 20.2977 17.6828 20.4327C17.0039 20.5678 16.3001 20.4985 15.6606 20.2336C15.0211 19.9687 14.4744 19.5201 14.0899 18.9445C13.7053 18.3689 13.5 17.6922 13.5 17C13.5 16.5858 13.1642 16.25 12.75 16.25C12.3358 16.25 12 16.5858 12 17C12 17.9889 12.2932 18.9556 12.8427 19.7779C13.3921 20.6001 14.173 21.241 15.0866 21.6194C16.0002 21.9978 17.0055 22.0969 17.9755 21.9039C18.9454 21.711 19.8363 21.2348 20.5355 20.5355C21.2348 19.8363 21.711 18.9454 21.9039 17.9755C22.0969 17.0055 21.9978 16.0002 21.6194 15.0866C21.241 14.173 20.6001 13.3921 19.7779 12.8427C18.9556 12.2932 17.9889 12 17 12H13.0607L13.7803 11.2803Z"})})});export{g as default};
1
+ import{jsx as C}from"react/jsx-runtime";import c from"classnames";const g=({size:e,type:s,className:i="",onClick:a,refHandler:t,id:n,dataTestId:o})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:t,id:n,"data-test-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */C("path",{id:"Shape",d:"M15.4992 2.0498C11.885 2.0498 8.94922 4.98559 8.94922 8.5998C8.94922 8.98701 8.99939 9.36017 9.05969 9.70382C9.07749 9.80529 9.04493 9.89344 8.99046 9.94791L2.75467 16.1837C2.23895 16.6994 1.94922 17.3989 1.94922 18.1282V20.2998C1.94922 21.2663 2.73272 22.0498 3.69922 22.0498H6.19922C7.16572 22.0498 7.94922 21.2663 7.94922 20.2998V19.0498H9.69922C10.3896 19.0498 10.9492 18.4902 10.9492 17.7998V16.0498H11.2802C11.3829 15.8912 11.5106 15.7503 11.6578 15.6326L10.0126 13.9874C9.32915 13.304 9.32915 12.196 10.0126 11.5126L12.0126 9.51256C12.696 8.82915 13.804 8.82915 14.4874 9.51256C14.8929 9.91803 15.0578 10.473 14.9822 11H17C18.1867 11 19.3467 11.3519 20.3334 12.0112C20.4931 12.1179 20.647 12.2318 20.7949 12.3525C21.5836 11.271 22.0492 9.93919 22.0492 8.4998C22.0492 4.86866 19.0963 2.0498 15.4992 2.0498ZM16.9993 5.74982C17.6896 5.74982 18.2493 6.30946 18.2493 6.99982C18.2493 7.69017 17.6896 8.24982 16.9993 8.24982C16.3089 8.24982 15.7493 7.69017 15.7493 6.99982C15.7493 6.30946 16.3089 5.74982 16.9993 5.74982ZM13.7803 11.2803C14.0732 10.9874 14.0732 10.5126 13.7803 10.2197C13.4874 9.92678 13.0126 9.92678 12.7197 10.2197L10.7197 12.2197C10.4268 12.5126 10.4268 12.9874 10.7197 13.2803L12.7197 15.2803C13.0126 15.5732 13.4874 15.5732 13.7803 15.2803C14.0732 14.9874 14.0732 14.5126 13.7803 14.2197L13.0607 13.5H17C17.6922 13.5 18.3689 13.7053 18.9445 14.0899C19.5201 14.4744 19.9687 15.0211 20.2336 15.6606C20.4985 16.3001 20.5678 17.0039 20.4327 17.6828C20.2977 18.3617 19.9644 18.9854 19.4749 19.4749C18.9854 19.9644 18.3617 20.2977 17.6828 20.4327C17.0039 20.5678 16.3001 20.4985 15.6606 20.2336C15.0211 19.9687 14.4744 19.5201 14.0899 18.9445C13.7053 18.3689 13.5 17.6922 13.5 17C13.5 16.5858 13.1642 16.25 12.75 16.25C12.3358 16.25 12 16.5858 12 17C12 17.9889 12.2932 18.9556 12.8427 19.7779C13.3921 20.6001 14.173 21.241 15.0866 21.6194C16.0002 21.9978 17.0055 22.0969 17.9755 21.9039C18.9454 21.711 19.8363 21.2348 20.5355 20.5355C21.2348 19.8363 21.711 18.9454 21.9039 17.9755C22.0969 17.0055 21.9978 16.0002 21.6194 15.0866C21.241 14.173 20.6001 13.3921 19.7779 12.8427C18.9556 12.2932 17.9889 12 17 12H13.0607L13.7803 11.2803Z"})})});export{g as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconLayers: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
+ export default IconLayers;
@@ -0,0 +1,4 @@
1
+ import{jsxs as p,jsx as o}from"react/jsx-runtime";import c from"classnames";const g=({size:e,type:n,className:s="",onClick:i,refHandler:t,id:l,dataTestId:r})=>/* @__PURE__ */p("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${n}`]:n,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:i,ref:t,id:l,"data-test-id":r?`${r}-svg-icon`:"",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[
2
+ /* @__PURE__ */o("polygon",{fill:"none",points:"12.83,2.18 11.17,2.18 2.6,6.08 2.6,7.91 11.18,11.82 12.84,11.82 21.42,7.92 21.42,6.09"}),
3
+ /* @__PURE__ */o("polyline",{fill:"none",points:"2,12 2.58,12.91 11.18,16.82 12.83,16.82 21.41,12.92 22,12"}),
4
+ /* @__PURE__ */o("polyline",{fill:"none",points:"2,17 2.58,17.91 11.18,21.82 12.83,21.82 21.41,17.92 22,17"})]});export{g as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconLayoutGrid: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
+ export default IconLayoutGrid;
@@ -0,0 +1,5 @@
1
+ import{jsxs as l,jsx as i}from"react/jsx-runtime";import c from"classnames";const g=({size:e,type:t,className:r="",onClick:s,refHandler:n,id:o,dataTestId:a})=>/* @__PURE__ */l("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${t}`]:t,[r]:r}),viewBox:"0 0 24 24",fill:"none",onClick:s,ref:n,id:o,"data-test-id":a?`${a}-svg-icon`:"",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[
2
+ /* @__PURE__ */i("rect",{fill:"none",width:"7",height:"7",x:"3",y:"3",rx:"1"}),
3
+ /* @__PURE__ */i("rect",{fill:"none",width:"7",height:"7",x:"14",y:"3",rx:"1"}),
4
+ /* @__PURE__ */i("rect",{fill:"none",width:"7",height:"7",x:"14",y:"14",rx:"1"}),
5
+ /* @__PURE__ */i("rect",{fill:"none",width:"7",height:"7",x:"3",y:"14",rx:"1"})]});export{g as default};
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconLayoutList: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
+ export default IconLayoutList;
@@ -0,0 +1,3 @@
1
+ import{jsxs as l,jsx as t}from"react/jsx-runtime";import a from"classnames";const h=({size:e,type:s,className:i="",onClick:o,refHandler:n,id:r,dataTestId:d})=>/* @__PURE__ */l("svg",{xmlns:"http://www.w3.org/2000/svg",className:a("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:o,ref:n,id:r,"data-test-id":d?`${d}-svg-icon`:"",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[
2
+ /* @__PURE__ */t("rect",{fill:"none",width:"18",height:"18",x:"3",y:"3",rx:"2"}),
3
+ /* @__PURE__ */t("path",{fill:"none",d:"M12 3v18"})]});export{h as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconLibrary: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconLibrary: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconLibrary;
@@ -1 +1 @@
1
- import{jsx as H}from"react/jsx-runtime";import c from"classnames";const e=({size:L,type:C,className:s="",onClick:e,refHandler:i,id:a,dataId:o})=>/* @__PURE__ */H("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${L}`]:L,[`svg-icon__type-${C}`]:C,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:e,ref:i,id:a,"data-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */H("path",{d:"M4 3H5C6.05382 3 6.91812 3.8164 6.99451 4.85081L7 5V19C7 20.0538 6.1836 20.9181 5.14919 20.9945L5 21H4C2.94618 21 2.08188 20.1836 2.00549 19.1492L2 19V5C2 3.94618 2.8164 3.08188 3.85081 3.00549L4 3H5H4ZM10 3H11C12.0538 3 12.9181 3.8164 12.9945 4.85081L13 5V19C13 20.0538 12.1836 20.9181 11.1492 20.9945L11 21H10C8.94618 21 8.08188 20.1836 8.00549 19.1492L8 19V5C8 3.94618 8.8164 3.08188 9.85081 3.00549L10 3H11H10ZM16.9743 5.0005C17.8138 5.0005 18.5825 5.5311 18.8643 6.34636L18.9113 6.5025L21.9263 18.2485C22.1888 19.2689 21.613 20.3094 20.6295 20.6402L20.4863 20.6825L19.5173 20.9315C19.3513 20.9735 19.1833 20.9945 19.0193 20.9945C18.1807 20.9945 17.4112 20.463 17.1302 19.6476L17.0833 19.4915L14.0673 7.7465C13.8058 6.72514 14.3807 5.68555 15.3649 5.35484L15.5083 5.3125L16.4763 5.0635C16.6423 5.0205 16.8103 5.0005 16.9743 5.0005ZM5 4.5H4C3.75467 4.5 3.55042 4.67778 3.50806 4.91043L3.5 5V19C3.5 19.2444 3.67699 19.4494 3.91016 19.4919L4 19.5H5C5.24533 19.5 5.44958 19.3222 5.49194 19.0896L5.5 19V5C5.5 4.75556 5.32301 4.55062 5.08984 4.50809L5 4.5ZM11 4.5H10C9.75467 4.5 9.55042 4.67778 9.50806 4.91043L9.5 5V19C9.5 19.2444 9.67699 19.4494 9.91016 19.4919L10 19.5H11C11.2453 19.5 11.4496 19.3222 11.4919 19.0896L11.5 19V5C11.5 4.75556 11.323 4.55062 11.0898 4.50809L11 4.5ZM16.9753 6.5005L16.9119 6.50437L16.8493 6.5165L15.8813 6.7645C15.7063 6.8095 15.6143 6.9275 15.5743 6.9955C15.5431 7.0483 15.4985 7.14718 15.5049 7.27422L15.5203 7.3745L18.5363 19.1185C18.6023 19.3765 18.8333 19.4945 19.0193 19.4945L19.0818 19.4906L19.1443 19.4785L20.1133 19.2295C20.3515 19.1691 20.5052 18.9458 20.4879 18.7102L20.4733 18.6215L17.4583 6.8755C17.3913 6.6185 17.1613 6.5005 16.9753 6.5005Z"})});export{e as default};
1
+ import{jsx as H}from"react/jsx-runtime";import t from"classnames";const e=({size:L,type:C,className:s="",onClick:e,refHandler:i,id:a,dataTestId:o})=>/* @__PURE__ */H("svg",{xmlns:"http://www.w3.org/2000/svg",className:t("svg-icon",{[`svg-icon__size-${L}`]:L,[`svg-icon__type-${C}`]:C,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:e,ref:i,id:a,"data-test-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */H("path",{d:"M4 3H5C6.05382 3 6.91812 3.8164 6.99451 4.85081L7 5V19C7 20.0538 6.1836 20.9181 5.14919 20.9945L5 21H4C2.94618 21 2.08188 20.1836 2.00549 19.1492L2 19V5C2 3.94618 2.8164 3.08188 3.85081 3.00549L4 3H5H4ZM10 3H11C12.0538 3 12.9181 3.8164 12.9945 4.85081L13 5V19C13 20.0538 12.1836 20.9181 11.1492 20.9945L11 21H10C8.94618 21 8.08188 20.1836 8.00549 19.1492L8 19V5C8 3.94618 8.8164 3.08188 9.85081 3.00549L10 3H11H10ZM16.9743 5.0005C17.8138 5.0005 18.5825 5.5311 18.8643 6.34636L18.9113 6.5025L21.9263 18.2485C22.1888 19.2689 21.613 20.3094 20.6295 20.6402L20.4863 20.6825L19.5173 20.9315C19.3513 20.9735 19.1833 20.9945 19.0193 20.9945C18.1807 20.9945 17.4112 20.463 17.1302 19.6476L17.0833 19.4915L14.0673 7.7465C13.8058 6.72514 14.3807 5.68555 15.3649 5.35484L15.5083 5.3125L16.4763 5.0635C16.6423 5.0205 16.8103 5.0005 16.9743 5.0005ZM5 4.5H4C3.75467 4.5 3.55042 4.67778 3.50806 4.91043L3.5 5V19C3.5 19.2444 3.67699 19.4494 3.91016 19.4919L4 19.5H5C5.24533 19.5 5.44958 19.3222 5.49194 19.0896L5.5 19V5C5.5 4.75556 5.32301 4.55062 5.08984 4.50809L5 4.5ZM11 4.5H10C9.75467 4.5 9.55042 4.67778 9.50806 4.91043L9.5 5V19C9.5 19.2444 9.67699 19.4494 9.91016 19.4919L10 19.5H11C11.2453 19.5 11.4496 19.3222 11.4919 19.0896L11.5 19V5C11.5 4.75556 11.323 4.55062 11.0898 4.50809L11 4.5ZM16.9753 6.5005L16.9119 6.50437L16.8493 6.5165L15.8813 6.7645C15.7063 6.8095 15.6143 6.9275 15.5743 6.9955C15.5431 7.0483 15.4985 7.14718 15.5049 7.27422L15.5203 7.3745L18.5363 19.1185C18.6023 19.3765 18.8333 19.4945 19.0193 19.4945L19.0818 19.4906L19.1443 19.4785L20.1133 19.2295C20.3515 19.1691 20.5052 18.9458 20.4879 18.7102L20.4733 18.6215L17.4583 6.8755C17.3913 6.6185 17.1613 6.5005 16.9753 6.5005Z"})});export{e as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconLibraryFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconLibraryFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconLibraryFilled;
@@ -1 +1 @@
1
- import{jsx as n}from"react/jsx-runtime";import l from"classnames";const v=({size:s,type:e,className:i="",onClick:a,refHandler:o,id:t,dataId:C})=>/* @__PURE__ */n("svg",{xmlns:"http://www.w3.org/2000/svg",className:l("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${e}`]:e,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:o,id:t,"data-id":C?`${C}-svg-icon`:"",children:/* @__PURE__ */n("path",{d:"M5.5 3C6.328 3 7 3.672 7 4.5V19.5C7 20.328 6.328 21 5.5 21H3.5C2.672 21 2 20.328 2 19.5V4.5C2 3.672 2.672 3 3.5 3H5.5ZM11.5 3C12.328 3 13 3.672 13 4.5V19.5C13 20.328 12.328 21 11.5 21H9.5C8.672 21 8 20.328 8 19.5V4.5C8 3.672 8.672 3 9.5 3H11.5ZM18.781 6.1238L21.995 18.6428C22.201 19.4448 21.718 20.2628 20.915 20.4688L19.039 20.9498C18.236 21.1558 17.419 20.6728 17.213 19.8698L13.999 7.3528C13.793 6.5498 14.276 5.7328 15.079 5.5268L16.955 5.0438C17.758 4.8388 18.575 5.3228 18.781 6.1238Z"})});export{v as default};
1
+ import{jsx as n}from"react/jsx-runtime";import e from"classnames";const v=({size:s,type:i,className:t="",onClick:a,refHandler:o,id:C,dataTestId:c})=>/* @__PURE__ */n("svg",{xmlns:"http://www.w3.org/2000/svg",className:e("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${i}`]:i,[t]:t}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:o,id:C,"data-test-id":c?`${c}-svg-icon`:"",children:/* @__PURE__ */n("path",{d:"M5.5 3C6.328 3 7 3.672 7 4.5V19.5C7 20.328 6.328 21 5.5 21H3.5C2.672 21 2 20.328 2 19.5V4.5C2 3.672 2.672 3 3.5 3H5.5ZM11.5 3C12.328 3 13 3.672 13 4.5V19.5C13 20.328 12.328 21 11.5 21H9.5C8.672 21 8 20.328 8 19.5V4.5C8 3.672 8.672 3 9.5 3H11.5ZM18.781 6.1238L21.995 18.6428C22.201 19.4448 21.718 20.2628 20.915 20.4688L19.039 20.9498C18.236 21.1558 17.419 20.6728 17.213 19.8698L13.999 7.3528C13.793 6.5498 14.276 5.7328 15.079 5.5268L16.955 5.0438C17.758 4.8388 18.575 5.3228 18.781 6.1238Z"})});export{v as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconLink: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconLink: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconLink;
@@ -1 +1 @@
1
- import{jsx as C}from"react/jsx-runtime";import r from"classnames";const l=({size:e,type:i,className:s="",onClick:a,refHandler:l,id:n,dataId:o})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:r("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:l,id:n,"data-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */C("path",{id:"Shape",d:"M9.25 7C9.66421 7 10 7.33579 10 7.75C10 8.12656 9.72249 8.4383 9.36083 8.49187L9.25 8.5H7C5.067 8.5 3.5 10.067 3.5 12C3.5 13.864 4.95707 15.3876 6.79435 15.4941L7 15.5H9.25C9.66421 15.5 10 15.8358 10 16.25C10 16.6266 9.72249 16.9383 9.36083 16.9919L9.25 17H7C4.23858 17 2 14.7614 2 12C2 9.32226 4.10496 7.13615 6.75045 7.00612L7 7H9.25ZM17 7C19.7614 7 22 9.23858 22 12C22 14.6777 19.895 16.8638 17.2495 16.9939L17 17H14.75C14.3358 17 14 16.6642 14 16.25C14 15.8734 14.2775 15.5617 14.6392 15.5081L14.75 15.5H17C18.933 15.5 20.5 13.933 20.5 12C20.5 10.136 19.0429 8.6124 17.2057 8.50594L17 8.5H14.75C14.3358 8.5 14 8.16421 14 7.75C14 7.37344 14.2775 7.0617 14.6392 7.00813L14.75 7H17ZM7 11.25H17C17.4142 11.25 17.75 11.5858 17.75 12C17.75 12.3797 17.4678 12.6935 17.1018 12.7432L17 12.75H7C6.58579 12.75 6.25 12.4142 6.25 12C6.25 11.6203 6.53215 11.3065 6.89823 11.2568L7 11.25H17H7Z"})})});export{l as default};
1
+ import{jsx as C}from"react/jsx-runtime";import r from"classnames";const t=({size:e,type:s,className:i="",onClick:t,refHandler:a,id:n,dataTestId:o})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:r("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:t,ref:a,id:n,"data-test-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */C("path",{id:"Shape",d:"M9.25 7C9.66421 7 10 7.33579 10 7.75C10 8.12656 9.72249 8.4383 9.36083 8.49187L9.25 8.5H7C5.067 8.5 3.5 10.067 3.5 12C3.5 13.864 4.95707 15.3876 6.79435 15.4941L7 15.5H9.25C9.66421 15.5 10 15.8358 10 16.25C10 16.6266 9.72249 16.9383 9.36083 16.9919L9.25 17H7C4.23858 17 2 14.7614 2 12C2 9.32226 4.10496 7.13615 6.75045 7.00612L7 7H9.25ZM17 7C19.7614 7 22 9.23858 22 12C22 14.6777 19.895 16.8638 17.2495 16.9939L17 17H14.75C14.3358 17 14 16.6642 14 16.25C14 15.8734 14.2775 15.5617 14.6392 15.5081L14.75 15.5H17C18.933 15.5 20.5 13.933 20.5 12C20.5 10.136 19.0429 8.6124 17.2057 8.50594L17 8.5H14.75C14.3358 8.5 14 8.16421 14 7.75C14 7.37344 14.2775 7.0617 14.6392 7.00813L14.75 7H17ZM7 11.25H17C17.4142 11.25 17.75 11.5858 17.75 12C17.75 12.3797 17.4678 12.6935 17.1018 12.7432L17 12.75H7C6.58579 12.75 6.25 12.4142 6.25 12C6.25 11.6203 6.53215 11.3065 6.89823 11.2568L7 11.25H17H7Z"})})});export{t as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconLinkFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconLinkFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconLinkFilled;
@@ -1 +1 @@
1
- import{jsx as C}from"react/jsx-runtime";import L from"classnames";const d=({size:e,type:i,className:s="",onClick:a,refHandler:d,id:n,dataId:o})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:L("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:d,id:n,"data-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */C("path",{id:"Shape",d:"M9 7C9.55228 7 10 7.44772 10 8C10 8.51284 9.61396 8.93551 9.11662 8.99327L9 9H7C5.34315 9 4 10.3431 4 12C4 13.5977 5.24892 14.9037 6.82373 14.9949L7 15H9C9.55228 15 10 15.4477 10 16C10 16.5128 9.61396 16.9355 9.11662 16.9933L9 17H7C4.23858 17 2 14.7614 2 12C2 9.31125 4.12231 7.11818 6.78311 7.00462L7 7H9ZM17 7C19.7614 7 22 9.23858 22 12C22 14.6888 19.8777 16.8818 17.2169 16.9954L17 17H15C14.4477 17 14 16.5523 14 16C14 15.4872 14.386 15.0645 14.8834 15.0067L15 15H17C18.6569 15 20 13.6569 20 12C20 10.4023 18.7511 9.09634 17.1763 9.00509L17 9H15C14.4477 9 14 8.55228 14 8C14 7.48716 14.386 7.06449 14.8834 7.00673L15 7H17ZM7 11H17C17.5523 11 18 11.4477 18 12C18 12.5128 17.614 12.9355 17.1166 12.9933L17 13H7C6.44772 13 6 12.5523 6 12C6 11.4872 6.38604 11.0645 6.88338 11.0067L7 11H17H7Z"})})});export{d as default};
1
+ import{jsx as C}from"react/jsx-runtime";import L from"classnames";const t=({size:e,type:s,className:i="",onClick:t,refHandler:a,id:n,dataTestId:o})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:L("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:t,ref:a,id:n,"data-test-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */C("path",{id:"Shape",d:"M9 7C9.55228 7 10 7.44772 10 8C10 8.51284 9.61396 8.93551 9.11662 8.99327L9 9H7C5.34315 9 4 10.3431 4 12C4 13.5977 5.24892 14.9037 6.82373 14.9949L7 15H9C9.55228 15 10 15.4477 10 16C10 16.5128 9.61396 16.9355 9.11662 16.9933L9 17H7C4.23858 17 2 14.7614 2 12C2 9.31125 4.12231 7.11818 6.78311 7.00462L7 7H9ZM17 7C19.7614 7 22 9.23858 22 12C22 14.6888 19.8777 16.8818 17.2169 16.9954L17 17H15C14.4477 17 14 16.5523 14 16C14 15.4872 14.386 15.0645 14.8834 15.0067L15 15H17C18.6569 15 20 13.6569 20 12C20 10.4023 18.7511 9.09634 17.1763 9.00509L17 9H15C14.4477 9 14 8.55228 14 8C14 7.48716 14.386 7.06449 14.8834 7.00673L15 7H17ZM7 11H17C17.5523 11 18 11.4477 18 12C18 12.5128 17.614 12.9355 17.1166 12.9933L17 13H7C6.44772 13 6 12.5523 6 12C6 11.4872 6.38604 11.0645 6.88338 11.0067L7 11H17H7Z"})})});export{t as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconLinkedin: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconLinkedin: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconLinkedin;
@@ -1 +1 @@
1
- import{jsx as o}from"react/jsx-runtime";import V from"classnames";const H=({size:s,type:i,className:e="",onClick:a,refHandler:n,id:r,dataId:t})=>/* @__PURE__ */o("svg",{xmlns:"http://www.w3.org/2000/svg",className:V("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${i}`]:i,[e]:e}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:r,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */o("g",{id:"Group",children:/* @__PURE__ */o("path",{id:"Vector",d:"M22.2234 0H1.77187C0.792187 0 0 0.773438 0 1.72969V22.2656C0 23.2219 0.792187 24 1.77187 24H22.2234C23.2031 24 24 23.2219 24 22.2703V1.72969C24 0.773438 23.2031 0 22.2234 0ZM7.12031 20.4516H3.55781V8.99531H7.12031V20.4516ZM5.33906 7.43438C4.19531 7.43438 3.27188 6.51094 3.27188 5.37187C3.27188 4.23281 4.19531 3.30937 5.33906 3.30937C6.47813 3.30937 7.40156 4.23281 7.40156 5.37187C7.40156 6.50625 6.47813 7.43438 5.33906 7.43438ZM20.4516 20.4516H16.8937V14.8828C16.8937 13.5562 16.8703 11.8453 15.0422 11.8453C13.1906 11.8453 12.9094 13.2937 12.9094 14.7891V20.4516H9.35625V8.99531H12.7687V10.5609H12.8156C13.2891 9.66094 14.4516 8.70938 16.1813 8.70938C19.7859 8.70938 20.4516 11.0813 20.4516 14.1656V20.4516Z"})})});export{H as default};
1
+ import{jsx as o}from"react/jsx-runtime";import t from"classnames";const H=({size:s,type:e,className:i="",onClick:a,refHandler:n,id:r,dataTestId:c})=>/* @__PURE__ */o("svg",{xmlns:"http://www.w3.org/2000/svg",className:t("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${e}`]:e,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:r,"data-test-id":c?`${c}-svg-icon`:"",children:/* @__PURE__ */o("g",{id:"Group",children:/* @__PURE__ */o("path",{id:"Vector",d:"M22.2234 0H1.77187C0.792187 0 0 0.773438 0 1.72969V22.2656C0 23.2219 0.792187 24 1.77187 24H22.2234C23.2031 24 24 23.2219 24 22.2703V1.72969C24 0.773438 23.2031 0 22.2234 0ZM7.12031 20.4516H3.55781V8.99531H7.12031V20.4516ZM5.33906 7.43438C4.19531 7.43438 3.27188 6.51094 3.27188 5.37187C3.27188 4.23281 4.19531 3.30937 5.33906 3.30937C6.47813 3.30937 7.40156 4.23281 7.40156 5.37187C7.40156 6.50625 6.47813 7.43438 5.33906 7.43438ZM20.4516 20.4516H16.8937V14.8828C16.8937 13.5562 16.8703 11.8453 15.0422 11.8453C13.1906 11.8453 12.9094 13.2937 12.9094 14.7891V20.4516H9.35625V8.99531H12.7687V10.5609H12.8156C13.2891 9.66094 14.4516 8.70938 16.1813 8.70938C19.7859 8.70938 20.4516 11.0813 20.4516 14.1656V20.4516Z"})})});export{H as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconList: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconList: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconList;
@@ -1 +1 @@
1
- import{jsx as i}from"react/jsx-runtime";import r from"classnames";const v=({size:s,type:e,className:a="",onClick:o,refHandler:n,id:t,dataId:C})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:r("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${e}`]:e,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:o,ref:n,id:t,"data-id":C?`${C}-svg-icon`:"",children:/* @__PURE__ */i("path",{d:"M2.75 18H15.25C15.6642 18 16 18.3358 16 18.75C16 19.1297 15.7178 19.4435 15.3518 19.4931L15.25 19.5H2.75C2.33579 19.5 2 19.1642 2 18.75C2 18.3703 2.28215 18.0565 2.64823 18.0068L2.75 18H15.25H2.75ZM2.75 11.5H21.25C21.6642 11.5 22 11.8358 22 12.25C22 12.6297 21.7178 12.9435 21.3518 12.9931L21.25 13H2.75C2.33579 13 2 12.6642 2 12.25C2 11.8703 2.28215 11.5565 2.64823 11.5068L2.75 11.5H21.25H2.75ZM2.75 5.00323H18.25C18.6642 5.00323 19 5.33902 19 5.75323C19 6.13293 18.7178 6.44673 18.3518 6.49639L18.25 6.50323H2.75C2.33579 6.50323 2 6.16745 2 5.75323C2 5.37354 2.28215 5.05974 2.64823 5.01008L2.75 5.00323H18.25H2.75Z"})});export{v as default};
1
+ import{jsx as i}from"react/jsx-runtime";import r from"classnames";const v=({size:s,type:e,className:t="",onClick:a,refHandler:o,id:n,dataTestId:C})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:r("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${e}`]:e,[t]:t}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:o,id:n,"data-test-id":C?`${C}-svg-icon`:"",children:/* @__PURE__ */i("path",{d:"M2.75 18H15.25C15.6642 18 16 18.3358 16 18.75C16 19.1297 15.7178 19.4435 15.3518 19.4931L15.25 19.5H2.75C2.33579 19.5 2 19.1642 2 18.75C2 18.3703 2.28215 18.0565 2.64823 18.0068L2.75 18H15.25H2.75ZM2.75 11.5H21.25C21.6642 11.5 22 11.8358 22 12.25C22 12.6297 21.7178 12.9435 21.3518 12.9931L21.25 13H2.75C2.33579 13 2 12.6642 2 12.25C2 11.8703 2.28215 11.5565 2.64823 11.5068L2.75 11.5H21.25H2.75ZM2.75 5.00323H18.25C18.6642 5.00323 19 5.33902 19 5.75323C19 6.13293 18.7178 6.44673 18.3518 6.49639L18.25 6.50323H2.75C2.33579 6.50323 2 6.16745 2 5.75323C2 5.37354 2.28215 5.05974 2.64823 5.01008L2.75 5.00323H18.25H2.75Z"})});export{v as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconListFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconListFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconListFilled;
@@ -1 +1 @@
1
- import{jsx as i}from"react/jsx-runtime";import c from"classnames";const d=({size:e,type:s,className:a="",onClick:d,refHandler:n,id:o,dataId:l})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:d,ref:n,id:o,"data-id":l?`${l}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M3 17H15C15.5523 17 16 17.4477 16 18C16 18.5128 15.614 18.9355 15.1166 18.9933L15 19H3C2.44772 19 2 18.5523 2 18C2 17.4872 2.38604 17.0645 2.88338 17.0067L3 17H15H3ZM3 11H21C21.5523 11 22 11.4477 22 12C22 12.5128 21.614 12.9355 21.1166 12.9933L21 13H3C2.44772 13 2 12.5523 2 12C2 11.4872 2.38604 11.0645 2.88338 11.0067L3 11H21H3ZM3 5H18C18.5523 5 19 5.44772 19 6C19 6.51284 18.614 6.93551 18.1166 6.99327L18 7H3C2.44772 7 2 6.55228 2 6C2 5.48716 2.38604 5.06449 2.88338 5.00673L3 5H18H3Z"})})});export{d as default};
1
+ import{jsx as i}from"react/jsx-runtime";import t from"classnames";const d=({size:e,type:s,className:a="",onClick:d,refHandler:n,id:o,dataTestId:l})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:t("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:d,ref:n,id:o,"data-test-id":l?`${l}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M3 17H15C15.5523 17 16 17.4477 16 18C16 18.5128 15.614 18.9355 15.1166 18.9933L15 19H3C2.44772 19 2 18.5523 2 18C2 17.4872 2.38604 17.0645 2.88338 17.0067L3 17H15H3ZM3 11H21C21.5523 11 22 11.4477 22 12C22 12.5128 21.614 12.9355 21.1166 12.9933L21 13H3C2.44772 13 2 12.5523 2 12C2 11.4872 2.38604 11.0645 2.88338 11.0067L3 11H21H3ZM3 5H18C18.5523 5 19 5.44772 19 6C19 6.51284 18.614 6.93551 18.1166 6.99327L18 7H3C2.44772 7 2 6.55228 2 6C2 5.48716 2.38604 5.06449 2.88338 5.00673L3 5H18H3Z"})})});export{d as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconLocation: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconLocation: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconLocation;
@@ -1 +1 @@
1
- import{jsx as C}from"react/jsx-runtime";import g from"classnames";const l=({size:e,type:i,className:s="",onClick:a,refHandler:l,id:n,dataId:o})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:g("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:l,id:n,"data-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */C("path",{id:"Shape",d:"M5.84303 4.56831C9.24344 1.1679 14.7566 1.1679 18.157 4.56831C21.5574 7.96872 21.5574 13.4819 18.157 16.8823L16.97 18.0562C16.0952 18.9149 14.96 20.0188 13.5642 21.3684C12.6919 22.2117 11.3081 22.2116 10.436 21.3681L6.9449 17.9723C6.50614 17.5414 6.13887 17.1781 5.84303 16.8823C2.44262 13.4819 2.44262 7.96872 5.84303 4.56831ZM17.0963 5.62897C14.2817 2.81435 9.71832 2.81435 6.90369 5.62897C4.08907 8.4436 4.08907 13.007 6.90369 15.8216L8.39077 17.2891C9.20967 18.0905 10.2391 19.0909 11.4788 20.2899C11.7695 20.5711 12.2308 20.5711 12.5215 20.29L15.9164 16.9885C16.3854 16.5282 16.7787 16.1393 17.0963 15.8216C19.911 13.007 19.911 8.4436 17.0963 5.62897ZM12 7.99897C13.6577 7.99897 15.0016 9.34281 15.0016 11.0005C15.0016 12.6582 13.6577 14.0021 12 14.0021C10.3423 14.0021 8.99847 12.6582 8.99847 11.0005C8.99847 9.34281 10.3423 7.99897 12 7.99897ZM12 9.49897C11.1707 9.49897 10.4985 10.1712 10.4985 11.0005C10.4985 11.8298 11.1707 12.5021 12 12.5021C12.8293 12.5021 13.5016 11.8298 13.5016 11.0005C13.5016 10.1712 12.8293 9.49897 12 9.49897Z"})})});export{l as default};
1
+ import{jsx as C}from"react/jsx-runtime";import t from"classnames";const l=({size:e,type:s,className:i="",onClick:a,refHandler:l,id:n,dataTestId:o})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:t("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:l,id:n,"data-test-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */C("path",{id:"Shape",d:"M5.84303 4.56831C9.24344 1.1679 14.7566 1.1679 18.157 4.56831C21.5574 7.96872 21.5574 13.4819 18.157 16.8823L16.97 18.0562C16.0952 18.9149 14.96 20.0188 13.5642 21.3684C12.6919 22.2117 11.3081 22.2116 10.436 21.3681L6.9449 17.9723C6.50614 17.5414 6.13887 17.1781 5.84303 16.8823C2.44262 13.4819 2.44262 7.96872 5.84303 4.56831ZM17.0963 5.62897C14.2817 2.81435 9.71832 2.81435 6.90369 5.62897C4.08907 8.4436 4.08907 13.007 6.90369 15.8216L8.39077 17.2891C9.20967 18.0905 10.2391 19.0909 11.4788 20.2899C11.7695 20.5711 12.2308 20.5711 12.5215 20.29L15.9164 16.9885C16.3854 16.5282 16.7787 16.1393 17.0963 15.8216C19.911 13.007 19.911 8.4436 17.0963 5.62897ZM12 7.99897C13.6577 7.99897 15.0016 9.34281 15.0016 11.0005C15.0016 12.6582 13.6577 14.0021 12 14.0021C10.3423 14.0021 8.99847 12.6582 8.99847 11.0005C8.99847 9.34281 10.3423 7.99897 12 7.99897ZM12 9.49897C11.1707 9.49897 10.4985 10.1712 10.4985 11.0005C10.4985 11.8298 11.1707 12.5021 12 12.5021C12.8293 12.5021 13.5016 11.8298 13.5016 11.0005C13.5016 10.1712 12.8293 9.49897 12 9.49897Z"})})});export{l as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconLocationFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconLocationFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconLocationFilled;
@@ -1 +1 @@
1
- import{jsx as i}from"react/jsx-runtime";import r from"classnames";const g=({size:e,type:s,className:a="",onClick:n,refHandler:o,id:d,dataId:l})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:r("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:o,id:d,"data-id":l?`${l}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M18.157 16.8823L16.97 18.0562C16.0952 18.9149 14.96 20.0188 13.5642 21.3684C12.6919 22.2117 11.3081 22.2116 10.436 21.3681L6.9449 17.9723C6.50614 17.5414 6.13887 17.1781 5.84303 16.8823C2.44262 13.4819 2.44262 7.96872 5.84303 4.56831C9.24344 1.1679 14.7566 1.1679 18.157 4.56831C21.5574 7.96872 21.5574 13.4819 18.157 16.8823ZM14.5002 11C14.5002 9.61918 13.3808 8.4998 12 8.4998C10.6192 8.4998 9.49982 9.61918 9.49982 11C9.49982 12.3808 10.6192 13.5002 12 13.5002C13.3808 13.5002 14.5002 12.3808 14.5002 11Z"})})});export{g as default};
1
+ import{jsx as i}from"react/jsx-runtime";import C from"classnames";const g=({size:e,type:s,className:a="",onClick:t,refHandler:n,id:o,dataTestId:d})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:C("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:t,ref:n,id:o,"data-test-id":d?`${d}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M18.157 16.8823L16.97 18.0562C16.0952 18.9149 14.96 20.0188 13.5642 21.3684C12.6919 22.2117 11.3081 22.2116 10.436 21.3681L6.9449 17.9723C6.50614 17.5414 6.13887 17.1781 5.84303 16.8823C2.44262 13.4819 2.44262 7.96872 5.84303 4.56831C9.24344 1.1679 14.7566 1.1679 18.157 4.56831C21.5574 7.96872 21.5574 13.4819 18.157 16.8823ZM14.5002 11C14.5002 9.61918 13.3808 8.4998 12 8.4998C10.6192 8.4998 9.49982 9.61918 9.49982 11C9.49982 12.3808 10.6192 13.5002 12 13.5002C13.3808 13.5002 14.5002 12.3808 14.5002 11Z"})})});export{g as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconLockClosed: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconLockClosed: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconLockClosed;
@@ -1 +1 @@
1
- import{jsx as C}from"react/jsx-runtime";import r from"classnames";const a=({size:e,type:s,className:a="",onClick:i,refHandler:o,id:t,dataId:n})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:r("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:i,ref:o,id:t,"data-id":n?`${n}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"State=Closed, Size=24, Theme=Regular",children:/* @__PURE__ */C("path",{id:"Shape",d:"M12 2C14.2091 2 16 3.79086 16 6V8H17.75C18.9926 8 20 9.00736 20 10.25V19.75C20 20.9926 18.9926 22 17.75 22H6.25C5.00736 22 4 20.9926 4 19.75V10.25C4 9.00736 5.00736 8 6.25 8H8V6C8 3.79086 9.79086 2 12 2ZM17.75 9.5H6.25C5.83579 9.5 5.5 9.83579 5.5 10.25V19.75C5.5 20.1642 5.83579 20.5 6.25 20.5H17.75C18.1642 20.5 18.5 20.1642 18.5 19.75V10.25C18.5 9.83579 18.1642 9.5 17.75 9.5ZM12.0001 13.5C12.8286 13.5 13.5001 14.1716 13.5001 15C13.5001 15.8284 12.8286 16.5 12.0001 16.5C11.1717 16.5 10.5001 15.8284 10.5001 15C10.5001 14.1716 11.1717 13.5 12.0001 13.5ZM12 3.5C10.6193 3.5 9.5 4.61929 9.5 6V8H14.5V6C14.5 4.61929 13.3807 3.5 12 3.5Z"})})});export{a as default};
1
+ import{jsx as C}from"react/jsx-runtime";import l from"classnames";const a=({size:e,type:s,className:a="",onClick:i,refHandler:t,id:o,dataTestId:n})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:l("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:i,ref:t,id:o,"data-test-id":n?`${n}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"State=Closed, Size=24, Theme=Regular",children:/* @__PURE__ */C("path",{id:"Shape",d:"M12 2C14.2091 2 16 3.79086 16 6V8H17.75C18.9926 8 20 9.00736 20 10.25V19.75C20 20.9926 18.9926 22 17.75 22H6.25C5.00736 22 4 20.9926 4 19.75V10.25C4 9.00736 5.00736 8 6.25 8H8V6C8 3.79086 9.79086 2 12 2ZM17.75 9.5H6.25C5.83579 9.5 5.5 9.83579 5.5 10.25V19.75C5.5 20.1642 5.83579 20.5 6.25 20.5H17.75C18.1642 20.5 18.5 20.1642 18.5 19.75V10.25C18.5 9.83579 18.1642 9.5 17.75 9.5ZM12.0001 13.5C12.8286 13.5 13.5001 14.1716 13.5001 15C13.5001 15.8284 12.8286 16.5 12.0001 16.5C11.1717 16.5 10.5001 15.8284 10.5001 15C10.5001 14.1716 11.1717 13.5 12.0001 13.5ZM12 3.5C10.6193 3.5 9.5 4.61929 9.5 6V8H14.5V6C14.5 4.61929 13.3807 3.5 12 3.5Z"})})});export{a as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconLockClosedFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconLockClosedFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconLockClosedFilled;
@@ -1 +1 @@
1
- import{jsx as e}from"react/jsx-runtime";import d from"classnames";const g=({size:i,type:s,className:a="",onClick:o,refHandler:t,id:l,dataId:n})=>/* @__PURE__ */e("svg",{xmlns:"http://www.w3.org/2000/svg",className:d("svg-icon",{[`svg-icon__size-${i}`]:i,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:o,ref:t,id:l,"data-id":n?`${n}-svg-icon`:"",children:/* @__PURE__ */e("g",{id:"State=Closed, Size=24, Theme=Filled",children:/* @__PURE__ */e("path",{id:"Shape",d:"M12 2C14.2091 2 16 3.79086 16 6V8H18.5C19.3284 8 20 8.67157 20 9.5V20.5C20 21.3284 19.3284 22 18.5 22H5.5C4.67157 22 4 21.3284 4 20.5V9.5C4 8.67157 4.67157 8 5.5 8H8V6C8 3.79086 9.79086 2 12 2ZM12.0001 13.5C11.1717 13.5 10.5001 14.1716 10.5001 15C10.5001 15.8284 11.1717 16.5 12.0001 16.5C12.8286 16.5 13.5001 15.8284 13.5001 15C13.5001 14.1716 12.8286 13.5 12.0001 13.5ZM12 4C10.8954 4 10 4.89543 10 6V8H14V6C14 4.89543 13.1046 4 12 4Z"})})});export{g as default};
1
+ import{jsx as e}from"react/jsx-runtime";import c from"classnames";const g=({size:s,type:i,className:t="",onClick:a,refHandler:o,id:d,dataTestId:l})=>/* @__PURE__ */e("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${i}`]:i,[t]:t}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:o,id:d,"data-test-id":l?`${l}-svg-icon`:"",children:/* @__PURE__ */e("g",{id:"State=Closed, Size=24, Theme=Filled",children:/* @__PURE__ */e("path",{id:"Shape",d:"M12 2C14.2091 2 16 3.79086 16 6V8H18.5C19.3284 8 20 8.67157 20 9.5V20.5C20 21.3284 19.3284 22 18.5 22H5.5C4.67157 22 4 21.3284 4 20.5V9.5C4 8.67157 4.67157 8 5.5 8H8V6C8 3.79086 9.79086 2 12 2ZM12.0001 13.5C11.1717 13.5 10.5001 14.1716 10.5001 15C10.5001 15.8284 11.1717 16.5 12.0001 16.5C12.8286 16.5 13.5001 15.8284 13.5001 15C13.5001 14.1716 12.8286 13.5 12.0001 13.5ZM12 4C10.8954 4 10 4.89543 10 6V8H14V6C14 4.89543 13.1046 4 12 4Z"})})});export{g as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconLockOpen: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconLockOpen: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconLockOpen;
@@ -1 +1 @@
1
- import{jsx as C}from"react/jsx-runtime";import r from"classnames";const a=({size:e,type:a,className:i="",onClick:s,refHandler:n,id:t,dataId:o})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:r("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${a}`]:a,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:s,ref:n,id:t,"data-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"State=Open, Size=24, Theme=Regular",children:/* @__PURE__ */C("path",{id:"Shape",d:"M12 2.00391C13.8753 2.00391 15.3342 3.2102 15.9276 5.00689C16.0575 5.4002 15.844 5.82436 15.4507 5.95427C15.0574 6.08419 14.6332 5.87066 14.5033 5.47734C14.1018 4.26162 13.1854 3.50391 12 3.50391C10.5927 3.50391 9.57976 4.46178 9.50392 6.05538L9.49935 6.24964L9.499 7.99891L17.75 7.99964C18.9409 7.99964 19.9156 8.9248 19.9948 10.0956L20 10.2496V19.7459C20 20.9368 19.0748 21.9116 17.904 21.9907L17.75 21.9959H6.25C5.05914 21.9959 4.08436 21.0708 4.00519 19.9L4 19.7459V10.2496C4 9.05878 4.92516 8.08399 6.09595 8.00483L6.25 7.99964L7.999 7.99891L7.99935 6.24964C7.99935 3.71117 9.70837 2.00391 12 2.00391ZM17.75 9.49964H6.25C5.8703 9.49964 5.55651 9.78179 5.50685 10.1479L5.5 10.2496V19.7459C5.5 20.1256 5.78215 20.4394 6.14823 20.4891L6.25 20.4959H17.75C18.1297 20.4959 18.4435 20.2138 18.4932 19.8477L18.5 19.7459V10.2496C18.5 9.86994 18.2178 9.55615 17.8518 9.50649L17.75 9.49964ZM12 13.4992C12.8277 13.4992 13.4986 14.1701 13.4986 14.9978C13.4986 15.8254 12.8277 16.4964 12 16.4964C11.1723 16.4964 10.5014 15.8254 10.5014 14.9978C10.5014 14.1701 11.1723 13.4992 12 13.4992Z"})})});export{a as default};
1
+ import{jsx as C}from"react/jsx-runtime";import c from"classnames";const a=({size:e,type:s,className:a="",onClick:i,refHandler:t,id:n,dataTestId:o})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:i,ref:t,id:n,"data-test-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"State=Open, Size=24, Theme=Regular",children:/* @__PURE__ */C("path",{id:"Shape",d:"M12 2.00391C13.8753 2.00391 15.3342 3.2102 15.9276 5.00689C16.0575 5.4002 15.844 5.82436 15.4507 5.95427C15.0574 6.08419 14.6332 5.87066 14.5033 5.47734C14.1018 4.26162 13.1854 3.50391 12 3.50391C10.5927 3.50391 9.57976 4.46178 9.50392 6.05538L9.49935 6.24964L9.499 7.99891L17.75 7.99964C18.9409 7.99964 19.9156 8.9248 19.9948 10.0956L20 10.2496V19.7459C20 20.9368 19.0748 21.9116 17.904 21.9907L17.75 21.9959H6.25C5.05914 21.9959 4.08436 21.0708 4.00519 19.9L4 19.7459V10.2496C4 9.05878 4.92516 8.08399 6.09595 8.00483L6.25 7.99964L7.999 7.99891L7.99935 6.24964C7.99935 3.71117 9.70837 2.00391 12 2.00391ZM17.75 9.49964H6.25C5.8703 9.49964 5.55651 9.78179 5.50685 10.1479L5.5 10.2496V19.7459C5.5 20.1256 5.78215 20.4394 6.14823 20.4891L6.25 20.4959H17.75C18.1297 20.4959 18.4435 20.2138 18.4932 19.8477L18.5 19.7459V10.2496C18.5 9.86994 18.2178 9.55615 17.8518 9.50649L17.75 9.49964ZM12 13.4992C12.8277 13.4992 13.4986 14.1701 13.4986 14.9978C13.4986 15.8254 12.8277 16.4964 12 16.4964C11.1723 16.4964 10.5014 15.8254 10.5014 14.9978C10.5014 14.1701 11.1723 13.4992 12 13.4992Z"})})});export{a as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconLockOpenFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconLockOpenFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconLockOpenFilled;
@@ -1 +1 @@
1
- import{jsx as e}from"react/jsx-runtime";import c from"classnames";const d=({size:i,type:s,className:a="",onClick:d,refHandler:n,id:t,dataId:C})=>/* @__PURE__ */e("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${i}`]:i,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:d,ref:n,id:t,"data-id":C?`${C}-svg-icon`:"",children:/* @__PURE__ */e("g",{id:"State=Open, Size=24, Theme=Filled",children:/* @__PURE__ */e("path",{id:"Shape",d:"M12 2.00104C13.7084 2.00104 15.2111 3.0822 15.7713 4.66746C15.9553 5.18819 15.6823 5.75949 15.1616 5.94348C14.678 6.11434 14.1509 5.89117 13.9307 5.44149L13.8855 5.33377C13.6057 4.54174 12.8541 4.00104 12 4.00104C10.9462 4.00104 10.0828 4.81649 10.0065 5.85082L10.001 6L10.001 7.99904L17.75 8C18.9409 8 19.9156 8.92516 19.9948 10.096L20 10.25V19.7463C20 20.9371 19.0748 21.9119 17.904 21.9911L17.75 21.9963H6.25C5.05914 21.9963 4.08436 21.0711 4.00519 19.9003L4 19.7463V10.25C4 9.05914 4.92516 8.08436 6.09595 8.00519L6.25 8L8.001 7.99904L8.00104 6C8.00104 3.79143 9.79143 2.00104 12 2.00104ZM12 13.4995C11.1723 13.4995 10.5014 14.1705 10.5014 14.9981C10.5014 15.8258 11.1723 16.4968 12 16.4968C12.8277 16.4968 13.4986 15.8258 13.4986 14.9981C13.4986 14.1705 12.8277 13.4995 12 13.4995Z"})})});export{d as default};
1
+ import{jsx as e}from"react/jsx-runtime";import L from"classnames";const d=({size:s,type:i,className:t="",onClick:a,refHandler:d,id:n,dataTestId:C})=>/* @__PURE__ */e("svg",{xmlns:"http://www.w3.org/2000/svg",className:L("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${i}`]:i,[t]:t}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:d,id:n,"data-test-id":C?`${C}-svg-icon`:"",children:/* @__PURE__ */e("g",{id:"State=Open, Size=24, Theme=Filled",children:/* @__PURE__ */e("path",{id:"Shape",d:"M12 2.00104C13.7084 2.00104 15.2111 3.0822 15.7713 4.66746C15.9553 5.18819 15.6823 5.75949 15.1616 5.94348C14.678 6.11434 14.1509 5.89117 13.9307 5.44149L13.8855 5.33377C13.6057 4.54174 12.8541 4.00104 12 4.00104C10.9462 4.00104 10.0828 4.81649 10.0065 5.85082L10.001 6L10.001 7.99904L17.75 8C18.9409 8 19.9156 8.92516 19.9948 10.096L20 10.25V19.7463C20 20.9371 19.0748 21.9119 17.904 21.9911L17.75 21.9963H6.25C5.05914 21.9963 4.08436 21.0711 4.00519 19.9003L4 19.7463V10.25C4 9.05914 4.92516 8.08436 6.09595 8.00519L6.25 8L8.001 7.99904L8.00104 6C8.00104 3.79143 9.79143 2.00104 12 2.00104ZM12 13.4995C11.1723 13.4995 10.5014 14.1705 10.5014 14.9981C10.5014 15.8258 11.1723 16.4968 12 16.4968C12.8277 16.4968 13.4986 15.8258 13.4986 14.9981C13.4986 14.1705 12.8277 13.4995 12 13.4995Z"})})});export{d as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconMail: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconMail: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconMail;
@@ -1 +1 @@
1
- import{jsx as i}from"react/jsx-runtime";import g from"classnames";const a=({size:e,type:s,className:a="",onClick:n,refHandler:o,id:r,dataId:t})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:g("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:o,id:r,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */i("path",{id:"Shape",d:"M5.25 4H18.75C20.483 4 21.8992 5.35645 21.9949 7.06558L22 7.25V16.75C22 18.483 20.6435 19.8992 18.9344 19.9949L18.75 20H5.25C3.51697 20 2.10075 18.6435 2.00514 16.9344L2 16.75V7.25C2 5.51697 3.35645 4.10075 5.06558 4.00514L5.25 4H18.75H5.25ZM20.5 9.373L12.3493 13.6637C12.1619 13.7623 11.9431 13.7764 11.7468 13.706L11.6507 13.6637L3.5 9.374V16.75C3.5 17.6682 4.20711 18.4212 5.10647 18.4942L5.25 18.5H18.75C19.6682 18.5 20.4212 17.7929 20.4942 16.8935L20.5 16.75V9.373ZM18.75 5.5H5.25C4.33183 5.5 3.57881 6.20711 3.5058 7.10647L3.5 7.25V7.679L12 12.1525L20.5 7.678V7.25C20.5 6.33183 19.7929 5.57881 18.8935 5.5058L18.75 5.5Z"})})});export{a as default};
1
+ import{jsx as i}from"react/jsx-runtime";import g from"classnames";const C=({size:e,type:s,className:a="",onClick:t,refHandler:n,id:o,dataTestId:r})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:g("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:t,ref:n,id:o,"data-test-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */i("path",{id:"Shape",d:"M5.25 4H18.75C20.483 4 21.8992 5.35645 21.9949 7.06558L22 7.25V16.75C22 18.483 20.6435 19.8992 18.9344 19.9949L18.75 20H5.25C3.51697 20 2.10075 18.6435 2.00514 16.9344L2 16.75V7.25C2 5.51697 3.35645 4.10075 5.06558 4.00514L5.25 4H18.75H5.25ZM20.5 9.373L12.3493 13.6637C12.1619 13.7623 11.9431 13.7764 11.7468 13.706L11.6507 13.6637L3.5 9.374V16.75C3.5 17.6682 4.20711 18.4212 5.10647 18.4942L5.25 18.5H18.75C19.6682 18.5 20.4212 17.7929 20.4942 16.8935L20.5 16.75V9.373ZM18.75 5.5H5.25C4.33183 5.5 3.57881 6.20711 3.5058 7.10647L3.5 7.25V7.679L12 12.1525L20.5 7.678V7.25C20.5 6.33183 19.7929 5.57881 18.8935 5.5058L18.75 5.5Z"})})});export{C as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconMailAdd: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconMailAdd: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconMailAdd;
@@ -1 +1 @@
1
- import{jsx as C}from"react/jsx-runtime";import c from"classnames";const a=({size:e,type:i,className:s="",onClick:a,refHandler:n,id:o,dataId:L})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:o,"data-id":L?`${L}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */C("path",{id:"Shape",d:"M23 6.5C23 3.46243 20.5376 1 17.5 1C14.4624 1 12 3.46243 12 6.5C12 9.53757 14.4624 12 17.5 12C20.5376 12 23 9.53757 23 6.5ZM18.0006 7.00001L18.0011 9.50352C18.0011 9.77966 17.7773 10.0035 17.5011 10.0035C17.225 10.0035 17.0011 9.77966 17.0011 9.50352L17.0006 7.00001H14.4956C14.2197 7.00001 13.9961 6.77615 13.9961 6.50001C13.9961 6.22387 14.2197 6.00001 14.4956 6.00001H17.0005L17 3.49927C17 3.22313 17.2239 2.99927 17.5 2.99927C17.7761 2.99927 18 3.22313 18 3.49927L18.0005 6.00001H20.4966C20.7725 6.00001 20.9961 6.22387 20.9961 6.50001C20.9961 6.77615 20.7725 7.00001 20.4966 7.00001H18.0006ZM20.5 16.75V12.2678C21.051 11.9806 21.5557 11.6168 22 11.1904V16.75C22 18.483 20.6435 19.8992 18.9344 19.9949L18.75 20H5.25C3.51697 20 2.10075 18.6435 2.00514 16.9344L2 16.75V7.25C2 5.51697 3.35645 4.10075 5.06558 4.00514L5.25 4H11.4982C11.3004 4.47417 11.1572 4.97679 11.0764 5.5H5.25C4.33183 5.5 3.57881 6.20711 3.5058 7.10647L3.5 7.25V7.679L12 12.1525L13.3052 11.4654C13.7437 11.8363 14.232 12.1501 14.7587 12.3954L12.3493 13.6637C12.1619 13.7623 11.9431 13.7764 11.7468 13.706L11.6507 13.6637L3.5 9.374V16.75C3.5 17.6682 4.20711 18.4212 5.10647 18.4942L5.25 18.5H18.75C19.6682 18.5 20.4212 17.7929 20.4942 16.8935L20.5 16.75Z"})})});export{a as default};
1
+ import{jsx as C}from"react/jsx-runtime";import c from"classnames";const t=({size:e,type:s,className:i="",onClick:t,refHandler:a,id:n,dataTestId:o})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:t,ref:a,id:n,"data-test-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */C("path",{id:"Shape",d:"M23 6.5C23 3.46243 20.5376 1 17.5 1C14.4624 1 12 3.46243 12 6.5C12 9.53757 14.4624 12 17.5 12C20.5376 12 23 9.53757 23 6.5ZM18.0006 7.00001L18.0011 9.50352C18.0011 9.77966 17.7773 10.0035 17.5011 10.0035C17.225 10.0035 17.0011 9.77966 17.0011 9.50352L17.0006 7.00001H14.4956C14.2197 7.00001 13.9961 6.77615 13.9961 6.50001C13.9961 6.22387 14.2197 6.00001 14.4956 6.00001H17.0005L17 3.49927C17 3.22313 17.2239 2.99927 17.5 2.99927C17.7761 2.99927 18 3.22313 18 3.49927L18.0005 6.00001H20.4966C20.7725 6.00001 20.9961 6.22387 20.9961 6.50001C20.9961 6.77615 20.7725 7.00001 20.4966 7.00001H18.0006ZM20.5 16.75V12.2678C21.051 11.9806 21.5557 11.6168 22 11.1904V16.75C22 18.483 20.6435 19.8992 18.9344 19.9949L18.75 20H5.25C3.51697 20 2.10075 18.6435 2.00514 16.9344L2 16.75V7.25C2 5.51697 3.35645 4.10075 5.06558 4.00514L5.25 4H11.4982C11.3004 4.47417 11.1572 4.97679 11.0764 5.5H5.25C4.33183 5.5 3.57881 6.20711 3.5058 7.10647L3.5 7.25V7.679L12 12.1525L13.3052 11.4654C13.7437 11.8363 14.232 12.1501 14.7587 12.3954L12.3493 13.6637C12.1619 13.7623 11.9431 13.7764 11.7468 13.706L11.6507 13.6637L3.5 9.374V16.75C3.5 17.6682 4.20711 18.4212 5.10647 18.4942L5.25 18.5H18.75C19.6682 18.5 20.4212 17.7929 20.4942 16.8935L20.5 16.75Z"})})});export{t as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconMailAddFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconMailAddFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconMailAddFilled;
@@ -1 +1 @@
1
- import{jsx as C}from"react/jsx-runtime";import d from"classnames";const g=({size:e,type:i,className:s="",onClick:a,refHandler:n,id:o,dataId:l})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:d("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:o,"data-id":l?`${l}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */C("path",{id:"Shape",d:"M23 6.5C23 3.46243 20.5376 1 17.5 1C14.4624 1 12 3.46243 12 6.5C12 9.53757 14.4624 12 17.5 12C20.5376 12 23 9.53757 23 6.5ZM18.0006 7.00001L18.0011 9.50352C18.0011 9.77966 17.7773 10.0035 17.5011 10.0035C17.225 10.0035 17.0011 9.77966 17.0011 9.50352L17.0006 7.00001H14.4956C14.2197 7.00001 13.9961 6.77615 13.9961 6.50001C13.9961 6.22387 14.2197 6.00001 14.4956 6.00001H17.0005L17 3.49927C17 3.22313 17.2239 2.99927 17.5 2.99927C17.7761 2.99927 18 3.22313 18 3.49927L18.0005 6.00001H20.4966C20.7725 6.00001 20.9961 6.22387 20.9961 6.50001C20.9961 6.77615 20.7725 7.00001 20.4966 7.00001H18.0006ZM17.5 13C19.2465 13 20.8321 12.3112 22 11.1904V16.75C22 18.483 20.6435 19.8992 18.9344 19.9949L18.75 20H5.25C3.51697 20 2.10075 18.6435 2.00514 16.9344L2 16.75V8.608L11.652 13.6644C11.87 13.7785 12.13 13.7785 12.348 13.6644L14.7649 12.3983C15.5963 12.7844 16.523 13 17.5 13ZM5.25 4H11.4982C11.1772 4.76959 11 5.6141 11 6.5C11 8.49255 11.8966 10.2757 13.3083 11.468L12 12.1533L2.01619 6.92355C2.17386 5.34271 3.46432 4.09545 5.06409 4.00523L5.25 4Z"})})});export{g as default};
1
+ import{jsx as C}from"react/jsx-runtime";import d from"classnames";const t=({size:e,type:s,className:i="",onClick:t,refHandler:a,id:n,dataTestId:o})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:d("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:t,ref:a,id:n,"data-test-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */C("path",{id:"Shape",d:"M23 6.5C23 3.46243 20.5376 1 17.5 1C14.4624 1 12 3.46243 12 6.5C12 9.53757 14.4624 12 17.5 12C20.5376 12 23 9.53757 23 6.5ZM18.0006 7.00001L18.0011 9.50352C18.0011 9.77966 17.7773 10.0035 17.5011 10.0035C17.225 10.0035 17.0011 9.77966 17.0011 9.50352L17.0006 7.00001H14.4956C14.2197 7.00001 13.9961 6.77615 13.9961 6.50001C13.9961 6.22387 14.2197 6.00001 14.4956 6.00001H17.0005L17 3.49927C17 3.22313 17.2239 2.99927 17.5 2.99927C17.7761 2.99927 18 3.22313 18 3.49927L18.0005 6.00001H20.4966C20.7725 6.00001 20.9961 6.22387 20.9961 6.50001C20.9961 6.77615 20.7725 7.00001 20.4966 7.00001H18.0006ZM17.5 13C19.2465 13 20.8321 12.3112 22 11.1904V16.75C22 18.483 20.6435 19.8992 18.9344 19.9949L18.75 20H5.25C3.51697 20 2.10075 18.6435 2.00514 16.9344L2 16.75V8.608L11.652 13.6644C11.87 13.7785 12.13 13.7785 12.348 13.6644L14.7649 12.3983C15.5963 12.7844 16.523 13 17.5 13ZM5.25 4H11.4982C11.1772 4.76959 11 5.6141 11 6.5C11 8.49255 11.8966 10.2757 13.3083 11.468L12 12.1533L2.01619 6.92355C2.17386 5.34271 3.46432 4.09545 5.06409 4.00523L5.25 4Z"})})});export{t as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconMailArrowForward: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconMailArrowForward: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconMailArrowForward;
@@ -1 +1 @@
1
- import{jsx as C}from"react/jsx-runtime";import c from"classnames";const L=({size:e,type:i,className:s="",onClick:a,refHandler:n,id:o,dataId:r})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:o,"data-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */C("path",{id:"Shape",d:"M20.3999 17.4V12.4803C20.8292 12.2609 21.2314 11.9958 21.5999 11.6914V17.4C21.5999 19.0569 20.2568 20.4 18.5999 20.4H5.3999C3.74305 20.4 2.3999 19.0569 2.3999 17.4V7.8C2.3999 6.14314 3.74305 4.8 5.3999 4.8H11.0483C10.939 5.18674 10.8639 5.58791 10.8268 6H5.3999C4.40579 6 3.5999 6.80588 3.5999 7.8V8.1624L11.9999 13.1039L13.7296 12.0861C14.1191 12.3473 14.538 12.568 14.9803 12.7424L12.3041 14.3172C12.1476 14.4092 11.9598 14.4245 11.7929 14.3632L11.6957 14.3172L3.5999 9.5556V17.4C3.5999 18.3941 4.40579 19.2 5.3999 19.2H18.5999C19.594 19.2 20.3999 18.3941 20.3999 17.4ZM11.9999 6.6C11.9999 9.58234 14.4176 12 17.3999 12C20.3822 12 22.7999 9.58234 22.7999 6.6C22.7999 3.61766 20.3822 1.2 17.3999 1.2C14.4176 1.2 11.9999 3.61766 11.9999 6.6ZM18.4756 3.47573C18.71 3.24142 19.0899 3.24142 19.3242 3.47573L21.4242 5.57573C21.4817 5.63326 21.5251 5.69956 21.5544 5.77033C21.5837 5.84107 21.5999 5.91864 21.5999 6C21.5999 6.08135 21.5837 6.15892 21.5544 6.22967C21.5255 6.29939 21.483 6.36478 21.4267 6.42171L19.3242 8.52426C19.0899 8.75858 18.71 8.75858 18.4756 8.52426C18.2413 8.28995 18.2413 7.91005 18.4756 7.67573L19.5514 6.6H17.6999C16.5401 6.6 15.5999 7.5402 15.5999 8.7V9C15.5999 9.33137 15.3313 9.6 14.9999 9.6C14.6685 9.6 14.3999 9.33137 14.3999 9V8.7C14.3999 6.87746 15.8774 5.4 17.6999 5.4H19.5514L18.4756 4.32426C18.2413 4.08995 18.2413 3.71005 18.4756 3.47573Z"})})});export{L as default};
1
+ import{jsx as C}from"react/jsx-runtime";import c from"classnames";const t=({size:e,type:s,className:i="",onClick:t,refHandler:a,id:n,dataTestId:o})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:t,ref:a,id:n,"data-test-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */C("path",{id:"Shape",d:"M20.3999 17.4V12.4803C20.8292 12.2609 21.2314 11.9958 21.5999 11.6914V17.4C21.5999 19.0569 20.2568 20.4 18.5999 20.4H5.3999C3.74305 20.4 2.3999 19.0569 2.3999 17.4V7.8C2.3999 6.14314 3.74305 4.8 5.3999 4.8H11.0483C10.939 5.18674 10.8639 5.58791 10.8268 6H5.3999C4.40579 6 3.5999 6.80588 3.5999 7.8V8.1624L11.9999 13.1039L13.7296 12.0861C14.1191 12.3473 14.538 12.568 14.9803 12.7424L12.3041 14.3172C12.1476 14.4092 11.9598 14.4245 11.7929 14.3632L11.6957 14.3172L3.5999 9.5556V17.4C3.5999 18.3941 4.40579 19.2 5.3999 19.2H18.5999C19.594 19.2 20.3999 18.3941 20.3999 17.4ZM11.9999 6.6C11.9999 9.58234 14.4176 12 17.3999 12C20.3822 12 22.7999 9.58234 22.7999 6.6C22.7999 3.61766 20.3822 1.2 17.3999 1.2C14.4176 1.2 11.9999 3.61766 11.9999 6.6ZM18.4756 3.47573C18.71 3.24142 19.0899 3.24142 19.3242 3.47573L21.4242 5.57573C21.4817 5.63326 21.5251 5.69956 21.5544 5.77033C21.5837 5.84107 21.5999 5.91864 21.5999 6C21.5999 6.08135 21.5837 6.15892 21.5544 6.22967C21.5255 6.29939 21.483 6.36478 21.4267 6.42171L19.3242 8.52426C19.0899 8.75858 18.71 8.75858 18.4756 8.52426C18.2413 8.28995 18.2413 7.91005 18.4756 7.67573L19.5514 6.6H17.6999C16.5401 6.6 15.5999 7.5402 15.5999 8.7V9C15.5999 9.33137 15.3313 9.6 14.9999 9.6C14.6685 9.6 14.3999 9.33137 14.3999 9V8.7C14.3999 6.87746 15.8774 5.4 17.6999 5.4H19.5514L18.4756 4.32426C18.2413 4.08995 18.2413 3.71005 18.4756 3.47573Z"})})});export{t as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconMailArrowForwardFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconMailArrowForwardFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconMailArrowForwardFilled;
@@ -1 +1 @@
1
- import{jsx as C}from"react/jsx-runtime";import c from"classnames";const g=({size:e,type:i,className:s="",onClick:a,refHandler:n,id:o,dataId:d})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:o,"data-id":d?`${d}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */C("path",{id:"Shape",d:"M17.3999 13.2C18.9955 13.2 20.4589 12.6338 21.6 11.6913V17.4C21.6 19.0569 20.2569 20.4 18.6 20.4H5.4C3.74314 20.4 2.3999 19.0569 2.3999 17.4V8.8476L11.6958 14.3172C11.8836 14.4276 12.1164 14.4276 12.3042 14.3172L14.9805 12.7425C15.7297 13.0378 16.5458 13.2 17.3999 13.2ZM5.4 4.8H11.0483C10.8865 5.3722 10.7999 5.97598 10.7999 6.6C10.7999 8.88684 11.963 10.902 13.7298 12.0863L12 13.1039L2.41821 7.46751C2.58364 5.96712 3.85552 4.8 5.4 4.8ZM11.9999 6.6C11.9999 9.58234 14.4176 12 17.3999 12C20.3822 12 22.7999 9.58234 22.7999 6.6C22.7999 3.61766 20.3822 1.2 17.3999 1.2C14.4176 1.2 11.9999 3.61766 11.9999 6.6ZM18.4756 3.47573C18.71 3.24142 19.0899 3.24142 19.3242 3.47573L21.4242 5.57573C21.4817 5.63326 21.5251 5.69956 21.5544 5.77033C21.5837 5.84107 21.5999 5.91864 21.5999 6C21.5999 6.08135 21.5837 6.15892 21.5544 6.22967C21.5255 6.29939 21.483 6.36478 21.4267 6.42171L19.3242 8.52426C19.0899 8.75858 18.71 8.75858 18.4756 8.52426C18.2413 8.28995 18.2413 7.91005 18.4756 7.67573L19.5514 6.6H17.6999C16.5401 6.6 15.5999 7.5402 15.5999 8.7V9C15.5999 9.33137 15.3313 9.6 14.9999 9.6C14.6685 9.6 14.3999 9.33137 14.3999 9V8.7C14.3999 6.87746 15.8774 5.4 17.6999 5.4H19.5514L18.4756 4.32426C18.2413 4.08995 18.2413 3.71005 18.4756 3.47573Z"})})});export{g as default};
1
+ import{jsx as C}from"react/jsx-runtime";import c from"classnames";const a=({size:e,type:s,className:i="",onClick:a,refHandler:t,id:n,dataTestId:o})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:t,id:n,"data-test-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */C("path",{id:"Shape",d:"M17.3999 13.2C18.9955 13.2 20.4589 12.6338 21.6 11.6913V17.4C21.6 19.0569 20.2569 20.4 18.6 20.4H5.4C3.74314 20.4 2.3999 19.0569 2.3999 17.4V8.8476L11.6958 14.3172C11.8836 14.4276 12.1164 14.4276 12.3042 14.3172L14.9805 12.7425C15.7297 13.0378 16.5458 13.2 17.3999 13.2ZM5.4 4.8H11.0483C10.8865 5.3722 10.7999 5.97598 10.7999 6.6C10.7999 8.88684 11.963 10.902 13.7298 12.0863L12 13.1039L2.41821 7.46751C2.58364 5.96712 3.85552 4.8 5.4 4.8ZM11.9999 6.6C11.9999 9.58234 14.4176 12 17.3999 12C20.3822 12 22.7999 9.58234 22.7999 6.6C22.7999 3.61766 20.3822 1.2 17.3999 1.2C14.4176 1.2 11.9999 3.61766 11.9999 6.6ZM18.4756 3.47573C18.71 3.24142 19.0899 3.24142 19.3242 3.47573L21.4242 5.57573C21.4817 5.63326 21.5251 5.69956 21.5544 5.77033C21.5837 5.84107 21.5999 5.91864 21.5999 6C21.5999 6.08135 21.5837 6.15892 21.5544 6.22967C21.5255 6.29939 21.483 6.36478 21.4267 6.42171L19.3242 8.52426C19.0899 8.75858 18.71 8.75858 18.4756 8.52426C18.2413 8.28995 18.2413 7.91005 18.4756 7.67573L19.5514 6.6H17.6999C16.5401 6.6 15.5999 7.5402 15.5999 8.7V9C15.5999 9.33137 15.3313 9.6 14.9999 9.6C14.6685 9.6 14.3999 9.33137 14.3999 9V8.7C14.3999 6.87746 15.8774 5.4 17.6999 5.4H19.5514L18.4756 4.32426C18.2413 4.08995 18.2413 3.71005 18.4756 3.47573Z"})})});export{a as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconMailFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconMailFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconMailFilled;
@@ -1 +1 @@
1
- import{jsx as i}from"react/jsx-runtime";import d from"classnames";const a=({size:e,type:s,className:a="",onClick:n,refHandler:o,id:l,dataId:t})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:d("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:o,id:l,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M22 8.608V16.75C22 18.483 20.6435 19.8992 18.9344 19.9949L18.75 20H5.25C3.51697 20 2.10075 18.6435 2.00514 16.9344L2 16.75V8.608L11.652 13.6644C11.87 13.7785 12.13 13.7785 12.348 13.6644L22 8.608ZM5.25 4H18.75C20.4347 4 21.8201 5.28191 21.9838 6.92355L12 12.1533L2.01619 6.92355C2.17386 5.34271 3.46432 4.09545 5.06409 4.00523L5.25 4H18.75H5.25Z"})})});export{a as default};
1
+ import{jsx as i}from"react/jsx-runtime";import t from"classnames";const a=({size:e,type:s,className:a="",onClick:n,refHandler:o,id:d,dataTestId:l})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:t("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:o,id:d,"data-test-id":l?`${l}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M22 8.608V16.75C22 18.483 20.6435 19.8992 18.9344 19.9949L18.75 20H5.25C3.51697 20 2.10075 18.6435 2.00514 16.9344L2 16.75V8.608L11.652 13.6644C11.87 13.7785 12.13 13.7785 12.348 13.6644L22 8.608ZM5.25 4H18.75C20.4347 4 21.8201 5.28191 21.9838 6.92355L12 12.1533L2.01619 6.92355C2.17386 5.34271 3.46432 4.09545 5.06409 4.00523L5.25 4H18.75H5.25Z"})})});export{a as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconMailLink: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconMailLink: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconMailLink;
@@ -1 +1 @@
1
- import{jsx as C}from"react/jsx-runtime";import c from"classnames";const a=({size:e,type:L,className:i="",onClick:s,refHandler:a,id:n,dataId:o})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${L}`]:L,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:s,ref:a,id:n,"data-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */C("path",{id:"Shape",d:"M23 6.75C23 4.67893 21.3211 3 19.25 3L19.1482 3.00685C18.7822 3.05651 18.5 3.3703 18.5 3.75C18.5 4.16421 18.8358 4.5 19.25 4.5L19.404 4.50519C20.5748 4.58435 21.5 5.55914 21.5 6.75C21.5 7.99264 20.4926 9 19.25 9L19.2466 9.0046L19.1448 9.01191C18.779 9.06326 18.4983 9.37834 18.5 9.75803C18.5019 10.1722 18.8392 10.5065 19.2534 10.5046V10.5L19.4523 10.4948C21.4276 10.3913 23 8.75426 23 6.75ZM16.5 3.75C16.5 3.33579 16.1642 3 15.75 3L15.5508 3.0052C13.5724 3.10873 12 4.74574 12 6.75C12 8.82107 13.6789 10.5 15.75 10.5L15.8518 10.4932C16.2178 10.4435 16.5 10.1297 16.5 9.75C16.5 9.33579 16.1642 9 15.75 9L15.596 8.99481C14.4252 8.91565 13.5 7.94086 13.5 6.75C13.5 5.50736 14.5074 4.5 15.75 4.5L15.8518 4.49315C16.2178 4.44349 16.5 4.1297 16.5 3.75ZM20 6.75C20 6.33579 19.6642 6 19.25 6H15.75L15.6482 6.00685C15.2822 6.05651 15 6.3703 15 6.75C15 7.16421 15.3358 7.5 15.75 7.5H19.25L19.3518 7.49315C19.7178 7.44349 20 7.1297 20 6.75ZM5.25 4H11.8766C11.5576 4.44848 11.3145 4.95473 11.1662 5.5H5.25C4.33183 5.5 3.57881 6.20711 3.5058 7.10647L3.5 7.25V7.679L12 12.1525L13.9275 11.1378C14.4887 11.3712 15.1043 11.5 15.75 11.5H16.4595L12.3493 13.6637C12.1619 13.7623 11.9431 13.7764 11.7468 13.706L11.6507 13.6637L3.5 9.374V16.75C3.5 17.6682 4.20711 18.4212 5.10647 18.4942L5.25 18.5H18.75C19.6682 18.5 20.4212 17.7929 20.4942 16.8935L20.5 16.75V11.3338C21.0453 11.1855 21.5515 10.9424 22 10.6234V16.75C22 18.483 20.6435 19.8992 18.9344 19.9949L18.75 20H5.25C3.51697 20 2.10075 18.6435 2.00514 16.9344L2 16.75V7.25C2 5.51697 3.35645 4.10075 5.06558 4.00514L5.25 4Z"})})});export{a as default};
1
+ import{jsx as C}from"react/jsx-runtime";import c from"classnames";const t=({size:e,type:s,className:L="",onClick:i,refHandler:t,id:a,dataTestId:n})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[L]:L}),viewBox:"0 0 24 24",fill:"none",onClick:i,ref:t,id:a,"data-test-id":n?`${n}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Regular",children:/* @__PURE__ */C("path",{id:"Shape",d:"M23 6.75C23 4.67893 21.3211 3 19.25 3L19.1482 3.00685C18.7822 3.05651 18.5 3.3703 18.5 3.75C18.5 4.16421 18.8358 4.5 19.25 4.5L19.404 4.50519C20.5748 4.58435 21.5 5.55914 21.5 6.75C21.5 7.99264 20.4926 9 19.25 9L19.2466 9.0046L19.1448 9.01191C18.779 9.06326 18.4983 9.37834 18.5 9.75803C18.5019 10.1722 18.8392 10.5065 19.2534 10.5046V10.5L19.4523 10.4948C21.4276 10.3913 23 8.75426 23 6.75ZM16.5 3.75C16.5 3.33579 16.1642 3 15.75 3L15.5508 3.0052C13.5724 3.10873 12 4.74574 12 6.75C12 8.82107 13.6789 10.5 15.75 10.5L15.8518 10.4932C16.2178 10.4435 16.5 10.1297 16.5 9.75C16.5 9.33579 16.1642 9 15.75 9L15.596 8.99481C14.4252 8.91565 13.5 7.94086 13.5 6.75C13.5 5.50736 14.5074 4.5 15.75 4.5L15.8518 4.49315C16.2178 4.44349 16.5 4.1297 16.5 3.75ZM20 6.75C20 6.33579 19.6642 6 19.25 6H15.75L15.6482 6.00685C15.2822 6.05651 15 6.3703 15 6.75C15 7.16421 15.3358 7.5 15.75 7.5H19.25L19.3518 7.49315C19.7178 7.44349 20 7.1297 20 6.75ZM5.25 4H11.8766C11.5576 4.44848 11.3145 4.95473 11.1662 5.5H5.25C4.33183 5.5 3.57881 6.20711 3.5058 7.10647L3.5 7.25V7.679L12 12.1525L13.9275 11.1378C14.4887 11.3712 15.1043 11.5 15.75 11.5H16.4595L12.3493 13.6637C12.1619 13.7623 11.9431 13.7764 11.7468 13.706L11.6507 13.6637L3.5 9.374V16.75C3.5 17.6682 4.20711 18.4212 5.10647 18.4942L5.25 18.5H18.75C19.6682 18.5 20.4212 17.7929 20.4942 16.8935L20.5 16.75V11.3338C21.0453 11.1855 21.5515 10.9424 22 10.6234V16.75C22 18.483 20.6435 19.8992 18.9344 19.9949L18.75 20H5.25C3.51697 20 2.10075 18.6435 2.00514 16.9344L2 16.75V7.25C2 5.51697 3.35645 4.10075 5.06558 4.00514L5.25 4Z"})})});export{t as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconMailLinkFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconMailLinkFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconMailLinkFilled;
@@ -1 +1 @@
1
- import{jsx as C}from"react/jsx-runtime";import c from"classnames";const g=({size:e,type:i,className:s="",onClick:L,refHandler:a,id:n,dataId:o})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:L,ref:a,id:n,"data-id":o?`${o}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */C("path",{id:"Shape",d:"M23 6.75C23 4.67893 21.3211 3 19.25 3L19.1482 3.00685C18.7822 3.05651 18.5 3.3703 18.5 3.75C18.5 4.16421 18.8358 4.5 19.25 4.5L19.404 4.50519C20.5748 4.58435 21.5 5.55914 21.5 6.75C21.5 7.99264 20.4926 9 19.25 9L19.2466 9.0046L19.1448 9.01191C18.779 9.06326 18.4983 9.37834 18.5 9.75803C18.5019 10.1722 18.8392 10.5065 19.2534 10.5046V10.5L19.4523 10.4948C21.4276 10.3913 23 8.75426 23 6.75ZM16.5 3.75C16.5 3.33579 16.1642 3 15.75 3L15.5508 3.0052C13.5724 3.10873 12 4.74574 12 6.75C12 8.82107 13.6789 10.5 15.75 10.5L15.8518 10.4932C16.2178 10.4435 16.5 10.1297 16.5 9.75C16.5 9.33579 16.1642 9 15.75 9L15.596 8.99481C14.4252 8.91565 13.5 7.94086 13.5 6.75C13.5 5.50736 14.5074 4.5 15.75 4.5L15.8518 4.49315C16.2178 4.44349 16.5 4.1297 16.5 3.75ZM20 6.75C20 6.33579 19.6642 6 19.25 6H15.75L15.6482 6.00685C15.2822 6.05651 15 6.3703 15 6.75C15 7.16421 15.3358 7.5 15.75 7.5H19.25L19.3518 7.49315C19.7178 7.44349 20 7.1297 20 6.75ZM19.25 11.5H16.4796L12.348 13.6644C12.13 13.7785 11.87 13.7785 11.652 13.6644L2 8.608V16.75L2.00514 16.9344C2.10075 18.6435 3.51697 20 5.25 20H18.75L18.9344 19.9949C20.6435 19.8992 22 18.483 22 16.75V10.6234C21.2239 11.1754 20.2749 11.5 19.25 11.5ZM5.25 4H11.8766C11.3246 4.77607 11 5.72513 11 6.75C11 8.73004 12.2115 10.4271 13.9337 11.1404L12 12.1533L2.01619 6.92355C2.17386 5.34271 3.46432 4.09545 5.06409 4.00523L5.25 4Z"})})});export{g as default};
1
+ import{jsx as C}from"react/jsx-runtime";import c from"classnames";const d=({size:e,type:s,className:i="",onClick:L,refHandler:a,id:t,dataTestId:d})=>/* @__PURE__ */C("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:L,ref:a,id:t,"data-test-id":d?`${d}-svg-icon`:"",children:/* @__PURE__ */C("g",{id:"Size=24, Theme=Filled",children:/* @__PURE__ */C("path",{id:"Shape",d:"M23 6.75C23 4.67893 21.3211 3 19.25 3L19.1482 3.00685C18.7822 3.05651 18.5 3.3703 18.5 3.75C18.5 4.16421 18.8358 4.5 19.25 4.5L19.404 4.50519C20.5748 4.58435 21.5 5.55914 21.5 6.75C21.5 7.99264 20.4926 9 19.25 9L19.2466 9.0046L19.1448 9.01191C18.779 9.06326 18.4983 9.37834 18.5 9.75803C18.5019 10.1722 18.8392 10.5065 19.2534 10.5046V10.5L19.4523 10.4948C21.4276 10.3913 23 8.75426 23 6.75ZM16.5 3.75C16.5 3.33579 16.1642 3 15.75 3L15.5508 3.0052C13.5724 3.10873 12 4.74574 12 6.75C12 8.82107 13.6789 10.5 15.75 10.5L15.8518 10.4932C16.2178 10.4435 16.5 10.1297 16.5 9.75C16.5 9.33579 16.1642 9 15.75 9L15.596 8.99481C14.4252 8.91565 13.5 7.94086 13.5 6.75C13.5 5.50736 14.5074 4.5 15.75 4.5L15.8518 4.49315C16.2178 4.44349 16.5 4.1297 16.5 3.75ZM20 6.75C20 6.33579 19.6642 6 19.25 6H15.75L15.6482 6.00685C15.2822 6.05651 15 6.3703 15 6.75C15 7.16421 15.3358 7.5 15.75 7.5H19.25L19.3518 7.49315C19.7178 7.44349 20 7.1297 20 6.75ZM19.25 11.5H16.4796L12.348 13.6644C12.13 13.7785 11.87 13.7785 11.652 13.6644L2 8.608V16.75L2.00514 16.9344C2.10075 18.6435 3.51697 20 5.25 20H18.75L18.9344 19.9949C20.6435 19.8992 22 18.483 22 16.75V10.6234C21.2239 11.1754 20.2749 11.5 19.25 11.5ZM5.25 4H11.8766C11.3246 4.77607 11 5.72513 11 6.75C11 8.73004 12.2115 10.4271 13.9337 11.1404L12 12.1533L2.01619 6.92355C2.17386 5.34271 3.46432 4.09545 5.06409 4.00523L5.25 4Z"})})});export{d as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconMedium: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconMedium: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconMedium;
@@ -1 +1 @@
1
- import{jsx as o}from"react/jsx-runtime";import d from"classnames";const g=({size:e,type:i,className:s="",onClick:a,refHandler:n,id:r,dataId:t})=>/* @__PURE__ */o("svg",{xmlns:"http://www.w3.org/2000/svg",className:d("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:r,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */o("g",{id:"Company=Medium, Style=Gray, Background=None",children:/* @__PURE__ */o("path",{id:"medium",d:"M2.85 6.2999C2.85 5.9999 2.7 5.6999 2.55 5.5499L0.3 2.8499V2.3999H7.2L12.6 14.2499L17.4 2.3999H24V2.8499L22.05 4.6499C21.9 4.7999 21.75 4.9499 21.9 5.2499V18.7499C21.9 18.8999 21.9 19.1999 22.05 19.3499L23.85 21.1499V21.5999H14.4V21.1499L16.35 19.1999C16.5 19.0499 16.5 18.8999 16.5 18.5999V7.6499L11.1 21.2999H10.5L4.2 7.6499V16.7999C4.2 17.2499 4.35 17.5499 4.5 17.8499L7.05 20.8499V21.2999H0V20.8499L2.55 17.8499C2.85 17.5499 3 17.2499 2.85 16.7999V6.2999Z"})})});export{g as default};
1
+ import{jsx as o}from"react/jsx-runtime";import d from"classnames";const V=({size:e,type:s,className:i="",onClick:a,refHandler:n,id:t,dataTestId:r})=>/* @__PURE__ */o("svg",{xmlns:"http://www.w3.org/2000/svg",className:d("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:n,id:t,"data-test-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */o("g",{id:"Company=Medium, Style=Gray, Background=None",children:/* @__PURE__ */o("path",{id:"medium",d:"M2.85 6.2999C2.85 5.9999 2.7 5.6999 2.55 5.5499L0.3 2.8499V2.3999H7.2L12.6 14.2499L17.4 2.3999H24V2.8499L22.05 4.6499C21.9 4.7999 21.75 4.9499 21.9 5.2499V18.7499C21.9 18.8999 21.9 19.1999 22.05 19.3499L23.85 21.1499V21.5999H14.4V21.1499L16.35 19.1999C16.5 19.0499 16.5 18.8999 16.5 18.5999V7.6499L11.1 21.2999H10.5L4.2 7.6499V16.7999C4.2 17.2499 4.35 17.5499 4.5 17.8499L7.05 20.8499V21.2999H0V20.8499L2.55 17.8499C2.85 17.5499 3 17.2499 2.85 16.7999V6.2999Z"})})});export{V as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconMoon: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconMoon: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconMoon;
@@ -1 +1 @@
1
- import{jsx as e}from"react/jsx-runtime";import a from"classnames";const l=({size:s,type:o,className:i="",onClick:r,refHandler:n,id:t,dataId:c})=>/* @__PURE__ */e("svg",{xmlns:"http://www.w3.org/2000/svg",className:a("svg-icon",{[`svg-icon__size-${s}`]:s,[`svg-icon__type-${o}`]:o,[i]:i}),viewBox:"0 0 24 24",fill:"none",onClick:r,ref:n,id:t,"data-id":c?`${c}-svg-icon`:"",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:/* @__PURE__ */e("path",{d:"M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401"})});export{l as default};
1
+ import{jsx as i}from"react/jsx-runtime";import a from"classnames";const g=({size:e,type:s,className:o="",onClick:r,refHandler:t,id:n,dataTestId:c})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:a("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[o]:o}),viewBox:"0 0 24 24",fill:"none",onClick:r,ref:t,id:n,"data-test-id":c?`${c}-svg-icon`:"",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:/* @__PURE__ */i("path",{fill:"currentColor",d:"M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401"})});export{g as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconMore: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconMore: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconMore;
@@ -1 +1 @@
1
- import{jsx as o}from"react/jsx-runtime";import t from"classnames";const a=({size:e,type:i,className:a="",onClick:s,refHandler:n,id:r,dataId:c})=>/* @__PURE__ */o("svg",{xmlns:"http://www.w3.org/2000/svg",className:t("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:s,ref:n,id:r,"data-id":c?`${c}-svg-icon`:"",children:/* @__PURE__ */o("g",{id:"Direction=Horizontal, Size=24, Theme=Regular",children:/* @__PURE__ */o("path",{id:"Shape",d:"M7.75 12C7.75 12.9665 6.9665 13.75 6 13.75C5.0335 13.75 4.25 12.9665 4.25 12C4.25 11.0335 5.0335 10.25 6 10.25C6.9665 10.25 7.75 11.0335 7.75 12ZM13.75 12C13.75 12.9665 12.9665 13.75 12 13.75C11.0335 13.75 10.25 12.9665 10.25 12C10.25 11.0335 11.0335 10.25 12 10.25C12.9665 10.25 13.75 11.0335 13.75 12ZM18 13.75C18.9665 13.75 19.75 12.9665 19.75 12C19.75 11.0335 18.9665 10.25 18 10.25C17.0335 10.25 16.25 11.0335 16.25 12C16.25 12.9665 17.0335 13.75 18 13.75Z"})})});export{a as default};
1
+ import{jsx as o}from"react/jsx-runtime";import c from"classnames";const a=({size:e,type:i,className:s="",onClick:a,refHandler:t,id:n,dataTestId:r})=>/* @__PURE__ */o("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${i}`]:i,[s]:s}),viewBox:"0 0 24 24",fill:"none",onClick:a,ref:t,id:n,"data-test-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */o("g",{id:"Direction=Horizontal, Size=24, Theme=Regular",children:/* @__PURE__ */o("path",{id:"Shape",d:"M7.75 12C7.75 12.9665 6.9665 13.75 6 13.75C5.0335 13.75 4.25 12.9665 4.25 12C4.25 11.0335 5.0335 10.25 6 10.25C6.9665 10.25 7.75 11.0335 7.75 12ZM13.75 12C13.75 12.9665 12.9665 13.75 12 13.75C11.0335 13.75 10.25 12.9665 10.25 12C10.25 11.0335 11.0335 10.25 12 10.25C12.9665 10.25 13.75 11.0335 13.75 12ZM18 13.75C18.9665 13.75 19.75 12.9665 19.75 12C19.75 11.0335 18.9665 10.25 18 10.25C17.0335 10.25 16.25 11.0335 16.25 12C16.25 12.9665 17.0335 13.75 18 13.75Z"})})});export{a as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconMoreFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconMoreFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconMoreFilled;
@@ -1 +1 @@
1
- import{jsx as i}from"react/jsx-runtime";import c from"classnames";const g=({size:e,type:s,className:a="",onClick:o,refHandler:n,id:t,dataId:l})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:c("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:o,ref:n,id:t,"data-id":l?`${l}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Direction=Horizontal, Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M8 12C8 13.1046 7.10457 14 6 14C4.89543 14 4 13.1046 4 12C4 10.8954 4.89543 10 6 10C7.10457 10 8 10.8954 8 12ZM14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12ZM18 14C19.1046 14 20 13.1046 20 12C20 10.8954 19.1046 10 18 10C16.8954 10 16 10.8954 16 12C16 13.1046 16.8954 14 18 14Z"})})});export{g as default};
1
+ import{jsx as i}from"react/jsx-runtime";import t from"classnames";const g=({size:e,type:s,className:a="",onClick:o,refHandler:n,id:l,dataTestId:r})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:t("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:o,ref:n,id:l,"data-test-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Direction=Horizontal, Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M8 12C8 13.1046 7.10457 14 6 14C4.89543 14 4 13.1046 4 12C4 10.8954 4.89543 10 6 10C7.10457 10 8 10.8954 8 12ZM14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12ZM18 14C19.1046 14 20 13.1046 20 12C20 10.8954 19.1046 10 18 10C16.8954 10 16 10.8954 16 12C16 13.1046 16.8954 14 18 14Z"})})});export{g as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconMoreVertical: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconMoreVertical: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconMoreVertical;
@@ -1 +1 @@
1
- import{jsx as i}from"react/jsx-runtime";import t from"classnames";const g=({size:e,type:s,className:a="",onClick:n,refHandler:o,id:r,dataId:c})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:t("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:n,ref:o,id:r,"data-id":c?`${c}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Direction=Vertical, Size=24, Theme=Regular",children:/* @__PURE__ */i("path",{id:"Shape",d:"M12 7.75C11.0335 7.75 10.25 6.9665 10.25 6C10.25 5.0335 11.0335 4.25 12 4.25C12.9665 4.25 13.75 5.0335 13.75 6C13.75 6.9665 12.9665 7.75 12 7.75ZM12 13.75C11.0335 13.75 10.25 12.9665 10.25 12C10.25 11.0335 11.0335 10.25 12 10.25C12.9665 10.25 13.75 11.0335 13.75 12C13.75 12.9665 12.9665 13.75 12 13.75ZM10.25 18C10.25 18.9665 11.0335 19.75 12 19.75C12.9665 19.75 13.75 18.9665 13.75 18C13.75 17.0335 12.9665 16.25 12 16.25C11.0335 16.25 10.25 17.0335 10.25 18Z"})})});export{g as default};
1
+ import{jsx as i}from"react/jsx-runtime";import C from"classnames";const g=({size:e,type:s,className:a="",onClick:t,refHandler:n,id:o,dataTestId:r})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:C("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:t,ref:n,id:o,"data-test-id":r?`${r}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Direction=Vertical, Size=24, Theme=Regular",children:/* @__PURE__ */i("path",{id:"Shape",d:"M12 7.75C11.0335 7.75 10.25 6.9665 10.25 6C10.25 5.0335 11.0335 4.25 12 4.25C12.9665 4.25 13.75 5.0335 13.75 6C13.75 6.9665 12.9665 7.75 12 7.75ZM12 13.75C11.0335 13.75 10.25 12.9665 10.25 12C10.25 11.0335 11.0335 10.25 12 10.25C12.9665 10.25 13.75 11.0335 13.75 12C13.75 12.9665 12.9665 13.75 12 13.75ZM10.25 18C10.25 18.9665 11.0335 19.75 12 19.75C12.9665 19.75 13.75 18.9665 13.75 18C13.75 17.0335 12.9665 16.25 12 16.25C11.0335 16.25 10.25 17.0335 10.25 18Z"})})});export{g as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconMoreVerticalFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconMoreVerticalFilled: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconMoreVerticalFilled;
@@ -1 +1 @@
1
- import{jsx as i}from"react/jsx-runtime";import C from"classnames";const d=({size:e,type:s,className:a="",onClick:d,refHandler:n,id:o,dataId:t})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:C("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:d,ref:n,id:o,"data-id":t?`${t}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Direction=Vertical, Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M12 8C10.8954 8 10 7.10457 10 6C10 4.89543 10.8954 4 12 4C13.1046 4 14 4.89543 14 6C14 7.10457 13.1046 8 12 8ZM12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14ZM10 18C10 19.1046 10.8954 20 12 20C13.1046 20 14 19.1046 14 18C14 16.8954 13.1046 16 12 16C10.8954 16 10 16.8954 10 18Z"})})});export{d as default};
1
+ import{jsx as i}from"react/jsx-runtime";import t from"classnames";const d=({size:e,type:s,className:a="",onClick:d,refHandler:n,id:o,dataTestId:c})=>/* @__PURE__ */i("svg",{xmlns:"http://www.w3.org/2000/svg",className:t("svg-icon",{[`svg-icon__size-${e}`]:e,[`svg-icon__type-${s}`]:s,[a]:a}),viewBox:"0 0 24 24",fill:"none",onClick:d,ref:n,id:o,"data-test-id":c?`${c}-svg-icon`:"",children:/* @__PURE__ */i("g",{id:"Direction=Vertical, Size=24, Theme=Filled",children:/* @__PURE__ */i("path",{id:"Shape",d:"M12 8C10.8954 8 10 7.10457 10 6C10 4.89543 10.8954 4 12 4C13.1046 4 14 4.89543 14 6C14 7.10457 13.1046 8 12 8ZM12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14ZM10 18C10 19.1046 10.8954 20 12 20C13.1046 20 14 19.1046 14 18C14 16.8954 13.1046 16 12 16C10.8954 16 10 16.8954 10 18Z"})})});export{d as default};
@@ -1,4 +1,4 @@
1
1
  import { ReactElement } from 'react';
2
2
  import { ISVGIconProps } from '../../type';
3
- declare const IconNavigation: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
3
+ declare const IconNavigation: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
4
  export default IconNavigation;