@carbon/icons-react 11.81.0 → 11.82.0-rc.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.
Files changed (83) hide show
  1. package/es/CouplingFacility.d.ts +11 -0
  2. package/es/CouplingFacility.js +27 -0
  3. package/es/ZosPartition.d.ts +11 -0
  4. package/es/ZosPartition.js +27 -0
  5. package/es/generated/bucket-10.d.ts +2 -2
  6. package/es/generated/bucket-10.js +13 -22
  7. package/es/generated/bucket-11.d.ts +2 -2
  8. package/es/generated/bucket-11.js +22 -13
  9. package/es/generated/bucket-12.d.ts +2 -2
  10. package/es/generated/bucket-12.js +13 -22
  11. package/es/generated/bucket-13.d.ts +2 -2
  12. package/es/generated/bucket-13.js +22 -13
  13. package/es/generated/bucket-14.d.ts +2 -2
  14. package/es/generated/bucket-14.js +13 -31
  15. package/es/generated/bucket-15.d.ts +2 -2
  16. package/es/generated/bucket-15.js +31 -13
  17. package/es/generated/bucket-16.d.ts +2 -2
  18. package/es/generated/bucket-16.js +13 -13
  19. package/es/generated/bucket-17.d.ts +2 -2
  20. package/es/generated/bucket-17.js +13 -13
  21. package/es/generated/bucket-18.d.ts +2 -2
  22. package/es/generated/bucket-18.js +13 -13
  23. package/es/generated/bucket-19.d.ts +2 -2
  24. package/es/generated/bucket-19.js +13 -13
  25. package/es/generated/bucket-20.d.ts +2 -2
  26. package/es/generated/bucket-20.js +13 -13
  27. package/es/generated/bucket-21.d.ts +3 -1
  28. package/es/generated/bucket-21.js +25 -1
  29. package/es/generated/bucket-4.d.ts +2 -2
  30. package/es/generated/bucket-4.js +13 -13
  31. package/es/generated/bucket-5.d.ts +2 -2
  32. package/es/generated/bucket-5.js +13 -21
  33. package/es/generated/bucket-6.d.ts +2 -2
  34. package/es/generated/bucket-6.js +21 -13
  35. package/es/generated/bucket-7.d.ts +2 -2
  36. package/es/generated/bucket-7.js +13 -13
  37. package/es/generated/bucket-8.d.ts +2 -2
  38. package/es/generated/bucket-8.js +13 -21
  39. package/es/generated/bucket-9.d.ts +2 -2
  40. package/es/generated/bucket-9.js +21 -13
  41. package/es/index.js +19 -19
  42. package/lib/CouplingFacility.d.ts +11 -0
  43. package/lib/CouplingFacility.js +28 -0
  44. package/lib/ZosPartition.d.ts +11 -0
  45. package/lib/ZosPartition.js +28 -0
  46. package/lib/generated/bucket-10.d.ts +2 -2
  47. package/lib/generated/bucket-10.js +13 -22
  48. package/lib/generated/bucket-11.d.ts +2 -2
  49. package/lib/generated/bucket-11.js +22 -13
  50. package/lib/generated/bucket-12.d.ts +2 -2
  51. package/lib/generated/bucket-12.js +13 -22
  52. package/lib/generated/bucket-13.d.ts +2 -2
  53. package/lib/generated/bucket-13.js +22 -13
  54. package/lib/generated/bucket-14.d.ts +2 -2
  55. package/lib/generated/bucket-14.js +13 -31
  56. package/lib/generated/bucket-15.d.ts +2 -2
  57. package/lib/generated/bucket-15.js +31 -13
  58. package/lib/generated/bucket-16.d.ts +2 -2
  59. package/lib/generated/bucket-16.js +13 -13
  60. package/lib/generated/bucket-17.d.ts +2 -2
  61. package/lib/generated/bucket-17.js +13 -13
  62. package/lib/generated/bucket-18.d.ts +2 -2
  63. package/lib/generated/bucket-18.js +13 -13
  64. package/lib/generated/bucket-19.d.ts +2 -2
  65. package/lib/generated/bucket-19.js +13 -13
  66. package/lib/generated/bucket-20.d.ts +2 -2
  67. package/lib/generated/bucket-20.js +13 -13
  68. package/lib/generated/bucket-21.d.ts +3 -1
  69. package/lib/generated/bucket-21.js +26 -0
  70. package/lib/generated/bucket-4.d.ts +2 -2
  71. package/lib/generated/bucket-4.js +13 -13
  72. package/lib/generated/bucket-5.d.ts +2 -2
  73. package/lib/generated/bucket-5.js +13 -21
  74. package/lib/generated/bucket-6.d.ts +2 -2
  75. package/lib/generated/bucket-6.js +21 -13
  76. package/lib/generated/bucket-7.d.ts +2 -2
  77. package/lib/generated/bucket-7.js +13 -13
  78. package/lib/generated/bucket-8.d.ts +2 -2
  79. package/lib/generated/bucket-8.js +13 -21
  80. package/lib/generated/bucket-9.d.ts +2 -2
  81. package/lib/generated/bucket-9.js +21 -13
  82. package/lib/index.js +19 -17
  83. package/package.json +3 -3
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 2023
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ *
7
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
8
+ */
9
+ import type { CarbonIconType } from './CarbonIcon';
10
+ declare const CouplingFacility: CarbonIconType;
11
+ export default CouplingFacility
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 2023
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ *
7
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
8
+ */
9
+ import Icon from "./Icon.js";
10
+ import { t as iconPropTypes } from "./iconPropTypes-BElKp6Sn.js";
11
+ import React from "react";
12
+ import { jsx } from "react/jsx-runtime";
13
+ //#region virtual:CouplingFacility.js
14
+ const CouplingFacility = /* @__PURE__ */ React.forwardRef(function CouplingFacility({ children, size = 16, ...rest }, ref) {
15
+ return React.createElement(Icon, {
16
+ width: size,
17
+ height: size,
18
+ ref,
19
+ xmlns: "http://www.w3.org/2000/svg",
20
+ viewBox: "0 0 32 32",
21
+ fill: "currentColor",
22
+ ...rest
23
+ }, /* @__PURE__ */ jsx("path", { d: "M29,30H3c-.3467,0-.6685-.1797-.8506-.4746s-.1987-.6631-.0439-.9727L15.1055,2.5527c.3389-.6777,1.4502-.6777,1.7891,0l13,26c.1553.3096.1387.6777-.0439.9727s-.5039.4746-.8506.4746ZM4.6182,28h22.7637L16,5.2358,4.6182,28Z" }), children);
24
+ });
25
+ if (process.env.NODE_ENV !== "production") CouplingFacility.propTypes = iconPropTypes;
26
+ //#endregion
27
+ export { CouplingFacility as default };
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 2023
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ *
7
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
8
+ */
9
+ import type { CarbonIconType } from './CarbonIcon';
10
+ declare const ZosPartition: CarbonIconType;
11
+ export default ZosPartition
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 2023
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ *
7
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
8
+ */
9
+ import Icon from "./Icon.js";
10
+ import { t as iconPropTypes } from "./iconPropTypes-BElKp6Sn.js";
11
+ import React from "react";
12
+ import { jsx } from "react/jsx-runtime";
13
+ //#region virtual:ZosPartition.js
14
+ const ZosPartition = /* @__PURE__ */ React.forwardRef(function ZosPartition({ children, size = 16, ...rest }, ref) {
15
+ return React.createElement(Icon, {
16
+ width: size,
17
+ height: size,
18
+ ref,
19
+ xmlns: "http://www.w3.org/2000/svg",
20
+ viewBox: "0 0 32 32",
21
+ fill: "currentColor",
22
+ ...rest
23
+ }, /* @__PURE__ */ jsx("path", { d: "M26,28H6c-1.1,0-2-.9-2-2V6c0-1.1.9-2,2-2h20c1.1,0,2,.9,2,2v20c0,1.1-.9,2-2,2ZM7.4,26h18.6V7.4S7.4,26,7.4,26ZM6,6v18.6L24.6,6H6Z" }), children);
24
+ });
25
+ if (process.env.NODE_ENV !== "production") ZosPartition.propTypes = iconPropTypes;
26
+ //#endregion
27
+ export { ZosPartition as default };
@@ -7,6 +7,7 @@
7
7
  * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
8
8
  */
9
9
  import type { CarbonIconType } from '../CarbonIcon';
10
+ declare const _IbmSoftwareWatsonxDataStructuredEnrichment: CarbonIconType;
10
11
  declare const _IbmSoftwareWatsonxDataStructuredImport: CarbonIconType;
11
12
  declare const _IbmSoftwareWatsonxDataUnstructuredEnrichment: CarbonIconType;
12
13
  declare const _IbmSoftwareWatsonxDataUnstructuredImport: CarbonIconType;
@@ -131,5 +132,4 @@ declare const _JoinLeftOuter: CarbonIconType;
131
132
  declare const _JoinOuter: CarbonIconType;
132
133
  declare const _JoinRight: CarbonIconType;
133
134
  declare const _JoinRightOuter: CarbonIconType;
134
- declare const _JoinNode: CarbonIconType;
135
- export { _IbmSoftwareWatsonxDataStructuredImport as IbmSoftwareWatsonxDataStructuredImport, _IbmSoftwareWatsonxDataUnstructuredEnrichment as IbmSoftwareWatsonxDataUnstructuredEnrichment, _IbmSoftwareWatsonxDataUnstructuredImport as IbmSoftwareWatsonxDataUnstructuredImport, _IbmSoftwareWatsonxDocumentLibrary as IbmSoftwareWatsonxDocumentLibrary, _IbmWatsonAssistant as IbmWatsonAssistant, _IbmWatsonDiscovery as IbmWatsonDiscovery, _IbmWatsonKnowledgeCatalog as IbmWatsonKnowledgeCatalog, _IbmWatsonKnowledgeStudio as IbmWatsonKnowledgeStudio, _IbmWatsonLanguageTranslator as IbmWatsonLanguageTranslator, _IbmWatsonMachineLearning as IbmWatsonMachineLearning, _IbmWatsonNaturalLanguageClassifier as IbmWatsonNaturalLanguageClassifier, _IbmWatsonNaturalLanguageUnderstanding as IbmWatsonNaturalLanguageUnderstanding, _IbmWatsonOpenscale as IbmWatsonOpenscale, _IbmWatsonOrders as IbmWatsonOrders, _IbmWatsonQuery as IbmWatsonQuery, _IbmWatsonSpeechToText as IbmWatsonSpeechToText, _IbmWatsonStudio as IbmWatsonStudio, _IbmWatsonTextToSpeech as IbmWatsonTextToSpeech, _IbmWatsonToneAnalyzer as IbmWatsonToneAnalyzer, _IbmWatsonxAssistant as IbmWatsonxAssistant, _IbmWatsonxCodeAssistant as IbmWatsonxCodeAssistant, _IbmWatsonxCodeAssistantForEnterpriseJavaApplications as IbmWatsonxCodeAssistantForEnterpriseJavaApplications, _IbmWatsonxCodeAssistantForZ as IbmWatsonxCodeAssistantForZ, _IbmWatsonxCodeAssistantForZRefactor as IbmWatsonxCodeAssistantForZRefactor, _IbmWatsonxCodeAssistantForZUnderstand as IbmWatsonxCodeAssistantForZUnderstand, _IbmWatsonxCodeAssistantForZValidationAssistant as IbmWatsonxCodeAssistantForZValidationAssistant, _IbmWatsonxOrchestrate as IbmWatsonxOrchestrate, _IbmZCloudModStack as IbmZCloudModStack, _IbmZEnvironmentsDevSecOps as IbmZEnvironmentsDevSecOps, _IbmZOpenEditor as IbmZOpenEditor, _IbmZProcessorCapacityReference as IbmZProcessorCapacityReference, _IbmZCloudProvisioning as IbmZCloudProvisioning, _IbmZOs as IbmZOs, _IbmZOsAiControlInterface as IbmZOsAiControlInterface, _IbmZOsContainers as IbmZOsContainers, _IbmZOsPackageManager as IbmZOsPackageManager, _WatsonHealthICa_2D as WatsonHealthICa_2D, _IceAccretion as IceAccretion, _IceVision as IceVision, _QID as QID, _IdManagement as IdManagement, _Idea as Idea, _Identification as Identification, _IfAction as IfAction, _IfElse as IfElse, _Image as Image, _ImageCopy as ImageCopy, _ImageMedical as ImageMedical, _ImageReference as ImageReference, _ImageSearch as ImageSearch, _ImageSearchAlt as ImageSearchAlt, _WatsonHealthImageAvailabilityLocal as WatsonHealthImageAvailabilityLocal, _WatsonHealthImageAvailabilityRetrieving as WatsonHealthImageAvailabilityRetrieving, _WatsonHealthImageAvailabilityUnavailable as WatsonHealthImageAvailabilityUnavailable, _ImageService as ImageService, _ImageStoreLocal as ImageStoreLocal, _ImportExport as ImportExport, _Important as Important, _ImproveRelevance as ImproveRelevance, _InProgress as InProgress, _InProgressError as InProgressError, _InProgressWarning as InProgressWarning, _IncidentReporter as IncidentReporter, _Incomplete as Incomplete, _IncompleteCancel as IncompleteCancel, _IncompleteError as IncompleteError, _IncompleteWarning as IncompleteWarning, _IncreaseLevel as IncreaseLevel, _Industry as Industry, _InfinitySymbol as InfinitySymbol, _Information as Information, _InformationDisabled as InformationDisabled, _InformationFilled as InformationFilled, _InformationSquare as InformationSquare, _InformationSquareFilled as InformationSquareFilled, _InfrastructureClassic as InfrastructureClassic, _Insert as Insert, _InsertPage as InsertPage, _InsertSyntax as InsertSyntax, _Inspection as Inspection, _InstanceBx as InstanceBx, _InstanceClassic as InstanceClassic, _InstanceCx as InstanceCx, _InstanceMx as InstanceMx, _InstanceVirtual as InstanceVirtual, _Integration as Integration, _IntentRequestActive as IntentRequestActive, _IntentRequestCreate as IntentRequestCreate, _IntentRequestHeal as IntentRequestHeal, _IntentRequestInactive as IntentRequestInactive, _IntentRequestScaleIn as IntentRequestScaleIn, _IntentRequestScaleOut as IntentRequestScaleOut, _IntentRequestUninstall as IntentRequestUninstall, _IntentRequestUpgrade as IntentRequestUpgrade, _Interactions as Interactions, _WatsonHealthInteractiveSegmentationCursor as WatsonHealthInteractiveSegmentationCursor, _InterfaceDefinition as InterfaceDefinition, _InterfaceDefinitionAlt as InterfaceDefinitionAlt, _InterfaceUsage as InterfaceUsage, _InterfaceUsage_1 as InterfaceUsage_1, _InterfaceUsageAlt as InterfaceUsageAlt, _Intersect as Intersect, _IntrusionPrevention as IntrusionPrevention, _InventoryManagement as InventoryManagement, _IotConnect as IotConnect, _IotPlatform as IotPlatform, _Ip as Ip, _Iso as Iso, _IsoFilled as IsoFilled, _IsoOutline as IsoOutline, _ItemDefinition as ItemDefinition, _ItemUsage as ItemUsage, _Java as Java, _Jcl as Jcl, _JobDaemon as JobDaemon, _JobRun as JobRun, _JoinFull as JoinFull, _JoinInner as JoinInner, _JoinInnerAlt as JoinInnerAlt, _JoinLeft as JoinLeft, _JoinLeftOuter as JoinLeftOuter, _JoinOuter as JoinOuter, _JoinRight as JoinRight, _JoinRightOuter as JoinRightOuter, _JoinNode as JoinNode };
135
+ export { _IbmSoftwareWatsonxDataStructuredEnrichment as IbmSoftwareWatsonxDataStructuredEnrichment, _IbmSoftwareWatsonxDataStructuredImport as IbmSoftwareWatsonxDataStructuredImport, _IbmSoftwareWatsonxDataUnstructuredEnrichment as IbmSoftwareWatsonxDataUnstructuredEnrichment, _IbmSoftwareWatsonxDataUnstructuredImport as IbmSoftwareWatsonxDataUnstructuredImport, _IbmSoftwareWatsonxDocumentLibrary as IbmSoftwareWatsonxDocumentLibrary, _IbmWatsonAssistant as IbmWatsonAssistant, _IbmWatsonDiscovery as IbmWatsonDiscovery, _IbmWatsonKnowledgeCatalog as IbmWatsonKnowledgeCatalog, _IbmWatsonKnowledgeStudio as IbmWatsonKnowledgeStudio, _IbmWatsonLanguageTranslator as IbmWatsonLanguageTranslator, _IbmWatsonMachineLearning as IbmWatsonMachineLearning, _IbmWatsonNaturalLanguageClassifier as IbmWatsonNaturalLanguageClassifier, _IbmWatsonNaturalLanguageUnderstanding as IbmWatsonNaturalLanguageUnderstanding, _IbmWatsonOpenscale as IbmWatsonOpenscale, _IbmWatsonOrders as IbmWatsonOrders, _IbmWatsonQuery as IbmWatsonQuery, _IbmWatsonSpeechToText as IbmWatsonSpeechToText, _IbmWatsonStudio as IbmWatsonStudio, _IbmWatsonTextToSpeech as IbmWatsonTextToSpeech, _IbmWatsonToneAnalyzer as IbmWatsonToneAnalyzer, _IbmWatsonxAssistant as IbmWatsonxAssistant, _IbmWatsonxCodeAssistant as IbmWatsonxCodeAssistant, _IbmWatsonxCodeAssistantForEnterpriseJavaApplications as IbmWatsonxCodeAssistantForEnterpriseJavaApplications, _IbmWatsonxCodeAssistantForZ as IbmWatsonxCodeAssistantForZ, _IbmWatsonxCodeAssistantForZRefactor as IbmWatsonxCodeAssistantForZRefactor, _IbmWatsonxCodeAssistantForZUnderstand as IbmWatsonxCodeAssistantForZUnderstand, _IbmWatsonxCodeAssistantForZValidationAssistant as IbmWatsonxCodeAssistantForZValidationAssistant, _IbmWatsonxOrchestrate as IbmWatsonxOrchestrate, _IbmZCloudModStack as IbmZCloudModStack, _IbmZEnvironmentsDevSecOps as IbmZEnvironmentsDevSecOps, _IbmZOpenEditor as IbmZOpenEditor, _IbmZProcessorCapacityReference as IbmZProcessorCapacityReference, _IbmZCloudProvisioning as IbmZCloudProvisioning, _IbmZOs as IbmZOs, _IbmZOsAiControlInterface as IbmZOsAiControlInterface, _IbmZOsContainers as IbmZOsContainers, _IbmZOsPackageManager as IbmZOsPackageManager, _WatsonHealthICa_2D as WatsonHealthICa_2D, _IceAccretion as IceAccretion, _IceVision as IceVision, _QID as QID, _IdManagement as IdManagement, _Idea as Idea, _Identification as Identification, _IfAction as IfAction, _IfElse as IfElse, _Image as Image, _ImageCopy as ImageCopy, _ImageMedical as ImageMedical, _ImageReference as ImageReference, _ImageSearch as ImageSearch, _ImageSearchAlt as ImageSearchAlt, _WatsonHealthImageAvailabilityLocal as WatsonHealthImageAvailabilityLocal, _WatsonHealthImageAvailabilityRetrieving as WatsonHealthImageAvailabilityRetrieving, _WatsonHealthImageAvailabilityUnavailable as WatsonHealthImageAvailabilityUnavailable, _ImageService as ImageService, _ImageStoreLocal as ImageStoreLocal, _ImportExport as ImportExport, _Important as Important, _ImproveRelevance as ImproveRelevance, _InProgress as InProgress, _InProgressError as InProgressError, _InProgressWarning as InProgressWarning, _IncidentReporter as IncidentReporter, _Incomplete as Incomplete, _IncompleteCancel as IncompleteCancel, _IncompleteError as IncompleteError, _IncompleteWarning as IncompleteWarning, _IncreaseLevel as IncreaseLevel, _Industry as Industry, _InfinitySymbol as InfinitySymbol, _Information as Information, _InformationDisabled as InformationDisabled, _InformationFilled as InformationFilled, _InformationSquare as InformationSquare, _InformationSquareFilled as InformationSquareFilled, _InfrastructureClassic as InfrastructureClassic, _Insert as Insert, _InsertPage as InsertPage, _InsertSyntax as InsertSyntax, _Inspection as Inspection, _InstanceBx as InstanceBx, _InstanceClassic as InstanceClassic, _InstanceCx as InstanceCx, _InstanceMx as InstanceMx, _InstanceVirtual as InstanceVirtual, _Integration as Integration, _IntentRequestActive as IntentRequestActive, _IntentRequestCreate as IntentRequestCreate, _IntentRequestHeal as IntentRequestHeal, _IntentRequestInactive as IntentRequestInactive, _IntentRequestScaleIn as IntentRequestScaleIn, _IntentRequestScaleOut as IntentRequestScaleOut, _IntentRequestUninstall as IntentRequestUninstall, _IntentRequestUpgrade as IntentRequestUpgrade, _Interactions as Interactions, _WatsonHealthInteractiveSegmentationCursor as WatsonHealthInteractiveSegmentationCursor, _InterfaceDefinition as InterfaceDefinition, _InterfaceDefinitionAlt as InterfaceDefinitionAlt, _InterfaceUsage as InterfaceUsage, _InterfaceUsage_1 as InterfaceUsage_1, _InterfaceUsageAlt as InterfaceUsageAlt, _Intersect as Intersect, _IntrusionPrevention as IntrusionPrevention, _InventoryManagement as InventoryManagement, _IotConnect as IotConnect, _IotPlatform as IotPlatform, _Ip as Ip, _Iso as Iso, _IsoFilled as IsoFilled, _IsoOutline as IsoOutline, _ItemDefinition as ItemDefinition, _ItemUsage as ItemUsage, _Java as Java, _Jcl as Jcl, _JobDaemon as JobDaemon, _JobRun as JobRun, _JoinFull as JoinFull, _JoinInner as JoinInner, _JoinInnerAlt as JoinInnerAlt, _JoinLeft as JoinLeft, _JoinLeftOuter as JoinLeftOuter, _JoinOuter as JoinOuter, _JoinRight as JoinRight, _JoinRightOuter as JoinRightOuter };
@@ -12,6 +12,18 @@ import React from "react";
12
12
  import { jsx } from "react/jsx-runtime";
