@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-11.js
|
|
14
12
|
var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports) => {
|
|
15
13
|
/**
|
|
@@ -21,14 +19,256 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
21
19
|
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
22
20
|
*/
|
|
23
21
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
24
|
-
const
|
|
25
|
-
const
|
|
26
|
-
const require_iconPropTypes = require_iconPropTypes_U9gLABJo$1.default;
|
|
22
|
+
const require_Icon = require_Icon_2zUDcllO$1.default;
|
|
23
|
+
const require_iconPropTypes = require_iconPropTypes_DaTOKOBs$1.default;
|
|
27
24
|
let react = require("react");
|
|
28
|
-
react =
|
|
25
|
+
react = require_Icon.__toESM(react);
|
|
29
26
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
30
|
-
const
|
|
31
|
-
|
|
27
|
+
const didWarnAboutDeprecation = {};
|
|
28
|
+
const JsError = /* @__PURE__ */ react.default.forwardRef(function JsError({ 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: "m20.3335,30h-2.667c-.9189,0-1.6665-.7476-1.6665-1.6665v-2.3335h2v2h2v-8h2v8.3335c0,.9189-.7476,1.6665-1.6665,1.6665Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m28.3335,30h-4.3335v-2h4v-2h-2c-1.103,0-2-.897-2-2v-2.3335c0-.9189.7476-1.6665,1.6665-1.6665h4.3335v2h-4v2h2c1.103,0,2,.897,2,2v2.3335c0,.9189-.7476,1.6665-1.6665,1.6665Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,18c-.8284,0-1.5.6716-1.5,1.5s.6716,1.5,1.5,1.5,1.5-.6716,1.5-1.5-.6716-1.5-1.5-1.5h0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 7H17V16H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m14,26h-4.5c-.3538,0-.6809-.1868-.8608-.4912L2.1392,14.5088c-.0928-.1569-.1392-.3329-.1392-.5088s.0464-.3519.1392-.5088L8.6392,2.4912c.1799-.3044.5071-.4912.8608-.4912h13c.3538,0,.6809.1868.8608.4912l6.5,11c.0928.1569.1392.3328.1392.5088s-.0464.3519-.1392.5088l-2,3.3845-1.7217-1.0173,1.6992-2.876-5.9089-10h-11.8589l-5.9089,10,5.9089,10h3.9294v2Z" }), children);
|
|
38
|
+
});
|
|
39
|
+
if (process.env.NODE_ENV !== "production") JsError.propTypes = require_iconPropTypes.iconPropTypes;
|
|
40
|
+
const Json = /* @__PURE__ */ react.default.forwardRef(function Json({ children, size = 16, ...rest }, ref) {
|
|
41
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
42
|
+
width: size,
|
|
43
|
+
height: size,
|
|
44
|
+
ref,
|
|
45
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
46
|
+
viewBox: "0 0 32 32",
|
|
47
|
+
fill: "currentColor",
|
|
48
|
+
...rest
|
|
49
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M31 11 31 21 29 21 27 15 27 21 25 21 25 11 27 11 29 17 29 11 31 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.3335,21h-2.667A1.6684,1.6684,0,0,1,17,19.3335v-6.667A1.6684,1.6684,0,0,1,18.6665,11h2.667A1.6684,1.6684,0,0,1,23,12.6665v6.667A1.6684,1.6684,0,0,1,21.3335,21ZM19,19h2V13H19Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13.3335,21H9V19h4V17H11a2.002,2.002,0,0,1-2-2V12.6665A1.6684,1.6684,0,0,1,10.6665,11H15v2H11v2h2a2.002,2.002,0,0,1,2,2v2.3335A1.6684,1.6684,0,0,1,13.3335,21Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5.3335,21H2.6665A1.6684,1.6684,0,0,1,1,19.3335V17H3v2H5V11H7v8.3335A1.6684,1.6684,0,0,1,5.3335,21Z" }), children);
|
|
50
|
+
});
|
|
51
|
+
if (process.env.NODE_ENV !== "production") Json.propTypes = require_iconPropTypes.iconPropTypes;
|
|
52
|
+
const JsonReference = /* @__PURE__ */ react.default.forwardRef(function JsonReference({ children, size = 16, ...rest }, ref) {
|
|
53
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
54
|
+
width: size,
|
|
55
|
+
height: size,
|
|
56
|
+
ref,
|
|
57
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
58
|
+
viewBox: "0 0 32 32",
|
|
59
|
+
fill: "currentColor",
|
|
60
|
+
...rest
|
|
61
|
+
}, /* @__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: "M29 12 27 6 25 6 25 16 27 16 27 10 29 16 31 16 31 6 29 6 29 12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.3335,6h-2.667A1.6683,1.6683,0,0,0,17,7.6665v6.667A1.6684,1.6684,0,0,0,18.6665,16h2.667A1.6683,1.6683,0,0,0,23,14.3335V7.6665A1.6683,1.6683,0,0,0,21.3335,6ZM21,14H19V8h2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,7.6665V10a2.002,2.002,0,0,0,2,2h2v2H9v2h4.3335A1.6683,1.6683,0,0,0,15,14.3335V12a2.002,2.002,0,0,0-2-2H11V8h4V6H10.6665A1.6683,1.6683,0,0,0,9,7.6665Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5,14H3V12H1v2.3335A1.6684,1.6684,0,0,0,2.6665,16h2.667A1.6683,1.6683,0,0,0,7,14.3335V6H5Z" }), children);
|
|
62
|
+
});
|
|
63
|
+
if (process.env.NODE_ENV !== "production") JsonReference.propTypes = require_iconPropTypes.iconPropTypes;
|
|
64
|
+
const JumpLink = /* @__PURE__ */ react.default.forwardRef(function JumpLink({ children, size = 16, ...rest }, ref) {
|
|
65
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
66
|
+
width: size,
|
|
67
|
+
height: size,
|
|
68
|
+
ref,
|
|
69
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
70
|
+
viewBox: "0 0 32 32",
|
|
71
|
+
fill: "currentColor",
|
|
72
|
+
...rest
|
|
73
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13.4141,17.5859,18,22.1719V8H8V6H18a2.0024,2.0024,0,0,1,2,2V22.1719l4.5859-4.586L26,19l-7,7-7-7Z" }), children);
|
|
74
|
+
});
|
|
75
|
+
if (process.env.NODE_ENV !== "production") JumpLink.propTypes = require_iconPropTypes.iconPropTypes;
|
|
76
|
+
const KeepDry = /* @__PURE__ */ react.default.forwardRef(function KeepDry({ children, size = 16, ...rest }, ref) {
|
|
77
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
78
|
+
width: size,
|
|
79
|
+
height: size,
|
|
80
|
+
ref,
|
|
81
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
82
|
+
viewBox: "0 0 32 32",
|
|
83
|
+
fill: "currentColor",
|
|
84
|
+
...rest
|
|
85
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,10a3.8978,3.8978,0,0,1-4-3.777,3.9017,3.9017,0,0,1,.6533-2.0639L24.17.4141a1.0381,1.0381,0,0,1,1.6592,0L28.3154,4.11A3.9693,3.9693,0,0,1,29,6.223,3.8978,3.8978,0,0,1,25,10Zm0-7.2368L23.3438,5.2257A1.89,1.89,0,0,0,23,6.223a2.014,2.014,0,0,0,4,0,1.98,1.98,0,0,0-.375-1.0466Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.9854,15.83a13.9726,13.9726,0,0,0-1.8147-4.8323L26.4329,12.001a12.092,12.092,0,0,1,1.07,2.2124A5.4079,5.4079,0,0,0,26,14a6.5439,6.5439,0,0,0-3.939,1.333,14.5177,14.5177,0,0,0-3.0456-8.9341A13.8858,13.8858,0,0,0,17,4.4014V2H15V4.0464A14.3808,14.3808,0,0,0,2.0146,15.83,1,1,0,0,0,3.51,16.86,4.8551,4.8551,0,0,1,6,16a4.8653,4.8653,0,0,1,4.1406,2.5107,1.0393,1.0393,0,0,0,1.7188,0A5.02,5.02,0,0,1,15,16.1255V25.5a2.5,2.5,0,0,1-5,0V25H8v.5a4.5,4.5,0,0,0,9,0V16.1255a5.02,5.02,0,0,1,3.1406,2.3852.9994.9994,0,0,0,1.7188,0A4.8653,4.8653,0,0,1,26,16a4.8551,4.8551,0,0,1,2.49.86,1,1,0,0,0,1.4957-1.03ZM9.939,15.333A6.5439,6.5439,0,0,0,6,14a5.4079,5.4079,0,0,0-1.5034.2134,12.4413,12.4413,0,0,1,8.488-7.8145A14.5157,14.5157,0,0,0,9.939,15.333ZM16,14a6.5526,6.5526,0,0,0-4.0564,1.4307c.0378-2.22.6089-6.49,4.0564-9.1763,3.4307,2.6768,4.009,6.9487,4.0522,9.1728A6.552,6.552,0,0,0,16,14Z" }), children);
|
|
86
|
+
});
|
|
87
|
+
if (process.env.NODE_ENV !== "production") KeepDry.propTypes = require_iconPropTypes.iconPropTypes;
|
|
88
|
+
const Key = /* @__PURE__ */ react.default.forwardRef(function Key({ children, size = 16, ...rest }, ref) {
|
|
89
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
90
|
+
width: size,
|
|
91
|
+
height: size,
|
|
92
|
+
ref,
|
|
93
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
94
|
+
viewBox: "0 0 32 32",
|
|
95
|
+
fill: "currentColor",
|
|
96
|
+
...rest
|
|
97
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
98
|
+
strokeWidth: "0",
|
|
99
|
+
d: "M30 9 28.0001 9 26 16 24.0001 9 22 9 25 17.9996 25 23 27 23 27 18 27.0001 18 30 9z"
|
|
100
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
101
|
+
strokeWidth: "0",
|
|
102
|
+
d: "M21 11 21 9 13 9 13 23 21 23 21 21 15 21 15 17 20 17 20 15 15 15 15 11 21 11z"
|
|
103
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
104
|
+
strokeWidth: "0",
|
|
105
|
+
d: "M11 9 8.8941 9 5 15.5527 5 9 3 9 3 23 5 23 5 18.7062 5.9277 17.2208 8.8941 23 11 23 7.1093 15.4308 11 9z"
|
|
106
|
+
}), children);
|
|
107
|
+
});
|
|
108
|
+
if (process.env.NODE_ENV !== "production") Key.propTypes = require_iconPropTypes.iconPropTypes;
|
|
109
|
+
const KeyValues = /* @__PURE__ */ react.default.forwardRef(function KeyValues({ children, size = 16, ...rest }, ref) {
|
|
110
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
111
|
+
width: size,
|
|
112
|
+
height: size,
|
|
113
|
+
ref,
|
|
114
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
115
|
+
viewBox: "0 0 32 32",
|
|
116
|
+
fill: "currentColor",
|
|
117
|
+
...rest
|
|
118
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,7h-4v-2h4v2ZM25,5h-15v2h15v-2ZM10,10h-6v2h6v-2ZM24,10h-12v2h12v-2ZM7,15h-3v2h3v-2ZM27,15H9v2h18v-2ZM11,20h-7v2h7v-2ZM25,20h-12v2h12v-2ZM8,25h-4v2h4v-2ZM28,25H10v2h18v-2Z" }), children);
|
|
119
|
+
});
|
|
120
|
+
if (process.env.NODE_ENV !== "production") KeyValues.propTypes = require_iconPropTypes.iconPropTypes;
|
|
121
|
+
const Keyboard = /* @__PURE__ */ react.default.forwardRef(function Keyboard({ children, size = 16, ...rest }, ref) {
|
|
122
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
123
|
+
width: size,
|
|
124
|
+
height: size,
|
|
125
|
+
ref,
|
|
126
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
127
|
+
viewBox: "0 0 32 32",
|
|
128
|
+
fill: "currentColor",
|
|
129
|
+
...rest
|
|
130
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,26H4a2,2,0,0,1-2-2V10A2,2,0,0,1,4,8H28a2,2,0,0,1,2,2V24A2,2,0,0,1,28,26ZM4,10V24H28V10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 20H21V22H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 12H8V14H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 12H12V14H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 12H16V14H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 12H20V14H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 20H8V22H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 16H8V18H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 16H12V18H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 16H16V18H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 12H26V14H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 16H26V18H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 16H20V18H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23 20H26V22H23z" }), children);
|
|
131
|
+
});
|
|
132
|
+
if (process.env.NODE_ENV !== "production") Keyboard.propTypes = require_iconPropTypes.iconPropTypes;
|
|
133
|
+
const Keychain = /* @__PURE__ */ react.default.forwardRef(function Keychain({ children, size = 16, ...rest }, ref) {
|
|
134
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
135
|
+
width: size,
|
|
136
|
+
height: size,
|
|
137
|
+
ref,
|
|
138
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
139
|
+
viewBox: "0 0 32 32",
|
|
140
|
+
fill: "currentColor",
|
|
141
|
+
...rest
|
|
142
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,5c-1.05,0-2.07.23-3,.68-.93-.45-1.95-.68-3-.68-3.86,0-7,3.14-7,7,0,.48.05.96.15,1.43L2,21.59v5.41h4v-2h-2v-2.59l7.66-7.65.76-.76c-.28-.63-.42-1.3-.42-2,0-2.76,2.24-5,5-5,.35,0,.69.03,1.02.11-2.06,2.05-2.2,4.7-1.87,6.33l-8.15,8.15v5.41h5.41l8.16-8.15c.46.1.94.15,1.43.15,3.86,0,7-3.14,7-7s-3.14-7-7-7ZM23,17c-.7,0-1.37-.14-1.99-.42l-.72.71-.03.03-7.67,7.68h-2.59v-2.59l7.96-7.96.43-.44-.18-.58c-.05-.14-1.11-3.62,2.2599-5.74.01-.01.03-.02.05-.03.75-.43,1.58-.66,2.48-.66,2.76,0,5,2.24,5,5s-2.24,5-5,5ZM21.5,12c0-.8284.6716-1.5,1.5-1.5s1.5.6716,1.5,1.5-.6716,1.5-1.5,1.5-1.5-.6716-1.5-1.5Z" }), children);
|
|
143
|
+
});
|
|
144
|
+
if (process.env.NODE_ENV !== "production") Keychain.propTypes = require_iconPropTypes.iconPropTypes;
|
|
145
|
+
const KeyboardOff = /* @__PURE__ */ react.default.forwardRef(function KeyboardOff({ children, size = 16, ...rest }, ref) {
|
|
146
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
147
|
+
width: size,
|
|
148
|
+
height: size,
|
|
149
|
+
ref,
|
|
150
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
151
|
+
viewBox: "0 0 32 32",
|
|
152
|
+
fill: "currentColor",
|
|
153
|
+
...rest
|
|
154
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 12H8V14H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 12H20V14H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 20H8V22H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 16H8V18H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 16H12V18H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 12H26V14H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 16H26V18H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14.2,10H28v13h2V10c0-1.1-0.9-2-2-2H12.2L14.2,10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,28.6L3.4,2L2,3.4L6.6,8H4c-1.1,0-2,0.9-2,2v14c0,1.1,0.9,2,2,2h20.6l4,4L30,28.6z M4,24V10h4.6l2,2H10v2h2.6l2,2H14v2 h2.6l2,2H10v2h10.6l2,2H4z" }), children);
|
|
155
|
+
});
|
|
156
|
+
if (process.env.NODE_ENV !== "production") KeyboardOff.propTypes = require_iconPropTypes.iconPropTypes;
|
|
157
|
+
const KioskDevice = /* @__PURE__ */ react.default.forwardRef(function KioskDevice({ children, size = 16, ...rest }, ref) {
|
|
158
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
159
|
+
width: size,
|
|
160
|
+
height: size,
|
|
161
|
+
ref,
|
|
162
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
163
|
+
viewBox: "0 0 32 32",
|
|
164
|
+
fill: "currentColor",
|
|
165
|
+
...rest
|
|
166
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,19c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2H6c-1.1,0-2,.9-2,2v13c0,1.1.9,2,2,2h7v9H4v2h24v-2h-9v-9h7ZM17,28h-2v-9h2v9ZM6,17V4h20v13H6ZM16,13c-.55,0-1,.45-1,1s.45,1,1,1,1-.45,1-1-.45-1-1-1Z" }), children);
|
|
167
|
+
});
|
|
168
|
+
if (process.env.NODE_ENV !== "production") KioskDevice.propTypes = require_iconPropTypes.iconPropTypes;
|
|
169
|
+
const Kubelet = /* @__PURE__ */ react.default.forwardRef(function Kubelet({ 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", {
|
|
179
|
+
strokeWidth: "0",
|
|
180
|
+
d: "m20.0444,27.2942l-3.0825-10.018-1.0132,3.04c-.1361.4084-.5183.6838-.9487.6838h-6s0-2,0-2h5.2793s1.772-5.3162,1.772-5.3162c.1307-.4123.5162-.6902.9487-.6838.4374.0046.8225.2891.9555.7058l3.0088,9.7783,1.0742-3.7589c.1227-.4293.5151-.7252.9615-.7252h5s0,2,0,2h-4.2456s-1.7933,6.2747-1.7933,6.2747c-.1216.4256-.5085.7207-.9511.7253h-.01c-.4389,0-.8265-.2863-.9556-.7058Z"
|
|
181
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
182
|
+
strokeWidth: "0",
|
|
183
|
+
d: "m16,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v9h-2V6H6v20h10v2Z"
|
|
184
|
+
}), children);
|
|
185
|
+
});
|
|
186
|
+
if (process.env.NODE_ENV !== "production") Kubelet.propTypes = require_iconPropTypes.iconPropTypes;
|
|
187
|
+
const Kubernetes = /* @__PURE__ */ react.default.forwardRef(function Kubernetes({ children, size = 16, ...rest }, ref) {
|
|
188
|
+
if (process.env.NODE_ENV !== "production") {
|
|
189
|
+
if (!didWarnAboutDeprecation["Kubernetes"]) {
|
|
190
|
+
didWarnAboutDeprecation["Kubernetes"] = true;
|
|
191
|
+
console.warn("The current kubernetes icon has been replaced by logo--kubernetes. As a result, the Kubernetes component will be removed in the next major version of @carbon/icons-react.");
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
195
|
+
width: size,
|
|
196
|
+
height: size,
|
|
197
|
+
ref,
|
|
198
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
199
|
+
viewBox: "0 0 32 32",
|
|
200
|
+
fill: "currentColor",
|
|
201
|
+
...rest
|
|
202
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.2227,17.9639,25.9194,17.21a9.7843,9.7843,0,0,0-1.5249-6.6245l2.54-2.0254L25.6875,6.9961,23.1482,9.0205A9.97,9.97,0,0,0,17,6.0508V3H15V6.0508a9.97,9.97,0,0,0-6.1482,2.97L6.3125,6.9961,5.0654,8.56l2.54,2.0254A9.7843,9.7843,0,0,0,6.0806,17.21l-3.3033.7544.4454,1.9492L6.52,19.1606a10.0359,10.0359,0,0,0,4.2688,5.358l-1.33,2.7631,1.8018.8677L12.59,25.3882a9.8113,9.8113,0,0,0,6.8208,0L20.74,28.1494l1.8018-.8682-1.33-2.7626a10.0359,10.0359,0,0,0,4.2688-5.358l3.2973.7525ZM24,16c0,.2573-.0148.5112-.0386.7627l-5-1.1416a2.9664,2.9664,0,0,0-.1376-.5942L22.82,11.84A7.9392,7.9392,0,0,1,24,16Zm-9,0a1,1,0,1,1,1,1A1.0009,1.0009,0,0,1,15,16Zm6.5758-5.7256L17.58,13.4609a3.0028,3.0028,0,0,0-.58-.2768V8.0693A7.9762,7.9762,0,0,1,21.5758,10.2744ZM15,8.0693v5.1148a3.0028,3.0028,0,0,0-.58.2768l-3.9956-3.1865A7.9762,7.9762,0,0,1,15,8.0693ZM8,16a7.9392,7.9392,0,0,1,1.18-4.16l3.9962,3.1866a2.9664,2.9664,0,0,0-.1376.5942l-5,1.1416C8.0148,16.5112,8,16.2573,8,16Zm.4835,2.7124,4.9752-1.1362a3.0132,3.0132,0,0,0,.4146.5366L11.6594,22.71A8.031,8.031,0,0,1,8.4835,18.7124ZM16,24a7.9679,7.9679,0,0,1-2.54-.42l2.2206-4.6123A2.9988,2.9988,0,0,0,16,19a2.9988,2.9988,0,0,0,.319-.0322L18.54,23.58A7.9546,7.9546,0,0,1,16,24Zm4.3406-1.29-2.2139-4.5976a3.0132,3.0132,0,0,0,.4146-.5366l4.9752,1.1362A8.031,8.031,0,0,1,20.3406,22.71Z" }), children);
|
|
203
|
+
});
|
|
204
|
+
if (process.env.NODE_ENV !== "production") Kubernetes.propTypes = require_iconPropTypes.iconPropTypes;
|
|
205
|
+
const KubernetesControlPlaneNode = /* @__PURE__ */ react.default.forwardRef(function KubernetesControlPlaneNode({ children, size = 16, ...rest }, ref) {
|
|
206
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
207
|
+
width: size,
|
|
208
|
+
height: size,
|
|
209
|
+
ref,
|
|
210
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
211
|
+
viewBox: "0 0 32 32",
|
|
212
|
+
fill: "currentColor",
|
|
213
|
+
...rest
|
|
214
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.951 20h-2.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2H8.951v2h6.1843c.4141 1.1611 1.5137 2 2.8157 2s2.4016-.8389 2.8157-2h2.1843v-2Zm-5 2c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1Zm5-10h-6.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2H8.951v2h2.1843c.4141 1.1611 1.5137 2 2.8157 2s2.4016-.8389 2.8157-2h6.1843v-2Zm-9 2c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m29.8993 18.9897-2.593-11.1865a2 2 0 0 0-1.124-1.3711l-9.407-4.2544C16.5133 2.059 16.2321 2 15.9511 2s-.5623.0591-.8242.1777L5.7197 6.4321a2 2 0 0 0-1.124 1.3711l-2.593 11.1865a2.0008 2.0008 0 0 0 .3899 1.7056l6.886 8.5586A2.0001 2.0001 0 0 0 10.8367 30h10.2286a2.0001 2.0001 0 0 0 1.5581-.7461l6.886-8.5586a2.0008 2.0008 0 0 0 .3899-1.7056ZM21.0653 28H10.837l-6.886-8.5586 2.593-11.187L15.951 4l9.407 4.2549 2.593 11.1865L21.0652 28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
215
|
+
fill: "none",
|
|
216
|
+
d: "M0 0h32v32H0z"
|
|
217
|
+
}), children);
|
|
218
|
+
});
|
|
219
|
+
if (process.env.NODE_ENV !== "production") KubernetesControlPlaneNode.propTypes = require_iconPropTypes.iconPropTypes;
|
|
220
|
+
const KubernetesIpAddress = /* @__PURE__ */ react.default.forwardRef(function KubernetesIpAddress({ 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)("circle", {
|
|
230
|
+
cx: "16",
|
|
231
|
+
cy: "9",
|
|
232
|
+
r: "2"
|
|
233
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
234
|
+
cx: "16",
|
|
235
|
+
cy: "16",
|
|
236
|
+
r: "2"
|
|
237
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m18.8157,26c-.302-.8472-.9685-1.5137-1.8157-1.8159v-2.1841h3c.2969,0,.5781-.1318.7683-.3599l5-6c.1982-.2378.2751-.5547.2078-.8569l-2-9c-.0696-.3145-.2864-.5757-.5823-.7021l-7-3c-.1257-.0542-.2598-.0811-.3938-.0811s-.2681.0269-.3938.0811l-7.0015,3c-.2959.1265-.5127.3877-.5825.7021l-1.9985,9c-.0671.3027.0098.6191.208.8569l5,6c.1902.228.4714.3599.7683.3599h3v2.1846c-.8472.3018-1.5137.9683-1.8157,1.8154H4v2h9.1843c.4141,1.1611,1.5137,2,2.8157,2s2.4016-.8389,2.8157-2h9.1843v-2h-9.1843Zm-10.7329-11.2627l1.7808-8.02,6.1365-2.6294,6.135,2.6294,1.7822,8.02-4.3855,5.2627h-7.0635l-4.3855-5.2627Zm7.9172,13.2627c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z" }), children);
|
|
238
|
+
});
|
|
239
|
+
if (process.env.NODE_ENV !== "production") KubernetesIpAddress.propTypes = require_iconPropTypes.iconPropTypes;
|
|
240
|
+
const KubernetesOperator = /* @__PURE__ */ react.default.forwardRef(function KubernetesOperator({ children, size = 16, ...rest }, ref) {
|
|
241
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
242
|
+
width: size,
|
|
243
|
+
height: size,
|
|
244
|
+
ref,
|
|
245
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
246
|
+
viewBox: "0 0 32 32",
|
|
247
|
+
fill: "currentColor",
|
|
248
|
+
...rest
|
|
249
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
250
|
+
strokeWidth: "0",
|
|
251
|
+
d: "m19,21h-6c-1.1028,0-2-.8972-2-2v-6c0-1.1028.8972-2,2-2h6c1.1028,0,2,.8972,2,2v6c0,1.1028-.8972,2-2,2Zm-6-8v6h6v-6h-6Z"
|
|
252
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
253
|
+
strokeWidth: "0",
|
|
254
|
+
d: "m30,16c0-7.7197-6.2803-14-14-14S2,8.2803,2,16s6.2803,14,14,14c2.7773,0,5.417-.7959,7.7012-2.3081.3948.1914.8315.3081,1.2988.3081,1.6543,0,3-1.3457,3-3,0-.4673-.1167-.9043-.3079-1.2988,1.5122-2.2842,2.3079-4.9238,2.3079-7.7012Zm-26,0c0-6.6167,5.3833-12,12-12s12,5.3833,12,12c0,2.248-.6152,4.3877-1.7744,6.2681-.375-.1689-.7881-.2681-1.2256-.2681-1.6543,0-3,1.3457-3,3,0,.4375.0991.8506.2681,1.2256-1.8801,1.1592-4.0198,1.7744-6.2681,1.7744-6.6167,0-12-5.3833-12-12Zm21,10c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
|
|
255
|
+
}), children);
|
|
256
|
+
});
|
|
257
|
+
if (process.env.NODE_ENV !== "production") KubernetesOperator.propTypes = require_iconPropTypes.iconPropTypes;
|
|
258
|
+
const KubernetesPod = /* @__PURE__ */ react.default.forwardRef(function KubernetesPod({ children, size = 16, ...rest }, ref) {
|
|
259
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
260
|
+
width: size,
|
|
261
|
+
height: size,
|
|
262
|
+
ref,
|
|
263
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
264
|
+
viewBox: "0 0 32 32",
|
|
265
|
+
fill: "currentColor",
|
|
266
|
+
...rest
|
|
267
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m22.5046,11.6368l-5.9883-3.5c-.1594-.0933-.3381-.1387-.5164-.1367-.1699.002-.3394.0474-.4915.1357l-6.0117,3.5c-.3076.1792-.4968.5083-.4968.8643v7c0,.356.1892.6851.4968.8643l6.0117,3.5c.1555.0903.3176.1357.4915.1357.1743,0,.3604-.0454.5164-.1367l5.9883-3.5c.3069-.1792.4954-.5078.4954-.8633v-7c0-.3555-.1885-.6841-.4954-.8633Zm-6.4939-1.479l4.0076,2.3423-4.0076,2.3423-4.0232-2.3423,4.0232-2.3423Zm-5.0107,4.0815l4,2.3291v4.6855l-4-2.3291v-4.6855Zm6,7.0249v-4.6836l4-2.3379v4.6836l-4,2.3379Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,31c-.1741,0-.3481-.0454-.5039-.1362l-12-7c-.3071-.1792-.4961-.5081-.4961-.8638v-14c0-.3557.189-.6846.4961-.8638L15.4961,1.1362c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l11,6.4166-1.0078,1.7275-10.4961-6.1227-11,6.4166v12.8513l11,6.4166,11-6.4166v-7.4257h2v8c0,.3557-.189.6846-.4961.8638l-12,7c-.1558.0908-.3298.1362-.5039.1362Z" }), children);
|
|
268
|
+
});
|
|
269
|
+
if (process.env.NODE_ENV !== "production") KubernetesPod.propTypes = require_iconPropTypes.iconPropTypes;
|
|
270
|
+
const KubernetesWorkerNode = /* @__PURE__ */ react.default.forwardRef(function KubernetesWorkerNode({ children, size = 16, ...rest }, ref) {
|
|
271
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
32
272
|
width: size,
|
|
33
273
|
height: size,
|
|
34
274
|
ref,
|
|
@@ -42,8 +282,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
42
282
|
}), children);
|
|
43
283
|
});
|
|
44
284
|
if (process.env.NODE_ENV !== "production") KubernetesWorkerNode.propTypes = require_iconPropTypes.iconPropTypes;
|
|
45
|
-
const Label = react.default.forwardRef(function Label({ children, size = 16, ...rest }, ref) {
|
|
46
|
-
return react.default.createElement(
|
|
285
|
+
const Label = /* @__PURE__ */ react.default.forwardRef(function Label({ children, size = 16, ...rest }, ref) {
|
|
286
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
47
287
|
width: size,
|
|
48
288
|
height: size,
|
|
49
289
|
ref,
|
|
@@ -54,8 +294,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
54
294
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,13H18v2h5v2H19a2,2,0,0,0-2,2v2a2,2,0,0,0,2,2h6V15A2.0023,2.0023,0,0,0,23,13Zm0,8H19V19h4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,9H9a2.002,2.002,0,0,0-2,2V23H9V18h4v5h2V11A2.002,2.002,0,0,0,13,9ZM9,16V11h4v5Z" }), /* @__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);
|
|
55
295
|
});
|
|
56
296
|
if (process.env.NODE_ENV !== "production") Label.propTypes = require_iconPropTypes.iconPropTypes;
|
|
57
|
-
const Language = react.default.forwardRef(function Language({ children, size = 16, ...rest }, ref) {
|
|
58
|
-
return react.default.createElement(
|
|
297
|
+
const Language = /* @__PURE__ */ react.default.forwardRef(function Language({ children, size = 16, ...rest }, ref) {
|
|
298
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
59
299
|
width: size,
|
|
60
300
|
height: size,
|
|
61
301
|
ref,
|
|
@@ -66,8 +306,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
66
306
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 19H24V21H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 15H30V17H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 11H30V13H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,21V19H9V17H7v2H2v2h8.2148a8.5914,8.5914,0,0,1-2.2159,3.9771A9.2731,9.2731,0,0,1,6.5521,23H4.3334a10.8553,10.8553,0,0,0,2.1451,3.2966A14.6584,14.6584,0,0,1,3,28.127L3.7021,30a16.42,16.42,0,0,0,4.2907-2.3362A16.4883,16.4883,0,0,0,12.2979,30L13,28.127A14.664,14.664,0,0,1,9.5228,26.3,10.3132,10.3132,0,0,0,12.2516,21Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11.1666,13H13.333L8.75,2H6.5832L2,13H4.1664L5,11h5.3335ZM5.8331,9,7.6665,4.6,9.5,9Z" }), children);
|
|
67
307
|
});
|
|
68
308
|
if (process.env.NODE_ENV !== "production") Language.propTypes = require_iconPropTypes.iconPropTypes;
|
|
69
|
-
const Laptop = react.default.forwardRef(function Laptop({ children, size = 16, ...rest }, ref) {
|
|
70
|
-
return react.default.createElement(
|
|
309
|
+
const Laptop = /* @__PURE__ */ react.default.forwardRef(function Laptop({ children, size = 16, ...rest }, ref) {
|
|
310
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
71
311
|
width: size,
|
|
72
312
|
height: size,
|
|
73
313
|
ref,
|
|
@@ -81,8 +321,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
81
321
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 26.005H30V28.005H2z" }), children);
|
|
82
322
|
});
|
|
83
323
|
if (process.env.NODE_ENV !== "production") Laptop.propTypes = require_iconPropTypes.iconPropTypes;
|
|
84
|
-
const Lasso = react.default.forwardRef(function Lasso({ children, size = 16, ...rest }, ref) {
|
|
85
|
-
return react.default.createElement(
|
|
324
|
+
const Lasso = /* @__PURE__ */ react.default.forwardRef(function Lasso({ children, size = 16, ...rest }, ref) {
|
|
325
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
86
326
|
width: size,
|
|
87
327
|
height: size,
|
|
88
328
|
ref,
|
|
@@ -93,8 +333,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
93
333
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,2H12A9.9842,9.9842,0,0,0,7.0349,20.6553C7.0249,20.7705,7,20.8818,7,21a3.9929,3.9929,0,0,0,2.9106,3.83A4.0049,4.0049,0,0,1,6,28H4v2H6a6.0044,6.0044,0,0,0,5.928-5.12,3.9966,3.9966,0,0,0,2.93-2.88H20A10,10,0,0,0,20,2ZM11,23a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,11,23Zm9-3H14.8579a3.9841,3.9841,0,0,0-7.15-1.2637A7.99,7.99,0,0,1,12,4h8a8,8,0,0,1,0,16Z" }), children);
|
|
94
334
|
});
|
|
95
335
|
if (process.env.NODE_ENV !== "production") Lasso.propTypes = require_iconPropTypes.iconPropTypes;
|
|
96
|
-
const LassoPolygon = react.default.forwardRef(function LassoPolygon({ children, size = 16, ...rest }, ref) {
|
|
97
|
-
return react.default.createElement(
|
|
336
|
+
const LassoPolygon = /* @__PURE__ */ react.default.forwardRef(function LassoPolygon({ children, size = 16, ...rest }, ref) {
|
|
337
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
98
338
|
width: size,
|
|
99
339
|
height: size,
|
|
100
340
|
ref,
|
|
@@ -105,8 +345,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
105
345
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.6245,2.2193a1.0005,1.0005,0,0,0-1.0972-.1006L17.9353,7.8,3.366,2.0694a1,1,0,0,0-1.28,1.3369l6.4353,14.479A3.965,3.965,0,0,0,9.9106,24.83,4.0049,4.0049,0,0,1,6,28H4v2H6a6.0044,6.0044,0,0,0,5.928-5.12,4.0021,4.0021,0,0,0,2.93-2.88H23.24a2,2,0,0,0,1.9273-1.4649L29.9634,3.2676A1,1,0,0,0,29.6245,2.2193ZM11,23a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,11,23Zm12.24-3H14.8579a3.897,3.897,0,0,0-4.5117-2.9336L4.905,4.8238,18.0647,10,27.41,4.9878Z" }), children);
|
|
106
346
|
});
|
|
107
347
|
if (process.env.NODE_ENV !== "production") LassoPolygon.propTypes = require_iconPropTypes.iconPropTypes;
|
|
108
|
-
const Launch = react.default.forwardRef(function Launch({ children, size = 16, ...rest }, ref) {
|
|
109
|
-
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(
|
|
348
|
+
const Launch = /* @__PURE__ */ react.default.forwardRef(function Launch({ children, size = 16, ...rest }, ref) {
|
|
349
|
+
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
|
|
110
350
|
width: size,
|
|
111
351
|
height: size,
|
|
112
352
|
ref,
|
|
@@ -115,7 +355,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
115
355
|
fill: "currentColor",
|
|
116
356
|
...rest
|
|
117
357
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,14H3c-0.6,0-1-0.4-1-1V3c0-0.6,0.4-1,1-1h5v1H3v10h10V8h1v5C14,13.6,13.6,14,13,14z" }), /* @__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);
|
|
118
|
-
return react.default.createElement(
|
|
358
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
119
359
|
width: size,
|
|
120
360
|
height: size,
|
|
121
361
|
ref,
|
|
@@ -126,8 +366,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
126
366
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,28H6a2.0027,2.0027,0,0,1-2-2V6A2.0027,2.0027,0,0,1,6,4H16V6H6V26H26V16h2V26A2.0027,2.0027,0,0,1,26,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 2 20 4 26.586 4 18 12.586 19.414 14 28 5.414 28 12 30 12 30 2 20 2z" }), children);
|
|
127
367
|
});
|
|
128
368
|
if (process.env.NODE_ENV !== "production") Launch.propTypes = require_iconPropTypes.iconPropTypes;
|
|
129
|
-
const WatsonHealthLaunchStudy_1 = react.default.forwardRef(function WatsonHealthLaunchStudy_1({ children, size = 16, ...rest }, ref) {
|
|
130
|
-
return react.default.createElement(
|
|
369
|
+
const WatsonHealthLaunchStudy_1 = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthLaunchStudy_1({ children, size = 16, ...rest }, ref) {
|
|
370
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
131
371
|
width: size,
|
|
132
372
|
height: size,
|
|
133
373
|
ref,
|
|
@@ -142,8 +382,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
142
382
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,22v6H6V22H26m0-2H6a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V22a2,2,0,0,0-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.59 10.59 17 14.17 17 2 15 2 15 14.17 11.41 10.59 10 12 16 18 22 12 20.59 10.59z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 24H20V26H8z" }), children);
|
|
143
383
|
});
|
|
144
384
|
if (process.env.NODE_ENV !== "production") WatsonHealthLaunchStudy_1.propTypes = require_iconPropTypes.iconPropTypes;
|
|
145
|
-
const WatsonHealthLaunchStudy_2 = react.default.forwardRef(function WatsonHealthLaunchStudy_2({ children, size = 16, ...rest }, ref) {
|
|
146
|
-
return react.default.createElement(
|
|
385
|
+
const WatsonHealthLaunchStudy_2 = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthLaunchStudy_2({ children, size = 16, ...rest }, ref) {
|
|
386
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
147
387
|
width: size,
|
|
148
388
|
height: size,
|
|
149
389
|
ref,
|
|
@@ -158,8 +398,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
158
398
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,4v6H6V4H26m0-2H6A2,2,0,0,0,4,4v6a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V4a2,2,0,0,0-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.59 21.41 17 17.83 17 30 15 30 15 17.83 11.41 21.41 10 20 16 14 22 20 20.59 21.41z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 6H20V8H8z" }), children);
|
|
159
399
|
});
|
|
160
400
|
if (process.env.NODE_ENV !== "production") WatsonHealthLaunchStudy_2.propTypes = require_iconPropTypes.iconPropTypes;
|
|
161
|
-
const WatsonHealthLaunchStudy_3 = react.default.forwardRef(function WatsonHealthLaunchStudy_3({ children, size = 16, ...rest }, ref) {
|
|
162
|
-
return react.default.createElement(
|
|
401
|
+
const WatsonHealthLaunchStudy_3 = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthLaunchStudy_3({ children, size = 16, ...rest }, ref) {
|
|
402
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
163
403
|
width: size,
|
|
164
404
|
height: size,
|
|
165
405
|
ref,
|
|
@@ -174,8 +414,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
174
414
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,22v6H6V22H26m0-2H6a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V22a2,2,0,0,0-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.59 4.59 17 8.17 17 0 15 0 15 8.17 11.41 4.59 10 6 16 12 22 6 20.59 4.59z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.59 10.59 16 15.16 11.41 10.59 10 12 16 18 22 12 20.59 10.59z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 24H20V26H8z" }), children);
|
|
175
415
|
});
|
|
176
416
|
if (process.env.NODE_ENV !== "production") WatsonHealthLaunchStudy_3.propTypes = require_iconPropTypes.iconPropTypes;
|
|
177
|
-
const Layers = react.default.forwardRef(function Layers({ children, size = 16, ...rest }, ref) {
|
|
178
|
-
return react.default.createElement(
|
|
417
|
+
const Layers = /* @__PURE__ */ react.default.forwardRef(function Layers({ children, size = 16, ...rest }, ref) {
|
|
418
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
179
419
|
width: size,
|
|
180
420
|
height: size,
|
|
181
421
|
ref,
|
|
@@ -186,8 +426,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
186
426
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,24a.9967.9967,0,0,1-.4741-.12l-13-7L3.4741,15.12,16,21.8643,28.5259,15.12l.9482,1.7607-13,7A.9967.9967,0,0,1,16,24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30a.9967.9967,0,0,1-.4741-.12l-13-7L3.4741,21.12,16,27.8643,28.5259,21.12l.9482,1.7607-13,7A.9967.9967,0,0,1,16,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,18a.9967.9967,0,0,1-.4741-.12l-13-7a1,1,0,0,1,0-1.7607l13-7a.9982.9982,0,0,1,.9482,0l13,7a1,1,0,0,1,0,1.7607l-13,7A.9967.9967,0,0,1,16,18ZM5.1094,10,16,15.8643,26.8906,10,16,4.1358Z" }), children);
|
|
187
427
|
});
|
|
188
428
|
if (process.env.NODE_ENV !== "production") Layers.propTypes = require_iconPropTypes.iconPropTypes;
|
|
189
|
-
const LayersExternal = react.default.forwardRef(function LayersExternal({ children, size = 16, ...rest }, ref) {
|
|
190
|
-
return react.default.createElement(
|
|
429
|
+
const LayersExternal = /* @__PURE__ */ react.default.forwardRef(function LayersExternal({ children, size = 16, ...rest }, ref) {
|
|
430
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
191
431
|
width: size,
|
|
192
432
|
height: size,
|
|
193
433
|
ref,
|
|
@@ -210,8 +450,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
210
450
|
}), children);
|
|
211
451
|
});
|
|
212
452
|
if (process.env.NODE_ENV !== "production") LayersExternal.propTypes = require_iconPropTypes.iconPropTypes;
|
|
213
|
-
const Legend = react.default.forwardRef(function Legend({ children, size = 16, ...rest }, ref) {
|
|
214
|
-
return react.default.createElement(
|
|
453
|
+
const Legend = /* @__PURE__ */ react.default.forwardRef(function Legend({ children, size = 16, ...rest }, ref) {
|
|
454
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
215
455
|
width: size,
|
|
216
456
|
height: size,
|
|
217
457
|
ref,
|
|
@@ -228,8 +468,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
228
468
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 8H30V10H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9.5,12h-5a.5.5,0,0,1-.4473-.7236l2.5-5.0224a.5206.5206,0,0,1,.8945,0l2.5,5.0225A.5.5,0,0,1,9.5,12Z" }), children);
|
|
229
469
|
});
|
|
230
470
|
if (process.env.NODE_ENV !== "production") Legend.propTypes = require_iconPropTypes.iconPropTypes;
|
|
231
|
-
const LetterAa = react.default.forwardRef(function LetterAa({ children, size = 16, ...rest }, ref) {
|
|
232
|
-
return react.default.createElement(
|
|
471
|
+
const LetterAa = /* @__PURE__ */ react.default.forwardRef(function LetterAa({ children, size = 16, ...rest }, ref) {
|
|
472
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
233
473
|
width: size,
|
|
234
474
|
height: size,
|
|
235
475
|
ref,
|
|
@@ -240,8 +480,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
240
480
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,13H18v2h5v2H19a2,2,0,0,0-2,2v2a2,2,0,0,0,2,2h6V15A2,2,0,0,0,23,13Zm0,8H19V19h4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,9H9a2,2,0,0,0-2,2V23H9V18h4v5h2V11A2,2,0,0,0,13,9ZM9,16V11h4v5Z" }), children);
|
|
241
481
|
});
|
|
242
482
|
if (process.env.NODE_ENV !== "production") LetterAa.propTypes = require_iconPropTypes.iconPropTypes;
|
|
243
|
-
const LetterBb = react.default.forwardRef(function LetterBb({ children, size = 16, ...rest }, ref) {
|
|
244
|
-
return react.default.createElement(
|
|
483
|
+
const LetterBb = /* @__PURE__ */ react.default.forwardRef(function LetterBb({ children, size = 16, ...rest }, ref) {
|
|
484
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
245
485
|
width: size,
|
|
246
486
|
height: size,
|
|
247
487
|
ref,
|
|
@@ -252,8 +492,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
252
492
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,13H19V9H17V23h6a2,2,0,0,0,2-2V15A2,2,0,0,0,23,13Zm-4,8V15h4v6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,12a3,3,0,0,0-3-3H7V23h5a3,3,0,0,0,3-3V18a3,3,0,0,0-.78-2A3,3,0,0,0,15,14ZM9,11h3a1,1,0,0,1,1,1v2a1,1,0,0,1-1,1H9Zm4,9a1,1,0,0,1-1,1H9V17h3a1,1,0,0,1,1,1Z" }), children);
|
|
253
493
|
});
|
|
254
494
|
if (process.env.NODE_ENV !== "production") LetterBb.propTypes = require_iconPropTypes.iconPropTypes;
|
|
255
|
-
const LetterCc = react.default.forwardRef(function LetterCc({ children, size = 16, ...rest }, ref) {
|
|
256
|
-
return react.default.createElement(
|
|
495
|
+
const LetterCc = /* @__PURE__ */ react.default.forwardRef(function LetterCc({ children, size = 16, ...rest }, ref) {
|
|
496
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
257
497
|
width: size,
|
|
258
498
|
height: size,
|
|
259
499
|
ref,
|
|
@@ -264,8 +504,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
264
504
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,23H19a2,2,0,0,1-2-2V15a2,2,0,0,1,2-2h5v2H19v6h5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,23H9a2,2,0,0,1-2-2V11A2,2,0,0,1,9,9h6v2H9V21h6Z" }), children);
|
|
265
505
|
});
|
|
266
506
|
if (process.env.NODE_ENV !== "production") LetterCc.propTypes = require_iconPropTypes.iconPropTypes;
|
|
267
|
-
const LetterDd = react.default.forwardRef(function LetterDd({ children, size = 16, ...rest }, ref) {
|
|
268
|
-
return react.default.createElement(
|
|
507
|
+
const LetterDd = /* @__PURE__ */ react.default.forwardRef(function LetterDd({ children, size = 16, ...rest }, ref) {
|
|
508
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
269
509
|
width: size,
|
|
270
510
|
height: size,
|
|
271
511
|
ref,
|
|
@@ -276,8 +516,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
276
516
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,9v4H19a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2h6V9Zm-4,6h4v6H19Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,23H7V9h4a4,4,0,0,1,4,4v6A4,4,0,0,1,11,23ZM9,21h2a2,2,0,0,0,2-2V13a2,2,0,0,0-2-2H9Z" }), children);
|
|
277
517
|
});
|
|
278
518
|
if (process.env.NODE_ENV !== "production") LetterDd.propTypes = require_iconPropTypes.iconPropTypes;
|
|
279
|
-
const LetterEe = react.default.forwardRef(function LetterEe({ children, size = 16, ...rest }, ref) {
|
|
280
|
-
return react.default.createElement(
|
|
519
|
+
const LetterEe = /* @__PURE__ */ react.default.forwardRef(function LetterEe({ children, size = 16, ...rest }, ref) {
|
|
520
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
281
521
|
width: size,
|
|
282
522
|
height: size,
|
|
283
523
|
ref,
|
|
@@ -288,8 +528,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
288
528
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,19V15a2.0023,2.0023,0,0,0-2-2H19a2.0023,2.0023,0,0,0-2,2v6a2.0077,2.0077,0,0,0,2,2h5V21H19V19Zm-6-4h4v2H19Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 11 15 9 7 9 7 23 15 23 15 21 9 21 9 17 14 17 14 15 9 15 9 11 15 11z" }), children);
|
|
289
529
|
});
|
|
290
530
|
if (process.env.NODE_ENV !== "production") LetterEe.propTypes = require_iconPropTypes.iconPropTypes;
|
|
291
|
-
const LetterFf = react.default.forwardRef(function LetterFf({ children, size = 16, ...rest }, ref) {
|
|
292
|
-
return react.default.createElement(
|
|
531
|
+
const LetterFf = /* @__PURE__ */ react.default.forwardRef(function LetterFf({ children, size = 16, ...rest }, ref) {
|
|
532
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
293
533
|
width: size,
|
|
294
534
|
height: size,
|
|
295
535
|
ref,
|
|
@@ -300,8 +540,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
300
540
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 11 16 9 8 9 8 23 10 23 10 17 15 17 15 15 10 15 10 11 16 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,11V9H21a2,2,0,0,0-2,2v2H17v2h2v8h2V15h3V13H21V11Z" }), children);
|
|
301
541
|
});
|
|
302
542
|
if (process.env.NODE_ENV !== "production") LetterFf.propTypes = require_iconPropTypes.iconPropTypes;
|
|
303
|
-
const LetterGg = react.default.forwardRef(function LetterGg({ children, size = 16, ...rest }, ref) {
|
|
304
|
-
return react.default.createElement(
|
|
543
|
+
const LetterGg = /* @__PURE__ */ react.default.forwardRef(function LetterGg({ children, size = 16, ...rest }, ref) {
|
|
544
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
305
545
|
width: size,
|
|
306
546
|
height: size,
|
|
307
547
|
ref,
|
|
@@ -312,8 +552,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
312
552
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,13a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2h4v2H18v2h5a2,2,0,0,0,2-2V13Zm4,8H19V15h4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,23H9a2,2,0,0,1-2-2V11A2,2,0,0,1,9,9h6v2H9V21h4V17H11V15h4Z" }), children);
|
|
313
553
|
});
|
|
314
554
|
if (process.env.NODE_ENV !== "production") LetterGg.propTypes = require_iconPropTypes.iconPropTypes;
|
|
315
|
-
const LetterHh = react.default.forwardRef(function LetterHh({ children, size = 16, ...rest }, ref) {
|
|
316
|
-
return react.default.createElement(
|
|
555
|
+
const LetterHh = /* @__PURE__ */ react.default.forwardRef(function LetterHh({ children, size = 16, ...rest }, ref) {
|
|
556
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
317
557
|
width: size,
|
|
318
558
|
height: size,
|
|
319
559
|
ref,
|
|
@@ -324,8 +564,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
324
564
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 9 13 15 9 15 9 9 7 9 7 23 9 23 9 17 13 17 13 23 15 23 15 9 13 9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,13H19V9H17V23h2V15h4v8h2V15A2,2,0,0,0,23,13Z" }), children);
|
|
325
565
|
});
|
|
326
566
|
if (process.env.NODE_ENV !== "production") LetterHh.propTypes = require_iconPropTypes.iconPropTypes;
|
|
327
|
-
const LetterIi = react.default.forwardRef(function LetterIi({ children, size = 16, ...rest }, ref) {
|
|
328
|
-
return react.default.createElement(
|
|
567
|
+
const LetterIi = /* @__PURE__ */ react.default.forwardRef(function LetterIi({ children, size = 16, ...rest }, ref) {
|
|
568
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
329
569
|
width: size,
|
|
330
570
|
height: size,
|
|
331
571
|
ref,
|
|
@@ -336,8 +576,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
336
576
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 11 13 11 13 21 10 21 10 23 18 23 18 21 15 21 15 11 18 11 18 9 10 9 10 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 13H22V23H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 9H22V11H20z" }), children);
|
|
337
577
|
});
|
|
338
578
|
if (process.env.NODE_ENV !== "production") LetterIi.propTypes = require_iconPropTypes.iconPropTypes;
|
|
339
|
-
const LetterJj = react.default.forwardRef(function LetterJj({ children, size = 16, ...rest }, ref) {
|
|
340
|
-
return react.default.createElement(
|
|
579
|
+
const LetterJj = /* @__PURE__ */ react.default.forwardRef(function LetterJj({ children, size = 16, ...rest }, ref) {
|
|
580
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
341
581
|
width: size,
|
|
342
582
|
height: size,
|
|
343
583
|
ref,
|
|
@@ -348,8 +588,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
348
588
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 9H22V11H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,25H17v2h3a2,2,0,0,0,2-2V13H20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,23H10a2,2,0,0,1-2-2V19h2v2h4V9h2V21A2,2,0,0,1,14,23Z" }), children);
|
|
349
589
|
});
|
|
350
590
|
if (process.env.NODE_ENV !== "production") LetterJj.propTypes = require_iconPropTypes.iconPropTypes;
|
|
351
|
-
const LetterKk = react.default.forwardRef(function LetterKk({ children, size = 16, ...rest }, ref) {
|
|
352
|
-
return react.default.createElement(
|
|
591
|
+
const LetterKk = /* @__PURE__ */ react.default.forwardRef(function LetterKk({ children, size = 16, ...rest }, ref) {
|
|
592
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
353
593
|
width: size,
|
|
354
594
|
height: size,
|
|
355
595
|
ref,
|
|
@@ -360,8 +600,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
360
600
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 9 12.89 9 9 15.55 9 9 7 9 7 23 9 23 9 18.71 9.93 17.22 12.89 23 15 23 11.11 15.43 15 9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.78 23 25 23 21.22 17 25 13 22.76 13 19 17.17 19 9 17 9 17 23 19 23 19 19.25 19.96 18.21 22.78 23z" }), children);
|
|
361
601
|
});
|
|
362
602
|
if (process.env.NODE_ENV !== "production") LetterKk.propTypes = require_iconPropTypes.iconPropTypes;
|
|
363
|
-
const LetterLl = react.default.forwardRef(function LetterLl({ children, size = 16, ...rest }, ref) {
|
|
364
|
-
return react.default.createElement(
|
|
603
|
+
const LetterLl = /* @__PURE__ */ react.default.forwardRef(function LetterLl({ children, size = 16, ...rest }, ref) {
|
|
604
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
365
605
|
width: size,
|
|
366
606
|
height: size,
|
|
367
607
|
ref,
|
|
@@ -372,8 +612,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
372
612
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 21 11 9 9 9 9 23 17 23 17 21 11 21z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,23H21a2,2,0,0,1-2-2V9h2V21h2Z" }), children);
|
|
373
613
|
});
|
|
374
614
|
if (process.env.NODE_ENV !== "production") LetterLl.propTypes = require_iconPropTypes.iconPropTypes;
|
|
375
|
-
const LetterMm = react.default.forwardRef(function LetterMm({ children, size = 16, ...rest }, ref) {
|
|
376
|
-
return react.default.createElement(
|
|
615
|
+
const LetterMm = /* @__PURE__ */ react.default.forwardRef(function LetterMm({ children, size = 16, ...rest }, ref) {
|
|
616
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
377
617
|
width: size,
|
|
378
618
|
height: size,
|
|
379
619
|
ref,
|
|
@@ -384,8 +624,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
384
624
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,13H16V23h2V15h2v8h2V15h2v8h2V15A2,2,0,0,0,24,13Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 9 10.48 14 10 15.98 9.54 14 8 9 6 9 6 23 8 23 8 15 7.84 13 8.42 15 10 19.63 11.58 15 12.16 13 12 15 12 23 14 23 14 9 12 9z" }), children);
|
|
385
625
|
});
|
|
386
626
|
if (process.env.NODE_ENV !== "production") LetterMm.propTypes = require_iconPropTypes.iconPropTypes;
|
|
387
|
-
const LetterNn = react.default.forwardRef(function LetterNn({ children, size = 16, ...rest }, ref) {
|
|
388
|
-
return react.default.createElement(
|
|
627
|
+
const LetterNn = /* @__PURE__ */ react.default.forwardRef(function LetterNn({ children, size = 16, ...rest }, ref) {
|
|
628
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
389
629
|
width: size,
|
|
390
630
|
height: size,
|
|
391
631
|
ref,
|
|
@@ -396,8 +636,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
396
636
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,23H23V15H19v8H17V13h6a2,2,0,0,1,2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 19 9.32 9 7 9 7 23 9 23 9 13 12.68 23 15 23 15 9 13 9 13 19z" }), children);
|
|
397
637
|
});
|
|
398
638
|
if (process.env.NODE_ENV !== "production") LetterNn.propTypes = require_iconPropTypes.iconPropTypes;
|
|
399
|
-
const LetterOo = react.default.forwardRef(function LetterOo({ children, size = 16, ...rest }, ref) {
|
|
400
|
-
return react.default.createElement(
|
|
639
|
+
const LetterOo = /* @__PURE__ */ react.default.forwardRef(function LetterOo({ children, size = 16, ...rest }, ref) {
|
|
640
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
401
641
|
width: size,
|
|
402
642
|
height: size,
|
|
403
643
|
ref,
|
|
@@ -408,8 +648,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
408
648
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,23H19a2,2,0,0,1-2-2V15a2,2,0,0,1,2-2h4a2,2,0,0,1,2,2v6A2,2,0,0,1,23,23Zm-4-8v6h4V15Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,23H9a2,2,0,0,1-2-2V11A2,2,0,0,1,9,9h4a2,2,0,0,1,2,2V21A2,2,0,0,1,13,23ZM9,11V21h4V11Z" }), children);
|
|
409
649
|
});
|
|
410
650
|
if (process.env.NODE_ENV !== "production") LetterOo.propTypes = require_iconPropTypes.iconPropTypes;
|
|
411
|
-
const LetterPp = react.default.forwardRef(function LetterPp({ children, size = 16, ...rest }, ref) {
|
|
412
|
-
return react.default.createElement(
|
|
651
|
+
const LetterPp = /* @__PURE__ */ react.default.forwardRef(function LetterPp({ children, size = 16, ...rest }, ref) {
|
|
652
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
413
653
|
width: size,
|
|
414
654
|
height: size,
|
|
415
655
|
ref,
|
|
@@ -420,8 +660,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
420
660
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,13H17V27h2V23h4a2,2,0,0,0,2-2V15A2,2,0,0,0,23,13Zm-4,8V15h4v6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,23H7V9h6a2,2,0,0,1,2,2v5a2,2,0,0,1-2,2H9Zm0-7h4V11H9Z" }), children);
|
|
421
661
|
});
|
|
422
662
|
if (process.env.NODE_ENV !== "production") LetterPp.propTypes = require_iconPropTypes.iconPropTypes;
|
|
423
|
-
const LetterQq = react.default.forwardRef(function LetterQq({ children, size = 16, ...rest }, ref) {
|
|
424
|
-
return react.default.createElement(
|
|
663
|
+
const LetterQq = /* @__PURE__ */ react.default.forwardRef(function LetterQq({ children, size = 16, ...rest }, ref) {
|
|
664
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
425
665
|
width: size,
|
|
426
666
|
height: size,
|
|
427
667
|
ref,
|
|
@@ -432,8 +672,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
432
672
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,13a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2h4v4h2V13Zm4,8H19V15h4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,9H9a2,2,0,0,0-2,2V21a2,2,0,0,0,2,2h1v2a2,2,0,0,0,2,2h2V25H12V23h1a2,2,0,0,0,2-2V11A2,2,0,0,0,13,9ZM9,21V11h4V21Z" }), children);
|
|
433
673
|
});
|
|
434
674
|
if (process.env.NODE_ENV !== "production") LetterQq.propTypes = require_iconPropTypes.iconPropTypes;
|
|
435
|
-
const LetterRr = react.default.forwardRef(function LetterRr({ children, size = 16, ...rest }, ref) {
|
|
436
|
-
return react.default.createElement(
|
|
675
|
+
const LetterRr = /* @__PURE__ */ react.default.forwardRef(function LetterRr({ children, size = 16, ...rest }, ref) {
|
|
676
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
437
677
|
width: size,
|
|
438
678
|
height: size,
|
|
439
679
|
ref,
|
|
@@ -444,8 +684,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
444
684
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,15V11a2,2,0,0,0-2-2H8V23h2V17h1.48l2.34,6H16l-2.33-6H14A2,2,0,0,0,16,15Zm-6-4h4v4H10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 13 18 13 18 23 20 23 20 15 24 15 24 13z" }), children);
|
|
445
685
|
});
|
|
446
686
|
if (process.env.NODE_ENV !== "production") LetterRr.propTypes = require_iconPropTypes.iconPropTypes;
|
|
447
|
-
const LetterSs = react.default.forwardRef(function LetterSs({ children, size = 16, ...rest }, ref) {
|
|
448
|
-
return react.default.createElement(
|
|
687
|
+
const LetterSs = /* @__PURE__ */ react.default.forwardRef(function LetterSs({ children, size = 16, ...rest }, ref) {
|
|
688
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
449
689
|
width: size,
|
|
450
690
|
height: size,
|
|
451
691
|
ref,
|
|
@@ -456,8 +696,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
456
696
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,23H17V21h5V19H19a2,2,0,0,1-2-2V15a2,2,0,0,1,2-2h5v2H19v2h3a2,2,0,0,1,2,2v2A2,2,0,0,1,22,23Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,23H7V21h6V17H9a2,2,0,0,1-2-2V11A2,2,0,0,1,9,9h6v2H9v4h4a2,2,0,0,1,2,2v4A2,2,0,0,1,13,23Z" }), children);
|
|
457
697
|
});
|
|
458
698
|
if (process.env.NODE_ENV !== "production") LetterSs.propTypes = require_iconPropTypes.iconPropTypes;
|
|
459
|
-
const LetterTt = react.default.forwardRef(function LetterTt({ children, size = 16, ...rest }, ref) {
|
|
460
|
-
return react.default.createElement(
|
|
699
|
+
const LetterTt = /* @__PURE__ */ react.default.forwardRef(function LetterTt({ children, size = 16, ...rest }, ref) {
|
|
700
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
461
701
|
width: size,
|
|
462
702
|
height: size,
|
|
463
703
|
ref,
|
|
@@ -468,8 +708,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
468
708
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 11 11 11 11 23 13 23 13 11 16 11 16 9 8 9 8 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,15V13H20V11H18v2H16v2h2v6a2,2,0,0,0,2,2h3V21H20V15Z" }), children);
|
|
469
709
|
});
|
|
470
710
|
if (process.env.NODE_ENV !== "production") LetterTt.propTypes = require_iconPropTypes.iconPropTypes;
|
|
471
|
-
const LetterUu = react.default.forwardRef(function LetterUu({ children, size = 16, ...rest }, ref) {
|
|
472
|
-
return react.default.createElement(
|
|
711
|
+
const LetterUu = /* @__PURE__ */ react.default.forwardRef(function LetterUu({ children, size = 16, ...rest }, ref) {
|
|
712
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
473
713
|
width: size,
|
|
474
714
|
height: size,
|
|
475
715
|
ref,
|
|
@@ -480,8 +720,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
480
720
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,23H19a2,2,0,0,1-2-2V13h2v8h4V13h2v8A2,2,0,0,1,23,23Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,23H9a2,2,0,0,1-2-2V9H9V21h4V9h2V21A2,2,0,0,1,13,23Z" }), children);
|
|
481
721
|
});
|
|
482
722
|
if (process.env.NODE_ENV !== "production") LetterUu.propTypes = require_iconPropTypes.iconPropTypes;
|
|
483
|
-
const LetterVv = react.default.forwardRef(function LetterVv({ children, size = 16, ...rest }, ref) {
|
|
484
|
-
return react.default.createElement(
|
|
723
|
+
const LetterVv = /* @__PURE__ */ react.default.forwardRef(function LetterVv({ children, size = 16, ...rest }, ref) {
|
|
724
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
485
725
|
width: size,
|
|
486
726
|
height: size,
|
|
487
727
|
ref,
|
|
@@ -492,8 +732,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
492
732
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25 13 23.25 13 21 22.03 18.79 13 17 13 19.5 23 22.5 23 25 13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 9 11 22 9 9 7 9 9.52 23 12.48 23 15 9 13 9z" }), children);
|
|
493
733
|
});
|
|
494
734
|
if (process.env.NODE_ENV !== "production") LetterVv.propTypes = require_iconPropTypes.iconPropTypes;
|
|
495
|
-
const LetterWw = react.default.forwardRef(function LetterWw({ children, size = 16, ...rest }, ref) {
|
|
496
|
-
return react.default.createElement(
|
|
735
|
+
const LetterWw = /* @__PURE__ */ react.default.forwardRef(function LetterWw({ children, size = 16, ...rest }, ref) {
|
|
736
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
497
737
|
width: size,
|
|
498
738
|
height: size,
|
|
499
739
|
ref,
|
|
@@ -504,8 +744,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
504
744
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.3 13 23.39 21.61 22 13 20 13 18.61 21.61 17.7 13 16 13 17.36 23 19.64 23 21 14.63 22.36 23 24.64 23 26 13 24.3 13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12.21 9 11.87 17 11.61 21.54 11.2 18 10.52 12.54 8.5 12.54 7.82 18 7.41 21.54 7.16 17 6.81 9 5.01 9 6.01 23 8.28 23 9.04 18.07 9.5 14 9.51 13.97 9.52 14 9.98 18.07 10.74 23 13.01 23 14.01 9 12.21 9z" }), children);
|
|
505
745
|
});
|
|
506
746
|
if (process.env.NODE_ENV !== "production") LetterWw.propTypes = require_iconPropTypes.iconPropTypes;
|
|
507
|
-
const LetterXx = react.default.forwardRef(function LetterXx({ children, size = 16, ...rest }, ref) {
|
|
508
|
-
return react.default.createElement(
|
|
747
|
+
const LetterXx = /* @__PURE__ */ react.default.forwardRef(function LetterXx({ children, size = 16, ...rest }, ref) {
|
|
748
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
509
749
|
width: size,
|
|
510
750
|
height: size,
|
|
511
751
|
ref,
|
|
@@ -516,8 +756,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
516
756
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 9 13 9 11 15 9 9 7 9 9.75 16 7 23 9 23 11 17 13 23 15 23 12.24 16 15 9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25 13 23 13 21 16.9 19 13 17 13 19.91 18 17 23 19 23 21 19.2 23 23 25 23 22.1 18 25 13z" }), children);
|
|
517
757
|
});
|
|
518
758
|
if (process.env.NODE_ENV !== "production") LetterXx.propTypes = require_iconPropTypes.iconPropTypes;
|
|
519
|
-
const LetterYy = react.default.forwardRef(function LetterYy({ children, size = 16, ...rest }, ref) {
|
|
520
|
-
return react.default.createElement(
|
|
759
|
+
const LetterYy = /* @__PURE__ */ react.default.forwardRef(function LetterYy({ children, size = 16, ...rest }, ref) {
|
|
760
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
521
761
|
width: size,
|
|
522
762
|
height: size,
|
|
523
763
|
ref,
|
|
@@ -528,8 +768,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
528
768
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 9 13 9 11 16 9 9 7 9 10 18 10 23 12 23 12 18 12 18 15 9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,13l-2,7.52L19.08,13H17l3.15,9.87L19.53,25H17v2h2.26a2,2,0,0,0,1.91-1.42L25,13Z" }), children);
|
|
529
769
|
});
|
|
530
770
|
if (process.env.NODE_ENV !== "production") LetterYy.propTypes = require_iconPropTypes.iconPropTypes;
|
|
531
|
-
const LetterZz = react.default.forwardRef(function LetterZz({ children, size = 16, ...rest }, ref) {
|
|
532
|
-
return react.default.createElement(
|
|
771
|
+
const LetterZz = /* @__PURE__ */ react.default.forwardRef(function LetterZz({ children, size = 16, ...rest }, ref) {
|
|
772
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
533
773
|
width: size,
|
|
534
774
|
height: size,
|
|
535
775
|
ref,
|
|
@@ -540,8 +780,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
540
780
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25 15 25 13 17 13 17 15 22.5 15 17 21 17 23 25 23 25 21 19.51 21 25 15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 9 7 9 7 11 13 11 7 21 7 23 15 23 15 21 9 21 15 11 15 9z" }), children);
|
|
541
781
|
});
|
|
542
782
|
if (process.env.NODE_ENV !== "production") LetterZz.propTypes = require_iconPropTypes.iconPropTypes;
|
|
543
|
-
const License = react.default.forwardRef(function License({ children, size = 16, ...rest }, ref) {
|
|
544
|
-
return react.default.createElement(
|
|
783
|
+
const License = /* @__PURE__ */ react.default.forwardRef(function License({ children, size = 16, ...rest }, ref) {
|
|
784
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
545
785
|
width: size,
|
|
546
786
|
height: size,
|
|
547
787
|
ref,
|
|
@@ -552,8 +792,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
552
792
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 6H22V8H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 10H22V12H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 24H16V26H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 14H16V16H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,30H8a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,8,2H24a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,24,30ZM8,4V28H24V4Z" }), children);
|
|
553
793
|
});
|
|
554
794
|
if (process.env.NODE_ENV !== "production") License.propTypes = require_iconPropTypes.iconPropTypes;
|
|
555
|
-
const LicenseDraft = react.default.forwardRef(function LicenseDraft({ children, size = 16, ...rest }, ref) {
|
|
556
|
-
return react.default.createElement(
|
|
795
|
+
const LicenseDraft = /* @__PURE__ */ react.default.forwardRef(function LicenseDraft({ children, size = 16, ...rest }, ref) {
|
|
796
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
557
797
|
width: size,
|
|
558
798
|
height: size,
|
|
559
799
|
ref,
|
|
@@ -564,8 +804,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
564
804
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 6H20V8H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 10H20V12H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 14H14V16H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 24H12V26H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.707,19.293l-3-3a.9994.9994,0,0,0-1.414,0L16,25.5859V30h4.4141l9.2929-9.293A.9994.9994,0,0,0,29.707,19.293ZM19.5859,28H18V26.4141l5-5L24.5859,23ZM26,21.5859,24.4141,20,26,18.4141,27.5859,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h6Z" }), children);
|
|
565
805
|
});
|
|
566
806
|
if (process.env.NODE_ENV !== "production") LicenseDraft.propTypes = require_iconPropTypes.iconPropTypes;
|
|
567
|
-
const LicenseGlobal = react.default.forwardRef(function LicenseGlobal({ children, size = 16, ...rest }, ref) {
|
|
568
|
-
return react.default.createElement(
|
|
807
|
+
const LicenseGlobal = /* @__PURE__ */ react.default.forwardRef(function LicenseGlobal({ children, size = 16, ...rest }, ref) {
|
|
808
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
569
809
|
width: size,
|
|
570
810
|
height: size,
|
|
571
811
|
ref,
|
|
@@ -576,8 +816,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
576
816
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,14a8,8,0,1,0,8,8A8.0092,8.0092,0,0,0,22,14Zm5.91,7H25.9563a12.03,12.03,0,0,0-1.2183-4.3325A6.01,6.01,0,0,1,27.91,21Zm-7.8545,0A10.0135,10.0135,0,0,1,22,16.0146,10.0121,10.0121,0,0,1,23.9448,21Zm3.89,2A10.01,10.01,0,0,1,22,27.9854,10.0121,10.0121,0,0,1,20.0552,23Zm-4.6831-6.332A12.0265,12.0265,0,0,0,18.0435,21H16.09A6.01,6.01,0,0,1,19.2617,16.668ZM16.09,23h1.9532a12.0265,12.0265,0,0,0,1.2182,4.332A6.01,6.01,0,0,1,16.09,23Zm8.6482,4.332A12.0242,12.0242,0,0,0,25.9565,23H27.91A6.0088,6.0088,0,0,1,24.7385,27.332Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 14H12V16H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 6H18V8H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 10H18V12H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 24H12V26H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H20a2.0021,2.0021,0,0,1,2,2v8H20V4H4V28h8Z" }), children);
|
|
577
817
|
});
|
|
578
818
|
if (process.env.NODE_ENV !== "production") LicenseGlobal.propTypes = require_iconPropTypes.iconPropTypes;
|
|
579
|
-
const LicenseMaintenance = react.default.forwardRef(function LicenseMaintenance({ children, size = 16, ...rest }, ref) {
|
|
580
|
-
return react.default.createElement(
|
|
819
|
+
const LicenseMaintenance = /* @__PURE__ */ react.default.forwardRef(function LicenseMaintenance({ children, size = 16, ...rest }, ref) {
|
|
820
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
581
821
|
width: size,
|
|
582
822
|
height: size,
|
|
583
823
|
ref,
|
|
@@ -588,8 +828,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
588
828
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 14H14V16H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 6H20V8H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 10H20V12H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 24H14V26H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,24V22H27.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,24,18.1011V16H22v2.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,18.1011,22H16v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,22,27.8989V30h2V27.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,27.8989,24Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,23,26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h8Z" }), children);
|
|
589
829
|
});
|
|
590
830
|
if (process.env.NODE_ENV !== "production") LicenseMaintenance.propTypes = require_iconPropTypes.iconPropTypes;
|
|
591
|
-
const LicenseMaintenanceDraft = react.default.forwardRef(function LicenseMaintenanceDraft({ children, size = 16, ...rest }, ref) {
|
|
592
|
-
return react.default.createElement(
|
|
831
|
+
const LicenseMaintenanceDraft = /* @__PURE__ */ react.default.forwardRef(function LicenseMaintenanceDraft({ children, size = 16, ...rest }, ref) {
|
|
832
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
593
833
|
width: size,
|
|
594
834
|
height: size,
|
|
595
835
|
ref,
|
|
@@ -600,8 +840,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
600
840
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.707,19.293l-3-3a.9994.9994,0,0,0-1.414,0L16,25.5859V30h4.4141l9.2929-9.293A.9994.9994,0,0,0,29.707,19.293ZM19.5859,28H18V26.4141l5-5L24.5859,23ZM26,21.5859,24.4141,20,26,18.4141,27.5859,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,13V11H17.8579a3.94,3.94,0,0,0-.4248-1.019L18.95,8.4644,17.5356,7.05,16.019,8.5669A3.9443,3.9443,0,0,0,15,8.1421V6H13V8.1421a3.9443,3.9443,0,0,0-1.019.4248L10.4644,7.05,9.05,8.4644,10.5669,9.981A3.94,3.94,0,0,0,10.1421,11H8v2h2.1421a3.94,3.94,0,0,0,.4248,1.019L9.05,15.5356,10.4644,16.95l1.5166-1.5166A3.9443,3.9443,0,0,0,13,15.8579V18h2V15.8579a3.9443,3.9443,0,0,0,1.019-.4248L17.5356,16.95,18.95,15.5356,17.4331,14.019A3.94,3.94,0,0,0,17.8579,13Zm-6,1a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,14,14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h6Z" }), children);
|
|
601
841
|
});
|
|
602
842
|
if (process.env.NODE_ENV !== "production") LicenseMaintenanceDraft.propTypes = require_iconPropTypes.iconPropTypes;
|
|
603
|
-
const LicenseThirdParty = react.default.forwardRef(function LicenseThirdParty({ children, size = 16, ...rest }, ref) {
|
|
604
|
-
return react.default.createElement(
|
|
843
|
+
const LicenseThirdParty = /* @__PURE__ */ react.default.forwardRef(function LicenseThirdParty({ children, size = 16, ...rest }, ref) {
|
|
844
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
605
845
|
width: size,
|
|
606
846
|
height: size,
|
|
607
847
|
ref,
|
|
@@ -612,8 +852,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
612
852
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 14H14V16H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 6H20V8H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 10H20V12H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 24H14V26H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,25H21a3,3,0,0,0-3,3v2h2V28a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1v2h2V28A3,3,0,0,0,27,25Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,24a4,4,0,1,0-4-4A4,4,0,0,0,24,24Zm0-6a2,2,0,1,1-2,2A2,2,0,0,1,24,18Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h8Z" }), children);
|
|
613
853
|
});
|
|
614
854
|
if (process.env.NODE_ENV !== "production") LicenseThirdParty.propTypes = require_iconPropTypes.iconPropTypes;
|
|
615
|
-
const LicenseThirdPartyDraft = react.default.forwardRef(function LicenseThirdPartyDraft({ children, size = 16, ...rest }, ref) {
|
|
616
|
-
return react.default.createElement(
|
|
855
|
+
const LicenseThirdPartyDraft = /* @__PURE__ */ react.default.forwardRef(function LicenseThirdPartyDraft({ children, size = 16, ...rest }, ref) {
|
|
856
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
617
857
|
width: size,
|
|
618
858
|
height: size,
|
|
619
859
|
ref,
|
|
@@ -624,8 +864,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
624
864
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.707,19.293l-3-3a.9994.9994,0,0,0-1.414,0L16,25.5859V30h4.4141l9.2929-9.293A.9994.9994,0,0,0,29.707,19.293ZM19.5859,28H18V26.4141l5-5L24.5859,23ZM26,21.5859,24.4141,20,26,18.4141,27.5859,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,15H11a3,3,0,0,0-3,3v1h2V18a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1v1h2V18A3,3,0,0,0,17,15Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,14a4,4,0,1,0-4-4A4,4,0,0,0,14,14Zm0-6a2,2,0,1,1-2,2A2,2,0,0,1,14,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h6Z" }), children);
|
|
625
865
|
});
|
|
626
866
|
if (process.env.NODE_ENV !== "production") LicenseThirdPartyDraft.propTypes = require_iconPropTypes.iconPropTypes;
|
|
627
|
-
const Lifesaver = react.default.forwardRef(function Lifesaver({ children, size = 16, ...rest }, ref) {
|
|
628
|
-
return react.default.createElement(
|
|
867
|
+
const Lifesaver = /* @__PURE__ */ react.default.forwardRef(function Lifesaver({ children, size = 16, ...rest }, ref) {
|
|
868
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
629
869
|
width: size,
|
|
630
870
|
height: size,
|
|
631
871
|
ref,
|
|
@@ -636,8 +876,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
636
876
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.2261,22.812a13.9664,13.9664,0,0,0,0-13.624L28.4141,9a2.0021,2.0021,0,0,0,0-2.8281l-2.5857-2.586a2.0028,2.0028,0,0,0-2.8284,0l-.1877.1875a13.9687,13.9687,0,0,0-13.6243,0L9,3.5859a2.0024,2.0024,0,0,0-2.8284,0L3.5859,6.1719A2.0021,2.0021,0,0,0,3.5859,9l.1878.1875a13.97,13.97,0,0,0,0,13.625L3.5859,23a2.0021,2.0021,0,0,0,0,2.8281l2.5857,2.586a2.0021,2.0021,0,0,0,2.8284,0l.188-.188a13.9687,13.9687,0,0,0,13.6243.0005L23,28.4141a2.0021,2.0021,0,0,0,2.8284,0l2.5857-2.586a2.0021,2.0021,0,0,0,0-2.8281ZM28,16a11.973,11.973,0,0,1-1.2546,5.3315l-3.8948-3.895a6.9808,6.9808,0,0,0,0-2.873l3.8948-3.895A11.973,11.973,0,0,1,28,16ZM27,7.5859l-4.9346,4.9346A7.0434,7.0434,0,0,0,19.48,9.9346L24.4143,5ZM16,21a5,5,0,1,1,5-5A5.0057,5.0057,0,0,1,16,21ZM21.3154,5.2705,17.4365,9.1494a6.9808,6.9808,0,0,0-2.873,0L10.6846,5.2705A12.2484,12.2484,0,0,1,21.3154,5.2705ZM7.5859,5l4.9346,4.9346a7.0449,7.0449,0,0,0-2.5859,2.5859L5,7.5859ZM4,16a11.9716,11.9716,0,0,1,1.2546-5.3311l3.8948,3.8946a6.9808,6.9808,0,0,0,0,2.873L5.2546,21.3311A11.9716,11.9716,0,0,1,4,16ZM7.5857,27,5,24.4141,9.9346,19.48a7.0434,7.0434,0,0,0,2.5859,2.5859Zm3.0989-.27,3.8789-3.8789a6.9808,6.9808,0,0,0,2.873,0L21.3154,26.73A12.2484,12.2484,0,0,1,10.6846,26.73Zm13.73.27L19.48,22.0654A7.0449,7.0449,0,0,0,22.0654,19.48L27,24.4141Z" }), children);
|
|
637
877
|
});
|
|
638
878
|
if (process.env.NODE_ENV !== "production") Lifesaver.propTypes = require_iconPropTypes.iconPropTypes;
|
|
639
|
-
const Light = react.default.forwardRef(function Light({ children, size = 16, ...rest }, ref) {
|
|
640
|
-
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(
|
|
879
|
+
const Light = /* @__PURE__ */ react.default.forwardRef(function Light({ children, size = 16, ...rest }, ref) {
|
|
880
|
+
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
|
|
641
881
|
width: size,
|
|
642
882
|
height: size,
|
|
643
883
|
ref,
|
|
@@ -658,7 +898,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
658
898
|
d: "M3.4 2.7H4.4V5.2H3.4z",
|
|
659
899
|
transform: "rotate(-45 3.925 3.961)"
|
|
660
900
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,6c1.1,0,2,0.9,2,2s-0.9,2-2,2S6,9.1,6,8S6.9,6,8,6 M8,5C6.3,5,5,6.3,5,8s1.3,3,3,3s3-1.3,3-3S9.7,5,8,5z" }), children);
|
|
661
|
-
return react.default.createElement(
|
|
901
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
662
902
|
width: size,
|
|
663
903
|
height: size,
|
|
664
904
|
ref,
|
|
@@ -681,8 +921,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
681
921
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,12a4,4,0,1,1-4,4,4.0045,4.0045,0,0,1,4-4m0-2a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z" }), children);
|
|
682
922
|
});
|
|
683
923
|
if (process.env.NODE_ENV !== "production") Light.propTypes = require_iconPropTypes.iconPropTypes;
|
|
684
|
-
const LightFilled = react.default.forwardRef(function LightFilled({ children, size = 16, ...rest }, ref) {
|
|
685
|
-
return react.default.createElement(
|
|
924
|
+
const LightFilled = /* @__PURE__ */ react.default.forwardRef(function LightFilled({ children, size = 16, ...rest }, ref) {
|
|
925
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
686
926
|
width: size,
|
|
687
927
|
height: size,
|
|
688
928
|
ref,
|
|
@@ -705,8 +945,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
705
945
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,10a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z" }), children);
|
|
706
946
|
});
|
|
707
947
|
if (process.env.NODE_ENV !== "production") LightFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
708
|
-
const Lightning = react.default.forwardRef(function Lightning({ children, size = 16, ...rest }, ref) {
|
|
709
|
-
return react.default.createElement(
|
|
948
|
+
const Lightning = /* @__PURE__ */ react.default.forwardRef(function Lightning({ children, size = 16, ...rest }, ref) {
|
|
949
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
710
950
|
width: size,
|
|
711
951
|
height: size,
|
|
712
952
|
ref,
|
|
@@ -717,8 +957,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
717
957
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11.61,29.92a1,1,0,0,1-.6-1.07L12.83,17H8a1,1,0,0,1-1-1.23l3-13A1,1,0,0,1,11,2H21a1,1,0,0,1,.78.37,1,1,0,0,1,.2.85L20.25,11H25a1,1,0,0,1,.9.56,1,1,0,0,1-.11,1l-13,17A1,1,0,0,1,12,30,1.09,1.09,0,0,1,11.61,29.92ZM17.75,13l2-9H11.8L9.26,15h5.91L13.58,25.28,23,13Z" }), children);
|
|
718
958
|
});
|
|
719
959
|
if (process.env.NODE_ENV !== "production") Lightning.propTypes = require_iconPropTypes.iconPropTypes;
|
|
720
|
-
const Link = react.default.forwardRef(function Link({ children, size = 16, ...rest }, ref) {
|
|
721
|
-
return react.default.createElement(
|
|
960
|
+
const Link = /* @__PURE__ */ react.default.forwardRef(function Link({ children, size = 16, ...rest }, ref) {
|
|
961
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
722
962
|
width: size,
|
|
723
963
|
height: size,
|
|
724
964
|
ref,
|
|
@@ -729,8 +969,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
729
969
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.25,6.76a6,6,0,0,0-8.5,0l1.42,1.42a4,4,0,1,1,5.67,5.67l-8,8a4,4,0,1,1-5.67-5.66l1.41-1.42-1.41-1.42-1.42,1.42a6,6,0,0,0,0,8.5A6,6,0,0,0,17,25a6,6,0,0,0,4.27-1.76l8-8A6,6,0,0,0,29.25,6.76Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.19,24.82a4,4,0,0,1,0-5.67l8-8a4,4,0,0,1,5.67,0A3.94,3.94,0,0,1,19,14a4,4,0,0,1-1.17,2.85L15.71,19l1.42,1.42,2.12-2.12a6,6,0,0,0-8.51-8.51l-8,8a6,6,0,0,0,0,8.51A6,6,0,0,0,7,28a6.07,6.07,0,0,0,4.28-1.76L9.86,24.82A4,4,0,0,1,4.19,24.82Z" }), children);
|
|
730
970
|
});
|
|
731
971
|
if (process.env.NODE_ENV !== "production") Link.propTypes = require_iconPropTypes.iconPropTypes;
|
|
732
|
-
const LineThick = react.default.forwardRef(function LineThick({ children, size = 16, ...rest }, ref) {
|
|
733
|
-
return react.default.createElement(
|
|
972
|
+
const LineThick = /* @__PURE__ */ react.default.forwardRef(function LineThick({ children, size = 16, ...rest }, ref) {
|
|
973
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
734
974
|
width: size,
|
|
735
975
|
height: size,
|
|
736
976
|
ref,
|
|
@@ -741,8 +981,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
741
981
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.5,24.6506L24.6506,4.5l2.8494,2.8494L7.3494,27.5l-2.8494-2.8494Z" }), children);
|
|
742
982
|
});
|
|
743
983
|
if (process.env.NODE_ENV !== "production") LineThick.propTypes = require_iconPropTypes.iconPropTypes;
|
|
744
|
-
const LineThin = react.default.forwardRef(function LineThin({ children, size = 16, ...rest }, ref) {
|
|
745
|
-
return react.default.createElement(
|
|
984
|
+
const LineThin = /* @__PURE__ */ react.default.forwardRef(function LineThin({ children, size = 16, ...rest }, ref) {
|
|
985
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
746
986
|
width: size,
|
|
747
987
|
height: size,
|
|
748
988
|
ref,
|
|
@@ -753,8 +993,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
753
993
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5.293,25.2929L25.293,5.2929l1.4141,1.4141L6.707,26.707l-1.4141-1.4141Z" }), children);
|
|
754
994
|
});
|
|
755
995
|
if (process.env.NODE_ENV !== "production") LineThin.propTypes = require_iconPropTypes.iconPropTypes;
|
|
756
|
-
const Linux = react.default.forwardRef(function Linux({ children, size = 16, ...rest }, ref) {
|
|
757
|
-
return react.default.createElement(
|
|
996
|
+
const Linux = /* @__PURE__ */ react.default.forwardRef(function Linux({ children, size = 16, ...rest }, ref) {
|
|
997
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
758
998
|
width: size,
|
|
759
999
|
height: size,
|
|
760
1000
|
ref,
|
|
@@ -765,8 +1005,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
765
1005
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.8945,23.542l-1.7238-3.4473a1.9994,1.9994,0,0,0-1.7886-1.1054h-.4683a14.887,14.887,0,0,0-1.8193-4.5977C23.0647,12.4429,22,10.4277,22,8A6,6,0,0,0,10,8a13.0041,13.0041,0,0,1-2.0486,6.2153,14.7022,14.7022,0,0,0-1.8708,4.7759H5.6184a2.0007,2.0007,0,0,0-1.7893,1.106L2.1055,23.5439a1,1,0,0,0,.0971,1.0508L6.2319,29.92a2.9995,2.9995,0,0,0,3.8482.6519l1.8735-1.1241A13.8223,13.8223,0,0,0,16,30a13.8034,13.8034,0,0,0,4.0488-.5527L21.92,30.57a2.9819,2.9819,0,0,0,1.5385.43,3.0385,3.0385,0,0,0,2.3389-1.1187l4-5.2885A1.001,1.001,0,0,0,29.8945,23.542Zm-7.5683-8.2158a14.8311,14.8311,0,0,1,1.5591,3.6631H21.738a16.6591,16.6591,0,0,0-.98-2.6455,12.7083,12.7083,0,0,1-.8789-2.4454,8.8046,8.8046,0,0,0,1.0034-1.4277l.0384-.0718A30.746,30.746,0,0,0,22.3262,15.3262ZM12,21a9.3959,9.3959,0,0,1,1.0728-3.8516c.2563-.5825.5158-1.1757.726-1.7993a4.0474,4.0474,0,0,0,4.4024,0c.21.6236.47,1.2168.726,1.7993A9.3959,9.3959,0,0,1,20,21c0,1.2881-.4146,3-4,3S12,22.2881,12,21Zm6.5105-8.5752A3.6265,3.6265,0,0,1,16,14a3.6273,3.6273,0,0,1-2.5107-1.5757,7.6356,7.6356,0,0,1,5.0212,0ZM12,8a4,4,0,0,1,8,0,10.9164,10.9164,0,0,0,.4673,3.1152A7.9811,7.9811,0,0,0,19,10.4849V8H17v2.0542a9.2522,9.2522,0,0,0-2,0V8H13v2.4849a7.9019,7.9019,0,0,0-1.4785.6372A10.7093,10.7093,0,0,0,12,8ZM9.7146,15.1592A29.8007,29.8007,0,0,0,11.0693,12.38l.0484.09a8.8046,8.8046,0,0,0,1.0034,1.4277,12.7083,12.7083,0,0,1-.8789,2.4454,16.6574,16.6574,0,0,0-.981,2.6474H8.1047A14.0567,14.0567,0,0,1,9.7146,15.1592Zm1.3708,12.4775L9.0508,28.8574a.9866.9866,0,0,1-1.2529-.1806L4.1724,23.8833l1.4458-2.8921h3.706L11.49,26.3853A1.0036,1.0036,0,0,1,11.0854,27.6367Zm2.316.1177a2.9571,2.9571,0,0,0-.0562-2.11A9.03,9.03,0,0,0,16,26a9.0237,9.0237,0,0,0,2.6562-.3564,2.9889,2.9889,0,0,0-.0546,2.11,13.8722,13.8722,0,0,1-5.2,0Zm10.83.8833a.996.996,0,0,1-1.2827.2178l-2.0342-1.2207h0a1.01,1.01,0,0,1-.396-1.273l2.157-5.3725h3.7058l1.4461,2.892Z" }), children);
|
|
766
1006
|
});
|
|
767
1007
|
if (process.env.NODE_ENV !== "production") Linux.propTypes = require_iconPropTypes.iconPropTypes;
|
|
768
|
-
const LinuxAlt = react.default.forwardRef(function LinuxAlt({ children, size = 16, ...rest }, ref) {
|
|
769
|
-
return react.default.createElement(
|
|
1008
|
+
const LinuxAlt = /* @__PURE__ */ react.default.forwardRef(function LinuxAlt({ children, size = 16, ...rest }, ref) {
|
|
1009
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
770
1010
|
width: size,
|
|
771
1011
|
height: size,
|
|
772
1012
|
ref,
|
|
@@ -777,8 +1017,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
777
1017
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.6121,20.5215A6.1582,6.1582,0,0,0,24,16.5254C24,13.4785,21.9812,11,19.5,11A4.2435,4.2435,0,0,0,16,13.06,4.2435,4.2435,0,0,0,12.5,11C10.0188,11,8,13.4785,8,16.5254a6.1593,6.1593,0,0,0,1.3879,3.9961c-.5688.3686-.9389.6416-.988.6787a1,1,0,0,0-.1807,1.4248C8.6592,23.1748,12.6169,28,16,28s7.3408-4.8252,7.7808-5.375A1,1,0,0,0,23.6,21.2C23.551,21.1631,23.1812,20.89,22.6121,20.5215ZM12.5,13c1.3552,0,2.5,1.6143,2.5,3.5254v1.5664a9.1005,9.1005,0,0,0-1.0244.2314A2.6411,2.6411,0,0,0,14,18c0-1.1045-.6716-2-1.5-2s-1.5.8955-1.5,2a2.38,2.38,0,0,0,.4072,1.3623c-.0813.0415-.1687.0806-.248.1221A4.0291,4.0291,0,0,1,10,16.5254C10,14.6143,11.1448,13,12.5,13ZM16,26c-1.5691,0-3.9648-2.084-5.52-3.8057C11.9,21.2788,14.2656,20,16,20s4.1,1.2788,5.52,2.1943C19.9648,23.916,17.5691,26,16,26Zm4.8408-6.5156c-.0793-.0415-.1667-.0806-.248-.1221A2.38,2.38,0,0,0,21,18c0-1.1045-.6716-2-1.5-2s-1.5.8955-1.5,2a2.6411,2.6411,0,0,0,.0244.3232A9.1005,9.1005,0,0,0,17,18.0918V16.5254C17,14.6143,18.1448,13,19.5,13S22,14.6143,22,16.5254A4.0291,4.0291,0,0,1,20.8408,19.4844Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,30a3.8876,3.8876,0,0,1-4-4V14A10,10,0,0,0,6,14V26a3.8876,3.8876,0,0,1-4,4V28a1.8793,1.8793,0,0,0,2-2V14a12,12,0,0,1,24,0V26a1.8825,1.8825,0,0,0,2,2Z" }), children);
|
|
778
1018
|
});
|
|
779
1019
|
if (process.env.NODE_ENV !== "production") LinuxAlt.propTypes = require_iconPropTypes.iconPropTypes;
|
|
780
|
-
const LinuxNamespace = react.default.forwardRef(function LinuxNamespace({ children, size = 16, ...rest }, ref) {
|
|
781
|
-
return react.default.createElement(
|
|
1020
|
+
const LinuxNamespace = /* @__PURE__ */ react.default.forwardRef(function LinuxNamespace({ children, size = 16, ...rest }, ref) {
|
|
1021
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
782
1022
|
width: size,
|
|
783
1023
|
height: size,
|
|
784
1024
|
ref,
|
|
@@ -795,8 +1035,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
795
1035
|
}), children);
|
|
796
1036
|
});
|
|
797
1037
|
if (process.env.NODE_ENV !== "production") LinuxNamespace.propTypes = require_iconPropTypes.iconPropTypes;
|
|
798
|
-
const List = react.default.forwardRef(function List({ children, size = 16, ...rest }, ref) {
|
|
799
|
-
return react.default.createElement(
|
|
1038
|
+
const List = /* @__PURE__ */ react.default.forwardRef(function List({ children, size = 16, ...rest }, ref) {
|
|
1039
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
800
1040
|
width: size,
|
|
801
1041
|
height: size,
|
|
802
1042
|
ref,
|
|
@@ -807,8 +1047,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
807
1047
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 6H28V8H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 24H28V26H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 15H28V17H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 15H6V17H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 6H6V8H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 24H6V26H4z" }), children);
|
|
808
1048
|
});
|
|
809
1049
|
if (process.env.NODE_ENV !== "production") List.propTypes = require_iconPropTypes.iconPropTypes;
|
|
810
|
-
const ListBoxes = react.default.forwardRef(function ListBoxes({ children, size = 16, ...rest }, ref) {
|
|
811
|
-
return react.default.createElement(
|
|
1050
|
+
const ListBoxes = /* @__PURE__ */ react.default.forwardRef(function ListBoxes({ children, size = 16, ...rest }, ref) {
|
|
1051
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
812
1052
|
width: size,
|
|
813
1053
|
height: size,
|
|
814
1054
|
ref,
|
|
@@ -819,8 +1059,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
819
1059
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 8H30V10H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 22H30V24H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,14H4a2.0023,2.0023,0,0,1-2-2V6A2.0023,2.0023,0,0,1,4,4h6a2.0023,2.0023,0,0,1,2,2v6A2.0023,2.0023,0,0,1,10,14ZM4,6v6h6.0012L10,6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,28H4a2.0023,2.0023,0,0,1-2-2V20a2.0023,2.0023,0,0,1,2-2h6a2.0023,2.0023,0,0,1,2,2v6A2.0023,2.0023,0,0,1,10,28ZM4,20v6h6.0012L10,20Z" }), children);
|
|
820
1060
|
});
|
|
821
1061
|
if (process.env.NODE_ENV !== "production") ListBoxes.propTypes = require_iconPropTypes.iconPropTypes;
|
|
822
|
-
const ListBulleted = react.default.forwardRef(function ListBulleted({ children, size = 16, ...rest }, ref) {
|
|
823
|
-
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(
|
|
1062
|
+
const ListBulleted = /* @__PURE__ */ react.default.forwardRef(function ListBulleted({ children, size = 16, ...rest }, ref) {
|
|
1063
|
+
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
|
|
824
1064
|
width: size,
|
|
825
1065
|
height: size,
|
|
826
1066
|
ref,
|
|
@@ -837,7 +1077,7 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
837
1077
|
cy: "11.5",
|
|
838
1078
|
r: "1.5"
|
|
839
1079
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 11H15V12H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 4H15V5H8z" }), children);
|
|
840
|
-
return react.default.createElement(
|
|
1080
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
841
1081
|
width: size,
|
|
842
1082
|
height: size,
|
|
843
1083
|
ref,
|
|
@@ -856,8 +1096,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
856
1096
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 22H30V24H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 8H30V10H16z" }), children);
|
|
857
1097
|
});
|
|
858
1098
|
if (process.env.NODE_ENV !== "production") ListBulleted.propTypes = require_iconPropTypes.iconPropTypes;
|
|
859
|
-
const ListChecked = react.default.forwardRef(function ListChecked({ children, size = 16, ...rest }, ref) {
|
|
860
|
-
return react.default.createElement(
|
|
1099
|
+
const ListChecked = /* @__PURE__ */ react.default.forwardRef(function ListChecked({ children, size = 16, ...rest }, ref) {
|
|
1100
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
861
1101
|
width: size,
|
|
862
1102
|
height: size,
|
|
863
1103
|
ref,
|
|
@@ -868,8 +1108,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
868
1108
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 22H30V24H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 19.4 12.6 18 6 24.6 3.4 22 2 23.4 6 27.4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 8H30V10H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 5.4 12.6 4 6 10.6 3.4 8 2 9.4 6 13.4z" }), children);
|
|
869
1109
|
});
|
|
870
1110
|
if (process.env.NODE_ENV !== "production") ListChecked.propTypes = require_iconPropTypes.iconPropTypes;
|
|
871
|
-
const ListCheckedMirror = react.default.forwardRef(function ListCheckedMirror({ children, size = 16, ...rest }, ref) {
|
|
872
|
-
return react.default.createElement(
|
|
1111
|
+
const ListCheckedMirror = /* @__PURE__ */ react.default.forwardRef(function ListCheckedMirror({ children, size = 16, ...rest }, ref) {
|
|
1112
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
873
1113
|
width: size,
|
|
874
1114
|
height: size,
|
|
875
1115
|
ref,
|
|
@@ -880,8 +1120,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
880
1120
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 19.4 28.6 18 22 24.6 19.4 22 18 23.4 22 27.4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 22H16V24H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 5.4 28.6 4 22 10.6 19.4 8 18 9.4 22 13.4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 8H16V10H2z" }), children);
|
|
881
1121
|
});
|
|
882
1122
|
if (process.env.NODE_ENV !== "production") ListCheckedMirror.propTypes = require_iconPropTypes.iconPropTypes;
|
|
883
|
-
const ListDropdown = react.default.forwardRef(function ListDropdown({ children, size = 16, ...rest }, ref) {
|
|
884
|
-
return react.default.createElement(
|
|
1123
|
+
const ListDropdown = /* @__PURE__ */ react.default.forwardRef(function ListDropdown({ children, size = 16, ...rest }, ref) {
|
|
1124
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
885
1125
|
width: size,
|
|
886
1126
|
height: size,
|
|
887
1127
|
ref,
|
|
@@ -892,8 +1132,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
892
1132
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,6V2H2V12h9V30H30V6ZM4,10V4H24V6H11v4ZM28,28H13V8H28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 11H17V13H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 11H26V13H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 17H17V19H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 17H26V19H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 23H17V25H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 23H26V25H19z" }), children);
|
|
893
1133
|
});
|
|
894
1134
|
if (process.env.NODE_ENV !== "production") ListDropdown.propTypes = require_iconPropTypes.iconPropTypes;
|
|
895
|
-
const ListNumbered = react.default.forwardRef(function ListNumbered({ children, size = 16, ...rest }, ref) {
|
|
896
|
-
return react.default.createElement(
|
|
1135
|
+
const ListNumbered = /* @__PURE__ */ react.default.forwardRef(function ListNumbered({ children, size = 16, ...rest }, ref) {
|
|
1136
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
897
1137
|
width: size,
|
|
898
1138
|
height: size,
|
|
899
1139
|
ref,
|
|
@@ -904,8 +1144,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
904
1144
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 22H30V24H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 8H30V10H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 12 8 4 6 4 6 5 4 5 4 7 6 7 6 12 4 12 4 14 6 14 8 14 10 14 10 12 8 12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,28H4V24a2,2,0,0,1,2-2H8V20H4V18H8a2,2,0,0,1,2,2v2a2,2,0,0,1-2,2H6v2h4Z" }), children);
|
|
905
1145
|
});
|
|
906
1146
|
if (process.env.NODE_ENV !== "production") ListNumbered.propTypes = require_iconPropTypes.iconPropTypes;
|
|
907
|
-
const ListNumberedMirror = react.default.forwardRef(function ListNumberedMirror({ children, size = 16, ...rest }, ref) {
|
|
908
|
-
return react.default.createElement(
|
|
1147
|
+
const ListNumberedMirror = /* @__PURE__ */ react.default.forwardRef(function ListNumberedMirror({ children, size = 16, ...rest }, ref) {
|
|
1148
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
909
1149
|
width: size,
|
|
910
1150
|
height: size,
|
|
911
1151
|
ref,
|
|
@@ -916,8 +1156,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
916
1156
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,28h-6v-4c0-1.1,0.9-2,2-2h2v-2h-4v-2h4c1.1,0,2,0.9,2,2v2c0,1.1-0.9,2-2,2h-2v2h4V28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 22H16V24H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 12 26 4 24 4 24 5 22 5 22 7 24 7 24 12 22 12 22 14 24 14 26 14 28 14 28 12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 8H16V10H2z" }), children);
|
|
917
1157
|
});
|
|
918
1158
|
if (process.env.NODE_ENV !== "production") ListNumberedMirror.propTypes = require_iconPropTypes.iconPropTypes;
|
|
919
|
-
const ListTree = react.default.forwardRef(function ListTree({ children, size = 16, ...rest }, ref) {
|
|
920
|
-
return react.default.createElement(
|
|
1159
|
+
const ListTree = /* @__PURE__ */ react.default.forwardRef(function ListTree({ children, size = 16, ...rest }, ref) {
|
|
1160
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
921
1161
|
width: size,
|
|
922
1162
|
height: size,
|
|
923
1163
|
ref,
|
|
@@ -928,8 +1168,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
928
1168
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7,4h-2v22c0,1.1025.897,2,2,2h5v-2h-5v-6h5v-2h-5v-6h5v-2h-5v-6ZM16,12h2v-2h-2v2ZM20,10v2h7v-2h-7ZM16,20h2v-2h-2v2ZM20,20h7v-2h-7v2ZM16,28h2v-2h-2v2ZM20,28h7v-2h-7v2Z" }), children);
|
|
929
1169
|
});
|
|
930
1170
|
if (process.env.NODE_ENV !== "production") ListTree.propTypes = require_iconPropTypes.iconPropTypes;
|
|
931
|
-
const LoadBalancerApplication = react.default.forwardRef(function LoadBalancerApplication({ children, size = 16, ...rest }, ref) {
|
|
932
|
-
return react.default.createElement(
|
|
1171
|
+
const LoadBalancerApplication = /* @__PURE__ */ react.default.forwardRef(function LoadBalancerApplication({ children, size = 16, ...rest }, ref) {
|
|
1172
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
933
1173
|
width: size,
|
|
934
1174
|
height: size,
|
|
935
1175
|
ref,
|
|
@@ -940,8 +1180,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
940
1180
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 26H8V30H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 26H18V30H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 26H28V30H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,16H17V14H15v2H7a2.0023,2.0023,0,0,0-2,2v6H7V18h8v6h2V18h8v6h2V18A2.0023,2.0023,0,0,0,25,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,2V12H23V2Zm2,2h2v6H11Zm10,6H15V4h6Z" }), children);
|
|
941
1181
|
});
|
|
942
1182
|
if (process.env.NODE_ENV !== "production") LoadBalancerApplication.propTypes = require_iconPropTypes.iconPropTypes;
|
|
943
|
-
const LoadBalancerClassic = react.default.forwardRef(function LoadBalancerClassic({ children, size = 16, ...rest }, ref) {
|
|
944
|
-
return react.default.createElement(
|
|
1183
|
+
const LoadBalancerClassic = /* @__PURE__ */ react.default.forwardRef(function LoadBalancerClassic({ children, size = 16, ...rest }, ref) {
|
|
1184
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
945
1185
|
width: size,
|
|
946
1186
|
height: size,
|
|
947
1187
|
ref,
|
|
@@ -952,8 +1192,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
952
1192
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 26H8V30H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 26H18V30H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 26H28V30H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,16H17V12H15v4H7a2.0023,2.0023,0,0,0-2,2v6H7V18h8v6h2V18h8v6h2V18A2.0023,2.0023,0,0,0,25,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,10V2H12v8ZM14,8V4h4V8Z" }), children);
|
|
953
1193
|
});
|
|
954
1194
|
if (process.env.NODE_ENV !== "production") LoadBalancerClassic.propTypes = require_iconPropTypes.iconPropTypes;
|
|
955
|
-
const LoadBalancerGlobal = react.default.forwardRef(function LoadBalancerGlobal({ children, size = 16, ...rest }, ref) {
|
|
956
|
-
return react.default.createElement(
|
|
1195
|
+
const LoadBalancerGlobal = /* @__PURE__ */ react.default.forwardRef(function LoadBalancerGlobal({ children, size = 16, ...rest }, ref) {
|
|
1196
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
957
1197
|
width: size,
|
|
958
1198
|
height: size,
|
|
959
1199
|
ref,
|
|
@@ -964,8 +1204,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
964
1204
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 26H8V30H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 26H18V30H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 26H28V30H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,16H17V12H15v4H7a2.0023,2.0023,0,0,0-2,2v6H7V18h8v6h2V18h8v6h2V18A2.0023,2.0023,0,0,0,25,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,10a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,10Zm0-6a2,2,0,1,0,2,2A2.0021,2.0021,0,0,0,16,4Z" }), children);
|
|
965
1205
|
});
|
|
966
1206
|
if (process.env.NODE_ENV !== "production") LoadBalancerGlobal.propTypes = require_iconPropTypes.iconPropTypes;
|
|
967
|
-
const LoadBalancerListener = react.default.forwardRef(function LoadBalancerListener({ children, size = 16, ...rest }, ref) {
|
|
968
|
-
return react.default.createElement(
|
|
1207
|
+
const LoadBalancerListener = /* @__PURE__ */ react.default.forwardRef(function LoadBalancerListener({ children, size = 16, ...rest }, ref) {
|
|
1208
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
969
1209
|
width: size,
|
|
970
1210
|
height: size,
|
|
971
1211
|
ref,
|
|
@@ -976,8 +1216,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
976
1216
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 8H17V10H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 8H21V10H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 8H13V10H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,16H17V13H15v3H7a2.0023,2.0023,0,0,0-2,2v6H7V18h8v6h2V18h8v6h2V18A2.0023,2.0023,0,0,0,25,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 26H8V30H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 26H18V30H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 26H28V30H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 3H21V5H11z" }), children);
|
|
977
1217
|
});
|
|
978
1218
|
if (process.env.NODE_ENV !== "production") LoadBalancerListener.propTypes = require_iconPropTypes.iconPropTypes;
|
|
979
|
-
const LoadBalancerLocal = react.default.forwardRef(function LoadBalancerLocal({ children, size = 16, ...rest }, ref) {
|
|
980
|
-
return react.default.createElement(
|
|
1219
|
+
const LoadBalancerLocal = /* @__PURE__ */ react.default.forwardRef(function LoadBalancerLocal({ children, size = 16, ...rest }, ref) {
|
|
1220
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
981
1221
|
width: size,
|
|
982
1222
|
height: size,
|
|
983
1223
|
ref,
|
|
@@ -988,8 +1228,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
988
1228
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,16H17V10H15v6H7a2.0023,2.0023,0,0,0-2,2v6H7V18h8v6h2V18h8v6h2V18A2.0023,2.0023,0,0,0,25,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 26H8V30H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 26H18V30H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 26H28V30H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 5H21V7H11z" }), children);
|
|
989
1229
|
});
|
|
990
1230
|
if (process.env.NODE_ENV !== "production") LoadBalancerLocal.propTypes = require_iconPropTypes.iconPropTypes;
|
|
991
|
-
const LoadBalancerNetwork = react.default.forwardRef(function LoadBalancerNetwork({ children, size = 16, ...rest }, ref) {
|
|
992
|
-
return react.default.createElement(
|
|
1231
|
+
const LoadBalancerNetwork = /* @__PURE__ */ react.default.forwardRef(function LoadBalancerNetwork({ children, size = 16, ...rest }, ref) {
|
|
1232
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
993
1233
|
width: size,
|
|
994
1234
|
height: size,
|
|
995
1235
|
ref,
|
|
@@ -1000,8 +1240,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1000
1240
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,16H17V12H15v4H7a2.0023,2.0023,0,0,0-2,2v4H7V18h8v4h2V18h8v4h2V18A2.0023,2.0023,0,0,0,25,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,10V2H12v8h8ZM14,8V4h4V8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,24a2.9948,2.9948,0,0,0-2.8157,2H18.8157a2.982,2.982,0,0,0-5.6314,0H8.8157a3,3,0,1,0,0,2h4.3686a2.982,2.982,0,0,0,5.6314,0h4.3686A2.9947,2.9947,0,1,0,26,24ZM6,28a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,6,28Zm10,0a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,16,28Zm10,0a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,26,28Z" }), children);
|
|
1001
1241
|
});
|
|
1002
1242
|
if (process.env.NODE_ENV !== "production") LoadBalancerNetwork.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1003
|
-
const LoadBalancerPool = react.default.forwardRef(function LoadBalancerPool({ children, size = 16, ...rest }, ref) {
|
|
1004
|
-
return react.default.createElement(
|
|
1243
|
+
const LoadBalancerPool = /* @__PURE__ */ react.default.forwardRef(function LoadBalancerPool({ children, size = 16, ...rest }, ref) {
|
|
1244
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1005
1245
|
width: size,
|
|
1006
1246
|
height: size,
|
|
1007
1247
|
ref,
|
|
@@ -1012,8 +1252,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1012
1252
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 15H22V17H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8.7,6.2852A2.9665,2.9665,0,0,0,9,5,3,3,0,1,0,6,8a2.96,2.96,0,0,0,1.2852-.3008L10,10.4141V13h2V9.5859ZM6,6A1,1,0,1,1,7,5,1.0009,1.0009,0,0,1,6,6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,5a3,3,0,1,0-4,2.8154V13h2V7.8159A2.9957,2.9957,0,0,0,19,5ZM16,6a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,16,6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,2a3.0033,3.0033,0,0,0-3,3,2.9665,2.9665,0,0,0,.3,1.2852L20,9.5859V13h2V10.4141l2.7148-2.7149A2.96,2.96,0,0,0,26,8a3,3,0,0,0,0-6Zm0,4a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,26,6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,19H10v2.5859L7.2854,24.3008A2.9609,2.9609,0,0,0,6,24a3,3,0,1,0,3,3,2.9665,2.9665,0,0,0-.3-1.2852L12,22.4141ZM6,28a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,6,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,24.1841V19H15v5.1841a3,3,0,1,0,2,0ZM16,28a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,16,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,24a2.9609,2.9609,0,0,0-1.2854.3008L22,21.5859V19H20v3.4141l3.3,3.3007A2.9665,2.9665,0,0,0,23,27a3,3,0,1,0,3-3Zm0,4a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,26,28Z" }), children);
|
|
1013
1253
|
});
|
|
1014
1254
|
if (process.env.NODE_ENV !== "production") LoadBalancerPool.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1015
|
-
const LoadBalancerVpc = react.default.forwardRef(function LoadBalancerVpc({ children, size = 16, ...rest }, ref) {
|
|
1016
|
-
return react.default.createElement(
|
|
1255
|
+
const LoadBalancerVpc = /* @__PURE__ */ react.default.forwardRef(function LoadBalancerVpc({ children, size = 16, ...rest }, ref) {
|
|
1256
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1017
1257
|
width: size,
|
|
1018
1258
|
height: size,
|
|
1019
1259
|
ref,
|
|
@@ -1024,8 +1264,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1024
1264
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,30H2V24H8ZM4,28H6V26H4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,30H13V24h6Zm-4-2h2V26H15Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,30H24V24h6Zm-4-2h2V26H26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,10a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,10Zm0-6a2,2,0,1,0,2,2A2.002,2.002,0,0,0,16,4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,16H21a4.0045,4.0045,0,0,1-4-4H15a4.0045,4.0045,0,0,1-4,4H6a2.0023,2.0023,0,0,0-2,2v4H6V18h5A5.9694,5.9694,0,0,0,15,16.46V22h2V16.46A5.9694,5.9694,0,0,0,21,18h5v4h2V18A2.0023,2.0023,0,0,0,26,16Z" }), children);
|
|
1025
1265
|
});
|
|
1026
1266
|
if (process.env.NODE_ENV !== "production") LoadBalancerVpc.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1027
|
-
const Location = react.default.forwardRef(function Location({ children, size = 16, ...rest }, ref) {
|
|
1028
|
-
return react.default.createElement(
|
|
1267
|
+
const Location = /* @__PURE__ */ react.default.forwardRef(function Location({ children, size = 16, ...rest }, ref) {
|
|
1268
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1029
1269
|
width: size,
|
|
1030
1270
|
height: size,
|
|
1031
1271
|
ref,
|
|
@@ -1036,8 +1276,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1036
1276
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,18a5,5,0,1,1,5-5A5.0057,5.0057,0,0,1,16,18Zm0-8a3,3,0,1,0,3,3A3.0033,3.0033,0,0,0,16,10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,1,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z" }), children);
|
|
1037
1277
|
});
|
|
1038
1278
|
if (process.env.NODE_ENV !== "production") Location.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1039
|
-
const LocationCompany = react.default.forwardRef(function LocationCompany({ children, size = 16, ...rest }, ref) {
|
|
1040
|
-
return react.default.createElement(
|
|
1279
|
+
const LocationCompany = /* @__PURE__ */ react.default.forwardRef(function LocationCompany({ children, size = 16, ...rest }, ref) {
|
|
1280
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1041
1281
|
width: size,
|
|
1042
1282
|
height: size,
|
|
1043
1283
|
ref,
|
|
@@ -1048,8 +1288,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1048
1288
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,18H19V10H13v8H11V10a2.0021,2.0021,0,0,1,2-2h6a2.0021,2.0021,0,0,1,2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 16H17V18H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 12H17V14H15z" }), children);
|
|
1049
1289
|
});
|
|
1050
1290
|
if (process.env.NODE_ENV !== "production") LocationCompany.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1051
|
-
const LocationCompanyFilled = react.default.forwardRef(function LocationCompanyFilled({ children, size = 16, ...rest }, ref) {
|
|
1052
|
-
return react.default.createElement(
|
|
1291
|
+
const LocationCompanyFilled = /* @__PURE__ */ react.default.forwardRef(function LocationCompanyFilled({ children, size = 16, ...rest }, ref) {
|
|
1292
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1053
1293
|
width: size,
|
|
1054
1294
|
height: size,
|
|
1055
1295
|
ref,
|
|
@@ -1063,8 +1303,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1063
1303
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm1,16H15V16h2Zm0-4H15V12h2Zm4,4H19V10H13v8H11V10a2.0023,2.0023,0,0,1,2-2h6a2.0023,2.0023,0,0,1,2,2Z" }), children);
|
|
1064
1304
|
});
|
|
1065
1305
|
if (process.env.NODE_ENV !== "production") LocationCompanyFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1066
|
-
const LocationCurrent = react.default.forwardRef(function LocationCurrent({ children, size = 16, ...rest }, ref) {
|
|
1067
|
-
return react.default.createElement(
|
|
1306
|
+
const LocationCurrent = /* @__PURE__ */ react.default.forwardRef(function LocationCurrent({ children, size = 16, ...rest }, ref) {
|
|
1307
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1068
1308
|
width: size,
|
|
1069
1309
|
height: size,
|
|
1070
1310
|
ref,
|
|
@@ -1075,8 +1315,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1075
1315
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,12.9835a1,1,0,0,0,.6289.9448l9.6015,3.8409,3.8407,9.6019A1,1,0,0,0,19,28h.0162a1.0009,1.0009,0,0,0,.9238-.6582l8-22.0007A1,1,0,0,0,26.658,4.0594l-22,8A1.0011,1.0011,0,0,0,4,12.9835Z" }), children);
|
|
1076
1316
|
});
|
|
1077
1317
|
if (process.env.NODE_ENV !== "production") LocationCurrent.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1078
|
-
const LocationFilled = react.default.forwardRef(function LocationFilled({ children, size = 16, ...rest }, ref) {
|
|
1079
|
-
return react.default.createElement(
|
|
1318
|
+
const LocationFilled = /* @__PURE__ */ react.default.forwardRef(function LocationFilled({ children, size = 16, ...rest }, ref) {
|
|
1319
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1080
1320
|
width: size,
|
|
1081
1321
|
height: size,
|
|
1082
1322
|
ref,
|
|
@@ -1092,8 +1332,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1092
1332
|
}), children);
|
|
1093
1333
|
});
|
|
1094
1334
|
if (process.env.NODE_ENV !== "production") LocationFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1095
|
-
const LocationHazard = react.default.forwardRef(function LocationHazard({ children, size = 16, ...rest }, ref) {
|
|
1096
|
-
return react.default.createElement(
|
|
1335
|
+
const LocationHazard = /* @__PURE__ */ react.default.forwardRef(function LocationHazard({ children, size = 16, ...rest }, ref) {
|
|
1336
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1097
1337
|
width: size,
|
|
1098
1338
|
height: size,
|
|
1099
1339
|
ref,
|
|
@@ -1108,8 +1348,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1108
1348
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 7H17V16H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z" }), children);
|
|
1109
1349
|
});
|
|
1110
1350
|
if (process.env.NODE_ENV !== "production") LocationHazard.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1111
|
-
const LocationHazardFilled = react.default.forwardRef(function LocationHazardFilled({ children, size = 16, ...rest }, ref) {
|
|
1112
|
-
return react.default.createElement(
|
|
1351
|
+
const LocationHazardFilled = /* @__PURE__ */ react.default.forwardRef(function LocationHazardFilled({ children, size = 16, ...rest }, ref) {
|
|
1352
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1113
1353
|
width: size,
|
|
1114
1354
|
height: size,
|
|
1115
1355
|
ref,
|
|
@@ -1123,8 +1363,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1123
1363
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2ZM14.875,7h2.25v9h-2.25ZM16,22a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,22Z" }), children);
|
|
1124
1364
|
});
|
|
1125
1365
|
if (process.env.NODE_ENV !== "production") LocationHazardFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1126
|
-
const LocationHeart = react.default.forwardRef(function LocationHeart({ children, size = 16, ...rest }, ref) {
|
|
1127
|
-
return react.default.createElement(
|
|
1366
|
+
const LocationHeart = /* @__PURE__ */ react.default.forwardRef(function LocationHeart({ children, size = 16, ...rest }, ref) {
|
|
1367
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1128
1368
|
width: size,
|
|
1129
1369
|
height: size,
|
|
1130
1370
|
ref,
|
|
@@ -1135,8 +1375,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1135
1375
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.303,9a2.6616,2.6616,0,0,0-1.9079.8058l-.3932.4054-.397-.4054a2.6615,2.6615,0,0,0-3.8157,0,2.7992,2.7992,0,0,0,0,3.8964L16.0019,18l4.2089-4.2978a2.7992,2.7992,0,0,0,0-3.8964A2.6616,2.6616,0,0,0,18.303,9Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z" }), children);
|
|
1136
1376
|
});
|
|
1137
1377
|
if (process.env.NODE_ENV !== "production") LocationHeart.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1138
|
-
const LocationHeartFilled = react.default.forwardRef(function LocationHeartFilled({ children, size = 16, ...rest }, ref) {
|
|
1139
|
-
return react.default.createElement(
|
|
1378
|
+
const LocationHeartFilled = /* @__PURE__ */ react.default.forwardRef(function LocationHeartFilled({ children, size = 16, ...rest }, ref) {
|
|
1379
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1140
1380
|
width: size,
|
|
1141
1381
|
height: size,
|
|
1142
1382
|
ref,
|
|
@@ -1150,8 +1390,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1150
1390
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm4.2109,11.7021L16.002,18l-4.2129-4.2979a2.7992,2.7992,0,0,1,0-3.8964,2.6619,2.6619,0,0,1,3.8159,0l.397.4057.393-.4057a2.6619,2.6619,0,0,1,3.8159,0A2.7992,2.7992,0,0,1,20.2109,13.7021Z" }), children);
|
|
1151
1391
|
});
|
|
1152
1392
|
if (process.env.NODE_ENV !== "production") LocationHeartFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1153
|
-
const LocationInfo = react.default.forwardRef(function LocationInfo({ children, size = 16, ...rest }, ref) {
|
|
1154
|
-
return react.default.createElement(
|
|
1393
|
+
const LocationInfo = /* @__PURE__ */ react.default.forwardRef(function LocationInfo({ children, size = 16, ...rest }, ref) {
|
|
1394
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1155
1395
|
width: size,
|
|
1156
1396
|
height: size,
|
|
1157
1397
|
ref,
|
|
@@ -1171,8 +1411,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1171
1411
|
}), children);
|
|
1172
1412
|
});
|
|
1173
1413
|
if (process.env.NODE_ENV !== "production") LocationInfo.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1174
|
-
const LocationInfoFilled = react.default.forwardRef(function LocationInfoFilled({ children, size = 16, ...rest }, ref) {
|
|
1175
|
-
return react.default.createElement(
|
|
1414
|
+
const LocationInfoFilled = /* @__PURE__ */ react.default.forwardRef(function LocationInfoFilled({ children, size = 16, ...rest }, ref) {
|
|
1415
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1176
1416
|
width: size,
|
|
1177
1417
|
height: size,
|
|
1178
1418
|
ref,
|
|
@@ -1190,8 +1430,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1190
1430
|
}), children);
|
|
1191
1431
|
});
|
|
1192
1432
|
if (process.env.NODE_ENV !== "production") LocationInfoFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1193
|
-
const LocationPerson = react.default.forwardRef(function LocationPerson({ children, size = 16, ...rest }, ref) {
|
|
1194
|
-
return react.default.createElement(
|
|
1433
|
+
const LocationPerson = /* @__PURE__ */ react.default.forwardRef(function LocationPerson({ children, size = 16, ...rest }, ref) {
|
|
1434
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1195
1435
|
width: size,
|
|
1196
1436
|
height: size,
|
|
1197
1437
|
ref,
|
|
@@ -1202,8 +1442,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1202
1442
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,19H18V17H14v2H12V17a2.0021,2.0021,0,0,1,2-2h4a2.0021,2.0021,0,0,1,2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,14a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,16,14Zm0-4a1,1,0,1,0,1,1A1.0011,1.0011,0,0,0,16,10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z" }), children);
|
|
1203
1443
|
});
|
|
1204
1444
|
if (process.env.NODE_ENV !== "production") LocationPerson.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1205
|
-
const LocationPersonFilled = react.default.forwardRef(function LocationPersonFilled({ children, size = 16, ...rest }, ref) {
|
|
1206
|
-
return react.default.createElement(
|
|
1445
|
+
const LocationPersonFilled = /* @__PURE__ */ react.default.forwardRef(function LocationPersonFilled({ children, size = 16, ...rest }, ref) {
|
|
1446
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1207
1447
|
width: size,
|
|
1208
1448
|
height: size,
|
|
1209
1449
|
ref,
|
|
@@ -1221,8 +1461,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1221
1461
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm0,6a3,3,0,1,1-3,3A3.0033,3.0033,0,0,1,16,8Zm4,11H18V17H14v2H12V17a2.0023,2.0023,0,0,1,2-2h4a2.0023,2.0023,0,0,1,2,2Z" }), children);
|
|
1222
1462
|
});
|
|
1223
1463
|
if (process.env.NODE_ENV !== "production") LocationPersonFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1224
|
-
const LocationSave = react.default.forwardRef(function LocationSave({ children, size = 16, ...rest }, ref) {
|
|
1225
|
-
return react.default.createElement(
|
|
1464
|
+
const LocationSave = /* @__PURE__ */ react.default.forwardRef(function LocationSave({ children, size = 16, ...rest }, ref) {
|
|
1465
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1226
1466
|
width: size,
|
|
1227
1467
|
height: size,
|
|
1228
1468
|
ref,
|
|
@@ -1233,8 +1473,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1233
1473
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,30h2V28a1.0009,1.0009,0,0,1,1-1h6a1.0009,1.0009,0,0,1,1,1v2h2V28a3.0033,3.0033,0,0,0-3-3H21a3.0033,3.0033,0,0,0-3,3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,24a4,4,0,1,1,4-4A4.0042,4.0042,0,0,1,24,24Zm0-6a2,2,0,1,0,2,2A2.0023,2.0023,0,0,0,24,18Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.3418,10.06l-22-8A1,1,0,0,0,2.06,3.3415l8,22A1.001,1.001,0,0,0,10.9839,26H11a1,1,0,0,0,.9287-.6289L15.77,15.7692l9.6016-3.8408a1,1,0,0,0-.0293-1.8687ZM14.6284,14.0709v0l-.3979.1591-.1591.3979,0,0-3.0269,7.5678L4.6719,4.6715l17.5244,6.3726Z" }), children);
|
|
1234
1474
|
});
|
|
1235
1475
|
if (process.env.NODE_ENV !== "production") LocationSave.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1236
|
-
const LocationStar = react.default.forwardRef(function LocationStar({ children, size = 16, ...rest }, ref) {
|
|
1237
|
-
return react.default.createElement(
|
|
1476
|
+
const LocationStar = /* @__PURE__ */ react.default.forwardRef(function LocationStar({ children, size = 16, ...rest }, ref) {
|
|
1477
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1238
1478
|
width: size,
|
|
1239
1479
|
height: size,
|
|
1240
1480
|
ref,
|
|
@@ -1245,8 +1485,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1245
1485
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 7 17.912 10.667 22 11.173 19 13.926 19.6 18 16 15.708 12.4 18 13 13.926 10 11.173 14.2 10.667 16 7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z" }), children);
|
|
1246
1486
|
});
|
|
1247
1487
|
if (process.env.NODE_ENV !== "production") LocationStar.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1248
|
-
const LocationStarFilled = react.default.forwardRef(function LocationStarFilled({ children, size = 16, ...rest }, ref) {
|
|
1249
|
-
return react.default.createElement(
|
|
1488
|
+
const LocationStarFilled = /* @__PURE__ */ react.default.forwardRef(function LocationStarFilled({ children, size = 16, ...rest }, ref) {
|
|
1489
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1250
1490
|
width: size,
|
|
1251
1491
|
height: size,
|
|
1252
1492
|
ref,
|
|
@@ -1260,8 +1500,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1260
1500
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm3.6,16L16,15.7085,12.4,18l.6-4.0742-3-2.7529,4.2-.5064L16,7l1.9116,3.6665L22,11.1729l-3,2.7529Z" }), children);
|
|
1261
1501
|
});
|
|
1262
1502
|
if (process.env.NODE_ENV !== "production") LocationStarFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1263
|
-
const Locked = react.default.forwardRef(function Locked({ children, size = 16, ...rest }, ref) {
|
|
1264
|
-
return react.default.createElement(
|
|
1503
|
+
const Locked = /* @__PURE__ */ react.default.forwardRef(function Locked({ children, size = 16, ...rest }, ref) {
|
|
1504
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1265
1505
|
width: size,
|
|
1266
1506
|
height: size,
|
|
1267
1507
|
ref,
|
|
@@ -1272,8 +1512,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1272
1512
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,14H22V8A6,6,0,0,0,10,8v6H8a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V16A2,2,0,0,0,24,14ZM12,8a4,4,0,0,1,8,0v6H12ZM24,28H8V16H24Z" }), children);
|
|
1273
1513
|
});
|
|
1274
1514
|
if (process.env.NODE_ENV !== "production") Locked.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1275
|
-
const LockedAndBlocked = react.default.forwardRef(function LockedAndBlocked({ children, size = 16, ...rest }, ref) {
|
|
1276
|
-
return react.default.createElement(
|
|
1515
|
+
const LockedAndBlocked = /* @__PURE__ */ react.default.forwardRef(function LockedAndBlocked({ children, size = 16, ...rest }, ref) {
|
|
1516
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1277
1517
|
width: size,
|
|
1278
1518
|
height: size,
|
|
1279
1519
|
ref,
|
|
@@ -1284,8 +1524,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1284
1524
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30.4461,20.1005c-.1386-.0692-.2914-.1052-.4464-.1053h-10c-.5522,0-1.0001.4474-1.0002.9998,0,.1338.0268.2662.0789.3895l5.0268,10.0581c.1694.3388.5158.5527.8946.5527.3788,0,.7253-.2139.8947-.5527l5-10c.2468-.4944.046-1.0953-.4484-1.342h0ZM8,16h16v2h2v-2c0-1.1046-.8954-2-2-2h-2v-6c0-3.3137-2.6863-6-6-6s-6,2.6863-6,6v6h-2c-1.1046,0-2,.8954-2,2v12c0,1.1046.8954,2,2,2h11v-2h-11v-12ZM12,8c0-2.2092,1.7908-4,4-4s4,1.7908,4,4v6h-8v-6Z" }), children);
|
|
1285
1525
|
});
|
|
1286
1526
|
if (process.env.NODE_ENV !== "production") LockedAndBlocked.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1287
|
-
const LogicalPartition = react.default.forwardRef(function LogicalPartition({ children, size = 16, ...rest }, ref) {
|
|
1288
|
-
return react.default.createElement(
|
|
1527
|
+
const LogicalPartition = /* @__PURE__ */ react.default.forwardRef(function LogicalPartition({ children, size = 16, ...rest }, ref) {
|
|
1528
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1289
1529
|
width: size,
|
|
1290
1530
|
height: size,
|
|
1291
1531
|
ref,
|
|
@@ -1300,8 +1540,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1300
1540
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,22v-4c0-1.1046-.8954-2-2-2h-8v-4h9c1.1046,0,2-.8954,2-2V4c0-1.1046-.8954-2-2-2H6c-1.1046,0-2,.8954-2,2v6c0,1.1046,.8954,2,2,2H15v4H7c-1.1046,0-2,.8954-2,2v4h-1c-1.1046,0-2,.8954-2,2v4c0,1.1046,.8954,2,2,2h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2h-1v-4H15v4h-1c-1.1046,0-2,.8954-2,2v4c0,1.1046,.8954,2,2,2h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2h-1v-4h8v4h-1c-1.1046,0-2,.8954-2,2v4c0,1.1046,.8954,2,2,2h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2h-1Zm-19,6H4v-4h4v4Zm10-4v4h-4v-4h4ZM6,10V4H26v6H6ZM28,28h-4v-4h4v4Z" }), children);
|
|
1301
1541
|
});
|
|
1302
1542
|
if (process.env.NODE_ENV !== "production") LogicalPartition.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1303
|
-
const Login = react.default.forwardRef(function Login({ children, size = 16, ...rest }, ref) {
|
|
1304
|
-
return react.default.createElement(
|
|
1543
|
+
const Login = /* @__PURE__ */ react.default.forwardRef(function Login({ children, size = 16, ...rest }, ref) {
|
|
1544
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1305
1545
|
width: size,
|
|
1306
1546
|
height: size,
|
|
1307
1547
|
ref,
|
|
@@ -1312,8 +1552,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1312
1552
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,30H14a2,2,0,0,1-2-2V25h2v3H26V4H14V7H12V4a2,2,0,0,1,2-2H26a2,2,0,0,1,2,2V28A2,2,0,0,1,26,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14.59 20.59 18.17 17 4 17 4 15 18.17 15 14.59 11.41 16 10 22 16 16 22 14.59 20.59z" }), children);
|
|
1313
1553
|
});
|
|
1314
1554
|
if (process.env.NODE_ENV !== "production") Login.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1315
|
-
const LogoAngular = react.default.forwardRef(function LogoAngular({ children, size = 16, ...rest }, ref) {
|
|
1316
|
-
return react.default.createElement(
|
|
1555
|
+
const LogoAngular = /* @__PURE__ */ react.default.forwardRef(function LogoAngular({ children, size = 16, ...rest }, ref) {
|
|
1556
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1317
1557
|
width: size,
|
|
1318
1558
|
height: size,
|
|
1319
1559
|
ref,
|
|
@@ -1324,8 +1564,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1324
1564
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13.5,16h4.9L16,10.8L13.5,16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,3L3,7.6l2.7,15.8L16,29l10.3-5.6L29,7.6L16,3z M21.1,21.6l-1.5-3.2h-7.1l-1.5,3.2H8.6L16,5.3l7.4,16.2H21.1z" }), children);
|
|
1325
1565
|
});
|
|
1326
1566
|
if (process.env.NODE_ENV !== "production") LogoAngular.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1327
|
-
const LogoAnsibleCommunity = react.default.forwardRef(function LogoAnsibleCommunity({ children, size = 16, ...rest }, ref) {
|
|
1328
|
-
return react.default.createElement(
|
|
1567
|
+
const LogoAnsibleCommunity = /* @__PURE__ */ react.default.forwardRef(function LogoAnsibleCommunity({ children, size = 16, ...rest }, ref) {
|
|
1568
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1329
1569
|
width: size,
|
|
1330
1570
|
height: size,
|
|
1331
1571
|
ref,
|
|
@@ -1336,8 +1576,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1336
1576
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.8,27.7L17.5,3.1C17.2,2.4,16.6,2,15.9,2c-0.7,0-1.3,0.4-1.6,1.1L3,30h3.9l4.5-11.1l13.3,10.7c0.5,0.4,0.9,0.6,1.4,0.6 c1,0,1.9-0.7,1.9-1.8C28,28.2,27.9,28,27.8,27.7z M15.9,7.5l6.7,16.4L12.5,16L15.9,7.5z" }), children);
|
|
1337
1577
|
});
|
|
1338
1578
|
if (process.env.NODE_ENV !== "production") LogoAnsibleCommunity.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1339
|
-
const LogoBluesky = react.default.forwardRef(function LogoBluesky({ children, size = 16, ...rest }, ref) {
|
|
1340
|
-
return react.default.createElement(
|
|
1579
|
+
const LogoBluesky = /* @__PURE__ */ react.default.forwardRef(function LogoBluesky({ children, size = 16, ...rest }, ref) {
|
|
1580
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1341
1581
|
width: size,
|
|
1342
1582
|
height: size,
|
|
1343
1583
|
ref,
|
|
@@ -1348,8 +1588,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1348
1588
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9.2,6.9c2.7,2.1,5.7,6.3,6.8,8.5,1.1-2.2,4-6.4,6.8-8.5,2-1.5,5.2-2.6,5.2,1s-.4,6.2-.7,7c-.9,3.1-4,3.8-6.8,3.4,4.8.8,6.1,3.6,3.4,6.3-5.1,5.2-7.3-1.3-7.8-3,0-.3-.1-.5-.1-.3,0-.1,0,0-.1.3-.6,1.7-2.8,8.2-7.8,3-2.7-2.7-1.4-5.5,3.4-6.3-2.8.5-5.9-.3-6.8-3.4-.2-.9-.7-6.3-.7-7,0-3.7,3.2-2.5,5.2-1,0,0,0,0,0,0Z" }), children);
|
|
1349
1589
|
});
|
|
1350
1590
|
if (process.env.NODE_ENV !== "production") LogoBluesky.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1351
|
-
const LogoDigg = react.default.forwardRef(function LogoDigg({ children, size = 16, ...rest }, ref) {
|
|
1352
|
-
return react.default.createElement(
|
|
1591
|
+
const LogoDigg = /* @__PURE__ */ react.default.forwardRef(function LogoDigg({ children, size = 16, ...rest }, ref) {
|
|
1592
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1353
1593
|
width: size,
|
|
1354
1594
|
height: size,
|
|
1355
1595
|
ref,
|
|
@@ -1360,8 +1600,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1360
1600
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6.48,7.6v3.92H2V21H9.28V7.6Zm0,11.2H4.8v-5H6.48Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.4 11.52H13.2V21.04H10.4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.4 7.6H13.2V10.399999999999999H10.4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14.32,11.52V21H18.8v1.12H14.32V24.4H21.6V11.52ZM18.8,18.8H17.12v-5H18.8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.72,11.52V21H27.2v1.12H22.72V24.4H30V11.52ZM27.2,18.8H25.52v-5H27.2Z" }), children);
|
|
1361
1601
|
});
|
|
1362
1602
|
if (process.env.NODE_ENV !== "production") LogoDigg.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1363
|
-
const LogoDiscord = react.default.forwardRef(function LogoDiscord({ children, size = 16, ...rest }, ref) {
|
|
1364
|
-
return react.default.createElement(
|
|
1603
|
+
const LogoDiscord = /* @__PURE__ */ react.default.forwardRef(function LogoDiscord({ children, size = 16, ...rest }, ref) {
|
|
1604
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1365
1605
|
width: size,
|
|
1366
1606
|
height: size,
|
|
1367
1607
|
ref,
|
|
@@ -1372,8 +1612,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1372
1612
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.7,7.1C23.9,6.3,22,5.7,20,5.3c0,0-0.1,0-0.1,0c-0.2,0.4-0.5,1-0.7,1.5c-2.2-0.3-4.3-0.3-6.4,0c-0.2-0.5-0.5-1-0.7-1.5 c0,0-0.1,0-0.1,0c-2,0.3-3.9,0.9-5.7,1.8c0,0,0,0,0,0c-3.6,5.4-4.6,10.7-4.1,15.9c0,0,0,0.1,0,0.1c2.4,1.8,4.7,2.8,7,3.5 c0,0,0.1,0,0.1,0c0.5-0.7,1-1.5,1.4-2.3c0,0,0-0.1,0-0.1c-0.8-0.3-1.5-0.6-2.2-1c-0.1,0-0.1-0.1,0-0.1c0.1-0.1,0.3-0.2,0.4-0.3 c0,0,0.1,0,0.1,0c4.6,2.1,9.5,2.1,14.1,0c0,0,0.1,0,0.1,0c0.1,0.1,0.3,0.2,0.4,0.3c0.1,0,0,0.1,0,0.1c-0.7,0.4-1.4,0.8-2.2,1 c0,0-0.1,0.1,0,0.1c0.4,0.8,0.9,1.6,1.4,2.3c0,0,0.1,0,0.1,0c2.3-0.7,4.6-1.8,7-3.5c0,0,0,0,0-0.1C30.5,17,28.9,11.8,25.7,7.1 C25.7,7.1,25.7,7.1,25.7,7.1z M11.4,19.9c-1.4,0-2.5-1.3-2.5-2.8s1.1-2.8,2.5-2.8c1.4,0,2.5,1.3,2.5,2.8 C13.9,18.6,12.8,19.9,11.4,19.9z M20.7,19.9c-1.4,0-2.5-1.3-2.5-2.8s1.1-2.8,2.5-2.8c1.4,0,2.5,1.3,2.5,2.8 C23.2,18.6,22.1,19.9,20.7,19.9z" }), children);
|
|
1373
1613
|
});
|
|
1374
1614
|
if (process.env.NODE_ENV !== "production") LogoDiscord.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1375
|
-
const LogoFacebook = react.default.forwardRef(function LogoFacebook({ children, size = 16, ...rest }, ref) {
|
|
1376
|
-
return react.default.createElement(
|
|
1615
|
+
const LogoFacebook = /* @__PURE__ */ react.default.forwardRef(function LogoFacebook({ children, size = 16, ...rest }, ref) {
|
|
1616
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1377
1617
|
width: size,
|
|
1378
1618
|
height: size,
|
|
1379
1619
|
ref,
|
|
@@ -1384,8 +1624,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1384
1624
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.67,4H5.33A1.34,1.34,0,0,0,4,5.33V26.67A1.34,1.34,0,0,0,5.33,28H16.82V18.72H13.7V15.09h3.12V12.42c0-3.1,1.89-4.79,4.67-4.79.93,0,1.86,0,2.79.14V11H22.37c-1.51,0-1.8.72-1.8,1.77v2.31h3.6l-.47,3.63H20.57V28h6.1A1.34,1.34,0,0,0,28,26.67V5.33A1.34,1.34,0,0,0,26.67,4Z" }), children);
|
|
1385
1625
|
});
|
|
1386
1626
|
if (process.env.NODE_ENV !== "production") LogoFacebook.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1387
|
-
const LogoFigma = react.default.forwardRef(function LogoFigma({ children, size = 16, ...rest }, ref) {
|
|
1388
|
-
return react.default.createElement(
|
|
1627
|
+
const LogoFigma = /* @__PURE__ */ react.default.forwardRef(function LogoFigma({ children, size = 16, ...rest }, ref) {
|
|
1628
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1389
1629
|
width: size,
|
|
1390
1630
|
height: size,
|
|
1391
1631
|
ref,
|
|
@@ -1396,8 +1636,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1396
1636
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.6,11.6c1-0.6,1.7-1.5,2.1-2.6c0.4-1.1,0.4-2.2,0.1-3.3c-0.3-1.1-1-2-1.9-2.7c-0.9-0.7-2.1-1-3.2-1h-9.2 c-1.2,0-2.3,0.4-3.2,1C7.2,3.7,6.6,4.7,6.2,5.7C5.9,6.8,5.9,8,6.3,9c0.4,1.1,1.1,2,2.1,2.6c-0.7,0.5-1.4,1.1-1.8,1.9 C6.2,14.3,6,15.1,6,16c0,0.9,0.2,1.7,0.6,2.5c0.4,0.8,1,1.4,1.8,1.9c-1,0.6-1.7,1.5-2.1,2.6c-0.4,1.1-0.4,2.2-0.1,3.3 c0.3,1.1,1,2,2,2.7c0.9,0.7,2.1,1,3.2,1c1.4,0,2.8-0.6,3.9-1.5c1-1,1.6-2.3,1.6-3.7v-4.8c1,0.9,2.3,1.4,3.6,1.4h0.1 c1.2,0,2.3-0.4,3.2-1c0.9-0.7,1.6-1.6,1.9-2.7c0.3-1.1,0.3-2.2-0.1-3.3C25.3,13.1,24.5,12.2,23.6,11.6z M16.9,3.7h3.7 c0.5,0,1,0,1.4,0.2c0.5,0.2,0.9,0.4,1.2,0.8c0.4,0.3,0.6,0.7,0.8,1.2s0.3,0.9,0.3,1.4c0,0.5-0.1,1-0.3,1.4c-0.2,0.4-0.5,0.8-0.8,1.2 c-0.4,0.3-0.8,0.6-1.2,0.8c-0.5,0.2-1,0.2-1.4,0.2h-3.7V3.7z M11.4,3.7h3.7v7h-3.7c-0.9,0-1.8-0.4-2.4-1.1C8.3,9,8,8.1,8,7.2 s0.4-1.8,1-2.4C9.6,4.2,10.5,3.8,11.4,3.7L11.4,3.7z M7.8,16c0-0.9,0.4-1.8,1.1-2.5c0.7-0.7,1.6-1,2.6-1h3.7v7h-3.7 c-1,0-1.9-0.4-2.6-1C8.2,17.8,7.8,16.9,7.8,16L7.8,16z M15.1,24.7c0,1-0.4,1.9-1.1,2.5c-0.7,0.7-1.6,1-2.6,1c-0.5,0-1,0-1.4-0.2 c-0.5-0.2-0.9-0.4-1.2-0.7c-0.4-0.3-0.6-0.7-0.8-1.2c-0.2-0.4-0.3-0.9-0.3-1.4c0-0.5,0.1-1,0.3-1.4c0.2-0.4,0.5-0.8,0.8-1.2 c0.4-0.3,0.8-0.6,1.2-0.8c0.5-0.2,1-0.2,1.4-0.2h3.7L15.1,24.7z M20.6,19.5h-0.1c-0.9,0-1.8-0.4-2.4-1.1c-0.6-0.7-1-1.5-1-2.4 c0-0.9,0.4-1.8,1-2.4c0.6-0.7,1.5-1,2.4-1.1h0.1c0.5,0,1,0,1.4,0.2c0.5,0.2,0.9,0.4,1.2,0.8c0.4,0.3,0.6,0.7,0.8,1.2 c0.2,0.4,0.3,0.9,0.3,1.4c0,0.5-0.1,1-0.3,1.4c-0.2,0.4-0.5,0.8-0.8,1.2c-0.4,0.3-0.8,0.6-1.2,0.8C21.6,19.5,21.1,19.5,20.6,19.5 L20.6,19.5z" }), children);
|
|
1397
1637
|
});
|
|
1398
1638
|
if (process.env.NODE_ENV !== "production") LogoFigma.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1399
|
-
const LogoFlickr = react.default.forwardRef(function LogoFlickr({ children, size = 16, ...rest }, ref) {
|
|
1400
|
-
return react.default.createElement(
|
|
1639
|
+
const LogoFlickr = /* @__PURE__ */ react.default.forwardRef(function LogoFlickr({ children, size = 16, ...rest }, ref) {
|
|
1640
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1401
1641
|
width: size,
|
|
1402
1642
|
height: size,
|
|
1403
1643
|
ref,
|
|
@@ -1416,8 +1656,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1416
1656
|
}), children);
|
|
1417
1657
|
});
|
|
1418
1658
|
if (process.env.NODE_ENV !== "production") LogoFlickr.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1419
|
-
const LogoGit = react.default.forwardRef(function LogoGit({ children, size = 16, ...rest }, ref) {
|
|
1420
|
-
return react.default.createElement(
|
|
1659
|
+
const LogoGit = /* @__PURE__ */ react.default.forwardRef(function LogoGit({ children, size = 16, ...rest }, ref) {
|
|
1660
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1421
1661
|
width: size,
|
|
1422
1662
|
height: size,
|
|
1423
1663
|
ref,
|
|
@@ -1428,8 +1668,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1428
1668
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.5242,14.8021L17.2022,2.5241c-.7013-.6988-1.8032-.6988-2.5045,0h0l-2.5045,2.4955,3.2057,3.1943c.8014-.2995,1.6029,0,2.2039.4991.6011.5989.8014,1.3975.5009,2.1961l3.1055,3.0945c.8014-.2995,1.6029,0,2.2039.4991.8014.7986.8014,2.1961,0,2.9947h0c-.8014.7986-2.2039.7986-3.0054,0-.6011-.5989-.8014-1.4973-.5009-2.2959l-2.9052-2.8948v7.5865c1.102.4991,1.5027,1.7968,1.0018,2.8948-.1002.1996-.2004.3993-.4007.5989-.8014.7986-2.2039.7986-3.0054,0h0c-.8014-.7986-.8014-2.1961,0-2.9947h0c.2004-.1996.4007-.3993.7013-.4991v-7.6863c-.3005-.0998-.5009-.2995-.7013-.4991-.6011-.5989-.8014-1.4973-.5009-2.2959l-3.2057-3.1943L2.4759,14.7023c-.7013.6988-.7013,1.7968,0,2.5954h0l12.2218,12.1783c.7013.6988,1.8032.6988,2.5045,0l12.2218-12.1783c.7013-.6988.7013-1.7968,0-2.5954" }), children);
|
|
1429
1669
|
});
|
|
1430
1670
|
if (process.env.NODE_ENV !== "production") LogoGit.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1431
|
-
const LogoGithub = react.default.forwardRef(function LogoGithub({ children, size = 16, ...rest }, ref) {
|
|
1432
|
-
return react.default.createElement(
|
|
1671
|
+
const LogoGithub = /* @__PURE__ */ react.default.forwardRef(function LogoGithub({ children, size = 16, ...rest }, ref) {
|
|
1672
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1433
1673
|
width: size,
|
|
1434
1674
|
height: size,
|
|
1435
1675
|
ref,
|
|
@@ -1443,8 +1683,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1443
1683
|
}), children);
|
|
1444
1684
|
});
|
|
1445
1685
|
if (process.env.NODE_ENV !== "production") LogoGithub.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1446
|
-
const LogoGitlab = react.default.forwardRef(function LogoGitlab({ children, size = 16, ...rest }, ref) {
|
|
1447
|
-
return react.default.createElement(
|
|
1686
|
+
const LogoGitlab = /* @__PURE__ */ react.default.forwardRef(function LogoGitlab({ children, size = 16, ...rest }, ref) {
|
|
1687
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1448
1688
|
width: size,
|
|
1449
1689
|
height: size,
|
|
1450
1690
|
ref,
|
|
@@ -1455,8 +1695,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1455
1695
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m28.5678,12.8926l-.0366-.0934-3.5388-9.2356c-.072-.181-.1995-.3346-.3642-.4386-.3375-.2095-.7699-.1863-1.083.0582-.1512.1228-.2608.2892-.3141.4765l-2.3894,7.3105h-9.6756l-2.3894-7.3105c-.0518-.1884-.1617-.3556-.3141-.4779-.3131-.2445-.7455-.2677-1.083-.0582-.1643.1045-.2917.2579-.3642.4386l-3.5456,9.2315-.0352.0934c-1.0465,2.7345-.1578,5.8315,2.1796,7.5948l.0122.0095.0325.023,5.3908,4.037,2.667,2.0185,1.6246,1.2265c.3905.2965.9308.2965,1.3213,0l1.6246-1.2265,2.667-2.0185,5.4233-4.0614.0135-.0108c2.3319-1.7635,3.219-4.8551,2.1769-7.5867Z" }), children);
|
|
1456
1696
|
});
|
|
1457
1697
|
if (process.env.NODE_ENV !== "production") LogoGitlab.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1458
|
-
const LogoGlassdoor = react.default.forwardRef(function LogoGlassdoor({ children, size = 16, ...rest }, ref) {
|
|
1459
|
-
return react.default.createElement(
|
|
1698
|
+
const LogoGlassdoor = /* @__PURE__ */ react.default.forwardRef(function LogoGlassdoor({ children, size = 16, ...rest }, ref) {
|
|
1699
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1460
1700
|
width: size,
|
|
1461
1701
|
height: size,
|
|
1462
1702
|
ref,
|
|
@@ -1467,8 +1707,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1467
1707
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.8281,28H21.1719a3.43,3.43,0,0,0,3.43-3.43V10.3306h-3.43V24.57H7.3981A3.43,3.43,0,0,0,10.8281,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.1719,4H10.8281a3.43,3.43,0,0,0-3.43,3.43v14.24h3.43V7.43H24.6019A3.43,3.43,0,0,0,21.1719,4Z" }), children);
|
|
1468
1708
|
});
|
|
1469
1709
|
if (process.env.NODE_ENV !== "production") LogoGlassdoor.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1470
|
-
const LogoInstagram = react.default.forwardRef(function LogoInstagram({ children, size = 16, ...rest }, ref) {
|
|
1471
|
-
return react.default.createElement(
|
|
1710
|
+
const LogoInstagram = /* @__PURE__ */ react.default.forwardRef(function LogoInstagram({ children, size = 16, ...rest }, ref) {
|
|
1711
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1472
1712
|
width: size,
|
|
1473
1713
|
height: size,
|
|
1474
1714
|
ref,
|
|
@@ -1483,8 +1723,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1483
1723
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,9.8378A6.1622,6.1622,0,1,0,22.1622,16,6.1622,6.1622,0,0,0,16,9.8378ZM16,20a4,4,0,1,1,4-4A4,4,0,0,1,16,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,6.1622c3.2041,0,3.5837.0122,4.849.07a6.6418,6.6418,0,0,1,2.2283.4132,3.9748,3.9748,0,0,1,2.2774,2.2774,6.6418,6.6418,0,0,1,.4132,2.2283c.0577,1.2653.07,1.6449.07,4.849s-.0122,3.5837-.07,4.849a6.6418,6.6418,0,0,1-.4132,2.2283,3.9748,3.9748,0,0,1-2.2774,2.2774,6.6418,6.6418,0,0,1-2.2283.4132c-1.2652.0577-1.6446.07-4.849.07s-3.5838-.0122-4.849-.07a6.6418,6.6418,0,0,1-2.2283-.4132,3.9748,3.9748,0,0,1-2.2774-2.2774,6.6418,6.6418,0,0,1-.4132-2.2283c-.0577-1.2653-.07-1.6449-.07-4.849s.0122-3.5837.07-4.849a6.6418,6.6418,0,0,1,.4132-2.2283A3.9748,3.9748,0,0,1,8.9227,6.6453a6.6418,6.6418,0,0,1,2.2283-.4132c1.2653-.0577,1.6449-.07,4.849-.07M16,4c-3.259,0-3.6677.0138-4.9476.0722A8.8068,8.8068,0,0,0,8.14,4.63,6.1363,6.1363,0,0,0,4.63,8.14a8.8068,8.8068,0,0,0-.5578,2.9129C4.0138,12.3323,4,12.741,4,16s.0138,3.6677.0722,4.9476A8.8074,8.8074,0,0,0,4.63,23.8605a6.1363,6.1363,0,0,0,3.51,3.51,8.8068,8.8068,0,0,0,2.9129.5578C12.3323,27.9862,12.741,28,16,28s3.6677-.0138,4.9476-.0722a8.8074,8.8074,0,0,0,2.9129-.5578,6.1363,6.1363,0,0,0,3.51-3.51,8.8074,8.8074,0,0,0,.5578-2.9129C27.9862,19.6677,28,19.259,28,16s-.0138-3.6677-.0722-4.9476A8.8068,8.8068,0,0,0,27.37,8.14a6.1363,6.1363,0,0,0-3.51-3.5095,8.8074,8.8074,0,0,0-2.9129-.5578C19.6677,4.0138,19.259,4,16,4Z" }), children);
|
|
1484
1724
|
});
|
|
1485
1725
|
if (process.env.NODE_ENV !== "production") LogoInstagram.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1486
|
-
const LogoInvision = react.default.forwardRef(function LogoInvision({ children, size = 16, ...rest }, ref) {
|
|
1487
|
-
return react.default.createElement(
|
|
1726
|
+
const LogoInvision = /* @__PURE__ */ react.default.forwardRef(function LogoInvision({ children, size = 16, ...rest }, ref) {
|
|
1727
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1488
1728
|
width: size,
|
|
1489
1729
|
height: size,
|
|
1490
1730
|
ref,
|
|
@@ -1495,8 +1735,8 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1495
1735
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,4v24h24V4H4z M12.1,9c0.8,0,1.4,0.6,1.4,1.4c0,0.8-0.6,1.4-1.4,1.4c0,0,0,0,0,0c-0.8,0-1.4-0.6-1.4-1.4 C10.8,9.6,11.4,9,12.1,9z M21.5,22.2c-1.4,0-2.1-0.8-2.1-2c0-0.3,0-0.7,0.1-1l0.7-2.4c0.1-0.2,0.1-0.5,0.1-0.7 c0-0.8-0.5-1.3-1.2-1.3c-1,0-1.6,0.7-1.9,2L15.9,22h-2.3l0.4-1.7c-0.7,1.1-1.6,1.8-2.8,1.8c-1.4,0-2.1-0.8-2.1-2c0-0.3,0-0.7,0.1-1 l1.1-4.3H8.7L9.2,13h3.9l-1.5,6.1c-0.1,0.3-0.1,0.6-0.1,0.9c0,0.4,0.2,0.5,0.5,0.6c0.2,0,1.6,0,2.4-1.8l1-4.1h-1.6l0.5-1.8h3.5 l-0.5,2.1c0.6-1.2,1.9-2.2,3.1-2.2c1.3,0,2.4,0.9,2.4,2.7c0,0.5-0.1,1-0.2,1.5l-0.7,2.4c-0.1,0.2-0.1,0.4-0.1,0.6 c0,0.4,0.2,0.6,0.5,0.6c0.3,0,0.7-0.2,1.2-1.5l0.9,0.4C23.7,21.4,22.7,22.2,21.5,22.2z" }), children);
|
|
1496
1736
|
});
|
|
1497
1737
|
if (process.env.NODE_ENV !== "production") LogoInvision.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1498
|
-
const LogoJupyter = react.default.forwardRef(function LogoJupyter({ children, size = 16, ...rest }, ref) {
|
|
1499
|
-
return react.default.createElement(
|
|
1738
|
+
const LogoJupyter = /* @__PURE__ */ react.default.forwardRef(function LogoJupyter({ children, size = 16, ...rest }, ref) {
|
|
1739
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1500
1740
|
width: size,
|
|
1501
1741
|
height: size,
|
|
1502
1742
|
ref,
|
|
@@ -1507,222 +1747,23 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1507
1747
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.0766,3.5878a1.69,1.69,0,1,1-1.76-1.5853,1.67,1.67,0,0,1,1.76,1.5853Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16.2191,23.1113c-4.4866,0-8.43-1.61-10.4688-3.9882a11.1618,11.1618,0,0,0,20.9377,0C24.6541,21.5011,20.7257,23.1113,16.2191,23.1113Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16.2191,7.6483c4.4867,0,8.43,1.61,10.4689,3.9881a11.1618,11.1618,0,0,0-20.9377,0C7.7892,9.2535,11.7126,7.6483,16.2191,7.6483Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.0427,27.7388a2.1085,2.1085,0,1,1-.2031-.7976,2.1278,2.1278,0,0,1,.2031.7976Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6.26,7.1064A1.2263,1.2263,0,1,1,7.4517,5.83,1.2415,1.2415,0,0,1,6.26,7.1064Z" }), children);
|
|
1508
1748
|
});
|
|
1509
1749
|
if (process.env.NODE_ENV !== "production") LogoJupyter.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
width: size,
|
|
1528
|
-
height: size,
|
|
1529
|
-
ref,
|
|
1530
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1531
|
-
viewBox: "0 0 32 32",
|
|
1532
|
-
fill: "currentColor",
|
|
1533
|
-
...rest
|
|
1534
|
-
}, /* @__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);
|
|
1535
|
-
});
|
|
1536
|
-
if (process.env.NODE_ENV !== "production") LogoKubernetes.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1537
|
-
const LogoLinkedin = react.default.forwardRef(function LogoLinkedin({ children, size = 16, ...rest }, ref) {
|
|
1538
|
-
return react.default.createElement(require_Icon_js, {
|
|
1539
|
-
width: size,
|
|
1540
|
-
height: size,
|
|
1541
|
-
ref,
|
|
1542
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1543
|
-
viewBox: "0 0 32 32",
|
|
1544
|
-
fill: "currentColor",
|
|
1545
|
-
...rest
|
|
1546
|
-
}, /* @__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);
|
|
1547
|
-
});
|
|
1548
|
-
if (process.env.NODE_ENV !== "production") LogoLinkedin.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1549
|
-
const LogoLivestream = react.default.forwardRef(function LogoLivestream({ children, size = 16, ...rest }, ref) {
|
|
1550
|
-
return react.default.createElement(require_Icon_js, {
|
|
1551
|
-
width: size,
|
|
1552
|
-
height: size,
|
|
1553
|
-
ref,
|
|
1554
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1555
|
-
viewBox: "0 0 32 32",
|
|
1556
|
-
fill: "currentColor",
|
|
1557
|
-
...rest
|
|
1558
|
-
}, /* @__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);
|
|
1559
|
-
});
|
|
1560
|
-
if (process.env.NODE_ENV !== "production") LogoLivestream.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1561
|
-
const LogoMastodon = react.default.forwardRef(function LogoMastodon({ children, size = 16, ...rest }, ref) {
|
|
1562
|
-
return react.default.createElement(require_Icon_js, {
|
|
1563
|
-
width: size,
|
|
1564
|
-
height: size,
|
|
1565
|
-
ref,
|
|
1566
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1567
|
-
viewBox: "0 0 32 32",
|
|
1568
|
-
fill: "currentColor",
|
|
1569
|
-
...rest
|
|
1570
|
-
}, /* @__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);
|
|
1571
|
-
});
|
|
1572
|
-
if (process.env.NODE_ENV !== "production") LogoMastodon.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1573
|
-
const LogoMedium = react.default.forwardRef(function LogoMedium({ children, size = 16, ...rest }, ref) {
|
|
1574
|
-
return react.default.createElement(require_Icon_js, {
|
|
1575
|
-
width: size,
|
|
1576
|
-
height: size,
|
|
1577
|
-
ref,
|
|
1578
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1579
|
-
viewBox: "0 0 32 32",
|
|
1580
|
-
fill: "currentColor",
|
|
1581
|
-
...rest
|
|
1582
|
-
}, /* @__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);
|
|
1583
|
-
});
|
|
1584
|
-
if (process.env.NODE_ENV !== "production") LogoMedium.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1585
|
-
const LogoModelContextProtocol = react.default.forwardRef(function LogoModelContextProtocol({ children, size = 16, ...rest }, ref) {
|
|
1586
|
-
return react.default.createElement(require_Icon_js, {
|
|
1587
|
-
width: size,
|
|
1588
|
-
height: size,
|
|
1589
|
-
ref,
|
|
1590
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1591
|
-
viewBox: "0 0 32 32",
|
|
1592
|
-
fill: "currentColor",
|
|
1593
|
-
...rest
|
|
1594
|
-
}, /* @__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);
|
|
1595
|
-
});
|
|
1596
|
-
if (process.env.NODE_ENV !== "production") LogoModelContextProtocol.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1597
|
-
const LogoNpm = react.default.forwardRef(function LogoNpm({ children, size = 16, ...rest }, ref) {
|
|
1598
|
-
return react.default.createElement(require_Icon_js, {
|
|
1599
|
-
width: size,
|
|
1600
|
-
height: size,
|
|
1601
|
-
ref,
|
|
1602
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1603
|
-
viewBox: "0 0 32 32",
|
|
1604
|
-
fill: "currentColor",
|
|
1605
|
-
...rest
|
|
1606
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,28V4h24v24H4z M8.5,8.5v15H16v-12h4.5v12h3v-15H8.5z" }), children);
|
|
1607
|
-
});
|
|
1608
|
-
if (process.env.NODE_ENV !== "production") LogoNpm.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1609
|
-
const LogoOpenshift = react.default.forwardRef(function LogoOpenshift({ children, size = 16, ...rest }, ref) {
|
|
1610
|
-
return react.default.createElement(require_Icon_js, {
|
|
1611
|
-
width: size,
|
|
1612
|
-
height: size,
|
|
1613
|
-
ref,
|
|
1614
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1615
|
-
viewBox: "0 0 32 32",
|
|
1616
|
-
fill: "currentColor",
|
|
1617
|
-
...rest
|
|
1618
|
-
}, /* @__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);
|
|
1619
|
-
});
|
|
1620
|
-
if (process.env.NODE_ENV !== "production") LogoOpenshift.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1621
|
-
const LogoPinterest = react.default.forwardRef(function LogoPinterest({ children, size = 16, ...rest }, ref) {
|
|
1622
|
-
return react.default.createElement(require_Icon_js, {
|
|
1623
|
-
width: size,
|
|
1624
|
-
height: size,
|
|
1625
|
-
ref,
|
|
1626
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1627
|
-
viewBox: "0 0 32 32",
|
|
1628
|
-
fill: "currentColor",
|
|
1629
|
-
...rest
|
|
1630
|
-
}, /* @__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);
|
|
1631
|
-
});
|
|
1632
|
-
if (process.env.NODE_ENV !== "production") LogoPinterest.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1633
|
-
const LogoPython = react.default.forwardRef(function LogoPython({ children, size = 16, ...rest }, ref) {
|
|
1634
|
-
return react.default.createElement(require_Icon_js, {
|
|
1635
|
-
width: size,
|
|
1636
|
-
height: size,
|
|
1637
|
-
ref,
|
|
1638
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1639
|
-
viewBox: "0 0 32 32",
|
|
1640
|
-
fill: "currentColor",
|
|
1641
|
-
...rest
|
|
1642
|
-
}, /* @__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", {
|
|
1643
|
-
fill: "none",
|
|
1644
|
-
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"
|
|
1645
|
-
}), /* @__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", {
|
|
1646
|
-
fill: "none",
|
|
1647
|
-
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"
|
|
1648
|
-
}), children);
|
|
1649
|
-
});
|
|
1650
|
-
if (process.env.NODE_ENV !== "production") LogoPython.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1651
|
-
const LogoQuora = react.default.forwardRef(function LogoQuora({ children, size = 16, ...rest }, ref) {
|
|
1652
|
-
return react.default.createElement(require_Icon_js, {
|
|
1653
|
-
width: size,
|
|
1654
|
-
height: size,
|
|
1655
|
-
ref,
|
|
1656
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1657
|
-
viewBox: "0 0 32 32",
|
|
1658
|
-
fill: "currentColor",
|
|
1659
|
-
...rest
|
|
1660
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { 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);
|
|
1661
|
-
});
|
|
1662
|
-
if (process.env.NODE_ENV !== "production") LogoQuora.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1663
|
-
const LogoRScript = react.default.forwardRef(function LogoRScript({ children, size = 16, ...rest }, ref) {
|
|
1664
|
-
return react.default.createElement(require_Icon_js, {
|
|
1665
|
-
width: size,
|
|
1666
|
-
height: size,
|
|
1667
|
-
ref,
|
|
1668
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1669
|
-
viewBox: "0 0 32 32",
|
|
1670
|
-
fill: "currentColor",
|
|
1671
|
-
...rest
|
|
1672
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
1673
|
-
fillRule: "evenodd",
|
|
1674
|
-
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"
|
|
1675
|
-
}), children);
|
|
1676
|
-
});
|
|
1677
|
-
if (process.env.NODE_ENV !== "production") LogoRScript.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1678
|
-
const LogoReact = react.default.forwardRef(function LogoReact({ children, size = 16, ...rest }, ref) {
|
|
1679
|
-
return react.default.createElement(require_Icon_js, {
|
|
1680
|
-
width: size,
|
|
1681
|
-
height: size,
|
|
1682
|
-
ref,
|
|
1683
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1684
|
-
viewBox: "0 0 32 32",
|
|
1685
|
-
fill: "currentColor",
|
|
1686
|
-
...rest
|
|
1687
|
-
}, /* @__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);
|
|
1688
|
-
});
|
|
1689
|
-
if (process.env.NODE_ENV !== "production") LogoReact.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1690
|
-
const LogoRedHatAiInstructlabOnIbmCloud = react.default.forwardRef(function LogoRedHatAiInstructlabOnIbmCloud({ children, size = 16, ...rest }, ref) {
|
|
1691
|
-
return react.default.createElement(require_Icon_js, {
|
|
1692
|
-
width: size,
|
|
1693
|
-
height: size,
|
|
1694
|
-
ref,
|
|
1695
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1696
|
-
viewBox: "0 0 32 32",
|
|
1697
|
-
fill: "currentColor",
|
|
1698
|
-
...rest
|
|
1699
|
-
}, /* @__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);
|
|
1700
|
-
});
|
|
1701
|
-
if (process.env.NODE_ENV !== "production") LogoRedHatAiInstructlabOnIbmCloud.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1702
|
-
const LogoRedHatAnsible = react.default.forwardRef(function LogoRedHatAnsible({ children, size = 16, ...rest }, ref) {
|
|
1703
|
-
return react.default.createElement(require_Icon_js, {
|
|
1704
|
-
width: size,
|
|
1705
|
-
height: size,
|
|
1706
|
-
ref,
|
|
1707
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1708
|
-
viewBox: "0 0 32 32",
|
|
1709
|
-
fill: "currentColor",
|
|
1710
|
-
...rest
|
|
1711
|
-
}, /* @__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);
|
|
1712
|
-
});
|
|
1713
|
-
if (process.env.NODE_ENV !== "production") LogoRedHatAnsible.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1714
|
-
const LogoSketch = react.default.forwardRef(function LogoSketch({ children, size = 16, ...rest }, ref) {
|
|
1715
|
-
return react.default.createElement(require_Icon_js, {
|
|
1716
|
-
width: size,
|
|
1717
|
-
height: size,
|
|
1718
|
-
ref,
|
|
1719
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1720
|
-
viewBox: "0 0 32 32",
|
|
1721
|
-
fill: "currentColor",
|
|
1722
|
-
...rest
|
|
1723
|
-
}, /* @__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);
|
|
1724
|
-
});
|
|
1725
|
-
if (process.env.NODE_ENV !== "production") LogoSketch.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1750
|
+
exports.JsError = JsError;
|
|
1751
|
+
exports.Json = Json;
|
|
1752
|
+
exports.JsonReference = JsonReference;
|
|
1753
|
+
exports.JumpLink = JumpLink;
|
|
1754
|
+
exports.KeepDry = KeepDry;
|
|
1755
|
+
exports.Key = Key;
|
|
1756
|
+
exports.KeyValues = KeyValues;
|
|
1757
|
+
exports.Keyboard = Keyboard;
|
|
1758
|
+
exports.KeyboardOff = KeyboardOff;
|
|
1759
|
+
exports.Keychain = Keychain;
|
|
1760
|
+
exports.KioskDevice = KioskDevice;
|
|
1761
|
+
exports.Kubelet = Kubelet;
|
|
1762
|
+
exports.Kubernetes = Kubernetes;
|
|
1763
|
+
exports.KubernetesControlPlaneNode = KubernetesControlPlaneNode;
|
|
1764
|
+
exports.KubernetesIpAddress = KubernetesIpAddress;
|
|
1765
|
+
exports.KubernetesOperator = KubernetesOperator;
|
|
1766
|
+
exports.KubernetesPod = KubernetesPod;
|
|
1726
1767
|
exports.KubernetesWorkerNode = KubernetesWorkerNode;
|
|
1727
1768
|
exports.Label = Label;
|
|
1728
1769
|
exports.Language = Language;
|
|
@@ -1828,32 +1869,14 @@ var require_bucket_11 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1828
1869
|
exports.LogoInstagram = LogoInstagram;
|
|
1829
1870
|
exports.LogoInvision = LogoInvision;
|
|
1830
1871
|
exports.LogoJupyter = LogoJupyter;
|
|
1831
|
-
exports.LogoKeybase = LogoKeybase;
|
|
1832
|
-
exports.LogoKubernetes = LogoKubernetes;
|
|
1833
|
-
exports.LogoLinkedin = LogoLinkedin;
|
|
1834
|
-
exports.LogoLivestream = LogoLivestream;
|
|
1835
|
-
exports.LogoMastodon = LogoMastodon;
|
|
1836
|
-
exports.LogoMedium = LogoMedium;
|
|
1837
|
-
exports.LogoModelContextProtocol = LogoModelContextProtocol;
|
|
1838
|
-
exports.LogoNpm = LogoNpm;
|
|
1839
|
-
exports.LogoOpenshift = LogoOpenshift;
|
|
1840
|
-
exports.LogoPinterest = LogoPinterest;
|
|
1841
|
-
exports.LogoPython = LogoPython;
|
|
1842
|
-
exports.LogoQuora = LogoQuora;
|
|
1843
|
-
exports.LogoRScript = LogoRScript;
|
|
1844
|
-
exports.LogoReact = LogoReact;
|
|
1845
|
-
exports.LogoRedHatAiInstructlabOnIbmCloud = LogoRedHatAiInstructlabOnIbmCloud;
|
|
1846
|
-
exports.LogoRedHatAnsible = LogoRedHatAnsible;
|
|
1847
|
-
exports.LogoSketch = LogoSketch;
|
|
1848
1872
|
exports.WatsonHealthLaunchStudy_1 = WatsonHealthLaunchStudy_1;
|
|
1849
1873
|
exports.WatsonHealthLaunchStudy_2 = WatsonHealthLaunchStudy_2;
|
|
1850
1874
|
exports.WatsonHealthLaunchStudy_3 = WatsonHealthLaunchStudy_3;
|
|
1851
1875
|
}));
|
|
1852
|
-
|
|
1853
1876
|
//#endregion
|
|
1854
|
-
Object.defineProperty(exports,
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
});
|
|
1877
|
+
Object.defineProperty(exports, "default", {
|
|
1878
|
+
enumerable: true,
|
|
1879
|
+
get: function() {
|
|
1880
|
+
return require_bucket_11();
|
|
1881
|
+
}
|
|
1882
|
+
});
|