@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-12.js
|
|
14
12
|
var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports) => {
|
|
15
13
|
/**
|
|
@@ -21,15 +19,230 @@ var require_bucket_12 = /* @__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
27
|
const didWarnAboutDeprecation = {};
|
|
31
|
-
const
|
|
32
|
-
return react.default.createElement(
|
|
28
|
+
const LogoKeybase = /* @__PURE__ */ react.default.forwardRef(function LogoKeybase({ children, size = 16, ...rest }, ref) {
|
|
29
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
30
|
+
width: size,
|
|
31
|
+
height: size,
|
|
32
|
+
ref,
|
|
33
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
34
|
+
viewBox: "0 0 32 32",
|
|
35
|
+
fill: "currentColor",
|
|
36
|
+
...rest
|
|
37
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14.1233,26.9328a1.1122,1.1122,0,1,1-1.1121-1.1122,1.112,1.112,0,0,1,1.1121,1.1122" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.0257,26.9328a1.1122,1.1122,0,1,1-1.1122-1.1122,1.1121,1.1121,0,0,1,1.1122,1.1122" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
38
|
+
d: "M9.999 5.797H10.973V6.771H9.999z",
|
|
39
|
+
transform: "rotate(-86.462 10.486 6.284)"
|
|
40
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.4275,16.3825l-.0013.001a13.0868,13.0868,0,0,0-5.1431-4.1825c-.3754-.1667-.7543-.3142-1.1354-.4454.0128-.0314.0277-.0615.04-.0933a4.83,4.83,0,0,0-2.9861-6.319,5.9368,5.9368,0,0,0-1.9962-.3558c-.0366-.1253-.1165-.6743.58-2.1571L14.3742,2q-.17.236-.3368.4661c-.384.5309-.7549,1.0444-1.1029,1.55a2.1657,2.1657,0,0,0-1.4486-.6771L9.8543,3.2377H9.852l-.0025,0c-.0429-.0025-.0864-.0039-.1293-.0039A2.1877,2.1877,0,0,0,7.54,5.2825L7.4388,6.9169l0,.003,0,.0028A2.1882,2.1882,0,0,0,9.4854,9.23l1.1673.0723a5.1711,5.1711,0,0,0,.47,2.688,13.1954,13.1954,0,0,0-4.2637,2.9C3,18.7883,3,23.06,3,26.4916v2.0706l1.524-1.6163A12.3293,12.3293,0,0,0,5.8548,30H7.8367A10.7091,10.7091,0,0,1,5.878,25.51l2.2353-2.3708L6.963,26.745l2.03-1.4774c3.5858-2.61,7.8678-3.2093,12.7263-1.7826a4.6276,4.6276,0,0,0,5.2189-1.468c.0441-.0628.0828-.128.1228-.1926a9.6141,9.6141,0,0,1,.1638,1.7454,12.4214,12.4214,0,0,1-1.61,6.43h1.877A14.4022,14.4022,0,0,0,28.87,23.57,12.2666,12.2666,0,0,0,26.4275,16.3825ZM13.8455,5.9257a1.5872,1.5872,0,0,0,1.3983.7068,4.2111,4.2111,0,0,1,1.44.2719,3.17,3.17,0,0,1,1.0279,5.4638l-.4752-.5849-.0032-.004a1.7048,1.7048,0,0,0-3.0235.9865,3.2143,3.2143,0,0,1-1.899-3.5412,8.4815,8.4815,0,0,1,1.4374-3.466A1.642,1.642,0,0,0,13.8455,5.9257Zm3.49,9.2589-.6072.4962a.2675.2675,0,0,1-.376-.038l-.1264-.1549a.2791.2791,0,0,1,.0394-.3927l.6-.49-1.235-1.5158a.362.362,0,1,1,.5611-.4575l3.4546,4.2517a.3619.3619,0,0,1-.1988.5815.3566.3566,0,0,1-.0816.0094.3609.3609,0,0,1-.2806-.1332l-.3441-.4239-1.2215.9971a.2815.2815,0,0,1-.3965-.04l-.5532-.6775a.2786.2786,0,0,1,.04-.3919l1.2275-1.002ZM9.08,7.0184l.1014-1.6342A.5394.5394,0,0,1,9.72,4.8781l.0326.001,1.6335.1013a.5387.5387,0,0,1,.5046.5716l-.0073.1182a10.6739,10.6739,0,0,0-.9028,2.0046L9.5859,7.5886A.5407.5407,0,0,1,9.08,7.0184ZM25.5944,21.07a2.9883,2.9883,0,0,1-3.4112.8373c-4.5313-1.3305-8.6289-1.0534-12.2124.82l1.9069-5.978-7.203,7.6393a11.67,11.67,0,0,1,3.3532-8.3419,11.4953,11.4953,0,0,1,4.1073-2.6908,5.42,5.42,0,0,0,2.2411,1.2214,4.714,4.714,0,0,0,.5627.12,1.6258,1.6258,0,0,0,.2449,1.6416l.0847.1038a1.6247,1.6247,0,0,0,.2594,1.605l.5532.6777a1.6276,1.6276,0,0,0,2.29.2314l.3314-.2705a1.7079,1.7079,0,0,0,1.9867-2.6535l-1.9427-2.3911a4.88,4.88,0,0,0,.4863-.456,12.449,12.449,0,0,1,1.3829.5181,11.419,11.419,0,0,1,4.5085,3.6838C26.0987,18.7278,26.2745,20.1043,25.5944,21.07Z" }), children);
|
|
41
|
+
});
|
|
42
|
+
if (process.env.NODE_ENV !== "production") LogoKeybase.propTypes = require_iconPropTypes.iconPropTypes;
|
|
43
|
+
const LogoKubernetes = /* @__PURE__ */ react.default.forwardRef(function LogoKubernetes({ children, size = 16, ...rest }, ref) {
|
|
44
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
45
|
+
width: size,
|
|
46
|
+
height: size,
|
|
47
|
+
ref,
|
|
48
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
49
|
+
viewBox: "0 0 32 32",
|
|
50
|
+
fill: "currentColor",
|
|
51
|
+
...rest
|
|
52
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15.134 17.189 15.999 17.605 16.862 17.19 17.076 16.259 16.479 15.512 15.518 15.512 14.919 16.257 15.134 17.189z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14.2166,13.88l.0024.0019a.5239.5239,0,0,0,.8321-.4013l0-.003.0127-.0063L15.242,10.33c-.2173.0268-.43.0635-.6333.1094a6.2,6.2,0,0,0-2.9727,1.6176l2.5752,1.8257Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12.8347,16.2622l.003-.001a.5241.5241,0,0,0,.206-.9008l-.0024-.002.0029-.0127-2.3515-2.1035a6.1775,6.1775,0,0,0-.8746,3.9l3.0142-.87Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13.8645,18.501a.5229.5229,0,0,0-.6059-.3989l-.0034,0-.0049-.0063-3.0908.5249a6.2052,6.2052,0,0,0,2.4863,3.1108l1.1972-2.8935-.0087-.0117.0009-.003A.5184.5184,0,0,0,13.8645,18.501Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16.4622,19.6431l-.0015-.0025a.53.53,0,0,0-.48-.2759.5269.5269,0,0,0-.4434.2769l-.0015.0029H15.533l-1.52,2.7481a6.2277,6.2277,0,0,0,3.38.1723c.207-.0468.41-.104.6044-.1684l-1.5234-2.7534Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.7371,18.09l-.0034,0a.51.51,0,0,0-.1206-.0088.5263.5263,0,0,0-.4546.7319l.001.0024-.004.0054,1.21,2.9234A6.185,6.185,0,0,0,21.86,18.61l-3.1176-.5269Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.2893,13.2437,18.951,15.3364l.0014.0064-.0024.0019a.5249.5249,0,0,0,.2055.9014l.0035.0005.0024.0132,3.0293.872a6.2915,6.2915,0,0,0-.9014-3.8881Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16.9383,13.4673l0,.0029a.5161.5161,0,0,0,.1143.3037.5236.5236,0,0,0,.7192.0967l.0025-.0019.0088.0039,2.5586-1.814a6.2307,6.2307,0,0,0-3.584-1.7285l.1777,3.1357Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30.3806,19.0376,27.9016,8.2705a1.9057,1.9057,0,0,0-1.038-1.291L16.83,2.1885a1.9332,1.9332,0,0,0-1.6656,0L5.1326,6.9819a1.9072,1.9072,0,0,0-1.0381,1.291L1.6194,19.04A1.89,1.89,0,0,0,1.88,20.499a1.8364,1.8364,0,0,0,.1088.1514l6.9439,8.6338a1.9244,1.9244,0,0,0,1.5.7158l11.1357-.0024a1.9251,1.9251,0,0,0,1.5-.7149L30.01,20.6479A1.8911,1.8911,0,0,0,30.3806,19.0376Zm-3.8115-.13a.6432.6432,0,0,1-.7812.4429l-.0039,0-.0049-.001-.0069-.0019-.0048-.002-.0572-.0117c-.0346-.0068-.07-.0142-.0981-.0215a2.4643,2.4643,0,0,1-.3589-.1328c-.0576-.0249-.1172-.0513-.1807-.0752l-.0175-.0063a5.5192,5.5192,0,0,0-1.0284-.3013.4119.4119,0,0,0-.2954.0981l-.0371.0254-.0019.0015-.002,0c-.0439-.0088-.1748-.0322-.2519-.0444a7.8166,7.8166,0,0,1-3.459,4.351c.0093.022.02.05.0307.0806a.9352.9352,0,0,0,.0669.1567l.002.002-.001.0029-.0166.042a.4148.4148,0,0,0-.03.3091,5.69,5.69,0,0,0,.5322.9517c.0376.0561.0757.1084.1128.1591a2.4,2.4,0,0,1,.2095.32c.0166.0312.0371.0752.0552.1137l.0229.0484a.6083.6083,0,1,1-1.0947.5176l-.0224-.0455c-.0186-.038-.0381-.0776-.0518-.1088a2.5059,2.5059,0,0,1-.1211-.3658c-.0166-.0595-.0337-.1215-.0537-.185l-.0059-.0166a5.5441,5.5441,0,0,0-.4052-.9922.4177.4177,0,0,0-.2627-.1709l-.0415-.0127-.0015,0-.0015-.0019c-.01-.0171-.0337-.0611-.0595-.1075-.0235-.042-.0484-.0874-.0664-.12a7.8868,7.8868,0,0,1-1.0269.3091,7.7588,7.7588,0,0,1-4.51-.3233l-.1352.2442-.002.001a.481.481,0,0,0-.2563.124,2.2827,2.2827,0,0,0-.336.7207c-.04.1172-.08.2383-.1279.3569-.0205.064-.0376.127-.0537.188a2.4747,2.4747,0,0,1-.12.3623c-.0127.03-.0313.0669-.0493.1025l-.0245.0494h0l-.0005.0024-.0019.002a.6773.6773,0,0,1-.5952.3945.5484.5484,0,0,1-.24-.0542.6426.6426,0,0,1-.2578-.86c.0088-.0171.0176-.0371.0274-.0576.0171-.0371.0346-.0757.05-.1045a2.53,2.53,0,0,1,.21-.3222c.0367-.05.0747-.1026.1118-.1578a5.8209,5.8209,0,0,0,.543-.976.5889.5889,0,0,0-.0532-.336l0-.0019,0-.002.1074-.2573a7.8224,7.8224,0,0,1-3.46-4.32l-.2593.0444-.0015-.001-.0264-.0151a.5961.5961,0,0,0-.3159-.106,5.5447,5.5447,0,0,0-1.0283.3013l-.0171.0064c-.062.0239-.1211.0488-.1782.0732a2.4949,2.4949,0,0,1-.3613.1333c-.0308.0083-.0708.0171-.1094.0249l-.0459.01-.0049.0019-.0068.002-.0049.001-.0039,0a.6078.6078,0,1,1-.2695-1.18l.0039-.001.0053-.0015.002,0,.0034-.0009.0469-.0113c.04-.01.081-.02.1133-.0258a2.4132,2.4132,0,0,1,.3808-.0357c.063-.0024.1284-.0054.1958-.0107l.0142-.0015A5.554,5.554,0,0,0,7.77,17.92a.72.72,0,0,0,.231-.227l.0244-.0318.001-.0014.0014,0,.2471-.0718a7.7765,7.7765,0,0,1,1.2246-5.4126l-.19-.17,0-.002-.0044-.0278a.5983.5983,0,0,0-.1153-.3159,5.6171,5.6171,0,0,0-.8916-.6265c-.0585-.0342-.1157-.0649-.1713-.0942a2.4731,2.4731,0,0,1-.3267-.1973c-.0264-.0195-.0586-.0459-.0894-.0713l-.0356-.0288L7.67,10.6387l-.0049-.0039A.7045.7045,0,0,1,7.4041,10.2a.5725.5725,0,0,1,.1128-.4575A.5835.5835,0,0,1,8,9.5288a.7226.7226,0,0,1,.4214.1592l.0361.0283c.0332.0259.07.0552.0972.0781a2.5254,2.5254,0,0,1,.2671.2759c.04.0469.0825.0952.1284.1441l.01.01a5.5221,5.5221,0,0,0,.7989.72.4159.4159,0,0,0,.31.0406l.043-.0069h.0019l.0015.001c.0357.0264.1484.1074.2134.1514a7.7273,7.7273,0,0,1,3.9233-2.24,7.9671,7.9671,0,0,1,1.0816-.1665l.0141-.2515.001-.0014a.6486.6486,0,0,0,.1939-.3076,5.5779,5.5779,0,0,0-.066-1.0791l-.0009-.0088c-.0093-.0664-.021-.13-.0328-.1914a2.5611,2.5611,0,0,1-.0493-.38c-.0009-.03-.0005-.0679,0-.1045l.0005-.05-.0005-.0073,0-.0093a.6088.6088,0,1,1,1.211,0l.0009.0605c.001.0386.0015.0791.0005.11a2.5348,2.5348,0,0,1-.0493.38c-.0117.0615-.0234.125-.0327.1914l-.0039.0317a5.4479,5.4479,0,0,0-.064,1.0567.4132.4132,0,0,0,.1616.2666l.0328.03.0019.0015v.0019c.0015.0435.0083.1836.0137.2637a7.79,7.79,0,0,1,2.7173.7559,7.8812,7.8812,0,0,1,2.2632,1.65l.226-.1612h.002l.0312.002a.5914.5914,0,0,0,.33-.041,5.4885,5.4885,0,0,0,.7871-.71l.0215-.022c.0454-.0478.0869-.0952.1274-.1416a2.57,2.57,0,0,1,.27-.2783c.0263-.0229.062-.05.0967-.0776l.0366-.0288a.6088.6088,0,1,1,.7544.9472l-.0435.0357c-.0307.0254-.063.0517-.0884.0708a2.4733,2.4733,0,0,1-.3266.1968c-.0562.0293-.1143.06-.1734.0947a5.6889,5.6889,0,0,0-.8921.6269.4152.4152,0,0,0-.1079.293l-.0034.044v.0019l-.0014.001c-.0162.0146-.0508.0459-.0914.082s-.0864.0772-.1186.1065a7.7983,7.7983,0,0,1,1.25,5.3994l.24.07.001.001.0171.0254a.6014.6014,0,0,0,.24.2334,5.595,5.595,0,0,0,1.063.1757l.0122.001c.0674.0059.1328.0083.1963.0108a2.4617,2.4617,0,0,1,.38.0356c.0312.0059.0713.0156.11.0254l.0644.0156A.643.643,0,0,1,26.5691,18.9077Z" }), children);
|
|
53
|
+
});
|
|
54
|
+
if (process.env.NODE_ENV !== "production") LogoKubernetes.propTypes = require_iconPropTypes.iconPropTypes;
|
|
55
|
+
const LogoLinkedin = /* @__PURE__ */ react.default.forwardRef(function LogoLinkedin({ children, size = 16, ...rest }, ref) {
|
|
56
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
57
|
+
width: size,
|
|
58
|
+
height: size,
|
|
59
|
+
ref,
|
|
60
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
61
|
+
viewBox: "0 0 32 32",
|
|
62
|
+
fill: "currentColor",
|
|
63
|
+
...rest
|
|
64
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.2,4H5.8C4.8,4,4,4.8,4,5.7v20.5c0,0.9,0.8,1.7,1.8,1.7h20.4c1,0,1.8-0.8,1.8-1.7V5.7C28,4.8,27.2,4,26.2,4z M11.1,24.4 H7.6V13h3.5V24.4z M9.4,11.4c-1.1,0-2.1-0.9-2.1-2.1c0-1.2,0.9-2.1,2.1-2.1c1.1,0,2.1,0.9,2.1,2.1S10.5,11.4,9.4,11.4z M24.5,24.3 H21v-5.6c0-1.3,0-3.1-1.9-3.1c-1.9,0-2.1,1.5-2.1,2.9v5.7h-3.5V13h3.3v1.5h0.1c0.5-0.9,1.7-1.9,3.4-1.9c3.6,0,4.3,2.4,4.3,5.5V24.3z" }), children);
|
|
65
|
+
});
|
|
66
|
+
if (process.env.NODE_ENV !== "production") LogoLinkedin.propTypes = require_iconPropTypes.iconPropTypes;
|
|
67
|
+
const LogoLivestream = /* @__PURE__ */ react.default.forwardRef(function LogoLivestream({ children, size = 16, ...rest }, ref) {
|
|
68
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
69
|
+
width: size,
|
|
70
|
+
height: size,
|
|
71
|
+
ref,
|
|
72
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
73
|
+
viewBox: "0 0 32 32",
|
|
74
|
+
fill: "currentColor",
|
|
75
|
+
...rest
|
|
76
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.49,23.71h-.76c-2.26,0-4.52,0-6.78,0a3.12,3.12,0,0,1-2.41-1A14.91,14.91,0,0,1,10,18.88c-1.3-2.6-2.54-5.22-3.82-7.82-.39-.8-.82-1.56-1.28-2.32A7.84,7.84,0,0,0,2,5.6c1.24,0,2.41,0,3.57,0a45.63,45.63,0,0,1,7,.61,8.09,8.09,0,0,1,6.34,5.09,48.51,48.51,0,0,1,2.17,7.36A26,26,0,0,0,22.49,23.71Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.1,26.38a2.93,2.93,0,0,1-2.74-2.64,42.08,42.08,0,0,1-.14-4.9,48,48,0,0,0-.61-7.58,3.75,3.75,0,0,0-.83-2h2.65c.54,0,.73.37.89.78A12.1,12.1,0,0,1,28,13.28c.29,2.72.31,5.45.33,8.18a10.94,10.94,0,0,0,0,1.15c.09.78.4,1.1,1.17,1.08.5,0,.5-.06.5-.06v2.69A8.62,8.62,0,0,1,28.1,26.38Z" }), children);
|
|
77
|
+
});
|
|
78
|
+
if (process.env.NODE_ENV !== "production") LogoLivestream.propTypes = require_iconPropTypes.iconPropTypes;
|
|
79
|
+
const LogoMastodon = /* @__PURE__ */ react.default.forwardRef(function LogoMastodon({ children, size = 16, ...rest }, ref) {
|
|
80
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
81
|
+
width: size,
|
|
82
|
+
height: size,
|
|
83
|
+
ref,
|
|
84
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
85
|
+
viewBox: "0 0 32 32",
|
|
86
|
+
fill: "currentColor",
|
|
87
|
+
...rest
|
|
88
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m29.0581,11.1929c0-6.0742-3.9797-7.8545-3.9797-7.8545-2.0066-.9214-5.4522-1.3091-9.0318-1.3384h-.0879c-3.5798.0293-7.023.417-9.0296,1.3384,0,0-3.98,1.7803-3.98,7.8545,0,1.3911-.0271,3.0537.0171,4.8174.1445,5.9404,1.0889,11.7945,6.5811,13.2481,2.5322.6704,4.7063.8105,6.4573.7144,3.1755-.1758,4.958-1.1333,4.958-1.1333l-.1047-2.3037s-2.269.7153-4.8176.6284c-2.5249-.0869-5.1902-.2725-5.5986-3.3726-.0378-.272-.0566-.563-.0566-.8691,0,0,2.4785.606,5.6196.75,1.9207.0879,3.7219-.1128,5.5515-.3311,3.5083-.4189,6.563-2.5806,6.9468-4.5557.605-3.1113.5552-7.5928.5552-7.5928Zm-4.6943,7.8257h-2.9138v-7.1382c0-1.5049-.6331-2.2686-1.8997-2.2686-1.4002,0-2.1018.9058-2.1018,2.6973v3.9077h-2.8967v-3.9077c0-1.7915-.7019-2.6973-2.1021-2.6973-1.2666,0-1.8997.7637-1.8997,2.2686v7.1382h-2.9138v-7.3545c0-1.5029.3828-2.6978,1.1516-3.5811.7927-.8838,1.8308-1.3369,3.1196-1.3369,1.491,0,2.6204.5732,3.367,1.7192l.7256,1.2168.7261-1.2168c.7463-1.146,1.8755-1.7192,3.3667-1.7192,1.2886,0,2.3267.4531,3.1196,1.3369.7686.8833,1.1514,2.0781,1.1514,3.5811v7.3545Z" }), children);
|
|
89
|
+
});
|
|
90
|
+
if (process.env.NODE_ENV !== "production") LogoMastodon.propTypes = require_iconPropTypes.iconPropTypes;
|
|
91
|
+
const LogoMedium = /* @__PURE__ */ react.default.forwardRef(function LogoMedium({ children, size = 16, ...rest }, ref) {
|
|
92
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
93
|
+
width: size,
|
|
94
|
+
height: size,
|
|
95
|
+
ref,
|
|
96
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
97
|
+
viewBox: "0 0 32 32",
|
|
98
|
+
fill: "currentColor",
|
|
99
|
+
...rest
|
|
100
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,16c0,3.7-0.6,6.7-1.4,6.7c-0.8,0-1.4-3-1.4-6.7s0.6-6.7,1.4-6.7C29.4,9.3,30,12.3,30,16" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.5,16c0,4.1-1.8,7.5-3.9,7.5s-3.9-3.4-3.9-7.5s1.8-7.5,3.9-7.5S26.5,11.9,26.5,16" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17.8,16c0,4.4-3.5,8-7.9,8S2,20.4,2,16s3.5-8,7.9-8S17.8,11.6,17.8,16" }), children);
|
|
101
|
+
});
|
|
102
|
+
if (process.env.NODE_ENV !== "production") LogoMedium.propTypes = require_iconPropTypes.iconPropTypes;
|
|
103
|
+
const LogoModelContextProtocol = /* @__PURE__ */ react.default.forwardRef(function LogoModelContextProtocol({ children, size = 16, ...rest }, ref) {
|
|
104
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
105
|
+
width: size,
|
|
106
|
+
height: size,
|
|
107
|
+
ref,
|
|
108
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
109
|
+
viewBox: "0 0 32 32",
|
|
110
|
+
fill: "currentColor",
|
|
111
|
+
...rest
|
|
112
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17.2916,25.8339c-.1264.1266-.1264.3324,0,.459l2.0453,2.0453c.3803.3801.3803.9964,0,1.3766-.19.1901-.4392.2852-.6883.2852s-.4983-.0951-.6883-.2852l-2.0454-2.0453c-.8856-.8855-.8856-2.3266,0-3.2121l9.9609-9.9609c.5515-.5516.8554-1.285.8554-2.065s-.3039-1.5134-.8554-2.0651l-.0574-.0574c-1.1387-1.1386-2.9916-1.1387-4.1303,0l-8.2027,8.2027-.1147.1147c-.1901.1901-.4392.2852-.6884.2852s-.4983-.0951-.6884-.2852c-.3802-.3801-.3802-.9964,0-1.3766l.1147-.1147,8.2029-8.2029c.5515-.5516.8553-1.285.8553-2.0651s-.3037-1.5134-.8553-2.065c-.5517-.5516-1.285-.8554-2.0651-.8554s-1.5134.3037-2.065.8554L5.168,15.8159c-.3801.3801-.9966.3801-1.3767,0s-.3802-.9965,0-1.3767L14.8049,3.4256c.9194-.9193,2.1417-1.4256,3.4417-1.4256s2.5226.5063,3.4419,1.4256c.9193.9193,1.4255,2.1416,1.4255,3.4417,0,.2332-.0169.4637-.049.6906,1.4645-.2075,3.0061.2505,4.1301,1.3745l.0574.0574c.9194.9193,1.4258,2.1416,1.4258,3.4418s-.5064,2.5224-1.4258,3.4417l-9.9608,9.9608ZM24.4417,13.0625c.3803-.3802.3803-.9965,0-1.3767-.3799-.3801-.9966-.3801-1.3766,0l-8.1455,8.1454c-1.1384,1.1387-2.9912,1.1387-4.1301.0002-.5516-.5517-.8554-1.2851-.8554-2.0651s.3038-1.5134.8554-2.0651l8.1453-8.1455c.3803-.3802.3803-.9965,0-1.3767-.3799-.3801-.9966-.3801-1.3766,0l-8.1455,8.1455c-.9194.9194-1.4257,2.1418-1.4257,3.4418s.5063,2.5224,1.4257,3.4419c.9489.9488,2.1953,1.4231,3.4417,1.4231s2.4929-.4744,3.4418-1.4233l8.1454-8.1454Z" }), children);
|
|
113
|
+
});
|
|
114
|
+
if (process.env.NODE_ENV !== "production") LogoModelContextProtocol.propTypes = require_iconPropTypes.iconPropTypes;
|
|
115
|
+
const LogoNpm = /* @__PURE__ */ react.default.forwardRef(function LogoNpm({ children, size = 16, ...rest }, ref) {
|
|
116
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
117
|
+
width: size,
|
|
118
|
+
height: size,
|
|
119
|
+
ref,
|
|
120
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
121
|
+
viewBox: "0 0 32 32",
|
|
122
|
+
fill: "currentColor",
|
|
123
|
+
...rest
|
|
124
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,28V4h24v24H4z M8.5,8.5v15H16v-12h4.5v12h3v-15H8.5z" }), children);
|
|
125
|
+
});
|
|
126
|
+
if (process.env.NODE_ENV !== "production") LogoNpm.propTypes = require_iconPropTypes.iconPropTypes;
|
|
127
|
+
const LogoOpenshift = /* @__PURE__ */ react.default.forwardRef(function LogoOpenshift({ children, size = 16, ...rest }, ref) {
|
|
128
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
129
|
+
width: size,
|
|
130
|
+
height: size,
|
|
131
|
+
ref,
|
|
132
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
133
|
+
viewBox: "0 0 32 32",
|
|
134
|
+
fill: "currentColor",
|
|
135
|
+
...rest
|
|
136
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.4612,15.7968A12.1352,12.1352,0,0,0,25.2821,11.48L29,10.13a11.9879,11.9879,0,0,0-1.0281-1.7382l-1.7431.635a11.9884,11.9884,0,0,0-21.71,7.9129l1.7477-.6412a12.19,12.19,0,0,0,.3309,1.9846L2.8838,19.6384A12.1451,12.1451,0,0,0,4.7565,23.7l1.9663-.7163.0026.0039a11.8856,11.8856,0,0,0,4.67,3.8909A12.013,12.013,0,0,0,27.34,21.0743a11.8725,11.8725,0,0,0,1.08-5.992Zm-2.92,3.4967a7.8,7.8,0,0,1-10.3533,3.7744,7.7207,7.7207,0,0,1-2.2714-1.6128l-1.9846.7235a7.84,7.84,0,0,1-2.0742-3.9895l.0009-.0008,3.7242-1.3566a7.8175,7.8175,0,0,1-.1232-2.0653l-1.7517.6362A7.7729,7.7729,0,0,1,19.7645,8.94h.0067a7.7442,7.7442,0,0,1,2.2646,1.615L23.78,9.921a7.8014,7.8014,0,0,1,1.229,1.6558l-3.71,1.3595a7.8245,7.8245,0,0,1,.9766,4.3882l1.9685-.7151A7.6714,7.6714,0,0,1,23.5411,19.2935Z" }), children);
|
|
137
|
+
});
|
|
138
|
+
if (process.env.NODE_ENV !== "production") LogoOpenshift.propTypes = require_iconPropTypes.iconPropTypes;
|
|
139
|
+
const LogoPinterest = /* @__PURE__ */ react.default.forwardRef(function LogoPinterest({ children, size = 16, ...rest }, ref) {
|
|
140
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
141
|
+
width: size,
|
|
142
|
+
height: size,
|
|
143
|
+
ref,
|
|
144
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
145
|
+
viewBox: "0 0 32 32",
|
|
146
|
+
fill: "currentColor",
|
|
147
|
+
...rest
|
|
148
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2a14,14,0,0,0-5.1,27,13.24,13.24,0,0,1,0-4l1.65-7A5.05,5.05,0,0,1,12.17,16c0-1.94,1.13-3.4,2.53-3.4a1.76,1.76,0,0,1,1.77,2c0,1.2-.76,3-1.16,4.66a2,2,0,0,0,2.08,2.53c2.48,0,4.4-2.63,4.4-6.41a5.53,5.53,0,0,0-5.85-5.7,6.06,6.06,0,0,0-6.32,6.08,5.42,5.42,0,0,0,1,3.19.44.44,0,0,1,.1.4c-.11.44-.35,1.4-.39,1.59s-.21.31-.47.19c-1.75-.82-2.84-3.37-2.84-5.43,0-4.41,3.21-8.47,9.25-8.47,4.85,0,8.63,3.46,8.63,8.09,0,4.82-3,8.7-7.27,8.7a3.76,3.76,0,0,1-3.21-1.6l-.87,3.33a15.55,15.55,0,0,1-1.74,3.67A14.17,14.17,0,0,0,16,30,14,14,0,0,0,16,2" }), children);
|
|
149
|
+
});
|
|
150
|
+
if (process.env.NODE_ENV !== "production") LogoPinterest.propTypes = require_iconPropTypes.iconPropTypes;
|
|
151
|
+
const LogoPython = /* @__PURE__ */ react.default.forwardRef(function LogoPython({ children, size = 16, ...rest }, ref) {
|
|
152
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
153
|
+
width: size,
|
|
154
|
+
height: size,
|
|
155
|
+
ref,
|
|
156
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
157
|
+
viewBox: "0 0 32 32",
|
|
158
|
+
fill: "currentColor",
|
|
159
|
+
...rest
|
|
160
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.4882,9.14v2.9663a4.2843,4.2843,0,0,1-4.173,4.2352H12.6431a3.4077,3.4077,0,0,0-3.34,3.3945v6.3607c0,1.81,1.5742,2.8751,3.34,3.3945a11.1762,11.1762,0,0,0,6.6721,0c1.6817-.4869,3.34-1.4668,3.34-3.3945V23.55H15.983v-.8486H25.9951c1.9414,0,2.6648-1.3542,3.34-3.3867a11.4642,11.4642,0,0,0,0-6.7889c-.48-1.9327-1.3961-3.3867-3.34-3.3867ZM19.7356,25.2476a1.2731,1.2731,0,1,1-1.2534,1.269A1.2607,1.2607,0,0,1,19.7356,25.2476Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
161
|
+
fill: "none",
|
|
162
|
+
d: "M19.7356,25.2476a1.2731,1.2731,0,1,1-1.2534,1.269A1.2607,1.2607,0,0,1,19.7356,25.2476Z"
|
|
163
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15.8351,2a19.0717,19.0717,0,0,0-3.192.2725c-2.8268.4994-3.34,1.5447-3.34,3.4723V8.2909h6.68V9.14H6.7962a4.1708,4.1708,0,0,0-4.173,3.3867,12.4855,12.4855,0,0,0,0,6.7889c.4748,1.9776,1.6088,3.3867,3.55,3.3867H8.47V19.65a4.2449,4.2449,0,0,1,4.173-4.15h6.6721a3.3654,3.3654,0,0,0,3.34-3.3944V5.745a3.729,3.729,0,0,0-3.34-3.4723A20.8377,20.8377,0,0,0,15.8351,2ZM12.2226,4.0478a1.2731,1.2731,0,1,1-1.2534,1.2768A1.2675,1.2675,0,0,1,12.2226,4.0478Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
164
|
+
fill: "none",
|
|
165
|
+
d: "M12.2226,4.0478a1.2731,1.2731,0,1,1-1.2534,1.2768A1.2675,1.2675,0,0,1,12.2226,4.0478Z"
|
|
166
|
+
}), children);
|
|
167
|
+
});
|
|
168
|
+
if (process.env.NODE_ENV !== "production") LogoPython.propTypes = require_iconPropTypes.iconPropTypes;
|
|
169
|
+
const LogoQuora = /* @__PURE__ */ react.default.forwardRef(function LogoQuora({ children, size = 16, ...rest }, ref) {
|
|
170
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
171
|
+
width: size,
|
|
172
|
+
height: size,
|
|
173
|
+
ref,
|
|
174
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
175
|
+
viewBox: "0 0 32 32",
|
|
176
|
+
fill: "currentColor",
|
|
177
|
+
...rest
|
|
178
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,23.86H27a1.72,1.72,0,0,1-1.73,1.72c-1.15,0-1.82-.86-2.58-2a11,11,0,0,0,4.79-9.1c.09-7.19-5.85-11.89-12.17-11.89S3,7.37,3,14.37,9,26.16,15.17,26.16a10.71,10.71,0,0,0,3.07-.48c1.15,2.11,2.59,3.74,5.46,3.74A5,5,0,0,0,29,23.86Zm-8.14-3.45a6.31,6.31,0,0,0-5.56-3.16,6,6,0,0,0-3.74,1.15L12.2,20a2.56,2.56,0,0,1,.86-.1c1.82,0,3,1.53,4.12,3.64a7.58,7.58,0,0,1-1.91.19C10.86,23.76,9,20.6,9,14.47s1.91-9.3,6.23-9.3,6.32,3.16,6.32,9.3A20.68,20.68,0,0,1,20.83,20.41Z" }), children);
|
|
179
|
+
});
|
|
180
|
+
if (process.env.NODE_ENV !== "production") LogoQuora.propTypes = require_iconPropTypes.iconPropTypes;
|
|
181
|
+
const LogoRScript = /* @__PURE__ */ react.default.forwardRef(function LogoRScript({ children, size = 16, ...rest }, ref) {
|
|
182
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
183
|
+
width: size,
|
|
184
|
+
height: size,
|
|
185
|
+
ref,
|
|
186
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
187
|
+
viewBox: "0 0 32 32",
|
|
188
|
+
fill: "currentColor",
|
|
189
|
+
...rest
|
|
190
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
191
|
+
fillRule: "evenodd",
|
|
192
|
+
d: "M30,14.7842c0-5.1782-6.2681-9.376-14-9.376S2,9.606,2,14.7842c0,4.6147,4.9814,8.4419,11.5361,9.2226v2.9917l4.7762-.0019,0-2.9741a19.3812,19.3812,0,0,0,3.3418-.6646L23.593,27l5.3975-.0024-3.253-5.4849C28.3625,19.8086,30,17.4263,30,14.7842Zm-22.4983.7c0-3.54,4.7644-6.41,10.6414-6.41s10.2138,1.9629,10.2138,6.41A5.4694,5.4694,0,0,1,24.9587,20.61a3.2252,3.2252,0,0,0-.2978-.1749,10.4735,10.4735,0,0,0-1.34-.5048s4.1743-.31,4.1743-4.4659-4.3684-4.2343-4.3684-4.2343H13.5361V21.2554C9.97,20.22,7.5017,18.0283,7.5017,15.4839Zm13.7422,1.8452-2.8928.001.0014-2.6812,2.8914.0015a1.2476,1.2476,0,0,1,1.34,1.3149A1.3232,1.3232,0,0,1,21.2439,17.3291Zm-2.9326,3.4946h1.2825a.8785.8785,0,0,1,.6406.291,3.2917,3.2917,0,0,1,.51.63,22.4033,22.4033,0,0,1-2.4326.1455Z"
|
|
193
|
+
}), children);
|
|
194
|
+
});
|
|
195
|
+
if (process.env.NODE_ENV !== "production") LogoRScript.propTypes = require_iconPropTypes.iconPropTypes;
|
|
196
|
+
const LogoReact = /* @__PURE__ */ react.default.forwardRef(function LogoReact({ children, size = 16, ...rest }, ref) {
|
|
197
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
198
|
+
width: size,
|
|
199
|
+
height: size,
|
|
200
|
+
ref,
|
|
201
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
202
|
+
viewBox: "0 0 32 32",
|
|
203
|
+
fill: "currentColor",
|
|
204
|
+
...rest
|
|
205
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,11.6c-0.3-0.1-0.6-0.2-0.9-0.3c0-0.2,0.1-0.4,0.1-0.6c0.7-3.3,0.2-6-1.3-6.9c-1.5-0.8-3.9,0-6.3,2.1 c-0.2,0.2-0.5,0.4-0.7,0.6c-0.2-0.1-0.3-0.3-0.5-0.4C13,3.9,10.5,3,9,3.9c-1.5,0.8-1.9,3.4-1.3,6.5c0.1,0.3,0.1,0.6,0.2,0.9 c-0.4,0.1-0.7,0.2-1,0.3c-3,1-4.9,2.7-4.9,4.3c0,1.7,2,3.5,5.1,4.5c0.2,0.1,0.5,0.2,0.8,0.2c-0.1,0.3-0.2,0.7-0.2,1 c-0.6,3.1-0.1,5.5,1.3,6.4c1.5,0.9,4,0,6.5-2.2c0.2-0.2,0.4-0.4,0.6-0.5c0.2,0.2,0.5,0.5,0.8,0.7c2.4,2.1,4.7,2.9,6.2,2 c1.5-0.9,2-3.5,1.4-6.7c0-0.2-0.1-0.5-0.2-0.8c0.2-0.1,0.4-0.1,0.5-0.2c3.2-1.1,5.3-2.8,5.3-4.5C30,14.3,28,12.7,25,11.6z M17.5,6.9 c2.1-1.8,4-2.5,4.9-2c0.9,0.5,1.3,2.7,0.7,5.6c0,0.2-0.1,0.4-0.1,0.6c-1.2-0.3-2.5-0.5-3.7-0.6c-0.7-1-1.5-2-2.4-3 C17.1,7.3,17.3,7.1,17.5,6.9L17.5,6.9z M10.3,17.4c0.3,0.5,0.5,1,0.8,1.5c0.3,0.5,0.6,1,0.9,1.4c-0.9-0.1-1.7-0.2-2.6-0.4 C9.6,19.1,9.9,18.3,10.3,17.4z M10.3,14.6c-0.4-0.8-0.6-1.6-0.9-2.4c0.8-0.2,1.7-0.3,2.5-0.4c-0.3,0.5-0.6,0.9-0.9,1.4 C10.8,13.6,10.5,14.1,10.3,14.6L10.3,14.6z M10.9,16c0.4-0.8,0.8-1.5,1.2-2.3c0.4-0.7,0.9-1.5,1.4-2.2c0.8-0.1,1.7-0.1,2.6-0.1 c0.9,0,1.7,0,2.6,0.1c0.5,0.7,0.9,1.4,1.3,2.2c0.4,0.7,0.8,1.5,1.2,2.3c-0.4,0.8-0.8,1.5-1.2,2.3c-0.4,0.7-0.9,1.5-1.3,2.2 c-0.8,0.1-1.7,0.1-2.6,0.1c-0.9,0-1.7,0-2.5-0.1c-0.5-0.7-0.9-1.4-1.4-2.2C11.7,17.5,11.3,16.8,10.9,16L10.9,16z M20.9,18.9 c0.3-0.5,0.6-1,0.8-1.5c0.4,0.8,0.7,1.6,0.9,2.5c-0.9,0.2-1.7,0.3-2.6,0.4C20.4,19.8,20.7,19.3,20.9,18.9z M21.7,14.6 c-0.3-0.5-0.5-1-0.8-1.5c-0.3-0.5-0.6-0.9-0.8-1.4c0.9,0.1,1.7,0.3,2.6,0.4C22.4,13,22.1,13.8,21.7,14.6z M16,8.3 c0.6,0.6,1.1,1.3,1.6,2c-1.1-0.1-2.2-0.1-3.3,0C14.9,9.6,15.5,8.9,16,8.3z M9.6,4.9c0.9-0.5,3,0.2,5.2,2.2c0.1,0.1,0.3,0.3,0.4,0.4 c-0.9,0.9-1.7,1.9-2.4,3c-1.3,0.1-2.5,0.3-3.7,0.6c-0.1-0.3-0.1-0.6-0.2-0.9C8.3,7.5,8.7,5.4,9.6,4.9z M8.2,19.6 c-0.2-0.1-0.5-0.1-0.7-0.2c-1.4-0.5-2.5-1.1-3.3-1.7c-0.7-0.6-1-1.2-1-1.7c0-1,1.5-2.3,4.1-3.2c0.3-0.1,0.6-0.2,1-0.3 C8.6,13.7,9,14.9,9.6,16C9,17.2,8.6,18.4,8.2,19.6z M14.7,25.1c-1.1,1-2.2,1.6-3.1,2c-0.9,0.3-1.5,0.3-2,0.1 c-0.9-0.5-1.3-2.5-0.8-5.1C8.9,21.7,9,21.4,9,21c1.2,0.3,2.5,0.5,3.8,0.5c0.7,1,1.5,2,2.4,3C15,24.7,14.9,24.9,14.7,25.1z M16,23.7 c-0.6-0.6-1.1-1.3-1.7-2c0.5,0,1.1,0,1.6,0c0.6,0,1.1,0,1.7,0C17.2,22.4,16.6,23.1,16,23.7z M23.3,25.4c-0.2,0.9-0.5,1.5-0.9,1.7 c-0.9,0.5-2.8-0.2-4.8-1.9c-0.2-0.2-0.5-0.4-0.7-0.6c0.8-0.9,1.6-1.9,2.3-3c1.3-0.1,2.5-0.3,3.8-0.6c0.1,0.2,0.1,0.5,0.2,0.7 C23.5,23.1,23.5,24.4,23.3,25.4z M24.3,19.4c-0.2,0-0.3,0.1-0.5,0.1c-0.4-1.2-0.9-2.4-1.4-3.6c0.5-1.1,1-2.3,1.4-3.5 c0.3,0.1,0.6,0.2,0.8,0.3c2.6,0.9,4.2,2.2,4.2,3.2C28.8,17.1,27.1,18.5,24.3,19.4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,18.5c0.5,0,1-0.1,1.4-0.4c0.4-0.3,0.7-0.7,0.9-1.1c0.2-0.5,0.2-1,0.1-1.5c-0.1-0.5-0.3-0.9-0.7-1.3 c-0.3-0.4-0.8-0.6-1.3-0.7c-0.5-0.1-1,0-1.5,0.1c-0.5,0.2-0.9,0.5-1.1,0.9c-0.3,0.4-0.4,0.9-0.4,1.4c0,0.3,0.1,0.7,0.2,1 c0.1,0.3,0.3,0.6,0.5,0.8c0.2,0.2,0.5,0.4,0.8,0.5C15.3,18.4,15.7,18.5,16,18.5z" }), children);
|
|
206
|
+
});
|
|
207
|
+
if (process.env.NODE_ENV !== "production") LogoReact.propTypes = require_iconPropTypes.iconPropTypes;
|
|
208
|
+
const LogoRedHatAiInstructlabOnIbmCloud = /* @__PURE__ */ react.default.forwardRef(function LogoRedHatAiInstructlabOnIbmCloud({ children, size = 16, ...rest }, ref) {
|
|
209
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
210
|
+
width: size,
|
|
211
|
+
height: size,
|
|
212
|
+
ref,
|
|
213
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
214
|
+
viewBox: "0 0 32 32",
|
|
215
|
+
fill: "currentColor",
|
|
216
|
+
...rest
|
|
217
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13.2148,13.1793c.2327-.501-.4158-.9337-.9252-.8189-.3831.0863-.8737.7158-1.0126,1.0705.0842.5294,1.6957.2715,1.9378-.2516ZM12.8453,12.7614c.06.5895-.6263.5432-1.0515.5242.2484-.3642.5768-.7484,1.0515-.5242ZM16,21.8211c.9062-.0084,1.2-1.8673.4673-2.0052-.0768-.0137-.2548-.0231-.4673-.0253-.2126.0021-.3906.0116-.4674.0253-.7326.1379-.4389,1.9968.4674,2.0052ZM12.154,19.6017c1.2337-.0746,1.1996-2.8773-.0815-2.8101-1.4228.0746-1.2452,2.8903.0815,2.8101ZM26.8406,9.7584c-.52-.6715-1.2484-2.2767-2.0789-2.4473-1.2431-.2547-2.1147.3842-2.923,1.221-1.6652-1.2252-3.7147-2.3188-5.8387-2.3052-2.1241-.0137-4.1736,1.08-5.8387,2.3052-.8084-.8368-1.68-1.4757-2.9231-1.221-.8305.1705-1.5589,1.7758-2.0789,2.4473-.9073,1.1747-3.1978,3.1746-3.1588,4.7346.0484,1.9073,4.4714,7.2376,6.3776,7.5229.4211.0631.7842-.0421,1.1874-.0842.7214,1.4147,1.8981,2.4644,3.2742,3.1268,1.9797.953,4.3409.953,6.3207,0,1.376-.6624,2.5527-1.7121,3.2742-3.1268.4031.0421.7662.1473,1.1873.0842,1.9062-.2853,6.3292-5.6156,6.3777-7.5229.0389-1.56-2.2515-3.5599-3.1589-4.7346h-.0001ZM11.1285,9.2016c1.6884-1.1799,3.2167-1.8304,4.8715-1.7957,1.6547-.0347,3.183.6158,4.8714,1.7957.3747.261,1.4536,1.0516,1.6978,1.3547.5905.7305.5526,3.2515.5853,4.204h-2.1263c-.9337,0-1.8673.001-2.801,0-.3168,0-.6905.201-.9157.421-.6642.6505-.2316,1.52-.2632,2.3157-.3494-.1453-.6979-.2-1.0483-.2084-.3505.0084-.699.0632-1.0484.2084-.0316-.7958.401-1.6652-.2632-2.3157-.2252-.22-.5989-.421-.9157-.421-.9337.001-1.8673,0-2.801,0h-2.1263c.0327-.9526-.0052-3.4736.5853-4.204.2442-.3032,1.3231-1.0937,1.6978-1.3547ZM8.6855,20.9191c-1.3947-.0516-5.3871-4.9725-5.5187-6.3293-.1126-1.1673,2.2062-3.2589,2.9399-4.1998.3547-.4537,1.14-2.0147,1.641-2.0473.4168-.0263,1.3157.5378,1.5052.9052.3968.7684-.179.8516-.4274,1.4389-.5137,1.2126-.3632,2.7736-.4127,4.062-.782.1769-1.4136.5273-1.361,1.4294.0253.4453.9062,3.3241,1.141,3.7094.3074.5042.8189.7263,1.3894.7684l-.8968.2632h0ZM9.3718,20.2338c-.4716.0221-.7389-.319-.9337-.6968-.2158-.4189-1.0146-3.0568-1.0431-3.4894-.0347-.52.5684-.8505,1.0294-.8652,0,1.7273.481,3.4041.9473,5.0514h0ZM8.8455,15.1814h5.1051c.3379.0674.7642.5432.7852.9.0264.4274-.3221,2.5242-.4452,3.0189-.0569.2274-.1937.6463-.3453.8126-.5737.6305-3.1567.1979-4.0346.3084-.5968-1.6241-.8789-3.3209-1.0652-5.0399ZM16,24.7495c-2.481-.18-4.9062-1.5852-5.7861-4.0946.9337-.0937,2.0989.1274,2.9999,0,1.6063-.2263,1.34-1.7242,1.7368-2.8957.3389-.1053.6926-.1579,1.0494-.1705.3568.0126.7104.0652,1.0494.1705.3968,1.1715.1305,2.6694,1.7368,2.8957.901.1274,2.0662-.0937,2.9999,0-.8799,2.5094-3.3051,3.9146-5.7861,4.0946ZM18.0546,19.9128c-.1516-.1663-.2884-.5853-.3452-.8126-.1232-.4947-.4716-2.5915-.4453-3.0189.0211-.3568.4473-.8326.7852-.9h5.1051c-.1863,1.7189-.4684,3.4157-1.0652,5.0399-.8779-.1105-3.4609.3221-4.0346-.3084ZM23.5755,15.1825c.4611.0147,1.0641.3452,1.0294.8652-.0284.4326-.8273,3.0704-1.0431,3.4894-.1948.3779-.4621.7189-.9337.6968.4663-1.6473.9473-3.3241.9473-5.0514h.0001ZM23.3144,20.9191l-.8968-.2632c.5705-.0421,1.082-.2642,1.3894-.7684.2347-.3853,1.1157-3.2641,1.141-3.7094.0527-.9021-.5789-1.2526-1.361-1.4294-.0495-1.2883.101-2.8494-.4127-4.062-.2484-.5873-.8242-.6705-.4273-1.4389.1895-.3674,1.0884-.9315,1.5052-.9052.501.0326,1.2863,1.5936,1.641,2.0473.7336.941,3.0526,3.0325,2.9399,4.1998-.1315,1.3568-4.124,6.2777-5.5187,6.3293h0ZM20.723,13.4309c-.1389-.3547-.6295-.9842-1.0126-1.0705-.5095-.1147-1.1579.3179-.9252.8189.2421.5231,1.8536.781,1.9378.2516ZM20.2061,13.2857c-.4252.0189-1.1115.0652-1.0515-.5242.4747-.2242.8031.16,1.0515.5242ZM16,22.0274c-.6074,1.041-1.6042.2295-2.3115-.4252.3514,1.0421,1.1141,1.8438,1.985,2.1157.2104.0657.4424.0657.6529,0,.871-.2719,1.6337-1.0736,1.985-2.1157-.7073.6547-1.7042,1.4662-2.3115.4252h.0001ZM16.4631,23.3104c-.2929.1281-.6333.1281-.9262,0-.213-.0932-.4126-.2253-.5853-.3925.3663-.0379.7895-.0547,1.0484-.2895.2589.2347.682.2516,1.0483.2895-.1727.1671-.3723.2993-.5853.3925h.0001ZM19.9274,16.7916c-1.2811-.0672-1.3152,2.7355-.0814,2.8101,1.3266.0803,1.5042-2.7354.0814-2.8101Z" }), children);
|
|
218
|
+
});
|
|
219
|
+
if (process.env.NODE_ENV !== "production") LogoRedHatAiInstructlabOnIbmCloud.propTypes = require_iconPropTypes.iconPropTypes;
|
|
220
|
+
const LogoRedHatAnsible = /* @__PURE__ */ react.default.forwardRef(function LogoRedHatAnsible({ children, size = 16, ...rest }, ref) {
|
|
221
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
222
|
+
width: size,
|
|
223
|
+
height: size,
|
|
224
|
+
ref,
|
|
225
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
226
|
+
viewBox: "0 0 32 32",
|
|
227
|
+
fill: "currentColor",
|
|
228
|
+
...rest
|
|
229
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.9104,20.5859h0l-5-11c-.1577-.3452-.5061-.5859-.9104-.5859s-.7529,.2407-.9104,.5859l-5,11c-.0576,.1265-.0896,.2661-.0896,.4141,0,.5522,.4478,1,1,1,.4043,0,.7527-.2407,.9104-.5859l1.9985-4.3965,6.4978,4.7876c.166,.1226,.3711,.1948,.5933,.1948,.5522,0,1-.4478,1-1,0-.1479-.032-.2881-.0896-.4141Zm-5.9104-8.1689l2.499,5.498-3.7441-2.7588,1.2451-2.7393Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30c-7.7197,0-14-6.2803-14-14S8.2803,2,16,2s14,6.2803,14,14-6.2803,14-14,14Zm0-26c-6.6167,0-12,5.3833-12,12s5.3833,12,12,12,12-5.3833,12-12-5.3833-12-12-12Z" }), children);
|
|
230
|
+
});
|
|
231
|
+
if (process.env.NODE_ENV !== "production") LogoRedHatAnsible.propTypes = require_iconPropTypes.iconPropTypes;
|
|
232
|
+
const LogoSketch = /* @__PURE__ */ react.default.forwardRef(function LogoSketch({ children, size = 16, ...rest }, ref) {
|
|
233
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
234
|
+
width: size,
|
|
235
|
+
height: size,
|
|
236
|
+
ref,
|
|
237
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
238
|
+
viewBox: "0 0 32 32",
|
|
239
|
+
fill: "currentColor",
|
|
240
|
+
...rest
|
|
241
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16.1,3.2l7.7,0.9c0.2,0,0.3,0.1,0.4,0.2l5.7,7.7c0.2,0.2,0.2,0.5,0,0.7l-13.6,16c-0.1,0.1-0.3,0.1-0.4,0c0,0,0,0,0,0 l-13.6-16C2,12.5,2,12.2,2.1,12l5.7-7.7c0.1-0.1,0.2-0.2,0.4-0.2l7.7-0.9C16,3.2,16,3.2,16.1,3.2z M17.7,4.8c0,0-0.1,0-0.2,0 c0,0-0.1,0.1,0,0.2l0,0l4.3,5.4c0,0.1,0.1,0.1,0.1,0.2c0,0.2-0.1,0.3-0.3,0.3l0,0H10.4c-0.1,0-0.1,0-0.2-0.1 c-0.1-0.1-0.1-0.3-0.1-0.4l0,0L14.5,5c0,0,0-0.1,0-0.2c0,0-0.1,0-0.2,0l0,0l-5.9,5.9c0,0-0.1,0.1-0.2,0.1c-0.1,0-0.2-0.1-0.2-0.2v0 l0.2-4.3c0-0.1,0-0.1-0.1-0.1c-0.1,0-0.1,0-0.1,0.1l0,0l-1.1,4.9c0,0.2-0.2,0.3-0.3,0.3l0,0l-2.8,0.6c-0.1,0-0.1,0.1-0.1,0.1 c0,0.1,0,0.1,0.1,0.1l0,0h2.7c0.2,0,0.3,0.1,0.4,0.2l0,0l6.6,11.8c0,0.1,0.1,0.1,0.2,0.1c0.1,0,0.1-0.1,0.1-0.2l0,0L8.6,12.9 c0,0,0-0.1,0-0.1c0-0.2,0.1-0.3,0.3-0.4l0,0h14.2c0.1,0,0.1,0,0.2,0c0.2,0.1,0.2,0.3,0.2,0.4l0,0l-5.3,11.3c0,0.1,0,0.2,0.1,0.2 c0.1,0,0.2,0,0.2-0.1l0,0L25,12.6c0.1-0.1,0.2-0.2,0.4-0.2l0,0h2.7c0.1,0,0.1,0,0.1-0.1c0-0.1,0-0.1-0.1-0.1l0,0l-2.8-0.6 c-0.2,0-0.3-0.2-0.4-0.3l0,0L24,6.3c0-0.1-0.1-0.1-0.1-0.1c-0.1,0-0.1,0-0.1,0.1v0l0.2,4.3c0,0.1,0,0.1-0.1,0.2 c-0.1,0.1-0.2,0.1-0.3,0l0,0L17.7,4.8z" }), children);
|
|
242
|
+
});
|
|
243
|
+
if (process.env.NODE_ENV !== "production") LogoSketch.propTypes = require_iconPropTypes.iconPropTypes;
|
|
244
|
+
const LogoSkype = /* @__PURE__ */ react.default.forwardRef(function LogoSkype({ children, size = 16, ...rest }, ref) {
|
|
245
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
33
246
|
width: size,
|
|
34
247
|
height: size,
|
|
35
248
|
ref,
|
|
@@ -40,8 +253,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
40
253
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.91,17.88A11.63,11.63,0,0,0,28.06,16,12.06,12.06,0,0,0,16,3.94a11.63,11.63,0,0,0-1.88.15,7.29,7.29,0,0,0-10,10A11.63,11.63,0,0,0,3.94,16,12.06,12.06,0,0,0,16,28.06a11.63,11.63,0,0,0,1.88-.15,7.29,7.29,0,0,0,10-10Zm-6.18,3.6a5,5,0,0,1-2.24,1.73,9,9,0,0,1-3.48.62A8.41,8.41,0,0,1,12,23a5.2,5.2,0,0,1-1.82-1.63,3.59,3.59,0,0,1-.7-2,1.36,1.36,0,0,1,.43-1A1.56,1.56,0,0,1,11,18a1.38,1.38,0,0,1,.91.32,2.5,2.5,0,0,1,.63.94,5.83,5.83,0,0,0,.66,1.18,2.61,2.61,0,0,0,1,.78,3.87,3.87,0,0,0,1.69.31,4,4,0,0,0,2.34-.62,1.8,1.8,0,0,0,.89-1.53,1.54,1.54,0,0,0-.47-1.17,3.09,3.09,0,0,0-1.25-.7c-.52-.17-1.21-.34-2.08-.53A16,16,0,0,1,12.41,16a4.78,4.78,0,0,1-1.89-1.4,3.5,3.5,0,0,1-.7-2.21,3.65,3.65,0,0,1,.74-2.24,4.7,4.7,0,0,1,2.14-1.5A9.51,9.51,0,0,1,16,8.17a8.63,8.63,0,0,1,2.59.35,5.81,5.81,0,0,1,1.83.92,3.91,3.91,0,0,1,1.06,1.21,2.62,2.62,0,0,1,.34,1.25,1.4,1.4,0,0,1-.43,1,1.43,1.43,0,0,1-1.07.46,1.25,1.25,0,0,1-.89-.28,3.36,3.36,0,0,1-.65-.87,3.79,3.79,0,0,0-1.05-1.31,3.13,3.13,0,0,0-1.95-.46,3.64,3.64,0,0,0-2,.5,1.44,1.44,0,0,0-.76,1.2,1.15,1.15,0,0,0,.25.75,2.21,2.21,0,0,0,.72.55,4.74,4.74,0,0,0,.92.36c.32.09.84.22,1.57.39.92.2,1.74.42,2.49.66a7.61,7.61,0,0,1,1.9.88,3.59,3.59,0,0,1,1.23,1.31A4,4,0,0,1,22.5,19,4.24,4.24,0,0,1,21.73,21.48Z" }), children);
|
|
41
254
|
});
|
|
42
255
|
if (process.env.NODE_ENV !== "production") LogoSkype.propTypes = require_iconPropTypes.iconPropTypes;
|
|
43
|
-
const LogoSlack = react.default.forwardRef(function LogoSlack({ children, size = 16, ...rest }, ref) {
|
|
44
|
-
return react.default.createElement(
|
|
256
|
+
const LogoSlack = /* @__PURE__ */ react.default.forwardRef(function LogoSlack({ children, size = 16, ...rest }, ref) {
|
|
257
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
45
258
|
width: size,
|
|
46
259
|
height: size,
|
|
47
260
|
ref,
|
|
@@ -52,8 +265,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
52
265
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9.0423,19.1661A2.5212,2.5212,0,1,1,6.5212,16.645H9.0423Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.3127,19.1661a2.5212,2.5212,0,0,1,5.0423,0v6.3127a2.5212,2.5212,0,1,1-5.0423,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12.8339,9.0423A2.5212,2.5212,0,1,1,15.355,6.5212V9.0423Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12.8339,10.3127a2.5212,2.5212,0,0,1,0,5.0423H6.5212a2.5212,2.5212,0,1,1,0-5.0423Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.9577,12.8339a2.5212,2.5212,0,1,1,2.5211,2.5211H22.9577Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.6873,12.8339a2.5212,2.5212,0,0,1-5.0423,0V6.5212a2.5212,2.5212,0,1,1,5.0423,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19.1661,22.9577a2.5212,2.5212,0,1,1-2.5211,2.5211V22.9577Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19.1661,21.6873a2.5212,2.5212,0,0,1,0-5.0423h6.3127a2.5212,2.5212,0,1,1,0,5.0423Z" }), children);
|
|
53
266
|
});
|
|
54
267
|
if (process.env.NODE_ENV !== "production") LogoSlack.propTypes = require_iconPropTypes.iconPropTypes;
|
|
55
|
-
const LogoSnapchat = react.default.forwardRef(function LogoSnapchat({ children, size = 16, ...rest }, ref) {
|
|
56
|
-
return react.default.createElement(
|
|
268
|
+
const LogoSnapchat = /* @__PURE__ */ react.default.forwardRef(function LogoSnapchat({ children, size = 16, ...rest }, ref) {
|
|
269
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
57
270
|
width: size,
|
|
58
271
|
height: size,
|
|
59
272
|
ref,
|
|
@@ -68,8 +281,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
68
281
|
}), children);
|
|
69
282
|
});
|
|
70
283
|
if (process.env.NODE_ENV !== "production") LogoSnapchat.propTypes = require_iconPropTypes.iconPropTypes;
|
|
71
|
-
const LogoSvelte = react.default.forwardRef(function LogoSvelte({ children, size = 16, ...rest }, ref) {
|
|
72
|
-
return react.default.createElement(
|
|
284
|
+
const LogoSvelte = /* @__PURE__ */ react.default.forwardRef(function LogoSvelte({ children, size = 16, ...rest }, ref) {
|
|
285
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
73
286
|
width: size,
|
|
74
287
|
height: size,
|
|
75
288
|
ref,
|
|
@@ -80,8 +293,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
80
293
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.1,5.7C23.5,2,18.4,0.9,14.7,3.2L8.2,7.4c-1.8,1.1-3,2.9-3.4,5c-0.3,1.7,0,3.5,0.8,5.1c-0.6,0.8-0.9,1.8-1.1,2.8 c-0.4,2.1,0.1,4.3,1.4,6c2.6,3.7,7.7,4.8,11.4,2.5l6.5-4.2c1.8-1.1,3-2.9,3.4-5c0.3-1.7,0-3.5-0.8-5.1c0.6-0.8,0.9-1.8,1.1-2.8 C27.9,9.6,27.4,7.4,26.1,5.7z M24.3,11c0,0.2-0.1,0.4-0.2,0.6L24,12l-0.3-0.2c-0.8-0.6-1.6-1-2.6-1.3l-0.2-0.1l0-0.2 c0-0.3-0.1-0.7-0.3-1c-0.4-0.5-1-0.8-1.7-0.6c-0.1,0-0.3,0.1-0.4,0.2L12,12.9c-0.3,0.2-0.5,0.5-0.6,0.9c-0.1,0.4,0,0.8,0.2,1.1 c0.4,0.5,1,0.8,1.7,0.6c0.1,0,0.3-0.1,0.4-0.2l2.5-1.6c0.4-0.3,0.9-0.5,1.3-0.6c2.1-0.5,4.3,0.3,5.6,2.1c0.7,1,1,2.4,0.8,3.6 c-0.2,1.2-1,2.3-2,3l-6.5,4.2c-0.4,0.3-0.9,0.5-1.3,0.6c-2.1,0.5-4.3-0.3-5.6-2.1c-0.7-1-1-2.4-0.8-3.6c0-0.2,0.1-0.4,0.2-0.6L8,20 l0.3,0.2c0.8,0.6,1.6,1,2.6,1.3l0.2,0.1l0,0.2c0,0.3,0.1,0.7,0.3,1c0.4,0.5,1,0.8,1.7,0.6c0.1,0,0.3-0.1,0.4-0.2l6.5-4.2 c0.3-0.2,0.5-0.5,0.6-0.9c0.1-0.4,0-0.8-0.2-1.1c-0.4-0.5-1-0.8-1.7-0.6c-0.1,0-0.3,0.1-0.4,0.2l-2.5,1.6c-0.4,0.3-0.9,0.5-1.3,0.6 c-2.1,0.5-4.3-0.3-5.6-2.1c-0.8-1-1-2.4-0.8-3.6c0.2-1.2,1-2.3,2-3l6.5-4.2c0.4-0.3,0.9-0.5,1.3-0.6c2.1-0.5,4.3,0.3,5.6,2.1 C24.2,8.5,24.5,9.8,24.3,11z" }), children);
|
|
81
294
|
});
|
|
82
295
|
if (process.env.NODE_ENV !== "production") LogoSvelte.propTypes = require_iconPropTypes.iconPropTypes;
|
|
83
|
-
const LogoTumblr = react.default.forwardRef(function LogoTumblr({ children, size = 16, ...rest }, ref) {
|
|
84
|
-
return react.default.createElement(
|
|
296
|
+
const LogoTumblr = /* @__PURE__ */ react.default.forwardRef(function LogoTumblr({ children, size = 16, ...rest }, ref) {
|
|
297
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
85
298
|
width: size,
|
|
86
299
|
height: size,
|
|
87
300
|
ref,
|
|
@@ -92,8 +305,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
92
305
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.6,28h-4c-3.59,0-6.3-1.86-6.3-6.3V14.58H9V10.72A7.17,7.17,0,0,0,14.3,4h3.76v6.12h4.36v4.46H18.06v6.2c0,1.86.94,2.49,2.42,2.49H22.6Z" }), children);
|
|
93
306
|
});
|
|
94
307
|
if (process.env.NODE_ENV !== "production") LogoTumblr.propTypes = require_iconPropTypes.iconPropTypes;
|
|
95
|
-
const LogoTwitter = react.default.forwardRef(function LogoTwitter({ children, size = 16, ...rest }, ref) {
|
|
96
|
-
return react.default.createElement(
|
|
308
|
+
const LogoTwitter = /* @__PURE__ */ react.default.forwardRef(function LogoTwitter({ children, size = 16, ...rest }, ref) {
|
|
309
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
97
310
|
width: size,
|
|
98
311
|
height: size,
|
|
99
312
|
ref,
|
|
@@ -104,8 +317,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
104
317
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11.5475,25.7523c9.0566,0,14.0102-7.5034,14.0102-14.0102,0-.2131,0-.4253-.0144-.6365,.9637-.697,1.7955-1.5601,2.4566-2.5488-.8987,.3982-1.852,.6594-2.8282,.7747,1.0279-.6154,1.7972-1.5833,2.1648-2.7235-.9666,.5736-2.024,.9778-3.1267,1.1952-1.8648-1.9829-4.984-2.0786-6.9669-.2138-1.2788,1.2026-1.8214,2.9947-1.4245,4.7047-3.9591-.1985-7.6479-2.0685-10.1482-5.1446-1.3069,2.2499-.6394,5.1282,1.5245,6.5731-.7836-.0232-1.5501-.2346-2.2349-.6163v.0624c.0006,2.3439,1.6529,4.3628,3.9504,4.8269-.7249,.1977-1.4855,.2266-2.2234,.0845,.6451,2.0058,2.4937,3.38,4.6003,3.4195-1.7436,1.3703-3.8975,2.1142-6.1152,2.112-.3918-.0008-.7832-.0245-1.1722-.071,2.2518,1.4451,4.8719,2.2116,7.5475,2.208" }), children);
|
|
105
318
|
});
|
|
106
319
|
if (process.env.NODE_ENV !== "production") LogoTwitter.propTypes = require_iconPropTypes.iconPropTypes;
|
|
107
|
-
const LogoVmware = react.default.forwardRef(function LogoVmware({ children, size = 16, ...rest }, ref) {
|
|
108
|
-
return react.default.createElement(
|
|
320
|
+
const LogoVmware = /* @__PURE__ */ react.default.forwardRef(function LogoVmware({ children, size = 16, ...rest }, ref) {
|
|
321
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
109
322
|
width: size,
|
|
110
323
|
height: size,
|
|
111
324
|
ref,
|
|
@@ -116,8 +329,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
116
329
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3.4,11C3,10.1,2,9.7,1,10.2s-1.3,1.4-0.9,2.3L4.1,21c0.6,1.3,1.3,2,2.5,2c1.3,0,1.9-0.8,2.5-2c0,0,3.4-7.4,3.4-7.5 c0-0.1,0.1-0.3,0.5-0.3c0.3,0,0.5,0.2,0.5,0.6V21c0,1.1,0.6,2,1.8,2s1.8-0.9,1.8-2V15c0-1.1,0.8-1.9,1.9-1.9c1.1,0,1.9,0.8,1.9,1.9 V21c0,1.1,0.6,2,1.8,2s1.8-0.9,1.8-2V15c0-1.1,0.8-1.9,1.9-1.9c1.1,0,1.9,0.8,1.9,1.9V21c0,1.1,0.6,2,1.8,2s1.8-0.9,1.8-2v-6.8 c0-2.5-2-4.2-4.4-4.2s-3.9,1.7-3.9,1.7c-0.8-1-1.9-1.7-3.8-1.7c-2,0-3.7,1.7-3.7,1.7c-0.8-1-2.2-1.7-3.3-1.7c-1.7,0-3.1,0.8-4,2.7 l-2.5,5.9L3.4,11" }), children);
|
|
117
330
|
});
|
|
118
331
|
if (process.env.NODE_ENV !== "production") LogoVmware.propTypes = require_iconPropTypes.iconPropTypes;
|
|
119
|
-
const LogoVmwareAlt = react.default.forwardRef(function LogoVmwareAlt({ children, size = 16, ...rest }, ref) {
|
|
120
|
-
return react.default.createElement(
|
|
332
|
+
const LogoVmwareAlt = /* @__PURE__ */ react.default.forwardRef(function LogoVmwareAlt({ children, size = 16, ...rest }, ref) {
|
|
333
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
121
334
|
width: size,
|
|
122
335
|
height: size,
|
|
123
336
|
ref,
|
|
@@ -128,8 +341,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
128
341
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.4131,19.1099l-1.9154-5.5355c-.0401-.1304-.1003-.351-.1003-.5415,0-.5114,.4112-1.0128,1.073-1.0128,.5515,0,.9226,.351,1.083,.8624l1.2034,3.9812,1.2335-3.9711c.1604-.5315,.5716-.8925,1.1432-.8925h.1304c.5716,0,.9828,.371,1.1432,.8925l1.2435,3.9812,1.2335-4.0113c.1504-.4713,.4814-.8524,1.073-.8524,.6117,0,1.0429,.4713,1.0429,1.0229,0,.1504-.0401,.351-.0702,.4513l-2.0056,5.6258c-.2306,.6919-.6919,.9928-1.2335,.9928h-.0702c-.5415,0-.9928-.3109-1.2034-.9527l-1.2435-3.9511-1.2635,3.9511c-.2006,.6418-.6619,.9527-1.2034,.9527h-.0702c-.5315,0-.9928-.3109-1.2234-.9928Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2.0939,12.645c-.2469-.5532-.8692-.8001-1.452-.5433-.5828,.2568-.7902,.8989-.5334,1.452l2.4299,5.2846c.3852,.8297,.7902,1.2644,1.5409,1.2644,.81,0,1.1656-.4741,1.5409-1.2644,0,0,2.1237-4.6228,2.1435-4.6722,.0198-.0494,.0889-.1976,.3062-.1976,.1877,0,.3358,.1482,.3358,.3457v4.524c0,.6914,.3852,1.2644,1.1261,1.2644s1.1458-.5729,1.1458-1.2644v-3.6943c0-.7112,.5136-1.1755,1.2051-1.1755s1.1557,.4741,1.1557,1.1755v3.6943c0,.6914,.3852,1.2644,1.1261,1.2644s1.1458-.5729,1.1458-1.2644v-3.6943c0-.7112,.5136-1.1755,1.2051-1.1755s1.1557,.4741,1.1557,1.1755v3.6943c0,.6914,.3852,1.2644,1.1261,1.2644s1.1458-.5729,1.1458-1.2644v-4.2079c0-1.5508-1.2446-2.6275-2.7361-2.6275s-2.4299,1.0372-2.4299,1.0372c-.4939-.6421-1.1853-1.0372-2.341-1.0372-1.2248,0-2.3015,1.0372-2.3015,1.0372-.5038-.6421-1.3434-1.0372-2.0447-1.0372-1.0866,0-1.9459,.4741-2.4694,1.6792l-1.5508,3.6647-1.9756-4.7018" }), children);
|
|
129
342
|
});
|
|
130
343
|
if (process.env.NODE_ENV !== "production") LogoVmwareAlt.propTypes = require_iconPropTypes.iconPropTypes;
|
|
131
|
-
const LogoVue = react.default.forwardRef(function LogoVue({ children, size = 16, ...rest }, ref) {
|
|
132
|
-
return react.default.createElement(
|
|
344
|
+
const LogoVue = /* @__PURE__ */ react.default.forwardRef(function LogoVue({ children, size = 16, ...rest }, ref) {
|
|
345
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
133
346
|
width: size,
|
|
134
347
|
height: size,
|
|
135
348
|
ref,
|
|
@@ -140,8 +353,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
140
353
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.9,3.9L16,19.4L7.1,3.9H2l14,24.3L30,3.9H24.9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,9.5l-3.2-5.6H8.1L16,17.5l7.9-13.6h-4.6L16,9.5z" }), children);
|
|
141
354
|
});
|
|
142
355
|
if (process.env.NODE_ENV !== "production") LogoVue.propTypes = require_iconPropTypes.iconPropTypes;
|
|
143
|
-
const LogoWechat = react.default.forwardRef(function LogoWechat({ children, size = 16, ...rest }, ref) {
|
|
144
|
-
return react.default.createElement(
|
|
356
|
+
const LogoWechat = /* @__PURE__ */ react.default.forwardRef(function LogoWechat({ children, size = 16, ...rest }, ref) {
|
|
357
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
145
358
|
width: size,
|
|
146
359
|
height: size,
|
|
147
360
|
ref,
|
|
@@ -155,8 +368,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
155
368
|
}), children);
|
|
156
369
|
});
|
|
157
370
|
if (process.env.NODE_ENV !== "production") LogoWechat.propTypes = require_iconPropTypes.iconPropTypes;
|
|
158
|
-
const LogoX = react.default.forwardRef(function LogoX({ children, size = 16, ...rest }, ref) {
|
|
159
|
-
return react.default.createElement(
|
|
371
|
+
const LogoX = /* @__PURE__ */ react.default.forwardRef(function LogoX({ children, size = 16, ...rest }, ref) {
|
|
372
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
160
373
|
width: size,
|
|
161
374
|
height: size,
|
|
162
375
|
ref,
|
|
@@ -167,8 +380,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
167
380
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m18.2342,14.1624l8.7424-10.1624h-2.0717l-7.591,8.8238-6.0629-8.8238h-6.9929l9.1684,13.3432-9.1684,10.6568h2.0718l8.0163-9.3183,6.4029,9.3183h6.9929l-9.5083-13.8376h.0005Zm-2.8376,3.2984l-.9289-1.3287L7.0763,5.5596h3.1822l5.9649,8.5323.9289,1.3287,7.7536,11.0907h-3.1822l-6.3272-9.05v-.0005Z" }), children);
|
|
168
381
|
});
|
|
169
382
|
if (process.env.NODE_ENV !== "production") LogoX.propTypes = require_iconPropTypes.iconPropTypes;
|
|
170
|
-
const LogoXing = react.default.forwardRef(function LogoXing({ children, size = 16, ...rest }, ref) {
|
|
171
|
-
return react.default.createElement(
|
|
383
|
+
const LogoXing = /* @__PURE__ */ react.default.forwardRef(function LogoXing({ children, size = 16, ...rest }, ref) {
|
|
384
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
172
385
|
width: size,
|
|
173
386
|
height: size,
|
|
174
387
|
ref,
|
|
@@ -179,8 +392,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
179
392
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11.42,8.29a1.25,1.25,0,0,0-1.13-.76h-4a.65.65,0,0,0-.55.25.63.63,0,0,0,0,.62l2.73,4.73v0L4.17,20.72a.6.6,0,0,0,0,.62.58.58,0,0,0,.52.28h4a1.22,1.22,0,0,0,1.1-.78l4.36-7.71S11.42,8.29,11.42,8.29Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.83,2.88a.65.65,0,0,0,0-.62A.61.61,0,0,0,27.3,2H23.22a1.19,1.19,0,0,0-1.08.77s-8.7,15.43-9,15.93l5.74,10.53A1.26,1.26,0,0,0,20,30h4a.59.59,0,0,0,.54-.26.62.62,0,0,0,0-.62l-5.69-10.4a0,0,0,0,1,0,0Z" }), children);
|
|
180
393
|
});
|
|
181
394
|
if (process.env.NODE_ENV !== "production") LogoXing.propTypes = require_iconPropTypes.iconPropTypes;
|
|
182
|
-
const LogoYelp = react.default.forwardRef(function LogoYelp({ children, size = 16, ...rest }, ref) {
|
|
183
|
-
return react.default.createElement(
|
|
395
|
+
const LogoYelp = /* @__PURE__ */ react.default.forwardRef(function LogoYelp({ children, size = 16, ...rest }, ref) {
|
|
396
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
184
397
|
width: size,
|
|
185
398
|
height: size,
|
|
186
399
|
ref,
|
|
@@ -206,8 +419,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
206
419
|
}), children);
|
|
207
420
|
});
|
|
208
421
|
if (process.env.NODE_ENV !== "production") LogoYelp.propTypes = require_iconPropTypes.iconPropTypes;
|
|
209
|
-
const LogoYoutube = react.default.forwardRef(function LogoYoutube({ children, size = 16, ...rest }, ref) {
|
|
210
|
-
return react.default.createElement(
|
|
422
|
+
const LogoYoutube = /* @__PURE__ */ react.default.forwardRef(function LogoYoutube({ children, size = 16, ...rest }, ref) {
|
|
423
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
211
424
|
width: size,
|
|
212
425
|
height: size,
|
|
213
426
|
ref,
|
|
@@ -218,8 +431,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
218
431
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.41,9.26a3.5,3.5,0,0,0-2.47-2.47C24.76,6.2,16,6.2,16,6.2s-8.76,0-10.94.59A3.5,3.5,0,0,0,2.59,9.26,36.13,36.13,0,0,0,2,16a36.13,36.13,0,0,0,.59,6.74,3.5,3.5,0,0,0,2.47,2.47C7.24,25.8,16,25.8,16,25.8s8.76,0,10.94-.59a3.5,3.5,0,0,0,2.47-2.47A36.13,36.13,0,0,0,30,16,36.13,36.13,0,0,0,29.41,9.26ZM13.2,20.2V11.8L20.47,16Z" }), children);
|
|
219
432
|
});
|
|
220
433
|
if (process.env.NODE_ENV !== "production") LogoYoutube.propTypes = require_iconPropTypes.iconPropTypes;
|
|
221
|
-
const Logout = react.default.forwardRef(function Logout({ children, size = 16, ...rest }, ref) {
|
|
222
|
-
return react.default.createElement(
|
|
434
|
+
const Logout = /* @__PURE__ */ react.default.forwardRef(function Logout({ children, size = 16, ...rest }, ref) {
|
|
435
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
223
436
|
width: size,
|
|
224
437
|
height: size,
|
|
225
438
|
ref,
|
|
@@ -230,8 +443,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
230
443
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,30H18a2.0023,2.0023,0,0,0,2-2V25H18v3H6V4H18V7h2V4a2.0023,2.0023,0,0,0-2-2H6A2.0023,2.0023,0,0,0,4,4V28A2.0023,2.0023,0,0,0,6,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.586 20.586 24.172 17 10 17 10 15 24.172 15 20.586 11.414 22 10 28 16 22 22 20.586 20.586z" }), children);
|
|
231
444
|
});
|
|
232
445
|
if (process.env.NODE_ENV !== "production") Logout.propTypes = require_iconPropTypes.iconPropTypes;
|
|
233
|
-
const Loop = react.default.forwardRef(function Loop({ children, size = 16, ...rest }, ref) {
|
|
234
|
-
return react.default.createElement(
|
|
446
|
+
const Loop = /* @__PURE__ */ react.default.forwardRef(function Loop({ children, size = 16, ...rest }, ref) {
|
|
447
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
235
448
|
width: size,
|
|
236
449
|
height: size,
|
|
237
450
|
ref,
|
|
@@ -242,8 +455,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
242
455
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.59 19.41 26 22 21 22 21 24 26 24 23.59 26.59 25 28 30 23 25 18 23.59 19.41z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,6A9,9,0,0,0,5.52,20l1.66-1.11A7,7,0,1,1,13,22H2v2H13A9,9,0,0,0,13,6Z" }), children);
|
|
243
456
|
});
|
|
244
457
|
if (process.env.NODE_ENV !== "production") Loop.propTypes = require_iconPropTypes.iconPropTypes;
|
|
245
|
-
const LoopAlt = react.default.forwardRef(function LoopAlt({ children, size = 16, ...rest }, ref) {
|
|
246
|
-
return react.default.createElement(
|
|
458
|
+
const LoopAlt = /* @__PURE__ */ react.default.forwardRef(function LoopAlt({ children, size = 16, ...rest }, ref) {
|
|
459
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
247
460
|
width: size,
|
|
248
461
|
height: size,
|
|
249
462
|
ref,
|
|
@@ -254,8 +467,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
254
467
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15.271,10v9.9883h4.729v2.0117h-6.999v-12h2.27ZM23,25h3.7517c-1.2576,1.8159-3.3484,3-5.7517,3h-10c-3.8999,0-7-3.1001-7-7v-8h-2v8c0,5,4,9,9,9h9.9998c2.8477,0,5.3555-1.311,7.0002-3.3516v3.3516h2v-7h-7v2ZM21,2h-9.9998c-2.8477,0-5.3555,1.311-7.0002,3.3516v-3.3516h-2v7h7v-2h-3.7517c1.2576-1.8159,3.3484-3,5.7517-3h10c3.8999,0,7,3.1001,7,7v8h2v-8c0-5-4-9-9-9Z" }), children);
|
|
255
468
|
});
|
|
256
469
|
if (process.env.NODE_ENV !== "production") LoopAlt.propTypes = require_iconPropTypes.iconPropTypes;
|
|
257
|
-
const LowSeverity = react.default.forwardRef(function LowSeverity({ children, size = 16, ...rest }, ref) {
|
|
258
|
-
if (size === "glyph" || size === "glyph" || size === "glyphpx") return react.default.createElement(
|
|
470
|
+
const LowSeverity = /* @__PURE__ */ react.default.forwardRef(function LowSeverity({ children, size = 16, ...rest }, ref) {
|
|
471
|
+
if (size === "glyph" || size === "glyph" || size === "glyphpx") return react.default.createElement(require_Icon.Icon, {
|
|
259
472
|
width: size,
|
|
260
473
|
height: size,
|
|
261
474
|
ref,
|
|
@@ -264,7 +477,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
264
477
|
fill: "currentColor",
|
|
265
478
|
...rest
|
|
266
479
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 4H12V12H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,4v8H4V4h8m1-1H3V13H13V3Z" }), children);
|
|
267
|
-
return react.default.createElement(
|
|
480
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
268
481
|
width: size,
|
|
269
482
|
height: size,
|
|
270
483
|
ref,
|
|
@@ -275,8 +488,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
275
488
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 4H12V12H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,4v8H4V4h8m1-1H3V13H13V3Z" }), children);
|
|
276
489
|
});
|
|
277
490
|
if (process.env.NODE_ENV !== "production") LowSeverity.propTypes = require_iconPropTypes.iconPropTypes;
|
|
278
|
-
const Mac = react.default.forwardRef(function Mac({ children, size = 16, ...rest }, ref) {
|
|
279
|
-
return react.default.createElement(
|
|
491
|
+
const Mac = /* @__PURE__ */ react.default.forwardRef(function Mac({ children, size = 16, ...rest }, ref) {
|
|
492
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
280
493
|
width: size,
|
|
281
494
|
height: size,
|
|
282
495
|
ref,
|
|
@@ -296,8 +509,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
296
509
|
}), children);
|
|
297
510
|
});
|
|
298
511
|
if (process.env.NODE_ENV !== "production") Mac.propTypes = require_iconPropTypes.iconPropTypes;
|
|
299
|
-
const MacCommand = react.default.forwardRef(function MacCommand({ children, size = 16, ...rest }, ref) {
|
|
300
|
-
return react.default.createElement(
|
|
512
|
+
const MacCommand = /* @__PURE__ */ react.default.forwardRef(function MacCommand({ children, size = 16, ...rest }, ref) {
|
|
513
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
301
514
|
width: size,
|
|
302
515
|
height: size,
|
|
303
516
|
ref,
|
|
@@ -308,8 +521,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
308
521
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,13a4,4,0,0,0,4-4V8a4,4,0,0,0-4-4H23a4,4,0,0,0-4,4v3H13V8A4,4,0,0,0,9,4H8A4,4,0,0,0,4,8V9a4,4,0,0,0,4,4h3v6H8a4,4,0,0,0-4,4v1a4,4,0,0,0,4,4H9a4,4,0,0,0,4-4V21h6v3a4,4,0,0,0,4,4h1a4,4,0,0,0,4-4V23a4,4,0,0,0-4-4H21V13ZM21,8a2,2,0,0,1,2-2h1a2,2,0,0,1,2,2V9a2,2,0,0,1-2,2H21ZM8,11A2,2,0,0,1,6,9V8A2,2,0,0,1,8,6H9a2,2,0,0,1,2,2v3H8Zm3,13a2,2,0,0,1-2,2H8a2,2,0,0,1-2-2V23a2,2,0,0,1,2-2h3Zm8-5H13V13h6Zm2,2h3a2,2,0,0,1,2,2v1a2,2,0,0,1-2,2H23a2,2,0,0,1-2-2Z" }), children);
|
|
309
522
|
});
|
|
310
523
|
if (process.env.NODE_ENV !== "production") MacCommand.propTypes = require_iconPropTypes.iconPropTypes;
|
|
311
|
-
const MacOption = react.default.forwardRef(function MacOption({ children, size = 16, ...rest }, ref) {
|
|
312
|
-
return react.default.createElement(
|
|
524
|
+
const MacOption = /* @__PURE__ */ react.default.forwardRef(function MacOption({ children, size = 16, ...rest }, ref) {
|
|
525
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
313
526
|
width: size,
|
|
314
527
|
height: size,
|
|
315
528
|
ref,
|
|
@@ -320,8 +533,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
320
533
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 5H28V7H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.6 5 4 5 4 7 9.4 7 18.4 27 28 27 28 25 19.6 25z" }), children);
|
|
321
534
|
});
|
|
322
535
|
if (process.env.NODE_ENV !== "production") MacOption.propTypes = require_iconPropTypes.iconPropTypes;
|
|
323
|
-
const MacShift = react.default.forwardRef(function MacShift({ children, size = 16, ...rest }, ref) {
|
|
324
|
-
return react.default.createElement(
|
|
536
|
+
const MacShift = /* @__PURE__ */ react.default.forwardRef(function MacShift({ children, size = 16, ...rest }, ref) {
|
|
537
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
325
538
|
width: size,
|
|
326
539
|
height: size,
|
|
327
540
|
ref,
|
|
@@ -332,14 +545,14 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
332
545
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,28H11a2.0023,2.0023,0,0,1-2-2V16H4a1,1,0,0,1-.707-1.707l12-12a.9994.9994,0,0,1,1.414,0l12,12A1,1,0,0,1,28,16H23V26A2.0027,2.0027,0,0,1,21,28ZM6.4141,14H11V26H21V14h4.5859L16,4.4141Z" }), children);
|
|
333
546
|
});
|
|
334
547
|
if (process.env.NODE_ENV !== "production") MacShift.propTypes = require_iconPropTypes.iconPropTypes;
|
|
335
|
-
const MachineLearning = react.default.forwardRef(function MachineLearning({ children, size = 16, ...rest }, ref) {
|
|
548
|
+
const MachineLearning = /* @__PURE__ */ react.default.forwardRef(function MachineLearning({ children, size = 16, ...rest }, ref) {
|
|
336
549
|
if (process.env.NODE_ENV !== "production") {
|
|
337
550
|
if (!didWarnAboutDeprecation["MachineLearning"]) {
|
|
338
551
|
didWarnAboutDeprecation["MachineLearning"] = true;
|
|
339
552
|
console.warn("Icon should not be used. Teams should use machine-learning-model instead. As a result, the MachineLearning component will be removed in the next major version of @carbon/icons-react.");
|
|
340
553
|
}
|
|
341
554
|
}
|
|
342
|
-
return react.default.createElement(
|
|
555
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
343
556
|
width: size,
|
|
344
557
|
height: size,
|
|
345
558
|
ref,
|
|
@@ -350,8 +563,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
350
563
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,25a6.9908,6.9908,0,0,1-5.833-3.1287l1.666-1.1074a5.0007,5.0007,0,0,0,8.334,0l1.666,1.1074A6.9908,6.9908,0,0,1,16,25Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,14a2,2,0,1,0,2,2A1.9806,1.9806,0,0,0,20,14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,14a2,2,0,1,0,2,2A1.9806,1.9806,0,0,0,12,14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,16V14H28V10a4.0045,4.0045,0,0,0-4-4H22V2H20V6H12V2H10V6H8a4.0045,4.0045,0,0,0-4,4v4H2v2H4v5H2v2H4v3a4.0045,4.0045,0,0,0,4,4H24a4.0045,4.0045,0,0,0,4-4V23h2V21H28V16ZM26,26a2.0023,2.0023,0,0,1-2,2H8a2.0023,2.0023,0,0,1-2-2V10A2.0023,2.0023,0,0,1,8,8H24a2.0023,2.0023,0,0,1,2,2Z" }), children);
|
|
351
564
|
});
|
|
352
565
|
if (process.env.NODE_ENV !== "production") MachineLearning.propTypes = require_iconPropTypes.iconPropTypes;
|
|
353
|
-
const MachineLearningModel = react.default.forwardRef(function MachineLearningModel({ children, size = 16, ...rest }, ref) {
|
|
354
|
-
return react.default.createElement(
|
|
566
|
+
const MachineLearningModel = /* @__PURE__ */ react.default.forwardRef(function MachineLearningModel({ children, size = 16, ...rest }, ref) {
|
|
567
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
355
568
|
width: size,
|
|
356
569
|
height: size,
|
|
357
570
|
ref,
|
|
@@ -365,8 +578,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
365
578
|
}), children);
|
|
366
579
|
});
|
|
367
580
|
if (process.env.NODE_ENV !== "production") MachineLearningModel.propTypes = require_iconPropTypes.iconPropTypes;
|
|
368
|
-
const MagicWand = react.default.forwardRef(function MagicWand({ children, size = 16, ...rest }, ref) {
|
|
369
|
-
return react.default.createElement(
|
|
581
|
+
const MagicWand = /* @__PURE__ */ react.default.forwardRef(function MagicWand({ children, size = 16, ...rest }, ref) {
|
|
582
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
370
583
|
width: size,
|
|
371
584
|
height: size,
|
|
372
585
|
ref,
|
|
@@ -386,8 +599,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
386
599
|
}), children);
|
|
387
600
|
});
|
|
388
601
|
if (process.env.NODE_ENV !== "production") MagicWand.propTypes = require_iconPropTypes.iconPropTypes;
|
|
389
|
-
const MagicWandFilled = react.default.forwardRef(function MagicWandFilled({ children, size = 16, ...rest }, ref) {
|
|
390
|
-
return react.default.createElement(
|
|
602
|
+
const MagicWandFilled = /* @__PURE__ */ react.default.forwardRef(function MagicWandFilled({ children, size = 16, ...rest }, ref) {
|
|
603
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
391
604
|
width: size,
|
|
392
605
|
height: size,
|
|
393
606
|
ref,
|
|
@@ -407,8 +620,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
407
620
|
}), children);
|
|
408
621
|
});
|
|
409
622
|
if (process.env.NODE_ENV !== "production") MagicWandFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
410
|
-
const WatsonHealthMagnify = react.default.forwardRef(function WatsonHealthMagnify({ children, size = 16, ...rest }, ref) {
|
|
411
|
-
return react.default.createElement(
|
|
623
|
+
const WatsonHealthMagnify = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthMagnify({ children, size = 16, ...rest }, ref) {
|
|
624
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
412
625
|
width: size,
|
|
413
626
|
height: size,
|
|
414
627
|
ref,
|
|
@@ -419,8 +632,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
419
632
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,21H4V4H22v8h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V21a2,2,0,0,0,2,2h8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,28.58l-3.11-3.11a6,6,0,1,0-1.42,1.42L28.58,30ZM22,26a4,4,0,1,1,4-4A4,4,0,0,1,22,26Z" }), children);
|
|
420
633
|
});
|
|
421
634
|
if (process.env.NODE_ENV !== "production") WatsonHealthMagnify.propTypes = require_iconPropTypes.iconPropTypes;
|
|
422
|
-
const MailAll = react.default.forwardRef(function MailAll({ children, size = 16, ...rest }, ref) {
|
|
423
|
-
return react.default.createElement(
|
|
635
|
+
const MailAll = /* @__PURE__ */ react.default.forwardRef(function MailAll({ children, size = 16, ...rest }, ref) {
|
|
636
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
424
637
|
width: size,
|
|
425
638
|
height: size,
|
|
426
639
|
ref,
|
|
@@ -431,8 +644,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
431
644
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16.59 20.41 20.17 24 20.17 24 16.58 27.59 18 29 23 24 18 19 16.59 20.41z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.59 20.41 27.17 24 27.17 24 23.58 27.59 25 29 30 24 25 19 23.59 20.41z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,23H4V7.91l11.43,7.91a1,1,0,0,0,1.14,0L28,7.91V17h2V7a2,2,0,0,0-2-2H4A2,2,0,0,0,2,7V23a2,2,0,0,0,2,2H14ZM25.8,7,16,13.78,6.2,7Z" }), children);
|
|
432
645
|
});
|
|
433
646
|
if (process.env.NODE_ENV !== "production") MailAll.propTypes = require_iconPropTypes.iconPropTypes;
|
|
434
|
-
const MailReply = react.default.forwardRef(function MailReply({ children, size = 16, ...rest }, ref) {
|
|
435
|
-
return react.default.createElement(
|
|
647
|
+
const MailReply = /* @__PURE__ */ react.default.forwardRef(function MailReply({ children, size = 16, ...rest }, ref) {
|
|
648
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
436
649
|
width: size,
|
|
437
650
|
height: size,
|
|
438
651
|
ref,
|
|
@@ -443,8 +656,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
443
656
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,18l-1.4141,1.4141L26.1672,22H18a4,4,0,0,0,0,8h2V28H18a2,2,0,0,1,0-4h8.1672l-2.5827,2.5874L25,28l5-5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,22H4L3.9966,6.9064l11.4341,7.9159a1.0008,1.0008,0,0,0,1.1386,0L28,6.9086,28,16h2V6a2.0025,2.0025,0,0,0-2-2H4A2,2,0,0,0,2,5.9965V22a2.0026,2.0026,0,0,0,2,2h6ZM25.7986,6,16,12.7837,6.2014,6Z" }), children);
|
|
444
657
|
});
|
|
445
658
|
if (process.env.NODE_ENV !== "production") MailReply.propTypes = require_iconPropTypes.iconPropTypes;
|
|
446
|
-
const WatsonHealthMammogram = react.default.forwardRef(function WatsonHealthMammogram({ children, size = 16, ...rest }, ref) {
|
|
447
|
-
return react.default.createElement(
|
|
659
|
+
const WatsonHealthMammogram = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthMammogram({ children, size = 16, ...rest }, ref) {
|
|
660
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
448
661
|
width: size,
|
|
449
662
|
height: size,
|
|
450
663
|
ref,
|
|
@@ -455,8 +668,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
455
668
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25 32 32 32 32 25 30 25 30 30 25 30 25 32z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,27H22V17h3a3.0033,3.0033,0,0,1,3,3v4A3.0033,3.0033,0,0,1,25,27Zm-1-2h1a1.0006,1.0006,0,0,0,1-1V20a1.0006,1.0006,0,0,0-1-1H24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,27H14V23a2.002,2.002,0,0,1,2-2h2V19H14V17h4a2.0023,2.0023,0,0,1,2,2v2a2.0023,2.0023,0,0,1-2,2H16v2h4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,15H22V5h3a3.0033,3.0033,0,0,1,3,3v4A3.0033,3.0033,0,0,1,25,15Zm-1-2h1a1.0009,1.0009,0,0,0,1-1V8a1.0009,1.0009,0,0,0-1-1H24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,5H14V7h4V9H15v2h3v2H14v2h4a2.0027,2.0027,0,0,0,2-2V7A2.0023,2.0023,0,0,0,18,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,27H8V23.9541C3.2847,23.5117,2,19.9443,2,18c0-3.0146,2.082-4.5015,3.9189-5.814C7.5723,11.0054,9,9.9854,9,8V5h2V8c0,3.0146-2.082,4.5015-3.9189,5.814C5.4277,14.9946,4,16.0146,4,18c.0054.4033.1914,4,5,4a1,1,0,0,1,1,1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 0 0 0 0 7 2 7 2 2 7 2 7 0z" }), children);
|
|
456
669
|
});
|
|
457
670
|
if (process.env.NODE_ENV !== "production") WatsonHealthMammogram.propTypes = require_iconPropTypes.iconPropTypes;
|
|
458
|
-
const ManageProtection = react.default.forwardRef(function ManageProtection({ children, size = 16, ...rest }, ref) {
|
|
459
|
-
return react.default.createElement(
|
|
671
|
+
const ManageProtection = /* @__PURE__ */ react.default.forwardRef(function ManageProtection({ children, size = 16, ...rest }, ref) {
|
|
672
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
460
673
|
width: size,
|
|
461
674
|
height: size,
|
|
462
675
|
ref,
|
|
@@ -467,8 +680,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
467
680
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30,9.8242,26.7071A10.9815,10.9815,0,0,1,4,17V4A2.0022,2.0022,0,0,1,6,2H26a2.0022,2.0022,0,0,1,2,2V17a10.9815,10.9815,0,0,1-5.8242,9.7069ZM6,4V17a8.9852,8.9852,0,0,0,4.7656,7.9423L16,27.7333l5.2344-2.791A8.9852,8.9852,0,0,0,26,17V4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,25.277V6h8V16.8048a7,7,0,0,1-3.7,6.1731Z" }), children);
|
|
468
681
|
});
|
|
469
682
|
if (process.env.NODE_ENV !== "production") ManageProtection.propTypes = require_iconPropTypes.iconPropTypes;
|
|
470
|
-
const ManagedSolutions = react.default.forwardRef(function ManagedSolutions({ children, size = 16, ...rest }, ref) {
|
|
471
|
-
return react.default.createElement(
|
|
683
|
+
const ManagedSolutions = /* @__PURE__ */ react.default.forwardRef(function ManagedSolutions({ children, size = 16, ...rest }, ref) {
|
|
684
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
472
685
|
width: size,
|
|
473
686
|
height: size,
|
|
474
687
|
ref,
|
|
@@ -479,8 +692,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
479
692
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 23 25 23 25 18 23 18 23 23 18 23 18 25 23 25 23 30 25 30 25 25 30 25 30 23z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.1273,11.8394l1.1807.2136a5.7919,5.7919,0,0,1,2.6247,1.1445A5.4219,5.4219,0,0,1,29.9532,18h2.0293a7.5022,7.5022,0,0,0-6.15-7.8848,10.0067,10.0067,0,0,0-7.9387-7.9336,10.0025,10.0025,0,0,0-11.72,7.9336A7.5055,7.5055,0,0,0,.0576,18.4088,7.6841,7.6841,0,0,0,7.7725,25H14V23H7.6978a5.6323,5.6323,0,0,1-5.6024-4.4859,5.5064,5.5064,0,0,1,4.4338-6.4306l1.3488-.2441.2138-1.11a8.2061,8.2061,0,0,1,6.7427-6.6426,7.9714,7.9714,0,0,1,3.0138.13,8.1442,8.1442,0,0,1,6.0526,6.4464Z" }), children);
|
|
480
693
|
});
|
|
481
694
|
if (process.env.NODE_ENV !== "production") ManagedSolutions.propTypes = require_iconPropTypes.iconPropTypes;
|
|
482
|
-
const Map = react.default.forwardRef(function Map({ children, size = 16, ...rest }, ref) {
|
|
483
|
-
return react.default.createElement(
|
|
695
|
+
const Map = /* @__PURE__ */ react.default.forwardRef(function Map({ children, size = 16, ...rest }, ref) {
|
|
696
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
484
697
|
width: size,
|
|
485
698
|
height: size,
|
|
486
699
|
ref,
|
|
@@ -495,8 +708,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
495
708
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,12H26v2h2V28H4V14H6V12H4a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V14A2,2,0,0,0,28,12Z" }), children);
|
|
496
709
|
});
|
|
497
710
|
if (process.env.NODE_ENV !== "production") Map.propTypes = require_iconPropTypes.iconPropTypes;
|
|
498
|
-
const MapCenter = react.default.forwardRef(function MapCenter({ children, size = 16, ...rest }, ref) {
|
|
499
|
-
return react.default.createElement(
|
|
711
|
+
const MapCenter = /* @__PURE__ */ react.default.forwardRef(function MapCenter({ children, size = 16, ...rest }, ref) {
|
|
712
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
500
713
|
width: size,
|
|
501
714
|
height: size,
|
|
502
715
|
ref,
|
|
@@ -507,8 +720,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
507
720
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23 26H25V30H23z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23 18H25V22H23z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 23H30V25H26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 23H22V25H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.3418,10.06l-22-8A1,1,0,0,0,2.06,3.3415l8,22A1.0011,1.0011,0,0,0,10.9839,26H11a1,1,0,0,0,.9287-.6289L15.77,15.7692l9.6015-3.8408a1,1,0,0,0-.0293-1.8687ZM14.6284,14.0709v0l-.3979.1591-.1591.3979,0,0-3.0268,7.5678L4.6719,4.6715l17.5244,6.3726Z" }), children);
|
|
508
721
|
});
|
|
509
722
|
if (process.env.NODE_ENV !== "production") MapCenter.propTypes = require_iconPropTypes.iconPropTypes;
|
|
510
|
-
const MapIdentify = react.default.forwardRef(function MapIdentify({ children, size = 16, ...rest }, ref) {
|
|
511
|
-
return react.default.createElement(
|
|
723
|
+
const MapIdentify = /* @__PURE__ */ react.default.forwardRef(function MapIdentify({ children, size = 16, ...rest }, ref) {
|
|
724
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
512
725
|
width: size,
|
|
513
726
|
height: size,
|
|
514
727
|
ref,
|
|
@@ -519,8 +732,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
519
732
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 8H17V14H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 18H17V24H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 15H24V17H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 15H14V17H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,10H2V4A2.0021,2.0021,0,0,1,4,2h6V4H4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,30H4a2.0021,2.0021,0,0,1-2-2V22H4v6h6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,30H22V28h6V22h2v6A2.0021,2.0021,0,0,1,28,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,10H28V4H22V2h6a2.0021,2.0021,0,0,1,2,2Z" }), children);
|
|
520
733
|
});
|
|
521
734
|
if (process.env.NODE_ENV !== "production") MapIdentify.propTypes = require_iconPropTypes.iconPropTypes;
|
|
522
|
-
const MappingClear = react.default.forwardRef(function MappingClear({ children, size = 16, ...rest }, ref) {
|
|
523
|
-
return react.default.createElement(
|
|
735
|
+
const MappingClear = /* @__PURE__ */ react.default.forwardRef(function MappingClear({ children, size = 16, ...rest }, ref) {
|
|
736
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
524
737
|
width: size,
|
|
525
738
|
height: size,
|
|
526
739
|
ref,
|
|
@@ -531,8 +744,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
531
744
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,4v4c0,1.1-.9,2-2,2h-4c-1.1,0-2-.9-2-2v-1h-2l-6.2,12.8c-.2.7-1,1.2-1.8,1.2h-2v1c0,1.1-.9,2-2,2h-4c-1.1,0-2-.9-2-2v-4c0-1.1.9-2,2-2h4c1.1,0,2,.9,2,2v1h2l5.8-12h-7.8v1c0,1.1-.9,2-2,2H4c-1.1,0-2-.9-2-2v-4c0-1.1.9-2,2-2h4c1.1,0,2,.9,2,2v1h12v-1c0-1.1.9-2,2-2h4c1.1,0,2,.9,2,2ZM8,4h-4v4h4v-4ZM8,18h-4v4h4v-4ZM28,4h-4v4h4v-4ZM26.4,25l3.6-3.6-1.4-1.4-3.6,3.6-3.6-3.6-1.4,1.4,3.6,3.6-3.6,3.6,1.4,1.4,3.6-3.6,3.6,3.6,1.4-1.4-3.6-3.6Z" }), children);
|
|
532
745
|
});
|
|
533
746
|
if (process.env.NODE_ENV !== "production") MappingClear.propTypes = require_iconPropTypes.iconPropTypes;
|
|
534
|
-
const MappingHide = react.default.forwardRef(function MappingHide({ children, size = 16, ...rest }, ref) {
|
|
535
|
-
return react.default.createElement(
|
|
747
|
+
const MappingHide = /* @__PURE__ */ react.default.forwardRef(function MappingHide({ children, size = 16, ...rest }, ref) {
|
|
748
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
536
749
|
width: size,
|
|
537
750
|
height: size,
|
|
538
751
|
ref,
|
|
@@ -543,8 +756,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
543
756
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,2h-4c-1.1001,0-2,.8999-2,2v1h-12v-1c0-1.1001-.8999-2-2-2h-4c-1.1001,0-2,.8999-2,2v4c0,1.1001.8999,2,2,2h4c1.1001,0,2-.8999,2-2v-1h7.8l-5.8,12h-2v-1c0-1.1001-.8999-2-2-2H4c-1.1001,0-2,.8999-2,2v4c0,1.1001.8999,2,2,2h4c1.1001,0,2-.8999,2-2v-1h2c.8,0,1.6001-.5,1.8-1.2002l6.2-12.7998h2v1c0,1.1001.8999,2,2,2h4c1.1001,0,2-.8999,2-2v-4c0-1.1001-.8999-2-2-2ZM8,8h-4v-4h4v4ZM8,22h-4v-4h4v4ZM28,8h-4v-4h4v4ZM15.7871,26.9966c-.6255-.7224-1.1656-1.5436-1.564-2.4752l-.2231-.5215.2231-.5215c1.4231-3.3287,4.4761-5.4785,7.7769-5.4785.8191,0,1.6177.1464,2.3828.4008l-1.6667,1.6669c-.2321-.0436-.4709-.0677-.7161-.0677-2.2056,0-4,1.7944-4,4,0,.2451.0242.484.0676.716l-2.2805,2.2806h0ZM27.8352,20.5789l2.5789-2.5789-1.4141-1.4141-13.3947,13.4205,1.4011,1.4011,2.0272-2.0272c.9393.3888,1.9368.6196,2.9663.6196,3.3008,0,6.354-2.1498,7.7769-5.4785l.2231-.5215-.2231-.5215c-.4773-1.1164-1.1499-2.0851-1.9417-2.8997v.0002ZM22,28c-.4717,0-.918-.0967-1.3386-.2474l5.0913-5.0912c.1506.4206.2473.8669.2473,1.3386,0,2.2056-1.7944,4-4,4Z" }), children);
|
|
544
757
|
});
|
|
545
758
|
if (process.env.NODE_ENV !== "production") MappingHide.propTypes = require_iconPropTypes.iconPropTypes;
|
|
546
|
-
const MappingShow = react.default.forwardRef(function MappingShow({ children, size = 16, ...rest }, ref) {
|
|
547
|
-
return react.default.createElement(
|
|
759
|
+
const MappingShow = /* @__PURE__ */ react.default.forwardRef(function MappingShow({ children, size = 16, ...rest }, ref) {
|
|
760
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
548
761
|
width: size,
|
|
549
762
|
height: size,
|
|
550
763
|
ref,
|
|
@@ -555,8 +768,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
555
768
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,4v4c0,1.1-.9,2-2,2h-4c-1.1,0-2-.9-2-2v-1h-2l-6.2,12.8c-.2.7-1,1.2-1.8,1.2h-2v1c0,1.1-.9,2-2,2h-4c-1.1,0-2-.9-2-2v-4c0-1.1.9-2,2-2h4c1.1,0,2,.9,2,2v1h2l5.8-12h-7.8v1c0,1.1-.9,2-2,2h-4c-1.1,0-2-.9-2-2v-4c0-1.1.9-2,2-2h4c1.1,0,2,.9,2,2v1h12v-1c0-1.1.9-2,2-2h4c1.1,0,2,.9,2,2ZM8,4h-4v4h4v-4ZM8,18h-4v4h4v-4ZM28,4h-4v4h4v-4ZM22,22c-1.103,0-2,.8975-2,2s.897,2,2,2,2-.8975,2-2-.897-2-2-2ZM29.7769,23.4785c-1.4229-3.3287-4.4761-5.4785-7.7769-5.4785s-6.3538,2.1499-7.7769,5.4785l-.2231.5215.2231.5215c1.4231,3.3287,4.4761,5.4785,7.7769,5.4785s6.354-2.1499,7.7769-5.4785l.2231-.5215-.2231-.5215ZM22,28c-2.2056,0-4-1.7944-4-4s1.7944-4,4-4,4,1.7944,4,4-1.7944,4-4,4Z" }), children);
|
|
556
769
|
});
|
|
557
770
|
if (process.env.NODE_ENV !== "production") MappingShow.propTypes = require_iconPropTypes.iconPropTypes;
|
|
558
|
-
const MapBoundary = react.default.forwardRef(function MapBoundary({ children, size = 16, ...rest }, ref) {
|
|
559
|
-
return react.default.createElement(
|
|
771
|
+
const MapBoundary = /* @__PURE__ */ react.default.forwardRef(function MapBoundary({ children, size = 16, ...rest }, ref) {
|
|
772
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
560
773
|
width: size,
|
|
561
774
|
height: size,
|
|
562
775
|
ref,
|
|
@@ -567,8 +780,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
567
780
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 10H14V14H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 18H22V20H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 18 14 16 12 16 12 20 16 20 16 18 14 18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 4H28V16H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17.885 29.997 11.819 26.142 4 27.989 4 4 14 4 14 8 12 8 12 6 6 6 6 25.461 12.181 24.001 18.115 27.773 22.818 26 26 26 26 20 24 20 24 18 28 18 28 28 23.182 28 17.885 29.997z" }), children);
|
|
568
781
|
});
|
|
569
782
|
if (process.env.NODE_ENV !== "production") MapBoundary.propTypes = require_iconPropTypes.iconPropTypes;
|
|
570
|
-
const MapBoundaryVegetation = react.default.forwardRef(function MapBoundaryVegetation({ children, size = 16, ...rest }, ref) {
|
|
571
|
-
return react.default.createElement(
|
|
783
|
+
const MapBoundaryVegetation = /* @__PURE__ */ react.default.forwardRef(function MapBoundaryVegetation({ children, size = 16, ...rest }, ref) {
|
|
784
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
572
785
|
width: size,
|
|
573
786
|
height: size,
|
|
574
787
|
ref,
|
|
@@ -579,8 +792,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
579
792
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,16H18V14h5V10a2,2,0,0,1,2-2h1.5a1.5,1.5,0,0,0,.2837-2.9734l-.7109-.1355L25.9982,4.32a2.6322,2.6322,0,0,0-1.68-2.1823,2.5051,2.5051,0,0,0-3.0836,1.3042l-.3032.6472-.71-.0771a2.0185,2.0185,0,0,0-2.17,2.4343A2.0976,2.0976,0,0,0,20.1261,8H21v2h-.7817A4.1491,4.1491,0,0,1,16.012,6.3136a4.0047,4.0047,0,0,1,3.7414-4.306A4.5006,4.5006,0,0,1,27.8267,3.26a3.5051,3.5051,0,0,1,2.1422,3.7094A3.6283,3.6283,0,0,1,26.3172,10H25v4h3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 18H22V20H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 18 14 16 12 16 12 20 16 20 16 18 14 18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 10H14V14H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17.885 30 11.819 26.142 4 27.989 4 4 14 4 14 8 12 8 12 6 6 6 6 25.461 12.181 24.001 18.115 27.776 22.818 26 26 26 26 20 24 20 24 18 28 18 28 28 23.182 28 17.885 30z" }), children);
|
|
580
793
|
});
|
|
581
794
|
if (process.env.NODE_ENV !== "production") MapBoundaryVegetation.propTypes = require_iconPropTypes.iconPropTypes;
|
|
582
|
-
const Marginal = react.default.forwardRef(function Marginal({ children, size = 16, ...rest }, ref) {
|
|
583
|
-
return react.default.createElement(
|
|
795
|
+
const Marginal = /* @__PURE__ */ react.default.forwardRef(function Marginal({ children, size = 16, ...rest }, ref) {
|
|
796
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
584
797
|
width: size,
|
|
585
798
|
height: size,
|
|
586
799
|
ref,
|
|
@@ -591,8 +804,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
591
804
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.56,23l-1.56-1.56,12.44-12.44,1.56,1.56s-12.44,12.44-12.44,12.44Z" }), children);
|
|
592
805
|
});
|
|
593
806
|
if (process.env.NODE_ENV !== "production") Marginal.propTypes = require_iconPropTypes.iconPropTypes;
|
|
594
|
-
const MarineWarning = react.default.forwardRef(function MarineWarning({ children, size = 16, ...rest }, ref) {
|
|
595
|
-
return react.default.createElement(
|
|
807
|
+
const MarineWarning = /* @__PURE__ */ react.default.forwardRef(function MarineWarning({ children, size = 16, ...rest }, ref) {
|
|
808
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
596
809
|
width: size,
|
|
597
810
|
height: size,
|
|
598
811
|
ref,
|
|
@@ -606,8 +819,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
606
819
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.9115,13.9355,23.6284,2.3706a.7181.7181,0,0,0-1.2568,0L16.0885,13.9355A.72.72,0,0,0,16.72,15H29.28A.72.72,0,0,0,29.9115,13.9355ZM22.25,6h1.5v4h-1.5ZM23,13a1,1,0,1,1,1-1A1,1,0,0,1,23,13Z" }), children);
|
|
607
820
|
});
|
|
608
821
|
if (process.env.NODE_ENV !== "production") MarineWarning.propTypes = require_iconPropTypes.iconPropTypes;
|
|
609
|
-
const MaterialRequest = react.default.forwardRef(function MaterialRequest({ children, size = 16, ...rest }, ref) {
|
|
610
|
-
return react.default.createElement(
|
|
822
|
+
const MaterialRequest = /* @__PURE__ */ react.default.forwardRef(function MaterialRequest({ children, size = 16, ...rest }, ref) {
|
|
823
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
611
824
|
width: size,
|
|
612
825
|
height: size,
|
|
613
826
|
ref,
|
|
@@ -618,8 +831,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
618
831
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,19.1024c0,.8322-.3242,1.6136-.9141,2.2006l-7.2773,7.2504c-.9365.9328-2.1807,1.4466-3.5029,1.4466h-7.3057v-2l7.3057-.0004c.7891,0,1.5322-.3067,2.0908-.8644l7.2783-7.2504c.21-.2081.3252-.4865.3252-.7824.001-.296-.1152-.5743-.3252-.7833-.4277-.4279-1.127-.4279-1.5547,0l-5.8818,5.8595c-.5176.5138-1.3535.8205-2.2383.8205h-.9923c-.0033,0-.0063.001-.0096.001h-3.9981s-.0019-2-.0019-2h.002,0s4.0048-.0013,4.0048-.0013c.5484-.0038.9933-.4493.9933-.9987,0-.5518-.4482-1.0001-1-1.0001h-7c-1.6543,0-3,1.3457-3,3v1.3341l-3.3984,4.5254-1.5997-1.2012,2.9981-3.9922v-.6661c0-2.7568,2.2432-4.9999,5-4.9999h7c1.528,0,2.7784,1.1522,2.9627,2.631l4.7473-4.7292c1.207-1.2023,3.1719-1.2023,4.3789,0,.5889.587.9141,1.3685.9131,2.2006h0ZM29.8673,10.4804c-.1787.3105-.5088.502-.8672.502h-7c-.3584,0-.6885-.1914-.8672-.502s-.1768-.6924.0029-1.002l3.5-6c.3594-.6143,1.3691-.6143,1.7285,0l3.5,6c.1797.3096.1816.6914.0029,1.002h.0001ZM27.2589,8.9824l-1.7588-3.0151-1.7588,3.0151h3.5176ZM9,2v7H2V2h7ZM7,4h-3v3h3v-3ZM19,13c0,2.2061-1.7939,4-4,4s-4-1.7939-4-4,1.7939-4,4-4,4,1.7939,4,4ZM17,13c0-1.1025-.8975-2-2-2s-2,.8975-2,2,.8975,2,2,2,2-.8975,2-2Z" }), children);
|
|
619
832
|
});
|
|
620
833
|
if (process.env.NODE_ENV !== "production") MaterialRequest.propTypes = require_iconPropTypes.iconPropTypes;
|
|
621
|
-
const MathCurve = react.default.forwardRef(function MathCurve({ children, size = 16, ...rest }, ref) {
|
|
622
|
-
return react.default.createElement(
|
|
834
|
+
const MathCurve = /* @__PURE__ */ react.default.forwardRef(function MathCurve({ children, size = 16, ...rest }, ref) {
|
|
835
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
623
836
|
width: size,
|
|
624
837
|
height: size,
|
|
625
838
|
ref,
|
|
@@ -630,8 +843,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
630
843
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.3555,23.0581C12.77,24.5918,15.6208,26,17.9514,26a3.8729,3.8729,0,0,0,2.856-1.084c2.2859-2.29.14-6.3979-1.938-10.3721L24.67,8.7427c1.07.686,2.1038,1.4253,3.0117,2.124L29,9.3486c-.7783-.6064-1.772-1.3383-2.8721-2.0634L30,3.4131,28.5859,2,24.3794,6.2061c-3.3164-1.91-7.1079-3.2461-9.2288-1.1216-2.0388,2.0425-.5512,5.5317,1.2683,9.082l-6.3071,6.3066c-1.0322-.7133-1.9985-1.4448-2.8-2.101L6,19.8848c.6145.5058,1.5513,1.2451,2.6653,2.0351L4,26.585V2H2V28a2,2,0,0,0,2,2H30V28H5.4133ZM16.5647,6.501c1.1357-1.1377,3.6931-.2862,6.3372,1.1831l-4.9947,4.9941C16.5942,10.0591,15.5562,7.5112,16.5647,6.501Zm.8215,9.5259c1.58,3.0317,3.1822,6.2959,2.0071,7.4726-1.3125,1.3145-4.5227-.0254-7.572-1.9077Z" }), children);
|
|
631
844
|
});
|
|
632
845
|
if (process.env.NODE_ENV !== "production") MathCurve.propTypes = require_iconPropTypes.iconPropTypes;
|
|
633
|
-
const QMatrix = react.default.forwardRef(function QMatrix({ children, size = 16, ...rest }, ref) {
|
|
634
|
-
return react.default.createElement(
|
|
846
|
+
const QMatrix = /* @__PURE__ */ react.default.forwardRef(function QMatrix({ children, size = 16, ...rest }, ref) {
|
|
847
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
635
848
|
width: size,
|
|
636
849
|
height: size,
|
|
637
850
|
ref,
|
|
@@ -642,8 +855,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
642
855
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 13 18 4 16 4 16 6 13 6 13 8 16 8 16 13 13 13 13 15 21 15 21 13 18 13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16.5,20A3.5,3.5,0,1,1,13,23.5,3.5,3.5,0,0,1,16.5,20m0-2A5.5,5.5,0,1,0,22,23.5,5.5,5.5,0,0,0,16.5,18Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 30 2 30 2 2 8 2 8 4 4 4 4 28 8 28 8 30z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 30 24 30 24 28 28 28 28 4 24 4 24 2 30 2 30 30z" }), children);
|
|
643
856
|
});
|
|
644
857
|
if (process.env.NODE_ENV !== "production") QMatrix.propTypes = require_iconPropTypes.iconPropTypes;
|
|
645
|
-
const Maximize = react.default.forwardRef(function Maximize({ children, size = 16, ...rest }, ref) {
|
|
646
|
-
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(
|
|
858
|
+
const Maximize = /* @__PURE__ */ react.default.forwardRef(function Maximize({ children, size = 16, ...rest }, ref) {
|
|
859
|
+
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
|
|
647
860
|
width: size,
|
|
648
861
|
height: size,
|
|
649
862
|
ref,
|
|
@@ -652,7 +865,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
652
865
|
fill: "currentColor",
|
|
653
866
|
...rest
|
|
654
867
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 15 6 14 2.7 14 7 9.7 6.3 9 2 13.3 2 10 1 10 1 15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 1 10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z" }), children);
|
|
655
|
-
return react.default.createElement(
|
|
868
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
656
869
|
width: size,
|
|
657
870
|
height: size,
|
|
658
871
|
ref,
|
|
@@ -663,8 +876,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
663
876
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 2 20 4 26.586 4 18 12.582 19.414 14 28 5.414 28 12 30 12 30 2 20 2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 19.416 12.592 18 4 26.586 4 20 2 20 2 30 12 30 12 28 5.414 28 14 19.416z" }), children);
|
|
664
877
|
});
|
|
665
878
|
if (process.env.NODE_ENV !== "production") Maximize.propTypes = require_iconPropTypes.iconPropTypes;
|
|
666
|
-
const MediaLibrary = react.default.forwardRef(function MediaLibrary({ children, size = 16, ...rest }, ref) {
|
|
667
|
-
return react.default.createElement(
|
|
879
|
+
const MediaLibrary = /* @__PURE__ */ react.default.forwardRef(function MediaLibrary({ children, size = 16, ...rest }, ref) {
|
|
880
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
668
881
|
width: size,
|
|
669
882
|
height: size,
|
|
670
883
|
ref,
|
|
@@ -675,8 +888,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
675
888
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 15 13 23 13 23 20 19 13 15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,28H6a2.0021,2.0021,0,0,1-2-2V12a2.0021,2.0021,0,0,1,2-2H26a2.0021,2.0021,0,0,1,2,2V26A2.0021,2.0021,0,0,1,26,28ZM6,12V26H26V12Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 6H26V8H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 2H24V4H8z" }), children);
|
|
676
889
|
});
|
|
677
890
|
if (process.env.NODE_ENV !== "production") MediaLibrary.propTypes = require_iconPropTypes.iconPropTypes;
|
|
678
|
-
const MediaLibraryFilled = react.default.forwardRef(function MediaLibraryFilled({ children, size = 16, ...rest }, ref) {
|
|
679
|
-
return react.default.createElement(
|
|
891
|
+
const MediaLibraryFilled = /* @__PURE__ */ react.default.forwardRef(function MediaLibraryFilled({ children, size = 16, ...rest }, ref) {
|
|
892
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
680
893
|
width: size,
|
|
681
894
|
height: size,
|
|
682
895
|
ref,
|
|
@@ -691,8 +904,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
691
904
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,10H6a2.0023,2.0023,0,0,0-2,2V26a2.0023,2.0023,0,0,0,2,2H26a2.0023,2.0023,0,0,0,2-2V12A2.0023,2.0023,0,0,0,26,10ZM13,23h0V15l7,4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 6H26V8H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 2H24V4H8z" }), children);
|
|
692
905
|
});
|
|
693
906
|
if (process.env.NODE_ENV !== "production") MediaLibraryFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
694
|
-
const MediaCast = react.default.forwardRef(function MediaCast({ children, size = 16, ...rest }, ref) {
|
|
695
|
-
return react.default.createElement(
|
|
907
|
+
const MediaCast = /* @__PURE__ */ react.default.forwardRef(function MediaCast({ children, size = 16, ...rest }, ref) {
|
|
908
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
696
909
|
width: size,
|
|
697
910
|
height: size,
|
|
698
911
|
ref,
|
|
@@ -703,8 +916,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
703
916
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2,26H5a3,3,0,0,0-3-3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,26H7a5.0057,5.0057,0,0,0-5-5V19A7.0078,7.0078,0,0,1,9,26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,26H11a9.01,9.01,0,0,0-9-9V15A11.0125,11.0125,0,0,1,13,26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,26H15V24H28V8H4v5H2V8A2.0021,2.0021,0,0,1,4,6H28a2.0021,2.0021,0,0,1,2,2V24A2.0021,2.0021,0,0,1,28,26Z" }), children);
|
|
704
917
|
});
|
|
705
918
|
if (process.env.NODE_ENV !== "production") MediaCast.propTypes = require_iconPropTypes.iconPropTypes;
|
|
706
|
-
const Medication = react.default.forwardRef(function Medication({ children, size = 16, ...rest }, ref) {
|
|
707
|
-
return react.default.createElement(
|
|
919
|
+
const Medication = /* @__PURE__ */ react.default.forwardRef(function Medication({ children, size = 16, ...rest }, ref) {
|
|
920
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
708
921
|
width: size,
|
|
709
922
|
height: size,
|
|
710
923
|
ref,
|
|
@@ -715,8 +928,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
715
928
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,2H8A2,2,0,0,0,6,4V8a2,2,0,0,0,2,2V28a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V10a2,2,0,0,0,2-2V4A2,2,0,0,0,24,2ZM10,14h3V24H10ZM22,28H10V26h5V12H10V10H22ZM8,8V4H24V8Z" }), children);
|
|
716
929
|
});
|
|
717
930
|
if (process.env.NODE_ENV !== "production") Medication.propTypes = require_iconPropTypes.iconPropTypes;
|
|
718
|
-
const MedicationAlert = react.default.forwardRef(function MedicationAlert({ children, size = 16, ...rest }, ref) {
|
|
719
|
-
return react.default.createElement(
|
|
931
|
+
const MedicationAlert = /* @__PURE__ */ react.default.forwardRef(function MedicationAlert({ children, size = 16, ...rest }, ref) {
|
|
932
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
720
933
|
width: size,
|
|
721
934
|
height: size,
|
|
722
935
|
ref,
|
|
@@ -731,8 +944,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
731
944
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,2H4A2,2,0,0,0,2,4V8a2,2,0,0,0,2,2V28a2,2,0,0,0,2,2h8V28H6V26h5V12H6V10H18v3h2V10a2,2,0,0,0,2-2V4A2,2,0,0,0,20,2ZM9,14V24H6V14ZM4,8V4H20V8Z" }), children);
|
|
732
945
|
});
|
|
733
946
|
if (process.env.NODE_ENV !== "production") MedicationAlert.propTypes = require_iconPropTypes.iconPropTypes;
|
|
734
|
-
const MedicationReminder = react.default.forwardRef(function MedicationReminder({ children, size = 16, ...rest }, ref) {
|
|
735
|
-
return react.default.createElement(
|
|
947
|
+
const MedicationReminder = /* @__PURE__ */ react.default.forwardRef(function MedicationReminder({ children, size = 16, ...rest }, ref) {
|
|
948
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
736
949
|
width: size,
|
|
737
950
|
height: size,
|
|
738
951
|
ref,
|
|
@@ -747,8 +960,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
747
960
|
}), children);
|
|
748
961
|
});
|
|
749
962
|
if (process.env.NODE_ENV !== "production") MedicationReminder.propTypes = require_iconPropTypes.iconPropTypes;
|
|
750
|
-
const Menu = react.default.forwardRef(function Menu({ children, size = 16, ...rest }, ref) {
|
|
751
|
-
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(
|
|
963
|
+
const Menu = /* @__PURE__ */ react.default.forwardRef(function Menu({ children, size = 16, ...rest }, ref) {
|
|
964
|
+
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
|
|
752
965
|
width: size,
|
|
753
966
|
height: size,
|
|
754
967
|
ref,
|
|
@@ -757,7 +970,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
757
970
|
fill: "currentColor",
|
|
758
971
|
...rest
|
|
759
972
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 12H14V13H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 9H14V10H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 6H14V7H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 3H14V4H2z" }), children);
|
|
760
|
-
if (size === 20 || size === "20" || size === "20px") return react.default.createElement(
|
|
973
|
+
if (size === 20 || size === "20" || size === "20px") return react.default.createElement(require_Icon.Icon, {
|
|
761
974
|
width: size,
|
|
762
975
|
height: size,
|
|
763
976
|
ref,
|
|
@@ -766,7 +979,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
766
979
|
fill: "currentColor",
|
|
767
980
|
...rest
|
|
768
981
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 14.8H18V16H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 11.2H18V12.399999999999999H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 7.6H18V8.799999999999999H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 4H18V5.2H2z" }), children);
|
|
769
|
-
if (size === 24 || size === "24" || size === "24px") return react.default.createElement(
|
|
982
|
+
if (size === 24 || size === "24" || size === "24px") return react.default.createElement(require_Icon.Icon, {
|
|
770
983
|
width: size,
|
|
771
984
|
height: size,
|
|
772
985
|
ref,
|
|
@@ -775,7 +988,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
775
988
|
fill: "currentColor",
|
|
776
989
|
...rest
|
|
777
990
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3 18H21V19.5H3z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3 13.5H21V15H3z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3 9H21V10.5H3z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3 4.5H21V6H3z" }), children);
|
|
778
|
-
return react.default.createElement(
|
|
991
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
779
992
|
width: size,
|
|
780
993
|
height: size,
|
|
781
994
|
ref,
|
|
@@ -786,8 +999,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
786
999
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 6H28V8H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 24H28V26H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 12H28V14H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 18H28V20H4z" }), children);
|
|
787
1000
|
});
|
|
788
1001
|
if (process.env.NODE_ENV !== "production") Menu.propTypes = require_iconPropTypes.iconPropTypes;
|
|
789
|
-
const Merge = react.default.forwardRef(function Merge({ children, size = 16, ...rest }, ref) {
|
|
790
|
-
return react.default.createElement(
|
|
1002
|
+
const Merge = /* @__PURE__ */ react.default.forwardRef(function Merge({ children, size = 16, ...rest }, ref) {
|
|
1003
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
791
1004
|
width: size,
|
|
792
1005
|
height: size,
|
|
793
1006
|
ref,
|
|
@@ -801,8 +1014,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
801
1014
|
}), children);
|
|
802
1015
|
});
|
|
803
1016
|
if (process.env.NODE_ENV !== "production") Merge.propTypes = require_iconPropTypes.iconPropTypes;
|
|
804
|
-
const MergeNode = react.default.forwardRef(function MergeNode({ children, size = 16, ...rest }, ref) {
|
|
805
|
-
return react.default.createElement(
|
|
1017
|
+
const MergeNode = /* @__PURE__ */ react.default.forwardRef(function MergeNode({ children, size = 16, ...rest }, ref) {
|
|
1018
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
806
1019
|
width: size,
|
|
807
1020
|
height: size,
|
|
808
1021
|
ref,
|
|
@@ -819,8 +1032,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
819
1032
|
}), children);
|
|
820
1033
|
});
|
|
821
1034
|
if (process.env.NODE_ENV !== "production") MergeNode.propTypes = require_iconPropTypes.iconPropTypes;
|
|
822
|
-
const MessageQueue = react.default.forwardRef(function MessageQueue({ children, size = 16, ...rest }, ref) {
|
|
823
|
-
return react.default.createElement(
|
|
1035
|
+
const MessageQueue = /* @__PURE__ */ react.default.forwardRef(function MessageQueue({ children, size = 16, ...rest }, ref) {
|
|
1036
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
824
1037
|
width: size,
|
|
825
1038
|
height: size,
|
|
826
1039
|
ref,
|
|
@@ -831,8 +1044,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
831
1044
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,28H4a2.0021,2.0021,0,0,1-2-2V21H4v5H28V21h2v5A2.0021,2.0021,0,0,1,28,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 21H25V23H7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 16H25V18H7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 11H25V13H7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 6H25V8H7z" }), children);
|
|
832
1045
|
});
|
|
833
1046
|
if (process.env.NODE_ENV !== "production") MessageQueue.propTypes = require_iconPropTypes.iconPropTypes;
|
|
834
|
-
const Meter = react.default.forwardRef(function Meter({ children, size = 16, ...rest }, ref) {
|
|
835
|
-
return react.default.createElement(
|
|
1047
|
+
const Meter = /* @__PURE__ */ react.default.forwardRef(function Meter({ children, size = 16, ...rest }, ref) {
|
|
1048
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
836
1049
|
width: size,
|
|
837
1050
|
height: size,
|
|
838
1051
|
ref,
|
|
@@ -843,8 +1056,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
843
1056
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,16a9.9283,9.9283,0,0,0-1.1392-4.6182l-1.4961,1.4961A7.9483,7.9483,0,0,1,24,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.4141,10,22,8.5859l-4.7147,4.7147A2.9659,2.9659,0,0,0,16,13a3,3,0,1,0,3,3,2.9659,2.9659,0,0,0-.3006-1.2853ZM16,17a1,1,0,1,1,1-1A1.0013,1.0013,0,0,1,16,17Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,8a7.9515,7.9515,0,0,1,3.1223.6353l1.4961-1.4961A9.9864,9.9864,0,0,0,6,16H8A8.0092,8.0092,0,0,1,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);
|
|
844
1057
|
});
|
|
845
1058
|
if (process.env.NODE_ENV !== "production") Meter.propTypes = require_iconPropTypes.iconPropTypes;
|
|
846
|
-
const MeterAlt = react.default.forwardRef(function MeterAlt({ children, size = 16, ...rest }, ref) {
|
|
847
|
-
return react.default.createElement(
|
|
1059
|
+
const MeterAlt = /* @__PURE__ */ react.default.forwardRef(function MeterAlt({ children, size = 16, ...rest }, ref) {
|
|
1060
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
848
1061
|
width: size,
|
|
849
1062
|
height: size,
|
|
850
1063
|
ref,
|
|
@@ -855,8 +1068,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
855
1068
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,20a13.8535,13.8535,0,0,0-2.2291-7.5288l-1.4452,1.4453A11.8917,11.8917,0,0,1,28,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,9.414,26.5859,8,18.019,16.5669A3.9521,3.9521,0,0,0,16,16a4,4,0,1,0,4,4,3.9533,3.9533,0,0,0-.5669-2.0191ZM16,22a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,16,22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,8a11.9086,11.9086,0,0,1,6.0833,1.6743l1.4536-1.4536A13.9773,13.9773,0,0,0,2,20H4A12.0137,12.0137,0,0,1,16,8Z" }), children);
|
|
856
1069
|
});
|
|
857
1070
|
if (process.env.NODE_ENV !== "production") MeterAlt.propTypes = require_iconPropTypes.iconPropTypes;
|
|
858
|
-
const Microphone = react.default.forwardRef(function Microphone({ children, size = 16, ...rest }, ref) {
|
|
859
|
-
return react.default.createElement(
|
|
1071
|
+
const Microphone = /* @__PURE__ */ react.default.forwardRef(function Microphone({ children, size = 16, ...rest }, ref) {
|
|
1072
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
860
1073
|
width: size,
|
|
861
1074
|
height: size,
|
|
862
1075
|
ref,
|
|
@@ -867,8 +1080,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
867
1080
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,14v3A7,7,0,0,1,9,17V14H7v3a9,9,0,0,0,8,8.94V28H11v2H21V28H17V25.94A9,9,0,0,0,25,17V14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,22a5,5,0,0,0,5-5V7A5,5,0,0,0,11,7V17A5,5,0,0,0,16,22ZM13,7a3,3,0,0,1,6,0V17a3,3,0,0,1-6,0Z" }), children);
|
|
868
1081
|
});
|
|
869
1082
|
if (process.env.NODE_ENV !== "production") Microphone.propTypes = require_iconPropTypes.iconPropTypes;
|
|
870
|
-
const MicrophoneFilled = react.default.forwardRef(function MicrophoneFilled({ children, size = 16, ...rest }, ref) {
|
|
871
|
-
return react.default.createElement(
|
|
1083
|
+
const MicrophoneFilled = /* @__PURE__ */ react.default.forwardRef(function MicrophoneFilled({ children, size = 16, ...rest }, ref) {
|
|
1084
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
872
1085
|
width: size,
|
|
873
1086
|
height: size,
|
|
874
1087
|
ref,
|
|
@@ -879,8 +1092,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
879
1092
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,14v3A7,7,0,0,1,9,17V14H7v3a9,9,0,0,0,8,8.94V28H11v2H21V28H17V25.94A9,9,0,0,0,25,17V14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,22a5,5,0,0,0,5-5V7A5,5,0,0,0,11,7V17A5,5,0,0,0,16,22Z" }), children);
|
|
880
1093
|
});
|
|
881
1094
|
if (process.env.NODE_ENV !== "production") MicrophoneFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
882
|
-
const MicrophoneOff = react.default.forwardRef(function MicrophoneOff({ children, size = 16, ...rest }, ref) {
|
|
883
|
-
return react.default.createElement(
|
|
1095
|
+
const MicrophoneOff = /* @__PURE__ */ react.default.forwardRef(function MicrophoneOff({ children, size = 16, ...rest }, ref) {
|
|
1096
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
884
1097
|
width: size,
|
|
885
1098
|
height: size,
|
|
886
1099
|
ref,
|
|
@@ -891,8 +1104,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
891
1104
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9.18,18.57A7.41,7.41,0,0,1,9,17V14H7v3a8.84,8.84,0,0,0,.58,3.18Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,15V7a3,3,0,0,1,6,0V8.75l2-2A5,5,0,0,0,11,7v8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,17a7,7,0,0,1-11.73,5.14l1.42-1.41A5,5,0,0,0,21,17V12.42l9-9L28.59,2,2,28.59,3.41,30l6.44-6.44A8.91,8.91,0,0,0,15,25.94V28H11v2H21V28H17V25.94A9,9,0,0,0,25,17V14H23Zm-4,0a3,3,0,0,1-4.9,2.31L19,14.42Z" }), children);
|
|
892
1105
|
});
|
|
893
1106
|
if (process.env.NODE_ENV !== "production") MicrophoneOff.propTypes = require_iconPropTypes.iconPropTypes;
|
|
894
|
-
const MicrophoneOffFilled = react.default.forwardRef(function MicrophoneOffFilled({ children, size = 16, ...rest }, ref) {
|
|
895
|
-
return react.default.createElement(
|
|
1107
|
+
const MicrophoneOffFilled = /* @__PURE__ */ react.default.forwardRef(function MicrophoneOffFilled({ children, size = 16, ...rest }, ref) {
|
|
1108
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
896
1109
|
width: size,
|
|
897
1110
|
height: size,
|
|
898
1111
|
ref,
|
|
@@ -903,8 +1116,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
903
1116
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,17a7,7,0,0,1-11.73,5.14l1.42-1.41A5,5,0,0,0,21,17V12.42l9-9L28.59,2,2,28.59,3.41,30l6.44-6.44A8.91,8.91,0,0,0,15,25.94V28H11v2H21V28H17V25.94A9,9,0,0,0,25,17V14H23Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,17.32c0-.11,0-.21,0-.32V14H7v3a9,9,0,0,0,.25,2.09Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.76,5.58A5,5,0,0,0,11,7v8.34Z" }), children);
|
|
904
1117
|
});
|
|
905
1118
|
if (process.env.NODE_ENV !== "production") MicrophoneOffFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
906
|
-
const Microscope = react.default.forwardRef(function Microscope({ children, size = 16, ...rest }, ref) {
|
|
907
|
-
return react.default.createElement(
|
|
1119
|
+
const Microscope = /* @__PURE__ */ react.default.forwardRef(function Microscope({ children, size = 16, ...rest }, ref) {
|
|
1120
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
908
1121
|
width: size,
|
|
909
1122
|
height: size,
|
|
910
1123
|
ref,
|
|
@@ -915,8 +1128,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
915
1128
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.3943,24a7.8772,7.8772,0,0,0-1.6707-8.5684,3.918,3.918,0,0,0-1.0844-4.414l2.7759-2.7759a2.0025,2.0025,0,0,0,0-2.8286L22.5869,2.5849a2.0021,2.0021,0,0,0-2.8286,0L6.5859,15.7573a2.0027,2.0027,0,0,0,0,2.8286l2.8282,2.8282a2.0024,2.0024,0,0,0,2.8286,0l4.7749-4.7754a3.9329,3.9329,0,0,0,5.5139.4326A5.9442,5.9442,0,0,1,23.1775,24H16v4H4v2H28V24ZM10.8281,20,8,17.1714,9.8787,15.293l2.8283,2.8281ZM16,14a3.9811,3.9811,0,0,0,.0762.7524L14.1211,16.707l-2.8284-2.8281,9.88-9.88L24.001,6.8271l-3.2488,3.2491A3.9771,3.9771,0,0,0,16,14Zm4,2a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,20,16Zm6,12H18V26h8Z" }), children);
|
|
916
1129
|
});
|
|
917
1130
|
if (process.env.NODE_ENV !== "production") Microscope.propTypes = require_iconPropTypes.iconPropTypes;
|
|
918
|
-
const Microservices_1 = react.default.forwardRef(function Microservices_1({ children, size = 16, ...rest }, ref) {
|
|
919
|
-
return react.default.createElement(
|
|
1131
|
+
const Microservices_1 = /* @__PURE__ */ react.default.forwardRef(function Microservices_1({ children, size = 16, ...rest }, ref) {
|
|
1132
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
920
1133
|
width: size,
|
|
921
1134
|
height: size,
|
|
922
1135
|
ref,
|
|
@@ -930,8 +1143,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
930
1143
|
})] }) }), children);
|
|
931
1144
|
});
|
|
932
1145
|
if (process.env.NODE_ENV !== "production") Microservices_1.propTypes = require_iconPropTypes.iconPropTypes;
|
|
933
|
-
const Microservices_2 = react.default.forwardRef(function Microservices_2({ children, size = 16, ...rest }, ref) {
|
|
934
|
-
return react.default.createElement(
|
|
1146
|
+
const Microservices_2 = /* @__PURE__ */ react.default.forwardRef(function Microservices_2({ children, size = 16, ...rest }, ref) {
|
|
1147
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
935
1148
|
width: size,
|
|
936
1149
|
height: size,
|
|
937
1150
|
ref,
|
|
@@ -945,8 +1158,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
945
1158
|
})] }) }), children);
|
|
946
1159
|
});
|
|
947
1160
|
if (process.env.NODE_ENV !== "production") Microservices_2.propTypes = require_iconPropTypes.iconPropTypes;
|
|
948
|
-
const Migrate = react.default.forwardRef(function Migrate({ children, size = 16, ...rest }, ref) {
|
|
949
|
-
return react.default.createElement(
|
|
1161
|
+
const Migrate = /* @__PURE__ */ react.default.forwardRef(function Migrate({ children, size = 16, ...rest }, ref) {
|
|
1162
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
950
1163
|
width: size,
|
|
951
1164
|
height: size,
|
|
952
1165
|
ref,
|
|
@@ -957,8 +1170,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
957
1170
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,2H6A2,2,0,0,0,4,4V8a2,2,0,0,0,2,2h9v6.17l-2.59-2.58L11,15l5,5,5-5-1.41-1.41L17,16.17V10h9a2,2,0,0,0,2-2V4A2,2,0,0,0,26,2ZM6,4h4V8H6ZM26,8H12V4H26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,22H6a2,2,0,0,0-2,2v4a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V24A2,2,0,0,0,26,22ZM6,24H20v4H6Zm20,4H22V24h4Z" }), children);
|
|
958
1171
|
});
|
|
959
1172
|
if (process.env.NODE_ENV !== "production") Migrate.propTypes = require_iconPropTypes.iconPropTypes;
|
|
960
|
-
const MigrateAlt = react.default.forwardRef(function MigrateAlt({ children, size = 16, ...rest }, ref) {
|
|
961
|
-
return react.default.createElement(
|
|
1173
|
+
const MigrateAlt = /* @__PURE__ */ react.default.forwardRef(function MigrateAlt({ children, size = 16, ...rest }, ref) {
|
|
1174
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
962
1175
|
width: size,
|
|
963
1176
|
height: size,
|
|
964
1177
|
ref,
|
|
@@ -969,8 +1182,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
969
1182
|
}, /* @__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,22H12V20H10v6H4V17H20.1719l-3.586,3.5859L18,22l6-6-6-6-1.4141,1.4141L20.1719,15H4V6h6v6h2V6H28Z" }), children);
|
|
970
1183
|
});
|
|
971
1184
|
if (process.env.NODE_ENV !== "production") MigrateAlt.propTypes = require_iconPropTypes.iconPropTypes;
|
|
972
|
-
const Milestone = react.default.forwardRef(function Milestone({ children, size = 16, ...rest }, ref) {
|
|
973
|
-
return react.default.createElement(
|
|
1185
|
+
const Milestone = /* @__PURE__ */ react.default.forwardRef(function Milestone({ children, size = 16, ...rest }, ref) {
|
|
1186
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
974
1187
|
width: size,
|
|
975
1188
|
height: size,
|
|
976
1189
|
ref,
|
|
@@ -981,8 +1194,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
981
1194
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.5857,6.5859A1.9865,1.9865,0,0,0,23.1714,6H16V2H14V6H6A2.0025,2.0025,0,0,0,4,8v6a2.0025,2.0025,0,0,0,2,2h8V30h2V16h7.1714a1.9865,1.9865,0,0,0,1.4143-.5859L29,11ZM23.1714,14H6V8H23.1716l3,3Z" }), children);
|
|
982
1195
|
});
|
|
983
1196
|
if (process.env.NODE_ENV !== "production") Milestone.propTypes = require_iconPropTypes.iconPropTypes;
|
|
984
|
-
const MilitaryCamp = react.default.forwardRef(function MilitaryCamp({ children, size = 16, ...rest }, ref) {
|
|
985
|
-
return react.default.createElement(
|
|
1197
|
+
const MilitaryCamp = /* @__PURE__ */ react.default.forwardRef(function MilitaryCamp({ children, size = 16, ...rest }, ref) {
|
|
1198
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
986
1199
|
width: size,
|
|
987
1200
|
height: size,
|
|
988
1201
|
ref,
|
|
@@ -993,8 +1206,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
993
1206
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,28v-10.48a2.0035,2.0035,0,0,0-.853-1.6387L17,9.48V8h6V2H15V9.48L5.8528,15.8823A2.0023,2.0023,0,0,0,5,17.5205V28H2v2H30V28ZM17,4h4V6H17ZM7,17.5205l9-6.3,9,6.3V28H17V20H15v8H7Z" }), children);
|
|
994
1207
|
});
|
|
995
1208
|
if (process.env.NODE_ENV !== "production") MilitaryCamp.propTypes = require_iconPropTypes.iconPropTypes;
|
|
996
|
-
const MinimapOff = react.default.forwardRef(function MinimapOff({ children, size = 16, ...rest }, ref) {
|
|
997
|
-
return react.default.createElement(
|
|
1209
|
+
const MinimapOff = /* @__PURE__ */ react.default.forwardRef(function MinimapOff({ children, size = 16, ...rest }, ref) {
|
|
1210
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
998
1211
|
width: size,
|
|
999
1212
|
height: size,
|
|
1000
1213
|
ref,
|
|
@@ -1005,8 +1218,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1005
1218
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.4,4.6c-.4-.4-.9-.6-1.4-.6H4c-.5,0-1,.2-1.4.6s-.6.9-.6,1.4v20c0,.5.2,1,.6,1.4s.9.6,1.4.6h5v-2h-5V6h24v6h2v-6c0-.5-.2-1-.6-1.4ZM28,15h-14c-1.1,0-2,.9-2,2v9c0,1.1.9,2,2,2h14c1.1,0,2-.9,2-2v-9c0-1.1-.9-2-2-2ZM28,26h-14v-9h14v9Z" }), children);
|
|
1006
1219
|
});
|
|
1007
1220
|
if (process.env.NODE_ENV !== "production") MinimapOff.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1008
|
-
const MinimapOn = react.default.forwardRef(function MinimapOn({ children, size = 16, ...rest }, ref) {
|
|
1009
|
-
return react.default.createElement(
|
|
1221
|
+
const MinimapOn = /* @__PURE__ */ react.default.forwardRef(function MinimapOn({ children, size = 16, ...rest }, ref) {
|
|
1222
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1010
1223
|
width: size,
|
|
1011
1224
|
height: size,
|
|
1012
1225
|
ref,
|
|
@@ -1017,8 +1230,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1017
1230
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.4,4.6c-.4-.4-.9-.6-1.4-.6H4c-.5,0-1,.2-1.4.6s-.6.9-.6,1.4v20c0,.5.2,1,.6,1.4s.9.6,1.4.6h5v-2h-5V6h24v6h2v-6c0-.5-.2-1-.6-1.4ZM14,15h14c1.1046,0,2,.8954,2,2v9c0,1.1046-.8954,2-2,2h-14c-1.1046,0-2-.8954-2-2v-9c0-1.1046.8954-2,2-2Z" }), children);
|
|
1018
1231
|
});
|
|
1019
1232
|
if (process.env.NODE_ENV !== "production") MinimapOn.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1020
|
-
const Minimize = react.default.forwardRef(function Minimize({ children, size = 16, ...rest }, ref) {
|
|
1021
|
-
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(
|
|
1233
|
+
const Minimize = /* @__PURE__ */ react.default.forwardRef(function Minimize({ children, size = 16, ...rest }, ref) {
|
|
1234
|
+
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
|
|
1022
1235
|
width: size,
|
|
1023
1236
|
height: size,
|
|
1024
1237
|
ref,
|
|
@@ -1027,7 +1240,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1027
1240
|
fill: "currentColor",
|
|
1028
1241
|
...rest
|
|
1029
1242
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 9 2 10 5.3 10 1 14.3 1.7 15 6 10.7 6 14 7 14 7 9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 7 14 6 10.7 6 15 1.7 14.3 1 10 5.3 10 2 9 2 9 7z" }), children);
|
|
1030
|
-
return react.default.createElement(
|
|
1243
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1031
1244
|
width: size,
|
|
1032
1245
|
height: size,
|
|
1033
1246
|
ref,
|
|
@@ -1038,8 +1251,20 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1038
1251
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 18 4 20 10.586 20 2 28.582 3.414 30 12 21.414 12 28 14 28 14 18 4 18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 3.416 28.592 2 20 10.586 20 4 18 4 18 14 28 14 28 12 21.414 12 30 3.416z" }), children);
|
|
1039
1252
|
});
|
|
1040
1253
|
if (process.env.NODE_ENV !== "production") Minimize.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1041
|
-
const
|
|
1042
|
-
|
|
1254
|
+
const MinusPlus = /* @__PURE__ */ react.default.forwardRef(function MinusPlus({ children, size = 16, ...rest }, ref) {
|
|
1255
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1256
|
+
width: size,
|
|
1257
|
+
height: size,
|
|
1258
|
+
ref,
|
|
1259
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1260
|
+
viewBox: "0 0 32 32",
|
|
1261
|
+
fill: "currentColor",
|
|
1262
|
+
...rest
|
|
1263
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,28h-2v-4h-4v-2h4v-4h2v4h4v2h-4v4ZM6.707,26.707l-1.4141-1.4141L25.293,5.293l1.4141,1.4141L6.707,26.707ZM14,10H4v-2h10v2Z" }), children);
|
|
1264
|
+
});
|
|
1265
|
+
if (process.env.NODE_ENV !== "production") MinusPlus.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1266
|
+
const Misuse = /* @__PURE__ */ react.default.forwardRef(function Misuse({ children, size = 16, ...rest }, ref) {
|
|
1267
|
+
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
|
|
1043
1268
|
width: size,
|
|
1044
1269
|
height: size,
|
|
1045
1270
|
ref,
|
|
@@ -1052,7 +1277,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1052
1277
|
"data-icon-path": "inner-path",
|
|
1053
1278
|
opacity: "0"
|
|
1054
1279
|
}), children);
|
|
1055
|
-
if (size === 20 || size === "20" || size === "20px") return react.default.createElement(
|
|
1280
|
+
if (size === 20 || size === "20" || size === "20px") return react.default.createElement(require_Icon.Icon, {
|
|
1056
1281
|
width: size,
|
|
1057
1282
|
height: size,
|
|
1058
1283
|
ref,
|
|
@@ -1066,7 +1291,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1066
1291
|
"data-icon-path": "inner-path",
|
|
1067
1292
|
opacity: "0"
|
|
1068
1293
|
}), children);
|
|
1069
|
-
if (size === 24 || size === "24" || size === "24px") return react.default.createElement(
|
|
1294
|
+
if (size === 24 || size === "24" || size === "24px") return react.default.createElement(require_Icon.Icon, {
|
|
1070
1295
|
width: size,
|
|
1071
1296
|
height: size,
|
|
1072
1297
|
ref,
|
|
@@ -1080,7 +1305,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1080
1305
|
"data-icon-path": "inner-path",
|
|
1081
1306
|
opacity: "0"
|
|
1082
1307
|
}), children);
|
|
1083
|
-
return react.default.createElement(
|
|
1308
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1084
1309
|
width: size,
|
|
1085
1310
|
height: size,
|
|
1086
1311
|
ref,
|
|
@@ -1096,8 +1321,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1096
1321
|
}), children);
|
|
1097
1322
|
});
|
|
1098
1323
|
if (process.env.NODE_ENV !== "production") Misuse.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1099
|
-
const MisuseOutline = react.default.forwardRef(function MisuseOutline({ children, size = 16, ...rest }, ref) {
|
|
1100
|
-
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(
|
|
1324
|
+
const MisuseOutline = /* @__PURE__ */ react.default.forwardRef(function MisuseOutline({ children, size = 16, ...rest }, ref) {
|
|
1325
|
+
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
|
|
1101
1326
|
width: size,
|
|
1102
1327
|
height: size,
|
|
1103
1328
|
ref,
|
|
@@ -1106,7 +1331,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1106
1331
|
fill: "currentColor",
|
|
1107
1332
|
...rest
|
|
1108
1333
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M8,14c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6S11.3,14,8,14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.7 11.5 8 8.8 5.3 11.5 4.5 10.7 7.2 8 4.5 5.3 5.3 4.5 8 7.2 10.7 4.5 11.5 5.3 8.8 8 11.5 10.7z" }), children);
|
|
1109
|
-
return react.default.createElement(
|
|
1334
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1110
1335
|
width: size,
|
|
1111
1336
|
height: size,
|
|
1112
1337
|
ref,
|
|
@@ -1117,8 +1342,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1117
1342
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2C8.2,2,2,8.2,2,16s6.2,14,14,14s14-6.2,14-14S23.8,2,16,2z M16,28C9.4,28,4,22.6,4,16S9.4,4,16,4s12,5.4,12,12 S22.6,28,16,28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.4 23 16 17.6 10.6 23 9 21.4 14.4 16 9 10.6 10.6 9 16 14.4 21.4 9 23 10.6 17.6 16 23 21.4z" }), children);
|
|
1118
1343
|
});
|
|
1119
1344
|
if (process.env.NODE_ENV !== "production") MisuseOutline.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1120
|
-
const MixedRainHail = react.default.forwardRef(function MixedRainHail({ children, size = 16, ...rest }, ref) {
|
|
1121
|
-
return react.default.createElement(
|
|
1345
|
+
const MixedRainHail = /* @__PURE__ */ react.default.forwardRef(function MixedRainHail({ children, size = 16, ...rest }, ref) {
|
|
1346
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1122
1347
|
width: size,
|
|
1123
1348
|
height: size,
|
|
1124
1349
|
ref,
|
|
@@ -1137,8 +1362,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1137
1362
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15.868 30.496 14.132 29.504 17.276 24 11.277 24 16.132 15.504 17.868 16.496 14.723 22 20.724 22 15.868 30.496z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,32a1,1,0,0,1-.8944-1.4474l2-4.0005a1,1,0,1,1,1.7888.8947l-2,4A.9981.9981,0,0,1,9,32Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.8008,9.1362a8.9943,8.9943,0,0,0-17.6006,0,6.4929,6.4929,0,0,0,.23,12.7681L6.106,24.5527a1,1,0,1,0,1.7885.8946l2-4a1,1,0,0,0-.447-1.3418A.9786.9786,0,0,0,9,20.01V20H8.5a4.4975,4.4975,0,0,1-.356-8.981l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639A4.4975,4.4975,0,0,1,23.5,20H23v2h.5A6.4974,6.4974,0,0,0,24.8008,9.1362Z" }), children);
|
|
1138
1363
|
});
|
|
1139
1364
|
if (process.env.NODE_ENV !== "production") MixedRainHail.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1140
|
-
const MlModelReference = react.default.forwardRef(function MlModelReference({ children, size = 16, ...rest }, ref) {
|
|
1141
|
-
return react.default.createElement(
|
|
1365
|
+
const MlModelReference = /* @__PURE__ */ react.default.forwardRef(function MlModelReference({ children, size = 16, ...rest }, ref) {
|
|
1366
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1142
1367
|
width: size,
|
|
1143
1368
|
height: size,
|
|
1144
1369
|
ref,
|
|
@@ -1155,8 +1380,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1155
1380
|
}), children);
|
|
1156
1381
|
});
|
|
1157
1382
|
if (process.env.NODE_ENV !== "production") MlModelReference.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1158
|
-
const Mobile = react.default.forwardRef(function Mobile({ children, size = 16, ...rest }, ref) {
|
|
1159
|
-
return react.default.createElement(
|
|
1383
|
+
const Mobile = /* @__PURE__ */ react.default.forwardRef(function Mobile({ children, size = 16, ...rest }, ref) {
|
|
1384
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1160
1385
|
width: size,
|
|
1161
1386
|
height: size,
|
|
1162
1387
|
ref,
|
|
@@ -1167,8 +1392,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1167
1392
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,4H10A2.002,2.002,0,0,0,8,6V28a2.0023,2.0023,0,0,0,2,2H22a2.0027,2.0027,0,0,0,2-2V6A2.0023,2.0023,0,0,0,22,4Zm0,2,0,2H10V6ZM10,28V10H22l0,18Z" }), children);
|
|
1168
1393
|
});
|
|
1169
1394
|
if (process.env.NODE_ENV !== "production") Mobile.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1170
|
-
const MobileAdd = react.default.forwardRef(function MobileAdd({ children, size = 16, ...rest }, ref) {
|
|
1171
|
-
return react.default.createElement(
|
|
1395
|
+
const MobileAdd = /* @__PURE__ */ react.default.forwardRef(function MobileAdd({ children, size = 16, ...rest }, ref) {
|
|
1396
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1172
1397
|
width: size,
|
|
1173
1398
|
height: size,
|
|
1174
1399
|
ref,
|
|
@@ -1179,8 +1404,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1179
1404
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 24 24 24 24 20 22 20 22 24 18 24 18 26 22 26 22 30 24 30 24 26 28 26 28 24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,28V10H22v7h2V6a2.0023,2.0023,0,0,0-2-2H10A2.002,2.002,0,0,0,8,6V28a2.0023,2.0023,0,0,0,2,2h6l0-2ZM10,6H22l0,2H10Z" }), children);
|
|
1180
1405
|
});
|
|
1181
1406
|
if (process.env.NODE_ENV !== "production") MobileAdd.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1182
|
-
const MobileAudio = react.default.forwardRef(function MobileAudio({ children, size = 16, ...rest }, ref) {
|
|
1183
|
-
return react.default.createElement(
|
|
1407
|
+
const MobileAudio = /* @__PURE__ */ react.default.forwardRef(function MobileAudio({ children, size = 16, ...rest }, ref) {
|
|
1408
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1184
1409
|
width: size,
|
|
1185
1410
|
height: size,
|
|
1186
1411
|
ref,
|
|
@@ -1195,8 +1420,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1195
1420
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,30H7a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,7,2H20V4H7V28H20V24h2v4A2.0023,2.0023,0,0,1,20,30Z" }), children);
|
|
1196
1421
|
});
|
|
1197
1422
|
if (process.env.NODE_ENV !== "production") MobileAudio.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1198
|
-
const MobileCheck = react.default.forwardRef(function MobileCheck({ children, size = 16, ...rest }, ref) {
|
|
1199
|
-
return react.default.createElement(
|
|
1423
|
+
const MobileCheck = /* @__PURE__ */ react.default.forwardRef(function MobileCheck({ children, size = 16, ...rest }, ref) {
|
|
1424
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1200
1425
|
width: size,
|
|
1201
1426
|
height: size,
|
|
1202
1427
|
ref,
|
|
@@ -1207,8 +1432,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1207
1432
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 27.18 17.41 24.59 16 26 20 30 28 22 26.59 20.59 20 27.18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,28V10H22v9h2V6a2.0023,2.0023,0,0,0-2-2H10A2.002,2.002,0,0,0,8,6V28a2.0023,2.0023,0,0,0,2,2h4V28ZM10,6H22l0,2H10Z" }), children);
|
|
1208
1433
|
});
|
|
1209
1434
|
if (process.env.NODE_ENV !== "production") MobileCheck.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1210
|
-
const MobileCrash = react.default.forwardRef(function MobileCrash({ children, size = 16, ...rest }, ref) {
|
|
1211
|
-
return react.default.createElement(
|
|
1435
|
+
const MobileCrash = /* @__PURE__ */ react.default.forwardRef(function MobileCrash({ children, size = 16, ...rest }, ref) {
|
|
1436
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1212
1437
|
width: size,
|
|
1213
1438
|
height: size,
|
|
1214
1439
|
ref,
|
|
@@ -1219,8 +1444,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1219
1444
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 20 26 16 24.5859 17.4141 27.1714 20 24.1714 23 27.1714 26 24.5859 28.5859 26 30 30 26 27 23 30 20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23 20 19 16 17.5859 17.4141 20.1714 20 17.1714 23 20.1714 26 17.5859 28.5859 19 30 23 26 20 23 23 20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m15,28h-6V8h14v6h2V4c0-1.103-.8975-2-2-2h-14c-1.103,0-2,.897-2,2v24c0,1.1025.897,2,2,2h6v-2ZM9,4h14v2h-14v-2Z" }), children);
|
|
1220
1445
|
});
|
|
1221
1446
|
if (process.env.NODE_ENV !== "production") MobileCrash.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1222
|
-
const MobileDownload = react.default.forwardRef(function MobileDownload({ children, size = 16, ...rest }, ref) {
|
|
1223
|
-
return react.default.createElement(
|
|
1447
|
+
const MobileDownload = /* @__PURE__ */ react.default.forwardRef(function MobileDownload({ children, size = 16, ...rest }, ref) {
|
|
1448
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1224
1449
|
width: size,
|
|
1225
1450
|
height: size,
|
|
1226
1451
|
ref,
|
|
@@ -1231,8 +1456,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1231
1456
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 25 26.586 23.586 24 26.172 24 18 22 18 22 26.172 19.414 23.586 18 25 23 30 28 25z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,28V10H22v5h2V6a2.0023,2.0023,0,0,0-2-2H10A2.002,2.002,0,0,0,8,6V28a2.0023,2.0023,0,0,0,2,2h6V28ZM10,6H22l0,2H10Z" }), children);
|
|
1232
1457
|
});
|
|
1233
1458
|
if (process.env.NODE_ENV !== "production") MobileDownload.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1234
|
-
const MobileEvent = react.default.forwardRef(function MobileEvent({ children, size = 16, ...rest }, ref) {
|
|
1235
|
-
return react.default.createElement(
|
|
1459
|
+
const MobileEvent = /* @__PURE__ */ react.default.forwardRef(function MobileEvent({ children, size = 16, ...rest }, ref) {
|
|
1460
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1236
1461
|
width: size,
|
|
1237
1462
|
height: size,
|
|
1238
1463
|
ref,
|
|
@@ -1243,8 +1468,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1243
1468
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m27.3803,28h-6.7625l3.3822-6.7642,3.3803,6.7642Zm-3.3803-10c-.3915,0-.7305.2251-.8947.5527l-5,10c-.0674.1348-.1053.2866-.1053.4473,0,.5522.4477,1,1,1h10c.5523,0,1-.4478,1-1,0-.1382-.028-.2695-.0786-.3892l-5.0269-10.0581c-.1641-.3276-.5031-.5527-.8946-.5527h0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m15,28h-6V8h14v7h2V4c0-1.103-.8975-2-2-2h-14c-1.103,0-2,.897-2,2v24c0,1.1025.897,2,2,2h6v-2ZM9,4h14v2h-14v-2Z" }), children);
|
|
1244
1469
|
});
|
|
1245
1470
|
if (process.env.NODE_ENV !== "production") MobileEvent.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1246
|
-
const MobileLandscape = react.default.forwardRef(function MobileLandscape({ children, size = 16, ...rest }, ref) {
|
|
1247
|
-
return react.default.createElement(
|
|
1471
|
+
const MobileLandscape = /* @__PURE__ */ react.default.forwardRef(function MobileLandscape({ children, size = 16, ...rest }, ref) {
|
|
1472
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1248
1473
|
width: size,
|
|
1249
1474
|
height: size,
|
|
1250
1475
|
ref,
|
|
@@ -1255,8 +1480,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1255
1480
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3,10V22a2.002,2.002,0,0,0,2,2H27a2.0023,2.0023,0,0,0,2-2V10a2.0027,2.0027,0,0,0-2-2H5A2.0023,2.0023,0,0,0,3,10Zm2,0,2,0V22H5ZM27,22H9V10H27Z" }), children);
|
|
1256
1481
|
});
|
|
1257
1482
|
if (process.env.NODE_ENV !== "production") MobileLandscape.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1258
|
-
const MobileRequest = react.default.forwardRef(function MobileRequest({ children, size = 16, ...rest }, ref) {
|
|
1259
|
-
return react.default.createElement(
|
|
1483
|
+
const MobileRequest = /* @__PURE__ */ react.default.forwardRef(function MobileRequest({ children, size = 16, ...rest }, ref) {
|
|
1484
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1260
1485
|
width: size,
|
|
1261
1486
|
height: size,
|
|
1262
1487
|
ref,
|
|
@@ -1267,8 +1492,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1267
1492
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m30,28c0-2.9668-2.167-5.4312-5-5.9097v-1.0903h1v-2h-4v2h1v1.0903c-2.833.4785-5,2.9429-5,5.9097h-1v2h14v-2h-1Zm-10,0c0-2.2056,1.7944-4,4-4s4,1.7944,4,4h-8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m14,28h-5V8h14v8h2V4c0-1.103-.8975-2-2-2h-14c-1.103,0-2,.897-2,2v24c0,1.1025.897,2,2,2h5v-2ZM9,4h14v2h-14v-2Z" }), children);
|
|
1268
1493
|
});
|
|
1269
1494
|
if (process.env.NODE_ENV !== "production") MobileRequest.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1270
|
-
const MobileSession = react.default.forwardRef(function MobileSession({ children, size = 16, ...rest }, ref) {
|
|
1271
|
-
return react.default.createElement(
|
|
1495
|
+
const MobileSession = /* @__PURE__ */ react.default.forwardRef(function MobileSession({ children, size = 16, ...rest }, ref) {
|
|
1496
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1272
1497
|
width: size,
|
|
1273
1498
|
height: size,
|
|
1274
1499
|
ref,
|
|
@@ -1279,8 +1504,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1279
1504
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m24,18c-3.3083,0-6,2.6914-6,6s2.6917,6,6,6,6-2.6914,6-6-2.6917-6-6-6Zm0,10c-2.2056,0-4-1.7944-4-4s1.7944-4,4-4v4h4c0,2.2056-1.7944,4-4,4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,28h-7V8h14v7h2V4c0-1.103-.8975-2-2-2h-14c-1.103,0-2,.897-2,2v24c0,1.1025.897,2,2,2h7v-2ZM9,4h14v2h-14v-2Z" }), children);
|
|
1280
1505
|
});
|
|
1281
1506
|
if (process.env.NODE_ENV !== "production") MobileSession.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1282
|
-
const MobileView = react.default.forwardRef(function MobileView({ children, size = 16, ...rest }, ref) {
|
|
1283
|
-
return react.default.createElement(
|
|
1507
|
+
const MobileView = /* @__PURE__ */ react.default.forwardRef(function MobileView({ children, size = 16, ...rest }, ref) {
|
|
1508
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1284
1509
|
width: size,
|
|
1285
1510
|
height: size,
|
|
1286
1511
|
ref,
|
|
@@ -1295,8 +1520,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1295
1520
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m30.7769,23.4785c-1.4229-3.3287-4.4761-5.4785-7.7769-5.4785s-6.3538,2.1499-7.7769,5.4785l-.2231.5215.2231.5215c1.4231,3.3287,4.4761,5.4785,7.7769,5.4785s6.354-2.1499,7.7769-5.4785l.2231-.5215-.2231-.5215Zm-7.7769,4.5215c-2.2056,0-4-1.7944-4-4s1.7944-4,4-4,4,1.7944,4,4-1.7944,4-4,4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m14,28h-5V8h14v7h2V4c0-1.103-.8975-2-2-2h-14c-1.103,0-2,.897-2,2v24c0,1.1025.897,2,2,2h5v-2ZM9,4h14v2h-14v-2Z" }), children);
|
|
1296
1521
|
});
|
|
1297
1522
|
if (process.env.NODE_ENV !== "production") MobileView.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1298
|
-
const MobileViewOrientation = react.default.forwardRef(function MobileViewOrientation({ children, size = 16, ...rest }, ref) {
|
|
1299
|
-
return react.default.createElement(
|
|
1523
|
+
const MobileViewOrientation = /* @__PURE__ */ react.default.forwardRef(function MobileViewOrientation({ children, size = 16, ...rest }, ref) {
|
|
1524
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1300
1525
|
width: size,
|
|
1301
1526
|
height: size,
|
|
1302
1527
|
ref,
|
|
@@ -1307,8 +1532,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1307
1532
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m28,12h-8v2h8v14h-8v2h8c1.1025,0,2-.897,2-2v-14c0-1.1025-.8975-2-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m19,16l-1.4141,1.4141,2.5859,2.5859h-4.1719c-2.2056,0-4-1.7944-4-4v-2h-2v2c0,3.3086,2.6917,6,6,6h4.1719l-2.5859,2.5859,1.4141,1.4141,5-5-5-5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m12,28h-6V8h16v-4c0-1.103-.8975-2-2-2H6c-1.103,0-2,.897-2,2v24c0,1.1025.897,2,2,2h6v-2ZM6,4h14v2H6v-2Z" }), children);
|
|
1308
1533
|
});
|
|
1309
1534
|
if (process.env.NODE_ENV !== "production") MobileViewOrientation.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1310
|
-
const MobilityServices = react.default.forwardRef(function MobilityServices({ children, size = 16, ...rest }, ref) {
|
|
1311
|
-
return react.default.createElement(
|
|
1535
|
+
const MobilityServices = /* @__PURE__ */ react.default.forwardRef(function MobilityServices({ children, size = 16, ...rest }, ref) {
|
|
1536
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1312
1537
|
width: size,
|
|
1313
1538
|
height: size,
|
|
1314
1539
|
ref,
|
|
@@ -1319,8 +1544,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1319
1544
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.3379,19.9336l-7.7324-2.7783L18.374,13.0967A2.99,2.99,0,0,0,16.0537,12H8.0576a2.9982,2.9982,0,0,0-2.48,1.3115L2.8662,17.2949A4.9884,4.9884,0,0,0,2,20.1074V26a1,1,0,0,0,1,1H5.1421a3.9806,3.9806,0,0,0,7.7158,0h6.2842a3.9806,3.9806,0,0,0,7.7158,0H29a1,1,0,0,0,1-1V20.875A1,1,0,0,0,29.3379,19.9336ZM9,28a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,9,28Zm14,0a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,23,28Zm5-3H26.8579a3.9806,3.9806,0,0,0-7.7158,0H12.8579a3.9806,3.9806,0,0,0-7.7158,0H4V20.1074A2.9977,2.9977,0,0,1,4.52,18.4189l2.711-3.9814A.9992.9992,0,0,1,8.0576,14h7.9961a.9928.9928,0,0,1,.7647.3545l3.3994,4.2685a1.0007,1.0007,0,0,0,.4443.3184L28,21.5781Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,2H24a2.0023,2.0023,0,0,0-2,2v8a2.0023,2.0023,0,0,0,2,2h4a2.0023,2.0023,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,2V6H24V4Zm-4,8V8h4v4Z" }), children);
|
|
1320
1545
|
});
|
|
1321
1546
|
if (process.env.NODE_ENV !== "production") MobilityServices.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1322
|
-
const Model = react.default.forwardRef(function Model({ children, size = 16, ...rest }, ref) {
|
|
1323
|
-
return react.default.createElement(
|
|
1547
|
+
const Model = /* @__PURE__ */ react.default.forwardRef(function Model({ children, size = 16, ...rest }, ref) {
|
|
1548
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1324
1549
|
width: size,
|
|
1325
1550
|
height: size,
|
|
1326
1551
|
ref,
|
|
@@ -1334,8 +1559,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1334
1559
|
}), children);
|
|
1335
1560
|
});
|
|
1336
1561
|
if (process.env.NODE_ENV !== "production") Model.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1337
|
-
const ModelAlt = react.default.forwardRef(function ModelAlt({ children, size = 16, ...rest }, ref) {
|
|
1338
|
-
return react.default.createElement(
|
|
1562
|
+
const ModelAlt = /* @__PURE__ */ react.default.forwardRef(function ModelAlt({ children, size = 16, ...rest }, ref) {
|
|
1563
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1339
1564
|
width: size,
|
|
1340
1565
|
height: size,
|
|
1341
1566
|
ref,
|
|
@@ -1346,8 +1571,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1346
1571
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.4473,16.1055,23,13.3818V7a1,1,0,0,0-.5527-.8945l-6-3a1.0008,1.0008,0,0,0-.8946,0l-6,3A1,1,0,0,0,9,7v6.3818L3.5527,16.1055A1,1,0,0,0,3,17v7a1,1,0,0,0,.5527.8945l6,3a1.001,1.001,0,0,0,.8946,0L16,25.1182l5.5527,2.7763a1.001,1.001,0,0,0,.8946,0l6-3A1,1,0,0,0,29,24V17A1,1,0,0,0,28.4473,16.1055ZM21,13.3818l-4,2V10.6182l4-2ZM16,5.1182,19.7637,7,16,8.8818,12.2363,7Zm-5,3.5,4,2v4.7636l-4-2ZM9,25.3818l-4-2V18.6182l4,2Zm1-6.5L6.2363,17,10,15.1182,13.7637,17Zm1,1.7364,4-2v4.7636l-4,2Zm10,4.7636-4-2V18.6182l4,2Zm1-6.5L18.2363,17,22,15.1182,25.7637,17Zm5,4.5-4,2V20.6182l4-2Z" }), children);
|
|
1347
1572
|
});
|
|
1348
1573
|
if (process.env.NODE_ENV !== "production") ModelAlt.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1349
|
-
const ModelContentDoc = react.default.forwardRef(function ModelContentDoc({ children, size = 16, ...rest }, ref) {
|
|
1350
|
-
return react.default.createElement(
|
|
1574
|
+
const ModelContentDoc = /* @__PURE__ */ react.default.forwardRef(function ModelContentDoc({ children, size = 16, ...rest }, ref) {
|
|
1575
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1351
1576
|
width: size,
|
|
1352
1577
|
height: size,
|
|
1353
1578
|
ref,
|
|
@@ -1358,8 +1583,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1358
1583
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6.018 22.006H11.016V24.006H6.018z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6.026 17.006H11.024000000000001V19.006H6.026z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.0006,24.012c1.1042,0,1.9994-.8956,1.9994-2.0003s-.8952-2.0003-1.9994-2.0003c-.7381,0-1.3757.4046-1.722.9999h-2.7366l3.1825-4.0543c.089.0121.1773.0271.2696.0271,1.1042,0,1.9994-.8955,1.9994-2.0003s-.8952-2.0003-1.9994-2.0003-1.9994.8956-1.9994,2.0003c0,.2654.0542.5174.148.7491l-3.6383,4.6349-3.6474-4.6533c.0893-.2268.1422-.4721.1422-.7307,0-1.1046-.8952-2.0003-1.9994-2.0003s-1.9994.8956-1.9994,2.0003.8952,2.0003,1.9994,2.0003c.0987,0,.1933-.0151.2882-.0291l3.1793,4.0562h-2.7533c-.3463-.5953-.9839-.9999-1.722-.9999-1.1043,0-1.9994.8954-1.9994,2.0003s.8951,2.0003,1.9994,2.0003c.7382,0,1.3759-.4048,1.7222-1.0004h2.7149l-3.1523,4.0157c-.0913-.0127-.1821-.0278-.277-.0278-1.1042,0-1.9994.8955-1.9994,2.0003s.8952,2.0003,1.9994,2.0003,1.9994-.8956,1.9994-2.0003c0-.2627-.0538-.512-.1457-.7418l3.6496-4.6493,3.6378,4.641c-.0924.2303-.1462.4803-.1462.7435,0,1.1046.8951,2.0003,1.9994,2.0003s1.9994-.8956,1.9994-2.0003-.8952-2.0003-1.9994-2.0003c-.0943,0-.1844.0151-.2752.0277l-3.1423-4.009h2.7018c.3463.5955.984,1.0004,1.7222,1.0004h0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.4101,11.0047l-.0107-1.0158c-.0029-.2613-.1079-.5108-.2924-.6959l-6.9858-6.9995c-.1874-.188-.4418-.2935-.7073-.2935H5.2124v.0063h-1.213c-1.1027,0-1.9994.8971-1.9994,2.0012l.0195,24.0057c0,1.1032.8967,2.0003,1.9994,2.0003h6.9949v-2.0003l-6.9949-.001-.0195-24.0057h2.0092v-.0063h5.9893l.0143,5.0075c0,1.1217.8782,2.0003,1.9994,2.0003l6.9881-.0034,1.4119.0003M13.9974,4.0003h.0021l4.9965,5.0067-4.9843-.0021s-.0143-5.0046-.0143-5.0046Z" }), children);
|
|
1359
1584
|
});
|
|
1360
1585
|
if (process.env.NODE_ENV !== "production") ModelContentDoc.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1361
|
-
const ModelFoundation = react.default.forwardRef(function ModelFoundation({ children, size = 16, ...rest }, ref) {
|
|
1362
|
-
return react.default.createElement(
|
|
1586
|
+
const ModelFoundation = /* @__PURE__ */ react.default.forwardRef(function ModelFoundation({ children, size = 16, ...rest }, ref) {
|
|
1587
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1363
1588
|
width: size,
|
|
1364
1589
|
height: size,
|
|
1365
1590
|
ref,
|
|
@@ -1373,8 +1598,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1373
1598
|
}), children);
|
|
1374
1599
|
});
|
|
1375
1600
|
if (process.env.NODE_ENV !== "production") ModelFoundation.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1376
|
-
const ModelReference = react.default.forwardRef(function ModelReference({ children, size = 16, ...rest }, ref) {
|
|
1377
|
-
return react.default.createElement(
|
|
1601
|
+
const ModelReference = /* @__PURE__ */ react.default.forwardRef(function ModelReference({ children, size = 16, ...rest }, ref) {
|
|
1602
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1378
1603
|
width: size,
|
|
1379
1604
|
height: size,
|
|
1380
1605
|
ref,
|
|
@@ -1391,8 +1616,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1391
1616
|
}), children);
|
|
1392
1617
|
});
|
|
1393
1618
|
if (process.env.NODE_ENV !== "production") ModelReference.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1394
|
-
const ModelTuned = react.default.forwardRef(function ModelTuned({ children, size = 16, ...rest }, ref) {
|
|
1395
|
-
return react.default.createElement(
|
|
1619
|
+
const ModelTuned = /* @__PURE__ */ react.default.forwardRef(function ModelTuned({ children, size = 16, ...rest }, ref) {
|
|
1620
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1396
1621
|
width: size,
|
|
1397
1622
|
height: size,
|
|
1398
1623
|
ref,
|
|
@@ -1412,8 +1637,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1412
1637
|
}), children);
|
|
1413
1638
|
});
|
|
1414
1639
|
if (process.env.NODE_ENV !== "production") ModelTuned.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1415
|
-
const ModelBuilder = react.default.forwardRef(function ModelBuilder({ children, size = 16, ...rest }, ref) {
|
|
1416
|
-
return react.default.createElement(
|
|
1640
|
+
const ModelBuilder = /* @__PURE__ */ react.default.forwardRef(function ModelBuilder({ children, size = 16, ...rest }, ref) {
|
|
1641
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1417
1642
|
width: size,
|
|
1418
1643
|
height: size,
|
|
1419
1644
|
ref,
|
|
@@ -1424,8 +1649,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1424
1649
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,4V7H10V4H2v8h8V9h7.0234A4.9463,4.9463,0,0,0,16,12v8A3.0037,3.0037,0,0,1,13,23H10V20H2v8h8V25H13A5.0062,5.0062,0,0,0,18,20V12a2.9982,2.9982,0,0,1,2.9971-3H22v3h8V4ZM8,10H4V6H8ZM8,26H4V22H8ZM28,10H24V6h4Z" }), children);
|
|
1425
1650
|
});
|
|
1426
1651
|
if (process.env.NODE_ENV !== "production") ModelBuilder.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1427
|
-
const ModelBuilderReference = react.default.forwardRef(function ModelBuilderReference({ children, size = 16, ...rest }, ref) {
|
|
1428
|
-
return react.default.createElement(
|
|
1652
|
+
const ModelBuilderReference = /* @__PURE__ */ react.default.forwardRef(function ModelBuilderReference({ children, size = 16, ...rest }, ref) {
|
|
1653
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1429
1654
|
width: size,
|
|
1430
1655
|
height: size,
|
|
1431
1656
|
ref,
|
|
@@ -1436,8 +1661,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1436
1661
|
}, /* @__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: "M22,4V7H10V4H2v8h8V9h7.0234A4.9463,4.9463,0,0,0,16,12V28h2V12a2.9982,2.9982,0,0,1,2.9971-3H22v3h8V4ZM8,10H4V6H8Zm20,0H24V6h4Z" }), children);
|
|
1437
1662
|
});
|
|
1438
1663
|
if (process.env.NODE_ENV !== "production") ModelBuilderReference.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1439
|
-
const ModifiedNewest = react.default.forwardRef(function ModifiedNewest({ children, size = 16, ...rest }, ref) {
|
|
1440
|
-
return react.default.createElement(
|
|
1664
|
+
const ModifiedNewest = /* @__PURE__ */ react.default.forwardRef(function ModifiedNewest({ children, size = 16, ...rest }, ref) {
|
|
1665
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1441
1666
|
width: size,
|
|
1442
1667
|
height: size,
|
|
1443
1668
|
ref,
|
|
@@ -1448,8 +1673,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1448
1673
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19.3197,24.7l-4.3-4.3v-6.4h2v5.6l3.7,3.7s-1.4,1.4-1.4,1.4ZM16,12c4.4,0,8,3.6,8,8s-3.6,8-8,8-7.9803-3.6-7.9803-8,3.6-8,8-8M16,10c-5.5,0-10.0099,4.5-10.0099,10s4.5099,10,10.0099,10,10-4.5,10-10-4.4901-10-9.9901-10h-.0099ZM16,2l-5,6h10l-5-6Z" }), children);
|
|
1449
1674
|
});
|
|
1450
1675
|
if (process.env.NODE_ENV !== "production") ModifiedNewest.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1451
|
-
const ModifiedOldest = react.default.forwardRef(function ModifiedOldest({ children, size = 16, ...rest }, ref) {
|
|
1452
|
-
return react.default.createElement(
|
|
1676
|
+
const ModifiedOldest = /* @__PURE__ */ react.default.forwardRef(function ModifiedOldest({ children, size = 16, ...rest }, ref) {
|
|
1677
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1453
1678
|
width: size,
|
|
1454
1679
|
height: size,
|
|
1455
1680
|
ref,
|
|
@@ -1460,8 +1685,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1460
1685
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19.3,16.7l-4.3-4.3v-6.4h2v5.6l3.7,3.7s-1.4,1.4-1.4,1.4ZM16,4c4.4,0,8,3.6,8,8s-3.6,8-8,8-8-3.6-8-8,3.6-8,8-8M16,2c-5.5,0-10,4.5-10,10s4.5,10,10,10,10-4.5,10-10S21.5,2,16,2h0ZM16,30l5-6h-10l5,6Z" }), children);
|
|
1461
1686
|
});
|
|
1462
1687
|
if (process.env.NODE_ENV !== "production") ModifiedOldest.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1463
|
-
const Money = react.default.forwardRef(function Money({ children, size = 16, ...rest }, ref) {
|
|
1464
|
-
return react.default.createElement(
|
|
1688
|
+
const Money = /* @__PURE__ */ react.default.forwardRef(function Money({ children, size = 16, ...rest }, ref) {
|
|
1689
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1465
1690
|
width: size,
|
|
1466
1691
|
height: size,
|
|
1467
1692
|
ref,
|
|
@@ -1472,8 +1697,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1472
1697
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 22H30V24H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 26H30V28H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,10a2,2,0,1,0,2,2,2,2,0,0,0-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,16a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,16Zm0-6a2,2,0,1,0,2,2A2.002,2.002,0,0,0,16,10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,10a2,2,0,1,0,2,2,2,2,0,0,0-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,20H4a2.0051,2.0051,0,0,1-2-2V6A2.0051,2.0051,0,0,1,4,4H28a2.0051,2.0051,0,0,1,2,2V18A2.0027,2.0027,0,0,1,28,20ZM28,6H4V18H28Z" }), children);
|
|
1473
1698
|
});
|
|
1474
1699
|
if (process.env.NODE_ENV !== "production") Money.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1475
|
-
const Monster = react.default.forwardRef(function Monster({ children, size = 16, ...rest }, ref) {
|
|
1476
|
-
return react.default.createElement(
|
|
1700
|
+
const Monster = /* @__PURE__ */ react.default.forwardRef(function Monster({ children, size = 16, ...rest }, ref) {
|
|
1701
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1477
1702
|
width: size,
|
|
1478
1703
|
height: size,
|
|
1479
1704
|
ref,
|
|
@@ -1484,8 +1709,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1484
1709
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23 22 21 22 21 20 19 20 19 22 17 22 17 20 15 20 15 22 13 22 13 20 11 20 11 22 9 22 9 24 11 24 11 26 13 26 13 24 15 24 15 26 17 26 17 24 19 24 19 26 21 26 21 24 23 24 23 22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,11H27V4a2.0025,2.0025,0,0,0-2-2H7A2.0025,2.0025,0,0,0,5,4v7H4a2.0025,2.0025,0,0,0-2,2v4a2.0025,2.0025,0,0,0,2,2H5v4a7.0078,7.0078,0,0,0,7,7h8a7.0078,7.0078,0,0,0,7-7V19h1a2.0025,2.0025,0,0,0,2-2V13A2.0025,2.0025,0,0,0,28,11ZM25,4V7.3818L22.4473,6.1055a1.0008,1.0008,0,0,0-.8946,0L18,7.8818,14.4473,6.1055a1.0008,1.0008,0,0,0-.8946,0L10,7.8818l-3-1.5V4Zm3,13H25v6a5.0057,5.0057,0,0,1-5,5H12a5.0057,5.0057,0,0,1-5-5V17H4V13H7V8.6182L9.5527,9.8945a1.0008,1.0008,0,0,0,.8946,0L14,8.1182l3.5527,1.7763a1.001,1.001,0,0,0,.8946,0L22,8.1182l3,1.5V13h3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 14H14V16H9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 14H23V16H18z" }), children);
|
|
1485
1710
|
});
|
|
1486
1711
|
if (process.env.NODE_ENV !== "production") Monster.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1487
|
-
const Monument = react.default.forwardRef(function Monument({ children, size = 16, ...rest }, ref) {
|
|
1488
|
-
return react.default.createElement(
|
|
1712
|
+
const Monument = /* @__PURE__ */ react.default.forwardRef(function Monument({ children, size = 16, ...rest }, ref) {
|
|
1713
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1489
1714
|
width: size,
|
|
1490
1715
|
height: size,
|
|
1491
1716
|
ref,
|
|
@@ -1496,8 +1721,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1496
1721
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,28V6L16,2,12,6V28H2v2H30V28Zm-6,0V6.8281l2-2,2,2V28Z" }), children);
|
|
1497
1722
|
});
|
|
1498
1723
|
if (process.env.NODE_ENV !== "production") Monument.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1499
|
-
const Moon = react.default.forwardRef(function Moon({ children, size = 16, ...rest }, ref) {
|
|
1500
|
-
return react.default.createElement(
|
|
1724
|
+
const Moon = /* @__PURE__ */ react.default.forwardRef(function Moon({ children, size = 16, ...rest }, ref) {
|
|
1725
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1501
1726
|
width: size,
|
|
1502
1727
|
height: size,
|
|
1503
1728
|
ref,
|
|
@@ -1508,8 +1733,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1508
1733
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13.5025,5.4136A15.0755,15.0755,0,0,0,25.096,23.6082a11.1134,11.1134,0,0,1-7.9749,3.3893c-.1385,0-.2782.0051-.4178,0A11.0944,11.0944,0,0,1,13.5025,5.4136M14.98,3a1.0024,1.0024,0,0,0-.1746.0156A13.0959,13.0959,0,0,0,16.63,28.9973c.1641.006.3282,0,.4909,0a13.0724,13.0724,0,0,0,10.702-5.5556,1.0094,1.0094,0,0,0-.7833-1.5644A13.08,13.08,0,0,1,15.8892,4.38,1.0149,1.0149,0,0,0,14.98,3Z" }), children);
|
|
1509
1734
|
});
|
|
1510
1735
|
if (process.env.NODE_ENV !== "production") Moon.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1511
|
-
const Moonrise = react.default.forwardRef(function Moonrise({ children, size = 16, ...rest }, ref) {
|
|
1512
|
-
return react.default.createElement(
|
|
1736
|
+
const Moonrise = /* @__PURE__ */ react.default.forwardRef(function Moonrise({ children, size = 16, ...rest }, ref) {
|
|
1737
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1513
1738
|
width: size,
|
|
1514
1739
|
height: size,
|
|
1515
1740
|
ref,
|
|
@@ -1520,8 +1745,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1520
1745
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 28H30V30H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,26H24a7.987,7.987,0,0,0-2.0371-5.3335l1.49-1.334A9.9835,9.9835,0,0,1,26,26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,26H14a9.9268,9.9268,0,0,1,3.7539-7.804A7.89,7.89,0,0,0,16,18a8.0092,8.0092,0,0,0-8,8H6A10.0113,10.0113,0,0,1,16,16a9.8923,9.8923,0,0,1,4.4458,1.0515,1,1,0,0,1,0,1.79A7.9567,7.9567,0,0,0,16,26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 2 11 7 12.41 8.41 15 5.83 15 6 15 14 17 14 17 6 17 5.83 19.59 8.41 21 7 16 2z" }), children);
|
|
1521
1746
|
});
|
|
1522
1747
|
if (process.env.NODE_ENV !== "production") Moonrise.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1523
|
-
const Moonset = react.default.forwardRef(function Moonset({ children, size = 16, ...rest }, ref) {
|
|
1524
|
-
return react.default.createElement(
|
|
1748
|
+
const Moonset = /* @__PURE__ */ react.default.forwardRef(function Moonset({ children, size = 16, ...rest }, ref) {
|
|
1749
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1525
1750
|
width: size,
|
|
1526
1751
|
height: size,
|
|
1527
1752
|
ref,
|
|
@@ -1532,8 +1757,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1532
1757
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 28H30V30H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,26H24a7.987,7.987,0,0,0-2.0371-5.3335l1.49-1.334A9.9835,9.9835,0,0,1,26,26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,26H14a9.9268,9.9268,0,0,1,3.7539-7.804A7.89,7.89,0,0,0,16,18a8.0092,8.0092,0,0,0-8,8H6A10.0113,10.0113,0,0,1,16,16a9.8923,9.8923,0,0,1,4.4458,1.0515,1,1,0,0,1,0,1.79A7.9567,7.9567,0,0,0,16,26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 14 11 9 12.41 7.59 15 10.17 15 10 15 2 17 2 17 10 17 10.17 19.59 7.59 21 9 16 14z" }), children);
|
|
1533
1758
|
});
|
|
1534
1759
|
if (process.env.NODE_ENV !== "production") Moonset.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1535
|
-
const MostlyCloudy = react.default.forwardRef(function MostlyCloudy({ children, size = 16, ...rest }, ref) {
|
|
1536
|
-
return react.default.createElement(
|
|
1760
|
+
const MostlyCloudy = /* @__PURE__ */ react.default.forwardRef(function MostlyCloudy({ children, size = 16, ...rest }, ref) {
|
|
1761
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1537
1762
|
width: size,
|
|
1538
1763
|
height: size,
|
|
1539
1764
|
ref,
|
|
@@ -1553,8 +1778,8 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1553
1778
|
}), children);
|
|
1554
1779
|
});
|
|
1555
1780
|
if (process.env.NODE_ENV !== "production") MostlyCloudy.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1556
|
-
const MostlyCloudyNight = react.default.forwardRef(function MostlyCloudyNight({ children, size = 16, ...rest }, ref) {
|
|
1557
|
-
return react.default.createElement(
|
|
1781
|
+
const MostlyCloudyNight = /* @__PURE__ */ react.default.forwardRef(function MostlyCloudyNight({ children, size = 16, ...rest }, ref) {
|
|
1782
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1558
1783
|
width: size,
|
|
1559
1784
|
height: size,
|
|
1560
1785
|
ref,
|
|
@@ -1565,222 +1790,23 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1565
1790
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.8438,15.0347a1.5169,1.5169,0,0,0-1.23-.8658,5.3547,5.3547,0,0,1-3.4094-1.7158A6.4653,6.4653,0,0,1,23.918,6.0605a1.6025,1.6025,0,0,0-.2989-1.5459,1.4543,1.4543,0,0,0-1.36-.4931l-.0191.0039a7.927,7.927,0,0,0-6.22,7.4307A7.3638,7.3638,0,0,0,13.5,11a7.5511,7.5511,0,0,0-7.1494,5.2441A5.9926,5.9926,0,0,0,8,28H19a5.9771,5.9771,0,0,0,5.6147-8.0884,7.5054,7.5054,0,0,0,5.1324-3.3569A1.5372,1.5372,0,0,0,29.8438,15.0347ZM19,26H8a3.9926,3.9926,0,0,1-.6733-7.9292l.663-.1128.1456-.6562a5.496,5.496,0,0,1,10.7294,0l.1456.6562.6626.1128A3.9925,3.9925,0,0,1,19,26Zm4.4653-8.001h-.0217a5.9581,5.9581,0,0,0-2.7942-1.7549,7.5068,7.5068,0,0,0-2.6008-3.6767c-.01-.1016-.0361-.1978-.041-.3008a6.078,6.078,0,0,1,3.7907-6.05,8.4577,8.4577,0,0,0,1.94,7.5967A7.4007,7.4007,0,0,0,27.64,16.041,5.4286,5.4286,0,0,1,23.4653,17.999Z" }), children);
|
|
1566
1791
|
});
|
|
1567
1792
|
if (process.env.NODE_ENV !== "production") MostlyCloudyNight.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1586
|
-
viewBox: "0 0 32 32",
|
|
1587
|
-
fill: "currentColor",
|
|
1588
|
-
...rest
|
|
1589
|
-
}, /* @__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);
|
|
1590
|
-
});
|
|
1591
|
-
if (process.env.NODE_ENV !== "production") Mov.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1592
|
-
const Move = react.default.forwardRef(function Move({ children, size = 16, ...rest }, ref) {
|
|
1593
|
-
return react.default.createElement(require_Icon_js, {
|
|
1594
|
-
width: size,
|
|
1595
|
-
height: size,
|
|
1596
|
-
ref,
|
|
1597
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1598
|
-
viewBox: "0 0 32 32",
|
|
1599
|
-
fill: "currentColor",
|
|
1600
|
-
...rest
|
|
1601
|
-
}, /* @__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);
|
|
1602
|
-
});
|
|
1603
|
-
if (process.env.NODE_ENV !== "production") Move.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1604
|
-
const Movement = react.default.forwardRef(function Movement({ children, size = 16, ...rest }, ref) {
|
|
1605
|
-
return react.default.createElement(require_Icon_js, {
|
|
1606
|
-
width: size,
|
|
1607
|
-
height: size,
|
|
1608
|
-
ref,
|
|
1609
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1610
|
-
viewBox: "0 0 32 32",
|
|
1611
|
-
fill: "currentColor",
|
|
1612
|
-
...rest
|
|
1613
|
-
}, /* @__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);
|
|
1614
|
-
});
|
|
1615
|
-
if (process.env.NODE_ENV !== "production") Movement.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1616
|
-
const Mp3 = react.default.forwardRef(function Mp3({ children, size = 16, ...rest }, ref) {
|
|
1617
|
-
return react.default.createElement(require_Icon_js, {
|
|
1618
|
-
width: size,
|
|
1619
|
-
height: size,
|
|
1620
|
-
ref,
|
|
1621
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1622
|
-
viewBox: "0 0 32 32",
|
|
1623
|
-
fill: "currentColor",
|
|
1624
|
-
...rest
|
|
1625
|
-
}, /* @__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);
|
|
1626
|
-
});
|
|
1627
|
-
if (process.env.NODE_ENV !== "production") Mp3.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1628
|
-
const Mp4 = react.default.forwardRef(function Mp4({ children, size = 16, ...rest }, ref) {
|
|
1629
|
-
return react.default.createElement(require_Icon_js, {
|
|
1630
|
-
width: size,
|
|
1631
|
-
height: size,
|
|
1632
|
-
ref,
|
|
1633
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1634
|
-
viewBox: "0 0 32 32",
|
|
1635
|
-
fill: "currentColor",
|
|
1636
|
-
...rest
|
|
1637
|
-
}, /* @__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);
|
|
1638
|
-
});
|
|
1639
|
-
if (process.env.NODE_ENV !== "production") Mp4.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1640
|
-
const Mpeg = react.default.forwardRef(function Mpeg({ children, size = 16, ...rest }, ref) {
|
|
1641
|
-
return react.default.createElement(require_Icon_js, {
|
|
1642
|
-
width: size,
|
|
1643
|
-
height: size,
|
|
1644
|
-
ref,
|
|
1645
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1646
|
-
viewBox: "0 0 32 32",
|
|
1647
|
-
fill: "currentColor",
|
|
1648
|
-
...rest
|
|
1649
|
-
}, /* @__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);
|
|
1650
|
-
});
|
|
1651
|
-
if (process.env.NODE_ENV !== "production") Mpeg.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1652
|
-
const Mpg2 = react.default.forwardRef(function Mpg2({ children, size = 16, ...rest }, ref) {
|
|
1653
|
-
return react.default.createElement(require_Icon_js, {
|
|
1654
|
-
width: size,
|
|
1655
|
-
height: size,
|
|
1656
|
-
ref,
|
|
1657
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1658
|
-
viewBox: "0 0 32 32",
|
|
1659
|
-
fill: "currentColor",
|
|
1660
|
-
...rest
|
|
1661
|
-
}, /* @__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);
|
|
1662
|
-
});
|
|
1663
|
-
if (process.env.NODE_ENV !== "production") Mpg2.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1664
|
-
const MultiuserDevice = react.default.forwardRef(function MultiuserDevice({ children, size = 16, ...rest }, ref) {
|
|
1665
|
-
return react.default.createElement(require_Icon_js, {
|
|
1666
|
-
width: size,
|
|
1667
|
-
height: size,
|
|
1668
|
-
ref,
|
|
1669
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1670
|
-
viewBox: "0 0 32 32",
|
|
1671
|
-
fill: "currentColor",
|
|
1672
|
-
...rest
|
|
1673
|
-
}, /* @__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);
|
|
1674
|
-
});
|
|
1675
|
-
if (process.env.NODE_ENV !== "production") MultiuserDevice.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1676
|
-
const Music = react.default.forwardRef(function Music({ children, size = 16, ...rest }, ref) {
|
|
1677
|
-
return react.default.createElement(require_Icon_js, {
|
|
1678
|
-
width: size,
|
|
1679
|
-
height: size,
|
|
1680
|
-
ref,
|
|
1681
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1682
|
-
viewBox: "0 0 32 32",
|
|
1683
|
-
fill: "currentColor",
|
|
1684
|
-
...rest
|
|
1685
|
-
}, /* @__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);
|
|
1686
|
-
});
|
|
1687
|
-
if (process.env.NODE_ENV !== "production") Music.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1688
|
-
const MusicAdd = react.default.forwardRef(function MusicAdd({ children, size = 16, ...rest }, ref) {
|
|
1689
|
-
return react.default.createElement(require_Icon_js, {
|
|
1690
|
-
width: size,
|
|
1691
|
-
height: size,
|
|
1692
|
-
ref,
|
|
1693
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1694
|
-
viewBox: "0 0 32 32",
|
|
1695
|
-
fill: "currentColor",
|
|
1696
|
-
...rest
|
|
1697
|
-
}, /* @__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);
|
|
1698
|
-
});
|
|
1699
|
-
if (process.env.NODE_ENV !== "production") MusicAdd.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1700
|
-
const MusicRemove = react.default.forwardRef(function MusicRemove({ children, size = 16, ...rest }, ref) {
|
|
1701
|
-
return react.default.createElement(require_Icon_js, {
|
|
1702
|
-
width: size,
|
|
1703
|
-
height: size,
|
|
1704
|
-
ref,
|
|
1705
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1706
|
-
viewBox: "0 0 32 32",
|
|
1707
|
-
fill: "currentColor",
|
|
1708
|
-
...rest
|
|
1709
|
-
}, /* @__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);
|
|
1710
|
-
});
|
|
1711
|
-
if (process.env.NODE_ENV !== "production") MusicRemove.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1712
|
-
const Mysql = react.default.forwardRef(function Mysql({ children, size = 16, ...rest }, ref) {
|
|
1713
|
-
return react.default.createElement(require_Icon_js, {
|
|
1714
|
-
width: size,
|
|
1715
|
-
height: size,
|
|
1716
|
-
ref,
|
|
1717
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1718
|
-
viewBox: "0 0 32 32",
|
|
1719
|
-
fill: "currentColor",
|
|
1720
|
-
...rest
|
|
1721
|
-
}, /* @__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);
|
|
1722
|
-
});
|
|
1723
|
-
if (process.env.NODE_ENV !== "production") Mysql.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1724
|
-
const NameSpace = react.default.forwardRef(function NameSpace({ children, size = 16, ...rest }, ref) {
|
|
1725
|
-
return react.default.createElement(require_Icon_js, {
|
|
1726
|
-
width: size,
|
|
1727
|
-
height: size,
|
|
1728
|
-
ref,
|
|
1729
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1730
|
-
viewBox: "0 0 32 32",
|
|
1731
|
-
fill: "currentColor",
|
|
1732
|
-
...rest
|
|
1733
|
-
}, /* @__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);
|
|
1734
|
-
});
|
|
1735
|
-
if (process.env.NODE_ENV !== "production") NameSpace.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1736
|
-
const NamingConventions = react.default.forwardRef(function NamingConventions({ children, size = 16, ...rest }, ref) {
|
|
1737
|
-
return react.default.createElement(require_Icon_js, {
|
|
1738
|
-
width: size,
|
|
1739
|
-
height: size,
|
|
1740
|
-
ref,
|
|
1741
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1742
|
-
viewBox: "0 0 32 32",
|
|
1743
|
-
fill: "currentColor",
|
|
1744
|
-
...rest
|
|
1745
|
-
}, /* @__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);
|
|
1746
|
-
});
|
|
1747
|
-
if (process.env.NODE_ENV !== "production") NamingConventions.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1748
|
-
const NavaidCivil = react.default.forwardRef(function NavaidCivil({ children, size = 16, ...rest }, ref) {
|
|
1749
|
-
return react.default.createElement(require_Icon_js, {
|
|
1750
|
-
width: size,
|
|
1751
|
-
height: size,
|
|
1752
|
-
ref,
|
|
1753
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1754
|
-
viewBox: "0 0 32 32",
|
|
1755
|
-
fill: "currentColor",
|
|
1756
|
-
...rest
|
|
1757
|
-
}, /* @__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);
|
|
1758
|
-
});
|
|
1759
|
-
if (process.env.NODE_ENV !== "production") NavaidCivil.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1760
|
-
const NavaidDme = react.default.forwardRef(function NavaidDme({ children, size = 16, ...rest }, ref) {
|
|
1761
|
-
return react.default.createElement(require_Icon_js, {
|
|
1762
|
-
width: size,
|
|
1763
|
-
height: size,
|
|
1764
|
-
ref,
|
|
1765
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1766
|
-
viewBox: "0 0 32 32",
|
|
1767
|
-
fill: "currentColor",
|
|
1768
|
-
...rest
|
|
1769
|
-
}, /* @__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);
|
|
1770
|
-
});
|
|
1771
|
-
if (process.env.NODE_ENV !== "production") NavaidDme.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1772
|
-
const NavaidHelipad = react.default.forwardRef(function NavaidHelipad({ children, size = 16, ...rest }, ref) {
|
|
1773
|
-
return react.default.createElement(require_Icon_js, {
|
|
1774
|
-
width: size,
|
|
1775
|
-
height: size,
|
|
1776
|
-
ref,
|
|
1777
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1778
|
-
viewBox: "0 0 32 32",
|
|
1779
|
-
fill: "currentColor",
|
|
1780
|
-
...rest
|
|
1781
|
-
}, /* @__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);
|
|
1782
|
-
});
|
|
1783
|
-
if (process.env.NODE_ENV !== "production") NavaidHelipad.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1793
|
+
exports.LogoKeybase = LogoKeybase;
|
|
1794
|
+
exports.LogoKubernetes = LogoKubernetes;
|
|
1795
|
+
exports.LogoLinkedin = LogoLinkedin;
|
|
1796
|
+
exports.LogoLivestream = LogoLivestream;
|
|
1797
|
+
exports.LogoMastodon = LogoMastodon;
|
|
1798
|
+
exports.LogoMedium = LogoMedium;
|
|
1799
|
+
exports.LogoModelContextProtocol = LogoModelContextProtocol;
|
|
1800
|
+
exports.LogoNpm = LogoNpm;
|
|
1801
|
+
exports.LogoOpenshift = LogoOpenshift;
|
|
1802
|
+
exports.LogoPinterest = LogoPinterest;
|
|
1803
|
+
exports.LogoPython = LogoPython;
|
|
1804
|
+
exports.LogoQuora = LogoQuora;
|
|
1805
|
+
exports.LogoRScript = LogoRScript;
|
|
1806
|
+
exports.LogoReact = LogoReact;
|
|
1807
|
+
exports.LogoRedHatAiInstructlabOnIbmCloud = LogoRedHatAiInstructlabOnIbmCloud;
|
|
1808
|
+
exports.LogoRedHatAnsible = LogoRedHatAnsible;
|
|
1809
|
+
exports.LogoSketch = LogoSketch;
|
|
1784
1810
|
exports.LogoSkype = LogoSkype;
|
|
1785
1811
|
exports.LogoSlack = LogoSlack;
|
|
1786
1812
|
exports.LogoSnapchat = LogoSnapchat;
|
|
@@ -1850,6 +1876,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1850
1876
|
exports.MinimapOff = MinimapOff;
|
|
1851
1877
|
exports.MinimapOn = MinimapOn;
|
|
1852
1878
|
exports.Minimize = Minimize;
|
|
1879
|
+
exports.MinusPlus = MinusPlus;
|
|
1853
1880
|
exports.Misuse = Misuse;
|
|
1854
1881
|
exports.MisuseOutline = MisuseOutline;
|
|
1855
1882
|
exports.MixedRainHail = MixedRainHail;
|
|
@@ -1885,33 +1912,14 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1885
1912
|
exports.Moonset = Moonset;
|
|
1886
1913
|
exports.MostlyCloudy = MostlyCloudy;
|
|
1887
1914
|
exports.MostlyCloudyNight = MostlyCloudyNight;
|
|
1888
|
-
exports.Mountain = Mountain;
|
|
1889
|
-
exports.Mov = Mov;
|
|
1890
|
-
exports.Move = Move;
|
|
1891
|
-
exports.Movement = Movement;
|
|
1892
|
-
exports.Mp3 = Mp3;
|
|
1893
|
-
exports.Mp4 = Mp4;
|
|
1894
|
-
exports.Mpeg = Mpeg;
|
|
1895
|
-
exports.Mpg2 = Mpg2;
|
|
1896
|
-
exports.MultiuserDevice = MultiuserDevice;
|
|
1897
|
-
exports.Music = Music;
|
|
1898
|
-
exports.MusicAdd = MusicAdd;
|
|
1899
|
-
exports.MusicRemove = MusicRemove;
|
|
1900
|
-
exports.Mysql = Mysql;
|
|
1901
|
-
exports.NameSpace = NameSpace;
|
|
1902
|
-
exports.NamingConventions = NamingConventions;
|
|
1903
|
-
exports.NavaidCivil = NavaidCivil;
|
|
1904
|
-
exports.NavaidDme = NavaidDme;
|
|
1905
|
-
exports.NavaidHelipad = NavaidHelipad;
|
|
1906
1915
|
exports.QMatrix = QMatrix;
|
|
1907
1916
|
exports.WatsonHealthMagnify = WatsonHealthMagnify;
|
|
1908
1917
|
exports.WatsonHealthMammogram = WatsonHealthMammogram;
|
|
1909
1918
|
}));
|
|
1910
|
-
|
|
1911
1919
|
//#endregion
|
|
1912
|
-
Object.defineProperty(exports,
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
});
|
|
1920
|
+
Object.defineProperty(exports, "default", {
|
|
1921
|
+
enumerable: true,
|
|
1922
|
+
get: function() {
|
|
1923
|
+
return require_bucket_12();
|
|
1924
|
+
}
|
|
1925
|
+
});
|