hrm_ui_lib 1.4.2 → 1.4.3

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 (498) hide show
  1. package/{Button-028f6f93.js → Button-110130b7.js} +44 -44
  2. package/components/Alert/Alert.js +14 -14
  3. package/components/Alert/index.js +3 -3
  4. package/components/Alert/types.d.ts +3 -2
  5. package/components/Avatar/Avatar.js +6 -6
  6. package/components/Avatar/AvatarGroup.js +13 -13
  7. package/components/Avatar/index.js +3 -3
  8. package/components/Badge/Badge.js +4 -4
  9. package/components/Breadcrumb/Breadcrumb.js +4 -4
  10. package/components/Breadcrumb/types.d.ts +2 -1
  11. package/components/Button/Button.js +3 -3
  12. package/components/Button/index.js +3 -3
  13. package/components/ButtonIcon/ButtonIcon.js +3 -3
  14. package/components/ButtonIcon/index.js +3 -3
  15. package/components/CardBody/CardBody.d.ts +2 -1
  16. package/components/CardBody/CardBody.js +12 -12
  17. package/components/CardBody/index.js +3 -3
  18. package/components/CardSelect/CardSelect.js +16 -16
  19. package/components/CardSelect/CardSelectGroup.d.ts +2 -1
  20. package/components/CardSelect/CardSelectGroup.js +6 -6
  21. package/components/CardSelect/components/CardAdditionalInfo.js +6 -6
  22. package/components/CardSelect/components/CardChips.js +3 -3
  23. package/components/CardSelect/components/CardDescription.js +3 -3
  24. package/components/CardSelect/components/CardInput.js +5 -5
  25. package/components/CardSelect/components/index.js +3 -3
  26. package/components/CardSelect/index.js +3 -3
  27. package/components/Cards/CardItem.js +10 -10
  28. package/components/Checkbox/Checkbox.js +3 -3
  29. package/components/Checkbox/index.js +3 -3
  30. package/components/Checkbox/types.d.ts +4 -3
  31. package/components/Chips/Chips.js +5 -5
  32. package/components/Collapse/CollapseGroup/CollapseGroup.js +5 -5
  33. package/components/Collapse/CollapseItem/CollapseItem.d.ts +2 -1
  34. package/components/Collapse/CollapseItem/CollapseItem.js +16 -16
  35. package/components/Collapse/index.js +2 -2
  36. package/components/Container/Container.js +2 -2
  37. package/components/Copy/Copy.js +7 -7
  38. package/components/Copy/index.js +3 -3
  39. package/components/Counter/Counter.js +5 -5
  40. package/components/Counter/index.js +3 -3
  41. package/components/DatePicker/CustomHeader/CustomHeader.js +10 -10
  42. package/components/DatePicker/RangeDatePicker/RangeDatePicker.js +5 -5
  43. package/components/DatePicker/RangeDatePicker/RangeDatePickerDesktop.js +9 -9
  44. package/components/DatePicker/RangeDatePicker/RangeDatePickerMobile.js +8 -8
  45. package/components/DatePicker/RangeDatePicker/index.js +3 -3
  46. package/components/DatePicker/SimpleDatePicker/SimpleDatePicker.js +5 -5
  47. package/components/DatePicker/SimpleDatePicker/SimpleDatePickerDesktop.js +9 -9
  48. package/components/DatePicker/SimpleDatePicker/SimpleDatePickerMobile.js +10 -10
  49. package/components/DatePicker/SimpleDatePicker/index.js +3 -3
  50. package/components/DatePicker/TimePicker/MobileModalContent.js +15 -15
  51. package/components/DatePicker/TimePicker/TimePicker.js +5 -5
  52. package/components/DatePicker/TimePicker/TimePickerDesktop.d.ts +2 -1
  53. package/components/DatePicker/TimePicker/TimePickerDesktop.js +8 -8
  54. package/components/DatePicker/TimePicker/TimePickerMobile.js +7 -7
  55. package/components/DatePicker/TimePicker/index.js +3 -3
  56. package/components/DatePicker/hooks.js +2 -2
  57. package/components/DatePicker/index.js +3 -3
  58. package/components/Divider/Divider.d.ts +2 -1
  59. package/components/Divider/Divider.js +2 -2
  60. package/components/Empty/Empty.d.ts +2 -1
  61. package/components/Empty/Empty.js +11 -11
  62. package/components/Empty/index.js +3 -3
  63. package/components/FileUpload/FileUpload.d.ts +2 -1
  64. package/components/FileUpload/FileUpload.js +13 -13
  65. package/components/FileUpload/UploadItems.d.ts +2 -1
  66. package/components/FileUpload/UploadItems.js +12 -12
  67. package/components/FileUpload/index.js +3 -3
  68. package/components/FileUpload/types.d.ts +4 -3
  69. package/components/FormContainer/FormContainer.d.ts +2 -1
  70. package/components/FormContainer/FormContainer.js +8 -8
  71. package/components/FormContainer/index.js +3 -3
  72. package/components/FormField/FormField.js +9 -9
  73. package/components/FormField/index.js +3 -3
  74. package/components/FormField/types.d.ts +2 -1
  75. package/components/Heading/Heading.js +2 -2
  76. package/components/Image/Image.d.ts +2 -1
  77. package/components/Image/Image.js +3 -3
  78. package/components/Input/Input.js +20 -20
  79. package/components/Input/index.js +3 -3
  80. package/components/ItemSelect/ItemSelect.js +11 -11
  81. package/components/ItemSelect/ItemSelectGroup.d.ts +2 -1
  82. package/components/ItemSelect/ItemSelectGroup.js +6 -6
  83. package/components/ItemSelect/index.js +3 -3
  84. package/components/Link/Link.js +4 -4
  85. package/components/Link/types.d.ts +4 -3
  86. package/components/Menu/Menu.js +7 -7
  87. package/components/Menu/NestedMenu.js +8 -8
  88. package/components/Menu/index.js +3 -3
  89. package/components/Modal/Modal.js +3 -3
  90. package/components/Modal/ModalConfirmation.js +14 -14
  91. package/components/Modal/ModalContent.js +3 -3
  92. package/components/Modal/index.js +3 -3
  93. package/components/More/More.d.ts +2 -1
  94. package/components/More/More.js +6 -6
  95. package/components/More/index.js +3 -3
  96. package/components/Pagination/Pagination.d.ts +2 -1
  97. package/components/Pagination/Pagination.js +6 -6
  98. package/components/Popover/Popover.js +3 -3
  99. package/components/Popover/PopoverDesktop.js +5 -5
  100. package/components/Popover/PopoverMobile.js +3 -3
  101. package/components/Popover/index.js +3 -3
  102. package/components/Progress/Progress.d.ts +2 -1
  103. package/components/Progress/Progress.js +7 -7
  104. package/components/ProgressStep/ProgressStep.js +3 -3
  105. package/components/ProgressStep/Step.js +11 -11
  106. package/components/Radio/Radio.js +7 -7
  107. package/components/Radio/RadioGroup.js +8 -8
  108. package/components/Radio/index.js +3 -3
  109. package/components/SVGIcons/IconAdd.js +3 -3
  110. package/components/SVGIcons/IconAddCircle.js +4 -4
  111. package/components/SVGIcons/IconAddCircleFilled.js +4 -4
  112. package/components/SVGIcons/IconAddFilled.js +3 -3
  113. package/components/SVGIcons/IconAlert.js +4 -4
  114. package/components/SVGIcons/IconAlertBadge.js +4 -4
  115. package/components/SVGIcons/IconAlertBadgeFilled.js +4 -4
  116. package/components/SVGIcons/IconAlertFilled.js +4 -4
  117. package/components/SVGIcons/IconAm.js +9 -9
  118. package/components/SVGIcons/IconAmd.js +3 -3
  119. package/components/SVGIcons/IconAmdFilled.js +3 -3
  120. package/components/SVGIcons/IconApple.js +4 -4
  121. package/components/SVGIcons/IconArrowDown.js +4 -4
  122. package/components/SVGIcons/IconArrowDownFilled.js +4 -4
  123. package/components/SVGIcons/IconArrowDownLeft.js +4 -4
  124. package/components/SVGIcons/IconArrowDownLeftFilled.js +4 -4
  125. package/components/SVGIcons/IconArrowDownload.js +4 -4
  126. package/components/SVGIcons/IconArrowDownloadFilled.js +4 -4
  127. package/components/SVGIcons/IconArrowEnter.js +3 -3
  128. package/components/SVGIcons/IconArrowEnterFilled.js +3 -3
  129. package/components/SVGIcons/IconArrowExit.js +3 -3
  130. package/components/SVGIcons/IconArrowExitFilled.js +3 -3
  131. package/components/SVGIcons/IconArrowExportLeftToRight.js +4 -4
  132. package/components/SVGIcons/IconArrowExportLeftToRightFilled.js +4 -4
  133. package/components/SVGIcons/IconArrowExportRightToLeft.js +4 -4
  134. package/components/SVGIcons/IconArrowExportRightToLeftFilled.js +4 -4
  135. package/components/SVGIcons/IconArrowExportUp.js +4 -4
  136. package/components/SVGIcons/IconArrowExportUpFilled.js +4 -4
  137. package/components/SVGIcons/IconArrowImport.js +4 -4
  138. package/components/SVGIcons/IconArrowImportFilled.js +4 -4
  139. package/components/SVGIcons/IconArrowLeft.js +4 -4
  140. package/components/SVGIcons/IconArrowLeftFilled.js +4 -4
  141. package/components/SVGIcons/IconArrowRepeatAll.js +4 -4
  142. package/components/SVGIcons/IconArrowRepeatAllFilled.js +4 -4
  143. package/components/SVGIcons/IconArrowReset.js +4 -4
  144. package/components/SVGIcons/IconArrowResetFilled.js +4 -4
  145. package/components/SVGIcons/IconArrowRight.js +4 -4
  146. package/components/SVGIcons/IconArrowRightFilled.js +4 -4
  147. package/components/SVGIcons/IconArrowSort.js +3 -3
  148. package/components/SVGIcons/IconArrowSortFilled.js +3 -3
  149. package/components/SVGIcons/IconArrowSync.js +3 -3
  150. package/components/SVGIcons/IconArrowSyncFilled.js +3 -3
  151. package/components/SVGIcons/IconArrowUp.js +4 -4
  152. package/components/SVGIcons/IconArrowUpFilled.js +4 -4
  153. package/components/SVGIcons/IconArrowUpLeft.js +4 -4
  154. package/components/SVGIcons/IconArrowUpLeftFilled.js +4 -4
  155. package/components/SVGIcons/IconArrowUpRight.js +4 -4
  156. package/components/SVGIcons/IconArrowUpRightFilled.js +4 -4
  157. package/components/SVGIcons/IconAttach.js +4 -4
  158. package/components/SVGIcons/IconAttachFilled.js +4 -4
  159. package/components/SVGIcons/IconBeach.js +3 -3
  160. package/components/SVGIcons/IconBeachFilled.js +3 -3
  161. package/components/SVGIcons/IconBook.js +4 -4
  162. package/components/SVGIcons/IconBookFilled.js +4 -4
  163. package/components/SVGIcons/IconBookmark.js +4 -4
  164. package/components/SVGIcons/IconBookmarkFilled.js +4 -4
  165. package/components/SVGIcons/IconBriefcase.js +4 -4
  166. package/components/SVGIcons/IconBriefcaseFilled.js +4 -4
  167. package/components/SVGIcons/IconBuilding.js +10 -10
  168. package/components/SVGIcons/IconBuildingBank.js +3 -3
  169. package/components/SVGIcons/IconBuildingBankFilled.js +3 -3
  170. package/components/SVGIcons/IconBuildingFilled.js +4 -4
  171. package/components/SVGIcons/IconBulletListAdd.js +4 -4
  172. package/components/SVGIcons/IconBulletListAddFilled.js +4 -4
  173. package/components/SVGIcons/IconCalculator.js +4 -4
  174. package/components/SVGIcons/IconCalculatorFilled.js +4 -4
  175. package/components/SVGIcons/IconCalendarClock.js +3 -3
  176. package/components/SVGIcons/IconCalendarClockFilled.js +3 -3
  177. package/components/SVGIcons/IconCalendarDay.js +4 -4
  178. package/components/SVGIcons/IconCalendarDayFilled.js +4 -4
  179. package/components/SVGIcons/IconCalendarLeft.js +3 -3
  180. package/components/SVGIcons/IconCalendarLeftFilled.js +3 -3
  181. package/components/SVGIcons/IconCalendarRight.js +3 -3
  182. package/components/SVGIcons/IconCalendarRightFilled.js +3 -3
  183. package/components/SVGIcons/IconCall.js +4 -4
  184. package/components/SVGIcons/IconCallFilled.js +4 -4
  185. package/components/SVGIcons/IconCard.js +3 -3
  186. package/components/SVGIcons/IconCardFilled.js +3 -3
  187. package/components/SVGIcons/IconCaretDown.js +3 -3
  188. package/components/SVGIcons/IconCaretDownFilled.js +3 -3
  189. package/components/SVGIcons/IconCaretDownRight.js +3 -3
  190. package/components/SVGIcons/IconCaretDownRightFilled.js +3 -3
  191. package/components/SVGIcons/IconCaretLeft.js +3 -3
  192. package/components/SVGIcons/IconCaretLeftFilled.js +3 -3
  193. package/components/SVGIcons/IconCaretRight.js +3 -3
  194. package/components/SVGIcons/IconCaretRightFilled.js +3 -3
  195. package/components/SVGIcons/IconCaretUp.js +3 -3
  196. package/components/SVGIcons/IconCaretUpFilled.js +3 -3
  197. package/components/SVGIcons/IconChat.js +3 -3
  198. package/components/SVGIcons/IconChatFilled.js +3 -3
  199. package/components/SVGIcons/IconChatMultiple.js +3 -3
  200. package/components/SVGIcons/IconChatMultipleFilled.js +3 -3
  201. package/components/SVGIcons/IconCheckboxArrowRight.js +4 -4
  202. package/components/SVGIcons/IconCheckboxArrowRightFilled.js +4 -4
  203. package/components/SVGIcons/IconCheckmark.js +3 -3
  204. package/components/SVGIcons/IconCheckmarkCircle.js +3 -3
  205. package/components/SVGIcons/IconCheckmarkCircleFilled.js +3 -3
  206. package/components/SVGIcons/IconCheckmarkFilled.js +3 -3
  207. package/components/SVGIcons/IconChevronDown.js +3 -3
  208. package/components/SVGIcons/IconChevronDownFilled.js +3 -3
  209. package/components/SVGIcons/IconChevronLeft.js +3 -3
  210. package/components/SVGIcons/IconChevronLeftFilled.js +3 -3
  211. package/components/SVGIcons/IconChevronRight.js +3 -3
  212. package/components/SVGIcons/IconChevronRightFilled.js +3 -3
  213. package/components/SVGIcons/IconChevronUp.js +3 -3
  214. package/components/SVGIcons/IconChevronUpDown.js +4 -4
  215. package/components/SVGIcons/IconChevronUpDownFilled.js +4 -4
  216. package/components/SVGIcons/IconChevronUpFilled.js +3 -3
  217. package/components/SVGIcons/IconClock.js +4 -4
  218. package/components/SVGIcons/IconClockDismiss.js +3 -3
  219. package/components/SVGIcons/IconClockDismissFilled.js +3 -3
  220. package/components/SVGIcons/IconClockFilled.js +4 -4
  221. package/components/SVGIcons/IconComment.js +4 -4
  222. package/components/SVGIcons/IconCommentFilled.js +4 -4
  223. package/components/SVGIcons/IconContractCard.js +3 -3
  224. package/components/SVGIcons/IconContractCardFilled.js +3 -3
  225. package/components/SVGIcons/IconCopy.js +3 -3
  226. package/components/SVGIcons/IconCopyFilled.js +3 -3
  227. package/components/SVGIcons/IconCubeTree.js +3 -3
  228. package/components/SVGIcons/IconCubeTreeFilled.js +4 -4
  229. package/components/SVGIcons/IconDatabase.js +4 -4
  230. package/components/SVGIcons/IconDatabaseFilled.js +4 -4
  231. package/components/SVGIcons/IconDelete.js +3 -3
  232. package/components/SVGIcons/IconDeleteFilled.js +3 -3
  233. package/components/SVGIcons/IconDeviceMeetingRoom.js +3 -3
  234. package/components/SVGIcons/IconDeviceMeetingRoomFilled.js +3 -3
  235. package/components/SVGIcons/IconDismiss.js +3 -3
  236. package/components/SVGIcons/IconDismissCircle.js +4 -4
  237. package/components/SVGIcons/IconDismissCircleFilled.js +4 -4
  238. package/components/SVGIcons/IconDismissFilled.js +3 -3
  239. package/components/SVGIcons/IconDocument.js +3 -3
  240. package/components/SVGIcons/IconDocumentBulletList.js +4 -4
  241. package/components/SVGIcons/IconDocumentBulletListFilled.js +4 -4
  242. package/components/SVGIcons/IconDocumentEdit.js +3 -3
  243. package/components/SVGIcons/IconDocumentEditFilled.js +3 -3
  244. package/components/SVGIcons/IconDocumentFilled.js +3 -3
  245. package/components/SVGIcons/IconEdit.js +3 -3
  246. package/components/SVGIcons/IconEditFilled.js +3 -3
  247. package/components/SVGIcons/IconErrorCircle.js +3 -3
  248. package/components/SVGIcons/IconErrorCircleFilled.js +3 -3
  249. package/components/SVGIcons/IconEur.js +3 -3
  250. package/components/SVGIcons/IconEurFilled.js +3 -3
  251. package/components/SVGIcons/IconExpandUpLeft.js +4 -4
  252. package/components/SVGIcons/IconExpandUpLeftFilled.js +4 -4
  253. package/components/SVGIcons/IconExpandUpRight.js +4 -4
  254. package/components/SVGIcons/IconExpandUpRightFilled.js +4 -4
  255. package/components/SVGIcons/IconEyeOff.js +4 -4
  256. package/components/SVGIcons/IconEyeOffFilled.js +4 -4
  257. package/components/SVGIcons/IconEyeOn.js +4 -4
  258. package/components/SVGIcons/IconEyeOnFilled.js +4 -4
  259. package/components/SVGIcons/IconFacebook.js +6 -6
  260. package/components/SVGIcons/IconFilter.js +3 -3
  261. package/components/SVGIcons/IconFilterFilled.js +3 -3
  262. package/components/SVGIcons/IconFlag.js +4 -4
  263. package/components/SVGIcons/IconFlagFilled.js +4 -4
  264. package/components/SVGIcons/IconFolderLink.js +3 -3
  265. package/components/SVGIcons/IconFolderLinkFilled.js +3 -3
  266. package/components/SVGIcons/IconGb.js +13 -13
  267. package/components/SVGIcons/IconGlobe.js +3 -3
  268. package/components/SVGIcons/IconGlobeFilled.js +3 -3
  269. package/components/SVGIcons/IconGoogle.js +6 -6
  270. package/components/SVGIcons/IconHandOpenHeart.js +4 -4
  271. package/components/SVGIcons/IconHandOpenHeartFilled.js +4 -4
  272. package/components/SVGIcons/IconHeart.js +4 -4
  273. package/components/SVGIcons/IconHeartFilled.js +4 -4
  274. package/components/SVGIcons/IconHistory.js +4 -4
  275. package/components/SVGIcons/IconHistoryFilled.js +4 -4
  276. package/components/SVGIcons/IconHome.js +4 -4
  277. package/components/SVGIcons/IconHomeFilled.js +4 -4
  278. package/components/SVGIcons/IconImage.js +4 -4
  279. package/components/SVGIcons/IconImageFilled.js +4 -4
  280. package/components/SVGIcons/IconInfo.js +3 -3
  281. package/components/SVGIcons/IconInfoFilled.js +3 -3
  282. package/components/SVGIcons/IconInstagram.js +6 -6
  283. package/components/SVGIcons/IconKeyReset.js +4 -4
  284. package/components/SVGIcons/IconKeyResetFilled.js +4 -4
  285. package/components/SVGIcons/IconLink.js +4 -4
  286. package/components/SVGIcons/IconLinkFilled.js +4 -4
  287. package/components/SVGIcons/IconLinkedin.js +4 -4
  288. package/components/SVGIcons/IconList.js +3 -3
  289. package/components/SVGIcons/IconListFilled.js +4 -4
  290. package/components/SVGIcons/IconLocation.js +4 -4
  291. package/components/SVGIcons/IconLocationFilled.js +4 -4
  292. package/components/SVGIcons/IconLockClosed.js +4 -4
  293. package/components/SVGIcons/IconLockClosedFilled.js +4 -4
  294. package/components/SVGIcons/IconLockOpen.js +4 -4
  295. package/components/SVGIcons/IconLockOpenFilled.js +4 -4
  296. package/components/SVGIcons/IconMail.js +4 -4
  297. package/components/SVGIcons/IconMailAdd.js +4 -4
  298. package/components/SVGIcons/IconMailAddFilled.js +4 -4
  299. package/components/SVGIcons/IconMailArrowForward.js +4 -4
  300. package/components/SVGIcons/IconMailArrowForwardFilled.js +4 -4
  301. package/components/SVGIcons/IconMailFilled.js +4 -4
  302. package/components/SVGIcons/IconMailLink.js +4 -4
  303. package/components/SVGIcons/IconMailLinkFilled.js +4 -4
  304. package/components/SVGIcons/IconMedium.js +4 -4
  305. package/components/SVGIcons/IconMore.js +4 -4
  306. package/components/SVGIcons/IconMoreFilled.js +4 -4
  307. package/components/SVGIcons/IconMoreVertical.js +4 -4
  308. package/components/SVGIcons/IconMoreVerticalFilled.js +4 -4
  309. package/components/SVGIcons/IconNavigation.js +4 -4
  310. package/components/SVGIcons/IconNavigationFilled.js +4 -4
  311. package/components/SVGIcons/IconNotebook.js +4 -4
  312. package/components/SVGIcons/IconNotebookAdd.js +10 -10
  313. package/components/SVGIcons/IconNotebookAddFilled.js +9 -9
  314. package/components/SVGIcons/IconNotebookFilled.js +4 -4
  315. package/components/SVGIcons/IconOnlyEmployee.js +3 -3
  316. package/components/SVGIcons/IconOpen.js +4 -4
  317. package/components/SVGIcons/IconOpenFilled.js +4 -4
  318. package/components/SVGIcons/IconPatient.js +3 -3
  319. package/components/SVGIcons/IconPatientFilled.js +3 -3
  320. package/components/SVGIcons/IconPeople.js +3 -3
  321. package/components/SVGIcons/IconPeopleAdd.js +4 -4
  322. package/components/SVGIcons/IconPeopleAddFilled.js +4 -4
  323. package/components/SVGIcons/IconPeopleFilled.js +4 -4
  324. package/components/SVGIcons/IconPercent.js +4 -4
  325. package/components/SVGIcons/IconPerson.js +4 -4
  326. package/components/SVGIcons/IconPersonAccount.js +3 -3
  327. package/components/SVGIcons/IconPersonAccountFilled.js +3 -3
  328. package/components/SVGIcons/IconPersonAdd.js +4 -4
  329. package/components/SVGIcons/IconPersonAddFilled.js +4 -4
  330. package/components/SVGIcons/IconPersonFilled.js +4 -4
  331. package/components/SVGIcons/IconPersonStar.js +4 -4
  332. package/components/SVGIcons/IconPersonStarFilled.js +4 -4
  333. package/components/SVGIcons/IconPersonSubtract.js +4 -4
  334. package/components/SVGIcons/IconPersonSubtractFilled.js +4 -4
  335. package/components/SVGIcons/IconPhone.js +4 -4
  336. package/components/SVGIcons/IconPhoneFilled.js +4 -4
  337. package/components/SVGIcons/IconPos.js +4 -4
  338. package/components/SVGIcons/IconPosFilled.js +4 -4
  339. package/components/SVGIcons/IconProhibited.js +4 -4
  340. package/components/SVGIcons/IconProhibitedFilled.js +4 -4
  341. package/components/SVGIcons/IconProjectProduct.js +3 -3
  342. package/components/SVGIcons/IconQuestion.js +4 -4
  343. package/components/SVGIcons/IconQuestionFilled.js +4 -4
  344. package/components/SVGIcons/IconRedo.js +4 -4
  345. package/components/SVGIcons/IconRedoFilled.js +4 -4
  346. package/components/SVGIcons/IconRu.js +8 -8
  347. package/components/SVGIcons/IconRub.js +3 -3
  348. package/components/SVGIcons/IconRubFilled.js +3 -3
  349. package/components/SVGIcons/IconSave.js +4 -4
  350. package/components/SVGIcons/IconSaveFilled.js +4 -4
  351. package/components/SVGIcons/IconSavings.js +4 -4
  352. package/components/SVGIcons/IconSavingsFilled.js +4 -4
  353. package/components/SVGIcons/IconSearch.js +4 -4
  354. package/components/SVGIcons/IconSearchFilled.js +4 -4
  355. package/components/SVGIcons/IconSelectAllOff.js +4 -4
  356. package/components/SVGIcons/IconSelectAllOffFilled.js +4 -4
  357. package/components/SVGIcons/IconSelectAllOn.js +4 -4
  358. package/components/SVGIcons/IconSelectAllOnFilled.js +4 -4
  359. package/components/SVGIcons/IconSend.js +4 -4
  360. package/components/SVGIcons/IconSendFilled.js +4 -4
  361. package/components/SVGIcons/IconSettings.js +3 -3
  362. package/components/SVGIcons/IconSettingsFilled.js +4 -4
  363. package/components/SVGIcons/IconShare.js +4 -4
  364. package/components/SVGIcons/IconShareAndroid.js +4 -4
  365. package/components/SVGIcons/IconShareAndroidFilled.js +4 -4
  366. package/components/SVGIcons/IconShareFilled.js +4 -4
  367. package/components/SVGIcons/IconSignOut.js +4 -4
  368. package/components/SVGIcons/IconSignOutFilled.js +4 -4
  369. package/components/SVGIcons/IconSpinner.js +4 -4
  370. package/components/SVGIcons/IconSpinnerFilled.js +4 -4
  371. package/components/SVGIcons/IconStatus.js +4 -4
  372. package/components/SVGIcons/IconStatusFilled.js +4 -4
  373. package/components/SVGIcons/IconSubtract.js +4 -4
  374. package/components/SVGIcons/IconSubtractCircle.js +4 -4
  375. package/components/SVGIcons/IconSubtractCircleFilled.js +4 -4
  376. package/components/SVGIcons/IconSubtractFilled.js +4 -4
  377. package/components/SVGIcons/IconTableCellEdit.js +6 -6
  378. package/components/SVGIcons/IconTableCellEditFilled.js +8 -8
  379. package/components/SVGIcons/IconTelegram.js +6 -6
  380. package/components/SVGIcons/IconTimer.js +4 -4
  381. package/components/SVGIcons/IconTimerFilled.js +4 -4
  382. package/components/SVGIcons/IconTwitter.js +4 -4
  383. package/components/SVGIcons/IconUndo.js +4 -4
  384. package/components/SVGIcons/IconUndoFilled.js +4 -4
  385. package/components/SVGIcons/IconUnitsEmployee.js +3 -3
  386. package/components/SVGIcons/IconUsd.js +3 -3
  387. package/components/SVGIcons/IconUsdFilled.js +3 -3
  388. package/components/SVGIcons/IconVideo.js +3 -3
  389. package/components/SVGIcons/IconVideoFilled.js +3 -3
  390. package/components/SVGIcons/IconWallet.js +4 -4
  391. package/components/SVGIcons/IconWalletFilled.js +4 -4
  392. package/components/SVGIcons/IconWarning.js +3 -3
  393. package/components/SVGIcons/IconWarningFilled.js +3 -3
  394. package/components/SVGIcons/IconYoutube.js +4 -4
  395. package/components/Select/ButtonSelect/ButtonSelect.js +7 -7
  396. package/components/Select/FilterSelect/FilterDropdown.d.ts +2 -1
  397. package/components/Select/FilterSelect/FilterDropdown.js +6 -6
  398. package/components/Select/FilterSelect/FilterGroupDropdown.d.ts +2 -1
  399. package/components/Select/FilterSelect/FilterGroupDropdown.js +7 -7
  400. package/components/Select/FilterSelect/FilterSelect.js +11 -11
  401. package/components/Select/MultiSelect/MultiBase/MultiBase.js +9 -9
  402. package/components/Select/MultiSelect/MultiSelect.js +7 -7
  403. package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.d.ts +2 -1
  404. package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.js +16 -16
  405. package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.d.ts +2 -1
  406. package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.js +13 -13
  407. package/components/Select/MultiSelect/OptionsWrapper.js +6 -6
  408. package/components/Select/NestedSelect/NestedSelect.d.ts +2 -1
  409. package/components/Select/NestedSelect/NestedSelect.js +11 -11
  410. package/components/Select/ProfileDropdown/index.d.ts +2 -1
  411. package/components/Select/ProfileDropdown/index.js +21 -21
  412. package/components/Select/Select/Select.d.ts +2 -1
  413. package/components/Select/Select/Select.js +13 -13
  414. package/components/Select/SharedComponents/Actions.d.ts +2 -1
  415. package/components/Select/SharedComponents/Actions.js +9 -9
  416. package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.js +6 -6
  417. package/components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.js +4 -4
  418. package/components/Select/SharedComponents/ContentTop.js +9 -9
  419. package/components/Select/SharedComponents/Footer.d.ts +2 -1
  420. package/components/Select/SharedComponents/Footer.js +10 -10
  421. package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.js +8 -8
  422. package/components/Select/SharedComponents/Loading.d.ts +2 -1
  423. package/components/Select/SharedComponents/Loading.js +3 -3
  424. package/components/Select/SharedComponents/index.js +3 -3
  425. package/components/Select/index.js +3 -3
  426. package/components/Select/types.d.ts +5 -5
  427. package/components/SideNavigation/Block.js +4 -4
  428. package/components/SideNavigation/NavigationItem/index.js +10 -10
  429. package/components/SideNavigation/NavigationItem/types.d.ts +2 -2
  430. package/components/SideNavigation/SideNavigation.d.ts +2 -1
  431. package/components/SideNavigation/SideNavigation.js +5 -5
  432. package/components/SideNavigation/types.d.ts +1 -1
  433. package/components/SideSheet/Footer/Footer.js +12 -12
  434. package/components/SideSheet/SideSheet.d.ts +2 -1
  435. package/components/SideSheet/SideSheet.js +17 -17
  436. package/components/SideSheet/index.js +3 -3
  437. package/components/Snackbar/Snackbar.js +10 -10
  438. package/components/Snackbar/index.js +3 -3
  439. package/components/Snackbar/types.d.ts +2 -1
  440. package/components/Status/Status.js +6 -6
  441. package/components/Stepper/Stepper.d.ts +2 -1
  442. package/components/Stepper/Stepper.js +2 -2
  443. package/components/Stepper/types.d.ts +2 -1
  444. package/components/Switcher/Switcher.js +11 -11
  445. package/components/Switcher/index.js +3 -3
  446. package/components/Switcher/types.d.ts +2 -1
  447. package/components/Tab/Tab.js +3 -3
  448. package/components/Tab/TabItem.d.ts +2 -1
  449. package/components/Tab/TabItem.js +6 -6
  450. package/components/Tab/types.d.ts +3 -2
  451. package/components/Table/Header.js +11 -11
  452. package/components/Table/IndeterminateCheckbox.js +5 -5
  453. package/components/Table/Row.js +6 -6
  454. package/components/Table/Table.js +10 -10
  455. package/components/Table/index.js +3 -3
  456. package/components/Table/utils.js +6 -6
  457. package/components/Text/Text.js +2 -2
  458. package/components/Textarea/Textarea.js +16 -16
  459. package/components/Textarea/index.js +3 -3
  460. package/components/Textarea/types.d.ts +3 -2
  461. package/components/Tooltip/Tooltip.d.ts +2 -1
  462. package/components/Tooltip/Tooltip.js +3 -3
  463. package/context/FormContextProvider.d.ts +2 -2
  464. package/helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.d.ts +1 -1
  465. package/helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js +15 -2
  466. package/helperComponents/AnimatePresenceWrapper/index.js +2 -1
  467. package/helperComponents/CodeBlock/CodeBlock.js +3 -3
  468. package/helperComponents/ErrorMessage/ErrorMessage.js +4 -4
  469. package/helperComponents/ErrorMessage/types.d.ts +2 -1
  470. package/helperComponents/IconDynamicComponent/IconDynamicComponent.js +3 -3
  471. package/helperComponents/Label/Label.js +3 -3
  472. package/helperComponents/Label/types.d.ts +1 -1
  473. package/helperComponents/Loader/Loader.js +3 -3
  474. package/helperComponents/OptionItem/OptionItem.d.ts +2 -1
  475. package/helperComponents/OptionItem/OptionItem.js +15 -15
  476. package/helperComponents/OptionItem/index.js +3 -3
  477. package/helperComponents/index.js +3 -3
  478. package/index.js +3 -3
  479. package/package.json +2 -1
  480. package/stories/CardBody.stories.d.ts +2 -1
  481. package/stories/CardSelect.stories.d.ts +2 -1
  482. package/stories/Collapse.stories.d.ts +2 -1
  483. package/stories/Container.stories.d.ts +1 -1
  484. package/stories/DatePicker.stories.d.ts +1 -1
  485. package/stories/Empty.stories.d.ts +2 -1
  486. package/stories/FileUpload.stories.d.ts +2 -1
  487. package/stories/Form.stories.d.ts +3 -2
  488. package/stories/ItemSelect.stories.d.ts +2 -1
  489. package/stories/More.stories.d.ts +2 -1
  490. package/stories/Pagination.stories.d.ts +2 -1
  491. package/stories/Progress.stories.d.ts +2 -1
  492. package/stories/Select.stories.d.ts +4 -3
  493. package/stories/SideNavigation.stories.d.ts +2 -1
  494. package/stories/SideSheet.stories.d.ts +2 -1
  495. package/stories/Stepper.stories.d.ts +2 -1
  496. package/stories/Tooltip.stories.d.ts +2 -1
  497. package/AnimatePresenceWrapper-cf3daece.js +0 -1726
  498. package/proxy-3b995879.js +0 -9654
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconRub = function IconRub(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,7 +21,7 @@ var IconRub = function IconRub(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("path", {
24
+ }, /*#__PURE__*/React.createElement("path", {
25
25
  d: "M6.55036 9.83908C6.5835 9.83908 6.61036 9.81222 6.61036 9.77908V3.68231C6.61036 3.23442 6.97344 2.87134 7.42133 2.87134H14.3891C15.5281 2.87134 16.6205 3.32383 17.426 4.12927C18.2314 4.93471 18.6839 6.02711 18.6839 7.16618C18.6839 8.30524 18.2314 9.39765 17.426 10.2031C16.6205 11.0085 15.5281 11.461 14.3891 11.461H8.2923C8.25916 11.461 8.2323 11.4879 8.2323 11.521V14.4243C8.2323 14.4575 8.25916 14.4843 8.2923 14.4843H14.3891C14.837 14.4843 15.2 14.8474 15.2 15.2953C15.2 15.7432 14.837 16.1063 14.3891 16.1063H8.2923C8.25916 16.1063 8.2323 16.1331 8.2323 16.1663V19.9404C8.2323 20.3883 7.86921 20.7513 7.42133 20.7513C6.97344 20.7513 6.61036 20.3883 6.61036 19.9404V16.1663C6.61036 16.1331 6.5835 16.1063 6.55036 16.1063H5.09875C4.65086 16.1063 4.28778 15.7432 4.28778 15.2953C4.28778 14.8474 4.65086 14.4843 5.09875 14.4843H6.55036C6.5835 14.4843 6.61036 14.4575 6.61036 14.4243V11.521C6.61036 11.4879 6.5835 11.461 6.55036 11.461H5.09875C4.65086 11.461 4.28778 11.0979 4.28778 10.65C4.28778 10.2022 4.65086 9.83908 5.09875 9.83908H6.55036ZM8.2323 9.77908C8.2323 9.81222 8.25916 9.83908 8.2923 9.83908H14.3891C15.098 9.83908 15.7778 9.55747 16.2791 9.05621C16.7804 8.55494 17.062 7.87507 17.062 7.16618C17.062 6.45728 16.7804 5.77742 16.2791 5.27615C15.7778 4.77488 15.098 4.49327 14.3891 4.49327H8.2923C8.25916 4.49327 8.2323 4.52014 8.2323 4.55327V9.77908Z",
26
26
  fill: "#222222"
27
27
  }));
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconRubFilled = function IconRubFilled(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,7 +21,7 @@ var IconRubFilled = function IconRubFilled(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("path", {
24
+ }, /*#__PURE__*/React.createElement("path", {
25
25
  d: "M6.55042 9.83908C6.58356 9.83908 6.61042 9.81222 6.61042 9.77908V3.68231C6.61042 3.23442 6.97351 2.87134 7.42139 2.87134H14.3891C15.5282 2.87134 16.6206 3.32383 17.426 4.12927C18.2315 4.93471 18.684 6.02711 18.684 7.16618C18.684 8.30524 18.2315 9.39765 17.426 10.2031C16.6206 11.0085 15.5282 11.461 14.3891 11.461H8.29236C8.25922 11.461 8.23236 11.4879 8.23236 11.521V14.4243C8.23236 14.4575 8.25922 14.4843 8.29236 14.4843H14.3891C14.837 14.4843 15.2001 14.8474 15.2001 15.2953C15.2001 15.7432 14.837 16.1063 14.3891 16.1063H8.29236C8.25922 16.1063 8.23236 16.1331 8.23236 16.1663V19.9404C8.23236 20.3883 7.86928 20.7513 7.42139 20.7513C6.97351 20.7513 6.61042 20.3883 6.61042 19.9404V16.1663C6.61042 16.1331 6.58356 16.1063 6.55042 16.1063H5.09881C4.65092 16.1063 4.28784 15.7432 4.28784 15.2953C4.28784 14.8474 4.65092 14.4843 5.09881 14.4843H6.55042C6.58356 14.4843 6.61042 14.4575 6.61042 14.4243V11.521C6.61042 11.4879 6.58356 11.461 6.55042 11.461H5.09881C4.65092 11.461 4.28784 11.0979 4.28784 10.65C4.28784 10.2022 4.65092 9.83908 5.09881 9.83908H6.55042ZM8.23236 9.77908C8.23236 9.81222 8.25922 9.83908 8.29236 9.83908H14.3891C15.098 9.83908 15.7779 9.55747 16.2792 9.05621C16.7804 8.55494 17.062 7.87507 17.062 7.16618C17.062 6.45728 16.7804 5.77742 16.2792 5.27615C15.7779 4.77488 15.098 4.49327 14.3891 4.49327H8.29236C8.25922 4.49327 8.23236 4.52014 8.23236 4.55327V9.77908Z",
26
26
  fill: "#222222"
27
27
  }));
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconSave = function IconSave(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,9 +21,9 @@ var IconSave = function IconSave(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("g", {
24
+ }, /*#__PURE__*/React.createElement("g", {
25
25
  id: "Size=24, Theme=Regular"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M3 5.75C3 4.23122 4.23122 3 5.75 3H15.7145C16.5764 3 17.4031 3.34241 18.0126 3.9519L20.0481 5.98744C20.6576 6.59693 21 7.42358 21 8.28553V18.25C21 19.7688 19.7688 21 18.25 21H5.75C4.23122 21 3 19.7688 3 18.25V5.75ZM5.75 4.5C5.05964 4.5 4.5 5.05964 4.5 5.75V18.25C4.5 18.9404 5.05964 19.5 5.75 19.5H6V14.25C6 13.0074 7.00736 12 8.25 12H15.75C16.9926 12 18 13.0074 18 14.25V19.5H18.25C18.9404 19.5 19.5 18.9404 19.5 18.25V8.28553C19.5 7.8214 19.3156 7.37629 18.9874 7.0481L16.9519 5.01256C16.6918 4.75246 16.3582 4.58269 16 4.52344V7.25C16 8.49264 14.9926 9.5 13.75 9.5H9.25C8.00736 9.5 7 8.49264 7 7.25V4.5H5.75ZM16.5 19.5V14.25C16.5 13.8358 16.1642 13.5 15.75 13.5H8.25C7.83579 13.5 7.5 13.8358 7.5 14.25V19.5H16.5ZM8.5 4.5V7.25C8.5 7.66421 8.83579 8 9.25 8H13.75C14.1642 8 14.5 7.66421 14.5 7.25V4.5H8.5Z",
29
29
  fill: "#222222"
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconSaveFilled = function IconSaveFilled(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,9 +21,9 @@ var IconSaveFilled = function IconSaveFilled(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("g", {
24
+ }, /*#__PURE__*/React.createElement("g", {
25
25
  id: "Size=24, Theme=Filled"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M6.75 3H5.75C4.23122 3 3 4.23122 3 5.75V18.25C3 19.7688 4.23122 21 5.75 21H6V15C6 13.7574 7.00736 12.75 8.25 12.75H15.75C16.9926 12.75 18 13.7574 18 15V21H18.25C19.7688 21 21 19.7688 21 18.25V8.28553C21 7.42358 20.6576 6.59693 20.0481 5.98744L18.0126 3.9519C17.4114 3.35079 16.5991 3.00947 15.75 3.00019V7.5C15.75 8.74264 14.7426 9.75 13.5 9.75H9C7.75736 9.75 6.75 8.74264 6.75 7.5V3ZM14.25 3V7.5C14.25 7.91421 13.9142 8.25 13.5 8.25H9C8.58579 8.25 8.25 7.91421 8.25 7.5V3H14.25ZM16.5 21V15C16.5 14.5858 16.1642 14.25 15.75 14.25H8.25C7.83579 14.25 7.5 14.5858 7.5 15V21H16.5Z",
29
29
  fill: "#222222"
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconSavings = function IconSavings(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,9 +21,9 @@ var IconSavings = function IconSavings(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("g", {
24
+ }, /*#__PURE__*/React.createElement("g", {
25
25
  id: "Size=24, Theme=Regular"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M10.0811 4.08935C10.6111 4.45511 11.1177 4.69614 11.5352 4.74929C11.3076 5.20138 11.1488 5.68691 11.0659 6.18856C10.3925 6.04081 9.75356 5.6858 9.22916 5.32393C8.96994 5.14504 8.7245 4.95442 8.5 4.76675V7.00005C8.5 7.3063 8.31381 7.58174 8.02974 7.69593L8.02354 7.69849C8.01733 7.70107 8.0067 7.70553 7.99202 7.71188C7.96264 7.72459 7.91715 7.74477 7.85841 7.77242C7.74069 7.82781 7.57111 7.91252 7.3721 8.02624C6.97012 8.25594 6.46791 8.5928 6.03033 9.03038C5.57681 9.4839 5.29723 10.093 5.13933 10.566C4.93681 11.1727 4.42116 11.7319 3.68711 11.8542C3.57914 11.8722 3.5 11.9656 3.5 12.0751V13.828C3.5 13.9934 3.61961 14.1346 3.7828 14.1618C4.40671 14.2658 4.89825 14.6731 5.17464 15.1679C5.42601 15.6179 5.87291 16.3123 6.53033 16.9697C7.04118 17.4806 7.63608 17.8081 8.11482 18.0085C8.3521 18.1078 8.55481 18.1733 8.69504 18.2133C8.76497 18.2333 8.81882 18.2468 8.853 18.2548C8.87007 18.2588 8.88219 18.2615 8.88889 18.2629L8.8937 18.2639L8.89478 18.2642C9.24631 18.3333 9.5 18.6415 9.5 19.0001V20.2501C9.5 20.3881 9.61193 20.5001 9.75 20.5001H11C11 19.6716 11.6716 19.0001 12.5 19.0001H14.5C15.3284 19.0001 16 19.6716 16 20.5001H17.25C17.3881 20.5001 17.5 20.3881 17.5 20.2501V18.0001C17.5 17.7172 17.6597 17.4583 17.9118 17.3306L17.9251 17.3235C17.939 17.3159 17.9629 17.3026 17.9953 17.2833C18.0602 17.2447 18.1586 17.1825 18.2796 17.0952C18.5223 16.9199 18.851 16.6465 19.1806 16.262C19.8329 15.5009 20.5 14.2941 20.5 12.5001C20.5 11.4934 20.3118 10.6797 19.9913 10.0125C20.3492 9.53751 20.619 9.00301 20.7894 8.43653C20.8886 8.5724 20.9827 8.71346 21.0713 8.85993C21.6755 9.85813 22 11.063 22 12.5001C22 14.706 21.1671 16.2492 20.3194 17.2381C19.899 17.7287 19.4777 18.0802 19.1579 18.3112C19.1021 18.3514 19.0493 18.3881 19 18.4214V20.2501C19 21.2166 18.2165 22.0001 17.25 22.0001H16C15.1716 22.0001 14.5 21.3285 14.5 20.5001H12.5C12.5 21.3285 11.8284 22.0001 11 22.0001H9.75C8.7835 22.0001 8 21.2166 8 20.2501V19.5675C7.86194 19.5209 7.7053 19.4631 7.53573 19.3922C6.93965 19.1427 6.15955 18.7203 5.46967 18.0304C4.68564 17.2464 4.16052 16.4283 3.8651 15.8994C3.77791 15.7433 3.64768 15.66 3.5362 15.6414C2.64973 15.4937 2 14.7267 2 13.828V12.0751C2 11.2324 2.60926 10.5132 3.44051 10.3746C3.52742 10.3601 3.6555 10.2738 3.71651 10.0911C3.90886 9.51484 4.28209 8.6573 4.96967 7.96972C5.53209 7.40731 6.15488 6.99416 6.6279 6.72387C6.76427 6.64594 6.88983 6.57897 7 6.52288V3.67121C7 2.73331 8.13062 2.34833 8.73986 2.95499C9.07031 3.28404 9.55006 3.72288 10.0811 4.08935ZM13.07 8.84808C12.5799 8.64513 12.1664 8.25981 12.0679 7.7386C11.7239 5.91712 12.6886 4.04231 14.4689 3.30468C16.5098 2.45911 18.8498 3.42812 19.6954 5.46902C20.433 7.24939 19.7898 9.25732 18.2587 10.3023C17.8206 10.6013 17.2557 10.5814 16.7656 10.3785L13.07 8.84808ZM17.4641 9.02758C18.3837 8.36546 18.7617 7.13428 18.3096 6.04317C17.7811 4.7676 16.3186 4.16197 15.0431 4.69045C13.952 5.14252 13.3489 6.28046 13.5311 7.39885C13.5369 7.40342 13.544 7.40861 13.5525 7.41427C13.5761 7.43001 13.6068 7.44684 13.6439 7.46221L17.3395 8.99263C17.3767 9.008 17.4103 9.0178 17.4381 9.02336C17.4481 9.02535 17.4568 9.0267 17.4641 9.02758ZM9 10C9 10.5523 8.55228 11 8 11C7.44772 11 7 10.5523 7 10C7 9.44774 7.44772 9.00002 8 9.00002C8.55228 9.00002 9 9.44774 9 10Z",
29
29
  fill: "#222222"
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconSavingsFilled = function IconSavingsFilled(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,9 +21,9 @@ var IconSavingsFilled = function IconSavingsFilled(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("g", {
24
+ }, /*#__PURE__*/React.createElement("g", {
25
25
  id: "Size=24, Theme=Filled"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M18.8225 11.1283C19.7843 10.4718 20.466 9.51181 20.7894 8.43654C20.8886 8.57241 20.9827 8.71346 21.0713 8.85993C21.6755 9.85813 22 11.063 22 12.5001C22 14.706 21.1671 16.2492 20.3194 17.2381C19.899 17.7287 19.4777 18.0802 19.1579 18.3112C19.1021 18.3514 19.0493 18.3881 19 18.4214V20.2501C19 21.2166 18.2165 22.0001 17.25 22.0001H16C15.1716 22.0001 14.5 21.3285 14.5 20.5001H12.5C12.5 21.3285 11.8284 22.0001 11 22.0001H9.75C8.7835 22.0001 8 21.2166 8 20.2501V19.5674C7.86194 19.5209 7.7053 19.4631 7.53573 19.3922C6.93965 19.1427 6.15955 18.7203 5.46967 18.0304C4.68564 17.2464 4.16052 16.4283 3.8651 15.8994C3.77791 15.7433 3.64768 15.66 3.53621 15.6414C2.64973 15.4937 2 14.7267 2 13.828V12.0751C2 11.2324 2.60926 10.5132 3.44051 10.3746C3.52742 10.3601 3.6555 10.2738 3.71651 10.0911C3.90886 9.51484 4.28209 8.6573 4.96967 7.96972C5.53209 7.40731 6.15488 6.99416 6.6279 6.72387C6.76427 6.64594 6.88983 6.57896 7 6.52288V3.67121C7 2.73331 8.13062 2.34833 8.73986 2.95499C9.07031 3.28404 9.55006 3.72288 10.0811 4.08935C10.6111 4.45512 11.1177 4.69615 11.5352 4.74929C11.0507 5.71174 10.8779 6.82571 11.0853 7.92421C11.2662 8.88185 11.999 9.48693 12.6874 9.77201L16.3831 11.3024C17.0715 11.5875 18.0175 11.6777 18.8225 11.1283ZM8 11C8.55228 11 9 10.5523 9 10C9 9.44775 8.55228 9.00003 8 9.00003C7.44772 9.00003 7 9.44775 7 10C7 10.5523 7.44772 11 8 11ZM18.2588 10.3023C19.211 9.65236 19.8199 8.62989 19.9666 7.52135C19.9666 7.52133 19.9666 7.52136 19.9666 7.52135C20.0558 6.8476 19.9742 6.14201 19.6954 5.46899C18.8498 3.42808 16.5099 2.45907 14.4689 3.30465C12.6886 4.04227 11.7239 5.91709 12.0679 7.73856C12.0926 7.86889 12.1369 7.99071 12.1972 8.10332C12.2471 8.19656 12.3079 8.28348 12.3776 8.36366C12.5604 8.57394 12.8039 8.7379 13.07 8.84809L16.7657 10.3785C17.2558 10.5815 17.8206 10.6013 18.2588 10.3023Z",
29
29
  fill: "#222222"
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconSearch = function IconSearch(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,9 +21,9 @@ var IconSearch = function IconSearch(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("g", {
24
+ }, /*#__PURE__*/React.createElement("g", {
25
25
  id: "Size=24, Theme=Regular"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M10 2.75C14.0041 2.75 17.25 5.99594 17.25 10C17.25 11.7319 16.6427 13.3219 15.6295 14.5688L20.5303 19.4697C20.8232 19.7626 20.8232 20.2374 20.5303 20.5303C20.2641 20.7966 19.8474 20.8208 19.5538 20.6029L19.4697 20.5303L14.5688 15.6295C13.3219 16.6427 11.7319 17.25 10 17.25C5.99594 17.25 2.75 14.0041 2.75 10C2.75 5.99594 5.99594 2.75 10 2.75ZM10 4.25C6.82436 4.25 4.25 6.82436 4.25 10C4.25 13.1756 6.82436 15.75 10 15.75C13.1756 15.75 15.75 13.1756 15.75 10C15.75 6.82436 13.1756 4.25 10 4.25Z",
29
29
  fill: "#222222"
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconSearchFilled = function IconSearchFilled(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,9 +21,9 @@ var IconSearchFilled = function IconSearchFilled(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("g", {
24
+ }, /*#__PURE__*/React.createElement("g", {
25
25
  id: "Size=24, Theme=Filled"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M10 2.5C14.1421 2.5 17.5 5.85786 17.5 10C17.5 11.7101 16.9276 13.2866 15.964 14.5483L20.7071 19.2929C21.0976 19.6834 21.0976 20.3166 20.7071 20.7071C20.3466 21.0676 19.7794 21.0953 19.3871 20.7903L19.2929 20.7071L14.5483 15.964C13.2866 16.9276 11.7101 17.5 10 17.5C5.85786 17.5 2.5 14.1421 2.5 10C2.5 5.85786 5.85786 2.5 10 2.5ZM10 4.5C6.96243 4.5 4.5 6.96243 4.5 10C4.5 13.0376 6.96243 15.5 10 15.5C13.0376 15.5 15.5 13.0376 15.5 10C15.5 6.96243 13.0376 4.5 10 4.5Z",
29
29
  fill: "#222222"
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconSelectAllOff = function IconSelectAllOff(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,9 +21,9 @@ var IconSelectAllOff = function IconSelectAllOff(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("g", {
24
+ }, /*#__PURE__*/React.createElement("g", {
25
25
  id: "State=Off, Size=24, Theme=Regular"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M20.4962 5.62668C21.3721 5.93448 22 6.76891 22 7.75V17.75C22 20.0972 20.0972 22 17.75 22H7.75C6.76891 22 5.93448 21.3721 5.62668 20.4962L7.72396 20.4996L17.75 20.5C19.2688 20.5 20.5 19.2688 20.5 17.75V7.75L20.496 7.69902L20.4962 5.62668ZM17.2468 2C18.4895 2 19.4968 3.00736 19.4968 4.25V17.2468C19.4968 18.4895 18.4895 19.4968 17.2468 19.4968H4.25C3.00736 19.4968 2 18.4895 2 17.2468V4.25C2 3.00736 3.00736 2 4.25 2H17.2468ZM17.2468 3.5H4.25C3.83579 3.5 3.5 3.83579 3.5 4.25V17.2468C3.5 17.661 3.83579 17.9968 4.25 17.9968H17.2468C17.661 17.9968 17.9968 17.661 17.9968 17.2468V4.25C17.9968 3.83579 17.661 3.5 17.2468 3.5Z",
29
29
  fill: "#222222"
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconSelectAllOffFilled = function IconSelectAllOffFilled(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,9 +21,9 @@ var IconSelectAllOffFilled = function IconSelectAllOffFilled(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("g", {
24
+ }, /*#__PURE__*/React.createElement("g", {
25
25
  id: "State=Off, Size=24, Theme=Filled"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M20.4962 5.62668C21.3721 5.93448 22 6.76891 22 7.75V17.75C22 20.0972 20.0972 22 17.75 22H7.75C6.76891 22 5.93448 21.3721 5.62668 20.4962L7.72396 20.4996L17.75 20.5C19.2688 20.5 20.5 19.2688 20.5 17.75V7.75L20.496 7.69902L20.4962 5.62668ZM17.2468 2C18.4895 2 19.4968 3.00736 19.4968 4.25V17.2468C19.4968 18.4895 18.4895 19.4968 17.2468 19.4968H4.25C3.00736 19.4968 2 18.4895 2 17.2468V4.25C2 3.00736 3.00736 2 4.25 2H17.2468Z",
29
29
  fill: "#222222"
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconSelectAllOn = function IconSelectAllOn(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,9 +21,9 @@ var IconSelectAllOn = function IconSelectAllOn(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("g", {
24
+ }, /*#__PURE__*/React.createElement("g", {
25
25
  id: "State=On, Size=24, Theme=Regular"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M20.4962 5.62668C21.3721 5.93448 22 6.76891 22 7.75V17.75C22 20.0972 20.0972 22 17.75 22H7.75C6.76891 22 5.93448 21.3721 5.62668 20.4962L7.72396 20.4996L17.75 20.5C19.2688 20.5 20.5 19.2688 20.5 17.75V7.75L20.496 7.69902L20.4962 5.62668ZM17.2468 2C18.4895 2 19.4968 3.00736 19.4968 4.25V17.2468C19.4968 18.4895 18.4895 19.4968 17.2468 19.4968H4.25C3.00736 19.4968 2 18.4895 2 17.2468V4.25C2 3.00736 3.00736 2 4.25 2H17.2468ZM17.2468 3.5H4.25C3.83579 3.5 3.5 3.83579 3.5 4.25V17.2468C3.5 17.661 3.83579 17.9968 4.25 17.9968H17.2468C17.661 17.9968 17.9968 17.661 17.9968 17.2468V4.25C17.9968 3.83579 17.661 3.5 17.2468 3.5ZM9.58115 11.3582L13.4697 7.46967C13.7626 7.17678 14.2374 7.17678 14.5303 7.46967C14.7966 7.73594 14.8208 8.1526 14.6029 8.44621L14.5303 8.53033L10.0303 13.0303C9.73449 13.3262 9.26134 13.3189 8.9736 13.0344L8.9 12.95L7.4 10.95C7.15147 10.6186 7.21863 10.1485 7.55 9.9C7.85125 9.67407 8.26715 9.70903 8.527 9.96622L8.6 10.05L9.58115 11.3582L13.4697 7.46967L9.58115 11.3582Z",
29
29
  fill: "#222222"
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconSelectAllOnFilled = function IconSelectAllOnFilled(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,9 +21,9 @@ var IconSelectAllOnFilled = function IconSelectAllOnFilled(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("g", {
24
+ }, /*#__PURE__*/React.createElement("g", {
25
25
  id: "State=On, Size=24, Theme=Filled"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M20.4962 5.62668C21.3721 5.93448 22 6.76891 22 7.75V17.75C22 20.0972 20.0972 22 17.75 22H7.75C6.76891 22 5.93448 21.3721 5.62668 20.4962L7.72396 20.4996L17.75 20.5C19.2688 20.5 20.5 19.2688 20.5 17.75V7.75L20.496 7.69902L20.4962 5.62668ZM17.2468 2C18.4895 2 19.4968 3.00736 19.4968 4.25V17.2468C19.4968 18.4895 18.4895 19.4968 17.2468 19.4968H4.25C3.00736 19.4968 2 18.4895 2 17.2468V4.25C2 3.00736 3.00736 2 4.25 2H17.2468ZM13.4697 7.46967L9.58115 11.3582L8.6 10.05C8.35147 9.71863 7.88137 9.65147 7.55 9.9C7.21863 10.1485 7.15147 10.6186 7.4 10.95L8.9 12.95C9.17385 13.3151 9.7076 13.3531 10.0303 13.0303L14.5303 8.53033C14.8232 8.23744 14.8232 7.76256 14.5303 7.46967C14.2374 7.17678 13.7626 7.17678 13.4697 7.46967Z",
29
29
  fill: "#222222"
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconSend = function IconSend(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,9 +21,9 @@ var IconSend = function IconSend(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("g", {
24
+ }, /*#__PURE__*/React.createElement("g", {
25
25
  id: "Size=24, Theme=Regular"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M5.69362 11.9999L2.29933 3.27174C2.0631 2.66427 2.65544 2.08334 3.2414 2.28983L3.33375 2.32909L21.3337 11.3291C21.852 11.5882 21.8844 12.2977 21.4309 12.6132L21.3337 12.6707L3.33375 21.6707C2.75077 21.9622 2.11746 21.4262 2.2688 20.8237L2.29933 20.7281L5.69362 11.9999L2.29933 3.27174L5.69362 11.9999ZM4.4021 4.54032L7.01109 11.2493L13.6387 11.2499C14.0184 11.2499 14.3322 11.5321 14.3818 11.8981L14.3887 11.9999C14.3887 12.3796 14.1065 12.6934 13.7404 12.7431L13.6387 12.7499L7.01109 12.7493L4.4021 19.4595L19.3213 11.9999L4.4021 4.54032Z",
29
29
  fill: "#222222"
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconSendFilled = function IconSendFilled(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,9 +21,9 @@ var IconSendFilled = function IconSendFilled(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("g", {
24
+ }, /*#__PURE__*/React.createElement("g", {
25
25
  id: "Size=24, Theme=Filled"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M12.8147 12.1972L5.28344 13.4524C5.10705 13.4818 4.95979 13.6032 4.89723 13.7707L2.29933 20.7281C2.05066 21.3675 2.72008 21.9776 3.33375 21.6707L21.3337 12.6707C21.8865 12.3943 21.8865 11.6055 21.3337 11.3291L3.33375 2.32909C2.72008 2.02226 2.05066 2.6323 2.29933 3.27174L4.89723 10.2291C4.95979 10.3967 5.10705 10.518 5.28344 10.5474L12.8147 11.8026C12.9236 11.8208 12.9972 11.9238 12.9791 12.0328C12.965 12.1171 12.899 12.1831 12.8147 12.1972Z",
29
29
  fill: "#222222"
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconSettings = function IconSettings(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,7 +21,7 @@ var IconSettings = function IconSettings(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("path", {
24
+ }, /*#__PURE__*/React.createElement("path", {
25
25
  d: "M12.0124 2.25C12.7464 2.25846 13.4775 2.34326 14.1939 2.50304C14.5067 2.57279 14.7406 2.83351 14.7761 3.15196L14.9463 4.67881C15.0233 5.37986 15.6152 5.91084 16.3209 5.91158C16.5105 5.91188 16.6982 5.87238 16.8734 5.79483L18.2741 5.17956C18.5654 5.05159 18.9057 5.12136 19.1232 5.35362C20.1354 6.43464 20.8892 7.73115 21.3279 9.14558C21.4225 9.45058 21.3137 9.78203 21.0566 9.9715L19.8151 10.8866C19.461 11.1468 19.2518 11.56 19.2518 11.9995C19.2518 12.4389 19.461 12.8521 19.8159 13.1129L21.0585 14.0283C21.3156 14.2177 21.4246 14.5492 21.3299 14.8543C20.8914 16.2685 20.138 17.5649 19.1264 18.6461C18.9091 18.8783 18.569 18.9483 18.2777 18.8206L16.8714 18.2045C16.4691 18.0284 16.007 18.0542 15.6268 18.274C15.2466 18.4937 14.9935 18.8812 14.9452 19.3177L14.7761 20.8444C14.7413 21.1592 14.5124 21.4182 14.2043 21.4915C12.7558 21.8361 11.2467 21.8361 9.79828 21.4915C9.49015 21.4182 9.26129 21.1592 9.22643 20.8444L9.0576 19.32C9.00802 18.8843 8.75459 18.498 8.37467 18.279C7.99475 18.06 7.53345 18.0343 7.13244 18.2094L5.72582 18.8256C5.43446 18.9533 5.09428 18.8833 4.87703 18.6509C3.86487 17.5685 3.11144 16.2705 2.67344 14.8548C2.57911 14.5499 2.68811 14.2186 2.94509 14.0293L4.18842 13.1133C4.54256 12.8531 4.75172 12.4399 4.75172 12.0005C4.75172 11.561 4.54256 11.1478 4.18796 10.8873L2.94541 9.97285C2.68804 9.78345 2.57894 9.45178 2.67361 9.14658C3.11236 7.73215 3.86619 6.43564 4.87837 5.35462C5.09584 5.12236 5.43618 5.05259 5.72749 5.18056L7.12786 5.79572C7.53081 5.97256 7.99404 5.94585 8.37601 5.72269C8.75633 5.50209 9.00953 5.11422 9.05841 4.67764L9.22849 3.15196C9.26401 2.83335 9.49811 2.57254 9.81105 2.50294C10.5283 2.34342 11.2602 2.25865 12.0124 2.25ZM12.0126 3.7499C11.5586 3.75524 11.1058 3.79443 10.6581 3.86702L10.5491 4.84418C10.4473 5.75368 9.92028 6.56102 9.13066 7.01903C8.33622 7.48317 7.36761 7.53903 6.52483 7.16917L5.62654 6.77456C5.0546 7.46873 4.59938 8.25135 4.27877 9.09168L5.07656 9.67879C5.81537 10.2216 6.25172 11.0837 6.25172 12.0005C6.25172 12.9172 5.81537 13.7793 5.07734 14.3215L4.27829 14.9102C4.59863 15.752 5.05392 16.5361 5.62625 17.2316L6.53138 16.8351C7.36947 16.4692 8.33149 16.5227 9.12377 16.9794C9.91606 17.4361 10.4446 18.2417 10.5482 19.1526L10.6572 20.1365C11.5468 20.2878 12.4557 20.2878 13.3453 20.1365L13.4543 19.1527C13.5551 18.2421 14.083 17.4337 14.8762 16.9753C15.6695 16.5168 16.6334 16.463 17.473 16.8305L18.3775 17.2267C18.9493 16.5323 19.4044 15.7495 19.7249 14.909L18.927 14.3211C18.1882 13.7783 17.7518 12.9162 17.7518 11.9995C17.7518 11.0827 18.1882 10.2206 18.9261 9.67847L19.7229 9.09109C19.4023 8.25061 18.947 7.46784 18.375 6.77356L17.4785 7.16737C17.1132 7.32901 16.718 7.4122 16.3189 7.41158C14.8492 7.41004 13.6158 6.30355 13.4554 4.84383L13.3464 3.8667C12.9009 3.7942 12.4529 3.75512 12.0126 3.7499ZM11.9999 8.24995C14.071 8.24995 15.7499 9.92888 15.7499 12C15.7499 14.071 14.071 15.75 11.9999 15.75C9.92887 15.75 8.24994 14.071 8.24994 12C8.24994 9.92888 9.92887 8.24995 11.9999 8.24995ZM11.9999 9.74995C10.7573 9.74995 9.74994 10.7573 9.74994 12C9.74994 13.2426 10.7573 14.25 11.9999 14.25C13.2426 14.25 14.2499 13.2426 14.2499 12C14.2499 10.7573 13.2426 9.74995 11.9999 9.74995Z",
26
26
  fill: "#222222"
27
27
  }));
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconSettingsFilled = function IconSettingsFilled(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,9 +21,9 @@ var IconSettingsFilled = function IconSettingsFilled(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("g", {
24
+ }, /*#__PURE__*/React.createElement("g", {
25
25
  id: "Size=24, Theme=Filled"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M12.0124 2.25C12.7464 2.25846 13.4775 2.34326 14.1939 2.50304C14.5067 2.57279 14.7406 2.83351 14.7761 3.15196L14.9463 4.67881C15.0233 5.37986 15.6152 5.91084 16.3209 5.91158C16.5105 5.91188 16.6982 5.87238 16.8734 5.79483L18.2741 5.17956C18.5654 5.05159 18.9057 5.12136 19.1232 5.35362C20.1354 6.43464 20.8892 7.73115 21.3279 9.14558C21.4225 9.45058 21.3137 9.78203 21.0566 9.9715L19.8151 10.8866C19.461 11.1468 19.2518 11.56 19.2518 11.9995C19.2518 12.4389 19.461 12.8521 19.8159 13.1129L21.0585 14.0283C21.3156 14.2177 21.4246 14.5492 21.3299 14.8543C20.8914 16.2685 20.138 17.5649 19.1264 18.6461C18.9091 18.8783 18.569 18.9483 18.2777 18.8206L16.8714 18.2045C16.4691 18.0284 16.007 18.0542 15.6268 18.274C15.2466 18.4937 14.9935 18.8812 14.9452 19.3177L14.7761 20.8444C14.7413 21.1592 14.5124 21.4182 14.2043 21.4915C12.7558 21.8361 11.2467 21.8361 9.79828 21.4915C9.49015 21.4182 9.26129 21.1592 9.22643 20.8444L9.0576 19.32C9.00802 18.8843 8.75459 18.498 8.37467 18.279C7.99475 18.06 7.53345 18.0343 7.13244 18.2094L5.72582 18.8256C5.43446 18.9533 5.09428 18.8833 4.87703 18.6509C3.86487 17.5685 3.11144 16.2705 2.67344 14.8548C2.57911 14.5499 2.68811 14.2186 2.94509 14.0293L4.18842 13.1133C4.54256 12.8531 4.75172 12.4399 4.75172 12.0005C4.75172 11.561 4.54256 11.1478 4.18796 10.8873L2.94541 9.97285C2.68804 9.78345 2.57894 9.45178 2.67361 9.14658C3.11236 7.73215 3.86619 6.43564 4.87837 5.35462C5.09584 5.12236 5.43618 5.05259 5.72749 5.18056L7.12786 5.79572C7.53081 5.97256 7.99404 5.94585 8.37601 5.72269C8.75633 5.50209 9.00953 5.11422 9.05841 4.67764L9.22849 3.15196C9.26401 2.83335 9.49811 2.57254 9.81105 2.50294C10.5283 2.34342 11.2602 2.25865 12.0124 2.25ZM11.9999 8.99995C10.3431 8.99995 8.99994 10.3431 8.99994 12C8.99994 13.6568 10.3431 15 11.9999 15C13.6568 15 14.9999 13.6568 14.9999 12C14.9999 10.3431 13.6568 8.99995 11.9999 8.99995Z",
29
29
  fill: "#222222"
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconShare = function IconShare(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,9 +21,9 @@ var IconShare = function IconShare(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("g", {
24
+ }, /*#__PURE__*/React.createElement("g", {
25
25
  id: "Size=24, Theme=Regular"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M6.74658 4.00003H10.2108C10.625 4.00003 10.9608 4.33582 10.9608 4.75003C10.9608 5.12972 10.6786 5.44352 10.3126 5.49318L10.2108 5.50003H6.74658C5.55572 5.50003 4.58094 6.42519 4.50177 7.59598L4.49658 7.75003V17.25C4.49658 18.4409 5.42174 19.4157 6.59253 19.4948L6.74658 19.5H16.2473C17.4382 19.5 18.413 18.5749 18.4921 17.4041L18.4973 17.25V16.7522C18.4973 16.338 18.8331 16.0022 19.2473 16.0022C19.627 16.0022 19.9408 16.2844 19.9905 16.6505L19.9973 16.7522V17.25C19.9973 19.2543 18.425 20.8913 16.4465 20.9948L16.2473 21H6.74658C4.74232 21 3.10531 19.4277 3.00178 17.4492L2.99658 17.25V7.75003C2.99658 5.74577 4.56894 4.10876 6.54742 4.00523L6.74658 4.00003H10.2108H6.74658ZM14.5006 6.51988V3.75003C14.5006 3.12606 15.2074 2.78998 15.6876 3.13983L15.7697 3.20877L21.7643 8.95877C22.0441 9.22712 22.0696 9.65814 21.8407 9.9561L21.7644 10.0412L15.7698 15.7931C15.3196 16.2251 14.5877 15.9477 14.5077 15.3589L14.5006 15.2519V12.5266L14.1571 12.5567C11.7574 12.807 9.45735 13.8879 7.24253 15.8174C6.72342 16.2696 5.92029 15.842 6.00567 15.1589C6.67046 9.83933 9.45233 6.90733 14.2012 6.53953L14.5006 6.51988V3.75003V6.51988ZM16.0006 5.50867V7.25003C16.0006 7.66424 15.6648 8.00003 15.2506 8.00003C11.3772 8.00003 8.97655 9.67616 7.93931 13.1572L7.86025 13.4358L8.21244 13.199C10.4489 11.7372 12.7983 11 15.2506 11C15.6303 11 15.9441 11.2822 15.9937 11.6483L16.0006 11.75V13.4928L20.1618 9.50012L16.0006 5.50867Z",
29
29
  fill: "#222222"
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconShareAndroid = function IconShareAndroid(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,9 +21,9 @@ var IconShareAndroid = function IconShareAndroid(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("g", {
24
+ }, /*#__PURE__*/React.createElement("g", {
25
25
  id: "Size=24, Theme=Regular"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M17 2.49829C18.934 2.49829 20.5018 4.06609 20.5018 6.00006C20.5018 7.93403 18.934 9.50183 17 9.50183C15.97 9.50183 15.0439 9.05716 14.4032 8.34934L9.84455 10.9538C9.94786 11.2842 10.0035 11.6356 10.0035 12.0001C10.0035 12.3645 9.94786 12.716 9.84455 13.0464L14.4023 15.6518C15.043 14.9434 15.9695 14.4983 17 14.4983C18.934 14.4983 20.5018 16.0661 20.5018 18.0001C20.5018 19.934 18.934 21.5018 17 21.5018C15.066 21.5018 13.4982 19.934 13.4982 18.0001C13.4982 17.6356 13.5539 17.2842 13.6572 16.9538L9.09951 14.3483C8.45873 15.0567 7.53223 15.5018 6.50177 15.5018C4.5678 15.5018 3 13.934 3 12.0001C3 10.0661 4.5678 8.49829 6.50177 8.49829C7.53173 8.49829 8.45784 8.94296 9.09859 9.65078L13.6572 7.04636C13.5539 6.71596 13.4982 6.36451 13.4982 6.00006C13.4982 4.06609 15.066 2.49829 17 2.49829ZM17 15.9983C15.8945 15.9983 14.9982 16.8945 14.9982 18.0001C14.9982 19.1056 15.8945 20.0018 17 20.0018C18.1055 20.0018 19.0018 19.1056 19.0018 18.0001C19.0018 16.8945 18.1055 15.9983 17 15.9983ZM6.50177 9.99829C5.39622 9.99829 4.5 10.8945 4.5 12.0001C4.5 13.1056 5.39622 14.0018 6.50177 14.0018C7.60732 14.0018 8.50354 13.1056 8.50354 12.0001C8.50354 10.8945 7.60732 9.99829 6.50177 9.99829ZM17 3.99829C15.8945 3.99829 14.9982 4.89451 14.9982 6.00006C14.9982 7.10561 15.8945 8.00183 17 8.00183C18.1055 8.00183 19.0018 7.10561 19.0018 6.00006C19.0018 4.89451 18.1055 3.99829 17 3.99829Z",
29
29
  fill: "#222222"
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconShareAndroidFilled = function IconShareAndroidFilled(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,9 +21,9 @@ var IconShareAndroidFilled = function IconShareAndroidFilled(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("g", {
24
+ }, /*#__PURE__*/React.createElement("g", {
25
25
  id: "Size=24, Theme=Filled"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M17 3.00195C18.6558 3.00195 19.998 4.34424 19.998 6.00003C19.998 7.65582 18.6558 8.9981 17 8.9981C16.1578 8.9981 15.3967 8.65085 14.8521 8.09171L9.39499 11.2113C9.46333 11.4626 9.49981 11.7271 9.49981 12C9.49981 12.273 9.46333 12.5374 9.39499 12.7887L14.8528 15.9076C15.3974 15.3489 16.1582 15.002 17 15.002C18.6558 15.002 19.998 16.3442 19.998 18C19.998 19.6558 18.6558 20.9981 17 20.9981C15.3442 20.9981 14.0019 19.6558 14.0019 18C14.0019 17.7271 14.0384 17.4626 14.1067 17.2113L8.6496 14.0917C8.105 14.6508 7.34392 14.9981 6.50174 14.9981C4.84595 14.9981 3.50366 13.6558 3.50366 12C3.50366 10.3442 4.84595 9.00195 6.50174 9.00195C7.34355 9.00195 8.10432 9.3489 8.64887 9.9076L14.1067 6.78874C14.0384 6.53743 14.0019 6.27299 14.0019 6.00003C14.0019 4.34424 15.3442 3.00195 17 3.00195Z",
29
29
  fill: "#222222"
@@ -1,5 +1,5 @@
1
1
  import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
4
  import '../../typeof-e7f3291d.js';
5
5
 
@@ -12,7 +12,7 @@ var IconShareFilled = function IconShareFilled(_ref) {
12
12
  refHandler = _ref.refHandler,
13
13
  id = _ref.id,
14
14
  dataId = _ref.dataId;
15
- return /*#__PURE__*/React__default.createElement("svg", {
15
+ return /*#__PURE__*/React.createElement("svg", {
16
16
  xmlns: "http://www.w3.org/2000/svg",
17
17
  className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
18
  viewBox: "0 0 24 24",
@@ -21,9 +21,9 @@ var IconShareFilled = function IconShareFilled(_ref) {
21
21
  ref: refHandler,
22
22
  id: id,
23
23
  "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
- }, /*#__PURE__*/React__default.createElement("g", {
24
+ }, /*#__PURE__*/React.createElement("g", {
25
25
  id: "Size=24, Theme=Filled"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  d: "M6.74658 4.00003H10.2108C10.625 4.00003 10.9608 4.33582 10.9608 4.75003C10.9608 5.12972 10.6786 5.44352 10.3126 5.49318L10.2108 5.50003H6.74658C5.55572 5.50003 4.58094 6.42519 4.50177 7.59598L4.49658 7.75003V17.25C4.49658 18.4409 5.42174 19.4157 6.59253 19.4948L6.74658 19.5H16.2473C17.4382 19.5 18.413 18.5749 18.4921 17.4041L18.4973 17.25V16.7522C18.4973 16.338 18.8331 16.0022 19.2473 16.0022C19.627 16.0022 19.9408 16.2844 19.9905 16.6505L19.9973 16.7522V17.25C19.9973 19.2543 18.425 20.8913 16.4465 20.9948L16.2473 21H6.74658C4.74232 21 3.10531 19.4277 3.00178 17.4492L2.99658 17.25V7.75003C2.99658 5.74577 4.56894 4.10876 6.54742 4.00523L6.74658 4.00003H10.2108H6.74658ZM14.5006 6.54434V3.75003C14.5006 3.12606 15.2074 2.78998 15.6876 3.13983L15.7697 3.20877L21.7643 8.95877C22.0441 9.22712 22.0696 9.65814 21.8407 9.9561L21.7644 10.0412L15.7698 15.7931C15.3196 16.2251 14.5877 15.9477 14.5077 15.3589L14.5006 15.2519V12.45L14.1798 12.4438C11.5223 12.4359 9.25072 13.5269 7.31495 15.745C6.81934 16.3129 5.88968 15.8769 6.0094 15.1328C6.83639 9.99236 9.60847 7.08831 14.1986 6.57446L14.5006 6.54434V3.75003V6.54434Z",
29
29
  fill: "#222222"