hrm_ui_lib 1.4.2 → 1.4.4

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 (521) hide show
  1. package/{Button-028f6f93.js → Button-2f532776.js} +48 -48
  2. package/assets/styles/styles.css +87 -86
  3. package/assets/styles/styles.scss +1 -1
  4. package/components/Alert/Alert.js +19 -19
  5. package/components/Alert/index.js +8 -8
  6. package/components/Alert/types.d.ts +3 -2
  7. package/components/Avatar/Avatar.js +12 -12
  8. package/components/Avatar/AvatarGroup.js +19 -19
  9. package/components/Avatar/index.js +9 -9
  10. package/components/Badge/Badge.js +4 -4
  11. package/components/Breadcrumb/Breadcrumb.js +4 -4
  12. package/components/Breadcrumb/types.d.ts +2 -1
  13. package/components/Button/Button.js +8 -8
  14. package/components/Button/index.js +8 -8
  15. package/components/ButtonIcon/ButtonIcon.js +8 -8
  16. package/components/ButtonIcon/index.js +8 -8
  17. package/components/CardBody/CardBody.d.ts +2 -1
  18. package/components/CardBody/CardBody.js +17 -17
  19. package/components/CardBody/index.js +8 -8
  20. package/components/CardSelect/CardSelect.js +21 -21
  21. package/components/CardSelect/CardSelectGroup.d.ts +2 -1
  22. package/components/CardSelect/CardSelectGroup.js +11 -11
  23. package/components/CardSelect/components/CardAdditionalInfo.js +6 -6
  24. package/components/CardSelect/components/CardChips.js +6 -6
  25. package/components/CardSelect/components/CardDescription.js +3 -3
  26. package/components/CardSelect/components/CardInput.js +10 -10
  27. package/components/CardSelect/components/index.js +8 -8
  28. package/components/CardSelect/index.js +8 -8
  29. package/components/Cards/CardItem.js +11 -11
  30. package/components/Cards/index.js +1 -1
  31. package/components/Checkbox/Checkbox.js +8 -8
  32. package/components/Checkbox/index.js +8 -8
  33. package/components/Checkbox/types.d.ts +4 -3
  34. package/components/Chips/Chips.js +8 -8
  35. package/components/Chips/index.js +3 -3
  36. package/components/Collapse/CollapseGroup/CollapseGroup.js +10 -10
  37. package/components/Collapse/CollapseItem/CollapseItem.d.ts +2 -1
  38. package/components/Collapse/CollapseItem/CollapseItem.js +19 -19
  39. package/components/Collapse/index.js +7 -7
  40. package/components/Container/Container.js +2 -2
  41. package/components/Copy/Copy.js +12 -12
  42. package/components/Copy/index.js +8 -8
  43. package/components/Counter/Counter.js +10 -10
  44. package/components/Counter/index.js +8 -8
  45. package/components/DatePicker/CustomHeader/CustomHeader.d.ts +0 -1
  46. package/components/DatePicker/CustomHeader/CustomHeader.js +16 -16
  47. package/components/DatePicker/RangeDatePicker/RangeDatePicker.js +11 -11
  48. package/components/DatePicker/RangeDatePicker/RangeDatePickerDesktop.js +14 -14
  49. package/components/DatePicker/RangeDatePicker/RangeDatePickerMobile.js +14 -14
  50. package/components/DatePicker/RangeDatePicker/index.js +9 -9
  51. package/components/DatePicker/SimpleDatePicker/SimpleDatePicker.js +11 -11
  52. package/components/DatePicker/SimpleDatePicker/SimpleDatePickerDesktop.js +15 -15
  53. package/components/DatePicker/SimpleDatePicker/SimpleDatePickerMobile.js +16 -16
  54. package/components/DatePicker/SimpleDatePicker/index.js +9 -9
  55. package/components/DatePicker/TimePicker/MobileModalContent.js +20 -20
  56. package/components/DatePicker/TimePicker/TimePicker.js +10 -10
  57. package/components/DatePicker/TimePicker/TimePickerDesktop.d.ts +2 -1
  58. package/components/DatePicker/TimePicker/TimePickerDesktop.js +13 -13
  59. package/components/DatePicker/TimePicker/TimePickerMobile.js +12 -12
  60. package/components/DatePicker/TimePicker/index.js +8 -8
  61. package/components/DatePicker/hooks.js +4 -4
  62. package/components/DatePicker/index.js +9 -9
  63. package/components/Divider/Divider.d.ts +2 -1
  64. package/components/Divider/Divider.js +2 -2
  65. package/components/Empty/Empty.d.ts +2 -1
  66. package/components/Empty/Empty.js +16 -16
  67. package/components/Empty/index.js +8 -8
  68. package/components/FileUpload/FileUpload.d.ts +2 -1
  69. package/components/FileUpload/FileUpload.js +19 -19
  70. package/components/FileUpload/UploadItems.d.ts +2 -1
  71. package/components/FileUpload/UploadItems.js +17 -17
  72. package/components/FileUpload/index.js +9 -9
  73. package/components/FileUpload/types.d.ts +4 -3
  74. package/components/FormContainer/FormContainer.d.ts +2 -1
  75. package/components/FormContainer/FormContainer.js +13 -13
  76. package/components/FormContainer/index.js +8 -8
  77. package/components/FormField/FormField.js +14 -14
  78. package/components/FormField/index.js +8 -8
  79. package/components/FormField/types.d.ts +2 -1
  80. package/components/Heading/Heading.js +2 -2
  81. package/components/Image/Image.d.ts +2 -1
  82. package/components/Image/Image.js +3 -3
  83. package/components/Input/Input.js +25 -25
  84. package/components/Input/index.js +8 -8
  85. package/components/ItemSelect/ItemSelect.js +16 -16
  86. package/components/ItemSelect/ItemSelectGroup.d.ts +2 -1
  87. package/components/ItemSelect/ItemSelectGroup.js +11 -11
  88. package/components/ItemSelect/index.js +8 -8
  89. package/components/Link/Link.js +4 -4
  90. package/components/Link/types.d.ts +4 -3
  91. package/components/Menu/Menu.js +13 -13
  92. package/components/Menu/NestedMenu.js +14 -14
  93. package/components/Menu/index.js +9 -9
  94. package/components/Modal/Modal.js +8 -8
  95. package/components/Modal/ModalConfirmation.js +19 -19
  96. package/components/Modal/ModalContent.js +8 -8
  97. package/components/Modal/index.js +8 -8
  98. package/components/More/More.d.ts +2 -1
  99. package/components/More/More.js +11 -11
  100. package/components/More/index.js +8 -8
  101. package/components/Pagination/Pagination.d.ts +2 -1
  102. package/components/Pagination/Pagination.js +9 -9
  103. package/components/Pagination/index.js +3 -3
  104. package/components/Popover/Popover.js +8 -8
  105. package/components/Popover/PopoverDesktop.js +6 -6
  106. package/components/Popover/PopoverMobile.js +8 -8
  107. package/components/Popover/index.js +8 -8
  108. package/components/Progress/Progress.d.ts +2 -1
  109. package/components/Progress/Progress.js +7 -7
  110. package/components/ProgressStep/ProgressStep.js +5 -5
  111. package/components/ProgressStep/Step.js +13 -13
  112. package/components/ProgressStep/index.js +2 -2
  113. package/components/Radio/Radio.js +7 -7
  114. package/components/Radio/RadioGroup.js +13 -13
  115. package/components/Radio/index.js +8 -8
  116. package/components/SVGIcons/IconAdd.js +5 -5
  117. package/components/SVGIcons/IconAddCircle.js +6 -6
  118. package/components/SVGIcons/IconAddCircleFilled.js +6 -6
  119. package/components/SVGIcons/IconAddFilled.js +5 -5
  120. package/components/SVGIcons/IconAlert.js +6 -6
  121. package/components/SVGIcons/IconAlertBadge.js +6 -6
  122. package/components/SVGIcons/IconAlertBadgeFilled.js +6 -6
  123. package/components/SVGIcons/IconAlertFilled.js +6 -6
  124. package/components/SVGIcons/IconAm.js +11 -11
  125. package/components/SVGIcons/IconAmd.js +5 -5
  126. package/components/SVGIcons/IconAmdFilled.js +5 -5
  127. package/components/SVGIcons/IconApple.js +6 -6
  128. package/components/SVGIcons/IconArrowDown.js +6 -6
  129. package/components/SVGIcons/IconArrowDownFilled.js +6 -6
  130. package/components/SVGIcons/IconArrowDownLeft.js +6 -6
  131. package/components/SVGIcons/IconArrowDownLeftFilled.js +6 -6
  132. package/components/SVGIcons/IconArrowDownload.js +6 -6
  133. package/components/SVGIcons/IconArrowDownloadFilled.js +6 -6
  134. package/components/SVGIcons/IconArrowEnter.js +5 -5
  135. package/components/SVGIcons/IconArrowEnterFilled.js +5 -5
  136. package/components/SVGIcons/IconArrowExit.js +5 -5
  137. package/components/SVGIcons/IconArrowExitFilled.js +5 -5
  138. package/components/SVGIcons/IconArrowExportLeftToRight.js +6 -6
  139. package/components/SVGIcons/IconArrowExportLeftToRightFilled.js +6 -6
  140. package/components/SVGIcons/IconArrowExportRightToLeft.js +6 -6
  141. package/components/SVGIcons/IconArrowExportRightToLeftFilled.js +6 -6
  142. package/components/SVGIcons/IconArrowExportUp.js +6 -6
  143. package/components/SVGIcons/IconArrowExportUpFilled.js +6 -6
  144. package/components/SVGIcons/IconArrowImport.js +6 -6
  145. package/components/SVGIcons/IconArrowImportFilled.js +6 -6
  146. package/components/SVGIcons/IconArrowLeft.js +6 -6
  147. package/components/SVGIcons/IconArrowLeftFilled.js +6 -6
  148. package/components/SVGIcons/IconArrowRepeatAll.js +6 -6
  149. package/components/SVGIcons/IconArrowRepeatAllFilled.js +6 -6
  150. package/components/SVGIcons/IconArrowReset.js +6 -6
  151. package/components/SVGIcons/IconArrowResetFilled.js +6 -6
  152. package/components/SVGIcons/IconArrowRight.js +6 -6
  153. package/components/SVGIcons/IconArrowRightFilled.js +6 -6
  154. package/components/SVGIcons/IconArrowSort.js +5 -5
  155. package/components/SVGIcons/IconArrowSortFilled.js +5 -5
  156. package/components/SVGIcons/IconArrowSync.js +5 -5
  157. package/components/SVGIcons/IconArrowSyncFilled.js +5 -5
  158. package/components/SVGIcons/IconArrowUp.js +6 -6
  159. package/components/SVGIcons/IconArrowUpFilled.js +6 -6
  160. package/components/SVGIcons/IconArrowUpLeft.js +6 -6
  161. package/components/SVGIcons/IconArrowUpLeftFilled.js +6 -6
  162. package/components/SVGIcons/IconArrowUpRight.js +6 -6
  163. package/components/SVGIcons/IconArrowUpRightFilled.js +6 -6
  164. package/components/SVGIcons/IconAttach.js +6 -6
  165. package/components/SVGIcons/IconAttachFilled.js +6 -6
  166. package/components/SVGIcons/IconBeach.js +5 -5
  167. package/components/SVGIcons/IconBeachFilled.js +5 -5
  168. package/components/SVGIcons/IconBook.js +6 -6
  169. package/components/SVGIcons/IconBookFilled.js +6 -6
  170. package/components/SVGIcons/IconBookmark.js +6 -6
  171. package/components/SVGIcons/IconBookmarkFilled.js +6 -6
  172. package/components/SVGIcons/IconBriefcase.js +6 -6
  173. package/components/SVGIcons/IconBriefcaseFilled.js +6 -6
  174. package/components/SVGIcons/IconBuilding.js +12 -12
  175. package/components/SVGIcons/IconBuildingBank.js +5 -5
  176. package/components/SVGIcons/IconBuildingBankFilled.js +5 -5
  177. package/components/SVGIcons/IconBuildingFilled.js +6 -6
  178. package/components/SVGIcons/IconBulletListAdd.js +6 -6
  179. package/components/SVGIcons/IconBulletListAddFilled.js +6 -6
  180. package/components/SVGIcons/IconCalculator.js +6 -6
  181. package/components/SVGIcons/IconCalculatorFilled.js +6 -6
  182. package/components/SVGIcons/IconCalendarClock.js +5 -5
  183. package/components/SVGIcons/IconCalendarClockFilled.js +5 -5
  184. package/components/SVGIcons/IconCalendarDay.js +6 -6
  185. package/components/SVGIcons/IconCalendarDayFilled.js +6 -6
  186. package/components/SVGIcons/IconCalendarLeft.js +5 -5
  187. package/components/SVGIcons/IconCalendarLeftFilled.js +5 -5
  188. package/components/SVGIcons/IconCalendarRight.js +5 -5
  189. package/components/SVGIcons/IconCalendarRightFilled.js +5 -5
  190. package/components/SVGIcons/IconCall.js +6 -6
  191. package/components/SVGIcons/IconCallFilled.js +6 -6
  192. package/components/SVGIcons/IconCard.js +5 -5
  193. package/components/SVGIcons/IconCardFilled.js +5 -5
  194. package/components/SVGIcons/IconCaretDown.js +5 -5
  195. package/components/SVGIcons/IconCaretDownFilled.js +5 -5
  196. package/components/SVGIcons/IconCaretDownRight.js +5 -5
  197. package/components/SVGIcons/IconCaretDownRightFilled.js +5 -5
  198. package/components/SVGIcons/IconCaretLeft.js +5 -5
  199. package/components/SVGIcons/IconCaretLeftFilled.js +5 -5
  200. package/components/SVGIcons/IconCaretRight.js +5 -5
  201. package/components/SVGIcons/IconCaretRightFilled.js +5 -5
  202. package/components/SVGIcons/IconCaretUp.js +5 -5
  203. package/components/SVGIcons/IconCaretUpFilled.js +5 -5
  204. package/components/SVGIcons/IconChat.js +5 -5
  205. package/components/SVGIcons/IconChatFilled.js +5 -5
  206. package/components/SVGIcons/IconChatMultiple.js +5 -5
  207. package/components/SVGIcons/IconChatMultipleFilled.js +5 -5
  208. package/components/SVGIcons/IconCheckboxArrowRight.js +6 -6
  209. package/components/SVGIcons/IconCheckboxArrowRightFilled.js +6 -6
  210. package/components/SVGIcons/IconCheckmark.js +5 -5
  211. package/components/SVGIcons/IconCheckmarkCircle.js +5 -5
  212. package/components/SVGIcons/IconCheckmarkCircleFilled.js +5 -5
  213. package/components/SVGIcons/IconCheckmarkFilled.js +5 -5
  214. package/components/SVGIcons/IconChevronDown.js +5 -5
  215. package/components/SVGIcons/IconChevronDownFilled.js +5 -5
  216. package/components/SVGIcons/IconChevronLeft.js +5 -5
  217. package/components/SVGIcons/IconChevronLeftFilled.js +5 -5
  218. package/components/SVGIcons/IconChevronRight.js +5 -5
  219. package/components/SVGIcons/IconChevronRightFilled.js +5 -5
  220. package/components/SVGIcons/IconChevronUp.js +5 -5
  221. package/components/SVGIcons/IconChevronUpDown.js +6 -6
  222. package/components/SVGIcons/IconChevronUpDownFilled.js +6 -6
  223. package/components/SVGIcons/IconChevronUpFilled.js +5 -5
  224. package/components/SVGIcons/IconClock.js +6 -6
  225. package/components/SVGIcons/IconClockDismiss.js +5 -5
  226. package/components/SVGIcons/IconClockDismissFilled.js +5 -5
  227. package/components/SVGIcons/IconClockFilled.js +6 -6
  228. package/components/SVGIcons/IconComment.js +6 -6
  229. package/components/SVGIcons/IconCommentFilled.js +6 -6
  230. package/components/SVGIcons/IconContractCard.js +5 -5
  231. package/components/SVGIcons/IconContractCardFilled.js +5 -5
  232. package/components/SVGIcons/IconCopy.js +5 -5
  233. package/components/SVGIcons/IconCopyFilled.js +5 -5
  234. package/components/SVGIcons/IconCubeTree.js +5 -5
  235. package/components/SVGIcons/IconCubeTreeFilled.js +6 -6
  236. package/components/SVGIcons/IconDatabase.js +6 -6
  237. package/components/SVGIcons/IconDatabaseFilled.js +6 -6
  238. package/components/SVGIcons/IconDelete.js +5 -5
  239. package/components/SVGIcons/IconDeleteFilled.js +5 -5
  240. package/components/SVGIcons/IconDeviceMeetingRoom.js +5 -5
  241. package/components/SVGIcons/IconDeviceMeetingRoomFilled.js +5 -5
  242. package/components/SVGIcons/IconDismiss.js +5 -5
  243. package/components/SVGIcons/IconDismissCircle.js +6 -6
  244. package/components/SVGIcons/IconDismissCircleFilled.js +6 -6
  245. package/components/SVGIcons/IconDismissFilled.js +5 -5
  246. package/components/SVGIcons/IconDocument.js +5 -5
  247. package/components/SVGIcons/IconDocumentBulletList.js +6 -6
  248. package/components/SVGIcons/IconDocumentBulletListFilled.js +6 -6
  249. package/components/SVGIcons/IconDocumentEdit.js +5 -5
  250. package/components/SVGIcons/IconDocumentEditFilled.js +5 -5
  251. package/components/SVGIcons/IconDocumentFilled.js +5 -5
  252. package/components/SVGIcons/IconEdit.js +5 -5
  253. package/components/SVGIcons/IconEditFilled.js +5 -5
  254. package/components/SVGIcons/IconErrorCircle.js +5 -5
  255. package/components/SVGIcons/IconErrorCircleFilled.js +5 -5
  256. package/components/SVGIcons/IconEur.js +5 -5
  257. package/components/SVGIcons/IconEurFilled.js +5 -5
  258. package/components/SVGIcons/IconExpandUpLeft.js +6 -6
  259. package/components/SVGIcons/IconExpandUpLeftFilled.js +6 -6
  260. package/components/SVGIcons/IconExpandUpRight.js +6 -6
  261. package/components/SVGIcons/IconExpandUpRightFilled.js +6 -6
  262. package/components/SVGIcons/IconEyeOff.js +6 -6
  263. package/components/SVGIcons/IconEyeOffFilled.js +6 -6
  264. package/components/SVGIcons/IconEyeOn.js +6 -6
  265. package/components/SVGIcons/IconEyeOnFilled.js +6 -6
  266. package/components/SVGIcons/IconFacebook.js +8 -8
  267. package/components/SVGIcons/IconFilter.js +5 -5
  268. package/components/SVGIcons/IconFilterFilled.js +5 -5
  269. package/components/SVGIcons/IconFlag.js +6 -6
  270. package/components/SVGIcons/IconFlagFilled.js +6 -6
  271. package/components/SVGIcons/IconFolderLink.js +5 -5
  272. package/components/SVGIcons/IconFolderLinkFilled.js +5 -5
  273. package/components/SVGIcons/IconGb.js +15 -15
  274. package/components/SVGIcons/IconGlobe.js +5 -5
  275. package/components/SVGIcons/IconGlobeFilled.js +5 -5
  276. package/components/SVGIcons/IconGoogle.js +8 -8
  277. package/components/SVGIcons/IconHandOpenHeart.js +6 -6
  278. package/components/SVGIcons/IconHandOpenHeartFilled.js +6 -6
  279. package/components/SVGIcons/IconHeart.js +6 -6
  280. package/components/SVGIcons/IconHeartFilled.js +6 -6
  281. package/components/SVGIcons/IconHistory.js +6 -6
  282. package/components/SVGIcons/IconHistoryFilled.js +6 -6
  283. package/components/SVGIcons/IconHome.js +6 -6
  284. package/components/SVGIcons/IconHomeFilled.js +6 -6
  285. package/components/SVGIcons/IconImage.js +6 -6
  286. package/components/SVGIcons/IconImageFilled.js +6 -6
  287. package/components/SVGIcons/IconInfo.js +5 -5
  288. package/components/SVGIcons/IconInfoFilled.js +5 -5
  289. package/components/SVGIcons/IconInstagram.js +8 -8
  290. package/components/SVGIcons/IconKeyReset.js +6 -6
  291. package/components/SVGIcons/IconKeyResetFilled.js +6 -6
  292. package/components/SVGIcons/IconLink.js +6 -6
  293. package/components/SVGIcons/IconLinkFilled.js +6 -6
  294. package/components/SVGIcons/IconLinkedin.js +6 -6
  295. package/components/SVGIcons/IconList.js +5 -5
  296. package/components/SVGIcons/IconListFilled.js +6 -6
  297. package/components/SVGIcons/IconLocation.js +6 -6
  298. package/components/SVGIcons/IconLocationFilled.js +6 -6
  299. package/components/SVGIcons/IconLockClosed.js +6 -6
  300. package/components/SVGIcons/IconLockClosedFilled.js +6 -6
  301. package/components/SVGIcons/IconLockOpen.js +6 -6
  302. package/components/SVGIcons/IconLockOpenFilled.js +6 -6
  303. package/components/SVGIcons/IconMail.js +6 -6
  304. package/components/SVGIcons/IconMailAdd.js +6 -6
  305. package/components/SVGIcons/IconMailAddFilled.js +6 -6
  306. package/components/SVGIcons/IconMailArrowForward.js +6 -6
  307. package/components/SVGIcons/IconMailArrowForwardFilled.js +6 -6
  308. package/components/SVGIcons/IconMailFilled.js +6 -6
  309. package/components/SVGIcons/IconMailLink.js +6 -6
  310. package/components/SVGIcons/IconMailLinkFilled.js +6 -6
  311. package/components/SVGIcons/IconMedium.js +6 -6
  312. package/components/SVGIcons/IconMore.js +6 -6
  313. package/components/SVGIcons/IconMoreFilled.js +6 -6
  314. package/components/SVGIcons/IconMoreVertical.js +6 -6
  315. package/components/SVGIcons/IconMoreVerticalFilled.js +6 -6
  316. package/components/SVGIcons/IconNavigation.js +6 -6
  317. package/components/SVGIcons/IconNavigationFilled.js +6 -6
  318. package/components/SVGIcons/IconNotebook.js +6 -6
  319. package/components/SVGIcons/IconNotebookAdd.js +12 -12
  320. package/components/SVGIcons/IconNotebookAddFilled.js +11 -11
  321. package/components/SVGIcons/IconNotebookFilled.js +6 -6
  322. package/components/SVGIcons/IconOnlyEmployee.js +5 -5
  323. package/components/SVGIcons/IconOpen.js +6 -6
  324. package/components/SVGIcons/IconOpenFilled.js +6 -6
  325. package/components/SVGIcons/IconPatient.js +5 -5
  326. package/components/SVGIcons/IconPatientFilled.js +5 -5
  327. package/components/SVGIcons/IconPeople.js +5 -5
  328. package/components/SVGIcons/IconPeopleAdd.js +6 -6
  329. package/components/SVGIcons/IconPeopleAddFilled.js +6 -6
  330. package/components/SVGIcons/IconPeopleFilled.js +6 -6
  331. package/components/SVGIcons/IconPercent.js +6 -6
  332. package/components/SVGIcons/IconPerson.js +6 -6
  333. package/components/SVGIcons/IconPersonAccount.js +5 -5
  334. package/components/SVGIcons/IconPersonAccountFilled.js +5 -5
  335. package/components/SVGIcons/IconPersonAdd.js +6 -6
  336. package/components/SVGIcons/IconPersonAddFilled.js +6 -6
  337. package/components/SVGIcons/IconPersonFilled.js +6 -6
  338. package/components/SVGIcons/IconPersonStar.js +6 -6
  339. package/components/SVGIcons/IconPersonStarFilled.js +6 -6
  340. package/components/SVGIcons/IconPersonSubtract.js +6 -6
  341. package/components/SVGIcons/IconPersonSubtractFilled.js +6 -6
  342. package/components/SVGIcons/IconPhone.js +6 -6
  343. package/components/SVGIcons/IconPhoneFilled.js +6 -6
  344. package/components/SVGIcons/IconPos.js +6 -6
  345. package/components/SVGIcons/IconPosFilled.js +6 -6
  346. package/components/SVGIcons/IconProhibited.js +6 -6
  347. package/components/SVGIcons/IconProhibitedFilled.js +6 -6
  348. package/components/SVGIcons/IconProjectProduct.js +5 -5
  349. package/components/SVGIcons/IconQuestion.js +6 -6
  350. package/components/SVGIcons/IconQuestionFilled.js +6 -6
  351. package/components/SVGIcons/IconRedo.js +6 -6
  352. package/components/SVGIcons/IconRedoFilled.js +6 -6
  353. package/components/SVGIcons/IconRu.js +10 -10
  354. package/components/SVGIcons/IconRub.js +5 -5
  355. package/components/SVGIcons/IconRubFilled.js +5 -5
  356. package/components/SVGIcons/IconSave.js +6 -6
  357. package/components/SVGIcons/IconSaveFilled.js +6 -6
  358. package/components/SVGIcons/IconSavings.js +6 -6
  359. package/components/SVGIcons/IconSavingsFilled.js +6 -6
  360. package/components/SVGIcons/IconSearch.js +6 -6
  361. package/components/SVGIcons/IconSearchFilled.js +6 -6
  362. package/components/SVGIcons/IconSelectAllOff.js +6 -6
  363. package/components/SVGIcons/IconSelectAllOffFilled.js +6 -6
  364. package/components/SVGIcons/IconSelectAllOn.js +6 -6
  365. package/components/SVGIcons/IconSelectAllOnFilled.js +6 -6
  366. package/components/SVGIcons/IconSend.js +6 -6
  367. package/components/SVGIcons/IconSendFilled.js +6 -6
  368. package/components/SVGIcons/IconSettings.js +5 -5
  369. package/components/SVGIcons/IconSettingsFilled.js +6 -6
  370. package/components/SVGIcons/IconShare.js +6 -6
  371. package/components/SVGIcons/IconShareAndroid.js +6 -6
  372. package/components/SVGIcons/IconShareAndroidFilled.js +6 -6
  373. package/components/SVGIcons/IconShareFilled.js +6 -6
  374. package/components/SVGIcons/IconSignOut.js +6 -6
  375. package/components/SVGIcons/IconSignOutFilled.js +6 -6
  376. package/components/SVGIcons/IconSpinner.js +6 -6
  377. package/components/SVGIcons/IconSpinnerFilled.js +6 -6
  378. package/components/SVGIcons/IconStatus.js +6 -6
  379. package/components/SVGIcons/IconStatusFilled.js +6 -6
  380. package/components/SVGIcons/IconSubtract.js +6 -6
  381. package/components/SVGIcons/IconSubtractCircle.js +6 -6
  382. package/components/SVGIcons/IconSubtractCircleFilled.js +6 -6
  383. package/components/SVGIcons/IconSubtractFilled.js +6 -6
  384. package/components/SVGIcons/IconTableCellEdit.js +8 -8
  385. package/components/SVGIcons/IconTableCellEditFilled.js +10 -10
  386. package/components/SVGIcons/IconTelegram.js +8 -8
  387. package/components/SVGIcons/IconTimer.js +6 -6
  388. package/components/SVGIcons/IconTimerFilled.js +6 -6
  389. package/components/SVGIcons/IconTwitter.js +6 -6
  390. package/components/SVGIcons/IconUndo.js +6 -6
  391. package/components/SVGIcons/IconUndoFilled.js +6 -6
  392. package/components/SVGIcons/IconUnitsEmployee.js +5 -5
  393. package/components/SVGIcons/IconUsd.js +5 -5
  394. package/components/SVGIcons/IconUsdFilled.js +5 -5
  395. package/components/SVGIcons/IconVideo.js +5 -5
  396. package/components/SVGIcons/IconVideoFilled.js +5 -5
  397. package/components/SVGIcons/IconWallet.js +6 -6
  398. package/components/SVGIcons/IconWalletFilled.js +6 -6
  399. package/components/SVGIcons/IconWarning.js +5 -5
  400. package/components/SVGIcons/IconWarningFilled.js +5 -5
  401. package/components/SVGIcons/IconYoutube.js +6 -6
  402. package/components/SVGIcons/index.js +2 -2
  403. package/components/Select/ButtonSelect/ButtonSelect.js +13 -13
  404. package/components/Select/FilterSelect/FilterDropdown.d.ts +2 -1
  405. package/components/Select/FilterSelect/FilterDropdown.js +12 -12
  406. package/components/Select/FilterSelect/FilterGroupDropdown.d.ts +2 -1
  407. package/components/Select/FilterSelect/FilterGroupDropdown.js +13 -13
  408. package/components/Select/FilterSelect/FilterSelect.js +17 -17
  409. package/components/Select/MultiSelect/MultiBase/MultiBase.js +15 -15
  410. package/components/Select/MultiSelect/MultiSelect.js +13 -13
  411. package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.d.ts +2 -1
  412. package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.js +22 -22
  413. package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.d.ts +2 -1
  414. package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.js +19 -19
  415. package/components/Select/MultiSelect/OptionsWrapper.js +12 -12
  416. package/components/Select/NestedSelect/NestedSelect.d.ts +2 -1
  417. package/components/Select/NestedSelect/NestedSelect.js +17 -17
  418. package/components/Select/ProfileDropdown/index.d.ts +2 -2
  419. package/components/Select/ProfileDropdown/index.js +22 -22
  420. package/components/Select/Select/Select.d.ts +2 -1
  421. package/components/Select/Select/Select.js +19 -19
  422. package/components/Select/SharedComponents/Actions.d.ts +2 -1
  423. package/components/Select/SharedComponents/Actions.js +15 -15
  424. package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.js +8 -8
  425. package/components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.js +7 -7
  426. package/components/Select/SharedComponents/ContentTop.js +15 -15
  427. package/components/Select/SharedComponents/Footer.d.ts +2 -1
  428. package/components/Select/SharedComponents/Footer.js +15 -15
  429. package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.js +13 -13
  430. package/components/Select/SharedComponents/Loading.d.ts +2 -1
  431. package/components/Select/SharedComponents/Loading.js +3 -3
  432. package/components/Select/SharedComponents/index.js +9 -9
  433. package/components/Select/index.js +9 -9
  434. package/components/Select/types.d.ts +5 -5
  435. package/components/SideNavigation/Block.js +4 -4
  436. package/components/SideNavigation/NavigationItem/index.js +13 -13
  437. package/components/SideNavigation/NavigationItem/types.d.ts +2 -2
  438. package/components/SideNavigation/SideNavigation.d.ts +2 -1
  439. package/components/SideNavigation/SideNavigation.js +7 -7
  440. package/components/SideNavigation/index.js +3 -3
  441. package/components/SideNavigation/types.d.ts +1 -1
  442. package/components/SideSheet/Footer/Footer.js +17 -17
  443. package/components/SideSheet/SideSheet.d.ts +2 -1
  444. package/components/SideSheet/SideSheet.js +22 -22
  445. package/components/SideSheet/index.js +8 -8
  446. package/components/Snackbar/Snackbar.js +15 -15
  447. package/components/Snackbar/index.js +8 -8
  448. package/components/Snackbar/types.d.ts +2 -1
  449. package/components/Status/Status.js +9 -9
  450. package/components/Status/index.js +3 -3
  451. package/components/Stepper/Stepper.d.ts +2 -1
  452. package/components/Stepper/Stepper.js +3 -3
  453. package/components/Stepper/index.js +1 -1
  454. package/components/Stepper/types.d.ts +2 -1
  455. package/components/Switcher/Switcher.js +16 -16
  456. package/components/Switcher/index.js +8 -8
  457. package/components/Switcher/types.d.ts +2 -1
  458. package/components/Tab/Tab.js +7 -7
  459. package/components/Tab/TabItem.d.ts +2 -1
  460. package/components/Tab/TabItem.js +9 -9
  461. package/components/Tab/index.js +4 -4
  462. package/components/Tab/types.d.ts +3 -2
  463. package/components/Table/Header.js +17 -17
  464. package/components/Table/IndeterminateCheckbox.js +10 -10
  465. package/components/Table/Row.js +12 -12
  466. package/components/Table/Table.js +16 -16
  467. package/components/Table/index.js +9 -9
  468. package/components/Table/utils.js +12 -12
  469. package/components/Text/Text.js +2 -2
  470. package/components/Textarea/Textarea.js +21 -21
  471. package/components/Textarea/index.js +8 -8
  472. package/components/Textarea/types.d.ts +3 -2
  473. package/components/Tooltip/Tooltip.d.ts +2 -1
  474. package/components/Tooltip/Tooltip.js +4 -4
  475. package/components/Tooltip/index.js +1 -1
  476. package/context/FormContextProvider.d.ts +2 -2
  477. package/{defineProperty-fdfb938c.js → defineProperty-6b97a267.js} +1 -1
  478. package/helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.d.ts +1 -1
  479. package/helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js +15 -2
  480. package/helperComponents/AnimatePresenceWrapper/index.js +2 -1
  481. package/helperComponents/CodeBlock/CodeBlock.js +3 -3
  482. package/helperComponents/ErrorMessage/ErrorMessage.js +4 -4
  483. package/helperComponents/ErrorMessage/types.d.ts +2 -1
  484. package/helperComponents/IconDynamicComponent/IconDynamicComponent.js +3 -3
  485. package/helperComponents/Label/Label.js +3 -3
  486. package/helperComponents/Label/types.d.ts +1 -1
  487. package/helperComponents/Loader/Loader.js +3 -3
  488. package/helperComponents/OptionItem/OptionItem.d.ts +2 -1
  489. package/helperComponents/OptionItem/OptionItem.js +21 -21
  490. package/helperComponents/OptionItem/index.js +9 -9
  491. package/helperComponents/index.js +9 -9
  492. package/hooks/index.js +1 -1
  493. package/hooks/useGetIsMobile.js +1 -1
  494. package/hooks/useHideBodyScroll.js +1 -1
  495. package/hooks/useScreenSize.js +1 -1
  496. package/index.js +9 -9
  497. package/package.json +2 -1
  498. package/stories/CardBody.stories.d.ts +2 -1
  499. package/stories/CardSelect.stories.d.ts +2 -1
  500. package/stories/Collapse.stories.d.ts +2 -1
  501. package/stories/Container.stories.d.ts +1 -1
  502. package/stories/DatePicker.stories.d.ts +1 -1
  503. package/stories/Empty.stories.d.ts +2 -1
  504. package/stories/FileUpload.stories.d.ts +2 -1
  505. package/stories/Form.stories.d.ts +3 -2
  506. package/stories/ItemSelect.stories.d.ts +2 -1
  507. package/stories/More.stories.d.ts +2 -1
  508. package/stories/Pagination.stories.d.ts +2 -1
  509. package/stories/Progress.stories.d.ts +2 -1
  510. package/stories/Select.stories.d.ts +4 -3
  511. package/stories/SideNavigation.stories.d.ts +2 -1
  512. package/stories/SideSheet.stories.d.ts +2 -1
  513. package/stories/Stepper.stories.d.ts +2 -1
  514. package/stories/Tooltip.stories.d.ts +2 -1
  515. package/{toConsumableArray-263f95db.js → toConsumableArray-e1453f73.js} +1 -1
  516. package/AnimatePresenceWrapper-cf3daece.js +0 -1726
  517. package/proxy-3b995879.js +0 -9654
  518. /package/{extends-acf19b4c.js → extends-50177a50.js} +0 -0
  519. /package/{objectWithoutProperties-c5575e26.js → objectWithoutProperties-6b5c8df6.js} +0 -0
  520. /package/{slicedToArray-72c4258c.js → slicedToArray-9decae19.js} +0 -0
  521. /package/{typeof-e7f3291d.js → typeof-20b85ee8.js} +0 -0
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
1
+ import { _ as _defineProperty } from '../../defineProperty-6b97a267.js';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-e7f3291d.js';
4
+ import '../../typeof-20b85ee8.js';
5
5
 
