@carbon/ibm-products 2.74.0 → 2.75.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 +349 -63
- package/css/carbon.css.map +1 -1
- package/css/index-full-carbon.css +351 -80
- 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 +2 -17
- 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 +2 -17
- 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 +204 -60
- package/css/index.css.map +1 -1
- package/css/index.min.css +1 -1
- package/css/index.min.css.map +1 -1
- package/es/components/APIKeyModal/APIKeyModal.d.ts +1 -1
- package/es/components/APIKeyModal/APIKeyModal.js +2 -2
- package/es/components/AboutModal/AboutModal.d.ts +1 -1
- package/es/components/AboutModal/AboutModal.js +1 -2
- package/es/components/ActionBar/ActionBar.d.ts +1 -1
- package/es/components/ActionBar/ActionBar.js +1 -2
- package/es/components/ActionBar/ActionBarItem.d.ts +1 -1
- package/es/components/ActionBar/ActionBarItem.js +1 -2
- package/es/components/BigNumber/BigNumber.d.ts +1 -1
- package/es/components/BigNumber/BigNumber.js +1 -4
- package/es/components/BigNumber/index.js +8 -0
- package/es/components/Cascade/Cascade.d.ts +1 -1
- package/es/components/Cascade/Cascade.js +1 -2
- package/es/components/Checklist/Checklist.d.ts +1 -1
- package/es/components/Checklist/Checklist.js +1 -2
- package/es/components/Coachmark/Coachmark.d.ts +1 -1
- package/es/components/Coachmark/Coachmark.js +1 -2
- package/es/components/Coachmark/CoachmarkDragbar.d.ts +1 -1
- package/es/components/Coachmark/CoachmarkDragbar.js +1 -2
- package/es/components/Coachmark/CoachmarkHeader.d.ts +1 -1
- package/es/components/Coachmark/CoachmarkHeader.js +1 -2
- package/es/components/Coachmark/CoachmarkOverlay.d.ts +1 -1
- package/es/components/Coachmark/CoachmarkOverlay.js +1 -2
- package/es/components/Coachmark/CoachmarkTagline.d.ts +1 -1
- package/es/components/Coachmark/CoachmarkTagline.js +1 -2
- package/es/components/Coachmark/next/Coachmark/index.js +8 -0
- package/es/components/Coachmark/utils/enums.js +5 -1
- package/es/components/CoachmarkBeacon/CoachmarkBeacon.d.ts +1 -1
- package/es/components/CoachmarkBeacon/CoachmarkBeacon.js +1 -2
- package/es/components/CoachmarkButton/CoachmarkButton.d.ts +1 -1
- package/es/components/CoachmarkButton/CoachmarkButton.js +1 -2
- package/es/components/CoachmarkFixed/CoachmarkFixed.d.ts +1 -1
- package/es/components/CoachmarkFixed/CoachmarkFixed.js +1 -2
- package/es/components/CoachmarkOverlayElement/CoachmarkOverlayElement.d.ts +1 -1
- package/es/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +1 -4
- package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.d.ts +1 -1
- package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +1 -4
- package/es/components/CoachmarkStack/CoachmarkStack.d.ts +1 -1
- package/es/components/CoachmarkStack/CoachmarkStack.js +1 -2
- package/es/components/CoachmarkStack/CoachmarkStackHome.d.ts +1 -1
- package/es/components/CoachmarkStack/CoachmarkStackHome.js +1 -4
- package/es/components/ConditionBuilder/ConditionBuilder.d.ts +1 -1
- package/es/components/ConditionBuilder/ConditionBuilder.js +1 -3
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +6 -0
- package/es/components/ConditionBuilder/index.js +8 -0
- package/es/components/CreateFullPage/CreateFullPage.d.ts +1 -1
- package/es/components/CreateFullPage/CreateFullPage.js +1 -2
- package/es/components/CreateFullPage/CreateFullPageStep.d.ts +1 -1
- package/es/components/CreateFullPage/CreateFullPageStep.js +1 -4
- package/es/components/CreateModal/CreateModal.d.ts +1 -1
- package/es/components/CreateModal/CreateModal.js +2 -2
- package/es/components/CreateSidePanel/CreateSidePanel.d.ts +1 -1
- package/es/components/CreateSidePanel/CreateSidePanel.js +1 -2
- package/es/components/CreateTearsheet/CreateTearsheet.d.ts +1 -1
- package/es/components/CreateTearsheet/CreateTearsheet.js +1 -2
- package/es/components/CreateTearsheet/CreateTearsheetDivider.d.ts +1 -1
- package/es/components/CreateTearsheet/CreateTearsheetDivider.js +1 -5
- package/es/components/CreateTearsheet/CreateTearsheetStep.d.ts +1 -1
- package/es/components/CreateTearsheet/CreateTearsheetStep.js +1 -4
- package/es/components/CreateTearsheetNarrow/CreateTearsheetNarrow.d.ts +1 -1
- package/es/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +1 -4
- package/es/components/DataSpreadsheet/DataSpreadsheet.d.ts +1 -1
- package/es/components/DataSpreadsheet/DataSpreadsheet.js +1 -2
- package/es/components/DataSpreadsheet/index.js +8 -0
- package/es/components/Datagrid/Datagrid/Datagrid.d.ts +1 -1
- package/es/components/Datagrid/Datagrid/Datagrid.js +1 -2
- package/es/components/Decorator/index.js +8 -0
- package/es/components/DecoratorBase/utils.d.ts +1 -1
- package/es/components/DelimitedList/DelimitedList.d.ts +1 -1
- package/es/components/DelimitedList/DelimitedList.js +1 -2
- package/es/components/DelimitedList/index.js +8 -0
- package/es/components/EditFullPage/EditFullPage.d.ts +1 -1
- package/es/components/EditFullPage/EditFullPage.js +1 -2
- package/es/components/EditInPlace/EditInPlace.d.ts +1 -1
- package/es/components/EditInPlace/EditInPlace.js +1 -2
- package/es/components/EditSidePanel/EditSidePanel.d.ts +1 -1
- package/es/components/EditSidePanel/EditSidePanel.js +1 -2
- package/es/components/EditTearsheet/EditTearsheet.d.ts +1 -1
- package/es/components/EditTearsheet/EditTearsheet.js +1 -2
- package/es/components/EditTearsheet/EditTearsheetForm.d.ts +1 -1
- package/es/components/EditTearsheet/EditTearsheetForm.js +2 -2
- package/es/components/EditTearsheetNarrow/EditTearsheetNarrow.d.ts +1 -1
- package/es/components/EditTearsheetNarrow/EditTearsheetNarrow.js +1 -4
- package/es/components/EditUpdateCards/EditUpdateCards.d.ts +1 -1
- package/es/components/EditUpdateCards/EditUpdateCards.js +1 -2
- package/es/components/EmptyStates/EmptyState.d.ts +1 -1
- package/es/components/EmptyStates/EmptyState.js +2 -2
- package/es/components/EmptyStates/EmptyStateV2.deprecated.d.ts +1 -1
- package/es/components/EmptyStates/EmptyStateV2.deprecated.js +2 -2
- package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.d.ts +1 -1
- package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +1 -2
- package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.d.ts +1 -1
- package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +1 -2
- package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.d.ts +1 -1
- package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +1 -2
- package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.d.ts +1 -1
- package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +1 -4
- package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.d.ts +1 -1
- package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +1 -4
- package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.d.ts +1 -1
- package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +1 -4
- package/es/components/ExportModal/ExportModal.d.ts +1 -1
- package/es/components/ExportModal/ExportModal.js +2 -2
- package/es/components/ExpressiveCard/ExpressiveCard.d.ts +1 -1
- package/es/components/ExpressiveCard/ExpressiveCard.js +2 -3
- package/es/components/FullPageError/FullPageError.d.ts +1 -1
- package/es/components/FullPageError/FullPageError.js +1 -2
- package/es/components/GetStartedCard/GetStartedCard.d.ts +1 -1
- package/es/components/GetStartedCard/GetStartedCard.js +2 -3
- package/es/components/GetStartedCard/index.js +8 -0
- package/es/components/Guidebanner/Guidebanner.d.ts +1 -1
- package/es/components/Guidebanner/Guidebanner.js +1 -2
- package/es/components/Guidebanner/GuidebannerElement.d.ts +1 -1
- package/es/components/Guidebanner/GuidebannerElement.js +1 -4
- package/es/components/Guidebanner/GuidebannerElementButton.d.ts +1 -1
- package/es/components/Guidebanner/GuidebannerElementButton.js +1 -4
- package/es/components/Guidebanner/GuidebannerElementLink.d.ts +1 -1
- package/es/components/Guidebanner/GuidebannerElementLink.js +1 -4
- package/es/components/HTTPErrors/HTTPError403/HTTPError403.d.ts +1 -1
- package/es/components/HTTPErrors/HTTPError403/HTTPError403.js +1 -2
- package/es/components/HTTPErrors/HTTPError404/HTTPError404.d.ts +1 -1
- package/es/components/HTTPErrors/HTTPError404/HTTPError404.js +1 -2
- package/es/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.d.ts +1 -1
- package/es/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +1 -2
- package/es/components/ImportModal/ImportModal.d.ts +1 -1
- package/es/components/ImportModal/ImportModal.js +2 -2
- package/es/components/InlineTip/InlineTip.d.ts +1 -1
- package/es/components/InlineTip/InlineTip.js +1 -2
- package/es/components/InlineTip/InlineTipButton.d.ts +1 -1
- package/es/components/InlineTip/InlineTipButton.js +1 -2
- package/es/components/InlineTip/InlineTipLink.d.ts +1 -1
- package/es/components/InlineTip/InlineTipLink.js +1 -2
- package/es/components/InterstitialScreen/InterstitialScreen.d.ts +1 -1
- package/es/components/InterstitialScreen/InterstitialScreen.js +1 -4
- package/es/components/InterstitialScreen/_story-assets/InterstitialScreenView/InterstitialScreenView.d.ts +2 -2
- package/es/components/InterstitialScreen/_story-assets/InterstitialScreenViewModule/InterstitialScreenViewModule.d.ts +2 -2
- package/es/components/MultiAddSelect/MultiAddSelect.d.ts +1 -1
- package/es/components/MultiAddSelect/MultiAddSelect.js +1 -3
- package/es/components/NonLinearReading/NonLinearReading.d.ts +1 -1
- package/es/components/NonLinearReading/NonLinearReading.js +1 -2
- package/es/components/NonLinearReading/index.js +8 -0
- package/es/components/NotificationsPanel/NotificationsPanel.d.ts +1 -1
- package/es/components/NotificationsPanel/NotificationsPanel.js +1 -4
- package/es/components/OptionsTile/OptionsTile.d.ts +1 -1
- package/es/components/OptionsTile/OptionsTile.js +1 -2
- package/es/components/PageHeader/PageHeader.d.ts +1 -1
- package/es/components/PageHeader/PageHeader.js +1 -2
- package/es/components/ProductiveCard/ProductiveCard.d.ts +1 -1
- package/es/components/ProductiveCard/ProductiveCard.js +2 -3
- package/es/components/RemoveModal/RemoveModal.d.ts +1 -1
- package/es/components/RemoveModal/RemoveModal.js +2 -2
- package/es/components/Saving/Saving.d.ts +1 -1
- package/es/components/Saving/Saving.js +1 -2
- package/es/components/SearchBar/SearchBar.d.ts +1 -1
- package/es/components/SearchBar/SearchBar.js +1 -2
- package/es/components/SearchBar/index.js +8 -0
- package/es/components/SidePanel/SidePanel.d.ts +4 -1
- package/es/components/SidePanel/SidePanel.js +4 -6
- package/es/components/SingleAddSelect/SingleAddSelect.d.ts +1 -1
- package/es/components/SingleAddSelect/SingleAddSelect.js +1 -3
- package/es/components/StatusIcon/StatusIcon.d.ts +1 -1
- package/es/components/StatusIcon/StatusIcon.js +1 -2
- package/es/components/StepFlow/story-assets/SidePanel/StepSidePanel.d.ts +4 -3
- package/es/components/TagOverflow/TagOverflow.d.ts +1 -1
- package/es/components/TagOverflow/TagOverflow.js +1 -2
- package/es/components/TagSet/TagSet.d.ts +1 -1
- package/es/components/TagSet/TagSet.js +2 -3
- package/es/components/Tearsheet/Tearsheet.d.ts +1 -1
- package/es/components/Tearsheet/Tearsheet.js +1 -3
- package/es/components/Tearsheet/TearsheetNarrow.d.ts +1 -1
- package/es/components/Tearsheet/TearsheetNarrow.js +1 -3
- package/es/components/Toolbar/Toolbar.d.ts +2 -2
- package/es/components/Toolbar/Toolbar.js +1 -2
- package/es/components/Toolbar/ToolbarButton.d.ts +1 -1
- package/es/components/Toolbar/ToolbarButton.js +1 -3
- package/es/components/Toolbar/ToolbarGroup.d.ts +1 -1
- package/es/components/Toolbar/ToolbarGroup.js +1 -3
- package/es/components/TooltipTrigger/TooltipTrigger.d.ts +1 -1
- package/es/components/TooltipTrigger/TooltipTrigger.js +1 -2
- package/es/components/TruncatedList/TruncatedList.d.ts +1 -1
- package/es/components/TruncatedList/TruncatedList.js +1 -2
- package/es/components/TruncatedList/index.js +8 -0
- package/es/components/UserAvatar/UserAvatar.d.ts +1 -1
- package/es/components/UserAvatar/UserAvatar.js +1 -2
- package/es/components/UserProfileImage/UserProfileImage.d.ts +1 -1
- package/es/components/UserProfileImage/UserProfileImage.js +2 -2
- package/es/components/WebTerminal/WebTerminal.d.ts +1 -1
- package/es/components/WebTerminal/WebTerminal.js +1 -2
- package/es/components/WebTerminal/WebTerminalContentWrapper.d.ts +1 -1
- package/es/components/WebTerminal/WebTerminalContentWrapper.js +1 -4
- package/es/components/WebTerminal/hooks/index.d.ts +1 -1
- package/es/components/WebTerminal/hooks/index.js +2 -7
- package/es/components/index.d.ts +53 -43
- package/es/global/js/utils/carousel/carousel.d.ts +14 -0
- package/es/global/js/utils/carousel/index.d.ts +8 -0
- package/es/global/js/utils/carousel/swipeEvents.d.ts +7 -0
- package/es/global/js/utils/carousel/types.d.ts +37 -0
- package/es/global/js/utils/makeDraggable/makeDraggable.d.ts +20 -1
- package/es/global/js/utils/makeDraggable/makeDraggable.js +35 -22
- package/es/global/js/utils/makeDraggable/makeDraggable.stories.d.ts +1 -1
- package/es/index.js +69 -58
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +798 -792
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +528 -529
- package/lib/components/APIKeyModal/APIKeyModal.d.ts +1 -1
- package/lib/components/APIKeyModal/APIKeyModal.js +5 -4
- package/lib/components/AboutModal/AboutModal.d.ts +1 -1
- package/lib/components/AboutModal/AboutModal.js +5 -4
- package/lib/components/ActionBar/ActionBar.d.ts +1 -1
- package/lib/components/ActionBar/ActionBar.js +5 -4
- package/lib/components/ActionBar/ActionBarItem.d.ts +1 -1
- package/lib/components/ActionBar/ActionBarItem.js +5 -4
- package/lib/components/BigNumber/BigNumber.d.ts +1 -1
- package/lib/components/BigNumber/BigNumber.js +5 -6
- package/lib/components/BigNumber/index.js +14 -0
- package/lib/components/Cascade/Cascade.d.ts +1 -1
- package/lib/components/Cascade/Cascade.js +5 -4
- package/lib/components/Checklist/Checklist.d.ts +1 -1
- package/lib/components/Checklist/Checklist.js +5 -4
- package/lib/components/Coachmark/Coachmark.d.ts +1 -1
- package/lib/components/Coachmark/Coachmark.js +4 -4
- package/lib/components/Coachmark/CoachmarkDragbar.d.ts +1 -1
- package/lib/components/Coachmark/CoachmarkDragbar.js +5 -4
- package/lib/components/Coachmark/CoachmarkHeader.d.ts +1 -1
- package/lib/components/Coachmark/CoachmarkHeader.js +5 -4
- package/lib/components/Coachmark/CoachmarkOverlay.d.ts +1 -1
- package/lib/components/Coachmark/CoachmarkOverlay.js +6 -5
- package/lib/components/Coachmark/CoachmarkTagline.d.ts +1 -1
- package/lib/components/Coachmark/CoachmarkTagline.js +5 -4
- package/lib/components/Coachmark/next/Coachmark/index.js +14 -0
- package/lib/components/Coachmark/utils/enums.js +5 -0
- package/lib/components/CoachmarkBeacon/CoachmarkBeacon.d.ts +1 -1
- package/lib/components/CoachmarkBeacon/CoachmarkBeacon.js +5 -4
- package/lib/components/CoachmarkButton/CoachmarkButton.d.ts +1 -1
- package/lib/components/CoachmarkButton/CoachmarkButton.js +6 -5
- package/lib/components/CoachmarkFixed/CoachmarkFixed.d.ts +1 -1
- package/lib/components/CoachmarkFixed/CoachmarkFixed.js +5 -4
- package/lib/components/CoachmarkOverlayElement/CoachmarkOverlayElement.d.ts +1 -1
- package/lib/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +6 -7
- package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.d.ts +1 -1
- package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +6 -7
- package/lib/components/CoachmarkStack/CoachmarkStack.d.ts +1 -1
- package/lib/components/CoachmarkStack/CoachmarkStack.js +5 -4
- package/lib/components/CoachmarkStack/CoachmarkStackHome.d.ts +1 -1
- package/lib/components/CoachmarkStack/CoachmarkStackHome.js +5 -6
- package/lib/components/ConditionBuilder/ConditionBuilder.d.ts +1 -1
- package/lib/components/ConditionBuilder/ConditionBuilder.js +5 -5
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +6 -0
- package/lib/components/ConditionBuilder/index.js +14 -0
- package/lib/components/CreateFullPage/CreateFullPage.d.ts +1 -1
- package/lib/components/CreateFullPage/CreateFullPage.js +4 -4
- package/lib/components/CreateFullPage/CreateFullPageStep.d.ts +1 -1
- package/lib/components/CreateFullPage/CreateFullPageStep.js +4 -5
- package/lib/components/CreateModal/CreateModal.d.ts +1 -1
- package/lib/components/CreateModal/CreateModal.js +6 -4
- package/lib/components/CreateSidePanel/CreateSidePanel.d.ts +1 -1
- package/lib/components/CreateSidePanel/CreateSidePanel.js +5 -4
- package/lib/components/CreateTearsheet/CreateTearsheet.d.ts +1 -1
- package/lib/components/CreateTearsheet/CreateTearsheet.js +4 -4
- package/lib/components/CreateTearsheet/CreateTearsheetDivider.d.ts +1 -1
- package/lib/components/CreateTearsheet/CreateTearsheetDivider.js +4 -6
- package/lib/components/CreateTearsheet/CreateTearsheetStep.d.ts +1 -1
- package/lib/components/CreateTearsheet/CreateTearsheetStep.js +4 -5
- package/lib/components/CreateTearsheetNarrow/CreateTearsheetNarrow.d.ts +1 -1
- package/lib/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +5 -6
- package/lib/components/DataSpreadsheet/DataSpreadsheet.d.ts +1 -1
- package/lib/components/DataSpreadsheet/DataSpreadsheet.js +5 -4
- package/lib/components/DataSpreadsheet/index.js +14 -0
- package/lib/components/Datagrid/Datagrid/Datagrid.d.ts +1 -1
- package/lib/components/Datagrid/Datagrid/Datagrid.js +6 -5
- package/lib/components/Decorator/index.js +17 -0
- package/lib/components/DecoratorBase/utils.d.ts +1 -1
- package/lib/components/DelimitedList/DelimitedList.d.ts +1 -1
- package/lib/components/DelimitedList/DelimitedList.js +5 -4
- package/lib/components/DelimitedList/index.js +14 -0
- package/lib/components/EditFullPage/EditFullPage.d.ts +1 -1
- package/lib/components/EditFullPage/EditFullPage.js +6 -5
- package/lib/components/EditInPlace/EditInPlace.d.ts +1 -1
- package/lib/components/EditInPlace/EditInPlace.js +4 -4
- package/lib/components/EditSidePanel/EditSidePanel.d.ts +1 -1
- package/lib/components/EditSidePanel/EditSidePanel.js +6 -5
- package/lib/components/EditTearsheet/EditTearsheet.d.ts +1 -1
- package/lib/components/EditTearsheet/EditTearsheet.js +5 -5
- package/lib/components/EditTearsheet/EditTearsheetForm.d.ts +1 -1
- package/lib/components/EditTearsheet/EditTearsheetForm.js +5 -3
- package/lib/components/EditTearsheetNarrow/EditTearsheetNarrow.d.ts +1 -1
- package/lib/components/EditTearsheetNarrow/EditTearsheetNarrow.js +6 -7
- package/lib/components/EditUpdateCards/EditUpdateCards.d.ts +1 -1
- package/lib/components/EditUpdateCards/EditUpdateCards.js +6 -5
- package/lib/components/EmptyStates/EmptyState.d.ts +1 -1
- package/lib/components/EmptyStates/EmptyState.js +5 -4
- package/lib/components/EmptyStates/EmptyStateV2.deprecated.d.ts +1 -1
- package/lib/components/EmptyStates/EmptyStateV2.deprecated.js +7 -5
- package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.d.ts +1 -1
- package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +5 -4
- package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.d.ts +1 -1
- package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +5 -4
- package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.d.ts +1 -1
- package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +5 -4
- package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.d.ts +1 -1
- package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +5 -6
- package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.d.ts +1 -1
- package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +5 -6
- package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.d.ts +1 -1
- package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +5 -6
- package/lib/components/ExportModal/ExportModal.d.ts +1 -1
- package/lib/components/ExportModal/ExportModal.js +6 -4
- package/lib/components/ExpressiveCard/ExpressiveCard.d.ts +1 -1
- package/lib/components/ExpressiveCard/ExpressiveCard.js +6 -5
- package/lib/components/FullPageError/FullPageError.d.ts +1 -1
- package/lib/components/FullPageError/FullPageError.js +5 -4
- package/lib/components/GetStartedCard/GetStartedCard.d.ts +1 -1
- package/lib/components/GetStartedCard/GetStartedCard.js +6 -5
- package/lib/components/GetStartedCard/index.js +14 -0
- package/lib/components/Guidebanner/Guidebanner.d.ts +1 -1
- package/lib/components/Guidebanner/Guidebanner.js +5 -4
- package/lib/components/Guidebanner/GuidebannerElement.d.ts +1 -1
- package/lib/components/Guidebanner/GuidebannerElement.js +5 -6
- package/lib/components/Guidebanner/GuidebannerElementButton.d.ts +1 -1
- package/lib/components/Guidebanner/GuidebannerElementButton.js +5 -6
- package/lib/components/Guidebanner/GuidebannerElementLink.d.ts +1 -1
- package/lib/components/Guidebanner/GuidebannerElementLink.js +5 -6
- package/lib/components/HTTPErrors/HTTPError403/HTTPError403.d.ts +1 -1
- package/lib/components/HTTPErrors/HTTPError403/HTTPError403.js +6 -5
- package/lib/components/HTTPErrors/HTTPError404/HTTPError404.d.ts +1 -1
- package/lib/components/HTTPErrors/HTTPError404/HTTPError404.js +6 -5
- package/lib/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.d.ts +1 -1
- package/lib/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +6 -5
- package/lib/components/ImportModal/ImportModal.d.ts +1 -1
- package/lib/components/ImportModal/ImportModal.js +6 -4
- package/lib/components/InlineTip/InlineTip.d.ts +1 -1
- package/lib/components/InlineTip/InlineTip.js +5 -4
- package/lib/components/InlineTip/InlineTipButton.d.ts +1 -1
- package/lib/components/InlineTip/InlineTipButton.js +5 -4
- package/lib/components/InlineTip/InlineTipLink.d.ts +1 -1
- package/lib/components/InlineTip/InlineTipLink.js +5 -4
- package/lib/components/InterstitialScreen/InterstitialScreen.d.ts +1 -1
- package/lib/components/InterstitialScreen/InterstitialScreen.js +8 -9
- package/lib/components/InterstitialScreen/_story-assets/InterstitialScreenView/InterstitialScreenView.d.ts +2 -2
- package/lib/components/InterstitialScreen/_story-assets/InterstitialScreenViewModule/InterstitialScreenViewModule.d.ts +2 -2
- package/lib/components/MultiAddSelect/MultiAddSelect.d.ts +1 -1
- package/lib/components/MultiAddSelect/MultiAddSelect.js +5 -5
- package/lib/components/NonLinearReading/NonLinearReading.d.ts +1 -1
- package/lib/components/NonLinearReading/NonLinearReading.js +5 -4
- package/lib/components/NonLinearReading/index.js +14 -0
- package/lib/components/NotificationsPanel/NotificationsPanel.d.ts +1 -1
- package/lib/components/NotificationsPanel/NotificationsPanel.js +5 -6
- package/lib/components/OptionsTile/OptionsTile.d.ts +1 -1
- package/lib/components/OptionsTile/OptionsTile.js +5 -4
- package/lib/components/PageHeader/PageHeader.d.ts +1 -1
- package/lib/components/PageHeader/PageHeader.js +5 -5
- package/lib/components/ProductiveCard/ProductiveCard.d.ts +1 -1
- package/lib/components/ProductiveCard/ProductiveCard.js +6 -5
- package/lib/components/RemoveModal/RemoveModal.d.ts +1 -1
- package/lib/components/RemoveModal/RemoveModal.js +6 -4
- package/lib/components/Saving/Saving.d.ts +1 -1
- package/lib/components/Saving/Saving.js +5 -4
- package/lib/components/SearchBar/SearchBar.d.ts +1 -1
- package/lib/components/SearchBar/SearchBar.js +4 -4
- package/lib/components/SearchBar/index.js +14 -0
- package/lib/components/SidePanel/SidePanel.d.ts +4 -1
- package/lib/components/SidePanel/SidePanel.js +3 -5
- package/lib/components/SingleAddSelect/SingleAddSelect.d.ts +1 -1
- package/lib/components/SingleAddSelect/SingleAddSelect.js +5 -5
- package/lib/components/StatusIcon/StatusIcon.d.ts +1 -1
- package/lib/components/StatusIcon/StatusIcon.js +5 -4
- package/lib/components/StepFlow/story-assets/SidePanel/StepSidePanel.d.ts +4 -3
- package/lib/components/TagOverflow/TagOverflow.d.ts +1 -1
- package/lib/components/TagOverflow/TagOverflow.js +5 -4
- package/lib/components/TagSet/TagSet.d.ts +1 -1
- package/lib/components/TagSet/TagSet.js +9 -5
- package/lib/components/Tearsheet/Tearsheet.d.ts +1 -1
- package/lib/components/Tearsheet/Tearsheet.js +4 -5
- package/lib/components/Tearsheet/TearsheetNarrow.d.ts +1 -1
- package/lib/components/Tearsheet/TearsheetNarrow.js +4 -5
- package/lib/components/Toolbar/Toolbar.d.ts +2 -2
- package/lib/components/Toolbar/Toolbar.js +4 -4
- package/lib/components/Toolbar/ToolbarButton.d.ts +1 -1
- package/lib/components/Toolbar/ToolbarButton.js +4 -5
- package/lib/components/Toolbar/ToolbarGroup.d.ts +1 -1
- package/lib/components/Toolbar/ToolbarGroup.js +5 -5
- package/lib/components/TooltipTrigger/TooltipTrigger.d.ts +1 -1
- package/lib/components/TooltipTrigger/TooltipTrigger.js +5 -4
- package/lib/components/TruncatedList/TruncatedList.d.ts +1 -1
- package/lib/components/TruncatedList/TruncatedList.js +5 -4
- package/lib/components/TruncatedList/index.js +14 -0
- package/lib/components/UserAvatar/UserAvatar.d.ts +1 -1
- package/lib/components/UserAvatar/UserAvatar.js +5 -4
- package/lib/components/UserProfileImage/UserProfileImage.d.ts +1 -1
- package/lib/components/UserProfileImage/UserProfileImage.js +7 -5
- package/lib/components/WebTerminal/WebTerminal.d.ts +1 -1
- package/lib/components/WebTerminal/WebTerminal.js +5 -4
- package/lib/components/WebTerminal/WebTerminalContentWrapper.d.ts +1 -1
- package/lib/components/WebTerminal/WebTerminalContentWrapper.js +5 -6
- package/lib/components/WebTerminal/hooks/index.d.ts +1 -1
- package/lib/components/WebTerminal/hooks/index.js +3 -7
- package/lib/components/index.d.ts +53 -43
- package/lib/global/js/utils/carousel/carousel.d.ts +14 -0
- package/lib/global/js/utils/carousel/index.d.ts +8 -0
- package/lib/global/js/utils/carousel/swipeEvents.d.ts +7 -0
- package/lib/global/js/utils/carousel/types.d.ts +37 -0
- package/lib/global/js/utils/makeDraggable/makeDraggable.d.ts +20 -1
- package/lib/global/js/utils/makeDraggable/makeDraggable.js +35 -22
- package/lib/global/js/utils/makeDraggable/makeDraggable.stories.d.ts +1 -1
- package/lib/index.js +178 -416
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +817 -811
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +651 -652
- package/package.json +17 -17
- package/scss/components/SidePanel/_side-panel.scss +1 -13
- package/scss/components/TagSet/_tag-set.scss +0 -6
- package/telemetry.yml +3 -1
- /package/es/node_modules/@carbon/icons-react/es/{iconPropTypes-4cbeb95d.js → iconPropTypes-C5chbmyn.js} +0 -0
- /package/lib/node_modules/@carbon/icons-react/es/{iconPropTypes-4cbeb95d.js → iconPropTypes-C5chbmyn.js} +0 -0
@@ -9,10 +9,10 @@
|
|
9
9
|
|
10
10
|
var React = require('react');
|
11
11
|
var Icon = require('../Icon.js');
|
12
|
-
var
|
12
|
+
var iconPropTypesC5chbmyn = require('../iconPropTypes-C5chbmyn.js');
|
13
13
|
|
14
|
-
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path0, _path1, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79,
|
15
|
-
const
|
14
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path0, _path1, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _circle, _circle2, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _circle3, _path92, _path93, _circle4, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _circle5, _path105, _path106, _circle6, _path107, _circle7, _circle8, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _circle9, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _circle0, _path158, _circle1, _path159, _path160, _circle10, _path161, _circle11, _path162, _path163, _path164, _circle12, _path165, _circle13, _path166, _path167, _circle14, _path168, _circle15, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _circle16, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _circle17, _circle18, _circle19, _circle20, _circle21, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _circle22, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213, _path214, _path215, _path216, _path217, _path218, _path219;
|
15
|
+
const ChartWaterfall = /*#__PURE__*/React.forwardRef(function ChartWaterfall(_ref, ref) {
|
16
16
|
let {
|
17
17
|
children,
|
18
18
|
size = 16,
|
@@ -27,13 +27,15 @@ const ChatLaunch = /*#__PURE__*/React.forwardRef(function ChatLaunch(_ref, ref)
|
|
27
27
|
fill: "currentColor",
|
28
28
|
...rest
|
29
29
|
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
30
|
-
d: "
|
30
|
+
d: "M28,28V18H26V28H22V4H20V28H10V14H8V28H4V2H2V28a2.0023,2.0023,0,0,0,2,2H30V28Z"
|
31
|
+
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
32
|
+
d: "M14 4H16V18H14z"
|
31
33
|
})), children);
|
32
34
|
});
|
33
35
|
if (process.env.NODE_ENV !== "production") {
|
34
|
-
|
36
|
+
ChartWaterfall.propTypes = iconPropTypesC5chbmyn.i;
|
35
37
|
}
|
36
|
-
const
|
38
|
+
const ChartWinLoss = /*#__PURE__*/React.forwardRef(function ChartWinLoss(_ref2, ref) {
|
37
39
|
let {
|
38
40
|
children,
|
39
41
|
size = 16,
|
@@ -47,14 +49,14 @@ const ChatOff = /*#__PURE__*/React.forwardRef(function ChatOff(_ref2, ref) {
|
|
47
49
|
viewBox: "0 0 32 32",
|
48
50
|
fill: "currentColor",
|
49
51
|
...rest
|
50
|
-
},
|
51
|
-
d: "
|
52
|
+
}, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
53
|
+
d: "M30,15H16V6a2.0023,2.0023,0,0,0-2-2H6A2.0023,2.0023,0,0,0,4,6v9H2v2H16v9a2.0023,2.0023,0,0,0,2,2h8a2.0023,2.0023,0,0,0,2-2V17h2ZM6,6h8v9H6ZM26,26H18V17h8Z"
|
52
54
|
})), children);
|
53
55
|
});
|
54
56
|
if (process.env.NODE_ENV !== "production") {
|
55
|
-
|
57
|
+
ChartWinLoss.propTypes = iconPropTypesC5chbmyn.i;
|
56
58
|
}
|
57
|
-
const
|
59
|
+
const Chat = /*#__PURE__*/React.forwardRef(function Chat(_ref3, ref) {
|
58
60
|
let {
|
59
61
|
children,
|
60
62
|
size = 16,
|
@@ -68,18 +70,16 @@ const ChatOperational = /*#__PURE__*/React.forwardRef(function ChatOperational(_
|
|
68
70
|
viewBox: "0 0 32 32",
|
69
71
|
fill: "currentColor",
|
70
72
|
...rest
|
71
|
-
},
|
72
|
-
d: "
|
73
|
-
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
74
|
-
d: "M20.586 10.414L24.166 14 24.166 14 20.584 17.587 22 19 27 14 22 9 20.586 10.414zM10 9L11.593 12 15 12.414 12.5 14.667 13 18 10 16.125 7 18 7.5 14.667 5 12.414 8.5 12 10 9z"
|
73
|
+
}, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
74
|
+
d: "M17.74,30,16,29l4-7h6a2,2,0,0,0,2-2V8a2,2,0,0,0-2-2H6A2,2,0,0,0,4,8V20a2,2,0,0,0,2,2h9v2H6a4,4,0,0,1-4-4V8A4,4,0,0,1,6,4H26a4,4,0,0,1,4,4V20a4,4,0,0,1-4,4H21.16Z"
|
75
75
|
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
76
|
-
d: "
|
76
|
+
d: "M8 10H24V12H8zM8 16H18V18H8z"
|
77
77
|
})), children);
|
78
78
|
});
|
79
79
|
if (process.env.NODE_ENV !== "production") {
|
80
|
-
|
80
|
+
Chat.propTypes = iconPropTypesC5chbmyn.i;
|
81
81
|
}
|
82
|
-
const
|
82
|
+
const ChatLaunch = /*#__PURE__*/React.forwardRef(function ChatLaunch(_ref4, ref) {
|
83
83
|
let {
|
84
84
|
children,
|
85
85
|
size = 16,
|
@@ -94,15 +94,13 @@ const ChatBot = /*#__PURE__*/React.forwardRef(function ChatBot(_ref4, ref) {
|
|
94
94
|
fill: "currentColor",
|
95
95
|
...rest
|
96
96
|
}, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
97
|
-
d: "
|
98
|
-
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
99
|
-
d: "M17.7358,30,16,29l4-7h6a1.9966,1.9966,0,0,0,2-2V6a1.9966,1.9966,0,0,0-2-2H6A1.9966,1.9966,0,0,0,4,6V20a1.9966,1.9966,0,0,0,2,2h9v2H6a3.9993,3.9993,0,0,1-4-4V6A3.9988,3.9988,0,0,1,6,2H26a3.9988,3.9988,0,0,1,4,4V20a3.9993,3.9993,0,0,1-4,4H21.1646Z"
|
97
|
+
d: "M22 4L22 6 26.586 6 20 12.586 21.414 14 28 7.414 28 12 30 12 30 4 22 4zM28 16v4a1.9965 1.9965 0 01-2 2H20l-4 7 1.7358 1 3.4288-6H26a3.9992 3.9992 0 004-4V16zM4 20V8A1.9965 1.9965 0 016 6H18V4H6A3.9986 3.9986 0 002 8V20a3.9992 3.9992 0 004 4h9V22H6A1.9965 1.9965 0 014 20z"
|
100
98
|
})), children);
|
101
99
|
});
|
102
100
|
if (process.env.NODE_ENV !== "production") {
|
103
|
-
|
101
|
+
ChatLaunch.propTypes = iconPropTypesC5chbmyn.i;
|
104
102
|
}
|
105
|
-
const
|
103
|
+
const ChatOff = /*#__PURE__*/React.forwardRef(function ChatOff(_ref5, ref) {
|
106
104
|
let {
|
107
105
|
children,
|
108
106
|
size = 16,
|
@@ -116,14 +114,14 @@ const Checkbox = /*#__PURE__*/React.forwardRef(function Checkbox(_ref5, ref) {
|
|
116
114
|
viewBox: "0 0 32 32",
|
117
115
|
fill: "currentColor",
|
118
116
|
...rest
|
119
|
-
},
|
120
|
-
d: "
|
117
|
+
}, _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
118
|
+
d: "M28 8V21h2V8a3.9986 3.9986 0 00-4-4H8.2429l2 2H26A1.9965 1.9965 0 0128 8zM30 28.5859L3.4141 2 2 3.4141 3.5039 4.918A3.9181 3.9181 0 002 8V20a3.9992 3.9992 0 004 4h6V22H6a1.9965 1.9965 0 01-2-2V8a1.9814 1.9814 0 01.9194-1.6665L20.5859 22H17l-4 7 1.7358 1 3.4288-6h4.4213l6 6z"
|
121
119
|
})), children);
|
122
120
|
});
|
123
121
|
if (process.env.NODE_ENV !== "production") {
|
124
|
-
|
122
|
+
ChatOff.propTypes = iconPropTypesC5chbmyn.i;
|
125
123
|
}
|
126
|
-
const
|
124
|
+
const ChatOperational = /*#__PURE__*/React.forwardRef(function ChatOperational(_ref6, ref) {
|
127
125
|
let {
|
128
126
|
children,
|
129
127
|
size = 16,
|
@@ -137,16 +135,18 @@ const CheckboxChecked = /*#__PURE__*/React.forwardRef(function CheckboxChecked(_
|
|
137
135
|
viewBox: "0 0 32 32",
|
138
136
|
fill: "currentColor",
|
139
137
|
...rest
|
140
|
-
},
|
141
|
-
d: "
|
138
|
+
}, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
139
|
+
d: "M15.586 10.414L19.166 14 19.166 14 15.584 17.587 17 19 22 14 17 9 15.586 10.414z"
|
140
|
+
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
141
|
+
d: "M20.586 10.414L24.166 14 24.166 14 20.584 17.587 22 19 27 14 22 9 20.586 10.414zM10 9L11.593 12 15 12.414 12.5 14.667 13 18 10 16.125 7 18 7.5 14.667 5 12.414 8.5 12 10 9z"
|
142
142
|
})), _path0 || (_path0 = /*#__PURE__*/React.createElement("path", {
|
143
|
-
d: "
|
143
|
+
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"
|
144
144
|
})), children);
|
145
145
|
});
|
146
146
|
if (process.env.NODE_ENV !== "production") {
|
147
|
-
|
147
|
+
ChatOperational.propTypes = iconPropTypesC5chbmyn.i;
|
148
148
|
}
|
149
|
-
const
|
149
|
+
const ChatBot = /*#__PURE__*/React.forwardRef(function ChatBot(_ref7, ref) {
|
150
150
|
let {
|
151
151
|
children,
|
152
152
|
size = 16,
|
@@ -161,22 +161,89 @@ const CheckboxCheckedFilled = /*#__PURE__*/React.forwardRef(function CheckboxChe
|
|
161
161
|
fill: "currentColor",
|
162
162
|
...rest
|
163
163
|
}, _path1 || (_path1 = /*#__PURE__*/React.createElement("path", {
|
164
|
-
d: "
|
164
|
+
d: "M16 19a6.9908 6.9908 0 01-5.833-3.1287l1.666-1.1074a5.0007 5.0007 0 008.334 0l1.666 1.1074A6.9908 6.9908 0 0116 19zM20 8a2 2 0 102 2A1.9806 1.9806 0 0020 8zM12 8a2 2 0 102 2A1.9806 1.9806 0 0012 8z"
|
165
165
|
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
166
|
+
d: "M17.7358,30,16,29l4-7h6a1.9966,1.9966,0,0,0,2-2V6a1.9966,1.9966,0,0,0-2-2H6A1.9966,1.9966,0,0,0,4,6V20a1.9966,1.9966,0,0,0,2,2h9v2H6a3.9993,3.9993,0,0,1-4-4V6A3.9988,3.9988,0,0,1,6,2H26a3.9988,3.9988,0,0,1,4,4V20a3.9993,3.9993,0,0,1-4,4H21.1646Z"
|
167
|
+
})), children);
|
168
|
+
});
|
169
|
+
if (process.env.NODE_ENV !== "production") {
|
170
|
+
ChatBot.propTypes = iconPropTypesC5chbmyn.i;
|
171
|
+
}
|
172
|
+
const Checkbox = /*#__PURE__*/React.forwardRef(function Checkbox(_ref8, ref) {
|
173
|
+
let {
|
174
|
+
children,
|
175
|
+
size = 16,
|
176
|
+
...rest
|
177
|
+
} = _ref8;
|
178
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
179
|
+
width: size,
|
180
|
+
height: size,
|
181
|
+
ref: ref,
|
182
|
+
xmlns: "http://www.w3.org/2000/svg",
|
183
|
+
viewBox: "0 0 32 32",
|
184
|
+
fill: "currentColor",
|
185
|
+
...rest
|
186
|
+
}, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
187
|
+
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM6,26V6H26V26Z"
|
188
|
+
})), children);
|
189
|
+
});
|
190
|
+
if (process.env.NODE_ENV !== "production") {
|
191
|
+
Checkbox.propTypes = iconPropTypesC5chbmyn.i;
|
192
|
+
}
|
193
|
+
const CheckboxChecked = /*#__PURE__*/React.forwardRef(function CheckboxChecked(_ref9, ref) {
|
194
|
+
let {
|
195
|
+
children,
|
196
|
+
size = 16,
|
197
|
+
...rest
|
198
|
+
} = _ref9;
|
199
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
200
|
+
width: size,
|
201
|
+
height: size,
|
202
|
+
ref: ref,
|
203
|
+
xmlns: "http://www.w3.org/2000/svg",
|
204
|
+
viewBox: "0 0 32 32",
|
205
|
+
fill: "currentColor",
|
206
|
+
...rest
|
207
|
+
}, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
208
|
+
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM6,26V6H26V26Z"
|
209
|
+
})), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
210
|
+
d: "M14 21.5L9 16.54 10.59 15 14 18.35 21.41 11 23 12.58 14 21.5z"
|
211
|
+
})), children);
|
212
|
+
});
|
213
|
+
if (process.env.NODE_ENV !== "production") {
|
214
|
+
CheckboxChecked.propTypes = iconPropTypesC5chbmyn.i;
|
215
|
+
}
|
216
|
+
const CheckboxCheckedFilled = /*#__PURE__*/React.forwardRef(function CheckboxCheckedFilled(_ref10, ref) {
|
217
|
+
let {
|
218
|
+
children,
|
219
|
+
size = 16,
|
220
|
+
...rest
|
221
|
+
} = _ref10;
|
222
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
223
|
+
width: size,
|
224
|
+
height: size,
|
225
|
+
ref: ref,
|
226
|
+
xmlns: "http://www.w3.org/2000/svg",
|
227
|
+
viewBox: "0 0 32 32",
|
228
|
+
fill: "currentColor",
|
229
|
+
...rest
|
230
|
+
}, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
231
|
+
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM14,21.5,9,16.5427,10.5908,15,14,18.3456,21.4087,11l1.5918,1.5772Z"
|
232
|
+
})), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
166
233
|
fill: "none",
|
167
234
|
d: "M14,21.5,9,16.5427,10.5908,15,14,18.3456,21.4087,11l1.5918,1.5772Z",
|
168
235
|
"data-icon-path": "inner-path"
|
169
236
|
})), children);
|
170
237
|
});
|
171
238
|
if (process.env.NODE_ENV !== "production") {
|
172
|
-
CheckboxCheckedFilled.propTypes =
|
239
|
+
CheckboxCheckedFilled.propTypes = iconPropTypesC5chbmyn.i;
|
173
240
|
}
|
174
|
-
const CheckboxIndeterminate = /*#__PURE__*/React.forwardRef(function CheckboxIndeterminate(
|
241
|
+
const CheckboxIndeterminate = /*#__PURE__*/React.forwardRef(function CheckboxIndeterminate(_ref11, ref) {
|
175
242
|
let {
|
176
243
|
children,
|
177
244
|
size = 16,
|
178
245
|
...rest
|
179
|
-
} =
|
246
|
+
} = _ref11;
|
180
247
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
181
248
|
width: size,
|
182
249
|
height: size,
|
@@ -185,21 +252,21 @@ const CheckboxIndeterminate = /*#__PURE__*/React.forwardRef(function CheckboxInd
|
|
185
252
|
viewBox: "0 0 32 32",
|
186
253
|
fill: "currentColor",
|
187
254
|
...rest
|
188
|
-
},
|
255
|
+
}, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
189
256
|
d: "M10 14H22V18H10z"
|
190
|
-
})),
|
257
|
+
})), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
191
258
|
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM6,26V6H26V26Z"
|
192
259
|
})), children);
|
193
260
|
});
|
194
261
|
if (process.env.NODE_ENV !== "production") {
|
195
|
-
CheckboxIndeterminate.propTypes =
|
262
|
+
CheckboxIndeterminate.propTypes = iconPropTypesC5chbmyn.i;
|
196
263
|
}
|
197
|
-
const CheckboxIndeterminateFilled = /*#__PURE__*/React.forwardRef(function CheckboxIndeterminateFilled(
|
264
|
+
const CheckboxIndeterminateFilled = /*#__PURE__*/React.forwardRef(function CheckboxIndeterminateFilled(_ref12, ref) {
|
198
265
|
let {
|
199
266
|
children,
|
200
267
|
size = 16,
|
201
268
|
...rest
|
202
|
-
} =
|
269
|
+
} = _ref12;
|
203
270
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
204
271
|
width: size,
|
205
272
|
height: size,
|
@@ -208,23 +275,23 @@ const CheckboxIndeterminateFilled = /*#__PURE__*/React.forwardRef(function Check
|
|
208
275
|
viewBox: "0 0 32 32",
|
209
276
|
fill: "currentColor",
|
210
277
|
...rest
|
211
|
-
},
|
278
|
+
}, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
212
279
|
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM22,18H10V14H22Z"
|
213
|
-
})),
|
280
|
+
})), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
214
281
|
fill: "none",
|
215
282
|
d: "M22,18H10V14H22Z",
|
216
283
|
"data-icon-path": "inner-path"
|
217
284
|
})), children);
|
218
285
|
});
|
219
286
|
if (process.env.NODE_ENV !== "production") {
|
220
|
-
CheckboxIndeterminateFilled.propTypes =
|
287
|
+
CheckboxIndeterminateFilled.propTypes = iconPropTypesC5chbmyn.i;
|
221
288
|
}
|
222
|
-
const Checkmark = /*#__PURE__*/React.forwardRef(function Checkmark(
|
289
|
+
const Checkmark = /*#__PURE__*/React.forwardRef(function Checkmark(_ref13, ref) {
|
223
290
|
let {
|
224
291
|
children,
|
225
292
|
size = 16,
|
226
293
|
...rest
|
227
|
-
} =
|
294
|
+
} = _ref13;
|
228
295
|
if (size === 20 || size === "20" || size === "20px") {
|
229
296
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
230
297
|
width: size,
|
@@ -234,9 +301,9 @@ const Checkmark = /*#__PURE__*/React.forwardRef(function Checkmark(_ref10, ref)
|
|
234
301
|
viewBox: "0 0 20 20",
|
235
302
|
fill: "currentColor",
|
236
303
|
...rest
|
237
|
-
},
|
304
|
+
}, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
238
305
|
d: "M8 13.2L3.6 8.8 2.7 9.7 7.1 14.1 8 15 16.5 6.5 15.6 5.6z"
|
239
|
-
})),
|
306
|
+
})), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
240
307
|
d: "M15.6 5.6L8 13.2 3.6 8.8 2.7 9.7 7.1 14.1 8 15 16.5 6.5 15.6 5.6z"
|
241
308
|
})), children);
|
242
309
|
}
|
@@ -249,7 +316,7 @@ const Checkmark = /*#__PURE__*/React.forwardRef(function Checkmark(_ref10, ref)
|
|
249
316
|
viewBox: "0 0 24 24",
|
250
317
|
fill: "currentColor",
|
251
318
|
...rest
|
252
|
-
},
|
319
|
+
}, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
253
320
|
d: "M10 15.9L4.7 10.6 3.6 11.6 8.9 16.9 10 18 20.6 7.4 19.5 6.3z"
|
254
321
|
})), children);
|
255
322
|
}
|
@@ -261,19 +328,19 @@ const Checkmark = /*#__PURE__*/React.forwardRef(function Checkmark(_ref10, ref)
|
|
261
328
|
viewBox: "0 0 32 32",
|
262
329
|
fill: "currentColor",
|
263
330
|
...rest
|
264
|
-
},
|
331
|
+
}, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
265
332
|
d: "M13 24L4 15 5.414 13.586 13 21.171 26.586 7.586 28 9 13 24z"
|
266
333
|
})), children);
|
267
334
|
});
|
268
335
|
if (process.env.NODE_ENV !== "production") {
|
269
|
-
Checkmark.propTypes =
|
336
|
+
Checkmark.propTypes = iconPropTypesC5chbmyn.i;
|
270
337
|
}
|
271
|
-
const CheckmarkFilled = /*#__PURE__*/React.forwardRef(function CheckmarkFilled(
|
338
|
+
const CheckmarkFilled = /*#__PURE__*/React.forwardRef(function CheckmarkFilled(_ref14, ref) {
|
272
339
|
let {
|
273
340
|
children,
|
274
341
|
size = 16,
|
275
342
|
...rest
|
276
|
-
} =
|
343
|
+
} = _ref14;
|
277
344
|
if (size === 16 || size === "16" || size === "16px") {
|
278
345
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
279
346
|
width: size,
|
@@ -283,9 +350,9 @@ const CheckmarkFilled = /*#__PURE__*/React.forwardRef(function CheckmarkFilled(_
|
|
283
350
|
viewBox: "0 0 16 16",
|
284
351
|
fill: "currentColor",
|
285
352
|
...rest
|
286
|
-
},
|
353
|
+
}, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
287
354
|
d: "M8,1C4.1,1,1,4.1,1,8c0,3.9,3.1,7,7,7s7-3.1,7-7C15,4.1,11.9,1,8,1z M7,11L4.3,8.3l0.9-0.8L7,9.3l4-3.9l0.9,0.8L7,11z"
|
288
|
-
})),
|
355
|
+
})), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
289
356
|
d: "M7,11L4.3,8.3l0.9-0.8L7,9.3l4-3.9l0.9,0.8L7,11z",
|
290
357
|
"data-icon-path": "inner-path",
|
291
358
|
opacity: "0"
|
@@ -300,9 +367,9 @@ const CheckmarkFilled = /*#__PURE__*/React.forwardRef(function CheckmarkFilled(_
|
|
300
367
|
viewBox: "0 0 20 20",
|
301
368
|
fill: "currentColor",
|
302
369
|
...rest
|
303
|
-
},
|
370
|
+
}, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
304
371
|
d: "M10,1c-4.9,0-9,4.1-9,9s4.1,9,9,9s9-4,9-9S15,1,10,1z M8.7,13.5l-3.2-3.2l1-1l2.2,2.2l4.8-4.8l1,1L8.7,13.5z"
|
305
|
-
})),
|
372
|
+
})), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
306
373
|
fill: "none",
|
307
374
|
d: "M8.7,13.5l-3.2-3.2l1-1l2.2,2.2l4.8-4.8l1,1L8.7,13.5z",
|
308
375
|
"data-icon-path": "inner-path",
|
@@ -318,9 +385,9 @@ const CheckmarkFilled = /*#__PURE__*/React.forwardRef(function CheckmarkFilled(_
|
|
318
385
|
viewBox: "0 0 24 24",
|
319
386
|
fill: "currentColor",
|
320
387
|
...rest
|
321
|
-
},
|
388
|
+
}, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
322
389
|
d: "M12,1C6,1,1,6,1,12s5,11,11,11s11-4.9,11-11S18.1,1,12,1z M10.4,16.3l-3.9-3.9l1.3-1.2l2.7,2.7l5.8-5.8l1.3,1.3L10.4,16.3z"
|
323
|
-
})),
|
390
|
+
})), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
324
391
|
fill: "none",
|
325
392
|
d: "M10.4,16.3l-3.9-3.9l1.3-1.2l2.7,2.7l5.8-5.8l1.3,1.3L10.4,16.3z",
|
326
393
|
"data-icon-path": "inner-path",
|
@@ -335,23 +402,23 @@ const CheckmarkFilled = /*#__PURE__*/React.forwardRef(function CheckmarkFilled(_
|
|
335
402
|
viewBox: "0 0 32 32",
|
336
403
|
fill: "currentColor",
|
337
404
|
...rest
|
338
|
-
},
|
405
|
+
}, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
339
406
|
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM14,21.5908l-5-5L10.5906,15,14,18.4092,21.41,11l1.5957,1.5859Z"
|
340
|
-
})),
|
407
|
+
})), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
341
408
|
fill: "none",
|
342
409
|
d: "M14 21.591L9 16.591 10.591 15 14 18.409 21.41 11 23.005 12.585 14 21.591z",
|
343
410
|
"data-icon-path": "inner-path"
|
344
411
|
})), children);
|
345
412
|
});
|
346
413
|
if (process.env.NODE_ENV !== "production") {
|
347
|
-
CheckmarkFilled.propTypes =
|
414
|
+
CheckmarkFilled.propTypes = iconPropTypesC5chbmyn.i;
|
348
415
|
}
|
349
|
-
const CheckmarkFilledError = /*#__PURE__*/React.forwardRef(function CheckmarkFilledError(
|
416
|
+
const CheckmarkFilledError = /*#__PURE__*/React.forwardRef(function CheckmarkFilledError(_ref15, ref) {
|
350
417
|
let {
|
351
418
|
children,
|
352
419
|
size = 16,
|
353
420
|
...rest
|
354
|
-
} =
|
421
|
+
} = _ref15;
|
355
422
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
356
423
|
width: size,
|
357
424
|
height: size,
|
@@ -360,25 +427,25 @@ const CheckmarkFilledError = /*#__PURE__*/React.forwardRef(function CheckmarkFil
|
|
360
427
|
viewBox: "0 0 32 32",
|
361
428
|
fill: "currentColor",
|
362
429
|
...rest
|
363
|
-
},
|
430
|
+
}, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
364
431
|
d: "M30,24a6,6,0,1,0-6,6A6.0066,6.0066,0,0,0,30,24Zm-2,0a3.9521,3.9521,0,0,1-.5669,2.019L21.981,20.5669A3.9529,3.9529,0,0,1,24,20,4.0045,4.0045,0,0,1,28,24Zm-8,0a3.9521,3.9521,0,0,1,.5669-2.019l5.4521,5.4521A3.9529,3.9529,0,0,1,24,28,4.0045,4.0045,0,0,1,20,24Z"
|
365
|
-
})),
|
432
|
+
})), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
366
433
|
d: "M14,2a12,12,0,1,0,2,23.82V24a8,8,0,0,1,8-8h1.82A11.9348,11.9348,0,0,0,14,2ZM12,18.5908l-4-4L9.5908,13,12,15.4092,17.4092,10,19,11.5908Z"
|
367
|
-
})),
|
434
|
+
})), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
368
435
|
fill: "none",
|
369
436
|
d: "M12 18.591L8 14.591 9.591 13 12 15.409 17.409 10 19 11.591 12 18.591z",
|
370
437
|
"data-icon-path": "inner-path"
|
371
438
|
})), children);
|
372
439
|
});
|
373
440
|
if (process.env.NODE_ENV !== "production") {
|
374
|
-
CheckmarkFilledError.propTypes =
|
441
|
+
CheckmarkFilledError.propTypes = iconPropTypesC5chbmyn.i;
|
375
442
|
}
|
376
|
-
const CheckmarkFilledWarning = /*#__PURE__*/React.forwardRef(function CheckmarkFilledWarning(
|
443
|
+
const CheckmarkFilledWarning = /*#__PURE__*/React.forwardRef(function CheckmarkFilledWarning(_ref16, ref) {
|
377
444
|
let {
|
378
445
|
children,
|
379
446
|
size = 16,
|
380
447
|
...rest
|
381
|
-
} =
|
448
|
+
} = _ref16;
|
382
449
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
383
450
|
width: size,
|
384
451
|
height: size,
|
@@ -387,25 +454,25 @@ const CheckmarkFilledWarning = /*#__PURE__*/React.forwardRef(function CheckmarkF
|
|
387
454
|
viewBox: "0 0 32 32",
|
388
455
|
fill: "currentColor",
|
389
456
|
...rest
|
390
|
-
},
|
457
|
+
}, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
391
458
|
d: "M14,2a12,12,0,1,0,3.3928,23.5059l3.9246-7.8492A2.9846,2.9846,0,0,1,24,16h1.82A11.9348,11.9348,0,0,0,14,2ZM12,18.5908l-4-4L9.5908,13,12,15.4092,17.4092,10,19,11.5908Z"
|
392
|
-
})),
|
459
|
+
})), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
393
460
|
d: "M27.38,28H20.6178L24,21.2358ZM24,18a1,1,0,0,0-.8947.5527l-5,10A1.0005,1.0005,0,0,0,19,30H29a1,1,0,0,0,.9214-1.3892L24.8946,18.5527A1,1,0,0,0,24,18Z"
|
394
|
-
})),
|
461
|
+
})), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
395
462
|
fill: "none",
|
396
463
|
d: "M12 18.591L8 14.591 9.591 13 12 15.409 17.409 10 19 11.591 12 18.591z",
|
397
464
|
"data-icon-path": "inner-path"
|
398
465
|
})), children);
|
399
466
|
});
|
400
467
|
if (process.env.NODE_ENV !== "production") {
|
401
|
-
CheckmarkFilledWarning.propTypes =
|
468
|
+
CheckmarkFilledWarning.propTypes = iconPropTypesC5chbmyn.i;
|
402
469
|
}
|
403
|
-
const CheckmarkOutline = /*#__PURE__*/React.forwardRef(function CheckmarkOutline(
|
470
|
+
const CheckmarkOutline = /*#__PURE__*/React.forwardRef(function CheckmarkOutline(_ref17, ref) {
|
404
471
|
let {
|
405
472
|
children,
|
406
473
|
size = 16,
|
407
474
|
...rest
|
408
|
-
} =
|
475
|
+
} = _ref17;
|
409
476
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
410
477
|
width: size,
|
411
478
|
height: size,
|
@@ -414,21 +481,21 @@ const CheckmarkOutline = /*#__PURE__*/React.forwardRef(function CheckmarkOutline
|
|
414
481
|
viewBox: "0 0 32 32",
|
415
482
|
fill: "currentColor",
|
416
483
|
...rest
|
417
|
-
},
|
484
|
+
}, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
418
485
|
d: "M14 21.414L9 16.413 10.413 15 14 18.586 21.585 11 23 12.415 14 21.414z"
|
419
|
-
})),
|
486
|
+
})), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
420
487
|
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,26A12,12,0,1,1,28,16,12,12,0,0,1,16,28Z"
|
421
488
|
})), children);
|
422
489
|
});
|
423
490
|
if (process.env.NODE_ENV !== "production") {
|
424
|
-
CheckmarkOutline.propTypes =
|
491
|
+
CheckmarkOutline.propTypes = iconPropTypesC5chbmyn.i;
|
425
492
|
}
|
426
|
-
const CheckmarkOutlineError = /*#__PURE__*/React.forwardRef(function CheckmarkOutlineError(
|
493
|
+
const CheckmarkOutlineError = /*#__PURE__*/React.forwardRef(function CheckmarkOutlineError(_ref18, ref) {
|
427
494
|
let {
|
428
495
|
children,
|
429
496
|
size = 16,
|
430
497
|
...rest
|
431
|
-
} =
|
498
|
+
} = _ref18;
|
432
499
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
433
500
|
width: size,
|
434
501
|
height: size,
|
@@ -437,21 +504,21 @@ const CheckmarkOutlineError = /*#__PURE__*/React.forwardRef(function CheckmarkOu
|
|
437
504
|
viewBox: "0 0 32 32",
|
438
505
|
fill: "currentColor",
|
439
506
|
...rest
|
440
|
-
},
|
507
|
+
}, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
441
508
|
d: "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z"
|
442
|
-
})),
|
509
|
+
})), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
443
510
|
d: "M12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59zM30 24a6 6 0 10-6 6A6.0066 6.0066 0 0030 24zm-2 0a3.9521 3.9521 0 01-.5669 2.019L21.981 20.5669A3.9529 3.9529 0 0124 20 4.0045 4.0045 0 0128 24zm-8 0a3.9521 3.9521 0 01.5669-2.019l5.4521 5.4521A3.9529 3.9529 0 0124 28 4.0045 4.0045 0 0120 24z"
|
444
511
|
})), children);
|
445
512
|
});
|
446
513
|
if (process.env.NODE_ENV !== "production") {
|
447
|
-
CheckmarkOutlineError.propTypes =
|
514
|
+
CheckmarkOutlineError.propTypes = iconPropTypesC5chbmyn.i;
|
448
515
|
}
|
449
|
-
const CheckmarkOutlineWarning = /*#__PURE__*/React.forwardRef(function CheckmarkOutlineWarning(
|
516
|
+
const CheckmarkOutlineWarning = /*#__PURE__*/React.forwardRef(function CheckmarkOutlineWarning(_ref19, ref) {
|
450
517
|
let {
|
451
518
|
children,
|
452
519
|
size = 16,
|
453
520
|
...rest
|
454
|
-
} =
|
521
|
+
} = _ref19;
|
455
522
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
456
523
|
width: size,
|
457
524
|
height: size,
|
@@ -460,21 +527,21 @@ const CheckmarkOutlineWarning = /*#__PURE__*/React.forwardRef(function Checkmark
|
|
460
527
|
viewBox: "0 0 32 32",
|
461
528
|
fill: "currentColor",
|
462
529
|
...rest
|
463
|
-
},
|
530
|
+
}, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
464
531
|
d: "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z"
|
465
|
-
})),
|
532
|
+
})), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
466
533
|
d: "M12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59zM27.38 28H20.6178L24 21.2358zM24 18a1 1 0 00-.8947.5527l-5 10A1.0005 1.0005 0 0019 30H29a1 1 0 00.9214-1.3892L24.8946 18.5527A1 1 0 0024 18z"
|
467
534
|
})), children);
|
468
535
|
});
|
469
536
|
if (process.env.NODE_ENV !== "production") {
|
470
|
-
CheckmarkOutlineWarning.propTypes =
|
537
|
+
CheckmarkOutlineWarning.propTypes = iconPropTypesC5chbmyn.i;
|
471
538
|
}
|
472
|
-
const Chemistry = /*#__PURE__*/React.forwardRef(function Chemistry(
|
539
|
+
const Chemistry = /*#__PURE__*/React.forwardRef(function Chemistry(_ref20, ref) {
|
473
540
|
let {
|
474
541
|
children,
|
475
542
|
size = 16,
|
476
543
|
...rest
|
477
|
-
} =
|
544
|
+
} = _ref20;
|
478
545
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
479
546
|
width: size,
|
480
547
|
height: size,
|
@@ -483,19 +550,19 @@ const Chemistry = /*#__PURE__*/React.forwardRef(function Chemistry(_ref17, ref)
|
|
483
550
|
viewBox: "0 0 32 32",
|
484
551
|
fill: "currentColor",
|
485
552
|
...rest
|
486
|
-
},
|
553
|
+
}, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
487
554
|
d: "M27.2314,23.6182,20,13.6748V4h2V2H10V4h2v9.6748L4.7686,23.6182A4.0183,4.0183,0,0,0,8.0186,30H23.9814a4.0183,4.0183,0,0,0,3.25-6.3818ZM14,14.3252V4h4V14.3252L20.6728,18H11.3272ZM23.9814,28H8.0186a2.0192,2.0192,0,0,1-1.6329-3.2061L9.8726,20H22.1274l3.4869,4.7939A2.0192,2.0192,0,0,1,23.9814,28Z"
|
488
555
|
})), children);
|
489
556
|
});
|
490
557
|
if (process.env.NODE_ENV !== "production") {
|
491
|
-
Chemistry.propTypes =
|
558
|
+
Chemistry.propTypes = iconPropTypesC5chbmyn.i;
|
492
559
|
}
|
493
|
-
const ChemistryReference = /*#__PURE__*/React.forwardRef(function ChemistryReference(
|
560
|
+
const ChemistryReference = /*#__PURE__*/React.forwardRef(function ChemistryReference(_ref21, ref) {
|
494
561
|
let {
|
495
562
|
children,
|
496
563
|
size = 16,
|
497
564
|
...rest
|
498
|
-
} =
|
565
|
+
} = _ref21;
|
499
566
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
500
567
|
width: size,
|
501
568
|
height: size,
|
@@ -504,21 +571,21 @@ const ChemistryReference = /*#__PURE__*/React.forwardRef(function ChemistryRefer
|
|
504
571
|
viewBox: "0 0 32 32",
|
505
572
|
fill: "currentColor",
|
506
573
|
...rest
|
507
|
-
},
|
574
|
+
}, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
508
575
|
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
|
509
|
-
})),
|
576
|
+
})), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
510
577
|
d: "M20,13.67V4h2V2H10V4h2v9.67L9.58,17h2.4767L14,14.33V4h4V14.33l7.61,10.46a2.0133,2.0133,0,0,1-.44,2.82,2.0406,2.0406,0,0,1-1.19.39H15v2h8.98a4.0154,4.0154,0,0,0,3.25-6.38Z"
|
511
578
|
})), children);
|
512
579
|
});
|
513
580
|
if (process.env.NODE_ENV !== "production") {
|
514
|
-
ChemistryReference.propTypes =
|
581
|
+
ChemistryReference.propTypes = iconPropTypesC5chbmyn.i;
|
515
582
|
}
|
516
|
-
const ChevronDown = /*#__PURE__*/React.forwardRef(function ChevronDown(
|
583
|
+
const ChevronDown = /*#__PURE__*/React.forwardRef(function ChevronDown(_ref22, ref) {
|
517
584
|
let {
|
518
585
|
children,
|
519
586
|
size = 16,
|
520
587
|
...rest
|
521
|
-
} =
|
588
|
+
} = _ref22;
|
522
589
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
523
590
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
524
591
|
width: size,
|
@@ -528,7 +595,7 @@ const ChevronDown = /*#__PURE__*/React.forwardRef(function ChevronDown(_ref19, r
|
|
528
595
|
viewBox: "0 0 10 6",
|
529
596
|
fill: "currentColor",
|
530
597
|
...rest
|
531
|
-
},
|
598
|
+
}, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
532
599
|
d: "M5 6L0 1 0.7 0.3 5 4.6 9.3 0.3 10 1z"
|
533
600
|
})), children);
|
534
601
|
}
|
@@ -541,7 +608,7 @@ const ChevronDown = /*#__PURE__*/React.forwardRef(function ChevronDown(_ref19, r
|
|
541
608
|
viewBox: "0 0 16 16",
|
542
609
|
fill: "currentColor",
|
543
610
|
...rest
|
544
|
-
},
|
611
|
+
}, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
545
612
|
d: "M8 11L3 6 3.7 5.3 8 9.6 12.3 5.3 13 6z"
|
546
613
|
})), children);
|
547
614
|
}
|
@@ -553,19 +620,19 @@ const ChevronDown = /*#__PURE__*/React.forwardRef(function ChevronDown(_ref19, r
|
|
553
620
|
viewBox: "0 0 32 32",
|
554
621
|
fill: "currentColor",
|
555
622
|
...rest
|
556
|
-
},
|
623
|
+
}, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
557
624
|
d: "M16 22L6 12 7.4 10.6 16 19.2 24.6 10.6 26 12z"
|
558
625
|
})), children);
|
559
626
|
});
|
560
627
|
if (process.env.NODE_ENV !== "production") {
|
561
|
-
ChevronDown.propTypes =
|
628
|
+
ChevronDown.propTypes = iconPropTypesC5chbmyn.i;
|
562
629
|
}
|
563
|
-
const ChevronDownOutline = /*#__PURE__*/React.forwardRef(function ChevronDownOutline(
|
630
|
+
const ChevronDownOutline = /*#__PURE__*/React.forwardRef(function ChevronDownOutline(_ref23, ref) {
|
564
631
|
let {
|
565
632
|
children,
|
566
633
|
size = 16,
|
567
634
|
...rest
|
568
|
-
} =
|
635
|
+
} = _ref23;
|
569
636
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
570
637
|
width: size,
|
571
638
|
height: size,
|
@@ -574,21 +641,21 @@ const ChevronDownOutline = /*#__PURE__*/React.forwardRef(function ChevronDownOut
|
|
574
641
|
viewBox: "0 0 32 32",
|
575
642
|
fill: "currentColor",
|
576
643
|
...rest
|
577
|
-
},
|
644
|
+
}, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
578
645
|
d: "M9.4142 12.5858L16 19.1714 22.5858 12.5858 24 14 16 22 8 14 9.4142 12.5858z"
|
579
|
-
})),
|
646
|
+
})), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
580
647
|
d: "m30,16c0,7.7197-6.2803,14-14,14S2,23.7197,2,16,8.2803,2,16,2s14,6.2803,14,14Zm-26,0c0,6.6167,5.3833,12,12,12s12-5.3833,12-12-5.3833-12-12-12S4,9.3833,4,16Z"
|
581
648
|
})), children);
|
582
649
|
});
|
583
650
|
if (process.env.NODE_ENV !== "production") {
|
584
|
-
ChevronDownOutline.propTypes =
|
651
|
+
ChevronDownOutline.propTypes = iconPropTypesC5chbmyn.i;
|
585
652
|
}
|
586
|
-
const ChevronLeft = /*#__PURE__*/React.forwardRef(function ChevronLeft(
|
653
|
+
const ChevronLeft = /*#__PURE__*/React.forwardRef(function ChevronLeft(_ref24, ref) {
|
587
654
|
let {
|
588
655
|
children,
|
589
656
|
size = 16,
|
590
657
|
...rest
|
591
|
-
} =
|
658
|
+
} = _ref24;
|
592
659
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
593
660
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
594
661
|
width: size,
|
@@ -598,7 +665,7 @@ const ChevronLeft = /*#__PURE__*/React.forwardRef(function ChevronLeft(_ref21, r
|
|
598
665
|
viewBox: "0 0 6 10",
|
599
666
|
fill: "currentColor",
|
600
667
|
...rest
|
601
|
-
},
|
668
|
+
}, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
602
669
|
d: "M0 5L5 0 5.7 0.7 1.4 5 5.7 9.3 5 10z"
|
603
670
|
})), children);
|
604
671
|
}
|
@@ -611,7 +678,7 @@ const ChevronLeft = /*#__PURE__*/React.forwardRef(function ChevronLeft(_ref21, r
|
|
611
678
|
viewBox: "0 0 16 16",
|
612
679
|
fill: "currentColor",
|
613
680
|
...rest
|
614
|
-
},
|
681
|
+
}, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
615
682
|
d: "M5 8L10 3 10.7 3.7 6.4 8 10.7 12.3 10 13z"
|
616
683
|
})), children);
|
617
684
|
}
|
@@ -623,19 +690,19 @@ const ChevronLeft = /*#__PURE__*/React.forwardRef(function ChevronLeft(_ref21, r
|
|
623
690
|
viewBox: "0 0 32 32",
|
624
691
|
fill: "currentColor",
|
625
692
|
...rest
|
626
|
-
},
|
693
|
+
}, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
627
694
|
d: "M10 16L20 6 21.4 7.4 12.8 16 21.4 24.6 20 26z"
|
628
695
|
})), children);
|
629
696
|
});
|
630
697
|
if (process.env.NODE_ENV !== "production") {
|
631
|
-
ChevronLeft.propTypes =
|
698
|
+
ChevronLeft.propTypes = iconPropTypesC5chbmyn.i;
|
632
699
|
}
|
633
|
-
const ChevronMini = /*#__PURE__*/React.forwardRef(function ChevronMini(
|
700
|
+
const ChevronMini = /*#__PURE__*/React.forwardRef(function ChevronMini(_ref25, ref) {
|
634
701
|
let {
|
635
702
|
children,
|
636
703
|
size = 16,
|
637
704
|
...rest
|
638
|
-
} =
|
705
|
+
} = _ref25;
|
639
706
|
if (size === 16 || size === "16" || size === "16px") {
|
640
707
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
641
708
|
width: size,
|
@@ -645,7 +712,7 @@ const ChevronMini = /*#__PURE__*/React.forwardRef(function ChevronMini(_ref22, r
|
|
645
712
|
viewBox: "0 0 16 16",
|
646
713
|
fill: "currentColor",
|
647
714
|
...rest
|
648
|
-
},
|
715
|
+
}, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
649
716
|
d: "M15 9L15 15 9 15z"
|
650
717
|
})), children);
|
651
718
|
}
|
@@ -657,19 +724,19 @@ const ChevronMini = /*#__PURE__*/React.forwardRef(function ChevronMini(_ref22, r
|
|
657
724
|
viewBox: "0 0 32 32",
|
658
725
|
fill: "currentColor",
|
659
726
|
...rest
|
660
|
-
},
|
727
|
+
}, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
661
728
|
d: "M31 19L31 31 19 31 31 19z"
|
662
729
|
})), children);
|
663
730
|
});
|
664
731
|
if (process.env.NODE_ENV !== "production") {
|
665
|
-
ChevronMini.propTypes =
|
732
|
+
ChevronMini.propTypes = iconPropTypesC5chbmyn.i;
|
666
733
|
}
|
667
|
-
const ChevronRight = /*#__PURE__*/React.forwardRef(function ChevronRight(
|
734
|
+
const ChevronRight = /*#__PURE__*/React.forwardRef(function ChevronRight(_ref26, ref) {
|
668
735
|
let {
|
669
736
|
children,
|
670
737
|
size = 16,
|
671
738
|
...rest
|
672
|
-
} =
|
739
|
+
} = _ref26;
|
673
740
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
674
741
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
675
742
|
width: size,
|
@@ -679,7 +746,7 @@ const ChevronRight = /*#__PURE__*/React.forwardRef(function ChevronRight(_ref23,
|
|
679
746
|
viewBox: "0 0 6 10",
|
680
747
|
fill: "currentColor",
|
681
748
|
...rest
|
682
|
-
},
|
749
|
+
}, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
683
750
|
d: "M6 5L1 10 0.3 9.3 4.6 5 0.3 0.7 1 0z"
|
684
751
|
})), children);
|
685
752
|
}
|
@@ -692,7 +759,7 @@ const ChevronRight = /*#__PURE__*/React.forwardRef(function ChevronRight(_ref23,
|
|
692
759
|
viewBox: "0 0 16 16",
|
693
760
|
fill: "currentColor",
|
694
761
|
...rest
|
695
|
-
},
|
762
|
+
}, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
696
763
|
d: "M11 8L6 13 5.3 12.3 9.6 8 5.3 3.7 6 3z"
|
697
764
|
})), children);
|
698
765
|
}
|
@@ -704,19 +771,19 @@ const ChevronRight = /*#__PURE__*/React.forwardRef(function ChevronRight(_ref23,
|
|
704
771
|
viewBox: "0 0 32 32",
|
705
772
|
fill: "currentColor",
|
706
773
|
...rest
|
707
|
-
},
|
774
|
+
}, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
708
775
|
d: "M22 16L12 26 10.6 24.6 19.2 16 10.6 7.4 12 6z"
|
709
776
|
})), children);
|
710
777
|
});
|
711
778
|
if (process.env.NODE_ENV !== "production") {
|
712
|
-
ChevronRight.propTypes =
|
779
|
+
ChevronRight.propTypes = iconPropTypesC5chbmyn.i;
|
713
780
|
}
|
714
|
-
const ChevronSort = /*#__PURE__*/React.forwardRef(function ChevronSort(
|
781
|
+
const ChevronSort = /*#__PURE__*/React.forwardRef(function ChevronSort(_ref27, ref) {
|
715
782
|
let {
|
716
783
|
children,
|
717
784
|
size = 16,
|
718
785
|
...rest
|
719
|
-
} =
|
786
|
+
} = _ref27;
|
720
787
|
if (size === 16 || size === "16" || size === "16px") {
|
721
788
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
722
789
|
width: size,
|
@@ -726,7 +793,7 @@ const ChevronSort = /*#__PURE__*/React.forwardRef(function ChevronSort(_ref24, r
|
|
726
793
|
viewBox: "0 0 16 16",
|
727
794
|
fill: "currentColor",
|
728
795
|
...rest
|
729
|
-
},
|
796
|
+
}, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
730
797
|
d: "M8 14L4.5 10.5 5.2 9.8 8 12.6 10.8 9.8 11.5 10.5zM8 2L11.5 5.5 10.8 6.2 8 3.4 5.2 6.2 4.5 5.5z"
|
731
798
|
})), children);
|
732
799
|
}
|
@@ -738,19 +805,19 @@ const ChevronSort = /*#__PURE__*/React.forwardRef(function ChevronSort(_ref24, r
|
|
738
805
|
viewBox: "0 0 32 32",
|
739
806
|
fill: "currentColor",
|
740
807
|
...rest
|
741
|
-
},
|
808
|
+
}, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
742
809
|
d: "M16 28L9 21 10.41 19.59 16 25.17 21.59 19.59 23 21 16 28zM16 4L23 11 21.59 12.41 16 6.83 10.41 12.41 9 11 16 4z"
|
743
810
|
})), children);
|
744
811
|
});
|
745
812
|
if (process.env.NODE_ENV !== "production") {
|
746
|
-
ChevronSort.propTypes =
|
813
|
+
ChevronSort.propTypes = iconPropTypesC5chbmyn.i;
|
747
814
|
}
|
748
|
-
const ChevronSortDown = /*#__PURE__*/React.forwardRef(function ChevronSortDown(
|
815
|
+
const ChevronSortDown = /*#__PURE__*/React.forwardRef(function ChevronSortDown(_ref28, ref) {
|
749
816
|
let {
|
750
817
|
children,
|
751
818
|
size = 16,
|
752
819
|
...rest
|
753
|
-
} =
|
820
|
+
} = _ref28;
|
754
821
|
if (size === 16 || size === "16" || size === "16px") {
|
755
822
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
756
823
|
width: size,
|
@@ -760,7 +827,7 @@ const ChevronSortDown = /*#__PURE__*/React.forwardRef(function ChevronSortDown(_
|
|
760
827
|
viewBox: "0 0 16 16",
|
761
828
|
fill: "currentColor",
|
762
829
|
...rest
|
763
|
-
},
|
830
|
+
}, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
764
831
|
d: "M8 14L4.5 10.5 5.2 9.8 8 12.6 10.8 9.8 11.5 10.5z"
|
765
832
|
})), children);
|
766
833
|
}
|
@@ -772,19 +839,19 @@ const ChevronSortDown = /*#__PURE__*/React.forwardRef(function ChevronSortDown(_
|
|
772
839
|
viewBox: "0 0 32 32",
|
773
840
|
fill: "currentColor",
|
774
841
|
...rest
|
775
|
-
},
|
842
|
+
}, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
776
843
|
d: "M16 28L9 21 10.4 19.6 16 25.2 21.6 19.6 23 21z"
|
777
844
|
})), children);
|
778
845
|
});
|
779
846
|
if (process.env.NODE_ENV !== "production") {
|
780
|
-
ChevronSortDown.propTypes =
|
847
|
+
ChevronSortDown.propTypes = iconPropTypesC5chbmyn.i;
|
781
848
|
}
|
782
|
-
const ChevronSortUp = /*#__PURE__*/React.forwardRef(function ChevronSortUp(
|
849
|
+
const ChevronSortUp = /*#__PURE__*/React.forwardRef(function ChevronSortUp(_ref29, ref) {
|
783
850
|
let {
|
784
851
|
children,
|
785
852
|
size = 16,
|
786
853
|
...rest
|
787
|
-
} =
|
854
|
+
} = _ref29;
|
788
855
|
if (size === 16 || size === "16" || size === "16px") {
|
789
856
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
790
857
|
width: size,
|
@@ -794,7 +861,7 @@ const ChevronSortUp = /*#__PURE__*/React.forwardRef(function ChevronSortUp(_ref2
|
|
794
861
|
viewBox: "0 0 16 16",
|
795
862
|
fill: "currentColor",
|
796
863
|
...rest
|
797
|
-
},
|
864
|
+
}, _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
798
865
|
d: "M8 2L11.5 5.5 10.8 6.2 8 3.4 5.2 6.2 4.5 5.5z"
|
799
866
|
})), children);
|
800
867
|
}
|
@@ -806,19 +873,19 @@ const ChevronSortUp = /*#__PURE__*/React.forwardRef(function ChevronSortUp(_ref2
|
|
806
873
|
viewBox: "0 0 32 32",
|
807
874
|
fill: "currentColor",
|
808
875
|
...rest
|
809
|
-
},
|
876
|
+
}, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
810
877
|
d: "M16 4L23 11 21.6 12.4 16 6.8 10.4 12.4 9 11z"
|
811
878
|
})), children);
|
812
879
|
});
|
813
880
|
if (process.env.NODE_ENV !== "production") {
|
814
|
-
ChevronSortUp.propTypes =
|
881
|
+
ChevronSortUp.propTypes = iconPropTypesC5chbmyn.i;
|
815
882
|
}
|
816
|
-
const ChevronUp = /*#__PURE__*/React.forwardRef(function ChevronUp(
|
883
|
+
const ChevronUp = /*#__PURE__*/React.forwardRef(function ChevronUp(_ref30, ref) {
|
817
884
|
let {
|
818
885
|
children,
|
819
886
|
size = 16,
|
820
887
|
...rest
|
821
|
-
} =
|
888
|
+
} = _ref30;
|
822
889
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
823
890
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
824
891
|
width: size,
|
@@ -828,7 +895,7 @@ const ChevronUp = /*#__PURE__*/React.forwardRef(function ChevronUp(_ref27, ref)
|
|
828
895
|
viewBox: "0 0 10 6",
|
829
896
|
fill: "currentColor",
|
830
897
|
...rest
|
831
|
-
},
|
898
|
+
}, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
832
899
|
d: "M5 0L10 5 9.3 5.7 5 1.4 0.7 5.7 0 5z"
|
833
900
|
})), children);
|
834
901
|
}
|
@@ -841,7 +908,7 @@ const ChevronUp = /*#__PURE__*/React.forwardRef(function ChevronUp(_ref27, ref)
|
|
841
908
|
viewBox: "0 0 16 16",
|
842
909
|
fill: "currentColor",
|
843
910
|
...rest
|
844
|
-
},
|
911
|
+
}, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
845
912
|
d: "M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z"
|
846
913
|
})), children);
|
847
914
|
}
|
@@ -853,19 +920,19 @@ const ChevronUp = /*#__PURE__*/React.forwardRef(function ChevronUp(_ref27, ref)
|
|
853
920
|
viewBox: "0 0 32 32",
|
854
921
|
fill: "currentColor",
|
855
922
|
...rest
|
856
|
-
},
|
923
|
+
}, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
857
924
|
d: "M16 10L26 20 24.6 21.4 16 12.8 7.4 21.4 6 20z"
|
858
925
|
})), children);
|
859
926
|
});
|
860
927
|
if (process.env.NODE_ENV !== "production") {
|
861
|
-
ChevronUp.propTypes =
|
928
|
+
ChevronUp.propTypes = iconPropTypesC5chbmyn.i;
|
862
929
|
}
|
863
|
-
const ChevronUpOutline = /*#__PURE__*/React.forwardRef(function ChevronUpOutline(
|
930
|
+
const ChevronUpOutline = /*#__PURE__*/React.forwardRef(function ChevronUpOutline(_ref31, ref) {
|
864
931
|
let {
|
865
932
|
children,
|
866
933
|
size = 16,
|
867
934
|
...rest
|
868
|
-
} =
|
935
|
+
} = _ref31;
|
869
936
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
870
937
|
width: size,
|
871
938
|
height: size,
|
@@ -874,21 +941,21 @@ const ChevronUpOutline = /*#__PURE__*/React.forwardRef(function ChevronUpOutline
|
|
874
941
|
viewBox: "0 0 32 32",
|
875
942
|
fill: "currentColor",
|
876
943
|
...rest
|
877
|
-
},
|
944
|
+
}, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
878
945
|
d: "M9.4142 19.4142L16 12.8286 22.5858 19.4142 24 18 16 10 8 18 9.4142 19.4142z"
|
879
|
-
})),
|
946
|
+
})), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
880
947
|
d: "m30,16c0,7.7197-6.2803,14-14,14S2,23.7197,2,16,8.2803,2,16,2s14,6.2803,14,14Zm-26,0c0,6.6167,5.3833,12,12,12s12-5.3833,12-12-5.3833-12-12-12S4,9.3833,4,16Z"
|
881
948
|
})), children);
|
882
949
|
});
|
883
950
|
if (process.env.NODE_ENV !== "production") {
|
884
|
-
ChevronUpOutline.propTypes =
|
951
|
+
ChevronUpOutline.propTypes = iconPropTypesC5chbmyn.i;
|
885
952
|
}
|
886
|
-
const ChildNode = /*#__PURE__*/React.forwardRef(function ChildNode(
|
953
|
+
const ChildNode = /*#__PURE__*/React.forwardRef(function ChildNode(_ref32, ref) {
|
887
954
|
let {
|
888
955
|
children,
|
889
956
|
size = 16,
|
890
957
|
...rest
|
891
|
-
} =
|
958
|
+
} = _ref32;
|
892
959
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
893
960
|
width: size,
|
894
961
|
height: size,
|
@@ -897,19 +964,19 @@ const ChildNode = /*#__PURE__*/React.forwardRef(function ChildNode(_ref29, ref)
|
|
897
964
|
viewBox: "0 0 32 32",
|
898
965
|
fill: "currentColor",
|
899
966
|
...rest
|
900
|
-
},
|
967
|
+
}, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
901
968
|
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-5ZM6,7c0-1.65,1.35-3,3-3s3,1.35,3,3-1.35,3-3,3-3-1.35-3-3Z"
|
902
969
|
})), children);
|
903
970
|
});
|
904
971
|
if (process.env.NODE_ENV !== "production") {
|
905
|
-
ChildNode.propTypes =
|
972
|
+
ChildNode.propTypes = iconPropTypesC5chbmyn.i;
|
906
973
|
}
|
907
|
-
const Chip = /*#__PURE__*/React.forwardRef(function Chip(
|
974
|
+
const Chip = /*#__PURE__*/React.forwardRef(function Chip(_ref33, ref) {
|
908
975
|
let {
|
909
976
|
children,
|
910
977
|
size = 16,
|
911
978
|
...rest
|
912
|
-
} =
|
979
|
+
} = _ref33;
|
913
980
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
914
981
|
width: size,
|
915
982
|
height: size,
|
@@ -918,21 +985,21 @@ const Chip = /*#__PURE__*/React.forwardRef(function Chip(_ref30, ref) {
|
|
918
985
|
viewBox: "0 0 32 32",
|
919
986
|
fill: "currentColor",
|
920
987
|
...rest
|
921
|
-
},
|
988
|
+
}, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
922
989
|
d: "M11,11V21H21V11Zm8,8H13V13h6Z"
|
923
|
-
})),
|
990
|
+
})), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
924
991
|
d: "M30,13V11H26V8a2,2,0,0,0-2-2H21V2H19V6H13V2H11V6H8A2,2,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2,2,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2,2,0,0,0,2-2V21h4V19H26V13ZM24,24H8V8H24Z"
|
925
992
|
})), children);
|
926
993
|
});
|
927
994
|
if (process.env.NODE_ENV !== "production") {
|
928
|
-
Chip.propTypes =
|
995
|
+
Chip.propTypes = iconPropTypesC5chbmyn.i;
|
929
996
|
}
|
930
|
-
const Choices = /*#__PURE__*/React.forwardRef(function Choices(
|
997
|
+
const Choices = /*#__PURE__*/React.forwardRef(function Choices(_ref34, ref) {
|
931
998
|
let {
|
932
999
|
children,
|
933
1000
|
size = 16,
|
934
1001
|
...rest
|
935
|
-
} =
|
1002
|
+
} = _ref34;
|
936
1003
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
937
1004
|
width: size,
|
938
1005
|
height: size,
|
@@ -941,19 +1008,19 @@ const Choices = /*#__PURE__*/React.forwardRef(function Choices(_ref31, ref) {
|
|
941
1008
|
viewBox: "0 0 32 32",
|
942
1009
|
fill: "currentColor",
|
943
1010
|
...rest
|
944
|
-
},
|
1011
|
+
}, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
945
1012
|
d: "M28 13L28 4 19 4 19 6 24.586 6 16 14.586 7.414 6 13 6 13 4 4 4 4 13 6 13 6 7.414 15 16.414 15 26 4 26 4 28 28 28 28 26 17 26 17 16.414 26 7.414 26 13 28 13z"
|
946
1013
|
})), children);
|
947
1014
|
});
|
948
1015
|
if (process.env.NODE_ENV !== "production") {
|
949
|
-
Choices.propTypes =
|
1016
|
+
Choices.propTypes = iconPropTypesC5chbmyn.i;
|
950
1017
|
}
|
951
|
-
const Comments = /*#__PURE__*/React.forwardRef(function Comments(
|
1018
|
+
const Comments = /*#__PURE__*/React.forwardRef(function Comments(_ref35, ref) {
|
952
1019
|
let {
|
953
1020
|
children,
|
954
1021
|
size = 16,
|
955
1022
|
...rest
|
956
|
-
} =
|
1023
|
+
} = _ref35;
|
957
1024
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
958
1025
|
width: size,
|
959
1026
|
height: size,
|
@@ -962,19 +1029,19 @@ const Comments = /*#__PURE__*/React.forwardRef(function Comments(_ref32, ref) {
|
|
962
1029
|
viewBox: "0 0 32 32",
|
963
1030
|
fill: "currentColor",
|
964
1031
|
...rest
|
965
|
-
},
|
1032
|
+
}, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
966
1033
|
d: "M29.3163,9.4912l-8.004-6.997c-.3645-.3186-.8322-.4942-1.3163-.4942H4c-1.1046,0-2,.8954-2,2v24c0,1.1046.8954,2,2,2h24c1.1046,0,2-.8954,2-2V10.997c0-.577-.2493-1.126-.6837-1.5058ZM28,28H4V4h14v7c0,1.1046.8954,2,2,2h8v15ZM20,11v-7l8,7h-8ZM6,20.084c0-4.041,2.0122-6.2939,5.1763-6.2939,2.1499,0,3.5425.9121,4.3853,2.7686l-1.9434,1.0322c-.3438-1.0664-1.1006-1.7881-2.4419-1.7881-1.6851,0-2.7686,1.2207-2.7686,3.2666v1.8916c0,2.0645,1.0835,3.2334,2.7686,3.2334,1.3584,0,2.2012-.8252,2.5967-1.9092l1.8403,1.084c-.8599,1.7881-2.2871,2.8369-4.437,2.8369-3.1641,0-5.1763-2.0801-5.1763-6.1221ZM16.8193,21.4941c0-2.8711,1.5991-4.6768,4.1611-4.6768,2.5796,0,4.1792,1.8057,4.1792,4.6768,0,2.8896-1.5996,4.7119-4.1792,4.7119-2.562,0-4.1611-1.8223-4.1611-4.7119ZM22.855,22.3369v-1.668c0-1.3408-.7222-2.0811-1.8745-2.0811-1.1348,0-1.8569.7402-1.8569,2.0811v1.668c0,1.3584.7222,2.0986,1.8569,2.0986,1.1523,0,1.8745-.7402,1.8745-2.0986Z"
|
967
1034
|
})), children);
|
968
1035
|
});
|
969
1036
|
if (process.env.NODE_ENV !== "production") {
|
970
|
-
Comments.propTypes =
|
1037
|
+
Comments.propTypes = iconPropTypesC5chbmyn.i;
|
971
1038
|
}
|
972
|
-
const ChooseItem = /*#__PURE__*/React.forwardRef(function ChooseItem(
|
1039
|
+
const ChooseItem = /*#__PURE__*/React.forwardRef(function ChooseItem(_ref36, ref) {
|
973
1040
|
let {
|
974
1041
|
children,
|
975
1042
|
size = 16,
|
976
1043
|
...rest
|
977
|
-
} =
|
1044
|
+
} = _ref36;
|
978
1045
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
979
1046
|
width: size,
|
980
1047
|
height: size,
|
@@ -983,19 +1050,19 @@ const ChooseItem = /*#__PURE__*/React.forwardRef(function ChooseItem(_ref33, ref
|
|
983
1050
|
viewBox: "0 0 32 32",
|
984
1051
|
fill: "currentColor",
|
985
1052
|
...rest
|
986
|
-
},
|
1053
|
+
}, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
987
1054
|
d: "M28 6H30V26H28zM17 6L15.57 7.393 23.15 15 2 15 2 17 23.15 17 15.57 24.573 17 26 27 16 17 6z"
|
988
1055
|
})), children);
|
989
1056
|
});
|
990
1057
|
if (process.env.NODE_ENV !== "production") {
|
991
|
-
ChooseItem.propTypes =
|
1058
|
+
ChooseItem.propTypes = iconPropTypesC5chbmyn.i;
|
992
1059
|
}
|
993
|
-
const ChoroplethMap = /*#__PURE__*/React.forwardRef(function ChoroplethMap(
|
1060
|
+
const ChoroplethMap = /*#__PURE__*/React.forwardRef(function ChoroplethMap(_ref37, ref) {
|
994
1061
|
let {
|
995
1062
|
children,
|
996
1063
|
size = 16,
|
997
1064
|
...rest
|
998
|
-
} =
|
1065
|
+
} = _ref37;
|
999
1066
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1000
1067
|
width: size,
|
1001
1068
|
height: size,
|
@@ -1004,19 +1071,19 @@ const ChoroplethMap = /*#__PURE__*/React.forwardRef(function ChoroplethMap(_ref3
|
|
1004
1071
|
viewBox: "0 0 32 32",
|
1005
1072
|
fill: "currentColor",
|
1006
1073
|
...rest
|
1007
|
-
},
|
1074
|
+
}, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
1008
1075
|
d: "M29.2427,4.03l-8-2a1.0065,1.0065,0,0,0-.6143.0415l-9.7,3.88L3.2427,4.03A1,1,0,0,0,2,5V27a1,1,0,0,0,.7573.97l8,2A1.0244,1.0244,0,0,0,11,30a.9953.9953,0,0,0,.3716-.0718l9.7-3.88,7.686,1.9219A1,1,0,0,0,30,27V5A1,1,0,0,0,29.2427,4.03ZM28,11H22V4.2806l6,1.5ZM10,19H4V13h6Zm2-8V7.6771l8-3.2V11Zm8,2v6H12V13Zm-8,8h8v3.3227l-8,3.2Zm10-8h6v6H22ZM10,7.7806V11H4V6.2806ZM4,21h6v6.7192l-6-1.5Zm18,3.2187V21h6v4.7192Z"
|
1009
1076
|
})), children);
|
1010
1077
|
});
|
1011
1078
|
if (process.env.NODE_ENV !== "production") {
|
1012
|
-
ChoroplethMap.propTypes =
|
1079
|
+
ChoroplethMap.propTypes = iconPropTypesC5chbmyn.i;
|
1013
1080
|
}
|
1014
|
-
const CicsCmas = /*#__PURE__*/React.forwardRef(function CicsCmas(
|
1081
|
+
const CicsCmas = /*#__PURE__*/React.forwardRef(function CicsCmas(_ref38, ref) {
|
1015
1082
|
let {
|
1016
1083
|
children,
|
1017
1084
|
size = 16,
|
1018
1085
|
...rest
|
1019
|
-
} =
|
1086
|
+
} = _ref38;
|
1020
1087
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1021
1088
|
width: size,
|
1022
1089
|
height: size,
|
@@ -1025,21 +1092,21 @@ const CicsCmas = /*#__PURE__*/React.forwardRef(function CicsCmas(_ref35, ref) {
|
|
1025
1092
|
viewBox: "0 0 32 32",
|
1026
1093
|
fill: "currentColor",
|
1027
1094
|
...rest
|
1028
|
-
},
|
1095
|
+
}, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
1029
1096
|
d: "M30.3335 30H26V28h4V26H28a2.002 2.002 0 01-2-2V21.6665A1.6684 1.6684 0 0127.6665 20H32v2H28v2h2a2.002 2.002 0 012 2v2.3335A1.6684 1.6684 0 0130.3335 30zM22.3335 20h-2.667A1.6665 1.6665 0 0018 21.6665V30h2V26h2v4h2V21.6665A1.6665 1.6665 0 0022.3335 20zM20 24V22h2v2zM12.5 24L11 20 9 20 9 30 11 30 11 23 12.5 27 14 23 14 30 16 30 16 20 14 20 12.5 24zM1 22v6.5A1.4727 1.4727 0 002.5 30H7V28H3V22H7V20H3A2.0059 2.0059 0 001 22zM13 8L11 8 11 11 8 11 8 13 11 13 11 16 13 16 13 13 16 13 16 11 13 11 13 8z"
|
1030
|
-
})),
|
1097
|
+
})), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
1031
1098
|
d: "M6,6H26V18h2V6a2.0059,2.0059,0,0,0-2-2H6A2.0059,2.0059,0,0,0,4,6V18H6Z"
|
1032
1099
|
})), children);
|
1033
1100
|
});
|
1034
1101
|
if (process.env.NODE_ENV !== "production") {
|
1035
|
-
CicsCmas.propTypes =
|
1102
|
+
CicsCmas.propTypes = iconPropTypesC5chbmyn.i;
|
1036
1103
|
}
|
1037
|
-
const CicsDb2Connection = /*#__PURE__*/React.forwardRef(function CicsDb2Connection(
|
1104
|
+
const CicsDb2Connection = /*#__PURE__*/React.forwardRef(function CicsDb2Connection(_ref39, ref) {
|
1038
1105
|
let {
|
1039
1106
|
children,
|
1040
1107
|
size = 16,
|
1041
1108
|
...rest
|
1042
|
-
} =
|
1109
|
+
} = _ref39;
|
1043
1110
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1044
1111
|
width: size,
|
1045
1112
|
height: size,
|
@@ -1048,21 +1115,21 @@ const CicsDb2Connection = /*#__PURE__*/React.forwardRef(function CicsDb2Connecti
|
|
1048
1115
|
viewBox: "0 0 32 32",
|
1049
1116
|
fill: "currentColor",
|
1050
1117
|
...rest
|
1051
|
-
},
|
1118
|
+
}, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
1052
1119
|
d: "M22.5,30c-1.9299,0-3.5-1.5701-3.5-3.5,0-.9346,.3638-1.8134,1.0244-2.4742l1.4146,1.4138c-.283,.2832-.439,.6598-.439,1.0604,0,.8271,.6729,1.5,1.5,1.5,.4009,0,.7776-.1561,1.061-.4396l4.9998-4.9998c.2832-.2833,.4392-.66,.4392-1.0607,0-.8271-.6729-1.5-1.5-1.5-.4011,0-.7783,.1564-1.0618,.4404l-1.4155-1.4131c.6616-.6625,1.5413-1.0273,2.4773-1.0273,1.9299,0,3.5,1.5701,3.5,3.5,0,.9348-.364,1.8137-1.0249,2.4749l-4.9998,4.9996c-.6609,.6613-1.54,1.0255-2.4753,1.0255Z"
|
1053
|
-
})),
|
1120
|
+
})), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
1054
1121
|
d: "M16.5 31c-1.9299 0-3.5-1.5701-3.5-3.5 0-.9348.364-1.8137 1.0249-2.4749l4.9998-4.9996c.6609-.6613 1.54-1.0255 2.4753-1.0255 1.9299 0 3.5 1.5701 3.5 3.5 0 .9346-.3638 1.8134-1.0244 2.4742l-1.4146-1.4138c.283-.2832.439-.6598.439-1.0604 0-.8271-.6729-1.5-1.5-1.5-.4009 0-.7776.1561-1.061.4396l-4.9998 4.9998c-.2832.2833-.4392.66-.4392 1.0607 0 .8271.6729 1.5 1.5 1.5.4011 0 .7783-.1564 1.0618-.4404l1.4155 1.4131c-.6616.6625-1.5413 1.0273-2.4773 1.0273zM16 2c-5.2979 0-11 1.252-11 4V24c0 1.6797 2.134 2.7979 5 3.415v-2.0459c-1.9939-.4727-2.9453-1.1431-3-1.3691v-3.5723c1.4937.749 3.6738 1.2153 6 1.4302v-1.9976c-3.8779-.3774-5.8774-1.4219-6-1.8604v-3.5723c2.1279 1.0674 5.6426 1.5723 9 1.5723 5.2979 0 11-1.252 11-4V5.9995c-.0007-2.748-5.7024-3.9995-11-3.9995zM6.9985 6.0151c.1523-.5552 3.1514-2.0151 9.0015-2.0151 5.7976 0 8.7949 1.4341 8.9968 2-.2019.5659-3.1992 2-8.9968 2-5.8501 0-8.8491-1.46-9.0015-1.9849zm18.0015 5.9722c-.1606.5571-3.1587 2.0127-9 2.0127-5.8501 0-8.8491-1.46-9-2v-3.5723c2.1279 1.0674 5.6426 1.5723 9 1.5723s6.8721-.5049 9-1.5723v3.5596z"
|
1055
1122
|
})), children);
|
1056
1123
|
});
|
1057
1124
|
if (process.env.NODE_ENV !== "production") {
|
1058
|
-
CicsDb2Connection.propTypes =
|
1125
|
+
CicsDb2Connection.propTypes = iconPropTypesC5chbmyn.i;
|
1059
1126
|
}
|
1060
|
-
const CicsExplorer = /*#__PURE__*/React.forwardRef(function CicsExplorer(
|
1127
|
+
const CicsExplorer = /*#__PURE__*/React.forwardRef(function CicsExplorer(_ref40, ref) {
|
1061
1128
|
let {
|
1062
1129
|
children,
|
1063
1130
|
size = 16,
|
1064
1131
|
...rest
|
1065
|
-
} =
|
1132
|
+
} = _ref40;
|
1066
1133
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1067
1134
|
width: size,
|
1068
1135
|
height: size,
|
@@ -1071,21 +1138,21 @@ const CicsExplorer = /*#__PURE__*/React.forwardRef(function CicsExplorer(_ref37,
|
|
1071
1138
|
viewBox: "0 0 32 32",
|
1072
1139
|
fill: "currentColor",
|
1073
1140
|
...rest
|
1074
|
-
},
|
1141
|
+
}, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
1075
1142
|
d: "M24 16L19.4 14.6 21.7 10.3 17.4 12.6 16 8 14.6 12.6 10.3 10.3 12.6 14.6 8 16 12.6 17.4 10.3 21.7 14.6 19.4 16 24 17.4 19.4 21.7 21.7 19.4 17.4 24 16z"
|
1076
|
-
})),
|
1143
|
+
})), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
1077
1144
|
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"
|
1078
1145
|
})), children);
|
1079
1146
|
});
|
1080
1147
|
if (process.env.NODE_ENV !== "production") {
|
1081
|
-
CicsExplorer.propTypes =
|
1148
|
+
CicsExplorer.propTypes = iconPropTypesC5chbmyn.i;
|
1082
1149
|
}
|
1083
|
-
const CicsProgram = /*#__PURE__*/React.forwardRef(function CicsProgram(
|
1150
|
+
const CicsProgram = /*#__PURE__*/React.forwardRef(function CicsProgram(_ref41, ref) {
|
1084
1151
|
let {
|
1085
1152
|
children,
|
1086
1153
|
size = 16,
|
1087
1154
|
...rest
|
1088
|
-
} =
|
1155
|
+
} = _ref41;
|
1089
1156
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1090
1157
|
width: size,
|
1091
1158
|
height: size,
|
@@ -1094,7 +1161,7 @@ const CicsProgram = /*#__PURE__*/React.forwardRef(function CicsProgram(_ref38, r
|
|
1094
1161
|
viewBox: "0 0 32 32",
|
1095
1162
|
fill: "currentColor",
|
1096
1163
|
...rest
|
1097
|
-
},
|
1164
|
+
}, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
1098
1165
|
d: "M20.17 19L17.58 21.59 19 23 23 19 19 15 17.58 16.41 20.17 19zM11.83 19L14.42 16.41 13 15 9 19 13 23 14.42 21.59 11.83 19z"
|
1099
1166
|
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
1100
1167
|
cx: "9",
|
@@ -1104,19 +1171,19 @@ const CicsProgram = /*#__PURE__*/React.forwardRef(function CicsProgram(_ref38, r
|
|
1104
1171
|
cx: "6",
|
1105
1172
|
cy: "8",
|
1106
1173
|
r: "1"
|
1107
|
-
})),
|
1174
|
+
})), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
1108
1175
|
d: "M28,4H4c-1.1028,0-2,.8975-2,2V26c0,1.1025,.8972,2,2,2H28c1.1028,0,2-.8975,2-2V6c0-1.1025-.8972-2-2-2Zm0,2v4H4V6H28ZM4,26V12H28v14H4Z"
|
1109
1176
|
})), children);
|
1110
1177
|
});
|
1111
1178
|
if (process.env.NODE_ENV !== "production") {
|
1112
|
-
CicsProgram.propTypes =
|
1179
|
+
CicsProgram.propTypes = iconPropTypesC5chbmyn.i;
|
1113
1180
|
}
|
1114
|
-
const CicsSit = /*#__PURE__*/React.forwardRef(function CicsSit(
|
1181
|
+
const CicsSit = /*#__PURE__*/React.forwardRef(function CicsSit(_ref42, ref) {
|
1115
1182
|
let {
|
1116
1183
|
children,
|
1117
1184
|
size = 16,
|
1118
1185
|
...rest
|
1119
|
-
} =
|
1186
|
+
} = _ref42;
|
1120
1187
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1121
1188
|
width: size,
|
1122
1189
|
height: size,
|
@@ -1125,21 +1192,21 @@ const CicsSit = /*#__PURE__*/React.forwardRef(function CicsSit(_ref39, ref) {
|
|
1125
1192
|
viewBox: "0 0 32 32",
|
1126
1193
|
fill: "currentColor",
|
1127
1194
|
...rest
|
1128
|
-
},
|
1195
|
+
}, _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
1129
1196
|
d: "M23 22L30 27 23 32 23 22z"
|
1130
|
-
})),
|
1197
|
+
})), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
1131
1198
|
d: "M26,3H6c-1.6543,0-3,1.3457-3,3V26c0,1.6543,1.3457,3,3,3h11v-9h12V6c0-1.6543-1.3457-3-3-3ZM6,5H26c.5515,0,1,.4482,1,1v3H5v-3c0-.5518,.4485-1,1-1Zm9,6v7H5v-7H15Zm0,16H6c-.5515,0-1-.4482-1-1v-6H15v7Zm2-9v-7h10v7h-10Z"
|
1132
1199
|
})), children);
|
1133
1200
|
});
|
1134
1201
|
if (process.env.NODE_ENV !== "production") {
|
1135
|
-
CicsSit.propTypes =
|
1202
|
+
CicsSit.propTypes = iconPropTypesC5chbmyn.i;
|
1136
1203
|
}
|
1137
|
-
const CicsSitOverrides = /*#__PURE__*/React.forwardRef(function CicsSitOverrides(
|
1204
|
+
const CicsSitOverrides = /*#__PURE__*/React.forwardRef(function CicsSitOverrides(_ref43, ref) {
|
1138
1205
|
let {
|
1139
1206
|
children,
|
1140
1207
|
size = 16,
|
1141
1208
|
...rest
|
1142
|
-
} =
|
1209
|
+
} = _ref43;
|
1143
1210
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1144
1211
|
width: size,
|
1145
1212
|
height: size,
|
@@ -1148,19 +1215,19 @@ const CicsSitOverrides = /*#__PURE__*/React.forwardRef(function CicsSitOverrides
|
|
1148
1215
|
viewBox: "0 0 32 32",
|
1149
1216
|
fill: "currentColor",
|
1150
1217
|
...rest
|
1151
|
-
},
|
1218
|
+
}, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
1152
1219
|
d: "M31.707 20.293l-3-3c-.3901-.3906-1.0239-.3906-1.4141 0l-9.293 9.293v4.4141h4.4143l9.2927-9.293c.3906-.3906.3906-1.0234 0-1.4141zm-7.4141 6l-2.7073 2.707h-1.5857v-1.5859l2.707-2.707 2.293-2.293 1.5859 1.5859-2.293 2.293zm3.707-3.707l-1.5859-1.5859 1.5859-1.5859 1.5857 1.5859-1.5857 1.5859zM20 20v-2h-4v-7h10v2h2V6c0-1.6543-1.3457-3-3-3H5c-1.6543 0-3 1.3457-3 3V26c0 1.6543 1.3457 3 3 3h11v-9h4zm-6-2H4v-7H14v7zM5 5H25c.5515 0 1 .4482 1 1v3H4v-3c0-.5518.4485-1 1-1zM14 27H5c-.5515 0-1-.4482-1-1v-6H14v7z"
|
1153
1220
|
})), children);
|
1154
1221
|
});
|
1155
1222
|
if (process.env.NODE_ENV !== "production") {
|
1156
|
-
CicsSitOverrides.propTypes =
|
1223
|
+
CicsSitOverrides.propTypes = iconPropTypesC5chbmyn.i;
|
1157
1224
|
}
|
1158
|
-
const CicsSystemGroup = /*#__PURE__*/React.forwardRef(function CicsSystemGroup(
|
1225
|
+
const CicsSystemGroup = /*#__PURE__*/React.forwardRef(function CicsSystemGroup(_ref44, ref) {
|
1159
1226
|
let {
|
1160
1227
|
children,
|
1161
1228
|
size = 16,
|
1162
1229
|
...rest
|
1163
|
-
} =
|
1230
|
+
} = _ref44;
|
1164
1231
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1165
1232
|
width: size,
|
1166
1233
|
height: size,
|
@@ -1169,23 +1236,23 @@ const CicsSystemGroup = /*#__PURE__*/React.forwardRef(function CicsSystemGroup(_
|
|
1169
1236
|
viewBox: "0 0 32 32",
|
1170
1237
|
fill: "currentColor",
|
1171
1238
|
...rest
|
1172
|
-
},
|
1239
|
+
}, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
1173
1240
|
d: "M28 2H23V4h5V28H23v2h5a2.0059 2.0059 0 002-2V4A2.0059 2.0059 0 0028 2zM14 17H8a.9448.9448 0 00-1 1v6a.9448.9448 0 001 1h6a.9448.9448 0 001-1V18A.9448.9448 0 0014 17zm-1 6H9V19h4z"
|
1174
|
-
})),
|
1241
|
+
})), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
1175
1242
|
d: "M25 24V18a.9448.9448 0 00-1-1H18a.9448.9448 0 00-1 1v6a.9448.9448 0 001 1h6A1.0021 1.0021 0 0025 24zm-2-1H19V19h4zM14 7H8A.9448.9448 0 007 8v6a.9448.9448 0 001 1h6a.9448.9448 0 001-1V8A.9448.9448 0 0014 7zm-1 6H9V9h4zM18 15h6a.9448.9448 0 001-1V8a.9448.9448 0 00-1-1H18a.9448.9448 0 00-1 1v6A1.0021 1.0021 0 0018 15zm1-6h4v4H19z"
|
1176
|
-
})),
|
1243
|
+
})), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
1177
1244
|
d: "M4,4H9V2H4A2.0059,2.0059,0,0,0,2,4V28a2.0059,2.0059,0,0,0,2,2H9V28H4Z"
|
1178
1245
|
})), children);
|
1179
1246
|
});
|
1180
1247
|
if (process.env.NODE_ENV !== "production") {
|
1181
|
-
CicsSystemGroup.propTypes =
|
1248
|
+
CicsSystemGroup.propTypes = iconPropTypesC5chbmyn.i;
|
1182
1249
|
}
|
1183
|
-
const CicsTransactionServerZos = /*#__PURE__*/React.forwardRef(function CicsTransactionServerZos(
|
1250
|
+
const CicsTransactionServerZos = /*#__PURE__*/React.forwardRef(function CicsTransactionServerZos(_ref45, ref) {
|
1184
1251
|
let {
|
1185
1252
|
children,
|
1186
1253
|
size = 16,
|
1187
1254
|
...rest
|
1188
|
-
} =
|
1255
|
+
} = _ref45;
|
1189
1256
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1190
1257
|
width: size,
|
1191
1258
|
height: size,
|
@@ -1198,27 +1265,27 @@ const CicsTransactionServerZos = /*#__PURE__*/React.forwardRef(function CicsTran
|
|
1198
1265
|
cx: "28",
|
1199
1266
|
cy: "10",
|
1200
1267
|
r: "2"
|
1201
|
-
})),
|
1268
|
+
})), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
1202
1269
|
d: "M18,29h-7v-2h7c4.9626,0,9-4.0374,9-9v-4h2v4c0,6.0654-4.9346,11-11,11Z"
|
1203
|
-
})),
|
1270
|
+
})), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
1204
1271
|
d: "M16,21c-2.7571,0-5-2.2429-5-5s2.2429-5,5-5,5,2.2429,5,5-2.2429,5-5,5Zm0-8c-1.6543,0-3,1.3457-3,3s1.3457,3,3,3,3-1.3457,3-3-1.3457-3-3-3Z"
|
1205
1272
|
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
1206
1273
|
cx: "4",
|
1207
1274
|
cy: "22",
|
1208
1275
|
r: "2"
|
1209
|
-
})),
|
1276
|
+
})), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
1210
1277
|
d: "M5,18H3v-4C3,7.9346,7.9346,3,14,3h7v2h-7c-4.9626,0-9,4.0374-9,9v4Z"
|
1211
1278
|
})), children);
|
1212
1279
|
});
|
1213
1280
|
if (process.env.NODE_ENV !== "production") {
|
1214
|
-
CicsTransactionServerZos.propTypes =
|
1281
|
+
CicsTransactionServerZos.propTypes = iconPropTypesC5chbmyn.i;
|
1215
1282
|
}
|
1216
|
-
const CicsWuiRegion = /*#__PURE__*/React.forwardRef(function CicsWuiRegion(
|
1283
|
+
const CicsWuiRegion = /*#__PURE__*/React.forwardRef(function CicsWuiRegion(_ref46, ref) {
|
1217
1284
|
let {
|
1218
1285
|
children,
|
1219
1286
|
size = 16,
|
1220
1287
|
...rest
|
1221
|
-
} =
|
1288
|
+
} = _ref46;
|
1222
1289
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1223
1290
|
width: size,
|
1224
1291
|
height: size,
|
@@ -1227,21 +1294,21 @@ const CicsWuiRegion = /*#__PURE__*/React.forwardRef(function CicsWuiRegion(_ref4
|
|
1227
1294
|
viewBox: "0 0 32 32",
|
1228
1295
|
fill: "currentColor",
|
1229
1296
|
...rest
|
1230
|
-
},
|
1297
|
+
}, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
1231
1298
|
d: "M22 22L24 22 24 28 22 28 22 30 28 30 28 28 26 28 26 22 28 22 28 20 22 20 22 22zM18 28H16V20H14v8.6A1.4529 1.4529 0 0015.5 30h3A1.4529 1.4529 0 0020 28.6V20H18zM10.2 20L10 28.5 9 22 7 22 6 28.5 5.8 20 4 20 4.72 30 7 30 8 23.5 9 30 11.28 30 12 20 10.2 20zM16 11L13 11 13 8 11 8 11 11 8 11 8 13 11 13 11 16 13 16 13 13 16 13 16 11z"
|
1232
|
-
})),
|
1299
|
+
})), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
1233
1300
|
d: "M26,4H6A2.0059,2.0059,0,0,0,4,6V18H6V6H26V18h2V6A2.0059,2.0059,0,0,0,26,4Z"
|
1234
1301
|
})), children);
|
1235
1302
|
});
|
1236
1303
|
if (process.env.NODE_ENV !== "production") {
|
1237
|
-
CicsWuiRegion.propTypes =
|
1304
|
+
CicsWuiRegion.propTypes = iconPropTypesC5chbmyn.i;
|
1238
1305
|
}
|
1239
|
-
const CicsRegion = /*#__PURE__*/React.forwardRef(function CicsRegion(
|
1306
|
+
const CicsRegion = /*#__PURE__*/React.forwardRef(function CicsRegion(_ref47, ref) {
|
1240
1307
|
let {
|
1241
1308
|
children,
|
1242
1309
|
size = 16,
|
1243
1310
|
...rest
|
1244
|
-
} =
|
1311
|
+
} = _ref47;
|
1245
1312
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1246
1313
|
width: size,
|
1247
1314
|
height: size,
|
@@ -1250,21 +1317,21 @@ const CicsRegion = /*#__PURE__*/React.forwardRef(function CicsRegion(_ref44, ref
|
|
1250
1317
|
viewBox: "0 0 32 32",
|
1251
1318
|
fill: "currentColor",
|
1252
1319
|
...rest
|
1253
|
-
},
|
1320
|
+
}, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
1254
1321
|
d: "M23.5 18L21 18.7 21 16 19 16 19 18.7 16.5 18 16 19.9 18.4 20.6 17 23 18.7 24 20 21.8 21.3 24 23 23 21.6 20.6 24 19.9 23.5 18zM16 13L16 11 13 11 13 8 11 8 11 11 8 11 8 13 11 13 11 16 13 16 13 13 16 13z"
|
1255
|
-
})),
|
1322
|
+
})), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
1256
1323
|
d: "M26,4H6A2.0059,2.0059,0,0,0,4,6V26a2.0059,2.0059,0,0,0,2,2H26a2.0059,2.0059,0,0,0,2-2V6A2.0059,2.0059,0,0,0,26,4ZM6,26V6H26V26Z"
|
1257
1324
|
})), children);
|
1258
1325
|
});
|
1259
1326
|
if (process.env.NODE_ENV !== "production") {
|
1260
|
-
CicsRegion.propTypes =
|
1327
|
+
CicsRegion.propTypes = iconPropTypesC5chbmyn.i;
|
1261
1328
|
}
|
1262
|
-
const CicsRegionAlt = /*#__PURE__*/React.forwardRef(function CicsRegionAlt(
|
1329
|
+
const CicsRegionAlt = /*#__PURE__*/React.forwardRef(function CicsRegionAlt(_ref48, ref) {
|
1263
1330
|
let {
|
1264
1331
|
children,
|
1265
1332
|
size = 16,
|
1266
1333
|
...rest
|
1267
|
-
} =
|
1334
|
+
} = _ref48;
|
1268
1335
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1269
1336
|
width: size,
|
1270
1337
|
height: size,
|
@@ -1273,19 +1340,19 @@ const CicsRegionAlt = /*#__PURE__*/React.forwardRef(function CicsRegionAlt(_ref4
|
|
1273
1340
|
viewBox: "0 0 32 32",
|
1274
1341
|
fill: "currentColor",
|
1275
1342
|
...rest
|
1276
|
-
},
|
1343
|
+
}, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
1277
1344
|
d: "M31 13v-2h-4c-1.1028 0-2 .8975-2 2v2c0 1.1025.8972 2 2 2h2v2h-4v2h4c1.1028 0 2-.8975 2-2v-2c0-1.1025-.8972-2-2-2h-2v-2h4zM17 13v6c0 1.1025.8972 2 2 2h4v-2h-4v-6h4v-2h-4c-1.1028 0-2 .8975-2 2zM9 13L11 13 11 19 9 19 9 21 15 21 15 19 13 19 13 13 15 13 15 11 9 11 9 13zM1 13v6c0 1.1025.8972 2 2 2H7v-2H3v-6H7v-2H3c-1.1028 0-2 .8975-2 2z"
|
1278
1345
|
})), children);
|
1279
1346
|
});
|
1280
1347
|
if (process.env.NODE_ENV !== "production") {
|
1281
|
-
CicsRegionAlt.propTypes =
|
1348
|
+
CicsRegionAlt.propTypes = iconPropTypesC5chbmyn.i;
|
1282
1349
|
}
|
1283
|
-
const CicsRegionRouting = /*#__PURE__*/React.forwardRef(function CicsRegionRouting(
|
1350
|
+
const CicsRegionRouting = /*#__PURE__*/React.forwardRef(function CicsRegionRouting(_ref49, ref) {
|
1284
1351
|
let {
|
1285
1352
|
children,
|
1286
1353
|
size = 16,
|
1287
1354
|
...rest
|
1288
|
-
} =
|
1355
|
+
} = _ref49;
|
1289
1356
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1290
1357
|
width: size,
|
1291
1358
|
height: size,
|
@@ -1294,21 +1361,21 @@ const CicsRegionRouting = /*#__PURE__*/React.forwardRef(function CicsRegionRouti
|
|
1294
1361
|
viewBox: "0 0 32 32",
|
1295
1362
|
fill: "currentColor",
|
1296
1363
|
...rest
|
1297
|
-
},
|
1364
|
+
}, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
1298
1365
|
d: "M22 2L22 4 26.6 4 20 10.6 21.4 12 28 5.4 28 10 30 10 30 2 22 2zM19 16L19 18.7 16.5 18 16 19.9 18.4 20.6 17 23 18.7 24 20 21.8 21.3 24 23 23 21.6 20.6 24 19.9 23.5 18 21 18.7 21 16 19 16zM13 16L13 13 16 13 16 11 13 11 13 8 11 8 11 11 8 11 8 13 11 13 11 16 13 16z"
|
1299
|
-
})),
|
1366
|
+
})), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
1300
1367
|
d: "M26,26H6V6H19V4H6A2.0059,2.0059,0,0,0,4,6V26a2.0059,2.0059,0,0,0,2,2H26a2.0059,2.0059,0,0,0,2-2V13H26Z"
|
1301
1368
|
})), children);
|
1302
1369
|
});
|
1303
1370
|
if (process.env.NODE_ENV !== "production") {
|
1304
|
-
CicsRegionRouting.propTypes =
|
1371
|
+
CicsRegionRouting.propTypes = iconPropTypesC5chbmyn.i;
|
1305
1372
|
}
|
1306
|
-
const CicsRegionTarget = /*#__PURE__*/React.forwardRef(function CicsRegionTarget(
|
1373
|
+
const CicsRegionTarget = /*#__PURE__*/React.forwardRef(function CicsRegionTarget(_ref50, ref) {
|
1307
1374
|
let {
|
1308
1375
|
children,
|
1309
1376
|
size = 16,
|
1310
1377
|
...rest
|
1311
|
-
} =
|
1378
|
+
} = _ref50;
|
1312
1379
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1313
1380
|
width: size,
|
1314
1381
|
height: size,
|
@@ -1317,21 +1384,21 @@ const CicsRegionTarget = /*#__PURE__*/React.forwardRef(function CicsRegionTarget
|
|
1317
1384
|
viewBox: "0 0 32 32",
|
1318
1385
|
fill: "currentColor",
|
1319
1386
|
...rest
|
1320
|
-
},
|
1387
|
+
}, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
1321
1388
|
d: "M26 7H28V10H26zM29 4H32V6H29zM26 0H28V3H26zM22 4H25V6H22zM19 16L19 18.7 16.5 18 16 19.9 18.4 20.6 17 23 18.7 24 20 21.8 21.3 24 23 23 21.6 20.6 24 19.9 23.5 18 21 18.7 21 16 19 16zM13 16L13 13 16 13 16 11 13 11 13 8 11 8 11 11 8 11 8 13 11 13 11 16 13 16z"
|
1322
|
-
})),
|
1389
|
+
})), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
1323
1390
|
d: "M26,26H6V6H19V4H6A2.0059,2.0059,0,0,0,4,6V26a2.0059,2.0059,0,0,0,2,2H26a2.0059,2.0059,0,0,0,2-2V13H26Z"
|
1324
1391
|
})), children);
|
1325
1392
|
});
|
1326
1393
|
if (process.env.NODE_ENV !== "production") {
|
1327
|
-
CicsRegionTarget.propTypes =
|
1394
|
+
CicsRegionTarget.propTypes = iconPropTypesC5chbmyn.i;
|
1328
1395
|
}
|
1329
|
-
const Cicsplex = /*#__PURE__*/React.forwardRef(function Cicsplex(
|
1396
|
+
const Cicsplex = /*#__PURE__*/React.forwardRef(function Cicsplex(_ref51, ref) {
|
1330
1397
|
let {
|
1331
1398
|
children,
|
1332
1399
|
size = 16,
|
1333
1400
|
...rest
|
1334
|
-
} =
|
1401
|
+
} = _ref51;
|
1335
1402
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1336
1403
|
width: size,
|
1337
1404
|
height: size,
|
@@ -1340,19 +1407,19 @@ const Cicsplex = /*#__PURE__*/React.forwardRef(function Cicsplex(_ref48, ref) {
|
|
1340
1407
|
viewBox: "0 0 32 32",
|
1341
1408
|
fill: "currentColor",
|
1342
1409
|
...rest
|
1343
|
-
},
|
1410
|
+
}, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
1344
1411
|
d: "M8 18.6V17H6v1.6A7.3833 7.3833 0 0013.4 26H15V24H13.4A5.3775 5.3775 0 018 18.6zM28 18H20a2.0059 2.0059 0 00-2 2v8a2.0059 2.0059 0 002 2h8a2.0059 2.0059 0 002-2V20A2.0059 2.0059 0 0028 18zM20 28V20h8v8zM24 13.4V15h2V13.4A7.3833 7.3833 0 0018.6 6H17V8h1.6A5.3775 5.3775 0 0124 13.4zM12 2H4A2.0059 2.0059 0 002 4v8a2.0059 2.0059 0 002 2h8a2.0059 2.0059 0 002-2V4A2.0059 2.0059 0 0012 2zM4 12V4h8v8z"
|
1345
1412
|
})), children);
|
1346
1413
|
});
|
1347
1414
|
if (process.env.NODE_ENV !== "production") {
|
1348
|
-
Cicsplex.propTypes =
|
1415
|
+
Cicsplex.propTypes = iconPropTypesC5chbmyn.i;
|
1349
1416
|
}
|
1350
|
-
const CircleFilled = /*#__PURE__*/React.forwardRef(function CircleFilled(
|
1417
|
+
const CircleFilled = /*#__PURE__*/React.forwardRef(function CircleFilled(_ref52, ref) {
|
1351
1418
|
let {
|
1352
1419
|
children,
|
1353
1420
|
size = 16,
|
1354
1421
|
...rest
|
1355
|
-
} =
|
1422
|
+
} = _ref52;
|
1356
1423
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1357
1424
|
width: size,
|
1358
1425
|
height: size,
|
@@ -1365,19 +1432,19 @@ const CircleFilled = /*#__PURE__*/React.forwardRef(function CircleFilled(_ref49,
|
|
1365
1432
|
cx: "16",
|
1366
1433
|
cy: "16",
|
1367
1434
|
r: "10"
|
1368
|
-
})),
|
1435
|
+
})), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
1369
1436
|
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"
|
1370
1437
|
})), children);
|
1371
1438
|
});
|
1372
1439
|
if (process.env.NODE_ENV !== "production") {
|
1373
|
-
CircleFilled.propTypes =
|
1440
|
+
CircleFilled.propTypes = iconPropTypesC5chbmyn.i;
|
1374
1441
|
}
|
1375
|
-
const CircleOutline = /*#__PURE__*/React.forwardRef(function CircleOutline(
|
1442
|
+
const CircleOutline = /*#__PURE__*/React.forwardRef(function CircleOutline(_ref53, ref) {
|
1376
1443
|
let {
|
1377
1444
|
children,
|
1378
1445
|
size = 16,
|
1379
1446
|
...rest
|
1380
|
-
} =
|
1447
|
+
} = _ref53;
|
1381
1448
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1382
1449
|
width: size,
|
1383
1450
|
height: size,
|
@@ -1386,20 +1453,20 @@ const CircleOutline = /*#__PURE__*/React.forwardRef(function CircleOutline(_ref5
|
|
1386
1453
|
viewBox: "0 0 32 32",
|
1387
1454
|
fill: "currentColor",
|
1388
1455
|
...rest
|
1389
|
-
},
|
1456
|
+
}, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
1390
1457
|
strokeWidth: "0",
|
1391
1458
|
d: "m16,2c-7.732,0-14,6.268-14,14s6.268,14,14,14,14-6.268,14-14S23.732,2,16,2Zm0,26c-6.6274,0-12-5.3726-12-12s5.3726-12,12-12,12,5.3726,12,12-5.3726,12-12,12Z"
|
1392
1459
|
})), children);
|
1393
1460
|
});
|
1394
1461
|
if (process.env.NODE_ENV !== "production") {
|
1395
|
-
CircleOutline.propTypes =
|
1462
|
+
CircleOutline.propTypes = iconPropTypesC5chbmyn.i;
|
1396
1463
|
}
|
1397
|
-
const CircleSolid = /*#__PURE__*/React.forwardRef(function CircleSolid(
|
1464
|
+
const CircleSolid = /*#__PURE__*/React.forwardRef(function CircleSolid(_ref54, ref) {
|
1398
1465
|
let {
|
1399
1466
|
children,
|
1400
1467
|
size = 16,
|
1401
1468
|
...rest
|
1402
|
-
} =
|
1469
|
+
} = _ref54;
|
1403
1470
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1404
1471
|
width: size,
|
1405
1472
|
height: size,
|
@@ -1415,14 +1482,14 @@ const CircleSolid = /*#__PURE__*/React.forwardRef(function CircleSolid(_ref51, r
|
|
1415
1482
|
})), children);
|
1416
1483
|
});
|
1417
1484
|
if (process.env.NODE_ENV !== "production") {
|
1418
|
-
CircleSolid.propTypes =
|
1485
|
+
CircleSolid.propTypes = iconPropTypesC5chbmyn.i;
|
1419
1486
|
}
|
1420
|
-
const CircleDash = /*#__PURE__*/React.forwardRef(function CircleDash(
|
1487
|
+
const CircleDash = /*#__PURE__*/React.forwardRef(function CircleDash(_ref55, ref) {
|
1421
1488
|
let {
|
1422
1489
|
children,
|
1423
1490
|
size = 16,
|
1424
1491
|
...rest
|
1425
|
-
} =
|
1492
|
+
} = _ref55;
|
1426
1493
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1427
1494
|
width: size,
|
1428
1495
|
height: size,
|
@@ -1431,19 +1498,19 @@ const CircleDash = /*#__PURE__*/React.forwardRef(function CircleDash(_ref52, ref
|
|
1431
1498
|
viewBox: "0 0 32 32",
|
1432
1499
|
fill: "currentColor",
|
1433
1500
|
...rest
|
1434
|
-
},
|
1501
|
+
}, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
1435
1502
|
d: "M7.7 4.7a14.7 14.7 0 00-3 3.1L6.3 9A13.26 13.26 0 018.9 6.3zM4.6 12.3l-1.9-.6A12.51 12.51 0 002 16H4A11.48 11.48 0 014.6 12.3zM2.7 20.4a14.4 14.4 0 002 3.9l1.6-1.2a12.89 12.89 0 01-1.7-3.3zM7.8 27.3a14.4 14.4 0 003.9 2l.6-1.9A12.89 12.89 0 019 25.7zM11.7 2.7l.6 1.9A11.48 11.48 0 0116 4V2A12.51 12.51 0 0011.7 2.7zM24.2 27.3a15.18 15.18 0 003.1-3.1L25.7 23A11.53 11.53 0 0123 25.7zM27.4 19.7l1.9.6A15.47 15.47 0 0030 16H28A11.48 11.48 0 0127.4 19.7zM29.2 11.6a14.4 14.4 0 00-2-3.9L25.6 8.9a12.89 12.89 0 011.7 3.3zM24.1 4.6a14.4 14.4 0 00-3.9-2l-.6 1.9a12.89 12.89 0 013.3 1.7zM20.3 29.3l-.6-1.9A11.48 11.48 0 0116 28v2A21.42 21.42 0 0020.3 29.3z"
|
1436
1503
|
})), children);
|
1437
1504
|
});
|
1438
1505
|
if (process.env.NODE_ENV !== "production") {
|
1439
|
-
CircleDash.propTypes =
|
1506
|
+
CircleDash.propTypes = iconPropTypesC5chbmyn.i;
|
1440
1507
|
}
|
1441
|
-
const CircleFill = /*#__PURE__*/React.forwardRef(function CircleFill(
|
1508
|
+
const CircleFill = /*#__PURE__*/React.forwardRef(function CircleFill(_ref56, ref) {
|
1442
1509
|
let {
|
1443
1510
|
children,
|
1444
1511
|
size = 16,
|
1445
1512
|
...rest
|
1446
|
-
} =
|
1513
|
+
} = _ref56;
|
1447
1514
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
1448
1515
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1449
1516
|
width: size,
|
@@ -1474,14 +1541,14 @@ const CircleFill = /*#__PURE__*/React.forwardRef(function CircleFill(_ref53, ref
|
|
1474
1541
|
})), children);
|
1475
1542
|
});
|
1476
1543
|
if (process.env.NODE_ENV !== "production") {
|
1477
|
-
CircleFill.propTypes =
|
1544
|
+
CircleFill.propTypes = iconPropTypesC5chbmyn.i;
|
1478
1545
|
}
|
1479
|
-
const WatsonHealthCircleMeasurement = /*#__PURE__*/React.forwardRef(function WatsonHealthCircleMeasurement(
|
1546
|
+
const WatsonHealthCircleMeasurement = /*#__PURE__*/React.forwardRef(function WatsonHealthCircleMeasurement(_ref57, ref) {
|
1480
1547
|
let {
|
1481
1548
|
children,
|
1482
1549
|
size = 16,
|
1483
1550
|
...rest
|
1484
|
-
} =
|
1551
|
+
} = _ref57;
|
1485
1552
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1486
1553
|
width: size,
|
1487
1554
|
height: size,
|
@@ -1490,21 +1557,21 @@ const WatsonHealthCircleMeasurement = /*#__PURE__*/React.forwardRef(function Wat
|
|
1490
1557
|
viewBox: "0 0 32 32",
|
1491
1558
|
fill: "currentColor",
|
1492
1559
|
...rest
|
1493
|
-
},
|
1560
|
+
}, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
1494
1561
|
d: "M16,30A14,14,0,1,1,30,16,14,14,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12,12,0,0,0,16,4Z"
|
1495
|
-
})),
|
1562
|
+
})), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
1496
1563
|
d: "M21,12.41V16h2V9H16v2h3.59L11,19.59V16H9v7h7V21H12.41Z"
|
1497
1564
|
})), children);
|
1498
1565
|
});
|
1499
1566
|
if (process.env.NODE_ENV !== "production") {
|
1500
|
-
WatsonHealthCircleMeasurement.propTypes =
|
1567
|
+
WatsonHealthCircleMeasurement.propTypes = iconPropTypesC5chbmyn.i;
|
1501
1568
|
}
|
1502
|
-
const CirclePacking = /*#__PURE__*/React.forwardRef(function CirclePacking(
|
1569
|
+
const CirclePacking = /*#__PURE__*/React.forwardRef(function CirclePacking(_ref58, ref) {
|
1503
1570
|
let {
|
1504
1571
|
children,
|
1505
1572
|
size = 16,
|
1506
1573
|
...rest
|
1507
|
-
} =
|
1574
|
+
} = _ref58;
|
1508
1575
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1509
1576
|
width: size,
|
1510
1577
|
height: size,
|
@@ -1513,19 +1580,19 @@ const CirclePacking = /*#__PURE__*/React.forwardRef(function CirclePacking(_ref5
|
|
1513
1580
|
viewBox: "0 0 32 32",
|
1514
1581
|
fill: "currentColor",
|
1515
1582
|
...rest
|
1516
|
-
},
|
1583
|
+
}, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
1517
1584
|
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm7.5,7A3.5,3.5,0,1,1,20,12.5,3.5041,3.5041,0,0,1,23.5,9Zm.4348-1.978C23.791,7.0107,23.6467,7,23.5,7a5.4826,5.4826,0,0,0-4.1323,1.8784,8.0109,8.0109,0,0,0-5.5664-4.6675A11.8554,11.8554,0,0,1,23.9348,7.022ZM16,28a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,28ZM12,18a6,6,0,1,1,6-6A6.0067,6.0067,0,0,1,12,18ZM4,16a11.97,11.97,0,0,1,.2112-2.1987,7.9921,7.9921,0,0,0,7.3459,6.1762,5.9581,5.9581,0,0,0-.89,6.7564A12.0025,12.0025,0,0,1,4,16ZM21.3325,26.7339a5.9834,5.9834,0,0,0-4.1782-8.6206,8.02,8.02,0,0,0,1.9126-2.3672,5.4883,5.4883,0,0,0,8.9167-.0679c.003.1079.0164.2134.0164.3218A12.0025,12.0025,0,0,1,21.3325,26.7339Z"
|
1518
1585
|
})), children);
|
1519
1586
|
});
|
1520
1587
|
if (process.env.NODE_ENV !== "production") {
|
1521
|
-
CirclePacking.propTypes =
|
1588
|
+
CirclePacking.propTypes = iconPropTypesC5chbmyn.i;
|
1522
1589
|
}
|
1523
|
-
const CircleStroke = /*#__PURE__*/React.forwardRef(function CircleStroke(
|
1590
|
+
const CircleStroke = /*#__PURE__*/React.forwardRef(function CircleStroke(_ref59, ref) {
|
1524
1591
|
let {
|
1525
1592
|
children,
|
1526
1593
|
size = 16,
|
1527
1594
|
...rest
|
1528
|
-
} =
|
1595
|
+
} = _ref59;
|
1529
1596
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
1530
1597
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1531
1598
|
width: size,
|
@@ -1535,7 +1602,7 @@ const CircleStroke = /*#__PURE__*/React.forwardRef(function CircleStroke(_ref56,
|
|
1535
1602
|
viewBox: "0 0 16 16",
|
1536
1603
|
fill: "currentColor",
|
1537
1604
|
...rest
|
1538
|
-
},
|
1605
|
+
}, _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
1539
1606
|
d: "M8,4A4,4,0,1,1,4,8,4.0045,4.0045,0,0,1,8,4M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2Z"
|
1540
1607
|
})), children);
|
1541
1608
|
}
|
@@ -1547,19 +1614,19 @@ const CircleStroke = /*#__PURE__*/React.forwardRef(function CircleStroke(_ref56,
|
|
1547
1614
|
viewBox: "0 0 16 16",
|
1548
1615
|
fill: "currentColor",
|
1549
1616
|
...rest
|
1550
|
-
},
|
1617
|
+
}, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
1551
1618
|
d: "M8,4A4,4,0,1,1,4,8,4.0045,4.0045,0,0,1,8,4M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2Z"
|
1552
1619
|
})), children);
|
1553
1620
|
});
|
1554
1621
|
if (process.env.NODE_ENV !== "production") {
|
1555
|
-
CircleStroke.propTypes =
|
1622
|
+
CircleStroke.propTypes = iconPropTypesC5chbmyn.i;
|
1556
1623
|
}
|
1557
|
-
const QCircuitComposer = /*#__PURE__*/React.forwardRef(function QCircuitComposer(
|
1624
|
+
const QCircuitComposer = /*#__PURE__*/React.forwardRef(function QCircuitComposer(_ref60, ref) {
|
1558
1625
|
let {
|
1559
1626
|
children,
|
1560
1627
|
size = 16,
|
1561
1628
|
...rest
|
1562
|
-
} =
|
1629
|
+
} = _ref60;
|
1563
1630
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1564
1631
|
width: size,
|
1565
1632
|
height: size,
|
@@ -1568,21 +1635,21 @@ const QCircuitComposer = /*#__PURE__*/React.forwardRef(function QCircuitComposer
|
|
1568
1635
|
viewBox: "0 0 32 32",
|
1569
1636
|
fill: "currentColor",
|
1570
1637
|
...rest
|
1571
|
-
},
|
1638
|
+
}, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
1572
1639
|
d: "M18 9L18 15 14 15 14 9 12 9 12 23 14 23 14 17 18 17 18 23 20 23 20 9 18 9z"
|
1573
|
-
})),
|
1640
|
+
})), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
1574
1641
|
d: "M30,15H26V6a2,2,0,0,0-2-2H8A2,2,0,0,0,6,6v9H2v2H6v9a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V17h4ZM8,26V6H24V26Z"
|
1575
1642
|
})), children);
|
1576
1643
|
});
|
1577
1644
|
if (process.env.NODE_ENV !== "production") {
|
1578
|
-
QCircuitComposer.propTypes =
|
1645
|
+
QCircuitComposer.propTypes = iconPropTypesC5chbmyn.i;
|
1579
1646
|
}
|
1580
|
-
const Classification = /*#__PURE__*/React.forwardRef(function Classification(
|
1647
|
+
const Classification = /*#__PURE__*/React.forwardRef(function Classification(_ref61, ref) {
|
1581
1648
|
let {
|
1582
1649
|
children,
|
1583
1650
|
size = 16,
|
1584
1651
|
...rest
|
1585
|
-
} =
|
1652
|
+
} = _ref61;
|
1586
1653
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1587
1654
|
width: size,
|
1588
1655
|
height: size,
|
@@ -1595,19 +1662,19 @@ const Classification = /*#__PURE__*/React.forwardRef(function Classification(_re
|
|
1595
1662
|
cx: "15",
|
1596
1663
|
cy: "19",
|
1597
1664
|
r: "1"
|
1598
|
-
})),
|
1665
|
+
})), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
1599
1666
|
d: "M27.7,9.3l-7-7A.9087.9087,0,0,0,20,2H10A2.0058,2.0058,0,0,0,8,4V14H6a2.0023,2.0023,0,0,0-2,2v6a2.0023,2.0023,0,0,0,2,2H8v4a2.0058,2.0058,0,0,0,2,2H26a2.0058,2.0058,0,0,0,2-2V10A.9092.9092,0,0,0,27.7,9.3ZM20,4.4,25.6,10H20ZM6,16h9.5972L19,19l-3.3926,3H6ZM26,28H10V24h5.6089a2.0076,2.0076,0,0,0,1.3135-.4927l3.3833-2.9917a2.0015,2.0015,0,0,0,.01-3.0229l-3.4033-3.0083A1.9961,1.9961,0,0,0,15.6089,14H10V4h8v6a2.0058,2.0058,0,0,0,2,2h6Z"
|
1600
1667
|
})), children);
|
1601
1668
|
});
|
1602
1669
|
if (process.env.NODE_ENV !== "production") {
|
1603
|
-
Classification.propTypes =
|
1670
|
+
Classification.propTypes = iconPropTypesC5chbmyn.i;
|
1604
1671
|
}
|
1605
|
-
const ClassifierLanguage = /*#__PURE__*/React.forwardRef(function ClassifierLanguage(
|
1672
|
+
const ClassifierLanguage = /*#__PURE__*/React.forwardRef(function ClassifierLanguage(_ref62, ref) {
|
1606
1673
|
let {
|
1607
1674
|
children,
|
1608
1675
|
size = 16,
|
1609
1676
|
...rest
|
1610
|
-
} =
|
1677
|
+
} = _ref62;
|
1611
1678
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1612
1679
|
width: size,
|
1613
1680
|
height: size,
|
@@ -1616,19 +1683,19 @@ const ClassifierLanguage = /*#__PURE__*/React.forwardRef(function ClassifierLang
|
|
1616
1683
|
viewBox: "0 0 32 32",
|
1617
1684
|
fill: "currentColor",
|
1618
1685
|
...rest
|
1619
|
-
},
|
1686
|
+
}, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
1620
1687
|
d: "M30 10V2H22v8h3v4H23v2h7V14H27V10zM24 4h4V8H24zM20 23.41L18.59 22 16 24.59 13.41 22 12 23.41 14.59 26 12 28.59 13.41 30 16 27.41 18.59 30 20 28.59 17.41 26 20 23.41zM20 14L12 14 12 16 15 16 15 21 17 21 17 16 20 16 20 14zM7 9.86a4 4 0 10-2 0V14H2v2H9V14H7zM4 6A2 2 0 116 8 2 2 0 014 6z"
|
1621
1688
|
})), children);
|
1622
1689
|
});
|
1623
1690
|
if (process.env.NODE_ENV !== "production") {
|
1624
|
-
ClassifierLanguage.propTypes =
|
1691
|
+
ClassifierLanguage.propTypes = iconPropTypesC5chbmyn.i;
|
1625
1692
|
}
|
1626
|
-
const Clean = /*#__PURE__*/React.forwardRef(function Clean(
|
1693
|
+
const Clean = /*#__PURE__*/React.forwardRef(function Clean(_ref63, ref) {
|
1627
1694
|
let {
|
1628
1695
|
children,
|
1629
1696
|
size = 16,
|
1630
1697
|
...rest
|
1631
|
-
} =
|
1698
|
+
} = _ref63;
|
1632
1699
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1633
1700
|
width: size,
|
1634
1701
|
height: size,
|
@@ -1637,28 +1704,28 @@ const Clean = /*#__PURE__*/React.forwardRef(function Clean(_ref60, ref) {
|
|
1637
1704
|
viewBox: "0 0 32 32",
|
1638
1705
|
fill: "currentColor",
|
1639
1706
|
...rest
|
1640
|
-
},
|
1707
|
+
}, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
1641
1708
|
d: "M20 18H26V20H20z",
|
1642
1709
|
transform: "rotate(-180 23 19)"
|
1643
|
-
})),
|
1710
|
+
})), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
1644
1711
|
d: "M24 26H30V28H24z",
|
1645
1712
|
transform: "rotate(-180 27 27)"
|
1646
|
-
})),
|
1713
|
+
})), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
1647
1714
|
d: "M22 22H28V24H22z",
|
1648
1715
|
transform: "rotate(-180 25 23)"
|
1649
|
-
})),
|
1716
|
+
})), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
1650
1717
|
d: "M17.0029,20a4.8952,4.8952,0,0,0-2.4044-4.1729L22,3,20.2691,2,12.6933,15.126A5.6988,5.6988,0,0,0,7.45,16.6289C3.7064,20.24,3.9963,28.6821,4.01,29.04a1,1,0,0,0,1,.96H20.0012a1,1,0,0,0,.6-1.8C17.0615,25.5439,17.0029,20.0537,17.0029,20ZM11.93,16.9971A3.11,3.11,0,0,1,15.0041,20c0,.0381.0019.208.0168.4688L9.1215,17.8452A3.8,3.8,0,0,1,11.93,16.9971ZM15.4494,28A5.2,5.2,0,0,1,14,25H12a6.4993,6.4993,0,0,0,.9684,3H10.7451A16.6166,16.6166,0,0,1,10,24H8a17.3424,17.3424,0,0,0,.6652,4H6c.031-1.8364.29-5.8921,1.8027-8.5527l7.533,3.35A13.0253,13.0253,0,0,0,17.5968,28Z"
|
1651
1718
|
})), children);
|
1652
1719
|
});
|
1653
1720
|
if (process.env.NODE_ENV !== "production") {
|
1654
|
-
Clean.propTypes =
|
1721
|
+
Clean.propTypes = iconPropTypesC5chbmyn.i;
|
1655
1722
|
}
|
1656
|
-
const Close = /*#__PURE__*/React.forwardRef(function Close(
|
1723
|
+
const Close = /*#__PURE__*/React.forwardRef(function Close(_ref64, ref) {
|
1657
1724
|
let {
|
1658
1725
|
children,
|
1659
1726
|
size = 16,
|
1660
1727
|
...rest
|
1661
|
-
} =
|
1728
|
+
} = _ref64;
|
1662
1729
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1663
1730
|
width: size,
|
1664
1731
|
height: size,
|
@@ -1667,19 +1734,19 @@ const Close = /*#__PURE__*/React.forwardRef(function Close(_ref61, ref) {
|
|
1667
1734
|
viewBox: "0 0 32 32",
|
1668
1735
|
fill: "currentColor",
|
1669
1736
|
...rest
|
1670
|
-
},
|
1737
|
+
}, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
1671
1738
|
d: "M17.4141 16L24 9.4141 22.5859 8 16 14.5859 9.4143 8 8 9.4141 14.5859 16 8 22.5859 9.4143 24 16 17.4141 22.5859 24 24 22.5859 17.4141 16z"
|
1672
1739
|
})), children);
|
1673
1740
|
});
|
1674
1741
|
if (process.env.NODE_ENV !== "production") {
|
1675
|
-
Close.propTypes =
|
1742
|
+
Close.propTypes = iconPropTypesC5chbmyn.i;
|
1676
1743
|
}
|
1677
|
-
const CloseFilled = /*#__PURE__*/React.forwardRef(function CloseFilled(
|
1744
|
+
const CloseFilled = /*#__PURE__*/React.forwardRef(function CloseFilled(_ref65, ref) {
|
1678
1745
|
let {
|
1679
1746
|
children,
|
1680
1747
|
size = 16,
|
1681
1748
|
...rest
|
1682
|
-
} =
|
1749
|
+
} = _ref65;
|
1683
1750
|
if (size === 16 || size === "16" || size === "16px") {
|
1684
1751
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1685
1752
|
width: size,
|
@@ -1689,7 +1756,7 @@ const CloseFilled = /*#__PURE__*/React.forwardRef(function CloseFilled(_ref62, r
|
|
1689
1756
|
viewBox: "0 0 16 16",
|
1690
1757
|
fill: "currentColor",
|
1691
1758
|
...rest
|
1692
|
-
},
|
1759
|
+
}, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
1693
1760
|
d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M10.7,11.5L8,8.8l-2.7,2.7l-0.8-0.8L7.2,8L4.5,5.3l0.8-0.8L8,7.2 l2.7-2.7l0.8,0.8L8.8,8l2.7,2.7L10.7,11.5z"
|
1694
1761
|
})), children);
|
1695
1762
|
}
|
@@ -1701,23 +1768,23 @@ const CloseFilled = /*#__PURE__*/React.forwardRef(function CloseFilled(_ref62, r
|
|
1701
1768
|
viewBox: "0 0 32 32",
|
1702
1769
|
fill: "currentColor",
|
1703
1770
|
...rest
|
1704
|
-
},
|
1771
|
+
}, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
1705
1772
|
d: "M16,2C8.2,2,2,8.2,2,16s6.2,14,14,14s14-6.2,14-14S23.8,2,16,2z M21.4,23L16,17.6L10.6,23L9,21.4l5.4-5.4L9,10.6L10.6,9 l5.4,5.4L21.4,9l1.6,1.6L17.6,16l5.4,5.4L21.4,23z"
|
1706
|
-
})),
|
1773
|
+
})), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
1707
1774
|
d: "M14.4 16L9 10.6 10.6 9 16 14.4 21.4 9 23 10.6 17.6 16 23 21.4 21.4 23 16 17.6 10.6 23 9 21.4 14.4 16",
|
1708
1775
|
"data-icon-path": "inner-path",
|
1709
1776
|
opacity: "0"
|
1710
1777
|
})), children);
|
1711
1778
|
});
|
1712
1779
|
if (process.env.NODE_ENV !== "production") {
|
1713
|
-
CloseFilled.propTypes =
|
1780
|
+
CloseFilled.propTypes = iconPropTypesC5chbmyn.i;
|
1714
1781
|
}
|
1715
|
-
const CloseLarge = /*#__PURE__*/React.forwardRef(function CloseLarge(
|
1782
|
+
const CloseLarge = /*#__PURE__*/React.forwardRef(function CloseLarge(_ref66, ref) {
|
1716
1783
|
let {
|
1717
1784
|
children,
|
1718
1785
|
size = 16,
|
1719
1786
|
...rest
|
1720
|
-
} =
|
1787
|
+
} = _ref66;
|
1721
1788
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1722
1789
|
width: size,
|
1723
1790
|
height: size,
|
@@ -1726,19 +1793,19 @@ const CloseLarge = /*#__PURE__*/React.forwardRef(function CloseLarge(_ref63, ref
|
|
1726
1793
|
viewBox: "0 0 32 32",
|
1727
1794
|
fill: "currentColor",
|
1728
1795
|
...rest
|
1729
|
-
},
|
1796
|
+
}, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
1730
1797
|
d: "M17.4141 16L26 7.4141 24.5859 6 16 14.5859 7.4143 6 6 7.4141 14.5859 16 6 24.5859 7.4143 26 16 17.4141 24.5859 26 26 24.5859 17.4141 16z"
|
1731
1798
|
})), children);
|
1732
1799
|
});
|
1733
1800
|
if (process.env.NODE_ENV !== "production") {
|
1734
|
-
CloseLarge.propTypes =
|
1801
|
+
CloseLarge.propTypes = iconPropTypesC5chbmyn.i;
|
1735
1802
|
}
|
1736
|
-
const CloseOutline = /*#__PURE__*/React.forwardRef(function CloseOutline(
|
1803
|
+
const CloseOutline = /*#__PURE__*/React.forwardRef(function CloseOutline(_ref67, ref) {
|
1737
1804
|
let {
|
1738
1805
|
children,
|
1739
1806
|
size = 16,
|
1740
1807
|
...rest
|
1741
|
-
} =
|
1808
|
+
} = _ref67;
|
1742
1809
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1743
1810
|
width: size,
|
1744
1811
|
height: size,
|
@@ -1747,21 +1814,21 @@ const CloseOutline = /*#__PURE__*/React.forwardRef(function CloseOutline(_ref64,
|
|
1747
1814
|
viewBox: "0 0 32 32",
|
1748
1815
|
fill: "currentColor",
|
1749
1816
|
...rest
|
1750
|
-
},
|
1817
|
+
}, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
1751
1818
|
d: "M16,2C8.2,2,2,8.2,2,16s6.2,14,14,14s14-6.2,14-14S23.8,2,16,2z M16,28C9.4,28,4,22.6,4,16S9.4,4,16,4s12,5.4,12,12 S22.6,28,16,28z"
|
1752
|
-
})),
|
1819
|
+
})), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
1753
1820
|
d: "M21.4 23L16 17.6 10.6 23 9 21.4 14.4 16 9 10.6 10.6 9 16 14.4 21.4 9 23 10.6 17.6 16 23 21.4z"
|
1754
1821
|
})), children);
|
1755
1822
|
});
|
1756
1823
|
if (process.env.NODE_ENV !== "production") {
|
1757
|
-
CloseOutline.propTypes =
|
1824
|
+
CloseOutline.propTypes = iconPropTypesC5chbmyn.i;
|
1758
1825
|
}
|
1759
|
-
const ClosedCaption = /*#__PURE__*/React.forwardRef(function ClosedCaption(
|
1826
|
+
const ClosedCaption = /*#__PURE__*/React.forwardRef(function ClosedCaption(_ref68, ref) {
|
1760
1827
|
let {
|
1761
1828
|
children,
|
1762
1829
|
size = 16,
|
1763
1830
|
...rest
|
1764
|
-
} =
|
1831
|
+
} = _ref68;
|
1765
1832
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1766
1833
|
width: size,
|
1767
1834
|
height: size,
|
@@ -1770,21 +1837,21 @@ const ClosedCaption = /*#__PURE__*/React.forwardRef(function ClosedCaption(_ref6
|
|
1770
1837
|
viewBox: "0 0 32 32",
|
1771
1838
|
fill: "currentColor",
|
1772
1839
|
...rest
|
1773
|
-
},
|
1840
|
+
}, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
1774
1841
|
d: "M15 21H10a2 2 0 01-2-2V13a2 2 0 012-2h5v2H10v6h5zM25 21H20a2 2 0 01-2-2V13a2 2 0 012-2h5v2H20v6h5z"
|
1775
|
-
})),
|
1842
|
+
})), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
1776
1843
|
d: "M28,26H4a2,2,0,0,1-2-2V8A2,2,0,0,1,4,6H28a2,2,0,0,1,2,2V24A2,2,0,0,1,28,26ZM4,8V24H28V8Z"
|
1777
1844
|
})), children);
|
1778
1845
|
});
|
1779
1846
|
if (process.env.NODE_ENV !== "production") {
|
1780
|
-
ClosedCaption.propTypes =
|
1847
|
+
ClosedCaption.propTypes = iconPropTypesC5chbmyn.i;
|
1781
1848
|
}
|
1782
|
-
const ClosedCaptionAlt = /*#__PURE__*/React.forwardRef(function ClosedCaptionAlt(
|
1849
|
+
const ClosedCaptionAlt = /*#__PURE__*/React.forwardRef(function ClosedCaptionAlt(_ref69, ref) {
|
1783
1850
|
let {
|
1784
1851
|
children,
|
1785
1852
|
size = 16,
|
1786
1853
|
...rest
|
1787
|
-
} =
|
1854
|
+
} = _ref69;
|
1788
1855
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1789
1856
|
width: size,
|
1790
1857
|
height: size,
|
@@ -1793,21 +1860,21 @@ const ClosedCaptionAlt = /*#__PURE__*/React.forwardRef(function ClosedCaptionAlt
|
|
1793
1860
|
viewBox: "0 0 32 32",
|
1794
1861
|
fill: "currentColor",
|
1795
1862
|
...rest
|
1796
|
-
},
|
1863
|
+
}, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
1797
1864
|
d: "M19 17H25V19H19zM11 17H17V19H11zM6 17H9V19H6zM22 13H26V15H22zM13 13H20V15H13zM6 13H11V15H6z"
|
1798
|
-
})),
|
1865
|
+
})), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
1799
1866
|
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"
|
1800
1867
|
})), children);
|
1801
1868
|
});
|
1802
1869
|
if (process.env.NODE_ENV !== "production") {
|
1803
|
-
ClosedCaptionAlt.propTypes =
|
1870
|
+
ClosedCaptionAlt.propTypes = iconPropTypesC5chbmyn.i;
|
1804
1871
|
}
|
1805
|
-
const ClosedCaptionFilled = /*#__PURE__*/React.forwardRef(function ClosedCaptionFilled(
|
1872
|
+
const ClosedCaptionFilled = /*#__PURE__*/React.forwardRef(function ClosedCaptionFilled(_ref70, ref) {
|
1806
1873
|
let {
|
1807
1874
|
children,
|
1808
1875
|
size = 16,
|
1809
1876
|
...rest
|
1810
|
-
} =
|
1877
|
+
} = _ref70;
|
1811
1878
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1812
1879
|
width: size,
|
1813
1880
|
height: size,
|
@@ -1816,19 +1883,19 @@ const ClosedCaptionFilled = /*#__PURE__*/React.forwardRef(function ClosedCaption
|
|
1816
1883
|
viewBox: "0 0 32 32",
|
1817
1884
|
fill: "currentColor",
|
1818
1885
|
...rest
|
1819
|
-
},
|
1886
|
+
}, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
1820
1887
|
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,6ZM15,13H10v6h5v2H10a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5Zm10,0H20v6h5v2H20a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5Z"
|
1821
1888
|
})), children);
|
1822
1889
|
});
|
1823
1890
|
if (process.env.NODE_ENV !== "production") {
|
1824
|
-
ClosedCaptionFilled.propTypes =
|
1891
|
+
ClosedCaptionFilled.propTypes = iconPropTypesC5chbmyn.i;
|
1825
1892
|
}
|
1826
|
-
const Cloud = /*#__PURE__*/React.forwardRef(function Cloud(
|
1893
|
+
const Cloud = /*#__PURE__*/React.forwardRef(function Cloud(_ref71, ref) {
|
1827
1894
|
let {
|
1828
1895
|
children,
|
1829
1896
|
size = 16,
|
1830
1897
|
...rest
|
1831
|
-
} =
|
1898
|
+
} = _ref71;
|
1832
1899
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1833
1900
|
width: size,
|
1834
1901
|
height: size,
|
@@ -1837,19 +1904,19 @@ const Cloud = /*#__PURE__*/React.forwardRef(function Cloud(_ref68, ref) {
|
|
1837
1904
|
viewBox: "0 0 32 32",
|
1838
1905
|
fill: "currentColor",
|
1839
1906
|
...rest
|
1840
|
-
},
|
1907
|
+
}, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
1841
1908
|
d: "M16,7h0a7.66,7.66,0,0,1,1.51.15,8,8,0,0,1,6.35,6.34l.26,1.35,1.35.24a5.5,5.5,0,0,1-1,10.92H7.5a5.5,5.5,0,0,1-1-10.92l1.34-.24.26-1.35A8,8,0,0,1,16,7m0-2a10,10,0,0,0-9.83,8.12A7.5,7.5,0,0,0,7.49,28h17a7.5,7.5,0,0,0,1.32-14.88,10,10,0,0,0-7.94-7.94A10.27,10.27,0,0,0,16,5Z"
|
1842
1909
|
})), children);
|
1843
1910
|
});
|
1844
1911
|
if (process.env.NODE_ENV !== "production") {
|
1845
|
-
Cloud.propTypes =
|
1912
|
+
Cloud.propTypes = iconPropTypesC5chbmyn.i;
|
1846
1913
|
}
|
1847
|
-
const CloudAlerting = /*#__PURE__*/React.forwardRef(function CloudAlerting(
|
1914
|
+
const CloudAlerting = /*#__PURE__*/React.forwardRef(function CloudAlerting(_ref72, ref) {
|
1848
1915
|
let {
|
1849
1916
|
children,
|
1850
1917
|
size = 16,
|
1851
1918
|
...rest
|
1852
|
-
} =
|
1919
|
+
} = _ref72;
|
1853
1920
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1854
1921
|
width: size,
|
1855
1922
|
height: size,
|
@@ -1858,21 +1925,21 @@ const CloudAlerting = /*#__PURE__*/React.forwardRef(function CloudAlerting(_ref6
|
|
1858
1925
|
viewBox: "0 0 32 32",
|
1859
1926
|
fill: "currentColor",
|
1860
1927
|
...rest
|
1861
|
-
},
|
1928
|
+
}, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
1862
1929
|
d: "M28,17v5H4V6H15V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V17ZM18,28H14V24h4Z"
|
1863
|
-
})),
|
1930
|
+
})), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
1864
1931
|
d: "M29,14H17a1,1,0,0,1-.8574-1.5144l6-10a1,1,0,0,1,1.7154,0l6,10A1,1,0,0,1,29,14ZM18.7661,12h8.4678L23,4.9436Z"
|
1865
1932
|
})), children);
|
1866
1933
|
});
|
1867
1934
|
if (process.env.NODE_ENV !== "production") {
|
1868
|
-
CloudAlerting.propTypes =
|
1935
|
+
CloudAlerting.propTypes = iconPropTypesC5chbmyn.i;
|
1869
1936
|
}
|
1870
|
-
const CloudAuditing = /*#__PURE__*/React.forwardRef(function CloudAuditing(
|
1937
|
+
const CloudAuditing = /*#__PURE__*/React.forwardRef(function CloudAuditing(_ref73, ref) {
|
1871
1938
|
let {
|
1872
1939
|
children,
|
1873
1940
|
size = 16,
|
1874
1941
|
...rest
|
1875
|
-
} =
|
1942
|
+
} = _ref73;
|
1876
1943
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1877
1944
|
width: size,
|
1878
1945
|
height: size,
|
@@ -1881,21 +1948,21 @@ const CloudAuditing = /*#__PURE__*/React.forwardRef(function CloudAuditing(_ref7
|
|
1881
1948
|
viewBox: "0 0 32 32",
|
1882
1949
|
fill: "currentColor",
|
1883
1950
|
...rest
|
1884
|
-
},
|
1951
|
+
}, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
1885
1952
|
d: "M28,16v6H4V6H16V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V16ZM18,28H14V24h4Z"
|
1886
|
-
})),
|
1953
|
+
})), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
1887
1954
|
d: "M21 15L16 10.04 17.59 8.47 21 11.85 28.41 4.5 30 6.08 21 15z"
|
1888
1955
|
})), children);
|
1889
1956
|
});
|
1890
1957
|
if (process.env.NODE_ENV !== "production") {
|
1891
|
-
CloudAuditing.propTypes =
|
1958
|
+
CloudAuditing.propTypes = iconPropTypesC5chbmyn.i;
|
1892
1959
|
}
|
1893
|
-
const CloudDataOps = /*#__PURE__*/React.forwardRef(function CloudDataOps(
|
1960
|
+
const CloudDataOps = /*#__PURE__*/React.forwardRef(function CloudDataOps(_ref74, ref) {
|
1894
1961
|
let {
|
1895
1962
|
children,
|
1896
1963
|
size = 16,
|
1897
1964
|
...rest
|
1898
|
-
} =
|
1965
|
+
} = _ref74;
|
1899
1966
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1900
1967
|
width: size,
|
1901
1968
|
height: size,
|
@@ -1904,19 +1971,19 @@ const CloudDataOps = /*#__PURE__*/React.forwardRef(function CloudDataOps(_ref71,
|
|
1904
1971
|
viewBox: "0 0 32 32",
|
1905
1972
|
fill: "currentColor",
|
1906
1973
|
...rest
|
1907
|
-
},
|
1974
|
+
}, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
1908
1975
|
d: "M28 18H30V28H28zM24 14H26V28H24zM20 22H22V28H20zM22.175 10L23.76 8.7339A9.9522 9.9522 0 0017.89 5.1816 10.0025 10.0025 0 006.17 13.1152 7.5054 7.5054 0 00.0544 21.4087 7.6843 7.6843 0 007.7692 28H16V26H7.6945a5.632 5.632 0 01-5.6023-4.4858 5.5064 5.5064 0 014.4339-6.4307l1.3486-.2441.2139-1.11a8.206 8.206 0 016.7426-6.6426 7.9666 7.9666 0 013.0137.13A7.8037 7.8037 0 0122.175 10z"
|
1909
1976
|
})), children);
|
1910
1977
|
});
|
1911
1978
|
if (process.env.NODE_ENV !== "production") {
|
1912
|
-
CloudDataOps.propTypes =
|
1979
|
+
CloudDataOps.propTypes = iconPropTypesC5chbmyn.i;
|
1913
1980
|
}
|
1914
|
-
const CloudDownload = /*#__PURE__*/React.forwardRef(function CloudDownload(
|
1981
|
+
const CloudDownload = /*#__PURE__*/React.forwardRef(function CloudDownload(_ref75, ref) {
|
1915
1982
|
let {
|
1916
1983
|
children,
|
1917
1984
|
size = 16,
|
1918
1985
|
...rest
|
1919
|
-
} =
|
1986
|
+
} = _ref75;
|
1920
1987
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1921
1988
|
width: size,
|
1922
1989
|
height: size,
|
@@ -1925,21 +1992,21 @@ const CloudDownload = /*#__PURE__*/React.forwardRef(function CloudDownload(_ref7
|
|
1925
1992
|
viewBox: "0 0 32 32",
|
1926
1993
|
fill: "currentColor",
|
1927
1994
|
...rest
|
1928
|
-
},
|
1995
|
+
}, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
1929
1996
|
d: "M23.5,22H23V20h.5a4.5,4.5,0,0,0,.36-9L23,11l-.1-.82a7,7,0,0,0-13.88,0L9,11,8.14,11a4.5,4.5,0,0,0,.36,9H9v2H8.5A6.5,6.5,0,0,1,7.2,9.14a9,9,0,0,1,17.6,0A6.5,6.5,0,0,1,23.5,22Z"
|
1930
|
-
})),
|
1997
|
+
})), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
1931
1998
|
d: "M17 26.17L17 14 15 14 15 26.17 12.41 23.59 11 25 16 30 21 25 19.59 23.59 17 26.17z"
|
1932
1999
|
})), children);
|
1933
2000
|
});
|
1934
2001
|
if (process.env.NODE_ENV !== "production") {
|
1935
|
-
CloudDownload.propTypes =
|
2002
|
+
CloudDownload.propTypes = iconPropTypesC5chbmyn.i;
|
1936
2003
|
}
|
1937
|
-
const CloudLogging = /*#__PURE__*/React.forwardRef(function CloudLogging(
|
2004
|
+
const CloudLogging = /*#__PURE__*/React.forwardRef(function CloudLogging(_ref76, ref) {
|
1938
2005
|
let {
|
1939
2006
|
children,
|
1940
2007
|
size = 16,
|
1941
2008
|
...rest
|
1942
|
-
} =
|
2009
|
+
} = _ref76;
|
1943
2010
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1944
2011
|
width: size,
|
1945
2012
|
height: size,
|
@@ -1948,21 +2015,21 @@ const CloudLogging = /*#__PURE__*/React.forwardRef(function CloudLogging(_ref73,
|
|
1948
2015
|
viewBox: "0 0 32 32",
|
1949
2016
|
fill: "currentColor",
|
1950
2017
|
...rest
|
1951
|
-
},
|
2018
|
+
}, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
1952
2019
|
d: "M28 16v6H4V6H15V4H4A2 2 0 002 6V22a2 2 0 002 2h8v4H8v2H24V28H20V24h8a2 2 0 002-2V16zM18 28H14V24h4zM18 4H30V6H18z"
|
1953
|
-
})),
|
2020
|
+
})), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
1954
2021
|
d: "M18 8H30V10H18zM18 12H24V14H18z"
|
1955
2022
|
})), children);
|
1956
2023
|
});
|
1957
2024
|
if (process.env.NODE_ENV !== "production") {
|
1958
|
-
CloudLogging.propTypes =
|
2025
|
+
CloudLogging.propTypes = iconPropTypesC5chbmyn.i;
|
1959
2026
|
}
|
1960
|
-
const CloudMonitoring = /*#__PURE__*/React.forwardRef(function CloudMonitoring(
|
2027
|
+
const CloudMonitoring = /*#__PURE__*/React.forwardRef(function CloudMonitoring(_ref77, ref) {
|
1961
2028
|
let {
|
1962
2029
|
children,
|
1963
2030
|
size = 16,
|
1964
2031
|
...rest
|
1965
|
-
} =
|
2032
|
+
} = _ref77;
|
1966
2033
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1967
2034
|
width: size,
|
1968
2035
|
height: size,
|
@@ -1971,21 +2038,21 @@ const CloudMonitoring = /*#__PURE__*/React.forwardRef(function CloudMonitoring(_
|
|
1971
2038
|
viewBox: "0 0 32 32",
|
1972
2039
|
fill: "currentColor",
|
1973
2040
|
...rest
|
1974
|
-
},
|
2041
|
+
}, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
1975
2042
|
d: "M28,16v6H4V6h7V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V16ZM18,28H14V24h4Z"
|
1976
|
-
})),
|
2043
|
+
})), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
1977
2044
|
d: "M18,18h-.01a1,1,0,0,1-.9511-.7253L15.2456,11H11V9h5a1,1,0,0,1,.9615.7252l1.0742,3.7589,3.0088-9.7783A1.0142,1.0142,0,0,1,22,3a.98.98,0,0,1,.9487.6838L24.7207,9H30v2H24a1,1,0,0,1-.9487-.6838l-1.0132-3.04L18.9556,17.2942A1,1,0,0,1,18,18Z"
|
1978
2045
|
})), children);
|
1979
2046
|
});
|
1980
2047
|
if (process.env.NODE_ENV !== "production") {
|
1981
|
-
CloudMonitoring.propTypes =
|
2048
|
+
CloudMonitoring.propTypes = iconPropTypesC5chbmyn.i;
|
1982
2049
|
}
|
1983
|
-
const CloudOffline = /*#__PURE__*/React.forwardRef(function CloudOffline(
|
2050
|
+
const CloudOffline = /*#__PURE__*/React.forwardRef(function CloudOffline(_ref78, ref) {
|
1984
2051
|
let {
|
1985
2052
|
children,
|
1986
2053
|
size = 16,
|
1987
2054
|
...rest
|
1988
|
-
} =
|
2055
|
+
} = _ref78;
|
1989
2056
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
1990
2057
|
width: size,
|
1991
2058
|
height: size,
|
@@ -1994,19 +2061,19 @@ const CloudOffline = /*#__PURE__*/React.forwardRef(function CloudOffline(_ref75,
|
|
1994
2061
|
viewBox: "0 0 32 32",
|
1995
2062
|
fill: "currentColor",
|
1996
2063
|
...rest
|
1997
|
-
},
|
2064
|
+
}, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
1998
2065
|
d: "M24.8008 12.1362a8.8694 8.8694 0 00-.9795-2.5434L30 3.4142 28.5872 2 2 28.5872 3.4142 30l5-5H23.5a6.4974 6.4974 0 001.3008-12.8638zM23.5 23H10.4141L22.3418 11.0723a6.9049 6.9049 0 01.6006 2.0708l.0986.812.8154.0639A4.4975 4.4975 0 0123.5 23zM4.2964 23.4487l1.4313-1.4311A4.4774 4.4774 0 018.144 14.019l.8155-.0639.0991-.812a6.9867 6.9867 0 0110.63-5.0865l1.4431-1.4428A8.9859 8.9859 0 007.2 12.1362 6.4891 6.4891 0 004.2964 23.4487z"
|
1999
2066
|
})), children);
|
2000
2067
|
});
|
2001
2068
|
if (process.env.NODE_ENV !== "production") {
|
2002
|
-
CloudOffline.propTypes =
|
2069
|
+
CloudOffline.propTypes = iconPropTypesC5chbmyn.i;
|
2003
2070
|
}
|
2004
|
-
const CloudServiceManagement = /*#__PURE__*/React.forwardRef(function CloudServiceManagement(
|
2071
|
+
const CloudServiceManagement = /*#__PURE__*/React.forwardRef(function CloudServiceManagement(_ref79, ref) {
|
2005
2072
|
let {
|
2006
2073
|
children,
|
2007
2074
|
size = 16,
|
2008
2075
|
...rest
|
2009
|
-
} =
|
2076
|
+
} = _ref79;
|
2010
2077
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2011
2078
|
width: size,
|
2012
2079
|
height: size,
|
@@ -2015,21 +2082,21 @@ const CloudServiceManagement = /*#__PURE__*/React.forwardRef(function CloudServi
|
|
2015
2082
|
viewBox: "0 0 32 32",
|
2016
2083
|
fill: "currentColor",
|
2017
2084
|
...rest
|
2018
|
-
},
|
2085
|
+
}, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
2019
2086
|
d: "M28,17v5H4V6H14V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V17ZM18,28H14V24h4Z"
|
2020
|
-
})),
|
2087
|
+
})), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
2021
2088
|
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"
|
2022
2089
|
})), children);
|
2023
2090
|
});
|
2024
2091
|
if (process.env.NODE_ENV !== "production") {
|
2025
|
-
CloudServiceManagement.propTypes =
|
2092
|
+
CloudServiceManagement.propTypes = iconPropTypesC5chbmyn.i;
|
2026
2093
|
}
|
2027
|
-
const CloudUpload = /*#__PURE__*/React.forwardRef(function CloudUpload(
|
2094
|
+
const CloudUpload = /*#__PURE__*/React.forwardRef(function CloudUpload(_ref80, ref) {
|
2028
2095
|
let {
|
2029
2096
|
children,
|
2030
2097
|
size = 16,
|
2031
2098
|
...rest
|
2032
|
-
} =
|
2099
|
+
} = _ref80;
|
2033
2100
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2034
2101
|
width: size,
|
2035
2102
|
height: size,
|
@@ -2038,21 +2105,21 @@ const CloudUpload = /*#__PURE__*/React.forwardRef(function CloudUpload(_ref77, r
|
|
2038
2105
|
viewBox: "0 0 32 32",
|
2039
2106
|
fill: "currentColor",
|
2040
2107
|
...rest
|
2041
|
-
},
|
2108
|
+
}, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
2042
2109
|
d: "M11 18L12.41 19.41 15 16.83 15 29 17 29 17 16.83 19.59 19.41 21 18 16 13 11 18z"
|
2043
|
-
})),
|
2110
|
+
})), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
2044
2111
|
d: "M23.5,22H23V20h.5a4.5,4.5,0,0,0,.36-9L23,11l-.1-.82a7,7,0,0,0-13.88,0L9,11,8.14,11a4.5,4.5,0,0,0,.36,9H9v2H8.5A6.5,6.5,0,0,1,7.2,9.14a9,9,0,0,1,17.6,0A6.5,6.5,0,0,1,23.5,22Z"
|
2045
2112
|
})), children);
|
2046
2113
|
});
|
2047
2114
|
if (process.env.NODE_ENV !== "production") {
|
2048
|
-
CloudUpload.propTypes =
|
2115
|
+
CloudUpload.propTypes = iconPropTypesC5chbmyn.i;
|
2049
2116
|
}
|
2050
|
-
const CloudApp = /*#__PURE__*/React.forwardRef(function CloudApp(
|
2117
|
+
const CloudApp = /*#__PURE__*/React.forwardRef(function CloudApp(_ref81, ref) {
|
2051
2118
|
let {
|
2052
2119
|
children,
|
2053
2120
|
size = 16,
|
2054
2121
|
...rest
|
2055
|
-
} =
|
2122
|
+
} = _ref81;
|
2056
2123
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2057
2124
|
width: size,
|
2058
2125
|
height: size,
|
@@ -2061,19 +2128,19 @@ const CloudApp = /*#__PURE__*/React.forwardRef(function CloudApp(_ref78, ref) {
|
|
2061
2128
|
viewBox: "0 0 32 32",
|
2062
2129
|
fill: "currentColor",
|
2063
2130
|
...rest
|
2064
|
-
},
|
2131
|
+
}, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
2065
2132
|
d: "M25.8289 13.1155A10.02 10.02 0 0016 5.0005V7a8.0233 8.0233 0 017.8649 6.4934l.2591 1.346 1.3488.2441A5.5019 5.5019 0 0124.5076 26H16v2h8.5076a7.5019 7.5019 0 001.3213-14.8845zM8 24H14V26H8zM4 24H6V26H4zM6 20H14V22H6zM2 20H4V22H2zM8 16H14V18H8zM4 16H6V18H4zM10 12H14V14H10zM6 12H8V14H6zM12 8H14V10H12z"
|
2066
2133
|
})), children);
|
2067
2134
|
});
|
2068
2135
|
if (process.env.NODE_ENV !== "production") {
|
2069
|
-
CloudApp.propTypes =
|
2136
|
+
CloudApp.propTypes = iconPropTypesC5chbmyn.i;
|
2070
2137
|
}
|
2071
|
-
const CloudCeiling = /*#__PURE__*/React.forwardRef(function CloudCeiling(
|
2138
|
+
const CloudCeiling = /*#__PURE__*/React.forwardRef(function CloudCeiling(_ref82, ref) {
|
2072
2139
|
let {
|
2073
2140
|
children,
|
2074
2141
|
size = 16,
|
2075
2142
|
...rest
|
2076
|
-
} =
|
2143
|
+
} = _ref82;
|
2077
2144
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2078
2145
|
width: size,
|
2079
2146
|
height: size,
|
@@ -2082,21 +2149,21 @@ const CloudCeiling = /*#__PURE__*/React.forwardRef(function CloudCeiling(_ref79,
|
|
2082
2149
|
viewBox: "0 0 32 32",
|
2083
2150
|
fill: "currentColor",
|
2084
2151
|
...rest
|
2085
|
-
},
|
2152
|
+
}, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
2086
2153
|
d: "M2 28H11V30H2zM21 28H30V30H21zM17 26.167L17 17.832 19.586 20.414 21 19 16 14 11 19 12.413 20.415 15 17.832 15 26.167 12.413 23.584 11 25 16 30 21 25 19.586 23.586 17 26.167z"
|
2087
|
-
})),
|
2154
|
+
})), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
2088
2155
|
d: "M23,16H21V14h2a3,3,0,0,0,0-6c-.0938.0144-.1538.0219-.2153.0263l-.8037.0572L21.7544,7.31a5.9927,5.9927,0,0,0-11.1758-.8655l-.2832.5994-.8423-.0455A3.5008,3.5008,0,0,0,9.5,14H11v2H9.5A5.5,5.5,0,0,1,9.07,5.0166,7.9909,7.9909,0,0,1,23.42,6.0175,5,5,0,0,1,23,16Z"
|
2089
2156
|
})), children);
|
2090
2157
|
});
|
2091
2158
|
if (process.env.NODE_ENV !== "production") {
|
2092
|
-
CloudCeiling.propTypes =
|
2159
|
+
CloudCeiling.propTypes = iconPropTypesC5chbmyn.i;
|
2093
2160
|
}
|
2094
|
-
const CloudFoundry_1 = /*#__PURE__*/React.forwardRef(function CloudFoundry_1(
|
2161
|
+
const CloudFoundry_1 = /*#__PURE__*/React.forwardRef(function CloudFoundry_1(_ref83, ref) {
|
2095
2162
|
let {
|
2096
2163
|
children,
|
2097
2164
|
size = 16,
|
2098
2165
|
...rest
|
2099
|
-
} =
|
2166
|
+
} = _ref83;
|
2100
2167
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2101
2168
|
width: size,
|
2102
2169
|
height: size,
|
@@ -2105,21 +2172,21 @@ const CloudFoundry_1 = /*#__PURE__*/React.forwardRef(function CloudFoundry_1(_re
|
|
2105
2172
|
viewBox: "0 0 32 32",
|
2106
2173
|
fill: "currentColor",
|
2107
2174
|
...rest
|
2108
|
-
},
|
2175
|
+
}, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
2109
2176
|
d: "M16,7h0a7.66,7.66,0,0,1,1.51.15,8,8,0,0,1,6.35,6.34l.26,1.35,1.35.24a5.5,5.5,0,0,1-1,10.92H7.5a5.5,5.5,0,0,1-1-10.92l1.34-.24.26-1.35A8,8,0,0,1,16,7m0-2a10,10,0,0,0-9.83,8.12A7.5,7.5,0,0,0,7.49,28h17a7.5,7.5,0,0,0,1.32-14.88,10,10,0,0,0-7.94-7.94A10.27,10.27,0,0,0,16,5Z"
|
2110
|
-
})),
|
2177
|
+
})), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
2111
2178
|
d: "M14 24H11a2 2 0 01-2-2V19a2 2 0 012-2h3v2H11v3h3zM21 15V13H19a2 2 0 00-2 2v2H16v2h1v5h2V19h2V17H19V15z"
|
2112
2179
|
})), children);
|
2113
2180
|
});
|
2114
2181
|
if (process.env.NODE_ENV !== "production") {
|
2115
|
-
CloudFoundry_1.propTypes =
|
2182
|
+
CloudFoundry_1.propTypes = iconPropTypesC5chbmyn.i;
|
2116
2183
|
}
|
2117
|
-
const CloudFoundry_2 = /*#__PURE__*/React.forwardRef(function CloudFoundry_2(
|
2184
|
+
const CloudFoundry_2 = /*#__PURE__*/React.forwardRef(function CloudFoundry_2(_ref84, ref) {
|
2118
2185
|
let {
|
2119
2186
|
children,
|
2120
2187
|
size = 16,
|
2121
2188
|
...rest
|
2122
|
-
} =
|
2189
|
+
} = _ref84;
|
2123
2190
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2124
2191
|
width: size,
|
2125
2192
|
height: size,
|
@@ -2128,19 +2195,19 @@ const CloudFoundry_2 = /*#__PURE__*/React.forwardRef(function CloudFoundry_2(_re
|
|
2128
2195
|
viewBox: "0 0 32 32",
|
2129
2196
|
fill: "currentColor",
|
2130
2197
|
...rest
|
2131
|
-
},
|
2198
|
+
}, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
2132
2199
|
d: "M25 11L25 9 17 9 17 23 19 23 19 17 24 17 24 15 19 15 19 11 25 11zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h6z"
|
2133
2200
|
})), children);
|
2134
2201
|
});
|
2135
2202
|
if (process.env.NODE_ENV !== "production") {
|
2136
|
-
CloudFoundry_2.propTypes =
|
2203
|
+
CloudFoundry_2.propTypes = iconPropTypesC5chbmyn.i;
|
2137
2204
|
}
|
2138
|
-
const CloudRegistry = /*#__PURE__*/React.forwardRef(function CloudRegistry(
|
2205
|
+
const CloudRegistry = /*#__PURE__*/React.forwardRef(function CloudRegistry(_ref85, ref) {
|
2139
2206
|
let {
|
2140
2207
|
children,
|
2141
2208
|
size = 16,
|
2142
2209
|
...rest
|
2143
|
-
} =
|
2210
|
+
} = _ref85;
|
2144
2211
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2145
2212
|
width: size,
|
2146
2213
|
height: size,
|
@@ -2149,21 +2216,21 @@ const CloudRegistry = /*#__PURE__*/React.forwardRef(function CloudRegistry(_ref8
|
|
2149
2216
|
viewBox: "0 0 32 32",
|
2150
2217
|
fill: "currentColor",
|
2151
2218
|
...rest
|
2152
|
-
},
|
2219
|
+
}, _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
2153
2220
|
d: "M28 30H23a2.0023 2.0023 0 01-2-2V23a2.0023 2.0023 0 012-2h5a2.0023 2.0023 0 012 2v5A2.0023 2.0023 0 0128 30zm-5-7h-.0012L23 28h5V23zM16 23H11a2.0023 2.0023 0 01-2-2V11a2.0023 2.0023 0 012-2H21a2.0023 2.0023 0 012 2v5H21V11H11V21h5z"
|
2154
|
-
})),
|
2221
|
+
})), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
2155
2222
|
d: "M16,30H4a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,4,2H28a2.0023,2.0023,0,0,1,2,2V16H28V4H4V28H16Z"
|
2156
2223
|
})), children);
|
2157
2224
|
});
|
2158
2225
|
if (process.env.NODE_ENV !== "production") {
|
2159
|
-
CloudRegistry.propTypes =
|
2226
|
+
CloudRegistry.propTypes = iconPropTypesC5chbmyn.i;
|
2160
2227
|
}
|
2161
|
-
const CloudSatellite = /*#__PURE__*/React.forwardRef(function CloudSatellite(
|
2228
|
+
const CloudSatellite = /*#__PURE__*/React.forwardRef(function CloudSatellite(_ref86, ref) {
|
2162
2229
|
let {
|
2163
2230
|
children,
|
2164
2231
|
size = 16,
|
2165
2232
|
...rest
|
2166
|
-
} =
|
2233
|
+
} = _ref86;
|
2167
2234
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2168
2235
|
width: size,
|
2169
2236
|
height: size,
|
@@ -2176,25 +2243,25 @@ const CloudSatellite = /*#__PURE__*/React.forwardRef(function CloudSatellite(_re
|
|
2176
2243
|
cx: "9",
|
2177
2244
|
cy: "20",
|
2178
2245
|
r: "2"
|
2179
|
-
})),
|
2246
|
+
})), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
2180
2247
|
d: "M16,20a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,16,20Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,16,14Z"
|
2181
2248
|
})), _circle1 || (_circle1 = /*#__PURE__*/React.createElement("circle", {
|
2182
2249
|
cx: "23",
|
2183
2250
|
cy: "12",
|
2184
2251
|
r: "2"
|
2185
|
-
})),
|
2252
|
+
})), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
2186
2253
|
d: "M16,31a.9988.9988,0,0,1-.5039-.1357l-12-7A1.0008,1.0008,0,0,1,3,23V9a.9994.9994,0,0,1,.4961-.8638l12-7a1,1,0,0,1,1.0078,0l12,7L27.4961,9.8638,16,3.1577,5,9.5742V22.4258l11,6.417,11-6.417V15h2v8a1.0008,1.0008,0,0,1-.4961.8643l-12,7A.9988.9988,0,0,1,16,31Z"
|
2187
2254
|
})), children);
|
2188
2255
|
});
|
2189
2256
|
if (process.env.NODE_ENV !== "production") {
|
2190
|
-
CloudSatellite.propTypes =
|
2257
|
+
CloudSatellite.propTypes = iconPropTypesC5chbmyn.i;
|
2191
2258
|
}
|
2192
|
-
const CloudSatelliteConfig = /*#__PURE__*/React.forwardRef(function CloudSatelliteConfig(
|
2259
|
+
const CloudSatelliteConfig = /*#__PURE__*/React.forwardRef(function CloudSatelliteConfig(_ref87, ref) {
|
2193
2260
|
let {
|
2194
2261
|
children,
|
2195
2262
|
size = 16,
|
2196
2263
|
...rest
|
2197
|
-
} =
|
2264
|
+
} = _ref87;
|
2198
2265
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2199
2266
|
width: size,
|
2200
2267
|
height: size,
|
@@ -2203,31 +2270,31 @@ const CloudSatelliteConfig = /*#__PURE__*/React.forwardRef(function CloudSatelli
|
|
2203
2270
|
viewBox: "0 0 32 32",
|
2204
2271
|
fill: "currentColor",
|
2205
2272
|
...rest
|
2206
|
-
},
|
2273
|
+
}, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
2207
2274
|
d: "M32,26V24H29.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,26,20.1011V18H24v2.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,20.1011,24H18v2h2.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,24,29.8989V32h2V29.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,29.8989,26Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,25,28Z"
|
2208
2275
|
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
2209
2276
|
cx: "7",
|
2210
2277
|
cy: "20",
|
2211
2278
|
r: "2"
|
2212
|
-
})),
|
2279
|
+
})), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
2213
2280
|
d: "M14,20a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,14,20Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,14,14Z"
|
2214
2281
|
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
2215
2282
|
cx: "21",
|
2216
2283
|
cy: "12",
|
2217
2284
|
r: "2"
|
2218
|
-
})),
|
2285
|
+
})), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
2219
2286
|
d: "M13.0205,28.2715,3,22.4258V9.5742L14,3.1577,25.4961,9.8638l1.0078-1.7276-12-7a1,1,0,0,0-1.0078,0l-12,7A.9994.9994,0,0,0,1,9V23a1.0008,1.0008,0,0,0,.4961.8643L12.0127,30Z"
|
2220
2287
|
})), children);
|
2221
2288
|
});
|
2222
2289
|
if (process.env.NODE_ENV !== "production") {
|
2223
|
-
CloudSatelliteConfig.propTypes =
|
2290
|
+
CloudSatelliteConfig.propTypes = iconPropTypesC5chbmyn.i;
|
2224
2291
|
}
|
2225
|
-
const CloudSatelliteLink = /*#__PURE__*/React.forwardRef(function CloudSatelliteLink(
|
2292
|
+
const CloudSatelliteLink = /*#__PURE__*/React.forwardRef(function CloudSatelliteLink(_ref88, ref) {
|
2226
2293
|
let {
|
2227
2294
|
children,
|
2228
2295
|
size = 16,
|
2229
2296
|
...rest
|
2230
|
-
} =
|
2297
|
+
} = _ref88;
|
2231
2298
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2232
2299
|
width: size,
|
2233
2300
|
height: size,
|
@@ -2236,33 +2303,33 @@ const CloudSatelliteLink = /*#__PURE__*/React.forwardRef(function CloudSatellite
|
|
2236
2303
|
viewBox: "0 0 32 32",
|
2237
2304
|
fill: "currentColor",
|
2238
2305
|
...rest
|
2239
|
-
},
|
2306
|
+
}, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
2240
2307
|
d: "M30.9763,24.9748l-5.0015,5.0015a3.501,3.501,0,0,1-4.9511-4.9511L22.4383,26.44A1.5,1.5,0,0,0,24.56,28.5617L29.5617,23.56A1.5,1.5,0,0,0,27.44,21.4383l-1.4146-1.4146a3.501,3.501,0,0,1,4.9511,4.9511Z"
|
2241
|
-
})),
|
2308
|
+
})), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
2242
2309
|
d: "M20.0252,21.0237l-5.0015,5.0015a3.501,3.501,0,0,0,4.9511,4.9511L18.56,29.5617A1.5,1.5,0,0,1,16.4383,27.44L21.44,22.4383A1.5,1.5,0,0,1,23.5617,24.56l1.4146,1.4146a3.501,3.501,0,0,0-4.9511-4.9511Z"
|
2243
2310
|
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
2244
2311
|
cx: "7",
|
2245
2312
|
cy: "20",
|
2246
2313
|
r: "2"
|
2247
|
-
})),
|
2314
|
+
})), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
2248
2315
|
d: "M14,20a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,14,20Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,14,14Z"
|
2249
2316
|
})), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
|
2250
2317
|
cx: "21",
|
2251
2318
|
cy: "12",
|
2252
2319
|
r: "2"
|
2253
|
-
})),
|
2320
|
+
})), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
2254
2321
|
d: "M11.3076,27.2725,3,22.4258V9.5742L14,3.1577,25.4961,9.8638l1.0078-1.7276-12-7a1,1,0,0,0-1.0078,0l-12,7A.9994.9994,0,0,0,1,9V23a1.0008,1.0008,0,0,0,.4961.8643L10.3,29Z"
|
2255
2322
|
})), children);
|
2256
2323
|
});
|
2257
2324
|
if (process.env.NODE_ENV !== "production") {
|
2258
|
-
CloudSatelliteLink.propTypes =
|
2325
|
+
CloudSatelliteLink.propTypes = iconPropTypesC5chbmyn.i;
|
2259
2326
|
}
|
2260
|
-
const CloudSatelliteServices = /*#__PURE__*/React.forwardRef(function CloudSatelliteServices(
|
2327
|
+
const CloudSatelliteServices = /*#__PURE__*/React.forwardRef(function CloudSatelliteServices(_ref89, ref) {
|
2261
2328
|
let {
|
2262
2329
|
children,
|
2263
2330
|
size = 16,
|
2264
2331
|
...rest
|
2265
|
-
} =
|
2332
|
+
} = _ref89;
|
2266
2333
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2267
2334
|
width: size,
|
2268
2335
|
height: size,
|
@@ -2271,31 +2338,31 @@ const CloudSatelliteServices = /*#__PURE__*/React.forwardRef(function CloudSatel
|
|
2271
2338
|
viewBox: "0 0 32 32",
|
2272
2339
|
fill: "currentColor",
|
2273
2340
|
...rest
|
2274
|
-
},
|
2341
|
+
}, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
2275
2342
|
d: "M29,26a2.97,2.97,0,0,0-1.8551.6607L25,25.4224V23.8157a3,3,0,1,0-2,0v1.6067l-2.1449,1.2383A2.97,2.97,0,0,0,19,26a3.02,3.02,0,1,0,2.9254,2.3525L24,27.1548l2.0746,1.1977A2.9978,2.9978,0,1,0,29,26ZM19,30a1,1,0,1,1,1-1A1.0006,1.0006,0,0,1,19,30Zm5-10a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,24,20Zm5,10a1,1,0,1,1,1-1A1.0006,1.0006,0,0,1,29,30Z"
|
2276
2343
|
})), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
2277
2344
|
cx: "7",
|
2278
2345
|
cy: "20",
|
2279
2346
|
r: "2"
|
2280
|
-
})),
|
2347
|
+
})), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
2281
2348
|
d: "M14,20a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,14,20Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,14,14Z"
|
2282
2349
|
})), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
|
2283
2350
|
cx: "21",
|
2284
2351
|
cy: "12",
|
2285
2352
|
r: "2"
|
2286
|
-
})),
|
2353
|
+
})), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
2287
2354
|
d: "M13.0205,28.2715,3,22.4258V9.5742L14,3.1577,25.4961,9.8638l1.0078-1.7276-12-7a1,1,0,0,0-1.0078,0l-12,7A.9994.9994,0,0,0,1,9V23a1.0008,1.0008,0,0,0,.4961.8643L12.0127,30Z"
|
2288
2355
|
})), children);
|
2289
2356
|
});
|
2290
2357
|
if (process.env.NODE_ENV !== "production") {
|
2291
|
-
CloudSatelliteServices.propTypes =
|
2358
|
+
CloudSatelliteServices.propTypes = iconPropTypesC5chbmyn.i;
|
2292
2359
|
}
|
2293
|
-
const CloudServices = /*#__PURE__*/React.forwardRef(function CloudServices(
|
2360
|
+
const CloudServices = /*#__PURE__*/React.forwardRef(function CloudServices(_ref90, ref) {
|
2294
2361
|
let {
|
2295
2362
|
children,
|
2296
2363
|
size = 16,
|
2297
2364
|
...rest
|
2298
|
-
} =
|
2365
|
+
} = _ref90;
|
2299
2366
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2300
2367
|
width: size,
|
2301
2368
|
height: size,
|
@@ -2304,21 +2371,21 @@ const CloudServices = /*#__PURE__*/React.forwardRef(function CloudServices(_ref8
|
|
2304
2371
|
viewBox: "0 0 32 32",
|
2305
2372
|
fill: "currentColor",
|
2306
2373
|
...rest
|
2307
|
-
},
|
2374
|
+
}, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
2308
2375
|
d: "M25.8218,10.124a9.9991,9.9991,0,0,0-19.6435,0A7.4964,7.4964,0,0,0,7.5,25H8V23H7.5a5.4961,5.4961,0,0,1-.3769-10.9795l.8364-.0571.09-.8335a7.9979,7.9979,0,0,1,15.9013,0l.09.8335.8364.0571A5.4961,5.4961,0,0,1,24.5,23H24v2h.5a7.4964,7.4964,0,0,0,1.3218-14.876Z"
|
2309
|
-
})),
|
2376
|
+
})), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
2310
2377
|
d: "M23,22V20H20.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,17,16.1011V14H15v2.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,11.1011,20H9v2h2.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,15,25.8989V28h2V25.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,20.8989,22Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,16,24Z"
|
2311
2378
|
})), children);
|
2312
2379
|
});
|
2313
2380
|
if (process.env.NODE_ENV !== "production") {
|
2314
|
-
CloudServices.propTypes =
|
2381
|
+
CloudServices.propTypes = iconPropTypesC5chbmyn.i;
|
2315
2382
|
}
|
2316
|
-
const Cloudy = /*#__PURE__*/React.forwardRef(function Cloudy(
|
2383
|
+
const Cloudy = /*#__PURE__*/React.forwardRef(function Cloudy(_ref91, ref) {
|
2317
2384
|
let {
|
2318
2385
|
children,
|
2319
2386
|
size = 16,
|
2320
2387
|
...rest
|
2321
|
-
} =
|
2388
|
+
} = _ref91;
|
2322
2389
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2323
2390
|
width: size,
|
2324
2391
|
height: size,
|
@@ -2327,19 +2394,19 @@ const Cloudy = /*#__PURE__*/React.forwardRef(function Cloudy(_ref88, ref) {
|
|
2327
2394
|
viewBox: "0 0 32 32",
|
2328
2395
|
fill: "currentColor",
|
2329
2396
|
...rest
|
2330
|
-
},
|
2397
|
+
}, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
2331
2398
|
d: "M30.0005,15.5005a6.5324,6.5324,0,0,0-5.1992-6.3638,8.9943,8.9943,0,0,0-17.6006,0,6.5321,6.5321,0,0,0-5.2,6.3638,6.4543,6.4543,0,0,0,1.6887,4.35A5.9829,5.9829,0,0,0,8,30H19a5.9764,5.9764,0,0,0,5.6094-8.1016A6.5051,6.5051,0,0,0,30.0005,15.5005ZM19,28H8a3.9925,3.9925,0,0,1-.6731-7.9292L7.99,19.958l.1458-.6562a5.496,5.496,0,0,1,10.7294,0l.1458.6562.6626.1128A3.9925,3.9925,0,0,1,19,28Zm4.5-8h-.0554a5.9562,5.9562,0,0,0-2.7959-1.7564,7.4952,7.4952,0,0,0-14.2984,0,5.9877,5.9877,0,0,0-1.0315.4073A4.4446,4.4446,0,0,1,4,15.5005a4.5171,4.5171,0,0,1,4.144-4.481l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639a4.4975,4.4975,0,0,1-.3564,8.981Z"
|
2332
2399
|
})), children);
|
2333
2400
|
});
|
2334
2401
|
if (process.env.NODE_ENV !== "production") {
|
2335
|
-
Cloudy.propTypes =
|
2402
|
+
Cloudy.propTypes = iconPropTypesC5chbmyn.i;
|
2336
2403
|
}
|
2337
|
-
const WatsonHealthCobbAngle = /*#__PURE__*/React.forwardRef(function WatsonHealthCobbAngle(
|
2404
|
+
const WatsonHealthCobbAngle = /*#__PURE__*/React.forwardRef(function WatsonHealthCobbAngle(_ref92, ref) {
|
2338
2405
|
let {
|
2339
2406
|
children,
|
2340
2407
|
size = 16,
|
2341
2408
|
...rest
|
2342
|
-
} =
|
2409
|
+
} = _ref92;
|
2343
2410
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2344
2411
|
width: size,
|
2345
2412
|
height: size,
|
@@ -2348,19 +2415,19 @@ const WatsonHealthCobbAngle = /*#__PURE__*/React.forwardRef(function WatsonHealt
|
|
2348
2415
|
viewBox: "0 0 32 32",
|
2349
2416
|
fill: "currentColor",
|
2350
2417
|
...rest
|
2351
|
-
},
|
2418
|
+
}, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
2352
2419
|
d: "M20 17V15a2 2 0 00-2-2H10a2 2 0 00-2 2v2a2 2 0 002 2h8A2 2 0 0020 17zM10 15h8v2H10zM23.42 24.48A2 2 0 0021 23.06l-7.73 2.07a2 2 0 00-1.42 2.44h0l.52 1.93A2 2 0 0014.27 31a3 3 0 00.52-.07l7.73-2.07h0a2 2 0 001.41-2.45zM14.27 29l-.51-1.94L21.48 25 22 26.92zM13.24 6.86L21 8.93h0a2.24 2.24 0 00.51.07 2 2 0 001.94-1.48L24 5.58a2 2 0 00-1.41-2.45L14.79 1.06a2 2 0 00-2.45 1.41h0l-.52 1.93a2 2 0 001.42 2.44zm1-3.86L22 5.07 21.48 7 13.76 4.93zM14 21H16V23H14zM14 9H16V11H14z"
|
2353
2420
|
})), children);
|
2354
2421
|
});
|
2355
2422
|
if (process.env.NODE_ENV !== "production") {
|
2356
|
-
WatsonHealthCobbAngle.propTypes =
|
2423
|
+
WatsonHealthCobbAngle.propTypes = iconPropTypesC5chbmyn.i;
|
2357
2424
|
}
|
2358
|
-
const Code = /*#__PURE__*/React.forwardRef(function Code(
|
2425
|
+
const Code = /*#__PURE__*/React.forwardRef(function Code(_ref93, ref) {
|
2359
2426
|
let {
|
2360
2427
|
children,
|
2361
2428
|
size = 16,
|
2362
2429
|
...rest
|
2363
|
-
} =
|
2430
|
+
} = _ref93;
|
2364
2431
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2365
2432
|
width: size,
|
2366
2433
|
height: size,
|
@@ -2369,22 +2436,22 @@ const Code = /*#__PURE__*/React.forwardRef(function Code(_ref90, ref) {
|
|
2369
2436
|
viewBox: "0 0 32 32",
|
2370
2437
|
fill: "currentColor",
|
2371
2438
|
...rest
|
2372
|
-
},
|
2439
|
+
}, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
2373
2440
|
d: "M31 16L24 23 22.59 21.59 28.17 16 22.59 10.41 24 9 31 16zM1 16L8 9 9.41 10.41 3.83 16 9.41 21.59 8 23 1 16z"
|
2374
|
-
})),
|
2441
|
+
})), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
2375
2442
|
d: "M5.91 15H26.080000000000002V17H5.91z",
|
2376
2443
|
transform: "rotate(-75 15.996 16)"
|
2377
2444
|
})), children);
|
2378
2445
|
});
|
2379
2446
|
if (process.env.NODE_ENV !== "production") {
|
2380
|
-
Code.propTypes =
|
2447
|
+
Code.propTypes = iconPropTypesC5chbmyn.i;
|
2381
2448
|
}
|
2382
|
-
const CodeHide = /*#__PURE__*/React.forwardRef(function CodeHide(
|
2449
|
+
const CodeHide = /*#__PURE__*/React.forwardRef(function CodeHide(_ref94, ref) {
|
2383
2450
|
let {
|
2384
2451
|
children,
|
2385
2452
|
size = 16,
|
2386
2453
|
...rest
|
2387
|
-
} =
|
2454
|
+
} = _ref94;
|
2388
2455
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2389
2456
|
width: size,
|
2390
2457
|
height: size,
|
@@ -2393,19 +2460,19 @@ const CodeHide = /*#__PURE__*/React.forwardRef(function CodeHide(_ref91, ref) {
|
|
2393
2460
|
viewBox: "0 0 32 32",
|
2394
2461
|
fill: "currentColor",
|
2395
2462
|
...rest
|
2396
|
-
},
|
2463
|
+
}, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
2397
2464
|
d: "M17.713 13.471L19.576 6.518 17.645 6 16.08 11.838 17.713 13.471zM24.207 19.965L25.621 21.379 31 16 24 9 22.586 10.414 28.172 16 24.207 19.965zM30 28.586L3.414 2 2 3.414 7.793 9.207 1 16 8 23 9.414 21.586 3.828 16 9.207 10.621 14.884 16.298 12.423 25.482 14.355 26 16.517 17.931 28.586 30 30 28.586z"
|
2398
2465
|
})), children);
|
2399
2466
|
});
|
2400
2467
|
if (process.env.NODE_ENV !== "production") {
|
2401
|
-
CodeHide.propTypes =
|
2468
|
+
CodeHide.propTypes = iconPropTypesC5chbmyn.i;
|
2402
2469
|
}
|
2403
|
-
const CodeReference = /*#__PURE__*/React.forwardRef(function CodeReference(
|
2470
|
+
const CodeReference = /*#__PURE__*/React.forwardRef(function CodeReference(_ref95, ref) {
|
2404
2471
|
let {
|
2405
2472
|
children,
|
2406
2473
|
size = 16,
|
2407
2474
|
...rest
|
2408
|
-
} =
|
2475
|
+
} = _ref95;
|
2409
2476
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2410
2477
|
width: size,
|
2411
2478
|
height: size,
|
@@ -2414,24 +2481,24 @@ const CodeReference = /*#__PURE__*/React.forwardRef(function CodeReference(_ref9
|
|
2414
2481
|
viewBox: "0 0 32 32",
|
2415
2482
|
fill: "currentColor",
|
2416
2483
|
...rest
|
2417
|
-
},
|
2484
|
+
}, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
2418
2485
|
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM30 10L24 4 22.586 5.414 27.172 10 22.586 14.586 24 16 30 10z"
|
2419
|
-
})),
|
2486
|
+
})), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
2420
2487
|
d: "M8.944 9.001H24.974000000000004V11.001H8.944z",
|
2421
2488
|
transform: "rotate(-74.995 16.96 10)"
|
2422
|
-
})),
|
2489
|
+
})), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
2423
2490
|
d: "M4 10L10 4 11.414 5.414 6.828 10 11.414 14.586 10 16 4 10z"
|
2424
2491
|
})), children);
|
2425
2492
|
});
|
2426
2493
|
if (process.env.NODE_ENV !== "production") {
|
2427
|
-
CodeReference.propTypes =
|
2494
|
+
CodeReference.propTypes = iconPropTypesC5chbmyn.i;
|
2428
2495
|
}
|
2429
|
-
const CodeBlock = /*#__PURE__*/React.forwardRef(function CodeBlock(
|
2496
|
+
const CodeBlock = /*#__PURE__*/React.forwardRef(function CodeBlock(_ref96, ref) {
|
2430
2497
|
let {
|
2431
2498
|
children,
|
2432
2499
|
size = 16,
|
2433
2500
|
...rest
|
2434
|
-
} =
|
2501
|
+
} = _ref96;
|
2435
2502
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2436
2503
|
width: size,
|
2437
2504
|
height: size,
|
@@ -2440,20 +2507,20 @@ const CodeBlock = /*#__PURE__*/React.forwardRef(function CodeBlock(_ref93, ref)
|
|
2440
2507
|
viewBox: "0 0 32 32",
|
2441
2508
|
fill: "currentColor",
|
2442
2509
|
...rest
|
2443
|
-
},
|
2510
|
+
}, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
2444
2511
|
strokeWidth: "0",
|
2445
2512
|
d: "M2 3H10V5H2zM6 9H30V11H6zM6 15H30V17H6zM2 27H10V29H2zM6 21H22V23H6z"
|
2446
2513
|
})), children);
|
2447
2514
|
});
|
2448
2515
|
if (process.env.NODE_ENV !== "production") {
|
2449
|
-
CodeBlock.propTypes =
|
2516
|
+
CodeBlock.propTypes = iconPropTypesC5chbmyn.i;
|
2450
2517
|
}
|
2451
|
-
const CodeSigningService = /*#__PURE__*/React.forwardRef(function CodeSigningService(
|
2518
|
+
const CodeSigningService = /*#__PURE__*/React.forwardRef(function CodeSigningService(_ref97, ref) {
|
2452
2519
|
let {
|
2453
2520
|
children,
|
2454
2521
|
size = 16,
|
2455
2522
|
...rest
|
2456
|
-
} =
|
2523
|
+
} = _ref97;
|
2457
2524
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2458
2525
|
width: size,
|
2459
2526
|
height: size,
|
@@ -2466,19 +2533,19 @@ const CodeSigningService = /*#__PURE__*/React.forwardRef(function CodeSigningSer
|
|
2466
2533
|
cx: "25",
|
2467
2534
|
cy: "20",
|
2468
2535
|
r: "1"
|
2469
|
-
})),
|
2536
|
+
})), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
2470
2537
|
d: "M19.4141 30H15V25.5857l5.0337-5.0337A4.6069 4.6069 0 0120 20a5 5 0 114.4478 4.9663zM17 28h1.5859l5.2061-5.2063.5395.1238a3.0351 3.0351 0 10-2.249-2.2488l.1236.5393L17 26.4143zM6 8H8V16H6zM2 8H4V16H2zM18 8H20V14H18zM14 16H12a2 2 0 01-2-2V10a2 2 0 012-2h2a2 2 0 012 2v4A2 2 0 0114 16zm-2-2h2V10H12zM2 18H4V26H2zM14 18H16V22H14zM10 26H8a2 2 0 01-2-2V20a2 2 0 012-2h2a2 2 0 012 2v4A2 2 0 0110 26zM8 24h2V20H8zM2 2H4V6H2zM14 2H16V6H14zM18 2H20V6H18zM10 6H8A2 2 0 016 4V2H8V4h2V2h2V4A2 2 0 0110 6z"
|
2471
2538
|
})), children);
|
2472
2539
|
});
|
2473
2540
|
if (process.env.NODE_ENV !== "production") {
|
2474
|
-
CodeSigningService.propTypes =
|
2541
|
+
CodeSigningService.propTypes = iconPropTypesC5chbmyn.i;
|
2475
2542
|
}
|
2476
|
-
const Cognitive = /*#__PURE__*/React.forwardRef(function Cognitive(
|
2543
|
+
const Cognitive = /*#__PURE__*/React.forwardRef(function Cognitive(_ref98, ref) {
|
2477
2544
|
let {
|
2478
2545
|
children,
|
2479
2546
|
size = 16,
|
2480
2547
|
...rest
|
2481
|
-
} =
|
2548
|
+
} = _ref98;
|
2482
2549
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2483
2550
|
width: size,
|
2484
2551
|
height: size,
|
@@ -2487,19 +2554,19 @@ const Cognitive = /*#__PURE__*/React.forwardRef(function Cognitive(_ref95, ref)
|
|
2487
2554
|
viewBox: "0 0 32 32",
|
2488
2555
|
fill: "currentColor",
|
2489
2556
|
...rest
|
2490
|
-
},
|
2557
|
+
}, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
2491
2558
|
d: "M30,13A11,11,0,0,0,19,2H11a9,9,0,0,0-9,9v3a5,5,0,0,0,5,5H8.1A5,5,0,0,0,13,23h1.38l4,7,1.73-1-4-6.89A2,2,0,0,0,14.38,21H13a3,3,0,0,1,0-6h1V13H13a5,5,0,0,0-4.9,4H7a3,3,0,0,1-3-3V12H6A3,3,0,0,0,9,9V8H7V9a1,1,0,0,1-1,1H4.08A7,7,0,0,1,11,4h6V6a1,1,0,0,1-1,1H14V9h2a3,3,0,0,0,3-3V4a9,9,0,0,1,8.05,5H26a3,3,0,0,0-3,3v1h2V12a1,1,0,0,1,1-1h1.77A8.76,8.76,0,0,1,28,13v1a5,5,0,0,1-5,5H20v2h3a7,7,0,0,0,3-.68V21a3,3,0,0,1-3,3H22v2h1a5,5,0,0,0,5-5V18.89A7,7,0,0,0,30,14Z"
|
2492
2559
|
})), children);
|
2493
2560
|
});
|
2494
2561
|
if (process.env.NODE_ENV !== "production") {
|
2495
|
-
Cognitive.propTypes =
|
2562
|
+
Cognitive.propTypes = iconPropTypesC5chbmyn.i;
|
2496
2563
|
}
|
2497
|
-
const Collaborate = /*#__PURE__*/React.forwardRef(function Collaborate(
|
2564
|
+
const Collaborate = /*#__PURE__*/React.forwardRef(function Collaborate(_ref99, ref) {
|
2498
2565
|
let {
|
2499
2566
|
children,
|
2500
2567
|
size = 16,
|
2501
2568
|
...rest
|
2502
|
-
} =
|
2569
|
+
} = _ref99;
|
2503
2570
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2504
2571
|
width: size,
|
2505
2572
|
height: size,
|
@@ -2508,19 +2575,19 @@ const Collaborate = /*#__PURE__*/React.forwardRef(function Collaborate(_ref96, r
|
|
2508
2575
|
viewBox: "0 0 32 32",
|
2509
2576
|
fill: "currentColor",
|
2510
2577
|
...rest
|
2511
|
-
},
|
2578
|
+
}, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
2512
2579
|
d: "M6 21V20H4v1a7 7 0 007 7h3V26H11A5 5 0 016 21zM24 11v1h2V11a7 7 0 00-7-7H16V6h3A5 5 0 0124 11zM11 11H5a3 3 0 00-3 3v2H4V14a1 1 0 011-1h6a1 1 0 011 1v2h2V14A3 3 0 0011 11zM8 10A4 4 0 104 6 4 4 0 008 10zM8 4A2 2 0 116 6 2 2 0 018 4zM27 25H21a3 3 0 00-3 3v2h2V28a1 1 0 011-1h6a1 1 0 011 1v2h2V28A3 3 0 0027 25zM20 20a4 4 0 104-4A4 4 0 0020 20zm6 0a2 2 0 11-2-2A2 2 0 0126 20z"
|
2513
2580
|
})), children);
|
2514
2581
|
});
|
2515
2582
|
if (process.env.NODE_ENV !== "production") {
|
2516
|
-
Collaborate.propTypes =
|
2583
|
+
Collaborate.propTypes = iconPropTypesC5chbmyn.i;
|
2517
2584
|
}
|
2518
|
-
const CollapseAll = /*#__PURE__*/React.forwardRef(function CollapseAll(
|
2585
|
+
const CollapseAll = /*#__PURE__*/React.forwardRef(function CollapseAll(_ref100, ref) {
|
2519
2586
|
let {
|
2520
2587
|
children,
|
2521
2588
|
size = 16,
|
2522
2589
|
...rest
|
2523
|
-
} =
|
2590
|
+
} = _ref100;
|
2524
2591
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2525
2592
|
width: size,
|
2526
2593
|
height: size,
|
@@ -2529,23 +2596,23 @@ const CollapseAll = /*#__PURE__*/React.forwardRef(function CollapseAll(_ref97, r
|
|
2529
2596
|
viewBox: "0 0 32 32",
|
2530
2597
|
fill: "currentColor",
|
2531
2598
|
...rest
|
2532
|
-
},
|
2599
|
+
}, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
2533
2600
|
d: "M30,15H28V7H13V5H28a2.0023,2.0023,0,0,1,2,2Z"
|
2534
|
-
})),
|
2601
|
+
})), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
2535
2602
|
d: "M25,20H23V12H8V10H23a2.0023,2.0023,0,0,1,2,2Z"
|
2536
|
-
})),
|
2603
|
+
})), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
2537
2604
|
d: "M18,27H4a2.0023,2.0023,0,0,1-2-2V17a2.0023,2.0023,0,0,1,2-2H18a2.0023,2.0023,0,0,1,2,2v8A2.0023,2.0023,0,0,1,18,27ZM4,17v8H18.0012L18,17Z"
|
2538
2605
|
})), children);
|
2539
2606
|
});
|
2540
2607
|
if (process.env.NODE_ENV !== "production") {
|
2541
|
-
CollapseAll.propTypes =
|
2608
|
+
CollapseAll.propTypes = iconPropTypesC5chbmyn.i;
|
2542
2609
|
}
|
2543
|
-
const CollapseCategories = /*#__PURE__*/React.forwardRef(function CollapseCategories(
|
2610
|
+
const CollapseCategories = /*#__PURE__*/React.forwardRef(function CollapseCategories(_ref101, ref) {
|
2544
2611
|
let {
|
2545
2612
|
children,
|
2546
2613
|
size = 16,
|
2547
2614
|
...rest
|
2548
|
-
} =
|
2615
|
+
} = _ref101;
|
2549
2616
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2550
2617
|
width: size,
|
2551
2618
|
height: size,
|
@@ -2554,19 +2621,19 @@ const CollapseCategories = /*#__PURE__*/React.forwardRef(function CollapseCatego
|
|
2554
2621
|
viewBox: "0 0 32 32",
|
2555
2622
|
fill: "currentColor",
|
2556
2623
|
...rest
|
2557
|
-
},
|
2624
|
+
}, _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
2558
2625
|
d: "M14 25H28V27H14zM7.17 26L4.59 28.58 6 30 10 26 6 22 4.58 23.41 7.17 26zM14 15H28V17H14zM7.17 16L4.59 18.58 6 20 10 16 6 12 4.58 13.41 7.17 16zM14 5H28V7H14zM7.17 6L4.59 8.58 6 10 10 6 6 2 4.58 3.41 7.17 6z"
|
2559
2626
|
})), children);
|
2560
2627
|
});
|
2561
2628
|
if (process.env.NODE_ENV !== "production") {
|
2562
|
-
CollapseCategories.propTypes =
|
2629
|
+
CollapseCategories.propTypes = iconPropTypesC5chbmyn.i;
|
2563
2630
|
}
|
2564
|
-
const ColorPalette = /*#__PURE__*/React.forwardRef(function ColorPalette(
|
2631
|
+
const ColorPalette = /*#__PURE__*/React.forwardRef(function ColorPalette(_ref102, ref) {
|
2565
2632
|
let {
|
2566
2633
|
children,
|
2567
2634
|
size = 16,
|
2568
2635
|
...rest
|
2569
|
-
} =
|
2636
|
+
} = _ref102;
|
2570
2637
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2571
2638
|
width: size,
|
2572
2639
|
height: size,
|
@@ -2595,19 +2662,19 @@ const ColorPalette = /*#__PURE__*/React.forwardRef(function ColorPalette(_ref99,
|
|
2595
2662
|
cx: "19",
|
2596
2663
|
cy: "23",
|
2597
2664
|
r: "2"
|
2598
|
-
})),
|
2665
|
+
})), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
2599
2666
|
d: "M16.54,2A14,14,0,0,0,2,16a4.82,4.82,0,0,0,6.09,4.65l1.12-.31A3,3,0,0,1,13,23.24V27a3,3,0,0,0,3,3A14,14,0,0,0,30,15.46,14.05,14.05,0,0,0,16.54,2Zm8.11,22.31A11.93,11.93,0,0,1,16,28a1,1,0,0,1-1-1V23.24a5,5,0,0,0-5-5,5.07,5.07,0,0,0-1.33.18l-1.12.31A2.82,2.82,0,0,1,4,16,12,12,0,0,1,16.47,4,12.18,12.18,0,0,1,28,15.53,11.89,11.89,0,0,1,24.65,24.32Z"
|
2600
2667
|
})), children);
|
2601
2668
|
});
|
2602
2669
|
if (process.env.NODE_ENV !== "production") {
|
2603
|
-
ColorPalette.propTypes =
|
2670
|
+
ColorPalette.propTypes = iconPropTypesC5chbmyn.i;
|
2604
2671
|
}
|
2605
|
-
const ColorSwitch = /*#__PURE__*/React.forwardRef(function ColorSwitch(
|
2672
|
+
const ColorSwitch = /*#__PURE__*/React.forwardRef(function ColorSwitch(_ref103, ref) {
|
2606
2673
|
let {
|
2607
2674
|
children,
|
2608
2675
|
size = 16,
|
2609
2676
|
...rest
|
2610
|
-
} =
|
2677
|
+
} = _ref103;
|
2611
2678
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2612
2679
|
width: size,
|
2613
2680
|
height: size,
|
@@ -2616,19 +2683,19 @@ const ColorSwitch = /*#__PURE__*/React.forwardRef(function ColorSwitch(_ref100,
|
|
2616
2683
|
viewBox: "0 0 32 32",
|
2617
2684
|
fill: "currentColor",
|
2618
2685
|
...rest
|
2619
|
-
},
|
2686
|
+
}, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
2620
2687
|
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,4ZM6,26,26,6V26Z"
|
2621
2688
|
})), children);
|
2622
2689
|
});
|
2623
2690
|
if (process.env.NODE_ENV !== "production") {
|
2624
|
-
ColorSwitch.propTypes =
|
2691
|
+
ColorSwitch.propTypes = iconPropTypesC5chbmyn.i;
|
2625
2692
|
}
|
2626
|
-
const Column = /*#__PURE__*/React.forwardRef(function Column(
|
2693
|
+
const Column = /*#__PURE__*/React.forwardRef(function Column(_ref104, ref) {
|
2627
2694
|
let {
|
2628
2695
|
children,
|
2629
2696
|
size = 16,
|
2630
2697
|
...rest
|
2631
|
-
} =
|
2698
|
+
} = _ref104;
|
2632
2699
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2633
2700
|
width: size,
|
2634
2701
|
height: size,
|
@@ -2637,19 +2704,19 @@ const Column = /*#__PURE__*/React.forwardRef(function Column(_ref101, ref) {
|
|
2637
2704
|
viewBox: "0 0 32 32",
|
2638
2705
|
fill: "currentColor",
|
2639
2706
|
...rest
|
2640
|
-
},
|
2707
|
+
}, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
2641
2708
|
d: "M24 4H26V28H24zM18 6V26H14V6h4m0-2H14a2 2 0 00-2 2V26a2 2 0 002 2h4a2 2 0 002-2V6a2 2 0 00-2-2zM6 4H8V28H6z"
|
2642
2709
|
})), children);
|
2643
2710
|
});
|
2644
2711
|
if (process.env.NODE_ENV !== "production") {
|
2645
|
-
Column.propTypes =
|
2712
|
+
Column.propTypes = iconPropTypesC5chbmyn.i;
|
2646
2713
|
}
|
2647
|
-
const ColumnDelete = /*#__PURE__*/React.forwardRef(function ColumnDelete(
|
2714
|
+
const ColumnDelete = /*#__PURE__*/React.forwardRef(function ColumnDelete(_ref105, ref) {
|
2648
2715
|
let {
|
2649
2716
|
children,
|
2650
2717
|
size = 16,
|
2651
2718
|
...rest
|
2652
|
-
} =
|
2719
|
+
} = _ref105;
|
2653
2720
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2654
2721
|
width: size,
|
2655
2722
|
height: size,
|
@@ -2658,21 +2725,21 @@ const ColumnDelete = /*#__PURE__*/React.forwardRef(function ColumnDelete(_ref102
|
|
2658
2725
|
viewBox: "0 0 32 32",
|
2659
2726
|
fill: "currentColor",
|
2660
2727
|
...rest
|
2661
|
-
},
|
2728
|
+
}, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
2662
2729
|
d: "M30 3.41L28.59 2 25 5.59 21.41 2 20 3.41 23.59 7 20 10.59 21.41 12 25 8.41 28.59 12 30 10.59 26.41 7 30 3.41z"
|
2663
|
-
})),
|
2730
|
+
})), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
2664
2731
|
d: "M24 14V28H18V6H16V28a2.0023 2.0023 0 002 2h6a2.0023 2.0023 0 002-2V14zM10 30H4a2.0021 2.0021 0 01-2-2V8A2.0021 2.0021 0 014 6h6a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0110 30zM4 8V28h6V8z"
|
2665
2732
|
})), children);
|
2666
2733
|
});
|
2667
2734
|
if (process.env.NODE_ENV !== "production") {
|
2668
|
-
ColumnDelete.propTypes =
|
2735
|
+
ColumnDelete.propTypes = iconPropTypesC5chbmyn.i;
|
2669
2736
|
}
|
2670
|
-
const ColumnInsert = /*#__PURE__*/React.forwardRef(function ColumnInsert(
|
2737
|
+
const ColumnInsert = /*#__PURE__*/React.forwardRef(function ColumnInsert(_ref106, ref) {
|
2671
2738
|
let {
|
2672
2739
|
children,
|
2673
2740
|
size = 16,
|
2674
2741
|
...rest
|
2675
|
-
} =
|
2742
|
+
} = _ref106;
|
2676
2743
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2677
2744
|
width: size,
|
2678
2745
|
height: size,
|
@@ -2681,19 +2748,19 @@ const ColumnInsert = /*#__PURE__*/React.forwardRef(function ColumnInsert(_ref103
|
|
2681
2748
|
viewBox: "0 0 32 32",
|
2682
2749
|
fill: "currentColor",
|
2683
2750
|
...rest
|
2684
|
-
},
|
2751
|
+
}, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
2685
2752
|
d: "M28 30H22a2.0021 2.0021 0 01-2-2V10a2.0021 2.0021 0 012-2h6a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0128 30zM22 10V28h6V10zM16 9L21.586 3.414 20.172 2 16 6.172 11.828 2 10.414 3.414 16 9zM10 30H4a2.0021 2.0021 0 01-2-2V10A2.0021 2.0021 0 014 8h6a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0110 30zM4 10V28h6V10z"
|
2686
2753
|
})), children);
|
2687
2754
|
});
|
2688
2755
|
if (process.env.NODE_ENV !== "production") {
|
2689
|
-
ColumnInsert.propTypes =
|
2756
|
+
ColumnInsert.propTypes = iconPropTypesC5chbmyn.i;
|
2690
2757
|
}
|
2691
|
-
const ColumnDependency = /*#__PURE__*/React.forwardRef(function ColumnDependency(
|
2758
|
+
const ColumnDependency = /*#__PURE__*/React.forwardRef(function ColumnDependency(_ref107, ref) {
|
2692
2759
|
let {
|
2693
2760
|
children,
|
2694
2761
|
size = 16,
|
2695
2762
|
...rest
|
2696
|
-
} =
|
2763
|
+
} = _ref107;
|
2697
2764
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2698
2765
|
width: size,
|
2699
2766
|
height: size,
|
@@ -2702,19 +2769,19 @@ const ColumnDependency = /*#__PURE__*/React.forwardRef(function ColumnDependency
|
|
2702
2769
|
viewBox: "0 0 32 32",
|
2703
2770
|
fill: "currentColor",
|
2704
2771
|
...rest
|
2705
|
-
},
|
2772
|
+
}, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
2706
2773
|
d: "M30,10V2H22V5H17a2.0023,2.0023,0,0,0-2,2v8H10V12H2v8h8V17h5v8a2.0023,2.0023,0,0,0,2,2h5v3h8V22H22v3H17V17h5v3h8V12H22v3H17V7h5v3ZM8,18H4V14H8Zm16,6h4v4H24Zm0-10h4v4H24ZM24,4h4V8H24Z"
|
2707
2774
|
})), children);
|
2708
2775
|
});
|
2709
2776
|
if (process.env.NODE_ENV !== "production") {
|
2710
|
-
ColumnDependency.propTypes =
|
2777
|
+
ColumnDependency.propTypes = iconPropTypesC5chbmyn.i;
|
2711
2778
|
}
|
2712
|
-
const Commit = /*#__PURE__*/React.forwardRef(function Commit(
|
2779
|
+
const Commit = /*#__PURE__*/React.forwardRef(function Commit(_ref108, ref) {
|
2713
2780
|
let {
|
2714
2781
|
children,
|
2715
2782
|
size = 16,
|
2716
2783
|
...rest
|
2717
|
-
} =
|
2784
|
+
} = _ref108;
|
2718
2785
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2719
2786
|
width: size,
|
2720
2787
|
height: size,
|
@@ -2723,19 +2790,19 @@ const Commit = /*#__PURE__*/React.forwardRef(function Commit(_ref105, ref) {
|
|
2723
2790
|
viewBox: "0 0 32 32",
|
2724
2791
|
fill: "currentColor",
|
2725
2792
|
...rest
|
2726
|
-
},
|
2793
|
+
}, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
2727
2794
|
d: "M30,15H21.91A5.9925,5.9925,0,0,0,10.09,15H2v2h8.09A5.9925,5.9925,0,0,0,21.91,17H30ZM16,20a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,20Z"
|
2728
2795
|
})), children);
|
2729
2796
|
});
|
2730
2797
|
if (process.env.NODE_ENV !== "production") {
|
2731
|
-
Commit.propTypes =
|
2798
|
+
Commit.propTypes = iconPropTypesC5chbmyn.i;
|
2732
2799
|
}
|
2733
|
-
const CommunicationUnified = /*#__PURE__*/React.forwardRef(function CommunicationUnified(
|
2800
|
+
const CommunicationUnified = /*#__PURE__*/React.forwardRef(function CommunicationUnified(_ref109, ref) {
|
2734
2801
|
let {
|
2735
2802
|
children,
|
2736
2803
|
size = 16,
|
2737
2804
|
...rest
|
2738
|
-
} =
|
2805
|
+
} = _ref109;
|
2739
2806
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2740
2807
|
width: size,
|
2741
2808
|
height: size,
|
@@ -2744,19 +2811,19 @@ const CommunicationUnified = /*#__PURE__*/React.forwardRef(function Communicatio
|
|
2744
2811
|
viewBox: "0 0 32 32",
|
2745
2812
|
fill: "currentColor",
|
2746
2813
|
...rest
|
2747
|
-
},
|
2814
|
+
}, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
2748
2815
|
d: "M28 17H18a2.0025 2.0025 0 00-2 2v6a2.0025 2.0025 0 002 2h4V25H18V19H28v6H25.4648l-2.5937 3.8906L24.5352 30l2-3H28a2.0025 2.0025 0 002-2V19A2.0025 2.0025 0 0028 17zM8.6667 24.1086l.8614-.8615a.8334.8334 0 01.8988-.1844l1.0493.42A.8334.8334 0 0112 24.2561v1.9082a.8334.8334 0 01-.8786.8341c-7.3546-.4578-8.84-6.6863-9.1158-9.0723A.8316.8316 0 012.8343 17H4.7085a.8335.8335 0 01.7737.5238l.42 1.0493a.8332.8332 0 01-.1845.8988l-.8614.8614A4.5267 4.5267 0 008.6667 24.1086zM21 9H28V11H21zM21 5H30V7H21zM17 6L14 8.2V6a2.0024 2.0024 0 00-2-2H4A2.0024 2.0024 0 002 6v6a2.0024 2.0024 0 002 2h8a2.0024 2.0024 0 002-2V9.8L17 12zM4 12V6h8v6z"
|
2749
2816
|
})), children);
|
2750
2817
|
});
|
2751
2818
|
if (process.env.NODE_ENV !== "production") {
|
2752
|
-
CommunicationUnified.propTypes =
|
2819
|
+
CommunicationUnified.propTypes = iconPropTypesC5chbmyn.i;
|
2753
2820
|
}
|
2754
|
-
const Compare = /*#__PURE__*/React.forwardRef(function Compare(
|
2821
|
+
const Compare = /*#__PURE__*/React.forwardRef(function Compare(_ref110, ref) {
|
2755
2822
|
let {
|
2756
2823
|
children,
|
2757
2824
|
size = 16,
|
2758
2825
|
...rest
|
2759
|
-
} =
|
2826
|
+
} = _ref110;
|
2760
2827
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2761
2828
|
width: size,
|
2762
2829
|
height: size,
|
@@ -2765,19 +2832,19 @@ const Compare = /*#__PURE__*/React.forwardRef(function Compare(_ref107, ref) {
|
|
2765
2832
|
viewBox: "0 0 32 32",
|
2766
2833
|
fill: "currentColor",
|
2767
2834
|
...rest
|
2768
|
-
},
|
2835
|
+
}, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
2769
2836
|
d: "M28,6H18V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V24a2,2,0,0,0,2,2H14v2a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM4,15h6.17L7.59,17.59,9,19l5-5L9,9,7.59,10.41,10.17,13H4V4H16V24H4ZM16,28V26a2,2,0,0,0,2-2V8H28v9H21.83l2.58-2.59L23,13l-5,5,5,5,1.41-1.41L21.83,19H28v9Z"
|
2770
2837
|
})), children);
|
2771
2838
|
});
|
2772
2839
|
if (process.env.NODE_ENV !== "production") {
|
2773
|
-
Compare.propTypes =
|
2840
|
+
Compare.propTypes = iconPropTypesC5chbmyn.i;
|
2774
2841
|
}
|
2775
|
-
const Compass = /*#__PURE__*/React.forwardRef(function Compass(
|
2842
|
+
const Compass = /*#__PURE__*/React.forwardRef(function Compass(_ref111, ref) {
|
2776
2843
|
let {
|
2777
2844
|
children,
|
2778
2845
|
size = 16,
|
2779
2846
|
...rest
|
2780
|
-
} =
|
2847
|
+
} = _ref111;
|
2781
2848
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2782
2849
|
width: size,
|
2783
2850
|
height: size,
|
@@ -2786,9 +2853,9 @@ const Compass = /*#__PURE__*/React.forwardRef(function Compass(_ref108, ref) {
|
|
2786
2853
|
viewBox: "0 0 32 32",
|
2787
2854
|
fill: "currentColor",
|
2788
2855
|
...rest
|
2789
|
-
},
|
2856
|
+
}, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
2790
2857
|
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"
|
2791
|
-
})),
|
2858
|
+
})), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
2792
2859
|
d: "M23,10.41,21.59,9l-4.3,4.3a3,3,0,0,0-4,4L9,21.59,10.41,23l4.3-4.3a3,3,0,0,0,4-4ZM17,16a1,1,0,1,1-1-1A1,1,0,0,1,17,16Z"
|
2793
2860
|
})), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
|
2794
2861
|
cx: "16",
|
@@ -2797,14 +2864,14 @@ const Compass = /*#__PURE__*/React.forwardRef(function Compass(_ref108, ref) {
|
|
2797
2864
|
})), children);
|
2798
2865
|
});
|
2799
2866
|
if (process.env.NODE_ENV !== "production") {
|
2800
|
-
Compass.propTypes =
|
2867
|
+
Compass.propTypes = iconPropTypesC5chbmyn.i;
|
2801
2868
|
}
|
2802
|
-
const QComposerEdit = /*#__PURE__*/React.forwardRef(function QComposerEdit(
|
2869
|
+
const QComposerEdit = /*#__PURE__*/React.forwardRef(function QComposerEdit(_ref112, ref) {
|
2803
2870
|
let {
|
2804
2871
|
children,
|
2805
2872
|
size = 16,
|
2806
2873
|
...rest
|
2807
|
-
} =
|
2874
|
+
} = _ref112;
|
2808
2875
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2809
2876
|
width: size,
|
2810
2877
|
height: size,
|
@@ -2813,19 +2880,19 @@ const QComposerEdit = /*#__PURE__*/React.forwardRef(function QComposerEdit(_ref1
|
|
2813
2880
|
viewBox: "0 0 32 32",
|
2814
2881
|
fill: "currentColor",
|
2815
2882
|
...rest
|
2816
|
-
},
|
2883
|
+
}, _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
2817
2884
|
d: "M25.82,10H30V8H25.82a3,3,0,0,0-5.64,0H13V5H5V8H2v2H5v3h8V10h7.18A3,3,0,0,0,22,11.82v7.32A4,4,0,0,0,19.14,22H2v2H19.14a4,4,0,0,0,7.72,0H30V22H26.86A4,4,0,0,0,24,19.14V11.82A3,3,0,0,0,25.82,10ZM11,11H7V7h4ZM25,23a2,2,0,1,1-2-2A2,2,0,0,1,25,23Z"
|
2818
2885
|
})), children);
|
2819
2886
|
});
|
2820
2887
|
if (process.env.NODE_ENV !== "production") {
|
2821
|
-
QComposerEdit.propTypes =
|
2888
|
+
QComposerEdit.propTypes = iconPropTypesC5chbmyn.i;
|
2822
2889
|
}
|
2823
|
-
const Concept = /*#__PURE__*/React.forwardRef(function Concept(
|
2890
|
+
const Concept = /*#__PURE__*/React.forwardRef(function Concept(_ref113, ref) {
|
2824
2891
|
let {
|
2825
2892
|
children,
|
2826
2893
|
size = 16,
|
2827
2894
|
...rest
|
2828
|
-
} =
|
2895
|
+
} = _ref113;
|
2829
2896
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2830
2897
|
width: size,
|
2831
2898
|
height: size,
|
@@ -2834,19 +2901,19 @@ const Concept = /*#__PURE__*/React.forwardRef(function Concept(_ref110, ref) {
|
|
2834
2901
|
viewBox: "0 0 32 32",
|
2835
2902
|
fill: "currentColor",
|
2836
2903
|
...rest
|
2837
|
-
},
|
2904
|
+
}, _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
2838
2905
|
d: "M20.8851,19.4711a5.9609,5.9609,0,0,0,0-6.9422L23,10.4141l1.293,1.2929a.9995.9995,0,0,0,1.414,0l4-4a.9994.9994,0,0,0,0-1.414l-4-4a.9994.9994,0,0,0-1.414,0l-4,4a.9994.9994,0,0,0,0,1.414L21.5859,9l-2.1148,2.1149a5.9609,5.9609,0,0,0-6.9422,0L10,8.5859V2H2v8H8.5859l2.529,2.5289a5.9609,5.9609,0,0,0,0,6.9422L9,21.5859,7.707,20.293a.9994.9994,0,0,0-1.414,0l-4,4a.9994.9994,0,0,0,0,1.414l4,4a.9995.9995,0,0,0,1.414,0l4-4a.9994.9994,0,0,0,0-1.414L10.4141,23l2.1148-2.1149a5.9609,5.9609,0,0,0,6.9422,0L22,23.4141V30h8V22H23.4141ZM25,4.4141,27.5859,7,25,9.5859,22.4141,7ZM7,27.5859,4.4141,25,7,22.4141,9.5859,25ZM8,8H4V4H8Zm4,8a4,4,0,1,1,4,4A4.0045,4.0045,0,0,1,12,16Zm12,8h4v4H24Z"
|
2839
2906
|
})), children);
|
2840
2907
|
});
|
2841
2908
|
if (process.env.NODE_ENV !== "production") {
|
2842
|
-
Concept.propTypes =
|
2909
|
+
Concept.propTypes = iconPropTypesC5chbmyn.i;
|
2843
2910
|
}
|
2844
|
-
const ConditionPoint = /*#__PURE__*/React.forwardRef(function ConditionPoint(
|
2911
|
+
const ConditionPoint = /*#__PURE__*/React.forwardRef(function ConditionPoint(_ref114, ref) {
|
2845
2912
|
let {
|
2846
2913
|
children,
|
2847
2914
|
size = 16,
|
2848
2915
|
...rest
|
2849
|
-
} =
|
2916
|
+
} = _ref114;
|
2850
2917
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2851
2918
|
width: size,
|
2852
2919
|
height: size,
|
@@ -2855,22 +2922,22 @@ const ConditionPoint = /*#__PURE__*/React.forwardRef(function ConditionPoint(_re
|
|
2855
2922
|
viewBox: "0 0 32 32",
|
2856
2923
|
fill: "currentColor",
|
2857
2924
|
...rest
|
2858
|
-
},
|
2925
|
+
}, _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
|
2859
2926
|
d: "M10.343 10.343H21.657V21.657H10.343z",
|
2860
2927
|
transform: "rotate(-45 16 16)"
|
2861
|
-
})),
|
2928
|
+
})), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
2862
2929
|
d: "M29.3906,14.5269,17.4731,2.6094a2.0852,2.0852,0,0,0-2.9462,0L2.6094,14.5269a2.0852,2.0852,0,0,0,0,2.9462L14.5269,29.3906a2.0852,2.0852,0,0,0,2.9462,0L29.3906,17.4731a2.0852,2.0852,0,0,0,0-2.9462ZM16,28.0356,3.9646,16,16,3.9644,28.0356,16Z"
|
2863
2930
|
})), children);
|
2864
2931
|
});
|
2865
2932
|
if (process.env.NODE_ENV !== "production") {
|
2866
|
-
ConditionPoint.propTypes =
|
2933
|
+
ConditionPoint.propTypes = iconPropTypesC5chbmyn.i;
|
2867
2934
|
}
|
2868
|
-
const ConditionWaitPoint = /*#__PURE__*/React.forwardRef(function ConditionWaitPoint(
|
2935
|
+
const ConditionWaitPoint = /*#__PURE__*/React.forwardRef(function ConditionWaitPoint(_ref115, ref) {
|
2869
2936
|
let {
|
2870
2937
|
children,
|
2871
2938
|
size = 16,
|
2872
2939
|
...rest
|
2873
|
-
} =
|
2940
|
+
} = _ref115;
|
2874
2941
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2875
2942
|
width: size,
|
2876
2943
|
height: size,
|
@@ -2879,22 +2946,22 @@ const ConditionWaitPoint = /*#__PURE__*/React.forwardRef(function ConditionWaitP
|
|
2879
2946
|
viewBox: "0 0 32 32",
|
2880
2947
|
fill: "currentColor",
|
2881
2948
|
...rest
|
2882
|
-
},
|
2949
|
+
}, _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
2883
2950
|
d: "M10.343 10.343H21.657V21.657H10.343z",
|
2884
2951
|
transform: "rotate(-45 16 16)"
|
2885
|
-
})),
|
2952
|
+
})), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
2886
2953
|
d: "M16,4A12,12,0,1,1,4,16,12.0136,12.0136,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Z"
|
2887
2954
|
})), children);
|
2888
2955
|
});
|
2889
2956
|
if (process.env.NODE_ENV !== "production") {
|
2890
|
-
ConditionWaitPoint.propTypes =
|
2957
|
+
ConditionWaitPoint.propTypes = iconPropTypesC5chbmyn.i;
|
2891
2958
|
}
|
2892
|
-
const Connect = /*#__PURE__*/React.forwardRef(function Connect(
|
2959
|
+
const Connect = /*#__PURE__*/React.forwardRef(function Connect(_ref116, ref) {
|
2893
2960
|
let {
|
2894
2961
|
children,
|
2895
2962
|
size = 16,
|
2896
2963
|
...rest
|
2897
|
-
} =
|
2964
|
+
} = _ref116;
|
2898
2965
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2899
2966
|
width: size,
|
2900
2967
|
height: size,
|
@@ -2903,20 +2970,20 @@ const Connect = /*#__PURE__*/React.forwardRef(function Connect(_ref113, ref) {
|
|
2903
2970
|
viewBox: "0 0 32 32",
|
2904
2971
|
fill: "currentColor",
|
2905
2972
|
...rest
|
2906
|
-
},
|
2973
|
+
}, _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
2907
2974
|
d: "M23,16a7,7,0,0,0-4.18,1.39L14.6,13.17A6.86,6.86,0,0,0,16,9a7,7,0,1,0-2.81,5.59l4.21,4.22A7,7,0,1,0,23,16ZM4,9a5,5,0,1,1,5,5A5,5,0,0,1,4,9Z",
|
2908
2975
|
transform: "translate(0 .01)"
|
2909
2976
|
})), children);
|
2910
2977
|
});
|
2911
2978
|
if (process.env.NODE_ENV !== "production") {
|
2912
|
-
Connect.propTypes =
|
2979
|
+
Connect.propTypes = iconPropTypesC5chbmyn.i;
|
2913
2980
|
}
|
2914
|
-
const ConnectRecursive = /*#__PURE__*/React.forwardRef(function ConnectRecursive(
|
2981
|
+
const ConnectRecursive = /*#__PURE__*/React.forwardRef(function ConnectRecursive(_ref117, ref) {
|
2915
2982
|
let {
|
2916
2983
|
children,
|
2917
2984
|
size = 16,
|
2918
2985
|
...rest
|
2919
|
-
} =
|
2986
|
+
} = _ref117;
|
2920
2987
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2921
2988
|
width: size,
|
2922
2989
|
height: size,
|
@@ -2925,19 +2992,19 @@ const ConnectRecursive = /*#__PURE__*/React.forwardRef(function ConnectRecursive
|
|
2925
2992
|
viewBox: "0 0 32 32",
|
2926
2993
|
fill: "currentColor",
|
2927
2994
|
...rest
|
2928
|
-
},
|
2995
|
+
}, _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
2929
2996
|
d: "M28,7H13.8281l3.586-3.5859L16,2,10,8l6,6,1.4141-1.4141L13.8281,9H28V20H11.8989A5.0145,5.0145,0,0,0,8,16.1011V2H6V16.1011a5,5,0,0,0,0,9.7978V30H8V25.8989A5.0145,5.0145,0,0,0,11.8989,22H28a2.0023,2.0023,0,0,0,2-2V9A2.0023,2.0023,0,0,0,28,7ZM7,24a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,7,24Z"
|
2930
2997
|
})), children);
|
2931
2998
|
});
|
2932
2999
|
if (process.env.NODE_ENV !== "production") {
|
2933
|
-
ConnectRecursive.propTypes =
|
3000
|
+
ConnectRecursive.propTypes = iconPropTypesC5chbmyn.i;
|
2934
3001
|
}
|
2935
|
-
const ConnectReference = /*#__PURE__*/React.forwardRef(function ConnectReference(
|
3002
|
+
const ConnectReference = /*#__PURE__*/React.forwardRef(function ConnectReference(_ref118, ref) {
|
2936
3003
|
let {
|
2937
3004
|
children,
|
2938
3005
|
size = 16,
|
2939
3006
|
...rest
|
2940
|
-
} =
|
3007
|
+
} = _ref118;
|
2941
3008
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2942
3009
|
width: size,
|
2943
3010
|
height: size,
|
@@ -2946,21 +3013,21 @@ const ConnectReference = /*#__PURE__*/React.forwardRef(function ConnectReference
|
|
2946
3013
|
viewBox: "0 0 32 32",
|
2947
3014
|
fill: "currentColor",
|
2948
3015
|
...rest
|
2949
|
-
},
|
3016
|
+
}, _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
|
2950
3017
|
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
|
2951
|
-
})),
|
3018
|
+
})), _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
|
2952
3019
|
d: "M23,16c-1.5696,0-3.0124,.5159-4.1813,1.3919l-4.2173-4.2174c.876-1.1689,1.3986-2.6048,1.3986-4.1745,0-3.8599-3.1406-7-7-7S2,5.1401,2,9s3.1406,7,7,7c1.5696,0,3.0184-.5355,4.1873-1.4114l4.2173,4.2174c-.8759,1.1689-1.4046,2.6243-1.4046,4.194,0,3.8599,3.1406,7,7,7s7-3.1401,7-7-3.1406-7-7-7ZM4,9c0-2.7568,2.2432-5,5-5s5,2.2432,5,5-2.2432,5-5,5-5-2.2432-5-5Z"
|
2953
3020
|
})), children);
|
2954
3021
|
});
|
2955
3022
|
if (process.env.NODE_ENV !== "production") {
|
2956
|
-
ConnectReference.propTypes =
|
3023
|
+
ConnectReference.propTypes = iconPropTypesC5chbmyn.i;
|
2957
3024
|
}
|
2958
|
-
const ConnectSource = /*#__PURE__*/React.forwardRef(function ConnectSource(
|
3025
|
+
const ConnectSource = /*#__PURE__*/React.forwardRef(function ConnectSource(_ref119, ref) {
|
2959
3026
|
let {
|
2960
3027
|
children,
|
2961
3028
|
size = 16,
|
2962
3029
|
...rest
|
2963
|
-
} =
|
3030
|
+
} = _ref119;
|
2964
3031
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2965
3032
|
width: size,
|
2966
3033
|
height: size,
|
@@ -2969,19 +3036,19 @@ const ConnectSource = /*#__PURE__*/React.forwardRef(function ConnectSource(_ref1
|
|
2969
3036
|
viewBox: "0 0 32 32",
|
2970
3037
|
fill: "currentColor",
|
2971
3038
|
...rest
|
2972
|
-
},
|
3039
|
+
}, _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
|
2973
3040
|
d: "M24,10l-1.4141,1.4141L26.1719,15H11.8989A5.0145,5.0145,0,0,0,8,11.1011V2H6v9.1011a5,5,0,0,0,0,9.7978V30H8V20.8989A5.0145,5.0145,0,0,0,11.8989,17h14.273l-3.586,3.5859L24,22l6-6ZM7,19a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,7,19Z"
|
2974
3041
|
})), children);
|
2975
3042
|
});
|
2976
3043
|
if (process.env.NODE_ENV !== "production") {
|
2977
|
-
ConnectSource.propTypes =
|
3044
|
+
ConnectSource.propTypes = iconPropTypesC5chbmyn.i;
|
2978
3045
|
}
|
2979
|
-
const ConnectTarget = /*#__PURE__*/React.forwardRef(function ConnectTarget(
|
3046
|
+
const ConnectTarget = /*#__PURE__*/React.forwardRef(function ConnectTarget(_ref120, ref) {
|
2980
3047
|
let {
|
2981
3048
|
children,
|
2982
3049
|
size = 16,
|
2983
3050
|
...rest
|
2984
|
-
} =
|
3051
|
+
} = _ref120;
|
2985
3052
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
2986
3053
|
width: size,
|
2987
3054
|
height: size,
|
@@ -2990,19 +3057,19 @@ const ConnectTarget = /*#__PURE__*/React.forwardRef(function ConnectTarget(_ref1
|
|
2990
3057
|
viewBox: "0 0 32 32",
|
2991
3058
|
fill: "currentColor",
|
2992
3059
|
...rest
|
2993
|
-
},
|
3060
|
+
}, _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
|
2994
3061
|
d: "M28 2H30V30H28zM20 10l-1.4141 1.4141L22.1719 15H11.8989a5 5 0 100 2h10.273l-3.586 3.5859L20 22l6-6zM7 19a3 3 0 113-3A3.0033 3.0033 0 017 19z"
|
2995
3062
|
})), children);
|
2996
3063
|
});
|
2997
3064
|
if (process.env.NODE_ENV !== "production") {
|
2998
|
-
ConnectTarget.propTypes =
|
3065
|
+
ConnectTarget.propTypes = iconPropTypesC5chbmyn.i;
|
2999
3066
|
}
|
3000
|
-
const ConnectionReceive = /*#__PURE__*/React.forwardRef(function ConnectionReceive(
|
3067
|
+
const ConnectionReceive = /*#__PURE__*/React.forwardRef(function ConnectionReceive(_ref121, ref) {
|
3001
3068
|
let {
|
3002
3069
|
children,
|
3003
3070
|
size = 16,
|
3004
3071
|
...rest
|
3005
|
-
} =
|
3072
|
+
} = _ref121;
|
3006
3073
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
3007
3074
|
width: size,
|
3008
3075
|
height: size,
|
@@ -3011,21 +3078,21 @@ const ConnectionReceive = /*#__PURE__*/React.forwardRef(function ConnectionRecei
|
|
3011
3078
|
viewBox: "0 0 32 32",
|
3012
3079
|
fill: "currentColor",
|
3013
3080
|
...rest
|
3014
|
-
},
|
3081
|
+
}, _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
|
3015
3082
|
d: "M8 8H10V12H8zM8 14H10V18H8zM14 8H16V12H14zM14 14H16V18H14zM8 20H10V24H8zM14 20H16V24H14zM30 14L21.83 14 24.41 16.59 23 18 18 13 23 8 24.41 9.41 21.83 12 30 12 30 14z"
|
3016
|
-
})),
|
3083
|
+
})), _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
|
3017
3084
|
d: "M28,20v8H22V20H20v8H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V20Z"
|
3018
3085
|
})), children);
|
3019
3086
|
});
|
3020
3087
|
if (process.env.NODE_ENV !== "production") {
|
3021
|
-
ConnectionReceive.propTypes =
|
3088
|
+
ConnectionReceive.propTypes = iconPropTypesC5chbmyn.i;
|
3022
3089
|
}
|
3023
|
-
const ConnectionSend = /*#__PURE__*/React.forwardRef(function ConnectionSend(
|
3090
|
+
const ConnectionSend = /*#__PURE__*/React.forwardRef(function ConnectionSend(_ref122, ref) {
|
3024
3091
|
let {
|
3025
3092
|
children,
|
3026
3093
|
size = 16,
|
3027
3094
|
...rest
|
3028
|
-
} =
|
3095
|
+
} = _ref122;
|
3029
3096
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
3030
3097
|
width: size,
|
3031
3098
|
height: size,
|
@@ -3034,21 +3101,21 @@ const ConnectionSend = /*#__PURE__*/React.forwardRef(function ConnectionSend(_re
|
|
3034
3101
|
viewBox: "0 0 32 32",
|
3035
3102
|
fill: "currentColor",
|
3036
3103
|
...rest
|
3037
|
-
},
|
3104
|
+
}, _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
|
3038
3105
|
d: "M8 8H10V12H8zM8 14H10V18H8zM14 8H16V12H14zM14 14H16V18H14zM8 20H10V24H8zM14 20H16V24H14zM18 14L26.17 14 23.59 16.59 25 18 30 13 25 8 23.59 9.41 26.17 12 18 12 18 14z"
|
3039
|
-
})),
|
3106
|
+
})), _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
|
3040
3107
|
d: "M28,20v8H22V20H20v8H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V20Z"
|
3041
3108
|
})), children);
|
3042
3109
|
});
|
3043
3110
|
if (process.env.NODE_ENV !== "production") {
|
3044
|
-
ConnectionSend.propTypes =
|
3111
|
+
ConnectionSend.propTypes = iconPropTypesC5chbmyn.i;
|
3045
3112
|
}
|
3046
|
-
const ConnectionTwoWay = /*#__PURE__*/React.forwardRef(function ConnectionTwoWay(
|
3113
|
+
const ConnectionTwoWay = /*#__PURE__*/React.forwardRef(function ConnectionTwoWay(_ref123, ref) {
|
3047
3114
|
let {
|
3048
3115
|
children,
|
3049
3116
|
size = 16,
|
3050
3117
|
...rest
|
3051
|
-
} =
|
3118
|
+
} = _ref123;
|
3052
3119
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
3053
3120
|
width: size,
|
3054
3121
|
height: size,
|
@@ -3057,21 +3124,21 @@ const ConnectionTwoWay = /*#__PURE__*/React.forwardRef(function ConnectionTwoWay
|
|
3057
3124
|
viewBox: "0 0 32 32",
|
3058
3125
|
fill: "currentColor",
|
3059
3126
|
...rest
|
3060
|
-
},
|
3127
|
+
}, _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
|
3061
3128
|
d: "M8 8H10V12H8zM8 14H10V18H8zM14 8H16V12H14zM14 14H16V18H14zM8 20H10V24H8zM14 20H16V24H14zM30 22L21.83 22 24.41 24.59 23 26 18 21 23 16 24.41 17.41 21.83 20 30 20 30 22zM19 12L27.17 12 24.59 14.59 26 16 31 11 26 6 24.59 7.41 27.17 10 19 10 19 12z"
|
3062
|
-
})),
|
3129
|
+
})), _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
|
3063
3130
|
d: "M28,26v2H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V26Z"
|
3064
3131
|
})), children);
|
3065
3132
|
});
|
3066
3133
|
if (process.env.NODE_ENV !== "production") {
|
3067
|
-
ConnectionTwoWay.propTypes =
|
3134
|
+
ConnectionTwoWay.propTypes = iconPropTypesC5chbmyn.i;
|
3068
3135
|
}
|
3069
|
-
const ConnectionUsage = /*#__PURE__*/React.forwardRef(function ConnectionUsage(
|
3136
|
+
const ConnectionUsage = /*#__PURE__*/React.forwardRef(function ConnectionUsage(_ref124, ref) {
|
3070
3137
|
let {
|
3071
3138
|
children,
|
3072
3139
|
size = 16,
|
3073
3140
|
...rest
|
3074
|
-
} =
|
3141
|
+
} = _ref124;
|
3075
3142
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
3076
3143
|
width: size,
|
3077
3144
|
height: size,
|
@@ -3080,83 +3147,15 @@ const ConnectionUsage = /*#__PURE__*/React.forwardRef(function ConnectionUsage(_
|
|
3080
3147
|
viewBox: "0 0 32 32",
|
3081
3148
|
fill: "currentColor",
|
3082
3149
|
...rest
|
3083
|
-
},
|
3150
|
+
}, _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
|
3084
3151
|
strokeWidth: "0",
|
3085
3152
|
d: "m17,26V6c0-1.1046-.8954-2-2-2H4v2h11v20c0,1.1046.8954,2,2,2h11v-2h-11Z"
|
3086
3153
|
})), children);
|
3087
3154
|
});
|
3088
3155
|
if (process.env.NODE_ENV !== "production") {
|
3089
|
-
ConnectionUsage.propTypes =
|
3156
|
+
ConnectionUsage.propTypes = iconPropTypesC5chbmyn.i;
|
3090
3157
|
}
|
3091
|
-
const ConnectionFlowUsage = /*#__PURE__*/React.forwardRef(function ConnectionFlowUsage(
|
3092
|
-
let {
|
3093
|
-
children,
|
3094
|
-
size = 16,
|
3095
|
-
...rest
|
3096
|
-
} = _ref122;
|
3097
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
3098
|
-
width: size,
|
3099
|
-
height: size,
|
3100
|
-
ref: ref,
|
3101
|
-
xmlns: "http://www.w3.org/2000/svg",
|
3102
|
-
viewBox: "0 0 32 32",
|
3103
|
-
fill: "currentColor",
|
3104
|
-
...rest
|
3105
|
-
}, _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
|
3106
|
-
strokeWidth: "0",
|
3107
|
-
d: "m22,16l-1.4141,1.4141,4.5859,4.5859h-10.1719V5c0-1.1046-.8954-2-2-2H3v2h10v17c0,1.1046.8954,2,2,2h10.1719l-4.5859,4.5859,1.4141,1.4141,7-7-7-7Z"
|
3108
|
-
})), children);
|
3109
|
-
});
|
3110
|
-
if (process.env.NODE_ENV !== "production") {
|
3111
|
-
ConnectionFlowUsage.propTypes = iconPropTypes4cbeb95d.i;
|
3112
|
-
}
|
3113
|
-
const ConnectionSignal = /*#__PURE__*/React.forwardRef(function ConnectionSignal(_ref123, ref) {
|
3114
|
-
let {
|
3115
|
-
children,
|
3116
|
-
size = 16,
|
3117
|
-
...rest
|
3118
|
-
} = _ref123;
|
3119
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
3120
|
-
width: size,
|
3121
|
-
height: size,
|
3122
|
-
ref: ref,
|
3123
|
-
xmlns: "http://www.w3.org/2000/svg",
|
3124
|
-
viewBox: "0 0 32 32",
|
3125
|
-
fill: "currentColor",
|
3126
|
-
...rest
|
3127
|
-
}, _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
|
3128
|
-
d: "M15 12H17V30H15zM11.33 18.22a7 7 0 010-10.44l1.34 1.49a5 5 0 000 7.46zM20.67 18.22l-1.34-1.49a5 5 0 000-7.46l1.34-1.49a7 7 0 010 10.44z"
|
3129
|
-
})), _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
|
3130
|
-
d: "M8.4 21.8a11 11 0 010-17.6L9.6 5.8a9 9 0 000 14.4zM23.6 21.8l-1.2-1.6a9 9 0 000-14.4l1.2-1.6a11 11 0 010 17.6z"
|
3131
|
-
})), children);
|
3132
|
-
});
|
3133
|
-
if (process.env.NODE_ENV !== "production") {
|
3134
|
-
ConnectionSignal.propTypes = iconPropTypes4cbeb95d.i;
|
3135
|
-
}
|
3136
|
-
const ConnectionSignalOff = /*#__PURE__*/React.forwardRef(function ConnectionSignalOff(_ref124, ref) {
|
3137
|
-
let {
|
3138
|
-
children,
|
3139
|
-
size = 16,
|
3140
|
-
...rest
|
3141
|
-
} = _ref124;
|
3142
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
3143
|
-
width: size,
|
3144
|
-
height: size,
|
3145
|
-
ref: ref,
|
3146
|
-
xmlns: "http://www.w3.org/2000/svg",
|
3147
|
-
viewBox: "0 0 32 32",
|
3148
|
-
fill: "currentColor",
|
3149
|
-
...rest
|
3150
|
-
}, _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
|
3151
|
-
d: "M26,13a8.9089,8.9089,0,0,1-2.5249,6.2339l1.4133,1.4131A10.9795,10.9795,0,0,0,23.6006,4.2l-1.2012,1.6A8.932,8.932,0,0,1,26,13Z"
|
3152
|
-
})), _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
|
3153
|
-
d: "M21 13a5.0022 5.0022 0 01-.9023 2.8564l1.4277 1.4278a6.9831 6.9831 0 00-.8584-9.5015l-1.334 1.49A5.0077 5.0077 0 0121 13zM30 28.5859L3.4143 2 2 3.4141l3.71 3.71A10.9824 10.9824 0 008.3994 21.8008l1.2012-1.6A8.9678 8.9678 0 017.1714 8.5854l2.1963 2.1963a6.9664 6.9664 0 001.9648 7.4351l1.334-1.49A5.0072 5.0072 0 0111 13a4.8854 4.8854 0 01.0393-.5464L15 16.4141V30h2V18.4141L28.5857 30z"
|
3154
|
-
})), children);
|
3155
|
-
});
|
3156
|
-
if (process.env.NODE_ENV !== "production") {
|
3157
|
-
ConnectionSignalOff.propTypes = iconPropTypes4cbeb95d.i;
|
3158
|
-
}
|
3159
|
-
const Constraint = /*#__PURE__*/React.forwardRef(function Constraint(_ref125, ref) {
|
3158
|
+
const ConnectionFlowUsage = /*#__PURE__*/React.forwardRef(function ConnectionFlowUsage(_ref125, ref) {
|
3160
3159
|
let {
|
3161
3160
|
children,
|
3162
3161
|
size = 16,
|
@@ -3172,13 +3171,16 @@ const Constraint = /*#__PURE__*/React.forwardRef(function Constraint(_ref125, re
|
|
3172
3171
|
...rest
|
3173
3172
|
}, _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
|
3174
3173
|
strokeWidth: "0",
|
3175
|
-
d: "
|
3174
|
+
d: "m22,16l-1.4141,1.4141,4.5859,4.5859h-10.1719V5c0-1.1046-.8954-2-2-2H3v2h10v17c0,1.1046.8954,2,2,2h10.1719l-4.5859,4.5859,1.4141,1.4141,7-7-7-7Z"
|
3176
3175
|
})), children);
|
3177
3176
|
});
|
3178
3177
|
if (process.env.NODE_ENV !== "production") {
|
3179
|
-
|
3178
|
+
ConnectionFlowUsage.propTypes = iconPropTypesC5chbmyn.i;
|
3180
3179
|
}
|
3181
3180
|
|
3181
|
+
exports.ChartWaterfall = ChartWaterfall;
|
3182
|
+
exports.ChartWinLoss = ChartWinLoss;
|
3183
|
+
exports.Chat = Chat;
|
3182
3184
|
exports.ChatBot = ChatBot;
|
3183
3185
|
exports.ChatLaunch = ChatLaunch;
|
3184
3186
|
exports.ChatOff = ChatOff;
|
@@ -3295,11 +3297,8 @@ exports.ConnectTarget = ConnectTarget;
|
|
3295
3297
|
exports.ConnectionFlowUsage = ConnectionFlowUsage;
|
3296
3298
|
exports.ConnectionReceive = ConnectionReceive;
|
3297
3299
|
exports.ConnectionSend = ConnectionSend;
|
3298
|
-
exports.ConnectionSignal = ConnectionSignal;
|
3299
|
-
exports.ConnectionSignalOff = ConnectionSignalOff;
|
3300
3300
|
exports.ConnectionTwoWay = ConnectionTwoWay;
|
3301
3301
|
exports.ConnectionUsage = ConnectionUsage;
|
3302
|
-
exports.Constraint = Constraint;
|
3303
3302
|
exports.QCircuitComposer = QCircuitComposer;
|
3304
3303
|
exports.QComposerEdit = QComposerEdit;
|
3305
3304
|
exports.WatsonHealthCircleMeasurement = WatsonHealthCircleMeasurement;
|