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 IconCopy = function IconCopy(_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 IconCopy = function IconCopy(_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: "M6.17468 4.62704L6.17188 6.75V17.2542C6.17188 19.0491 7.62695 20.5042 9.42188 20.5042L18.0382 20.5045C17.7292 21.3782 16.8959 22.0042 15.9163 22.0042H9.42188C6.79852 22.0042 4.67188 19.8776 4.67188 17.2542V6.75C4.67188 5.76929 5.29932 4.93512 6.17468 4.62704ZM18.4219 2C19.6645 2 20.6719 3.00736 20.6719 4.25V17.25C20.6719 18.4926 19.6645 19.5 18.4219 19.5H9.42188C8.17923 19.5 7.17188 18.4926 7.17188 17.25V4.25C7.17188 3.00736 8.17923 2 9.42188 2H18.4219ZM18.4219 3.5H9.42188C9.00766 3.5 8.67188 3.83579 8.67188 4.25V17.25C8.67188 17.6642 9.00766 18 9.42188 18H18.4219C18.8361 18 19.1719 17.6642 19.1719 17.25V4.25C19.1719 3.83579 18.8361 3.5 18.4219 3.5Z",
|
|
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 IconCopyFilled = function IconCopyFilled(_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 IconCopyFilled = function IconCopyFilled(_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: "M6.17468 4.62704L6.17188 6.75V17.2542C6.17188 19.0491 7.62695 20.5042 9.42188 20.5042L18.0382 20.5045C17.7292 21.3782 16.8959 22.0042 15.9163 22.0042H9.42188C6.79852 22.0042 4.67188 19.8776 4.67188 17.2542V6.75C4.67188 5.76929 5.29932 4.93512 6.17468 4.62704ZM18.4219 2C19.6645 2 20.6719 3.00736 20.6719 4.25V17.25C20.6719 18.4926 19.6645 19.5 18.4219 19.5H9.42188C8.17923 19.5 7.17188 18.4926 7.17188 17.25V4.25C7.17188 3.00736 8.17923 2 9.42188 2H18.4219Z",
|
|
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 IconCubeTree = function IconCubeTree(_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 IconCubeTree = function IconCubeTree(_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: "M10.0697 5.51283C10.2007 5.11987 10.6255 4.9075 11.0184 5.03849L12.2812 5.45943L13.5441 5.03849C13.937 4.9075 14.3618 5.11987 14.4928 5.51283C14.6237 5.90579 14.4114 6.33053 14.0184 6.46151L13.0312 6.79057V7.75C13.0312 8.16421 12.6955 8.5 12.2812 8.5C11.867 8.5 11.5312 8.16421 11.5312 7.75V6.79057L10.5441 6.46151C10.1511 6.33053 9.93875 5.90579 10.0697 5.51283ZM12.5184 2.03849C12.3645 1.98717 12.198 1.98717 12.0441 2.03849L8.29408 3.28849C7.98782 3.39057 7.78125 3.67718 7.78125 4V9C7.78125 9.32282 7.98782 9.60943 8.29408 9.71151L11.5312 10.7906V13H9.78125C8.53861 13 7.53125 14.0074 7.53125 15.25V16.0945C6.23733 16.4275 5.28125 17.6021 5.28125 19C5.28125 20.6569 6.6244 22 8.28125 22C9.9381 22 11.2812 20.6569 11.2812 19C11.2812 17.6021 10.3252 16.4275 9.03125 16.0945V15.25C9.03125 14.8358 9.36704 14.5 9.78125 14.5H14.7812C15.1955 14.5 15.5312 14.8358 15.5312 15.25V16.0945C14.2373 16.4275 13.2812 17.6021 13.2812 19C13.2812 20.6569 14.6244 22 16.2812 22C17.9381 22 19.2812 20.6569 19.2812 19C19.2812 17.6021 18.3252 16.4275 17.0312 16.0945V15.25C17.0312 14.0074 16.0239 13 14.7812 13H13.0312V10.7906L16.2684 9.71151C16.5747 9.60943 16.7812 9.32282 16.7812 9V4C16.7812 3.67718 16.5747 3.39057 16.2684 3.28849L12.5184 2.03849ZM9.28125 8.45943V4.54057L12.2812 3.54057L15.2812 4.54057V8.45943L12.2812 9.45943L9.28125 8.45943ZM8.28125 17.5C9.10968 17.5 9.78125 18.1716 9.78125 19C9.78125 19.8284 9.10968 20.5 8.28125 20.5C7.45282 20.5 6.78125 19.8284 6.78125 19C6.78125 18.1716 7.45282 17.5 8.28125 17.5ZM14.7812 19C14.7812 18.1716 15.4528 17.5 16.2812 17.5C17.1097 17.5 17.7812 18.1716 17.7812 19C17.7812 19.8284 17.1097 20.5 16.2812 20.5C15.4528 20.5 14.7812 19.8284 14.7812 19Z",
|
|
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 IconCubeTreeFilled = function IconCubeTreeFilled(_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 IconCubeTreeFilled = function IconCubeTreeFilled(_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.0441 2.03849C12.198 1.98717 12.3645 1.98717 12.5184 2.03849L16.2684 3.28849C16.5747 3.39057 16.7812 3.67718 16.7812 4V9C16.7812 9.32282 16.5747 9.60943 16.2684 9.71151L13.0312 10.7906V13H14.7812C16.0239 13 17.0312 14.0074 17.0312 15.25V16.0945C18.3252 16.4275 19.2812 17.6021 19.2812 19C19.2812 20.6569 17.9381 22 16.2812 22C14.6244 22 13.2812 20.6569 13.2812 19C13.2812 17.6021 14.2373 16.4275 15.5312 16.0945V15.25C15.5312 14.8358 15.1955 14.5 14.7812 14.5H9.78125C9.36704 14.5 9.03125 14.8358 9.03125 15.25V16.0945C10.3252 16.4275 11.2812 17.6021 11.2812 19C11.2812 20.6569 9.9381 22 8.28125 22C6.6244 22 5.28125 20.6569 5.28125 19C5.28125 17.6021 6.23733 16.4275 7.53125 16.0945V15.25C7.53125 14.0074 8.53861 13 9.78125 13H11.5312V10.7906L8.29408 9.71151C7.98782 9.60943 7.78125 9.32282 7.78125 9V4C7.78125 3.67718 7.98782 3.39057 8.29408 3.28849L12.0441 2.03849ZM10.0697 5.51283C9.93875 5.90579 10.1511 6.33053 10.5441 6.46151L11.5312 6.79057V7.75C11.5312 8.16421 11.867 8.5 12.2812 8.5C12.6955 8.5 13.0312 8.16421 13.0312 7.75V6.79057L14.0184 6.46151C14.4114 6.33053 14.6237 5.90579 14.4928 5.51283C14.3618 5.11987 13.937 4.9075 13.5441 5.03849L12.2812 5.45943L11.0184 5.03849C10.6255 4.9075 10.2007 5.11987 10.0697 5.51283Z",
|
|
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 IconDatabase = function IconDatabase(_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 IconDatabase = function IconDatabase(_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: "M4 6C4 5.30945 4.3153 4.70664 4.77423 4.22025C5.2294 3.73784 5.85301 3.33745 6.56668 3.01752C7.99575 2.3769 9.91738 2 12 2C14.0826 2 16.0042 2.3769 17.4333 3.01752C18.147 3.33745 18.7706 3.73784 19.2258 4.22025C19.6847 4.70664 20 5.30945 20 6V18C20 18.6906 19.6847 19.2934 19.2258 19.7798C18.7706 20.2622 18.147 20.6626 17.4333 20.9825C16.0042 21.6231 14.0826 22 12 22C9.91738 22 7.99575 21.6231 6.56668 20.9825C5.85301 20.6626 5.2294 20.2622 4.77423 19.7798C4.3153 19.2934 4 18.6906 4 18V6ZM5.5 6C5.5 6.20691 5.59044 6.45909 5.86525 6.75034C6.14382 7.04559 6.58195 7.3455 7.18027 7.61372C8.37519 8.14937 10.0786 8.5 12 8.5C13.9214 8.5 15.6248 8.14937 16.8197 7.61372C17.418 7.3455 17.8562 7.04559 18.1348 6.75034C18.4096 6.45909 18.5 6.20691 18.5 6C18.5 5.79309 18.4096 5.54091 18.1348 5.24966C17.8562 4.95441 17.418 4.65449 16.8197 4.38628C15.6248 3.85063 13.9214 3.5 12 3.5C10.0786 3.5 8.37519 3.85063 7.18027 4.38628C6.58195 4.65449 6.14382 4.95441 5.86525 5.24966C5.59044 5.54091 5.5 5.79309 5.5 6ZM18.5 8.39242C18.1791 8.61282 17.8194 8.80942 17.4333 8.98248C16.0042 9.6231 14.0826 10 12 10C9.91738 10 7.99575 9.6231 6.56668 8.98248C6.18063 8.80942 5.82094 8.61282 5.5 8.39242V18C5.5 18.2069 5.59044 18.4591 5.86525 18.7503C6.14382 19.0456 6.58195 19.3455 7.18027 19.6137C8.37519 20.1494 10.0786 20.5 12 20.5C13.9214 20.5 15.6248 20.1494 16.8197 19.6137C17.418 19.3455 17.8562 19.0456 18.1348 18.7503C18.4096 18.4591 18.5 18.2069 18.5 18V8.39242Z",
|
|
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 IconDatabaseFilled = function IconDatabaseFilled(_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 IconDatabaseFilled = function IconDatabaseFilled(_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 10C16.4183 10 20 8.20914 20 6C20 3.79086 16.4183 2 12 2C7.58172 2 4 3.79086 4 6C4 8.20914 7.58172 10 12 10ZM18.3277 10.1701C18.9156 9.87611 19.4979 9.50399 20 9.05337V18C20 20.2091 16.4183 22 12 22C7.58172 22 4 20.2091 4 18V9.05337C4.50211 9.50399 5.08441 9.87611 5.67233 10.1701C7.36922 11.0185 9.60849 11.5 12 11.5C14.3915 11.5 16.6308 11.0185 18.3277 10.1701Z",
|
|
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 IconDelete = function IconDelete(_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 IconDelete = function IconDelete(_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: "M10 5H14C14 3.89543 13.1046 3 12 3C10.8954 3 10 3.89543 10 5ZM8.5 5C8.5 3.067 10.067 1.5 12 1.5C13.933 1.5 15.5 3.067 15.5 5H21.25C21.6642 5 22 5.33579 22 5.75C22 6.16421 21.6642 6.5 21.25 6.5H19.9309L18.7589 18.6112C18.5729 20.5334 16.9575 22 15.0263 22H8.97369C7.04254 22 5.42715 20.5334 5.24113 18.6112L4.06908 6.5H2.75C2.33579 6.5 2 6.16421 2 5.75C2 5.33579 2.33579 5 2.75 5H8.5ZM10.5 9.75C10.5 9.33579 10.1642 9 9.75 9C9.33579 9 9 9.33579 9 9.75V17.25C9 17.6642 9.33579 18 9.75 18C10.1642 18 10.5 17.6642 10.5 17.25V9.75ZM14.25 9C14.6642 9 15 9.33579 15 9.75V17.25C15 17.6642 14.6642 18 14.25 18C13.8358 18 13.5 17.6642 13.5 17.25V9.75C13.5 9.33579 13.8358 9 14.25 9ZM6.73416 18.4667C6.84577 19.62 7.815 20.5 8.97369 20.5H15.0263C16.185 20.5 17.1542 19.62 17.2658 18.4667L18.4239 6.5H5.57608L6.73416 18.4667Z",
|
|
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 IconDeleteFilled = function IconDeleteFilled(_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 IconDeleteFilled = function IconDeleteFilled(_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: "M10 5H14C14 3.89543 13.1046 3 12 3C10.8954 3 10 3.89543 10 5ZM8.5 5C8.5 3.067 10.067 1.5 12 1.5C13.933 1.5 15.5 3.067 15.5 5H21.25C21.6642 5 22 5.33579 22 5.75C22 6.16421 21.6642 6.5 21.25 6.5H19.9309L18.7589 18.6112C18.5729 20.5334 16.9575 22 15.0263 22H8.97369C7.04254 22 5.42715 20.5334 5.24113 18.6112L4.06908 6.5H2.75C2.33579 6.5 2 6.16421 2 5.75C2 5.33579 2.33579 5 2.75 5H8.5ZM10.5 9.75C10.5 9.33579 10.1642 9 9.75 9C9.33579 9 9 9.33579 9 9.75V17.25C9 17.6642 9.33579 18 9.75 18C10.1642 18 10.5 17.6642 10.5 17.25V9.75ZM14.25 9C13.8358 9 13.5 9.33579 13.5 9.75V17.25C13.5 17.6642 13.8358 18 14.25 18C14.6642 18 15 17.6642 15 17.25V9.75C15 9.33579 14.6642 9 14.25 9Z",
|
|
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 IconDeviceMeetingRoom = function IconDeviceMeetingRoom(_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 IconDeviceMeetingRoom = function IconDeviceMeetingRoom(_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: "M7.06943 3C5.65417 3 4.42324 3.96976 4.09199 5.34571L2.10025 13.6191C1.56269 15.8521 3.2549 18 5.55164 18H18.4435C20.7403 18 22.4325 15.8521 21.8949 13.6191L19.9032 5.34571C19.5719 3.96976 18.341 3 16.9257 3H7.06943ZM5.55033 5.69679C5.71933 4.99478 6.34736 4.5 7.06943 4.5H16.9257C17.6478 4.5 18.2758 4.99478 18.4448 5.69679L20.4366 13.9702C20.747 15.2596 19.7698 16.5 18.4435 16.5H5.55164C4.22535 16.5 3.24816 15.2596 3.55859 13.9702L5.55033 5.69679ZM6.74756 19C6.33334 19 5.99756 19.3358 5.99756 19.75C5.99756 20.1642 6.33334 20.5 6.74756 20.5H17.2476C17.6618 20.5 17.9976 20.1642 17.9976 19.75C17.9976 19.3358 17.6618 19 17.2476 19H6.74756Z",
|
|
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 IconDeviceMeetingRoomFilled = function IconDeviceMeetingRoomFilled(_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 IconDeviceMeetingRoomFilled = function IconDeviceMeetingRoomFilled(_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: "M4.0925 5.34571C4.42383 3.96976 5.65506 3 7.07066 3H16.9293C18.3449 3 19.5762 3.96976 19.9075 5.34571L21.8997 13.6191C22.4374 15.8521 20.7448 18 18.4475 18H5.55251C3.2552 18 1.56258 15.8521 2.10028 13.6191L4.0925 5.34571ZM6.74871 19C6.3344 19 5.99853 19.3358 5.99853 19.75C5.99853 20.1642 6.3344 20.5 6.74871 20.5H17.2513C17.6656 20.5 18.0014 20.1642 18.0014 19.75C18.0014 19.3358 17.6656 19 17.2513 19H6.74871Z",
|
|
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 IconDismiss = function IconDismiss(_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 IconDismiss = function IconDismiss(_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: "M4.39705 4.55379L4.46967 4.46967C4.73594 4.2034 5.1526 4.1792 5.44621 4.39705L5.53033 4.46967L12 10.939L18.4697 4.46967C18.7626 4.17678 19.2374 4.17678 19.5303 4.46967C19.8232 4.76256 19.8232 5.23744 19.5303 5.53033L13.061 12L19.5303 18.4697C19.7966 18.7359 19.8208 19.1526 19.6029 19.4462L19.5303 19.5303C19.2641 19.7966 18.8474 19.8208 18.5538 19.6029L18.4697 19.5303L12 13.061L5.53033 19.5303C5.23744 19.8232 4.76256 19.8232 4.46967 19.5303C4.17678 19.2374 4.17678 18.7626 4.46967 18.4697L10.939 12L4.46967 5.53033C4.2034 5.26406 4.1792 4.8474 4.39705 4.55379L4.46967 4.46967L4.39705 4.55379Z",
|
|
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 IconDismissCircle = function IconDismissCircle(_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 IconDismissCircle = function IconDismissCircle(_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 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.6944 20.5 20.5 16.6944 20.5 12C20.5 7.30558 16.6944 3.5 12 3.5ZM15.4462 8.39705L15.5303 8.46967C15.7966 8.73594 15.8208 9.1526 15.6029 9.44621L15.5303 9.53033L13.061 12L15.5303 14.4697C15.7966 14.7359 15.8208 15.1526 15.6029 15.4462L15.5303 15.5303C15.2641 15.7966 14.8474 15.8208 14.5538 15.6029L14.4697 15.5303L12 13.061L9.53033 15.5303C9.26406 15.7966 8.8474 15.8208 8.55379 15.6029L8.46967 15.5303C8.2034 15.2641 8.1792 14.8474 8.39705 14.5538L8.46967 14.4697L10.939 12L8.46967 9.53033C8.2034 9.26406 8.1792 8.8474 8.39705 8.55379L8.46967 8.46967C8.73594 8.2034 9.1526 8.1792 9.44621 8.39705L9.53033 8.46967L12 10.939L14.4697 8.46967C14.7359 8.2034 15.1526 8.1792 15.4462 8.39705Z",
|
|
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 IconDismissCircleFilled = function IconDismissCircleFilled(_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 IconDismissCircleFilled = function IconDismissCircleFilled(_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 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM15.5303 8.46967L15.4462 8.39705C15.1852 8.2034 14.827 8.20101 14.5636 8.38988L14.4697 8.46967L12 10.939L9.53033 8.46967L9.44621 8.39705C9.18522 8.2034 8.82701 8.20101 8.56362 8.38988L8.46967 8.46967L8.39705 8.55379C8.2034 8.81478 8.20101 9.17299 8.38988 9.43638L8.46967 9.53033L10.939 12L8.46967 14.4697L8.39705 14.5538C8.2034 14.8148 8.20101 15.173 8.38988 15.4364L8.46967 15.5303L8.55379 15.6029C8.81478 15.7966 9.17299 15.799 9.43638 15.6101L9.53033 15.5303L12 13.061L14.4697 15.5303L14.5538 15.6029C14.8148 15.7966 15.173 15.799 15.4364 15.6101L15.5303 15.5303L15.6029 15.4462C15.7966 15.1852 15.799 14.827 15.6101 14.5636L15.5303 14.4697L13.061 12L15.5303 9.53033L15.6029 9.44621C15.7966 9.18522 15.799 8.82701 15.6101 8.56362L15.5303 8.46967L15.4462 8.39705L15.5303 8.46967Z",
|
|
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 IconDismissFilled = function IconDismissFilled(_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 IconDismissFilled = function IconDismissFilled(_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: "M4.2097 4.3871L4.29289 4.29289C4.65338 3.93241 5.22061 3.90468 5.6129 4.2097L5.70711 4.29289L12 10.585L18.2929 4.29289C18.6834 3.90237 19.3166 3.90237 19.7071 4.29289C20.0976 4.68342 20.0976 5.31658 19.7071 5.70711L13.415 12L19.7071 18.2929C20.0676 18.6534 20.0953 19.2206 19.7903 19.6129L19.7071 19.7071C19.3466 20.0676 18.7794 20.0953 18.3871 19.7903L18.2929 19.7071L12 13.415L5.70711 19.7071C5.31658 20.0976 4.68342 20.0976 4.29289 19.7071C3.90237 19.3166 3.90237 18.6834 4.29289 18.2929L10.585 12L4.29289 5.70711C3.93241 5.34662 3.90468 4.77939 4.2097 4.3871L4.29289 4.29289L4.2097 4.3871Z",
|
|
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 IconDocument = function IconDocument(_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 IconDocument = function IconDocument(_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: "M18.5 20C18.5 20.275 18.276 20.5 18 20.5H6C5.724 20.5 5.5 20.275 5.5 20V4C5.5 3.725 5.724 3.5 6 3.5H12V8C12 9.104 12.896 10 14 10H18.5V20ZM13.5 4.621L17.378 8.5H14C13.724 8.5 13.5 8.275 13.5 8V4.621ZM19.414 8.414L13.585 2.586C13.559 2.56 13.527 2.54 13.5 2.516C13.429 2.452 13.359 2.389 13.281 2.336C13.241 2.309 13.195 2.291 13.153 2.268C13.082 2.228 13.012 2.184 12.937 2.152C12.74 2.07 12.528 2.029 12.313 2.014C12.266 2.011 12.22 2 12.172 2H12.171H12H6C4.896 2 4 2.896 4 4V20C4 21.104 4.896 22 6 22H18C19.104 22 20 21.104 20 20V10V9.828C20 9.298 19.789 8.789 19.414 8.414Z",
|
|
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 IconDocumentBulletList = function IconDocumentBulletList(_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 IconDocumentBulletList = function IconDocumentBulletList(_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: "M7 12.25C7 11.8358 7.33579 11.5 7.75 11.5C8.16421 11.5 8.5 11.8358 8.5 12.25C8.5 12.6642 8.16421 13 7.75 13C7.33579 13 7 12.6642 7 12.25ZM7.75 14.5C7.33579 14.5 7 14.8358 7 15.25C7 15.6642 7.33579 16 7.75 16C8.16421 16 8.5 15.6642 8.5 15.25C8.5 14.8358 8.16421 14.5 7.75 14.5ZM7 18.25C7 17.8358 7.33579 17.5 7.75 17.5C8.16421 17.5 8.5 17.8358 8.5 18.25C8.5 18.6642 8.16421 19 7.75 19C7.33579 19 7 18.6642 7 18.25ZM10.75 11.5C10.3358 11.5 10 11.8358 10 12.25C10 12.6642 10.3358 13 10.75 13H16.25C16.6642 13 17 12.6642 17 12.25C17 11.8358 16.6642 11.5 16.25 11.5H10.75ZM10 15.25C10 14.8358 10.3358 14.5 10.75 14.5H16.25C16.6642 14.5 17 14.8358 17 15.25C17 15.6642 16.6642 16 16.25 16H10.75C10.3358 16 10 15.6642 10 15.25ZM10.75 17.5C10.3358 17.5 10 17.8358 10 18.25C10 18.6642 10.3358 19 10.75 19H16.25C16.6642 19 17 18.6642 17 18.25C17 17.8358 16.6642 17.5 16.25 17.5H10.75ZM19.414 8.414L13.585 2.586C13.57 2.57105 13.5531 2.55808 13.5363 2.54519C13.5238 2.53567 13.5115 2.5262 13.5 2.516C13.429 2.452 13.359 2.389 13.281 2.336C13.2557 2.31894 13.2281 2.30548 13.2005 2.29207C13.1845 2.28426 13.1685 2.27647 13.153 2.268C13.1363 2.25859 13.1197 2.24897 13.103 2.23933C13.0488 2.20797 12.9944 2.17648 12.937 2.152C12.74 2.07 12.528 2.029 12.313 2.014C12.2933 2.01274 12.2738 2.01008 12.2542 2.00741C12.2271 2.00371 12.1999 2 12.172 2H6C4.896 2 4 2.896 4 4V20C4 21.104 4.896 22 6 22H18C19.104 22 20 21.104 20 20V9.828C20 9.298 19.789 8.789 19.414 8.414ZM18.5 20C18.5 20.275 18.276 20.5 18 20.5H6C5.724 20.5 5.5 20.275 5.5 20V4C5.5 3.725 5.724 3.5 6 3.5H12V8C12 9.104 12.896 10 14 10H18.5V20ZM13.5 4.621L17.378 8.5H14C13.724 8.5 13.5 8.275 13.5 8V4.621Z",
|
|
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 IconDocumentBulletListFilled = function IconDocumentBulletListFilled(_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 IconDocumentBulletListFilled = function IconDocumentBulletListFilled(_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 8V2H6C4.89543 2 4 2.89543 4 4V20C4 21.1046 4.89543 22 6 22H18C19.1046 22 20 21.1046 20 20V10H14C12.8954 10 12 9.10457 12 8ZM7 12.25C7 11.8358 7.33579 11.5 7.75 11.5C8.16421 11.5 8.5 11.8358 8.5 12.25C8.5 12.6642 8.16421 13 7.75 13C7.33579 13 7 12.6642 7 12.25ZM7 15.25C7 14.8358 7.33579 14.5 7.75 14.5C8.16421 14.5 8.5 14.8358 8.5 15.25C8.5 15.6642 8.16421 16 7.75 16C7.33579 16 7 15.6642 7 15.25ZM7 18.25C7 17.8358 7.33579 17.5 7.75 17.5C8.16421 17.5 8.5 17.8358 8.5 18.25C8.5 18.6642 8.16421 19 7.75 19C7.33579 19 7 18.6642 7 18.25ZM10 12.25C10 11.8358 10.3358 11.5 10.75 11.5H16.25C16.6642 11.5 17 11.8358 17 12.25C17 12.6642 16.6642 13 16.25 13H10.75C10.3358 13 10 12.6642 10 12.25ZM10 15.25C10 14.8358 10.3358 14.5 10.75 14.5H16.25C16.6642 14.5 17 14.8358 17 15.25C17 15.6642 16.6642 16 16.25 16H10.75C10.3358 16 10 15.6642 10 15.25ZM10 18.25C10 17.8358 10.3358 17.5 10.75 17.5H16.25C16.6642 17.5 17 17.8358 17 18.25C17 18.6642 16.6642 19 16.25 19H10.75C10.3358 19 10 18.6642 10 18.25ZM13.5 8V2.5L19.5 8.5H14C13.7239 8.5 13.5 8.27614 13.5 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 IconDocumentEdit = function IconDocumentEdit(_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 IconDocumentEdit = function IconDocumentEdit(_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: "M6.25 3.5C5.83579 3.5 5.5 3.83579 5.5 4.25V19.75C5.5 20.1642 5.83579 20.5 6.25 20.5H10.0293C9.92216 21.0483 10.0375 21.5732 10.3007 22H6.25C5.00736 22 4 20.9926 4 19.75V4.25C4 3.00736 5.00736 2 6.25 2H12.3358C12.7999 2 13.245 2.18437 13.5732 2.51256L19.4874 8.42678C19.8156 8.75497 20 9.20009 20 9.66421V10H19.8698C19.7592 9.99447 19.6484 9.99447 19.5378 10H14C12.8954 10 12 9.10457 12 8V3.5H6.25ZM13.5 4.56066V8C13.5 8.27614 13.7239 8.5 14 8.5H17.4393L13.5 4.56066ZM19.7133 11H19.7154C20.3 11.0003 20.8845 11.2234 21.3305 11.6695C22.2231 12.5621 22.2231 14.0093 21.3305 14.9019L15.4281 20.8043C15.084 21.1485 14.6528 21.3926 14.1806 21.5106L12.3499 21.9683C11.5538 22.1674 10.8326 21.4462 11.0317 20.6501L11.4894 18.8194C11.6074 18.3472 11.8515 17.916 12.1957 17.5719L18.0981 11.6695C18.5441 11.2234 19.1287 11.0003 19.7133 11Z",
|
|
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 IconDocumentEditFilled = function IconDocumentEditFilled(_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 IconDocumentEditFilled = function IconDocumentEditFilled(_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 2V8C12 9.10457 12.8954 10 14 10H18.9209C18.324 10.2196 17.7756 10.5541 17.3621 10.9704L11.3114 17.0623C10.9598 17.4164 10.7086 17.8576 10.5836 18.3407L10.0588 20.3701C9.90491 20.9651 10.0168 21.5396 10.3007 22H5.5C4.67157 22 4 21.3284 4 20.5V3.5C4 2.67157 4.67157 2 5.5 2H12ZM13.5 2.5V8C13.5 8.27614 13.7239 8.5 14 8.5H19.5L13.5 2.5ZM12.1957 17.5719L18.0981 11.6695C18.9907 10.7768 20.4379 10.7768 21.3305 11.6695C22.2231 12.5621 22.2231 14.0093 21.3305 14.9019L15.4281 20.8043C15.084 21.1485 14.6528 21.3926 14.1806 21.5106L12.3499 21.9683C11.5538 22.1674 10.8326 21.4462 11.0317 20.6501L11.4894 18.8194C11.6074 18.3472 11.8515 17.916 12.1957 17.5719Z",
|
|
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 IconDocumentFilled = function IconDocumentFilled(_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 IconDocumentFilled = function IconDocumentFilled(_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 2V8C12 9.10457 12.8954 10 14 10H20V20C20 21.1046 19.1046 22 18 22H6C4.89543 22 4 21.1046 4 20V4C4 2.89543 4.89543 2 6 2H12ZM13.5 2.5V8C13.5 8.27614 13.7239 8.5 14 8.5H19.5L13.5 2.5Z",
|
|
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 IconEdit = function IconEdit(_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 IconEdit = function IconEdit(_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: "M20.9519 3.0481C19.5543 1.65058 17.2885 1.65064 15.8911 3.04825L3.94103 14.9997C3.5347 15.4061 3.2491 15.9172 3.116 16.4762L2.02041 21.0777C1.96009 21.3311 2.03552 21.5976 2.21968 21.7817C2.40385 21.9659 2.67037 22.0413 2.92373 21.981L7.52498 20.8855C8.08418 20.7523 8.59546 20.4666 9.00191 20.0601L20.952 8.10861C22.3493 6.71112 22.3493 4.4455 20.9519 3.0481ZM16.9518 4.10884C17.7634 3.29709 19.0795 3.29705 19.8912 4.10876C20.7028 4.9204 20.7029 6.23632 19.8913 7.04801L19 7.93946L16.0606 5.00012L16.9518 4.10884ZM15 6.06084L17.9394 9.00018L7.94119 18.9995C7.73104 19.2097 7.46668 19.3574 7.17755 19.4263L3.76191 20.2395L4.57521 16.8237C4.64402 16.5346 4.79168 16.2704 5.00175 16.0603L15 6.06084Z",
|
|
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 IconEditFilled = function IconEditFilled(_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 IconEditFilled = function IconEditFilled(_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: "M15.8911 3.04825C17.2885 1.65064 19.5543 1.65058 20.9519 3.0481C22.3493 4.4455 22.3493 6.71112 20.952 8.10861L20.0602 9.00057L14.9995 3.93991L15.8911 3.04825ZM13.9389 5.00064L3.94103 14.9997C3.5347 15.4061 3.2491 15.9172 3.116 16.4762L2.02041 21.0777C1.96009 21.3311 2.03552 21.5976 2.21968 21.7817C2.40385 21.9659 2.67037 22.0413 2.92373 21.981L7.52498 20.8855C8.08418 20.7523 8.59546 20.4666 9.00191 20.0601L18.9996 10.0613L13.9389 5.00064Z",
|
|
26
26
|
fill: "#222222"
|
|
27
27
|
}));
|