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 IconMoreVerticalFilled = function IconMoreVerticalFilled(_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 IconMoreVerticalFilled = function IconMoreVerticalFilled(_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: "Direction=Vertical, Size=24, Theme=Filled"
|
|
26
|
-
}, /*#__PURE__*/
|
|
26
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
27
27
|
id: "Shape",
|
|
28
28
|
d: "M12 8C10.8954 8 10 7.10457 10 6C10 4.89543 10.8954 4 12 4C13.1046 4 14 4.89543 14 6C14 7.10457 13.1046 8 12 8ZM12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14ZM10 18C10 19.1046 10.8954 20 12 20C13.1046 20 14 19.1046 14 18C14 16.8954 13.1046 16 12 16C10.8954 16 10 16.8954 10 18Z",
|
|
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 IconNavigation = function IconNavigation(_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 IconNavigation = function IconNavigation(_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: "Theme=Line"
|
|
26
|
-
}, /*#__PURE__*/
|
|
26
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
27
27
|
id: "Shape",
|
|
28
28
|
d: "M2.75086 17.9968H21.2509C21.6651 17.9968 22.0009 18.3325 22.0009 18.7468C22.0009 19.1265 21.7187 19.4403 21.3526 19.4899L21.2509 19.4968H2.75086C2.33665 19.4968 2.00086 19.161 2.00086 18.7468C2.00086 18.3671 2.28301 18.0533 2.64909 18.0036L2.75086 17.9968H21.2509H2.75086ZM2.75086 11.4998H21.2509C21.6651 11.4998 22.0009 11.8356 22.0009 12.2498C22.0009 12.6295 21.7187 12.9433 21.3526 12.9929L21.2509 12.9998H2.75086C2.33665 12.9998 2.00086 12.664 2.00086 12.2498C2.00086 11.8701 2.28301 11.5563 2.64909 11.5066L2.75086 11.4998H21.2509H2.75086ZM2.75 5H21.25C21.6642 5 22 5.33579 22 5.75C22 6.1297 21.7178 6.44349 21.3518 6.49315L21.25 6.5H2.75C2.33579 6.5 2 6.16421 2 5.75C2 5.3703 2.28215 5.05651 2.64823 5.00685L2.75 5H21.25H2.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 IconNavigationFilled = function IconNavigationFilled(_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 IconNavigationFilled = function IconNavigationFilled(_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: "Theme=Filled"
|
|
26
|
-
}, /*#__PURE__*/
|
|
26
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
27
27
|
id: "Shape",
|
|
28
28
|
d: "M3 17H21C21.5523 17 22 17.4477 22 18C22 18.5128 21.614 18.9355 21.1166 18.9933L21 19H3C2.44772 19 2 18.5523 2 18C2 17.4872 2.38604 17.0645 2.88338 17.0067L3 17H21H3ZM2.99988 11L20.9999 10.9978C21.5522 10.9978 22 11.4454 22 11.9977C22 12.5106 21.6141 12.9333 21.1167 12.9911L21.0001 12.9978L3.00012 13C2.44784 13.0001 2 12.5524 2 12.0001C2 11.4873 2.38594 11.0646 2.88326 11.0067L2.99988 11L20.9999 10.9978L2.99988 11ZM3 5H21C21.5523 5 22 5.44772 22 6C22 6.51284 21.614 6.93551 21.1166 6.99327L21 7H3C2.44772 7 2 6.55228 2 6C2 5.48716 2.38604 5.06449 2.88338 5.00673L3 5H21H3Z",
|
|
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 IconNotebook = function IconNotebook(_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 IconNotebook = function IconNotebook(_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.7488 2C17.9915 2 18.9988 3.00736 18.9988 4.25V19.75C18.9988 20.9926 17.9915 22 16.7488 22H6.25C5.00736 22 4 20.9926 4 19.75V4.25C4 3.00736 5.00736 2 6.25 2H16.7488ZM16.7488 3.5H6.25C5.83579 3.5 5.5 3.83579 5.5 4.25V19.75C5.5 20.1642 5.83579 20.5 6.25 20.5H16.7488C17.163 20.5 17.4988 20.1642 17.4988 19.75V4.25C17.4988 3.83579 17.163 3.5 16.7488 3.5ZM20 15.0019H20.75C21.1297 15.0019 21.4435 15.2841 21.4932 15.6502L21.5 15.7519V17.25C21.5 17.6297 21.2178 17.9435 20.8518 17.9932L20.75 18H20V15.0019H20.75H20ZM20 11.0019H20.75C21.1297 11.0019 21.4435 11.2841 21.4932 11.6502L21.5 11.7519V13.25C21.5 13.6297 21.2178 13.9435 20.8518 13.9932L20.75 14H20V11.0019H20.75H20ZM20 7.00194H20.75C21.1297 7.00194 21.4435 7.28409 21.4932 7.65017L21.5 7.75194V9.25C21.5 9.6297 21.2178 9.94349 20.8518 9.99315L20.75 10H20V7.00194H20.75H20ZM15.2488 5C15.663 5 15.9988 5.33579 15.9988 5.75V8.2485C15.9988 8.66272 15.663 8.9985 15.2488 8.9985H7.75C7.33579 8.9985 7 8.66272 7 8.2485V5.75C7 5.33579 7.33579 5 7.75 5H15.2488ZM14.4988 6.5H8.5V7.4985H14.4988V6.5Z",
|
|
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 IconNotebookAdd = function IconNotebookAdd(_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,26 +21,26 @@ var IconNotebookAdd = function IconNotebookAdd(_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("g", {
|
|
27
27
|
id: "Shape"
|
|
28
|
-
}, /*#__PURE__*/
|
|
28
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
29
29
|
d: "M16.7488 2C17.9915 2 18.9988 3.00736 18.9988 4.25V19.75C18.9988 20.9926 17.9915 22 16.7488 22H11.1904C11.6168 21.5557 11.9806 21.051 12.2678 20.5H16.7488C17.163 20.5 17.4988 20.1642 17.4988 19.75V4.25C17.4988 3.83579 17.163 3.5 16.7488 3.5H6.25C5.83579 3.5 5.5 3.83579 5.5 4.25V11.0764C4.97679 11.1572 4.47417 11.3004 4 11.4982V4.25C4 3.00736 5.00736 2 6.25 2H16.7488Z",
|
|
30
30
|
fill: "#222222"
|
|
31
|
-
}), /*#__PURE__*/
|
|
31
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
32
32
|
d: "M20 15.0019H20.75C21.1297 15.0019 21.4435 15.2841 21.4932 15.6502L21.5 15.7519V17.25C21.5 17.6297 21.2178 17.9435 20.8518 17.9932L20.75 18H20V15.0019Z",
|
|
33
33
|
fill: "#222222"
|
|
34
|
-
}), /*#__PURE__*/
|
|
34
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
35
35
|
d: "M20 11.0019H20.75C21.1297 11.0019 21.4435 11.2841 21.4932 11.6502L21.5 11.7519V13.25C21.5 13.6297 21.2178 13.9435 20.8518 13.9932L20.75 14H20V11.0019Z",
|
|
36
36
|
fill: "#222222"
|
|
37
|
-
}), /*#__PURE__*/
|
|
37
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
38
38
|
d: "M20 7.00194H20.75C21.1297 7.00194 21.4435 7.28409 21.4932 7.65017L21.5 7.75194V9.25C21.5 9.6297 21.2178 9.94349 20.8518 9.99315L20.75 10H20V7.00194Z",
|
|
39
39
|
fill: "#222222"
|
|
40
|
-
}), /*#__PURE__*/
|
|
40
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
41
41
|
d: "M15.2488 5C15.663 5 15.9988 5.33579 15.9988 5.75V8.2485C15.9988 8.66272 15.663 8.9985 15.2488 8.9985H7.75C7.33579 8.9985 7 8.66272 7 8.2485V5.75C7 5.33579 7.33579 5 7.75 5H15.2488ZM14.4988 6.5H8.5V7.4985H14.4988V6.5Z",
|
|
42
42
|
fill: "#222222"
|
|
43
|
-
}), /*#__PURE__*/
|
|
43
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
44
44
|
d: "M12 17.5C12 14.4624 9.53757 12 6.5 12C3.46243 12 1 14.4624 1 17.5C1 20.5376 3.46243 23 6.5 23C9.53757 23 12 20.5376 12 17.5ZM7.00065 18L7.00111 20.5035C7.00111 20.7797 6.77725 21.0035 6.50111 21.0035C6.22497 21.0035 6.00111 20.7797 6.00111 20.5035L6.00065 18H3.4956C3.21973 18 2.99609 17.7762 2.99609 17.5C2.99609 17.2239 3.21973 17 3.4956 17H6.00046L6 14.4993C6 14.2231 6.22386 13.9993 6.5 13.9993C6.77614 13.9993 7 14.2231 7 14.4993L7.00046 17H9.49659C9.77246 17 9.99609 17.2239 9.99609 17.5C9.99609 17.7762 9.77246 18 9.49659 18H7.00065Z",
|
|
45
45
|
fill: "#222222"
|
|
46
46
|
}))));
|
|
@@ -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 IconNotebookAddFilled = function IconNotebookAddFilled(_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,23 +21,23 @@ var IconNotebookAddFilled = function IconNotebookAddFilled(_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("g", {
|
|
27
27
|
id: "Shape"
|
|
28
|
-
}, /*#__PURE__*/
|
|
28
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
29
29
|
d: "M16.7488 2C17.9915 2 18.9988 3.00736 18.9988 4.25V19.75C18.9988 20.9926 17.9915 22 16.7488 22H11.1904C12.3112 20.8321 13 19.2465 13 17.5C13 13.9101 10.0899 11 6.5 11C5.6141 11 4.76959 11.1772 4 11.4982V4.25C4 3.00736 5.00736 2 6.25 2H16.7488ZM14.7536 5.49739H8.25136C7.87167 5.49739 7.55787 5.77954 7.50821 6.14562L7.50136 6.24739V7.75097C7.50136 8.13067 7.78352 8.44446 8.14959 8.49412L8.25136 8.50097H14.7536C15.1333 8.50097 15.4471 8.21882 15.4968 7.85274L15.5036 7.75097V6.24739C15.5036 5.83317 15.1678 5.49739 14.7536 5.49739Z",
|
|
30
30
|
fill: "#222222"
|
|
31
|
-
}), /*#__PURE__*/
|
|
31
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
32
32
|
d: "M20 15.0019H20.75C21.1297 15.0019 21.4435 15.2841 21.4932 15.6502L21.5 15.7519V17.25C21.5 17.6297 21.2178 17.9435 20.8518 17.9932L20.75 18H20V15.0019Z",
|
|
33
33
|
fill: "#222222"
|
|
34
|
-
}), /*#__PURE__*/
|
|
34
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
35
35
|
d: "M20 11.0019H20.75C21.1297 11.0019 21.4435 11.2841 21.4932 11.6502L21.5 11.7519V13.25C21.5 13.6297 21.2178 13.9435 20.8518 13.9932L20.75 14H20V11.0019Z",
|
|
36
36
|
fill: "#222222"
|
|
37
|
-
}), /*#__PURE__*/
|
|
37
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
38
38
|
d: "M20 7.00194H20.75C21.1297 7.00194 21.4435 7.28409 21.4932 7.65017L21.5 7.75194V9.25C21.5 9.6297 21.2178 9.94349 20.8518 9.99315L20.75 10H20V7.00194Z",
|
|
39
39
|
fill: "#222222"
|
|
40
|
-
}), /*#__PURE__*/
|
|
40
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
41
41
|
d: "M12 17.5C12 14.4624 9.53757 12 6.5 12C3.46243 12 1 14.4624 1 17.5C1 20.5376 3.46243 23 6.5 23C9.53757 23 12 20.5376 12 17.5ZM7.00065 18L7.00111 20.5035C7.00111 20.7797 6.77725 21.0035 6.50111 21.0035C6.22497 21.0035 6.00111 20.7797 6.00111 20.5035L6.00065 18H3.4956C3.21973 18 2.99609 17.7762 2.99609 17.5C2.99609 17.2239 3.21973 17 3.4956 17H6.00046L6 14.4993C6 14.2231 6.22386 13.9993 6.5 13.9993C6.77614 13.9993 7 14.2231 7 14.4993L7.00046 17H9.49659C9.77246 17 9.99609 17.2239 9.99609 17.5C9.99609 17.7762 9.77246 18 9.49659 18H7.00065Z",
|
|
42
42
|
fill: "#222222"
|
|
43
43
|
}))));
|
|
@@ -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 IconNotebookFilled = function IconNotebookFilled(_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 IconNotebookFilled = function IconNotebookFilled(_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.7488 2C17.9915 2 18.9988 3.00736 18.9988 4.25V19.75C18.9988 20.9926 17.9915 22 16.7488 22H6.25C5.00736 22 4 20.9926 4 19.75V4.25C4 3.00736 5.00736 2 6.25 2H16.7488ZM20 15.0019H20.75C21.1297 15.0019 21.4435 15.2841 21.4932 15.6502L21.5 15.7519V17.25C21.5 17.6297 21.2178 17.9435 20.8518 17.9932L20.75 18H20V15.0019H20.75H20ZM20 11.0019H20.75C21.1297 11.0019 21.4435 11.2841 21.4932 11.6502L21.5 11.7519V13.25C21.5 13.6297 21.2178 13.9435 20.8518 13.9932L20.75 14H20V11.0019H20.75H20ZM20 7.00194H20.75C21.1297 7.00194 21.4435 7.28409 21.4932 7.65017L21.5 7.75194V9.25C21.5 9.6297 21.2178 9.94349 20.8518 9.99315L20.75 10H20V7.00194H20.75H20ZM14.7536 5.49739H8.25136C7.87167 5.49739 7.55787 5.77954 7.50821 6.14562L7.50136 6.24739V7.75097C7.50136 8.13067 7.78352 8.44446 8.14959 8.49412L8.25136 8.50097H14.7536C15.1333 8.50097 15.4471 8.21882 15.4968 7.85274L15.5036 7.75097V6.24739C15.5036 5.83317 15.1678 5.49739 14.7536 5.49739Z",
|
|
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 IconOnlyEmployee = function IconOnlyEmployee(_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 IconOnlyEmployee = function IconOnlyEmployee(_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: "M11.3357 2.08407C10.5682 2.28746 9.90539 2.84014 9.55654 3.57409C8.90244 4.94473 9.4606 6.5895 10.8081 7.28367C10.9694 7.36325 11.1918 7.45168 11.3008 7.48263L11.5014 7.53127V9.49438V11.4575H9.42136C7.1102 11.4575 6.95321 11.4752 6.44737 11.7316C6.08108 11.9217 5.6799 12.3285 5.49239 12.6999C5.25255 13.1818 5.22202 13.4339 5.22202 15.0212V16.4404L4.91678 16.5421C4.09697 16.8074 3.45159 17.4485 3.13762 18.3019C2.99372 18.6998 2.95447 19.4382 3.05913 19.8582C3.29897 20.8309 4.11441 21.6754 5.02579 21.9053C5.83688 22.1087 6.58692 21.9849 7.24974 21.5295C7.66836 21.2509 7.97361 20.8972 8.19165 20.4551C8.72801 19.3586 8.52306 18.1117 7.66836 17.2451C7.30207 16.8737 7.00554 16.688 6.56511 16.5377L6.26859 16.4404V14.9946C6.26859 13.3675 6.28167 13.288 6.57819 12.9475C6.66977 12.837 6.83984 12.7043 6.95321 12.6469L7.16253 12.5407L9.33414 12.5275L11.5014 12.5142V14.4817V16.4493L11.2528 16.52C10.4156 16.7676 9.70916 17.4397 9.417 18.2797C9.26873 18.7042 9.23385 19.4382 9.3385 19.8582C9.57834 20.8309 10.3938 21.6754 11.3052 21.9053C12.1163 22.1087 12.8663 21.9849 13.5291 21.5295C13.9477 21.2509 14.253 20.8972 14.471 20.4551C15.0074 19.3586 14.8024 18.1117 13.9477 17.2451C13.5814 16.8737 13.2849 16.688 12.8445 16.5377L12.548 16.4404V14.4773V12.5142L14.6978 12.5275C16.8127 12.5407 16.8476 12.5407 17.022 12.638C17.3011 12.7883 17.4712 12.9519 17.5976 13.1995L17.7154 13.425L17.7284 14.9371L17.7415 16.4449L17.4886 16.52C16.5729 16.7897 15.8403 17.5591 15.6004 18.5141C15.2298 19.9776 16.0496 21.4322 17.4973 21.892C17.9508 22.038 18.6006 22.0291 19.0672 21.8744C19.5032 21.7329 19.791 21.5649 20.1094 21.2686C20.5367 20.8707 20.8594 20.2959 20.9684 19.7344C21.0295 19.4028 20.999 18.6909 20.903 18.3947C20.637 17.5369 19.9524 16.8295 19.1413 16.5687L18.8055 16.4625L18.7837 14.831C18.7619 13.2968 18.7576 13.1907 18.666 12.9696C18.3651 12.2224 17.7459 11.683 17.0002 11.5194C16.7778 11.4708 16.2502 11.4575 14.6324 11.4575H12.548V9.49438V7.53127L12.7137 7.50032C12.8009 7.48705 13.0407 7.38978 13.2457 7.29251C13.5466 7.1466 13.6817 7.04491 13.9652 6.7531C14.3576 6.35075 14.5452 6.02798 14.6803 5.53278C14.7937 5.12601 14.8024 4.49375 14.7021 4.10466C14.3838 2.86225 13.2762 1.99122 12.0247 2.00007C11.8066 2.00007 11.5232 2.03544 11.3357 2.08407ZM12.7355 3.22038C13.0974 3.39724 13.3896 3.69347 13.5684 4.07372C13.6905 4.33016 13.7035 4.40532 13.7035 4.78114C13.7035 5.15696 13.6905 5.23213 13.5684 5.48857C13.3896 5.86881 13.0974 6.16505 12.7311 6.3419C12.4651 6.47013 12.4041 6.48339 12.0029 6.48339C11.6191 6.48339 11.5363 6.47013 11.3183 6.36401C10.9694 6.20042 10.6554 5.89092 10.4854 5.5372C10.3545 5.2675 10.3458 5.21886 10.3458 4.78114C10.3458 4.34342 10.3545 4.29479 10.4897 4.02066C10.7034 3.58294 11.1438 3.21596 11.6061 3.09658C11.6802 3.0789 11.8982 3.06563 12.0901 3.07447C12.3779 3.08332 12.4956 3.10984 12.7355 3.22038ZM6.34708 17.5944C6.83111 17.7801 7.22794 18.2046 7.38056 18.6954C7.49394 19.0447 7.45469 19.5841 7.29771 19.9289C7.07095 20.4374 6.56511 20.8265 6.01567 20.9149C4.72055 21.1271 3.70015 19.8272 4.17546 18.5627C4.35425 18.0764 4.88625 17.6254 5.40953 17.5148C5.66681 17.4574 6.08544 17.4972 6.34708 17.5944ZM12.6265 17.5944C13.1105 17.7801 13.5073 18.2046 13.6599 18.6954C13.7733 19.0447 13.7341 19.5841 13.5771 19.9289C13.3503 20.4374 12.8445 20.8265 12.295 20.9149C10.9999 21.1271 9.97952 19.8272 10.4548 18.5627C10.6336 18.0764 11.1656 17.6254 11.6889 17.5148C11.9462 17.4574 12.3648 17.4972 12.6265 17.5944ZM18.9843 17.6607C19.1457 17.7359 19.3419 17.8774 19.4727 18.0145C20.31 18.8811 20.0832 20.2384 19.0105 20.7734C18.7009 20.9326 18.6529 20.9414 18.2866 20.9414C17.7415 20.937 17.4581 20.8221 17.1049 20.4595C16.8127 20.1633 16.6644 19.8891 16.599 19.5133C16.4508 18.7219 16.9348 17.8862 17.7023 17.5988C18.0511 17.4706 18.6311 17.4972 18.9843 17.6607Z",
|
|
26
26
|
fill: "#555555"
|
|
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 IconOpen = function IconOpen(_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 IconOpen = function IconOpen(_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: "M6.24992 4.5C5.28344 4.5 4.49996 5.2835 4.49996 6.25V17.75C4.49996 18.7165 5.28344 19.5 6.24992 19.5H17.7496C18.7161 19.5 19.4996 18.7165 19.4996 17.75V13.75C19.4996 13.3358 19.8354 13 20.2496 13C20.6638 13 20.9995 13.3358 20.9995 13.75V17.75C20.9995 19.5449 19.5445 21 17.7496 21H6.24992C4.45504 21 3 19.5449 3 17.75V6.25C3 4.45507 4.45504 3 6.24992 3H10.2498C10.664 3 10.9998 3.33579 10.9998 3.75C10.9998 4.16421 10.664 4.5 10.2498 4.5H6.24992ZM12.9998 3.75C12.9998 3.33579 13.3355 3 13.7497 3H20.25C20.6642 3 21 3.33579 21 3.75V10.25C21 10.6642 20.6642 11 20.25 11C19.8358 11 19.5 10.6642 19.5 10.25V5.56074L14.28 10.7804C13.9871 11.0732 13.5123 11.0732 13.2194 10.7803C12.9265 10.4874 12.9265 10.0125 13.2194 9.71964L18.4395 4.5H13.7497C13.3355 4.5 12.9998 4.16421 12.9998 3.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 IconOpenFilled = function IconOpenFilled(_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 IconOpenFilled = function IconOpenFilled(_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: "M6.24991 4.75C5.42151 4.75 4.74995 5.42157 4.74995 6.25V17.75C4.74995 18.5784 5.42151 19.25 6.24991 19.25H17.7496C18.578 19.25 19.2496 18.5784 19.2496 17.75V13.75C19.2496 13.1977 19.6973 12.75 20.2496 12.75C20.8018 12.75 21.2495 13.1977 21.2495 13.75V17.75C21.2495 19.683 19.6826 21.25 17.7496 21.25H6.24991C4.31696 21.25 2.75 19.683 2.75 17.75V6.25C2.75 4.317 4.31697 2.75 6.24991 2.75H10.2498C10.8021 2.75 11.2498 3.19772 11.2498 3.75C11.2498 4.30228 10.8021 4.75 10.2498 4.75H6.24991ZM12.7498 3.75C12.7498 3.19772 13.1975 2.75 13.7497 2.75H20.25C20.8023 2.75 21.25 3.19772 21.25 3.75V10.25C21.25 10.8023 20.8023 11.25 20.25 11.25C19.6978 11.25 19.25 10.8023 19.25 10.25V6.16425L14.4568 10.9571C14.0663 11.3476 13.4331 11.3476 13.0426 10.9571C12.6521 10.5665 12.6521 9.93336 13.0427 9.54286L17.8359 4.75H13.7497C13.1975 4.75 12.7498 4.30228 12.7498 3.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 IconPatient = function IconPatient(_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 IconPatient = function IconPatient(_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: "M17.75 2C18.9926 2 20 3.00736 20 4.25V19.7546C20 20.9972 18.9926 22.0046 17.75 22.0046H6.25C5.00736 22.0046 4 20.9972 4 19.7546V4.25C4 3.05914 4.92516 2.08436 6.09595 2.00519L6.25 2H17.75ZM18.5 16H5.5V19.7546C5.5 20.1688 5.83579 20.5046 6.25 20.5046H17.75C18.1642 20.5046 18.5 20.1688 18.5 19.7546V16ZM7.75129 17.5H16.25C16.6642 17.5 17 17.8358 17 18.25C17 18.6297 16.7178 18.9435 16.3518 18.9932L16.25 19H7.75129C7.33707 19 7.00129 18.6642 7.00129 18.25C7.00129 17.8703 7.28344 17.5565 7.64952 17.5068L7.75129 17.5H16.25H7.75129ZM17.75 3.5H6.25L6.14823 3.50685C5.78215 3.55651 5.5 3.8703 5.5 4.25V14.5H8V12.2455C8 11.5983 8.49187 11.066 9.12219 11.002L9.25 10.9955H14.75C15.3972 10.9955 15.9295 11.4874 15.9935 12.1177L16 12.2455V14.5H18.5V4.25C18.5 3.83579 18.1642 3.5 17.75 3.5ZM14.5 12.4955H9.5V14.5H14.5V12.4955ZM12 4.99552C13.3807 4.99552 14.5 6.11481 14.5 7.49552C14.5 8.87624 13.3807 9.99552 12 9.99552C10.6193 9.99552 9.5 8.87624 9.5 7.49552C9.5 6.11481 10.6193 4.99552 12 4.99552ZM12 6.49552C11.4477 6.49552 11 6.94324 11 7.49552C11 8.04781 11.4477 8.49552 12 8.49552C12.5523 8.49552 13 8.04781 13 7.49552C13 6.94324 12.5523 6.49552 12 6.49552Z",
|
|
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 IconPatientFilled = function IconPatientFilled(_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 IconPatientFilled = function IconPatientFilled(_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: "M17.75 2C18.9926 2 20 3.00736 20 4.25V19.7546C20 20.9972 18.9926 22.0046 17.75 22.0046H6.25C5.00736 22.0046 4 20.9972 4 19.7546V4.25C4 3.05914 4.92516 2.08436 6.09595 2.00519L6.25 2H17.75ZM18.5 16H5.5V19.7546C5.5 20.1688 5.83579 20.5046 6.25 20.5046H17.75C18.1642 20.5046 18.5 20.1688 18.5 19.7546V16ZM7.75129 17.5H16.25C16.6642 17.5 17 17.8358 17 18.25C17 18.6297 16.7178 18.9435 16.3518 18.9932L16.25 19H7.75129C7.33707 19 7.00129 18.6642 7.00129 18.25C7.00129 17.8703 7.28344 17.5565 7.64952 17.5068L7.75129 17.5H16.25H7.75129ZM17.75 3.5H6.25L6.14823 3.50685C5.78215 3.55651 5.5 3.8703 5.5 4.25V14.5H8V12.2455C8 11.5983 8.49187 11.066 9.12219 11.002L9.25 10.9955H14.75C15.3972 10.9955 15.9295 11.4874 15.9935 12.1177L16 12.2455V14.5H18.5V4.25C18.5 3.83579 18.1642 3.5 17.75 3.5ZM12 4.99552C13.3807 4.99552 14.5 6.11481 14.5 7.49552C14.5 8.87624 13.3807 9.99552 12 9.99552C10.6193 9.99552 9.5 8.87624 9.5 7.49552C9.5 6.11481 10.6193 4.99552 12 4.99552Z",
|
|
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 IconPeople = function IconPeople(_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 IconPeople = function IconPeople(_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: "M5.5 8C5.5 6.61929 6.61929 5.5 8 5.5C9.38071 5.5 10.5 6.61929 10.5 8C10.5 9.38071 9.38071 10.5 8 10.5C6.61929 10.5 5.5 9.38071 5.5 8ZM8 4C5.79086 4 4 5.79086 4 8C4 10.2091 5.79086 12 8 12C10.2091 12 12 10.2091 12 8C12 5.79086 10.2091 4 8 4ZM15.5 9C15.5 8.17157 16.1716 7.5 17 7.5C17.8284 7.5 18.5 8.17157 18.5 9C18.5 9.82843 17.8284 10.5 17 10.5C16.1716 10.5 15.5 9.82843 15.5 9ZM17 6C15.3431 6 14 7.34315 14 9C14 10.6569 15.3431 12 17 12C18.6569 12 20 10.6569 20 9C20 7.34315 18.6569 6 17 6ZM14.2484 19.0377C14.9507 19.3232 15.8517 19.5 17.001 19.5C19.2833 19.5 20.5867 18.8027 21.2979 17.9421C21.643 17.5244 21.8186 17.1027 21.9077 16.7795C21.9521 16.6181 21.9754 16.48 21.9875 16.377C21.9936 16.3254 21.997 16.2821 21.9988 16.2487C21.9997 16.232 22.0003 16.2177 22.0006 16.2059L22.0009 16.1903L22.001 16.1839L22.001 16.1811L22.001 16.1786C22.001 14.9754 21.0256 14 19.8224 14H14.1796C14.1521 14 14.1248 14.0005 14.0977 14.0015C14.4916 14.4126 14.7787 14.927 14.914 15.5H19.8224C20.194 15.5 20.4958 15.7986 20.5009 16.1689C20.5006 16.1746 20.4997 16.1855 20.4979 16.2011C20.4934 16.2387 20.4835 16.3015 20.4615 16.3812C20.4177 16.5402 20.3277 16.7613 20.1416 16.9865C19.7903 17.4116 18.9687 18 17.001 18C16.0209 18 15.3252 17.854 14.8302 17.655C14.7231 18.0551 14.5452 18.5378 14.2484 19.0377ZM4.25 14C3.00736 14 2 15.0074 2 16.25V16.5011L2 16.5022L2.00001 16.5048L2.00007 16.5111L2.00035 16.5277C2.00064 16.5406 2.00117 16.5571 2.0021 16.5771C2.00396 16.6169 2.00745 16.6705 2.01398 16.7358C2.02701 16.8661 2.05233 17.045 2.10165 17.2564C2.19995 17.6776 2.39654 18.2404 2.79183 18.8051C3.61066 19.9749 5.17178 21 8 21C10.8282 21 12.3893 19.9749 13.2082 18.8051C13.6035 18.2404 13.8001 17.6776 13.8983 17.2564C13.9477 17.045 13.973 16.8661 13.986 16.7358C13.9926 16.6705 13.996 16.6169 13.9979 16.5771C13.9988 16.5571 13.9994 16.5406 13.9996 16.5277L13.9999 16.5111L14 16.5048L14 16.5022L14 16.25C14 15.0074 12.9926 14 11.75 14H4.25ZM3.50047 16.5072L3.5 16.4947V16.25C3.5 15.8358 3.83579 15.5 4.25 15.5H11.75C12.1642 15.5 12.5 15.8358 12.5 16.25V16.4946L12.4995 16.5072C12.4988 16.5222 12.4972 16.5493 12.4935 16.5865C12.486 16.6612 12.4703 16.7753 12.4376 16.9155C12.3718 17.1974 12.2403 17.5721 11.9793 17.9449C11.4857 18.6501 10.4218 19.5 8 19.5C5.57822 19.5 4.51434 18.6501 4.02067 17.9449C3.75971 17.5721 3.62818 17.1974 3.56241 16.9155C3.5297 16.7753 3.514 16.6612 3.50653 16.5865C3.50281 16.5493 3.50117 16.5222 3.50047 16.5072Z",
|
|
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 IconPeopleAdd = function IconPeopleAdd(_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 IconPeopleAdd = function IconPeopleAdd(_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: "M5.5 7C5.5 5.61929 6.61929 4.5 8 4.5C9.38071 4.5 10.5 5.61929 10.5 7C10.5 8.38071 9.38071 9.5 8 9.5C6.61929 9.5 5.5 8.38071 5.5 7ZM8 3C5.79086 3 4 4.79086 4 7C4 9.20914 5.79086 11 8 11C10.2091 11 12 9.20914 12 7C12 4.79086 10.2091 3 8 3ZM15.5 8C15.5 7.17157 16.1716 6.5 17 6.5C17.8284 6.5 18.5 7.17157 18.5 8C18.5 8.82843 17.8284 9.5 17 9.5C16.1716 9.5 15.5 8.82843 15.5 8ZM17 5C15.3431 5 14 6.34315 14 8C14 9.65685 15.3431 11 17 11C18.6569 11 20 9.65685 20 8C20 6.34315 18.6569 5 17 5ZM4.25 13C3.00736 13 2 14.0074 2 15.25V15.5011L2 15.5022L2.00001 15.5048L2.00007 15.5111L2.00035 15.5277C2.00064 15.5406 2.00117 15.5571 2.0021 15.5771C2.00396 15.6169 2.00745 15.6705 2.01398 15.7358C2.02701 15.8661 2.05233 16.045 2.10165 16.2564C2.19995 16.6776 2.39654 17.2404 2.79183 17.8051C3.61066 18.9749 5.17178 20 8 20C9.36897 20 10.4411 19.7598 11.2758 19.3793C11.1268 18.8851 11.035 18.366 11.0082 17.8299C10.3633 18.2108 9.41267 18.5 8 18.5C5.57822 18.5 4.51434 17.6501 4.02067 16.9449C3.75971 16.5721 3.62818 16.1974 3.56241 15.9155C3.5297 15.7753 3.514 15.6612 3.50653 15.5865C3.50281 15.5493 3.50117 15.5222 3.50047 15.5072L3.5 15.4947V15.25C3.5 14.8358 3.83579 14.5 4.25 14.5H11.7322C11.9807 14.0233 12.2865 13.5813 12.6405 13.1831C12.3674 13.0653 12.0663 13 11.75 13H4.25ZM23 17.5C23 14.4624 20.5376 12 17.5 12C14.4624 12 12 14.4624 12 17.5C12 20.5376 14.4624 23 17.5 23C20.5376 23 23 20.5376 23 17.5ZM18.0006 18L18.0011 20.5035C18.0011 20.7797 17.7773 21.0035 17.5011 21.0035C17.225 21.0035 17.0011 20.7797 17.0011 20.5035L17.0006 18H14.4956C14.2197 18 13.9961 17.7762 13.9961 17.5C13.9961 17.2239 14.2197 17 14.4956 17H17.0005L17 14.4993C17 14.2231 17.2239 13.9993 17.5 13.9993C17.7761 13.9993 18 14.2231 18 14.4993L18.0005 17H20.4966C20.7725 17 20.9961 17.2239 20.9961 17.5C20.9961 17.7762 20.7725 18 20.4966 18H18.0006Z",
|
|
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 IconPeopleAddFilled = function IconPeopleAddFilled(_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 IconPeopleAddFilled = function IconPeopleAddFilled(_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: "M8 11C10.2091 11 12 9.20914 12 7C12 4.79086 10.2091 3 8 3C5.79086 3 4 4.79086 4 7C4 9.20914 5.79086 11 8 11ZM17 11C18.6569 11 20 9.65685 20 8C20 6.34315 18.6569 5 17 5C15.3431 5 14 6.34315 14 8C14 9.65685 15.3431 11 17 11ZM4.25 13C3.00736 13 2 14.0074 2 15.25V15.5C2 15.5 2 20 8 20C9.38985 20 10.4578 19.7585 11.2783 19.3875C11.0973 18.7901 11 18.1564 11 17.5C11 15.8431 11.6199 14.3311 12.6405 13.1831C12.3674 13.0653 12.0663 13 11.75 13H4.25ZM23 17.5C23 14.4624 20.5376 12 17.5 12C14.4624 12 12 14.4624 12 17.5C12 20.5376 14.4624 23 17.5 23C20.5376 23 23 20.5376 23 17.5ZM18.0006 18L18.0011 20.5035C18.0011 20.7797 17.7773 21.0035 17.5011 21.0035C17.225 21.0035 17.0011 20.7797 17.0011 20.5035L17.0006 18H14.4956C14.2197 18 13.9961 17.7762 13.9961 17.5C13.9961 17.2239 14.2197 17 14.4956 17H17.0005L17 14.4993C17 14.2231 17.2239 13.9993 17.5 13.9993C17.7761 13.9993 18 14.2231 18 14.4993L18.0005 17H20.4966C20.7725 17 20.9961 17.2239 20.9961 17.5C20.9961 17.7762 20.7725 18 20.4966 18H18.0006Z",
|
|
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 IconPeopleFilled = function IconPeopleFilled(_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 IconPeopleFilled = function IconPeopleFilled(_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: "M8 12C10.2091 12 12 10.2091 12 8C12 5.79086 10.2091 4 8 4C5.79086 4 4 5.79086 4 8C4 10.2091 5.79086 12 8 12ZM17 12C18.6569 12 20 10.6569 20 9C20 7.34315 18.6569 6 17 6C15.3431 6 14 7.34315 14 9C14 10.6569 15.3431 12 17 12ZM4.25 14C3.00736 14 2 15.0074 2 16.25V16.5C2 16.5 2 21 8 21C14 21 14 16.5 14 16.5V16.25C14 15.0074 12.9926 14 11.75 14H4.25ZM17.0002 19.5C15.829 19.5 14.9321 19.3189 14.2453 19.0416C14.5873 18.4667 14.7719 17.9142 14.8724 17.4836C14.9328 17.2247 14.9645 17.0027 14.9813 16.8353C14.9897 16.7512 14.9944 16.68 14.997 16.6237C14.9983 16.5955 14.9991 16.5709 14.9996 16.5503L15.0001 16.5222L15.0002 16.5103L15.0002 16.505L15.0002 16.5024C15.0002 16.4992 15.0002 16.5 15.0002 16.5V16.25C15.0002 15.3779 14.6567 14.5861 14.0977 14.0023C14.1316 14.0008 14.1658 14 14.2002 14H19.8002C21.0152 14 22.0002 14.985 22.0002 16.2C22.0002 16.2 22.0002 19.5 17.0002 19.5Z",
|
|
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 IconPercent = function IconPercent(_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 IconPercent = function IconPercent(_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: "Theme=Line"
|
|
26
|
-
}, /*#__PURE__*/
|
|
26
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
27
27
|
id: "shape",
|
|
28
28
|
fillRule: "evenodd",
|
|
29
29
|
clipRule: "evenodd",
|
|
@@ -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 IconPerson = function IconPerson(_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 IconPerson = function IconPerson(_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.7542 13.9999C18.9962 13.9999 20.003 15.0068 20.003 16.2488V16.8242C20.003 17.7185 19.6835 18.5833 19.1019 19.2627C17.5326 21.0962 15.1454 22.0011 12 22.0011C8.85414 22.0011 6.46812 21.0959 4.90182 19.2617C4.32206 18.5828 4.00354 17.7193 4.00354 16.8265V16.2488C4.00354 15.0068 5.0104 13.9999 6.25242 13.9999H17.7542ZM17.7542 15.4999H6.25242C5.83882 15.4999 5.50354 15.8352 5.50354 16.2488V16.8265C5.50354 17.3622 5.69465 17.8802 6.04251 18.2876C7.29582 19.7553 9.26169 20.5011 12 20.5011C14.7383 20.5011 16.7059 19.7553 17.9624 18.2873C18.3113 17.8797 18.503 17.3608 18.503 16.8242V16.2488C18.503 15.8352 18.1678 15.4999 17.7542 15.4999ZM12 2.00464C14.7614 2.00464 17 4.24321 17 7.00464C17 9.76606 14.7614 12.0046 12 12.0046C9.23857 12.0046 7 9.76606 7 7.00464C7 4.24321 9.23857 2.00464 12 2.00464ZM12 3.50464C10.067 3.50464 8.5 5.07164 8.5 7.00464C8.5 8.93764 10.067 10.5046 12 10.5046C13.933 10.5046 15.5 8.93764 15.5 7.00464C15.5 5.07164 13.933 3.50464 12 3.50464Z",
|
|
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 IconPersonAccount = function IconPersonAccount(_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 IconPersonAccount = function IconPersonAccount(_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: "M13 14.0503V14.0002H4.25278C3.01076 14.0002 2.00391 15.007 2.00391 16.2491V16.8267C2.00391 17.7195 2.32242 18.583 2.90219 19.2619C4.46849 21.0962 6.8545 22.0013 10.0004 22.0013C10.3579 22.0013 10.7055 21.9896 11.0434 21.9662C11.0149 21.8153 11 21.6595 11 21.5002V20.4658C10.679 20.4895 10.3458 20.5013 10.0004 20.5013C7.26206 20.5013 5.29618 19.7555 4.04287 18.2878C3.69502 17.8805 3.50391 17.3624 3.50391 16.8267V16.2491C3.50391 15.8355 3.83919 15.5002 4.25278 15.5002H11.2081C11.5294 14.7648 12.1944 14.2138 13 14.0503ZM10.0004 2.00488C12.7618 2.00488 15.0004 4.24346 15.0004 7.00488C15.0004 9.76631 12.7618 12.0049 10.0004 12.0049C7.23894 12.0049 5.00036 9.76631 5.00036 7.00488C5.00036 4.24346 7.23894 2.00488 10.0004 2.00488ZM10.0004 3.50488C8.06737 3.50488 6.50036 5.07189 6.50036 7.00488C6.50036 8.93788 8.06737 10.5049 10.0004 10.5049C11.9334 10.5049 13.5004 8.93788 13.5004 7.00488C13.5004 5.07189 11.9334 3.50488 10.0004 3.50488ZM14 15.0003H13.5C12.6716 15.0003 12 15.6719 12 16.5003V21.5002C12 22.3287 12.6716 23.0002 13.5 23.0002H21.5C22.3284 23.0002 23 22.3287 23 21.5002V16.5003C23 15.6719 22.3284 15.0003 21.5 15.0003H21V13.7502C21 12.7837 20.2165 12.0002 19.25 12.0002H15.75C14.7835 12.0002 14 12.7837 14 13.7502V15.0003ZM15.5 13.7502C15.5 13.6122 15.6119 13.5002 15.75 13.5002H19.25C19.3881 13.5002 19.5 13.6122 19.5 13.7502V15.0003H15.5V13.7502Z",
|
|
26
26
|
fill: "#222222"
|
|
27
27
|
}));
|