6
6
  var IconInstagram = function IconInstagram(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconInstagram = function IconInstagram(_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,17 +21,17 @@ var IconInstagram = function IconInstagram(_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: "Group"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Vector",
28
28
  d: "M12 2.16094C15.2063 2.16094 15.5859 2.175 16.8469 2.23125C18.0188 2.28281 18.6516 2.47969 19.0734 2.64375C19.6313 2.85938 20.0344 3.12188 20.4516 3.53906C20.8734 3.96094 21.1313 4.35938 21.3469 4.91719C21.5109 5.33906 21.7078 5.97656 21.7594 7.14375C21.8156 8.40937 21.8297 8.78906 21.8297 11.9906C21.8297 15.1969 21.8156 15.5766 21.7594 16.8375C21.7078 18.0094 21.5109 18.6422 21.3469 19.0641C21.1313 19.6219 20.8687 20.025 20.4516 20.4422C20.0297 20.8641 19.6313 21.1219 19.0734 21.3375C18.6516 21.5016 18.0141 21.6984 16.8469 21.75C15.5813 21.8062 15.2016 21.8203 12 21.8203C8.79375 21.8203 8.41406 21.8062 7.15313 21.75C5.98125 21.6984 5.34844 21.5016 4.92656 21.3375C4.36875 21.1219 3.96563 20.8594 3.54844 20.4422C3.12656 20.0203 2.86875 19.6219 2.65313 19.0641C2.48906 18.6422 2.29219 18.0047 2.24063 16.8375C2.18438 15.5719 2.17031 15.1922 2.17031 11.9906C2.17031 8.78438 2.18438 8.40469 2.24063 7.14375C2.29219 5.97187 2.48906 5.33906 2.65313 4.91719C2.86875 4.35938 3.13125 3.95625 3.54844 3.53906C3.97031 3.11719 4.36875 2.85938 4.92656 2.64375C5.34844 2.47969 5.98594 2.28281 7.15313 2.23125C8.41406 2.175 8.79375 2.16094 12 2.16094ZM12 0C8.74219 0 8.33438 0.0140625 7.05469 0.0703125C5.77969 0.126563 4.90313 0.332812 4.14375 0.628125C3.35156 0.9375 2.68125 1.34531 2.01563 2.01562C1.34531 2.68125 0.9375 3.35156 0.628125 4.13906C0.332812 4.90313 0.126563 5.775 0.0703125 7.05C0.0140625 8.33437 0 8.74219 0 12C0 15.2578 0.0140625 15.6656 0.0703125 16.9453C0.126563 18.2203 0.332812 19.0969 0.628125 19.8563C0.9375 20.6484 1.34531 21.3188 2.01563 21.9844C2.68125 22.65 3.35156 23.0625 4.13906 23.3672C4.90313 23.6625 5.775 23.8687 7.05 23.925C8.32969 23.9812 8.7375 23.9953 11.9953 23.9953C15.2531 23.9953 15.6609 23.9812 16.9406 23.925C18.2156 23.8687 19.0922 23.6625 19.8516 23.3672C20.6391 23.0625 21.3094 22.65 21.975 21.9844C22.6406 21.3188 23.0531 20.6484 23.3578 19.8609C23.6531 19.0969 23.8594 18.225 23.9156 16.95C23.9719 15.6703 23.9859 15.2625 23.9859 12.0047C23.9859 8.74688 23.9719 8.33906 23.9156 7.05938C23.8594 5.78438 23.6531 4.90781 23.3578 4.14844C23.0625 3.35156 22.6547 2.68125 21.9844 2.01562C21.3188 1.35 20.6484 0.9375 19.8609 0.632812C19.0969 0.3375 18.225 0.13125 16.95 0.075C15.6656 0.0140625 15.2578 0 12 0Z",
29
29
  fill: "#555555"
30
- }), /*#__PURE__*/React__default.createElement("path", {
30
+ }), /*#__PURE__*/React.createElement("path", {
31
31
  id: "Vector_2",
32
32
  d: "M12 5.83594C8.59688 5.83594 5.83594 8.59688 5.83594 12C5.83594 15.4031 8.59688 18.1641 12 18.1641C15.4031 18.1641 18.1641 15.4031 18.1641 12C18.1641 8.59688 15.4031 5.83594 12 5.83594ZM12 15.9984C9.79219 15.9984 8.00156 14.2078 8.00156 12C8.00156 9.79219 9.79219 8.00156 12 8.00156C14.2078 8.00156 15.9984 9.79219 15.9984 12C15.9984 14.2078 14.2078 15.9984 12 15.9984Z",
33
33
  fill: "#555555"
34
- }), /*#__PURE__*/React__default.createElement("path", {
34
+ }), /*#__PURE__*/React.createElement("path", {
35
35
  id: "Vector_3",
36
36
  d: "M19.8469 5.59214C19.8469 6.38902 19.2 7.0312 18.4078 7.0312C17.6109 7.0312 16.9688 6.38433 16.9688 5.59214C16.9688 4.79526 17.6156 4.15308 18.4078 4.15308C19.2 4.15308 19.8469 4.79995 19.8469 5.59214Z",
37
37
  fill: "#555555"
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
1
+ import { _ as _defineProperty } from '../../defineProperty-6b97a267.js';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-e7f3291d.js';
4
+ import '../../typeof-20b85ee8.js';
5
5
 
6
6
  var IconKeyReset = function IconKeyReset(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconKeyReset = function IconKeyReset(_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 IconKeyReset = function IconKeyReset(_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: "M16.9993 8.24982C17.6896 8.24982 18.2493 7.69017 18.2493 6.99982C18.2493 6.30946 17.6896 5.74982 16.9993 5.74982C16.3089 5.74982 15.7493 6.30946 15.7493 6.99982C15.7493 7.69017 16.3089 8.24982 16.9993 8.24982ZM8.94922 8.5998C8.94922 4.98559 11.885 2.0498 15.4992 2.0498C19.0963 2.0498 22.0492 4.86866 22.0492 8.4998C22.0492 9.93919 21.5836 11.271 20.7949 12.3525C20.647 12.2318 20.4931 12.1179 20.3334 12.0112C20.0731 11.8372 19.8007 11.6847 19.519 11.5544C20.1652 10.7058 20.5492 9.64702 20.5492 8.4998C20.5492 5.73095 18.3021 3.5498 15.4992 3.5498C12.7134 3.5498 10.4492 5.81402 10.4492 8.5998C10.4492 8.8622 10.4834 9.13865 10.5371 9.44461C10.6349 10.0018 10.4695 10.5902 10.0511 11.0086L3.81534 17.2443C3.58091 17.4788 3.44922 17.7967 3.44922 18.1282V20.2998C3.44922 20.4379 3.56115 20.5498 3.69922 20.5498H6.19922C6.33729 20.5498 6.44922 20.4379 6.44922 20.2998V18.7998C6.44922 18.1094 7.00886 17.5498 7.69922 17.5498H9.44922V15.7998C9.44922 15.1495 9.94583 14.6152 10.5805 14.5554L11.6578 15.6326C11.5106 15.7503 11.3829 15.8912 11.2802 16.0498H10.9492V17.7998C10.9492 18.4902 10.3896 19.0498 9.69922 19.0498H7.94922V20.2998C7.94922 21.2663 7.16572 22.0498 6.19922 22.0498H3.69922C2.73272 22.0498 1.94922 21.2663 1.94922 20.2998V18.1282C1.94922 17.3989 2.23895 16.6994 2.75467 16.1837L8.99046 9.94791C9.04493 9.89344 9.07749 9.80529 9.05968 9.70382C8.99939 9.36017 8.94922 8.98701 8.94922 8.5998ZM13.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",
29
29
  fill: "#222222"
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
1
+ import { _ as _defineProperty } from '../../defineProperty-6b97a267.js';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-e7f3291d.js';
4
+ import '../../typeof-20b85ee8.js';
5
5
 
6
6
  var IconKeyResetFilled = function IconKeyResetFilled(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconKeyResetFilled = function IconKeyResetFilled(_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 IconKeyResetFilled = function IconKeyResetFilled(_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: "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",
29
29
  fill: "#222222"
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
1
+ import { _ as _defineProperty } from '../../defineProperty-6b97a267.js';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-e7f3291d.js';
4
+ import '../../typeof-20b85ee8.js';
5
5
 
6
6
  var IconLink = function IconLink(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconLink = function IconLink(_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 IconLink = function IconLink(_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: "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",
29
29
  fill: "#222222"
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
1
+ import { _ as _defineProperty } from '../../defineProperty-6b97a267.js';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-e7f3291d.js';
4
+ import '../../typeof-20b85ee8.js';
5
5
 
6
6
  var IconLinkFilled = function IconLinkFilled(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconLinkFilled = function IconLinkFilled(_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 IconLinkFilled = function IconLinkFilled(_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: "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",
29
29
  fill: "#222222"
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
1
+ import { _ as _defineProperty } from '../../defineProperty-6b97a267.js';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-e7f3291d.js';
4
+ import '../../typeof-20b85ee8.js';
5
5
 
6
6
  var IconLinkedin = function IconLinkedin(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconLinkedin = function IconLinkedin(_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 IconLinkedin = function IconLinkedin(_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: "Group"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Vector",
28
28
  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",
29
29
  fill: "#555555"
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
1
+ import { _ as _defineProperty } from '../../defineProperty-6b97a267.js';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-e7f3291d.js';
4
+ import '../../typeof-20b85ee8.js';
5
5
 
6
6
  var IconList = function IconList(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconList = function IconList(_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 IconList = function IconList(_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: "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",
26
26
  fill: "#222222"
27
27
  }));
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
1
+ import { _ as _defineProperty } from '../../defineProperty-6b97a267.js';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-e7f3291d.js';
4
+ import '../../typeof-20b85ee8.js';
5
5
 
6
6
  var IconListFilled = function IconListFilled(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconListFilled = function IconListFilled(_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 IconListFilled = function IconListFilled(_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: "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",
29
29
  fill: "#222222"
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
1
+ import { _ as _defineProperty } from '../../defineProperty-6b97a267.js';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-e7f3291d.js';
4
+ import '../../typeof-20b85ee8.js';
5
5
 
6
6
  var IconLocation = function IconLocation(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconLocation = function IconLocation(_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 IconLocation = function IconLocation(_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.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",
29
29
  fill: "#222222"
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
1
+ import { _ as _defineProperty } from '../../defineProperty-6b97a267.js';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-e7f3291d.js';
4
+ import '../../typeof-20b85ee8.js';
5
5
 
6
6
  var IconLocationFilled = function IconLocationFilled(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconLocationFilled = function IconLocationFilled(_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 IconLocationFilled = function IconLocationFilled(_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.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",
29
29
  fill: "#222222"
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
1
+ import { _ as _defineProperty } from '../../defineProperty-6b97a267.js';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-e7f3291d.js';
4
+ import '../../typeof-20b85ee8.js';
5
5
 
6
6
  var IconLockClosed = function IconLockClosed(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconLockClosed = function IconLockClosed(_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 IconLockClosed = function IconLockClosed(_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=Closed, Size=24, Theme=Regular"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  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",
29
29
  fill: "#222222"
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
1
+ import { _ as _defineProperty } from '../../defineProperty-6b97a267.js';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-e7f3291d.js';
4
+ import '../../typeof-20b85ee8.js';
5
5
 
6
6
  var IconLockClosedFilled = function IconLockClosedFilled(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconLockClosedFilled = function IconLockClosedFilled(_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 IconLockClosedFilled = function IconLockClosedFilled(_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=Closed, Size=24, Theme=Filled"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  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",
29
29
  fill: "#222222"
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
1
+ import { _ as _defineProperty } from '../../defineProperty-6b97a267.js';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-e7f3291d.js';
4
+ import '../../typeof-20b85ee8.js';
5
5
 
6
6
  var IconLockOpen = function IconLockOpen(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconLockOpen = function IconLockOpen(_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 IconLockOpen = function IconLockOpen(_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=Open, Size=24, Theme=Regular"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  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",
29
29
  fill: "#222222"
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
1
+ import { _ as _defineProperty } from '../../defineProperty-6b97a267.js';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-e7f3291d.js';
4
+ import '../../typeof-20b85ee8.js';
5
5
 
6
6
  var IconLockOpenFilled = function IconLockOpenFilled(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconLockOpenFilled = function IconLockOpenFilled(_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 IconLockOpenFilled = function IconLockOpenFilled(_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=Open, Size=24, Theme=Filled"
26
- }, /*#__PURE__*/React__default.createElement("path", {
26
+ }, /*#__PURE__*/React.createElement("path", {
27
27
  id: "Shape",
28
28
  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",
29
29
  fill: "#222222"
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
1
+ import { _ as _defineProperty } from '../../defineProperty-6b97a267.js';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-e7f3291d.js';
4
+ import '../../typeof-20b85ee8.js';
5
5
 
6
6
  var IconMail = function IconMail(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconMail = function IconMail(_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 IconMail = function IconMail(_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.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",
29
29
  fill: "#222222"
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
1
+ import { _ as _defineProperty } from '../../defineProperty-6b97a267.js';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-e7f3291d.js';
4
+ import '../../typeof-20b85ee8.js';
5
5
 
6
6
  var IconMailAdd = function IconMailAdd(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconMailAdd = function IconMailAdd(_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 IconMailAdd = function IconMailAdd(_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: "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",
29
29
  fill: "#222222"
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
1
+ import { _ as _defineProperty } from '../../defineProperty-6b97a267.js';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-e7f3291d.js';
4
+ import '../../typeof-20b85ee8.js';
5
5
 
6
6
  var IconMailAddFilled = function IconMailAddFilled(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconMailAddFilled = function IconMailAddFilled(_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 IconMailAddFilled = function IconMailAddFilled(_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: "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",
29
29
  fill: "#222222"
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
2
- import React__default from 'react';
1
+ import { _ as _defineProperty } from '../../defineProperty-6b97a267.js';
2
+ import React from 'react';
3
3
  import classNames from 'classnames';
4
- import '../../typeof-e7f3291d.js';
4
+ import '../../typeof-20b85ee8.js';
5
5
 
6
6
  var IconMailArrowForward = function IconMailArrowForward(_ref) {
7
7
  var size = _ref.size,
@@ -12,7 +12,7 @@ var IconMailArrowForward = function IconMailArrowForward(_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 IconMailArrowForward = function IconMailArrowForward(_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: "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",
29
29
  fill: "#222222"