@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-14.js
|
|
14
12
|
var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports) => {
|
|
15
13
|
/**
|
|
@@ -21,14 +19,311 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
21
19
|
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
22
20
|
*/
|
|
23
21
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
24
|
-
const
|
|
25
|
-
const
|
|
26
|
-
const require_iconPropTypes = require_iconPropTypes_U9gLABJo$1.default;
|
|
22
|
+
const require_Icon = require_Icon_2zUDcllO$1.default;
|
|
23
|
+
const require_iconPropTypes = require_iconPropTypes_DaTOKOBs$1.default;
|
|
27
24
|
let react = require("react");
|
|
28
|
-
react =
|
|
25
|
+
react = require_Icon.__toESM(react);
|
|
29
26
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
30
|
-
const
|
|
31
|
-
return react.default.createElement(
|
|
27
|
+
const PaintBrushAlt = /* @__PURE__ */ react.default.forwardRef(function PaintBrushAlt({ children, size = 16, ...rest }, ref) {
|
|
28
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
29
|
+
width: size,
|
|
30
|
+
height: size,
|
|
31
|
+
ref,
|
|
32
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
+
viewBox: "0 0 32 32",
|
|
34
|
+
fill: "currentColor",
|
|
35
|
+
...rest
|
|
36
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.8281,3.1719a4.0941,4.0941,0,0,0-5.6562,0L4.05,22.292A6.9537,6.9537,0,0,0,2,27.2412V30H4.7559a6.9523,6.9523,0,0,0,4.95-2.05L28.8281,8.8286a3.999,3.999,0,0,0,0-5.6567ZM10.91,18.26l2.8286,2.8286L11.6172,23.21,8.7886,20.3818ZM8.2915,26.5356A4.9665,4.9665,0,0,1,4.7559,28H4v-.7588a4.9671,4.9671,0,0,1,1.4644-3.5351l1.91-1.91,2.8286,2.8281ZM27.4141,7.4141,15.1528,19.6748l-2.8286-2.8286,12.2617-12.26a2.0473,2.0473,0,0,1,2.8282,0,1.9995,1.9995,0,0,1,0,2.8282Z" }), children);
|
|
37
|
+
});
|
|
38
|
+
if (process.env.NODE_ENV !== "production") PaintBrushAlt.propTypes = require_iconPropTypes.iconPropTypes;
|
|
39
|
+
const PalmTree = /* @__PURE__ */ react.default.forwardRef(function PalmTree({ children, size = 16, ...rest }, ref) {
|
|
40
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
41
|
+
width: size,
|
|
42
|
+
height: size,
|
|
43
|
+
ref,
|
|
44
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
45
|
+
viewBox: "0 0 32 32",
|
|
46
|
+
fill: "currentColor",
|
|
47
|
+
...rest
|
|
48
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.57,28C17.897,26.7251,16,22.2261,16,12v-.1313l1.1172.7446A6.4613,6.4613,0,0,1,20,18h2a8.457,8.457,0,0,0-3.7734-7.0508L16.8027,10h1.5308a7.04,7.04,0,0,1,4.2,1.4L24.4,12.8l1.2-1.6L23.7334,9.8a9.06,9.06,0,0,0-5.4-1.8H17.1172A7.0306,7.0306,0,0,1,22,6h2V4H22a9.035,9.035,0,0,0-7,3.3643A9.035,9.035,0,0,0,8,4H6V6H8a7.0306,7.0306,0,0,1,4.8828,2H11.6665a9.06,9.06,0,0,0-5.4,1.8L4.4,11.2l1.2,1.6L7.4668,11.4a7.04,7.04,0,0,1,4.2-1.4h1.5308l-1.4239.9492A8.457,8.457,0,0,0,8,18h2a6.4613,6.4613,0,0,1,2.8828-5.3867L14,11.8687V12c0,8.9438,1.4116,13.7646,2.3611,16H2v2H30V28Z" }), children);
|
|
49
|
+
});
|
|
50
|
+
if (process.env.NODE_ENV !== "production") PalmTree.propTypes = require_iconPropTypes.iconPropTypes;
|
|
51
|
+
const PanHorizontal = /* @__PURE__ */ react.default.forwardRef(function PanHorizontal({ children, size = 16, ...rest }, ref) {
|
|
52
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
53
|
+
width: size,
|
|
54
|
+
height: size,
|
|
55
|
+
ref,
|
|
56
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
57
|
+
viewBox: "0 0 32 32",
|
|
58
|
+
fill: "currentColor",
|
|
59
|
+
...rest
|
|
60
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 10 22.586 11.414 26.172 15 5.828 15 9.414 11.414 8 10 2 16 8 22 9.414 20.586 5.828 17 26.172 17 22.586 20.586 24 22 30 16 24 10z" }), children);
|
|
61
|
+
});
|
|
62
|
+
if (process.env.NODE_ENV !== "production") PanHorizontal.propTypes = require_iconPropTypes.iconPropTypes;
|
|
63
|
+
const PanVertical = /* @__PURE__ */ react.default.forwardRef(function PanVertical({ children, size = 16, ...rest }, ref) {
|
|
64
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
65
|
+
width: size,
|
|
66
|
+
height: size,
|
|
67
|
+
ref,
|
|
68
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
69
|
+
viewBox: "0 0 32 32",
|
|
70
|
+
fill: "currentColor",
|
|
71
|
+
...rest
|
|
72
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 8 11.414 9.414 15 5.828 15 26.172 11.414 22.586 10 24 16 30 22 24 20.586 22.586 17 26.172 17 5.828 20.586 9.414 22 8 16 2 10 8z" }), children);
|
|
73
|
+
});
|
|
74
|
+
if (process.env.NODE_ENV !== "production") PanVertical.propTypes = require_iconPropTypes.iconPropTypes;
|
|
75
|
+
const PanelExpansion = /* @__PURE__ */ react.default.forwardRef(function PanelExpansion({ children, size = 16, ...rest }, ref) {
|
|
76
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
77
|
+
width: size,
|
|
78
|
+
height: size,
|
|
79
|
+
ref,
|
|
80
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
81
|
+
viewBox: "0 0 32 32",
|
|
82
|
+
fill: "currentColor",
|
|
83
|
+
...rest
|
|
84
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,6H6A2,2,0,0,0,4,8v6a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V8A2,2,0,0,0,12,6ZM6,14V8h6v6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,6H20a2,2,0,0,0-2,2V24a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V8A2,2,0,0,0,26,6ZM20,24V8h6V24Z" }), children);
|
|
85
|
+
});
|
|
86
|
+
if (process.env.NODE_ENV !== "production") PanelExpansion.propTypes = require_iconPropTypes.iconPropTypes;
|
|
87
|
+
const Paragraph = /* @__PURE__ */ react.default.forwardRef(function Paragraph({ children, size = 16, ...rest }, ref) {
|
|
88
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
89
|
+
width: size,
|
|
90
|
+
height: size,
|
|
91
|
+
ref,
|
|
92
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
93
|
+
viewBox: "0 0 32 32",
|
|
94
|
+
fill: "currentColor",
|
|
95
|
+
...rest
|
|
96
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,4H13a7,7,0,0,0,0,14V28h2V6h5V28h2V6h5ZM13,16A5,5,0,0,1,13,6Z" }), children);
|
|
97
|
+
});
|
|
98
|
+
if (process.env.NODE_ENV !== "production") Paragraph.propTypes = require_iconPropTypes.iconPropTypes;
|
|
99
|
+
const Parameter = /* @__PURE__ */ react.default.forwardRef(function Parameter({ children, size = 16, ...rest }, ref) {
|
|
100
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
101
|
+
width: size,
|
|
102
|
+
height: size,
|
|
103
|
+
ref,
|
|
104
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
105
|
+
viewBox: "0 0 32 32",
|
|
106
|
+
fill: "currentColor",
|
|
107
|
+
...rest
|
|
108
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,13V8a2.0023,2.0023,0,0,0-2-2H23V8h3v5a3.9756,3.9756,0,0,0,1.3823,3A3.9756,3.9756,0,0,0,26,19v5H23v2h3a2.0023,2.0023,0,0,0,2-2V19a2.0023,2.0023,0,0,1,2-2V15A2.0023,2.0023,0,0,1,28,13Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
109
|
+
fillRule: "evenodd",
|
|
110
|
+
d: "M17,9l-.857,3h2L19,9h2l-.857,3H22v2H19.572l-1.143,4H21v2H17.857L17,23H15l.857-3h-2L13,23H11l.857-3H10V18h2.429l1.143-4H11V12h3.143L15,9Zm.572,5h-2l-1.143,4h2Z"
|
|
111
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,13V8H9V6H6A2.0023,2.0023,0,0,0,4,8v5a2.0023,2.0023,0,0,1-2,2v2a2.0023,2.0023,0,0,1,2,2v5a2.0023,2.0023,0,0,0,2,2H9V24H6V19a3.9756,3.9756,0,0,0-1.3823-3A3.9756,3.9756,0,0,0,6,13Z" }), children);
|
|
112
|
+
});
|
|
113
|
+
if (process.env.NODE_ENV !== "production") Parameter.propTypes = require_iconPropTypes.iconPropTypes;
|
|
114
|
+
const ParentChild = /* @__PURE__ */ react.default.forwardRef(function ParentChild({ children, size = 16, ...rest }, ref) {
|
|
115
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
116
|
+
width: size,
|
|
117
|
+
height: size,
|
|
118
|
+
ref,
|
|
119
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
120
|
+
viewBox: "0 0 32 32",
|
|
121
|
+
fill: "currentColor",
|
|
122
|
+
...rest
|
|
123
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,12a2,2,0,0,0,2-2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4v6a2,2,0,0,0,2,2H15v4H9a2,2,0,0,0-2,2v4H4a2,2,0,0,0-2,2v4a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V24a2,2,0,0,0-2-2H9V18H23v4H20a2,2,0,0,0-2,2v4a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V24a2,2,0,0,0-2-2H25V18a2,2,0,0,0-2-2H17V12ZM12,28H4V24h8Zm16,0H20V24h8ZM4,4H28v6H4Z" }), children);
|
|
124
|
+
});
|
|
125
|
+
if (process.env.NODE_ENV !== "production") ParentChild.propTypes = require_iconPropTypes.iconPropTypes;
|
|
126
|
+
const ParentNode = /* @__PURE__ */ react.default.forwardRef(function ParentNode({ children, size = 16, ...rest }, ref) {
|
|
127
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
128
|
+
width: size,
|
|
129
|
+
height: size,
|
|
130
|
+
ref,
|
|
131
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
132
|
+
viewBox: "0 0 32 32",
|
|
133
|
+
fill: "currentColor",
|
|
134
|
+
...rest
|
|
135
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,20c-2.41,0-4.43,1.72-4.9,4h-4.1c-2.21,0-4-1.79-4-4v-8.1c2.28-.46,4-2.48,4-4.9,0-2.76-2.24-5-5-5s-5,2.24-5,5c0,2.41,1.72,4.43,4,4.9v8.1c0,3.31,2.69,6,6,6h4.1c.46,2.28,2.48,4,4.9,4,2.76,0,5-2.24,5-5s-2.24-5-5-5ZM23,28c-1.65,0-3-1.35-3-3s1.35-3,3-3,3,1.35,3,3-1.35,3-3,3Z" }), children);
|
|
136
|
+
});
|
|
137
|
+
if (process.env.NODE_ENV !== "production") ParentNode.propTypes = require_iconPropTypes.iconPropTypes;
|
|
138
|
+
const PartDefinition = /* @__PURE__ */ react.default.forwardRef(function PartDefinition({ children, size = 16, ...rest }, ref) {
|
|
139
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
140
|
+
width: size,
|
|
141
|
+
height: size,
|
|
142
|
+
ref,
|
|
143
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
144
|
+
viewBox: "0 0 32 32",
|
|
145
|
+
fill: "currentColor",
|
|
146
|
+
...rest
|
|
147
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
148
|
+
strokeWidth: "0",
|
|
149
|
+
d: "m20.8336,16.8081c-2.4408,0-3.8336.9114-3.8336,2.7507,0,1.5986,1.0315,2.6477,2.854,2.6477,1.3408,0,2.321-.6019,2.613-1.7539h.1034c.1371.9285.7216,1.5474,1.6675,1.5474h1.2203v-1.7534h-.8938v-4.2292c0-2.0459-1.2891-3.1979-3.7133-3.1979-1.8052,0-2.8539.6879-3.5073,1.7194l1.3068,1.1689c.4296-.6189,1.0144-1.1344,2.0454-1.1344,1.1694,0,1.668.5844,1.668,1.5817v.6531h-1.5304Zm1.5304,2.51c0,.8425-.7908,1.2893-1.7705,1.2893-.8601,0-1.3586-.3608-1.3586-1.0833v-.292c0-.7048.5679-1.1002,1.7194-1.1002h1.4098v1.1862Z"
|
|
150
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
151
|
+
strokeWidth: "0",
|
|
152
|
+
d: "m9.272,17.427h3.1287c2.218,0,3.5588-1.4785,3.5588-3.7133,0-2.2181-1.3408-3.7137-3.5588-3.7137h-5.3981v12h2.2694v-4.573Zm0-5.4501h2.9225c.8767,0,1.4098.4642,1.4098,1.3414v.7908c0,.8767-.5331,1.358-1.4098,1.358h-2.9225v-3.4902Z"
|
|
153
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
154
|
+
strokeWidth: "0",
|
|
155
|
+
d: "m2,4v24c0,1.1046.8954,2,2,2h24c1.1046,0,2-.8954,2-2V4c0-1.1046-.8954-2-2-2H4c-1.1046,0-2,.8954-2,2Zm26,24H4V4h24v24Z"
|
|
156
|
+
}), children);
|
|
157
|
+
});
|
|
158
|
+
if (process.env.NODE_ENV !== "production") PartDefinition.propTypes = require_iconPropTypes.iconPropTypes;
|
|
159
|
+
const PartUsage = /* @__PURE__ */ react.default.forwardRef(function PartUsage({ children, size = 16, ...rest }, ref) {
|
|
160
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
161
|
+
width: size,
|
|
162
|
+
height: size,
|
|
163
|
+
ref,
|
|
164
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
165
|
+
viewBox: "0 0 32 32",
|
|
166
|
+
fill: "currentColor",
|
|
167
|
+
...rest
|
|
168
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
169
|
+
strokeWidth: "0",
|
|
170
|
+
d: "m20.8336,16.8081c-2.4408,0-3.8336.9114-3.8336,2.7507,0,1.5986,1.0315,2.6477,2.854,2.6477,1.3408,0,2.321-.6019,2.613-1.7539h.1034c.1371.9285.7216,1.5474,1.6675,1.5474h1.2203v-1.7534h-.8938v-4.2292c0-2.0459-1.2891-3.1979-3.7133-3.1979-1.8052,0-2.8539.6879-3.5073,1.7194l1.3068,1.1689c.4296-.6189,1.0144-1.1344,2.0454-1.1344,1.1694,0,1.668.5844,1.668,1.5817v.6531h-1.5304Zm1.5304,2.51c0,.8425-.7908,1.2893-1.7705,1.2893-.8601,0-1.3586-.3608-1.3586-1.0833v-.292c0-.7048.5679-1.1002,1.7194-1.1002h1.4098v1.1862Z"
|
|
171
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
172
|
+
strokeWidth: "0",
|
|
173
|
+
d: "m9.272,17.427h3.1287c2.218,0,3.5588-1.4785,3.5588-3.7133,0-2.2181-1.3408-3.7137-3.5588-3.7137h-5.3981v12h2.2694v-4.573Zm0-5.4501h2.9225c.8767,0,1.4098.4642,1.4098,1.3414v.7908c0,.8767-.5331,1.358-1.4098,1.358h-2.9225v-3.4902Z"
|
|
174
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
175
|
+
strokeWidth: "0",
|
|
176
|
+
d: "m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"
|
|
177
|
+
}), children);
|
|
178
|
+
});
|
|
179
|
+
if (process.env.NODE_ENV !== "production") PartUsage.propTypes = require_iconPropTypes.iconPropTypes;
|
|
180
|
+
const PartitionAuto = /* @__PURE__ */ react.default.forwardRef(function PartitionAuto({ children, size = 16, ...rest }, ref) {
|
|
181
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
182
|
+
width: size,
|
|
183
|
+
height: size,
|
|
184
|
+
ref,
|
|
185
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
186
|
+
viewBox: "0 0 32 32",
|
|
187
|
+
fill: "currentColor",
|
|
188
|
+
...rest
|
|
189
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m26,19c-2.2056,0-4,1.7944-4,4,0,.6836.1882,1.3174.4917,1.8809-1.8762,1.3726-4.146,2.1191-6.4917,2.1191-6.0654,0-11-4.9346-11-11h-2c0,7.168,5.8318,13,13,13,2.8455,0,5.5923-.936,7.8433-2.6416.6235.4019,1.3613.6416,2.1567.6416,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4Zm0,6c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,3c-2.8455,0-5.5923.936-7.8433,2.6416-.6235-.4019-1.3613-.6416-2.1567-.6416-2.2056,0-4,1.7944-4,4s1.7944,4,4,4,4-1.7944,4-4c0-.6836-.1882-1.3174-.4917-1.8809,1.8762-1.3726,4.146-2.1191,6.4917-2.1191,6.0654,0,11,4.9346,11,11h2c0-7.168-5.8318-13-13-13ZM6,11c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z" }), children);
|
|
190
|
+
});
|
|
191
|
+
if (process.env.NODE_ENV !== "production") PartitionAuto.propTypes = require_iconPropTypes.iconPropTypes;
|
|
192
|
+
const PartitionCollection = /* @__PURE__ */ react.default.forwardRef(function PartitionCollection({ children, size = 16, ...rest }, ref) {
|
|
193
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
194
|
+
width: size,
|
|
195
|
+
height: size,
|
|
196
|
+
ref,
|
|
197
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
198
|
+
viewBox: "0 0 32 32",
|
|
199
|
+
fill: "currentColor",
|
|
200
|
+
...rest
|
|
201
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m26,12c-1.8584,0-3.4106,1.2798-3.8579,3h-2.7278c-.5344,0-1.0366.208-1.4143.5859l-5.4143,5.4141H2v2h10.5857c.5344,0,1.0366-.208,1.4143-.5859l5.4143-5.4141h2.7278c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4Zm0,6c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16.1717,14.5859l-3.5859-3.5859H2v-2h10.5857c.5344,0,1.0366.208,1.4143.5859l3.5859,3.5859-1.4143,1.4141Z" }), children);
|
|
202
|
+
});
|
|
203
|
+
if (process.env.NODE_ENV !== "production") PartitionCollection.propTypes = require_iconPropTypes.iconPropTypes;
|
|
204
|
+
const PartitionRepartition = /* @__PURE__ */ react.default.forwardRef(function PartitionRepartition({ children, size = 16, ...rest }, ref) {
|
|
205
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
206
|
+
width: size,
|
|
207
|
+
height: size,
|
|
208
|
+
ref,
|
|
209
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
210
|
+
viewBox: "0 0 32 32",
|
|
211
|
+
fill: "currentColor",
|
|
212
|
+
...rest
|
|
213
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m26,6c-1.8584,0-3.4106,1.2798-3.8579,3h-2.7278c-.5344,0-1.0366.208-1.4143.5859l-3.5864,3.5864,1.4141,1.4141,3.5867-3.5864h2.7278c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4Zm0,6c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m10.1716,17.4141l-3.5859,3.5859H2v2h4.5857c.5344,0,1.0366-.208,1.4143-.5859l3.5859-3.5859-1.4143-1.4141Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m26,18c-1.8584,0-3.4106,1.2798-3.8579,3h-2.728l-11.4141-11.4141c-.3777-.3779-.8799-.5859-1.4143-.5859H2v2h4.5859l11.4141,11.4141c.3777.3779.8799.5859,1.4143.5859h2.7278c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4Zm0,6c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z" }), children);
|
|
214
|
+
});
|
|
215
|
+
if (process.env.NODE_ENV !== "production") PartitionRepartition.propTypes = require_iconPropTypes.iconPropTypes;
|
|
216
|
+
const PartitionSame = /* @__PURE__ */ react.default.forwardRef(function PartitionSame({ children, size = 16, ...rest }, ref) {
|
|
217
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
218
|
+
width: size,
|
|
219
|
+
height: size,
|
|
220
|
+
ref,
|
|
221
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
222
|
+
viewBox: "0 0 32 32",
|
|
223
|
+
fill: "currentColor",
|
|
224
|
+
...rest
|
|
225
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m26,18c-1.8584,0-3.4106,1.2798-3.8579,3H2v2h20.1421c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4Zm0,6c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m26,6c-1.8584,0-3.4106,1.2798-3.8579,3H2v2h20.1421c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4Zm0,6c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z" }), children);
|
|
226
|
+
});
|
|
227
|
+
if (process.env.NODE_ENV !== "production") PartitionSame.propTypes = require_iconPropTypes.iconPropTypes;
|
|
228
|
+
const PartitionSpecific = /* @__PURE__ */ react.default.forwardRef(function PartitionSpecific({ children, size = 16, ...rest }, ref) {
|
|
229
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
230
|
+
width: size,
|
|
231
|
+
height: size,
|
|
232
|
+
ref,
|
|
233
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
234
|
+
viewBox: "0 0 32 32",
|
|
235
|
+
fill: "currentColor",
|
|
236
|
+
...rest
|
|
237
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m26,18c-1.8584,0-3.4106,1.2798-3.8579,3h-2.728l-5.4141-5.4141c-.3777-.3779-.8799-.5859-1.4143-.5859H2v2h10.5859l5.4141,5.4141c.3777.3779.8799.5859,1.4143.5859h2.7278c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4Zm0,6c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m26,6c-1.8584,0-3.4106,1.2798-3.8579,3h-2.7278c-.5344,0-1.0366.208-1.4143.5859l-3.5864,3.5864,1.4141,1.4141,3.5867-3.5864h2.7278c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4Zm0,6c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z" }), children);
|
|
238
|
+
});
|
|
239
|
+
if (process.env.NODE_ENV !== "production") PartitionSpecific.propTypes = require_iconPropTypes.iconPropTypes;
|
|
240
|
+
const PartlyCloudy = /* @__PURE__ */ react.default.forwardRef(function PartlyCloudy({ 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", { d: "M27 15H31V17H27z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
250
|
+
d: "M23.086 5.794H27.329V7.794H23.086z",
|
|
251
|
+
transform: "rotate(-45 25.207 6.794)"
|
|
252
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 1H17V5H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
253
|
+
d: "M4.672 24.208H8.915V26.208H4.672z",
|
|
254
|
+
transform: "rotate(-45 6.793 25.208)"
|
|
255
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
256
|
+
d: "M5.793 4.672H7.793V8.915H5.793z",
|
|
257
|
+
transform: "rotate(-45 6.793 6.794)"
|
|
258
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M1 15H5V17H1z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.7939,20.3418a6.9617,6.9617,0,0,0-1.8681-3.2671A8.485,8.485,0,0,0,25,16a9,9,0,1,0-14.585,7.0332A4.9771,4.9771,0,0,0,15,30H25a4.9947,4.9947,0,0,0,1.7939-9.6582ZM9,16a6.9955,6.9955,0,0,1,13.9849-.2969A6.8883,6.8883,0,0,0,20,15a7.04,7.04,0,0,0-6.7944,5.3418A4.986,4.986,0,0,0,11.5618,21.39,6.9675,6.9675,0,0,1,9,16ZM25,28H15a2.9945,2.9945,0,0,1-.6963-5.9082l.6587-.1572.0986-.67a4.9923,4.9923,0,0,1,9.878,0l.0986.6695.6587.1572A2.9945,2.9945,0,0,1,25,28Z" }), children);
|
|
259
|
+
});
|
|
260
|
+
if (process.env.NODE_ENV !== "production") PartlyCloudy.propTypes = require_iconPropTypes.iconPropTypes;
|
|
261
|
+
const PartlyCloudyNight = /* @__PURE__ */ react.default.forwardRef(function PartlyCloudyNight({ children, size = 16, ...rest }, ref) {
|
|
262
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
263
|
+
width: size,
|
|
264
|
+
height: size,
|
|
265
|
+
ref,
|
|
266
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
267
|
+
viewBox: "0 0 32 32",
|
|
268
|
+
fill: "currentColor",
|
|
269
|
+
...rest
|
|
270
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,19a4.974,4.974,0,0,0-3.2061-4.6582A6.9711,6.9711,0,0,0,13.7578,12.9a13.1418,13.1418,0,0,1,.1314-8.52A1.015,1.015,0,0,0,12.98,3a.9825.9825,0,0,0-.1746.0156A13.0958,13.0958,0,0,0,14.63,28.9971c.164.0063.3281,0,.4907,0a13.0412,13.0412,0,0,0,10.29-5.0386A4.99,4.99,0,0,0,30,19ZM14.7034,26.9976a11.0945,11.0945,0,0,1-3.201-21.584,15.1817,15.1817,0,0,0,.8443,9.3676A4.9877,4.9877,0,0,0,15,24h7.6772a11.0991,11.0991,0,0,1-7.5561,2.9976C14.9827,26.9976,14.8428,27.0024,14.7034,26.9976ZM25,22H15a2.9945,2.9945,0,0,1-.6963-5.9082l.6587-.1572.0986-.67a4.9923,4.9923,0,0,1,9.878.0005l.0986.6695.6587.1572A2.9945,2.9945,0,0,1,25,22Z" }), children);
|
|
271
|
+
});
|
|
272
|
+
if (process.env.NODE_ENV !== "production") PartlyCloudyNight.propTypes = require_iconPropTypes.iconPropTypes;
|
|
273
|
+
const Partnership = /* @__PURE__ */ react.default.forwardRef(function Partnership({ children, size = 16, ...rest }, ref) {
|
|
274
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
275
|
+
width: size,
|
|
276
|
+
height: size,
|
|
277
|
+
ref,
|
|
278
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
279
|
+
viewBox: "0 0 32 32",
|
|
280
|
+
fill: "currentColor",
|
|
281
|
+
...rest
|
|
282
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,9a4,4,0,1,1,4-4A4,4,0,0,1,8,9ZM8,3a2,2,0,1,0,2,2A2,2,0,0,0,8,3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,9a4,4,0,1,1,4-4A4,4,0,0,1,24,9Zm0-6a2,2,0,1,0,2,2A2,2,0,0,0,24,3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,30H22a2,2,0,0,1-2-2V21h2v7h4V19h2V13a1,1,0,0,0-1-1H20.58L16,20l-4.58-8H5a1,1,0,0,0-1,1v6H6v9h4V21h2v7a2,2,0,0,1-2,2H6a2,2,0,0,1-2-2V21a2,2,0,0,1-2-2V13a3,3,0,0,1,3-3h7.58L16,16l3.42-6H27a3,3,0,0,1,3,3v6a2,2,0,0,1-2,2v7A2,2,0,0,1,26,30Z" }), children);
|
|
283
|
+
});
|
|
284
|
+
if (process.env.NODE_ENV !== "production") Partnership.propTypes = require_iconPropTypes.iconPropTypes;
|
|
285
|
+
const PassengerDrinks = /* @__PURE__ */ react.default.forwardRef(function PassengerDrinks({ children, size = 16, ...rest }, ref) {
|
|
286
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
287
|
+
width: size,
|
|
288
|
+
height: size,
|
|
289
|
+
ref,
|
|
290
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
291
|
+
viewBox: "0 0 32 32",
|
|
292
|
+
fill: "currentColor",
|
|
293
|
+
...rest
|
|
294
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,4V2H22V4a3.9906,3.9906,0,0,0,3,3.8586V11H23v2h6V11H27V7.8586A3.9906,3.9906,0,0,0,30,4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.5,9A3.5,3.5,0,1,1,14,5.5,3.5042,3.5042,0,0,1,10.5,9Zm0-5A1.5,1.5,0,1,0,12,5.5,1.5017,1.5017,0,0,0,10.5,4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.4746,31.313,19.3408,24H12.2393A4.0073,4.0073,0,0,1,8.373,21.0293l-1.6337-6.126a3.8987,3.8987,0,0,1,7.5341-2.0092L15.1016,16H21v2H13.5645l-1.2227-4.5908a1.9,1.9,0,0,0-3.6709.979l1.6338,6.1255A2.0052,2.0052,0,0,0,12.2393,22h8.42l3.6543,8.5254Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,28H7.7683a2.0025,2.0025,0,0,1-1.9326-1.4849L2.0337,12.2576l1.9326-.5152L7.7683,26H18Z" }), children);
|
|
295
|
+
});
|
|
296
|
+
if (process.env.NODE_ENV !== "production") PassengerDrinks.propTypes = require_iconPropTypes.iconPropTypes;
|
|
297
|
+
const PassengerPlus = /* @__PURE__ */ react.default.forwardRef(function PassengerPlus({ children, size = 16, ...rest }, ref) {
|
|
298
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
299
|
+
width: size,
|
|
300
|
+
height: size,
|
|
301
|
+
ref,
|
|
302
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
303
|
+
viewBox: "0 0 32 32",
|
|
304
|
+
fill: "currentColor",
|
|
305
|
+
...rest
|
|
306
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.5,9A3.5,3.5,0,1,1,14,5.5,3.5042,3.5042,0,0,1,10.5,9Zm0-5A1.5,1.5,0,1,0,12,5.5,1.5017,1.5017,0,0,0,10.5,4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.4739,31.313,19.34,24H12.2385a4.0072,4.0072,0,0,1-3.8662-2.9707l-1.6338-6.126a3.8988,3.8988,0,0,1,7.5342-2.0092L15.1008,16H21v2H13.5637l-1.2226-4.5908a1.9,1.9,0,0,0-3.6709.979l1.6338,6.1255A2.0051,2.0051,0,0,0,12.2385,22h8.42l3.6543,8.5254Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 6 26 6 26 2 24 2 24 6 20 6 20 8 24 8 24 12 26 12 26 8 30 8 30 6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,28H7.7676A2.0025,2.0025,0,0,1,5.835,26.5151L2.033,12.2576l1.9326-.5152L7.7676,26H18Z" }), children);
|
|
307
|
+
});
|
|
308
|
+
if (process.env.NODE_ENV !== "production") PassengerPlus.propTypes = require_iconPropTypes.iconPropTypes;
|
|
309
|
+
const Password = /* @__PURE__ */ react.default.forwardRef(function Password({ children, size = 16, ...rest }, ref) {
|
|
310
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
311
|
+
width: size,
|
|
312
|
+
height: size,
|
|
313
|
+
ref,
|
|
314
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
315
|
+
viewBox: "0 0 32 32",
|
|
316
|
+
fill: "currentColor",
|
|
317
|
+
...rest
|
|
318
|
+
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,2a8.9977,8.9977,0,0,0-8.6119,11.6118L2,24v6H8L18.3881,19.6118A9,9,0,1,0,21,2Zm0,16a7.0125,7.0125,0,0,1-2.0322-.3022L17.821,17.35l-.8472.8472-3.1811,3.1812L12.4141,20,11,21.4141l1.3787,1.3786-1.5859,1.586L9.4141,23,8,24.4141l1.3787,1.3786L7.1716,28H4V24.8284l9.8023-9.8023.8472-.8474-.3473-1.1467A7,7,0,1,1,21,18Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
319
|
+
cx: "22",
|
|
320
|
+
cy: "10",
|
|
321
|
+
r: "2"
|
|
322
|
+
}), children);
|
|
323
|
+
});
|
|
324
|
+
if (process.env.NODE_ENV !== "production") Password.propTypes = require_iconPropTypes.iconPropTypes;
|
|
325
|
+
const Paste = /* @__PURE__ */ react.default.forwardRef(function Paste({ children, size = 16, ...rest }, ref) {
|
|
326
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
32
327
|
width: size,
|
|
33
328
|
height: size,
|
|
34
329
|
ref,
|
|
@@ -39,8 +334,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
39
334
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,20H17.83l2.58-2.59L19,16l-5,5,5,5,1.41-1.41L17.83,22H26v8h2V22A2,2,0,0,0,26,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.71,9.29l-7-7A1,1,0,0,0,16,2H6A2,2,0,0,0,4,4V28a2,2,0,0,0,2,2h8V28H6V4h8v6a2,2,0,0,0,2,2h6v2h2V10A1,1,0,0,0,23.71,9.29ZM16,4.41,21.59,10H16Z" }), children);
|
|
40
335
|
});
|
|
41
336
|
if (process.env.NODE_ENV !== "production") Paste.propTypes = require_iconPropTypes.iconPropTypes;
|
|
42
|
-
const Pause = react.default.forwardRef(function Pause({ children, size = 16, ...rest }, ref) {
|
|
43
|
-
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(
|
|
337
|
+
const Pause = /* @__PURE__ */ react.default.forwardRef(function Pause({ children, size = 16, ...rest }, ref) {
|
|
338
|
+
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
|
|
44
339
|
width: size,
|
|
45
340
|
height: size,
|
|
46
341
|
ref,
|
|
@@ -49,7 +344,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
49
344
|
fill: "currentColor",
|
|
50
345
|
...rest
|
|
51
346
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,4v8H4V4H6 M6,3H4C3.4,3,3,3.4,3,4v8c0,0.6,0.4,1,1,1h2c0.6,0,1-0.4,1-1V4C7,3.4,6.6,3,6,3z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,4v8h-2V4H12 M12,3h-2C9.4,3,9,3.4,9,4v8c0,0.6,0.4,1,1,1h2c0.6,0,1-0.4,1-1V4C13,3.4,12.6,3,12,3z" }), children);
|
|
52
|
-
return react.default.createElement(
|
|
347
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
53
348
|
width: size,
|
|
54
349
|
height: size,
|
|
55
350
|
ref,
|
|
@@ -60,8 +355,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
60
355
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,8V24H8V8h4m0-2H8A2,2,0,0,0,6,8V24a2,2,0,0,0,2,2h4a2,2,0,0,0,2-2V8a2,2,0,0,0-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,8V24H20V8h4m0-2H20a2,2,0,0,0-2,2V24a2,2,0,0,0,2,2h4a2,2,0,0,0,2-2V8a2,2,0,0,0-2-2Z" }), children);
|
|
61
356
|
});
|
|
62
357
|
if (process.env.NODE_ENV !== "production") Pause.propTypes = require_iconPropTypes.iconPropTypes;
|
|
63
|
-
const PauseFilled = react.default.forwardRef(function PauseFilled({ children, size = 16, ...rest }, ref) {
|
|
64
|
-
return react.default.createElement(
|
|
358
|
+
const PauseFilled = /* @__PURE__ */ react.default.forwardRef(function PauseFilled({ children, size = 16, ...rest }, ref) {
|
|
359
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
65
360
|
width: size,
|
|
66
361
|
height: size,
|
|
67
362
|
ref,
|
|
@@ -72,8 +367,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
72
367
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,6H10A2,2,0,0,0,8,8V24a2,2,0,0,0,2,2h2a2,2,0,0,0,2-2V8a2,2,0,0,0-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,6H20a2,2,0,0,0-2,2V24a2,2,0,0,0,2,2h2a2,2,0,0,0,2-2V8a2,2,0,0,0-2-2Z" }), children);
|
|
73
368
|
});
|
|
74
369
|
if (process.env.NODE_ENV !== "production") PauseFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
75
|
-
const PauseOutline = react.default.forwardRef(function PauseOutline({ children, size = 16, ...rest }, ref) {
|
|
76
|
-
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(
|
|
370
|
+
const PauseOutline = /* @__PURE__ */ react.default.forwardRef(function PauseOutline({ children, size = 16, ...rest }, ref) {
|
|
371
|
+
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
|
|
77
372
|
width: size,
|
|
78
373
|
height: size,
|
|
79
374
|
ref,
|
|
@@ -82,7 +377,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
82
377
|
fill: "currentColor",
|
|
83
378
|
...rest
|
|
84
379
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 5 6 5 6 11 7 11 7 5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 5 9 5 9 11 10 11 10 5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,2c3.3,0,6,2.7,6,6s-2.7,6-6,6s-6-2.7-6-6S4.7,2,8,2 M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z" }), children);
|
|
85
|
-
return react.default.createElement(
|
|
380
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
86
381
|
width: size,
|
|
87
382
|
height: size,
|
|
88
383
|
ref,
|
|
@@ -93,8 +388,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
93
388
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 10 12 10 12 22 14 22 14 10 14 10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 10 18 10 18 22 20 22 20 10 20 10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,4A12,12,0,1,1,4,16,12,12,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Z" }), children);
|
|
94
389
|
});
|
|
95
390
|
if (process.env.NODE_ENV !== "production") PauseOutline.propTypes = require_iconPropTypes.iconPropTypes;
|
|
96
|
-
const PauseOutlineFilled = react.default.forwardRef(function PauseOutlineFilled({ children, size = 16, ...rest }, ref) {
|
|
97
|
-
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(
|
|
391
|
+
const PauseOutlineFilled = /* @__PURE__ */ react.default.forwardRef(function PauseOutlineFilled({ children, size = 16, ...rest }, ref) {
|
|
392
|
+
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
|
|
98
393
|
width: size,
|
|
99
394
|
height: size,
|
|
100
395
|
ref,
|
|
@@ -103,7 +398,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
103
398
|
fill: "currentColor",
|
|
104
399
|
...rest
|
|
105
400
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M7,11H6V5h1V11z M10,11H9V5h1V11z" }), children);
|
|
106
|
-
return react.default.createElement(
|
|
401
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
107
402
|
width: size,
|
|
108
403
|
height: size,
|
|
109
404
|
ref,
|
|
@@ -114,8 +409,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
114
409
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM14,22H12V10h2Zm6,0H18V10h2Z" }), children);
|
|
115
410
|
});
|
|
116
411
|
if (process.env.NODE_ENV !== "production") PauseOutlineFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
117
|
-
const PauseFuture = react.default.forwardRef(function PauseFuture({ children, size = 16, ...rest }, ref) {
|
|
118
|
-
return react.default.createElement(
|
|
412
|
+
const PauseFuture = /* @__PURE__ */ react.default.forwardRef(function PauseFuture({ children, size = 16, ...rest }, ref) {
|
|
413
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
119
414
|
width: size,
|
|
120
415
|
height: size,
|
|
121
416
|
ref,
|
|
@@ -126,8 +421,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
126
421
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 11 12 11 12 22 14 22 14 11 14 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 11 18 11 18 22 20 22 20 11 20 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A13.9158,13.9158,0,0,1,26,6.2343V2h2v8H20V8h4.9217A11.9818,11.9818,0,1,0,28,16h2A14,14,0,1,1,16,2Z" }), children);
|
|
127
422
|
});
|
|
128
423
|
if (process.env.NODE_ENV !== "production") PauseFuture.propTypes = require_iconPropTypes.iconPropTypes;
|
|
129
|
-
const PausePast = react.default.forwardRef(function PausePast({ children, size = 16, ...rest }, ref) {
|
|
130
|
-
return react.default.createElement(
|
|
424
|
+
const PausePast = /* @__PURE__ */ react.default.forwardRef(function PausePast({ children, size = 16, ...rest }, ref) {
|
|
425
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
131
426
|
width: size,
|
|
132
427
|
height: size,
|
|
133
428
|
ref,
|
|
@@ -138,8 +433,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
138
433
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 11 12 11 12 22 14 22 14 11 14 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 11 18 11 18 22 20 22 20 11 20 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A13.9158,13.9158,0,0,0,6,6.2343V2H4v8h8V8H7.0783A11.9818,11.9818,0,1,1,4,16H2A14,14,0,1,0,16,2Z" }), children);
|
|
139
434
|
});
|
|
140
435
|
if (process.env.NODE_ENV !== "production") PausePast.propTypes = require_iconPropTypes.iconPropTypes;
|
|
141
|
-
const PcnENode = react.default.forwardRef(function PcnENode({ children, size = 16, ...rest }, ref) {
|
|
142
|
-
return react.default.createElement(
|
|
436
|
+
const PcnENode = /* @__PURE__ */ react.default.forwardRef(function PcnENode({ children, size = 16, ...rest }, ref) {
|
|
437
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
143
438
|
width: size,
|
|
144
439
|
height: size,
|
|
145
440
|
ref,
|
|
@@ -150,8 +445,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
150
445
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 11 20 9 12 9 12 23 20 23 20 21 14 21 14 17 19 17 19 15 14 15 14 11 20 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z" }), children);
|
|
151
446
|
});
|
|
152
447
|
if (process.env.NODE_ENV !== "production") PcnENode.propTypes = require_iconPropTypes.iconPropTypes;
|
|
153
|
-
const PcnMilitary = react.default.forwardRef(function PcnMilitary({ children, size = 16, ...rest }, ref) {
|
|
154
|
-
return react.default.createElement(
|
|
448
|
+
const PcnMilitary = /* @__PURE__ */ react.default.forwardRef(function PcnMilitary({ children, size = 16, ...rest }, ref) {
|
|
449
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
155
450
|
width: size,
|
|
156
451
|
height: size,
|
|
157
452
|
ref,
|
|
@@ -162,8 +457,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
162
457
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 16 14.407 19 11 19.414 13.5 21.667 13 25 16 23.125 19 25 18.5 21.667 21 19.414 17.5 19 16 16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12.414 17.414 16 13.834 16 13.834 19.588 17.416 21 16 16 11 11 16 12.414 17.414z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12.414 12.414 16 8.834 16 8.834 19.588 12.416 21 11 16 6 11 11 12.414 12.414z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z" }), children);
|
|
163
458
|
});
|
|
164
459
|
if (process.env.NODE_ENV !== "production") PcnMilitary.propTypes = require_iconPropTypes.iconPropTypes;
|
|
165
|
-
const PcnPNode = react.default.forwardRef(function PcnPNode({ children, size = 16, ...rest }, ref) {
|
|
166
|
-
return react.default.createElement(
|
|
460
|
+
const PcnPNode = /* @__PURE__ */ react.default.forwardRef(function PcnPNode({ children, size = 16, ...rest }, ref) {
|
|
461
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
167
462
|
width: size,
|
|
168
463
|
height: size,
|
|
169
464
|
ref,
|
|
@@ -174,8 +469,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
174
469
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,23H12V9h6a2.002,2.002,0,0,1,2,2v5a2.002,2.002,0,0,1-2,2H14Zm0-7h4V10.9985H14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z" }), children);
|
|
175
470
|
});
|
|
176
471
|
if (process.env.NODE_ENV !== "production") PcnPNode.propTypes = require_iconPropTypes.iconPropTypes;
|
|
177
|
-
const PcnZNode = react.default.forwardRef(function PcnZNode({ children, size = 16, ...rest }, ref) {
|
|
178
|
-
return react.default.createElement(
|
|
472
|
+
const PcnZNode = /* @__PURE__ */ react.default.forwardRef(function PcnZNode({ children, size = 16, ...rest }, ref) {
|
|
473
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
179
474
|
width: size,
|
|
180
475
|
height: size,
|
|
181
476
|
ref,
|
|
@@ -186,8 +481,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
186
481
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 9 12 9 12 11 18 11 12 21 12 23 20 23 20 21 14 21 20 11 20 9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z" }), children);
|
|
187
482
|
});
|
|
188
483
|
if (process.env.NODE_ENV !== "production") PcnZNode.propTypes = require_iconPropTypes.iconPropTypes;
|
|
189
|
-
const Pdf = react.default.forwardRef(function Pdf({ children, size = 16, ...rest }, ref) {
|
|
190
|
-
return react.default.createElement(
|
|
484
|
+
const Pdf = /* @__PURE__ */ react.default.forwardRef(function Pdf({ children, size = 16, ...rest }, ref) {
|
|
485
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
191
486
|
width: size,
|
|
192
487
|
height: size,
|
|
193
488
|
ref,
|
|
@@ -198,8 +493,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
198
493
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 11 30 9 22 9 22 23 24 23 24 17 29 17 29 15 24 15 24 11 30 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,9H2V23H4V18H8a2,2,0,0,0,2-2V11A2,2,0,0,0,8,9Zm0,7H4V11H8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,23H12V9h4a4,4,0,0,1,4,4v6A4,4,0,0,1,16,23Zm-2-2h2a2,2,0,0,0,2-2V13a2,2,0,0,0-2-2H14Z" }), children);
|
|
199
494
|
});
|
|
200
495
|
if (process.env.NODE_ENV !== "production") Pdf.propTypes = require_iconPropTypes.iconPropTypes;
|
|
201
|
-
const PdfReference = react.default.forwardRef(function PdfReference({ children, size = 16, ...rest }, ref) {
|
|
202
|
-
return react.default.createElement(
|
|
496
|
+
const PdfReference = /* @__PURE__ */ react.default.forwardRef(function PdfReference({ children, size = 16, ...rest }, ref) {
|
|
497
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
203
498
|
width: size,
|
|
204
499
|
height: size,
|
|
205
500
|
ref,
|
|
@@ -210,8 +505,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
210
505
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 20 4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 16 24 16 24 10 29 10 29 8 24 8 24 4 30 4 30 2 22 2 22 16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2H12V16h4a4,4,0,0,0,4-4V6A4,4,0,0,0,16,2Zm2,10a2,2,0,0,1-2,2H14V4h2a2,2,0,0,1,2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,2H2V16H4V11H8a2,2,0,0,0,2-2V4A2,2,0,0,0,8,2ZM8,9H4V4H8Z" }), children);
|
|
211
506
|
});
|
|
212
507
|
if (process.env.NODE_ENV !== "production") PdfReference.propTypes = require_iconPropTypes.iconPropTypes;
|
|
213
|
-
const Pedestrian = react.default.forwardRef(function Pedestrian({ children, size = 16, ...rest }, ref) {
|
|
214
|
-
return react.default.createElement(
|
|
508
|
+
const Pedestrian = /* @__PURE__ */ react.default.forwardRef(function Pedestrian({ children, size = 16, ...rest }, ref) {
|
|
509
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
215
510
|
width: size,
|
|
216
511
|
height: size,
|
|
217
512
|
ref,
|
|
@@ -222,8 +517,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
222
517
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.6772,14l-1.2456-3.1143A2.9861,2.9861,0,0,0,17.646,9H13.5542a3.0018,3.0018,0,0,0-1.5439.4277L7,12.4336V18H9V13.5664l3-1.8V23.6973L8.5383,28.8906,10.2024,30,14,24.3027V11h3.646a.9949.9949,0,0,1,.9282.6289L20.3228,16H26V14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17.051 18.316 19 24.162 19 30 21 30 21 23.838 18.949 17.684 17.051 18.316z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16.5,8A3.5,3.5,0,1,1,20,4.5,3.5042,3.5042,0,0,1,16.5,8Zm0-5A1.5,1.5,0,1,0,18,4.5,1.5017,1.5017,0,0,0,16.5,3Z" }), children);
|
|
223
518
|
});
|
|
224
519
|
if (process.env.NODE_ENV !== "production") Pedestrian.propTypes = require_iconPropTypes.iconPropTypes;
|
|
225
|
-
const PedestrianFamily = react.default.forwardRef(function PedestrianFamily({ children, size = 16, ...rest }, ref) {
|
|
226
|
-
return react.default.createElement(
|
|
520
|
+
const PedestrianFamily = /* @__PURE__ */ react.default.forwardRef(function PedestrianFamily({ children, size = 16, ...rest }, ref) {
|
|
521
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
227
522
|
width: size,
|
|
228
523
|
height: size,
|
|
229
524
|
ref,
|
|
@@ -234,8 +529,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
234
529
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,30H17a2.0021,2.0021,0,0,1-2-2V23h2v5h3V23h2V19a1.0011,1.0011,0,0,0-1-1H12.2793l-2-6H4a1.0011,1.0011,0,0,0-1,1v6H5v9H9V21h2v7a2.0021,2.0021,0,0,1-2,2H5a2.0021,2.0021,0,0,1-2-2V21a2.0021,2.0021,0,0,1-2-2V13a3.0033,3.0033,0,0,1,3-3h6.2793a1.998,1.998,0,0,1,1.8975,1.3674L13.7207,16H21a3.0033,3.0033,0,0,1,3,3v4a2.0021,2.0021,0,0,1-2,2v3A2.0021,2.0021,0,0,1,20,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,30H26V19h3V13a1.0011,1.0011,0,0,0-1-1H24V10h4a3.0033,3.0033,0,0,1,3,3v6a2.0021,2.0021,0,0,1-2,2H28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7,9a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,7,9ZM7,3A2,2,0,1,0,9,5,2.0021,2.0021,0,0,0,7,3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,9a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,25,9Zm0-6a2,2,0,1,0,2,2A2.0021,2.0021,0,0,0,25,3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.5,15A3.5,3.5,0,1,1,22,11.5,3.5041,3.5041,0,0,1,18.5,15Zm0-5A1.5,1.5,0,1,0,20,11.5,1.5017,1.5017,0,0,0,18.5,10Z" }), children);
|
|
235
530
|
});
|
|
236
531
|
if (process.env.NODE_ENV !== "production") PedestrianFamily.propTypes = require_iconPropTypes.iconPropTypes;
|
|
237
|
-
const PedestrianChild = react.default.forwardRef(function PedestrianChild({ children, size = 16, ...rest }, ref) {
|
|
238
|
-
return react.default.createElement(
|
|
532
|
+
const PedestrianChild = /* @__PURE__ */ react.default.forwardRef(function PedestrianChild({ children, size = 16, ...rest }, ref) {
|
|
533
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
239
534
|
width: size,
|
|
240
535
|
height: size,
|
|
241
536
|
ref,
|
|
@@ -246,8 +541,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
246
541
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,16H17.4683l-5-6H5a3.0033,3.0033,0,0,0-3,3v6a2.0023,2.0023,0,0,0,2,2v7a2.0023,2.0023,0,0,0,2,2h4a2.0023,2.0023,0,0,0,2-2V21H10v7H6V19H4V13a1.0009,1.0009,0,0,1,1-1h6.5317l5,6H26a1.0009,1.0009,0,0,1,1,1v3H25v6H22V22H20v6a2.0023,2.0023,0,0,0,2,2h3a2.0023,2.0023,0,0,0,2-2V24a2.0023,2.0023,0,0,0,2-2V19A3.0033,3.0033,0,0,0,26,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.5,15A3.5,3.5,0,1,1,27,11.5,3.5042,3.5042,0,0,1,23.5,15Zm0-5A1.5,1.5,0,1,0,25,11.5,1.5017,1.5017,0,0,0,23.5,10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,9a4,4,0,1,1,4-4A4.0042,4.0042,0,0,1,8,9ZM8,3a2,2,0,1,0,2,2A2.0023,2.0023,0,0,0,8,3Z" }), children);
|
|
247
542
|
});
|
|
248
543
|
if (process.env.NODE_ENV !== "production") PedestrianChild.propTypes = require_iconPropTypes.iconPropTypes;
|
|
249
|
-
const Pen = react.default.forwardRef(function Pen({ children, size = 16, ...rest }, ref) {
|
|
250
|
-
return react.default.createElement(
|
|
544
|
+
const Pen = /* @__PURE__ */ react.default.forwardRef(function Pen({ children, size = 16, ...rest }, ref) {
|
|
545
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
251
546
|
width: size,
|
|
252
547
|
height: size,
|
|
253
548
|
ref,
|
|
@@ -261,8 +556,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
261
556
|
}), children);
|
|
262
557
|
});
|
|
263
558
|
if (process.env.NODE_ENV !== "production") Pen.propTypes = require_iconPropTypes.iconPropTypes;
|
|
264
|
-
const PenFountain = react.default.forwardRef(function PenFountain({ children, size = 16, ...rest }, ref) {
|
|
265
|
-
return react.default.createElement(
|
|
559
|
+
const PenFountain = /* @__PURE__ */ react.default.forwardRef(function PenFountain({ children, size = 16, ...rest }, ref) {
|
|
560
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
266
561
|
width: size,
|
|
267
562
|
height: size,
|
|
268
563
|
ref,
|
|
@@ -273,8 +568,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
273
568
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.707,5.293l-3-3a.9994.9994,0,0,0-1.414,0L19.5859,8H17.0947A11.0118,11.0118,0,0,0,6.7124,15.3662L2.0562,28.67a1,1,0,0,0,1.2744,1.2739l13.3037-4.6562A11.012,11.012,0,0,0,24,14.9053V12.4141L29.707,6.707A.9994.9994,0,0,0,29.707,5.293Zm-7.414,6A1,1,0,0,0,22,12v2.9053A9.01,9.01,0,0,1,15.9731,23.4l-9.1677,3.209L16,17.4141,14.5859,16,5.3914,25.1948,8.6,16.0269A9.01,9.01,0,0,1,17.0947,10H20a1,1,0,0,0,.707-.293L26,4.4141,27.5859,6Z" }), children);
|
|
274
569
|
});
|
|
275
570
|
if (process.env.NODE_ENV !== "production") PenFountain.propTypes = require_iconPropTypes.iconPropTypes;
|
|
276
|
-
const Pending = react.default.forwardRef(function Pending({ children, size = 16, ...rest }, ref) {
|
|
277
|
-
return react.default.createElement(
|
|
571
|
+
const Pending = /* @__PURE__ */ react.default.forwardRef(function Pending({ children, size = 16, ...rest }, ref) {
|
|
572
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
278
573
|
width: size,
|
|
279
574
|
height: size,
|
|
280
575
|
ref,
|
|
@@ -297,8 +592,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
297
592
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z" }), children);
|
|
298
593
|
});
|
|
299
594
|
if (process.env.NODE_ENV !== "production") Pending.propTypes = require_iconPropTypes.iconPropTypes;
|
|
300
|
-
const PendingFilled = react.default.forwardRef(function PendingFilled({ children, size = 16, ...rest }, ref) {
|
|
301
|
-
return react.default.createElement(
|
|
595
|
+
const PendingFilled = /* @__PURE__ */ react.default.forwardRef(function PendingFilled({ children, size = 16, ...rest }, ref) {
|
|
596
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
302
597
|
width: size,
|
|
303
598
|
height: size,
|
|
304
599
|
ref,
|
|
@@ -313,8 +608,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
313
608
|
}), children);
|
|
314
609
|
});
|
|
315
610
|
if (process.env.NODE_ENV !== "production") PendingFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
316
|
-
const PentagonDownOutline = react.default.forwardRef(function PentagonDownOutline({ children, size = 16, ...rest }, ref) {
|
|
317
|
-
return react.default.createElement(
|
|
611
|
+
const PentagonDownOutline = /* @__PURE__ */ react.default.forwardRef(function PentagonDownOutline({ children, size = 16, ...rest }, ref) {
|
|
612
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
318
613
|
width: size,
|
|
319
614
|
height: size,
|
|
320
615
|
ref,
|
|
@@ -328,8 +623,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
328
623
|
}), children);
|
|
329
624
|
});
|
|
330
625
|
if (process.env.NODE_ENV !== "production") PentagonDownOutline.propTypes = require_iconPropTypes.iconPropTypes;
|
|
331
|
-
const PentagonDownSolid = react.default.forwardRef(function PentagonDownSolid({ children, size = 16, ...rest }, ref) {
|
|
332
|
-
return react.default.createElement(
|
|
626
|
+
const PentagonDownSolid = /* @__PURE__ */ react.default.forwardRef(function PentagonDownSolid({ children, size = 16, ...rest }, ref) {
|
|
627
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
333
628
|
width: size,
|
|
334
629
|
height: size,
|
|
335
630
|
ref,
|
|
@@ -343,8 +638,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
343
638
|
}), children);
|
|
344
639
|
});
|
|
345
640
|
if (process.env.NODE_ENV !== "production") PentagonDownSolid.propTypes = require_iconPropTypes.iconPropTypes;
|
|
346
|
-
const PentagonLeftOutline = react.default.forwardRef(function PentagonLeftOutline({ children, size = 16, ...rest }, ref) {
|
|
347
|
-
return react.default.createElement(
|
|
641
|
+
const PentagonLeftOutline = /* @__PURE__ */ react.default.forwardRef(function PentagonLeftOutline({ children, size = 16, ...rest }, ref) {
|
|
642
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
348
643
|
width: size,
|
|
349
644
|
height: size,
|
|
350
645
|
ref,
|
|
@@ -358,8 +653,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
358
653
|
}), children);
|
|
359
654
|
});
|
|
360
655
|
if (process.env.NODE_ENV !== "production") PentagonLeftOutline.propTypes = require_iconPropTypes.iconPropTypes;
|
|
361
|
-
const PentagonLeftSolid = react.default.forwardRef(function PentagonLeftSolid({ children, size = 16, ...rest }, ref) {
|
|
362
|
-
return react.default.createElement(
|
|
656
|
+
const PentagonLeftSolid = /* @__PURE__ */ react.default.forwardRef(function PentagonLeftSolid({ children, size = 16, ...rest }, ref) {
|
|
657
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
363
658
|
width: size,
|
|
364
659
|
height: size,
|
|
365
660
|
ref,
|
|
@@ -373,8 +668,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
373
668
|
}), children);
|
|
374
669
|
});
|
|
375
670
|
if (process.env.NODE_ENV !== "production") PentagonLeftSolid.propTypes = require_iconPropTypes.iconPropTypes;
|
|
376
|
-
const PentagonOutline = react.default.forwardRef(function PentagonOutline({ children, size = 16, ...rest }, ref) {
|
|
377
|
-
return react.default.createElement(
|
|
671
|
+
const PentagonOutline = /* @__PURE__ */ react.default.forwardRef(function PentagonOutline({ children, size = 16, ...rest }, ref) {
|
|
672
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
378
673
|
width: size,
|
|
379
674
|
height: size,
|
|
380
675
|
ref,
|
|
@@ -388,8 +683,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
388
683
|
}), children);
|
|
389
684
|
});
|
|
390
685
|
if (process.env.NODE_ENV !== "production") PentagonOutline.propTypes = require_iconPropTypes.iconPropTypes;
|
|
391
|
-
const PentagonRightOutline = react.default.forwardRef(function PentagonRightOutline({ children, size = 16, ...rest }, ref) {
|
|
392
|
-
return react.default.createElement(
|
|
686
|
+
const PentagonRightOutline = /* @__PURE__ */ react.default.forwardRef(function PentagonRightOutline({ children, size = 16, ...rest }, ref) {
|
|
687
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
393
688
|
width: size,
|
|
394
689
|
height: size,
|
|
395
690
|
ref,
|
|
@@ -403,8 +698,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
403
698
|
}), children);
|
|
404
699
|
});
|
|
405
700
|
if (process.env.NODE_ENV !== "production") PentagonRightOutline.propTypes = require_iconPropTypes.iconPropTypes;
|
|
406
|
-
const PentagonRightSolid = react.default.forwardRef(function PentagonRightSolid({ children, size = 16, ...rest }, ref) {
|
|
407
|
-
return react.default.createElement(
|
|
701
|
+
const PentagonRightSolid = /* @__PURE__ */ react.default.forwardRef(function PentagonRightSolid({ children, size = 16, ...rest }, ref) {
|
|
702
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
408
703
|
width: size,
|
|
409
704
|
height: size,
|
|
410
705
|
ref,
|
|
@@ -418,8 +713,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
418
713
|
}), children);
|
|
419
714
|
});
|
|
420
715
|
if (process.env.NODE_ENV !== "production") PentagonRightSolid.propTypes = require_iconPropTypes.iconPropTypes;
|
|
421
|
-
const PentagonSolid = react.default.forwardRef(function PentagonSolid({ children, size = 16, ...rest }, ref) {
|
|
422
|
-
return react.default.createElement(
|
|
716
|
+
const PentagonSolid = /* @__PURE__ */ react.default.forwardRef(function PentagonSolid({ children, size = 16, ...rest }, ref) {
|
|
717
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
423
718
|
width: size,
|
|
424
719
|
height: size,
|
|
425
720
|
ref,
|
|
@@ -433,8 +728,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
433
728
|
}), children);
|
|
434
729
|
});
|
|
435
730
|
if (process.env.NODE_ENV !== "production") PentagonSolid.propTypes = require_iconPropTypes.iconPropTypes;
|
|
436
|
-
const Percentage = react.default.forwardRef(function Percentage({ children, size = 16, ...rest }, ref) {
|
|
437
|
-
return react.default.createElement(
|
|
731
|
+
const Percentage = /* @__PURE__ */ react.default.forwardRef(function Percentage({ children, size = 16, ...rest }, ref) {
|
|
732
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
438
733
|
width: size,
|
|
439
734
|
height: size,
|
|
440
735
|
ref,
|
|
@@ -448,8 +743,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
448
743
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,28a5,5,0,1,1,5-5A5.0055,5.0055,0,0,1,23,28Zm0-8a3,3,0,1,0,3,3A3.0033,3.0033,0,0,0,23,20Z" }), children);
|
|
449
744
|
});
|
|
450
745
|
if (process.env.NODE_ENV !== "production") Percentage.propTypes = require_iconPropTypes.iconPropTypes;
|
|
451
|
-
const PercentageFilled = react.default.forwardRef(function PercentageFilled({ children, size = 16, ...rest }, ref) {
|
|
452
|
-
return react.default.createElement(
|
|
746
|
+
const PercentageFilled = /* @__PURE__ */ react.default.forwardRef(function PercentageFilled({ children, size = 16, ...rest }, ref) {
|
|
747
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
453
748
|
width: size,
|
|
454
749
|
height: size,
|
|
455
750
|
ref,
|
|
@@ -463,8 +758,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
463
758
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,28a5,5,0,1,1,5-5A5.0055,5.0055,0,0,1,23,28Z" }), children);
|
|
464
759
|
});
|
|
465
760
|
if (process.env.NODE_ENV !== "production") PercentageFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
466
|
-
const PerformAction = react.default.forwardRef(function PerformAction({ children, size = 16, ...rest }, ref) {
|
|
467
|
-
return react.default.createElement(
|
|
761
|
+
const PerformAction = /* @__PURE__ */ react.default.forwardRef(function PerformAction({ children, size = 16, ...rest }, ref) {
|
|
762
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
468
763
|
width: size,
|
|
469
764
|
height: size,
|
|
470
765
|
ref,
|
|
@@ -475,8 +770,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
475
770
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,2h-10C6,2,2,6,2,11v10c0,5,4,9,9,9h10c5,0,9-4,9-9v-10c0-5-4-9-9-9ZM28,21c0,3.9-3.1,7-7,7h-10c-3.9,0-7-3.1-7-7v-10c0-3.9,3.1-7,7-7h10c3.9,0,7,3.1,7,7v10ZM24,11h-6c-1.1,0-2,.9-2,2v6c0,1.1.9,2,2,2h6c1.1,0,2-.9,2-2v-6c0-1.1-.9-2-2-2ZM18,19v-6h6v6h-6ZM11,11l5,5-5,5-1.5-1.4,2.7-2.6h-6.2v-2h6.2l-2.7-2.6,1.5-1.4Z" }), children);
|
|
476
771
|
});
|
|
477
772
|
if (process.env.NODE_ENV !== "production") PerformAction.propTypes = require_iconPropTypes.iconPropTypes;
|
|
478
|
-
const Person = react.default.forwardRef(function Person({ children, size = 16, ...rest }, ref) {
|
|
479
|
-
return react.default.createElement(
|
|
773
|
+
const Person = /* @__PURE__ */ react.default.forwardRef(function Person({ children, size = 16, ...rest }, ref) {
|
|
774
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
480
775
|
width: size,
|
|
481
776
|
height: size,
|
|
482
777
|
ref,
|
|
@@ -487,8 +782,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
487
782
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,30H14a2,2,0,0,1-2-2V21a2,2,0,0,1-2-2V13a3,3,0,0,1,3-3h6a3,3,0,0,1,3,3v6a2,2,0,0,1-2,2v7A2,2,0,0,1,18,30ZM13,12a.94.94,0,0,0-1,1v6h2v9h4V19h2V13a.94.94,0,0,0-1-1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,9a4,4,0,1,1,4-4h0A4,4,0,0,1,16,9Zm0-6a2,2,0,1,0,2,2h0a2,2,0,0,0-2-2Z" }), children);
|
|
488
783
|
});
|
|
489
784
|
if (process.env.NODE_ENV !== "production") Person.propTypes = require_iconPropTypes.iconPropTypes;
|
|
490
|
-
const PersonFavorite = react.default.forwardRef(function PersonFavorite({ children, size = 16, ...rest }, ref) {
|
|
491
|
-
return react.default.createElement(
|
|
785
|
+
const PersonFavorite = /* @__PURE__ */ react.default.forwardRef(function PersonFavorite({ children, size = 16, ...rest }, ref) {
|
|
786
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
492
787
|
width: size,
|
|
493
788
|
height: size,
|
|
494
789
|
ref,
|
|
@@ -499,8 +794,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
499
794
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,31H6a2.0059,2.0059,0,0,1-2-2V22a2.0059,2.0059,0,0,1-2-2V14a2.9465,2.9465,0,0,1,3-3h6a2.9465,2.9465,0,0,1,3,3v6a2.0059,2.0059,0,0,1-2,2v7A2.0059,2.0059,0,0,1,10,31ZM5,13a.9448.9448,0,0,0-1,1v6H6v9h4V20h2V14a.9448.9448,0,0,0-1-1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,10a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,8,10ZM8,4a2,2,0,1,0,2,2A2.002,2.002,0,0,0,8,4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.7663,4.2558A4.2121,4.2121,0,0,0,23,4.0321a4.2121,4.2121,0,0,0-5.7663.2237,4.319,4.319,0,0,0,0,6.0447L22.998,16.14,23,16.1376l.002.0019,5.7643-5.839A4.319,4.319,0,0,0,28.7663,4.2558ZM27.342,8.8948l-4.34,4.3973L23,13.29l-.002.002-4.34-4.3973a2.3085,2.3085,0,0,1,0-3.2338,2.2639,2.2639,0,0,1,3.1561,0l1.181,1.2074L23,6.8634l.0049.005,1.181-1.2074a2.2639,2.2639,0,0,1,3.1561,0A2.3085,2.3085,0,0,1,27.342,8.8948Z" }), children);
|
|
500
795
|
});
|
|
501
796
|
if (process.env.NODE_ENV !== "production") PersonFavorite.propTypes = require_iconPropTypes.iconPropTypes;
|
|
502
|
-
const Pest = react.default.forwardRef(function Pest({ children, size = 16, ...rest }, ref) {
|
|
503
|
-
return react.default.createElement(
|
|
797
|
+
const Pest = /* @__PURE__ */ react.default.forwardRef(function Pest({ children, size = 16, ...rest }, ref) {
|
|
798
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
504
799
|
width: size,
|
|
505
800
|
height: size,
|
|
506
801
|
ref,
|
|
@@ -523,8 +818,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
523
818
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,14a8.9844,8.9844,0,0,0-7,3.3555V13a10.9054,10.9054,0,0,0-1.0093-4.5845l-.3569-.7768L15.811,7.87A2.9549,2.9549,0,0,1,15,8a3.0033,3.0033,0,0,1-3-3,2.9574,2.9574,0,0,1,.1294-.8105l.2324-.8233-.7773-.3569A10.9115,10.9115,0,0,0,7,2H2V9a10.8954,10.8954,0,0,0,2.2339,6.627l.3887.4277.54-.0381a5.5286,5.5286,0,0,1,5.3628,3.2559l.2207.497.5376.0845A11.0219,11.0219,0,0,0,13,20h3V30h2V26h3a9.01,9.01,0,0,0,9-9V14ZM12.1016,17.9468A7.51,7.51,0,0,0,5.5283,14,8.8945,8.8945,0,0,1,4,9V4H7a8.8624,8.8624,0,0,1,3.0259.53A4.2457,4.2457,0,0,0,10,5a4.9658,4.9658,0,0,0,5.47,4.9736A8.8793,8.8793,0,0,1,16,13v5H13A8.1153,8.1153,0,0,1,12.1016,17.9468ZM28,17a7.0078,7.0078,0,0,1-7,7H18V23a7.01,7.01,0,0,1,5.0212-6.7109A1.4971,1.4971,0,1,0,26,16.5a1.485,1.485,0,0,0-.0918-.5H28Z" }), children);
|
|
524
819
|
});
|
|
525
820
|
if (process.env.NODE_ENV !== "production") Pest.propTypes = require_iconPropTypes.iconPropTypes;
|
|
526
|
-
const WatsonHealthPetImageB = react.default.forwardRef(function WatsonHealthPetImageB({ children, size = 16, ...rest }, ref) {
|
|
527
|
-
return react.default.createElement(
|
|
821
|
+
const WatsonHealthPetImageB = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthPetImageB({ children, size = 16, ...rest }, ref) {
|
|
822
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
528
823
|
width: size,
|
|
529
824
|
height: size,
|
|
530
825
|
ref,
|
|
@@ -547,8 +842,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
547
842
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,5a7,7,0,1,0,7,7A7,7,0,0,0,20,5Zm0,12A5,5,0,0,1,20,7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5,18H0V32H5a3,3,0,0,0,3-3V27a3,3,0,0,0-.78-2A3,3,0,0,0,8,23V21A3,3,0,0,0,5,18ZM2,20H5a1,1,0,0,1,1,1v2a1,1,0,0,1-1,1H2Zm4,9a1,1,0,0,1-1,1H2V26H5a1,1,0,0,1,1,1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 2 9 2 9 0 0 0 0 9 2 9 2 2z" }), children);
|
|
548
843
|
});
|
|
549
844
|
if (process.env.NODE_ENV !== "production") WatsonHealthPetImageB.propTypes = require_iconPropTypes.iconPropTypes;
|
|
550
|
-
const WatsonHealthPetImageO = react.default.forwardRef(function WatsonHealthPetImageO({ children, size = 16, ...rest }, ref) {
|
|
551
|
-
return react.default.createElement(
|
|
845
|
+
const WatsonHealthPetImageO = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthPetImageO({ children, size = 16, ...rest }, ref) {
|
|
846
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
552
847
|
width: size,
|
|
553
848
|
height: size,
|
|
554
849
|
ref,
|
|
@@ -571,8 +866,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
571
866
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,13a7,7,0,1,0,7,7A7,7,0,0,0,12,13Zm0,12a5,5,0,0,1,0-10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 2 9 2 9 0 0 0 0 9 2 9 2 2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,0H26a2,2,0,0,0-2,2V12a2,2,0,0,0,2,2h4a2,2,0,0,0,2-2V2A2,2,0,0,0,30,0ZM26,12V2h4V12Z" }), children);
|
|
572
867
|
});
|
|
573
868
|
if (process.env.NODE_ENV !== "production") WatsonHealthPetImageO.propTypes = require_iconPropTypes.iconPropTypes;
|
|
574
|
-
const Phone = react.default.forwardRef(function Phone({ children, size = 16, ...rest }, ref) {
|
|
575
|
-
return react.default.createElement(
|
|
869
|
+
const Phone = /* @__PURE__ */ react.default.forwardRef(function Phone({ children, size = 16, ...rest }, ref) {
|
|
870
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
576
871
|
width: size,
|
|
577
872
|
height: size,
|
|
578
873
|
ref,
|
|
@@ -583,8 +878,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
583
878
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,29h-.17C6.18,27.87,3.39,11.29,3,6.23A3,3,0,0,1,5.76,3h5.51a2,2,0,0,1,1.86,1.26L14.65,8a2,2,0,0,1-.44,2.16l-2.13,2.15a9.37,9.37,0,0,0,7.58,7.6l2.17-2.15A2,2,0,0,1,24,17.35l3.77,1.51A2,2,0,0,1,29,20.72V26A3,3,0,0,1,26,29ZM6,5A1,1,0,0,0,5,6v.08C5.46,12,8.41,26,25.94,27A1,1,0,0,0,27,26.06V20.72l-3.77-1.51-2.87,2.85L19.88,22C11.18,20.91,10,12.21,10,12.12l-.06-.48,2.84-2.87L11.28,5Z" }), children);
|
|
584
879
|
});
|
|
585
880
|
if (process.env.NODE_ENV !== "production") Phone.propTypes = require_iconPropTypes.iconPropTypes;
|
|
586
|
-
const PhoneApplication = react.default.forwardRef(function PhoneApplication({ children, size = 16, ...rest }, ref) {
|
|
587
|
-
return react.default.createElement(
|
|
881
|
+
const PhoneApplication = /* @__PURE__ */ react.default.forwardRef(function PhoneApplication({ children, size = 16, ...rest }, ref) {
|
|
882
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
588
883
|
width: size,
|
|
589
884
|
height: size,
|
|
590
885
|
ref,
|
|
@@ -595,8 +890,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
595
890
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 2H30V6H26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 8H30V12H26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 2H24V6H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 8H24V12H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,30h-.17C5.18,28.87,2.39,12.29,2,7.23A3,3,0,0,1,4.7611,4.0088Q4.88,4,5,4h5.27a2,2,0,0,1,1.86,1.26L13.65,9a2,2,0,0,1-.44,2.16l-2.13,2.15a9.36,9.36,0,0,0,7.58,7.6l2.17-2.15A2,2,0,0,1,23,18.35l3.77,1.51A2,2,0,0,1,28,21.72V27A3,3,0,0,1,25,30ZM5,6a1,1,0,0,0-1.0032.9968c0,.0278.001.0555.0032.0832C4.46,13,7.41,27,24.94,28a1,1,0,0,0,1.0581-.9382Q26,27.0309,26,27V21.72l-3.77-1.51-2.87,2.85L18.88,23C10.18,21.91,9,13.21,9,13.12l-.06-.48,2.84-2.87L10.28,6Z" }), children);
|
|
596
891
|
});
|
|
597
892
|
if (process.env.NODE_ENV !== "production") PhoneApplication.propTypes = require_iconPropTypes.iconPropTypes;
|
|
598
|
-
const PhoneBlock = react.default.forwardRef(function PhoneBlock({ children, size = 16, ...rest }, ref) {
|
|
599
|
-
return react.default.createElement(
|
|
893
|
+
const PhoneBlock = /* @__PURE__ */ react.default.forwardRef(function PhoneBlock({ children, size = 16, ...rest }, ref) {
|
|
894
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
600
895
|
width: size,
|
|
601
896
|
height: size,
|
|
602
897
|
ref,
|
|
@@ -607,8 +902,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
607
902
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,29h-.17C6.18,27.87,3.39,11.29,3,6.23A3,3,0,0,1,5.7612,3.0088Q5.88,3,6,3h5.27a2,2,0,0,1,1.86,1.26L14.65,8a2,2,0,0,1-.44,2.16l-2.13,2.15a9.36,9.36,0,0,0,7.58,7.6l2.17-2.15A2,2,0,0,1,24,17.35l3.77,1.51A2,2,0,0,1,29,20.72V26A3,3,0,0,1,26,29ZM6,5a1,1,0,0,0-1.0032.9968q0,.0417.0032.0832C5.46,12,8.41,26,25.94,27a1,1,0,0,0,1.0582-.9382Q27,26.0309,27,26V20.72l-3.77-1.51-2.87,2.85L19.88,22C11.18,20.91,10,12.21,10,12.12l-.06-.48,2.84-2.87L11.28,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.41 9 28 5.41 26.59 4 23 7.59 19.41 4 18 5.41 21.59 9 18 12.59 19.41 14 23 10.41 26.59 14 28 12.59 24.41 9z" }), children);
|
|
608
903
|
});
|
|
609
904
|
if (process.env.NODE_ENV !== "production") PhoneBlock.propTypes = require_iconPropTypes.iconPropTypes;
|
|
610
|
-
const PhoneBlockFilled = react.default.forwardRef(function PhoneBlockFilled({ children, size = 16, ...rest }, ref) {
|
|
611
|
-
return react.default.createElement(
|
|
905
|
+
const PhoneBlockFilled = /* @__PURE__ */ react.default.forwardRef(function PhoneBlockFilled({ children, size = 16, ...rest }, ref) {
|
|
906
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
612
907
|
width: size,
|
|
613
908
|
height: size,
|
|
614
909
|
ref,
|
|
@@ -619,8 +914,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
619
914
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.3333,21.4823l2.24-2.24a2.1667,2.1667,0,0,1,2.3368-.48l2.7281,1.0913A2.1666,2.1666,0,0,1,29,21.8659v4.9613a2.1668,2.1668,0,0,1-2.2843,2.1686C7.5938,27.8054,3.7321,11.6114,3.0146,5.4079A2.162,2.162,0,0,1,5.1692,3H10.042a2.1666,2.1666,0,0,1,2.0117,1.362L13.145,7.09a2.1666,2.1666,0,0,1-.48,2.3367l-2.24,2.24S11.6667,20.399,20.3333,21.4823Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.41 9 28 5.41 26.59 4 23 7.59 19.41 4 18 5.41 21.59 9 18 12.59 19.41 14 23 10.41 26.59 14 28 12.59 24.41 9z" }), children);
|
|
620
915
|
});
|
|
621
916
|
if (process.env.NODE_ENV !== "production") PhoneBlockFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
622
|
-
const PhoneFilled = react.default.forwardRef(function PhoneFilled({ children, size = 16, ...rest }, ref) {
|
|
623
|
-
return react.default.createElement(
|
|
917
|
+
const PhoneFilled = /* @__PURE__ */ react.default.forwardRef(function PhoneFilled({ children, size = 16, ...rest }, ref) {
|
|
918
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
624
919
|
width: size,
|
|
625
920
|
height: size,
|
|
626
921
|
ref,
|
|
@@ -631,8 +926,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
631
926
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.33,21.48l2.24-2.24a2.19,2.19,0,0,1,2.34-.48l2.73,1.09a2.18,2.18,0,0,1,1.36,2v5A2.17,2.17,0,0,1,26.72,29C7.59,27.81,3.73,11.61,3,5.41A2.17,2.17,0,0,1,5.17,3H10a2.16,2.16,0,0,1,2,1.36l1.09,2.73a2.16,2.16,0,0,1-.47,2.34l-2.24,2.24S11.67,20.4,20.33,21.48Z" }), children);
|
|
632
927
|
});
|
|
633
928
|
if (process.env.NODE_ENV !== "production") PhoneFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
634
|
-
const PhoneIncoming = react.default.forwardRef(function PhoneIncoming({ children, size = 16, ...rest }, ref) {
|
|
635
|
-
return react.default.createElement(
|
|
929
|
+
const PhoneIncoming = /* @__PURE__ */ react.default.forwardRef(function PhoneIncoming({ children, size = 16, ...rest }, ref) {
|
|
930
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
636
931
|
width: size,
|
|
637
932
|
height: size,
|
|
638
933
|
ref,
|
|
@@ -643,8 +938,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
643
938
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,29h-.17C6.18,27.87,3.39,11.29,3,6.23A3,3,0,0,1,5.7612,3.0088Q5.88,3,6,3h5.27a2,2,0,0,1,1.86,1.26L14.65,8a2,2,0,0,1-.44,2.16l-2.13,2.15a9.36,9.36,0,0,0,7.58,7.6l2.17-2.15A2,2,0,0,1,24,17.35l3.77,1.51A2,2,0,0,1,29,20.72V26A3,3,0,0,1,26,29ZM6,5a1,1,0,0,0-1.0032.9968q0,.0417.0032.0832C5.46,12,8.41,26,25.94,27a1,1,0,0,0,1.0582-.9382Q27,26.0309,27,26V20.72l-3.77-1.51-2.87,2.85L19.88,22C11.18,20.91,10,12.21,10,12.12l-.06-.48,2.84-2.87L11.28,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27 13 27 11 22.414 11 29 4.414 27.586 3 21 9.586 21 5 19 5 19 13 27 13z" }), children);
|
|
644
939
|
});
|
|
645
940
|
if (process.env.NODE_ENV !== "production") PhoneIncoming.propTypes = require_iconPropTypes.iconPropTypes;
|
|
646
|
-
const PhoneIncomingFilled = react.default.forwardRef(function PhoneIncomingFilled({ children, size = 16, ...rest }, ref) {
|
|
647
|
-
return react.default.createElement(
|
|
941
|
+
const PhoneIncomingFilled = /* @__PURE__ */ react.default.forwardRef(function PhoneIncomingFilled({ children, size = 16, ...rest }, ref) {
|
|
942
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
648
943
|
width: size,
|
|
649
944
|
height: size,
|
|
650
945
|
ref,
|
|
@@ -655,8 +950,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
655
950
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.3333,21.4823l2.24-2.24a2.1667,2.1667,0,0,1,2.3368-.48l2.7281,1.0913A2.1666,2.1666,0,0,1,29,21.8659v4.9613a2.1668,2.1668,0,0,1-2.2843,2.1686C7.5938,27.8054,3.7321,11.6114,3.0146,5.4079A2.162,2.162,0,0,1,5.1692,3H10.042a2.1666,2.1666,0,0,1,2.0117,1.362L13.145,7.09a2.1666,2.1666,0,0,1-.48,2.3367l-2.24,2.24S11.6667,20.399,20.3333,21.4823Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27 13 27 11 22.414 11 29 4.414 27.586 3 21 9.586 21 5 19 5 19 13 27 13z" }), children);
|
|
656
951
|
});
|
|
657
952
|
if (process.env.NODE_ENV !== "production") PhoneIncomingFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
658
|
-
const PhoneIp = react.default.forwardRef(function PhoneIp({ children, size = 16, ...rest }, ref) {
|
|
659
|
-
return react.default.createElement(
|
|
953
|
+
const PhoneIp = /* @__PURE__ */ react.default.forwardRef(function PhoneIp({ children, size = 16, ...rest }, ref) {
|
|
954
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
660
955
|
width: size,
|
|
661
956
|
height: size,
|
|
662
957
|
ref,
|
|
@@ -667,8 +962,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
667
962
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 14H18V16H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 14H22V16H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 14H26V16H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 18H18V20H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 18H22V20H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 18H26V20H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 22H18V24H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 22H22V24H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 22H26V24H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 10H26V12H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,6H14V5a2.0025,2.0025,0,0,0-2-2H8A2.0025,2.0025,0,0,0,6,5V6H4A2.0025,2.0025,0,0,0,2,8V26a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V8A2.0025,2.0025,0,0,0,28,6ZM8,5h4V22H8ZM28,26H4V8H6V22a2.0025,2.0025,0,0,0,2,2h4a2.0025,2.0025,0,0,0,2-2V8H28Z" }), children);
|
|
668
963
|
});
|
|
669
964
|
if (process.env.NODE_ENV !== "production") PhoneIp.propTypes = require_iconPropTypes.iconPropTypes;
|
|
670
|
-
const PhoneOff = react.default.forwardRef(function PhoneOff({ children, size = 16, ...rest }, ref) {
|
|
671
|
-
return react.default.createElement(
|
|
965
|
+
const PhoneOff = /* @__PURE__ */ react.default.forwardRef(function PhoneOff({ children, size = 16, ...rest }, ref) {
|
|
966
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
672
967
|
width: size,
|
|
673
968
|
height: size,
|
|
674
969
|
ref,
|
|
@@ -679,8 +974,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
679
974
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9.19,18.56A25.66,25.66,0,0,1,5,6.08V6A1,1,0,0,1,6,5h5.28l1.5,3.77L9.94,11.64l.06.48a13,13,0,0,0,1.46,4.17l1.46-1.46a9.34,9.34,0,0,1-.84-2.52l2.13-2.15A2,2,0,0,0,14.65,8L13.13,4.26A2,2,0,0,0,11.27,3H5.76A3,3,0,0,0,3,6.23,28,28,0,0,0,7.79,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.77,18.86,24,17.35a2,2,0,0,0-2.17.41l-2.17,2.15A9.17,9.17,0,0,1,15.45,18L30,3.41,28.59,2,2,28.59,3.41,30l7-7c3.38,3.18,8.28,5.62,15.39,6H26a3,3,0,0,0,3-3V20.72A2,2,0,0,0,27.77,18.86ZM27,26v.06a1,1,0,0,1-1.06.94c-6.51-.37-11-2.54-14.11-5.42L14,19.44A10.77,10.77,0,0,0,19.88,22l.48.06,2.87-2.85L27,20.72Z" }), children);
|
|
680
975
|
});
|
|
681
976
|
if (process.env.NODE_ENV !== "production") PhoneOff.propTypes = require_iconPropTypes.iconPropTypes;
|
|
682
|
-
const PhoneOffFilled = react.default.forwardRef(function PhoneOffFilled({ children, size = 16, ...rest }, ref) {
|
|
683
|
-
return react.default.createElement(
|
|
977
|
+
const PhoneOffFilled = /* @__PURE__ */ react.default.forwardRef(function PhoneOffFilled({ children, size = 16, ...rest }, ref) {
|
|
978
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
684
979
|
width: size,
|
|
685
980
|
height: size,
|
|
686
981
|
ref,
|
|
@@ -691,8 +986,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
691
986
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.74,19.56l-2.52-1a2,2,0,0,0-2.15.44L20,21.06a9.93,9.93,0,0,1-5.35-2.29L30,3.41,28.59,2,2,28.59,3.41,30l7.93-7.92c3.24,3.12,7.89,5.5,14.55,5.92A2,2,0,0,0,28,26V21.41A2,2,0,0,0,26.74,19.56Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8.15,18.19l3.52-3.52A11.68,11.68,0,0,1,10.85,12l2.07-2.07a2,2,0,0,0,.44-2.15l-1-2.52A2,2,0,0,0,10.5,4H6A2,2,0,0,0,4,6.22,29,29,0,0,0,8.15,18.19Z" }), children);
|
|
692
987
|
});
|
|
693
988
|
if (process.env.NODE_ENV !== "production") PhoneOffFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
694
|
-
const PhoneOutgoing = react.default.forwardRef(function PhoneOutgoing({ children, size = 16, ...rest }, ref) {
|
|
695
|
-
return react.default.createElement(
|
|
989
|
+
const PhoneOutgoing = /* @__PURE__ */ react.default.forwardRef(function PhoneOutgoing({ children, size = 16, ...rest }, ref) {
|
|
990
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
696
991
|
width: size,
|
|
697
992
|
height: size,
|
|
698
993
|
ref,
|
|
@@ -703,8 +998,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
703
998
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,29h-0.2C6.2,27.9,3.4,11.3,3,6.2C2.9,4.6,4.1,3.1,5.8,3C5.8,3,5.9,3,6,3h5.3c0.8,0,1.6,0.5,1.9,1.3L14.6,8 c0.3,0.7,0.1,1.6-0.4,2.2l-2.1,2.1c0.7,3.9,3.7,6.9,7.6,7.6l2.2-2.1c0.6-0.6,1.4-0.7,2.2-0.4l3.8,1.5c0.7,0.3,1.2,1,1.2,1.9V26 C29,27.7,27.7,29,26,29z M6,5C5.4,5,5,5.4,5,6c0,0,0,0.1,0,0.1C5.5,12,8.4,26,25.9,27c0.6,0,1-0.4,1.1-0.9c0,0,0,0,0-0.1v-5.3 l-3.8-1.5l-2.9,2.9L19.9,22c-8.7-1.1-9.9-9.8-9.9-9.9l-0.1-0.5l2.8-2.9L11.3,5H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 4 20 6 24.6 6 18 12.6 19.4 14 26 7.4 26 12 28 12 28 4z" }), children);
|
|
704
999
|
});
|
|
705
1000
|
if (process.env.NODE_ENV !== "production") PhoneOutgoing.propTypes = require_iconPropTypes.iconPropTypes;
|
|
706
|
-
const PhoneOutgoingFilled = react.default.forwardRef(function PhoneOutgoingFilled({ children, size = 16, ...rest }, ref) {
|
|
707
|
-
return react.default.createElement(
|
|
1001
|
+
const PhoneOutgoingFilled = /* @__PURE__ */ react.default.forwardRef(function PhoneOutgoingFilled({ children, size = 16, ...rest }, ref) {
|
|
1002
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
708
1003
|
width: size,
|
|
709
1004
|
height: size,
|
|
710
1005
|
ref,
|
|
@@ -715,8 +1010,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
715
1010
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.3333,21.4823l2.24-2.24a2.1667,2.1667,0,0,1,2.3368-.48l2.7281,1.0913A2.1666,2.1666,0,0,1,29,21.8659v4.9613a2.1668,2.1668,0,0,1-2.2843,2.1686C7.5938,27.8054,3.7321,11.6114,3.0146,5.4079A2.162,2.162,0,0,1,5.1692,3H10.042a2.1666,2.1666,0,0,1,2.0117,1.362L13.145,7.09a2.1666,2.1666,0,0,1-.48,2.3367l-2.24,2.24S11.6667,20.399,20.3333,21.4823Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 4 20 6 24.586 6 18 12.586 19.414 14 26 7.414 26 12 28 12 28 4 20 4z" }), children);
|
|
716
1011
|
});
|
|
717
1012
|
if (process.env.NODE_ENV !== "production") PhoneOutgoingFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
718
|
-
const PhoneSettings = react.default.forwardRef(function PhoneSettings({ children, size = 16, ...rest }, ref) {
|
|
719
|
-
return react.default.createElement(
|
|
1013
|
+
const PhoneSettings = /* @__PURE__ */ react.default.forwardRef(function PhoneSettings({ children, size = 16, ...rest }, ref) {
|
|
1014
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
720
1015
|
width: size,
|
|
721
1016
|
height: size,
|
|
722
1017
|
ref,
|
|
@@ -727,8 +1022,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
727
1022
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,10V8H27.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,4.1011V2H22V4.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,8H16v2h2.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,13.8989V16h2V13.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,10Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,23,12Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,30h-.17C5.18,28.87,2.39,12.29,2,7.23A3,3,0,0,1,4.7611,4.0088Q4.88,4,5,4h5.27a2,2,0,0,1,1.86,1.26L13.65,9a2,2,0,0,1-.44,2.16l-2.13,2.15a9.36,9.36,0,0,0,7.58,7.6l2.17-2.15A2,2,0,0,1,23,18.35l3.77,1.51A2,2,0,0,1,28,21.72V27A3,3,0,0,1,25,30ZM5,6a1,1,0,0,0-1.0032.9968c0,.0278.001.0555.0032.0832C4.46,13,7.41,27,24.94,28a1,1,0,0,0,1.0581-.9382Q26,27.0309,26,27V21.72l-3.77-1.51-2.87,2.85L18.88,23C10.18,21.91,9,13.21,9,13.12l-.06-.48,2.84-2.87L10.28,6Z" }), children);
|
|
728
1023
|
});
|
|
729
1024
|
if (process.env.NODE_ENV !== "production") PhoneSettings.propTypes = require_iconPropTypes.iconPropTypes;
|
|
730
|
-
const PhoneVoice = react.default.forwardRef(function PhoneVoice({ children, size = 16, ...rest }, ref) {
|
|
731
|
-
return react.default.createElement(
|
|
1025
|
+
const PhoneVoice = /* @__PURE__ */ react.default.forwardRef(function PhoneVoice({ children, size = 16, ...rest }, ref) {
|
|
1026
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
732
1027
|
width: size,
|
|
733
1028
|
height: size,
|
|
734
1029
|
ref,
|
|
@@ -739,8 +1034,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
739
1034
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,13H22a3.0033,3.0033,0,0,0-3-3V8A5.0057,5.0057,0,0,1,24,13Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,13H26a7.0078,7.0078,0,0,0-7-7V4A9.01,9.01,0,0,1,28,13Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,29h-.17C6.18,27.87,3.39,11.29,3,6.23A3,3,0,0,1,5.7612,3.0088Q5.88,3,6,3h5.27a2,2,0,0,1,1.86,1.26L14.65,8a2,2,0,0,1-.44,2.16l-2.13,2.15a9.36,9.36,0,0,0,7.58,7.6l2.17-2.15A2,2,0,0,1,24,17.35l3.77,1.51A2,2,0,0,1,29,20.72V26A3,3,0,0,1,26,29ZM6,5a1,1,0,0,0-1.0032.9968q0,.0417.0032.0832C5.46,12,8.41,26,25.94,27a1,1,0,0,0,1.0582-.9382Q27,26.0309,27,26V20.72l-3.77-1.51-2.87,2.85L19.88,22C11.18,20.91,10,12.21,10,12.12l-.06-.48,2.84-2.87L11.28,5Z" }), children);
|
|
740
1035
|
});
|
|
741
1036
|
if (process.env.NODE_ENV !== "production") PhoneVoice.propTypes = require_iconPropTypes.iconPropTypes;
|
|
742
|
-
const PhoneVoiceFilled = react.default.forwardRef(function PhoneVoiceFilled({ children, size = 16, ...rest }, ref) {
|
|
743
|
-
return react.default.createElement(
|
|
1037
|
+
const PhoneVoiceFilled = /* @__PURE__ */ react.default.forwardRef(function PhoneVoiceFilled({ children, size = 16, ...rest }, ref) {
|
|
1038
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
744
1039
|
width: size,
|
|
745
1040
|
height: size,
|
|
746
1041
|
ref,
|
|
@@ -751,8 +1046,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
751
1046
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,13H22a3.0033,3.0033,0,0,0-3-3V8A5.0057,5.0057,0,0,1,24,13Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,13H26a7.0078,7.0078,0,0,0-7-7V4A9.01,9.01,0,0,1,28,13Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.3333,21.4823l2.24-2.24a2.1667,2.1667,0,0,1,2.3368-.48l2.7281,1.0913A2.1666,2.1666,0,0,1,29,21.8659v4.9613a2.1668,2.1668,0,0,1-2.2843,2.1686C7.5938,27.8054,3.7321,11.6114,3.0146,5.4079A2.162,2.162,0,0,1,5.1692,3H10.042a2.1666,2.1666,0,0,1,2.0117,1.362L13.145,7.09a2.1666,2.1666,0,0,1-.48,2.3367l-2.24,2.24S11.6667,20.399,20.3333,21.4823Z" }), children);
|
|
752
1047
|
});
|
|
753
1048
|
if (process.env.NODE_ENV !== "production") PhoneVoiceFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
754
|
-
const PhraseSentiment = react.default.forwardRef(function PhraseSentiment({ children, size = 16, ...rest }, ref) {
|
|
755
|
-
return react.default.createElement(
|
|
1049
|
+
const PhraseSentiment = /* @__PURE__ */ react.default.forwardRef(function PhraseSentiment({ children, size = 16, ...rest }, ref) {
|
|
1050
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
756
1051
|
width: size,
|
|
757
1052
|
height: size,
|
|
758
1053
|
ref,
|
|
@@ -763,8 +1058,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
763
1058
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.303,10a2.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,19l4.2089-4.2978a2.7992,2.7992,0,0,0,0-3.8964A2.6616,2.6616,0,0,0,18.303,10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17.7358,30,16,29l4-7h6a1.9966,1.9966,0,0,0,2-2V8a1.9966,1.9966,0,0,0-2-2H6A1.9966,1.9966,0,0,0,4,8V20a1.9966,1.9966,0,0,0,2,2h9v2H6a3.9993,3.9993,0,0,1-4-4V8A3.9988,3.9988,0,0,1,6,4H26a3.9988,3.9988,0,0,1,4,4V20a3.9993,3.9993,0,0,1-4,4H21.1646Z" }), children);
|
|
764
1059
|
});
|
|
765
1060
|
if (process.env.NODE_ENV !== "production") PhraseSentiment.propTypes = require_iconPropTypes.iconPropTypes;
|
|
766
|
-
const PicnicArea = react.default.forwardRef(function PicnicArea({ children, size = 16, ...rest }, ref) {
|
|
767
|
-
return react.default.createElement(
|
|
1061
|
+
const PicnicArea = /* @__PURE__ */ react.default.forwardRef(function PicnicArea({ children, size = 16, ...rest }, ref) {
|
|
1062
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
768
1063
|
width: size,
|
|
769
1064
|
height: size,
|
|
770
1065
|
ref,
|
|
@@ -775,8 +1070,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
775
1070
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,12a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,24,12Zm0-6a2,2,0,1,0,2,2A2.0021,2.0021,0,0,0,24,6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,22H21.8472L21.18,18H24V16H8v2h2.82l-.6668,4H6v2H9.82l-.6668,4H11.18l.6668-4h8.3056l.6668,4h2.0276L22.18,24H26ZM12.18,22l.6665-4h6.3062l.6665,4Z" }), children);
|
|
776
1071
|
});
|
|
777
1072
|
if (process.env.NODE_ENV !== "production") PicnicArea.propTypes = require_iconPropTypes.iconPropTypes;
|
|
778
|
-
const PiggyBank = react.default.forwardRef(function PiggyBank({ children, size = 16, ...rest }, ref) {
|
|
779
|
-
return react.default.createElement(
|
|
1073
|
+
const PiggyBank = /* @__PURE__ */ react.default.forwardRef(function PiggyBank({ children, size = 16, ...rest }, ref) {
|
|
1074
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
780
1075
|
width: size,
|
|
781
1076
|
height: size,
|
|
782
1077
|
ref,
|
|
@@ -787,8 +1082,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
787
1082
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16.5,14H20V12H18V11H16v1.0508A2.5,2.5,0,0,0,16.5,17h1a.5.5,0,0,1,0,1H14v2h2v1h2V19.9492A2.5,2.5,0,0,0,17.5,15h-1a.5.5,0,0,1,0-1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,13H26.98A5.7789,5.7789,0,0,0,25,8.8525V5a1,1,0,0,0-1.6-.8L19.6665,7H15c-5.5095,0-9.4634,3.2412-9.9485,8H5a1.0009,1.0009,0,0,1-1-1V12H2v2a3.0033,3.0033,0,0,0,3,3h.07A9.1733,9.1733,0,0,0,9,23.5566V27a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V25h3v2a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V23.6372A5.0926,5.0926,0,0,0,26.8188,20H29a1,1,0,0,0,1-1V14A1,1,0,0,0,29,13Zm-1,5H25.124c-.3052,2.7529-.8235,3.4854-3.124,4.3154V26H20V23H13v3H11V22.3779A7.013,7.013,0,0,1,7,16c0-4.8354,4.0181-7,8-7h5.3335L23,7V9.7764c2.4182,1.8593,1.9126,3.186,2.0183,5.2236H28Z" }), children);
|
|
788
1083
|
});
|
|
789
1084
|
if (process.env.NODE_ENV !== "production") PiggyBank.propTypes = require_iconPropTypes.iconPropTypes;
|
|
790
|
-
const PiggyBankSlot = react.default.forwardRef(function PiggyBankSlot({ children, size = 16, ...rest }, ref) {
|
|
791
|
-
return react.default.createElement(
|
|
1085
|
+
const PiggyBankSlot = /* @__PURE__ */ react.default.forwardRef(function PiggyBankSlot({ children, size = 16, ...rest }, ref) {
|
|
1086
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
792
1087
|
width: size,
|
|
793
1088
|
height: size,
|
|
794
1089
|
ref,
|
|
@@ -799,8 +1094,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
799
1094
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 11H20V13H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,13H26.98A5.7791,5.7791,0,0,0,25,8.8525V5a1,1,0,0,0-1.6-.8L19.6665,7H15c-5.5095,0-9.4634,3.2412-9.9485,8H5a1.0009,1.0009,0,0,1-1-1V12H2v2a3.0033,3.0033,0,0,0,3,3h.07A9.1733,9.1733,0,0,0,9,23.5566V27a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V25h3v2a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V23.6372A5.0928,5.0928,0,0,0,26.8188,20H29a1,1,0,0,0,1-1V14A1,1,0,0,0,29,13Zm-1,5H25.124c-.3052,2.7529-.8235,3.4854-3.124,4.3154V26H20V23H13v3H11V22.3779A7.0129,7.0129,0,0,1,7,16c0-4.8354,4.0181-7,8-7h5.3335L23,7V9.7764c2.4182,1.8593,1.9126,3.186,2.0183,5.2236H28Z" }), children);
|
|
800
1095
|
});
|
|
801
1096
|
if (process.env.NODE_ENV !== "production") PiggyBankSlot.propTypes = require_iconPropTypes.iconPropTypes;
|
|
802
|
-
const Pills = react.default.forwardRef(function Pills({ children, size = 16, ...rest }, ref) {
|
|
803
|
-
return react.default.createElement(
|
|
1097
|
+
const Pills = /* @__PURE__ */ react.default.forwardRef(function Pills({ children, size = 16, ...rest }, ref) {
|
|
1098
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
804
1099
|
width: size,
|
|
805
1100
|
height: size,
|
|
806
1101
|
ref,
|
|
@@ -811,8 +1106,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
811
1106
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,14a7.94,7.94,0,0,0-4,1.0825V9A7,7,0,0,0,4,9V23a6.999,6.999,0,0,0,12.2855,4.5878A7.9969,7.9969,0,1,0,22,14Zm0,2a6.0046,6.0046,0,0,1,5.91,5H16.09A6.0046,6.0046,0,0,1,22,16ZM6,9A5,5,0,0,1,16,9v6H6Zm5,19a5.0059,5.0059,0,0,1-5-5V17h9.765a7.9566,7.9566,0,0,0-.7242,8.9315A4.9885,4.9885,0,0,1,11,28Zm11,0a6.0046,6.0046,0,0,1-5.91-5H27.91A6.0046,6.0046,0,0,1,22,28Z" }), children);
|
|
812
1107
|
});
|
|
813
1108
|
if (process.env.NODE_ENV !== "production") Pills.propTypes = require_iconPropTypes.iconPropTypes;
|
|
814
|
-
const PillsAdd = react.default.forwardRef(function PillsAdd({ children, size = 16, ...rest }, ref) {
|
|
815
|
-
return react.default.createElement(
|
|
1109
|
+
const PillsAdd = /* @__PURE__ */ react.default.forwardRef(function PillsAdd({ children, size = 16, ...rest }, ref) {
|
|
1110
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
816
1111
|
width: size,
|
|
817
1112
|
height: size,
|
|
818
1113
|
ref,
|
|
@@ -823,8 +1118,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
823
1118
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,14a7.94,7.94,0,0,0-4,1.0825V9A7,7,0,0,0,4,9V23a6.9857,6.9857,0,0,0,12.2756,4.5768A7.9966,7.9966,0,1,0,22,14ZM11,4a5.0059,5.0059,0,0,1,5,5v6H6V9A5.0059,5.0059,0,0,1,11,4Zm0,24a5.0059,5.0059,0,0,1-5-5V17h9.765a7.9564,7.9564,0,0,0-.7239,8.9319A5.0147,5.0147,0,0,1,11,28Zm11,0a6,6,0,1,1,6-6A6.0066,6.0066,0,0,1,22,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25 21 23 21 23 19 21 19 21 21 19 21 19 23 21 23 21 25 23 25 23 23 25 23 25 21z" }), children);
|
|
824
1119
|
});
|
|
825
1120
|
if (process.env.NODE_ENV !== "production") PillsAdd.propTypes = require_iconPropTypes.iconPropTypes;
|
|
826
|
-
const PillsSubtract = react.default.forwardRef(function PillsSubtract({ children, size = 16, ...rest }, ref) {
|
|
827
|
-
return react.default.createElement(
|
|
1121
|
+
const PillsSubtract = /* @__PURE__ */ react.default.forwardRef(function PillsSubtract({ children, size = 16, ...rest }, ref) {
|
|
1122
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
828
1123
|
width: size,
|
|
829
1124
|
height: size,
|
|
830
1125
|
ref,
|
|
@@ -835,8 +1130,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
835
1130
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,14a7.94,7.94,0,0,0-4,1.0825V9A7,7,0,0,0,4,9V23a6.9857,6.9857,0,0,0,12.2756,4.5768A7.9966,7.9966,0,1,0,22,14ZM11,4a5.0059,5.0059,0,0,1,5,5v6H6V9A5.0059,5.0059,0,0,1,11,4Zm0,24a5.0059,5.0059,0,0,1-5-5V17h9.765a7.9564,7.9564,0,0,0-.7239,8.9319A5.0147,5.0147,0,0,1,11,28Zm11,0a6,6,0,1,1,6-6A6.0066,6.0066,0,0,1,22,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 21H25V23H19z" }), children);
|
|
836
1131
|
});
|
|
837
1132
|
if (process.env.NODE_ENV !== "production") PillsSubtract.propTypes = require_iconPropTypes.iconPropTypes;
|
|
838
|
-
const Pin = react.default.forwardRef(function Pin({ children, size = 16, ...rest }, ref) {
|
|
839
|
-
return react.default.createElement(
|
|
1133
|
+
const Pin = /* @__PURE__ */ react.default.forwardRef(function Pin({ children, size = 16, ...rest }, ref) {
|
|
1134
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
840
1135
|
width: size,
|
|
841
1136
|
height: size,
|
|
842
1137
|
ref,
|
|
@@ -847,8 +1142,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
847
1142
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.59,13.31,30,11.9,20,2,18.69,3.42,19.87,4.6,8.38,14.32,6.66,12.61,5.25,14l5.66,5.68L2,28.58,3.41,30l8.91-8.91L18,26.75l1.39-1.42-1.71-1.71L27.4,12.13ZM16.26,22.2,9.8,15.74,21.29,6,26,10.71Z" }), children);
|
|
848
1143
|
});
|
|
849
1144
|
if (process.env.NODE_ENV !== "production") Pin.propTypes = require_iconPropTypes.iconPropTypes;
|
|
850
|
-
const PinFilled = react.default.forwardRef(function PinFilled({ children, size = 16, ...rest }, ref) {
|
|
851
|
-
return react.default.createElement(
|
|
1145
|
+
const PinFilled = /* @__PURE__ */ react.default.forwardRef(function PinFilled({ children, size = 16, ...rest }, ref) {
|
|
1146
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
852
1147
|
width: size,
|
|
853
1148
|
height: size,
|
|
854
1149
|
ref,
|
|
@@ -859,8 +1154,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
859
1154
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.5858,13.3137,30,11.9,20,2,18.6858,3.415l1.1858,1.1857L8.38,14.3225,6.6641,12.6067,5.25,14l5.6572,5.6773L2,28.5831,3.41,30l8.9111-8.9087L18,26.7482l1.3929-1.414L17.6765,23.618l9.724-11.4895Z" }), children);
|
|
860
1155
|
});
|
|
861
1156
|
if (process.env.NODE_ENV !== "production") PinFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
862
|
-
const Pipelines = react.default.forwardRef(function Pipelines({ children, size = 16, ...rest }, ref) {
|
|
863
|
-
return react.default.createElement(
|
|
1157
|
+
const Pipelines = /* @__PURE__ */ react.default.forwardRef(function Pipelines({ children, size = 16, ...rest }, ref) {
|
|
1158
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
864
1159
|
width: size,
|
|
865
1160
|
height: size,
|
|
866
1161
|
ref,
|
|
@@ -871,8 +1166,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
871
1166
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,12h6c1.1028,0,2-.8975,2-2V4c0-1.1025-.8972-2-2-2h-6c-1.1028,0-2,.8975-2,2v2h-9c-2.7571,0-5,2.2432-5,5h-2c-1.1028,0-2,.8975-2,2v6c0,1.1025.8972,2,2,2h2c0,2.7568,2.2429,5,5,5h9v2c0,1.1025.8972,2,2,2h6c1.1028,0,2-.8975,2-2v-6c0-1.1025-.8972-2-2-2h-6c-1.1028,0-2,.8975-2,2v2h-9c-1.6543,0-3-1.3457-3-3h2c1.1028,0,2-.8975,2-2v-6c0-1.1025-.8972-2-2-2h-2c0-1.6543,1.3457-3,3-3h9v2c0,1.1025.8972,2,2,2ZM22,22h6v6h-6l-.0012-6h.0012ZM10,13v6h-6l-.0012-6h6.0012ZM22,4h6v6h-6l-.0012-6h.0012Z" }), children);
|
|
872
1167
|
});
|
|
873
1168
|
if (process.env.NODE_ENV !== "production") Pipelines.propTypes = require_iconPropTypes.iconPropTypes;
|
|
874
|
-
const PivotHorizontal = react.default.forwardRef(function PivotHorizontal({ children, size = 16, ...rest }, ref) {
|
|
875
|
-
return react.default.createElement(
|
|
1169
|
+
const PivotHorizontal = /* @__PURE__ */ react.default.forwardRef(function PivotHorizontal({ children, size = 16, ...rest }, ref) {
|
|
1170
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
876
1171
|
width: size,
|
|
877
1172
|
height: size,
|
|
878
1173
|
ref,
|
|
@@ -883,8 +1178,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
883
1178
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.1,2H3.9c-1.1,0-1.9.9-1.9,1.9v24.2c0,1.1.9,1.9,1.9,1.9h24.2c1.1,0,1.9-.9,1.9-1.9V3.9c0-1.1-.9-1.9-1.9-1.9ZM28,28H4V8h24s0,20,0,20ZM28,6H4v-2h24s0,2,0,2ZM22,19l-1.4,1.4-2.6-2.6v6.2c0,1.1-.9,2-2,2h-6v-2h6v-6.2l-2.6,2.6-1.4-1.4,5-5,5,5ZM8,12v-2h16v2H8Z" }), children);
|
|
884
1179
|
});
|
|
885
1180
|
if (process.env.NODE_ENV !== "production") PivotHorizontal.propTypes = require_iconPropTypes.iconPropTypes;
|
|
886
|
-
const PivotVertical = react.default.forwardRef(function PivotVertical({ children, size = 16, ...rest }, ref) {
|
|
887
|
-
return react.default.createElement(
|
|
1181
|
+
const PivotVertical = /* @__PURE__ */ react.default.forwardRef(function PivotVertical({ children, size = 16, ...rest }, ref) {
|
|
1182
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
888
1183
|
width: size,
|
|
889
1184
|
height: size,
|
|
890
1185
|
ref,
|
|
@@ -895,8 +1190,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
895
1190
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,2H4c-1.1,0-2,.9-2,2v24c0,1.1.9,2,2,2h24c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2ZM28,28H4V8h24v20ZM28,6H4v-2h24v2ZM22,10h2v16h-2v-16ZM15,14l5,5-5,5-1.4-1.4,2.6-2.6h-6.2c-1.1,0-2-.9-2-2v-6h2v6h6.2l-2.6-2.6,1.4-1.4Z" }), children);
|
|
896
1191
|
});
|
|
897
1192
|
if (process.env.NODE_ENV !== "production") PivotVertical.propTypes = require_iconPropTypes.iconPropTypes;
|
|
898
|
-
const Plan = react.default.forwardRef(function Plan({ children, size = 16, ...rest }, ref) {
|
|
899
|
-
return react.default.createElement(
|
|
1193
|
+
const Plan = /* @__PURE__ */ react.default.forwardRef(function Plan({ children, size = 16, ...rest }, ref) {
|
|
1194
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
900
1195
|
width: size,
|
|
901
1196
|
height: size,
|
|
902
1197
|
ref,
|
|
@@ -907,8 +1202,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
907
1202
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M31,8c0-0.4-0.2-0.7-0.5-0.9l-7-4C23.3,3,23.2,3,23,3s-0.3,0-0.5,0.1L16,6.8L9.5,3.1C9.3,3,9.2,3,9,3S8.7,3,8.5,3.1l-7,4 C1.2,7.3,1,7.6,1,8v20c0,0.6,0.4,1,1,1c0.2,0,0.3-0.1,0.5-0.1l0,0L9,25.2l6.5,3.7C15.7,29,15.8,29,16,29s0.3,0,0.5-0.1l6.5-3.7 l6.5,3.7l0,0c0.1,0.1,0.3,0.1,0.5,0.1c0.6,0,1-0.4,1-1V8z M3,8.6l5-2.9v17.7l-5,2.9V8.6z M15,26.3l-5-2.9V5.7l5,2.9V26.3z M22,23.4 l-5,2.9V8.6l5-2.9V23.4z M24,23.4V5.7l5,2.9l0,17.7L24,23.4z" }), children);
|
|
908
1203
|
});
|
|
909
1204
|
if (process.env.NODE_ENV !== "production") Plan.propTypes = require_iconPropTypes.iconPropTypes;
|
|
910
|
-
const Plane = react.default.forwardRef(function Plane({ children, size = 16, ...rest }, ref) {
|
|
911
|
-
return react.default.createElement(
|
|
1205
|
+
const Plane = /* @__PURE__ */ react.default.forwardRef(function Plane({ children, size = 16, ...rest }, ref) {
|
|
1206
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
912
1207
|
width: size,
|
|
913
1208
|
height: size,
|
|
914
1209
|
ref,
|
|
@@ -919,8 +1214,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
919
1214
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.37,14.75,20,10V6a4,4,0,0,0-8,0v4L2.63,14.75a1,1,0,0,0-.63.93v5a1,1,0,0,0,1,1,1,1,0,0,0,.29-.05L12,18v5L8.55,24.72a1,1,0,0,0-.55.9V29a1,1,0,0,0,1,1,.9.9,0,0,0,.28,0L16,28l6.72,2A.9.9,0,0,0,23,30a1,1,0,0,0,1-1V25.62a1,1,0,0,0-.55-.9L20,23V18l8.71,3.61a1,1,0,0,0,.29.05,1,1,0,0,0,1-1v-5A1,1,0,0,0,29.37,14.75ZM28,19.15,18,15v9.24l4,2v1.43l-6-1.75-6,1.75V26.24l4-2V15L4,19.15V16.3l10-5.07V6a2,2,0,0,1,4,0v5.23L28,16.3Z" }), children);
|
|
920
1215
|
});
|
|
921
1216
|
if (process.env.NODE_ENV !== "production") Plane.propTypes = require_iconPropTypes.iconPropTypes;
|
|
922
|
-
const PlanePrivate = react.default.forwardRef(function PlanePrivate({ children, size = 16, ...rest }, ref) {
|
|
923
|
-
return react.default.createElement(
|
|
1217
|
+
const PlanePrivate = /* @__PURE__ */ react.default.forwardRef(function PlanePrivate({ children, size = 16, ...rest }, ref) {
|
|
1218
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
924
1219
|
width: size,
|
|
925
1220
|
height: size,
|
|
926
1221
|
ref,
|
|
@@ -931,8 +1226,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
931
1226
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.5845,14.585l-3.12-1.8721A4.9951,4.9951,0,0,0,22.8921,12H7.7808L7.16,9.5151A1.9975,1.9975,0,0,0,5.2192,8H4a2.0023,2.0023,0,0,0-2,2v7a3.0033,3.0033,0,0,0,3,3h7v6a2.0023,2.0023,0,0,0,2,2h1.3071A2.0086,2.0086,0,0,0,17.18,26.7021L19.6929,20h7.3916a2.9152,2.9152,0,0,0,1.5-5.415ZM27.0845,18H18.3071l-3,8H14V18H5a1.0009,1.0009,0,0,1-1-1V10H5.2192l1,4H10v2h2V14h3v2h2V14h3v2h2V14h.8921a2.9977,2.9977,0,0,1,1.5434.4277l3.12,1.8721a.9154.9154,0,0,1-.4712,1.7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,4h1.3228l2.4,6h2.1545L17.18,3.2573A1.9906,1.9906,0,0,0,15.3228,2H14a2.0023,2.0023,0,0,0-2,2v6h2Z" }), children);
|
|
932
1227
|
});
|
|
933
1228
|
if (process.env.NODE_ENV !== "production") PlanePrivate.propTypes = require_iconPropTypes.iconPropTypes;
|
|
934
|
-
const PlaneSea = react.default.forwardRef(function PlaneSea({ children, size = 16, ...rest }, ref) {
|
|
935
|
-
return react.default.createElement(
|
|
1229
|
+
const PlaneSea = /* @__PURE__ */ react.default.forwardRef(function PlaneSea({ children, size = 16, ...rest }, ref) {
|
|
1230
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
936
1231
|
width: size,
|
|
937
1232
|
height: size,
|
|
938
1233
|
ref,
|
|
@@ -943,8 +1238,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
943
1238
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,30H28a4.9316,4.9316,0,0,1-4-1.9873,5.0192,5.0192,0,0,1-8,0,5.0192,5.0192,0,0,1-8,0A4.9316,4.9316,0,0,1,4,30H2V28H4a3.44,3.44,0,0,0,3.0532-2.3215A.9712.9712,0,0,1,8,25a1.0069,1.0069,0,0,1,.9487.6838A3.4381,3.4381,0,0,0,12,28a3.44,3.44,0,0,0,3.0532-2.3215A.99.99,0,0,1,16,25a1.0069,1.0069,0,0,1,.9487.6838A3.4381,3.4381,0,0,0,20,28a3.44,3.44,0,0,0,3.0532-2.3215,1,1,0,0,1,1.8955.0053A3.4381,3.4381,0,0,0,28,28h2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,6v4H25.5L23.4,7.2A3.0129,3.0129,0,0,0,21,6H15a3.0033,3.0033,0,0,0-3,3v1H8.6182L7.8945,8.5527l-1-2A1,1,0,0,0,6,6H3A1,1,0,0,0,2,7v6a3.0033,3.0033,0,0,0,3,3h6.82l-.6666,4H7a1,1,0,0,0,0,2H27a1,1,0,0,0,0-2H22.847L22.18,16h.1629a4.9662,4.9662,0,0,0,3.5351-1.4648L28,12.4141V16h2V6ZM14,9a1.0009,1.0009,0,0,1,1-1h6a1.0045,1.0045,0,0,1,.8.4L23,10H14Zm6.82,11H13.18l.6666-4h6.306Zm1.5237-6H5a1.0009,1.0009,0,0,1-1-1V8H5.3818l.7237,1.4473L7.3818,12h18.204l-1.1214,1.1211A2.9789,2.9789,0,0,1,22.3433,14Z" }), children);
|
|
944
1239
|
});
|
|
945
1240
|
if (process.env.NODE_ENV !== "production") PlaneSea.propTypes = require_iconPropTypes.iconPropTypes;
|
|
946
|
-
const PlatformAutomation = react.default.forwardRef(function PlatformAutomation({ children, size = 16, ...rest }, ref) {
|
|
947
|
-
return react.default.createElement(
|
|
1241
|
+
const PlatformAutomation = /* @__PURE__ */ react.default.forwardRef(function PlatformAutomation({ children, size = 16, ...rest }, ref) {
|
|
1242
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
948
1243
|
width: size,
|
|
949
1244
|
height: size,
|
|
950
1245
|
ref,
|
|
@@ -955,8 +1250,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
955
1250
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5,25V15.8281l-3.5859,3.586L0,18l6-6,6,6-1.4141,1.4141L7,15.8281V25H19v2H7A2.0024,2.0024,0,0,1,5,25Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,22h4a2.002,2.002,0,0,1,2,2v4a2.002,2.002,0,0,1-2,2H24a2.002,2.002,0,0,1-2-2V24A2.002,2.002,0,0,1,24,22Zm4,6V24H23.9985L24,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,6v9.1719l3.5859-3.586L32,13l-6,6-6-6,1.4141-1.4141L25,15.1719V6H13V4H25A2.0024,2.0024,0,0,1,27,6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 6H8V8H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 2H10V4H2z" }), children);
|
|
956
1251
|
});
|
|
957
1252
|
if (process.env.NODE_ENV !== "production") PlatformAutomation.propTypes = require_iconPropTypes.iconPropTypes;
|
|
958
|
-
const Platforms = react.default.forwardRef(function Platforms({ children, size = 16, ...rest }, ref) {
|
|
959
|
-
return react.default.createElement(
|
|
1253
|
+
const Platforms = /* @__PURE__ */ react.default.forwardRef(function Platforms({ children, size = 16, ...rest }, ref) {
|
|
1254
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
960
1255
|
width: size,
|
|
961
1256
|
height: size,
|
|
962
1257
|
ref,
|
|
@@ -967,8 +1262,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
967
1262
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m28,28H4c-1.1028,0-2-.8972-2-2v-6h2v6h24v-6h2v6c0,1.1028-.8972,2-2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m17,17v4c0,.5522.4477,1,1,1h4c.5523,0,1-.4478,1-1v-4c0-.5523-.4477-1-1-1h-4c-.5523,0-1,.4477-1,1Zm2,1h2v2h-2v-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m9,17v4c0,.5522.4477,1,1,1h4c.5523,0,1-.4478,1-1v-4c0-.5523-.4477-1-1-1h-4c-.5523,0-1,.4477-1,1Zm2,1h2v2h-2v-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m17,9v4c0,.5522.4477,1,1,1h4c.5523,0,1-.4478,1-1v-4c0-.5523-.4477-1-1-1h-4c-.5523,0-1,.4477-1,1Zm2,1h2v2h-2v-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m5,5v8c0,.5522.4477,1,1,1h8c.5523,0,1-.4478,1-1V5c0-.5523-.4477-1-1-1H6c-.5523,0-1,.4477-1,1Zm2,1h6v6h-6v-6Z" }), children);
|
|
968
1263
|
});
|
|
969
1264
|
if (process.env.NODE_ENV !== "production") Platforms.propTypes = require_iconPropTypes.iconPropTypes;
|
|
970
|
-
const Play = react.default.forwardRef(function Play({ children, size = 16, ...rest }, ref) {
|
|
971
|
-
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(
|
|
1265
|
+
const Play = /* @__PURE__ */ react.default.forwardRef(function Play({ children, size = 16, ...rest }, ref) {
|
|
1266
|
+
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
|
|
972
1267
|
width: size,
|
|
973
1268
|
height: size,
|
|
974
1269
|
ref,
|
|
@@ -977,7 +1272,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
977
1272
|
fill: "currentColor",
|
|
978
1273
|
...rest
|
|
979
1274
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3.5,14C3.2,14,3,13.8,3,13.5v-11c0-0.2,0.1-0.3,0.2-0.4C3.4,2,3.6,2,3.8,2.1l9.5,5.5c0.2,0.1,0.3,0.4,0.2,0.7 c0,0.1-0.1,0.1-0.2,0.2l-9.5,5.5C3.7,14,3.6,14,3.5,14z M4,3.4v9.3L12,8L4,3.4z" }), children);
|
|
980
|
-
return react.default.createElement(
|
|
1275
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
981
1276
|
width: size,
|
|
982
1277
|
height: size,
|
|
983
1278
|
ref,
|
|
@@ -988,8 +1283,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
988
1283
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7,28a1,1,0,0,1-1-1V5a1,1,0,0,1,1.4819-.8763l20,11a1,1,0,0,1,0,1.7525l-20,11A1.0005,1.0005,0,0,1,7,28ZM8,6.6909V25.3088L24.9248,16Z" }), children);
|
|
989
1284
|
});
|
|
990
1285
|
if (process.env.NODE_ENV !== "production") Play.propTypes = require_iconPropTypes.iconPropTypes;
|
|
991
|
-
const PlayFilled = react.default.forwardRef(function PlayFilled({ children, size = 16, ...rest }, ref) {
|
|
992
|
-
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(
|
|
1286
|
+
const PlayFilled = /* @__PURE__ */ react.default.forwardRef(function PlayFilled({ children, size = 16, ...rest }, ref) {
|
|
1287
|
+
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
|
|
993
1288
|
width: size,
|
|
994
1289
|
height: size,
|
|
995
1290
|
ref,
|
|
@@ -998,7 +1293,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
998
1293
|
fill: "currentColor",
|
|
999
1294
|
...rest
|
|
1000
1295
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M11.7,8.4l-5.5,3c-0.2,0.1-0.3,0.1-0.5,0c-0.2-0.1-0.2-0.3-0.2-0.4V5 c0-0.2,0.1-0.3,0.2-0.4c0.2-0.1,0.3-0.1,0.5,0l5.5,3C12,7.7,12.1,8,11.9,8.2C11.9,8.3,11.8,8.4,11.7,8.4L11.7,8.4z" }), children);
|
|
1001
|
-
return react.default.createElement(
|
|
1296
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1002
1297
|
width: size,
|
|
1003
1298
|
height: size,
|
|
1004
1299
|
ref,
|
|
@@ -1012,8 +1307,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1012
1307
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm7.4473,14.8945-12,6A1,1,0,0,1,10,22V10a1,1,0,0,1,1.4473-.8945l12,6a1,1,0,0,1,0,1.789Z" }), children);
|
|
1013
1308
|
});
|
|
1014
1309
|
if (process.env.NODE_ENV !== "production") PlayFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1015
|
-
const PlayFilledAlt = react.default.forwardRef(function PlayFilledAlt({ children, size = 16, ...rest }, ref) {
|
|
1016
|
-
return react.default.createElement(
|
|
1310
|
+
const PlayFilledAlt = /* @__PURE__ */ react.default.forwardRef(function PlayFilledAlt({ children, size = 16, ...rest }, ref) {
|
|
1311
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1017
1312
|
width: size,
|
|
1018
1313
|
height: size,
|
|
1019
1314
|
ref,
|
|
@@ -1024,8 +1319,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1024
1319
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7,28a1,1,0,0,1-1-1V5a1,1,0,0,1,1.4819-.8763l20,11a1,1,0,0,1,0,1.7525l-20,11A1.0005,1.0005,0,0,1,7,28Z" }), children);
|
|
1025
1320
|
});
|
|
1026
1321
|
if (process.env.NODE_ENV !== "production") PlayFilledAlt.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1027
|
-
const PlayOutline = react.default.forwardRef(function PlayOutline({ children, size = 16, ...rest }, ref) {
|
|
1028
|
-
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(
|
|
1322
|
+
const PlayOutline = /* @__PURE__ */ react.default.forwardRef(function PlayOutline({ children, size = 16, ...rest }, ref) {
|
|
1323
|
+
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
|
|
1029
1324
|
width: size,
|
|
1030
1325
|
height: size,
|
|
1031
1326
|
ref,
|
|
@@ -1034,7 +1329,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1034
1329
|
fill: "currentColor",
|
|
1035
1330
|
...rest
|
|
1036
1331
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,2c3.3,0,6,2.7,6,6s-2.7,6-6,6s-6-2.7-6-6S4.7,2,8,2 M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,11.5c-0.1,0-0.2,0-0.3-0.1c-0.2-0.1-0.2-0.3-0.2-0.4V5c0-0.2,0.1-0.3,0.2-0.4c0.2-0.1,0.3-0.1,0.5,0l5.5,3 C12,7.7,12.1,8,11.9,8.2c0,0.1-0.1,0.2-0.2,0.2l-5.5,3C6.2,11.5,6.1,11.5,6,11.5z M6.5,5.8v4.3l4-2.2L6.5,5.8z" }), children);
|
|
1037
|
-
return react.default.createElement(
|
|
1332
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1038
1333
|
width: size,
|
|
1039
1334
|
height: size,
|
|
1040
1335
|
ref,
|
|
@@ -1045,8 +1340,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1045
1340
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,23a1,1,0,0,1-1-1V10a1,1,0,0,1,1.4473-.8945l12,6a1,1,0,0,1,0,1.789l-12,6A1.001,1.001,0,0,1,11,23Zm1-11.3821v8.7642L20.7642,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,4A12,12,0,1,1,4,16,12,12,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Z" }), children);
|
|
1046
1341
|
});
|
|
1047
1342
|
if (process.env.NODE_ENV !== "production") PlayOutline.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1048
|
-
const PlayOutlineFilled = react.default.forwardRef(function PlayOutlineFilled({ children, size = 16, ...rest }, ref) {
|
|
1049
|
-
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(
|
|
1343
|
+
const PlayOutlineFilled = /* @__PURE__ */ react.default.forwardRef(function PlayOutlineFilled({ children, size = 16, ...rest }, ref) {
|
|
1344
|
+
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
|
|
1050
1345
|
width: size,
|
|
1051
1346
|
height: size,
|
|
1052
1347
|
ref,
|
|
@@ -1055,7 +1350,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1055
1350
|
fill: "currentColor",
|
|
1056
1351
|
...rest
|
|
1057
1352
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M11.7,8.4l-5.5,3c-0.2,0.1-0.3,0.1-0.5,0c-0.2-0.1-0.2-0.3-0.2-0.4V5 c0-0.2,0.1-0.3,0.2-0.4c0.2-0.1,0.3-0.1,0.5,0l5.5,3C12,7.7,12.1,8,11.9,8.2C11.9,8.3,11.8,8.4,11.7,8.4L11.7,8.4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6.5 10.2 10.5 8 6.5 5.8z" }), children);
|
|
1058
|
-
return react.default.createElement(
|
|
1353
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1059
1354
|
width: size,
|
|
1060
1355
|
height: size,
|
|
1061
1356
|
ref,
|
|
@@ -1069,8 +1364,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1069
1364
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 20.382 20.764 16 12 11.618 12 20.382z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm7.4473,14.8945-12,6A1,1,0,0,1,10,22V10a1,1,0,0,1,1.4473-.8945l12,6a1,1,0,0,1,0,1.789Z" }), children);
|
|
1070
1365
|
});
|
|
1071
1366
|
if (process.env.NODE_ENV !== "production") PlayOutlineFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1072
|
-
const Playlist = react.default.forwardRef(function Playlist({ children, size = 16, ...rest }, ref) {
|
|
1073
|
-
return react.default.createElement(
|
|
1367
|
+
const Playlist = /* @__PURE__ */ react.default.forwardRef(function Playlist({ children, size = 16, ...rest }, ref) {
|
|
1368
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1074
1369
|
width: size,
|
|
1075
1370
|
height: size,
|
|
1076
1371
|
ref,
|
|
@@ -1081,8 +1376,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1081
1376
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 6H22V8H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 12H22V14H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 18H16V20H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 18 28 23 21 28 21 18z" }), children);
|
|
1082
1377
|
});
|
|
1083
1378
|
if (process.env.NODE_ENV !== "production") Playlist.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1084
|
-
const Pli = react.default.forwardRef(function Pli({ children, size = 16, ...rest }, ref) {
|
|
1085
|
-
return react.default.createElement(
|
|
1379
|
+
const Pli = /* @__PURE__ */ react.default.forwardRef(function Pli({ children, size = 16, ...rest }, ref) {
|
|
1380
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1086
1381
|
width: size,
|
|
1087
1382
|
height: size,
|
|
1088
1383
|
ref,
|
|
@@ -1093,8 +1388,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1093
1388
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,9h8v2h-3v10h3v2h-8v-2h3v-10h-3v-2ZM14,21v-12h-2v14h8v-2h-6ZM4,18h4c1.103,0,2-.897,2-2v-5c0-1.103-.897-2-2-2H2v14h2v-5ZM4,10.9985h4v5.0015h-4v-5.0015Z" }), children);
|
|
1094
1389
|
});
|
|
1095
1390
|
if (process.env.NODE_ENV !== "production") Pli.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1096
|
-
const Plug = react.default.forwardRef(function Plug({ children, size = 16, ...rest }, ref) {
|
|
1097
|
-
return react.default.createElement(
|
|
1391
|
+
const Plug = /* @__PURE__ */ react.default.forwardRef(function Plug({ children, size = 16, ...rest }, ref) {
|
|
1392
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1098
1393
|
width: size,
|
|
1099
1394
|
height: size,
|
|
1100
1395
|
ref,
|
|
@@ -1105,8 +1400,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1105
1400
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,8H21V2H19V8H13V2H11V8H10a2,2,0,0,0-2,2v6a8.0073,8.0073,0,0,0,7,7.9307V30h2V23.9307A8.0073,8.0073,0,0,0,24,16V10A2,2,0,0,0,22,8Zm0,8a6,6,0,0,1-12,0V10H22Z" }), children);
|
|
1106
1401
|
});
|
|
1107
1402
|
if (process.env.NODE_ENV !== "production") Plug.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1108
|
-
const PlugFilled = react.default.forwardRef(function PlugFilled({ children, size = 16, ...rest }, ref) {
|
|
1109
|
-
return react.default.createElement(
|
|
1403
|
+
const PlugFilled = /* @__PURE__ */ react.default.forwardRef(function PlugFilled({ children, size = 16, ...rest }, ref) {
|
|
1404
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1110
1405
|
width: size,
|
|
1111
1406
|
height: size,
|
|
1112
1407
|
ref,
|
|
@@ -1117,8 +1412,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1117
1412
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,8H21V2H19V8H13V2H11V8H10a2,2,0,0,0-2,2v6a8.0073,8.0073,0,0,0,7,7.9307V30h2V23.9307A8.0073,8.0073,0,0,0,24,16V10A2,2,0,0,0,22,8Z" }), children);
|
|
1118
1413
|
});
|
|
1119
1414
|
if (process.env.NODE_ENV !== "production") PlugFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1120
|
-
const Png = react.default.forwardRef(function Png({ children, size = 16, ...rest }, ref) {
|
|
1121
|
-
return react.default.createElement(
|
|
1415
|
+
const Png = /* @__PURE__ */ react.default.forwardRef(function Png({ children, size = 16, ...rest }, ref) {
|
|
1416
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1122
1417
|
width: size,
|
|
1123
1418
|
height: size,
|
|
1124
1419
|
ref,
|
|
@@ -1129,8 +1424,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1129
1424
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,23H24a2,2,0,0,1-2-2V11a2,2,0,0,1,2-2h6v2H24V21h4V17H26V15h4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 19 14.32 9 12 9 12 23 14 23 14 13 17.68 23 20 23 20 9 18 9 18 19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,23H2V9H8a2,2,0,0,1,2,2v5a2,2,0,0,1-2,2H4Zm0-7H8V11H4Z" }), children);
|
|
1130
1425
|
});
|
|
1131
1426
|
if (process.env.NODE_ENV !== "production") Png.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1132
|
-
const Point = react.default.forwardRef(function Point({ children, size = 16, ...rest }, ref) {
|
|
1133
|
-
return react.default.createElement(
|
|
1427
|
+
const Point = /* @__PURE__ */ react.default.forwardRef(function Point({ children, size = 16, ...rest }, ref) {
|
|
1428
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1134
1429
|
width: size,
|
|
1135
1430
|
height: size,
|
|
1136
1431
|
ref,
|
|
@@ -1141,8 +1436,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1141
1436
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.0009,13c-.5165.0019-1.0234.1398-1.4696.4-.5478-.8691-1.5021-1.3974-2.5293-1.4-.5165.0019-1.0234.1398-1.4696.4-.749-1.1788-2.2121-1.6847-3.529-1.22v-5.18h0c0-1.6569-1.3427-3-2.9991-3s-2.9991,1.3431-2.9991,3v11.1l-2.2293-1.52h0c-.5111-.3807-1.1323-.5843-1.7695-.58-1.6564-.0041-3.0024,1.3357-3.0065,2.9926-.002.8025.3175,1.5723.8871,2.1374l7.9976,7.3c1.1323,1.0137,2.5992,1.5729,4.1188,1.57h4.9985c3.8648,0,6.9979-3.134,6.9979-7v-6c0-1.6569-1.3427-3-2.9991-3h.0002ZM26.0006,22c0,2.7614-2.2379,5-4.9985,5h-4.9985c-1.0105.0122-1.991-.3432-2.7592-1l-7.9476-7.3c-.1847-.1863-.2888-.4377-.2899-.7,0-.5523.4476-1,.9997-1,.2163,0,.4268.0702.5998.2l5.3984,3.7V6c0-.5523.4476-1,.9997-1s.9997.4477.9997,1h0v11h1.9994v-3c0-.5523.4476-1,.9997-1s.9997.4477.9997,1v3h1.9994v-2c0-.5523.4476-1,.9997-1s.9997.4477.9997,1v2h1.9994v-1c0-.5523.4476-1,.9997-1s.9997.4477.9997,1v6Z" }), children);
|
|
1142
1437
|
});
|
|
1143
1438
|
if (process.env.NODE_ENV !== "production") Point.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1144
|
-
const PointOfPresence = react.default.forwardRef(function PointOfPresence({ children, size = 16, ...rest }, ref) {
|
|
1145
|
-
return react.default.createElement(
|
|
1439
|
+
const PointOfPresence = /* @__PURE__ */ react.default.forwardRef(function PointOfPresence({ children, size = 16, ...rest }, ref) {
|
|
1440
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1146
1441
|
width: size,
|
|
1147
1442
|
height: size,
|
|
1148
1443
|
ref,
|
|
@@ -1153,8 +1448,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1153
1448
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,30H18a2.0021,2.0021,0,0,1-2-2V18a2.0021,2.0021,0,0,1,2-2h2v2H18V28H28V18H26V16h2a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,28,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,16H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H14a2.0021,2.0021,0,0,1,2,2V6H14V4H4V14H14V12h2v2A2.0021,2.0021,0,0,1,14,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,9a2.9926,2.9926,0,0,0-5.8157-1H9v2H20.1843A2.9939,2.9939,0,0,0,22,11.8154V23h2V11.8159A2.9958,2.9958,0,0,0,26,9Zm-3,1a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,23,10Z" }), children);
|
|
1154
1449
|
});
|
|
1155
1450
|
if (process.env.NODE_ENV !== "production") PointOfPresence.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1156
|
-
const WatsonHealthPointerText = react.default.forwardRef(function WatsonHealthPointerText({ children, size = 16, ...rest }, ref) {
|
|
1157
|
-
return react.default.createElement(
|
|
1451
|
+
const WatsonHealthPointerText = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthPointerText({ children, size = 16, ...rest }, ref) {
|
|
1452
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1158
1453
|
width: size,
|
|
1159
1454
|
height: size,
|
|
1160
1455
|
ref,
|
|
@@ -1165,8 +1460,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1165
1460
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13.71 12.29 7.41 6 13 6 13 4 4 4 4 13 6 13 6 7.41 12.29 13.71 13.71 12.29z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,30H12a2,2,0,0,1-2-2V18h2V28H28V12H18V10H28a2,2,0,0,1,2,2V28A2,2,0,0,1,28,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,15H17v2h5v2H18a2,2,0,0,0-2,2v2a2,2,0,0,0,2,2h6V17A2,2,0,0,0,22,15Zm0,8H18V21h4Z" }), children);
|
|
1166
1461
|
});
|
|
1167
1462
|
if (process.env.NODE_ENV !== "production") WatsonHealthPointerText.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1168
|
-
const Police = react.default.forwardRef(function Police({ children, size = 16, ...rest }, ref) {
|
|
1169
|
-
return react.default.createElement(
|
|
1463
|
+
const Police = /* @__PURE__ */ react.default.forwardRef(function Police({ children, size = 16, ...rest }, ref) {
|
|
1464
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1170
1465
|
width: size,
|
|
1171
1466
|
height: size,
|
|
1172
1467
|
ref,
|
|
@@ -1177,8 +1472,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1177
1472
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 24H12V30H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,20H7a3.0033,3.0033,0,0,1-3-3V6H2V17a5.0059,5.0059,0,0,0,5,5H21a4.9419,4.9419,0,0,1,2.105.481L17,28.5859,18.4141,30l6.3071-6.3071A4.96,4.96,0,0,1,26,27v3h2V27A7.0078,7.0078,0,0,0,21,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.2746,4.0386l-7-2a1.0013,1.0013,0,0,0-.55,0l-7,2A.9993.9993,0,0,0,10.03,5.2422L11,9.123V11A7,7,0,1,0,25,11V9.123l.97-3.8808A.9993.9993,0,0,0,25.2746,4.0386ZM18,4.04l5.7952,1.6558L23.219,8H19V6H17V8H12.781l-.5762-2.3042ZM18,16a5.0058,5.0058,0,0,1-5-5V10H23v1A5.0058,5.0058,0,0,1,18,16Z" }), children);
|
|
1178
1473
|
});
|
|
1179
1474
|
if (process.env.NODE_ENV !== "production") Police.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1180
|
-
const Policy = react.default.forwardRef(function Policy({ children, size = 16, ...rest }, ref) {
|
|
1181
|
-
return react.default.createElement(
|
|
1475
|
+
const Policy = /* @__PURE__ */ react.default.forwardRef(function Policy({ children, size = 16, ...rest }, ref) {
|
|
1476
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1182
1477
|
width: size,
|
|
1183
1478
|
height: size,
|
|
1184
1479
|
ref,
|
|
@@ -1189,8 +1484,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1189
1484
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,18A6,6,0,1,0,20,22.46v7.54l4-1.8926,4,1.8926V22.46A5.98,5.98,0,0,0,30,18Zm-4,8.84-2-.9467L22,26.84V23.65a5.8877,5.8877,0,0,0,4,0ZM24,22a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,24,22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 14H16V16H9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 8H19V10H9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,30a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V8H22V4H6V28H16v2Z" }), children);
|
|
1190
1485
|
});
|
|
1191
1486
|
if (process.env.NODE_ENV !== "production") Policy.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1192
|
-
const PopIn = react.default.forwardRef(function PopIn({ children, size = 16, ...rest }, ref) {
|
|
1193
|
-
return react.default.createElement(
|
|
1487
|
+
const PopIn = /* @__PURE__ */ react.default.forwardRef(function PopIn({ children, size = 16, ...rest }, ref) {
|
|
1488
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1194
1489
|
width: size,
|
|
1195
1490
|
height: size,
|
|
1196
1491
|
ref,
|
|
@@ -1201,8 +1496,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1201
1496
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,28H6c-1.1025,0-2-.8975-2-2V6c0-1.1025.8975-2,2-2h8v2H6v20h20v-8.0267h2v8.0267c0,1.1025-.8975,2-2,2ZM28,14v-2l-6.586-.0266L30,3.3875l-1.4142-1.4142-8.5861,8.586.0003-6.5593h-2v10l9.9999-.0269v.0269Z" }), children);
|
|
1202
1497
|
});
|
|
1203
1498
|
if (process.env.NODE_ENV !== "production") PopIn.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1204
|
-
const Popup = react.default.forwardRef(function Popup({ children, size = 16, ...rest }, ref) {
|
|
1205
|
-
return react.default.createElement(
|
|
1499
|
+
const Popup = /* @__PURE__ */ react.default.forwardRef(function Popup({ children, size = 16, ...rest }, ref) {
|
|
1500
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1206
1501
|
width: size,
|
|
1207
1502
|
height: size,
|
|
1208
1503
|
ref,
|
|
@@ -1213,8 +1508,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1213
1508
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,4H10A2.0059,2.0059,0,0,0,8,6V20a2.0059,2.0059,0,0,0,2,2H28a2.0059,2.0059,0,0,0,2-2V6A2.0059,2.0059,0,0,0,28,4Zm0,16H10V6H28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,26H4V16H6V14H4a2.0059,2.0059,0,0,0-2,2V26a2.0059,2.0059,0,0,0,2,2H18a2.0059,2.0059,0,0,0,2-2V24H18Z" }), children);
|
|
1214
1509
|
});
|
|
1215
1510
|
if (process.env.NODE_ENV !== "production") Popup.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1216
|
-
const PortDefinition = react.default.forwardRef(function PortDefinition({ children, size = 16, ...rest }, ref) {
|
|
1217
|
-
return react.default.createElement(
|
|
1511
|
+
const PortDefinition = /* @__PURE__ */ react.default.forwardRef(function PortDefinition({ children, size = 16, ...rest }, ref) {
|
|
1512
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1218
1513
|
width: size,
|
|
1219
1514
|
height: size,
|
|
1220
1515
|
ref,
|
|
@@ -1228,8 +1523,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1228
1523
|
}), children);
|
|
1229
1524
|
});
|
|
1230
1525
|
if (process.env.NODE_ENV !== "production") PortDefinition.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1231
|
-
const PortInput = react.default.forwardRef(function PortInput({ children, size = 16, ...rest }, ref) {
|
|
1232
|
-
return react.default.createElement(
|
|
1526
|
+
const PortInput = /* @__PURE__ */ react.default.forwardRef(function PortInput({ children, size = 16, ...rest }, ref) {
|
|
1527
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1233
1528
|
width: size,
|
|
1234
1529
|
height: size,
|
|
1235
1530
|
ref,
|
|
@@ -1240,8 +1535,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1240
1535
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,28c-3.5928,0-6.9666-1.5903-9.2566-4.3632l1.542-1.2737c1.9087,2.3113,4.7207,3.6368,7.7146,3.6368,5.5139,0,10-4.486,10-10s-4.4861-10-10-10c-2.9939,0-5.8059,1.3256-7.7146,3.6368l-1.542-1.2737c2.29-2.7728,5.6638-4.3632,9.2566-4.3632,6.6169,0,12,5.3832,12,12s-5.3831,12-12,12Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23 16 16 9 14.5859 10.4141 19.1719 15 2 15 2 17 19.1719 17 14.5859 21.5859 16 23 23 16z" }), children);
|
|
1241
1536
|
});
|
|
1242
1537
|
if (process.env.NODE_ENV !== "production") PortInput.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1243
|
-
const PortOutput = react.default.forwardRef(function PortOutput({ children, size = 16, ...rest }, ref) {
|
|
1244
|
-
return react.default.createElement(
|
|
1538
|
+
const PortOutput = /* @__PURE__ */ react.default.forwardRef(function PortOutput({ children, size = 16, ...rest }, ref) {
|
|
1539
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1245
1540
|
width: size,
|
|
1246
1541
|
height: size,
|
|
1247
1542
|
ref,
|
|
@@ -1252,8 +1547,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1252
1547
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 16 23 9 21.5859 10.4141 26.1719 15 9 15 9 17 26.1719 17 21.5859 21.5859 23 23 30 16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,28c-6.6167,0-12-5.3832-12-12S7.3833,4,14,4c2.335,0,4.5986,.6714,6.5461,1.9414l-1.0923,1.6753c-1.6221-1.0576-3.5078-1.6167-5.4539-1.6167-5.5139,0-10,4.486-10,10s4.4861,10,10,10c1.946,0,3.8318-.5591,5.4539-1.6167l1.0923,1.6753c-1.9475,1.27-4.2112,1.9414-6.5461,1.9414Z" }), children);
|
|
1253
1548
|
});
|
|
1254
1549
|
if (process.env.NODE_ENV !== "production") PortOutput.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1255
|
-
const PortUsage = react.default.forwardRef(function PortUsage({ children, size = 16, ...rest }, ref) {
|
|
1256
|
-
return react.default.createElement(
|
|
1550
|
+
const PortUsage = /* @__PURE__ */ react.default.forwardRef(function PortUsage({ children, size = 16, ...rest }, ref) {
|
|
1551
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1257
1552
|
width: size,
|
|
1258
1553
|
height: size,
|
|
1259
1554
|
ref,
|
|
@@ -1267,8 +1562,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1267
1562
|
}), children);
|
|
1268
1563
|
});
|
|
1269
1564
|
if (process.env.NODE_ENV !== "production") PortUsage.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1270
|
-
const Portfolio = react.default.forwardRef(function Portfolio({ children, size = 16, ...rest }, ref) {
|
|
1271
|
-
return react.default.createElement(
|
|
1565
|
+
const Portfolio = /* @__PURE__ */ react.default.forwardRef(function Portfolio({ children, size = 16, ...rest }, ref) {
|
|
1566
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1272
1567
|
width: size,
|
|
1273
1568
|
height: size,
|
|
1274
1569
|
ref,
|
|
@@ -1279,8 +1574,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1279
1574
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,10H22V6a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2v4H4a2,2,0,0,0-2,2V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V12A2,2,0,0,0,28,10ZM12,6h8v4H12ZM4,26V12H28V26Z" }), children);
|
|
1280
1575
|
});
|
|
1281
1576
|
if (process.env.NODE_ENV !== "production") Portfolio.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1282
|
-
const Power = react.default.forwardRef(function Power({ children, size = 16, ...rest }, ref) {
|
|
1283
|
-
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(
|
|
1577
|
+
const Power = /* @__PURE__ */ react.default.forwardRef(function Power({ children, size = 16, ...rest }, ref) {
|
|
1578
|
+
if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
|
|
1284
1579
|
width: size,
|
|
1285
1580
|
height: size,
|
|
1286
1581
|
ref,
|
|
@@ -1289,7 +1584,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1289
1584
|
fill: "currentColor",
|
|
1290
1585
|
...rest
|
|
1291
1586
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11.2,2.9l-0.5,0.9c2.6,1.5,3.5,4.9,2,7.5s-4.9,3.5-7.5,2s-3.5-4.9-2-7.5c0.5-0.8,1.2-1.5,2-2L4.8,2.9 c-3.1,1.8-4.2,5.8-2.4,8.9s5.8,4.2,8.9,2.4s4.2-5.8,2.4-8.9C13.1,4.3,12.2,3.4,11.2,2.9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.5 1H8.5V8H7.5z" }), children);
|
|
1292
|
-
return react.default.createElement(
|
|
1587
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1293
1588
|
width: size,
|
|
1294
1589
|
height: size,
|
|
1295
1590
|
ref,
|
|
@@ -1300,8 +1595,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1300
1595
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.5,5.74l-1,1.73a11,11,0,1,1-11,0l-1-1.73a13,13,0,1,0,13,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 2H17V16H15z" }), children);
|
|
1301
1596
|
});
|
|
1302
1597
|
if (process.env.NODE_ENV !== "production") Power.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1303
|
-
const PowerEnterprisePoolsMeteredCapacityIntegration = react.default.forwardRef(function PowerEnterprisePoolsMeteredCapacityIntegration({ children, size = 16, ...rest }, ref) {
|
|
1304
|
-
return react.default.createElement(
|
|
1598
|
+
const PowerEnterprisePoolsMeteredCapacityIntegration = /* @__PURE__ */ react.default.forwardRef(function PowerEnterprisePoolsMeteredCapacityIntegration({ children, size = 16, ...rest }, ref) {
|
|
1599
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1305
1600
|
width: size,
|
|
1306
1601
|
height: size,
|
|
1307
1602
|
ref,
|
|
@@ -1312,8 +1607,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1312
1607
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16.0166,29.9937c-7.7085,0-13.9863-6.2646-13.9995-13.9761-.0068-3.7358,1.4443-7.2534,4.0854-9.9043l1.417,1.4121c-2.2642,2.272-3.5083,5.2866-3.5024,8.4888.0054,3.2056,1.2588,6.2168,3.5293,8.4795,2.2651,2.2573,5.2725,3.5,8.4702,3.5h.021c1.3477-.0024,2.6533-.2212,3.8799-.6514l.6611,1.8877c-1.4385.5039-2.9653.7612-4.5381.7637h-.0239Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,16h2v4h2c1.1046,0,2,.8954,2,2v3h-2v-3h-2v3h-2v-3h-2v3h-2v-3c0-1.1046.8954-2,2-2h2v-4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,26h0c.5523,0,1,.4477,1,1h0c0,.5523-.4477,1-1,1h0c-.5523,0-1-.4477-1-1h0c0-.5523.4477-1,1-1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,4h0c.5523,0,1,.4477,1,1h0c0,.5523-.4477,1-1,1h0c-.5523,0-1-.4477-1-1h0c0-.5523.4477-1,1-1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.9199,10.1064c-.4219-2.332-2.4678-4.1064-4.9199-4.1064s-4.498,1.7744-4.9199,4.1064c-1.7637.417-3.0801,2.0049-3.0801,3.8936,0,2.2061,1.7939,4,4,4h1v-2h-1c-1.1025,0-2-.8975-2-2s.8975-2,2-2h1v-1c0-1.6543,1.3457-3,3-3s3,1.3457,3,3v1h1c1.1025,0,2,.8975,2,2s-.8975,2-2,2h-1v2h1c2.2061,0,4-1.7939,4-4,0-1.8887-1.3164-3.4766-3.0801-3.8936Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.8999,25.8885l-1.4141-1.4141c2.2681-2.2681,3.5171-5.2808,3.5171-8.4829,0-6.6167-5.3833-12-12-12-1.3491,0-2.6548.2168-3.8809.644l-.6582-1.8887c1.4385-.501,2.9653-.7554,4.5391-.7554,7.7197,0,14,6.2803,14,14,0,3.7363-1.457,7.251-4.103,9.897Z" }), children);
|
|
1313
1608
|
});
|
|
1314
1609
|
if (process.env.NODE_ENV !== "production") PowerEnterprisePoolsMeteredCapacityIntegration.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1315
|
-
const PowerVirtualServerDisasterRecoveryAutomation = react.default.forwardRef(function PowerVirtualServerDisasterRecoveryAutomation({ children, size = 16, ...rest }, ref) {
|
|
1316
|
-
return react.default.createElement(
|
|
1610
|
+
const PowerVirtualServerDisasterRecoveryAutomation = /* @__PURE__ */ react.default.forwardRef(function PowerVirtualServerDisasterRecoveryAutomation({ children, size = 16, ...rest }, ref) {
|
|
1611
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1317
1612
|
width: size,
|
|
1318
1613
|
height: size,
|
|
1319
1614
|
ref,
|
|
@@ -1324,8 +1619,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1324
1619
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,16h0c0,.3369.024.6749.0714,1.006l-1.9795.2832c-.061-.4238-.0919-.858-.0919-1.2892,0-4.9629,4.0376-9,9-9,2.0435,0,4.0444.7041,5.6348,1.9814l-1.2529,1.5596c-1.2544-1.0083-2.7696-1.541-4.3819-1.541-3.8599,0-6.9999,3.1401-6.9999,7.0001h-.0001ZM8,20c0,.5522.4478,1,1,1s1-.4478,1-1-.4478-1-1-1-1,.4478-1,1ZM16,4c6.6166,0,12,5.3833,12,12h2c0-7.7197-6.2803-14-14-14-1.6431,0-3.2529.2822-4.7846.8389l.6836,1.8799c1.3115-.4771,2.6913-.7188,4.101-.7188ZM22,12c0,.5522.4478,1,1,1s1-.4478,1-1-.4478-1-1-1-1,.4478-1,1ZM9,6c.5522,0,1-.4478,1-1s-.4478-1-1-1-1,.4478-1,1,.4478,1,1,1ZM4,16h0c0-3.2051,1.2481-6.2188,3.5147-8.4854l-1.4141-1.4141c-2.6445,2.6445-4.1006,6.1603-4.1006,9.8995,0,7.7197,6.2803,14,14,14v-2c-6.6166,0-12-5.3832-12-12ZM28.5,25.5c0,1.6543-1.3457,3-3,3s-3-1.3457-3-3c0-.4617.1135-.8942.3006-1.2853l-5.5153-5.5153c-.3911.1871-.8236.3006-1.2853.3006-1.6543,0-3-1.3457-3-3s1.3457-3,3-3,3,1.3457,3,3c0,.4617-.1135.8942-.3006,1.2853l5.5153,5.5153c.3911-.1871.8236-.3006,1.2853-.3006,1.6543,0,3,1.3456,3,2.9999h0ZM16,17c.5513,0,1-.4487,1-1s-.4487-1-1-1-1,.4487-1,1,.4487,1,1,1ZM26.5,25.5c0-.5518-.4482-1-1-1s-1,.4482-1,1,.4482,1,1,1,1-.4482,1-1Z" }), children);
|
|
1325
1620
|
});
|
|
1326
1621
|
if (process.env.NODE_ENV !== "production") PowerVirtualServerDisasterRecoveryAutomation.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1327
|
-
const Ppt = react.default.forwardRef(function Ppt({ children, size = 16, ...rest }, ref) {
|
|
1328
|
-
return react.default.createElement(
|
|
1622
|
+
const Ppt = /* @__PURE__ */ react.default.forwardRef(function Ppt({ children, size = 16, ...rest }, ref) {
|
|
1623
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1329
1624
|
width: size,
|
|
1330
1625
|
height: size,
|
|
1331
1626
|
ref,
|
|
@@ -1336,8 +1631,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1336
1631
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 11 25 11 25 23 27 23 27 11 30 11 30 9 22 9 22 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,23H12V9h6a2.002,2.002,0,0,1,2,2v5a2.002,2.002,0,0,1-2,2H14Zm0-7h4V10.9985H14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,23H2V9H8a2.002,2.002,0,0,1,2,2v5a2.002,2.002,0,0,1-2,2H4Zm0-7H8V10.9985H4Z" }), children);
|
|
1337
1632
|
});
|
|
1338
1633
|
if (process.env.NODE_ENV !== "production") Ppt.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1339
|
-
const PreProdEnvironment = react.default.forwardRef(function PreProdEnvironment({ children, size = 16, ...rest }, ref) {
|
|
1340
|
-
return react.default.createElement(
|
|
1634
|
+
const PreProdEnvironment = /* @__PURE__ */ react.default.forwardRef(function PreProdEnvironment({ children, size = 16, ...rest }, ref) {
|
|
1635
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1341
1636
|
width: size,
|
|
1342
1637
|
height: size,
|
|
1343
1638
|
ref,
|
|
@@ -1348,8 +1643,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1348
1643
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.0001,14.0001v4h-2v-4s2,0,2,0ZM30.0001,14.0001v4h-2v-4s2,0,2,0ZM4.0001,20.0001v4h-2v-4h2ZM6.0001,28.0001v2h-2c-1.1001,0-2-.9-2-2v-2h2v2h2ZM12.0001,28.0001v2h-4v-2h4ZM28,2H4c-1.1001,0-2,.9-2,2v8h2v-2h24v2h2V4c0-1.1-.8999-2-2-2ZM25.5802,22.4099l1.42-1.41,4,4-4,4-1.41-1.42,2.58-2.58-2.59-2.59ZM19.4202,27.5899l-1.42,1.41-4-4,4-4,1.41,1.42-2.58,2.58,2.59,2.59ZM24.9152,20.5769l-1.915-.577-2.915,9.423,1.915.577,2.915-9.423Z" }), children);
|
|
1349
1644
|
});
|
|
1350
1645
|
if (process.env.NODE_ENV !== "production") PreProdEnvironment.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1351
|
-
const PresentationFile = react.default.forwardRef(function PresentationFile({ children, size = 16, ...rest }, ref) {
|
|
1352
|
-
return react.default.createElement(
|
|
1646
|
+
const PresentationFile = /* @__PURE__ */ react.default.forwardRef(function PresentationFile({ children, size = 16, ...rest }, ref) {
|
|
1647
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1353
1648
|
width: size,
|
|
1354
1649
|
height: size,
|
|
1355
1650
|
ref,
|
|
@@ -1360,8 +1655,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1360
1655
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 10H17V18H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 14H22V18H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 12H12V18H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,4H17V2H15V4H7A2,2,0,0,0,5,6V20a2,2,0,0,0,2,2h8v6H11v2H21V28H17V22h8a2,2,0,0,0,2-2V6A2,2,0,0,0,25,4Zm0,16H7V6H25Z" }), children);
|
|
1361
1656
|
});
|
|
1362
1657
|
if (process.env.NODE_ENV !== "production") PresentationFile.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1363
|
-
const Pressure = react.default.forwardRef(function Pressure({ children, size = 16, ...rest }, ref) {
|
|
1364
|
-
return react.default.createElement(
|
|
1658
|
+
const Pressure = /* @__PURE__ */ react.default.forwardRef(function Pressure({ children, size = 16, ...rest }, ref) {
|
|
1659
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1365
1660
|
width: size,
|
|
1366
1661
|
height: size,
|
|
1367
1662
|
ref,
|
|
@@ -1372,8 +1667,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1372
1667
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17.5053,16l8.1591-7.2529A1,1,0,0,0,25,7H22V2H20V9h2.37L16,14.6621,9.63,9H12V2H10V7H7a1,1,0,0,0-.6646,1.7471L14.4945,16,6.3353,23.2529A1,1,0,0,0,7,25h3v5h2V23H9.63L16,17.3379,22.37,23H20v7h2V25h3a1,1,0,0,0,.6645-1.7471Z" }), children);
|
|
1373
1668
|
});
|
|
1374
1669
|
if (process.env.NODE_ENV !== "production") Pressure.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1375
|
-
const PressureFilled = react.default.forwardRef(function PressureFilled({ children, size = 16, ...rest }, ref) {
|
|
1376
|
-
return react.default.createElement(
|
|
1670
|
+
const PressureFilled = /* @__PURE__ */ react.default.forwardRef(function PressureFilled({ children, size = 16, ...rest }, ref) {
|
|
1671
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1377
1672
|
width: size,
|
|
1378
1673
|
height: size,
|
|
1379
1674
|
ref,
|
|
@@ -1384,8 +1679,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1384
1679
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,30H10V25H6l10-9,10,9H22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,16,6,7h4V2H22V7h4Z" }), children);
|
|
1385
1680
|
});
|
|
1386
1681
|
if (process.env.NODE_ENV !== "production") PressureFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1387
|
-
const PreviousFilled = react.default.forwardRef(function PreviousFilled({ children, size = 16, ...rest }, ref) {
|
|
1388
|
-
return react.default.createElement(
|
|
1682
|
+
const PreviousFilled = /* @__PURE__ */ react.default.forwardRef(function PreviousFilled({ children, size = 16, ...rest }, ref) {
|
|
1683
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1389
1684
|
width: size,
|
|
1390
1685
|
height: size,
|
|
1391
1686
|
ref,
|
|
@@ -1400,8 +1695,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1400
1695
|
}), children);
|
|
1401
1696
|
});
|
|
1402
1697
|
if (process.env.NODE_ENV !== "production") PreviousFilled.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1403
|
-
const PreviousOutline = react.default.forwardRef(function PreviousOutline({ children, size = 16, ...rest }, ref) {
|
|
1404
|
-
return react.default.createElement(
|
|
1698
|
+
const PreviousOutline = /* @__PURE__ */ react.default.forwardRef(function PreviousOutline({ children, size = 16, ...rest }, ref) {
|
|
1699
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1405
1700
|
width: size,
|
|
1406
1701
|
height: size,
|
|
1407
1702
|
ref,
|
|
@@ -1412,8 +1707,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1412
1707
|
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 8 17.43 9.393 11.85 15 24 15 24 17 11.85 17 17.43 22.573 16 24 8 16 16 8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z" }), children);
|
|
1413
1708
|
});
|
|
1414
1709
|
if (process.env.NODE_ENV !== "production") PreviousOutline.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1415
|
-
const PricingConsumption = react.default.forwardRef(function PricingConsumption({ children, size = 16, ...rest }, ref) {
|
|
1416
|
-
return react.default.createElement(
|
|
1710
|
+
const PricingConsumption = /* @__PURE__ */ react.default.forwardRef(function PricingConsumption({ children, size = 16, ...rest }, ref) {
|
|
1711
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1417
1712
|
width: size,
|
|
1418
1713
|
height: size,
|
|
1419
1714
|
ref,
|
|
@@ -1442,8 +1737,8 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1442
1737
|
}), children);
|
|
1443
1738
|
});
|
|
1444
1739
|
if (process.env.NODE_ENV !== "production") PricingConsumption.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1445
|
-
const PricingContainer = react.default.forwardRef(function PricingContainer({ children, size = 16, ...rest }, ref) {
|
|
1446
|
-
return react.default.createElement(
|
|
1740
|
+
const PricingContainer = /* @__PURE__ */ react.default.forwardRef(function PricingContainer({ children, size = 16, ...rest }, ref) {
|
|
1741
|
+
return react.default.createElement(require_Icon.Icon, {
|
|
1447
1742
|
width: size,
|
|
1448
1743
|
height: size,
|
|
1449
1744
|
ref,
|
|
@@ -1463,350 +1758,28 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1463
1758
|
}), children);
|
|
1464
1759
|
});
|
|
1465
1760
|
if (process.env.NODE_ENV !== "production") PricingContainer.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
});
|
|
1489
|
-
if (process.env.NODE_ENV !== "production") PricingQuickProposal.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1490
|
-
const PricingTailored = react.default.forwardRef(function PricingTailored({ children, size = 16, ...rest }, ref) {
|
|
1491
|
-
return react.default.createElement(require_Icon_js, {
|
|
1492
|
-
width: size,
|
|
1493
|
-
height: size,
|
|
1494
|
-
ref,
|
|
1495
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1496
|
-
viewBox: "0 0 32 32",
|
|
1497
|
-
fill: "currentColor",
|
|
1498
|
-
...rest
|
|
1499
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
1500
|
-
strokeWidth: "0",
|
|
1501
|
-
d: "m27,21h-2c0-2.8226,0-7.0881-10.0903-8.0042l.1807-1.9917c11.9097,1.0811,11.9097,6.8802,11.9097,9.9958Z"
|
|
1502
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
1503
|
-
strokeWidth: "0",
|
|
1504
|
-
d: "m16.9097,20.9958c-11.9097-1.0811-11.9097-6.8802-11.9097-9.9958h2c0,2.8226,0,7.0881,10.0903,8.0042l-.1807,1.9917Z"
|
|
1505
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
1506
|
-
strokeWidth: "0",
|
|
1507
|
-
d: "m23,20.52c0-4.62-3.78-5.14-6.82-5.56-3.31-.46-5.18-.86-5.18-3.71,0-2.39,2.51-3.24,4.65-3.24,2.32,0,4.14.86,5.57,2.63l1.56-1.26c-1.52-1.88-3.46-2.97-5.78-3.28v-3.1h-2v3.02c-3.62.22-6,2.26-6,5.22,0,4.73,3.83,5.26,6.91,5.69,3.25.45,5.09.84,5.09,3.58,0,3.03-3.13,3.48-5,3.48-3.43,0-4.88-.96-6.22-2.63l-1.56,1.26c1.77,2.19,3.73,3.17,6.78,3.34v3.04h2v-3.04c3.73-.3,6-2.33,6-5.44Z"
|
|
1508
|
-
}), children);
|
|
1509
|
-
});
|
|
1510
|
-
if (process.env.NODE_ENV !== "production") PricingTailored.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1511
|
-
const PricingTraditional = react.default.forwardRef(function PricingTraditional({ children, size = 16, ...rest }, ref) {
|
|
1512
|
-
return react.default.createElement(require_Icon_js, {
|
|
1513
|
-
width: size,
|
|
1514
|
-
height: size,
|
|
1515
|
-
ref,
|
|
1516
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1517
|
-
viewBox: "0 0 32 32",
|
|
1518
|
-
fill: "currentColor",
|
|
1519
|
-
...rest
|
|
1520
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
1521
|
-
strokeWidth: "0",
|
|
1522
|
-
d: "m17,15.0698v-6.9536c1.6909.2793,3.084,1.1021,4.2219,2.5117l1.5562-1.2559c-1.5195-1.8823-3.4619-2.9736-5.7781-3.2759v-3.0962h-2v3.022c-3.6152.2192-6,2.2603-6,5.2202,0,4.2739,3.1265,5.1191,6,5.5586v7.1616c-2.7192-.1777-4.0186-1.1001-5.2219-2.5903l-1.5562,1.2559c1.7703,2.1934,3.7332,3.168,6.7781,3.3369v3.0352h2v-3.0449c3.7256-.3042,6-2.3271,6-5.4399,0-4.209-3.1428-5.0156-6-5.4453Zm-6-3.8276c0-2.1533,2.0293-3.0537,4-3.2134v6.7466c-2.5696-.4238-4-1.043-4-3.5332Zm6,12.71v-6.8574c2.5669.4155,4,1.0044,4,3.4204,0,2.5361-2.1902,3.2656-4,3.437Z"
|
|
1523
|
-
}), children);
|
|
1524
|
-
});
|
|
1525
|
-
if (process.env.NODE_ENV !== "production") PricingTraditional.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1526
|
-
const Printer = react.default.forwardRef(function Printer({ children, size = 16, ...rest }, ref) {
|
|
1527
|
-
return react.default.createElement(require_Icon_js, {
|
|
1528
|
-
width: size,
|
|
1529
|
-
height: size,
|
|
1530
|
-
ref,
|
|
1531
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1532
|
-
viewBox: "0 0 32 32",
|
|
1533
|
-
fill: "currentColor",
|
|
1534
|
-
...rest
|
|
1535
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,9H25V3H7V9H4a2,2,0,0,0-2,2V21a2,2,0,0,0,2,2H7v6H25V23h3a2,2,0,0,0,2-2V11A2,2,0,0,0,28,9ZM9,5H23V9H9ZM23,27H9V17H23Zm5-6H25V15H7v6H4V11H28Z" }), children);
|
|
1536
|
-
});
|
|
1537
|
-
if (process.env.NODE_ENV !== "production") Printer.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1538
|
-
const PrivateNetwork = react.default.forwardRef(function PrivateNetwork({ children, size = 16, ...rest }, ref) {
|
|
1539
|
-
return react.default.createElement(require_Icon_js, {
|
|
1540
|
-
width: size,
|
|
1541
|
-
height: size,
|
|
1542
|
-
ref,
|
|
1543
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1544
|
-
viewBox: "0 0 32 32",
|
|
1545
|
-
fill: "currentColor",
|
|
1546
|
-
...rest
|
|
1547
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,23v3h-14.5c-2.5,0-4.5-2-4.5-4.5s2-4.5,4.5-4.5h.5v-2h-.5c-3.6,0-6.5,2.9-6.5,6.5s2.9,6.5,6.5,6.5h14.5v3h8v-8h-8ZM29,29h-4v-4h4v4ZM23.5,4h-14.5V1H1v8h8v-3h14.5c2.5,0,4.5,2,4.5,4.5s-2,4.5-4.5,4.5h-.5v2h.5c3.6,0,6.5-2.9,6.5-6.5s-2.9-6.5-6.5-6.5ZM7,7H3V3h4v4ZM20,15h-1v-2c0-1.7-1.3-3-3-3s-3,1.3-3,3v2h-1c-.6,0-1,.4-1,1v5c0,.6.4,1,1,1h8c.6,0,1-.4,1-1v-5c0-.6-.4-1-1-1ZM15,13c0-.6.4-1,1-1s1,.4,1,1v2h-2v-2ZM19,20h-6v-3h6v3Z" }), children);
|
|
1548
|
-
});
|
|
1549
|
-
if (process.env.NODE_ENV !== "production") PrivateNetwork.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1550
|
-
const Process = react.default.forwardRef(function Process({ children, size = 16, ...rest }, ref) {
|
|
1551
|
-
return react.default.createElement(require_Icon_js, {
|
|
1552
|
-
width: size,
|
|
1553
|
-
height: size,
|
|
1554
|
-
ref,
|
|
1555
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1556
|
-
viewBox: "0 0 32 32",
|
|
1557
|
-
fill: "currentColor",
|
|
1558
|
-
...rest
|
|
1559
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m12,25c-.7383,0-1.3762.4048-1.7227,1h-5.6301l2.6479-5.0923c.2273.0552.4609.0923.7048.0923,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3-3,1.3457-3,3c0,.6787.2349,1.2979.6162,1.8013l-3.5034,6.7373c-.1611.3101-.1489.6816.0325.9805.1812.2983.5054.481.8547.481h7.2773c.3464.5952.9844,1,1.7227,1,1.1045,0,2-.8955,2-2s-.8955-2-2-2Zm-4-8c.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.8872,26.5386l-4.041-7.771c.0986-.2363.1538-.4956.1538-.7676,0-1.1045-.8955-2-2-2s-2,.8955-2,2,.8955,2,2,2c.0757,0,.1477-.0142.2212-.0225l3.1316,6.0225h-4.5371c-.4141-1.1611-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c1.302,0,2.4016-.8389,2.8157-2h6.1843c.3494,0,.6736-.1826.8547-.481.1814-.2988.1936-.6704.0325-.9805Zm-9.8872,1.4614c-.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: "m21,8c-.2439,0-.4778.0371-.7048.0923l-3.408-6.5537c-.1721-.3311-.5298-.5386-.8872-.5386s-.7151.2075-.8872.5386l-3.8914,7.4839c-.0737-.0083-.1458-.0225-.2214-.0225-1.1045,0-2,.8955-2,2s.8955,2,2,2,2-.8955,2-2c0-.272-.0552-.5312-.1538-.7676l3.1538-6.0649,2.6162,5.0312c-.3813.5034-.6162,1.1226-.6162,1.8013,0,1.6543,1.3457,3,3,3s3-1.3457,3-3-1.3457-3-3-3Zm0,4c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z" }), children);
|
|
1560
|
-
});
|
|
1561
|
-
if (process.env.NODE_ENV !== "production") Process.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1562
|
-
const ProcessAutomate = react.default.forwardRef(function ProcessAutomate({ children, size = 16, ...rest }, ref) {
|
|
1563
|
-
return react.default.createElement(require_Icon_js, {
|
|
1564
|
-
width: size,
|
|
1565
|
-
height: size,
|
|
1566
|
-
ref,
|
|
1567
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1568
|
-
viewBox: "0 0 32 32",
|
|
1569
|
-
fill: "currentColor",
|
|
1570
|
-
...rest
|
|
1571
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m31,17c0-1.6543-1.3457-3-3-3s-3,1.3457-3,3c0,1.3018.8384,2.4014,2,2.8154v2.6104l-11,6.4165-10.0154-5.8423,22.5193-13.1362c.3071-.1792.4961-.5083.4961-.8638s-.189-.6846-.4961-.8638L16.5039,1.1362c-.1558-.0908-.3298-.1362-.5039-.1362s-.3481.0454-.5039.1362L3.4961,8.1362c-.3071.1792-.4961.5083-.4961.8638v3.1846c-1.1616.4141-2,1.5137-2,2.8154,0,1.6543,1.3457,3,3,3s3-1.3457,3-3c0-1.3018-.8384-2.4014-2-2.8159v-2.6099l11-6.4165,10.0154,5.8423L3.4961,22.1362c-.3071.1792-.4961.5083-.4961.8638s.189.6846.4961.8638l12,7c.1558.0908.3298.1362.5039.1362s.3481-.0454.5039-.1362l12-7c.3071-.1792.4961-.5083.4961-.8638v-3.1841c1.1616-.4146,2-1.5142,2-2.8159Zm-27-1c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Zm24,2c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z" }), children);
|
|
1572
|
-
});
|
|
1573
|
-
if (process.env.NODE_ENV !== "production") ProcessAutomate.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1574
|
-
const Product = react.default.forwardRef(function Product({ children, size = 16, ...rest }, ref) {
|
|
1575
|
-
return react.default.createElement(require_Icon_js, {
|
|
1576
|
-
width: size,
|
|
1577
|
-
height: size,
|
|
1578
|
-
ref,
|
|
1579
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1580
|
-
viewBox: "0 0 32 32",
|
|
1581
|
-
fill: "currentColor",
|
|
1582
|
-
...rest
|
|
1583
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 18H14V20H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 22H18V24H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,4H6A2.0025,2.0025,0,0,0,4,6V26a2.0025,2.0025,0,0,0,2,2H26a2.0025,2.0025,0,0,0,2-2V6A2.0025,2.0025,0,0,0,26,4ZM18,6v4H14V6ZM6,26V6h6v6h8V6h6l.0012,20Z" }), children);
|
|
1584
|
-
});
|
|
1585
|
-
if (process.env.NODE_ENV !== "production") Product.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1586
|
-
const ProductionEnvironment = react.default.forwardRef(function ProductionEnvironment({ children, size = 16, ...rest }, ref) {
|
|
1587
|
-
return react.default.createElement(require_Icon_js, {
|
|
1588
|
-
width: size,
|
|
1589
|
-
height: size,
|
|
1590
|
-
ref,
|
|
1591
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1592
|
-
viewBox: "0 0 32 32",
|
|
1593
|
-
fill: "currentColor",
|
|
1594
|
-
...rest
|
|
1595
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,6c0-.5522.4477-1,1-1s1,.4478,1,1-.4478,1-1,1-1-.4476-1-1ZM11,7c.5522,0,1-.4476,1-1s-.4478-1-1-1-1,.4478-1,1,.4477,1,1,1ZM30,4v12.0001h-2v-6.0001H4v18.0001h7.9999v2h-7.9999c-1.1046,0-2-.8954-2-2V4c0-1.1046.8954-2,2-2h24c1.1046,0,2,.8954,2,2ZM28,4H4v4h24v-4ZM25.58,22.4101l1.42-1.41,4,4-4,4-1.41-1.42,2.58-2.58-2.59-2.59ZM19.42,27.5901l-1.42,1.41-4-4,4-4,1.41,1.42-2.58,2.58,2.59,2.59ZM24.915,20.5771l-1.915-.577-2.915,9.423,1.915.577,2.915-9.423Z" }), children);
|
|
1596
|
-
});
|
|
1597
|
-
if (process.env.NODE_ENV !== "production") ProductionEnvironment.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1598
|
-
const ProductionService = react.default.forwardRef(function ProductionService({ children, size = 16, ...rest }, ref) {
|
|
1599
|
-
return react.default.createElement(require_Icon_js, {
|
|
1600
|
-
width: size,
|
|
1601
|
-
height: size,
|
|
1602
|
-
ref,
|
|
1603
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1604
|
-
viewBox: "0 0 32 32",
|
|
1605
|
-
fill: "currentColor",
|
|
1606
|
-
...rest
|
|
1607
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,6c0-.5522.4477-1,1-1s1,.4478,1,1-.4478,1-1,1-1-.4476-1-1ZM11,7c.5522,0,1-.4476,1-1s-.4478-1-1-1-1,.4478-1,1,.4477,1,1,1ZM30,4v12.0001h-2v-6.0001H4v18h7.9999v2h-7.9999c-1.1046,0-2-.8954-2-2V4c0-1.1046.8954-2,2-2h24c1.1046,0,2,.8954,2,2ZM28,4H4v4h24v-4ZM31,27.0001c0,1.6543-1.3457,3-3,3s-3-1.3457-3-3c0-.2228.0283-.4384.0746-.6475l-2.0746-1.1977-2.0746,1.1977c.0463.209.0746.4247.0746.6475,0,1.6543-1.3457,3-3,3s-3-1.3457-3-3,1.3457-3,3-3c.7037,0,1.343.2536,1.8551.6607l2.1449-1.2383v-1.6068c-1.1615-.4141-2-1.5137-2-2.8157,0-1.6543,1.3457-3,3-3s3,1.3457,3,3c0,1.3019-.8385,2.4016-2,2.8157v1.6067l2.1449,1.2383c.5121-.4071,1.1514-.6607,1.8551-.6607,1.6543,0,3,1.3457,3,3h0ZM19,27.0001c0-.5518-.4482-1-1-1s-1,.4482-1,1,.4482,1,1,1,1-.4482,1-1ZM22,19.0001c0,.5513.4482,1,1,1s1-.4487,1-1-.4482-1-1-1-1,.4487-1,1ZM29,27.0001c0-.5518-.4482-1-1-1s-1,.4482-1,1,.4482,1,1,1,1-.4482,1-1Z" }), children);
|
|
1608
|
-
});
|
|
1609
|
-
if (process.env.NODE_ENV !== "production") ProductionService.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1610
|
-
const ProgressBar = react.default.forwardRef(function ProgressBar({ children, size = 16, ...rest }, ref) {
|
|
1611
|
-
return react.default.createElement(require_Icon_js, {
|
|
1612
|
-
width: size,
|
|
1613
|
-
height: size,
|
|
1614
|
-
ref,
|
|
1615
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1616
|
-
viewBox: "0 0 32 32",
|
|
1617
|
-
fill: "currentColor",
|
|
1618
|
-
...rest
|
|
1619
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,21H4a2.0021,2.0021,0,0,1-2-2V13a2.0021,2.0021,0,0,1,2-2H28a2.0021,2.0021,0,0,1,2,2v6A2.0021,2.0021,0,0,1,28,21ZM4,13v6H28V13Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 15H20V17H6z" }), children);
|
|
1620
|
-
});
|
|
1621
|
-
if (process.env.NODE_ENV !== "production") ProgressBar.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1622
|
-
const ProgressBarRound = react.default.forwardRef(function ProgressBarRound({ children, size = 16, ...rest }, ref) {
|
|
1623
|
-
return react.default.createElement(require_Icon_js, {
|
|
1624
|
-
width: size,
|
|
1625
|
-
height: size,
|
|
1626
|
-
ref,
|
|
1627
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1628
|
-
viewBox: "0 0 32 32",
|
|
1629
|
-
fill: "currentColor",
|
|
1630
|
-
...rest
|
|
1631
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,22a6,6,0,1,1,6-6A6.0067,6.0067,0,0,1,16,22Zm0-10a4,4,0,1,0,4,4A4.0045,4.0045,0,0,0,16,12Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,26a10.0162,10.0162,0,0,1-7.4531-3.3325l1.49-1.334A8,8,0,1,0,16,8V6a10,10,0,0,1,0,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z" }), children);
|
|
1632
|
-
});
|
|
1633
|
-
if (process.env.NODE_ENV !== "production") ProgressBarRound.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1634
|
-
const Promote = react.default.forwardRef(function Promote({ children, size = 16, ...rest }, ref) {
|
|
1635
|
-
return react.default.createElement(require_Icon_js, {
|
|
1636
|
-
width: size,
|
|
1637
|
-
height: size,
|
|
1638
|
-
ref,
|
|
1639
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1640
|
-
viewBox: "0 0 32 32",
|
|
1641
|
-
fill: "currentColor",
|
|
1642
|
-
...rest
|
|
1643
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 21 17.4 22.4 14.8 25 23 25 23 27 14.8 27 17.4 29.6 16 31 11 26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
1644
|
-
d: "M6.3 19H17.6V21H6.3z",
|
|
1645
|
-
transform: "rotate(-45 12 20)"
|
|
1646
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,22h-2v-5c0-0.3,0.1-0.5,0.3-0.7l4.1-4.1c1.7-1.7,2.6-4,2.6-6.4V4h-1.9c-2.4,0-4.7,0.9-6.4,2.6l-4.1,4.1 C15.5,10.9,15.3,11,15,11H7.5l-2.6,3.3l5.3,0.8l-0.3,2l-7-1c-0.4-0.1-0.7-0.3-0.8-0.6s-0.1-0.7,0.1-1l4-5C6.4,9.1,6.7,9,7,9h7.6 l3.8-3.8C20.4,3.1,23.2,2,26.1,2H28c1.1,0,2,0.9,2,2v1.9c0,2.9-1.1,5.7-3.2,7.8L23,17.4V22z" }), children);
|
|
1647
|
-
});
|
|
1648
|
-
if (process.env.NODE_ENV !== "production") Promote.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1649
|
-
const PromptSession = react.default.forwardRef(function PromptSession({ children, size = 16, ...rest }, ref) {
|
|
1650
|
-
return react.default.createElement(require_Icon_js, {
|
|
1651
|
-
width: size,
|
|
1652
|
-
height: size,
|
|
1653
|
-
ref,
|
|
1654
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1655
|
-
viewBox: "0 0 32 32",
|
|
1656
|
-
fill: "currentColor",
|
|
1657
|
-
...rest
|
|
1658
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27 25.5859 25 23.5859 25 21 23 21 23 24.4141 25.5859 27 27 25.5859z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m24,31c-3.8599,0-7-3.1401-7-7s3.1401-7,7-7,7,3.1401,7,7-3.1401,7-7,7Zm0-12c-2.7571,0-5,2.2429-5,5s2.2429,5,5,5,5-2.2429,5-5-2.2429-5-5-5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m28,15h2V5c0-1.103-.8975-2-2-2h-3v2h3v10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1659
|
-
cx: "9",
|
|
1660
|
-
cy: "13",
|
|
1661
|
-
r: "2"
|
|
1662
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1663
|
-
cx: "16",
|
|
1664
|
-
cy: "13",
|
|
1665
|
-
r: "2"
|
|
1666
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1667
|
-
cx: "23",
|
|
1668
|
-
cy: "13",
|
|
1669
|
-
r: "2"
|
|
1670
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m7,23h-3c-1.103,0-2-.8975-2-2V5c0-1.103.897-2,2-2h3v2h-3v16h3v2Z" }), children);
|
|
1671
|
-
});
|
|
1672
|
-
if (process.env.NODE_ENV !== "production") PromptSession.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1673
|
-
const PromptTemplate = react.default.forwardRef(function PromptTemplate({ children, size = 16, ...rest }, ref) {
|
|
1674
|
-
return react.default.createElement(require_Icon_js, {
|
|
1675
|
-
width: size,
|
|
1676
|
-
height: size,
|
|
1677
|
-
ref,
|
|
1678
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1679
|
-
viewBox: "0 0 32 32",
|
|
1680
|
-
fill: "currentColor",
|
|
1681
|
-
...rest
|
|
1682
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m31.5,23c-.8271,0-1.5-.6729-1.5-1.5v-1.5c0-1.1025-.8972-2-2-2h-2v2h2v1.5c0,.98.4072,1.8643,1.0581,2.5-.6509.6357-1.0581,1.52-1.0581,2.5v1.5h-2v2h2c1.1028,0,2-.8975,2-2v-1.5c0-.8271.6729-1.5,1.5-1.5h.5v-2h-.5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,20v1.5c0,.8271-.6729,1.5-1.5,1.5h-.5v2h.5c.8271,0,1.5.6729,1.5,1.5v1.5c0,1.1025.8972,2,2,2h2v-2h-2v-1.5c0-.98-.4072-1.8643-1.0581-2.5.6509-.6357,1.0581-1.52,1.0581-2.5v-1.5h2v-2h-2c-1.1028,0-2,.8975-2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m28,15h2V5c0-1.103-.8975-2-2-2h-3v2h3v10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1683
|
-
cx: "23",
|
|
1684
|
-
cy: "13",
|
|
1685
|
-
r: "2"
|
|
1686
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1687
|
-
cx: "16",
|
|
1688
|
-
cy: "13",
|
|
1689
|
-
r: "2"
|
|
1690
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1691
|
-
cx: "9",
|
|
1692
|
-
cy: "13",
|
|
1693
|
-
r: "2"
|
|
1694
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m7,23h-3c-1.103,0-2-.8975-2-2V5c0-1.103.897-2,2-2h3v2h-3v16h3v2Z" }), children);
|
|
1695
|
-
});
|
|
1696
|
-
if (process.env.NODE_ENV !== "production") PromptTemplate.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1697
|
-
const PropertyRelationship = react.default.forwardRef(function PropertyRelationship({ children, size = 16, ...rest }, ref) {
|
|
1698
|
-
return react.default.createElement(require_Icon_js, {
|
|
1699
|
-
width: size,
|
|
1700
|
-
height: size,
|
|
1701
|
-
ref,
|
|
1702
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1703
|
-
viewBox: "0 0 32 32",
|
|
1704
|
-
fill: "currentColor",
|
|
1705
|
-
...rest
|
|
1706
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 16 22 24 20.6 22.6 27.2 16 20.6 9.4 22 8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 15H20V17H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 16 10 8 11.4 9.4 4.8 16 11.4 22.6 10 24z" }), children);
|
|
1707
|
-
});
|
|
1708
|
-
if (process.env.NODE_ENV !== "production") PropertyRelationship.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1709
|
-
const PullRequest = react.default.forwardRef(function PullRequest({ children, size = 16, ...rest }, ref) {
|
|
1710
|
-
return react.default.createElement(require_Icon_js, {
|
|
1711
|
-
width: size,
|
|
1712
|
-
height: size,
|
|
1713
|
-
ref,
|
|
1714
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1715
|
-
viewBox: "0 0 32 32",
|
|
1716
|
-
fill: "currentColor",
|
|
1717
|
-
...rest
|
|
1718
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
1719
|
-
strokeWidth: "0",
|
|
1720
|
-
d: "m25,22.1421v-13.1421c0-2.2056-1.7944-4-4-4h-4.1719l2.5859-2.5859-1.4141-1.4141-5,5,5,5,1.4141-1.4141-2.5859-2.5859h4.1719c1.1028,0,2,.8975,2,2v13.1421c-1.7202.4473-3,1.9995-3,3.8579,0,2.2056,1.7944,4,4,4s4-1.7944,4-4c0-1.8584-1.2798-3.4106-3-3.8579Zm-1,5.8579c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z"
|
|
1721
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
1722
|
-
strokeWidth: "0",
|
|
1723
|
-
d: "m4,6c0,1.8584,1.2798,3.4106,3,3.8579v12.2842c-1.7202.447-3,1.9993-3,3.8579,0,2.2061,1.7944,4,4,4s4-1.7939,4-4c0-1.8586-1.2798-3.4109-3-3.8579v-12.2842c1.7202-.4473,3-1.9995,3-3.8579,0-2.2056-1.7944-4-4-4s-4,1.7944-4,4Zm6,20c0,1.1025-.897,2-2,2s-2-.8975-2-2c0-1.1025.897-2,2-2s2,.8975,2,2Zm0-20c0,1.103-.897,2-2,2s-2-.897-2-2c0-1.103.897-2,2-2s2,.897,2,2Z"
|
|
1724
|
-
}), children);
|
|
1725
|
-
});
|
|
1726
|
-
if (process.env.NODE_ENV !== "production") PullRequest.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1727
|
-
const PunctuationCheck = react.default.forwardRef(function PunctuationCheck({ children, size = 16, ...rest }, ref) {
|
|
1728
|
-
return react.default.createElement(require_Icon_js, {
|
|
1729
|
-
width: size,
|
|
1730
|
-
height: size,
|
|
1731
|
-
ref,
|
|
1732
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1733
|
-
viewBox: "0 0 32 32",
|
|
1734
|
-
fill: "currentColor",
|
|
1735
|
-
...rest
|
|
1736
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,27.1781l-2.59-2.59-1.41,1.4119,4,4,7-7-1.41-1.4119-5.59,5.59ZM14,16h-3v-.1689c0-1.397.7441-2.7114,1.9419-3.4302l1.1416-.6865-1.03-1.7144-1.1404.686c-1.7969,1.0781-2.9131,3.0493-2.9131,5.145v5.1689c0,.5522.4478,1,1,1h4c.5522,0,1-.4478,1-1v-4c0-.5522-.4478-1-1-1h0ZM22,16h-3v-.1689c0-1.397.7441-2.7114,1.9419-3.4302l1.1416-.6865-1.03-1.7144-1.1404.686c-1.7969,1.0781-2.9131,3.0493-2.9131,5.145v5.1689c0,.5522.4478,1,1,1h4c.5522,0,1-.4478,1-1v-4c0-.5522-.4478-1-1-1h0ZM12,28h-6c-1.103,0-2-.8975-2-2V6c0-1.103.897-2,2-2h20c1.1025,0,2,.897,2,2v11h-2V6H6v20h6v2Z" }), children);
|
|
1737
|
-
});
|
|
1738
|
-
if (process.env.NODE_ENV !== "production") PunctuationCheck.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1739
|
-
const Purchase = react.default.forwardRef(function Purchase({ children, size = 16, ...rest }, ref) {
|
|
1740
|
-
return react.default.createElement(require_Icon_js, {
|
|
1741
|
-
width: size,
|
|
1742
|
-
height: size,
|
|
1743
|
-
ref,
|
|
1744
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1745
|
-
viewBox: "0 0 32 32",
|
|
1746
|
-
fill: "currentColor",
|
|
1747
|
-
...rest
|
|
1748
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6Zm0,2v3H4V8ZM4,24V13H28V24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 20H16V22H6z" }), children);
|
|
1749
|
-
});
|
|
1750
|
-
if (process.env.NODE_ENV !== "production") Purchase.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1751
|
-
const WatsonHealthQcLaunch = react.default.forwardRef(function WatsonHealthQcLaunch({ children, size = 16, ...rest }, ref) {
|
|
1752
|
-
return react.default.createElement(require_Icon_js, {
|
|
1753
|
-
width: size,
|
|
1754
|
-
height: size,
|
|
1755
|
-
ref,
|
|
1756
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1757
|
-
viewBox: "0 0 32 32",
|
|
1758
|
-
fill: "currentColor",
|
|
1759
|
-
...rest
|
|
1760
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,22H19a2.0023,2.0023,0,0,1-2-2V10a2.002,2.002,0,0,1,2-2h6v2H19V20h6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,8H9a2.002,2.002,0,0,0-2,2V20a2.0023,2.0023,0,0,0,2,2h1v2a2.0023,2.0023,0,0,0,2,2h2V24H12V22h1a2.0023,2.0023,0,0,0,2-2V10A2.002,2.002,0,0,0,13,8ZM9,20V10h4V20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,30H4a2.0023,2.0023,0,0,1-2-2V4A2.002,2.002,0,0,1,4,2H28a2.0023,2.0023,0,0,1,2,2V28A2.0027,2.0027,0,0,1,28,30ZM4,4V28H28V4Z" }), children);
|
|
1761
|
-
});
|
|
1762
|
-
if (process.env.NODE_ENV !== "production") WatsonHealthQcLaunch.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1763
|
-
const Qiskit = react.default.forwardRef(function Qiskit({ children, size = 16, ...rest }, ref) {
|
|
1764
|
-
return react.default.createElement(require_Icon_js, {
|
|
1765
|
-
width: size,
|
|
1766
|
-
height: size,
|
|
1767
|
-
ref,
|
|
1768
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1769
|
-
viewBox: "0 0 32 32",
|
|
1770
|
-
fill: "currentColor",
|
|
1771
|
-
...rest
|
|
1772
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
1773
|
-
strokeWidth: "0",
|
|
1774
|
-
d: "m16,1C7.729,1,1,7.729,1,16s6.729,15,15,15,15-6.729,15-15S24.271,1,16,1Zm6.5825,20.5c-.5203-.8926-1.4771-1.5-2.5825-1.5-.1821,0-.3586.0225-.532.0537l-1.7258-3.0205c6.7866.2388,10.1216,1.8262,10.2571,2.4668-.0979.4624-1.8899,1.4141-5.4167,2Zm-2.5825.5c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1ZM3,16c0-.5435.0442-1.0762.1094-1.6025.8552.666,2.1555,1.1973,3.7239,1.6025-1.5684.4053-2.8687.9365-3.7239,1.6025-.0652-.5264-.1094-1.0591-.1094-1.6025Zm6.4175-5.4995c.5205.8921,1.4773,1.4995,2.5825,1.4995.1821,0,.3586-.0225.532-.0537l1.7258,3.0205c-6.8042-.2393-10.1387-1.8335-10.2581-2.4619.0862-.4609,1.8784-1.416,5.4177-2.0044Zm2.5825-.5005c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Zm13.167,6c1.5681-.4053,2.8684-.9365,3.7236-1.6025.0652.5264.1094,1.0591.1094,1.6025s-.0442,1.0762-.1094,1.6025c-.8552-.666-2.1555-1.1973-3.7236-1.6025ZM16,3c4.9019,0,9.1758,2.7285,11.3901,6.7451-2.2891-.9961-5.7993-1.5513-9.3901-1.6997v1.999c6.6108.2695,9.8655,1.8232,9.9993,2.4556-.1431.6763-3.8533,2.4062-11.4236,2.4917l-2.3118-4.0454c.4524-.5254.7361-1.2002.7361-1.9463,0-1.6543-1.3457-3-3-3-1.4956,0-2.7285,1.1035-2.9531,2.5371-1.7056.2837-3.2363.6841-4.4351,1.2051,2.2151-4.0146,6.4878-6.7422,11.3882-6.7422Zm0,26c-4.9019,0-9.1758-2.7285-11.3901-6.7451,2.2891.9961,5.7993,1.5513,9.3901,1.6997v-1.999c-6.6282-.2705-9.8823-1.8306-10.0002-2.4507.126-.6729,3.8357-2.4106,11.4246-2.4966l2.3118,4.0454c-.4524.5254-.7361,1.2002-.7361,1.9463,0,1.6543,1.3457,3,3,3,1.4956,0,2.7285-1.1035,2.9531-2.5371,1.7056-.2837,3.2363-.6841,4.4351-1.2051-2.2151,4.0146-6.4878,6.7422-11.3882,6.7422Z"
|
|
1775
|
-
}), children);
|
|
1776
|
-
});
|
|
1777
|
-
if (process.env.NODE_ENV !== "production") Qiskit.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1778
|
-
const QqPlot = react.default.forwardRef(function QqPlot({ children, size = 16, ...rest }, ref) {
|
|
1779
|
-
return react.default.createElement(require_Icon_js, {
|
|
1780
|
-
width: size,
|
|
1781
|
-
height: size,
|
|
1782
|
-
ref,
|
|
1783
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1784
|
-
viewBox: "0 0 32 32",
|
|
1785
|
-
fill: "currentColor",
|
|
1786
|
-
...rest
|
|
1787
|
-
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1788
|
-
cx: "20",
|
|
1789
|
-
cy: "4",
|
|
1790
|
-
r: "2"
|
|
1791
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1792
|
-
cx: "8",
|
|
1793
|
-
cy: "16",
|
|
1794
|
-
r: "2"
|
|
1795
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1796
|
-
cx: "28",
|
|
1797
|
-
cy: "12",
|
|
1798
|
-
r: "2"
|
|
1799
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1800
|
-
cx: "11",
|
|
1801
|
-
cy: "7",
|
|
1802
|
-
r: "2"
|
|
1803
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
|
|
1804
|
-
cx: "16",
|
|
1805
|
-
cy: "24",
|
|
1806
|
-
r: "2"
|
|
1807
|
-
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,3.4131,28.5859,2,4,26.585V2H2V28a2,2,0,0,0,2,2H30V28H5.4131Z" }), children);
|
|
1808
|
-
});
|
|
1809
|
-
if (process.env.NODE_ENV !== "production") QqPlot.propTypes = require_iconPropTypes.iconPropTypes;
|
|
1761
|
+
exports.PaintBrushAlt = PaintBrushAlt;
|
|
1762
|
+
exports.PalmTree = PalmTree;
|
|
1763
|
+
exports.PanHorizontal = PanHorizontal;
|
|
1764
|
+
exports.PanVertical = PanVertical;
|
|
1765
|
+
exports.PanelExpansion = PanelExpansion;
|
|
1766
|
+
exports.Paragraph = Paragraph;
|
|
1767
|
+
exports.Parameter = Parameter;
|
|
1768
|
+
exports.ParentChild = ParentChild;
|
|
1769
|
+
exports.ParentNode = ParentNode;
|
|
1770
|
+
exports.PartDefinition = PartDefinition;
|
|
1771
|
+
exports.PartUsage = PartUsage;
|
|
1772
|
+
exports.PartitionAuto = PartitionAuto;
|
|
1773
|
+
exports.PartitionCollection = PartitionCollection;
|
|
1774
|
+
exports.PartitionRepartition = PartitionRepartition;
|
|
1775
|
+
exports.PartitionSame = PartitionSame;
|
|
1776
|
+
exports.PartitionSpecific = PartitionSpecific;
|
|
1777
|
+
exports.PartlyCloudy = PartlyCloudy;
|
|
1778
|
+
exports.PartlyCloudyNight = PartlyCloudyNight;
|
|
1779
|
+
exports.Partnership = Partnership;
|
|
1780
|
+
exports.PassengerDrinks = PassengerDrinks;
|
|
1781
|
+
exports.PassengerPlus = PassengerPlus;
|
|
1782
|
+
exports.Password = Password;
|
|
1810
1783
|
exports.Paste = Paste;
|
|
1811
1784
|
exports.Pause = Pause;
|
|
1812
1785
|
exports.PauseFilled = PauseFilled;
|
|
@@ -1907,37 +1880,14 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
|
|
|
1907
1880
|
exports.PreviousOutline = PreviousOutline;
|
|
1908
1881
|
exports.PricingConsumption = PricingConsumption;
|
|
1909
1882
|
exports.PricingContainer = PricingContainer;
|
|
1910
|
-
exports.PricingQuickProposal = PricingQuickProposal;
|
|
1911
|
-
exports.PricingTailored = PricingTailored;
|
|
1912
|
-
exports.PricingTraditional = PricingTraditional;
|
|
1913
|
-
exports.Printer = Printer;
|
|
1914
|
-
exports.PrivateNetwork = PrivateNetwork;
|
|
1915
|
-
exports.Process = Process;
|
|
1916
|
-
exports.ProcessAutomate = ProcessAutomate;
|
|
1917
|
-
exports.Product = Product;
|
|
1918
|
-
exports.ProductionEnvironment = ProductionEnvironment;
|
|
1919
|
-
exports.ProductionService = ProductionService;
|
|
1920
|
-
exports.ProgressBar = ProgressBar;
|
|
1921
|
-
exports.ProgressBarRound = ProgressBarRound;
|
|
1922
|
-
exports.Promote = Promote;
|
|
1923
|
-
exports.PromptSession = PromptSession;
|
|
1924
|
-
exports.PromptTemplate = PromptTemplate;
|
|
1925
|
-
exports.PropertyRelationship = PropertyRelationship;
|
|
1926
|
-
exports.PullRequest = PullRequest;
|
|
1927
|
-
exports.PunctuationCheck = PunctuationCheck;
|
|
1928
|
-
exports.Purchase = Purchase;
|
|
1929
|
-
exports.Qiskit = Qiskit;
|
|
1930
|
-
exports.QqPlot = QqPlot;
|
|
1931
1883
|
exports.WatsonHealthPetImageB = WatsonHealthPetImageB;
|
|
1932
1884
|
exports.WatsonHealthPetImageO = WatsonHealthPetImageO;
|
|
1933
1885
|
exports.WatsonHealthPointerText = WatsonHealthPointerText;
|
|
1934
|
-
exports.WatsonHealthQcLaunch = WatsonHealthQcLaunch;
|
|
1935
1886
|
}));
|
|
1936
|
-
|
|
1937
1887
|
//#endregion
|
|
1938
|
-
Object.defineProperty(exports,
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
});
|
|
1888
|
+
Object.defineProperty(exports, "default", {
|
|
1889
|
+
enumerable: true,
|
|
1890
|
+
get: function() {
|
|
1891
|
+
return require_bucket_14();
|
|
1892
|
+
}
|
|
1893
|
+
});
|