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.
- package/{Button-028f6f93.js → Button-110130b7.js} +44 -44
- package/components/Alert/Alert.js +14 -14
- package/components/Alert/index.js +3 -3
- package/components/Alert/types.d.ts +3 -2
- package/components/Avatar/Avatar.js +6 -6
- package/components/Avatar/AvatarGroup.js +13 -13
- package/components/Avatar/index.js +3 -3
- package/components/Badge/Badge.js +4 -4
- package/components/Breadcrumb/Breadcrumb.js +4 -4
- package/components/Breadcrumb/types.d.ts +2 -1
- package/components/Button/Button.js +3 -3
- package/components/Button/index.js +3 -3
- package/components/ButtonIcon/ButtonIcon.js +3 -3
- package/components/ButtonIcon/index.js +3 -3
- package/components/CardBody/CardBody.d.ts +2 -1
- package/components/CardBody/CardBody.js +12 -12
- package/components/CardBody/index.js +3 -3
- package/components/CardSelect/CardSelect.js +16 -16
- package/components/CardSelect/CardSelectGroup.d.ts +2 -1
- package/components/CardSelect/CardSelectGroup.js +6 -6
- package/components/CardSelect/components/CardAdditionalInfo.js +6 -6
- package/components/CardSelect/components/CardChips.js +3 -3
- package/components/CardSelect/components/CardDescription.js +3 -3
- package/components/CardSelect/components/CardInput.js +5 -5
- package/components/CardSelect/components/index.js +3 -3
- package/components/CardSelect/index.js +3 -3
- package/components/Cards/CardItem.js +10 -10
- package/components/Checkbox/Checkbox.js +3 -3
- package/components/Checkbox/index.js +3 -3
- package/components/Checkbox/types.d.ts +4 -3
- package/components/Chips/Chips.js +5 -5
- package/components/Collapse/CollapseGroup/CollapseGroup.js +5 -5
- package/components/Collapse/CollapseItem/CollapseItem.d.ts +2 -1
- package/components/Collapse/CollapseItem/CollapseItem.js +16 -16
- package/components/Collapse/index.js +2 -2
- package/components/Container/Container.js +2 -2
- package/components/Copy/Copy.js +7 -7
- package/components/Copy/index.js +3 -3
- package/components/Counter/Counter.js +5 -5
- package/components/Counter/index.js +3 -3
- package/components/DatePicker/CustomHeader/CustomHeader.js +10 -10
- package/components/DatePicker/RangeDatePicker/RangeDatePicker.js +5 -5
- package/components/DatePicker/RangeDatePicker/RangeDatePickerDesktop.js +9 -9
- package/components/DatePicker/RangeDatePicker/RangeDatePickerMobile.js +8 -8
- package/components/DatePicker/RangeDatePicker/index.js +3 -3
- package/components/DatePicker/SimpleDatePicker/SimpleDatePicker.js +5 -5
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerDesktop.js +9 -9
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerMobile.js +10 -10
- package/components/DatePicker/SimpleDatePicker/index.js +3 -3
- package/components/DatePicker/TimePicker/MobileModalContent.js +15 -15
- package/components/DatePicker/TimePicker/TimePicker.js +5 -5
- package/components/DatePicker/TimePicker/TimePickerDesktop.d.ts +2 -1
- package/components/DatePicker/TimePicker/TimePickerDesktop.js +8 -8
- package/components/DatePicker/TimePicker/TimePickerMobile.js +7 -7
- package/components/DatePicker/TimePicker/index.js +3 -3
- package/components/DatePicker/hooks.js +2 -2
- package/components/DatePicker/index.js +3 -3
- package/components/Divider/Divider.d.ts +2 -1
- package/components/Divider/Divider.js +2 -2
- package/components/Empty/Empty.d.ts +2 -1
- package/components/Empty/Empty.js +11 -11
- package/components/Empty/index.js +3 -3
- package/components/FileUpload/FileUpload.d.ts +2 -1
- package/components/FileUpload/FileUpload.js +13 -13
- package/components/FileUpload/UploadItems.d.ts +2 -1
- package/components/FileUpload/UploadItems.js +12 -12
- package/components/FileUpload/index.js +3 -3
- package/components/FileUpload/types.d.ts +4 -3
- package/components/FormContainer/FormContainer.d.ts +2 -1
- package/components/FormContainer/FormContainer.js +8 -8
- package/components/FormContainer/index.js +3 -3
- package/components/FormField/FormField.js +9 -9
- package/components/FormField/index.js +3 -3
- package/components/FormField/types.d.ts +2 -1
- package/components/Heading/Heading.js +2 -2
- package/components/Image/Image.d.ts +2 -1
- package/components/Image/Image.js +3 -3
- package/components/Input/Input.js +20 -20
- package/components/Input/index.js +3 -3
- package/components/ItemSelect/ItemSelect.js +11 -11
- package/components/ItemSelect/ItemSelectGroup.d.ts +2 -1
- package/components/ItemSelect/ItemSelectGroup.js +6 -6
- package/components/ItemSelect/index.js +3 -3
- package/components/Link/Link.js +4 -4
- package/components/Link/types.d.ts +4 -3
- package/components/Menu/Menu.js +7 -7
- package/components/Menu/NestedMenu.js +8 -8
- package/components/Menu/index.js +3 -3
- package/components/Modal/Modal.js +3 -3
- package/components/Modal/ModalConfirmation.js +14 -14
- package/components/Modal/ModalContent.js +3 -3
- package/components/Modal/index.js +3 -3
- package/components/More/More.d.ts +2 -1
- package/components/More/More.js +6 -6
- package/components/More/index.js +3 -3
- package/components/Pagination/Pagination.d.ts +2 -1
- package/components/Pagination/Pagination.js +6 -6
- package/components/Popover/Popover.js +3 -3
- package/components/Popover/PopoverDesktop.js +5 -5
- package/components/Popover/PopoverMobile.js +3 -3
- package/components/Popover/index.js +3 -3
- package/components/Progress/Progress.d.ts +2 -1
- package/components/Progress/Progress.js +7 -7
- package/components/ProgressStep/ProgressStep.js +3 -3
- package/components/ProgressStep/Step.js +11 -11
- package/components/Radio/Radio.js +7 -7
- package/components/Radio/RadioGroup.js +8 -8
- package/components/Radio/index.js +3 -3
- package/components/SVGIcons/IconAdd.js +3 -3
- package/components/SVGIcons/IconAddCircle.js +4 -4
- package/components/SVGIcons/IconAddCircleFilled.js +4 -4
- package/components/SVGIcons/IconAddFilled.js +3 -3
- package/components/SVGIcons/IconAlert.js +4 -4
- package/components/SVGIcons/IconAlertBadge.js +4 -4
- package/components/SVGIcons/IconAlertBadgeFilled.js +4 -4
- package/components/SVGIcons/IconAlertFilled.js +4 -4
- package/components/SVGIcons/IconAm.js +9 -9
- package/components/SVGIcons/IconAmd.js +3 -3
- package/components/SVGIcons/IconAmdFilled.js +3 -3
- package/components/SVGIcons/IconApple.js +4 -4
- package/components/SVGIcons/IconArrowDown.js +4 -4
- package/components/SVGIcons/IconArrowDownFilled.js +4 -4
- package/components/SVGIcons/IconArrowDownLeft.js +4 -4
- package/components/SVGIcons/IconArrowDownLeftFilled.js +4 -4
- package/components/SVGIcons/IconArrowDownload.js +4 -4
- package/components/SVGIcons/IconArrowDownloadFilled.js +4 -4
- package/components/SVGIcons/IconArrowEnter.js +3 -3
- package/components/SVGIcons/IconArrowEnterFilled.js +3 -3
- package/components/SVGIcons/IconArrowExit.js +3 -3
- package/components/SVGIcons/IconArrowExitFilled.js +3 -3
- package/components/SVGIcons/IconArrowExportLeftToRight.js +4 -4
- package/components/SVGIcons/IconArrowExportLeftToRightFilled.js +4 -4
- package/components/SVGIcons/IconArrowExportRightToLeft.js +4 -4
- package/components/SVGIcons/IconArrowExportRightToLeftFilled.js +4 -4
- package/components/SVGIcons/IconArrowExportUp.js +4 -4
- package/components/SVGIcons/IconArrowExportUpFilled.js +4 -4
- package/components/SVGIcons/IconArrowImport.js +4 -4
- package/components/SVGIcons/IconArrowImportFilled.js +4 -4
- package/components/SVGIcons/IconArrowLeft.js +4 -4
- package/components/SVGIcons/IconArrowLeftFilled.js +4 -4
- package/components/SVGIcons/IconArrowRepeatAll.js +4 -4
- package/components/SVGIcons/IconArrowRepeatAllFilled.js +4 -4
- package/components/SVGIcons/IconArrowReset.js +4 -4
- package/components/SVGIcons/IconArrowResetFilled.js +4 -4
- package/components/SVGIcons/IconArrowRight.js +4 -4
- package/components/SVGIcons/IconArrowRightFilled.js +4 -4
- package/components/SVGIcons/IconArrowSort.js +3 -3
- package/components/SVGIcons/IconArrowSortFilled.js +3 -3
- package/components/SVGIcons/IconArrowSync.js +3 -3
- package/components/SVGIcons/IconArrowSyncFilled.js +3 -3
- package/components/SVGIcons/IconArrowUp.js +4 -4
- package/components/SVGIcons/IconArrowUpFilled.js +4 -4
- package/components/SVGIcons/IconArrowUpLeft.js +4 -4
- package/components/SVGIcons/IconArrowUpLeftFilled.js +4 -4
- package/components/SVGIcons/IconArrowUpRight.js +4 -4
- package/components/SVGIcons/IconArrowUpRightFilled.js +4 -4
- package/components/SVGIcons/IconAttach.js +4 -4
- package/components/SVGIcons/IconAttachFilled.js +4 -4
- package/components/SVGIcons/IconBeach.js +3 -3
- package/components/SVGIcons/IconBeachFilled.js +3 -3
- package/components/SVGIcons/IconBook.js +4 -4
- package/components/SVGIcons/IconBookFilled.js +4 -4
- package/components/SVGIcons/IconBookmark.js +4 -4
- package/components/SVGIcons/IconBookmarkFilled.js +4 -4
- package/components/SVGIcons/IconBriefcase.js +4 -4
- package/components/SVGIcons/IconBriefcaseFilled.js +4 -4
- package/components/SVGIcons/IconBuilding.js +10 -10
- package/components/SVGIcons/IconBuildingBank.js +3 -3
- package/components/SVGIcons/IconBuildingBankFilled.js +3 -3
- package/components/SVGIcons/IconBuildingFilled.js +4 -4
- package/components/SVGIcons/IconBulletListAdd.js +4 -4
- package/components/SVGIcons/IconBulletListAddFilled.js +4 -4
- package/components/SVGIcons/IconCalculator.js +4 -4
- package/components/SVGIcons/IconCalculatorFilled.js +4 -4
- package/components/SVGIcons/IconCalendarClock.js +3 -3
- package/components/SVGIcons/IconCalendarClockFilled.js +3 -3
- package/components/SVGIcons/IconCalendarDay.js +4 -4
- package/components/SVGIcons/IconCalendarDayFilled.js +4 -4
- package/components/SVGIcons/IconCalendarLeft.js +3 -3
- package/components/SVGIcons/IconCalendarLeftFilled.js +3 -3
- package/components/SVGIcons/IconCalendarRight.js +3 -3
- package/components/SVGIcons/IconCalendarRightFilled.js +3 -3
- package/components/SVGIcons/IconCall.js +4 -4
- package/components/SVGIcons/IconCallFilled.js +4 -4
- package/components/SVGIcons/IconCard.js +3 -3
- package/components/SVGIcons/IconCardFilled.js +3 -3
- package/components/SVGIcons/IconCaretDown.js +3 -3
- package/components/SVGIcons/IconCaretDownFilled.js +3 -3
- package/components/SVGIcons/IconCaretDownRight.js +3 -3
- package/components/SVGIcons/IconCaretDownRightFilled.js +3 -3
- package/components/SVGIcons/IconCaretLeft.js +3 -3
- package/components/SVGIcons/IconCaretLeftFilled.js +3 -3
- package/components/SVGIcons/IconCaretRight.js +3 -3
- package/components/SVGIcons/IconCaretRightFilled.js +3 -3
- package/components/SVGIcons/IconCaretUp.js +3 -3
- package/components/SVGIcons/IconCaretUpFilled.js +3 -3
- package/components/SVGIcons/IconChat.js +3 -3
- package/components/SVGIcons/IconChatFilled.js +3 -3
- package/components/SVGIcons/IconChatMultiple.js +3 -3
- package/components/SVGIcons/IconChatMultipleFilled.js +3 -3
- package/components/SVGIcons/IconCheckboxArrowRight.js +4 -4
- package/components/SVGIcons/IconCheckboxArrowRightFilled.js +4 -4
- package/components/SVGIcons/IconCheckmark.js +3 -3
- package/components/SVGIcons/IconCheckmarkCircle.js +3 -3
- package/components/SVGIcons/IconCheckmarkCircleFilled.js +3 -3
- package/components/SVGIcons/IconCheckmarkFilled.js +3 -3
- package/components/SVGIcons/IconChevronDown.js +3 -3
- package/components/SVGIcons/IconChevronDownFilled.js +3 -3
- package/components/SVGIcons/IconChevronLeft.js +3 -3
- package/components/SVGIcons/IconChevronLeftFilled.js +3 -3
- package/components/SVGIcons/IconChevronRight.js +3 -3
- package/components/SVGIcons/IconChevronRightFilled.js +3 -3
- package/components/SVGIcons/IconChevronUp.js +3 -3
- package/components/SVGIcons/IconChevronUpDown.js +4 -4
- package/components/SVGIcons/IconChevronUpDownFilled.js +4 -4
- package/components/SVGIcons/IconChevronUpFilled.js +3 -3
- package/components/SVGIcons/IconClock.js +4 -4
- package/components/SVGIcons/IconClockDismiss.js +3 -3
- package/components/SVGIcons/IconClockDismissFilled.js +3 -3
- package/components/SVGIcons/IconClockFilled.js +4 -4
- package/components/SVGIcons/IconComment.js +4 -4
- package/components/SVGIcons/IconCommentFilled.js +4 -4
- package/components/SVGIcons/IconContractCard.js +3 -3
- package/components/SVGIcons/IconContractCardFilled.js +3 -3
- package/components/SVGIcons/IconCopy.js +3 -3
- package/components/SVGIcons/IconCopyFilled.js +3 -3
- package/components/SVGIcons/IconCubeTree.js +3 -3
- package/components/SVGIcons/IconCubeTreeFilled.js +4 -4
- package/components/SVGIcons/IconDatabase.js +4 -4
- package/components/SVGIcons/IconDatabaseFilled.js +4 -4
- package/components/SVGIcons/IconDelete.js +3 -3
- package/components/SVGIcons/IconDeleteFilled.js +3 -3
- package/components/SVGIcons/IconDeviceMeetingRoom.js +3 -3
- package/components/SVGIcons/IconDeviceMeetingRoomFilled.js +3 -3
- package/components/SVGIcons/IconDismiss.js +3 -3
- package/components/SVGIcons/IconDismissCircle.js +4 -4
- package/components/SVGIcons/IconDismissCircleFilled.js +4 -4
- package/components/SVGIcons/IconDismissFilled.js +3 -3
- package/components/SVGIcons/IconDocument.js +3 -3
- package/components/SVGIcons/IconDocumentBulletList.js +4 -4
- package/components/SVGIcons/IconDocumentBulletListFilled.js +4 -4
- package/components/SVGIcons/IconDocumentEdit.js +3 -3
- package/components/SVGIcons/IconDocumentEditFilled.js +3 -3
- package/components/SVGIcons/IconDocumentFilled.js +3 -3
- package/components/SVGIcons/IconEdit.js +3 -3
- package/components/SVGIcons/IconEditFilled.js +3 -3
- package/components/SVGIcons/IconErrorCircle.js +3 -3
- package/components/SVGIcons/IconErrorCircleFilled.js +3 -3
- package/components/SVGIcons/IconEur.js +3 -3
- package/components/SVGIcons/IconEurFilled.js +3 -3
- package/components/SVGIcons/IconExpandUpLeft.js +4 -4
- package/components/SVGIcons/IconExpandUpLeftFilled.js +4 -4
- package/components/SVGIcons/IconExpandUpRight.js +4 -4
- package/components/SVGIcons/IconExpandUpRightFilled.js +4 -4
- package/components/SVGIcons/IconEyeOff.js +4 -4
- package/components/SVGIcons/IconEyeOffFilled.js +4 -4
- package/components/SVGIcons/IconEyeOn.js +4 -4
- package/components/SVGIcons/IconEyeOnFilled.js +4 -4
- package/components/SVGIcons/IconFacebook.js +6 -6
- package/components/SVGIcons/IconFilter.js +3 -3
- package/components/SVGIcons/IconFilterFilled.js +3 -3
- package/components/SVGIcons/IconFlag.js +4 -4
- package/components/SVGIcons/IconFlagFilled.js +4 -4
- package/components/SVGIcons/IconFolderLink.js +3 -3
- package/components/SVGIcons/IconFolderLinkFilled.js +3 -3
- package/components/SVGIcons/IconGb.js +13 -13
- package/components/SVGIcons/IconGlobe.js +3 -3
- package/components/SVGIcons/IconGlobeFilled.js +3 -3
- package/components/SVGIcons/IconGoogle.js +6 -6
- package/components/SVGIcons/IconHandOpenHeart.js +4 -4
- package/components/SVGIcons/IconHandOpenHeartFilled.js +4 -4
- package/components/SVGIcons/IconHeart.js +4 -4
- package/components/SVGIcons/IconHeartFilled.js +4 -4
- package/components/SVGIcons/IconHistory.js +4 -4
- package/components/SVGIcons/IconHistoryFilled.js +4 -4
- package/components/SVGIcons/IconHome.js +4 -4
- package/components/SVGIcons/IconHomeFilled.js +4 -4
- package/components/SVGIcons/IconImage.js +4 -4
- package/components/SVGIcons/IconImageFilled.js +4 -4
- package/components/SVGIcons/IconInfo.js +3 -3
- package/components/SVGIcons/IconInfoFilled.js +3 -3
- package/components/SVGIcons/IconInstagram.js +6 -6
- package/components/SVGIcons/IconKeyReset.js +4 -4
- package/components/SVGIcons/IconKeyResetFilled.js +4 -4
- package/components/SVGIcons/IconLink.js +4 -4
- package/components/SVGIcons/IconLinkFilled.js +4 -4
- package/components/SVGIcons/IconLinkedin.js +4 -4
- package/components/SVGIcons/IconList.js +3 -3
- package/components/SVGIcons/IconListFilled.js +4 -4
- package/components/SVGIcons/IconLocation.js +4 -4
- package/components/SVGIcons/IconLocationFilled.js +4 -4
- package/components/SVGIcons/IconLockClosed.js +4 -4
- package/components/SVGIcons/IconLockClosedFilled.js +4 -4
- package/components/SVGIcons/IconLockOpen.js +4 -4
- package/components/SVGIcons/IconLockOpenFilled.js +4 -4
- package/components/SVGIcons/IconMail.js +4 -4
- package/components/SVGIcons/IconMailAdd.js +4 -4
- package/components/SVGIcons/IconMailAddFilled.js +4 -4
- package/components/SVGIcons/IconMailArrowForward.js +4 -4
- package/components/SVGIcons/IconMailArrowForwardFilled.js +4 -4
- package/components/SVGIcons/IconMailFilled.js +4 -4
- package/components/SVGIcons/IconMailLink.js +4 -4
- package/components/SVGIcons/IconMailLinkFilled.js +4 -4
- package/components/SVGIcons/IconMedium.js +4 -4
- package/components/SVGIcons/IconMore.js +4 -4
- package/components/SVGIcons/IconMoreFilled.js +4 -4
- package/components/SVGIcons/IconMoreVertical.js +4 -4
- package/components/SVGIcons/IconMoreVerticalFilled.js +4 -4
- package/components/SVGIcons/IconNavigation.js +4 -4
- package/components/SVGIcons/IconNavigationFilled.js +4 -4
- package/components/SVGIcons/IconNotebook.js +4 -4
- package/components/SVGIcons/IconNotebookAdd.js +10 -10
- package/components/SVGIcons/IconNotebookAddFilled.js +9 -9
- package/components/SVGIcons/IconNotebookFilled.js +4 -4
- package/components/SVGIcons/IconOnlyEmployee.js +3 -3
- package/components/SVGIcons/IconOpen.js +4 -4
- package/components/SVGIcons/IconOpenFilled.js +4 -4
- package/components/SVGIcons/IconPatient.js +3 -3
- package/components/SVGIcons/IconPatientFilled.js +3 -3
- package/components/SVGIcons/IconPeople.js +3 -3
- package/components/SVGIcons/IconPeopleAdd.js +4 -4
- package/components/SVGIcons/IconPeopleAddFilled.js +4 -4
- package/components/SVGIcons/IconPeopleFilled.js +4 -4
- package/components/SVGIcons/IconPercent.js +4 -4
- package/components/SVGIcons/IconPerson.js +4 -4
- package/components/SVGIcons/IconPersonAccount.js +3 -3
- package/components/SVGIcons/IconPersonAccountFilled.js +3 -3
- package/components/SVGIcons/IconPersonAdd.js +4 -4
- package/components/SVGIcons/IconPersonAddFilled.js +4 -4
- package/components/SVGIcons/IconPersonFilled.js +4 -4
- package/components/SVGIcons/IconPersonStar.js +4 -4
- package/components/SVGIcons/IconPersonStarFilled.js +4 -4
- package/components/SVGIcons/IconPersonSubtract.js +4 -4
- package/components/SVGIcons/IconPersonSubtractFilled.js +4 -4
- package/components/SVGIcons/IconPhone.js +4 -4
- package/components/SVGIcons/IconPhoneFilled.js +4 -4
- package/components/SVGIcons/IconPos.js +4 -4
- package/components/SVGIcons/IconPosFilled.js +4 -4
- package/components/SVGIcons/IconProhibited.js +4 -4
- package/components/SVGIcons/IconProhibitedFilled.js +4 -4
- package/components/SVGIcons/IconProjectProduct.js +3 -3
- package/components/SVGIcons/IconQuestion.js +4 -4
- package/components/SVGIcons/IconQuestionFilled.js +4 -4
- package/components/SVGIcons/IconRedo.js +4 -4
- package/components/SVGIcons/IconRedoFilled.js +4 -4
- package/components/SVGIcons/IconRu.js +8 -8
- package/components/SVGIcons/IconRub.js +3 -3
- package/components/SVGIcons/IconRubFilled.js +3 -3
- package/components/SVGIcons/IconSave.js +4 -4
- package/components/SVGIcons/IconSaveFilled.js +4 -4
- package/components/SVGIcons/IconSavings.js +4 -4
- package/components/SVGIcons/IconSavingsFilled.js +4 -4
- package/components/SVGIcons/IconSearch.js +4 -4
- package/components/SVGIcons/IconSearchFilled.js +4 -4
- package/components/SVGIcons/IconSelectAllOff.js +4 -4
- package/components/SVGIcons/IconSelectAllOffFilled.js +4 -4
- package/components/SVGIcons/IconSelectAllOn.js +4 -4
- package/components/SVGIcons/IconSelectAllOnFilled.js +4 -4
- package/components/SVGIcons/IconSend.js +4 -4
- package/components/SVGIcons/IconSendFilled.js +4 -4
- package/components/SVGIcons/IconSettings.js +3 -3
- package/components/SVGIcons/IconSettingsFilled.js +4 -4
- package/components/SVGIcons/IconShare.js +4 -4
- package/components/SVGIcons/IconShareAndroid.js +4 -4
- package/components/SVGIcons/IconShareAndroidFilled.js +4 -4
- package/components/SVGIcons/IconShareFilled.js +4 -4
- package/components/SVGIcons/IconSignOut.js +4 -4
- package/components/SVGIcons/IconSignOutFilled.js +4 -4
- package/components/SVGIcons/IconSpinner.js +4 -4
- package/components/SVGIcons/IconSpinnerFilled.js +4 -4
- package/components/SVGIcons/IconStatus.js +4 -4
- package/components/SVGIcons/IconStatusFilled.js +4 -4
- package/components/SVGIcons/IconSubtract.js +4 -4
- package/components/SVGIcons/IconSubtractCircle.js +4 -4
- package/components/SVGIcons/IconSubtractCircleFilled.js +4 -4
- package/components/SVGIcons/IconSubtractFilled.js +4 -4
- package/components/SVGIcons/IconTableCellEdit.js +6 -6
- package/components/SVGIcons/IconTableCellEditFilled.js +8 -8
- package/components/SVGIcons/IconTelegram.js +6 -6
- package/components/SVGIcons/IconTimer.js +4 -4
- package/components/SVGIcons/IconTimerFilled.js +4 -4
- package/components/SVGIcons/IconTwitter.js +4 -4
- package/components/SVGIcons/IconUndo.js +4 -4
- package/components/SVGIcons/IconUndoFilled.js +4 -4
- package/components/SVGIcons/IconUnitsEmployee.js +3 -3
- package/components/SVGIcons/IconUsd.js +3 -3
- package/components/SVGIcons/IconUsdFilled.js +3 -3
- package/components/SVGIcons/IconVideo.js +3 -3
- package/components/SVGIcons/IconVideoFilled.js +3 -3
- package/components/SVGIcons/IconWallet.js +4 -4
- package/components/SVGIcons/IconWalletFilled.js +4 -4
- package/components/SVGIcons/IconWarning.js +3 -3
- package/components/SVGIcons/IconWarningFilled.js +3 -3
- package/components/SVGIcons/IconYoutube.js +4 -4
- package/components/Select/ButtonSelect/ButtonSelect.js +7 -7
- package/components/Select/FilterSelect/FilterDropdown.d.ts +2 -1
- package/components/Select/FilterSelect/FilterDropdown.js +6 -6
- package/components/Select/FilterSelect/FilterGroupDropdown.d.ts +2 -1
- package/components/Select/FilterSelect/FilterGroupDropdown.js +7 -7
- package/components/Select/FilterSelect/FilterSelect.js +11 -11
- package/components/Select/MultiSelect/MultiBase/MultiBase.js +9 -9
- package/components/Select/MultiSelect/MultiSelect.js +7 -7
- package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.d.ts +2 -1
- package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.js +16 -16
- package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.d.ts +2 -1
- package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.js +13 -13
- package/components/Select/MultiSelect/OptionsWrapper.js +6 -6
- package/components/Select/NestedSelect/NestedSelect.d.ts +2 -1
- package/components/Select/NestedSelect/NestedSelect.js +11 -11
- package/components/Select/ProfileDropdown/index.d.ts +2 -1
- package/components/Select/ProfileDropdown/index.js +21 -21
- package/components/Select/Select/Select.d.ts +2 -1
- package/components/Select/Select/Select.js +13 -13
- package/components/Select/SharedComponents/Actions.d.ts +2 -1
- package/components/Select/SharedComponents/Actions.js +9 -9
- package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.js +6 -6
- package/components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.js +4 -4
- package/components/Select/SharedComponents/ContentTop.js +9 -9
- package/components/Select/SharedComponents/Footer.d.ts +2 -1
- package/components/Select/SharedComponents/Footer.js +10 -10
- package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.js +8 -8
- package/components/Select/SharedComponents/Loading.d.ts +2 -1
- package/components/Select/SharedComponents/Loading.js +3 -3
- package/components/Select/SharedComponents/index.js +3 -3
- package/components/Select/index.js +3 -3
- package/components/Select/types.d.ts +5 -5
- package/components/SideNavigation/Block.js +4 -4
- package/components/SideNavigation/NavigationItem/index.js +10 -10
- package/components/SideNavigation/NavigationItem/types.d.ts +2 -2
- package/components/SideNavigation/SideNavigation.d.ts +2 -1
- package/components/SideNavigation/SideNavigation.js +5 -5
- package/components/SideNavigation/types.d.ts +1 -1
- package/components/SideSheet/Footer/Footer.js +12 -12
- package/components/SideSheet/SideSheet.d.ts +2 -1
- package/components/SideSheet/SideSheet.js +17 -17
- package/components/SideSheet/index.js +3 -3
- package/components/Snackbar/Snackbar.js +10 -10
- package/components/Snackbar/index.js +3 -3
- package/components/Snackbar/types.d.ts +2 -1
- package/components/Status/Status.js +6 -6
- package/components/Stepper/Stepper.d.ts +2 -1
- package/components/Stepper/Stepper.js +2 -2
- package/components/Stepper/types.d.ts +2 -1
- package/components/Switcher/Switcher.js +11 -11
- package/components/Switcher/index.js +3 -3
- package/components/Switcher/types.d.ts +2 -1
- package/components/Tab/Tab.js +3 -3
- package/components/Tab/TabItem.d.ts +2 -1
- package/components/Tab/TabItem.js +6 -6
- package/components/Tab/types.d.ts +3 -2
- package/components/Table/Header.js +11 -11
- package/components/Table/IndeterminateCheckbox.js +5 -5
- package/components/Table/Row.js +6 -6
- package/components/Table/Table.js +10 -10
- package/components/Table/index.js +3 -3
- package/components/Table/utils.js +6 -6
- package/components/Text/Text.js +2 -2
- package/components/Textarea/Textarea.js +16 -16
- package/components/Textarea/index.js +3 -3
- package/components/Textarea/types.d.ts +3 -2
- package/components/Tooltip/Tooltip.d.ts +2 -1
- package/components/Tooltip/Tooltip.js +3 -3
- package/context/FormContextProvider.d.ts +2 -2
- package/helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.d.ts +1 -1
- package/helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js +15 -2
- package/helperComponents/AnimatePresenceWrapper/index.js +2 -1
- package/helperComponents/CodeBlock/CodeBlock.js +3 -3
- package/helperComponents/ErrorMessage/ErrorMessage.js +4 -4
- package/helperComponents/ErrorMessage/types.d.ts +2 -1
- package/helperComponents/IconDynamicComponent/IconDynamicComponent.js +3 -3
- package/helperComponents/Label/Label.js +3 -3
- package/helperComponents/Label/types.d.ts +1 -1
- package/helperComponents/Loader/Loader.js +3 -3
- package/helperComponents/OptionItem/OptionItem.d.ts +2 -1
- package/helperComponents/OptionItem/OptionItem.js +15 -15
- package/helperComponents/OptionItem/index.js +3 -3
- package/helperComponents/index.js +3 -3
- package/index.js +3 -3
- package/package.json +2 -1
- package/stories/CardBody.stories.d.ts +2 -1
- package/stories/CardSelect.stories.d.ts +2 -1
- package/stories/Collapse.stories.d.ts +2 -1
- package/stories/Container.stories.d.ts +1 -1
- package/stories/DatePicker.stories.d.ts +1 -1
- package/stories/Empty.stories.d.ts +2 -1
- package/stories/FileUpload.stories.d.ts +2 -1
- package/stories/Form.stories.d.ts +3 -2
- package/stories/ItemSelect.stories.d.ts +2 -1
- package/stories/More.stories.d.ts +2 -1
- package/stories/Pagination.stories.d.ts +2 -1
- package/stories/Progress.stories.d.ts +2 -1
- package/stories/Select.stories.d.ts +4 -3
- package/stories/SideNavigation.stories.d.ts +2 -1
- package/stories/SideSheet.stories.d.ts +2 -1
- package/stories/Stepper.stories.d.ts +2 -1
- package/stories/Tooltip.stories.d.ts +2 -1
- package/AnimatePresenceWrapper-cf3daece.js +0 -1726
- package/proxy-3b995879.js +0 -9654
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
|
|
2
|
-
import
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import '../../typeof-e7f3291d.js';
|
|
5
5
|
|
|
@@ -12,7 +12,7 @@ var IconGlobe = function IconGlobe(_ref) {
|
|
|
12
12
|
refHandler = _ref.refHandler,
|
|
13
13
|
id = _ref.id,
|
|
14
14
|
dataId = _ref.dataId;
|
|
15
|
-
return /*#__PURE__*/
|
|
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 IconGlobe = function IconGlobe(_ref) {
|
|
|
21
21
|
ref: refHandler,
|
|
22
22
|
id: id,
|
|
23
23
|
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
-
}, /*#__PURE__*/
|
|
24
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
25
25
|
d: "M12.0001 1.99902C17.5238 1.99902 22.0016 6.47687 22.0016 12.0006C22.0016 17.5243 17.5238 22.0021 12.0001 22.0021C6.47638 22.0021 1.99854 17.5243 1.99854 12.0006C1.99854 6.47687 6.47638 1.99902 12.0001 1.99902ZM14.939 16.5003H9.06118C9.71322 18.9144 10.8466 20.5021 12.0001 20.5021C13.1536 20.5021 14.287 18.9144 14.939 16.5003ZM7.5084 16.5009L4.78591 16.5007C5.74425 18.0338 7.1777 19.2394 8.88008 19.9114C8.3578 19.0915 7.92681 18.0653 7.60981 16.8959L7.5084 16.5009ZM19.2143 16.5007L16.4918 16.5009C16.168 17.8346 15.7004 19.0004 15.119 19.9114C16.716 19.2814 18.0757 18.1824 19.0291 16.7843L19.2143 16.5007ZM7.09351 9.99992H3.7359L3.73115 10.0171C3.57906 10.6535 3.49854 11.3176 3.49854 12.0006C3.49854 13.0567 3.69112 14.0679 4.0431 15.0009L7.21626 15.0005C7.07396 14.0514 6.99854 13.0432 6.99854 12.0006C6.99854 11.3166 7.031 10.6474 7.09351 9.99992ZM15.397 9.99999H8.60316C8.53514 10.6403 8.49853 11.31 8.49853 12.0006C8.49853 13.0601 8.58468 14.0704 8.73827 15.0007H15.2619C15.4155 14.0704 15.5016 13.0601 15.5016 12.0006C15.5016 11.31 15.465 10.6403 15.397 9.99999ZM20.2647 9.99909L16.9067 9.99994C16.9692 10.6474 17.0016 11.3166 17.0016 12.0006C17.0016 13.0432 16.9262 14.0514 16.7839 15.0005L19.9571 15.0009C20.309 14.0679 20.5016 13.0567 20.5016 12.0006C20.5016 11.3112 20.4196 10.6409 20.2647 9.99909ZM8.88114 4.08973L8.85823 4.09844C6.81092 4.91315 5.1549 6.50046 4.25023 8.50033L7.29835 8.50069C7.61171 6.7479 8.15855 5.22198 8.88114 4.08973ZM12.0001 3.49902L11.8844 3.50432C10.619 3.62008 9.39651 5.62205 8.8288 8.50027H15.1714C14.6052 5.63011 13.388 3.63131 12.1264 3.50534L12.0001 3.49902ZM15.1201 4.08979L15.2269 4.26388C15.8961 5.37635 16.4043 6.83623 16.7018 8.50069L19.7499 8.50033C18.8853 6.58892 17.3343 5.05439 15.4113 4.21106L15.1201 4.08979Z",
|
|
26
26
|
fill: "#222222"
|
|
27
27
|
}));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
|
|
2
|
-
import
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import '../../typeof-e7f3291d.js';
|
|
5
5
|
|
|
@@ -12,7 +12,7 @@ var IconGlobeFilled = function IconGlobeFilled(_ref) {
|
|
|
12
12
|
refHandler = _ref.refHandler,
|
|
13
13
|
id = _ref.id,
|
|
14
14
|
dataId = _ref.dataId;
|
|
15
|
-
return /*#__PURE__*/
|
|
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 IconGlobeFilled = function IconGlobeFilled(_ref) {
|
|
|
21
21
|
ref: refHandler,
|
|
22
22
|
id: id,
|
|
23
23
|
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
-
}, /*#__PURE__*/
|
|
24
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
25
25
|
d: "M8.90435 16.5008H15.0958C14.4759 19.7722 13.2345 21.999 12.0001 21.999C10.8031 21.999 9.59951 19.9051 8.9624 16.7953L8.90435 16.5008H15.0958H8.90435ZM3.06589 16.501L7.37153 16.5008C7.7363 18.583 8.35458 20.3545 9.16372 21.5942C6.60088 20.8373 4.46722 19.0825 3.21224 16.7799L3.06589 16.501ZM16.6286 16.5008L20.9343 16.501C19.703 18.9406 17.5018 20.8071 14.8375 21.5939C15.592 20.4362 16.1807 18.8162 16.5524 16.9129L16.6286 16.5008L20.9343 16.501L16.6286 16.5008ZM16.9315 10.0008L21.8016 10.0002C21.9328 10.6465 22.0016 11.3155 22.0016 12.0005C22.0016 13.0458 21.8413 14.0537 21.5438 15.0009H16.8412C16.9465 14.0433 17.0016 13.0372 17.0016 12.0005C17.0016 11.5462 16.991 11.0977 16.9703 10.6567L16.9315 10.0008L21.8016 10.0002L16.9315 10.0008ZM2.1986 10.0002L7.06862 10.0008C7.02238 10.6508 6.99854 11.319 6.99854 12.0005C6.99854 12.8299 7.03385 13.6396 7.10188 14.4207L7.159 15.0009H2.45637C2.1589 14.0537 1.99854 13.0458 1.99854 12.0005C1.99854 11.3155 2.0674 10.6465 2.1986 10.0002ZM8.57558 10.0002H15.4246C15.4748 10.6459 15.5016 11.3147 15.5016 12.0005C15.5016 12.8381 15.4617 13.6505 15.3878 14.4262L15.3261 15.0009H8.67404C8.56099 14.0551 8.49853 13.0476 8.49853 12.0005C8.49853 11.4862 8.51361 10.9814 8.54234 10.4887L8.57558 10.0002H15.4246H8.57558ZM14.9444 2.57707L14.8365 2.40684C17.8548 3.29781 20.2788 5.57442 21.372 8.50016L16.7811 8.50045C16.4656 6.08353 15.8246 4.00785 14.9444 2.57707L14.8365 2.40684L14.9444 2.57707ZM9.04186 2.44365L9.16364 2.40688C8.28288 3.75639 7.62827 5.736 7.28061 8.06062L7.21905 8.50045L2.62816 8.50016C3.70663 5.6139 6.08022 3.35936 9.04186 2.44365L9.16364 2.40688L9.04186 2.44365ZM12.0001 2.00195C13.3189 2.00195 14.6457 4.5437 15.2141 8.1854L15.2609 8.5002H8.73926C9.27868 4.69102 10.6436 2.00195 12.0001 2.00195Z",
|
|
26
26
|
fill: "#222222"
|
|
27
27
|
}));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
|
|
2
|
-
import
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import '../../typeof-e7f3291d.js';
|
|
5
5
|
|
|
@@ -12,7 +12,7 @@ var IconGoogle = function IconGoogle(_ref) {
|
|
|
12
12
|
refHandler = _ref.refHandler,
|
|
13
13
|
id = _ref.id,
|
|
14
14
|
dataId = _ref.dataId;
|
|
15
|
-
return /*#__PURE__*/
|
|
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,18 +21,18 @@ var IconGoogle = function IconGoogle(_ref) {
|
|
|
21
21
|
ref: refHandler,
|
|
22
22
|
id: id,
|
|
23
23
|
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
-
}, /*#__PURE__*/
|
|
24
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
25
25
|
id: "Company=Google, Style=Gray, Background=None",
|
|
26
26
|
clipPath: "url(#clip0_697_1766)"
|
|
27
|
-
}, /*#__PURE__*/
|
|
27
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
28
28
|
id: "Union",
|
|
29
29
|
fillRule: "evenodd",
|
|
30
30
|
clipRule: "evenodd",
|
|
31
31
|
d: "M16.8426 6.54794C15.6036 5.36623 13.9501 4.72247 12.2392 4.74893C9.10863 4.74893 6.44981 6.86098 5.5018 9.70498V9.70505C4.99913 11.1954 4.99913 12.8092 5.50179 14.2996H5.50619C6.45861 17.1392 9.11303 19.2512 12.2437 19.2512C13.8597 19.2512 15.247 18.8379 16.3223 18.1078V18.1048C17.5878 17.2671 18.452 15.9487 18.721 14.4583H12.2393V9.83734H23.558C23.6991 10.6398 23.7653 11.46 23.7653 12.2757C23.7653 15.9255 22.4609 19.0113 20.1913 21.1013L20.1937 21.1032C18.2051 22.9374 15.4757 24.0001 12.2392 24.0001C7.70204 24.0001 3.55286 21.4427 1.51575 17.3905V17.3905C-0.186243 13.9997 -0.186239 10.0049 1.51576 6.61411H1.51579L1.51575 6.61408C3.55286 2.55749 7.70204 7.62441e-05 12.2392 7.62441e-05C15.22 -0.0351984 18.0992 1.08477 20.2686 3.12188L16.8426 6.54794Z",
|
|
32
32
|
fill: "#555555"
|
|
33
|
-
})), /*#__PURE__*/
|
|
33
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
34
34
|
id: "clip0_697_1766"
|
|
35
|
-
}, /*#__PURE__*/
|
|
35
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
36
36
|
width: "24",
|
|
37
37
|
height: "24",
|
|
38
38
|
fill: "white"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
|
|
2
|
-
import
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import '../../typeof-e7f3291d.js';
|
|
5
5
|
|
|
@@ -12,7 +12,7 @@ var IconHandOpenHeart = function IconHandOpenHeart(_ref) {
|
|
|
12
12
|
refHandler = _ref.refHandler,
|
|
13
13
|
id = _ref.id,
|
|
14
14
|
dataId = _ref.dataId;
|
|
15
|
-
return /*#__PURE__*/
|
|
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 IconHandOpenHeart = function IconHandOpenHeart(_ref) {
|
|
|
21
21
|
ref: refHandler,
|
|
22
22
|
id: id,
|
|
23
23
|
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
-
}, /*#__PURE__*/
|
|
24
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
25
25
|
id: "Size=24, Theme=Regular"
|
|
26
|
-
}, /*#__PURE__*/
|
|
26
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
27
27
|
id: "Shape",
|
|
28
28
|
d: "M17.3991 3.60329L16.6453 3.01221C15.4027 2.03792 13.6067 2.24915 12.624 3.48515C11.7454 4.59021 11.8 6.16984 12.7527 7.21165L16.9564 11.8085C17.1942 12.0686 17.604 12.0686 17.8419 11.8085L22.0459 7.2111C22.9983 6.16954 23.053 4.59039 22.1749 3.48543C21.1926 2.24928 19.3967 2.03769 18.154 3.01168L17.3991 3.60329ZM19.0556 15.7079L18.0662 13.0761C18.3103 12.979 18.5372 12.8264 18.7275 12.6183L19.0344 12.2827L20.1596 15.2759C20.4104 15.951 20.453 16.6857 20.2819 17.3853C20.1108 18.0848 19.7338 18.7169 19.1996 19.1999L17.7356 20.5199C17.0022 21.17 16.0515 21.5212 15.0716 21.5039C14.4541 21.5008 13.8429 21.3786 13.2716 21.1439C10.6513 20.1294 7.86134 19.6244 5.05162 19.6559C4.79084 19.6634 4.53286 19.6005 4.3048 19.4738C4.07675 19.3471 3.88704 19.1613 3.75562 18.9359C3.6503 18.7535 3.59485 18.5466 3.59485 18.3359C3.59485 18.1253 3.6503 17.9183 3.75562 17.7359C4.14364 17.1947 4.63505 16.7358 5.20147 16.3857C5.76788 16.0355 6.39807 15.8011 7.05562 15.6959L2.90362 11.5559C2.7291 11.382 2.59063 11.1753 2.49615 10.9478C2.40166 10.7202 2.35303 10.4763 2.35303 10.2299C2.35303 9.98353 2.40166 9.73957 2.49615 9.51202C2.59063 9.28448 2.7291 9.07782 2.90362 8.90391C3.06767 8.74385 3.25858 8.61387 3.46762 8.51991C3.17867 8.2141 3.00116 7.81987 2.96373 7.40081C2.92629 6.98176 3.03111 6.5623 3.26128 6.21012C3.49144 5.85794 3.83354 5.59356 4.23238 5.45962C4.63122 5.32569 5.06355 5.33002 5.45962 5.47191C5.54309 5.18445 5.70029 4.92382 5.91562 4.71591C6.08851 4.54175 6.29416 4.40353 6.5207 4.30921C6.74725 4.21489 6.99022 4.16633 7.23562 4.16633C7.48102 4.16633 7.724 4.21489 7.95054 4.30921C8.17709 4.40353 8.38273 4.54175 8.55562 4.71591C8.64945 4.5032 8.77937 4.30833 8.93962 4.13991C9.29393 3.79323 9.76992 3.5991 10.2656 3.5991C10.5505 3.5991 10.8289 3.66322 11.0814 3.78357C10.9271 4.17631 10.8364 4.5873 10.8089 5.00119L10.7996 4.99191C10.666 4.85824 10.4847 4.78314 10.2956 4.78314C10.202 4.78314 10.1093 4.80158 10.0229 4.8374C9.93638 4.87322 9.85781 4.92572 9.79162 4.99191C9.72544 5.05809 9.67294 5.13667 9.63712 5.22314C9.60129 5.30962 9.58286 5.40231 9.58286 5.49591C9.58286 5.68494 9.65795 5.86624 9.79162 5.99991L10.6316 6.77991L12.2196 8.40694L13.7214 10.0492C13.7347 10.0982 13.7414 10.1489 13.7414 10.1999C13.7414 10.2786 13.7253 10.3565 13.694 10.4287C13.6628 10.501 13.617 10.566 13.5596 10.6199C13.5058 10.6773 13.4407 10.7231 13.3685 10.7543C13.2962 10.7856 13.2183 10.8017 13.1396 10.8017C13.0609 10.8017 12.983 10.7856 12.9108 10.7543C12.8386 10.7231 12.7735 10.6773 12.7196 10.6199L9.71962 7.63191L8.87962 6.79191L7.67962 5.51991C7.55021 5.39665 7.37834 5.32791 7.19962 5.32791C7.02091 5.32791 6.84904 5.39665 6.71962 5.51991C6.59357 5.64787 6.52292 5.82029 6.52292 5.99991C6.52292 6.17953 6.59357 6.35194 6.71962 6.47991L10.0196 9.77991C10.131 9.8913 10.1936 10.0424 10.1936 10.1999C10.1936 10.3574 10.131 10.5085 10.0196 10.6199C9.90823 10.7313 9.75715 10.7939 9.59962 10.7939C9.44209 10.7939 9.29101 10.7313 9.17962 10.6199L6.94762 8.39991L5.26762 6.71991C5.1417 6.5946 4.97127 6.52426 4.79362 6.52426C4.61597 6.52426 4.44555 6.5946 4.31962 6.71991C4.19357 6.84787 4.12292 7.02029 4.12292 7.19991C4.12292 7.37953 4.19357 7.55194 4.31962 7.67991L5.60362 8.95191L8.21962 11.5799C8.33101 11.6913 8.39359 11.8424 8.39359 11.9999C8.39359 12.1574 8.33101 12.3085 8.21962 12.4199C8.10823 12.5313 7.95715 12.5939 7.79962 12.5939C7.64209 12.5939 7.49101 12.5313 7.37962 12.4199L5.99962 11.0519L4.75162 9.80391C4.6257 9.6786 4.45527 9.60826 4.27762 9.60826C4.09997 9.60826 3.92955 9.6786 3.80362 9.80391C3.73855 9.86312 3.68673 9.93543 3.65157 10.0161C3.61641 10.0967 3.59871 10.1839 3.59962 10.2719C3.59317 10.3695 3.60808 10.4672 3.64332 10.5584C3.67855 10.6496 3.73326 10.732 3.80362 10.7999L8.83162 15.7799C8.91455 15.8645 8.97057 15.9718 8.99264 16.0881C9.01471 16.2045 9.00184 16.3248 8.95564 16.4339C8.90944 16.543 8.83199 16.636 8.73304 16.7011C8.63409 16.7662 8.51808 16.8006 8.39962 16.7999C8.39962 16.7999 5.81962 16.7999 4.81162 18.4199C4.81162 18.4679 4.90762 18.5519 5.05162 18.5519C5.10744 18.5455 5.16381 18.5455 5.21962 18.5519C8.13206 18.5482 11.0203 19.0811 13.7396 20.1239C14.2547 20.3663 14.828 20.4577 15.3929 20.3877C15.9579 20.3176 16.4914 20.0888 16.9316 19.7279L18.4316 18.3479C18.7898 18.0221 19.041 17.5957 19.1524 17.1245C19.2638 16.6534 19.23 16.1595 19.0556 15.7079ZM11.6676 16.7358C12.1443 16.4982 12.9146 16.3608 13.7012 16.4919C14.474 16.6207 15.2113 16.9987 15.7007 17.7327C15.8845 18.0085 16.257 18.083 16.5327 17.8991C16.8084 17.7153 16.8829 17.3428 16.6991 17.0671C15.9885 16.0012 14.9258 15.4795 13.8986 15.3082C12.8852 15.1393 11.8555 15.3013 11.1322 15.6618C10.8357 15.8097 10.7151 16.1699 10.8629 16.4665C11.0108 16.7631 11.371 16.8836 11.6676 16.7358Z",
|
|
29
29
|
fill: "#222222"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
|
|
2
|
-
import
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import '../../typeof-e7f3291d.js';
|
|
5
5
|
|
|
@@ -12,7 +12,7 @@ var IconHandOpenHeartFilled = function IconHandOpenHeartFilled(_ref) {
|
|
|
12
12
|
refHandler = _ref.refHandler,
|
|
13
13
|
id = _ref.id,
|
|
14
14
|
dataId = _ref.dataId;
|
|
15
|
-
return /*#__PURE__*/
|
|
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 IconHandOpenHeartFilled = function IconHandOpenHeartFilled(_ref) {
|
|
|
21
21
|
ref: refHandler,
|
|
22
22
|
id: id,
|
|
23
23
|
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
-
}, /*#__PURE__*/
|
|
24
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
25
25
|
id: "Size=24, Theme=Filled"
|
|
26
|
-
}, /*#__PURE__*/
|
|
26
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
27
27
|
id: "Shape",
|
|
28
28
|
d: "M16.0708 12.6185L12.0488 8.22032C12.0244 8.24581 11.9979 8.26988 11.9692 8.29226C11.6796 8.51827 11.267 8.49294 11.0072 8.23322L6.33621 3.56361C5.98468 3.21219 5.41484 3.21227 5.06341 3.56379C4.71199 3.91532 4.71208 4.48516 5.0636 4.83659L9.70108 9.47273C9.97108 9.74265 9.97122 10.1803 9.70139 10.4504C9.43139 10.7207 8.9934 10.7208 8.72327 10.4507L3.9363 5.6637C3.58483 5.31223 3.01498 5.31223 2.66351 5.6637C2.31203 6.01517 2.31203 6.58502 2.66351 6.93649L7.52688 11.7999C7.75522 12.0282 7.75531 12.3984 7.52708 12.6269C7.29868 12.8555 6.92817 12.8556 6.69967 12.6271L3.9363 9.8637C3.58483 9.51223 3.01498 9.51223 2.66351 9.8637C2.31203 10.2152 2.31203 10.785 2.66351 11.1365L7.24971 15.7227C7.06066 15.7576 6.8562 15.8025 6.64315 15.8606C5.70789 16.1155 4.5117 16.6493 3.79754 17.7884C3.4926 18.2748 3.57533 18.8098 3.86276 19.1863C4.13461 19.5425 4.58248 19.7601 5.06016 19.7566C7.64568 19.7378 10.7839 20.2146 13.2834 21.2404C14.7207 21.8303 16.509 21.751 17.7405 20.615L19.2413 19.2307C20.3306 18.2258 20.6928 16.6561 20.154 15.2756L19.0004 12.3201L18.7275 12.6185C18.0139 13.3989 16.7845 13.3989 16.0708 12.6185ZM11.6676 16.7359C11.371 16.8838 11.0108 16.7632 10.8629 16.4666C10.7151 16.1701 10.8357 15.8098 11.1322 15.662C11.8555 15.3014 12.8852 15.1394 13.8986 15.3084C14.9258 15.4796 15.9885 16.0014 16.6991 17.0672C16.8829 17.3429 16.8084 17.7154 16.5327 17.8993C16.257 18.0831 15.8845 18.0086 15.7007 17.7329C15.2113 16.9988 14.474 16.6209 13.7012 16.492C12.9146 16.3609 12.1443 16.4983 11.6676 16.7359ZM11.2054 3.50043C10.832 4.27198 10.7175 5.1327 10.8576 5.95726L8.6636 3.63659C8.31208 3.28516 8.31199 2.71532 8.66341 2.36379C9.01484 2.01227 9.58468 2.01219 9.93621 2.36361C10.2794 2.70674 10.7178 3.08944 11.2054 3.50043ZM17.3991 3.60349L16.6453 3.01241C15.4027 2.03811 13.6067 2.24934 12.624 3.48535C11.7454 4.5904 11.8 6.17003 12.7527 7.21184L16.9564 11.8087C17.1942 12.0688 17.604 12.0688 17.8419 11.8087L22.0459 7.2113C22.9983 6.16974 23.053 4.59059 22.1749 3.48563C21.1926 2.24948 19.3967 2.03788 18.154 3.01187L17.3991 3.60349Z",
|
|
29
29
|
fill: "#222222"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
|
|
2
|
-
import
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import '../../typeof-e7f3291d.js';
|
|
5
5
|
|
|
@@ -12,7 +12,7 @@ var IconHeart = function IconHeart(_ref) {
|
|
|
12
12
|
refHandler = _ref.refHandler,
|
|
13
13
|
id = _ref.id,
|
|
14
14
|
dataId = _ref.dataId;
|
|
15
|
-
return /*#__PURE__*/
|
|
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 IconHeart = function IconHeart(_ref) {
|
|
|
21
21
|
ref: refHandler,
|
|
22
22
|
id: id,
|
|
23
23
|
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
-
}, /*#__PURE__*/
|
|
24
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
25
25
|
id: "Size=24, Theme=Regular"
|
|
26
|
-
}, /*#__PURE__*/
|
|
26
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
27
27
|
id: "Shape",
|
|
28
28
|
d: "M12.8199 5.57961L11.9992 6.40211L11.1759 5.57886C9.07688 3.4798 5.67361 3.4798 3.57455 5.57886C1.47548 7.67793 1.47548 11.0812 3.57455 13.1803L11.4699 21.0756C11.7628 21.3685 12.2377 21.3685 12.5306 21.0756L20.432 13.1788C22.5264 11.0728 22.53 7.67906 20.4306 5.57961C18.3277 3.47672 14.9228 3.47672 12.8199 5.57961ZM19.3684 12.1211L12.0002 19.4846L4.63521 12.1196C3.12192 10.6063 3.12192 8.15281 4.63521 6.63952C6.14849 5.12624 8.602 5.12624 10.1153 6.63952L11.4727 7.99697C11.7706 8.29483 12.2553 8.28903 12.5459 7.98412L13.8806 6.64027C15.3977 5.12317 17.8528 5.12316 19.3699 6.64027C20.8836 8.15391 20.881 10.6001 19.3684 12.1211Z",
|
|
29
29
|
fill: "#222222"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
|
|
2
|
-
import
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import '../../typeof-e7f3291d.js';
|
|
5
5
|
|
|
@@ -12,7 +12,7 @@ var IconHeartFilled = function IconHeartFilled(_ref) {
|
|
|
12
12
|
refHandler = _ref.refHandler,
|
|
13
13
|
id = _ref.id,
|
|
14
14
|
dataId = _ref.dataId;
|
|
15
|
-
return /*#__PURE__*/
|
|
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 IconHeartFilled = function IconHeartFilled(_ref) {
|
|
|
21
21
|
ref: refHandler,
|
|
22
22
|
id: id,
|
|
23
23
|
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
-
}, /*#__PURE__*/
|
|
24
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
25
25
|
id: "Size=24, Theme=Filled"
|
|
26
|
-
}, /*#__PURE__*/
|
|
26
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
27
27
|
id: "Shape",
|
|
28
28
|
d: "M12.8199 5.57961L11.9992 6.40211L11.1759 5.57886C9.07688 3.4798 5.67361 3.4798 3.57455 5.57886C1.47548 7.67793 1.47548 11.0812 3.57455 13.1803L11.4699 21.0756C11.7628 21.3685 12.2377 21.3685 12.5306 21.0756L20.432 13.1788C22.5264 11.0728 22.53 7.67906 20.4306 5.57961C18.3277 3.47672 14.9228 3.47672 12.8199 5.57961Z",
|
|
29
29
|
fill: "#222222"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
|
|
2
|
-
import
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import '../../typeof-e7f3291d.js';
|
|
5
5
|
|
|
@@ -12,7 +12,7 @@ var IconHistory = function IconHistory(_ref) {
|
|
|
12
12
|
refHandler = _ref.refHandler,
|
|
13
13
|
id = _ref.id,
|
|
14
14
|
dataId = _ref.dataId;
|
|
15
|
-
return /*#__PURE__*/
|
|
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 IconHistory = function IconHistory(_ref) {
|
|
|
21
21
|
ref: refHandler,
|
|
22
22
|
id: id,
|
|
23
23
|
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
-
}, /*#__PURE__*/
|
|
24
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
25
25
|
id: "Size=24, Theme=Regular"
|
|
26
|
-
}, /*#__PURE__*/
|
|
26
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
27
27
|
id: "Shape",
|
|
28
28
|
d: "M19.5 12C19.5 7.85786 16.1421 4.5 12 4.5C10.0309 4.5 8.23907 5.25883 6.90093 6.5H8.25C8.66421 6.5 9 6.83579 9 7.25C9 7.66421 8.66421 8 8.25 8H5.25C4.83579 8 4.5 7.66421 4.5 7.25V4.25C4.5 3.83579 4.83579 3.5 5.25 3.5C5.66421 3.5 6 3.83579 6 4.25V5.29168C7.59227 3.86656 9.69494 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 11.5317 3.03576 11.0718 3.10471 10.6228C3.161 10.2562 3.48623 10 3.85708 10C4.31609 10 4.64845 10.4382 4.58123 10.8923C4.52772 11.2538 4.5 11.6236 4.5 12C4.5 16.1421 7.85786 19.5 12 19.5C16.1421 19.5 19.5 16.1421 19.5 12ZM12.5 7.75C12.5 7.33579 12.1642 7 11.75 7C11.3358 7 11 7.33579 11 7.75V12.25C11 12.6642 11.3358 13 11.75 13H14.25C14.6642 13 15 12.6642 15 12.25C15 11.8358 14.6642 11.5 14.25 11.5H12.5V7.75Z",
|
|
29
29
|
fill: "#222222"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
|
|
2
|
-
import
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import '../../typeof-e7f3291d.js';
|
|
5
5
|
|
|
@@ -12,7 +12,7 @@ var IconHistoryFilled = function IconHistoryFilled(_ref) {
|
|
|
12
12
|
refHandler = _ref.refHandler,
|
|
13
13
|
id = _ref.id,
|
|
14
14
|
dataId = _ref.dataId;
|
|
15
|
-
return /*#__PURE__*/
|
|
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 IconHistoryFilled = function IconHistoryFilled(_ref) {
|
|
|
21
21
|
ref: refHandler,
|
|
22
22
|
id: id,
|
|
23
23
|
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
-
}, /*#__PURE__*/
|
|
24
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
25
25
|
id: "Size=24, Theme=Filled"
|
|
26
|
-
}, /*#__PURE__*/
|
|
26
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
27
27
|
id: "Shape",
|
|
28
28
|
d: "M19.25 12C19.25 7.99594 16.0041 4.75 12 4.75C10.3379 4.75 8.80642 5.30932 7.58352 6.25H8.25C8.80228 6.25 9.25 6.69772 9.25 7.25C9.25 7.80228 8.80228 8.25 8.25 8.25H5.25C4.69772 8.25 4.25 7.80228 4.25 7.25V7H4.21647L4.25 6.94829V4.25C4.25 3.69772 4.69772 3.25 5.25 3.25C5.80228 3.25 6.25 3.69772 6.25 4.25V4.75385C7.82875 3.49939 9.82686 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 11.6174 2.77322 11.2403 2.81834 10.8699C2.88069 10.3581 3.33398 10 3.8496 10C4.44068 10 4.86674 10.5685 4.79864 11.1556C4.76652 11.4326 4.75 11.7144 4.75 12C4.75 16.0041 7.99594 19.25 12 19.25C16.0041 19.25 19.25 16.0041 19.25 12ZM13 8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V13C11 13.5523 11.4477 14 12 14H15C15.5523 14 16 13.5523 16 13C16 12.4477 15.5523 12 15 12H13V8Z",
|
|
29
29
|
fill: "#222222"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
|
|
2
|
-
import
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import '../../typeof-e7f3291d.js';
|
|
5
5
|
|
|
@@ -12,7 +12,7 @@ var IconHome = function IconHome(_ref) {
|
|
|
12
12
|
refHandler = _ref.refHandler,
|
|
13
13
|
id = _ref.id,
|
|
14
14
|
dataId = _ref.dataId;
|
|
15
|
-
return /*#__PURE__*/
|
|
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 IconHome = function IconHome(_ref) {
|
|
|
21
21
|
ref: refHandler,
|
|
22
22
|
id: id,
|
|
23
23
|
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
-
}, /*#__PURE__*/
|
|
24
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
25
25
|
id: "Size=24, Theme=Regular"
|
|
26
|
-
}, /*#__PURE__*/
|
|
26
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
27
27
|
id: "Shape",
|
|
28
28
|
d: "M10.5495 2.53189C11.3874 1.82531 12.6126 1.82531 13.4505 2.5319L20.2005 8.224C20.7074 8.65152 21 9.2809 21 9.94406V19.7468C21 20.7133 20.2165 21.4968 19.25 21.4968H15.75C14.7835 21.4968 14 20.7133 14 19.7468V14.2468C14 14.1088 13.8881 13.9968 13.75 13.9968H10.25C10.1119 13.9968 9.99999 14.1088 9.99999 14.2468V19.7468C9.99999 20.7133 9.2165 21.4968 8.25 21.4968H4.75C3.7835 21.4968 3 20.7133 3 19.7468V9.94406C3 9.2809 3.29255 8.65152 3.79952 8.224L10.5495 2.53189ZM12.4835 3.6786C12.2042 3.44307 11.7958 3.44307 11.5165 3.6786L4.76651 9.37071C4.59752 9.51321 4.5 9.72301 4.5 9.94406V19.7468C4.5 19.8849 4.61193 19.9968 4.75 19.9968H8.25C8.38807 19.9968 8.49999 19.8849 8.49999 19.7468V14.2468C8.49999 13.2803 9.2835 12.4968 10.25 12.4968H13.75C14.7165 12.4968 15.5 13.2803 15.5 14.2468V19.7468C15.5 19.8849 15.6119 19.9968 15.75 19.9968H19.25C19.3881 19.9968 19.5 19.8849 19.5 19.7468V9.94406C19.5 9.72301 19.4025 9.51321 19.2335 9.37071L12.4835 3.6786Z",
|
|
29
29
|
fill: "#222222"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
|
|
2
|
-
import
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import '../../typeof-e7f3291d.js';
|
|
5
5
|
|
|
@@ -12,7 +12,7 @@ var IconHomeFilled = function IconHomeFilled(_ref) {
|
|
|
12
12
|
refHandler = _ref.refHandler,
|
|
13
13
|
id = _ref.id,
|
|
14
14
|
dataId = _ref.dataId;
|
|
15
|
-
return /*#__PURE__*/
|
|
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 IconHomeFilled = function IconHomeFilled(_ref) {
|
|
|
21
21
|
ref: refHandler,
|
|
22
22
|
id: id,
|
|
23
23
|
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
-
}, /*#__PURE__*/
|
|
24
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
25
25
|
id: "Size=24, Theme=Filled"
|
|
26
|
-
}, /*#__PURE__*/
|
|
26
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
27
27
|
id: "Shape",
|
|
28
28
|
d: "M10.5492 2.53318C11.3872 1.82618 12.6128 1.82618 13.4508 2.53318L20.2008 8.22772C20.7076 8.65523 21 9.28447 21 9.94747V19.7504C21 20.7169 20.2165 21.5004 19.25 21.5004H16.25C15.2835 21.5004 14.5 20.7169 14.5 19.7504V14.7504C14.5 14.3362 14.1642 14.0004 13.75 14.0004H10.25C9.83579 14.0004 9.5 14.3362 9.5 14.7504V19.7504C9.5 20.7169 8.7165 21.5004 7.75 21.5004H4.75C3.7835 21.5004 3 20.7169 3 19.7504V9.94747C3 9.28447 3.29241 8.65523 3.79916 8.22772L10.5492 2.53318Z",
|
|
29
29
|
fill: "#222222"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
|
|
2
|
-
import
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import '../../typeof-e7f3291d.js';
|
|
5
5
|
|
|
@@ -12,7 +12,7 @@ var IconImage = function IconImage(_ref) {
|
|
|
12
12
|
refHandler = _ref.refHandler,
|
|
13
13
|
id = _ref.id,
|
|
14
14
|
dataId = _ref.dataId;
|
|
15
|
-
return /*#__PURE__*/
|
|
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 IconImage = function IconImage(_ref) {
|
|
|
21
21
|
ref: refHandler,
|
|
22
22
|
id: id,
|
|
23
23
|
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
-
}, /*#__PURE__*/
|
|
24
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
25
25
|
id: "Size=24, Theme=Regular"
|
|
26
|
-
}, /*#__PURE__*/
|
|
26
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
27
27
|
id: "Shape",
|
|
28
28
|
d: "M17.75 3C19.5449 3 21 4.45507 21 6.25V17.75C21 19.5449 19.5449 21 17.75 21H6.25C4.45507 21 3 19.5449 3 17.75V6.25C3 4.45507 4.45507 3 6.25 3H17.75ZM18.3305 19.4014L12.5247 13.7148C12.2596 13.4553 11.8501 13.4316 11.5588 13.644L11.4752 13.7148L5.66845 19.4011C5.8504 19.4651 6.04613 19.5 6.25 19.5H17.75C17.9535 19.5 18.1489 19.4653 18.3305 19.4014L12.5247 13.7148L18.3305 19.4014ZM17.75 4.5H6.25C5.2835 4.5 4.5 5.2835 4.5 6.25V17.75C4.5 17.9584 4.53643 18.1583 4.60326 18.3437L10.4258 12.643C11.2589 11.8273 12.5675 11.7885 13.4458 12.5266L13.5742 12.6431L19.3964 18.3447C19.4634 18.159 19.5 17.9588 19.5 17.75V6.25C19.5 5.2835 18.7165 4.5 17.75 4.5ZM15.2521 6.5C16.4959 6.5 17.5042 7.50831 17.5042 8.75212C17.5042 9.99592 16.4959 11.0042 15.2521 11.0042C14.0083 11.0042 13 9.99592 13 8.75212C13 7.50831 14.0083 6.5 15.2521 6.5ZM15.2521 8C14.8367 8 14.5 8.33673 14.5 8.75212C14.5 9.1675 14.8367 9.50423 15.2521 9.50423C15.6675 9.50423 16.0042 9.1675 16.0042 8.75212C16.0042 8.33673 15.6675 8 15.2521 8Z",
|
|
29
29
|
fill: "#222222"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
|
|
2
|
-
import
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import '../../typeof-e7f3291d.js';
|
|
5
5
|
|
|
@@ -12,7 +12,7 @@ var IconImageFilled = function IconImageFilled(_ref) {
|
|
|
12
12
|
refHandler = _ref.refHandler,
|
|
13
13
|
id = _ref.id,
|
|
14
14
|
dataId = _ref.dataId;
|
|
15
|
-
return /*#__PURE__*/
|
|
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 IconImageFilled = function IconImageFilled(_ref) {
|
|
|
21
21
|
ref: refHandler,
|
|
22
22
|
id: id,
|
|
23
23
|
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
-
}, /*#__PURE__*/
|
|
24
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
25
25
|
id: "Size=24, Theme=Filled"
|
|
26
|
-
}, /*#__PURE__*/
|
|
26
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
27
27
|
id: "Shape",
|
|
28
28
|
d: "M11.5582 13.6469L11.4746 13.7179L4.54692 20.5186C5.04216 20.8239 5.62551 21 6.25 21H17.75C18.3745 21 18.9578 20.8239 19.4531 20.5186L12.5254 13.7179L12.432 13.6399C12.1705 13.4552 11.8174 13.4576 11.5582 13.6469ZM21 6.25C21 4.45507 19.5449 3 17.75 3H6.25C4.45507 3 3 4.45507 3 6.25V17.75C3 18.3771 3.17758 18.9626 3.4852 19.4592L10.4238 12.6475L10.5592 12.5248C11.3941 11.8273 12.615 11.8293 13.4477 12.5306L13.5762 12.6475L20.5148 19.4592C20.8224 18.9626 21 18.3771 21 17.75V6.25ZM15.25 10.75C14.1454 10.75 13.25 9.85457 13.25 8.75C13.25 7.64543 14.1454 6.75 15.25 6.75C16.3546 6.75 17.25 7.64543 17.25 8.75C17.25 9.85457 16.3546 10.75 15.25 10.75Z",
|
|
29
29
|
fill: "#222222"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
|
|
2
|
-
import
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import '../../typeof-e7f3291d.js';
|
|
5
5
|
|
|
@@ -12,7 +12,7 @@ var IconInfo = function IconInfo(_ref) {
|
|
|
12
12
|
refHandler = _ref.refHandler,
|
|
13
13
|
id = _ref.id,
|
|
14
14
|
dataId = _ref.dataId;
|
|
15
|
-
return /*#__PURE__*/
|
|
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 IconInfo = function IconInfo(_ref) {
|
|
|
21
21
|
ref: refHandler,
|
|
22
22
|
id: id,
|
|
23
23
|
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
-
}, /*#__PURE__*/
|
|
24
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
25
25
|
d: "M12.0001 1.99902C17.5238 1.99902 22.0016 6.47687 22.0016 12.0006C22.0016 17.5243 17.5238 22.0021 12.0001 22.0021C6.47638 22.0021 1.99854 17.5243 1.99854 12.0006C1.99854 6.47687 6.47638 1.99902 12.0001 1.99902ZM12.0001 3.49902C7.30481 3.49902 3.49854 7.3053 3.49854 12.0006C3.49854 16.6959 7.30481 20.5021 12.0001 20.5021C16.6954 20.5021 20.5016 16.6959 20.5016 12.0006C20.5016 7.3053 16.6954 3.49902 12.0001 3.49902ZM11.9964 10.4996C12.3761 10.4994 12.6901 10.7813 12.74 11.1473L12.7469 11.2491L12.7505 16.7507C12.7508 17.1649 12.4152 17.5009 12.001 17.5012C11.6213 17.5014 11.3073 17.2195 11.2574 16.8535L11.2505 16.7517L11.2469 11.2501C11.2467 10.8359 11.5822 10.4999 11.9964 10.4996ZM12.0005 7.00184C12.5521 7.00184 12.9992 7.44896 12.9992 8.0005C12.9992 8.55205 12.5521 8.99917 12.0005 8.99917C11.449 8.99917 11.0019 8.55205 11.0019 8.0005C11.0019 7.44896 11.449 7.00184 12.0005 7.00184Z",
|
|
26
26
|
fill: "#222222"
|
|
27
27
|
}));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
|
|
2
|
-
import
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import '../../typeof-e7f3291d.js';
|
|
5
5
|
|
|
@@ -12,7 +12,7 @@ var IconInfoFilled = function IconInfoFilled(_ref) {
|
|
|
12
12
|
refHandler = _ref.refHandler,
|
|
13
13
|
id = _ref.id,
|
|
14
14
|
dataId = _ref.dataId;
|
|
15
|
-
return /*#__PURE__*/
|
|
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 IconInfoFilled = function IconInfoFilled(_ref) {
|
|
|
21
21
|
ref: refHandler,
|
|
22
22
|
id: id,
|
|
23
23
|
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
-
}, /*#__PURE__*/
|
|
24
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
25
25
|
d: "M12.0001 1.99902C17.5238 1.99902 22.0016 6.47687 22.0016 12.0006C22.0016 17.5243 17.5238 22.0021 12.0001 22.0021C6.47638 22.0021 1.99854 17.5243 1.99854 12.0006C1.99854 6.47687 6.47638 1.99902 12.0001 1.99902ZM11.9963 10.2496C11.4834 10.2499 11.061 10.6363 11.0036 11.1336L10.9969 11.2503L11.0005 16.7519L11.0073 16.8685C11.0654 17.3658 11.4884 17.7515 12.0012 17.7512C12.514 17.7509 12.9364 17.3645 12.9939 16.8672L13.0005 16.7505L12.9969 11.249L12.9901 11.1323C12.932 10.635 12.5091 10.2493 11.9963 10.2496ZM12.0005 6.50006C11.3093 6.50006 10.749 7.06038 10.749 7.75158C10.749 8.44277 11.3093 9.0031 12.0005 9.0031C12.6917 9.0031 13.2521 8.44277 13.2521 7.75158C13.2521 7.06038 12.6917 6.50006 12.0005 6.50006Z",
|
|
26
26
|
fill: "#222222"
|
|
27
27
|
}));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
|
|
2
|
-
import
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import '../../typeof-e7f3291d.js';
|
|
5
5
|
|
|
@@ -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__*/
|
|
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__*/
|
|
24
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
25
25
|
id: "Group"
|
|
26
|
-
}, /*#__PURE__*/
|
|
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__*/
|
|
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__*/
|
|
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,5 +1,5 @@
|
|
|
1
1
|
import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
|
|
2
|
-
import
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import '../../typeof-e7f3291d.js';
|
|
5
5
|
|
|
@@ -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__*/
|
|
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__*/
|
|
24
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
25
25
|
id: "Size=24, Theme=Regular"
|
|
26
|
-
}, /*#__PURE__*/
|
|
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,5 +1,5 @@
|
|
|
1
1
|
import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
|
|
2
|
-
import
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import '../../typeof-e7f3291d.js';
|
|
5
5
|
|
|
@@ -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__*/
|
|
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__*/
|
|
24
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
25
25
|
id: "Size=24, Theme=Filled"
|
|
26
|
-
}, /*#__PURE__*/
|
|
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,5 +1,5 @@
|
|
|
1
1
|
import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
|
|
2
|
-
import
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import '../../typeof-e7f3291d.js';
|
|
5
5
|
|
|
@@ -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__*/
|
|
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__*/
|
|
24
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
25
25
|
id: "Size=24, Theme=Regular"
|
|
26
|
-
}, /*#__PURE__*/
|
|
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,5 +1,5 @@
|
|
|
1
1
|
import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
|
|
2
|
-
import
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import '../../typeof-e7f3291d.js';
|
|
5
5
|
|
|
@@ -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__*/
|
|
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__*/
|
|
24
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
25
25
|
id: "Size=24, Theme=Filled"
|
|
26
|
-
}, /*#__PURE__*/
|
|
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"
|