13
13
  //#region virtual:generated/bucket-10.js
14
14
  const didWarnAboutDeprecation = {};
15
+ const IbmSoftwareWatsonxDataStructuredEnrichment = /* @__PURE__ */ React.forwardRef(function IbmSoftwareWatsonxDataStructuredEnrichment({ children, size = 16, ...rest }, ref) {
16
+ return React.createElement(Icon, {
17
+ width: size,
18
+ height: size,
19
+ ref,
20
+ xmlns: "http://www.w3.org/2000/svg",
21
+ viewBox: "0 0 32 32",
22
+ fill: "currentColor",
23
+ ...rest
24
+ }, /* @__PURE__ */ jsx("path", { d: "M28,26h-2c0-1.1885.5767-2.0088,1.0854-2.7324.4907-.6978.9146-1.3003.9146-2.2676,0-1.6543-1.3457-3-3-3s-3,1.3457-3,3c0,.9673.4238,1.5698.9146,2.2676.5088.7236,1.0854,1.5439,1.0854,2.7324h-2c0-.5298-.2607-.9268-.7217-1.582-.5693-.8101-1.2783-1.8179-1.2783-3.418,0-2.7568,2.2432-5,5-5s5,2.2432,5,5c0,1.6001-.709,2.6079-1.2783,3.418-.4609.6553-.7217,1.0522-.7217,1.582ZM28,28h-6v2h6v-2ZM4,24h14v2H4c-1.1045,0-2-.8955-2-2V4c0-1.1045.8955-2,2-2h22c1.1045,0,2,.8955,2,2v10h-2v-5H4v15ZM4,7h22v-3H4v3ZM6,13h5v-2h-5v2ZM13,13h5v-2h-5v2ZM6,17h5v-2h-5v2ZM13,17h5v-2h-5v2ZM6,21h5v-2h-5v2ZM13,21h5v-2h-5v2Z" }), children);
25
+ });
26
+ if (process.env.NODE_ENV !== "production") IbmSoftwareWatsonxDataStructuredEnrichment.propTypes = iconPropTypes;
15
27
  const IbmSoftwareWatsonxDataStructuredImport = /* @__PURE__ */ React.forwardRef(function IbmSoftwareWatsonxDataStructuredImport({ children, size = 16, ...rest }, ref) {
16
28
  return React.createElement(Icon, {
17
29
  width: size,
@@ -1766,26 +1778,5 @@ const JoinRightOuter = /* @__PURE__ */ React.forwardRef(function JoinRightOuter(
1766
1778
  }, /* @__PURE__ */ jsx("path", { d: "M28.01,16l-5,5-1.41-1.41,2.59-2.59h-6.09s-2.07,0-2.07,0c-5.52,0-10.02,4.11-10.02,9.17v1.83h-2v-1.83c0-4.45,2.82-8.29,6.89-10.09-.43-.21-.85-.43-1.26-.69l1.02-1.74c1.04.66,2.16,1.11,3.35,1.34h2s0,0,0,0h8.17l-2.59-2.59,1.41-1.41,5,5h0ZM6.36,7.81c-.26-.92-.39-1.88-.39-2.85v-.96h-1.95v.96c0,1.16.16,2.32.47,3.43l1.87-.57ZM7.9,14.04l1.31-1.51c-.9-.85-1.64-1.85-2.19-2.97l-1.74.92c.66,1.35,1.54,2.54,2.62,3.56Z" }), children);
1767
1779
  });
1768
1780
  if (process.env.NODE_ENV !== "production") JoinRightOuter.propTypes = iconPropTypes;
1769
- const JoinNode = /* @__PURE__ */ React.forwardRef(function JoinNode({ children, size = 16, ...rest }, ref) {
1770
- return React.createElement(Icon, {
1771
- width: size,
1772
- height: size,
1773
- ref,
1774
- xmlns: "http://www.w3.org/2000/svg",
1775
- viewBox: "0 0 32 32",
1776
- fill: "currentColor",
1777
- ...rest
1778
- }, /* @__PURE__ */ jsx("path", {
1779
- strokeWidth: "0",
1780
- d: "M2 9H6V11H2z"
1781
- }), /* @__PURE__ */ jsx("path", {
1782
- strokeWidth: "0",
1783
- d: "M2 21H6V23H2z"
1784
- }), /* @__PURE__ */ jsx("path", {
1785
- strokeWidth: "0",
1786
- d: "M25 11 23.5859 12.4141 26.1719 15 18 15 18 4 12 4 12 9 8 9 8 11 12 11 12 21 8 21 8 23 12 23 12 28 18 28 18 17 26.1719 17 23.5859 19.5859 25 21 30 16 25 11z"
1787
- }), children);
1788
- });
1789
- if (process.env.NODE_ENV !== "production") JoinNode.propTypes = iconPropTypes;
1790
1781
  //#endregion
1791
- export { IbmSoftwareWatsonxDataStructuredImport, IbmSoftwareWatsonxDataUnstructuredEnrichment, IbmSoftwareWatsonxDataUnstructuredImport, IbmSoftwareWatsonxDocumentLibrary, IbmWatsonAssistant, IbmWatsonDiscovery, IbmWatsonKnowledgeCatalog, IbmWatsonKnowledgeStudio, IbmWatsonLanguageTranslator, IbmWatsonMachineLearning, IbmWatsonNaturalLanguageClassifier, IbmWatsonNaturalLanguageUnderstanding, IbmWatsonOpenscale, IbmWatsonOrders, IbmWatsonQuery, IbmWatsonSpeechToText, IbmWatsonStudio, IbmWatsonTextToSpeech, IbmWatsonToneAnalyzer, IbmWatsonxAssistant, IbmWatsonxCodeAssistant, IbmWatsonxCodeAssistantForEnterpriseJavaApplications, IbmWatsonxCodeAssistantForZ, IbmWatsonxCodeAssistantForZRefactor, IbmWatsonxCodeAssistantForZUnderstand, IbmWatsonxCodeAssistantForZValidationAssistant, IbmWatsonxOrchestrate, IbmZCloudModStack, IbmZCloudProvisioning, IbmZEnvironmentsDevSecOps, IbmZOpenEditor, IbmZOs, IbmZOsAiControlInterface, IbmZOsContainers, IbmZOsPackageManager, IbmZProcessorCapacityReference, IceAccretion, IceVision, IdManagement, Idea, Identification, IfAction, IfElse, Image, ImageCopy, ImageMedical, ImageReference, ImageSearch, ImageSearchAlt, ImageService, ImageStoreLocal, ImportExport, Important, ImproveRelevance, InProgress, InProgressError, InProgressWarning, IncidentReporter, Incomplete, IncompleteCancel, IncompleteError, IncompleteWarning, IncreaseLevel, Industry, InfinitySymbol, Information, InformationDisabled, InformationFilled, InformationSquare, InformationSquareFilled, InfrastructureClassic, Insert, InsertPage, InsertSyntax, Inspection, InstanceBx, InstanceClassic, InstanceCx, InstanceMx, InstanceVirtual, Integration, IntentRequestActive, IntentRequestCreate, IntentRequestHeal, IntentRequestInactive, IntentRequestScaleIn, IntentRequestScaleOut, IntentRequestUninstall, IntentRequestUpgrade, Interactions, InterfaceDefinition, InterfaceDefinitionAlt, InterfaceUsage, InterfaceUsageAlt, InterfaceUsage_1, Intersect, IntrusionPrevention, InventoryManagement, IotConnect, IotPlatform, Ip, Iso, IsoFilled, IsoOutline, ItemDefinition, ItemUsage, Java, Jcl, JobDaemon, JobRun, JoinFull, JoinInner, JoinInnerAlt, JoinLeft, JoinLeftOuter, JoinNode, JoinOuter, JoinRight, JoinRightOuter, QID, WatsonHealthICa_2D, WatsonHealthImageAvailabilityLocal, WatsonHealthImageAvailabilityRetrieving, WatsonHealthImageAvailabilityUnavailable, WatsonHealthInteractiveSegmentationCursor };
1782
+ export { IbmSoftwareWatsonxDataStructuredEnrichment, IbmSoftwareWatsonxDataStructuredImport, IbmSoftwareWatsonxDataUnstructuredEnrichment, IbmSoftwareWatsonxDataUnstructuredImport, IbmSoftwareWatsonxDocumentLibrary, IbmWatsonAssistant, IbmWatsonDiscovery, IbmWatsonKnowledgeCatalog, IbmWatsonKnowledgeStudio, IbmWatsonLanguageTranslator, IbmWatsonMachineLearning, IbmWatsonNaturalLanguageClassifier, IbmWatsonNaturalLanguageUnderstanding, IbmWatsonOpenscale, IbmWatsonOrders, IbmWatsonQuery, IbmWatsonSpeechToText, IbmWatsonStudio, IbmWatsonTextToSpeech, IbmWatsonToneAnalyzer, IbmWatsonxAssistant, IbmWatsonxCodeAssistant, IbmWatsonxCodeAssistantForEnterpriseJavaApplications, IbmWatsonxCodeAssistantForZ, IbmWatsonxCodeAssistantForZRefactor, IbmWatsonxCodeAssistantForZUnderstand, IbmWatsonxCodeAssistantForZValidationAssistant, IbmWatsonxOrchestrate, IbmZCloudModStack, IbmZCloudProvisioning, IbmZEnvironmentsDevSecOps, IbmZOpenEditor, IbmZOs, IbmZOsAiControlInterface, IbmZOsContainers, IbmZOsPackageManager, IbmZProcessorCapacityReference, IceAccretion, IceVision, IdManagement, Idea, Identification, IfAction, IfElse, Image, ImageCopy, ImageMedical, ImageReference, ImageSearch, ImageSearchAlt, ImageService, ImageStoreLocal, ImportExport, Important, ImproveRelevance, InProgress, InProgressError, InProgressWarning, IncidentReporter, Incomplete, IncompleteCancel, IncompleteError, IncompleteWarning, IncreaseLevel, Industry, InfinitySymbol, Information, InformationDisabled, InformationFilled, InformationSquare, InformationSquareFilled, InfrastructureClassic, Insert, InsertPage, InsertSyntax, Inspection, InstanceBx, InstanceClassic, InstanceCx, InstanceMx, InstanceVirtual, Integration, IntentRequestActive, IntentRequestCreate, IntentRequestHeal, IntentRequestInactive, IntentRequestScaleIn, IntentRequestScaleOut, IntentRequestUninstall, IntentRequestUpgrade, Interactions, InterfaceDefinition, InterfaceDefinitionAlt, InterfaceUsage, InterfaceUsageAlt, InterfaceUsage_1, Intersect, IntrusionPrevention, InventoryManagement, IotConnect, IotPlatform, Ip, Iso, IsoFilled, IsoOutline, ItemDefinition, ItemUsage, Java, Jcl, JobDaemon, JobRun, JoinFull, JoinInner, JoinInnerAlt, JoinLeft, JoinLeftOuter, JoinOuter, JoinRight, JoinRightOuter, QID, WatsonHealthICa_2D, WatsonHealthImageAvailabilityLocal, WatsonHealthImageAvailabilityRetrieving, WatsonHealthImageAvailabilityUnavailable, WatsonHealthInteractiveSegmentationCursor };
@@ -7,6 +7,7 @@
7
7
  * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
8
8
  */
9
9
  import type { CarbonIconType } from '../CarbonIcon';
10
+ declare const _JoinNode: CarbonIconType;
10
11
  declare const _Jpg: CarbonIconType;
11
12
  declare const _JsError: CarbonIconType;
12
13
  declare const _Json: CarbonIconType;
@@ -131,5 +132,4 @@ declare const _LogoGithub: CarbonIconType;
131
132
  declare const _LogoGitlab: CarbonIconType;
132
133
  declare const _LogoGlassdoor: CarbonIconType;
133
134
  declare const _LogoInstagram: CarbonIconType;
134
- declare const _LogoInvision: CarbonIconType;
135
- export { _Jpg as Jpg, _JsError as JsError, _Json as Json, _JsonReference as JsonReference, _JumpLink as JumpLink, _KeepDry as KeepDry, _Key as Key, _KeyValues as KeyValues, _Keyboard as Keyboard, _Keychain as Keychain, _KeyboardOff as KeyboardOff, _KioskDevice as KioskDevice, _Kubelet as Kubelet, _Kubernetes as Kubernetes, _KubernetesControlPlaneNode as KubernetesControlPlaneNode, _KubernetesIpAddress as KubernetesIpAddress, _KubernetesOperator as KubernetesOperator, _KubernetesPod as KubernetesPod, _KubernetesWorkerNode as KubernetesWorkerNode, _Label as Label, _Language as Language, _Laptop as Laptop, _Lasso as Lasso, _LassoPolygon as LassoPolygon, _Launch as Launch, _WatsonHealthLaunchStudy_1 as WatsonHealthLaunchStudy_1, _WatsonHealthLaunchStudy_2 as WatsonHealthLaunchStudy_2, _WatsonHealthLaunchStudy_3 as WatsonHealthLaunchStudy_3, _Layers as Layers, _LayersExternal as LayersExternal, _Legend as Legend, _LetterAa as LetterAa, _LetterBb as LetterBb, _LetterCc as LetterCc, _LetterDd as LetterDd, _LetterEe as LetterEe, _LetterFf as LetterFf, _LetterGg as LetterGg, _LetterHh as LetterHh, _LetterIi as LetterIi, _LetterJj as LetterJj, _LetterKk as LetterKk, _LetterLl as LetterLl, _LetterMm as LetterMm, _LetterNn as LetterNn, _LetterOo as LetterOo, _LetterPp as LetterPp, _LetterQq as LetterQq, _LetterRr as LetterRr, _LetterSs as LetterSs, _LetterTt as LetterTt, _LetterUu as LetterUu, _LetterVv as LetterVv, _LetterWw as LetterWw, _LetterXx as LetterXx, _LetterYy as LetterYy, _LetterZz as LetterZz, _License as License, _LicenseDraft as LicenseDraft, _LicenseGlobal as LicenseGlobal, _LicenseMaintenance as LicenseMaintenance, _LicenseMaintenanceDraft as LicenseMaintenanceDraft, _LicenseThirdParty as LicenseThirdParty, _LicenseThirdPartyDraft as LicenseThirdPartyDraft, _Lifesaver as Lifesaver, _Light as Light, _LightFilled as LightFilled, _Lightning as Lightning, _Link as Link, _LineThick as LineThick, _LineThin as LineThin, _Linux as Linux, _LinuxAlt as LinuxAlt, _LinuxNamespace as LinuxNamespace, _List as List, _ListBoxes as ListBoxes, _ListBulleted as ListBulleted, _ListChecked as ListChecked, _ListCheckedMirror as ListCheckedMirror, _ListDropdown as ListDropdown, _ListNumbered as ListNumbered, _ListNumberedMirror as ListNumberedMirror, _ListTree as ListTree, _LoadBalancerApplication as LoadBalancerApplication, _LoadBalancerClassic as LoadBalancerClassic, _LoadBalancerGlobal as LoadBalancerGlobal, _LoadBalancerListener as LoadBalancerListener, _LoadBalancerLocal as LoadBalancerLocal, _LoadBalancerNetwork as LoadBalancerNetwork, _LoadBalancerPool as LoadBalancerPool, _LoadBalancerVpc as LoadBalancerVpc, _Location as Location, _LocationCompany as LocationCompany, _LocationCompanyFilled as LocationCompanyFilled, _LocationCurrent as LocationCurrent, _LocationFilled as LocationFilled, _LocationHazard as LocationHazard, _LocationHazardFilled as LocationHazardFilled, _LocationHeart as LocationHeart, _LocationHeartFilled as LocationHeartFilled, _LocationInfo as LocationInfo, _LocationInfoFilled as LocationInfoFilled, _LocationPerson as LocationPerson, _LocationPersonFilled as LocationPersonFilled, _LocationSave as LocationSave, _LocationStar as LocationStar, _LocationStarFilled as LocationStarFilled, _Locked as Locked, _LockedAndBlocked as LockedAndBlocked, _LogicalPartition as LogicalPartition, _Login as Login, _LogoAngular as LogoAngular, _LogoAnsibleCommunity as LogoAnsibleCommunity, _LogoBluesky as LogoBluesky, _LogoDigg as LogoDigg, _LogoDiscord as LogoDiscord, _LogoFacebook as LogoFacebook, _LogoFigma as LogoFigma, _LogoFlickr as LogoFlickr, _LogoGit as LogoGit, _LogoGithub as LogoGithub, _LogoGitlab as LogoGitlab, _LogoGlassdoor as LogoGlassdoor, _LogoInstagram as LogoInstagram, _LogoInvision as LogoInvision };
135
+ export { _JoinNode as JoinNode, _Jpg as Jpg, _JsError as JsError, _Json as Json, _JsonReference as JsonReference, _JumpLink as JumpLink, _KeepDry as KeepDry, _Key as Key, _KeyValues as KeyValues, _Keyboard as Keyboard, _Keychain as Keychain, _KeyboardOff as KeyboardOff, _KioskDevice as KioskDevice, _Kubelet as Kubelet, _Kubernetes as Kubernetes, _KubernetesControlPlaneNode as KubernetesControlPlaneNode, _KubernetesIpAddress as KubernetesIpAddress, _KubernetesOperator as KubernetesOperator, _KubernetesPod as KubernetesPod, _KubernetesWorkerNode as KubernetesWorkerNode, _Label as Label, _Language as Language, _Laptop as Laptop, _Lasso as Lasso, _LassoPolygon as LassoPolygon, _Launch as Launch, _WatsonHealthLaunchStudy_1 as WatsonHealthLaunchStudy_1, _WatsonHealthLaunchStudy_2 as WatsonHealthLaunchStudy_2, _WatsonHealthLaunchStudy_3 as WatsonHealthLaunchStudy_3, _Layers as Layers, _LayersExternal as LayersExternal, _Legend as Legend, _LetterAa as LetterAa, _LetterBb as LetterBb, _LetterCc as LetterCc, _LetterDd as LetterDd, _LetterEe as LetterEe, _LetterFf as LetterFf, _LetterGg as LetterGg, _LetterHh as LetterHh, _LetterIi as LetterIi, _LetterJj as LetterJj, _LetterKk as LetterKk, _LetterLl as LetterLl, _LetterMm as LetterMm, _LetterNn as LetterNn, _LetterOo as LetterOo, _LetterPp as LetterPp, _LetterQq as LetterQq, _LetterRr as LetterRr, _LetterSs as LetterSs, _LetterTt as LetterTt, _LetterUu as LetterUu, _LetterVv as LetterVv, _LetterWw as LetterWw, _LetterXx as LetterXx, _LetterYy as LetterYy, _LetterZz as LetterZz, _License as License, _LicenseDraft as LicenseDraft, _LicenseGlobal as LicenseGlobal, _LicenseMaintenance as LicenseMaintenance, _LicenseMaintenanceDraft as LicenseMaintenanceDraft, _LicenseThirdParty as LicenseThirdParty, _LicenseThirdPartyDraft as LicenseThirdPartyDraft, _Lifesaver as Lifesaver, _Light as Light, _LightFilled as LightFilled, _Lightning as Lightning, _Link as Link, _LineThick as LineThick, _LineThin as LineThin, _Linux as Linux, _LinuxAlt as LinuxAlt, _LinuxNamespace as LinuxNamespace, _List as List, _ListBoxes as ListBoxes, _ListBulleted as ListBulleted, _ListChecked as ListChecked, _ListCheckedMirror as ListCheckedMirror, _ListDropdown as ListDropdown, _ListNumbered as ListNumbered, _ListNumberedMirror as ListNumberedMirror, _ListTree as ListTree, _LoadBalancerApplication as LoadBalancerApplication, _LoadBalancerClassic as LoadBalancerClassic, _LoadBalancerGlobal as LoadBalancerGlobal, _LoadBalancerListener as LoadBalancerListener, _LoadBalancerLocal as LoadBalancerLocal, _LoadBalancerNetwork as LoadBalancerNetwork, _LoadBalancerPool as LoadBalancerPool, _LoadBalancerVpc as LoadBalancerVpc, _Location as Location, _LocationCompany as LocationCompany, _LocationCompanyFilled as LocationCompanyFilled, _LocationCurrent as LocationCurrent, _LocationFilled as LocationFilled, _LocationHazard as LocationHazard, _LocationHazardFilled as LocationHazardFilled, _LocationHeart as LocationHeart, _LocationHeartFilled as LocationHeartFilled, _LocationInfo as LocationInfo, _LocationInfoFilled as LocationInfoFilled, _LocationPerson as LocationPerson, _LocationPersonFilled as LocationPersonFilled, _LocationSave as LocationSave, _LocationStar as LocationStar, _LocationStarFilled as LocationStarFilled, _Locked as Locked, _LockedAndBlocked as LockedAndBlocked, _LogicalPartition as LogicalPartition, _Login as Login, _LogoAngular as LogoAngular, _LogoAnsibleCommunity as LogoAnsibleCommunity, _LogoBluesky as LogoBluesky, _LogoDigg as LogoDigg, _LogoDiscord as LogoDiscord, _LogoFacebook as LogoFacebook, _LogoFigma as LogoFigma, _LogoFlickr as LogoFlickr, _LogoGit as LogoGit, _LogoGithub as LogoGithub, _LogoGitlab as LogoGitlab, _LogoGlassdoor as LogoGlassdoor, _LogoInstagram as LogoInstagram };
@@ -12,6 +12,27 @@ import React from "react";
12
12
  import { jsx } from "react/jsx-runtime";
13
13
  //#region virtual:generated/bucket-11.js
14
14
  const didWarnAboutDeprecation = {};
15
+ const JoinNode = /* @__PURE__ */ React.forwardRef(function JoinNode({ children, size = 16, ...rest }, ref) {
16
+ return React.createElement(Icon, {
17
+ width: size,
18
+ height: size,
19
+ ref,
20
+ xmlns: "http://www.w3.org/2000/svg",
21
+ viewBox: "0 0 32 32",
22
+ fill: "currentColor",
23
+ ...rest
24
+ }, /* @__PURE__ */ jsx("path", {
25
+ strokeWidth: "0",
26
+ d: "M2 9H6V11H2z"
27
+ }), /* @__PURE__ */ jsx("path", {
28
+ strokeWidth: "0",
29
+ d: "M2 21H6V23H2z"
30
+ }), /* @__PURE__ */ jsx("path", {
31
+ strokeWidth: "0",
32
+ d: "M25 11 23.5859 12.4141 26.1719 15 18 15 18 4 12 4 12 9 8 9 8 11 12 11 12 21 8 21 8 23 12 23 12 28 18 28 18 17 26.1719 17 23.5859 19.5859 25 21 30 16 25 11z"
33
+ }), children);
34
+ });
35
+ if (process.env.NODE_ENV !== "production") JoinNode.propTypes = iconPropTypes;
15
36
  const Jpg = /* @__PURE__ */ React.forwardRef(function Jpg({ children, size = 16, ...rest }, ref) {
16
37
  return React.createElement(Icon, {
17
38
  width: size,
@@ -1722,17 +1743,5 @@ const LogoInstagram = /* @__PURE__ */ React.forwardRef(function LogoInstagram({
1722
1743
  }), /* @__PURE__ */ jsx("path", { d: "M16,9.8378A6.1622,6.1622,0,1,0,22.1622,16,6.1622,6.1622,0,0,0,16,9.8378ZM16,20a4,4,0,1,1,4-4A4,4,0,0,1,16,20Z" }), /* @__PURE__ */ jsx("path", { d: "M16,6.1622c3.2041,0,3.5837.0122,4.849.07a6.6418,6.6418,0,0,1,2.2283.4132,3.9748,3.9748,0,0,1,2.2774,2.2774,6.6418,6.6418,0,0,1,.4132,2.2283c.0577,1.2653.07,1.6449.07,4.849s-.0122,3.5837-.07,4.849a6.6418,6.6418,0,0,1-.4132,2.2283,3.9748,3.9748,0,0,1-2.2774,2.2774,6.6418,6.6418,0,0,1-2.2283.4132c-1.2652.0577-1.6446.07-4.849.07s-3.5838-.0122-4.849-.07a6.6418,6.6418,0,0,1-2.2283-.4132,3.9748,3.9748,0,0,1-2.2774-2.2774,6.6418,6.6418,0,0,1-.4132-2.2283c-.0577-1.2653-.07-1.6449-.07-4.849s.0122-3.5837.07-4.849a6.6418,6.6418,0,0,1,.4132-2.2283A3.9748,3.9748,0,0,1,8.9227,6.6453a6.6418,6.6418,0,0,1,2.2283-.4132c1.2653-.0577,1.6449-.07,4.849-.07M16,4c-3.259,0-3.6677.0138-4.9476.0722A8.8068,8.8068,0,0,0,8.14,4.63,6.1363,6.1363,0,0,0,4.63,8.14a8.8068,8.8068,0,0,0-.5578,2.9129C4.0138,12.3323,4,12.741,4,16s.0138,3.6677.0722,4.9476A8.8074,8.8074,0,0,0,4.63,23.8605a6.1363,6.1363,0,0,0,3.51,3.51,8.8068,8.8068,0,0,0,2.9129.5578C12.3323,27.9862,12.741,28,16,28s3.6677-.0138,4.9476-.0722a8.8074,8.8074,0,0,0,2.9129-.5578,6.1363,6.1363,0,0,0,3.51-3.51,8.8074,8.8074,0,0,0,.5578-2.9129C27.9862,19.6677,28,19.259,28,16s-.0138-3.6677-.0722-4.9476A8.8068,8.8068,0,0,0,27.37,8.14a6.1363,6.1363,0,0,0-3.51-3.5095,8.8074,8.8074,0,0,0-2.9129-.5578C19.6677,4.0138,19.259,4,16,4Z" }), children);
1723
1744
  });
1724
1745
  if (process.env.NODE_ENV !== "production") LogoInstagram.propTypes = iconPropTypes;
1725
- const LogoInvision = /* @__PURE__ */ React.forwardRef(function LogoInvision({ children, size = 16, ...rest }, ref) {
1726
- return React.createElement(Icon, {
1727
- width: size,
1728
- height: size,
1729
- ref,
1730
- xmlns: "http://www.w3.org/2000/svg",
1731
- viewBox: "0 0 32 32",
1732
- fill: "currentColor",
1733
- ...rest
1734
- }, /* @__PURE__ */ jsx("path", { d: "M4,4v24h24V4H4z M12.1,9c0.8,0,1.4,0.6,1.4,1.4c0,0.8-0.6,1.4-1.4,1.4c0,0,0,0,0,0c-0.8,0-1.4-0.6-1.4-1.4 C10.8,9.6,11.4,9,12.1,9z M21.5,22.2c-1.4,0-2.1-0.8-2.1-2c0-0.3,0-0.7,0.1-1l0.7-2.4c0.1-0.2,0.1-0.5,0.1-0.7 c0-0.8-0.5-1.3-1.2-1.3c-1,0-1.6,0.7-1.9,2L15.9,22h-2.3l0.4-1.7c-0.7,1.1-1.6,1.8-2.8,1.8c-1.4,0-2.1-0.8-2.1-2c0-0.3,0-0.7,0.1-1 l1.1-4.3H8.7L9.2,13h3.9l-1.5,6.1c-0.1,0.3-0.1,0.6-0.1,0.9c0,0.4,0.2,0.5,0.5,0.6c0.2,0,1.6,0,2.4-1.8l1-4.1h-1.6l0.5-1.8h3.5 l-0.5,2.1c0.6-1.2,1.9-2.2,3.1-2.2c1.3,0,2.4,0.9,2.4,2.7c0,0.5-0.1,1-0.2,1.5l-0.7,2.4c-0.1,0.2-0.1,0.4-0.1,0.6 c0,0.4,0.2,0.6,0.5,0.6c0.3,0,0.7-0.2,1.2-1.5l0.9,0.4C23.7,21.4,22.7,22.2,21.5,22.2z" }), children);
1735
- });
1736
- if (process.env.NODE_ENV !== "production") LogoInvision.propTypes = iconPropTypes;
1737
1746
  //#endregion
1738
- export { Jpg, JsError, Json, JsonReference, JumpLink, KeepDry, Key, KeyValues, Keyboard, KeyboardOff, Keychain, KioskDevice, Kubelet, Kubernetes, KubernetesControlPlaneNode, KubernetesIpAddress, KubernetesOperator, KubernetesPod, KubernetesWorkerNode, Label, Language, Laptop, Lasso, LassoPolygon, Launch, Layers, LayersExternal, Legend, LetterAa, LetterBb, LetterCc, LetterDd, LetterEe, LetterFf, LetterGg, LetterHh, LetterIi, LetterJj, LetterKk, LetterLl, LetterMm, LetterNn, LetterOo, LetterPp, LetterQq, LetterRr, LetterSs, LetterTt, LetterUu, LetterVv, LetterWw, LetterXx, LetterYy, LetterZz, License, LicenseDraft, LicenseGlobal, LicenseMaintenance, LicenseMaintenanceDraft, LicenseThirdParty, LicenseThirdPartyDraft, Lifesaver, Light, LightFilled, Lightning, LineThick, LineThin, Link, Linux, LinuxAlt, LinuxNamespace, List, ListBoxes, ListBulleted, ListChecked, ListCheckedMirror, ListDropdown, ListNumbered, ListNumberedMirror, ListTree, LoadBalancerApplication, LoadBalancerClassic, LoadBalancerGlobal, LoadBalancerListener, LoadBalancerLocal, LoadBalancerNetwork, LoadBalancerPool, LoadBalancerVpc, Location, LocationCompany, LocationCompanyFilled, LocationCurrent, LocationFilled, LocationHazard, LocationHazardFilled, LocationHeart, LocationHeartFilled, LocationInfo, LocationInfoFilled, LocationPerson, LocationPersonFilled, LocationSave, LocationStar, LocationStarFilled, Locked, LockedAndBlocked, LogicalPartition, Login, LogoAngular, LogoAnsibleCommunity, LogoBluesky, LogoDigg, LogoDiscord, LogoFacebook, LogoFigma, LogoFlickr, LogoGit, LogoGithub, LogoGitlab, LogoGlassdoor, LogoInstagram, LogoInvision, WatsonHealthLaunchStudy_1, WatsonHealthLaunchStudy_2, WatsonHealthLaunchStudy_3 };
1747
+ export { JoinNode, Jpg, JsError, Json, JsonReference, JumpLink, KeepDry, Key, KeyValues, Keyboard, KeyboardOff, Keychain, KioskDevice, Kubelet, Kubernetes, KubernetesControlPlaneNode, KubernetesIpAddress, KubernetesOperator, KubernetesPod, KubernetesWorkerNode, Label, Language, Laptop, Lasso, LassoPolygon, Launch, Layers, LayersExternal, Legend, LetterAa, LetterBb, LetterCc, LetterDd, LetterEe, LetterFf, LetterGg, LetterHh, LetterIi, LetterJj, LetterKk, LetterLl, LetterMm, LetterNn, LetterOo, LetterPp, LetterQq, LetterRr, LetterSs, LetterTt, LetterUu, LetterVv, LetterWw, LetterXx, LetterYy, LetterZz, License, LicenseDraft, LicenseGlobal, LicenseMaintenance, LicenseMaintenanceDraft, LicenseThirdParty, LicenseThirdPartyDraft, Lifesaver, Light, LightFilled, Lightning, LineThick, LineThin, Link, Linux, LinuxAlt, LinuxNamespace, List, ListBoxes, ListBulleted, ListChecked, ListCheckedMirror, ListDropdown, ListNumbered, ListNumberedMirror, ListTree, LoadBalancerApplication, LoadBalancerClassic, LoadBalancerGlobal, LoadBalancerListener, LoadBalancerLocal, LoadBalancerNetwork, LoadBalancerPool, LoadBalancerVpc, Location, LocationCompany, LocationCompanyFilled, LocationCurrent, LocationFilled, LocationHazard, LocationHazardFilled, LocationHeart, LocationHeartFilled, LocationInfo, LocationInfoFilled, LocationPerson, LocationPersonFilled, LocationSave, LocationStar, LocationStarFilled, Locked, LockedAndBlocked, LogicalPartition, Login, LogoAngular, LogoAnsibleCommunity, LogoBluesky, LogoDigg, LogoDiscord, LogoFacebook, LogoFigma, LogoFlickr, LogoGit, LogoGithub, LogoGitlab, LogoGlassdoor, LogoInstagram, WatsonHealthLaunchStudy_1, WatsonHealthLaunchStudy_2, WatsonHealthLaunchStudy_3 };
@@ -7,6 +7,7 @@
7
7
  * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
8
8
  */
9
9
  import type { CarbonIconType } from '../CarbonIcon';
10
+ declare const _LogoInvision: CarbonIconType;
10
11
  declare const _LogoJupyter: CarbonIconType;
11
12
  declare const _LogoKeybase: CarbonIconType;
12
13
  declare const _LogoKubernetes: CarbonIconType;
@@ -131,5 +132,4 @@ declare const _Monument: CarbonIconType;
131
132
  declare const _Moon: CarbonIconType;
132
133
  declare const _Moonrise: CarbonIconType;
133
134
  declare const _Moonset: CarbonIconType;
134
- declare const _MostlyCloudy: CarbonIconType;
135
- export { _LogoJupyter as LogoJupyter, _LogoKeybase as LogoKeybase, _LogoKubernetes as LogoKubernetes, _LogoLinkedin as LogoLinkedin, _LogoLivestream as LogoLivestream, _LogoMastodon as LogoMastodon, _LogoMedium as LogoMedium, _LogoModelContextProtocol as LogoModelContextProtocol, _LogoNpm as LogoNpm, _LogoOpenshift as LogoOpenshift, _LogoPinterest as LogoPinterest, _LogoPython as LogoPython, _LogoQuora as LogoQuora, _LogoRScript as LogoRScript, _LogoReact as LogoReact, _LogoRedHatAiInstructlabOnIbmCloud as LogoRedHatAiInstructlabOnIbmCloud, _LogoRedHatAnsible as LogoRedHatAnsible, _LogoSketch as LogoSketch, _LogoSkype as LogoSkype, _LogoSlack as LogoSlack, _LogoSnapchat as LogoSnapchat, _LogoSvelte as LogoSvelte, _LogoTumblr as LogoTumblr, _LogoTwitter as LogoTwitter, _LogoVmware as LogoVmware, _LogoVmwareAlt as LogoVmwareAlt, _LogoVue as LogoVue, _LogoWechat as LogoWechat, _LogoX as LogoX, _LogoXing as LogoXing, _LogoYelp as LogoYelp, _LogoYoutube as LogoYoutube, _Logout as Logout, _Loop as Loop, _LoopAlt as LoopAlt, _LowSeverity as LowSeverity, _Mac as Mac, _MacCommand as MacCommand, _MacOption as MacOption, _MacShift as MacShift, _MachineLearning as MachineLearning, _MachineLearningModel as MachineLearningModel, _MagicWand as MagicWand, _MagicWandFilled as MagicWandFilled, _WatsonHealthMagnify as WatsonHealthMagnify, _MailAll as MailAll, _MailReply as MailReply, _WatsonHealthMammogram as WatsonHealthMammogram, _ManageProtection as ManageProtection, _ManagedSolutions as ManagedSolutions, _Map as Map, _MapCenter as MapCenter, _MapIdentify as MapIdentify, _MappingClear as MappingClear, _MappingHide as MappingHide, _MappingShow as MappingShow, _MapBoundary as MapBoundary, _MapBoundaryVegetation as MapBoundaryVegetation, _Marginal as Marginal, _MarineWarning as MarineWarning, _MaterialRequest as MaterialRequest, _MathCurve as MathCurve, _QMatrix as QMatrix, _Maximize as Maximize, _MediaLibrary as MediaLibrary, _MediaLibraryFilled as MediaLibraryFilled, _MediaCast as MediaCast, _Medication as Medication, _MedicationAlert as MedicationAlert, _MedicationReminder as MedicationReminder, _Menu as Menu, _Merge as Merge, _MergeNode as MergeNode, _MessageQueue as MessageQueue, _Meter as Meter, _MeterAlt as MeterAlt, _Microphone as Microphone, _MicrophoneFilled as MicrophoneFilled, _MicrophoneOff as MicrophoneOff, _MicrophoneOffFilled as MicrophoneOffFilled, _Microscope as Microscope, _Microservices_1 as Microservices_1, _Microservices_2 as Microservices_2, _Migrate as Migrate, _MigrateAlt as MigrateAlt, _Milestone as Milestone, _MilitaryCamp as MilitaryCamp, _MinimapOff as MinimapOff, _MinimapOn as MinimapOn, _Minimize as Minimize, _MinusPlus as MinusPlus, _Misuse as Misuse, _MisuseOutline as MisuseOutline, _MixedRainHail as MixedRainHail, _MlModelReference as MlModelReference, _Mobile as Mobile, _MobileAdd as MobileAdd, _MobileAudio as MobileAudio, _MobileCheck as MobileCheck, _MobileCrash as MobileCrash, _MobileDownload as MobileDownload, _MobileEvent as MobileEvent, _MobileLandscape as MobileLandscape, _MobileRequest as MobileRequest, _MobileSession as MobileSession, _MobileView as MobileView, _MobileViewOrientation as MobileViewOrientation, _MobilityServices as MobilityServices, _Model as Model, _ModelAlt as ModelAlt, _ModelContentDoc as ModelContentDoc, _ModelFoundation as ModelFoundation, _ModelReference as ModelReference, _ModelTuned as ModelTuned, _ModelBuilder as ModelBuilder, _ModelBuilderReference as ModelBuilderReference, _ModifiedNewest as ModifiedNewest, _ModifiedOldest as ModifiedOldest, _Money as Money, _Monster as Monster, _Monument as Monument, _Moon as Moon, _Moonrise as Moonrise, _Moonset as Moonset, _MostlyCloudy as MostlyCloudy };
135
+ export { _LogoInvision as LogoInvision, _LogoJupyter as LogoJupyter, _LogoKeybase as LogoKeybase, _LogoKubernetes as LogoKubernetes, _LogoLinkedin as LogoLinkedin, _LogoLivestream as LogoLivestream, _LogoMastodon as LogoMastodon, _LogoMedium as LogoMedium, _LogoModelContextProtocol as LogoModelContextProtocol, _LogoNpm as LogoNpm, _LogoOpenshift as LogoOpenshift, _LogoPinterest as LogoPinterest, _LogoPython as LogoPython, _LogoQuora as LogoQuora, _LogoRScript as LogoRScript, _LogoReact as LogoReact, _LogoRedHatAiInstructlabOnIbmCloud as LogoRedHatAiInstructlabOnIbmCloud, _LogoRedHatAnsible as LogoRedHatAnsible, _LogoSketch as LogoSketch, _LogoSkype as LogoSkype, _LogoSlack as LogoSlack, _LogoSnapchat as LogoSnapchat, _LogoSvelte as LogoSvelte, _LogoTumblr as LogoTumblr, _LogoTwitter as LogoTwitter, _LogoVmware as LogoVmware, _LogoVmwareAlt as LogoVmwareAlt, _LogoVue as LogoVue, _LogoWechat as LogoWechat, _LogoX as LogoX, _LogoXing as LogoXing, _LogoYelp as LogoYelp, _LogoYoutube as LogoYoutube, _Logout as Logout, _Loop as Loop, _LoopAlt as LoopAlt, _LowSeverity as LowSeverity, _Mac as Mac, _MacCommand as MacCommand, _MacOption as MacOption, _MacShift as MacShift, _MachineLearning as MachineLearning, _MachineLearningModel as MachineLearningModel, _MagicWand as MagicWand, _MagicWandFilled as MagicWandFilled, _WatsonHealthMagnify as WatsonHealthMagnify, _MailAll as MailAll, _MailReply as MailReply, _WatsonHealthMammogram as WatsonHealthMammogram, _ManageProtection as ManageProtection, _ManagedSolutions as ManagedSolutions, _Map as Map, _MapCenter as MapCenter, _MapIdentify as MapIdentify, _MappingClear as MappingClear, _MappingHide as MappingHide, _MappingShow as MappingShow, _MapBoundary as MapBoundary, _MapBoundaryVegetation as MapBoundaryVegetation, _Marginal as Marginal, _MarineWarning as MarineWarning, _MaterialRequest as MaterialRequest, _MathCurve as MathCurve, _QMatrix as QMatrix, _Maximize as Maximize, _MediaLibrary as MediaLibrary, _MediaLibraryFilled as MediaLibraryFilled, _MediaCast as MediaCast, _Medication as Medication, _MedicationAlert as MedicationAlert, _MedicationReminder as MedicationReminder, _Menu as Menu, _Merge as Merge, _MergeNode as MergeNode, _MessageQueue as MessageQueue, _Meter as Meter, _MeterAlt as MeterAlt, _Microphone as Microphone, _MicrophoneFilled as MicrophoneFilled, _MicrophoneOff as MicrophoneOff, _MicrophoneOffFilled as MicrophoneOffFilled, _Microscope as Microscope, _Microservices_1 as Microservices_1, _Microservices_2 as Microservices_2, _Migrate as Migrate, _MigrateAlt as MigrateAlt, _Milestone as Milestone, _MilitaryCamp as MilitaryCamp, _MinimapOff as MinimapOff, _MinimapOn as MinimapOn, _Minimize as Minimize, _MinusPlus as MinusPlus, _Misuse as Misuse, _MisuseOutline as MisuseOutline, _MixedRainHail as MixedRainHail, _MlModelReference as MlModelReference, _Mobile as Mobile, _MobileAdd as MobileAdd, _MobileAudio as MobileAudio, _MobileCheck as MobileCheck, _MobileCrash as MobileCrash, _MobileDownload as MobileDownload, _MobileEvent as MobileEvent, _MobileLandscape as MobileLandscape, _MobileRequest as MobileRequest, _MobileSession as MobileSession, _MobileView as MobileView, _MobileViewOrientation as MobileViewOrientation, _MobilityServices as MobilityServices, _Model as Model, _ModelAlt as ModelAlt, _ModelContentDoc as ModelContentDoc, _ModelFoundation as ModelFoundation, _ModelReference as ModelReference, _ModelTuned as ModelTuned, _ModelBuilder as ModelBuilder, _ModelBuilderReference as ModelBuilderReference, _ModifiedNewest as ModifiedNewest, _ModifiedOldest as ModifiedOldest, _Money as Money, _Monster as Monster, _Monument as Monument, _Moon as Moon, _Moonrise as Moonrise, _Moonset as Moonset };
@@ -12,6 +12,18 @@ import React from "react";
12
12
  import { jsx, jsxs } from "react/jsx-runtime";
13
13
  //#region virtual:generated/bucket-12.js
14
14
  const didWarnAboutDeprecation = {};
15
+ const LogoInvision = /* @__PURE__ */ React.forwardRef(function LogoInvision({ children, size = 16, ...rest }, ref) {
16
+ return React.createElement(Icon, {
17
+ width: size,
18
+ height: size,
19
+ ref,
20
+ xmlns: "http://www.w3.org/2000/svg",
21
+ viewBox: "0 0 32 32",
22
+ fill: "currentColor",
23
+ ...rest
24
+ }, /* @__PURE__ */ jsx("path", { d: "M4,4v24h24V4H4z M12.1,9c0.8,0,1.4,0.6,1.4,1.4c0,0.8-0.6,1.4-1.4,1.4c0,0,0,0,0,0c-0.8,0-1.4-0.6-1.4-1.4 C10.8,9.6,11.4,9,12.1,9z M21.5,22.2c-1.4,0-2.1-0.8-2.1-2c0-0.3,0-0.7,0.1-1l0.7-2.4c0.1-0.2,0.1-0.5,0.1-0.7 c0-0.8-0.5-1.3-1.2-1.3c-1,0-1.6,0.7-1.9,2L15.9,22h-2.3l0.4-1.7c-0.7,1.1-1.6,1.8-2.8,1.8c-1.4,0-2.1-0.8-2.1-2c0-0.3,0-0.7,0.1-1 l1.1-4.3H8.7L9.2,13h3.9l-1.5,6.1c-0.1,0.3-0.1,0.6-0.1,0.9c0,0.4,0.2,0.5,0.5,0.6c0.2,0,1.6,0,2.4-1.8l1-4.1h-1.6l0.5-1.8h3.5 l-0.5,2.1c0.6-1.2,1.9-2.2,3.1-2.2c1.3,0,2.4,0.9,2.4,2.7c0,0.5-0.1,1-0.2,1.5l-0.7,2.4c-0.1,0.2-0.1,0.4-0.1,0.6 c0,0.4,0.2,0.6,0.5,0.6c0.3,0,0.7-0.2,1.2-1.5l0.9,0.4C23.7,21.4,22.7,22.2,21.5,22.2z" }), children);
25
+ });
26
+ if (process.env.NODE_ENV !== "production") LogoInvision.propTypes = iconPropTypes;
15
27
  const LogoJupyter = /* @__PURE__ */ React.forwardRef(function LogoJupyter({ children, size = 16, ...rest }, ref) {
16
28
  return React.createElement(Icon, {
17
29
  width: size,
@@ -1756,26 +1768,5 @@ const Moonset = /* @__PURE__ */ React.forwardRef(function Moonset({ children, si
1756
1768
  }, /* @__PURE__ */ jsx("path", { d: "M2 28H30V30H2z" }), /* @__PURE__ */ jsx("path", { d: "M26,26H24a7.987,7.987,0,0,0-2.0371-5.3335l1.49-1.334A9.9835,9.9835,0,0,1,26,26Z" }), /* @__PURE__ */ jsx("path", { d: "M16,26H14a9.9268,9.9268,0,0,1,3.7539-7.804A7.89,7.89,0,0,0,16,18a8.0092,8.0092,0,0,0-8,8H6A10.0113,10.0113,0,0,1,16,16a9.8923,9.8923,0,0,1,4.4458,1.0515,1,1,0,0,1,0,1.79A7.9567,7.9567,0,0,0,16,26Z" }), /* @__PURE__ */ jsx("path", { d: "M16 14 11 9 12.41 7.59 15 10.17 15 10 15 2 17 2 17 10 17 10.17 19.59 7.59 21 9 16 14z" }), children);
1757
1769
  });
1758
1770
  if (process.env.NODE_ENV !== "production") Moonset.propTypes = iconPropTypes;
1759
- const MostlyCloudy = /* @__PURE__ */ React.forwardRef(function MostlyCloudy({ children, size = 16, ...rest }, ref) {
1760
- return React.createElement(Icon, {
1761
- width: size,
1762
- height: size,
1763
- ref,
1764
- xmlns: "http://www.w3.org/2000/svg",
1765
- viewBox: "0 0 32 32",
1766
- fill: "currentColor",
1767
- ...rest
1768
- }, /* @__PURE__ */ jsx("path", {
1769
- d: "M21.743,18.6872A6.05,6.05,0,0,0,22.8,17.6006a5.9977,5.9977,0,1,0-10.7334-4.4444,7.5568,7.5568,0,0,0-5.7158,5.0879A5.9926,5.9926,0,0,0,8,30H19a5.9854,5.9854,0,0,0,2.743-11.3128ZM18,10a4.0042,4.0042,0,0,1,4,4,3.9613,3.9613,0,0,1-.8,2.3994,4.0122,4.0122,0,0,1-.94.8917,7.5416,7.5416,0,0,0-6.1339-4.2395A3.9985,3.9985,0,0,1,18,10Zm1,18H8a3.9928,3.9928,0,0,1-.6729-7.93L7.99,19.958l.1456-.6562a5.4958,5.4958,0,0,1,10.729,0l.1464.6562.6622.1123A3.9928,3.9928,0,0,1,19,28Z",
1770
- transform: "translate(0 .005)"
1771
- }), /* @__PURE__ */ jsx("path", { d: "M26 13.005H30V15.005H26z" }), /* @__PURE__ */ jsx("path", {
1772
- d: "M23.071 5.929H27.071V7.929H23.071z",
1773
- transform: "rotate(-45 25.077 6.931)"
1774
- }), /* @__PURE__ */ jsx("path", { d: "M17 2.005H19V6.005H17z" }), /* @__PURE__ */ jsx("path", {
1775
- d: "M9.929 4.929H11.929V8.929H9.929z",
1776
- transform: "rotate(-45 10.935 6.931)"
1777
- }), children);
1778
- });
1779
- if (process.env.NODE_ENV !== "production") MostlyCloudy.propTypes = iconPropTypes;
1780
1771
  //#endregion
1781
- export { LogoJupyter, LogoKeybase, LogoKubernetes, LogoLinkedin, LogoLivestream, LogoMastodon, LogoMedium, LogoModelContextProtocol, LogoNpm, LogoOpenshift, LogoPinterest, LogoPython, LogoQuora, LogoRScript, LogoReact, LogoRedHatAiInstructlabOnIbmCloud, LogoRedHatAnsible, LogoSketch, LogoSkype, LogoSlack, LogoSnapchat, LogoSvelte, LogoTumblr, LogoTwitter, LogoVmware, LogoVmwareAlt, LogoVue, LogoWechat, LogoX, LogoXing, LogoYelp, LogoYoutube, Logout, Loop, LoopAlt, LowSeverity, Mac, MacCommand, MacOption, MacShift, MachineLearning, MachineLearningModel, MagicWand, MagicWandFilled, MailAll, MailReply, ManageProtection, ManagedSolutions, Map, MapBoundary, MapBoundaryVegetation, MapCenter, MapIdentify, MappingClear, MappingHide, MappingShow, Marginal, MarineWarning, MaterialRequest, MathCurve, Maximize, MediaCast, MediaLibrary, MediaLibraryFilled, Medication, MedicationAlert, MedicationReminder, Menu, Merge, MergeNode, MessageQueue, Meter, MeterAlt, Microphone, MicrophoneFilled, MicrophoneOff, MicrophoneOffFilled, Microscope, Microservices_1, Microservices_2, Migrate, MigrateAlt, Milestone, MilitaryCamp, MinimapOff, MinimapOn, Minimize, MinusPlus, Misuse, MisuseOutline, MixedRainHail, MlModelReference, Mobile, MobileAdd, MobileAudio, MobileCheck, MobileCrash, MobileDownload, MobileEvent, MobileLandscape, MobileRequest, MobileSession, MobileView, MobileViewOrientation, MobilityServices, Model, ModelAlt, ModelBuilder, ModelBuilderReference, ModelContentDoc, ModelFoundation, ModelReference, ModelTuned, ModifiedNewest, ModifiedOldest, Money, Monster, Monument, Moon, Moonrise, Moonset, MostlyCloudy, QMatrix, WatsonHealthMagnify, WatsonHealthMammogram };
1772
+ export { LogoInvision, LogoJupyter, LogoKeybase, LogoKubernetes, LogoLinkedin, LogoLivestream, LogoMastodon, LogoMedium, LogoModelContextProtocol, LogoNpm, LogoOpenshift, LogoPinterest, LogoPython, LogoQuora, LogoRScript, LogoReact, LogoRedHatAiInstructlabOnIbmCloud, LogoRedHatAnsible, LogoSketch, LogoSkype, LogoSlack, LogoSnapchat, LogoSvelte, LogoTumblr, LogoTwitter, LogoVmware, LogoVmwareAlt, LogoVue, LogoWechat, LogoX, LogoXing, LogoYelp, LogoYoutube, Logout, Loop, LoopAlt, LowSeverity, Mac, MacCommand, MacOption, MacShift, MachineLearning, MachineLearningModel, MagicWand, MagicWandFilled, MailAll, MailReply, ManageProtection, ManagedSolutions, Map, MapBoundary, MapBoundaryVegetation, MapCenter, MapIdentify, MappingClear, MappingHide, MappingShow, Marginal, MarineWarning, MaterialRequest, MathCurve, Maximize, MediaCast, MediaLibrary, MediaLibraryFilled, Medication, MedicationAlert, MedicationReminder, Menu, Merge, MergeNode, MessageQueue, Meter, MeterAlt, Microphone, MicrophoneFilled, MicrophoneOff, MicrophoneOffFilled, Microscope, Microservices_1, Microservices_2, Migrate, MigrateAlt, Milestone, MilitaryCamp, MinimapOff, MinimapOn, Minimize, MinusPlus, Misuse, MisuseOutline, MixedRainHail, MlModelReference, Mobile, MobileAdd, MobileAudio, MobileCheck, MobileCrash, MobileDownload, MobileEvent, MobileLandscape, MobileRequest, MobileSession, MobileView, MobileViewOrientation, MobilityServices, Model, ModelAlt, ModelBuilder, ModelBuilderReference, ModelContentDoc, ModelFoundation, ModelReference, ModelTuned, ModifiedNewest, ModifiedOldest, Money, Monster, Monument, Moon, Moonrise, Moonset, QMatrix, WatsonHealthMagnify, WatsonHealthMammogram };
@@ -7,6 +7,7 @@
7
7
  * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
8
8
  */
9
9
  import type { CarbonIconType } from '../CarbonIcon';
10
+ declare const _MostlyCloudy: CarbonIconType;
10
11
  declare const _MostlyCloudyNight: CarbonIconType;
11
12
  declare const _Mountain: CarbonIconType;
12
13
  declare const _Mov: CarbonIconType;
@@ -131,5 +132,4 @@ declare const _PageFirst: CarbonIconType;
131
132
  declare const _PageLast: CarbonIconType;
132
133
  declare const _PageBreak: CarbonIconType;
133
134
  declare const _PageNumber: CarbonIconType;
134
- declare const _WatsonHealthPageScroll: CarbonIconType;
135
- export { _MostlyCloudyNight as MostlyCloudyNight, _Mountain as Mountain, _Mov as Mov, _Move as Move, _Movement as Movement, _Mp3 as Mp3, _Mp4 as Mp4, _Mpeg as Mpeg, _Mpg2 as Mpg2, _MultiuserDevice as MultiuserDevice, _Music as Music, _MusicAdd as MusicAdd, _MusicRemove as MusicRemove, _Mysql as Mysql, _NameSpace as NameSpace, _NamingConventions as NamingConventions, _NavaidCivil as NavaidCivil, _NavaidDme as NavaidDme, _NavaidHelipad as NavaidHelipad, _NavaidMilitary as NavaidMilitary, _NavaidMilitaryCivil as NavaidMilitaryCivil, _NavaidNdb as NavaidNdb, _NavaidNdbDme as NavaidNdbDme, _NavaidPrivate as NavaidPrivate, _NavaidSeaplane as NavaidSeaplane, _NavaidTacan as NavaidTacan, _NavaidVhfor as NavaidVhfor, _NavaidVor as NavaidVor, _NavaidVorDme as NavaidVorDme, _NavaidVorTac as NavaidVorTac, _Need as Need, _Network_1 as Network_1, _Network_2 as Network_2, _Network_3 as Network_3, _Network_3Reference as Network_3Reference, _Network_4 as Network_4, _Network_4Reference as Network_4Reference, _NetworkAdminControl as NetworkAdminControl, _NetworkEnterprise as NetworkEnterprise, _NetworkOverlay as NetworkOverlay, _NetworkPublic as NetworkPublic, _NetworkInterface as NetworkInterface, _NetworkTimeProtocol as NetworkTimeProtocol, _NewTab as NewTab, _NextFilled as NextFilled, _NextOutline as NextOutline, _NoImage as NoImage, _NoTicket as NoTicket, _Nominal as Nominal, _WatsonHealthNominate as WatsonHealthNominate, _NonCertified as NonCertified, _NoodleBowl as NoodleBowl, _NotAvailable as NotAvailable, _NotSent as NotSent, _NotSentFilled as NotSentFilled, _Notebook as Notebook, _NotebookReference as NotebookReference, _Notification as Notification, _NotificationFilled as NotificationFilled, _NotificationNew as NotificationNew, _NotificationOff as NotificationOff, _NotificationOffFilled as NotificationOffFilled, _NotificationCounter as NotificationCounter, _NotificationsPaused as NotificationsPaused, _NullSign as NullSign, _Number_0 as Number_0, _Number_1 as Number_1, _Number_2 as Number_2, _Number_3 as Number_3, _Number_4 as Number_4, _Number_5 as Number_5, _Number_6 as Number_6, _Number_7 as Number_7, _Number_8 as Number_8, _Number_9 as Number_9, _NumberSmall_0 as NumberSmall_0, _NumberSmall_1 as NumberSmall_1, _NumberSmall_2 as NumberSmall_2, _NumberSmall_3 as NumberSmall_3, _NumberSmall_4 as NumberSmall_4, _NumberSmall_5 as NumberSmall_5, _NumberSmall_6 as NumberSmall_6, _NumberSmall_7 as NumberSmall_7, _NumberSmall_8 as NumberSmall_8, _NumberSmall_9 as NumberSmall_9, _Object as Object, _ObjectStorage as ObjectStorage, _ObjectStorageAlt as ObjectStorageAlt, _ObservedHail as ObservedHail, _ObservedLightning as ObservedLightning, _Omega as Omega, _Opacity as Opacity, _OpenStripe as OpenStripe, _OpenPanelBottom as OpenPanelBottom, _OpenPanelFilledBottom as OpenPanelFilledBottom, _OpenPanelFilledLeft as OpenPanelFilledLeft, _OpenPanelFilledRight as OpenPanelFilledRight, _OpenPanelFilledTop as OpenPanelFilledTop, _OpenPanelLeft as OpenPanelLeft, _OpenPanelRight as OpenPanelRight, _OpenPanelTop as OpenPanelTop, _QOperation as QOperation, _QOperationGauge as QOperationGauge, _QOperationIf as QOperationIf, _OperationsField as OperationsField, _OperationsRecord as OperationsRecord, _Orchestrate as Orchestrate, _OrderServer as OrderServer, _OrderStorm as OrderStorm, _OrderStratus as OrderStratus, _OrderDetails as OrderDetails, _Ordinal as Ordinal, _Outage as Outage, _OutlookSevere as OutlookSevere, _OverflowMenuHorizontal as OverflowMenuHorizontal, _OverflowMenuVertical as OverflowMenuVertical, _Overlay as Overlay, _Package as Package, _PackageTextAnalysis as PackageTextAnalysis, _PackageNode as PackageNode, _PageFirst as PageFirst, _PageLast as PageLast, _PageBreak as PageBreak, _PageNumber as PageNumber, _WatsonHealthPageScroll as WatsonHealthPageScroll };
135
+ export { _MostlyCloudy as MostlyCloudy, _MostlyCloudyNight as MostlyCloudyNight, _Mountain as Mountain, _Mov as Mov, _Move as Move, _Movement as Movement, _Mp3 as Mp3, _Mp4 as Mp4, _Mpeg as Mpeg, _Mpg2 as Mpg2, _MultiuserDevice as MultiuserDevice, _Music as Music, _MusicAdd as MusicAdd, _MusicRemove as MusicRemove, _Mysql as Mysql, _NameSpace as NameSpace, _NamingConventions as NamingConventions, _NavaidCivil as NavaidCivil, _NavaidDme as NavaidDme, _NavaidHelipad as NavaidHelipad, _NavaidMilitary as NavaidMilitary, _NavaidMilitaryCivil as NavaidMilitaryCivil, _NavaidNdb as NavaidNdb, _NavaidNdbDme as NavaidNdbDme, _NavaidPrivate as NavaidPrivate, _NavaidSeaplane as NavaidSeaplane, _NavaidTacan as NavaidTacan, _NavaidVhfor as NavaidVhfor, _NavaidVor as NavaidVor, _NavaidVorDme as NavaidVorDme, _NavaidVorTac as NavaidVorTac, _Need as Need, _Network_1 as Network_1, _Network_2 as Network_2, _Network_3 as Network_3, _Network_3Reference as Network_3Reference, _Network_4 as Network_4, _Network_4Reference as Network_4Reference, _NetworkAdminControl as NetworkAdminControl, _NetworkEnterprise as NetworkEnterprise, _NetworkOverlay as NetworkOverlay, _NetworkPublic as NetworkPublic, _NetworkInterface as NetworkInterface, _NetworkTimeProtocol as NetworkTimeProtocol, _NewTab as NewTab, _NextFilled as NextFilled, _NextOutline as NextOutline, _NoImage as NoImage, _NoTicket as NoTicket, _Nominal as Nominal, _WatsonHealthNominate as WatsonHealthNominate, _NonCertified as NonCertified, _NoodleBowl as NoodleBowl, _NotAvailable as NotAvailable, _NotSent as NotSent, _NotSentFilled as NotSentFilled, _Notebook as Notebook, _NotebookReference as NotebookReference, _Notification as Notification, _NotificationFilled as NotificationFilled, _NotificationNew as NotificationNew, _NotificationOff as NotificationOff, _NotificationOffFilled as NotificationOffFilled, _NotificationCounter as NotificationCounter, _NotificationsPaused as NotificationsPaused, _NullSign as NullSign, _Number_0 as Number_0, _Number_1 as Number_1, _Number_2 as Number_2, _Number_3 as Number_3, _Number_4 as Number_4, _Number_5 as Number_5, _Number_6 as Number_6, _Number_7 as Number_7, _Number_8 as Number_8, _Number_9 as Number_9, _NumberSmall_0 as NumberSmall_0, _NumberSmall_1 as NumberSmall_1, _NumberSmall_2 as NumberSmall_2, _NumberSmall_3 as NumberSmall_3, _NumberSmall_4 as NumberSmall_4, _NumberSmall_5 as NumberSmall_5, _NumberSmall_6 as NumberSmall_6, _NumberSmall_7 as NumberSmall_7, _NumberSmall_8 as NumberSmall_8, _NumberSmall_9 as NumberSmall_9, _Object as Object, _ObjectStorage as ObjectStorage, _ObjectStorageAlt as ObjectStorageAlt, _ObservedHail as ObservedHail, _ObservedLightning as ObservedLightning, _Omega as Omega, _Opacity as Opacity, _OpenStripe as OpenStripe, _OpenPanelBottom as OpenPanelBottom, _OpenPanelFilledBottom as OpenPanelFilledBottom, _OpenPanelFilledLeft as OpenPanelFilledLeft, _OpenPanelFilledRight as OpenPanelFilledRight, _OpenPanelFilledTop as OpenPanelFilledTop, _OpenPanelLeft as OpenPanelLeft, _OpenPanelRight as OpenPanelRight, _OpenPanelTop as OpenPanelTop, _QOperation as QOperation, _QOperationGauge as QOperationGauge, _QOperationIf as QOperationIf, _OperationsField as OperationsField, _OperationsRecord as OperationsRecord, _Orchestrate as Orchestrate, _OrderServer as OrderServer, _OrderStorm as OrderStorm, _OrderStratus as OrderStratus, _OrderDetails as OrderDetails, _Ordinal as Ordinal, _Outage as Outage, _OutlookSevere as OutlookSevere, _OverflowMenuHorizontal as OverflowMenuHorizontal, _OverflowMenuVertical as OverflowMenuVertical, _Overlay as Overlay, _Package as Package, _PackageTextAnalysis as PackageTextAnalysis, _PackageNode as PackageNode, _PageFirst as PageFirst, _PageLast as PageLast, _PageBreak as PageBreak, _PageNumber as PageNumber };
@@ -11,6 +11,27 @@ import { t as iconPropTypes } from "../iconPropTypes-BElKp6Sn.js";
11
11
  import React from "react";
12
12
  import { jsx } from "react/jsx-runtime";
13
13
  //#region virtual:generated/bucket-13.js
14
+ const MostlyCloudy = /* @__PURE__ */ React.forwardRef(function MostlyCloudy({ children, size = 16, ...rest }, ref) {
15
+ return React.createElement(Icon, {
16
+ width: size,
17
+ height: size,
18
+ ref,
19
+ xmlns: "http://www.w3.org/2000/svg",
20
+ viewBox: "0 0 32 32",
21
+ fill: "currentColor",
22
+ ...rest
23
+ }, /* @__PURE__ */ jsx("path", {
24
+ d: "M21.743,18.6872A6.05,6.05,0,0,0,22.8,17.6006a5.9977,5.9977,0,1,0-10.7334-4.4444,7.5568,7.5568,0,0,0-5.7158,5.0879A5.9926,5.9926,0,0,0,8,30H19a5.9854,5.9854,0,0,0,2.743-11.3128ZM18,10a4.0042,4.0042,0,0,1,4,4,3.9613,3.9613,0,0,1-.8,2.3994,4.0122,4.0122,0,0,1-.94.8917,7.5416,7.5416,0,0,0-6.1339-4.2395A3.9985,3.9985,0,0,1,18,10Zm1,18H8a3.9928,3.9928,0,0,1-.6729-7.93L7.99,19.958l.1456-.6562a5.4958,5.4958,0,0,1,10.729,0l.1464.6562.6622.1123A3.9928,3.9928,0,0,1,19,28Z",
25
+ transform: "translate(0 .005)"
26
+ }), /* @__PURE__ */ jsx("path", { d: "M26 13.005H30V15.005H26z" }), /* @__PURE__ */ jsx("path", {
27
+ d: "M23.071 5.929H27.071V7.929H23.071z",
28
+ transform: "rotate(-45 25.077 6.931)"
29
+ }), /* @__PURE__ */ jsx("path", { d: "M17 2.005H19V6.005H17z" }), /* @__PURE__ */ jsx("path", {
30
+ d: "M9.929 4.929H11.929V8.929H9.929z",
31
+ transform: "rotate(-45 10.935 6.931)"
32
+ }), children);
33
+ });
34
+ if (process.env.NODE_ENV !== "production") MostlyCloudy.propTypes = iconPropTypes;
14
35
  const MostlyCloudyNight = /* @__PURE__ */ React.forwardRef(function MostlyCloudyNight({ children, size = 16, ...rest }, ref) {
15
36
  return React.createElement(Icon, {
16
37
  width: size,
@@ -1773,17 +1794,5 @@ const PageNumber = /* @__PURE__ */ React.forwardRef(function PageNumber({ childr
1773
1794
  }, /* @__PURE__ */ jsx("path", { d: "M22 26 16 26 16 20 20 20 20 18 16 18 16 16 22 16 22 22 18 22 18 24 22 24 22 26z" }), /* @__PURE__ */ jsx("path", { d: "M25.7,9.3l-7-7A.9078.9078,0,0,0,18,2H8A2.0059,2.0059,0,0,0,6,4V28a2.0059,2.0059,0,0,0,2,2H24a2.0059,2.0059,0,0,0,2-2V10A.9078.9078,0,0,0,25.7,9.3ZM18,4.4,23.6,10H18ZM24,28H8V4h8v6a2.0059,2.0059,0,0,0,2,2h6Z" }), children);
1774
1795
  });
1775
1796
  if (process.env.NODE_ENV !== "production") PageNumber.propTypes = iconPropTypes;
1776
- const WatsonHealthPageScroll = /* @__PURE__ */ React.forwardRef(function WatsonHealthPageScroll({ children, size = 16, ...rest }, ref) {
1777
- return React.createElement(Icon, {
1778
- width: size,
1779
- height: size,
1780
- ref,
1781
- xmlns: "http://www.w3.org/2000/svg",
1782
- viewBox: "0 0 32 32",
1783
- fill: "currentColor",
1784
- ...rest
1785
- }, /* @__PURE__ */ jsx("path", { d: "M16,28H4a1.89,1.89,0,0,1-2-2V14a1.89,1.89,0,0,1,2-2H16a1.89,1.89,0,0,1,2,2V26A1.89,1.89,0,0,1,16,28ZM4,14V26H16V14Z" }), /* @__PURE__ */ jsx("path", { d: "M22,19H20V10H10V8H20a1.89,1.89,0,0,1,2,2Z" }), /* @__PURE__ */ jsx("path", { d: "M26,14H24V6H16V4h8a1.89,1.89,0,0,1,2,2Z" }), /* @__PURE__ */ jsx("path", { d: "M24 17 24 19 26.8 19 22 24.4 22 22 20 22 20 28 26 28 26 26 23.2 26 28 20.6 28 23 30 23 30 17 24 17z" }), children);
1786
- });
1787
- if (process.env.NODE_ENV !== "production") WatsonHealthPageScroll.propTypes = iconPropTypes;
1788
1797
  //#endregion
1789
- export { MostlyCloudyNight, Mountain, Mov, Move, Movement, Mp3, Mp4, Mpeg, Mpg2, MultiuserDevice, Music, MusicAdd, MusicRemove, Mysql, NameSpace, NamingConventions, NavaidCivil, NavaidDme, NavaidHelipad, NavaidMilitary, NavaidMilitaryCivil, NavaidNdb, NavaidNdbDme, NavaidPrivate, NavaidSeaplane, NavaidTacan, NavaidVhfor, NavaidVor, NavaidVorDme, NavaidVorTac, Need, NetworkAdminControl, NetworkEnterprise, NetworkInterface, NetworkOverlay, NetworkPublic, NetworkTimeProtocol, Network_1, Network_2, Network_3, Network_3Reference, Network_4, Network_4Reference, NewTab, NextFilled, NextOutline, NoImage, NoTicket, Nominal, NonCertified, NoodleBowl, NotAvailable, NotSent, NotSentFilled, Notebook, NotebookReference, Notification, NotificationCounter, NotificationFilled, NotificationNew, NotificationOff, NotificationOffFilled, NotificationsPaused, NullSign, NumberSmall_0, NumberSmall_1, NumberSmall_2, NumberSmall_3, NumberSmall_4, NumberSmall_5, NumberSmall_6, NumberSmall_7, NumberSmall_8, NumberSmall_9, Number_0, Number_1, Number_2, Number_3, Number_4, Number_5, Number_6, Number_7, Number_8, Number_9, Object$1 as Object, ObjectStorage, ObjectStorageAlt, ObservedHail, ObservedLightning, Omega, Opacity, OpenPanelBottom, OpenPanelFilledBottom, OpenPanelFilledLeft, OpenPanelFilledRight, OpenPanelFilledTop, OpenPanelLeft, OpenPanelRight, OpenPanelTop, OpenStripe, OperationsField, OperationsRecord, Orchestrate, OrderDetails, OrderServer, OrderStorm, OrderStratus, Ordinal, Outage, OutlookSevere, OverflowMenuHorizontal, OverflowMenuVertical, Overlay, Package, PackageNode, PackageTextAnalysis, PageBreak, PageFirst, PageLast, PageNumber, QOperation, QOperationGauge, QOperationIf, WatsonHealthNominate, WatsonHealthPageScroll };
1798
+ export { MostlyCloudy, MostlyCloudyNight, Mountain, Mov, Move, Movement, Mp3, Mp4, Mpeg, Mpg2, MultiuserDevice, Music, MusicAdd, MusicRemove, Mysql, NameSpace, NamingConventions, NavaidCivil, NavaidDme, NavaidHelipad, NavaidMilitary, NavaidMilitaryCivil, NavaidNdb, NavaidNdbDme, NavaidPrivate, NavaidSeaplane, NavaidTacan, NavaidVhfor, NavaidVor, NavaidVorDme, NavaidVorTac, Need, NetworkAdminControl, NetworkEnterprise, NetworkInterface, NetworkOverlay, NetworkPublic, NetworkTimeProtocol, Network_1, Network_2, Network_3, Network_3Reference, Network_4, Network_4Reference, NewTab, NextFilled, NextOutline, NoImage, NoTicket, Nominal, NonCertified, NoodleBowl, NotAvailable, NotSent, NotSentFilled, Notebook, NotebookReference, Notification, NotificationCounter, NotificationFilled, NotificationNew, NotificationOff, NotificationOffFilled, NotificationsPaused, NullSign, NumberSmall_0, NumberSmall_1, NumberSmall_2, NumberSmall_3, NumberSmall_4, NumberSmall_5, NumberSmall_6, NumberSmall_7, NumberSmall_8, NumberSmall_9, Number_0, Number_1, Number_2, Number_3, Number_4, Number_5, Number_6, Number_7, Number_8, Number_9, Object$1 as Object, ObjectStorage, ObjectStorageAlt, ObservedHail, ObservedLightning, Omega, Opacity, OpenPanelBottom, OpenPanelFilledBottom, OpenPanelFilledLeft, OpenPanelFilledRight, OpenPanelFilledTop, OpenPanelLeft, OpenPanelRight, OpenPanelTop, OpenStripe, OperationsField, OperationsRecord, Orchestrate, OrderDetails, OrderServer, OrderStorm, OrderStratus, Ordinal, Outage, OutlookSevere, OverflowMenuHorizontal, OverflowMenuVertical, Overlay, Package, PackageNode, PackageTextAnalysis, PageBreak, PageFirst, PageLast, PageNumber, QOperation, QOperationGauge, QOperationIf, WatsonHealthNominate };
@@ -7,6 +7,7 @@
7
7
  * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
8
8
  */
9
9
  import type { CarbonIconType } from '../CarbonIcon';
10
+ declare const _WatsonHealthPageScroll: CarbonIconType;
10
11
  declare const _PaintBrush: CarbonIconType;
11
12
  declare const _PaintBrushAlt: CarbonIconType;
12
13
  declare const _PalmTree: CarbonIconType;
@@ -131,5 +132,4 @@ declare const _Pressure: CarbonIconType;
131
132
  declare const _PressureFilled: CarbonIconType;
132
133
  declare const _PreviousFilled: CarbonIconType;
133
134
  declare const _PreviousOutline: CarbonIconType;
134
- declare const _PricingConsumption: CarbonIconType;
135
- export { _PaintBrush as PaintBrush, _PaintBrushAlt as PaintBrushAlt, _PalmTree as PalmTree, _PanHorizontal as PanHorizontal, _PanVertical as PanVertical, _PanelExpansion as PanelExpansion, _Paragraph as Paragraph, _Parameter as Parameter, _ParentChild as ParentChild, _ParentNode as ParentNode, _PartDefinition as PartDefinition, _PartUsage as PartUsage, _PartitionAuto as PartitionAuto, _PartitionCollection as PartitionCollection, _PartitionRepartition as PartitionRepartition, _PartitionSame as PartitionSame, _PartitionSpecific as PartitionSpecific, _PartlyCloudy as PartlyCloudy, _PartlyCloudyNight as PartlyCloudyNight, _Partnership as Partnership, _PassengerDrinks as PassengerDrinks, _PassengerPlus as PassengerPlus, _Password as Password, _Paste as Paste, _Pause as Pause, _PauseFilled as PauseFilled, _PauseOutline as PauseOutline, _PauseOutlineFilled as PauseOutlineFilled, _PauseFuture as PauseFuture, _PausePast as PausePast, _PcnENode as PcnENode, _PcnMilitary as PcnMilitary, _PcnPNode as PcnPNode, _PcnZNode as PcnZNode, _Pdf as Pdf, _PdfReference as PdfReference, _Pedestrian as Pedestrian, _PedestrianFamily as PedestrianFamily, _PedestrianChild as PedestrianChild, _Pen as Pen, _PenFountain as PenFountain, _Pending as Pending, _PendingFilled as PendingFilled, _PentagonDownOutline as PentagonDownOutline, _PentagonDownSolid as PentagonDownSolid, _PentagonLeftOutline as PentagonLeftOutline, _PentagonLeftSolid as PentagonLeftSolid, _PentagonOutline as PentagonOutline, _PentagonRightOutline as PentagonRightOutline, _PentagonRightSolid as PentagonRightSolid, _PentagonSolid as PentagonSolid, _Percentage as Percentage, _PercentageFilled as PercentageFilled, _PerformAction as PerformAction, _Person as Person, _PersonFavorite as PersonFavorite, _Pest as Pest, _WatsonHealthPetImageB as WatsonHealthPetImageB, _WatsonHealthPetImageO as WatsonHealthPetImageO, _Phone as Phone, _PhoneApplication as PhoneApplication, _PhoneBlock as PhoneBlock, _PhoneBlockFilled as PhoneBlockFilled, _PhoneFilled as PhoneFilled, _PhoneIncoming as PhoneIncoming, _PhoneIncomingFilled as PhoneIncomingFilled, _PhoneIp as PhoneIp, _PhoneOff as PhoneOff, _PhoneOffFilled as PhoneOffFilled, _PhoneOutgoing as PhoneOutgoing, _PhoneOutgoingFilled as PhoneOutgoingFilled, _PhoneSettings as PhoneSettings, _PhoneVoice as PhoneVoice, _PhoneVoiceFilled as PhoneVoiceFilled, _PhraseSentiment as PhraseSentiment, _PicnicArea as PicnicArea, _PiggyBank as PiggyBank, _PiggyBankSlot as PiggyBankSlot, _Pills as Pills, _PillsAdd as PillsAdd, _PillsSubtract as PillsSubtract, _Pin as Pin, _PinFilled as PinFilled, _Pipelines as Pipelines, _PivotHorizontal as PivotHorizontal, _PivotVertical as PivotVertical, _Plan as Plan, _Plane as Plane, _PlanePrivate as PlanePrivate, _PlaneSea as PlaneSea, _PlatformAutomation as PlatformAutomation, _Platforms as Platforms, _Play as Play, _PlayFilled as PlayFilled, _PlayFilledAlt as PlayFilledAlt, _PlayOutline as PlayOutline, _PlayOutlineFilled as PlayOutlineFilled, _Playlist as Playlist, _Pli as Pli, _Plug as Plug, _PlugFilled as PlugFilled, _Png as Png, _Point as Point, _PointOfPresence as PointOfPresence, _WatsonHealthPointerText as WatsonHealthPointerText, _Police as Police, _Policy as Policy, _PopIn as PopIn, _Popup as Popup, _PortDefinition as PortDefinition, _PortInput as PortInput, _PortOutput as PortOutput, _PortUsage as PortUsage, _Portfolio as Portfolio, _Power as Power, _PowerEnterprisePoolsMeteredCapacityIntegration as PowerEnterprisePoolsMeteredCapacityIntegration, _PowerVirtualServerDisasterRecoveryAutomation as PowerVirtualServerDisasterRecoveryAutomation, _Ppt as Ppt, _PreProdEnvironment as PreProdEnvironment, _PresentationFile as PresentationFile, _Pressure as Pressure, _PressureFilled as PressureFilled, _PreviousFilled as PreviousFilled, _PreviousOutline as PreviousOutline, _PricingConsumption as PricingConsumption };
135
+ export { _WatsonHealthPageScroll as WatsonHealthPageScroll, _PaintBrush as PaintBrush, _PaintBrushAlt as PaintBrushAlt, _PalmTree as PalmTree, _PanHorizontal as PanHorizontal, _PanVertical as PanVertical, _PanelExpansion as PanelExpansion, _Paragraph as Paragraph, _Parameter as Parameter, _ParentChild as ParentChild, _ParentNode as ParentNode, _PartDefinition as PartDefinition, _PartUsage as PartUsage, _PartitionAuto as PartitionAuto, _PartitionCollection as PartitionCollection, _PartitionRepartition as PartitionRepartition, _PartitionSame as PartitionSame, _PartitionSpecific as PartitionSpecific, _PartlyCloudy as PartlyCloudy, _PartlyCloudyNight as PartlyCloudyNight, _Partnership as Partnership, _PassengerDrinks as PassengerDrinks, _PassengerPlus as PassengerPlus, _Password as Password, _Paste as Paste, _Pause as Pause, _PauseFilled as PauseFilled, _PauseOutline as PauseOutline, _PauseOutlineFilled as PauseOutlineFilled, _PauseFuture as PauseFuture, _PausePast as PausePast, _PcnENode as PcnENode, _PcnMilitary as PcnMilitary, _PcnPNode as PcnPNode, _PcnZNode as PcnZNode, _Pdf as Pdf, _PdfReference as PdfReference, _Pedestrian as Pedestrian, _PedestrianFamily as PedestrianFamily, _PedestrianChild as PedestrianChild, _Pen as Pen, _PenFountain as PenFountain, _Pending as Pending, _PendingFilled as PendingFilled, _PentagonDownOutline as PentagonDownOutline, _PentagonDownSolid as PentagonDownSolid, _PentagonLeftOutline as PentagonLeftOutline, _PentagonLeftSolid as PentagonLeftSolid, _PentagonOutline as PentagonOutline, _PentagonRightOutline as PentagonRightOutline, _PentagonRightSolid as PentagonRightSolid, _PentagonSolid as PentagonSolid, _Percentage as Percentage, _PercentageFilled as PercentageFilled, _PerformAction as PerformAction, _Person as Person, _PersonFavorite as PersonFavorite, _Pest as Pest, _WatsonHealthPetImageB as WatsonHealthPetImageB, _WatsonHealthPetImageO as WatsonHealthPetImageO, _Phone as Phone, _PhoneApplication as PhoneApplication, _PhoneBlock as PhoneBlock, _PhoneBlockFilled as PhoneBlockFilled, _PhoneFilled as PhoneFilled, _PhoneIncoming as PhoneIncoming, _PhoneIncomingFilled as PhoneIncomingFilled, _PhoneIp as PhoneIp, _PhoneOff as PhoneOff, _PhoneOffFilled as PhoneOffFilled, _PhoneOutgoing as PhoneOutgoing, _PhoneOutgoingFilled as PhoneOutgoingFilled, _PhoneSettings as PhoneSettings, _PhoneVoice as PhoneVoice, _PhoneVoiceFilled as PhoneVoiceFilled, _PhraseSentiment as PhraseSentiment, _PicnicArea as PicnicArea, _PiggyBank as PiggyBank, _PiggyBankSlot as PiggyBankSlot, _Pills as Pills, _PillsAdd as PillsAdd, _PillsSubtract as PillsSubtract, _Pin as Pin, _PinFilled as PinFilled, _Pipelines as Pipelines, _PivotHorizontal as PivotHorizontal, _PivotVertical as PivotVertical, _Plan as Plan, _Plane as Plane, _PlanePrivate as PlanePrivate, _PlaneSea as PlaneSea, _PlatformAutomation as PlatformAutomation, _Platforms as Platforms, _Play as Play, _PlayFilled as PlayFilled, _PlayFilledAlt as PlayFilledAlt, _PlayOutline as PlayOutline, _PlayOutlineFilled as PlayOutlineFilled, _Playlist as Playlist, _Pli as Pli, _Plug as Plug, _PlugFilled as PlugFilled, _Png as Png, _Point as Point, _PointOfPresence as PointOfPresence, _WatsonHealthPointerText as WatsonHealthPointerText, _Police as Police, _Policy as Policy, _PopIn as PopIn, _Popup as Popup, _PortDefinition as PortDefinition, _PortInput as PortInput, _PortOutput as PortOutput, _PortUsage as PortUsage, _Portfolio as Portfolio, _Power as Power, _PowerEnterprisePoolsMeteredCapacityIntegration as PowerEnterprisePoolsMeteredCapacityIntegration, _PowerVirtualServerDisasterRecoveryAutomation as PowerVirtualServerDisasterRecoveryAutomation, _Ppt as Ppt, _PreProdEnvironment as PreProdEnvironment, _PresentationFile as PresentationFile, _Pressure as Pressure, _PressureFilled as PressureFilled, _PreviousFilled as PreviousFilled, _PreviousOutline as PreviousOutline };
@@ -11,6 +11,18 @@ import { t as iconPropTypes } from "../iconPropTypes-BElKp6Sn.js";
11
11
  import React from "react";
12
12
  import { jsx } from "react/jsx-runtime";
13
13
  //#region virtual:generated/bucket-14.js
14
+ const WatsonHealthPageScroll = /* @__PURE__ */ React.forwardRef(function WatsonHealthPageScroll({ children, size = 16, ...rest }, ref) {
15
+ return React.createElement(Icon, {
16
+ width: size,
17
+ height: size,
18
+ ref,
19
+ xmlns: "http://www.w3.org/2000/svg",
20
+ viewBox: "0 0 32 32",
21
+ fill: "currentColor",
22
+ ...rest
23
+ }, /* @__PURE__ */ jsx("path", { d: "M16,28H4a1.89,1.89,0,0,1-2-2V14a1.89,1.89,0,0,1,2-2H16a1.89,1.89,0,0,1,2,2V26A1.89,1.89,0,0,1,16,28ZM4,14V26H16V14Z" }), /* @__PURE__ */ jsx("path", { d: "M22,19H20V10H10V8H20a1.89,1.89,0,0,1,2,2Z" }), /* @__PURE__ */ jsx("path", { d: "M26,14H24V6H16V4h8a1.89,1.89,0,0,1,2,2Z" }), /* @__PURE__ */ jsx("path", { d: "M24 17 24 19 26.8 19 22 24.4 22 22 20 22 20 28 26 28 26 26 23.2 26 28 20.6 28 23 30 23 30 17 24 17z" }), children);
24
+ });
25
+ if (process.env.NODE_ENV !== "production") WatsonHealthPageScroll.propTypes = iconPropTypes;
14
26
  const PaintBrush = /* @__PURE__ */ React.forwardRef(function PaintBrush({ children, size = 16, ...rest }, ref) {
15
27
  return React.createElement(Icon, {
16
28
  width: size,
@@ -1706,35 +1718,5 @@ const PreviousOutline = /* @__PURE__ */ React.forwardRef(function PreviousOutlin
1706
1718
  }, /* @__PURE__ */ jsx("path", { d: "M16 8 17.43 9.393 11.85 15 24 15 24 17 11.85 17 17.43 22.573 16 24 8 16 16 8z" }), /* @__PURE__ */ jsx("path", { d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z" }), children);
1707
1719
  });
1708
1720
  if (process.env.NODE_ENV !== "production") PreviousOutline.propTypes = iconPropTypes;
1709
- const PricingConsumption = /* @__PURE__ */ React.forwardRef(function PricingConsumption({ children, size = 16, ...rest }, ref) {
1710
- return React.createElement(Icon, {
1711
- width: size,
1712
- height: size,
1713
- ref,
1714
- xmlns: "http://www.w3.org/2000/svg",
1715
- viewBox: "0 0 32 32",
1716
- fill: "currentColor",
1717
- ...rest
1718
- }, /* @__PURE__ */ jsx("path", {
1719
- strokeWidth: "0",
1720
- d: "m16,2v2c6.63,0,12,5.37,12,12s-5.37,12-12,12v2c7.73,0,14-6.27,14-14S23.73,2,16,2Z"
1721
- }), /* @__PURE__ */ jsx("path", {
1722
- strokeWidth: "0",
1723
- d: "m8.24,25.14l-1.29,1.53c1.23,1.04,2.64,1.87,4.18,2.44l.68-1.88c-1.32-.49-2.53-1.2-3.58-2.09h.01Z"
1724
- }), /* @__PURE__ */ jsx("path", {
1725
- strokeWidth: "0",
1726
- d: "m4.19,18l-1.97.41c.28,1.63.84,3.16,1.64,4.54l1.73-.95c-.68-1.18-1.16-2.61-1.4-4Z"
1727
- }), /* @__PURE__ */ jsx("path", {
1728
- strokeWidth: "0",
1729
- d: "m5.59,10l-1.73-1c-.79,1.38-1.35,2.96-1.64,4.59l1.97.35c.24-1.39.72-2.75,1.4-3.93v-.01Z"
1730
- }), /* @__PURE__ */ jsx("path", {
1731
- strokeWidth: "0",
1732
- d: "m11.82,4.76l-.68-1.88c-1.54.57-2.95,1.4-4.18,2.44l1.29,1.53c1.05-.89,2.26-1.6,3.58-2.09h-.01Z"
1733
- }), /* @__PURE__ */ jsx("path", {
1734
- strokeWidth: "0",
1735
- d: "m21,12v-2h-4v-3h-2v3h-2c-1.103,0-2,.897-2,2v3c0,1.103.897,2,2,2h6v3h-8v2h4v3h2v-3h2c1.103,0,2-.8975,2-2v-3c0-1.103-.897-2-2-2h-6v-3h8Z"
1736
- }), children);
1737
- });
1738
- if (process.env.NODE_ENV !== "production") PricingConsumption.propTypes = iconPropTypes;
1739
1721
  //#endregion
1740
- export { PaintBrush, PaintBrushAlt, PalmTree, PanHorizontal, PanVertical, PanelExpansion, Paragraph, Parameter, ParentChild, ParentNode, PartDefinition, PartUsage, PartitionAuto, PartitionCollection, PartitionRepartition, PartitionSame, PartitionSpecific, PartlyCloudy, PartlyCloudyNight, Partnership, PassengerDrinks, PassengerPlus, Password, Paste, Pause, PauseFilled, PauseFuture, PauseOutline, PauseOutlineFilled, PausePast, PcnENode, PcnMilitary, PcnPNode, PcnZNode, Pdf, PdfReference, Pedestrian, PedestrianChild, PedestrianFamily, Pen, PenFountain, Pending, PendingFilled, PentagonDownOutline, PentagonDownSolid, PentagonLeftOutline, PentagonLeftSolid, PentagonOutline, PentagonRightOutline, PentagonRightSolid, PentagonSolid, Percentage, PercentageFilled, PerformAction, Person, PersonFavorite, Pest, Phone, PhoneApplication, PhoneBlock, PhoneBlockFilled, PhoneFilled, PhoneIncoming, PhoneIncomingFilled, PhoneIp, PhoneOff, PhoneOffFilled, PhoneOutgoing, PhoneOutgoingFilled, PhoneSettings, PhoneVoice, PhoneVoiceFilled, PhraseSentiment, PicnicArea, PiggyBank, PiggyBankSlot, Pills, PillsAdd, PillsSubtract, Pin, PinFilled, Pipelines, PivotHorizontal, PivotVertical, Plan, Plane, PlanePrivate, PlaneSea, PlatformAutomation, Platforms, Play, PlayFilled, PlayFilledAlt, PlayOutline, PlayOutlineFilled, Playlist, Pli, Plug, PlugFilled, Png, Point, PointOfPresence, Police, Policy, PopIn, Popup, PortDefinition, PortInput, PortOutput, PortUsage, Portfolio, Power, PowerEnterprisePoolsMeteredCapacityIntegration, PowerVirtualServerDisasterRecoveryAutomation, Ppt, PreProdEnvironment, PresentationFile, Pressure, PressureFilled, PreviousFilled, PreviousOutline, PricingConsumption, WatsonHealthPetImageB, WatsonHealthPetImageO, WatsonHealthPointerText };
1722
+ export { PaintBrush, PaintBrushAlt, PalmTree, PanHorizontal, PanVertical, PanelExpansion, Paragraph, Parameter, ParentChild, ParentNode, PartDefinition, PartUsage, PartitionAuto, PartitionCollection, PartitionRepartition, PartitionSame, PartitionSpecific, PartlyCloudy, PartlyCloudyNight, Partnership, PassengerDrinks, PassengerPlus, Password, Paste, Pause, PauseFilled, PauseFuture, PauseOutline, PauseOutlineFilled, PausePast, PcnENode, PcnMilitary, PcnPNode, PcnZNode, Pdf, PdfReference, Pedestrian, PedestrianChild, PedestrianFamily, Pen, PenFountain, Pending, PendingFilled, PentagonDownOutline, PentagonDownSolid, PentagonLeftOutline, PentagonLeftSolid, PentagonOutline, PentagonRightOutline, PentagonRightSolid, PentagonSolid, Percentage, PercentageFilled, PerformAction, Person, PersonFavorite, Pest, Phone, PhoneApplication, PhoneBlock, PhoneBlockFilled, PhoneFilled, PhoneIncoming, PhoneIncomingFilled, PhoneIp, PhoneOff, PhoneOffFilled, PhoneOutgoing, PhoneOutgoingFilled, PhoneSettings, PhoneVoice, PhoneVoiceFilled, PhraseSentiment, PicnicArea, PiggyBank, PiggyBankSlot, Pills, PillsAdd, PillsSubtract, Pin, PinFilled, Pipelines, PivotHorizontal, PivotVertical, Plan, Plane, PlanePrivate, PlaneSea, PlatformAutomation, Platforms, Play, PlayFilled, PlayFilledAlt, PlayOutline, PlayOutlineFilled, Playlist, Pli, Plug, PlugFilled, Png, Point, PointOfPresence, Police, Policy, PopIn, Popup, PortDefinition, PortInput, PortOutput, PortUsage, Portfolio, Power, PowerEnterprisePoolsMeteredCapacityIntegration, PowerVirtualServerDisasterRecoveryAutomation, Ppt, PreProdEnvironment, PresentationFile, Pressure, PressureFilled, PreviousFilled, PreviousOutline, WatsonHealthPageScroll, WatsonHealthPetImageB, WatsonHealthPetImageO, WatsonHealthPointerText };
@@ -7,6 +7,7 @@
7
7
  * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
8
8
  */
9
9
  import type { CarbonIconType } from '../CarbonIcon';
10
+ declare const _PricingConsumption: CarbonIconType;
10
11
  declare const _PricingContainer: CarbonIconType;
11
12
  declare const _PricingQuickProposal: CarbonIconType;
12
13
  declare const _PricingTailored: CarbonIconType;
@@ -131,5 +132,4 @@ declare const _Row: CarbonIconType;
131
132
  declare const _RowCollapse: CarbonIconType;
132
133
  declare const _RowDelete: CarbonIconType;
133
134
  declare const _RowExpand: CarbonIconType;
134
- declare const _RowInsert: CarbonIconType;
135
- export { _PricingContainer as PricingContainer, _PricingQuickProposal as PricingQuickProposal, _PricingTailored as PricingTailored, _PricingTraditional as PricingTraditional, _Printer as Printer, _PrivateNetwork as PrivateNetwork, _Process as Process, _ProcessAutomate as ProcessAutomate, _Product as Product, _ProductionEnvironment as ProductionEnvironment, _ProductionService as ProductionService, _ProgressBar as ProgressBar, _ProgressBarRound as ProgressBarRound, _Promote as Promote, _PromptSession as PromptSession, _PromptTemplate as PromptTemplate, _PropertyRelationship as PropertyRelationship, _PullRequest as PullRequest, _PunctuationCheck as PunctuationCheck, _Purchase as Purchase, _WatsonHealthQcLaunch as WatsonHealthQcLaunch, _Qiskit as Qiskit, _QqPlot as QqPlot, _QrCode as QrCode, _QuadrantPlot as QuadrantPlot, _Query as Query, _QueryQueue as QueryQueue, _QuestionAnswering as QuestionAnswering, _Queued as Queued, _Quotes as Quotes, _Radar as Radar, _RadarEnhanced as RadarEnhanced, _RadarWeather as RadarWeather, _Radio as Radio, _RadioCombat as RadioCombat, _RadioPushToTalk as RadioPushToTalk, _RadioButton as RadioButton, _RadioButtonChecked as RadioButtonChecked, _Rag as Rag, _Rain as Rain, _RainDrizzle as RainDrizzle, _RainHeavy as RainHeavy, _RainScattered as RainScattered, _RainScatteredNight as RainScatteredNight, _RainDrop as RainDrop, _Raw as Raw, _ReadMe as ReadMe, _ReadingGlasses as ReadingGlasses, _Receipt as Receipt, _RecentlyViewed as RecentlyViewed, _Recommend as Recommend, _Recording as Recording, _RecordingFilled as RecordingFilled, _RecordingFilledAlt as RecordingFilledAlt, _Recycle as Recycle, _Redefinition as Redefinition, _RedHatAiInstructlabOnIbmCloud as RedHatAiInstructlabOnIbmCloud, _Redo as Redo, _RefEvapotranspiration as RefEvapotranspiration, _ReferenceArchitecture as ReferenceArchitecture, _ReflectHorizontal as ReflectHorizontal, _ReflectVertical as ReflectVertical, _WatsonHealthRegionAnalysisArea as WatsonHealthRegionAnalysisArea, _WatsonHealthRegionAnalysisVolume as WatsonHealthRegionAnalysisVolume, _WatsonHealthRegistration as WatsonHealthRegistration, _Reminder as Reminder, _ReminderMedical as ReminderMedical, _RemoteConnection as RemoteConnection, _Renew as Renew, _RenewAlt as RenewAlt, _Repeat as Repeat, _RepeatOne as RepeatOne, _Replicate as Replicate, _Reply as Reply, _ReplyAll as ReplyAll, _RepoArtifact as RepoArtifact, _RepoSourceCode as RepoSourceCode, _Report as Report, _ReportData as ReportData, _RequestQuote as RequestQuote, _RequirementDefinition as RequirementDefinition, _RequirementUsage as RequirementUsage, _Reset as Reset, _ResetAlt as ResetAlt, _Restart as Restart, _Restaurant as Restaurant, _RestaurantFine as RestaurantFine, _Result as Result, _ResultDraft as ResultDraft, _ResultNew as ResultNew, _ResultOld as ResultOld, _RetryFailed as RetryFailed, _Return as Return, _Review as Review, _Rewind_10 as Rewind_10, _Rewind_30 as Rewind_30, _Rewind_5 as Rewind_5, _Rexx as Rexx, _RightPanelClose as RightPanelClose, _RightPanelCloseFilled as RightPanelCloseFilled, _RightPanelOpen as RightPanelOpen, _RightPanelOpenFilled as RightPanelOpenFilled, _Road as Road, _RoadWeather as RoadWeather, _Roadmap as Roadmap, _Rocket as Rocket, _Rotate as Rotate, _WatsonHealthRotate_180 as WatsonHealthRotate_180, _WatsonHealthRotate_360 as WatsonHealthRotate_360, _RotateClockwise as RotateClockwise, _RotateClockwiseAlt as RotateClockwiseAlt, _RotateClockwiseAltFilled as RotateClockwiseAltFilled, _RotateClockwiseFilled as RotateClockwiseFilled, _RotateCounterclockwise as RotateCounterclockwise, _RotateCounterclockwiseAlt as RotateCounterclockwiseAlt, _RotateCounterclockwiseAltFilled as RotateCounterclockwiseAltFilled, _RotateCounterclockwiseFilled as RotateCounterclockwiseFilled, _Router as Router, _RouterVoice as RouterVoice, _RouterWifi as RouterWifi, _Row as Row, _RowCollapse as RowCollapse, _RowDelete as RowDelete, _RowExpand as RowExpand, _RowInsert as RowInsert };
135
+ export { _PricingConsumption as PricingConsumption, _PricingContainer as PricingContainer, _PricingQuickProposal as PricingQuickProposal, _PricingTailored as PricingTailored, _PricingTraditional as PricingTraditional, _Printer as Printer, _PrivateNetwork as PrivateNetwork, _Process as Process, _ProcessAutomate as ProcessAutomate, _Product as Product, _ProductionEnvironment as ProductionEnvironment, _ProductionService as ProductionService, _ProgressBar as ProgressBar, _ProgressBarRound as ProgressBarRound, _Promote as Promote, _PromptSession as PromptSession, _PromptTemplate as PromptTemplate, _PropertyRelationship as PropertyRelationship, _PullRequest as PullRequest, _PunctuationCheck as PunctuationCheck, _Purchase as Purchase, _WatsonHealthQcLaunch as WatsonHealthQcLaunch, _Qiskit as Qiskit, _QqPlot as QqPlot, _QrCode as QrCode, _QuadrantPlot as QuadrantPlot, _Query as Query, _QueryQueue as QueryQueue, _QuestionAnswering as QuestionAnswering, _Queued as Queued, _Quotes as Quotes, _Radar as Radar, _RadarEnhanced as RadarEnhanced, _RadarWeather as RadarWeather, _Radio as Radio, _RadioCombat as RadioCombat, _RadioPushToTalk as RadioPushToTalk, _RadioButton as RadioButton, _RadioButtonChecked as RadioButtonChecked, _Rag as Rag, _Rain as Rain, _RainDrizzle as RainDrizzle, _RainHeavy as RainHeavy, _RainScattered as RainScattered, _RainScatteredNight as RainScatteredNight, _RainDrop as RainDrop, _Raw as Raw, _ReadMe as ReadMe, _ReadingGlasses as ReadingGlasses, _Receipt as Receipt, _RecentlyViewed as RecentlyViewed, _Recommend as Recommend, _Recording as Recording, _RecordingFilled as RecordingFilled, _RecordingFilledAlt as RecordingFilledAlt, _Recycle as Recycle, _Redefinition as Redefinition, _RedHatAiInstructlabOnIbmCloud as RedHatAiInstructlabOnIbmCloud, _Redo as Redo, _RefEvapotranspiration as RefEvapotranspiration, _ReferenceArchitecture as ReferenceArchitecture, _ReflectHorizontal as ReflectHorizontal, _ReflectVertical as ReflectVertical, _WatsonHealthRegionAnalysisArea as WatsonHealthRegionAnalysisArea, _WatsonHealthRegionAnalysisVolume as WatsonHealthRegionAnalysisVolume, _WatsonHealthRegistration as WatsonHealthRegistration, _Reminder as Reminder, _ReminderMedical as ReminderMedical, _RemoteConnection as RemoteConnection, _Renew as Renew, _RenewAlt as RenewAlt, _Repeat as Repeat, _RepeatOne as RepeatOne, _Replicate as Replicate, _Reply as Reply, _ReplyAll as ReplyAll, _RepoArtifact as RepoArtifact, _RepoSourceCode as RepoSourceCode, _Report as Report, _ReportData as ReportData, _RequestQuote as RequestQuote, _RequirementDefinition as RequirementDefinition, _RequirementUsage as RequirementUsage, _Reset as Reset, _ResetAlt as ResetAlt, _Restart as Restart, _Restaurant as Restaurant, _RestaurantFine as RestaurantFine, _Result as Result, _ResultDraft as ResultDraft, _ResultNew as ResultNew, _ResultOld as ResultOld, _RetryFailed as RetryFailed, _Return as Return, _Review as Review, _Rewind_10 as Rewind_10, _Rewind_30 as Rewind_30, _Rewind_5 as Rewind_5, _Rexx as Rexx, _RightPanelClose as RightPanelClose, _RightPanelCloseFilled as RightPanelCloseFilled, _RightPanelOpen as RightPanelOpen, _RightPanelOpenFilled as RightPanelOpenFilled, _Road as Road, _RoadWeather as RoadWeather, _Roadmap as Roadmap, _Rocket as Rocket, _Rotate as Rotate, _WatsonHealthRotate_180 as WatsonHealthRotate_180, _WatsonHealthRotate_360 as WatsonHealthRotate_360, _RotateClockwise as RotateClockwise, _RotateClockwiseAlt as RotateClockwiseAlt, _RotateClockwiseAltFilled as RotateClockwiseAltFilled, _RotateClockwiseFilled as RotateClockwiseFilled, _RotateCounterclockwise as RotateCounterclockwise, _RotateCounterclockwiseAlt as RotateCounterclockwiseAlt, _RotateCounterclockwiseAltFilled as RotateCounterclockwiseAltFilled, _RotateCounterclockwiseFilled as RotateCounterclockwiseFilled, _Router as Router, _RouterVoice as RouterVoice, _RouterWifi as RouterWifi, _Row as Row, _RowCollapse as RowCollapse, _RowDelete as RowDelete, _RowExpand as RowExpand };