ab-ui-library 1.62.2 → 1.64.0
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/{RadioGroup-7248942e.js → RadioGroup-1bc04833.js} +2 -2
- package/assets/styles/styles.css +21 -9
- package/assets/styles/styles.scss +1 -1
- package/components/AdvancedTable/AdvancedPagination.js +8 -7
- package/components/AdvancedTable/ColumnHeader.js +3 -3
- package/components/AdvancedTable/ColumnSettings.js +8 -7
- package/components/AdvancedTable/IndeterminateCheckbox.js +5 -5
- package/components/AdvancedTable/Table.js +7 -7
- package/components/AdvancedTable/hooks/useTableControl.js +6 -6
- package/components/AdvancedTable/index.js +8 -7
- package/components/Alert/Alert.js +6 -6
- package/components/Alert/index.js +6 -6
- package/components/Avatar/Avatar.d.ts +1 -1
- package/components/Avatar/Avatar.js +14 -9
- package/components/Avatar/AvatarGroup.js +8 -7
- package/components/Avatar/consts.d.ts +7 -0
- package/components/Avatar/consts.js +18 -0
- package/components/Avatar/index.js +8 -7
- package/components/Avatar/types.d.ts +6 -1
- package/components/Button/Button.js +6 -6
- package/components/Button/index.js +6 -6
- package/components/ButtonIcon/ButtonIcon.js +6 -6
- package/components/ButtonIcon/index.js +6 -6
- package/components/CardBody/CardBody.js +6 -6
- package/components/CardBody/index.js +6 -6
- package/components/CardSelect/CardSelect.js +6 -6
- package/components/CardSelect/CardSelectGroup.js +6 -6
- package/components/CardSelect/components/CardChips.js +3 -3
- package/components/CardSelect/components/CardInput.js +6 -6
- package/components/CardSelect/components/index.js +6 -6
- package/components/CardSelect/index.js +6 -6
- package/components/Cards/CardItem.js +1 -1
- package/components/Cards/index.js +1 -1
- package/components/Checkbox/Checkbox.js +5 -5
- package/components/Checkbox/index.js +5 -5
- package/components/Chips/Chips.js +3 -3
- package/components/Chips/index.js +3 -3
- package/components/Collapse/CollapseGroup/CollapseGroup.js +5 -5
- package/components/Collapse/CollapseItem/CollapseItem.js +3 -3
- package/components/Collapse/index.js +5 -5
- package/components/Copy/Copy.js +6 -6
- package/components/Copy/index.js +6 -6
- package/components/Counter/Counter.js +6 -6
- package/components/Counter/index.js +6 -6
- package/components/DatePicker/CustomHeader/CustomHeader.js +8 -7
- package/components/DatePicker/RangeDatePicker.js +7 -7
- package/components/DatePicker/SimpleDatePicker.js +9 -8
- package/components/DatePicker/TimePicker.js +7 -7
- package/components/DatePicker/hooks.js +3 -3
- package/components/DatePicker/index.js +9 -8
- package/components/Empty/Empty.js +6 -6
- package/components/Empty/index.js +6 -6
- package/components/FileUpload/FileUpload.js +7 -7
- package/components/FileUpload/UploadItems.js +6 -6
- package/components/FileUpload/index.js +7 -7
- package/components/FormContainer/FormContainer.js +7 -7
- package/components/FormContainer/index.js +7 -7
- package/components/FormField/FormField.js +5 -5
- package/components/FormField/index.js +5 -5
- package/components/Input/Input.js +6 -6
- package/components/Input/InputPassword.js +6 -6
- package/components/Input/index.js +6 -6
- package/components/ItemSelect/ItemSelect.js +5 -5
- package/components/ItemSelect/ItemSelectGroup.js +5 -5
- package/components/ItemSelect/index.js +5 -5
- package/components/Link/Link.js +2 -2
- package/components/Link/index.js +2 -2
- package/components/Menu/Menu.js +8 -7
- package/components/Menu/NestedMenu.js +8 -7
- package/components/Menu/index.js +8 -7
- package/components/Modal/Modal.js +6 -6
- package/components/Modal/ModalConfirmation.js +6 -6
- package/components/Modal/index.js +6 -6
- package/components/More/More.js +6 -6
- package/components/More/index.js +6 -6
- package/components/MultiTextareaWithChips/MultiTextareaWithChips.js +6 -6
- package/components/MultiTextareaWithChips/hooks/index.js +3 -3
- package/components/MultiTextareaWithChips/hooks/useChipManagement.js +3 -3
- package/components/MultiTextareaWithChips/hooks/useDropdownLogic.js +1 -1
- package/components/MultiTextareaWithChips/index.js +6 -6
- package/components/OneTimePassword/OneTimePassword.js +7 -7
- package/components/OneTimePassword/index.js +7 -7
- package/components/Pagination/Pagination.js +3 -3
- package/components/Pagination/index.js +3 -3
- package/components/Popover/Popover.js +3 -3
- package/components/Popover/index.js +3 -3
- package/components/Progress/ProgressBarWrapper.js +2 -2
- package/components/Progress/index.js +2 -2
- package/components/ProgressStep/ProgressStep.js +2 -2
- package/components/ProgressStep/Step.js +2 -2
- package/components/ProgressStep/index.js +2 -2
- package/components/Radio/RadioGroup.js +5 -5
- package/components/Radio/index.js +5 -5
- package/components/SVGIcons/IconAdd.js +2 -2
- package/components/SVGIcons/IconAddCircle.js +2 -2
- package/components/SVGIcons/IconAddCircleFilled.js +2 -2
- package/components/SVGIcons/IconAddFilled.js +2 -2
- package/components/SVGIcons/IconAlert.js +2 -2
- package/components/SVGIcons/IconAlertBadge.js +2 -2
- package/components/SVGIcons/IconAlertBadgeFilled.js +2 -2
- package/components/SVGIcons/IconAlertFilled.js +2 -2
- package/components/SVGIcons/IconAm.js +2 -2
- package/components/SVGIcons/IconAmd.js +2 -2
- package/components/SVGIcons/IconAmdFilled.js +2 -2
- package/components/SVGIcons/IconAppStore.js +2 -2
- package/components/SVGIcons/IconApple.js +2 -2
- package/components/SVGIcons/IconAppsList.js +2 -2
- package/components/SVGIcons/IconAppsListDetail.js +2 -2
- package/components/SVGIcons/IconAppsListDetailFilled.js +2 -2
- package/components/SVGIcons/IconAppsListFilled.js +2 -2
- package/components/SVGIcons/IconArrowCircleDown.js +2 -2
- package/components/SVGIcons/IconArrowCircleDownSplit.js +2 -2
- package/components/SVGIcons/IconArrowDown.js +2 -2
- package/components/SVGIcons/IconArrowDownFilled.js +2 -2
- package/components/SVGIcons/IconArrowDownLeft.js +2 -2
- package/components/SVGIcons/IconArrowDownLeftFilled.js +2 -2
- package/components/SVGIcons/IconArrowDownload.js +2 -2
- package/components/SVGIcons/IconArrowDownloadFilled.js +2 -2
- package/components/SVGIcons/IconArrowEnter.js +2 -2
- package/components/SVGIcons/IconArrowEnterFilled.js +2 -2
- package/components/SVGIcons/IconArrowExit.js +2 -2
- package/components/SVGIcons/IconArrowExitFilled.js +2 -2
- package/components/SVGIcons/IconArrowExportLeftToRight.js +2 -2
- package/components/SVGIcons/IconArrowExportLeftToRightFilled.js +2 -2
- package/components/SVGIcons/IconArrowExportRightToLeft.js +2 -2
- package/components/SVGIcons/IconArrowExportRightToLeftFilled.js +2 -2
- package/components/SVGIcons/IconArrowExportUp.js +2 -2
- package/components/SVGIcons/IconArrowExportUpFilled.js +2 -2
- package/components/SVGIcons/IconArrowImport.js +2 -2
- package/components/SVGIcons/IconArrowImportFilled.js +2 -2
- package/components/SVGIcons/IconArrowLeft.js +2 -2
- package/components/SVGIcons/IconArrowLeftFilled.js +2 -2
- package/components/SVGIcons/IconArrowRepeatAll.js +2 -2
- package/components/SVGIcons/IconArrowRepeatAllFilled.js +2 -2
- package/components/SVGIcons/IconArrowReset.js +2 -2
- package/components/SVGIcons/IconArrowResetFilled.js +2 -2
- package/components/SVGIcons/IconArrowRight.js +2 -2
- package/components/SVGIcons/IconArrowRightFilled.js +2 -2
- package/components/SVGIcons/IconArrowSort.js +2 -2
- package/components/SVGIcons/IconArrowSortFilled.js +2 -2
- package/components/SVGIcons/IconArrowSwap.js +2 -2
- package/components/SVGIcons/IconArrowSwapFilled.js +2 -2
- package/components/SVGIcons/IconArrowSync.js +2 -2
- package/components/SVGIcons/IconArrowSyncFilled.js +2 -2
- package/components/SVGIcons/IconArrowTrendingLines.js +2 -2
- package/components/SVGIcons/IconArrowUp.js +2 -2
- package/components/SVGIcons/IconArrowUpFilled.js +2 -2
- package/components/SVGIcons/IconArrowUpLeft.js +2 -2
- package/components/SVGIcons/IconArrowUpLeftFilled.js +2 -2
- package/components/SVGIcons/IconArrowUpRight.js +2 -2
- package/components/SVGIcons/IconArrowUpRightFilled.js +2 -2
- package/components/SVGIcons/IconAttach.js +2 -2
- package/components/SVGIcons/IconAttachFilled.js +2 -2
- package/components/SVGIcons/IconBadge.js +2 -2
- package/components/SVGIcons/IconBadgeFilled.js +2 -2
- package/components/SVGIcons/IconBag.js +2 -2
- package/components/SVGIcons/IconBeach.js +2 -2
- package/components/SVGIcons/IconBeachFilled.js +2 -2
- package/components/SVGIcons/IconBed.js +2 -2
- package/components/SVGIcons/IconBedFilled.js +2 -2
- package/components/SVGIcons/IconBook.js +2 -2
- package/components/SVGIcons/IconBookFilled.js +2 -2
- package/components/SVGIcons/IconBookOpen.js +2 -2
- package/components/SVGIcons/IconBookOpenFilled.js +2 -2
- package/components/SVGIcons/IconBookmark.js +2 -2
- package/components/SVGIcons/IconBookmarkFilled.js +2 -2
- package/components/SVGIcons/IconBranch.d.ts +4 -0
- package/components/SVGIcons/IconBranch.js +30 -0
- package/components/SVGIcons/IconBranchFilled.d.ts +4 -0
- package/components/SVGIcons/IconBranchFilled.js +30 -0
- package/components/SVGIcons/IconBriefcase.js +2 -2
- package/components/SVGIcons/IconBriefcaseFilled.js +2 -2
- package/components/SVGIcons/IconBroom.js +2 -2
- package/components/SVGIcons/IconBroomFilled.js +2 -2
- package/components/SVGIcons/IconBuilding.js +2 -2
- package/components/SVGIcons/IconBuildingBank.js +2 -2
- package/components/SVGIcons/IconBuildingBankFilled.js +2 -2
- package/components/SVGIcons/IconBuildingFilled.js +2 -2
- package/components/SVGIcons/IconBuildingHome.js +2 -2
- package/components/SVGIcons/IconBuildingHomeFilled.js +2 -2
- package/components/SVGIcons/IconBuildingShop.js +2 -2
- package/components/SVGIcons/IconBuildingShopFilled.js +2 -2
- package/components/SVGIcons/IconBulletListAdd.js +2 -2
- package/components/SVGIcons/IconBulletListAddFilled.js +2 -2
- package/components/SVGIcons/IconCalculator.js +2 -2
- package/components/SVGIcons/IconCalculatorFilled.js +2 -2
- package/components/SVGIcons/IconCalendarCheckmark.js +2 -2
- package/components/SVGIcons/IconCalendarCheckmarkFilled.js +2 -2
- package/components/SVGIcons/IconCalendarClock.js +2 -2
- package/components/SVGIcons/IconCalendarClockFilled.js +2 -2
- package/components/SVGIcons/IconCalendarDay.js +2 -2
- package/components/SVGIcons/IconCalendarDayFilled.js +2 -2
- package/components/SVGIcons/IconCalendarLeft.js +2 -2
- package/components/SVGIcons/IconCalendarLeftFilled.js +2 -2
- package/components/SVGIcons/IconCalendarRight.js +2 -2
- package/components/SVGIcons/IconCalendarRightFilled.js +2 -2
- package/components/SVGIcons/IconCall.js +2 -2
- package/components/SVGIcons/IconCallFilled.js +2 -2
- package/components/SVGIcons/IconCameraDome.js +2 -2
- package/components/SVGIcons/IconCameraDomeFilled.js +2 -2
- package/components/SVGIcons/IconCard.js +2 -2
- package/components/SVGIcons/IconCardFilled.js +2 -2
- package/components/SVGIcons/IconCaretDown.js +2 -2
- package/components/SVGIcons/IconCaretDownFilled.js +2 -2
- package/components/SVGIcons/IconCaretDownRight.js +2 -2
- package/components/SVGIcons/IconCaretDownRightFilled.js +2 -2
- package/components/SVGIcons/IconCaretLeft.js +2 -2
- package/components/SVGIcons/IconCaretLeftFilled.js +2 -2
- package/components/SVGIcons/IconCaretRight.js +2 -2
- package/components/SVGIcons/IconCaretRightFilled.js +2 -2
- package/components/SVGIcons/IconCaretUp.js +2 -2
- package/components/SVGIcons/IconCaretUpFilled.js +2 -2
- package/components/SVGIcons/IconChartMultiple.js +2 -2
- package/components/SVGIcons/IconChartMultipleFilled.js +2 -2
- package/components/SVGIcons/IconChat.js +2 -2
- package/components/SVGIcons/IconChatFilled.js +2 -2
- package/components/SVGIcons/IconChatMultiple.js +2 -2
- package/components/SVGIcons/IconChatMultipleFilled.js +2 -2
- package/components/SVGIcons/IconCheckboxArrowRight.js +2 -2
- package/components/SVGIcons/IconCheckboxArrowRightFilled.js +2 -2
- package/components/SVGIcons/IconCheckmark.js +2 -2
- package/components/SVGIcons/IconCheckmarkCircle.js +2 -2
- package/components/SVGIcons/IconCheckmarkCircleFilled.js +2 -2
- package/components/SVGIcons/IconCheckmarkFilled.js +2 -2
- package/components/SVGIcons/IconCheckmarkStarburst.js +2 -2
- package/components/SVGIcons/IconCheckmarkStarburstFilled.js +2 -2
- package/components/SVGIcons/IconChevronDoubleLeft.js +2 -2
- package/components/SVGIcons/IconChevronDoubleLeftFilled.js +2 -2
- package/components/SVGIcons/IconChevronDoubleRight.js +2 -2
- package/components/SVGIcons/IconChevronDoubleRightFilled.js +2 -2
- package/components/SVGIcons/IconChevronDown.js +2 -2
- package/components/SVGIcons/IconChevronDownFilled.js +2 -2
- package/components/SVGIcons/IconChevronLeft.js +2 -2
- package/components/SVGIcons/IconChevronLeftFilled.js +2 -2
- package/components/SVGIcons/IconChevronRight.js +2 -2
- package/components/SVGIcons/IconChevronRightFilled.js +2 -2
- package/components/SVGIcons/IconChevronUp.js +2 -2
- package/components/SVGIcons/IconChevronUpDown.js +2 -2
- package/components/SVGIcons/IconChevronUpDownFilled.js +2 -2
- package/components/SVGIcons/IconChevronUpFilled.js +2 -2
- package/components/SVGIcons/IconCircleOff.js +2 -2
- package/components/SVGIcons/IconCircleOffFilled.js +2 -2
- package/components/SVGIcons/IconClock.js +2 -2
- package/components/SVGIcons/IconClockDismiss.js +2 -2
- package/components/SVGIcons/IconClockDismissFilled.js +2 -2
- package/components/SVGIcons/IconClockFilled.js +2 -2
- package/components/SVGIcons/IconColor.js +2 -2
- package/components/SVGIcons/IconColorFilled.js +2 -2
- package/components/SVGIcons/IconColumn.d.ts +4 -0
- package/components/SVGIcons/IconColumn.js +30 -0
- package/components/SVGIcons/IconColumnFilled.d.ts +4 -0
- package/components/SVGIcons/IconColumnFilled.js +30 -0
- package/components/SVGIcons/IconComment.js +2 -2
- package/components/SVGIcons/IconCommentFilled.js +2 -2
- package/components/SVGIcons/IconCompareCar.js +2 -2
- package/components/SVGIcons/IconCompareCarFilled.js +2 -2
- package/components/SVGIcons/IconContractCard.js +2 -2
- package/components/SVGIcons/IconContractCardFilled.js +2 -2
- package/components/SVGIcons/IconCopy.js +2 -2
- package/components/SVGIcons/IconCopyFilled.js +2 -2
- package/components/SVGIcons/IconCubeTree.js +2 -2
- package/components/SVGIcons/IconCubeTreeFilled.js +2 -2
- package/components/SVGIcons/IconDataPie.d.ts +4 -0
- package/components/SVGIcons/IconDataPie.js +30 -0
- package/components/SVGIcons/IconDataPieFilled.d.ts +4 -0
- package/components/SVGIcons/IconDataPieFilled.js +30 -0
- package/components/SVGIcons/IconDatabase.js +2 -2
- package/components/SVGIcons/IconDatabaseFilled.js +2 -2
- package/components/SVGIcons/IconDelete.js +2 -2
- package/components/SVGIcons/IconDeleteFilled.js +2 -2
- package/components/SVGIcons/IconDesignIdeas.js +2 -2
- package/components/SVGIcons/IconDesignIdeasFilled.js +2 -2
- package/components/SVGIcons/IconDeviceMeetingRoom.js +2 -2
- package/components/SVGIcons/IconDeviceMeetingRoomFilled.js +2 -2
- package/components/SVGIcons/IconDiamond.d.ts +4 -0
- package/components/SVGIcons/IconDiamond.js +30 -0
- package/components/SVGIcons/IconDiamondFilled.d.ts +4 -0
- package/components/SVGIcons/IconDiamondFilled.js +30 -0
- package/components/SVGIcons/IconDismiss.js +2 -2
- package/components/SVGIcons/IconDismissCircle.js +2 -2
- package/components/SVGIcons/IconDismissCircleFilled.js +2 -2
- package/components/SVGIcons/IconDismissFilled.js +2 -2
- package/components/SVGIcons/IconDocument.js +2 -2
- package/components/SVGIcons/IconDocumentBulletList.js +2 -2
- package/components/SVGIcons/IconDocumentBulletListFilled.js +2 -2
- package/components/SVGIcons/IconDocumentBulletListMultiple.js +2 -2
- package/components/SVGIcons/IconDocumentBulletListMultipleFilled.js +2 -2
- package/components/SVGIcons/IconDocumentEdit.js +2 -2
- package/components/SVGIcons/IconDocumentEditFilled.js +2 -2
- package/components/SVGIcons/IconDocumentFilled.js +2 -2
- package/components/SVGIcons/IconDocumentFooter.js +2 -2
- package/components/SVGIcons/IconDocumentFooterFilled.js +2 -2
- package/components/SVGIcons/IconDocumentOnePage.js +2 -2
- package/components/SVGIcons/IconDocumentOnePageFilled.js +2 -2
- package/components/SVGIcons/IconDocumentPercent.js +2 -2
- package/components/SVGIcons/IconDocumentPercentFilled.js +2 -2
- package/components/SVGIcons/IconDocumentReport.js +2 -2
- package/components/SVGIcons/IconDocumentText.js +2 -2
- package/components/SVGIcons/IconDocumentTextFilled.js +2 -2
- package/components/SVGIcons/IconEdit.js +2 -2
- package/components/SVGIcons/IconEditFilled.js +2 -2
- package/components/SVGIcons/IconEngine.js +2 -2
- package/components/SVGIcons/IconEngineFilled.js +2 -2
- package/components/SVGIcons/IconErrorCircle.js +2 -2
- package/components/SVGIcons/IconErrorCircleFilled.js +2 -2
- package/components/SVGIcons/IconEur.js +2 -2
- package/components/SVGIcons/IconEurFilled.js +2 -2
- package/components/SVGIcons/IconExpandUpLeft.js +2 -2
- package/components/SVGIcons/IconExpandUpLeftFilled.js +2 -2
- package/components/SVGIcons/IconExpandUpRight.js +2 -2
- package/components/SVGIcons/IconExpandUpRightFilled.js +2 -2
- package/components/SVGIcons/IconEyeOff.js +2 -2
- package/components/SVGIcons/IconEyeOffFilled.js +2 -2
- package/components/SVGIcons/IconEyeOn.js +2 -2
- package/components/SVGIcons/IconEyeOnFilled.js +2 -2
- package/components/SVGIcons/IconFacebook.js +2 -2
- package/components/SVGIcons/IconFilter.js +2 -2
- package/components/SVGIcons/IconFilterFilled.js +2 -2
- package/components/SVGIcons/IconFlag.js +2 -2
- package/components/SVGIcons/IconFlagFilled.js +2 -2
- package/components/SVGIcons/IconFlash.js +2 -2
- package/components/SVGIcons/IconFlashFilled.js +2 -2
- package/components/SVGIcons/IconFolderLink.js +2 -2
- package/components/SVGIcons/IconFolderLinkFilled.js +2 -2
- package/components/SVGIcons/IconFolderPerson.js +2 -2
- package/components/SVGIcons/IconFolderPersonFilled.js +2 -2
- package/components/SVGIcons/IconFunnel.js +2 -2
- package/components/SVGIcons/IconFunnelFilled.js +3 -3
- package/components/SVGIcons/IconGas.js +2 -2
- package/components/SVGIcons/IconGb.js +2 -2
- package/components/SVGIcons/IconGlobe.js +2 -2
- package/components/SVGIcons/IconGlobeFilled.js +2 -2
- package/components/SVGIcons/IconGlobeLocation.js +2 -2
- package/components/SVGIcons/IconGlobeLocationFilled.js +2 -2
- package/components/SVGIcons/IconGoogle.js +2 -2
- package/components/SVGIcons/IconGrid.js +2 -2
- package/components/SVGIcons/IconGridFilled.js +2 -2
- package/components/SVGIcons/IconHandOpenHeart.js +2 -2
- package/components/SVGIcons/IconHandOpenHeartFilled.js +2 -2
- package/components/SVGIcons/IconHandWave.js +2 -2
- package/components/SVGIcons/IconHandWaveFilled.js +2 -2
- package/components/SVGIcons/IconHdm.js +2 -2
- package/components/SVGIcons/IconHdmFilled.js +2 -2
- package/components/SVGIcons/IconHeart.js +2 -2
- package/components/SVGIcons/IconHeartFilled.js +2 -2
- package/components/SVGIcons/IconHistory.js +2 -2
- package/components/SVGIcons/IconHistoryFilled.js +2 -2
- package/components/SVGIcons/IconHome.js +2 -2
- package/components/SVGIcons/IconHomeAdd.js +2 -2
- package/components/SVGIcons/IconHomeAddFilled.js +2 -2
- package/components/SVGIcons/IconHomeFilled.js +2 -2
- package/components/SVGIcons/IconImage.js +2 -2
- package/components/SVGIcons/IconImageFilled.js +2 -2
- package/components/SVGIcons/IconInfo.js +2 -2
- package/components/SVGIcons/IconInfoFilled.js +2 -2
- package/components/SVGIcons/IconInstagram.js +2 -2
- package/components/SVGIcons/IconKey.js +2 -2
- package/components/SVGIcons/IconKeyFilled.js +2 -2
- package/components/SVGIcons/IconKeyReset.js +2 -2
- package/components/SVGIcons/IconKeyResetFilled.js +2 -2
- package/components/SVGIcons/IconLaptop.js +2 -2
- package/components/SVGIcons/IconLaptopFilled.js +2 -2
- package/components/SVGIcons/IconLeaf.js +2 -2
- package/components/SVGIcons/IconLeafFilled.js +2 -2
- package/components/SVGIcons/IconLightbulb.js +2 -2
- package/components/SVGIcons/IconLightbulbFilled.js +2 -2
- package/components/SVGIcons/IconLink.js +2 -2
- package/components/SVGIcons/IconLinkFilled.js +2 -2
- package/components/SVGIcons/IconLinkedin.js +2 -2
- package/components/SVGIcons/IconList.js +2 -2
- package/components/SVGIcons/IconListFilled.js +2 -2
- package/components/SVGIcons/IconLoan.js +2 -2
- package/components/SVGIcons/IconLoanFilled.js +2 -2
- package/components/SVGIcons/IconLocation.js +2 -2
- package/components/SVGIcons/IconLocationFilled.js +2 -2
- package/components/SVGIcons/IconLockClosed.js +2 -2
- package/components/SVGIcons/IconLockClosedFilled.js +2 -2
- package/components/SVGIcons/IconLockMultiple.js +2 -2
- package/components/SVGIcons/IconLockMultipleFilled.js +2 -2
- package/components/SVGIcons/IconLockOpen.js +2 -2
- package/components/SVGIcons/IconLockOpenFilled.js +2 -2
- package/components/SVGIcons/IconMail.js +2 -2
- package/components/SVGIcons/IconMailAdd.js +2 -2
- package/components/SVGIcons/IconMailAddFilled.js +2 -2
- package/components/SVGIcons/IconMailArrowForward.js +2 -2
- package/components/SVGIcons/IconMailArrowForwardFilled.js +2 -2
- package/components/SVGIcons/IconMailFilled.js +2 -2
- package/components/SVGIcons/IconMailLink.js +2 -2
- package/components/SVGIcons/IconMailLinkFilled.js +2 -2
- package/components/SVGIcons/IconMedium.js +2 -2
- package/components/SVGIcons/IconMention.js +2 -2
- package/components/SVGIcons/IconMentionFilled.js +2 -2
- package/components/SVGIcons/IconMoney.js +2 -2
- package/components/SVGIcons/IconMoneyFilled.js +2 -2
- package/components/SVGIcons/IconMoneyHand.js +2 -2
- package/components/SVGIcons/IconMoneyHandFilled.js +2 -2
- package/components/SVGIcons/IconMore.js +2 -2
- package/components/SVGIcons/IconMoreFilled.js +2 -2
- package/components/SVGIcons/IconMoreVertical.js +2 -2
- package/components/SVGIcons/IconMoreVerticalFilled.js +2 -2
- package/components/SVGIcons/IconNavigation.js +2 -2
- package/components/SVGIcons/IconNavigationFilled.js +2 -2
- package/components/SVGIcons/IconNotebook.js +2 -2
- package/components/SVGIcons/IconNotebookAdd.js +2 -2
- package/components/SVGIcons/IconNotebookAddFilled.js +2 -2
- package/components/SVGIcons/IconNotebookFilled.js +2 -2
- package/components/SVGIcons/IconNumberSymbolSquare.js +2 -2
- package/components/SVGIcons/IconNumberSymbolSquareFilled.js +2 -2
- package/components/SVGIcons/IconOnlyEmployee.js +2 -2
- package/components/SVGIcons/IconOpen.js +2 -2
- package/components/SVGIcons/IconOpenFilled.js +2 -2
- package/components/SVGIcons/IconPaintBrush.js +2 -2
- package/components/SVGIcons/IconPaintBrushFilled.js +2 -2
- package/components/SVGIcons/IconPanelLeft.js +2 -2
- package/components/SVGIcons/IconPanelLeftFilled.js +2 -2
- package/components/SVGIcons/IconPanelRight.js +2 -2
- package/components/SVGIcons/IconPanelRightFilled.js +2 -2
- package/components/SVGIcons/IconPatient.js +2 -2
- package/components/SVGIcons/IconPatientFilled.js +2 -2
- package/components/SVGIcons/IconPauseCircle.d.ts +4 -0
- package/components/SVGIcons/IconPauseCircle.js +30 -0
- package/components/SVGIcons/IconPauseCircleFilled.d.ts +4 -0
- package/components/SVGIcons/IconPauseCircleFilled.js +30 -0
- package/components/SVGIcons/IconPeople.js +2 -2
- package/components/SVGIcons/IconPeopleAdd.js +2 -2
- package/components/SVGIcons/IconPeopleAddFilled.js +2 -2
- package/components/SVGIcons/IconPeopleFilled.js +2 -2
- package/components/SVGIcons/IconPercent.js +2 -2
- package/components/SVGIcons/IconPerson.js +2 -2
- package/components/SVGIcons/IconPersonAccount.js +2 -2
- package/components/SVGIcons/IconPersonAccountFilled.js +2 -2
- package/components/SVGIcons/IconPersonAdd.js +2 -2
- package/components/SVGIcons/IconPersonAddFilled.js +2 -2
- package/components/SVGIcons/IconPersonFilled.js +2 -2
- package/components/SVGIcons/IconPersonNote.js +2 -2
- package/components/SVGIcons/IconPersonNoteFilled.js +2 -2
- package/components/SVGIcons/IconPersonStar.js +2 -2
- package/components/SVGIcons/IconPersonStarFilled.js +2 -2
- package/components/SVGIcons/IconPersonSubtract.js +2 -2
- package/components/SVGIcons/IconPersonSubtractFilled.js +2 -2
- package/components/SVGIcons/IconPhone.js +2 -2
- package/components/SVGIcons/IconPhoneFilled.js +2 -2
- package/components/SVGIcons/IconPlay.js +2 -2
- package/components/SVGIcons/IconPlayFilled.js +2 -2
- package/components/SVGIcons/IconPlugDisconnected.js +2 -2
- package/components/SVGIcons/IconPlugDisconnectedFilled.js +2 -2
- package/components/SVGIcons/IconPos.js +2 -2
- package/components/SVGIcons/IconPosFilled.js +5 -3
- package/components/SVGIcons/IconPremium.d.ts +4 -0
- package/components/SVGIcons/IconPremium.js +30 -0
- package/components/SVGIcons/IconPremiumFilled.d.ts +4 -0
- package/components/SVGIcons/IconPremiumFilled.js +30 -0
- package/components/SVGIcons/IconProhibited.js +2 -2
- package/components/SVGIcons/IconProhibitedFilled.js +2 -2
- package/components/SVGIcons/IconProjectProduct.js +2 -2
- package/components/SVGIcons/IconQuestionCircle.js +2 -2
- package/components/SVGIcons/IconQuestionCircleFilled.js +2 -2
- package/components/SVGIcons/IconReceiptMoney.js +2 -2
- package/components/SVGIcons/IconReceiptMoneyFilled.js +2 -2
- package/components/SVGIcons/IconRedo.js +2 -2
- package/components/SVGIcons/IconRedoFilled.js +2 -2
- package/components/SVGIcons/IconRu.js +2 -2
- package/components/SVGIcons/IconRub.js +2 -2
- package/components/SVGIcons/IconRubFilled.js +2 -2
- package/components/SVGIcons/IconSave.js +2 -2
- package/components/SVGIcons/IconSaveFilled.js +2 -2
- package/components/SVGIcons/IconSavings.js +2 -2
- package/components/SVGIcons/IconSavingsFilled.js +2 -2
- package/components/SVGIcons/IconSearch.js +2 -2
- package/components/SVGIcons/IconSearchFilled.js +2 -2
- package/components/SVGIcons/IconSelectAllOff.js +2 -2
- package/components/SVGIcons/IconSelectAllOffFilled.js +2 -2
- package/components/SVGIcons/IconSelectAllOn.js +2 -2
- package/components/SVGIcons/IconSelectAllOnFilled.js +2 -2
- package/components/SVGIcons/IconSend.js +2 -2
- package/components/SVGIcons/IconSendFilled.js +2 -2
- package/components/SVGIcons/IconSettings.js +2 -2
- package/components/SVGIcons/IconSettingsFilled.js +2 -2
- package/components/SVGIcons/IconShare.js +2 -2
- package/components/SVGIcons/IconShareAndroid.js +2 -2
- package/components/SVGIcons/IconShareAndroidFilled.js +2 -2
- package/components/SVGIcons/IconShareFilled.js +2 -2
- package/components/SVGIcons/IconShiftsActivity.d.ts +4 -0
- package/components/SVGIcons/IconShiftsActivity.js +30 -0
- package/components/SVGIcons/IconShiftsActivityFilled.d.ts +4 -0
- package/components/SVGIcons/IconShiftsActivityFilled.js +30 -0
- package/components/SVGIcons/IconShower.js +2 -2
- package/components/SVGIcons/IconSign.js +2 -2
- package/components/SVGIcons/IconSignFilled.js +2 -2
- package/components/SVGIcons/IconSignOut.js +2 -2
- package/components/SVGIcons/IconSignOutFilled.js +2 -2
- package/components/SVGIcons/IconSlideSettings.js +2 -2
- package/components/SVGIcons/IconSlideSettingsFilled.js +2 -2
- package/components/SVGIcons/IconSlideText.js +2 -2
- package/components/SVGIcons/IconSlideTextFilled.js +2 -2
- package/components/SVGIcons/IconSpinner.js +2 -2
- package/components/SVGIcons/IconSpinnerFilled.js +2 -2
- package/components/SVGIcons/IconStar.js +2 -2
- package/components/SVGIcons/IconStarFilled.js +2 -2
- package/components/SVGIcons/IconStatus.js +2 -2
- package/components/SVGIcons/IconStatusFilled.js +2 -2
- package/components/SVGIcons/IconSubtract.js +2 -2
- package/components/SVGIcons/IconSubtractCircle.js +2 -2
- package/components/SVGIcons/IconSubtractCircleFilled.js +2 -2
- package/components/SVGIcons/IconSubtractFilled.js +2 -2
- package/components/SVGIcons/IconSubtractSquare.d.ts +4 -0
- package/components/SVGIcons/IconSubtractSquare.js +30 -0
- package/components/SVGIcons/IconSubtractSquareFilled.d.ts +4 -0
- package/components/SVGIcons/IconSubtractSquareFilled.js +30 -0
- package/components/SVGIcons/IconTableCellEdit.js +2 -2
- package/components/SVGIcons/IconTableCellEditFilled.js +2 -2
- package/components/SVGIcons/IconTasksApp.js +2 -2
- package/components/SVGIcons/IconTasksAppFilled.js +2 -2
- package/components/SVGIcons/IconTelegram.js +2 -2
- package/components/SVGIcons/IconTextBulletListLeft.js +2 -2
- package/components/SVGIcons/IconTextBulletListLeftFilled.js +2 -2
- package/components/SVGIcons/IconTextBulletListSquarePerson.js +2 -2
- package/components/SVGIcons/IconTextBulletListSquarePersonFilled.js +2 -2
- package/components/SVGIcons/IconTextBulletListSquareSettings.js +2 -2
- package/components/SVGIcons/IconTextBulletListSquareSettingsFilled.js +2 -2
- package/components/SVGIcons/IconTextboxSettings.js +2 -2
- package/components/SVGIcons/IconTextboxSettingsFilled.js +2 -2
- package/components/SVGIcons/IconTicket.d.ts +4 -0
- package/components/SVGIcons/IconTicket.js +30 -0
- package/components/SVGIcons/IconTicketFilled.d.ts +4 -0
- package/components/SVGIcons/IconTicketFilled.js +30 -0
- package/components/SVGIcons/IconTimer.js +2 -2
- package/components/SVGIcons/IconTimerFilled.js +2 -2
- package/components/SVGIcons/IconTin.js +2 -2
- package/components/SVGIcons/IconTinFilled.js +2 -2
- package/components/SVGIcons/IconTopSpeed.js +2 -2
- package/components/SVGIcons/IconTopSpeedFilled.js +2 -2
- package/components/SVGIcons/IconTv.js +2 -2
- package/components/SVGIcons/IconTvFilled.js +2 -2
- package/components/SVGIcons/IconTwitter.js +2 -2
- package/components/SVGIcons/IconUndo.js +2 -2
- package/components/SVGIcons/IconUndoFilled.js +2 -2
- package/components/SVGIcons/IconUnitsEmployee.js +2 -2
- package/components/SVGIcons/IconUs.js +2 -2
- package/components/SVGIcons/IconUsd.js +2 -2
- package/components/SVGIcons/IconUsdFilled.js +2 -2
- package/components/SVGIcons/IconVehicleTruckProfile.js +2 -2
- package/components/SVGIcons/IconVehicleTruckProfileFilled.js +2 -2
- package/components/SVGIcons/IconVerified.js +2 -2
- package/components/SVGIcons/IconVerifiedFilled.js +2 -2
- package/components/SVGIcons/IconViber.js +2 -2
- package/components/SVGIcons/IconVideo.js +2 -2
- package/components/SVGIcons/IconVideoFilled.js +2 -2
- package/components/SVGIcons/IconVpos.js +2 -2
- package/components/SVGIcons/IconVposFilled.js +2 -2
- package/components/SVGIcons/IconWallet.js +2 -2
- package/components/SVGIcons/IconWalletFilled.js +2 -2
- package/components/SVGIcons/IconWarning.js +2 -2
- package/components/SVGIcons/IconWarningFilled.js +2 -2
- package/components/SVGIcons/IconWhatsapp.js +2 -2
- package/components/SVGIcons/IconWifiOff.js +2 -2
- package/components/SVGIcons/IconWrenchScrewdriver.js +2 -2
- package/components/SVGIcons/IconWrenchScrewdriverFilled.js +2 -2
- package/components/SVGIcons/IconXboxConsole.js +2 -2
- package/components/SVGIcons/IconXboxConsoleFilled.js +2 -2
- package/components/SVGIcons/IconYoutube.js +2 -2
- package/components/SVGIcons/IconZoomIn.js +2 -2
- package/components/SVGIcons/IconZoomInFilled.js +2 -2
- package/components/SVGIcons/IconZoomOut.js +2 -2
- package/components/SVGIcons/IconZoomOutFilled.js +2 -2
- package/components/SVGIcons/index.d.ts +18 -0
- package/components/SVGIcons/index.js +20 -2
- package/components/Select/ButtonSelect/ButtonSelect.js +8 -7
- package/components/Select/FilterSelect/FilterDropdown.js +8 -7
- package/components/Select/FilterSelect/FilterGroupDropdown.js +8 -7
- package/components/Select/FilterSelect/FilterSelect.js +8 -7
- package/components/Select/MultiSelect/MultiBase/MultiBase.js +8 -7
- package/components/Select/MultiSelect/MultiSelect.js +8 -7
- package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.js +8 -7
- package/components/Select/MultiSelect/MultiSelectTree/MultiSelectTree.js +8 -7
- package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.js +8 -7
- package/components/Select/MultiSelect/OptionsWrapper.js +8 -7
- package/components/Select/MultiSelect/RadioSelectGrouped/RadioSelectGrouped.js +8 -7
- package/components/Select/NestedSelect/NestedSelect.js +8 -7
- package/components/Select/ProfileDropdown/index.js +3 -3
- package/components/Select/Select/Select.js +8 -7
- package/components/Select/SharedComponents/Actions.js +8 -7
- package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.js +2 -2
- package/components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.js +3 -3
- package/components/Select/SharedComponents/ContentTop.js +8 -7
- package/components/Select/SharedComponents/Footer.js +6 -6
- package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.js +6 -6
- package/components/Select/SharedComponents/index.js +8 -7
- package/components/Select/index.js +8 -7
- package/components/SideNavigation/NavigationItem/index.js +6 -6
- package/components/SideNavigation/SideNavigation.js +6 -6
- package/components/SideNavigation/index.js +6 -6
- package/components/SideSheet/Footer/Footer.js +6 -6
- package/components/SideSheet/SideSheet.js +6 -6
- package/components/SideSheet/index.js +6 -6
- package/components/Snackbar/Snackbar.js +6 -6
- package/components/Snackbar/index.js +6 -6
- package/components/Status/Status.js +3 -3
- package/components/Status/index.js +3 -3
- package/components/Stepper/Stepper.js +1 -1
- package/components/Stepper/index.js +1 -1
- package/components/Switcher/Switcher.js +5 -5
- package/components/Switcher/index.js +5 -5
- package/components/Tab/Tab.js +6 -6
- package/components/Tab/TabItem.js +1 -1
- package/components/Tab/index.js +6 -6
- package/components/Table/Header.js +6 -6
- package/components/Table/IndeterminateCheckbox.js +5 -5
- package/components/Table/Row.js +6 -6
- package/components/Table/Table.js +7 -7
- package/components/Table/index.js +7 -7
- package/components/Table/utils.js +6 -6
- package/components/Textarea/Textarea.js +6 -6
- package/components/Textarea/index.js +6 -6
- package/components/Tooltip/Tooltip.js +1 -1
- package/components/Tooltip/index.js +1 -1
- package/{defineProperty-9000dd50.js → defineProperty-94c01076.js} +1 -1
- package/helperComponents/OptionItem/OptionItem.js +8 -7
- package/helperComponents/OptionItem/index.js +8 -7
- package/helperComponents/index.js +8 -7
- package/hooks/index.js +1 -1
- package/hooks/useHideBodyScroll.js +1 -1
- package/hooks/useScreenSize.js +1 -1
- package/hooks/useSideNavigation.js +1 -1
- package/hooks/useTabScroll.js +1 -1
- package/index.js +27 -8
- package/package.json +1 -1
- package/stories/Avatar.stories.d.ts +1 -1
- package/{toConsumableArray-847263fa.js → toConsumableArray-57a6735d.js} +1 -1
- /package/{extends-2419b4fb.js → extends-eb261903.js} +0 -0
- /package/{index-2a17a96a.js → index-a7ace2ae.js} +0 -0
- /package/{objectWithoutProperties-5eee06aa.js → objectWithoutProperties-d2aa1d31.js} +0 -0
- /package/{slicedToArray-f3514e7f.js → slicedToArray-a058d89c.js} +0 -0
- /package/{typeof-28108b73.js → typeof-bfb7455a.js} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconCompareCar = function IconCompareCar(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconCompareCarFilled = function IconCompareCarFilled(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconContractCard = function IconContractCard(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconContractCardFilled = function IconContractCardFilled(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconCopy = function IconCopy(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconCopyFilled = function IconCopyFilled(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconCubeTree = function IconCubeTree(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconCubeTreeFilled = function IconCubeTreeFilled(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import classNames from 'classnames';
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
|
+
|
|
6
|
+
var IconDataPie = function IconDataPie(_ref) {
|
|
7
|
+
var size = _ref.size,
|
|
8
|
+
type = _ref.type,
|
|
9
|
+
_ref$className = _ref.className,
|
|
10
|
+
className = _ref$className === void 0 ? '' : _ref$className,
|
|
11
|
+
onClick = _ref.onClick,
|
|
12
|
+
refHandler = _ref.refHandler,
|
|
13
|
+
id = _ref.id,
|
|
14
|
+
dataId = _ref.dataId;
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
|
|
18
|
+
viewBox: "0 0 24 24",
|
|
19
|
+
fill: "none",
|
|
20
|
+
onClick: onClick,
|
|
21
|
+
ref: refHandler,
|
|
22
|
+
id: id,
|
|
23
|
+
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
25
|
+
d: "M10.25 4.25C10.6642 4.25 11 4.58579 11 5V13H19C19.3797 13 19.6935 13.2822 19.7432 13.6482L19.75 13.75C19.75 18.7206 15.7206 22.25 10.75 22.25C5.77944 22.25 1.75 18.2206 1.75 13.25C1.75 8.27944 5.27944 4.25 10.25 4.25ZM9.5 5.787L9.29109 5.81073C5.6018 6.28155 3.25 9.43274 3.25 13.25C3.25 17.3921 6.60786 20.75 10.75 20.75C14.5673 20.75 17.7185 18.3982 18.1893 14.7089L18.212 14.5H10.25C9.8703 14.5 9.55651 14.2178 9.50685 13.8518L9.5 13.75V5.787ZM13.25 1.75C18.2206 1.75 22.25 5.77944 22.25 10.75C22.25 11.1642 21.9142 11.5 21.5 11.5H13.25C12.8358 11.5 12.5 11.1642 12.5 10.75V2.5C12.5 2.08579 12.8358 1.75 13.25 1.75ZM14 3.287V10H20.712L20.6893 9.79109C20.2585 6.41578 17.5842 3.74148 14.2089 3.31073L14 3.287Z",
|
|
26
|
+
fill: "#222222"
|
|
27
|
+
}));
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export { IconDataPie, IconDataPie as default };
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import classNames from 'classnames';
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
|
+
|
|
6
|
+
var IconDataPieFilled = function IconDataPieFilled(_ref) {
|
|
7
|
+
var size = _ref.size,
|
|
8
|
+
type = _ref.type,
|
|
9
|
+
_ref$className = _ref.className,
|
|
10
|
+
className = _ref$className === void 0 ? '' : _ref$className,
|
|
11
|
+
onClick = _ref.onClick,
|
|
12
|
+
refHandler = _ref.refHandler,
|
|
13
|
+
id = _ref.id,
|
|
14
|
+
dataId = _ref.dataId;
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
|
|
18
|
+
viewBox: "0 0 24 24",
|
|
19
|
+
fill: "none",
|
|
20
|
+
onClick: onClick,
|
|
21
|
+
ref: refHandler,
|
|
22
|
+
id: id,
|
|
23
|
+
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
25
|
+
d: "M10.25 4.25C10.6642 4.25 11 4.58579 11 5V13H19C19.3797 13 19.6935 13.2822 19.7432 13.6482L19.75 13.75C19.75 18.7206 15.7206 22.25 10.75 22.25C5.77944 22.25 1.75 18.2206 1.75 13.25C1.75 8.27944 5.27944 4.25 10.25 4.25ZM13.25 1.75C18.2206 1.75 22.25 5.77944 22.25 10.75C22.25 11.1642 21.9142 11.5 21.5 11.5H13.25C12.8358 11.5 12.5 11.1642 12.5 10.75V2.5C12.5 2.08579 12.8358 1.75 13.25 1.75Z",
|
|
26
|
+
fill: "#222222"
|
|
27
|
+
}));
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export { IconDataPieFilled, IconDataPieFilled as default };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconDatabase = function IconDatabase(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconDatabaseFilled = function IconDatabaseFilled(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconDelete = function IconDelete(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconDeleteFilled = function IconDeleteFilled(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconDesignIdeas = function IconDesignIdeas(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconDesignIdeasFilled = function IconDesignIdeasFilled(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconDeviceMeetingRoom = function IconDeviceMeetingRoom(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconDeviceMeetingRoomFilled = function IconDeviceMeetingRoomFilled(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import classNames from 'classnames';
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
|
+
|
|
6
|
+
var IconDiamond = function IconDiamond(_ref) {
|
|
7
|
+
var size = _ref.size,
|
|
8
|
+
type = _ref.type,
|
|
9
|
+
_ref$className = _ref.className,
|
|
10
|
+
className = _ref$className === void 0 ? '' : _ref$className,
|
|
11
|
+
onClick = _ref.onClick,
|
|
12
|
+
refHandler = _ref.refHandler,
|
|
13
|
+
id = _ref.id,
|
|
14
|
+
dataId = _ref.dataId;
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
|
|
18
|
+
viewBox: "0 0 24 24",
|
|
19
|
+
fill: "none",
|
|
20
|
+
onClick: onClick,
|
|
21
|
+
ref: refHandler,
|
|
22
|
+
id: id,
|
|
23
|
+
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
25
|
+
d: "M2.65925 13.5926C1.78057 12.7139 1.78057 11.2893 2.65925 10.4106L10.4109 2.65901C11.2895 1.78033 12.7142 1.78033 13.5929 2.65901L21.3445 10.4106C22.2231 11.2893 22.2231 12.7139 21.3445 13.5926L13.5929 21.3442C12.7142 22.2229 11.2896 22.2229 10.4109 21.3442L2.65925 13.5926ZM3.71991 11.4713C3.42702 11.7642 3.42702 12.2391 3.71991 12.5319L11.4715 20.2836C11.7644 20.5765 12.2393 20.5765 12.5322 20.2836L20.2838 12.5319C20.5767 12.2391 20.5767 11.7642 20.2838 11.4713L12.5322 3.71967C12.2393 3.42678 11.7644 3.42678 11.4715 3.71967L3.71991 11.4713Z",
|
|
26
|
+
fill: "#222222"
|
|
27
|
+
}));
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export { IconDiamond, IconDiamond as default };
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import classNames from 'classnames';
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
|
+
|
|
6
|
+
var IconDiamondFilled = function IconDiamondFilled(_ref) {
|
|
7
|
+
var size = _ref.size,
|
|
8
|
+
type = _ref.type,
|
|
9
|
+
_ref$className = _ref.className,
|
|
10
|
+
className = _ref$className === void 0 ? '' : _ref$className,
|
|
11
|
+
onClick = _ref.onClick,
|
|
12
|
+
refHandler = _ref.refHandler,
|
|
13
|
+
id = _ref.id,
|
|
14
|
+
dataId = _ref.dataId;
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
|
|
18
|
+
viewBox: "0 0 24 24",
|
|
19
|
+
fill: "none",
|
|
20
|
+
onClick: onClick,
|
|
21
|
+
ref: refHandler,
|
|
22
|
+
id: id,
|
|
23
|
+
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
25
|
+
d: "M2.65925 13.5926C1.78057 12.7139 1.78057 11.2893 2.65925 10.4106L10.4109 2.65901C11.2895 1.78033 12.7142 1.78033 13.5929 2.65901L21.3445 10.4106C22.2231 11.2893 22.2231 12.7139 21.3445 13.5926L13.5929 21.3442C12.7142 22.2229 11.2896 22.2229 10.4109 21.3442L2.65925 13.5926Z",
|
|
26
|
+
fill: "#222222"
|
|
27
|
+
}));
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export { IconDiamondFilled, IconDiamondFilled as default };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconDismiss = function IconDismiss(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconDismissCircle = function IconDismissCircle(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconDismissCircleFilled = function IconDismissCircleFilled(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconDismissFilled = function IconDismissFilled(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconDocument = function IconDocument(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconDocumentBulletList = function IconDocumentBulletList(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconDocumentBulletListFilled = function IconDocumentBulletListFilled(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconDocumentBulletListMultiple = function IconDocumentBulletListMultiple(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconDocumentBulletListMultipleFilled = function IconDocumentBulletListMultipleFilled(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconDocumentEdit = function IconDocumentEdit(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconDocumentEditFilled = function IconDocumentEditFilled(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconDocumentFilled = function IconDocumentFilled(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconDocumentFooter = function IconDocumentFooter(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconDocumentFooterFilled = function IconDocumentFooterFilled(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconDocumentOnePage = function IconDocumentOnePage(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconDocumentOnePageFilled = function IconDocumentOnePageFilled(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconDocumentPercent = function IconDocumentPercent(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconDocumentPercentFilled = function IconDocumentPercentFilled(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconDocumentReport = function IconDocumentReport(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconDocumentText = function IconDocumentText(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconDocumentTextFilled = function IconDocumentTextFilled(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconEdit = function IconEdit(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconEditFilled = function IconEditFilled(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconEngine = function IconEngine(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconEngineFilled = function IconEngineFilled(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-94c01076.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-bfb7455a.js';
|
|
5
5
|
|
|
6
6
|
var IconErrorCircle = function IconErrorCircle(_ref) {
|
|
7
7
|
var size = _ref.size,
|