@carbon/ibm-products 2.89.0 → 2.90.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/css/carbon.css +374 -417
- package/css/carbon.css.map +1 -1
- package/css/index-full-carbon.css +496 -430
- package/css/index-full-carbon.css.map +1 -1
- package/css/index-full-carbon.min.css +1 -1
- package/css/index-full-carbon.min.css.map +1 -1
- package/css/index-without-carbon-released-only.css +117 -13
- package/css/index-without-carbon-released-only.css.map +1 -1
- package/css/index-without-carbon-released-only.min.css +1 -1
- package/css/index-without-carbon-released-only.min.css.map +1 -1
- package/css/index-without-carbon.css +143 -13
- package/css/index-without-carbon.css.map +1 -1
- package/css/index-without-carbon.min.css +1 -1
- package/css/index-without-carbon.min.css.map +1 -1
- package/css/index.css +359 -283
- package/css/index.css.map +1 -1
- package/css/index.min.css +1 -1
- package/css/index.min.css.map +1 -1
- package/es/_virtual/_rolldown/runtime.js +13 -22
- package/es/components/APIKeyModal/APIKeyDownloader.js +19 -3
- package/es/components/APIKeyModal/APIKeyModal.js +161 -3
- package/es/components/AboutModal/AboutModal.js +44 -3
- package/es/components/ActionBar/ActionBar.js +41 -3
- package/es/components/ActionBar/ActionBarItem.js +30 -3
- package/es/components/ActionBar/ActionBarOverflowItems.js +20 -3
- package/es/components/ActionSet/ActionSet.js +35 -3
- package/es/components/AddSelect/AddSelect.js +7 -3
- package/es/components/AddSelect/AddSelectBody.js +3 -3
- package/es/components/AddSelect/AddSelectBreadcrumbs.js +1 -3
- package/es/components/AddSelect/AddSelectColumn.js +2 -4
- package/es/components/AddSelect/AddSelectFilter.js +1 -3
- package/es/components/AddSelect/AddSelectFormControl.js +1 -3
- package/es/components/AddSelect/AddSelectList.js +1 -3
- package/es/components/AddSelect/AddSelectMetaPanel.js +1 -3
- package/es/components/AddSelect/AddSelectRow.js +1 -3
- package/es/components/AddSelect/AddSelectSidebar.js +1 -3
- package/es/components/AddSelect/AddSelectSort.js +1 -3
- package/es/components/AddSelect/add-select-utils.js +1 -2
- package/es/components/AddSelect/hooks/useFocus.js +1 -3
- package/es/components/AddSelect/hooks/useItemSort.js +1 -3
- package/es/components/AddSelect/hooks/useParentSelect.js +1 -3
- package/es/components/AddSelect/hooks/usePath.js +1 -3
- package/es/components/BigNumber/BigNumber.js +52 -6
- package/es/components/BigNumber/BigNumberSkeleton.js +12 -9
- package/es/components/BigNumber/constants.js +1 -19
- package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +37 -3
- package/es/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +28 -4
- package/es/components/Card/Card.js +20 -3
- package/es/components/Card/CardFooter.js +1 -3
- package/es/components/Card/CardHeader.js +12 -3
- package/es/components/Carousel/Carousel.js +33 -3
- package/es/components/Carousel/CarouselItem.js +7 -3
- package/es/components/Cascade/Cascade.js +12 -3
- package/es/components/Checklist/Checklist.js +65 -11
- package/es/components/Checklist/ChecklistChart.js +13 -7
- package/es/components/Checklist/ChecklistIcon.js +17 -11
- package/es/components/Coachmark/Coachmark.js +60 -6
- package/es/components/Coachmark/CoachmarkDragbar.js +17 -3
- package/es/components/Coachmark/CoachmarkHeader.js +13 -3
- package/es/components/Coachmark/CoachmarkOverlay.js +24 -6
- package/es/components/Coachmark/CoachmarkTagline.js +13 -3
- package/es/components/Coachmark/next/Coachmark/Coachmark.d.ts +5 -1
- package/es/components/Coachmark/next/Coachmark/Coachmark.d.ts.map +1 -1
- package/es/components/Coachmark/next/Coachmark/Coachmark.js +56 -9
- package/es/components/Coachmark/next/Coachmark/CoachmarkBeacon/CoachmarkBeacon.js +17 -3
- package/es/components/Coachmark/next/Coachmark/CoachmarkContent.js +8 -3
- package/es/components/Coachmark/next/Coachmark/CoachmarkTagline/CoachmarkTagline.js +18 -3
- package/es/components/Coachmark/next/Coachmark/ContentBody.js +8 -3
- package/es/components/Coachmark/next/Coachmark/ContentHeader.js +13 -3
- package/es/components/Coachmark/next/Coachmark/context.js +1 -3
- package/es/components/Coachmark/utils/constants.js +15 -23
- package/es/components/Coachmark/utils/context.js +1 -3
- package/es/components/Coachmark/utils/enums.js +1 -2
- package/es/components/Coachmark/utils/hooks.js +3 -5
- package/es/components/CoachmarkBeacon/CoachmarkBeacon.js +17 -3
- package/es/components/CoachmarkButton/CoachmarkButton.js +7 -3
- package/es/components/CoachmarkFixed/CoachmarkFixed.js +31 -5
- package/es/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +14 -3
- package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +33 -3
- package/es/components/CoachmarkStack/CoachmarkStack.js +43 -5
- package/es/components/CoachmarkStack/CoachmarkStackHome.js +41 -3
- package/es/components/ComboButton/ComboButton.js +5 -3
- package/es/components/ComboButton/ComboButtonItem/index.js +5 -3
- package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +48 -5
- package/es/components/ConditionBuilder/ConditionBuilder.d.ts.map +1 -1
- package/es/components/ConditionBuilder/ConditionBuilder.js +65 -4
- package/es/components/ConditionBuilder/ConditionBuilder.types.d.ts +13 -0
- package/es/components/ConditionBuilder/ConditionBuilder.types.d.ts.map +1 -1
- package/es/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.d.ts.map +1 -1
- package/es/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +15 -5
- package/es/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +29 -3
- package/es/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +39 -3
- package/es/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +12 -5
- package/es/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.js +1 -3
- package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.d.ts.map +1 -1
- package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +37 -15
- package/es/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.d.ts.map +1 -1
- package/es/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.js +35 -3
- package/es/components/ConditionBuilder/ConditionBuilderContext/translationObject.js +1 -2
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +37 -3
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +10 -3
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +10 -3
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +10 -3
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +10 -3
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +13 -3
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +10 -3
- package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.d.ts.map +1 -1
- package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +29 -7
- package/es/components/ConditionBuilder/ConditionPreview/ConditionPreview.js +10 -3
- package/es/components/ConditionBuilder/utils/handleKeyboardEvents.js +6 -8
- package/es/components/ConditionBuilder/utils/useDataConfigs.js +1 -3
- package/es/components/ConditionBuilder/utils/useEvent.js +1 -3
- package/es/components/ConditionBuilder/utils/useTranslations.js +1 -3
- package/es/components/ConditionBuilder/utils/util.js +1 -3
- package/es/components/CreateFullPage/CreateFullPage.js +79 -3
- package/es/components/CreateFullPage/CreateFullPageStep.js +51 -3
- package/es/components/CreateInfluencer/CreateInfluencer.js +16 -3
- package/es/components/CreateModal/CreateModal.js +43 -3
- package/es/components/CreateSidePanel/CreateSidePanel.js +59 -3
- package/es/components/CreateTearsheet/CreateTearsheet.js +82 -4
- package/es/components/CreateTearsheet/CreateTearsheetDivider.js +6 -4
- package/es/components/CreateTearsheet/CreateTearsheetStep.js +72 -3
- package/es/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +56 -3
- package/es/components/DataSpreadsheet/DataSpreadsheet.js +61 -3
- package/es/components/DataSpreadsheet/DataSpreadsheetBody.js +115 -3
- package/es/components/DataSpreadsheet/DataSpreadsheetHeader.js +76 -3
- package/es/components/DataSpreadsheet/hooks/useMoveActiveCell.js +1 -3
- package/es/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +1 -3
- package/es/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.js +1 -3
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetEdit.js +1 -3
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +1 -3
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +1 -3
- package/es/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +1 -3
- package/es/components/DataSpreadsheet/utils/checkActiveHeaderCell.js +1 -3
- package/es/components/DataSpreadsheet/utils/checkForHoldingKey.js +1 -2
- package/es/components/DataSpreadsheet/utils/checkSelectedHeaderCell.js +1 -3
- package/es/components/DataSpreadsheet/utils/commonEventHandlers.js +1 -3
- package/es/components/DataSpreadsheet/utils/createActiveCellFn.js +1 -3
- package/es/components/DataSpreadsheet/utils/createCellSelectionArea.js +1 -3
- package/es/components/DataSpreadsheet/utils/getCellSize.js +1 -3
- package/es/components/DataSpreadsheet/utils/getSelectionAreaPoints.js +1 -2
- package/es/components/DataSpreadsheet/utils/getSpreadsheetWidth.js +1 -3
- package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.js +1 -3
- package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.js +1 -3
- package/es/components/DataSpreadsheet/utils/handleCellDeletion.js +1 -3
- package/es/components/DataSpreadsheet/utils/handleEditSubmit.js +1 -3
- package/es/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +1 -3
- package/es/components/DataSpreadsheet/utils/handleMultipleKeys.js +1 -3
- package/es/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +1 -3
- package/es/components/DataSpreadsheet/utils/removeCellSelections.js +1 -3
- package/es/components/DataSpreadsheet/utils/selectAllCells.js +1 -3
- package/es/components/Datagrid/Datagrid/Datagrid.js +9 -3
- package/es/components/Datagrid/Datagrid/DatagridBody.js +1 -3
- package/es/components/Datagrid/Datagrid/DatagridContent.js +3 -5
- package/es/components/Datagrid/Datagrid/DatagridEmptyBody.js +1 -3
- package/es/components/Datagrid/Datagrid/DatagridExpandedRow.js +1 -3
- package/es/components/Datagrid/Datagrid/DatagridHead.js +1 -3
- package/es/components/Datagrid/Datagrid/DatagridHeaderRow.js +3 -5
- package/es/components/Datagrid/Datagrid/DatagridRefBody.js +1 -3
- package/es/components/Datagrid/Datagrid/DatagridRow.js +3 -5
- package/es/components/Datagrid/Datagrid/DatagridSelectAll.js +1 -3
- package/es/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +1 -3
- package/es/components/Datagrid/Datagrid/DatagridSimpleBody.js +1 -3
- package/es/components/Datagrid/Datagrid/DatagridToolbar.js +1 -3
- package/es/components/Datagrid/Datagrid/DatagridVirtualBody.js +1 -3
- package/es/components/Datagrid/Datagrid/DraggableElement.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/AiLabel/DatagridAiLabel.js +6 -4
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/common.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +43 -3
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +19 -14
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +8 -10
- package/es/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/Filtering/constants.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +9 -11
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/Filtering/utils.js +10 -12
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/getCellIdAsObject.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridFocus.js +1 -2
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +1 -3
- package/es/components/Datagrid/Datagrid/addons/stateReducer.js +1 -3
- package/es/components/Datagrid/common-column-ids.js +1 -2
- package/es/components/Datagrid/useActionsColumn.js +1 -3
- package/es/components/Datagrid/useColumnCenterAlign.js +1 -3
- package/es/components/Datagrid/useColumnOrder.js +1 -3
- package/es/components/Datagrid/useColumnRightAlign.js +1 -3
- package/es/components/Datagrid/useCustomizeColumns.js +1 -3
- package/es/components/Datagrid/useDatagrid.js +1 -3
- package/es/components/Datagrid/useDefaultStringRenderer.js +1 -3
- package/es/components/Datagrid/useDisableSelectRows.js +1 -2
- package/es/components/Datagrid/useEditableCell.js +1 -3
- package/es/components/Datagrid/useExpandedRow.js +1 -3
- package/es/components/Datagrid/useFiltering.js +1 -3
- package/es/components/Datagrid/useFlexResize.js +1 -3
- package/es/components/Datagrid/useFloatingScroll.js +1 -3
- package/es/components/Datagrid/useFocusRowExpander.js +1 -3
- package/es/components/Datagrid/useInfiniteScroll.js +1 -3
- package/es/components/Datagrid/useInitialColumnSort.js +1 -3
- package/es/components/Datagrid/useInlineEdit.js +1 -3
- package/es/components/Datagrid/useNestedRowExpander.js +1 -3
- package/es/components/Datagrid/useNestedRows.js +1 -3
- package/es/components/Datagrid/useOnRowClick.js +1 -3
- package/es/components/Datagrid/useParentDimensions.js +1 -3
- package/es/components/Datagrid/useResizeTable.js +1 -3
- package/es/components/Datagrid/useRowExpander.js +1 -3
- package/es/components/Datagrid/useRowIsMouseOver.js +1 -3
- package/es/components/Datagrid/useRowRenderer.js +1 -3
- package/es/components/Datagrid/useRowSize.js +1 -3
- package/es/components/Datagrid/useSelectAllToggle.js +4 -6
- package/es/components/Datagrid/useSelectRows.js +1 -3
- package/es/components/Datagrid/useSkeletonRows.js +1 -2
- package/es/components/Datagrid/useSortableColumns.js +1 -3
- package/es/components/Datagrid/useStickyColumn.js +1 -3
- package/es/components/Datagrid/utils/getAutoSizedColumnWidth.js +1 -2
- package/es/components/Decorator/Decorator.js +55 -3
- package/es/components/DecoratorBase/DecoratorBase.js +4 -3
- package/es/components/DecoratorBase/DecoratorIcon.js +10 -3
- package/es/components/DecoratorBase/utils.js +1 -2
- package/es/components/DecoratorDualButton/DecoratorDualButton.js +74 -3
- package/es/components/DecoratorLink/DecoratorLink.js +66 -3
- package/es/components/DecoratorSingleButton/DecoratorSingleButton.js +66 -3
- package/es/components/DelimitedList/DelimitedList.js +13 -3
- package/es/components/DescriptionList/DescriptionList.js +5 -3
- package/es/components/DescriptionList/DescriptionListBody.js +3 -3
- package/es/components/DescriptionList/DescriptionListCell.js +3 -3
- package/es/components/DescriptionList/DescriptionListRow.js +3 -3
- package/es/components/DescriptionList/constants.js +1 -2
- package/es/components/EditFullPage/EditFullPage.js +7 -3
- package/es/components/EditInPlace/EditInPlace.d.ts.map +1 -1
- package/es/components/EditInPlace/EditInPlace.js +136 -28
- package/es/components/EditSidePanel/EditSidePanel.js +66 -3
- package/es/components/EditTearsheet/EditTearsheet.js +53 -3
- package/es/components/EditTearsheet/EditTearsheetForm.js +33 -3
- package/es/components/EditTearsheetNarrow/EditTearsheetNarrow.js +7 -3
- package/es/components/EditUpdateCards/EditUpdateCards.js +70 -3
- package/es/components/EmptyStates/EmptyState.js +41 -9
- package/es/components/EmptyStates/EmptyStateContent.js +21 -3
- package/es/components/EmptyStates/EmptyStateIllustration.deprecated.js +1 -3
- package/es/components/EmptyStates/EmptyStateV2.deprecated.js +39 -3
- package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +37 -3
- package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +37 -3
- package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +37 -3
- package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +37 -3
- package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +37 -3
- package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +37 -3
- package/es/components/EmptyStates/assets/ErrorIllustration.js +1 -3
- package/es/components/EmptyStates/assets/NoDataIllustration.js +1 -3
- package/es/components/EmptyStates/assets/NoTagsIllustration.js +1 -3
- package/es/components/EmptyStates/assets/NotFoundIllustration.js +1 -3
- package/es/components/EmptyStates/assets/NotificationsIllustration.js +1 -3
- package/es/components/EmptyStates/assets/UnauthorizedIllustration.js +1 -3
- package/es/components/ExportModal/ExportModal.js +80 -3
- package/es/components/ExpressiveCard/ExpressiveCard.js +76 -3
- package/es/components/FeatureFlags/index.js +4 -3
- package/es/components/FilterPanel/FilterPanel.js +10 -3
- package/es/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +19 -3
- package/es/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +22 -3
- package/es/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.js +16 -3
- package/es/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +34 -3
- package/es/components/FilterPanel/FilterPanelGroup/FilterPanelGroup.js +16 -3
- package/es/components/FilterPanel/FilterPanelLabel/FilterPanelLabel.js +13 -3
- package/es/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +13 -4
- package/es/components/FilterSummary/FilterSummary.js +2 -3
- package/es/components/FullPageError/FullPageError.js +20 -3
- package/es/components/FullPageError/assets/Error403SVG.js +1 -3
- package/es/components/FullPageError/assets/Error404SVG.js +1 -3
- package/es/components/FullPageError/assets/ErrorGenericSVG.js +1 -3
- package/es/components/GetStartedCard/GetStartedCard.js +37 -3
- package/es/components/Guidebanner/Guidebanner.js +49 -5
- package/es/components/Guidebanner/GuidebannerElement.js +14 -3
- package/es/components/Guidebanner/GuidebannerElementButton.js +11 -3
- package/es/components/Guidebanner/GuidebannerElementLink.js +7 -3
- package/es/components/HTTPErrors/HTTPError403/HTTPError403.js +23 -3
- package/es/components/HTTPErrors/HTTPError404/HTTPError404.js +23 -3
- package/es/components/HTTPErrors/HTTPErrorContent.js +19 -3
- package/es/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +23 -3
- package/es/components/HTTPErrors/assets/HTTPErrorSvg403.js +1 -3
- package/es/components/HTTPErrors/assets/HTTPErrorSvg404.js +1 -3
- package/es/components/HTTPErrors/assets/HTTPErrorSvgOther.js +1 -3
- package/es/components/ImportModal/ImportModal.js +88 -3
- package/es/components/InlineTip/InlineTip.js +56 -3
- package/es/components/InlineTip/InlineTipButton.js +7 -3
- package/es/components/InlineTip/InlineTipLink.js +7 -3
- package/es/components/InlineTip/utils.js +1 -2
- package/es/components/InterstitialScreen/InterstitialScreen.js +23 -3
- package/es/components/InterstitialScreen/InterstitialScreenBody.js +13 -3
- package/es/components/InterstitialScreen/InterstitialScreenFooter.js +24 -3
- package/es/components/InterstitialScreen/InterstitialScreenHeader.js +20 -3
- package/es/components/InterstitialScreen/InterstitialScreenView.js +13 -3
- package/es/components/InterstitialScreen/context.js +1 -3
- package/es/components/MultiAddSelect/MultiAddSelect.js +81 -3
- package/es/components/Nav/Nav.js +16 -3
- package/es/components/Nav/NavItem.js +37 -3
- package/es/components/Nav/NavItemLink.js +4 -4
- package/es/components/Nav/NavList.js +12 -3
- package/es/components/NonLinearReading/NonLinearReading.js +13 -3
- package/es/components/NotificationsPanel/NotificationsPanel.js +118 -3
- package/es/components/NotificationsPanel/utils.js +1 -2
- package/es/components/OptionsTile/OptionsTile.js +52 -3
- package/es/components/PageHeader/PageHeader.js +219 -3
- package/es/components/PageHeader/PageHeaderTitle.js +24 -3
- package/es/components/PageHeader/PageHeaderUtils.js +1 -3
- package/es/components/PageHeader/next/PageHeader.d.ts +2 -1
- package/es/components/PageHeader/next/PageHeader.d.ts.map +1 -1
- package/es/components/PageHeader/next/PageHeader.js +1 -3
- package/es/components/PageHeader/next/PageHeaderBreadcrumbBar.d.ts.map +1 -1
- package/es/components/PageHeader/next/PageHeaderBreadcrumbBar.js +2 -6
- package/es/components/PageHeader/next/PageHeaderBreadcrumbOverflow.js +1 -3
- package/es/components/PageHeader/next/PageHeaderBreadcrumbPageActions.js +16 -3
- package/es/components/PageHeader/next/PageHeaderContent.d.ts.map +1 -1
- package/es/components/PageHeader/next/PageHeaderContent.js +32 -9
- package/es/components/PageHeader/next/PageHeaderContentPageActions.d.ts.map +1 -1
- package/es/components/PageHeader/next/PageHeaderContentPageActions.js +21 -7
- package/es/components/PageHeader/next/PageHeaderContentText.js +10 -3
- package/es/components/PageHeader/next/PageHeaderHeroImage.d.ts +13 -1
- package/es/components/PageHeader/next/PageHeaderHeroImage.d.ts.map +1 -1
- package/es/components/PageHeader/next/PageHeaderHeroImage.js +22 -6
- package/es/components/PageHeader/next/PageHeaderScrollButton.js +1 -3
- package/es/components/PageHeader/next/PageHeaderTabBar.js +3 -5
- package/es/components/PageHeader/next/PageHeaderTagOverflow.js +1 -3
- package/es/components/PageHeader/next/PageHeaderTitleBreadcrumb.js +1 -3
- package/es/components/PageHeader/next/context.d.ts +2 -2
- package/es/components/PageHeader/next/context.d.ts.map +1 -1
- package/es/components/PageHeader/next/context.js +1 -3
- package/es/components/PageHeader/next/index.js +1 -3
- package/es/components/PageHeader/next/overflowHandler.js +1 -2
- package/es/components/PageHeader/next/utils.js +1 -2
- package/es/components/ProductiveCard/ProductiveCard.js +93 -3
- package/es/components/RemoveModal/RemoveModal.js +58 -3
- package/es/components/Saving/Saving.js +43 -3
- package/es/components/ScrollGradient/ScrollGradient.js +12 -3
- package/es/components/ScrollGradient/constants.js +1 -3
- package/es/components/SearchBar/SearchBar.js +31 -4
- package/es/components/SidePanel/SidePanel.js +116 -3
- package/es/components/SidePanel/constants.js +1 -2
- package/es/components/SimpleHeader/SimpleHeader.js +15 -3
- package/es/components/SingleAddSelect/SingleAddSelect.js +52 -3
- package/es/components/StatusIcon/StatusIcon.js +16 -3
- package/es/components/StatusIndicator/StatusIndicator.js +21 -3
- package/es/components/StatusIndicator/StatusIndicatorStep.js +13 -3
- package/es/components/StringFormatter/StringFormatter.js +9 -3
- package/es/components/StringFormatter/utils/enums.js +1 -2
- package/es/components/TagOverflow/TagOverflow.js +65 -3
- package/es/components/TagOverflow/TagOverflowModal.js +1 -3
- package/es/components/TagOverflow/TagOverflowPopover.js +31 -3
- package/es/components/TagOverflow/constants.js +1 -2
- package/es/components/TagSet/TagSet.js +66 -3
- package/es/components/TagSet/TagSetModal.js +1 -3
- package/es/components/TagSet/TagSetOverflow.js +38 -3
- package/es/components/Tearsheet/Tearsheet.js +103 -4
- package/es/components/Tearsheet/TearsheetNarrow.js +76 -4
- package/es/components/Tearsheet/TearsheetPresence.js +1 -3
- package/es/components/Tearsheet/TearsheetShell.js +119 -3
- package/es/components/Tearsheet/next/StackContext.js +1 -3
- package/es/components/Tearsheet/next/Tearsheet.js +1 -3
- package/es/components/Tearsheet/next/TearsheetBody.js +1 -3
- package/es/components/Tearsheet/next/TearsheetFooter.js +1 -3
- package/es/components/Tearsheet/next/TearsheetHeader.js +1 -3
- package/es/components/Tearsheet/next/TearsheetHeaderActions.js +1 -3
- package/es/components/Tearsheet/next/TearsheetHeaderContent.js +1 -3
- package/es/components/Tearsheet/next/context.js +1 -3
- package/es/components/Tearsheet/usePresence.js +7 -3
- package/es/components/Tearsheet/usePresenceContext.js +1 -3
- package/es/components/Toolbar/Toolbar.js +4 -3
- package/es/components/Toolbar/ToolbarButton.js +12 -4
- package/es/components/Toolbar/ToolbarGroup.js +3 -3
- package/es/components/TooltipTrigger/TooltipTrigger.js +7 -3
- package/es/components/TruncatedList/TruncatedList.js +32 -3
- package/es/components/TruncatedText/TruncatedText.d.ts.map +1 -1
- package/es/components/TruncatedText/TruncatedText.js +7 -6
- package/es/components/TruncatedText/useTruncatedText.js +1 -3
- package/es/components/UserAvatar/UserAvatar.js +32 -3
- package/es/components/UserProfileImage/UserProfileImage.js +37 -3
- package/es/components/WebTerminal/WebTerminal.js +27 -3
- package/es/components/WebTerminal/WebTerminalContentWrapper.js +6 -4
- package/es/components/WebTerminal/hooks/index.js +6 -4
- package/es/components/_Canary/Canary.js +3 -3
- package/es/global/js/hooks/useActiveElement.js +1 -3
- package/es/global/js/hooks/useClickOutside.js +1 -3
- package/es/global/js/hooks/useCollapsible.js +1 -3
- package/es/global/js/hooks/useControllableState.js +1 -3
- package/es/global/js/hooks/useCreateComponentFocus.js +1 -3
- package/es/global/js/hooks/useCreateComponentStepChange.js +1 -3
- package/es/global/js/hooks/useFocus.js +1 -3
- package/es/global/js/hooks/useIsomorphicEffect.js +1 -3
- package/es/global/js/hooks/useMatchMedia.js +1 -3
- package/es/global/js/hooks/useMergedRefs.js +1 -3
- package/es/global/js/hooks/useOverflowItems/useOverflowItems.js +1 -3
- package/es/global/js/hooks/useOverflowString.js +1 -3
- package/es/global/js/hooks/usePortalTarget.js +1 -3
- package/es/global/js/hooks/usePrefersReducedMotion.js +1 -3
- package/es/global/js/hooks/usePrefix.js +1 -3
- package/es/global/js/hooks/usePresence.js +1 -3
- package/es/global/js/hooks/usePreviousValue.js +1 -3
- package/es/global/js/hooks/useResetCreateComponent.js +1 -3
- package/es/global/js/hooks/useResizeObserver.js +1 -3
- package/es/global/js/hooks/useRetrieveFormTitles.js +1 -3
- package/es/global/js/hooks/useRetrieveStepData.js +1 -3
- package/es/global/js/hooks/useValidCreateStepCount.js +1 -3
- package/es/global/js/hooks/useWindowResize.js +1 -3
- package/es/global/js/hooks/useWindowScroll.js +1 -3
- package/es/global/js/package-settings.js +1 -2
- package/es/global/js/utils/Wrap.js +25 -3
- package/es/global/js/utils/checkForOverflow.js +1 -2
- package/es/global/js/utils/clamp.js +1 -2
- package/es/global/js/utils/debounce.js +1 -2
- package/es/global/js/utils/deepCloneObject.js +1 -2
- package/es/global/js/utils/deepCompareObject.js +1 -2
- package/es/global/js/utils/devtools.js +1 -3
- package/es/global/js/utils/getFocusableElements.js +1 -2
- package/es/global/js/utils/getNodeTextContent.js +1 -2
- package/es/global/js/utils/getNumberOfHiddenSteps.js +1 -2
- package/es/global/js/utils/getScrollbarWidth.js +1 -2
- package/es/global/js/utils/getSupportedLocale.js +1 -2
- package/es/global/js/utils/lastIndexInArray.js +1 -2
- package/es/global/js/utils/makeDraggable/makeDraggable.js +1 -2
- package/es/global/js/utils/pconsole.js +5 -11
- package/es/global/js/utils/props-helper.js +1 -3
- package/es/global/js/utils/rangeWithCallback.js +1 -2
- package/es/global/js/utils/scrollableAncestor.js +1 -2
- package/es/global/js/utils/throttle.js +1 -2
- package/es/global/js/utils/useId.js +1 -3
- package/es/global/js/utils/uuidv4.js +1 -2
- package/es/global/js/utils/wait.js +1 -2
- package/es/index.js +2 -5
- package/es/node_modules/@carbon/colors/es/index.js +1 -2
- package/es/node_modules/@carbon/icon-helpers/es/index.js +1 -2
- package/es/node_modules/@carbon/icons-react/es/Icon.js +1 -3
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +351 -328
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +185 -192
- package/es/node_modules/@carbon/icons-react/es/{iconPropTypes-B1cP964Y.js → iconPropTypes-BElKp6Sn.js} +2 -4
- package/es/node_modules/classnames/index.js +1 -4
- package/es/settings.js +1 -3
- package/lib/_virtual/_rolldown/runtime.js +13 -23
- package/lib/components/APIKeyModal/APIKeyDownloader.js +21 -5
- package/lib/components/APIKeyModal/APIKeyModal.js +170 -12
- package/lib/components/AboutModal/AboutModal.js +51 -10
- package/lib/components/ActionBar/ActionBar.js +49 -11
- package/lib/components/ActionBar/ActionBarItem.js +33 -6
- package/lib/components/ActionBar/ActionBarOverflowItems.js +24 -7
- package/lib/components/ActionSet/ActionSet.js +40 -8
- package/lib/components/AddSelect/AddSelect.js +10 -6
- package/lib/components/AddSelect/AddSelectBody.js +19 -19
- package/lib/components/AddSelect/AddSelectBreadcrumbs.js +4 -6
- package/lib/components/AddSelect/AddSelectColumn.js +9 -11
- package/lib/components/AddSelect/AddSelectFilter.js +4 -6
- package/lib/components/AddSelect/AddSelectFormControl.js +4 -6
- package/lib/components/AddSelect/AddSelectList.js +6 -8
- package/lib/components/AddSelect/AddSelectMetaPanel.js +3 -5
- package/lib/components/AddSelect/AddSelectRow.js +5 -7
- package/lib/components/AddSelect/AddSelectSidebar.js +5 -7
- package/lib/components/AddSelect/AddSelectSort.js +3 -5
- package/lib/components/AddSelect/add-select-utils.js +1 -3
- package/lib/components/AddSelect/hooks/useFocus.js +2 -4
- package/lib/components/AddSelect/hooks/useItemSort.js +2 -4
- package/lib/components/AddSelect/hooks/useParentSelect.js +2 -4
- package/lib/components/AddSelect/hooks/usePath.js +2 -4
- package/lib/components/BigNumber/BigNumber.js +59 -13
- package/lib/components/BigNumber/BigNumberSkeleton.js +16 -13
- package/lib/components/BigNumber/constants.js +1 -22
- package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +49 -15
- package/lib/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +33 -9
- package/lib/components/Card/Card.js +25 -8
- package/lib/components/Card/CardFooter.js +4 -6
- package/lib/components/Card/CardHeader.js +15 -6
- package/lib/components/Carousel/Carousel.js +39 -9
- package/lib/components/Carousel/CarouselItem.js +11 -7
- package/lib/components/Cascade/Cascade.js +16 -7
- package/lib/components/Checklist/Checklist.js +72 -18
- package/lib/components/Checklist/ChecklistChart.js +19 -13
- package/lib/components/Checklist/ChecklistIcon.js +21 -15
- package/lib/components/Coachmark/Coachmark.js +69 -15
- package/lib/components/Coachmark/CoachmarkDragbar.js +22 -8
- package/lib/components/Coachmark/CoachmarkHeader.js +18 -8
- package/lib/components/Coachmark/CoachmarkOverlay.js +35 -17
- package/lib/components/Coachmark/CoachmarkTagline.js +18 -8
- package/lib/components/Coachmark/next/Coachmark/Coachmark.d.ts +5 -1
- package/lib/components/Coachmark/next/Coachmark/Coachmark.d.ts.map +1 -1
- package/lib/components/Coachmark/next/Coachmark/Coachmark.js +64 -17
- package/lib/components/Coachmark/next/Coachmark/CoachmarkBeacon/CoachmarkBeacon.js +21 -7
- package/lib/components/Coachmark/next/Coachmark/CoachmarkContent.js +12 -7
- package/lib/components/Coachmark/next/Coachmark/CoachmarkTagline/CoachmarkTagline.js +22 -7
- package/lib/components/Coachmark/next/Coachmark/ContentBody.js +11 -6
- package/lib/components/Coachmark/next/Coachmark/ContentHeader.js +18 -8
- package/lib/components/Coachmark/next/Coachmark/context.js +4 -7
- package/lib/components/Coachmark/utils/constants.js +15 -23
- package/lib/components/Coachmark/utils/context.js +2 -4
- package/lib/components/Coachmark/utils/enums.js +1 -3
- package/lib/components/Coachmark/utils/hooks.js +5 -7
- package/lib/components/CoachmarkBeacon/CoachmarkBeacon.js +21 -7
- package/lib/components/CoachmarkButton/CoachmarkButton.js +12 -8
- package/lib/components/CoachmarkFixed/CoachmarkFixed.js +40 -14
- package/lib/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +18 -7
- package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +41 -11
- package/lib/components/CoachmarkStack/CoachmarkStack.js +52 -14
- package/lib/components/CoachmarkStack/CoachmarkStackHome.js +48 -10
- package/lib/components/ComboButton/ComboButton.js +9 -7
- package/lib/components/ComboButton/ComboButtonItem/index.js +6 -4
- package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +64 -21
- package/lib/components/ConditionBuilder/ConditionBuilder.d.ts.map +1 -1
- package/lib/components/ConditionBuilder/ConditionBuilder.js +72 -11
- package/lib/components/ConditionBuilder/ConditionBuilder.types.d.ts +13 -0
- package/lib/components/ConditionBuilder/ConditionBuilder.types.d.ts.map +1 -1
- package/lib/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.d.ts.map +1 -1
- package/lib/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +25 -15
- package/lib/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +35 -9
- package/lib/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +43 -7
- package/lib/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +19 -12
- package/lib/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.js +8 -10
- package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.d.ts.map +1 -1
- package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +46 -24
- package/lib/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.d.ts.map +1 -1
- package/lib/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.js +37 -5
- package/lib/components/ConditionBuilder/ConditionBuilderContext/translationObject.js +1 -3
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +45 -11
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +14 -7
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +13 -6
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +14 -7
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOptionForValueField.js +14 -7
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +15 -5
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +12 -5
- package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.d.ts.map +1 -1
- package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +40 -18
- package/lib/components/ConditionBuilder/ConditionPreview/ConditionPreview.js +16 -9
- package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.js +6 -8
- package/lib/components/ConditionBuilder/utils/useDataConfigs.js +4 -6
- package/lib/components/ConditionBuilder/utils/useEvent.js +2 -4
- package/lib/components/ConditionBuilder/utils/useTranslations.js +4 -6
- package/lib/components/ConditionBuilder/utils/util.js +2 -5
- package/lib/components/CreateFullPage/CreateFullPage.js +92 -16
- package/lib/components/CreateFullPage/CreateFullPageStep.js +58 -10
- package/lib/components/CreateInfluencer/CreateInfluencer.js +20 -7
- package/lib/components/CreateModal/CreateModal.js +48 -8
- package/lib/components/CreateSidePanel/CreateSidePanel.js +65 -9
- package/lib/components/CreateTearsheet/CreateTearsheet.js +96 -18
- package/lib/components/CreateTearsheet/CreateTearsheetDivider.js +9 -7
- package/lib/components/CreateTearsheet/CreateTearsheetStep.js +79 -10
- package/lib/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +62 -9
- package/lib/components/DataSpreadsheet/DataSpreadsheet.js +85 -27
- package/lib/components/DataSpreadsheet/DataSpreadsheetBody.js +128 -16
- package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.js +88 -15
- package/lib/components/DataSpreadsheet/hooks/useMoveActiveCell.js +2 -4
- package/lib/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +4 -6
- package/lib/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.js +3 -5
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetEdit.js +4 -6
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +4 -6
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +4 -6
- package/lib/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +4 -6
- package/lib/components/DataSpreadsheet/utils/checkActiveHeaderCell.js +2 -4
- package/lib/components/DataSpreadsheet/utils/checkForHoldingKey.js +1 -3
- package/lib/components/DataSpreadsheet/utils/checkSelectedHeaderCell.js +2 -4
- package/lib/components/DataSpreadsheet/utils/commonEventHandlers.js +11 -13
- package/lib/components/DataSpreadsheet/utils/createActiveCellFn.js +3 -5
- package/lib/components/DataSpreadsheet/utils/createCellSelectionArea.js +4 -6
- package/lib/components/DataSpreadsheet/utils/getCellSize.js +2 -4
- package/lib/components/DataSpreadsheet/utils/getSelectionAreaPoints.js +1 -3
- package/lib/components/DataSpreadsheet/utils/getSpreadsheetWidth.js +2 -4
- package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.js +2 -4
- package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.js +2 -4
- package/lib/components/DataSpreadsheet/utils/handleCellDeletion.js +3 -5
- package/lib/components/DataSpreadsheet/utils/handleEditSubmit.js +3 -5
- package/lib/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +5 -7
- package/lib/components/DataSpreadsheet/utils/handleMultipleKeys.js +4 -6
- package/lib/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +3 -5
- package/lib/components/DataSpreadsheet/utils/removeCellSelections.js +2 -4
- package/lib/components/DataSpreadsheet/utils/selectAllCells.js +3 -5
- package/lib/components/Datagrid/Datagrid/Datagrid.js +17 -11
- package/lib/components/Datagrid/Datagrid/DatagridBody.js +6 -8
- package/lib/components/Datagrid/Datagrid/DatagridContent.js +19 -21
- package/lib/components/Datagrid/Datagrid/DatagridEmptyBody.js +7 -9
- package/lib/components/Datagrid/Datagrid/DatagridExpandedRow.js +4 -6
- package/lib/components/Datagrid/Datagrid/DatagridHead.js +2 -4
- package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.js +10 -12
- package/lib/components/Datagrid/Datagrid/DatagridRefBody.js +4 -6
- package/lib/components/Datagrid/Datagrid/DatagridRow.js +7 -9
- package/lib/components/Datagrid/Datagrid/DatagridSelectAll.js +6 -8
- package/lib/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +5 -7
- package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.js +4 -6
- package/lib/components/Datagrid/Datagrid/DatagridToolbar.js +6 -8
- package/lib/components/Datagrid/Datagrid/DatagridVirtualBody.js +6 -8
- package/lib/components/Datagrid/Datagrid/DraggableElement.js +4 -6
- package/lib/components/Datagrid/Datagrid/addons/AiLabel/DatagridAiLabel.js +7 -5
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +3 -5
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +3 -5
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +6 -8
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +6 -8
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +7 -9
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +4 -6
- package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/common.js +1 -3
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +54 -14
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +31 -26
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +9 -11
- package/lib/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +4 -6
- package/lib/components/Datagrid/Datagrid/addons/Filtering/constants.js +1 -3
- package/lib/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +1 -3
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +3 -5
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +16 -18
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +3 -5
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.js +3 -5
- package/lib/components/Datagrid/Datagrid/addons/Filtering/utils.js +10 -12
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +4 -6
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +9 -11
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +4 -6
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/getCellIdAsObject.js +1 -3
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +2 -5
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridFocus.js +1 -3
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +4 -6
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +4 -6
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +5 -7
- package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +3 -5
- package/lib/components/Datagrid/Datagrid/addons/stateReducer.js +2 -4
- package/lib/components/Datagrid/common-column-ids.js +1 -3
- package/lib/components/Datagrid/useActionsColumn.js +5 -7
- package/lib/components/Datagrid/useColumnCenterAlign.js +4 -6
- package/lib/components/Datagrid/useColumnOrder.js +3 -6
- package/lib/components/Datagrid/useColumnRightAlign.js +4 -6
- package/lib/components/Datagrid/useCustomizeColumns.js +4 -6
- package/lib/components/Datagrid/useDatagrid.js +11 -13
- package/lib/components/Datagrid/useDefaultStringRenderer.js +4 -6
- package/lib/components/Datagrid/useDisableSelectRows.js +1 -3
- package/lib/components/Datagrid/useEditableCell.js +2 -4
- package/lib/components/Datagrid/useExpandedRow.js +4 -6
- package/lib/components/Datagrid/useFiltering.js +4 -6
- package/lib/components/Datagrid/useFlexResize.js +2 -4
- package/lib/components/Datagrid/useFloatingScroll.js +4 -6
- package/lib/components/Datagrid/useFocusRowExpander.js +2 -4
- package/lib/components/Datagrid/useInfiniteScroll.js +5 -7
- package/lib/components/Datagrid/useInitialColumnSort.js +3 -5
- package/lib/components/Datagrid/useInlineEdit.js +5 -7
- package/lib/components/Datagrid/useNestedRowExpander.js +6 -8
- package/lib/components/Datagrid/useNestedRows.js +5 -7
- package/lib/components/Datagrid/useOnRowClick.js +3 -5
- package/lib/components/Datagrid/useParentDimensions.js +2 -4
- package/lib/components/Datagrid/useResizeTable.js +2 -4
- package/lib/components/Datagrid/useRowExpander.js +5 -7
- package/lib/components/Datagrid/useRowIsMouseOver.js +3 -5
- package/lib/components/Datagrid/useRowRenderer.js +2 -4
- package/lib/components/Datagrid/useRowSize.js +3 -5
- package/lib/components/Datagrid/useSelectAllToggle.js +9 -11
- package/lib/components/Datagrid/useSelectRows.js +8 -10
- package/lib/components/Datagrid/useSkeletonRows.js +1 -3
- package/lib/components/Datagrid/useSortableColumns.js +6 -8
- package/lib/components/Datagrid/useStickyColumn.js +6 -8
- package/lib/components/Datagrid/utils/getAutoSizedColumnWidth.js +1 -3
- package/lib/components/Decorator/Decorator.js +65 -13
- package/lib/components/DecoratorBase/DecoratorBase.js +9 -8
- package/lib/components/DecoratorBase/DecoratorIcon.js +19 -12
- package/lib/components/DecoratorBase/utils.js +1 -3
- package/lib/components/DecoratorDualButton/DecoratorDualButton.js +84 -13
- package/lib/components/DecoratorLink/DecoratorLink.js +76 -13
- package/lib/components/DecoratorSingleButton/DecoratorSingleButton.js +76 -13
- package/lib/components/DelimitedList/DelimitedList.js +17 -7
- package/lib/components/DescriptionList/DescriptionList.js +15 -13
- package/lib/components/DescriptionList/DescriptionListBody.js +12 -12
- package/lib/components/DescriptionList/DescriptionListCell.js +12 -12
- package/lib/components/DescriptionList/DescriptionListRow.js +12 -12
- package/lib/components/DescriptionList/constants.js +1 -3
- package/lib/components/EditFullPage/EditFullPage.js +11 -7
- package/lib/components/EditInPlace/EditInPlace.d.ts.map +1 -1
- package/lib/components/EditInPlace/EditInPlace.js +139 -31
- package/lib/components/EditSidePanel/EditSidePanel.js +73 -10
- package/lib/components/EditTearsheet/EditTearsheet.js +59 -9
- package/lib/components/EditTearsheet/EditTearsheetForm.js +39 -9
- package/lib/components/EditTearsheetNarrow/EditTearsheetNarrow.js +11 -7
- package/lib/components/EditUpdateCards/EditUpdateCards.js +75 -8
- package/lib/components/EmptyStates/EmptyState.js +48 -16
- package/lib/components/EmptyStates/EmptyStateContent.js +24 -6
- package/lib/components/EmptyStates/EmptyStateIllustration.deprecated.js +2 -4
- package/lib/components/EmptyStates/EmptyStateV2.deprecated.js +45 -9
- package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +44 -10
- package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +44 -10
- package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +44 -10
- package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +44 -10
- package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +44 -10
- package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +44 -10
- package/lib/components/EmptyStates/assets/ErrorIllustration.js +5 -7
- package/lib/components/EmptyStates/assets/NoDataIllustration.js +5 -7
- package/lib/components/EmptyStates/assets/NoTagsIllustration.js +5 -7
- package/lib/components/EmptyStates/assets/NotFoundIllustration.js +5 -7
- package/lib/components/EmptyStates/assets/NotificationsIllustration.js +5 -7
- package/lib/components/EmptyStates/assets/UnauthorizedIllustration.js +5 -7
- package/lib/components/ExportModal/ExportModal.js +86 -9
- package/lib/components/ExpressiveCard/ExpressiveCard.js +80 -7
- package/lib/components/FeatureFlags/index.js +6 -5
- package/lib/components/FilterPanel/FilterPanel.js +19 -12
- package/lib/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +29 -13
- package/lib/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +33 -14
- package/lib/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.js +26 -13
- package/lib/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +44 -13
- package/lib/components/FilterPanel/FilterPanelGroup/FilterPanelGroup.js +26 -13
- package/lib/components/FilterPanel/FilterPanelLabel/FilterPanelLabel.js +22 -12
- package/lib/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +22 -13
- package/lib/components/FilterSummary/FilterSummary.js +12 -13
- package/lib/components/FullPageError/FullPageError.js +27 -10
- package/lib/components/FullPageError/assets/Error403SVG.js +2 -4
- package/lib/components/FullPageError/assets/Error404SVG.js +2 -4
- package/lib/components/FullPageError/assets/ErrorGenericSVG.js +2 -4
- package/lib/components/GetStartedCard/GetStartedCard.js +40 -6
- package/lib/components/Guidebanner/Guidebanner.js +57 -13
- package/lib/components/Guidebanner/GuidebannerElement.js +18 -7
- package/lib/components/Guidebanner/GuidebannerElementButton.js +15 -7
- package/lib/components/Guidebanner/GuidebannerElementLink.js +11 -7
- package/lib/components/HTTPErrors/HTTPError403/HTTPError403.js +29 -9
- package/lib/components/HTTPErrors/HTTPError404/HTTPError404.js +29 -9
- package/lib/components/HTTPErrors/HTTPErrorContent.js +21 -5
- package/lib/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +29 -9
- package/lib/components/HTTPErrors/assets/HTTPErrorSvg403.js +3 -5
- package/lib/components/HTTPErrors/assets/HTTPErrorSvg404.js +3 -5
- package/lib/components/HTTPErrors/assets/HTTPErrorSvgOther.js +3 -5
- package/lib/components/ImportModal/ImportModal.js +94 -9
- package/lib/components/InlineTip/InlineTip.js +62 -9
- package/lib/components/InlineTip/InlineTipButton.js +11 -7
- package/lib/components/InlineTip/InlineTipLink.js +11 -7
- package/lib/components/InlineTip/utils.js +1 -3
- package/lib/components/InterstitialScreen/InterstitialScreen.js +30 -10
- package/lib/components/InterstitialScreen/InterstitialScreenBody.js +17 -7
- package/lib/components/InterstitialScreen/InterstitialScreenFooter.js +28 -7
- package/lib/components/InterstitialScreen/InterstitialScreenHeader.js +24 -7
- package/lib/components/InterstitialScreen/InterstitialScreenView.js +15 -5
- package/lib/components/InterstitialScreen/context.js +3 -5
- package/lib/components/MultiAddSelect/MultiAddSelect.js +84 -6
- package/lib/components/Nav/Nav.js +27 -14
- package/lib/components/Nav/NavItem.js +48 -14
- package/lib/components/Nav/NavItemLink.js +5 -5
- package/lib/components/Nav/NavList.js +22 -13
- package/lib/components/NonLinearReading/NonLinearReading.js +18 -8
- package/lib/components/NotificationsPanel/NotificationsPanel.js +130 -15
- package/lib/components/NotificationsPanel/utils.js +1 -3
- package/lib/components/OptionsTile/OptionsTile.js +59 -10
- package/lib/components/PageHeader/PageHeader.js +234 -18
- package/lib/components/PageHeader/PageHeaderTitle.js +28 -7
- package/lib/components/PageHeader/PageHeaderUtils.js +5 -7
- package/lib/components/PageHeader/next/PageHeader.d.ts +2 -1
- package/lib/components/PageHeader/next/PageHeader.d.ts.map +1 -1
- package/lib/components/PageHeader/next/PageHeader.js +19 -21
- package/lib/components/PageHeader/next/PageHeaderBreadcrumbBar.d.ts.map +1 -1
- package/lib/components/PageHeader/next/PageHeaderBreadcrumbBar.js +6 -10
- package/lib/components/PageHeader/next/PageHeaderBreadcrumbOverflow.js +6 -8
- package/lib/components/PageHeader/next/PageHeaderBreadcrumbPageActions.js +19 -6
- package/lib/components/PageHeader/next/PageHeaderContent.d.ts.map +1 -1
- package/lib/components/PageHeader/next/PageHeaderContent.js +36 -13
- package/lib/components/PageHeader/next/PageHeaderContentPageActions.d.ts.map +1 -1
- package/lib/components/PageHeader/next/PageHeaderContentPageActions.js +26 -12
- package/lib/components/PageHeader/next/PageHeaderContentText.js +13 -6
- package/lib/components/PageHeader/next/PageHeaderHeroImage.d.ts +13 -1
- package/lib/components/PageHeader/next/PageHeaderHeroImage.d.ts.map +1 -1
- package/lib/components/PageHeader/next/PageHeaderHeroImage.js +25 -9
- package/lib/components/PageHeader/next/PageHeaderScrollButton.js +6 -8
- package/lib/components/PageHeader/next/PageHeaderTabBar.js +7 -9
- package/lib/components/PageHeader/next/PageHeaderTagOverflow.js +6 -8
- package/lib/components/PageHeader/next/PageHeaderTitleBreadcrumb.js +5 -7
- package/lib/components/PageHeader/next/context.d.ts +2 -2
- package/lib/components/PageHeader/next/context.d.ts.map +1 -1
- package/lib/components/PageHeader/next/context.js +2 -4
- package/lib/components/PageHeader/next/index.js +19 -21
- package/lib/components/PageHeader/next/overflowHandler.js +1 -3
- package/lib/components/PageHeader/next/utils.js +1 -3
- package/lib/components/ProductiveCard/ProductiveCard.js +97 -7
- package/lib/components/RemoveModal/RemoveModal.js +65 -10
- package/lib/components/Saving/Saving.js +47 -7
- package/lib/components/ScrollGradient/ScrollGradient.js +23 -14
- package/lib/components/ScrollGradient/constants.js +3 -5
- package/lib/components/SearchBar/SearchBar.js +35 -8
- package/lib/components/SidePanel/SidePanel.js +129 -16
- package/lib/components/SidePanel/constants.js +1 -3
- package/lib/components/SimpleHeader/SimpleHeader.js +20 -8
- package/lib/components/SingleAddSelect/SingleAddSelect.js +56 -7
- package/lib/components/StatusIcon/StatusIcon.js +20 -7
- package/lib/components/StatusIndicator/StatusIndicator.js +30 -12
- package/lib/components/StatusIndicator/StatusIndicatorStep.js +22 -12
- package/lib/components/StringFormatter/StringFormatter.js +21 -15
- package/lib/components/StringFormatter/utils/enums.js +1 -3
- package/lib/components/TagOverflow/TagOverflow.js +73 -11
- package/lib/components/TagOverflow/TagOverflowModal.js +6 -8
- package/lib/components/TagOverflow/TagOverflowPopover.js +35 -7
- package/lib/components/TagOverflow/constants.js +1 -3
- package/lib/components/TagSet/TagSet.js +73 -10
- package/lib/components/TagSet/TagSetModal.js +6 -8
- package/lib/components/TagSet/TagSetOverflow.js +42 -7
- package/lib/components/Tearsheet/Tearsheet.js +107 -8
- package/lib/components/Tearsheet/TearsheetNarrow.js +80 -8
- package/lib/components/Tearsheet/TearsheetPresence.js +3 -5
- package/lib/components/Tearsheet/TearsheetShell.js +135 -19
- package/lib/components/Tearsheet/next/StackContext.js +3 -5
- package/lib/components/Tearsheet/next/Tearsheet.js +15 -17
- package/lib/components/Tearsheet/next/TearsheetBody.js +6 -8
- package/lib/components/Tearsheet/next/TearsheetFooter.js +5 -7
- package/lib/components/Tearsheet/next/TearsheetHeader.js +4 -6
- package/lib/components/Tearsheet/next/TearsheetHeaderActions.js +5 -7
- package/lib/components/Tearsheet/next/TearsheetHeaderContent.js +5 -7
- package/lib/components/Tearsheet/next/context.js +4 -7
- package/lib/components/Tearsheet/usePresence.js +9 -5
- package/lib/components/Tearsheet/usePresenceContext.js +3 -5
- package/lib/components/Toolbar/Toolbar.js +9 -8
- package/lib/components/Toolbar/ToolbarButton.js +15 -7
- package/lib/components/Toolbar/ToolbarGroup.js +6 -6
- package/lib/components/TooltipTrigger/TooltipTrigger.js +10 -6
- package/lib/components/TruncatedList/TruncatedList.js +37 -8
- package/lib/components/TruncatedText/TruncatedText.d.ts.map +1 -1
- package/lib/components/TruncatedText/TruncatedText.js +12 -11
- package/lib/components/TruncatedText/useTruncatedText.js +3 -5
- package/lib/components/UserAvatar/UserAvatar.js +38 -9
- package/lib/components/UserProfileImage/UserProfileImage.js +43 -9
- package/lib/components/WebTerminal/WebTerminal.js +33 -9
- package/lib/components/WebTerminal/WebTerminalContentWrapper.js +10 -8
- package/lib/components/WebTerminal/hooks/index.js +7 -5
- package/lib/components/_Canary/Canary.js +6 -6
- package/lib/global/js/hooks/useActiveElement.js +2 -4
- package/lib/global/js/hooks/useClickOutside.js +2 -4
- package/lib/global/js/hooks/useCollapsible.js +2 -4
- package/lib/global/js/hooks/useControllableState.js +2 -4
- package/lib/global/js/hooks/useCreateComponentFocus.js +3 -5
- package/lib/global/js/hooks/useCreateComponentStepChange.js +2 -4
- package/lib/global/js/hooks/useFocus.js +3 -5
- package/lib/global/js/hooks/useIsomorphicEffect.js +2 -4
- package/lib/global/js/hooks/useMatchMedia.js +2 -4
- package/lib/global/js/hooks/useMergedRefs.js +2 -4
- package/lib/global/js/hooks/useOverflowItems/useOverflowItems.js +3 -5
- package/lib/global/js/hooks/useOverflowString.js +2 -4
- package/lib/global/js/hooks/usePortalTarget.js +4 -6
- package/lib/global/js/hooks/usePrefersReducedMotion.js +3 -5
- package/lib/global/js/hooks/usePrefix.js +2 -4
- package/lib/global/js/hooks/usePresence.js +2 -4
- package/lib/global/js/hooks/usePreviousValue.js +2 -4
- package/lib/global/js/hooks/useResetCreateComponent.js +3 -5
- package/lib/global/js/hooks/useResizeObserver.js +3 -5
- package/lib/global/js/hooks/useRetrieveFormTitles.js +2 -4
- package/lib/global/js/hooks/useRetrieveStepData.js +2 -4
- package/lib/global/js/hooks/useValidCreateStepCount.js +2 -4
- package/lib/global/js/hooks/useWindowResize.js +3 -5
- package/lib/global/js/hooks/useWindowScroll.js +4 -6
- package/lib/global/js/package-settings.js +1 -3
- package/lib/global/js/utils/Wrap.js +26 -4
- package/lib/global/js/utils/checkForOverflow.js +1 -3
- package/lib/global/js/utils/clamp.js +1 -3
- package/lib/global/js/utils/debounce.js +1 -3
- package/lib/global/js/utils/deepCloneObject.js +1 -3
- package/lib/global/js/utils/deepCompareObject.js +1 -3
- package/lib/global/js/utils/devtools.js +2 -4
- package/lib/global/js/utils/getFocusableElements.js +1 -3
- package/lib/global/js/utils/getNodeTextContent.js +1 -3
- package/lib/global/js/utils/getNumberOfHiddenSteps.js +1 -3
- package/lib/global/js/utils/getScrollbarWidth.js +1 -3
- package/lib/global/js/utils/getSupportedLocale.js +1 -3
- package/lib/global/js/utils/lastIndexInArray.js +1 -3
- package/lib/global/js/utils/makeDraggable/makeDraggable.js +1 -3
- package/lib/global/js/utils/pconsole.js +4 -9
- package/lib/global/js/utils/props-helper.js +2 -4
- package/lib/global/js/utils/rangeWithCallback.js +1 -3
- package/lib/global/js/utils/scrollableAncestor.js +1 -3
- package/lib/global/js/utils/throttle.js +1 -3
- package/lib/global/js/utils/useId.js +3 -5
- package/lib/global/js/utils/uuidv4.js +1 -3
- package/lib/global/js/utils/wait.js +1 -3
- package/lib/index.js +264 -267
- package/lib/node_modules/@carbon/colors/lib/index.js +15 -21
- package/lib/node_modules/@carbon/icon-helpers/lib/index.js +7 -10
- package/lib/node_modules/@carbon/icons-react/lib/{Icon.js → Icon-2zUDcllO.js} +44 -17
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-0.js +274 -278
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-1.js +303 -316
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-10.js +478 -472
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-11.js +491 -468
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-12.js +482 -474
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-13.js +509 -547
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-14.js +546 -596
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-15.js +596 -538
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-16.js +571 -616
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-17.js +669 -654
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-18.js +683 -661
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-19.js +701 -718
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-2.js +332 -330
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-20.js +743 -783
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-21.js +548 -40
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-3.js +340 -349
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-4.js +360 -380
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-5.js +397 -405
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-6.js +405 -392
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-7.js +418 -437
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-8.js +456 -496
- package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-9.js +489 -480
- package/lib/node_modules/@carbon/icons-react/lib/{iconPropTypes-U9gLABJo.js → iconPropTypes-DaTOKOBs.js} +12 -14
- package/lib/node_modules/@carbon/icons-react/lib/index.js +425 -395
- package/lib/node_modules/classnames/index.js +7 -10
- package/lib/settings.js +5 -7
- package/package.json +17 -17
- package/scss/components/EditInPlace/_edit-in-place.scss +30 -6
- package/scss/components/PageHeader/_page-header.scss +66 -6
- package/scss/components/TruncatedText/_truncated-text.scss +21 -0
- package/telemetry.yml +12 -3
- package/es/components/Checklist/Checklist.types.js +0 -30
- package/es/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubble.d.ts +0 -39
- package/es/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubble.d.ts.map +0 -1
- package/es/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubbleHeader.d.ts +0 -25
- package/es/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubbleHeader.d.ts.map +0 -1
- package/es/components/Coachmark/next/Coachmark/CoachmarkBubble/index.d.ts +0 -11
- package/es/components/Coachmark/next/Coachmark/CoachmarkBubble/index.d.ts.map +0 -1
- package/lib/components/Checklist/Checklist.types.js +0 -32
- package/lib/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubble.d.ts +0 -39
- package/lib/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubble.d.ts.map +0 -1
- package/lib/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubbleHeader.d.ts +0 -25
- package/lib/components/Coachmark/next/Coachmark/CoachmarkBubble/CoachmarkBubbleHeader.d.ts.map +0 -1
- package/lib/components/Coachmark/next/Coachmark/CoachmarkBubble/index.d.ts +0 -11
- package/lib/components/Coachmark/next/Coachmark/CoachmarkBubble/index.d.ts.map +0 -1
- package/lib/node_modules/@carbon/icons-react/lib/chunk-CsKB0u1v.js +0 -54
|
@@ -5,11 +5,9 @@
|
|
|
5
5
|
* LICENSE file in the root directory of this source tree.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
const require_runtime = require(
|
|
9
|
-
const
|
|
10
|
-
const
|
|
11
|
-
const require_iconPropTypes_U9gLABJo$1 = require('../iconPropTypes-U9gLABJo.js');
|
|
12
|
-
|
|
8
|
+
const require_runtime = require("../../../../../_virtual/_rolldown/runtime.js");
|
|
9
|
+
const require_Icon_2zUDcllO$1 = require("../Icon-2zUDcllO.js");
|
|
10
|
+
const require_iconPropTypes_DaTOKOBs$1 = require("../iconPropTypes-DaTOKOBs.js");
|
|
13
11
|
//#region ../../node_modules/@carbon/icons-react/lib/generated/bucket-13.js
|
|
14
12
|
var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports) => {
|
|
15
13
|
/**
|
|
@@ -21,14 +19,229 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
21
19
|
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
22
20
|
*/
|
|
23
21
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
24
|
-
const
|
|
25
|
-
const
|
|
26
|
-
const require_iconPropTypes = require_iconPropTypes_U9gLABJo$1.default;
|
|
22
|
+
const require_Icon = require_Icon_2zUDcllO$1.default;
|
|
23
|
+
const require_iconPropTypes = require_iconPropTypes_DaTOKOBs$1.default;
|
|
27
24
|
let react = require("react");
|
|
28
|
-
react =
|
|
25
|
+
react = require_Icon.__toESM(react);
|
|
29
26
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
30
|
-
const
|
|
31
|
-
return react.default.createElement(
|
|
27
|
+
const Mountain = /* @__PURE__ */ react.default.forwardRef(function Mountain({ children, size = 16, ...rest }, ref) {
|
|
28
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
29
|
+
width: size,
|
|
30
|
+
height: size,
|
|
31
|
+
ref,
|
|
32
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
+
viewBox: "0 0 32 32",
|
|
34
|
+
fill: "currentColor",
|
|
35
|
+
...rest
|
|
36
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.6343,26,17.7888,5.1055a2,2,0,0,0-3.5879.021L4.3657,26H2v2H30V26ZM15.99,5.979,20.9473,16.5,19,17.7979l-3-2-3,2-1.9551-1.3033ZM10.1846,18.3247,13,20.2021l3-2,3,2,2.8091-1.873L25.4233,26H6.5752Z" }), children);
|
|
37
|
+
});
|
|
38
|
+
if (process.env.NODE_ENV !== "production") Mountain.propTypes = require_iconPropTypes.iconPropTypes;
|
|
39
|
+
const Mov = /* @__PURE__ */ react.default.forwardRef(function Mov({ children, size = 16, ...rest }, ref) {
|
|
40
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
41
|
+
width: size,
|
|
42
|
+
height: size,
|
|
43
|
+
ref,
|
|
44
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
45
|
+
viewBox: "0 0 32 32",
|
|
46
|
+
fill: "currentColor",
|
|
47
|
+
...rest
|
|
48
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 9 26 22 24 9 22 9 24.52 23 27.48 23 30 9 28 9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,23H14a2,2,0,0,1-2-2V11a2,2,0,0,1,2-2h4a2,2,0,0,1,2,2V21A2,2,0,0,1,18,23ZM14,11V21h4V11Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 9 6.49 14 6 15.98 5.54 14 4 9 2 9 2 23 4 23 4 15 3.84 13 4.42 15 6 19.63 7.58 15 8.16 13 8 15 8 23 10 23 10 9 8 9z" }), children);
|
|
49
|
+
});
|
|
50
|
+
if (process.env.NODE_ENV !== "production") Mov.propTypes = require_iconPropTypes.iconPropTypes;
|
|
51
|
+
const Move = /* @__PURE__ */ react.default.forwardRef(function Move({ children, size = 16, ...rest }, ref) {
|
|
52
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
53
|
+
width: size,
|
|
54
|
+
height: size,
|
|
55
|
+
ref,
|
|
56
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
57
|
+
viewBox: "0 0 32 32",
|
|
58
|
+
fill: "currentColor",
|
|
59
|
+
...rest
|
|
60
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25 11 23.59 12.41 26.17 15 17 15 17 5.83 19.59 8.41 21 7 16 2 11 7 12.41 8.41 15 5.83 15 15 5.83 15 8.41 12.41 7 11 2 16 7 21 8.41 19.59 5.83 17 15 17 15 26.17 12.41 23.59 11 25 16 30 21 25 19.59 23.59 17 26.17 17 17 26.17 17 23.59 19.59 25 21 30 16 25 11z" }), children);
|
|
61
|
+
});
|
|
62
|
+
if (process.env.NODE_ENV !== "production") Move.propTypes = require_iconPropTypes.iconPropTypes;
|
|
63
|
+
const Movement = /* @__PURE__ */ react.default.forwardRef(function Movement({ children, size = 16, ...rest }, ref) {
|
|
64
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
65
|
+
width: size,
|
|
66
|
+
height: size,
|
|
67
|
+
ref,
|
|
68
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
69
|
+
viewBox: "0 0 32 32",
|
|
70
|
+
fill: "currentColor",
|
|
71
|
+
...rest
|
|
72
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,20l-1.41,1.41L26.17,25H10a4,4,0,0,1,0-8H22A6,6,0,0,0,22,5H5.83L9.41,1.41,8,0,2,6l6,6,1.41-1.41L5.83,7H22a4,4,0,0,1,0,8H10a6,6,0,0,0,0,12H26.17l-3.58,3.59L24,32l6-6Z" }), children);
|
|
73
|
+
});
|
|
74
|
+
if (process.env.NODE_ENV !== "production") Movement.propTypes = require_iconPropTypes.iconPropTypes;
|
|
75
|
+
const Mp3 = /* @__PURE__ */ react.default.forwardRef(function Mp3({ children, size = 16, ...rest }, ref) {
|
|
76
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
77
|
+
width: size,
|
|
78
|
+
height: size,
|
|
79
|
+
ref,
|
|
80
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
81
|
+
viewBox: "0 0 32 32",
|
|
82
|
+
fill: "currentColor",
|
|
83
|
+
...rest
|
|
84
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,9H22v2h6v4H24v2h4v4H22v2h6a2,2,0,0,0,2-2V11A2,2,0,0,0,28,9Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,23H12V9h6a2,2,0,0,1,2,2v5a2,2,0,0,1-2,2H14Zm0-7h4V11H14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 9 6.49 14 6 15.98 5.54 14 4 9 2 9 2 23 4 23 4 15 3.84 13 4.42 15 6 19.63 7.58 15 8.16 13 8 15 8 23 10 23 10 9 8 9z" }), children);
|
|
85
|
+
});
|
|
86
|
+
if (process.env.NODE_ENV !== "production") Mp3.propTypes = require_iconPropTypes.iconPropTypes;
|
|
87
|
+
const Mp4 = /* @__PURE__ */ react.default.forwardRef(function Mp4({ children, size = 16, ...rest }, ref) {
|
|
88
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
89
|
+
width: size,
|
|
90
|
+
height: size,
|
|
91
|
+
ref,
|
|
92
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
93
|
+
viewBox: "0 0 32 32",
|
|
94
|
+
fill: "currentColor",
|
|
95
|
+
...rest
|
|
96
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,10v8h0V10m1-1H27v8H24V9H22V19h5v4h2V19h1V17H29V9Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,23H12V9h6a2,2,0,0,1,2,2v5a2,2,0,0,1-2,2H14Zm0-7h4V11H14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 9 6.49 14 6 15.98 5.54 14 4 9 2 9 2 23 4 23 4 15 3.84 13 4.42 15 6 19.63 7.58 15 8.16 13 8 15 8 23 10 23 10 9 8 9z" }), children);
|
|
97
|
+
});
|
|
98
|
+
if (process.env.NODE_ENV !== "production") Mp4.propTypes = require_iconPropTypes.iconPropTypes;
|
|
99
|
+
const Mpeg = /* @__PURE__ */ react.default.forwardRef(function Mpeg({ children, size = 16, ...rest }, ref) {
|
|
100
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
101
|
+
width: size,
|
|
102
|
+
height: size,
|
|
103
|
+
ref,
|
|
104
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
105
|
+
viewBox: "0 0 32 32",
|
|
106
|
+
fill: "currentColor",
|
|
107
|
+
...rest
|
|
108
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M32,21H28a2.0023,2.0023,0,0,1-2-2V13a2.002,2.002,0,0,1,2-2h4v2H28v6h2V17H29l0-2h3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 13 24 11.024 18 11.024 18 21 24 21 24 19 20 19 20 17 22 17 22 15 20 15 20 13 24 13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,11H9V21h2V18h3a2.0027,2.0027,0,0,0,2-2V13A2.0023,2.0023,0,0,0,14,11Zm-3,5V13h3l.001,3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 11 5 11 3.5 15 2 11 0 11 0 21 2 21 2 14 3.5 18 5 14 5 21 7 21 7 11z" }), children);
|
|
109
|
+
});
|
|
110
|
+
if (process.env.NODE_ENV !== "production") Mpeg.propTypes = require_iconPropTypes.iconPropTypes;
|
|
111
|
+
const Mpg2 = /* @__PURE__ */ react.default.forwardRef(function Mpg2({ children, size = 16, ...rest }, ref) {
|
|
112
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
113
|
+
width: size,
|
|
114
|
+
height: size,
|
|
115
|
+
ref,
|
|
116
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
117
|
+
viewBox: "0 0 32 32",
|
|
118
|
+
fill: "currentColor",
|
|
119
|
+
...rest
|
|
120
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M32,21H26V17a2.002,2.002,0,0,1,2-2h2V13H26V11h4a2.0023,2.0023,0,0,1,2,2v2a2.0023,2.0023,0,0,1-2,2H28v2h4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,21H20a2.0023,2.0023,0,0,1-2-2V13a2.002,2.002,0,0,1,2-2h4v2H20v6h2V17H21l0-2h3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,11H9V21h2V18h3a2.0027,2.0027,0,0,0,2-2V13A2.0023,2.0023,0,0,0,14,11Zm-3,5V13h3l.001,3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 11 5 11 3.5 15 2 11 0 11 0 21 2 21 2 14 3.5 18 5 14 5 21 7 21 7 11z" }), children);
|
|
121
|
+
});
|
|
122
|
+
if (process.env.NODE_ENV !== "production") Mpg2.propTypes = require_iconPropTypes.iconPropTypes;
|
|
123
|
+
const MultiuserDevice = /* @__PURE__ */ react.default.forwardRef(function MultiuserDevice({ children, size = 16, ...rest }, ref) {
|
|
124
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
125
|
+
width: size,
|
|
126
|
+
height: size,
|
|
127
|
+
ref,
|
|
128
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
129
|
+
viewBox: "0 0 32 32",
|
|
130
|
+
fill: "currentColor",
|
|
131
|
+
...rest
|
|
132
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,25h-6c-1.66,0-3,1.34-3,3v2h2v-2c0-.55.45-1,1-1h6c.55,0,1,.45,1,1v2h2v-2c0-1.66-1.34-3-3-3ZM13,20c0,2.21,1.79,4,4,4s4-1.79,4-4-1.79-4-4-4-4,1.79-4,4ZM19,20c0,1.1-.9,2-2,2s-2-.9-2-2,.9-2,2-2,2,.9,2,2ZM22,18c1.1,0,2,.9,2,2s-.9,2-2,2v2c2.21,0,4-1.79,4-4s-1.79-4-4-4v2ZM25,25h-1v2h1c.55,0,1,.45,1,1v2h2v-2c0-1.66-1.34-3-3-3ZM6,4h16v10h2V4c0-1.1-.9-2-2-2H6c-1.1,0-2,.9-2,2v24c0,1.1.9,2,2,2h3v-2h-3V4Z" }), children);
|
|
133
|
+
});
|
|
134
|
+
if (process.env.NODE_ENV !== "production") MultiuserDevice.propTypes = require_iconPropTypes.iconPropTypes;
|
|
135
|
+
const Music = /* @__PURE__ */ react.default.forwardRef(function Music({ children, size = 16, ...rest }, ref) {
|
|
136
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
137
|
+
width: size,
|
|
138
|
+
height: size,
|
|
139
|
+
ref,
|
|
140
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
141
|
+
viewBox: "0 0 32 32",
|
|
142
|
+
fill: "currentColor",
|
|
143
|
+
...rest
|
|
144
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,4H10A2.002,2.002,0,0,0,8,6V20.5563A3.9551,3.9551,0,0,0,6,20a4,4,0,1,0,4,4V12H25v8.5562A3.9545,3.9545,0,0,0,23,20a4,4,0,1,0,4,4V6A2.0023,2.0023,0,0,0,25,4ZM6,26a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,6,26Zm17,0a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,23,26ZM10,6H25v4H10Z" }), children);
|
|
145
|
+
});
|
|
146
|
+
if (process.env.NODE_ENV !== "production") Music.propTypes = require_iconPropTypes.iconPropTypes;
|
|
147
|
+
const MusicAdd = /* @__PURE__ */ react.default.forwardRef(function MusicAdd({ children, size = 16, ...rest }, ref) {
|
|
148
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
149
|
+
width: size,
|
|
150
|
+
height: size,
|
|
151
|
+
ref,
|
|
152
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
153
|
+
viewBox: "0 0 32 32",
|
|
154
|
+
fill: "currentColor",
|
|
155
|
+
...rest
|
|
156
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 6 26 6 26 2 24 2 24 6 20 6 20 8 24 8 24 12 26 12 26 8 30 8 30 6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,15v7.5562A3.9552,3.9552,0,0,0,22,22a4,4,0,1,0,4,4V15ZM22,28a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,22,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,6H10A2.002,2.002,0,0,0,8,8V22.5562A3.9557,3.9557,0,0,0,6,22a4,4,0,1,0,4,4V8h7ZM6,28a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,6,28Z" }), children);
|
|
157
|
+
});
|
|
158
|
+
if (process.env.NODE_ENV !== "production") MusicAdd.propTypes = require_iconPropTypes.iconPropTypes;
|
|
159
|
+
const MusicRemove = /* @__PURE__ */ react.default.forwardRef(function MusicRemove({ children, size = 16, ...rest }, ref) {
|
|
160
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
161
|
+
width: size,
|
|
162
|
+
height: size,
|
|
163
|
+
ref,
|
|
164
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
165
|
+
viewBox: "0 0 32 32",
|
|
166
|
+
fill: "currentColor",
|
|
167
|
+
...rest
|
|
168
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.41 7 30 3.41 28.59 2 25 5.59 21.41 2 20 3.41 23.59 7 20 10.59 21.41 12 25 8.41 28.59 12 30 10.59 26.41 7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,15v7.5562A3.9552,3.9552,0,0,0,22,22a4,4,0,1,0,4,4V15ZM22,28a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,22,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,6H10A2.002,2.002,0,0,0,8,8V22.5562A3.9557,3.9557,0,0,0,6,22a4,4,0,1,0,4,4V8h7ZM6,28a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,6,28Z" }), children);
|
|
169
|
+
});
|
|
170
|
+
if (process.env.NODE_ENV !== "production") MusicRemove.propTypes = require_iconPropTypes.iconPropTypes;
|
|
171
|
+
const Mysql = /* @__PURE__ */ react.default.forwardRef(function Mysql({ children, size = 16, ...rest }, ref) {
|
|
172
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
173
|
+
width: size,
|
|
174
|
+
height: size,
|
|
175
|
+
ref,
|
|
176
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
177
|
+
viewBox: "0 0 32 32",
|
|
178
|
+
fill: "currentColor",
|
|
179
|
+
...rest
|
|
180
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m28.2471,11.9248h3.1748l-4.6465,13.938c-.3066.9351-.7402,1.6255-1.2998,2.0703-.5596.4443-1.3604.667-2.4033.667h-2.1162v-2.645h2.2773l.4141-1.334-4.2324-12.6963h3.3818l1.7705,5.6353.874,3.4961h.1377l.8975-3.4961,1.7705-5.6353Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14.2178 13.4658 14.1484 13.4658 12.9756 15.812 9.8477 21.4932 6.7891 15.835 5.5693 13.3052 5.501 13.3052 5.501 24 2.2119 24 2.2119 7.9458 5.915 7.9458 9.8477 15.4668 9.8936 15.4668 13.7812 7.9458 17.5068 7.9458 17.5068 24 14.2178 24 14.2178 13.4658z" }), children);
|
|
181
|
+
});
|
|
182
|
+
if (process.env.NODE_ENV !== "production") Mysql.propTypes = require_iconPropTypes.iconPropTypes;
|
|
183
|
+
const NameSpace = /* @__PURE__ */ react.default.forwardRef(function NameSpace({ children, size = 16, ...rest }, ref) {
|
|
184
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
185
|
+
width: size,
|
|
186
|
+
height: size,
|
|
187
|
+
ref,
|
|
188
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
189
|
+
viewBox: "0 0 32 32",
|
|
190
|
+
fill: "currentColor",
|
|
191
|
+
...rest
|
|
192
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7,12H4a2.0023,2.0023,0,0,1-2-2V6A2.0023,2.0023,0,0,1,4,4H7V6H4v4H7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 10H15V12H9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 10H23V12H17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,12H25V10h3V6H25V4h3a2.0023,2.0023,0,0,1,2,2v4A2.0023,2.0023,0,0,1,28,12Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 4H23V6H17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 4H15V6H9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,28H4a2.0023,2.0023,0,0,1-2-2V22a2.0023,2.0023,0,0,1,2-2H28a2.0023,2.0023,0,0,1,2,2v4A2.0023,2.0023,0,0,1,28,28ZM4,22v4H28V22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 15H30V17H2z" }), children);
|
|
193
|
+
});
|
|
194
|
+
if (process.env.NODE_ENV !== "production") NameSpace.propTypes = require_iconPropTypes.iconPropTypes;
|
|
195
|
+
const NamingConventions = /* @__PURE__ */ react.default.forwardRef(function NamingConventions({ children, size = 16, ...rest }, ref) {
|
|
196
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
197
|
+
width: size,
|
|
198
|
+
height: size,
|
|
199
|
+
ref,
|
|
200
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
201
|
+
viewBox: "0 0 32 32",
|
|
202
|
+
fill: "currentColor",
|
|
203
|
+
...rest
|
|
204
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,8h-8v2h8v-2ZM14,16h8v-2h-8v2ZM10,14h-2v-4h2v-2h-2v-4h18v12h2V4c0-1.1046-.8954-2-2-2H8c-1.1046,0-2,.8954-2,2v4h-2v2h2v4h-2v2h6v-2ZM13.1055,20h-2.2109c-1.0444,0-1.8945.8496-1.8945,1.8945v6.2109c0,1.0449.8501,1.8945,1.8945,1.8945h2.2109c1.0444,0,1.8945-.8496,1.8945-1.8945v-6.2109c0-1.0449-.8501-1.8945-1.8945-1.8945ZM13,28h-2v-6h2v6ZM1,22v6c0,1.1025.897,2,2,2h4v-2H3v-6h4v-2H3c-1.103,0-2,.8975-2,2ZM21,26l-2-6h-2v10h2v-6l2,6h2v-10h-2v6ZM29,20l-1,8-1-8h-2l2,10h2l2-10h-2Z" }), children);
|
|
205
|
+
});
|
|
206
|
+
if (process.env.NODE_ENV !== "production") NamingConventions.propTypes = require_iconPropTypes.iconPropTypes;
|
|
207
|
+
const NavaidCivil = /* @__PURE__ */ react.default.forwardRef(function NavaidCivil({ children, size = 16, ...rest }, ref) {
|
|
208
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
209
|
+
width: size,
|
|
210
|
+
height: size,
|
|
211
|
+
ref,
|
|
212
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
213
|
+
viewBox: "0 0 32 32",
|
|
214
|
+
fill: "currentColor",
|
|
215
|
+
...rest
|
|
216
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,14H27.8193A12.0112,12.0112,0,0,0,18,4.1807V2H14V4.1807A12.0112,12.0112,0,0,0,4.1807,14H2v4H4.1807A12.0112,12.0112,0,0,0,14,27.8193V30h4V27.8193A12.0112,12.0112,0,0,0,27.8193,18H30ZM16,26A10,10,0,1,1,26,16,10.0114,10.0114,0,0,1,16,26Z" }), children);
|
|
217
|
+
});
|
|
218
|
+
if (process.env.NODE_ENV !== "production") NavaidCivil.propTypes = require_iconPropTypes.iconPropTypes;
|
|
219
|
+
const NavaidDme = /* @__PURE__ */ react.default.forwardRef(function NavaidDme({ children, size = 16, ...rest }, ref) {
|
|
220
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
221
|
+
width: size,
|
|
222
|
+
height: size,
|
|
223
|
+
ref,
|
|
224
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
225
|
+
viewBox: "0 0 32 32",
|
|
226
|
+
fill: "currentColor",
|
|
227
|
+
...rest
|
|
228
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,20a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,20Zm0-6a2,2,0,1,0,2,2A2.0021,2.0021,0,0,0,16,14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,24H8a2.0021,2.0021,0,0,1-2-2V10A2.0021,2.0021,0,0,1,8,8H24a2.0021,2.0021,0,0,1,2,2V22A2.0021,2.0021,0,0,1,24,24ZM8,10V22H24V10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,28H4a2.0021,2.0021,0,0,1-2-2V6A2.0021,2.0021,0,0,1,4,4H28a2.0021,2.0021,0,0,1,2,2V26A2.0021,2.0021,0,0,1,28,28ZM4,6V26H28V6Z" }), children);
|
|
229
|
+
});
|
|
230
|
+
if (process.env.NODE_ENV !== "production") NavaidDme.propTypes = require_iconPropTypes.iconPropTypes;
|
|
231
|
+
const NavaidHelipad = /* @__PURE__ */ react.default.forwardRef(function NavaidHelipad({ children, size = 16, ...rest }, ref) {
|
|
232
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
233
|
+
width: size,
|
|
234
|
+
height: size,
|
|
235
|
+
ref,
|
|
236
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
237
|
+
viewBox: "0 0 32 32",
|
|
238
|
+
fill: "currentColor",
|
|
239
|
+
...rest
|
|
240
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 9 18 15 14 15 14 9 12 9 12 23 14 23 14 17 18 17 18 23 20 23 20 9 18 9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z" }), children);
|
|
241
|
+
});
|
|
242
|
+
if (process.env.NODE_ENV !== "production") NavaidHelipad.propTypes = require_iconPropTypes.iconPropTypes;
|
|
243
|
+
const NavaidMilitary = /* @__PURE__ */ react.default.forwardRef(function NavaidMilitary({ children, size = 16, ...rest }, ref) {
|
|
244
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
32
245
|
width: size,
|
|
33
246
|
height: size,
|
|
34
247
|
ref,
|
|
@@ -43,8 +256,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
43
256
|
}), children);
|
|
44
257
|
});
|
|
45
258
|
if (process.env.NODE_ENV !== "production") NavaidMilitary.propTypes = require_iconPropTypes.iconPropTypes;
|
|
46
|
-
const NavaidMilitaryCivil = react.default.forwardRef(function NavaidMilitaryCivil({ children, size = 16, ...rest }, ref) {
|
|
47
|
-
return react.default.createElement(
|
|
259
|
+
const NavaidMilitaryCivil = /* @__PURE__ */ react.default.forwardRef(function NavaidMilitaryCivil({ children, size = 16, ...rest }, ref) {
|
|
260
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
48
261
|
width: size,
|
|
49
262
|
height: size,
|
|
50
263
|
ref,
|
|
@@ -55,8 +268,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
55
268
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,24a8,8,0,1,1,8-8A8.0092,8.0092,0,0,1,16,24Zm0-14a6,6,0,1,0,6,6A6.0067,6.0067,0,0,0,16,10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,14H27.8193A12.0112,12.0112,0,0,0,18,4.1807V2H14V4.1807A12.0112,12.0112,0,0,0,4.1807,14H2v4H4.1807A12.0112,12.0112,0,0,0,14,27.8193V30h4V27.8193A12.0112,12.0112,0,0,0,27.8193,18H30ZM16,26A10,10,0,1,1,26,16,10.0114,10.0114,0,0,1,16,26Z" }), children);
|
|
56
269
|
});
|
|
57
270
|
if (process.env.NODE_ENV !== "production") NavaidMilitaryCivil.propTypes = require_iconPropTypes.iconPropTypes;
|
|
58
|
-
const NavaidNdb = react.default.forwardRef(function NavaidNdb({ children, size = 16, ...rest }, ref) {
|
|
59
|
-
return react.default.createElement(
|
|
271
|
+
const NavaidNdb = /* @__PURE__ */ react.default.forwardRef(function NavaidNdb({ children, size = 16, ...rest }, ref) {
|
|
272
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
60
273
|
width: size,
|
|
61
274
|
height: size,
|
|
62
275
|
ref,
|
|
@@ -103,8 +316,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
103
316
|
}), children);
|
|
104
317
|
});
|
|
105
318
|
if (process.env.NODE_ENV !== "production") NavaidNdb.propTypes = require_iconPropTypes.iconPropTypes;
|
|
106
|
-
const NavaidNdbDme = react.default.forwardRef(function NavaidNdbDme({ children, size = 16, ...rest }, ref) {
|
|
107
|
-
return react.default.createElement(
|
|
319
|
+
const NavaidNdbDme = /* @__PURE__ */ react.default.forwardRef(function NavaidNdbDme({ children, size = 16, ...rest }, ref) {
|
|
320
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
108
321
|
width: size,
|
|
109
322
|
height: size,
|
|
110
323
|
ref,
|
|
@@ -183,8 +396,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
183
396
|
}), children);
|
|
184
397
|
});
|
|
185
398
|
if (process.env.NODE_ENV !== "production") NavaidNdbDme.propTypes = require_iconPropTypes.iconPropTypes;
|
|
186
|
-
const NavaidPrivate = react.default.forwardRef(function NavaidPrivate({ children, size = 16, ...rest }, ref) {
|
|
187
|
-
return react.default.createElement(
|
|
399
|
+
const NavaidPrivate = /* @__PURE__ */ react.default.forwardRef(function NavaidPrivate({ children, size = 16, ...rest }, ref) {
|
|
400
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
188
401
|
width: size,
|
|
189
402
|
height: size,
|
|
190
403
|
ref,
|
|
@@ -195,8 +408,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
195
408
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,15V11a2.0023,2.0023,0,0,0-2-2H12V23h2V17h1.4807l2.3345,6H19.96l-2.333-6H18A2.0027,2.0027,0,0,0,20,15Zm-6-4h4v4H14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z" }), children);
|
|
196
409
|
});
|
|
197
410
|
if (process.env.NODE_ENV !== "production") NavaidPrivate.propTypes = require_iconPropTypes.iconPropTypes;
|
|
198
|
-
const NavaidSeaplane = react.default.forwardRef(function NavaidSeaplane({ children, size = 16, ...rest }, ref) {
|
|
199
|
-
return react.default.createElement(
|
|
411
|
+
const NavaidSeaplane = /* @__PURE__ */ react.default.forwardRef(function NavaidSeaplane({ children, size = 16, ...rest }, ref) {
|
|
412
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
200
413
|
width: size,
|
|
201
414
|
height: size,
|
|
202
415
|
ref,
|
|
@@ -207,8 +420,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
207
420
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,18a3.9962,3.9962,0,0,1-3,3.8579V17h2V15H17V13.8159a3.0007,3.0007,0,1,0-2,0V15H13v2h2v4.8579A3.9962,3.9962,0,0,1,12,18H10a6,6,0,0,0,12,0Zm-4-8a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,16,10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,14H27.8193A12.0112,12.0112,0,0,0,18,4.1807V2H14V4.1807A12.0112,12.0112,0,0,0,4.1807,14H2v4H4.1807A12.0112,12.0112,0,0,0,14,27.8193V30h4V27.8193A12.0112,12.0112,0,0,0,27.8193,18H30ZM16,26A10,10,0,1,1,26,16,10.0114,10.0114,0,0,1,16,26Z" }), children);
|
|
208
421
|
});
|
|
209
422
|
if (process.env.NODE_ENV !== "production") NavaidSeaplane.propTypes = require_iconPropTypes.iconPropTypes;
|
|
210
|
-
const NavaidTacan = react.default.forwardRef(function NavaidTacan({ children, size = 16, ...rest }, ref) {
|
|
211
|
-
return react.default.createElement(
|
|
423
|
+
const NavaidTacan = /* @__PURE__ */ react.default.forwardRef(function NavaidTacan({ children, size = 16, ...rest }, ref) {
|
|
424
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
212
425
|
width: size,
|
|
213
426
|
height: size,
|
|
214
427
|
ref,
|
|
@@ -223,8 +436,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
223
436
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,28H12a1,1,0,0,1-1-1V21.2656L7.2612,14.7231,2.4854,11.8574a1,1,0,0,1-.3536-1.3535l4-7a1,1,0,0,1,1.3828-.3613L12.2769,6h7.4462l4.7623-2.8574a1,1,0,0,1,1.3828.3613l4,7a1,1,0,0,1-.3536,1.3535l-4.7758,2.8657L21,21.2656V27A1,1,0,0,1,20,28Zm-7-2h6V20.7346l4.2616-7.4578,4.3844-2.6306L24.6387,5.3831,20.277,8H11.723L7.3613,5.3831,4.354,10.6462l4.3844,2.6306L13,20.7346Z" }), children);
|
|
224
437
|
});
|
|
225
438
|
if (process.env.NODE_ENV !== "production") NavaidTacan.propTypes = require_iconPropTypes.iconPropTypes;
|
|
226
|
-
const NavaidVhfor = react.default.forwardRef(function NavaidVhfor({ children, size = 16, ...rest }, ref) {
|
|
227
|
-
return react.default.createElement(
|
|
439
|
+
const NavaidVhfor = /* @__PURE__ */ react.default.forwardRef(function NavaidVhfor({ children, size = 16, ...rest }, ref) {
|
|
440
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
228
441
|
width: size,
|
|
229
442
|
height: size,
|
|
230
443
|
ref,
|
|
@@ -235,8 +448,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
235
448
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,28H10a1,1,0,0,1-.8438-.4631l-7-11a1,1,0,0,1,0-1.0738l7-11A1,1,0,0,1,10,4H22a1,1,0,0,1,.8438.4631l7,11a1,1,0,0,1,0,1.0738l-7,11A1,1,0,0,1,22,28ZM10.5488,26H21.4512l6.3633-10L21.4512,6H10.5488L4.1855,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19.5,24h-7a1.0005,1.0005,0,0,1-.8413-.4592l-4.5-7a1.0016,1.0016,0,0,1,0-1.0816l4.5-7A1.0005,1.0005,0,0,1,12.5,8h7a1.0005,1.0005,0,0,1,.8413.4592l4.5,7a1.0016,1.0016,0,0,1,0,1.0816l-4.5,7A1.0005,1.0005,0,0,1,19.5,24Zm-6.4541-2h5.9082l3.8569-6-3.8569-6H13.0459L9.189,16Z" }), children);
|
|
236
449
|
});
|
|
237
450
|
if (process.env.NODE_ENV !== "production") NavaidVhfor.propTypes = require_iconPropTypes.iconPropTypes;
|
|
238
|
-
const NavaidVor = react.default.forwardRef(function NavaidVor({ children, size = 16, ...rest }, ref) {
|
|
239
|
-
return react.default.createElement(
|
|
451
|
+
const NavaidVor = /* @__PURE__ */ react.default.forwardRef(function NavaidVor({ children, size = 16, ...rest }, ref) {
|
|
452
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
240
453
|
width: size,
|
|
241
454
|
height: size,
|
|
242
455
|
ref,
|
|
@@ -251,8 +464,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
251
464
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30.8638,15.4961l-7-12A1,1,0,0,0,23,3H9a1,1,0,0,0-.8638.4961l-7,12a1,1,0,0,0,0,1.0078l7,12A1,1,0,0,0,9,29H23a1,1,0,0,0,.8638-.4961l7-12a1,1,0,0,0,0-1.0078ZM22.4258,27H9.5742L3.1577,16,9.5742,5H22.4258l6.4165,11Z" }), children);
|
|
252
465
|
});
|
|
253
466
|
if (process.env.NODE_ENV !== "production") NavaidVor.propTypes = require_iconPropTypes.iconPropTypes;
|
|
254
|
-
const NavaidVordme = react.default.forwardRef(function NavaidVordme({ children, size = 16, ...rest }, ref) {
|
|
255
|
-
return react.default.createElement(
|
|
467
|
+
const NavaidVordme = /* @__PURE__ */ react.default.forwardRef(function NavaidVordme({ children, size = 16, ...rest }, ref) {
|
|
468
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
256
469
|
width: size,
|
|
257
470
|
height: size,
|
|
258
471
|
ref,
|
|
@@ -267,8 +480,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
267
480
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,6a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,6V26a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2Zm-2,6.9258L22.9636,6H28ZM27.7637,16,20.491,26H11.509L4.2363,16,11.509,6h8.982ZM9.0364,6,4,12.9248V6ZM4,19.0752,9.0364,26H4ZM22.9636,26l5.0374-6.9263L28,26Z" }), children);
|
|
268
481
|
});
|
|
269
482
|
if (process.env.NODE_ENV !== "production") NavaidVordme.propTypes = require_iconPropTypes.iconPropTypes;
|
|
270
|
-
const NavaidVortac = react.default.forwardRef(function NavaidVortac({ children, size = 16, ...rest }, ref) {
|
|
271
|
-
return react.default.createElement(
|
|
483
|
+
const NavaidVortac = /* @__PURE__ */ react.default.forwardRef(function NavaidVortac({ children, size = 16, ...rest }, ref) {
|
|
484
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
272
485
|
width: size,
|
|
273
486
|
height: size,
|
|
274
487
|
ref,
|
|
@@ -283,8 +496,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
283
496
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.8682,10.5039l-4-7a.9992.9992,0,0,0-1.3828-.3613L19.7231,6H12.2769L7.5146,3.1426a.9992.9992,0,0,0-1.3828.3613l-4,7a1,1,0,0,0,.3536,1.3535l4.7758,2.8657L11,21.2656V27a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1V21.2656l3.7388-6.5425,4.7758-2.8657A1,1,0,0,0,29.8682,10.5039ZM18.8484,21H13.1516L8.5757,12.9922,11.4287,8h9.1426l2.853,4.9922Z" }), children);
|
|
284
497
|
});
|
|
285
498
|
if (process.env.NODE_ENV !== "production") NavaidVortac.propTypes = require_iconPropTypes.iconPropTypes;
|
|
286
|
-
const Need = react.default.forwardRef(function Need({ children, size = 16, ...rest }, ref) {
|
|
287
|
-
return react.default.createElement(
|
|
499
|
+
const Need = /* @__PURE__ */ react.default.forwardRef(function Need({ children, size = 16, ...rest }, ref) {
|
|
500
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
288
501
|
width: size,
|
|
289
502
|
height: size,
|
|
290
503
|
ref,
|
|
@@ -295,8 +508,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
295
508
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.1211,16.8789A2.98,2.98,0,0,0,27.01,16H27a2.9774,2.9774,0,0,0-2.1211.8789L19.9778,21.78A2.9943,2.9943,0,0,0,17,19H10a5.0059,5.0059,0,0,0-5,5v.667L2,28.6631l1.6,1.2L7,25.333V24a3.0033,3.0033,0,0,1,3-3h7a1,1,0,0,1,0,2H13v2h4.9287a3.9717,3.9717,0,0,0,2.8286-1.1719L26.293,18.293A.9929.9929,0,0,1,27,18h.0034a1,1,0,0,1,.7036,1.707l-7.414,7.4141A2.9791,2.9791,0,0,1,18.1714,28H11v2h7.1714a4.9665,4.9665,0,0,0,3.5356-1.4648l7.4141-7.4141a2.9989,2.9989,0,0,0,0-4.2422Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.586 8.586 18 12 18 2 16 2 16 12 12.414 8.586 11 10 17 16 23 10 21.586 8.586z" }), children);
|
|
296
509
|
});
|
|
297
510
|
if (process.env.NODE_ENV !== "production") Need.propTypes = require_iconPropTypes.iconPropTypes;
|
|
298
|
-
const Network_1 = react.default.forwardRef(function Network_1({ children, size = 16, ...rest }, ref) {
|
|
299
|
-
return react.default.createElement(
|
|
511
|
+
const Network_1 = /* @__PURE__ */ react.default.forwardRef(function Network_1({ children, size = 16, ...rest }, ref) {
|
|
512
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
300
513
|
width: size,
|
|
301
514
|
height: size,
|
|
302
515
|
ref,
|
|
@@ -307,8 +520,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
307
520
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,20a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,20Zm0-6a2,2,0,1,0,2,2A2.0021,2.0021,0,0,0,16,14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5,20a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,5,20Zm0-6a2,2,0,1,0,2,2A2.0023,2.0023,0,0,0,5,14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,31a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,10,31Zm0-6a2,2,0,1,0,2,2A2.0021,2.0021,0,0,0,10,25Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,31a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,22,31Zm0-6a2,2,0,1,0,2,2A2.0021,2.0021,0,0,0,22,25Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,20a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,27,20Zm0-6a2,2,0,1,0,2,2A2.0021,2.0021,0,0,0,27,14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,9a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,22,9Zm0-6a2,2,0,1,0,2,2A2.0021,2.0021,0,0,0,22,3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,9a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,10,9Zm0-6a2,2,0,1,0,2,2A2.0021,2.0021,0,0,0,10,3Z" }), children);
|
|
308
521
|
});
|
|
309
522
|
if (process.env.NODE_ENV !== "production") Network_1.propTypes = require_iconPropTypes.iconPropTypes;
|
|
310
|
-
const Network_2 = react.default.forwardRef(function Network_2({ children, size = 16, ...rest }, ref) {
|
|
311
|
-
return react.default.createElement(
|
|
523
|
+
const Network_2 = /* @__PURE__ */ react.default.forwardRef(function Network_2({ children, size = 16, ...rest }, ref) {
|
|
524
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
312
525
|
width: size,
|
|
313
526
|
height: size,
|
|
314
527
|
ref,
|
|
@@ -319,8 +532,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
319
532
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,17h5.1421a4,4,0,1,0,0-2H17V7h5.1421a4,4,0,1,0,0-2H17a2.0023,2.0023,0,0,0-2,2v8H9.8579a4,4,0,1,0,0,2H15v8a2.0023,2.0023,0,0,0,2,2h5.1421a4,4,0,1,0,0-2H17Zm9-3a2,2,0,1,1-2,2A2.0023,2.0023,0,0,1,26,14ZM26,4a2,2,0,1,1-2,2A2.0023,2.0023,0,0,1,26,4ZM6,18a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,6,18Zm20,6a2,2,0,1,1-2,2A2.0023,2.0023,0,0,1,26,24Z" }), children);
|
|
320
533
|
});
|
|
321
534
|
if (process.env.NODE_ENV !== "production") Network_2.propTypes = require_iconPropTypes.iconPropTypes;
|
|
322
|
-
const Network_3 = react.default.forwardRef(function Network_3({ children, size = 16, ...rest }, ref) {
|
|
323
|
-
return react.default.createElement(
|
|
535
|
+
const Network_3 = /* @__PURE__ */ react.default.forwardRef(function Network_3({ children, size = 16, ...rest }, ref) {
|
|
536
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
324
537
|
width: size,
|
|
325
538
|
height: size,
|
|
326
539
|
ref,
|
|
@@ -331,8 +544,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
331
544
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,30H22V22h8Zm-6-2h4V24H24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,27H8A6,6,0,0,1,8,15h2v2H8a4,4,0,0,0,0,8H20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,20H12V12h8Zm-6-2h4V14H14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,17H22V15h2a4,4,0,0,0,0-8H12V5H24a6,6,0,0,1,0,12Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,10H2V2h8ZM4,8H8V4H4Z" }), children);
|
|
332
545
|
});
|
|
333
546
|
if (process.env.NODE_ENV !== "production") Network_3.propTypes = require_iconPropTypes.iconPropTypes;
|
|
334
|
-
const Network_3Reference = react.default.forwardRef(function Network_3Reference({ children, size = 16, ...rest }, ref) {
|
|
335
|
-
return react.default.createElement(
|
|
547
|
+
const Network_3Reference = /* @__PURE__ */ react.default.forwardRef(function Network_3Reference({ children, size = 16, ...rest }, ref) {
|
|
548
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
336
549
|
width: size,
|
|
337
550
|
height: size,
|
|
338
551
|
ref,
|
|
@@ -343,8 +556,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
343
556
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 20 4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,30H22V22h8Zm-6-2h4V24H24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,20H12V12h8Zm-6-2h4V14H14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,17H22V15h2a4,4,0,0,0,0-8H12V5H24a6,6,0,0,1,0,12Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,10H2V2h8ZM4,8H8V4H4Z" }), children);
|
|
344
557
|
});
|
|
345
558
|
if (process.env.NODE_ENV !== "production") Network_3Reference.propTypes = require_iconPropTypes.iconPropTypes;
|
|
346
|
-
const Network_4 = react.default.forwardRef(function Network_4({ children, size = 16, ...rest }, ref) {
|
|
347
|
-
return react.default.createElement(
|
|
559
|
+
const Network_4 = /* @__PURE__ */ react.default.forwardRef(function Network_4({ children, size = 16, ...rest }, ref) {
|
|
560
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
348
561
|
width: size,
|
|
349
562
|
height: size,
|
|
350
563
|
ref,
|
|
@@ -367,8 +580,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
367
580
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,12a3.9962,3.9962,0,0,0-3.8579,3H19.8579a3.9655,3.9655,0,0,0-5.4914-2.6426L11.19,8.3872A3.9626,3.9626,0,0,0,12,6a4,4,0,1,0-4,4,3.96,3.96,0,0,0,1.6338-.3574l3.176,3.97a3.9239,3.9239,0,0,0,0,4.7744l-3.1758,3.97A3.96,3.96,0,0,0,8,22a4,4,0,1,0,4,4,3.9624,3.9624,0,0,0-.81-2.3872l3.1758-3.97A3.9658,3.9658,0,0,0,19.8579,17h4.2842A3.9934,3.9934,0,1,0,28,12ZM6,6A2,2,0,1,1,8,8,2.0023,2.0023,0,0,1,6,6ZM8,28a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,8,28Zm8-10a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,16,18Zm12,0a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,28,18Z" }), children);
|
|
368
581
|
});
|
|
369
582
|
if (process.env.NODE_ENV !== "production") Network_4.propTypes = require_iconPropTypes.iconPropTypes;
|
|
370
|
-
const Network_4Reference = react.default.forwardRef(function Network_4Reference({ children, size = 16, ...rest }, ref) {
|
|
371
|
-
return react.default.createElement(
|
|
583
|
+
const Network_4Reference = /* @__PURE__ */ react.default.forwardRef(function Network_4Reference({ children, size = 16, ...rest }, ref) {
|
|
584
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
372
585
|
width: size,
|
|
373
586
|
height: size,
|
|
374
587
|
ref,
|
|
@@ -391,8 +604,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
391
604
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,12a3.9962,3.9962,0,0,0-3.8579,3H19.8579a3.9655,3.9655,0,0,0-5.4914-2.6426L11.19,8.3872A3.9624,3.9624,0,0,0,12,6a4,4,0,1,0-4,4,3.96,3.96,0,0,0,1.6338-.3574l3.176,3.97A3.9613,3.9613,0,0,0,12,16a3.9915,3.9915,0,0,0,7.8579,1h4.2842A3.9934,3.9934,0,1,0,28,12ZM8,8a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,8,8Zm8,10a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,16,18Zm12,0a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,28,18Z" }), children);
|
|
392
605
|
});
|
|
393
606
|
if (process.env.NODE_ENV !== "production") Network_4Reference.propTypes = require_iconPropTypes.iconPropTypes;
|
|
394
|
-
const NetworkAdminControl = react.default.forwardRef(function NetworkAdminControl({ children, size = 16, ...rest }, ref) {
|
|
395
|
-
return react.default.createElement(
|
|
607
|
+
const NetworkAdminControl = /* @__PURE__ */ react.default.forwardRef(function NetworkAdminControl({ children, size = 16, ...rest }, ref) {
|
|
608
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
396
609
|
width: size,
|
|
397
610
|
height: size,
|
|
398
611
|
ref,
|
|
@@ -403,8 +616,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
403
616
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27 20.415 25.586 19 23 21.587 20.414 19 19 20.415 21.586 23 19 25.586 20.414 27 23 24.414 25.586 27 27 25.586 24.414 23 27 20.415z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,4a4.0045,4.0045,0,0,0-4,4,3.951,3.951,0,0,0,.5669,2.019L10.019,20.5669A3.9521,3.9521,0,0,0,8,20a4,4,0,1,0,4,4,3.951,3.951,0,0,0-.5669-2.019L21.981,11.4331A3.9521,3.9521,0,0,0,24,12a4,4,0,0,0,0-8ZM8,26a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,8,26ZM24,10a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,24,10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 11.18 5.41 8.59 4 10 8 14 15 7 13.59 5.59 8 11.18z" }), children);
|
|
404
617
|
});
|
|
405
618
|
if (process.env.NODE_ENV !== "production") NetworkAdminControl.propTypes = require_iconPropTypes.iconPropTypes;
|
|
406
|
-
const NetworkEnterprise = react.default.forwardRef(function NetworkEnterprise({ children, size = 16, ...rest }, ref) {
|
|
407
|
-
return react.default.createElement(
|
|
619
|
+
const NetworkEnterprise = /* @__PURE__ */ react.default.forwardRef(function NetworkEnterprise({ children, size = 16, ...rest }, ref) {
|
|
620
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
408
621
|
width: size,
|
|
409
622
|
height: size,
|
|
410
623
|
ref,
|
|
@@ -415,8 +628,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
415
628
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.7983,10a10,10,0,0,0-19.62.124A7.4964,7.4964,0,0,0,7.5,25H8V23H7.5a5.4961,5.4961,0,0,1-.377-10.9795l.8365-.0571.09-.8335A7.9934,7.9934,0,0,1,23.7368,10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,12H18a2.0023,2.0023,0,0,0-2,2v4H12a2.0023,2.0023,0,0,0-2,2V30H30V14A2.0023,2.0023,0,0,0,28,12ZM12,28V20h4v8Zm16,0H18V14H28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 16H22V20H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 16H26V20H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 22H22V26H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 22H26V26H24z" }), children);
|
|
416
629
|
});
|
|
417
630
|
if (process.env.NODE_ENV !== "production") NetworkEnterprise.propTypes = require_iconPropTypes.iconPropTypes;
|
|
418
|
-
const NetworkOverlay = react.default.forwardRef(function NetworkOverlay({ children, size = 16, ...rest }, ref) {
|
|
419
|
-
return react.default.createElement(
|
|
631
|
+
const NetworkOverlay = /* @__PURE__ */ react.default.forwardRef(function NetworkOverlay({ children, size = 16, ...rest }, ref) {
|
|
632
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
420
633
|
width: size,
|
|
421
634
|
height: size,
|
|
422
635
|
ref,
|
|
@@ -427,8 +640,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
427
640
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 23 13.83 23 16.41 20.41 15 19 10 24 15 29 16.41 27.59 13.83 25 22 25 22 23z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 13 19.17 13 16.59 10.41 18 9 23 14 18 19 16.59 17.59 19.17 15 11 15 11 13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.5,25H24V23h.5a5.4961,5.4961,0,0,0,.377-10.9795l-.8365-.0566-.09-.834a7.9979,7.9979,0,0,0-15.9014,0l-.09.834-.8365.0566A5.4961,5.4961,0,0,0,7.5,23H8v2H7.5A7.4964,7.4964,0,0,1,6.1782,10.124a9.9992,9.9992,0,0,1,19.6436,0A7.4964,7.4964,0,0,1,24.5,25Z" }), children);
|
|
428
641
|
});
|
|
429
642
|
if (process.env.NODE_ENV !== "production") NetworkOverlay.propTypes = require_iconPropTypes.iconPropTypes;
|
|
430
|
-
const NetworkPublic = react.default.forwardRef(function NetworkPublic({ children, size = 16, ...rest }, ref) {
|
|
431
|
-
return react.default.createElement(
|
|
643
|
+
const NetworkPublic = /* @__PURE__ */ react.default.forwardRef(function NetworkPublic({ children, size = 16, ...rest }, ref) {
|
|
644
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
432
645
|
width: size,
|
|
433
646
|
height: size,
|
|
434
647
|
ref,
|
|
@@ -439,8 +652,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
439
652
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.5,13c-4.7,0-8.5,3.8-8.5,8.5s3.8,8.5,8.5,8.5s8.5-3.8,8.5-8.5S27.2,13,22.5,13z M29,21h-3c0-2-0.3-4-0.9-5.5 C27.2,16.5,28.8,18.5,29,21z M22.5,28C22.5,28,22.5,28,22.5,28c-0.4-0.2-1.3-1.8-1.5-5h2.9C23.7,26.2,22.9,27.8,22.5,28z M21,21 c0.1-3.8,1.1-5.8,1.4-6c0,0,0,0,0,0c0.4,0.2,1.4,2.2,1.5,6H21z M19.9,15.5C19.3,17,19.1,19,19,21h-3C16.2,18.5,17.8,16.5,19.9,15.5z M16.2,23H19c0.1,1.6,0.4,3.2,0.9,4.5C18.1,26.7,16.7,25,16.2,23z M25.1,27.5c0.5-1.3,0.8-2.8,0.9-4.5h2.9 C28.3,25,26.9,26.7,25.1,27.5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.8,10c-0.9-4.6-5-8-9.8-8c-4.8,0-8.9,3.4-9.8,8.1C2.7,10.8,0,13.8,0,17.5C0,21.6,3.4,25,7.5,25H11v-2H7.5 c-3,0-5.5-2.5-5.5-5.5c0-2.9,2.2-5.3,5.1-5.5L8,12L8,11.1C8.5,7.1,11.9,4,16,4c3.7,0,6.8,2.6,7.7,6H25.8z" }), children);
|
|
440
653
|
});
|
|
441
654
|
if (process.env.NODE_ENV !== "production") NetworkPublic.propTypes = require_iconPropTypes.iconPropTypes;
|
|
442
|
-
const NetworkInterface = react.default.forwardRef(function NetworkInterface({ children, size = 16, ...rest }, ref) {
|
|
443
|
-
return react.default.createElement(
|
|
655
|
+
const NetworkInterface = /* @__PURE__ */ react.default.forwardRef(function NetworkInterface({ children, size = 16, ...rest }, ref) {
|
|
656
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
444
657
|
width: size,
|
|
445
658
|
height: size,
|
|
446
659
|
ref,
|
|
@@ -451,8 +664,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
451
664
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m28,18h-2V6h-13v-2h13c1.1028,0,2,.8972,2,2v12Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m18,28H6c-1.1028,0-2-.8972-2-2v-13h2v13h12v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m26,21l-1.793,1.793-5.5076-5.5078c.187-.3911.3005-.8232.3005-1.2852,0-1.6543-1.3457-3-3-3-.4617,0-.894.1133-1.2852.3008l-5.2817-5.2817c.3513-.5947.5669-1.2793.5669-2.019,0-2.2056-1.7944-4-4-4S2,3.7944,2,6s1.7944,4,4,4c.7395,0,1.4241-.2153,2.019-.5669l5.2815,5.2817c-.187.3911-.3005.8232-.3005,1.2852,0,1.6543,1.3457,3,3,3,.4617,0,.894-.1133,1.2852-.3008l5.5078,5.5078-1.793,1.793,5,5,5-5-5-5ZM4,6c0-1.1025.8972-2,2-2s2,.8975,2,2-.8972,2-2,2-2-.8975-2-2Zm11,10c0-.5513.4485-1,1-1s1,.4487,1,1-.4485,1-1,1-1-.4487-1-1Zm8.8286,10l2.1714-2.1714,2.1714,2.1714-2.1714,2.1714-2.1714-2.1714Z" }), children);
|
|
452
665
|
});
|
|
453
666
|
if (process.env.NODE_ENV !== "production") NetworkInterface.propTypes = require_iconPropTypes.iconPropTypes;
|
|
454
|
-
const NetworkTimeProtocol = react.default.forwardRef(function NetworkTimeProtocol({ children, size = 16, ...rest }, ref) {
|
|
455
|
-
return react.default.createElement(
|
|
667
|
+
const NetworkTimeProtocol = /* @__PURE__ */ react.default.forwardRef(function NetworkTimeProtocol({ children, size = 16, ...rest }, ref) {
|
|
668
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
456
669
|
width: size,
|
|
457
670
|
height: size,
|
|
458
671
|
ref,
|
|
@@ -463,8 +676,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
463
676
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.8,27c-.3-.9-1-1.5-1.8-1.8v-3.2c5-.5,9-4.8,9-9.9S21.5,2.1,16,2.1,6,6.5,6,12s3.9,9.5,9,10v3.2c-.9.3-1.5,1-1.8,1.8H4v2h9.2c.4,1.2,1.5,2,2.8,2s2.4-.8,2.8-2h9.2v-2h-9.2ZM8,12c0-4.4,3.6-8,8-8s8,3.6,8,8-3.6,8-8,8-8-3.6-8-8ZM16,29c-.6,0-1-.5-1-1s.4-1,1-1,1,.5,1,1-.5,1-1,1ZM19.3,16.7l-4.3-4.3v-6.4h2v5.6l3.7,3.7s-1.4,1.4-1.4,1.4Z" }), children);
|
|
464
677
|
});
|
|
465
678
|
if (process.env.NODE_ENV !== "production") NetworkTimeProtocol.propTypes = require_iconPropTypes.iconPropTypes;
|
|
466
|
-
const NewTab = react.default.forwardRef(function NewTab({ children, size = 16, ...rest }, ref) {
|
|
467
|
-
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(
|
|
679
|
+
const NewTab = /* @__PURE__ */ react.default.forwardRef(function NewTab({ children, size = 16, ...rest }, ref) {
|
|
680
|
+
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
|
|
468
681
|
width: size,
|
|
469
682
|
height: size,
|
|
470
683
|
ref,
|
|
@@ -473,7 +686,7 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
473
686
|
fill: "currentColor",
|
|
474
687
|
...rest
|
|
475
688
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,13H3V3h5V2H3C2.4,2,2,2.4,2,3v10c0,0.6,0.4,1,1,1h10c0.6,0,1-0.4,1-1V8h-1V13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 3 13 1 12 1 12 3 10 3 10 4 12 4 12 6 13 6 13 4 15 4 15 3z" }), children);
|
|
476
|
-
return react.default.createElement(
|
|
689
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
477
690
|
width: size,
|
|
478
691
|
height: size,
|
|
479
692
|
ref,
|
|
@@ -484,8 +697,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
484
697
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,26H6V6H16V4H6A2.002,2.002,0,0,0,4,6V26a2.002,2.002,0,0,0,2,2H26a2.002,2.002,0,0,0,2-2V16H26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,26H6V6H16V4H6A2.002,2.002,0,0,0,4,6V26a2.002,2.002,0,0,0,2,2H26a2.002,2.002,0,0,0,2-2V16H26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 6 26 2 24 2 24 6 20 6 20 8 24 8 24 12 26 12 26 8 30 8 30 6 26 6z" }), children);
|
|
485
698
|
});
|
|
486
699
|
if (process.env.NODE_ENV !== "production") NewTab.propTypes = require_iconPropTypes.iconPropTypes;
|
|
487
|
-
const NextFilled = react.default.forwardRef(function NextFilled({ children, size = 16, ...rest }, ref) {
|
|
488
|
-
return react.default.createElement(
|
|
700
|
+
const NextFilled = /* @__PURE__ */ react.default.forwardRef(function NextFilled({ children, size = 16, ...rest }, ref) {
|
|
701
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
489
702
|
width: size,
|
|
490
703
|
height: size,
|
|
491
704
|
ref,
|
|
@@ -500,8 +713,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
500
713
|
}), children);
|
|
501
714
|
});
|
|
502
715
|
if (process.env.NODE_ENV !== "production") NextFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
503
|
-
const NextOutline = react.default.forwardRef(function NextOutline({ children, size = 16, ...rest }, ref) {
|
|
504
|
-
return react.default.createElement(
|
|
716
|
+
const NextOutline = /* @__PURE__ */ react.default.forwardRef(function NextOutline({ children, size = 16, ...rest }, ref) {
|
|
717
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
505
718
|
width: size,
|
|
506
719
|
height: size,
|
|
507
720
|
ref,
|
|
@@ -512,8 +725,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
512
725
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 8 14.57 9.393 20.15 15 8 15 8 17 20.15 17 14.57 22.573 16 24 24 16 16 8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z" }), children);
|
|
513
726
|
});
|
|
514
727
|
if (process.env.NODE_ENV !== "production") NextOutline.propTypes = require_iconPropTypes.iconPropTypes;
|
|
515
|
-
const NoImage = react.default.forwardRef(function NoImage({ children, size = 16, ...rest }, ref) {
|
|
516
|
-
return react.default.createElement(
|
|
728
|
+
const NoImage = /* @__PURE__ */ react.default.forwardRef(function NoImage({ children, size = 16, ...rest }, ref) {
|
|
729
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
517
730
|
width: size,
|
|
518
731
|
height: size,
|
|
519
732
|
ref,
|
|
@@ -524,8 +737,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
524
737
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,3.4141,28.5859,2,2,28.5859,3.4141,30l2-2H26a2.0027,2.0027,0,0,0,2-2V5.4141ZM26,26H7.4141l7.7929-7.793,2.3788,2.3787a2,2,0,0,0,2.8284,0L22,19l4,3.9973Zm0-5.8318-2.5858-2.5859a2,2,0,0,0-2.8284,0L19,19.1682l-2.377-2.3771L26,7.4141Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,22V19l5-4.9966,1.3733,1.3733,1.4159-1.416-1.375-1.375a2,2,0,0,0-2.8284,0L6,16.1716V6H22V4H6A2.002,2.002,0,0,0,4,6V22Z" }), children);
|
|
525
738
|
});
|
|
526
739
|
if (process.env.NODE_ENV !== "production") NoImage.propTypes = require_iconPropTypes.iconPropTypes;
|
|
527
|
-
const NoTicket = react.default.forwardRef(function NoTicket({ children, size = 16, ...rest }, ref) {
|
|
528
|
-
return react.default.createElement(
|
|
740
|
+
const NoTicket = /* @__PURE__ */ react.default.forwardRef(function NoTicket({ children, size = 16, ...rest }, ref) {
|
|
741
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
529
742
|
width: size,
|
|
530
743
|
height: size,
|
|
531
744
|
ref,
|
|
@@ -536,8 +749,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
536
749
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,6h-.5859L30,3.4141,28.5859,2,2,28.5859,3.4141,30l4-4H28a2.0027,2.0027,0,0,0,2-2V19a1,1,0,0,0-1-1,2,2,0,0,1,0-4,1,1,0,0,0,1-1V8A2.0023,2.0023,0,0,0,28,6Zm0,6.1265a4,4,0,0,0,0,7.7465V24H21V21H19v3H9.4141L19,14.4141V19h2V12.4141L25.4141,8H28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,12.1265V8H19V6H4A2.0023,2.0023,0,0,0,2,8v5a1,1,0,0,0,1,1,2,2,0,0,1,0,4,1,1,0,0,0-1,1v5H4V19.873a4,4,0,0,0,0-7.7465Z" }), children);
|
|
537
750
|
});
|
|
538
751
|
if (process.env.NODE_ENV !== "production") NoTicket.propTypes = require_iconPropTypes.iconPropTypes;
|
|
539
|
-
const Nominal = react.default.forwardRef(function Nominal({ children, size = 16, ...rest }, ref) {
|
|
540
|
-
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(
|
|
752
|
+
const Nominal = /* @__PURE__ */ react.default.forwardRef(function Nominal({ children, size = 16, ...rest }, ref) {
|
|
753
|
+
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
|
|
541
754
|
width: size,
|
|
542
755
|
height: size,
|
|
543
756
|
ref,
|
|
@@ -546,7 +759,7 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
546
759
|
fill: "currentColor",
|
|
547
760
|
...rest
|
|
548
761
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,8 C13.6568542,8 15,9.34314575 15,11 C15,12.6568542 13.6568542,14 12,14 C10.3431458,14 9,12.6568542 9,11 C9,9.34314575 10.3431458,8 12,8 Z M4,8 C5.65685425,8 7,9.34314575 7,11 C7,12.6568542 5.65685425,14 4,14 C2.34314575,14 1,12.6568542 1,11 C1,9.34314575 2.34314575,8 4,8 Z M12,9 C10.8954305,9 10,9.8954305 10,11 C10,12.1045695 10.8954305,13 12,13 C13.1045695,13 14,12.1045695 14,11 C14,9.8954305 13.1045695,9 12,9 Z M4,9 C2.8954305,9 2,9.8954305 2,11 C2,12.1045695 2.8954305,13 4,13 C5.1045695,13 6,12.1045695 6,11 C6,9.8954305 5.1045695,9 4,9 Z M8,2 C9.65685425,2 11,3.34314575 11,5 C11,6.65685425 9.65685425,8 8,8 C6.34314575,8 5,6.65685425 5,5 C5,3.34314575 6.34314575,2 8,2 Z M8,3 C6.8954305,3 6,3.8954305 6,5 C6,6.1045695 6.8954305,7 8,7 C9.1045695,7 10,6.1045695 10,5 C10,3.8954305 9.1045695,3 8,3 Z" }), children);
|
|
549
|
-
return react.default.createElement(
|
|
762
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
550
763
|
width: size,
|
|
551
764
|
height: size,
|
|
552
765
|
ref,
|
|
@@ -557,8 +770,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
557
770
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,28a6,6,0,1,1,6-6A6.0069,6.0069,0,0,1,24,28Zm0-10a4,4,0,1,0,4,4A4.0045,4.0045,0,0,0,24,18Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,28a6,6,0,1,1,6-6A6.0069,6.0069,0,0,1,8,28ZM8,18a4,4,0,1,0,4,4A4.0045,4.0045,0,0,0,8,18Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,14a6,6,0,1,1,6-6A6.0069,6.0069,0,0,1,16,14ZM16,4a4,4,0,1,0,4,4A4.0045,4.0045,0,0,0,16,4Z" }), children);
|
|
558
771
|
});
|
|
559
772
|
if (process.env.NODE_ENV !== "production") Nominal.propTypes = require_iconPropTypes.iconPropTypes;
|
|
560
|
-
const WatsonHealthNominate = react.default.forwardRef(function WatsonHealthNominate({ children, size = 16, ...rest }, ref) {
|
|
561
|
-
return react.default.createElement(
|
|
773
|
+
const WatsonHealthNominate = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthNominate({ children, size = 16, ...rest }, ref) {
|
|
774
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
562
775
|
width: size,
|
|
563
776
|
height: size,
|
|
564
777
|
ref,
|
|
@@ -569,8 +782,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
569
782
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,23H19a3,3,0,0,0-3,3v2h2V26a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1v2h2V26A3,3,0,0,0,25,23Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,18a4,4,0,1,0,4-4A4,4,0,0,0,18,18Zm6,0a2,2,0,1,1-2-2A2,2,0,0,1,24,18Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 18.59 7.41 16 6 17.41 10 21.41 17 14.41 15.59 13 10 18.59z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,26H4V6h7.1716l3.4141,3.4143L15.1716,10H28v8h2V10a2,2,0,0,0-2-2H16L12.5859,4.5858A2,2,0,0,0,11.1716,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H14Z" }), children);
|
|
570
783
|
});
|
|
571
784
|
if (process.env.NODE_ENV !== "production") WatsonHealthNominate.propTypes = require_iconPropTypes.iconPropTypes;
|
|
572
|
-
const NonCertified = react.default.forwardRef(function NonCertified({ children, size = 16, ...rest }, ref) {
|
|
573
|
-
return react.default.createElement(
|
|
785
|
+
const NonCertified = /* @__PURE__ */ react.default.forwardRef(function NonCertified({ children, size = 16, ...rest }, ref) {
|
|
786
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
574
787
|
width: size,
|
|
575
788
|
height: size,
|
|
576
789
|
ref,
|
|
@@ -581,8 +794,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
581
794
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 8H16V10H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 12H14V14H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 16H10V18H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,26H7.4141L30,3.4141,28.5859,2l-2,2H4A2.0023,2.0023,0,0,0,2,6V22H4V6H24.5859L2,28.5859,3.4141,30l2-2H28a2.0023,2.0023,0,0,0,2-2V10H28Z" }), children);
|
|
582
795
|
});
|
|
583
796
|
if (process.env.NODE_ENV !== "production") NonCertified.propTypes = require_iconPropTypes.iconPropTypes;
|
|
584
|
-
const NoodleBowl = react.default.forwardRef(function NoodleBowl({ children, size = 16, ...rest }, ref) {
|
|
585
|
-
return react.default.createElement(
|
|
797
|
+
const NoodleBowl = /* @__PURE__ */ react.default.forwardRef(function NoodleBowl({ children, size = 16, ...rest }, ref) {
|
|
798
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
586
799
|
width: size,
|
|
587
800
|
height: size,
|
|
588
801
|
ref,
|
|
@@ -593,8 +806,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
593
806
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11.4141,15l-8-8L2,8.4141,8.5859,15H2v1a14,14,0,0,0,28,0V15ZM16,28A12.0166,12.0166,0,0,1,4.0415,17h23.917A12.0166,12.0166,0,0,1,16,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,8a5.0049,5.0049,0,0,0-1.5708.2554A8.0242,8.0242,0,0,0,14,5,7.9364,7.9364,0,0,0,9.0938,6.68L4.4141,2,3,3.4141,9.05,9.4648l.707-.7075A5.96,5.96,0,0,1,14,7a6.02,6.02,0,0,1,4.6875,2.2642,5.06,5.06,0,0,0-.59.61A2.9892,2.9892,0,0,1,15.7544,11H12v2h3.7544a4.98,4.98,0,0,0,3.9033-1.8745A3,3,0,0,1,25,13h2A5.0059,5.0059,0,0,0,22,8Z" }), children);
|
|
594
807
|
});
|
|
595
808
|
if (process.env.NODE_ENV !== "production") NoodleBowl.propTypes = require_iconPropTypes.iconPropTypes;
|
|
596
|
-
const NotAvailable = react.default.forwardRef(function NotAvailable({ children, size = 16, ...rest }, ref) {
|
|
597
|
-
return react.default.createElement(
|
|
809
|
+
const NotAvailable = /* @__PURE__ */ react.default.forwardRef(function NotAvailable({ children, size = 16, ...rest }, ref) {
|
|
810
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
598
811
|
width: size,
|
|
599
812
|
height: size,
|
|
600
813
|
ref,
|
|
@@ -605,8 +818,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
605
818
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 15H14V17H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 15H28V17H18z" }), children);
|
|
606
819
|
});
|
|
607
820
|
if (process.env.NODE_ENV !== "production") NotAvailable.propTypes = require_iconPropTypes.iconPropTypes;
|
|
608
|
-
const NotSent = react.default.forwardRef(function NotSent({ children, size = 16, ...rest }, ref) {
|
|
609
|
-
return react.default.createElement(
|
|
821
|
+
const NotSent = /* @__PURE__ */ react.default.forwardRef(function NotSent({ children, size = 16, ...rest }, ref) {
|
|
822
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
610
823
|
width: size,
|
|
611
824
|
height: size,
|
|
612
825
|
ref,
|
|
@@ -617,8 +830,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
617
830
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,28.59,3.41,2,2,3.41l8,8L2.66,14.06a1,1,0,0,0,0,1.87l9.6,3.84,3.84,9.6A1,1,0,0,0,17,30h0a1,1,0,0,0,.92-.66L20.6,22l8,8ZM5.8,15,11.54,13l3.05,3-1.83,1.83ZM17,26.2l-2.79-7L16,17.41l3,3.05Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15.69,11.45l7.64-2.78-2.78,7.64,1.56,1.56L25.94,7.34a1,1,0,0,0-1.28-1.28L14.13,9.89Z" }), children);
|
|
618
831
|
});
|
|
619
832
|
if (process.env.NODE_ENV !== "production") NotSent.propTypes = require_iconPropTypes.iconPropTypes;
|
|
620
|
-
const NotSentFilled = react.default.forwardRef(function NotSentFilled({ children, size = 16, ...rest }, ref) {
|
|
621
|
-
return react.default.createElement(
|
|
833
|
+
const NotSentFilled = /* @__PURE__ */ react.default.forwardRef(function NotSentFilled({ children, size = 16, ...rest }, ref) {
|
|
834
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
622
835
|
width: size,
|
|
623
836
|
height: size,
|
|
624
837
|
ref,
|
|
@@ -629,8 +842,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
629
842
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,28.59,3.41,2,2,3.41l8,8L2.66,14.06a1,1,0,0,0,0,1.87l8.59,3.43L14.59,16,16,17.41l-3.37,3.37,3.44,8.59A1,1,0,0,0,17,30h0a1,1,0,0,0,.92-.66L20.6,22l8,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.49,16.83l3.45-9.49a1,1,0,0,0-1.28-1.28L15.17,9.51Z" }), children);
|
|
630
843
|
});
|
|
631
844
|
if (process.env.NODE_ENV !== "production") NotSentFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
632
|
-
const Notebook = react.default.forwardRef(function Notebook({ children, size = 16, ...rest }, ref) {
|
|
633
|
-
return react.default.createElement(
|
|
845
|
+
const Notebook = /* @__PURE__ */ react.default.forwardRef(function Notebook({ children, size = 16, ...rest }, ref) {
|
|
846
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
634
847
|
width: size,
|
|
635
848
|
height: size,
|
|
636
849
|
ref,
|
|
@@ -641,8 +854,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
641
854
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 10H26V12H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 15H26V17H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 20H26V22H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,5H4A2.002,2.002,0,0,0,2,7V25a2.0023,2.0023,0,0,0,2,2H28a2.0027,2.0027,0,0,0,2-2V7A2.0023,2.0023,0,0,0,28,5ZM4,7H15V25H4ZM17,25V7H28l.002,18Z" }), children);
|
|
642
855
|
});
|
|
643
856
|
if (process.env.NODE_ENV !== "production") Notebook.propTypes = require_iconPropTypes.iconPropTypes;
|
|
644
|
-
const NotebookReference = react.default.forwardRef(function NotebookReference({ children, size = 16, ...rest }, ref) {
|
|
645
|
-
return react.default.createElement(
|
|
857
|
+
const NotebookReference = /* @__PURE__ */ react.default.forwardRef(function NotebookReference({ children, size = 16, ...rest }, ref) {
|
|
858
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
646
859
|
width: size,
|
|
647
860
|
height: size,
|
|
648
861
|
ref,
|
|
@@ -653,8 +866,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
653
866
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 20 4 22 7.586 22 2 27.586 3.414 29 9 23.414 9 27 11 27 11 20 4 20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 10H26V12H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 15H26V17H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 20H26V22H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,5H4A2.002,2.002,0,0,0,2,7V17H4V7H15V27H28a2.002,2.002,0,0,0,2-2V7A2.002,2.002,0,0,0,28,5ZM17,25V7H28l.0015,18Z" }), children);
|
|
654
867
|
});
|
|
655
868
|
if (process.env.NODE_ENV !== "production") NotebookReference.propTypes = require_iconPropTypes.iconPropTypes;
|
|
656
|
-
const Notification = react.default.forwardRef(function Notification({ children, size = 16, ...rest }, ref) {
|
|
657
|
-
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(
|
|
869
|
+
const Notification = /* @__PURE__ */ react.default.forwardRef(function Notification({ children, size = 16, ...rest }, ref) {
|
|
870
|
+
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
|
|
658
871
|
width: size,
|
|
659
872
|
height: size,
|
|
660
873
|
ref,
|
|
@@ -663,7 +876,7 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
663
876
|
fill: "currentColor",
|
|
664
877
|
...rest
|
|
665
878
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14.4,10.1L13,8.8V6.5c0-2.6-1.9-4.7-4.5-5v-1h-1v1C5,1.8,3,3.9,3,6.5v2.3l-1.4,1.3c-0.1,0.1-0.2,0.2-0.1,0.4V12 c0,0.3,0.2,0.5,0.4,0.5c0,0,0,0,0.1,0h3.5C5.5,13.9,6.6,15,8,15s2.5-1.1,2.5-2.5H14c0.3,0,0.5-0.2,0.5-0.4c0,0,0,0,0-0.1v-1.5 C14.5,10.4,14.4,10.2,14.4,10.1z M8,14c-0.8,0-1.5-0.7-1.5-1.5h3C9.5,13.3,8.8,14,8,14z M13.5,11.5h-11v-0.8l1.3-1.4 C3.9,9.3,4,9.1,4,9V6.5c0-2.2,1.8-4,4-4s4,1.8,4,4V9c0,0.1,0.1,0.3,0.1,0.4l1.4,1.3V11.5z" }), children);
|
|
666
|
-
return react.default.createElement(
|
|
879
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
667
880
|
width: size,
|
|
668
881
|
height: size,
|
|
669
882
|
ref,
|
|
@@ -674,8 +887,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
674
887
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.7071,19.293,26,16.5859V13a10.0136,10.0136,0,0,0-9-9.9492V1H15V3.0508A10.0136,10.0136,0,0,0,6,13v3.5859L3.2929,19.293A1,1,0,0,0,3,20v3a1,1,0,0,0,1,1h7v.7768a5.152,5.152,0,0,0,4.5,5.1987A5.0057,5.0057,0,0,0,21,25V24h7a1,1,0,0,0,1-1V20A1,1,0,0,0,28.7071,19.293ZM19,25a3,3,0,0,1-6,0V24h6Zm8-3H5V20.4141L7.707,17.707A1,1,0,0,0,8,17V13a8,8,0,0,1,16,0v4a1,1,0,0,0,.293.707L27,20.4141Z" }), children);
|
|
675
888
|
});
|
|
676
889
|
if (process.env.NODE_ENV !== "production") Notification.propTypes = require_iconPropTypes.iconPropTypes;
|
|
677
|
-
const NotificationFilled = react.default.forwardRef(function NotificationFilled({ children, size = 16, ...rest }, ref) {
|
|
678
|
-
return react.default.createElement(
|
|
890
|
+
const NotificationFilled = /* @__PURE__ */ react.default.forwardRef(function NotificationFilled({ children, size = 16, ...rest }, ref) {
|
|
891
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
679
892
|
width: size,
|
|
680
893
|
height: size,
|
|
681
894
|
ref,
|
|
@@ -686,8 +899,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
686
899
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.707,19.293,26,16.5859V13a10.0136,10.0136,0,0,0-9-9.9492V1H15V3.0508A10.0136,10.0136,0,0,0,6,13v3.5859L3.293,19.293A.9993.9993,0,0,0,3,20v3a1,1,0,0,0,1,1h7v1a5,5,0,0,0,10,0V24h7a1,1,0,0,0,1-1V20A.9993.9993,0,0,0,28.707,19.293ZM19,25a3,3,0,0,1-6,0V24h6Z" }), children);
|
|
687
900
|
});
|
|
688
901
|
if (process.env.NODE_ENV !== "production") NotificationFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
689
|
-
const NotificationNew = react.default.forwardRef(function NotificationNew({ children, size = 16, ...rest }, ref) {
|
|
690
|
-
return react.default.createElement(
|
|
902
|
+
const NotificationNew = /* @__PURE__ */ react.default.forwardRef(function NotificationNew({ children, size = 16, ...rest }, ref) {
|
|
903
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
691
904
|
width: size,
|
|
692
905
|
height: size,
|
|
693
906
|
ref,
|
|
@@ -702,8 +915,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
702
915
|
}), children);
|
|
703
916
|
});
|
|
704
917
|
if (process.env.NODE_ENV !== "production") NotificationNew.propTypes = require_iconPropTypes.iconPropTypes;
|
|
705
|
-
const NotificationOff = react.default.forwardRef(function NotificationOff({ children, size = 16, ...rest }, ref) {
|
|
706
|
-
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(
|
|
918
|
+
const NotificationOff = /* @__PURE__ */ react.default.forwardRef(function NotificationOff({ children, size = 16, ...rest }, ref) {
|
|
919
|
+
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
|
|
707
920
|
width: size,
|
|
708
921
|
height: size,
|
|
709
922
|
ref,
|
|
@@ -712,7 +925,7 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
712
925
|
fill: "currentColor",
|
|
713
926
|
...rest
|
|
714
927
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2.5,11.5v-0.8l1.3-1.4C3.9,9.3,4,9.1,4,9V6.5c0-2.2,1.8-4,4-4c0.9,0,1.8,0.3,2.5,0.9l0.7-0.7C10.5,2,9.5,1.6,8.5,1.5v-1h-1 v1C5,1.8,3,3.9,3,6.5v2.3l-1.4,1.3c-0.1,0.1-0.2,0.2-0.1,0.4v1H2.5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,8.8V6.5c0-0.8-0.2-1.6-0.5-2.2L15,1.7L14.3,1L1,14.3L1.7,15l2.5-2.5h1.3C5.5,13.9,6.6,15,8,15s2.5-1.1,2.5-2.5H14 c0.3,0,0.5-0.2,0.5-0.4c0,0,0,0,0-0.1v-1.5c0-0.1-0.1-0.3-0.1-0.4L13,8.8z M8,14c-0.8,0-1.5-0.7-1.5-1.5h3C9.5,13.3,8.8,14,8,14z M13.5,11.5H5.2L11.7,5C11.9,5.5,12,6,12,6.5V9c0,0.1,0.1,0.3,0.1,0.4l1.4,1.3V11.5z" }), children);
|
|
715
|
-
return react.default.createElement(
|
|
928
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
716
929
|
width: size,
|
|
717
930
|
height: size,
|
|
718
931
|
ref,
|
|
@@ -723,8 +936,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
723
936
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,16.5859V13a9.9217,9.9217,0,0,0-1.0833-4.5024L30,3.4141,28.5859,2,2,28.5859,3.4141,30l6-6H11v1a5,5,0,0,0,10,0V24h7a1,1,0,0,0,1-1V20a1,1,0,0,0-.293-.707ZM19,25a3,3,0,0,1-6,0V24h6Zm8-3H11.4141L23.4119,10.0024A7.949,7.949,0,0,1,24,13v4a1,1,0,0,0,.293.707L27,20.4141Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.707,17.707A1,1,0,0,0,8,17V13a8.0092,8.0092,0,0,1,8-8,7.9253,7.9253,0,0,1,4.9857,1.7681l1.4264-1.4263A9.934,9.934,0,0,0,17,3.0508V1H15V3.0508A10.0136,10.0136,0,0,0,6,13v3.5859l-3,3L4.4141,21Z" }), children);
|
|
724
937
|
});
|
|
725
938
|
if (process.env.NODE_ENV !== "production") NotificationOff.propTypes = require_iconPropTypes.iconPropTypes;
|
|
726
|
-
const NotificationOffFilled = react.default.forwardRef(function NotificationOffFilled({ children, size = 16, ...rest }, ref) {
|
|
727
|
-
return react.default.createElement(
|
|
939
|
+
const NotificationOffFilled = /* @__PURE__ */ react.default.forwardRef(function NotificationOffFilled({ children, size = 16, ...rest }, ref) {
|
|
940
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
728
941
|
width: size,
|
|
729
942
|
height: size,
|
|
730
943
|
ref,
|
|
@@ -735,8 +948,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
735
948
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,16.5859V13a9.8828,9.8828,0,0,0-1.0869-4.499L30,3.4141,28.5859,2,2,28.5859,3.4141,30l6-6H11v1a5,5,0,0,0,10,0V24h7a1,1,0,0,0,1-1V20a.9993.9993,0,0,0-.293-.707ZM19,25a3,3,0,0,1-6,0V24h6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.61,4.7383A9.9256,9.9256,0,0,0,17,3.0508V1H15V3.0508A10.0136,10.0136,0,0,0,6,13v3.5859L3.293,19.293A.9993.9993,0,0,0,3,20v3a.9738.9738,0,0,0,.0585.29Z" }), children);
|
|
736
949
|
});
|
|
737
950
|
if (process.env.NODE_ENV !== "production") NotificationOffFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
738
|
-
const NotificationCounter = react.default.forwardRef(function NotificationCounter({ children, size = 16, ...rest }, ref) {
|
|
739
|
-
return react.default.createElement(
|
|
951
|
+
const NotificationCounter = /* @__PURE__ */ react.default.forwardRef(function NotificationCounter({ children, size = 16, ...rest }, ref) {
|
|
952
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
740
953
|
width: size,
|
|
741
954
|
height: size,
|
|
742
955
|
ref,
|
|
@@ -755,8 +968,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
755
968
|
}), children);
|
|
756
969
|
});
|
|
757
970
|
if (process.env.NODE_ENV !== "production") NotificationCounter.propTypes = require_iconPropTypes.iconPropTypes;
|
|
758
|
-
const NotificationsPaused = react.default.forwardRef(function NotificationsPaused({ children, size = 16, ...rest }, ref) {
|
|
759
|
-
return react.default.createElement(
|
|
971
|
+
const NotificationsPaused = /* @__PURE__ */ react.default.forwardRef(function NotificationsPaused({ children, size = 16, ...rest }, ref) {
|
|
972
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
760
973
|
width: size,
|
|
761
974
|
height: size,
|
|
762
975
|
ref,
|
|
@@ -767,8 +980,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
767
980
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,5l-3.625,4h3.625v2h-6v-2l3.75-4h-3.75v-2h6v2ZM28.707,19.293c.1875.1875.293.4419.293.707v3c0,.5522-.4473,1-1,1h-7v1c0,2.7568-2.2432,5-5,5s-5-2.2432-5-5v-1h-7c-.5527,0-1-.4478-1-1v-3c0-.2651.1055-.5195.293-.707l2.707-2.707v-3.5859c0-5.1763,3.9541-9.4458,9-9.9492V1h2v2.0508c1.0583.1055,2.0641.3853,3,.7959v2.1533c-1.1783-.6841-2.5422-1-4-1-4.4111,0-8,3.5889-8,8v4c0,.2651-.1055.5195-.293.707l-2.707,2.707v1.586h22v-1.586l-2.707-2.707c-.1875-.1875-.293-.4419-.293-.707v-3h2v2.5859l2.707,2.707h0ZM19,24h-6v1c0,1.6543,1.3457,3,3,3s3-1.3457,3-3v-1Z" }), children);
|
|
768
981
|
});
|
|
769
982
|
if (process.env.NODE_ENV !== "production") NotificationsPaused.propTypes = require_iconPropTypes.iconPropTypes;
|
|
770
|
-
const NullSign = react.default.forwardRef(function NullSign({ children, size = 16, ...rest }, ref) {
|
|
771
|
-
return react.default.createElement(
|
|
983
|
+
const NullSign = /* @__PURE__ */ react.default.forwardRef(function NullSign({ children, size = 16, ...rest }, ref) {
|
|
984
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
772
985
|
width: size,
|
|
773
986
|
height: size,
|
|
774
987
|
ref,
|
|
@@ -779,8 +992,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
779
992
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,3.4142l-1.4142-1.4142-3.4317,3.4317c-2.4572-2.1313-5.6536-3.4317-9.1541-3.4317-7.7197,0-14,6.2803-14,14,0,3.5005,1.3004,6.6969,3.4317,9.1541l-3.4317,3.4317,1.4142,1.4142,3.4317-3.4317c2.4572,2.1313,5.6536,3.4317,9.1541,3.4317,7.7197,0,14-6.2803,14-14,0-3.5005-1.3004-6.6969-3.4317-9.1541,0,0,3.4317-3.4317,3.4317-3.4317ZM4,16c0-6.6167,5.3833-12,12-12,2.9492,0,5.649,1.0739,7.7406,2.8452L6.8452,23.7406c-1.7713-2.0916-2.8452-4.7914-2.8452-7.7406ZM28,16c0,6.6172-5.3828,12-12,12-2.9491,0-5.6489-1.074-7.7405-2.8453L25.1547,8.2595c1.7713,2.0916,2.8453,4.7914,2.8453,7.7405Z" }), children);
|
|
780
993
|
});
|
|
781
994
|
if (process.env.NODE_ENV !== "production") NullSign.propTypes = require_iconPropTypes.iconPropTypes;
|
|
782
|
-
const Number_0 = react.default.forwardRef(function Number_0({ children, size = 16, ...rest }, ref) {
|
|
783
|
-
return react.default.createElement(
|
|
995
|
+
const Number_0 = /* @__PURE__ */ react.default.forwardRef(function Number_0({ children, size = 16, ...rest }, ref) {
|
|
996
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
784
997
|
width: size,
|
|
785
998
|
height: size,
|
|
786
999
|
ref,
|
|
@@ -791,8 +1004,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
791
1004
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,23H14a2,2,0,0,1-2-2V11a2,2,0,0,1,2-2h4a2,2,0,0,1,2,2V21A2,2,0,0,1,18,23ZM14,11h0V21h4V11Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 15H17V17H15z" }), children);
|
|
792
1005
|
});
|
|
793
1006
|
if (process.env.NODE_ENV !== "production") Number_0.propTypes = require_iconPropTypes.iconPropTypes;
|
|
794
|
-
const Number_1 = react.default.forwardRef(function Number_1({ children, size = 16, ...rest }, ref) {
|
|
795
|
-
return react.default.createElement(
|
|
1007
|
+
const Number_1 = /* @__PURE__ */ react.default.forwardRef(function Number_1({ children, size = 16, ...rest }, ref) {
|
|
1008
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
796
1009
|
width: size,
|
|
797
1010
|
height: size,
|
|
798
1011
|
ref,
|
|
@@ -803,8 +1016,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
803
1016
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,10V22h0V10m1-1H12v2h3V21H12v2h8V21H17V9Z" }), children);
|
|
804
1017
|
});
|
|
805
1018
|
if (process.env.NODE_ENV !== "production") Number_1.propTypes = require_iconPropTypes.iconPropTypes;
|
|
806
|
-
const Number_2 = react.default.forwardRef(function Number_2({ children, size = 16, ...rest }, ref) {
|
|
807
|
-
return react.default.createElement(
|
|
1019
|
+
const Number_2 = /* @__PURE__ */ react.default.forwardRef(function Number_2({ children, size = 16, ...rest }, ref) {
|
|
1020
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
808
1021
|
width: size,
|
|
809
1022
|
height: size,
|
|
810
1023
|
ref,
|
|
@@ -815,8 +1028,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
815
1028
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,23H12V17a2,2,0,0,1,2-2h4V11H12V9h6a2,2,0,0,1,2,2v4a2,2,0,0,1-2,2H14v4h6Z" }), children);
|
|
816
1029
|
});
|
|
817
1030
|
if (process.env.NODE_ENV !== "production") Number_2.propTypes = require_iconPropTypes.iconPropTypes;
|
|
818
|
-
const Number_3 = react.default.forwardRef(function Number_3({ children, size = 16, ...rest }, ref) {
|
|
819
|
-
return react.default.createElement(
|
|
1031
|
+
const Number_3 = /* @__PURE__ */ react.default.forwardRef(function Number_3({ children, size = 16, ...rest }, ref) {
|
|
1032
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
820
1033
|
width: size,
|
|
821
1034
|
height: size,
|
|
822
1035
|
ref,
|
|
@@ -827,8 +1040,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
827
1040
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,9H12v2h6v4H14v2h4v4H12v2h6a2,2,0,0,0,2-2V11A2,2,0,0,0,18,9Z" }), children);
|
|
828
1041
|
});
|
|
829
1042
|
if (process.env.NODE_ENV !== "production") Number_3.propTypes = require_iconPropTypes.iconPropTypes;
|
|
830
|
-
const Number_4 = react.default.forwardRef(function Number_4({ children, size = 16, ...rest }, ref) {
|
|
831
|
-
return react.default.createElement(
|
|
1043
|
+
const Number_4 = /* @__PURE__ */ react.default.forwardRef(function Number_4({ children, size = 16, ...rest }, ref) {
|
|
1044
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
832
1045
|
width: size,
|
|
833
1046
|
height: size,
|
|
834
1047
|
ref,
|
|
@@ -839,8 +1052,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
839
1052
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,10v8h0V10m1-1H17v8H14V9H12V19h5v4h2V19h1V17H19V9Z" }), children);
|
|
840
1053
|
});
|
|
841
1054
|
if (process.env.NODE_ENV !== "production") Number_4.propTypes = require_iconPropTypes.iconPropTypes;
|
|
842
|
-
const Number_5 = react.default.forwardRef(function Number_5({ children, size = 16, ...rest }, ref) {
|
|
843
|
-
return react.default.createElement(
|
|
1055
|
+
const Number_5 = /* @__PURE__ */ react.default.forwardRef(function Number_5({ children, size = 16, ...rest }, ref) {
|
|
1056
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
844
1057
|
width: size,
|
|
845
1058
|
height: size,
|
|
846
1059
|
ref,
|
|
@@ -851,8 +1064,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
851
1064
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,23H12V21h6V17H12V9h8v2H14v4h4a2,2,0,0,1,2,2v4A2,2,0,0,1,18,23Z" }), children);
|
|
852
1065
|
});
|
|
853
1066
|
if (process.env.NODE_ENV !== "production") Number_5.propTypes = require_iconPropTypes.iconPropTypes;
|
|
854
|
-
const Number_6 = react.default.forwardRef(function Number_6({ children, size = 16, ...rest }, ref) {
|
|
855
|
-
return react.default.createElement(
|
|
1067
|
+
const Number_6 = /* @__PURE__ */ react.default.forwardRef(function Number_6({ children, size = 16, ...rest }, ref) {
|
|
1068
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
856
1069
|
width: size,
|
|
857
1070
|
height: size,
|
|
858
1071
|
ref,
|
|
@@ -863,8 +1076,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
863
1076
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,14H14V11h5V9H14a2,2,0,0,0-2,2V21a2,2,0,0,0,2,2h4a2,2,0,0,0,2-2V16A2,2,0,0,0,18,14Zm-4,7V16h4v5Z" }), children);
|
|
864
1077
|
});
|
|
865
1078
|
if (process.env.NODE_ENV !== "production") Number_6.propTypes = require_iconPropTypes.iconPropTypes;
|
|
866
|
-
const Number_7 = react.default.forwardRef(function Number_7({ children, size = 16, ...rest }, ref) {
|
|
867
|
-
return react.default.createElement(
|
|
1079
|
+
const Number_7 = /* @__PURE__ */ react.default.forwardRef(function Number_7({ children, size = 16, ...rest }, ref) {
|
|
1080
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
868
1081
|
width: size,
|
|
869
1082
|
height: size,
|
|
870
1083
|
ref,
|
|
@@ -875,8 +1088,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
875
1088
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 9 12 9 12 13 14 13 14 11 17.85 11 13 23 15.16 23 20 11 20 9z" }), children);
|
|
876
1089
|
});
|
|
877
1090
|
if (process.env.NODE_ENV !== "production") Number_7.propTypes = require_iconPropTypes.iconPropTypes;
|
|
878
|
-
const Number_8 = react.default.forwardRef(function Number_8({ children, size = 16, ...rest }, ref) {
|
|
879
|
-
return react.default.createElement(
|
|
1091
|
+
const Number_8 = /* @__PURE__ */ react.default.forwardRef(function Number_8({ children, size = 16, ...rest }, ref) {
|
|
1092
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
880
1093
|
width: size,
|
|
881
1094
|
height: size,
|
|
882
1095
|
ref,
|
|
@@ -887,8 +1100,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
887
1100
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,9H14a2,2,0,0,0-2,2V21a2,2,0,0,0,2,2h4a2,2,0,0,0,2-2V11A2,2,0,0,0,18,9Zm0,2v4H14V11ZM14,21V17h4v4Z" }), children);
|
|
888
1101
|
});
|
|
889
1102
|
if (process.env.NODE_ENV !== "production") Number_8.propTypes = require_iconPropTypes.iconPropTypes;
|
|
890
|
-
const Number_9 = react.default.forwardRef(function Number_9({ children, size = 16, ...rest }, ref) {
|
|
891
|
-
return react.default.createElement(
|
|
1103
|
+
const Number_9 = /* @__PURE__ */ react.default.forwardRef(function Number_9({ children, size = 16, ...rest }, ref) {
|
|
1104
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
892
1105
|
width: size,
|
|
893
1106
|
height: size,
|
|
894
1107
|
ref,
|
|
@@ -899,8 +1112,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
899
1112
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,9H14a2,2,0,0,0-2,2v5a2,2,0,0,0,2,2h4v3H13v2h5a2,2,0,0,0,2-2V11A2,2,0,0,0,18,9Zm0,7H14V11h4Z" }), children);
|
|
900
1113
|
});
|
|
901
1114
|
if (process.env.NODE_ENV !== "production") Number_9.propTypes = require_iconPropTypes.iconPropTypes;
|
|
902
|
-
const NumberSmall_0 = react.default.forwardRef(function NumberSmall_0({ children, size = 16, ...rest }, ref) {
|
|
903
|
-
return react.default.createElement(
|
|
1115
|
+
const NumberSmall_0 = /* @__PURE__ */ react.default.forwardRef(function NumberSmall_0({ children, size = 16, ...rest }, ref) {
|
|
1116
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
904
1117
|
width: size,
|
|
905
1118
|
height: size,
|
|
906
1119
|
ref,
|
|
@@ -911,8 +1124,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
911
1124
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,21H15a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h2a2,2,0,0,1,2,2v6A2,2,0,0,1,17,21Zm-2-8v6h2V13Z" }), children);
|
|
912
1125
|
});
|
|
913
1126
|
if (process.env.NODE_ENV !== "production") NumberSmall_0.propTypes = require_iconPropTypes.iconPropTypes;
|
|
914
|
-
const NumberSmall_1 = react.default.forwardRef(function NumberSmall_1({ children, size = 16, ...rest }, ref) {
|
|
915
|
-
return react.default.createElement(
|
|
1127
|
+
const NumberSmall_1 = /* @__PURE__ */ react.default.forwardRef(function NumberSmall_1({ children, size = 16, ...rest }, ref) {
|
|
1128
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
916
1129
|
width: size,
|
|
917
1130
|
height: size,
|
|
918
1131
|
ref,
|
|
@@ -923,8 +1136,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
923
1136
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 19 17 11 15 11 15 12 13 12 13 14 15 14 15 19 13 19 13 21 19 21 19 19 17 19z" }), children);
|
|
924
1137
|
});
|
|
925
1138
|
if (process.env.NODE_ENV !== "production") NumberSmall_1.propTypes = require_iconPropTypes.iconPropTypes;
|
|
926
|
-
const NumberSmall_2 = react.default.forwardRef(function NumberSmall_2({ children, size = 16, ...rest }, ref) {
|
|
927
|
-
return react.default.createElement(
|
|
1139
|
+
const NumberSmall_2 = /* @__PURE__ */ react.default.forwardRef(function NumberSmall_2({ children, size = 16, ...rest }, ref) {
|
|
1140
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
928
1141
|
width: size,
|
|
929
1142
|
height: size,
|
|
930
1143
|
ref,
|
|
@@ -935,8 +1148,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
935
1148
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,21H13V17a2,2,0,0,1,2-2h2V13H13V11h4a2,2,0,0,1,2,2v2a2,2,0,0,1-2,2H15v2h4Z" }), children);
|
|
936
1149
|
});
|
|
937
1150
|
if (process.env.NODE_ENV !== "production") NumberSmall_2.propTypes = require_iconPropTypes.iconPropTypes;
|
|
938
|
-
const NumberSmall_3 = react.default.forwardRef(function NumberSmall_3({ children, size = 16, ...rest }, ref) {
|
|
939
|
-
return react.default.createElement(
|
|
1151
|
+
const NumberSmall_3 = /* @__PURE__ */ react.default.forwardRef(function NumberSmall_3({ children, size = 16, ...rest }, ref) {
|
|
1152
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
940
1153
|
width: size,
|
|
941
1154
|
height: size,
|
|
942
1155
|
ref,
|
|
@@ -947,8 +1160,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
947
1160
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,11H13v2h4v2H14v2h3v2H13v2h4a2,2,0,0,0,2-2V13A2,2,0,0,0,17,11Z" }), children);
|
|
948
1161
|
});
|
|
949
1162
|
if (process.env.NODE_ENV !== "production") NumberSmall_3.propTypes = require_iconPropTypes.iconPropTypes;
|
|
950
|
-
const NumberSmall_4 = react.default.forwardRef(function NumberSmall_4({ children, size = 16, ...rest }, ref) {
|
|
951
|
-
return react.default.createElement(
|
|
1163
|
+
const NumberSmall_4 = /* @__PURE__ */ react.default.forwardRef(function NumberSmall_4({ children, size = 16, ...rest }, ref) {
|
|
1164
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
952
1165
|
width: size,
|
|
953
1166
|
height: size,
|
|
954
1167
|
ref,
|
|
@@ -959,8 +1172,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
959
1172
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 11 17 15 15 15 15 11 13 11 13 17 17 17 17 21 19 21 19 11 17 11z" }), children);
|
|
960
1173
|
});
|
|
961
1174
|
if (process.env.NODE_ENV !== "production") NumberSmall_4.propTypes = require_iconPropTypes.iconPropTypes;
|
|
962
|
-
const NumberSmall_5 = react.default.forwardRef(function NumberSmall_5({ children, size = 16, ...rest }, ref) {
|
|
963
|
-
return react.default.createElement(
|
|
1175
|
+
const NumberSmall_5 = /* @__PURE__ */ react.default.forwardRef(function NumberSmall_5({ children, size = 16, ...rest }, ref) {
|
|
1176
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
964
1177
|
width: size,
|
|
965
1178
|
height: size,
|
|
966
1179
|
ref,
|
|
@@ -971,8 +1184,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
971
1184
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,21H13V19h4V17H13V11h6v2H15v2h2a2,2,0,0,1,2,2v2A2,2,0,0,1,17,21Z" }), children);
|
|
972
1185
|
});
|
|
973
1186
|
if (process.env.NODE_ENV !== "production") NumberSmall_5.propTypes = require_iconPropTypes.iconPropTypes;
|
|
974
|
-
const NumberSmall_6 = react.default.forwardRef(function NumberSmall_6({ children, size = 16, ...rest }, ref) {
|
|
975
|
-
return react.default.createElement(
|
|
1187
|
+
const NumberSmall_6 = /* @__PURE__ */ react.default.forwardRef(function NumberSmall_6({ children, size = 16, ...rest }, ref) {
|
|
1188
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
976
1189
|
width: size,
|
|
977
1190
|
height: size,
|
|
978
1191
|
ref,
|
|
@@ -983,8 +1196,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
983
1196
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,21H15a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h3v2H15v2h2a2,2,0,0,1,2,2v2A2,2,0,0,1,17,21Zm-2-4v2h2V17Z" }), children);
|
|
984
1197
|
});
|
|
985
1198
|
if (process.env.NODE_ENV !== "production") NumberSmall_6.propTypes = require_iconPropTypes.iconPropTypes;
|
|
986
|
-
const NumberSmall_7 = react.default.forwardRef(function NumberSmall_7({ children, size = 16, ...rest }, ref) {
|
|
987
|
-
return react.default.createElement(
|
|
1199
|
+
const NumberSmall_7 = /* @__PURE__ */ react.default.forwardRef(function NumberSmall_7({ children, size = 16, ...rest }, ref) {
|
|
1200
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
988
1201
|
width: size,
|
|
989
1202
|
height: size,
|
|
990
1203
|
ref,
|
|
@@ -995,8 +1208,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
995
1208
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16.44 21 14.44 21 17 13 15 13 15 14 13 14 13 11 19 11 19 13 16.44 21z" }), children);
|
|
996
1209
|
});
|
|
997
1210
|
if (process.env.NODE_ENV !== "production") NumberSmall_7.propTypes = require_iconPropTypes.iconPropTypes;
|
|
998
|
-
const NumberSmall_8 = react.default.forwardRef(function NumberSmall_8({ children, size = 16, ...rest }, ref) {
|
|
999
|
-
return react.default.createElement(
|
|
1211
|
+
const NumberSmall_8 = /* @__PURE__ */ react.default.forwardRef(function NumberSmall_8({ children, size = 16, ...rest }, ref) {
|
|
1212
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1000
1213
|
width: size,
|
|
1001
1214
|
height: size,
|
|
1002
1215
|
ref,
|
|
@@ -1007,8 +1220,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1007
1220
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,11H15a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2h2a2,2,0,0,0,2-2V13A2,2,0,0,0,17,11Zm0,2v2H15V13Zm-2,6V17h2v2Z" }), children);
|
|
1008
1221
|
});
|
|
1009
1222
|
if (process.env.NODE_ENV !== "production") NumberSmall_8.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1010
|
-
const NumberSmall_9 = react.default.forwardRef(function NumberSmall_9({ children, size = 16, ...rest }, ref) {
|
|
1011
|
-
return react.default.createElement(
|
|
1223
|
+
const NumberSmall_9 = /* @__PURE__ */ react.default.forwardRef(function NumberSmall_9({ children, size = 16, ...rest }, ref) {
|
|
1224
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1012
1225
|
width: size,
|
|
1013
1226
|
height: size,
|
|
1014
1227
|
ref,
|
|
@@ -1019,8 +1232,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1019
1232
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,21H14V19h3V17H15a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h2a2,2,0,0,1,2,2v6A2,2,0,0,1,17,21Zm-2-8v2h2V13Z" }), children);
|
|
1020
1233
|
});
|
|
1021
1234
|
if (process.env.NODE_ENV !== "production") NumberSmall_9.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1022
|
-
const Object$1 = react.default.forwardRef(function Object({ children, size = 16, ...rest }, ref) {
|
|
1023
|
-
return react.default.createElement(
|
|
1235
|
+
const Object$1 = /* @__PURE__ */ react.default.forwardRef(function Object({ children, size = 16, ...rest }, ref) {
|
|
1236
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1024
1237
|
width: size,
|
|
1025
1238
|
height: size,
|
|
1026
1239
|
ref,
|
|
@@ -1031,8 +1244,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1031
1244
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,3h4v2h-4v8c0,1.2002-.5425,2.2661-1.3823,3,.8398.7339,1.3823,1.7998,1.3823,3v8h4v2h-4c-1.103,0-2-.8975-2-2v-8c0-1.1025-.897-2-2-2v-2c1.103,0,2-.8975,2-2V5c0-1.1025.897-2,2-2ZM28,13V5c0-1.1025-.897-2-2-2h-4v2h4v8c0,1.2002.5425,2.2661,1.3823,3-.8398.7339-1.3823,1.7998-1.3823,3v8h-4v2h4c1.103,0,2-.8975,2-2v-8c0-1.1025.897-2,2-2v-2c-1.103,0-2-.8975-2-2Z" }), children);
|
|
1032
1245
|
});
|
|
1033
1246
|
if (process.env.NODE_ENV !== "production") Object$1.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1034
|
-
const ObjectStorage = react.default.forwardRef(function ObjectStorage({ children, size = 16, ...rest }, ref) {
|
|
1035
|
-
return react.default.createElement(
|
|
1247
|
+
const ObjectStorage = /* @__PURE__ */ react.default.forwardRef(function ObjectStorage({ children, size = 16, ...rest }, ref) {
|
|
1248
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1036
1249
|
width: size,
|
|
1037
1250
|
height: size,
|
|
1038
1251
|
ref,
|
|
@@ -1047,8 +1260,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1047
1260
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,8H22v6H16v8h8V16h6ZM22,20H18V16h4Zm6-6H24V10h4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,10H10V2h8ZM12,8h4V4H12Z" }), children);
|
|
1048
1261
|
});
|
|
1049
1262
|
if (process.env.NODE_ENV !== "production") ObjectStorage.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1050
|
-
const ObjectStorageAlt = react.default.forwardRef(function ObjectStorageAlt({ children, size = 16, ...rest }, ref) {
|
|
1051
|
-
return react.default.createElement(
|
|
1263
|
+
const ObjectStorageAlt = /* @__PURE__ */ react.default.forwardRef(function ObjectStorageAlt({ children, size = 16, ...rest }, ref) {
|
|
1264
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1052
1265
|
width: size,
|
|
1053
1266
|
height: size,
|
|
1054
1267
|
ref,
|
|
@@ -1063,8 +1276,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1063
1276
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,14a2.981,2.981,0,0,0-2.0374.811l-4.0039-2.4023A2.9578,2.9578,0,0,0,15,12a2.9578,2.9578,0,0,0-.0413-.4087L18.9626,9.189A2.9909,2.9909,0,1,0,18,7a2.9345,2.9345,0,0,0,.0415.4092L14.0376,9.8115a3,3,0,1,0,0,4.377l4.0039,2.4023A2.9345,2.9345,0,0,0,18,17a3,3,0,1,0,3-3Zm0-8a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,21,6Zm-9,7a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,12,13Zm9,5a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,21,18Z" }), children);
|
|
1064
1277
|
});
|
|
1065
1278
|
if (process.env.NODE_ENV !== "production") ObjectStorageAlt.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1066
|
-
const ObservedHail = react.default.forwardRef(function ObservedHail({ children, size = 16, ...rest }, ref) {
|
|
1067
|
-
return react.default.createElement(
|
|
1279
|
+
const ObservedHail = /* @__PURE__ */ react.default.forwardRef(function ObservedHail({ children, size = 16, ...rest }, ref) {
|
|
1280
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1068
1281
|
width: size,
|
|
1069
1282
|
height: size,
|
|
1070
1283
|
ref,
|
|
@@ -1093,8 +1306,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1093
1306
|
}), children);
|
|
1094
1307
|
});
|
|
1095
1308
|
if (process.env.NODE_ENV !== "production") ObservedHail.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1096
|
-
const ObservedLightning = react.default.forwardRef(function ObservedLightning({ children, size = 16, ...rest }, ref) {
|
|
1097
|
-
return react.default.createElement(
|
|
1309
|
+
const ObservedLightning = /* @__PURE__ */ react.default.forwardRef(function ObservedLightning({ children, size = 16, ...rest }, ref) {
|
|
1310
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1098
1311
|
width: size,
|
|
1099
1312
|
height: size,
|
|
1100
1313
|
ref,
|
|
@@ -1105,8 +1318,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1105
1318
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15.67 24 13.934 23 16.221 19 12.332 19 16.325 12 18.062 13 15.778 17 19.668 17 15.67 24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z" }), children);
|
|
1106
1319
|
});
|
|
1107
1320
|
if (process.env.NODE_ENV !== "production") ObservedLightning.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1108
|
-
const Omega = react.default.forwardRef(function Omega({ children, size = 16, ...rest }, ref) {
|
|
1109
|
-
return react.default.createElement(
|
|
1321
|
+
const Omega = /* @__PURE__ */ react.default.forwardRef(function Omega({ children, size = 16, ...rest }, ref) {
|
|
1322
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1110
1323
|
width: size,
|
|
1111
1324
|
height: size,
|
|
1112
1325
|
ref,
|
|
@@ -1117,8 +1330,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1117
1330
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.7373,25A14.3093,14.3093,0,0,0,27,15C27,8.42,22.58,4,16,4S5,8.42,5,15A14.3093,14.3093,0,0,0,9.2627,25H4v2h8V24.7617A12.5683,12.5683,0,0,1,7,15c0-5.4673,3.5327-9,9-9s9,3.5327,9,9a12.5683,12.5683,0,0,1-5,9.7617V27h8V25Z" }), children);
|
|
1118
1331
|
});
|
|
1119
1332
|
if (process.env.NODE_ENV !== "production") Omega.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1120
|
-
const Opacity = react.default.forwardRef(function Opacity({ children, size = 16, ...rest }, ref) {
|
|
1121
|
-
return react.default.createElement(
|
|
1333
|
+
const Opacity = /* @__PURE__ */ react.default.forwardRef(function Opacity({ children, size = 16, ...rest }, ref) {
|
|
1334
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1122
1335
|
width: size,
|
|
1123
1336
|
height: size,
|
|
1124
1337
|
ref,
|
|
@@ -1129,8 +1342,20 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1129
1342
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 6H10V10H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 10H14V14H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 6H18V10H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 6H26V10H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 14H10V18H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 14H18V18H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 14H26V18H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 22H10V26H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 22H18V26H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 22H26V26H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 10H22V14H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 18H14V22H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 18H22V22H18z" }), children);
|
|
1130
1343
|
});
|
|
1131
1344
|
if (process.env.NODE_ENV !== "production") Opacity.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1132
|
-
const
|
|
1133
|
-
return react.default.createElement(
|
|
1345
|
+
const OpenStripe = /* @__PURE__ */ react.default.forwardRef(function OpenStripe({ children, size = 16, ...rest }, ref) {
|
|
1346
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1347
|
+
width: size,
|
|
1348
|
+
height: size,
|
|
1349
|
+
ref,
|
|
1350
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1351
|
+
viewBox: "0 0 32 32",
|
|
1352
|
+
fill: "currentColor",
|
|
1353
|
+
...rest
|
|
1354
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.875,28h-6.75c-1.1719,0-2.125-.8975-2.125-2V6c0-1.103.9531-2,2.125-2h6.75c1.1719,0,2.125.897,2.125,2v20c0,1.1025-.9531,2-2.125,2ZM4.0112,25.9844c.0186,0,.0571.0156.1138.0156h6.75c.085,0,.1294-.0361.1367-.0459l-.0117-19.9458c-.0039.0215-.0474-.0083-.125-.0083h-6.75c-.0645,0-.106.021-.125.0352v19.9561c.001-.0049.0049-.0068.0112-.0068ZM23.707,21.707l-1.4141-1.4141,3.293-3.293h-8.5859v-2h8.5859l-3.293-3.293,1.4141-1.4141,5.707,5.707-5.707,5.707Z" }), children);
|
|
1355
|
+
});
|
|
1356
|
+
if (process.env.NODE_ENV !== "production") OpenStripe.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1357
|
+
const OpenPanelBottom = /* @__PURE__ */ react.default.forwardRef(function OpenPanelBottom({ children, size = 16, ...rest }, ref) {
|
|
1358
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1134
1359
|
width: size,
|
|
1135
1360
|
height: size,
|
|
1136
1361
|
ref,
|
|
@@ -1141,8 +1366,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1141
1366
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Zm0,2V18H4V6ZM4,26V20H28v6Z" }), children);
|
|
1142
1367
|
});
|
|
1143
1368
|
if (process.env.NODE_ENV !== "production") OpenPanelBottom.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1144
|
-
const OpenPanelFilledBottom = react.default.forwardRef(function OpenPanelFilledBottom({ children, size = 16, ...rest }, ref) {
|
|
1145
|
-
return react.default.createElement(
|
|
1369
|
+
const OpenPanelFilledBottom = /* @__PURE__ */ react.default.forwardRef(function OpenPanelFilledBottom({ children, size = 16, ...rest }, ref) {
|
|
1370
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1146
1371
|
width: size,
|
|
1147
1372
|
height: size,
|
|
1148
1373
|
ref,
|
|
@@ -1153,8 +1378,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1153
1378
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Zm0,2V18H4V6Z" }), children);
|
|
1154
1379
|
});
|
|
1155
1380
|
if (process.env.NODE_ENV !== "production") OpenPanelFilledBottom.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1156
|
-
const OpenPanelFilledLeft = react.default.forwardRef(function OpenPanelFilledLeft({ children, size = 16, ...rest }, ref) {
|
|
1157
|
-
return react.default.createElement(
|
|
1381
|
+
const OpenPanelFilledLeft = /* @__PURE__ */ react.default.forwardRef(function OpenPanelFilledLeft({ children, size = 16, ...rest }, ref) {
|
|
1382
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1158
1383
|
width: size,
|
|
1159
1384
|
height: size,
|
|
1160
1385
|
ref,
|
|
@@ -1165,8 +1390,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1165
1390
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Zm0,22H12V6H28Z" }), children);
|
|
1166
1391
|
});
|
|
1167
1392
|
if (process.env.NODE_ENV !== "production") OpenPanelFilledLeft.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1168
|
-
const OpenPanelFilledRight = react.default.forwardRef(function OpenPanelFilledRight({ children, size = 16, ...rest }, ref) {
|
|
1169
|
-
return react.default.createElement(
|
|
1393
|
+
const OpenPanelFilledRight = /* @__PURE__ */ react.default.forwardRef(function OpenPanelFilledRight({ children, size = 16, ...rest }, ref) {
|
|
1394
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1170
1395
|
width: size,
|
|
1171
1396
|
height: size,
|
|
1172
1397
|
ref,
|
|
@@ -1177,8 +1402,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1177
1402
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4ZM4,6H20V26H4Z" }), children);
|
|
1178
1403
|
});
|
|
1179
1404
|
if (process.env.NODE_ENV !== "production") OpenPanelFilledRight.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1180
|
-
const OpenPanelFilledTop = react.default.forwardRef(function OpenPanelFilledTop({ children, size = 16, ...rest }, ref) {
|
|
1181
|
-
return react.default.createElement(
|
|
1405
|
+
const OpenPanelFilledTop = /* @__PURE__ */ react.default.forwardRef(function OpenPanelFilledTop({ children, size = 16, ...rest }, ref) {
|
|
1406
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1182
1407
|
width: size,
|
|
1183
1408
|
height: size,
|
|
1184
1409
|
ref,
|
|
@@ -1189,8 +1414,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1189
1414
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4ZM4,26V14H28V26Z" }), children);
|
|
1190
1415
|
});
|
|
1191
1416
|
if (process.env.NODE_ENV !== "production") OpenPanelFilledTop.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1192
|
-
const OpenPanelLeft = react.default.forwardRef(function OpenPanelLeft({ children, size = 16, ...rest }, ref) {
|
|
1193
|
-
return react.default.createElement(
|
|
1417
|
+
const OpenPanelLeft = /* @__PURE__ */ react.default.forwardRef(function OpenPanelLeft({ children, size = 16, ...rest }, ref) {
|
|
1418
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1194
1419
|
width: size,
|
|
1195
1420
|
height: size,
|
|
1196
1421
|
ref,
|
|
@@ -1201,8 +1426,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1201
1426
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4ZM4,6h6V26H4ZM28,26H12V6H28Z" }), children);
|
|
1202
1427
|
});
|
|
1203
1428
|
if (process.env.NODE_ENV !== "production") OpenPanelLeft.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1204
|
-
const OpenPanelRight = react.default.forwardRef(function OpenPanelRight({ children, size = 16, ...rest }, ref) {
|
|
1205
|
-
return react.default.createElement(
|
|
1429
|
+
const OpenPanelRight = /* @__PURE__ */ react.default.forwardRef(function OpenPanelRight({ children, size = 16, ...rest }, ref) {
|
|
1430
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1206
1431
|
width: size,
|
|
1207
1432
|
height: size,
|
|
1208
1433
|
ref,
|
|
@@ -1213,8 +1438,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1213
1438
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4ZM4,6H20V26H4ZM28,26H22V6h6Z" }), children);
|
|
1214
1439
|
});
|
|
1215
1440
|
if (process.env.NODE_ENV !== "production") OpenPanelRight.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1216
|
-
const OpenPanelTop = react.default.forwardRef(function OpenPanelTop({ children, size = 16, ...rest }, ref) {
|
|
1217
|
-
return react.default.createElement(
|
|
1441
|
+
const OpenPanelTop = /* @__PURE__ */ react.default.forwardRef(function OpenPanelTop({ children, size = 16, ...rest }, ref) {
|
|
1442
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1218
1443
|
width: size,
|
|
1219
1444
|
height: size,
|
|
1220
1445
|
ref,
|
|
@@ -1225,8 +1450,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1225
1450
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Zm0,2v6H4V6ZM4,26V14H28V26Z" }), children);
|
|
1226
1451
|
});
|
|
1227
1452
|
if (process.env.NODE_ENV !== "production") OpenPanelTop.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1228
|
-
const QOperation = react.default.forwardRef(function QOperation({ children, size = 16, ...rest }, ref) {
|
|
1229
|
-
return react.default.createElement(
|
|
1453
|
+
const QOperation = /* @__PURE__ */ react.default.forwardRef(function QOperation({ children, size = 16, ...rest }, ref) {
|
|
1454
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1230
1455
|
width: size,
|
|
1231
1456
|
height: size,
|
|
1232
1457
|
ref,
|
|
@@ -1237,8 +1462,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1237
1462
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23 26 21 26 26 16 21 6 23 6 28 16 23 26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 6H6V26H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,9H12a2,2,0,0,0-2,2V21a2,2,0,0,0,2,2h4a2,2,0,0,0,2-2V11A2,2,0,0,0,16,9Zm0,12H12V11h4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 15H15V17H13z" }), children);
|
|
1238
1463
|
});
|
|
1239
1464
|
if (process.env.NODE_ENV !== "production") QOperation.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1240
|
-
const QOperationGauge = react.default.forwardRef(function QOperationGauge({ children, size = 16, ...rest }, ref) {
|
|
1241
|
-
return react.default.createElement(
|
|
1465
|
+
const QOperationGauge = /* @__PURE__ */ react.default.forwardRef(function QOperationGauge({ children, size = 16, ...rest }, ref) {
|
|
1466
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1242
1467
|
width: size,
|
|
1243
1468
|
height: size,
|
|
1244
1469
|
ref,
|
|
@@ -1249,8 +1474,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1249
1474
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 4 24 4 24 6 27.75 6 24 10 24 12 30 12 30 10 26.38 10 30 6 30 4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,17.62,22.08,14l-1.73-1-2.18,3.76A12,12,0,0,0,2,28H4a10,10,0,0,1,13.16-9.48L14,24a2,2,0,1,0,2,2,2,2,0,0,0-.27-1L19,19.35A10,10,0,0,1,24,28h2A12,12,0,0,0,20,17.62Z" }), children);
|
|
1250
1475
|
});
|
|
1251
1476
|
if (process.env.NODE_ENV !== "production") QOperationGauge.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1252
|
-
const QOperationIf = react.default.forwardRef(function QOperationIf({ children, size = 16, ...rest }, ref) {
|
|
1253
|
-
return react.default.createElement(
|
|
1477
|
+
const QOperationIf = /* @__PURE__ */ react.default.forwardRef(function QOperationIf({ children, size = 16, ...rest }, ref) {
|
|
1478
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1254
1479
|
width: size,
|
|
1255
1480
|
height: size,
|
|
1256
1481
|
ref,
|
|
@@ -1261,8 +1486,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1261
1486
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 13H14V23H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 9H14V11H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,11V9H20a2,2,0,0,0-2,2v2H16v2h2v8h2V15h3V13H20V11Z" }), children);
|
|
1262
1487
|
});
|
|
1263
1488
|
if (process.env.NODE_ENV !== "production") QOperationIf.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1264
|
-
const OperationsField = react.default.forwardRef(function OperationsField({ children, size = 16, ...rest }, ref) {
|
|
1265
|
-
return react.default.createElement(
|
|
1489
|
+
const OperationsField = /* @__PURE__ */ react.default.forwardRef(function OperationsField({ children, size = 16, ...rest }, ref) {
|
|
1490
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1266
1491
|
width: size,
|
|
1267
1492
|
height: size,
|
|
1268
1493
|
ref,
|
|
@@ -1282,8 +1507,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1282
1507
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,20a3.9123,3.9123,0,0,1-4-4,3.9123,3.9123,0,0,1,4-4V10a6,6,0,1,0,6,6H20A3.9123,3.9123,0,0,1,16,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.8928,18.4536,26.0979,16,24.78,17.5044l2.7922,2.4517-2.36,4.0878-3.4273-1.1591a9.0315,9.0315,0,0,1-2.7143,1.5644L18.36,28H13.64l-.71-3.5508a9.0953,9.0953,0,0,1-2.6948-1.5713l-3.4468,1.166-2.36-4.0878L7.1528,17.561a8.9263,8.9263,0,0,1-.007-3.1279L4.4275,12.0439,6.7886,7.9561l3.4267,1.1591a9.0305,9.0305,0,0,1,2.7141-1.5644L13.64,4H16V2H13.64a2,2,0,0,0-1.9611,1.6079l-.5037,2.5186A10.9666,10.9666,0,0,0,9.8481,6.88L7.4287,6.0615a1.9977,1.9977,0,0,0-2.3728.8946L2.6953,11.0439a2.0006,2.0006,0,0,0,.4119,2.5025l1.9309,1.6968C5.021,15.4946,5,15.7446,5,16c0,.2578.01.5127.0278.7656l-1.9206,1.688a2.0006,2.0006,0,0,0-.4119,2.5025l2.3606,4.0878a1.9977,1.9977,0,0,0,2.3728.8946l2.4341-.8233a10.9736,10.9736,0,0,0,1.312.7583l.5037,2.5186A2,2,0,0,0,13.64,30H18.36a2,2,0,0,0,1.9611-1.6079l.5037-2.5186a10.9666,10.9666,0,0,0,1.3267-.7534l2.4194.8184a1.9977,1.9977,0,0,0,2.3728-.8946l2.3606-4.0878A2.0006,2.0006,0,0,0,28.8928,18.4536Z" }), children);
|
|
1283
1508
|
});
|
|
1284
1509
|
if (process.env.NODE_ENV !== "production") OperationsField.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1285
|
-
const OperationsRecord = react.default.forwardRef(function OperationsRecord({ children, size = 16, ...rest }, ref) {
|
|
1286
|
-
return react.default.createElement(
|
|
1510
|
+
const OperationsRecord = /* @__PURE__ */ react.default.forwardRef(function OperationsRecord({ children, size = 16, ...rest }, ref) {
|
|
1511
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1287
1512
|
width: size,
|
|
1288
1513
|
height: size,
|
|
1289
1514
|
ref,
|
|
@@ -1294,8 +1519,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1294
1519
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 20H30V22H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 24H30V26H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 28H30V30H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,20a3.9123,3.9123,0,0,1-4-4,3.9123,3.9123,0,0,1,4-4,3.9123,3.9123,0,0,1,4,4h2a6,6,0,1,0-6,6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.3047,11.0439,26.9441,6.9561a1.9977,1.9977,0,0,0-2.3728-.8946l-2.4341.8233a11.0419,11.0419,0,0,0-1.312-.7583l-.5037-2.5186A2,2,0,0,0,18.36,2H13.64a2,2,0,0,0-1.9611,1.6079l-.5037,2.5186A10.9666,10.9666,0,0,0,9.8481,6.88L7.4287,6.0615a1.9977,1.9977,0,0,0-2.3728.8946L2.6953,11.0439a2.0006,2.0006,0,0,0,.4119,2.5025l1.9309,1.6968C5.021,15.4946,5,15.7446,5,16c0,.2578.01.5127.0278.7656l-1.9206,1.688a2.0006,2.0006,0,0,0-.4119,2.5025l2.3606,4.0878a1.9977,1.9977,0,0,0,2.3728.8946l2.4341-.8233a10.9736,10.9736,0,0,0,1.312.7583l.5037,2.5186A2,2,0,0,0,13.64,30H16V28H13.64l-.71-3.5508a9.0953,9.0953,0,0,1-2.6948-1.5713l-3.4468,1.166-2.36-4.0878L7.1528,17.561a8.9263,8.9263,0,0,1-.007-3.1279L4.4275,12.0439,6.7886,7.9561l3.4267,1.1591a9.0305,9.0305,0,0,1,2.7141-1.5644L13.64,4H18.36l.71,3.5508a9.0978,9.0978,0,0,1,2.6948,1.5713l3.4468-1.166,2.36,4.0878-2.7978,2.4522L26.0923,16l2.8-2.4536A2.0006,2.0006,0,0,0,29.3047,11.0439Z" }), children);
|
|
1295
1520
|
});
|
|
1296
1521
|
if (process.env.NODE_ENV !== "production") OperationsRecord.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1297
|
-
const Orchestrate = react.default.forwardRef(function Orchestrate({ children, size = 16, ...rest }, ref) {
|
|
1298
|
-
return react.default.createElement(
|
|
1522
|
+
const Orchestrate = /* @__PURE__ */ react.default.forwardRef(function Orchestrate({ children, size = 16, ...rest }, ref) {
|
|
1523
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1299
1524
|
width: size,
|
|
1300
1525
|
height: size,
|
|
1301
1526
|
ref,
|
|
@@ -1306,8 +1531,44 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1306
1531
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,20c-.9421,0-1.7739.4453-2.3243,1.1266l-14.4392-5.0535,14.3519-4.3056c.5466.7434,1.4202,1.2324,2.4116,1.2324,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.6034,0-2.9057,1.2674-2.985,2.8514l-14.1704,4.2511,5.1461-6.2897c.3169.1141.6535.1872,1.0093.1872,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3-3,1.3457-3,3c0,.5677.1675,1.0934.4426,1.5466l-5.4332,6.6406c-.3169-.1141-.6536-.1871-1.0094-.1871-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c.3558,0,.6924-.073,1.0094-.1872l5.4333,6.6404c-.2751.4532-.4427.9789-.4427,1.5468,0,1.6543,1.3457,3,3,3s3-1.3457,3-3-1.3457-3-3-3c-.3559,0-.6926.073-1.0096.1873l-4.9651-6.0688,13.9758,4.8918c.0056,1.6495,1.3481,2.9898,2.999,2.9898,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3h0ZM26,9c.5518,0,1,.4487,1,1s-.4482,1-1,1-1-.4487-1-1,.4482-1,1-1ZM15,4c.5513,0,1,.4487,1,1s-.4487,1-1,1-1-.4487-1-1,.4487-1,1-1ZM16,27c0,.5518-.4487,1-1,1s-1-.4482-1-1,.4487-1,1-1,1,.4482,1,1ZM5,16c0-.5513.4487-1,1-1s1,.4487,1,1-.4487,1-1,1-1-.4487-1-1ZM26,24c-.5518,0-1-.4482-1-1s.4482-1,1-1,1,.4482,1,1-.4482,1-1,1Z" }), children);
|
|
1307
1532
|
});
|
|
1308
1533
|
if (process.env.NODE_ENV !== "production") Orchestrate.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1309
|
-
const
|
|
1310
|
-
return react.default.createElement(
|
|
1534
|
+
const OrderServer = /* @__PURE__ */ react.default.forwardRef(function OrderServer({ children, size = 16, ...rest }, ref) {
|
|
1535
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1536
|
+
width: size,
|
|
1537
|
+
height: size,
|
|
1538
|
+
ref,
|
|
1539
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1540
|
+
viewBox: "0 0 32 32",
|
|
1541
|
+
fill: "currentColor",
|
|
1542
|
+
...rest
|
|
1543
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,6c-.5,0-1,.5-1,1s.5,1,1,1,1-.5,1-1-.5-1-1-1ZM13,6c-.5,0-1,.5-1,1s.5,1,1,1,1-.5,1-1-.5-1-1-1ZM23,3h-13c-1.1,0-2,.9-2,2v4c0,1.1.9,2,2,2h13c1.1,0,2-.9,2-2v-4c0-1.1-.9-2-2-2ZM23,9h-13v-4h13v4ZM13,8c.5,0,1-.5,1-1s-.5-1-1-1-1,.5-1,1,.5,1,1,1ZM24,26c-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2-.9-2-2-2ZM10,26c-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2-.9-2-2-2ZM29.2,7l-2.3,10.2c-.1.5-.5.8-1,.8H8l.8,4h17.2v2H8c-.5,0-.9-.3-1-.8L3.2,4H0v-2h4c.5,0,.9.3,1,.8l2.6,13.2h17.6l2-9h2Z" }), children);
|
|
1544
|
+
});
|
|
1545
|
+
if (process.env.NODE_ENV !== "production") OrderServer.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1546
|
+
const OrderStorm = /* @__PURE__ */ react.default.forwardRef(function OrderStorm({ children, size = 16, ...rest }, ref) {
|
|
1547
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1548
|
+
width: size,
|
|
1549
|
+
height: size,
|
|
1550
|
+
ref,
|
|
1551
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1552
|
+
viewBox: "0 0 32 32",
|
|
1553
|
+
fill: "currentColor",
|
|
1554
|
+
...rest
|
|
1555
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,9v2h3v-2h-3ZM15,3v2h3v-2h-3ZM23,3h-3v2h3v4h-3v2h3c1.1,0,2-.9,2-2v-4c0-1.1-.9-2-2-2ZM13,5v-2h-3c-1.1,0-2,.9-2,2v4c0,1.1.9,2,2,2h3v-2h-3v-4h3ZM24,26c-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2-.9-2-2-2ZM10,26c-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2-.9-2-2-2ZM29.2,7l-2.3,10.2c-.1.5-.5.8-1,.8H8l.8,4h17.2v2H8c-.5,0-.9-.3-1-.8L3.2,4H0v-2h4c.5,0,.9.3,1,.8l2.6,13.2h17.6l2-9h2Z" }), children);
|
|
1556
|
+
});
|
|
1557
|
+
if (process.env.NODE_ENV !== "production") OrderStorm.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1558
|
+
const OrderStratus = /* @__PURE__ */ react.default.forwardRef(function OrderStratus({ children, size = 16, ...rest }, ref) {
|
|
1559
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1560
|
+
width: size,
|
|
1561
|
+
height: size,
|
|
1562
|
+
ref,
|
|
1563
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1564
|
+
viewBox: "0 0 32 32",
|
|
1565
|
+
fill: "currentColor",
|
|
1566
|
+
...rest
|
|
1567
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,6c-.5,0-1,.5-1,1s.5,1,1,1,1-.5,1-1-.5-1-1-1ZM23,3h-13c-1.1,0-2,.9-2,2v4c0,1.1.9,2,2,2h13c1.1,0,2-.9,2-2v-4c0-1.1-.9-2-2-2ZM16.5,9h-6.5v-4h6.5v4ZM13,8c.5,0,1-.5,1-1s-.5-1-1-1-1,.5-1,1,.5,1,1,1ZM10,26c-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2-.9-2-2-2ZM24,26c-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2-.9-2-2-2ZM13,6c-.5,0-1,.5-1,1s.5,1,1,1,1-.5,1-1-.5-1-1-1ZM13,6c-.5,0-1,.5-1,1s.5,1,1,1,1-.5,1-1-.5-1-1-1ZM13,6c-.5,0-1,.5-1,1s.5,1,1,1,1-.5,1-1-.5-1-1-1ZM29.2,7l-2.3,10.2c-.1.5-.5.8-1,.8H8l.8,4h17.2v2H8c-.5,0-.9-.3-1-.8L3.2,4H0v-2h4c.5,0,.9.3,1,.8l2.6,13.2h17.6l2-9h2Z" }), children);
|
|
1568
|
+
});
|
|
1569
|
+
if (process.env.NODE_ENV !== "production") OrderStratus.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1570
|
+
const OrderDetails = /* @__PURE__ */ react.default.forwardRef(function OrderDetails({ children, size = 16, ...rest }, ref) {
|
|
1571
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1311
1572
|
width: size,
|
|
1312
1573
|
height: size,
|
|
1313
1574
|
ref,
|
|
@@ -1318,8 +1579,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1318
1579
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,21H13a3,3,0,0,0-3,3v2h2V24a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1v2h2V24A3,3,0,0,0,19,21Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,20a4,4,0,1,0-4-4A4,4,0,0,0,16,20Zm0-6a2,2,0,1,1-2,2A2,2,0,0,1,16,14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,5H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2H25a2,2,0,0,0,2-2V7A2,2,0,0,0,25,5ZM12,4h8V8H12ZM25,28H7V7h3v3H22V7h3Z" }), children);
|
|
1319
1580
|
});
|
|
1320
1581
|
if (process.env.NODE_ENV !== "production") OrderDetails.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1321
|
-
const Ordinal = react.default.forwardRef(function Ordinal({ children, size = 16, ...rest }, ref) {
|
|
1322
|
-
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(
|
|
1582
|
+
const Ordinal = /* @__PURE__ */ react.default.forwardRef(function Ordinal({ children, size = 16, ...rest }, ref) {
|
|
1583
|
+
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
|
|
1323
1584
|
width: size,
|
|
1324
1585
|
height: size,
|
|
1325
1586
|
ref,
|
|
@@ -1328,7 +1589,7 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1328
1589
|
fill: "currentColor",
|
|
1329
1590
|
...rest
|
|
1330
1591
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M1,13 L1,12 L3,12 L3,9 L5.999,9 L6,6 L9,6 L9,3 L13,3 L13,12 L15,12 L15,13 L1,13 Z M5.999,10 L4,10 L4,12 L5.999,12 L5.999,10 Z M8.999,7 L6.999,7 L6.999,9 L7,9 L7,12 L8.999,12 L8.999,7 Z M12,4 L10,4 L10,12 L12,12 L12,4 Z" }), children);
|
|
1331
|
-
return react.default.createElement(
|
|
1592
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1332
1593
|
width: size,
|
|
1333
1594
|
height: size,
|
|
1334
1595
|
ref,
|
|
@@ -1339,8 +1600,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1339
1600
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,26V4H18v6H12v6H6V26H2v2H30V26ZM8,26V18h4v8Zm6,0V12h4V26Zm6,0V6h4V26Z" }), children);
|
|
1340
1601
|
});
|
|
1341
1602
|
if (process.env.NODE_ENV !== "production") Ordinal.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1342
|
-
const Outage = react.default.forwardRef(function Outage({ children, size = 16, ...rest }, ref) {
|
|
1343
|
-
return react.default.createElement(
|
|
1603
|
+
const Outage = /* @__PURE__ */ react.default.forwardRef(function Outage({ children, size = 16, ...rest }, ref) {
|
|
1604
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1344
1605
|
width: size,
|
|
1345
1606
|
height: size,
|
|
1346
1607
|
ref,
|
|
@@ -1351,8 +1612,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1351
1612
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 24H21V26H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 28H19V30H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8.7832,18.9746l1.4177-1.418A6.9206,6.9206,0,0,1,8,12,7.99,7.99,0,0,1,21.5273,6.2305l1.4136-1.4136A9.9884,9.9884,0,0,0,6,12,8.9411,8.9411,0,0,0,8.7832,18.9746Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,3.4141,28.5859,2,2,28.5859,3.4141,30,23.6606,9.7534A7.7069,7.7069,0,0,1,24,12a7.2032,7.2032,0,0,1-2.8223,6.1426C20.1069,19.1348,19,20.1611,19,22h2c0-.9194.5264-1.45,1.5352-2.3857A9.193,9.193,0,0,0,26,12a9.8739,9.8739,0,0,0-.7764-3.81Z" }), children);
|
|
1352
1613
|
});
|
|
1353
1614
|
if (process.env.NODE_ENV !== "production") Outage.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1354
|
-
const OutlookSevere = react.default.forwardRef(function OutlookSevere({ children, size = 16, ...rest }, ref) {
|
|
1355
|
-
return react.default.createElement(
|
|
1615
|
+
const OutlookSevere = /* @__PURE__ */ react.default.forwardRef(function OutlookSevere({ children, size = 16, ...rest }, ref) {
|
|
1616
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1356
1617
|
width: size,
|
|
1357
1618
|
height: size,
|
|
1358
1619
|
ref,
|
|
@@ -1366,8 +1627,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1366
1627
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.9084,28.94,16.8318,14.4878a.9531.9531,0,0,0-1.6636,0L7.0916,28.94A.7122.7122,0,0,0,7.7134,30H24.2867A.7121.7121,0,0,0,24.9084,28.94ZM15.125,19h1.75v5.5h-1.75ZM16,28a1,1,0,1,1,1-1A1,1,0,0,1,16,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.8008,9.1362a8.9943,8.9943,0,0,0-17.6006,0,6.4926,6.4926,0,0,0,.9153,12.8443L9.2217,20H8.5a4.48,4.48,0,0,1-3.3693-7.4556l5.297,5.2964,1.013-1.8135-4.66-4.6606A4.402,4.402,0,0,1,8.144,11.019l.8155-.0639.0991-.812c.0237-.1944.0581-.3848.0972-.5733l3.78,3.7808,1.0138-1.815L9.936,7.522a7.0212,7.0212,0,0,1,1.9754-2.1968L25.8861,19.3A4.4594,4.4594,0,0,1,23.5,20h-.7239l1.107,1.98a6.4927,6.4927,0,0,0,.9177-12.8443Zm2.4994,8.75L13.7823,4.3682a6.9736,6.9736,0,0,1,9.16,5.7749l.0986.812.8154.0639A4.5171,4.5171,0,0,1,28,15.5,4.46,4.46,0,0,1,27.3,17.8862Z" }), children);
|
|
1367
1628
|
});
|
|
1368
1629
|
if (process.env.NODE_ENV !== "production") OutlookSevere.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1369
|
-
const OverflowMenuHorizontal = react.default.forwardRef(function OverflowMenuHorizontal({ children, size = 16, ...rest }, ref) {
|
|
1370
|
-
return react.default.createElement(
|
|
1630
|
+
const OverflowMenuHorizontal = /* @__PURE__ */ react.default.forwardRef(function OverflowMenuHorizontal({ children, size = 16, ...rest }, ref) {
|
|
1631
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1371
1632
|
width: size,
|
|
1372
1633
|
height: size,
|
|
1373
1634
|
ref,
|
|
@@ -1390,8 +1651,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1390
1651
|
}), children);
|
|
1391
1652
|
});
|
|
1392
1653
|
if (process.env.NODE_ENV !== "production") OverflowMenuHorizontal.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1393
|
-
const OverflowMenuVertical = react.default.forwardRef(function OverflowMenuVertical({ children, size = 16, ...rest }, ref) {
|
|
1394
|
-
return react.default.createElement(
|
|
1654
|
+
const OverflowMenuVertical = /* @__PURE__ */ react.default.forwardRef(function OverflowMenuVertical({ children, size = 16, ...rest }, ref) {
|
|
1655
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1395
1656
|
width: size,
|
|
1396
1657
|
height: size,
|
|
1397
1658
|
ref,
|
|
@@ -1414,8 +1675,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1414
1675
|
}), children);
|
|
1415
1676
|
});
|
|
1416
1677
|
if (process.env.NODE_ENV !== "production") OverflowMenuVertical.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1417
|
-
const Overlay = react.default.forwardRef(function Overlay({ children, size = 16, ...rest }, ref) {
|
|
1418
|
-
return react.default.createElement(
|
|
1678
|
+
const Overlay = /* @__PURE__ */ react.default.forwardRef(function Overlay({ children, size = 16, ...rest }, ref) {
|
|
1679
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1419
1680
|
width: size,
|
|
1420
1681
|
height: size,
|
|
1421
1682
|
ref,
|
|
@@ -1426,8 +1687,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1426
1687
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,8H24V4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V22a2.0023,2.0023,0,0,0,2,2H8v4a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V10A2.0023,2.0023,0,0,0,28,8ZM4,22V4H22V8H10a2.0023,2.0023,0,0,0-2,2V22Zm18,0H19.4141L10,12.586V10h2.5859l9.4153,9.4156ZM10,15.4141,16.5859,22H10ZM22.001,16.587,15.4141,10H22ZM10,28V24H22a2.0023,2.0023,0,0,0,2-2V10h4V28Z" }), children);
|
|
1427
1688
|
});
|
|
1428
1689
|
if (process.env.NODE_ENV !== "production") Overlay.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1429
|
-
const Package = react.default.forwardRef(function Package({ children, size = 16, ...rest }, ref) {
|
|
1430
|
-
return react.default.createElement(
|
|
1690
|
+
const Package = /* @__PURE__ */ react.default.forwardRef(function Package({ children, size = 16, ...rest }, ref) {
|
|
1691
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1431
1692
|
width: size,
|
|
1432
1693
|
height: size,
|
|
1433
1694
|
ref,
|
|
@@ -1438,8 +1699,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1438
1699
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,30H6a2,2,0,0,1-2-2V16a2,2,0,0,1,2-2H9v2H6V28H26V16H23V14h3a2,2,0,0,1,2,2V28A2,2,0,0,1,26,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 20H19V22H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.59 8.59 17 12.17 17 2 15 2 15 12.17 11.41 8.59 10 10 16 16 22 10 20.59 8.59z" }), children);
|
|
1439
1700
|
});
|
|
1440
1701
|
if (process.env.NODE_ENV !== "production") Package.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1441
|
-
const PackageTextAnalysis = react.default.forwardRef(function PackageTextAnalysis({ children, size = 16, ...rest }, ref) {
|
|
1442
|
-
return react.default.createElement(
|
|
1702
|
+
const PackageTextAnalysis = /* @__PURE__ */ react.default.forwardRef(function PackageTextAnalysis({ children, size = 16, ...rest }, ref) {
|
|
1703
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1443
1704
|
width: size,
|
|
1444
1705
|
height: size,
|
|
1445
1706
|
ref,
|
|
@@ -1450,8 +1711,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1450
1711
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 22H19V24H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m2,18v2h2v8c0,1.1025.8972,2,2,2h20c1.1028,0,2-.8975,2-2v-8h2v-2H2Zm24,10H6v-8h20v8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m29,16h-5c-1.1025,0-2-.8975-2-2v-6c0-1.103.8975-2,2-2h5v2h-5v6h5v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m18,6h-4v-4h-2v14h6c1.1025,0,2-.8975,2-2v-6c0-1.103-.8975-2-2-2Zm-4,8v-6h4v6h-4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m8,6H3v2h5v2h-4c-1.1046,0-2,.8954-2,2v2c0,1.1046.8954,2,2,2h6V8c0-1.103-.8975-2-2-2Zm0,8h-4v-2h4v2Z" }), children);
|
|
1451
1712
|
});
|
|
1452
1713
|
if (process.env.NODE_ENV !== "production") PackageTextAnalysis.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1453
|
-
const PackageNode = react.default.forwardRef(function PackageNode({ children, size = 16, ...rest }, ref) {
|
|
1454
|
-
return react.default.createElement(
|
|
1714
|
+
const PackageNode = /* @__PURE__ */ react.default.forwardRef(function PackageNode({ children, size = 16, ...rest }, ref) {
|
|
1715
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1455
1716
|
width: size,
|
|
1456
1717
|
height: size,
|
|
1457
1718
|
ref,
|
|
@@ -1465,8 +1726,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1465
1726
|
}), children);
|
|
1466
1727
|
});
|
|
1467
1728
|
if (process.env.NODE_ENV !== "production") PackageNode.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1468
|
-
const PageFirst = react.default.forwardRef(function PageFirst({ children, size = 16, ...rest }, ref) {
|
|
1469
|
-
return react.default.createElement(
|
|
1729
|
+
const PageFirst = /* @__PURE__ */ react.default.forwardRef(function PageFirst({ children, size = 16, ...rest }, ref) {
|
|
1730
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1470
1731
|
width: size,
|
|
1471
1732
|
height: size,
|
|
1472
1733
|
ref,
|
|
@@ -1477,8 +1738,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1477
1738
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 16 24 6 25.4 7.4 16.8 16 25.4 24.6 24 26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 4H10V28H8z" }), children);
|
|
1478
1739
|
});
|
|
1479
1740
|
if (process.env.NODE_ENV !== "production") PageFirst.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1480
|
-
const PageLast = react.default.forwardRef(function PageLast({ children, size = 16, ...rest }, ref) {
|
|
1481
|
-
return react.default.createElement(
|
|
1741
|
+
const PageLast = /* @__PURE__ */ react.default.forwardRef(function PageLast({ children, size = 16, ...rest }, ref) {
|
|
1742
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1482
1743
|
width: size,
|
|
1483
1744
|
height: size,
|
|
1484
1745
|
ref,
|
|
@@ -1489,8 +1750,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1489
1750
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 16 8 26 6.6 24.6 15.2 16 6.6 7.4 8 6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 4H24V28H22z" }), children);
|
|
1490
1751
|
});
|
|
1491
1752
|
if (process.env.NODE_ENV !== "production") PageLast.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1492
|
-
const PageBreak = react.default.forwardRef(function PageBreak({ children, size = 16, ...rest }, ref) {
|
|
1493
|
-
return react.default.createElement(
|
|
1753
|
+
const PageBreak = /* @__PURE__ */ react.default.forwardRef(function PageBreak({ children, size = 16, ...rest }, ref) {
|
|
1754
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1494
1755
|
width: size,
|
|
1495
1756
|
height: size,
|
|
1496
1757
|
ref,
|
|
@@ -1501,8 +1762,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1501
1762
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 18H6V20H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 18H30V20H26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,22v6H8V22H6v6a2.0058,2.0058,0,0,0,2,2H24a2.0058,2.0058,0,0,0,2-2V22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,16V4h8v6a2.0058,2.0058,0,0,0,2,2h6v4h2V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V16ZM18,4.4,23.6,10H18Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 18H14V20H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 18H22V20H18z" }), children);
|
|
1502
1763
|
});
|
|
1503
1764
|
if (process.env.NODE_ENV !== "production") PageBreak.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1504
|
-
const PageNumber = react.default.forwardRef(function PageNumber({ children, size = 16, ...rest }, ref) {
|
|
1505
|
-
return react.default.createElement(
|
|
1765
|
+
const PageNumber = /* @__PURE__ */ react.default.forwardRef(function PageNumber({ children, size = 16, ...rest }, ref) {
|
|
1766
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1506
1767
|
width: size,
|
|
1507
1768
|
height: size,
|
|
1508
1769
|
ref,
|
|
@@ -1513,8 +1774,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1513
1774
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 26 16 26 16 20 20 20 20 18 16 18 16 16 22 16 22 22 18 22 18 24 22 24 22 26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.7,9.3l-7-7A.9078.9078,0,0,0,18,2H8A2.0059,2.0059,0,0,0,6,4V28a2.0059,2.0059,0,0,0,2,2H24a2.0059,2.0059,0,0,0,2-2V10A.9078.9078,0,0,0,25.7,9.3ZM18,4.4,23.6,10H18ZM24,28H8V4h8v6a2.0059,2.0059,0,0,0,2,2h6Z" }), children);
|
|
1514
1775
|
});
|
|
1515
1776
|
if (process.env.NODE_ENV !== "production") PageNumber.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1516
|
-
const WatsonHealthPageScroll = react.default.forwardRef(function WatsonHealthPageScroll({ children, size = 16, ...rest }, ref) {
|
|
1517
|
-
return react.default.createElement(
|
|
1777
|
+
const WatsonHealthPageScroll = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthPageScroll({ children, size = 16, ...rest }, ref) {
|
|
1778
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1518
1779
|
width: size,
|
|
1519
1780
|
height: size,
|
|
1520
1781
|
ref,
|
|
@@ -1525,8 +1786,8 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1525
1786
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,28H4a1.89,1.89,0,0,1-2-2V14a1.89,1.89,0,0,1,2-2H16a1.89,1.89,0,0,1,2,2V26A1.89,1.89,0,0,1,16,28ZM4,14V26H16V14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,19H20V10H10V8H20a1.89,1.89,0,0,1,2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,14H24V6H16V4h8a1.89,1.89,0,0,1,2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 17 24 19 26.8 19 22 24.4 22 22 20 22 20 28 26 28 26 26 23.2 26 28 20.6 28 23 30 23 30 17 24 17z" }), children);
|
|
1526
1787
|
});
|
|
1527
1788
|
if (process.env.NODE_ENV !== "production") WatsonHealthPageScroll.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1528
|
-
const PaintBrush = react.default.forwardRef(function PaintBrush({ children, size = 16, ...rest }, ref) {
|
|
1529
|
-
return react.default.createElement(
|
|
1789
|
+
const PaintBrush = /* @__PURE__ */ react.default.forwardRef(function PaintBrush({ children, size = 16, ...rest }, ref) {
|
|
1790
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1530
1791
|
width: size,
|
|
1531
1792
|
height: size,
|
|
1532
1793
|
ref,
|
|
@@ -1537,304 +1798,24 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1537
1798
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.83,23.17,23,17.33V13a1,1,0,0,0-.29-.71l-10-10a1,1,0,0,0-1.42,0l-9,9a1,1,0,0,0,0,1.42l10,10A1,1,0,0,0,13,23h4.34l5.83,5.84a4,4,0,0,0,5.66-5.66ZM6,10.41l2.29,2.3,1.42-1.42L7.41,9,9,7.41l4.29,4.3,1.42-1.42L10.41,6,12,4.41,18.59,11,11,18.59,4.41,12Zm21.41,17a2,2,0,0,1-2.82,0l-6.13-6.12a1.8,1.8,0,0,0-.71-.29H13.41l-1-1L20,12.41l1,1v4.34a1,1,0,0,0,.29.7l6.12,6.14a2,2,0,0,1,0,2.82Z" }), children);
|
|
1538
1799
|
});
|
|
1539
1800
|
if (process.env.NODE_ENV !== "production") PaintBrush.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
viewBox: "0 0 32 32",
|
|
1559
|
-
fill: "currentColor",
|
|
1560
|
-
...rest
|
|
1561
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.57,28C17.897,26.7251,16,22.2261,16,12v-.1313l1.1172.7446A6.4613,6.4613,0,0,1,20,18h2a8.457,8.457,0,0,0-3.7734-7.0508L16.8027,10h1.5308a7.04,7.04,0,0,1,4.2,1.4L24.4,12.8l1.2-1.6L23.7334,9.8a9.06,9.06,0,0,0-5.4-1.8H17.1172A7.0306,7.0306,0,0,1,22,6h2V4H22a9.035,9.035,0,0,0-7,3.3643A9.035,9.035,0,0,0,8,4H6V6H8a7.0306,7.0306,0,0,1,4.8828,2H11.6665a9.06,9.06,0,0,0-5.4,1.8L4.4,11.2l1.2,1.6L7.4668,11.4a7.04,7.04,0,0,1,4.2-1.4h1.5308l-1.4239.9492A8.457,8.457,0,0,0,8,18h2a6.4613,6.4613,0,0,1,2.8828-5.3867L14,11.8687V12c0,8.9438,1.4116,13.7646,2.3611,16H2v2H30V28Z" }), children);
|
|
1562
|
-
});
|
|
1563
|
-
if (process.env.NODE_ENV !== "production") PalmTree.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1564
|
-
const PanHorizontal = react.default.forwardRef(function PanHorizontal({ children, size = 16, ...rest }, ref) {
|
|
1565
|
-
return react.default.createElement(require_Icon_js, {
|
|
1566
|
-
width: size,
|
|
1567
|
-
height: size,
|
|
1568
|
-
ref,
|
|
1569
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1570
|
-
viewBox: "0 0 32 32",
|
|
1571
|
-
fill: "currentColor",
|
|
1572
|
-
...rest
|
|
1573
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 10 22.586 11.414 26.172 15 5.828 15 9.414 11.414 8 10 2 16 8 22 9.414 20.586 5.828 17 26.172 17 22.586 20.586 24 22 30 16 24 10z" }), children);
|
|
1574
|
-
});
|
|
1575
|
-
if (process.env.NODE_ENV !== "production") PanHorizontal.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1576
|
-
const PanVertical = react.default.forwardRef(function PanVertical({ children, size = 16, ...rest }, ref) {
|
|
1577
|
-
return react.default.createElement(require_Icon_js, {
|
|
1578
|
-
width: size,
|
|
1579
|
-
height: size,
|
|
1580
|
-
ref,
|
|
1581
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1582
|
-
viewBox: "0 0 32 32",
|
|
1583
|
-
fill: "currentColor",
|
|
1584
|
-
...rest
|
|
1585
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 8 11.414 9.414 15 5.828 15 26.172 11.414 22.586 10 24 16 30 22 24 20.586 22.586 17 26.172 17 5.828 20.586 9.414 22 8 16 2 10 8z" }), children);
|
|
1586
|
-
});
|
|
1587
|
-
if (process.env.NODE_ENV !== "production") PanVertical.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1588
|
-
const PanelExpansion = react.default.forwardRef(function PanelExpansion({ children, size = 16, ...rest }, ref) {
|
|
1589
|
-
return react.default.createElement(require_Icon_js, {
|
|
1590
|
-
width: size,
|
|
1591
|
-
height: size,
|
|
1592
|
-
ref,
|
|
1593
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1594
|
-
viewBox: "0 0 32 32",
|
|
1595
|
-
fill: "currentColor",
|
|
1596
|
-
...rest
|
|
1597
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,6H6A2,2,0,0,0,4,8v6a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V8A2,2,0,0,0,12,6ZM6,14V8h6v6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,6H20a2,2,0,0,0-2,2V24a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V8A2,2,0,0,0,26,6ZM20,24V8h6V24Z" }), children);
|
|
1598
|
-
});
|
|
1599
|
-
if (process.env.NODE_ENV !== "production") PanelExpansion.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1600
|
-
const Paragraph = react.default.forwardRef(function Paragraph({ children, size = 16, ...rest }, ref) {
|
|
1601
|
-
return react.default.createElement(require_Icon_js, {
|
|
1602
|
-
width: size,
|
|
1603
|
-
height: size,
|
|
1604
|
-
ref,
|
|
1605
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1606
|
-
viewBox: "0 0 32 32",
|
|
1607
|
-
fill: "currentColor",
|
|
1608
|
-
...rest
|
|
1609
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,4H13a7,7,0,0,0,0,14V28h2V6h5V28h2V6h5ZM13,16A5,5,0,0,1,13,6Z" }), children);
|
|
1610
|
-
});
|
|
1611
|
-
if (process.env.NODE_ENV !== "production") Paragraph.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1612
|
-
const Parameter = react.default.forwardRef(function Parameter({ children, size = 16, ...rest }, ref) {
|
|
1613
|
-
return react.default.createElement(require_Icon_js, {
|
|
1614
|
-
width: size,
|
|
1615
|
-
height: size,
|
|
1616
|
-
ref,
|
|
1617
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1618
|
-
viewBox: "0 0 32 32",
|
|
1619
|
-
fill: "currentColor",
|
|
1620
|
-
...rest
|
|
1621
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,13V8a2.0023,2.0023,0,0,0-2-2H23V8h3v5a3.9756,3.9756,0,0,0,1.3823,3A3.9756,3.9756,0,0,0,26,19v5H23v2h3a2.0023,2.0023,0,0,0,2-2V19a2.0023,2.0023,0,0,1,2-2V15A2.0023,2.0023,0,0,1,28,13Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
1622
|
-
fillRule: "evenodd",
|
|
1623
|
-
d: "M17,9l-.857,3h2L19,9h2l-.857,3H22v2H19.572l-1.143,4H21v2H17.857L17,23H15l.857-3h-2L13,23H11l.857-3H10V18h2.429l1.143-4H11V12h3.143L15,9Zm.572,5h-2l-1.143,4h2Z"
|
|
1624
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,13V8H9V6H6A2.0023,2.0023,0,0,0,4,8v5a2.0023,2.0023,0,0,1-2,2v2a2.0023,2.0023,0,0,1,2,2v5a2.0023,2.0023,0,0,0,2,2H9V24H6V19a3.9756,3.9756,0,0,0-1.3823-3A3.9756,3.9756,0,0,0,6,13Z" }), children);
|
|
1625
|
-
});
|
|
1626
|
-
if (process.env.NODE_ENV !== "production") Parameter.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1627
|
-
const ParentChild = react.default.forwardRef(function ParentChild({ children, size = 16, ...rest }, ref) {
|
|
1628
|
-
return react.default.createElement(require_Icon_js, {
|
|
1629
|
-
width: size,
|
|
1630
|
-
height: size,
|
|
1631
|
-
ref,
|
|
1632
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1633
|
-
viewBox: "0 0 32 32",
|
|
1634
|
-
fill: "currentColor",
|
|
1635
|
-
...rest
|
|
1636
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,12a2,2,0,0,0,2-2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4v6a2,2,0,0,0,2,2H15v4H9a2,2,0,0,0-2,2v4H4a2,2,0,0,0-2,2v4a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V24a2,2,0,0,0-2-2H9V18H23v4H20a2,2,0,0,0-2,2v4a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V24a2,2,0,0,0-2-2H25V18a2,2,0,0,0-2-2H17V12ZM12,28H4V24h8Zm16,0H20V24h8ZM4,4H28v6H4Z" }), children);
|
|
1637
|
-
});
|
|
1638
|
-
if (process.env.NODE_ENV !== "production") ParentChild.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1639
|
-
const ParentNode = react.default.forwardRef(function ParentNode({ children, size = 16, ...rest }, ref) {
|
|
1640
|
-
return react.default.createElement(require_Icon_js, {
|
|
1641
|
-
width: size,
|
|
1642
|
-
height: size,
|
|
1643
|
-
ref,
|
|
1644
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1645
|
-
viewBox: "0 0 32 32",
|
|
1646
|
-
fill: "currentColor",
|
|
1647
|
-
...rest
|
|
1648
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,20c-2.41,0-4.43,1.72-4.9,4h-4.1c-2.21,0-4-1.79-4-4v-8.1c2.28-.46,4-2.48,4-4.9,0-2.76-2.24-5-5-5s-5,2.24-5,5c0,2.41,1.72,4.43,4,4.9v8.1c0,3.31,2.69,6,6,6h4.1c.46,2.28,2.48,4,4.9,4,2.76,0,5-2.24,5-5s-2.24-5-5-5ZM23,28c-1.65,0-3-1.35-3-3s1.35-3,3-3,3,1.35,3,3-1.35,3-3,3Z" }), children);
|
|
1649
|
-
});
|
|
1650
|
-
if (process.env.NODE_ENV !== "production") ParentNode.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1651
|
-
const PartDefinition = react.default.forwardRef(function PartDefinition({ children, size = 16, ...rest }, ref) {
|
|
1652
|
-
return react.default.createElement(require_Icon_js, {
|
|
1653
|
-
width: size,
|
|
1654
|
-
height: size,
|
|
1655
|
-
ref,
|
|
1656
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1657
|
-
viewBox: "0 0 32 32",
|
|
1658
|
-
fill: "currentColor",
|
|
1659
|
-
...rest
|
|
1660
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
1661
|
-
strokeWidth: "0",
|
|
1662
|
-
d: "m20.8336,16.8081c-2.4408,0-3.8336.9114-3.8336,2.7507,0,1.5986,1.0315,2.6477,2.854,2.6477,1.3408,0,2.321-.6019,2.613-1.7539h.1034c.1371.9285.7216,1.5474,1.6675,1.5474h1.2203v-1.7534h-.8938v-4.2292c0-2.0459-1.2891-3.1979-3.7133-3.1979-1.8052,0-2.8539.6879-3.5073,1.7194l1.3068,1.1689c.4296-.6189,1.0144-1.1344,2.0454-1.1344,1.1694,0,1.668.5844,1.668,1.5817v.6531h-1.5304Zm1.5304,2.51c0,.8425-.7908,1.2893-1.7705,1.2893-.8601,0-1.3586-.3608-1.3586-1.0833v-.292c0-.7048.5679-1.1002,1.7194-1.1002h1.4098v1.1862Z"
|
|
1663
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
1664
|
-
strokeWidth: "0",
|
|
1665
|
-
d: "m9.272,17.427h3.1287c2.218,0,3.5588-1.4785,3.5588-3.7133,0-2.2181-1.3408-3.7137-3.5588-3.7137h-5.3981v12h2.2694v-4.573Zm0-5.4501h2.9225c.8767,0,1.4098.4642,1.4098,1.3414v.7908c0,.8767-.5331,1.358-1.4098,1.358h-2.9225v-3.4902Z"
|
|
1666
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
1667
|
-
strokeWidth: "0",
|
|
1668
|
-
d: "m2,4v24c0,1.1046.8954,2,2,2h24c1.1046,0,2-.8954,2-2V4c0-1.1046-.8954-2-2-2H4c-1.1046,0-2,.8954-2,2Zm26,24H4V4h24v24Z"
|
|
1669
|
-
}), children);
|
|
1670
|
-
});
|
|
1671
|
-
if (process.env.NODE_ENV !== "production") PartDefinition.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1672
|
-
const PartUsage = react.default.forwardRef(function PartUsage({ children, size = 16, ...rest }, ref) {
|
|
1673
|
-
return react.default.createElement(require_Icon_js, {
|
|
1674
|
-
width: size,
|
|
1675
|
-
height: size,
|
|
1676
|
-
ref,
|
|
1677
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1678
|
-
viewBox: "0 0 32 32",
|
|
1679
|
-
fill: "currentColor",
|
|
1680
|
-
...rest
|
|
1681
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
1682
|
-
strokeWidth: "0",
|
|
1683
|
-
d: "m20.8336,16.8081c-2.4408,0-3.8336.9114-3.8336,2.7507,0,1.5986,1.0315,2.6477,2.854,2.6477,1.3408,0,2.321-.6019,2.613-1.7539h.1034c.1371.9285.7216,1.5474,1.6675,1.5474h1.2203v-1.7534h-.8938v-4.2292c0-2.0459-1.2891-3.1979-3.7133-3.1979-1.8052,0-2.8539.6879-3.5073,1.7194l1.3068,1.1689c.4296-.6189,1.0144-1.1344,2.0454-1.1344,1.1694,0,1.668.5844,1.668,1.5817v.6531h-1.5304Zm1.5304,2.51c0,.8425-.7908,1.2893-1.7705,1.2893-.8601,0-1.3586-.3608-1.3586-1.0833v-.292c0-.7048.5679-1.1002,1.7194-1.1002h1.4098v1.1862Z"
|
|
1684
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
1685
|
-
strokeWidth: "0",
|
|
1686
|
-
d: "m9.272,17.427h3.1287c2.218,0,3.5588-1.4785,3.5588-3.7133,0-2.2181-1.3408-3.7137-3.5588-3.7137h-5.3981v12h2.2694v-4.573Zm0-5.4501h2.9225c.8767,0,1.4098.4642,1.4098,1.3414v.7908c0,.8767-.5331,1.358-1.4098,1.358h-2.9225v-3.4902Z"
|
|
1687
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
1688
|
-
strokeWidth: "0",
|
|
1689
|
-
d: "m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"
|
|
1690
|
-
}), children);
|
|
1691
|
-
});
|
|
1692
|
-
if (process.env.NODE_ENV !== "production") PartUsage.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1693
|
-
const PartitionAuto = react.default.forwardRef(function PartitionAuto({ children, size = 16, ...rest }, ref) {
|
|
1694
|
-
return react.default.createElement(require_Icon_js, {
|
|
1695
|
-
width: size,
|
|
1696
|
-
height: size,
|
|
1697
|
-
ref,
|
|
1698
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1699
|
-
viewBox: "0 0 32 32",
|
|
1700
|
-
fill: "currentColor",
|
|
1701
|
-
...rest
|
|
1702
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m26,19c-2.2056,0-4,1.7944-4,4,0,.6836.1882,1.3174.4917,1.8809-1.8762,1.3726-4.146,2.1191-6.4917,2.1191-6.0654,0-11-4.9346-11-11h-2c0,7.168,5.8318,13,13,13,2.8455,0,5.5923-.936,7.8433-2.6416.6235.4019,1.3613.6416,2.1567.6416,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4Zm0,6c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,3c-2.8455,0-5.5923.936-7.8433,2.6416-.6235-.4019-1.3613-.6416-2.1567-.6416-2.2056,0-4,1.7944-4,4s1.7944,4,4,4,4-1.7944,4-4c0-.6836-.1882-1.3174-.4917-1.8809,1.8762-1.3726,4.146-2.1191,6.4917-2.1191,6.0654,0,11,4.9346,11,11h2c0-7.168-5.8318-13-13-13ZM6,11c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z" }), children);
|
|
1703
|
-
});
|
|
1704
|
-
if (process.env.NODE_ENV !== "production") PartitionAuto.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1705
|
-
const PartitionCollection = react.default.forwardRef(function PartitionCollection({ children, size = 16, ...rest }, ref) {
|
|
1706
|
-
return react.default.createElement(require_Icon_js, {
|
|
1707
|
-
width: size,
|
|
1708
|
-
height: size,
|
|
1709
|
-
ref,
|
|
1710
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1711
|
-
viewBox: "0 0 32 32",
|
|
1712
|
-
fill: "currentColor",
|
|
1713
|
-
...rest
|
|
1714
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m26,12c-1.8584,0-3.4106,1.2798-3.8579,3h-2.7278c-.5344,0-1.0366.208-1.4143.5859l-5.4143,5.4141H2v2h10.5857c.5344,0,1.0366-.208,1.4143-.5859l5.4143-5.4141h2.7278c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4Zm0,6c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16.1717,14.5859l-3.5859-3.5859H2v-2h10.5857c.5344,0,1.0366.208,1.4143.5859l3.5859,3.5859-1.4143,1.4141Z" }), children);
|
|
1715
|
-
});
|
|
1716
|
-
if (process.env.NODE_ENV !== "production") PartitionCollection.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1717
|
-
const PartitionRepartition = react.default.forwardRef(function PartitionRepartition({ children, size = 16, ...rest }, ref) {
|
|
1718
|
-
return react.default.createElement(require_Icon_js, {
|
|
1719
|
-
width: size,
|
|
1720
|
-
height: size,
|
|
1721
|
-
ref,
|
|
1722
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1723
|
-
viewBox: "0 0 32 32",
|
|
1724
|
-
fill: "currentColor",
|
|
1725
|
-
...rest
|
|
1726
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m26,6c-1.8584,0-3.4106,1.2798-3.8579,3h-2.7278c-.5344,0-1.0366.208-1.4143.5859l-3.5864,3.5864,1.4141,1.4141,3.5867-3.5864h2.7278c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4Zm0,6c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m10.1716,17.4141l-3.5859,3.5859H2v2h4.5857c.5344,0,1.0366-.208,1.4143-.5859l3.5859-3.5859-1.4143-1.4141Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m26,18c-1.8584,0-3.4106,1.2798-3.8579,3h-2.728l-11.4141-11.4141c-.3777-.3779-.8799-.5859-1.4143-.5859H2v2h4.5859l11.4141,11.4141c.3777.3779.8799.5859,1.4143.5859h2.7278c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4Zm0,6c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z" }), children);
|
|
1727
|
-
});
|
|
1728
|
-
if (process.env.NODE_ENV !== "production") PartitionRepartition.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1729
|
-
const PartitionSame = react.default.forwardRef(function PartitionSame({ children, size = 16, ...rest }, ref) {
|
|
1730
|
-
return react.default.createElement(require_Icon_js, {
|
|
1731
|
-
width: size,
|
|
1732
|
-
height: size,
|
|
1733
|
-
ref,
|
|
1734
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1735
|
-
viewBox: "0 0 32 32",
|
|
1736
|
-
fill: "currentColor",
|
|
1737
|
-
...rest
|
|
1738
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m26,18c-1.8584,0-3.4106,1.2798-3.8579,3H2v2h20.1421c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4Zm0,6c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m26,6c-1.8584,0-3.4106,1.2798-3.8579,3H2v2h20.1421c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4Zm0,6c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z" }), children);
|
|
1739
|
-
});
|
|
1740
|
-
if (process.env.NODE_ENV !== "production") PartitionSame.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1741
|
-
const PartitionSpecific = react.default.forwardRef(function PartitionSpecific({ children, size = 16, ...rest }, ref) {
|
|
1742
|
-
return react.default.createElement(require_Icon_js, {
|
|
1743
|
-
width: size,
|
|
1744
|
-
height: size,
|
|
1745
|
-
ref,
|
|
1746
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1747
|
-
viewBox: "0 0 32 32",
|
|
1748
|
-
fill: "currentColor",
|
|
1749
|
-
...rest
|
|
1750
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m26,18c-1.8584,0-3.4106,1.2798-3.8579,3h-2.728l-5.4141-5.4141c-.3777-.3779-.8799-.5859-1.4143-.5859H2v2h10.5859l5.4141,5.4141c.3777.3779.8799.5859,1.4143.5859h2.7278c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4Zm0,6c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m26,6c-1.8584,0-3.4106,1.2798-3.8579,3h-2.7278c-.5344,0-1.0366.208-1.4143.5859l-3.5864,3.5864,1.4141,1.4141,3.5867-3.5864h2.7278c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4Zm0,6c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z" }), children);
|
|
1751
|
-
});
|
|
1752
|
-
if (process.env.NODE_ENV !== "production") PartitionSpecific.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1753
|
-
const PartlyCloudy = react.default.forwardRef(function PartlyCloudy({ children, size = 16, ...rest }, ref) {
|
|
1754
|
-
return react.default.createElement(require_Icon_js, {
|
|
1755
|
-
width: size,
|
|
1756
|
-
height: size,
|
|
1757
|
-
ref,
|
|
1758
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1759
|
-
viewBox: "0 0 32 32",
|
|
1760
|
-
fill: "currentColor",
|
|
1761
|
-
...rest
|
|
1762
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27 15H31V17H27z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
1763
|
-
d: "M23.086 5.794H27.329V7.794H23.086z",
|
|
1764
|
-
transform: "rotate(-45 25.207 6.794)"
|
|
1765
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 1H17V5H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
1766
|
-
d: "M4.672 24.208H8.915V26.208H4.672z",
|
|
1767
|
-
transform: "rotate(-45 6.793 25.208)"
|
|
1768
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
1769
|
-
d: "M5.793 4.672H7.793V8.915H5.793z",
|
|
1770
|
-
transform: "rotate(-45 6.793 6.794)"
|
|
1771
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M1 15H5V17H1z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.7939,20.3418a6.9617,6.9617,0,0,0-1.8681-3.2671A8.485,8.485,0,0,0,25,16a9,9,0,1,0-14.585,7.0332A4.9771,4.9771,0,0,0,15,30H25a4.9947,4.9947,0,0,0,1.7939-9.6582ZM9,16a6.9955,6.9955,0,0,1,13.9849-.2969A6.8883,6.8883,0,0,0,20,15a7.04,7.04,0,0,0-6.7944,5.3418A4.986,4.986,0,0,0,11.5618,21.39,6.9675,6.9675,0,0,1,9,16ZM25,28H15a2.9945,2.9945,0,0,1-.6963-5.9082l.6587-.1572.0986-.67a4.9923,4.9923,0,0,1,9.878,0l.0986.6695.6587.1572A2.9945,2.9945,0,0,1,25,28Z" }), children);
|
|
1772
|
-
});
|
|
1773
|
-
if (process.env.NODE_ENV !== "production") PartlyCloudy.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1774
|
-
const PartlyCloudyNight = react.default.forwardRef(function PartlyCloudyNight({ children, size = 16, ...rest }, ref) {
|
|
1775
|
-
return react.default.createElement(require_Icon_js, {
|
|
1776
|
-
width: size,
|
|
1777
|
-
height: size,
|
|
1778
|
-
ref,
|
|
1779
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1780
|
-
viewBox: "0 0 32 32",
|
|
1781
|
-
fill: "currentColor",
|
|
1782
|
-
...rest
|
|
1783
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,19a4.974,4.974,0,0,0-3.2061-4.6582A6.9711,6.9711,0,0,0,13.7578,12.9a13.1418,13.1418,0,0,1,.1314-8.52A1.015,1.015,0,0,0,12.98,3a.9825.9825,0,0,0-.1746.0156A13.0958,13.0958,0,0,0,14.63,28.9971c.164.0063.3281,0,.4907,0a13.0412,13.0412,0,0,0,10.29-5.0386A4.99,4.99,0,0,0,30,19ZM14.7034,26.9976a11.0945,11.0945,0,0,1-3.201-21.584,15.1817,15.1817,0,0,0,.8443,9.3676A4.9877,4.9877,0,0,0,15,24h7.6772a11.0991,11.0991,0,0,1-7.5561,2.9976C14.9827,26.9976,14.8428,27.0024,14.7034,26.9976ZM25,22H15a2.9945,2.9945,0,0,1-.6963-5.9082l.6587-.1572.0986-.67a4.9923,4.9923,0,0,1,9.878.0005l.0986.6695.6587.1572A2.9945,2.9945,0,0,1,25,22Z" }), children);
|
|
1784
|
-
});
|
|
1785
|
-
if (process.env.NODE_ENV !== "production") PartlyCloudyNight.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1786
|
-
const Partnership = react.default.forwardRef(function Partnership({ children, size = 16, ...rest }, ref) {
|
|
1787
|
-
return react.default.createElement(require_Icon_js, {
|
|
1788
|
-
width: size,
|
|
1789
|
-
height: size,
|
|
1790
|
-
ref,
|
|
1791
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1792
|
-
viewBox: "0 0 32 32",
|
|
1793
|
-
fill: "currentColor",
|
|
1794
|
-
...rest
|
|
1795
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,9a4,4,0,1,1,4-4A4,4,0,0,1,8,9ZM8,3a2,2,0,1,0,2,2A2,2,0,0,0,8,3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,9a4,4,0,1,1,4-4A4,4,0,0,1,24,9Zm0-6a2,2,0,1,0,2,2A2,2,0,0,0,24,3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,30H22a2,2,0,0,1-2-2V21h2v7h4V19h2V13a1,1,0,0,0-1-1H20.58L16,20l-4.58-8H5a1,1,0,0,0-1,1v6H6v9h4V21h2v7a2,2,0,0,1-2,2H6a2,2,0,0,1-2-2V21a2,2,0,0,1-2-2V13a3,3,0,0,1,3-3h7.58L16,16l3.42-6H27a3,3,0,0,1,3,3v6a2,2,0,0,1-2,2v7A2,2,0,0,1,26,30Z" }), children);
|
|
1796
|
-
});
|
|
1797
|
-
if (process.env.NODE_ENV !== "production") Partnership.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1798
|
-
const PassengerDrinks = react.default.forwardRef(function PassengerDrinks({ children, size = 16, ...rest }, ref) {
|
|
1799
|
-
return react.default.createElement(require_Icon_js, {
|
|
1800
|
-
width: size,
|
|
1801
|
-
height: size,
|
|
1802
|
-
ref,
|
|
1803
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1804
|
-
viewBox: "0 0 32 32",
|
|
1805
|
-
fill: "currentColor",
|
|
1806
|
-
...rest
|
|
1807
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,4V2H22V4a3.9906,3.9906,0,0,0,3,3.8586V11H23v2h6V11H27V7.8586A3.9906,3.9906,0,0,0,30,4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.5,9A3.5,3.5,0,1,1,14,5.5,3.5042,3.5042,0,0,1,10.5,9Zm0-5A1.5,1.5,0,1,0,12,5.5,1.5017,1.5017,0,0,0,10.5,4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.4746,31.313,19.3408,24H12.2393A4.0073,4.0073,0,0,1,8.373,21.0293l-1.6337-6.126a3.8987,3.8987,0,0,1,7.5341-2.0092L15.1016,16H21v2H13.5645l-1.2227-4.5908a1.9,1.9,0,0,0-3.6709.979l1.6338,6.1255A2.0052,2.0052,0,0,0,12.2393,22h8.42l3.6543,8.5254Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,28H7.7683a2.0025,2.0025,0,0,1-1.9326-1.4849L2.0337,12.2576l1.9326-.5152L7.7683,26H18Z" }), children);
|
|
1808
|
-
});
|
|
1809
|
-
if (process.env.NODE_ENV !== "production") PassengerDrinks.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1810
|
-
const PassengerPlus = react.default.forwardRef(function PassengerPlus({ children, size = 16, ...rest }, ref) {
|
|
1811
|
-
return react.default.createElement(require_Icon_js, {
|
|
1812
|
-
width: size,
|
|
1813
|
-
height: size,
|
|
1814
|
-
ref,
|
|
1815
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1816
|
-
viewBox: "0 0 32 32",
|
|
1817
|
-
fill: "currentColor",
|
|
1818
|
-
...rest
|
|
1819
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.5,9A3.5,3.5,0,1,1,14,5.5,3.5042,3.5042,0,0,1,10.5,9Zm0-5A1.5,1.5,0,1,0,12,5.5,1.5017,1.5017,0,0,0,10.5,4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.4739,31.313,19.34,24H12.2385a4.0072,4.0072,0,0,1-3.8662-2.9707l-1.6338-6.126a3.8988,3.8988,0,0,1,7.5342-2.0092L15.1008,16H21v2H13.5637l-1.2226-4.5908a1.9,1.9,0,0,0-3.6709.979l1.6338,6.1255A2.0051,2.0051,0,0,0,12.2385,22h8.42l3.6543,8.5254Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 6 26 6 26 2 24 2 24 6 20 6 20 8 24 8 24 12 26 12 26 8 30 8 30 6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,28H7.7676A2.0025,2.0025,0,0,1,5.835,26.5151L2.033,12.2576l1.9326-.5152L7.7676,26H18Z" }), children);
|
|
1820
|
-
});
|
|
1821
|
-
if (process.env.NODE_ENV !== "production") PassengerPlus.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1822
|
-
const Password = react.default.forwardRef(function Password({ children, size = 16, ...rest }, ref) {
|
|
1823
|
-
return react.default.createElement(require_Icon_js, {
|
|
1824
|
-
width: size,
|
|
1825
|
-
height: size,
|
|
1826
|
-
ref,
|
|
1827
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1828
|
-
viewBox: "0 0 32 32",
|
|
1829
|
-
fill: "currentColor",
|
|
1830
|
-
...rest
|
|
1831
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,2a8.9977,8.9977,0,0,0-8.6119,11.6118L2,24v6H8L18.3881,19.6118A9,9,0,1,0,21,2Zm0,16a7.0125,7.0125,0,0,1-2.0322-.3022L17.821,17.35l-.8472.8472-3.1811,3.1812L12.4141,20,11,21.4141l1.3787,1.3786-1.5859,1.586L9.4141,23,8,24.4141l1.3787,1.3786L7.1716,28H4V24.8284l9.8023-9.8023.8472-.8474-.3473-1.1467A7,7,0,1,1,21,18Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1832
|
-
cx: "22",
|
|
1833
|
-
cy: "10",
|
|
1834
|
-
r: "2"
|
|
1835
|
-
}), children);
|
|
1836
|
-
});
|
|
1837
|
-
if (process.env.NODE_ENV !== "production") Password.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1801
|
+
exports.Mountain = Mountain;
|
|
1802
|
+
exports.Mov = Mov;
|
|
1803
|
+
exports.Move = Move;
|
|
1804
|
+
exports.Movement = Movement;
|
|
1805
|
+
exports.Mp3 = Mp3;
|
|
1806
|
+
exports.Mp4 = Mp4;
|
|
1807
|
+
exports.Mpeg = Mpeg;
|
|
1808
|
+
exports.Mpg2 = Mpg2;
|
|
1809
|
+
exports.MultiuserDevice = MultiuserDevice;
|
|
1810
|
+
exports.Music = Music;
|
|
1811
|
+
exports.MusicAdd = MusicAdd;
|
|
1812
|
+
exports.MusicRemove = MusicRemove;
|
|
1813
|
+
exports.Mysql = Mysql;
|
|
1814
|
+
exports.NameSpace = NameSpace;
|
|
1815
|
+
exports.NamingConventions = NamingConventions;
|
|
1816
|
+
exports.NavaidCivil = NavaidCivil;
|
|
1817
|
+
exports.NavaidDme = NavaidDme;
|
|
1818
|
+
exports.NavaidHelipad = NavaidHelipad;
|
|
1838
1819
|
exports.NavaidMilitary = NavaidMilitary;
|
|
1839
1820
|
exports.NavaidMilitaryCivil = NavaidMilitaryCivil;
|
|
1840
1821
|
exports.NavaidNdb = NavaidNdb;
|
|
@@ -1915,10 +1896,14 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1915
1896
|
exports.OpenPanelLeft = OpenPanelLeft;
|
|
1916
1897
|
exports.OpenPanelRight = OpenPanelRight;
|
|
1917
1898
|
exports.OpenPanelTop = OpenPanelTop;
|
|
1899
|
+
exports.OpenStripe = OpenStripe;
|
|
1918
1900
|
exports.OperationsField = OperationsField;
|
|
1919
1901
|
exports.OperationsRecord = OperationsRecord;
|
|
1920
1902
|
exports.Orchestrate = Orchestrate;
|
|
1921
1903
|
exports.OrderDetails = OrderDetails;
|
|
1904
|
+
exports.OrderServer = OrderServer;
|
|
1905
|
+
exports.OrderStorm = OrderStorm;
|
|
1906
|
+
exports.OrderStratus = OrderStratus;
|
|
1922
1907
|
exports.Ordinal = Ordinal;
|
|
1923
1908
|
exports.Outage = Outage;
|
|
1924
1909
|
exports.OutlookSevere = OutlookSevere;
|
|
@@ -1933,39 +1918,16 @@ var require_bucket_13 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1933
1918
|
exports.PageLast = PageLast;
|
|
1934
1919
|
exports.PageNumber = PageNumber;
|
|
1935
1920
|
exports.PaintBrush = PaintBrush;
|
|
1936
|
-
exports.PaintBrushAlt = PaintBrushAlt;
|
|
1937
|
-
exports.PalmTree = PalmTree;
|
|
1938
|
-
exports.PanHorizontal = PanHorizontal;
|
|
1939
|
-
exports.PanVertical = PanVertical;
|
|
1940
|
-
exports.PanelExpansion = PanelExpansion;
|
|
1941
|
-
exports.Paragraph = Paragraph;
|
|
1942
|
-
exports.Parameter = Parameter;
|
|
1943
|
-
exports.ParentChild = ParentChild;
|
|
1944
|
-
exports.ParentNode = ParentNode;
|
|
1945
|
-
exports.PartDefinition = PartDefinition;
|
|
1946
|
-
exports.PartUsage = PartUsage;
|
|
1947
|
-
exports.PartitionAuto = PartitionAuto;
|
|
1948
|
-
exports.PartitionCollection = PartitionCollection;
|
|
1949
|
-
exports.PartitionRepartition = PartitionRepartition;
|
|
1950
|
-
exports.PartitionSame = PartitionSame;
|
|
1951
|
-
exports.PartitionSpecific = PartitionSpecific;
|
|
1952
|
-
exports.PartlyCloudy = PartlyCloudy;
|
|
1953
|
-
exports.PartlyCloudyNight = PartlyCloudyNight;
|
|
1954
|
-
exports.Partnership = Partnership;
|
|
1955
|
-
exports.PassengerDrinks = PassengerDrinks;
|
|
1956
|
-
exports.PassengerPlus = PassengerPlus;
|
|
1957
|
-
exports.Password = Password;
|
|
1958
1921
|
exports.QOperation = QOperation;
|
|
1959
1922
|
exports.QOperationGauge = QOperationGauge;
|
|
1960
1923
|
exports.QOperationIf = QOperationIf;
|
|
1961
1924
|
exports.WatsonHealthNominate = WatsonHealthNominate;
|
|
1962
1925
|
exports.WatsonHealthPageScroll = WatsonHealthPageScroll;
|
|
1963
1926
|
}));
|
|
1964
|
-
|
|
1965
1927
|
//#endregion
|
|
1966
|
-
Object.defineProperty(exports,
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
});
|
|
1928
|
+
Object.defineProperty(exports, "default", {
|
|
1929
|
+
enumerable: true,
|
|
1930
|
+
get: function() {
|
|
1931
|
+
return require_bucket_13();
|
|
1932
|
+
}
|
|
1933
|
+
});
|