@carbon/ibm-products 2.94.0 → 2.95.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 (252) hide show
  1. package/css/carbon.css +92 -103
  2. package/css/carbon.css.map +1 -1
  3. package/css/index-full-carbon.css +605 -186
  4. package/css/index-full-carbon.css.map +1 -1
  5. package/css/index-full-carbon.min.css +1 -1
  6. package/css/index-full-carbon.min.css.map +1 -1
  7. package/css/index-without-carbon-released-only.css +43 -7
  8. package/css/index-without-carbon-released-only.css.map +1 -1
  9. package/css/index-without-carbon-released-only.min.css +1 -1
  10. package/css/index-without-carbon-released-only.min.css.map +1 -1
  11. package/css/index-without-carbon.css +513 -83
  12. package/css/index-without-carbon.css.map +1 -1
  13. package/css/index-without-carbon.min.css +1 -1
  14. package/css/index-without-carbon.min.css.map +1 -1
  15. package/css/index.css +308 -178
  16. package/css/index.css.map +1 -1
  17. package/css/index.min.css +1 -1
  18. package/css/index.min.css.map +1 -1
  19. package/es/components/APIKeyModal/APIKeyModal.d.ts +3 -0
  20. package/es/components/APIKeyModal/APIKeyModal.d.ts.map +1 -1
  21. package/es/components/APIKeyModal/APIKeyModal.js +8 -0
  22. package/es/components/AddSelect/next/AddSelect.d.ts +7 -9
  23. package/es/components/AddSelect/next/AddSelect.d.ts.map +1 -1
  24. package/es/components/AddSelect/next/AddSelect.js +0 -2
  25. package/es/components/AddSelect/next/AddSelectBody.d.ts +4 -0
  26. package/es/components/AddSelect/next/AddSelectBody.d.ts.map +1 -1
  27. package/es/components/AddSelect/next/AddSelectBody.js +80 -4
  28. package/es/components/AddSelect/next/AddSelectColumn.d.ts +1 -1
  29. package/es/components/AddSelect/next/AddSelectRow.d.ts +6 -0
  30. package/es/components/AddSelect/next/AddSelectRow.d.ts.map +1 -1
  31. package/es/components/AddSelect/next/AddSelectRow.js +10 -3
  32. package/es/components/AddSelect/next/AddSelectSelectionSummaryItem.d.ts.map +1 -1
  33. package/es/components/AddSelect/next/AddSelectSelectionSummaryItem.js +5 -3
  34. package/es/components/AddSelect/next/index.d.ts +0 -1
  35. package/es/components/AddSelect/next/index.d.ts.map +1 -1
  36. package/es/components/BigNumber/BigNumber.d.ts +1 -1
  37. package/es/components/BigNumber/BigNumber.d.ts.map +1 -1
  38. package/es/components/BigNumber/BigNumber.js +2 -2
  39. package/es/components/Card/next/Card.d.ts +87 -11
  40. package/es/components/Card/next/Card.d.ts.map +1 -1
  41. package/es/components/Card/next/Card.js +62 -8
  42. package/es/components/Card/next/Card.types.d.ts +13 -0
  43. package/es/components/Card/next/Card.types.d.ts.map +1 -1
  44. package/es/components/Card/next/CardAction.d.ts +43 -0
  45. package/es/components/Card/next/CardAction.d.ts.map +1 -0
  46. package/es/components/Card/next/CardAction.js +51 -0
  47. package/es/components/Card/next/CardActions.d.ts +46 -0
  48. package/es/components/Card/next/CardActions.d.ts.map +1 -0
  49. package/es/components/Card/next/CardActions.js +107 -0
  50. package/es/components/Card/next/CardCaption.d.ts +46 -0
  51. package/es/components/Card/next/CardCaption.d.ts.map +1 -0
  52. package/es/components/Card/next/CardCaption.js +52 -0
  53. package/es/components/Card/next/CardContext.js +12 -2
  54. package/es/components/Card/next/CardFooter.d.ts.map +1 -1
  55. package/es/components/Card/next/CardHeader.d.ts.map +1 -1
  56. package/es/components/Card/next/CardHeader.js +25 -2
  57. package/es/components/Card/next/CardHeaderMedia.d.ts +33 -0
  58. package/es/components/Card/next/CardHeaderMedia.d.ts.map +1 -0
  59. package/es/components/Card/next/CardHeaderMedia.js +44 -0
  60. package/es/components/Card/next/CardLabel.d.ts +46 -0
  61. package/es/components/Card/next/CardLabel.d.ts.map +1 -0
  62. package/es/components/Card/next/CardLabel.js +52 -0
  63. package/es/components/Card/next/CardMedia.d.ts +39 -0
  64. package/es/components/Card/next/CardMedia.d.ts.map +1 -0
  65. package/es/components/Card/next/CardMedia.js +50 -0
  66. package/es/components/Card/next/CardTitle.d.ts +82 -0
  67. package/es/components/Card/next/CardTitle.d.ts.map +1 -0
  68. package/es/components/Card/next/CardTitle.js +77 -0
  69. package/es/components/Card/next/CardTitleMedia.d.ts +24 -0
  70. package/es/components/Card/next/CardTitleMedia.d.ts.map +1 -0
  71. package/es/components/Card/next/CardTitleMedia.js +48 -0
  72. package/es/components/Card/next/index.d.ts +2 -3
  73. package/es/components/Card/next/index.d.ts.map +1 -1
  74. package/es/components/Card/next/index.js +17 -5
  75. package/es/components/Coachmark/next/Coachmark/Coachmark.d.ts +9 -3
  76. package/es/components/Coachmark/next/Coachmark/Coachmark.d.ts.map +1 -1
  77. package/es/components/Coachmark/next/Coachmark/Coachmark.js +6 -13
  78. package/es/components/Coachmark/next/Coachmark/CoachmarkContent.d.ts +1 -1
  79. package/es/components/Coachmark/next/Coachmark/CoachmarkContent.d.ts.map +1 -1
  80. package/es/components/Coachmark/next/Coachmark/CoachmarkContent.js +16 -32
  81. package/es/components/Coachmark/next/Coachmark/context.d.ts +2 -2
  82. package/es/components/Coachmark/next/Coachmark/context.d.ts.map +1 -1
  83. package/es/components/Coachmark/next/Coachmark/context.js +1 -2
  84. package/es/components/ExportModal/ExportModal.d.ts +1 -0
  85. package/es/components/ExportModal/ExportModal.d.ts.map +1 -1
  86. package/es/components/ExportModal/ExportModal.js +6 -0
  87. package/es/components/ImportModal/ImportModal.d.ts +3 -0
  88. package/es/components/ImportModal/ImportModal.d.ts.map +1 -1
  89. package/es/components/ImportModal/ImportModal.js +8 -0
  90. package/es/components/PageHeader/PageHeader.d.ts +6 -0
  91. package/es/components/PageHeader/PageHeader.d.ts.map +1 -1
  92. package/es/components/PageHeader/PageHeader.js +11 -0
  93. package/es/components/Tearsheet/next/StackContext.d.ts +2 -2
  94. package/es/components/Tearsheet/next/StackContext.d.ts.map +1 -1
  95. package/es/components/Tearsheet/next/Tearsheet.d.ts +30 -28
  96. package/es/components/Tearsheet/next/Tearsheet.d.ts.map +1 -1
  97. package/es/components/Tearsheet/next/Tearsheet.js +4 -2
  98. package/es/components/Tearsheet/next/TearsheetBody.d.ts +20 -14
  99. package/es/components/Tearsheet/next/TearsheetBody.d.ts.map +1 -1
  100. package/es/components/Tearsheet/next/TearsheetBody.js +4 -0
  101. package/es/components/Tearsheet/next/TearsheetHeader.d.ts +15 -14
  102. package/es/components/Tearsheet/next/TearsheetHeader.d.ts.map +1 -1
  103. package/es/components/Tearsheet/next/TearsheetHeader.js +14 -7
  104. package/es/components/Tearsheet/next/TearsheetHeaderActions.d.ts +10 -6
  105. package/es/components/Tearsheet/next/TearsheetHeaderActions.d.ts.map +1 -1
  106. package/es/components/Tearsheet/next/TearsheetHeaderActions.js +6 -3
  107. package/es/components/Tearsheet/next/TearsheetHeaderContent.d.ts.map +1 -1
  108. package/es/components/Tearsheet/next/TearsheetHeaderContent.js +7 -4
  109. package/es/components/Tearsheet/next/_story-assets/StepTearsheet.d.ts +7 -1
  110. package/es/components/Tearsheet/next/_story-assets/StepTearsheet.d.ts.map +1 -1
  111. package/es/components/Tearsheet/next/context.d.ts +2 -1
  112. package/es/components/Tearsheet/next/context.d.ts.map +1 -1
  113. package/es/components/index.d.ts +1 -1
  114. package/es/components/index.d.ts.map +1 -1
  115. package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +283 -294
  116. package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +25 -41
  117. package/es/node_modules/@carbon/icons-react/es/{iconPropTypes-BElKp6Sn.js → iconPropTypes-CdMBxq3Y.js} +1 -1
  118. package/lib/components/APIKeyModal/APIKeyModal.d.ts +3 -0
  119. package/lib/components/APIKeyModal/APIKeyModal.d.ts.map +1 -1
  120. package/lib/components/APIKeyModal/APIKeyModal.js +8 -0
  121. package/lib/components/AddSelect/next/AddSelect.d.ts +7 -9
  122. package/lib/components/AddSelect/next/AddSelect.d.ts.map +1 -1
  123. package/lib/components/AddSelect/next/AddSelect.js +0 -2
  124. package/lib/components/AddSelect/next/AddSelectBody.d.ts +4 -0
  125. package/lib/components/AddSelect/next/AddSelectBody.d.ts.map +1 -1
  126. package/lib/components/AddSelect/next/AddSelectBody.js +78 -2
  127. package/lib/components/AddSelect/next/AddSelectColumn.d.ts +1 -1
  128. package/lib/components/AddSelect/next/AddSelectRow.d.ts +6 -0
  129. package/lib/components/AddSelect/next/AddSelectRow.d.ts.map +1 -1
  130. package/lib/components/AddSelect/next/AddSelectRow.js +9 -2
  131. package/lib/components/AddSelect/next/AddSelectSelectionSummaryItem.d.ts.map +1 -1
  132. package/lib/components/AddSelect/next/AddSelectSelectionSummaryItem.js +5 -3
  133. package/lib/components/AddSelect/next/index.d.ts +0 -1
  134. package/lib/components/AddSelect/next/index.d.ts.map +1 -1
  135. package/lib/components/BigNumber/BigNumber.d.ts +1 -1
  136. package/lib/components/BigNumber/BigNumber.d.ts.map +1 -1
  137. package/lib/components/BigNumber/BigNumber.js +2 -2
  138. package/lib/components/Card/next/Card.d.ts +87 -11
  139. package/lib/components/Card/next/Card.d.ts.map +1 -1
  140. package/lib/components/Card/next/Card.js +61 -11
  141. package/lib/components/Card/next/Card.types.d.ts +13 -0
  142. package/lib/components/Card/next/Card.types.d.ts.map +1 -1
  143. package/lib/components/Card/next/CardAction.d.ts +43 -0
  144. package/lib/components/Card/next/CardAction.d.ts.map +1 -0
  145. package/lib/components/Card/next/CardAction.js +53 -0
  146. package/lib/components/Card/next/CardActions.d.ts +46 -0
  147. package/lib/components/Card/next/CardActions.d.ts.map +1 -0
  148. package/lib/components/Card/next/CardActions.js +109 -0
  149. package/lib/components/Card/next/CardCaption.d.ts +46 -0
  150. package/lib/components/Card/next/CardCaption.d.ts.map +1 -0
  151. package/lib/components/Card/next/CardCaption.js +54 -0
  152. package/lib/components/Card/next/CardContext.js +13 -1
  153. package/lib/components/Card/next/CardFooter.d.ts.map +1 -1
  154. package/lib/components/Card/next/CardHeader.d.ts.map +1 -1
  155. package/lib/components/Card/next/CardHeader.js +24 -1
  156. package/lib/components/Card/next/CardHeaderMedia.d.ts +33 -0
  157. package/lib/components/Card/next/CardHeaderMedia.d.ts.map +1 -0
  158. package/lib/components/Card/next/CardHeaderMedia.js +46 -0
  159. package/lib/components/Card/next/CardLabel.d.ts +46 -0
  160. package/lib/components/Card/next/CardLabel.d.ts.map +1 -0
  161. package/lib/components/Card/next/CardLabel.js +54 -0
  162. package/lib/components/Card/next/CardMedia.d.ts +39 -0
  163. package/lib/components/Card/next/CardMedia.d.ts.map +1 -0
  164. package/lib/components/Card/next/CardMedia.js +52 -0
  165. package/lib/components/Card/next/CardTitle.d.ts +82 -0
  166. package/lib/components/Card/next/CardTitle.d.ts.map +1 -0
  167. package/lib/components/Card/next/CardTitle.js +79 -0
  168. package/lib/components/Card/next/CardTitleMedia.d.ts +24 -0
  169. package/lib/components/Card/next/CardTitleMedia.d.ts.map +1 -0
  170. package/lib/components/Card/next/CardTitleMedia.js +50 -0
  171. package/lib/components/Card/next/index.d.ts +2 -3
  172. package/lib/components/Card/next/index.d.ts.map +1 -1
  173. package/lib/components/Card/next/index.js +16 -4
  174. package/lib/components/Coachmark/next/Coachmark/Coachmark.d.ts +9 -3
  175. package/lib/components/Coachmark/next/Coachmark/Coachmark.d.ts.map +1 -1
  176. package/lib/components/Coachmark/next/Coachmark/Coachmark.js +6 -13
  177. package/lib/components/Coachmark/next/Coachmark/CoachmarkContent.d.ts +1 -1
  178. package/lib/components/Coachmark/next/Coachmark/CoachmarkContent.d.ts.map +1 -1
  179. package/lib/components/Coachmark/next/Coachmark/CoachmarkContent.js +16 -32
  180. package/lib/components/Coachmark/next/Coachmark/context.d.ts +2 -2
  181. package/lib/components/Coachmark/next/Coachmark/context.d.ts.map +1 -1
  182. package/lib/components/Coachmark/next/Coachmark/context.js +1 -2
  183. package/lib/components/ExportModal/ExportModal.d.ts +1 -0
  184. package/lib/components/ExportModal/ExportModal.d.ts.map +1 -1
  185. package/lib/components/ExportModal/ExportModal.js +6 -0
  186. package/lib/components/ImportModal/ImportModal.d.ts +3 -0
  187. package/lib/components/ImportModal/ImportModal.d.ts.map +1 -1
  188. package/lib/components/ImportModal/ImportModal.js +8 -0
  189. package/lib/components/PageHeader/PageHeader.d.ts +6 -0
  190. package/lib/components/PageHeader/PageHeader.d.ts.map +1 -1
  191. package/lib/components/PageHeader/PageHeader.js +11 -0
  192. package/lib/components/Tearsheet/next/StackContext.d.ts +2 -2
  193. package/lib/components/Tearsheet/next/StackContext.d.ts.map +1 -1
  194. package/lib/components/Tearsheet/next/Tearsheet.d.ts +30 -28
  195. package/lib/components/Tearsheet/next/Tearsheet.d.ts.map +1 -1
  196. package/lib/components/Tearsheet/next/Tearsheet.js +4 -2
  197. package/lib/components/Tearsheet/next/TearsheetBody.d.ts +20 -14
  198. package/lib/components/Tearsheet/next/TearsheetBody.d.ts.map +1 -1
  199. package/lib/components/Tearsheet/next/TearsheetBody.js +4 -0
  200. package/lib/components/Tearsheet/next/TearsheetHeader.d.ts +15 -14
  201. package/lib/components/Tearsheet/next/TearsheetHeader.d.ts.map +1 -1
  202. package/lib/components/Tearsheet/next/TearsheetHeader.js +14 -7
  203. package/lib/components/Tearsheet/next/TearsheetHeaderActions.d.ts +10 -6
  204. package/lib/components/Tearsheet/next/TearsheetHeaderActions.d.ts.map +1 -1
  205. package/lib/components/Tearsheet/next/TearsheetHeaderActions.js +4 -1
  206. package/lib/components/Tearsheet/next/TearsheetHeaderContent.d.ts.map +1 -1
  207. package/lib/components/Tearsheet/next/TearsheetHeaderContent.js +7 -4
  208. package/lib/components/Tearsheet/next/_story-assets/StepTearsheet.d.ts +7 -1
  209. package/lib/components/Tearsheet/next/_story-assets/StepTearsheet.d.ts.map +1 -1
  210. package/lib/components/Tearsheet/next/context.d.ts +2 -1
  211. package/lib/components/Tearsheet/next/context.d.ts.map +1 -1
  212. package/lib/components/index.d.ts +1 -1
  213. package/lib/components/index.d.ts.map +1 -1
  214. package/lib/node_modules/@carbon/icons-react/lib/{Icon-2zUDcllO.js → Icon.js} +8 -37
  215. package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-0.js +133 -131
  216. package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-1.js +140 -138
  217. package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-10.js +393 -403
  218. package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-11.js +417 -426
  219. package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-12.js +447 -441
  220. package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-13.js +449 -470
  221. package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-14.js +487 -456
  222. package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-15.js +550 -548
  223. package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-16.js +680 -733
  224. package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-17.js +810 -828
  225. package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-18.js +754 -670
  226. package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-19.js +622 -726
  227. package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-2.js +150 -148
  228. package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-20.js +752 -752
  229. package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-21.js +724 -55
  230. package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-3.js +176 -190
  231. package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-4.js +198 -180
  232. package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-5.js +217 -227
  233. package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-6.js +270 -335
  234. package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-7.js +405 -339
  235. package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-8.js +400 -577
  236. package/lib/node_modules/@carbon/icons-react/lib/generated/bucket-9.js +578 -388
  237. package/lib/node_modules/@carbon/icons-react/lib/{iconPropTypes-DaTOKOBs.js → iconPropTypes-Dkz7B3UR.js} +6 -6
  238. package/lib/node_modules/@carbon/icons-react/lib/index.js +465 -423
  239. package/lib/node_modules/@carbon/icons-react/lib/rolldown-runtime-DyAcNxqs.js +51 -0
  240. package/package.json +18 -18
  241. package/scss/components/AboutModal/_about-modal.scss +12 -3
  242. package/scss/components/AddSelect/_add-select_next.scss +238 -99
  243. package/scss/components/BigNumber/_big-number.scss +4 -0
  244. package/scss/components/Card/_card-next.scss +394 -8
  245. package/scss/components/Tearsheet/_tearsheet_next.scss +38 -4
  246. package/telemetry.yml +24 -18
  247. package/es/components/AddSelect/next/AddSelectContent.d.ts +0 -26
  248. package/es/components/AddSelect/next/AddSelectContent.d.ts.map +0 -1
  249. package/es/components/AddSelect/next/AddSelectContent.js +0 -113
  250. package/lib/components/AddSelect/next/AddSelectContent.d.ts +0 -26
  251. package/lib/components/AddSelect/next/AddSelectContent.d.ts.map +0 -1
  252. package/lib/components/AddSelect/next/AddSelectContent.js +0 -115
@@ -6,8 +6,9 @@
6
6
  */
7
7
 
8
8
  const require_runtime = require("../../../../../_virtual/_rolldown/runtime.js");
9
- const require_Icon_2zUDcllO$1 = require("../Icon-2zUDcllO.js");
10
- const require_iconPropTypes_DaTOKOBs$1 = require("../iconPropTypes-DaTOKOBs.js");
9
+ const require_rolldown_runtime_DyAcNxqs$1 = require("../rolldown-runtime-DyAcNxqs.js");
10
+ const require_Icon$1 = require("../Icon.js");
11
+ const require_iconPropTypes_Dkz7B3UR$1 = require("../iconPropTypes-Dkz7B3UR.js");
11
12
  //#region ../../node_modules/@carbon/icons-react/lib/generated/bucket-10.js
12
13
  var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports) => {
13
14
  /**
@@ -19,14 +20,273 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
19
20
  * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
20
21
  */
21
22
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
22
- const require_Icon = require_Icon_2zUDcllO$1.default;
23
- const require_iconPropTypes = require_iconPropTypes_DaTOKOBs$1.default;
23
+ const require_rolldown_runtime = require_rolldown_runtime_DyAcNxqs$1.default;
24
+ const require_Icon_js = require_Icon$1.default;
25
+ const require_iconPropTypes = require_iconPropTypes_Dkz7B3UR$1.default;
24
26
  let react = require("react");
25
- react = require_Icon.__toESM(react);
27
+ react = require_rolldown_runtime.__toESM(react);
26
28
  let react_jsx_runtime = require("react/jsx-runtime");
27
29
  const didWarnAboutDeprecation = {};
30
+ const IbmCloudPakIntegration = /* @__PURE__ */ react.default.forwardRef(function IbmCloudPakIntegration({ children, size = 16, ...rest }, ref) {
31
+ return react.default.createElement(require_Icon_js, {
32
+ width: size,
33
+ height: size,
34
+ ref,
35
+ xmlns: "http://www.w3.org/2000/svg",
36
+ viewBox: "0 0 32 32",
37
+ fill: "currentColor",
38
+ ...rest
39
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.1213,9.8787a3,3,0,0,0-4.2426,0l-.4645.4644,1.4142,1.4142.4645-.4645a1,1,0,0,1,1.4142,1.4144L17.4142,16l1.4143,1.4142,3.2928-3.2929A3,3,0,0,0,22.1213,9.8787Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12.7071,20.7072a1,1,0,0,1-1.4142-1.4144L14.5858,16l-1.4142-1.4142L9.8787,17.8787a3,3,0,1,0,4.2426,4.2426l.4645-.4644-1.4142-1.4143Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14.1213,9.8787a3,3,0,0,0-4.2426,4.2426l.4645.4645,1.4142-1.4142-.4645-.4645a1,1,0,0,1,1.4142-1.4143L16,14.5858l1.4142-1.4143Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.1213,17.8787l-.4645-.4645-1.4141,1.4142.4644.4645a1,1,0,0,1-1.4142,1.4143L16,17.4142l-1.4142,1.4142,3.2929,3.2929a3,3,0,0,0,4.2426-4.2426Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,31a.9988.9988,0,0,1-.5039-.1357l-12-7A1.0008,1.0008,0,0,1,3,23V9a.9994.9994,0,0,1,.4961-.8638l12-7a1,1,0,0,1,1.0078,0l12,7L27.4961,9.8638,16,3.1577,5,9.5742V22.4258l11,6.417,11-6.417V15h2v8a1.0008,1.0008,0,0,1-.4961.8643l-12,7A.9988.9988,0,0,1,16,31Z" }), children);
40
+ });
41
+ if (process.env.NODE_ENV !== "production") IbmCloudPakIntegration.propTypes = require_iconPropTypes.iconPropTypes;
42
+ const IbmCloudPakMantaAutomatedDataLineage = /* @__PURE__ */ react.default.forwardRef(function IbmCloudPakMantaAutomatedDataLineage({ children, size = 16, ...rest }, ref) {
43
+ return react.default.createElement(require_Icon_js, {
44
+ width: size,
45
+ height: size,
46
+ ref,
47
+ xmlns: "http://www.w3.org/2000/svg",
48
+ viewBox: "0 0 32 32",
49
+ fill: "currentColor",
50
+ ...rest
51
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,11V5H24V7H14V4a2.0025,2.0025,0,0,0-2-2H4A2.0025,2.0025,0,0,0,2,4v8a2.0025,2.0025,0,0,0,2,2h8a2.0025,2.0025,0,0,0,2-2V9a3.0033,3.0033,0,0,1,3,3v9H11V19H5v6h6V23h6v2a2.0025,2.0025,0,0,0,2,2h5v2h6V23H24v2H19V18h5v2h6V14H24v2H19V12a4.9521,4.9521,0,0,0-1.0254-3H24v2ZM4,12V4h8v8ZM9,23H7V21H9Zm17,2h2v2H26Zm0-9h2v2H26Zm0-9h2V9H26Z" }), children);
52
+ });
53
+ if (process.env.NODE_ENV !== "production") IbmCloudPakMantaAutomatedDataLineage.propTypes = require_iconPropTypes.iconPropTypes;
54
+ const IbmCloudPakMulticloudMgmt = /* @__PURE__ */ react.default.forwardRef(function IbmCloudPakMulticloudMgmt({ children, size = 16, ...rest }, ref) {
55
+ return react.default.createElement(require_Icon_js, {
56
+ width: size,
57
+ height: size,
58
+ ref,
59
+ xmlns: "http://www.w3.org/2000/svg",
60
+ viewBox: "0 0 32 32",
61
+ fill: "currentColor",
62
+ ...rest
63
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,19a1.9822,1.9822,0,0,0-.5116.0743L18.707,17.293l-.0257.0257a2.8876,2.8876,0,0,0,0-2.6374l.0257.0257,1.7814-1.7813a2.0345,2.0345,0,1,0-1.4141-1.4141L17.293,13.293l.0257.0257a2.8876,2.8876,0,0,0-2.6374,0l.0257-.0257-1.7813-1.7814a2.0345,2.0345,0,1,0-1.4141,1.4141L13.293,14.707l.0258-.0258a2.8872,2.8872,0,0,0,0,2.6376l-.0258-.0258-1.7814,1.7813a2.0345,2.0345,0,1,0,1.4141,1.4141L14.707,18.707l-.0258-.0258a2.8872,2.8872,0,0,0,2.6376,0l-.0258.0258,1.7813,1.7814A1.9956,1.9956,0,1,0,21,19Zm-5-2a1,1,0,1,1,1-1A1.0006,1.0006,0,0,1,16,17Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,31a.9988.9988,0,0,1-.5039-.1357l-12-7A1.0008,1.0008,0,0,1,3,23V9a.9994.9994,0,0,1,.4961-.8638l12-7a1,1,0,0,1,1.0078,0l12,7L27.4961,9.8638,16,3.1577,5,9.5742V22.4258l11,6.417,11-6.417V15h2v8a1.0008,1.0008,0,0,1-.4961.8643l-12,7A.9988.9988,0,0,1,16,31Z" }), children);
64
+ });
65
+ if (process.env.NODE_ENV !== "production") IbmCloudPakMulticloudMgmt.propTypes = require_iconPropTypes.iconPropTypes;
66
+ const IbmCloudPakNetezza = /* @__PURE__ */ react.default.forwardRef(function IbmCloudPakNetezza({ children, size = 16, ...rest }, ref) {
67
+ return react.default.createElement(require_Icon_js, {
68
+ width: size,
69
+ height: size,
70
+ ref,
71
+ xmlns: "http://www.w3.org/2000/svg",
72
+ viewBox: "0 0 32 32",
73
+ fill: "currentColor",
74
+ ...rest
75
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 10 19 19.2 13.5 10 11 10 11 22 13 22 13 12.8 18.5 22 21 22 21 10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30C8.3,30,2,23.7,2,16S8.3,2,16,2s14,6.3,14,14S23.7,30,16,30z M16,4C9.4,4,4,9.4,4,16s5.4,12,12,12s12-5.4,12-12 S22.6,4,16,4z" }), children);
76
+ });
77
+ if (process.env.NODE_ENV !== "production") IbmCloudPakNetezza.propTypes = require_iconPropTypes.iconPropTypes;
78
+ const IbmCloudPakNetworkAutomation = /* @__PURE__ */ react.default.forwardRef(function IbmCloudPakNetworkAutomation({ children, size = 16, ...rest }, ref) {
79
+ return react.default.createElement(require_Icon_js, {
80
+ width: size,
81
+ height: size,
82
+ ref,
83
+ xmlns: "http://www.w3.org/2000/svg",
84
+ viewBox: "0 0 32 32",
85
+ fill: "currentColor",
86
+ ...rest
87
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.3638,21.364,20.95,19.95a6.9993,6.9993,0,0,0,0-9.899L22.3638,8.636a9,9,0,0,1,0,12.728Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19.5356,18.5354l-1.414-1.4141a3.0039,3.0039,0,0,0,0-4.2426l1.414-1.4141A5.0048,5.0048,0,0,1,19.5356,18.5354Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,26H15V15a1,1,0,0,1,1-1h0a1,1,0,0,1,1,1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12.4644,18.5354a5.0048,5.0048,0,0,1,0-7.0708l1.414,1.4141a3.0039,3.0039,0,0,0,0,4.2426Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9.6362,21.364a9,9,0,0,1,0-12.728L11.05,10.0505a6.9993,6.9993,0,0,0,0,9.899Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,31a.9988.9988,0,0,1-.5039-.1357l-12-7A1.0008,1.0008,0,0,1,3,23V9a.9994.9994,0,0,1,.4961-.8638l12-7a1,1,0,0,1,1.0078,0l12,7L27.4961,9.8638,16,3.1577,5,9.5742V22.4258l11,6.417,11-6.417V15h2v8a1.0008,1.0008,0,0,1-.4961.8643l-12,7A.9988.9988,0,0,1,16,31Z" }), children);
88
+ });
89
+ if (process.env.NODE_ENV !== "production") IbmCloudPakNetworkAutomation.propTypes = require_iconPropTypes.iconPropTypes;
90
+ const IbmCloudPakSecurity = /* @__PURE__ */ react.default.forwardRef(function IbmCloudPakSecurity({ children, size = 16, ...rest }, ref) {
91
+ return react.default.createElement(require_Icon_js, {
92
+ width: size,
93
+ height: size,
94
+ ref,
95
+ xmlns: "http://www.w3.org/2000/svg",
96
+ viewBox: "0 0 32 32",
97
+ fill: "currentColor",
98
+ ...rest
99
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,23.7285a6.0069,6.0069,0,0,1-6-6v-6.457l6-3,6,3v6.457A6.0069,6.0069,0,0,1,16,23.7285ZM12,12.5073v5.2212a4,4,0,0,0,8,0V12.5073l-4-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,31a.9988.9988,0,0,1-.5039-.1357l-12-7A1.0008,1.0008,0,0,1,3,23V9a.9994.9994,0,0,1,.4961-.8638l12-7a1,1,0,0,1,1.0078,0l12,7L27.4961,9.8638,16,3.1577,5,9.5742V22.4258l11,6.417,11-6.417V15h2v8a1.0008,1.0008,0,0,1-.4961.8643l-12,7A.9988.9988,0,0,1,16,31Z" }), children);
100
+ });
101
+ if (process.env.NODE_ENV !== "production") IbmCloudPakSecurity.propTypes = require_iconPropTypes.iconPropTypes;
102
+ const IbmCloudPakSystem = /* @__PURE__ */ react.default.forwardRef(function IbmCloudPakSystem({ children, size = 16, ...rest }, ref) {
103
+ return react.default.createElement(require_Icon_js, {
104
+ width: size,
105
+ height: size,
106
+ ref,
107
+ xmlns: "http://www.w3.org/2000/svg",
108
+ viewBox: "0 0 32 32",
109
+ fill: "currentColor",
110
+ ...rest
111
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
112
+ d: "M15 11.671H17V15.328H15z",
113
+ transform: "rotate(-45 16 13.5)"
114
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
115
+ d: "M15 16.672H17V20.329H15z",
116
+ transform: "rotate(-45 16 18.5)"
117
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,24H13a2.0023,2.0023,0,0,1-2-2V10a2.0023,2.0023,0,0,1,2-2h6a2.0023,2.0023,0,0,1,2,2V22A2.0023,2.0023,0,0,1,19,24ZM13,10V22h6.0012L19,10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,31a.9988.9988,0,0,1-.5039-.1357l-12-7A1.0008,1.0008,0,0,1,3,23V9a.9994.9994,0,0,1,.4961-.8638l12-7a1,1,0,0,1,1.0078,0l12,7L27.4961,9.8638,16,3.1577,5,9.5742V22.4258l11,6.417,11-6.417V15h2v8a1.0008,1.0008,0,0,1-.4961.8643l-12,7A.9988.9988,0,0,1,16,31Z" }), children);
118
+ });
119
+ if (process.env.NODE_ENV !== "production") IbmCloudPakSystem.propTypes = require_iconPropTypes.iconPropTypes;
120
+ const IbmCloudPakWatsonAiops = /* @__PURE__ */ react.default.forwardRef(function IbmCloudPakWatsonAiops({ children, size = 16, ...rest }, ref) {
121
+ return react.default.createElement(require_Icon_js, {
122
+ width: size,
123
+ height: size,
124
+ ref,
125
+ xmlns: "http://www.w3.org/2000/svg",
126
+ viewBox: "0 0 32 32",
127
+ fill: "currentColor",
128
+ ...rest
129
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,24a1,1,0,0,1-.9614-.7253L11.2456,17H8V15h4a1,1,0,0,1,.9614.7253L14,19.36,17.0386,8.7253a1,1,0,0,1,1.9228,0L20.7544,15H24v2H20a1,1,0,0,1-.9614-.7253L18,12.64,14.9614,23.2747A1,1,0,0,1,14,24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,31a.9988.9988,0,0,1-.5039-.1357l-12-7A1.0008,1.0008,0,0,1,3,23V9a.9994.9994,0,0,1,.4961-.8638l12-7a1,1,0,0,1,1.0078,0l12,7L27.4961,9.8638,16,3.1577,5,9.5742V22.4258l11,6.417,11-6.417V15h2v8a1.0008,1.0008,0,0,1-.4961.8643l-12,7A.9988.9988,0,0,1,16,31Z" }), children);
130
+ });
131
+ if (process.env.NODE_ENV !== "production") IbmCloudPakWatsonAiops.propTypes = require_iconPropTypes.iconPropTypes;
132
+ const IbmConsultingAdvantageAgent = /* @__PURE__ */ react.default.forwardRef(function IbmConsultingAdvantageAgent({ children, size = 16, ...rest }, ref) {
133
+ return react.default.createElement(require_Icon_js, {
134
+ width: size,
135
+ height: size,
136
+ ref,
137
+ xmlns: "http://www.w3.org/2000/svg",
138
+ viewBox: "0 0 32 32",
139
+ fill: "currentColor",
140
+ ...rest
141
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.5,31c-5.24,0-9.5-4.26-9.5-9.5s4.26-9.5,9.5-9.5,9.5,4.26,9.5,9.5c0,1.74-.47,3.43-1.36,4.91.1.52.65,1.9,1.26,3.15.19.38.11.84-.19,1.14s-.76.38-1.14.2c-1.27-.61-2.68-1.15-3.2-1.24-1.47.88-3.15,1.34-4.87,1.34ZM26.56,29.54h0ZM21.5,14c-4.14,0-7.5,3.36-7.5,7.5s3.36,7.5,7.5,7.5c1.42,0,2.8-.4,4-1.15.26-.17.7-.44,2.57.23-.69-1.84-.42-2.26-.24-2.54.77-1.2,1.18-2.6,1.18-4.04,0-4.14-3.36-7.5-7.5-7.5h-.01ZM29.51,26.61h0ZM23.63,21c0,.55.45,1,1,1s1-.45,1-1-.45-1-1-1-1,.45-1,1ZM18.63,21c0,.55.45,1,1,1s1-.45,1-1-.45-1-1-1-1,.45-1,1ZM24.58,23c-.63.62-1.5,1-2.45,1s-1.82-.38-2.45-1l-1.4,1.43c.99.97,2.35,1.57,3.85,1.57s2.85-.6,3.85-1.57l-1.4-1.43ZM10,28h-5.38L16,5.23l2.61,5.21,1.79-.89-3.5-7c-.34-.68-1.45-.68-1.79,0L2.1,28.55c-.16.31-.14.68.04.97.18.29.5.47.85.47h7v-2l.01.01Z" }), children);
142
+ });
143
+ if (process.env.NODE_ENV !== "production") IbmConsultingAdvantageAgent.propTypes = require_iconPropTypes.iconPropTypes;
144
+ const IbmConsultingAdvantageApplication = /* @__PURE__ */ react.default.forwardRef(function IbmConsultingAdvantageApplication({ children, size = 16, ...rest }, ref) {
145
+ return react.default.createElement(require_Icon_js, {
146
+ width: size,
147
+ height: size,
148
+ ref,
149
+ xmlns: "http://www.w3.org/2000/svg",
150
+ viewBox: "0 0 32 32",
151
+ fill: "currentColor",
152
+ ...rest
153
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,28H6c-1.1,0-2-.9-2-2V6c0-1.1.9-2,2-2h22v2H6v20h20V8h2v18c0,1.1-.9,2-2,2ZM15,10h-5v5h5v-5ZM22,10h-5v5h5v-5ZM15,17h-5v5h5v-5ZM22,17h-5v5h5v-5Z" }), children);
154
+ });
155
+ if (process.env.NODE_ENV !== "production") IbmConsultingAdvantageApplication.propTypes = require_iconPropTypes.iconPropTypes;
156
+ const IbmConsultingAdvantageAssistant = /* @__PURE__ */ react.default.forwardRef(function IbmConsultingAdvantageAssistant({ children, size = 16, ...rest }, ref) {
157
+ return react.default.createElement(require_Icon_js, {
158
+ width: size,
159
+ height: size,
160
+ ref,
161
+ xmlns: "http://www.w3.org/2000/svg",
162
+ viewBox: "0 0 32 32",
163
+ fill: "currentColor",
164
+ ...rest
165
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30c-7.72,0-14-6.28-14-14S8.28,2,16,2s14,6.28,14,14c0,2.62-.73,5.18-2.11,7.39.05.74,1.05,3.21,2.01,5.17.19.38.11.84-.19,1.14-.3.3-.76.38-1.14.2-1.99-.96-4.5-1.94-5.24-1.97-2.2,1.35-4.73,2.07-7.33,2.07ZM16,4c-6.62,0-12,5.38-12,12s5.38,12,12,12c2.27,0,4.48-.64,6.39-1.84.32-.21,1.01-.63,4.58.84-1.5-3.54-1.07-4.22-.87-4.54,1.23-1.93,1.89-4.16,1.89-6.46,0-6.62-5.38-12-12-12h.01ZM23.83,20.87l-1.67-1.11c-.37.56-.85,1.03-1.4,1.4-2.3,1.53-5.4.9-6.93-1.4l-1.67,1.11c1.3,1.96,3.49,3.13,5.83,3.13,2.35,0,4.54-1.17,5.83-3.13h.01ZM22,13c-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2c.01-1.09-.87-1.99-1.96-2h-.04ZM14,13c-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2c.01-1.09-.87-1.99-1.96-2h-.04Z" }), children);
166
+ });
167
+ if (process.env.NODE_ENV !== "production") IbmConsultingAdvantageAssistant.propTypes = require_iconPropTypes.iconPropTypes;
168
+ const IbmDevopsControl = /* @__PURE__ */ react.default.forwardRef(function IbmDevopsControl({ children, size = 16, ...rest }, ref) {
169
+ return react.default.createElement(require_Icon_js, {
170
+ width: size,
171
+ height: size,
172
+ ref,
173
+ xmlns: "http://www.w3.org/2000/svg",
174
+ viewBox: "0 0 32 32",
175
+ fill: "currentColor",
176
+ ...rest
177
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,24c-1.302,0-2.4016.8389-2.8157,2h-2.5662l-1.5579-3.1157c2.3552-1.3921,3.9397-3.9502,3.9397-6.8843s-1.5845-5.4922-3.9397-6.8843l1.5576-3.1157h2.5664c.4141,1.1611,1.5137,2,2.8157,2,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.302,0-2.4016.8389-2.8157,2h-2.5664c-.7622,0-1.4475.4238-1.7888,1.1055l-1.6069,3.2139c-.7063-.2041-1.4502-.3193-2.2222-.3193s-1.5159.1152-2.2222.3193l-1.6072-3.2139c-.3411-.6816-1.0264-1.1055-1.7886-1.1055h-2.5664c-.4141-1.1611-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c1.302,0,2.4016-.8389,2.8157-2h2.5662l1.5579,3.1157c-2.3552,1.3921-3.9397,3.9502-3.9397,6.8843s1.5845,5.4922,3.9397,6.8843l-1.5576,3.1157h-2.5664c-.4141-1.1611-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c1.302,0,2.4016-.8389,2.8157-2h2.5664c.7622,0,1.4475-.4238,1.7888-1.1055l1.6069-3.2139c.7063.2041,1.4502.3193,2.2222.3193s1.5159-.1152,2.2222-.3193l1.6072,3.2139c.3411.6816,1.0264,1.1055,1.7886,1.1055h2.5664c.4141,1.1611,1.5137,2,2.8157,2,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3ZM27,4c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1ZM5,6c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1ZM5,28c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1ZM10.2856,16c0-3.1509,2.5635-5.7144,5.7144-5.7144s5.7144,2.5635,5.7144,5.7144-2.5635,5.7144-5.7144,5.7144-5.7144-2.5635-5.7144-5.7144ZM27,28c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1ZM18.5901,12.5566l1.4099,1.4434-5,5-3-3,1.4441-1.4438,1.5605,1.6221,3.5854-3.6216Z" }), children);
178
+ });
179
+ if (process.env.NODE_ENV !== "production") IbmDevopsControl.propTypes = require_iconPropTypes.iconPropTypes;
180
+ const IbmFederatedApiManagement = /* @__PURE__ */ react.default.forwardRef(function IbmFederatedApiManagement({ children, size = 16, ...rest }, ref) {
181
+ return react.default.createElement(require_Icon_js, {
182
+ width: size,
183
+ height: size,
184
+ ref,
185
+ xmlns: "http://www.w3.org/2000/svg",
186
+ viewBox: "0 0 32 32",
187
+ fill: "currentColor",
188
+ ...rest
189
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,11.9395c0,2.79-2.2432,5.0605-5,5.0605h-1v-2h1c1.6826,0,3-1.3447,3-3.0605,0-1.6758-1.29-2.9395-3-2.9395h-.8672l-.123-.8584c-.3203-2.2412-2.6152-4.1348-5.0098-4.1348s-4.6895,1.8936-5.0098,4.1348l-.123.8584h-.8672c-1.71,0-3,1.2637-3,2.9395,0,1.7158,1.3174,3.0605,3,3.0605h1v2h-1c-2.7568,0-5-2.2705-5-5.0605,0-2.4932,1.7803-4.5,4.1807-4.876.8174-2.8516,3.7109-5.0566,6.8193-5.0566s6.002,2.2051,6.8193,5.0566c2.4004.376,4.1807,2.3828,4.1807,4.876ZM26,23c0,1.6543-1.3457,3-3,3s-3-1.3457-3-3c0-.4753.1212-.919.3188-1.3188l-.0258.0258-3.293-3.293v5.7702c1.1615.4141,2,1.5138,2,2.8157,0,1.6543-1.3457,3-3,3s-3-1.3457-3-3c0-1.3019.8385-2.4016,2-2.8157v-5.7702l-3.293,3.293-.0258-.0258c.1976.3997.3187.8434.3187,1.3187,0,1.6543-1.3457,3-3,3s-3-1.3457-3-3,1.3457-3,3-3c.4753,0,.919.1212,1.3187.3187l-.0258-.0258,4.707-4.707v-5.1719l-2.293,2.293-1.4141-1.4141,4.707-4.707,4.707,4.707-1.4141,1.4141-2.293-2.293v5.1719l4.707,4.707-.0258.0258c.3998-.1976.8434-.3187,1.3187-.3187,1.6543,0,3,1.3457,3,3ZM10,23c0-.5518-.4487-1-1-1s-1,.4482-1,1,.4487,1,1,1,1-.4482,1-1ZM17,27c0-.5518-.4487-1-1-1s-1,.4482-1,1,.4487,1,1,1,1-.4482,1-1ZM24,23c0-.5518-.4482-1-1-1s-1,.4482-1,1,.4482,1,1,1,1-.4482,1-1Z" }), children);
190
+ });
191
+ if (process.env.NODE_ENV !== "production") IbmFederatedApiManagement.propTypes = require_iconPropTypes.iconPropTypes;
192
+ const IbmHybridControlPlane = /* @__PURE__ */ react.default.forwardRef(function IbmHybridControlPlane({ children, size = 16, ...rest }, ref) {
193
+ return react.default.createElement(require_Icon_js, {
194
+ width: size,
195
+ height: size,
196
+ ref,
197
+ xmlns: "http://www.w3.org/2000/svg",
198
+ viewBox: "0 0 32 32",
199
+ fill: "currentColor",
200
+ ...rest
201
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,16c0-.6-.1-1.1-.3-1.6l1.8-1.1-1-1.7-1.8,1.1c-.7-.8-1.6-1.4-2.7-1.6v-2.1h-2v2.1c-1.1.2-2,.8-2.7,1.6l-1.8-1.1-1,1.7,1.8,1.1c-.2.5-.3,1-.3,1.6s.1,1.1.3,1.6l-1.8,1.1,1,1.7,1.8-1.1c.7.8,1.6,1.4,2.7,1.6v2.1h2v-2.1c1.1-.2,2-.8,2.7-1.6l1.8,1.1,1-1.7-1.8-1.1c.2-.5.3-1,.3-1.6ZM17,19c-1.7,0-3-1.3-3-3s1.3-3,3-3,3,1.3,3,3-1.3,3-3,3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.9741,5.2722c.094-1.049-.353-2.1171-1.2834-2.7515-1.3672-.9323-3.2377-.5786-4.1699.7886-.9324,1.3672-.5786,3.2377.7886,4.17,1.1953.8152,2.7754.6469,3.7769-.3221,4.3311,3.9611,5.2244,10.6123,1.8237,15.5992-.17.2493-.356.4807-.541.713l1.4255,1.4256c.2671-.3244.5266-.658.7678-1.0117,4.0869-5.9932,2.8654-14.0513-2.5881-18.611h-.0001ZM23.8264,5.5635c-.3107.4556-.9343.5735-1.3899.2629-.4557-.3107-.5736-.9344-.2629-1.39.3107-.4556.9343-.5735,1.39-.2629.4556.3107.5736.9344.2628,1.39ZM5.4291,8.108c-1.057,1.55-1.724,3.2413-2.0836,4.9717-.7174.1605-1.3798.5748-1.8257,1.2286-.9323,1.3672-.5786,3.2377.7886,4.17,1.3672.9323,3.2378.5786,4.17-.7886.9323-1.3672.5786-3.2377-.7886-4.17-.1185-.0808-.2449-.1394-.37-.201.3212-1.4211.8916-2.8082,1.7616-4.0839,2.5192-3.6941,6.7516-5.5295,10.9186-5.1864v-1.9999c-4.8071-.3378-9.6655,1.7991-12.5709,6.0595ZM4.8256,16.5626c-.3107.4556-.9344.5735-1.39.2629s-.5735-.9344-.2629-1.39c.3108-.4556.9346-.5735,1.3901-.2628.4556.3107.5735.9344.2628,1.39h0ZM24.6907,24.5207c-1.3672-.9323-3.2377-.5786-4.1699.7886-.4666.6842-.611,1.4944-.4675,2.2501-3.2477.863-6.8291.3889-9.8184-1.6495-1.8677-1.2736-3.2495-2.9903-4.1278-4.9098h-2.1733c.9833,2.5778,2.7272,4.8934,5.1743,6.5622,3.66,2.4959,8.0802,2.9792,12.0132,1.7589.064.0518.1189.111.1881.1582,1.3672.9323,3.2377.5786,4.1699-.7886.9324-1.3671.5786-3.2377-.7886-4.17h0ZM23.8264,27.5635c-.3107.4556-.9343.5735-1.3899.2629-.4557-.3107-.5736-.9344-.2629-1.39.3107-.4556.9343-.5735,1.39-.2629.4556.3107.5736.9344.2628,1.39Z" }), children);
202
+ });
203
+ if (process.env.NODE_ENV !== "production") IbmHybridControlPlane.propTypes = require_iconPropTypes.iconPropTypes;
204
+ const IbmQuantumSafeAdvisor = /* @__PURE__ */ react.default.forwardRef(function IbmQuantumSafeAdvisor({ children, size = 16, ...rest }, ref) {
205
+ return react.default.createElement(require_Icon_js, {
206
+ width: size,
207
+ height: size,
208
+ ref,
209
+ xmlns: "http://www.w3.org/2000/svg",
210
+ viewBox: "0 0 32 32",
211
+ fill: "currentColor",
212
+ ...rest
213
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,16.44c0,4.96-4.68,7.7-8.45,9.9-.54.32-1.07.62-1.55.92-.49-.3-1.01-.61-1.55-.92-3.76-2.2-8.45-4.94-8.45-9.9V4h21v-2H6c-1.1,0-2,.9-2,2v12.44c0,6.11,5.45,9.3,9.44,11.63.72.42,1.41.82,2.02,1.22l.54.35.54-.35c.61-.39,1.3-.79,2.02-1.22,3.98-2.33,9.44-5.52,9.44-11.63v-3.62c1.16-.41,2-1.51,2-2.82,0-1.65-1.35-3-3-3s-3,1.35-3,3c0,1.3.84,2.4,2,2.82v3.62ZM27,11c-.55,0-1-.45-1-1s.45-1,1-1,1,.45,1,1-.45,1-1,1ZM21,9h-8v-2h8v2ZM21,21h-8v-2h8v2ZM15,13h8v1.99h-8v-1.99ZM9.71,17.71l-1.41-1.41,2.29-2.29-2.29-2.29,1.41-1.41,3.71,3.71-3.71,3.71v-.02Z" }), children);
214
+ });
215
+ if (process.env.NODE_ENV !== "production") IbmQuantumSafeAdvisor.propTypes = require_iconPropTypes.iconPropTypes;
216
+ const IbmQuantumSafeExplorer = /* @__PURE__ */ react.default.forwardRef(function IbmQuantumSafeExplorer({ children, size = 16, ...rest }, ref) {
217
+ return react.default.createElement(require_Icon_js, {
218
+ width: size,
219
+ height: size,
220
+ ref,
221
+ xmlns: "http://www.w3.org/2000/svg",
222
+ viewBox: "0 0 32 32",
223
+ fill: "currentColor",
224
+ ...rest
225
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,18h8v2h-8v-2ZM28,12.82v3.62c0,6.11-5.45,9.3-9.44,11.63-.72.42-1.41.82-2.02,1.22l-.54.35-.54-.35c-.61-.39-1.3-.79-2.02-1.22-3.98-2.33-9.44-5.52-9.44-11.63V4c0-1.1.9-2,2-2h21v2H6v9h6v2h-6v1.44c0,4.96,4.68,7.7,8.45,9.9.54.32,1.07.62,1.55.92.49-.3,1.01-.61,1.55-.92,2.75-1.6,5.97-3.5,7.52-6.33h-5.08v-2h5.83c.11-.5.17-1.01.17-1.56v-3.62c-1.16-.41-2-1.51-2-2.82,0-1.65,1.35-3,3-3s3,1.35,3,3c0,1.3-.84,2.4-2,2.82l.01-.01ZM28,10c0-.55-.45-1-1-1s-1,.45-1,1,.45,1,1,1,1-.45,1-1ZM22,13h-8v2h8v-2ZM18,8h-8v2h8v-2Z" }), children);
226
+ });
227
+ if (process.env.NODE_ENV !== "production") IbmQuantumSafeExplorer.propTypes = require_iconPropTypes.iconPropTypes;
228
+ const IbmPartnerPlus = /* @__PURE__ */ react.default.forwardRef(function IbmPartnerPlus({ children, size = 16, ...rest }, ref) {
229
+ return react.default.createElement(require_Icon_js, {
230
+ width: size,
231
+ height: size,
232
+ ref,
233
+ xmlns: "http://www.w3.org/2000/svg",
234
+ viewBox: "0 0 32 32",
235
+ fill: "currentColor",
236
+ ...rest
237
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 5H20V7H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 9H20V11H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5 13H27V15H5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5 17H27V19H5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 21H20V23H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 25H20V27H12z" }), children);
238
+ });
239
+ if (process.env.NODE_ENV !== "production") IbmPartnerPlus.propTypes = require_iconPropTypes.iconPropTypes;
240
+ const IbmQuantumSafeRemediator = /* @__PURE__ */ react.default.forwardRef(function IbmQuantumSafeRemediator({ children, size = 16, ...rest }, ref) {
241
+ return react.default.createElement(require_Icon_js, {
242
+ width: size,
243
+ height: size,
244
+ ref,
245
+ xmlns: "http://www.w3.org/2000/svg",
246
+ viewBox: "0 0 32 32",
247
+ fill: "currentColor",
248
+ ...rest
249
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,16.44c0,4.96-4.68,7.7-8.45,9.9-.54.32-1.07.62-1.55.92-.49-.3-1.01-.61-1.55-.92-3.76-2.2-8.45-4.94-8.45-9.9V4h21v-2H6c-1.1,0-2,.9-2,2v12.44c0,6.11,5.45,9.3,9.44,11.63.72.42,1.41.82,2.02,1.22l.54.35.54-.35c.61-.39,1.3-.79,2.02-1.22,3.98-2.33,9.44-5.52,9.44-11.63v-3.62c1.16-.41,2-1.51,2-2.82,0-1.65-1.35-3-3-3s-3,1.35-3,3c0,1.3.84,2.4,2,2.82v3.62ZM27,11c-.55,0-1-.45-1-1s.45-1,1-1,1,.45,1,1-.45,1-1,1ZM16,18c-1.48,0-2.77-.8-3.46-2l1.73-1c.35.6.99,1,1.73,1,1.1,0,2-.9,2-2s-.9-2-2-2v-2c2.21,0,4,1.79,4,4s-1.79,4-4,4ZM16,22c-.68,0-1.38-.09-2.07-.27-4.26-1.14-6.8-5.54-5.66-9.8,1.14-4.26,5.54-6.8,9.8-5.66l-.52,1.93c-3.2-.86-6.49,1.05-7.35,4.24-.86,3.2,1.05,6.49,4.24,7.35,3.19.86,6.49-1.05,7.35-4.24l1.93.52c-.96,3.57-4.2,5.93-7.73,5.93h.01Z" }), children);
250
+ });
251
+ if (process.env.NODE_ENV !== "production") IbmQuantumSafeRemediator.propTypes = require_iconPropTypes.iconPropTypes;
252
+ const IbmSecurity = /* @__PURE__ */ react.default.forwardRef(function IbmSecurity({ children, size = 16, ...rest }, ref) {
253
+ return react.default.createElement(require_Icon_js, {
254
+ width: size,
255
+ height: size,
256
+ ref,
257
+ xmlns: "http://www.w3.org/2000/svg",
258
+ viewBox: "0 0 32 32",
259
+ fill: "currentColor",
260
+ ...rest
261
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,.0005,4,5.9784V20.0443a12,12,0,0,0,24,0V5.9784Zm6.83,27.3138L16,23.9119V26.14l5.0361,2.5088A10.0025,10.0025,0,0,1,6,20.0443V7.21L16,2.2284,26,7.21v3.75L16,5.9783V8.2062l10,4.9816v3.75L16,11.9562v2.2279l10,4.9815v.8787a9.9045,9.9045,0,0,1-.37,2.6871L16,17.934v2.2279l8.8952,4.4313A10.0252,10.0252,0,0,1,22.83,27.3143Z" }), children);
262
+ });
263
+ if (process.env.NODE_ENV !== "production") IbmSecurity.propTypes = require_iconPropTypes.iconPropTypes;
264
+ const IbmSecurityServices = /* @__PURE__ */ react.default.forwardRef(function IbmSecurityServices({ children, size = 16, ...rest }, ref) {
265
+ return react.default.createElement(require_Icon_js, {
266
+ width: size,
267
+ height: size,
268
+ ref,
269
+ xmlns: "http://www.w3.org/2000/svg",
270
+ viewBox: "0 0 32 32",
271
+ fill: "currentColor",
272
+ ...rest
273
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,20a2.97,2.97,0,0,0-1.8551.6607L22,19.4224V17.8157a3,3,0,1,0-2,0v1.6067l-2.1449,1.2383A2.97,2.97,0,0,0,16,20a3.02,3.02,0,1,0,2.9254,2.3525L21,21.1548l2.0746,1.1977A2.9978,2.9978,0,1,0,26,20ZM16,24a1,1,0,1,1,1-1A1.0006,1.0006,0,0,1,16,24Zm5-10a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,21,14Zm5,10a1,1,0,1,1,1-1A1.0006,1.0006,0,0,1,26,24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,31A11.0125,11.0125,0,0,1,5,20V6.3823L15.9873.8816,26.4478,6.1187l-.8956,1.7885L15.9873,3.1184,7,7.6177V20a9.0008,9.0008,0,0,0,14.3994,7.2012L22.6006,28.8A10.9077,10.9077,0,0,1,16,31Z" }), children);
274
+ });
275
+ if (process.env.NODE_ENV !== "production") IbmSecurityServices.propTypes = require_iconPropTypes.iconPropTypes;
276
+ const IbmSoftwareWatsonxDataAnalyzeAndProcess = /* @__PURE__ */ react.default.forwardRef(function IbmSoftwareWatsonxDataAnalyzeAndProcess({ children, size = 16, ...rest }, ref) {
277
+ return react.default.createElement(require_Icon_js, {
278
+ width: size,
279
+ height: size,
280
+ ref,
281
+ xmlns: "http://www.w3.org/2000/svg",
282
+ viewBox: "0 0 32 32",
283
+ fill: "currentColor",
284
+ ...rest
285
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,11h3v2h-3v-2ZM23,13h3v-2h-3v2ZM8.293,10.293l-2.2925,2.2928-.0005-8.5858h3v-2h-3c-1.103,0-2,.897-2,2l.0005,8.5861-2.2935-2.2931-1.4141,1.4141,4.7075,4.707,4.7065-4.707-1.4141-1.4141h.0002ZM28,23l.001,2.999h-8.5856l2.2927-2.292-1.4141-1.4141-4.707,4.7061,4.707,4.708,1.4141-1.4141-2.2933-2.2939,8.5852.001c1.1025,0,2-.8975,2-2v-3h-2ZM14,23.5c0,3.0322-2.4668,5.5-5.4995,5.5-1.1558,0-2.2281-.3602-3.1143-.9716l-2.6786,2.6786-1.4141-1.4141,2.6787-2.6787c-.6115-.8864-.9722-1.9585-.9722-3.1142,0-3.0322,2.4673-5.5,5.5-5.5s5.5005,2.4677,5.5005,5.4999h-.0005ZM12.0005,23.5c0-1.9297-1.5703-3.5-3.5-3.5s-3.5,1.5703-3.5,3.5,1.5703,3.5,3.5,3.5,3.5-1.5703,3.5-3.5ZM30,4v12c0,1.1025-.8975,2-2,2h-12c-1.103,0-2-.8975-2-2V4c0-1.103.897-2,2-2h12c1.1025,0,2,.897,2,2ZM16,4v2h12v-2h-12ZM28,16V8h-12v8l12.001.0009-.001-.0009Z" }), children);
286
+ });
287
+ if (process.env.NODE_ENV !== "production") IbmSoftwareWatsonxDataAnalyzeAndProcess.propTypes = require_iconPropTypes.iconPropTypes;
28
288
  const IbmSoftwareWatsonxDataStructuredEnrichment = /* @__PURE__ */ react.default.forwardRef(function IbmSoftwareWatsonxDataStructuredEnrichment({ children, size = 16, ...rest }, ref) {
29
- return react.default.createElement(require_Icon.Icon, {
289
+ return react.default.createElement(require_Icon_js, {
30
290
  width: size,
31
291
  height: size,
32
292
  ref,
@@ -38,7 +298,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
38
298
  });
39
299
  if (process.env.NODE_ENV !== "production") IbmSoftwareWatsonxDataStructuredEnrichment.propTypes = require_iconPropTypes.iconPropTypes;
40
300
  const IbmSoftwareWatsonxDataStructuredImport = /* @__PURE__ */ react.default.forwardRef(function IbmSoftwareWatsonxDataStructuredImport({ children, size = 16, ...rest }, ref) {
41
- return react.default.createElement(require_Icon.Icon, {
301
+ return react.default.createElement(require_Icon_js, {
42
302
  width: size,
43
303
  height: size,
44
304
  ref,
@@ -50,7 +310,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
50
310
  });
51
311
  if (process.env.NODE_ENV !== "production") IbmSoftwareWatsonxDataStructuredImport.propTypes = require_iconPropTypes.iconPropTypes;
52
312
  const IbmSoftwareWatsonxDataUnstructuredEnrichment = /* @__PURE__ */ react.default.forwardRef(function IbmSoftwareWatsonxDataUnstructuredEnrichment({ children, size = 16, ...rest }, ref) {
53
- return react.default.createElement(require_Icon.Icon, {
313
+ return react.default.createElement(require_Icon_js, {
54
314
  width: size,
55
315
  height: size,
56
316
  ref,
@@ -62,7 +322,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
62
322
  });
63
323
  if (process.env.NODE_ENV !== "production") IbmSoftwareWatsonxDataUnstructuredEnrichment.propTypes = require_iconPropTypes.iconPropTypes;
64
324
  const IbmSoftwareWatsonxDataUnstructuredImport = /* @__PURE__ */ react.default.forwardRef(function IbmSoftwareWatsonxDataUnstructuredImport({ children, size = 16, ...rest }, ref) {
65
- return react.default.createElement(require_Icon.Icon, {
325
+ return react.default.createElement(require_Icon_js, {
66
326
  width: size,
67
327
  height: size,
68
328
  ref,
@@ -74,7 +334,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
74
334
  });
75
335
  if (process.env.NODE_ENV !== "production") IbmSoftwareWatsonxDataUnstructuredImport.propTypes = require_iconPropTypes.iconPropTypes;
76
336
  const IbmSoftwareWatsonxDocumentLibrary = /* @__PURE__ */ react.default.forwardRef(function IbmSoftwareWatsonxDocumentLibrary({ children, size = 16, ...rest }, ref) {
77
- return react.default.createElement(require_Icon.Icon, {
337
+ return react.default.createElement(require_Icon_js, {
78
338
  width: size,
79
339
  height: size,
80
340
  ref,
@@ -92,7 +352,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
92
352
  console.warn("Icon renamed and replaced by ibm-watsonx--assistant to correspond with the new watsonx platform and product suite. As a result, the IbmWatsonAssistant component will be removed in the next major version of @carbon/icons-react.");
93
353
  }
94
354
  }
95
- return react.default.createElement(require_Icon.Icon, {
355
+ return react.default.createElement(require_Icon_js, {
96
356
  width: size,
97
357
  height: size,
98
358
  ref,
@@ -116,7 +376,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
116
376
  });
117
377
  if (process.env.NODE_ENV !== "production") IbmWatsonAssistant.propTypes = require_iconPropTypes.iconPropTypes;
118
378
  const IbmWatsonDiscovery = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonDiscovery({ children, size = 16, ...rest }, ref) {
119
- return react.default.createElement(require_Icon.Icon, {
379
+ return react.default.createElement(require_Icon_js, {
120
380
  width: size,
121
381
  height: size,
122
382
  ref,
@@ -146,7 +406,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
146
406
  console.warn("Icon renamed, slightly redesigned and replaced by ibm--knowledge-catalog. As a result, the IbmWatsonKnowledgeCatalog component will be removed in the next major version of @carbon/icons-react.");
147
407
  }
148
408
  }
149
- return react.default.createElement(require_Icon.Icon, {
409
+ return react.default.createElement(require_Icon_js, {
150
410
  width: size,
151
411
  height: size,
152
412
  ref,
@@ -158,7 +418,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
158
418
  });
159
419
  if (process.env.NODE_ENV !== "production") IbmWatsonKnowledgeCatalog.propTypes = require_iconPropTypes.iconPropTypes;
160
420
  const IbmWatsonKnowledgeStudio = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonKnowledgeStudio({ children, size = 16, ...rest }, ref) {
161
- return react.default.createElement(require_Icon.Icon, {
421
+ return react.default.createElement(require_Icon_js, {
162
422
  width: size,
163
423
  height: size,
164
424
  ref,
@@ -182,7 +442,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
182
442
  });
183
443
  if (process.env.NODE_ENV !== "production") IbmWatsonKnowledgeStudio.propTypes = require_iconPropTypes.iconPropTypes;
184
444
  const IbmWatsonLanguageTranslator = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonLanguageTranslator({ children, size = 16, ...rest }, ref) {
185
- return react.default.createElement(require_Icon.Icon, {
445
+ return react.default.createElement(require_Icon_js, {
186
446
  width: size,
187
447
  height: size,
188
448
  ref,
@@ -194,7 +454,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
194
454
  });
195
455
  if (process.env.NODE_ENV !== "production") IbmWatsonLanguageTranslator.propTypes = require_iconPropTypes.iconPropTypes;
196
456
  const IbmWatsonMachineLearning = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonMachineLearning({ children, size = 16, ...rest }, ref) {
197
- return react.default.createElement(require_Icon.Icon, {
457
+ return react.default.createElement(require_Icon_js, {
198
458
  width: size,
199
459
  height: size,
200
460
  ref,
@@ -206,7 +466,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
206
466
  });
207
467
  if (process.env.NODE_ENV !== "production") IbmWatsonMachineLearning.propTypes = require_iconPropTypes.iconPropTypes;
208
468
  const IbmWatsonNaturalLanguageClassifier = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonNaturalLanguageClassifier({ children, size = 16, ...rest }, ref) {
209
- return react.default.createElement(require_Icon.Icon, {
469
+ return react.default.createElement(require_Icon_js, {
210
470
  width: size,
211
471
  height: size,
212
472
  ref,
@@ -218,7 +478,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
218
478
  });
219
479
  if (process.env.NODE_ENV !== "production") IbmWatsonNaturalLanguageClassifier.propTypes = require_iconPropTypes.iconPropTypes;
220
480
  const IbmWatsonNaturalLanguageUnderstanding = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonNaturalLanguageUnderstanding({ children, size = 16, ...rest }, ref) {
221
- return react.default.createElement(require_Icon.Icon, {
481
+ return react.default.createElement(require_Icon_js, {
222
482
  width: size,
223
483
  height: size,
224
484
  ref,
@@ -230,7 +490,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
230
490
  });
231
491
  if (process.env.NODE_ENV !== "production") IbmWatsonNaturalLanguageUnderstanding.propTypes = require_iconPropTypes.iconPropTypes;
232
492
  const IbmWatsonOpenscale = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonOpenscale({ children, size = 16, ...rest }, ref) {
233
- return react.default.createElement(require_Icon.Icon, {
493
+ return react.default.createElement(require_Icon_js, {
234
494
  width: size,
235
495
  height: size,
236
496
  ref,
@@ -242,7 +502,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
242
502
  });
243
503
  if (process.env.NODE_ENV !== "production") IbmWatsonOpenscale.propTypes = require_iconPropTypes.iconPropTypes;
244
504
  const IbmWatsonOrders = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonOrders({ children, size = 16, ...rest }, ref) {
245
- return react.default.createElement(require_Icon.Icon, {
505
+ return react.default.createElement(require_Icon_js, {
246
506
  width: size,
247
507
  height: size,
248
508
  ref,
@@ -254,7 +514,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
254
514
  });
255
515
  if (process.env.NODE_ENV !== "production") IbmWatsonOrders.propTypes = require_iconPropTypes.iconPropTypes;
256
516
  const IbmWatsonQuery = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonQuery({ children, size = 16, ...rest }, ref) {
257
- return react.default.createElement(require_Icon.Icon, {
517
+ return react.default.createElement(require_Icon_js, {
258
518
  width: size,
259
519
  height: size,
260
520
  ref,
@@ -266,7 +526,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
266
526
  });
267
527
  if (process.env.NODE_ENV !== "production") IbmWatsonQuery.propTypes = require_iconPropTypes.iconPropTypes;
268
528
  const IbmWatsonSpeechToText = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonSpeechToText({ children, size = 16, ...rest }, ref) {
269
- return react.default.createElement(require_Icon.Icon, {
529
+ return react.default.createElement(require_Icon_js, {
270
530
  width: size,
271
531
  height: size,
272
532
  ref,
@@ -278,7 +538,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
278
538
  });
279
539
  if (process.env.NODE_ENV !== "production") IbmWatsonSpeechToText.propTypes = require_iconPropTypes.iconPropTypes;
280
540
  const IbmWatsonStudio = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonStudio({ children, size = 16, ...rest }, ref) {
281
- return react.default.createElement(require_Icon.Icon, {
541
+ return react.default.createElement(require_Icon_js, {
282
542
  width: size,
283
543
  height: size,
284
544
  ref,
@@ -290,7 +550,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
290
550
  });
291
551
  if (process.env.NODE_ENV !== "production") IbmWatsonStudio.propTypes = require_iconPropTypes.iconPropTypes;
292
552
  const IbmWatsonTextToSpeech = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonTextToSpeech({ children, size = 16, ...rest }, ref) {
293
- return react.default.createElement(require_Icon.Icon, {
553
+ return react.default.createElement(require_Icon_js, {
294
554
  width: size,
295
555
  height: size,
296
556
  ref,
@@ -302,7 +562,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
302
562
  });
303
563
  if (process.env.NODE_ENV !== "production") IbmWatsonTextToSpeech.propTypes = require_iconPropTypes.iconPropTypes;
304
564
  const IbmWatsonToneAnalyzer = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonToneAnalyzer({ children, size = 16, ...rest }, ref) {
305
- return react.default.createElement(require_Icon.Icon, {
565
+ return react.default.createElement(require_Icon_js, {
306
566
  width: size,
307
567
  height: size,
308
568
  ref,
@@ -330,7 +590,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
330
590
  });
331
591
  if (process.env.NODE_ENV !== "production") IbmWatsonToneAnalyzer.propTypes = require_iconPropTypes.iconPropTypes;
332
592
  const IbmWatsonxAssistant = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonxAssistant({ children, size = 16, ...rest }, ref) {
333
- return react.default.createElement(require_Icon.Icon, {
593
+ return react.default.createElement(require_Icon_js, {
334
594
  width: size,
335
595
  height: size,
336
596
  ref,
@@ -354,7 +614,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
354
614
  });
355
615
  if (process.env.NODE_ENV !== "production") IbmWatsonxAssistant.propTypes = require_iconPropTypes.iconPropTypes;
356
616
  const IbmWatsonxCodeAssistant = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonxCodeAssistant({ children, size = 16, ...rest }, ref) {
357
- return react.default.createElement(require_Icon.Icon, {
617
+ return react.default.createElement(require_Icon_js, {
358
618
  width: size,
359
619
  height: size,
360
620
  ref,
@@ -382,7 +642,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
382
642
  });
383
643
  if (process.env.NODE_ENV !== "production") IbmWatsonxCodeAssistant.propTypes = require_iconPropTypes.iconPropTypes;
384
644
  const IbmWatsonxCodeAssistantForEnterpriseJavaApplications = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonxCodeAssistantForEnterpriseJavaApplications({ children, size = 16, ...rest }, ref) {
385
- return react.default.createElement(require_Icon.Icon, {
645
+ return react.default.createElement(require_Icon_js, {
386
646
  width: size,
387
647
  height: size,
388
648
  ref,
@@ -394,7 +654,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
394
654
  });
395
655
  if (process.env.NODE_ENV !== "production") IbmWatsonxCodeAssistantForEnterpriseJavaApplications.propTypes = require_iconPropTypes.iconPropTypes;
396
656
  const IbmWatsonxCodeAssistantForZ = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonxCodeAssistantForZ({ children, size = 16, ...rest }, ref) {
397
- return react.default.createElement(require_Icon.Icon, {
657
+ return react.default.createElement(require_Icon_js, {
398
658
  width: size,
399
659
  height: size,
400
660
  ref,
@@ -412,7 +672,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
412
672
  console.warn("Icon no longer relevant. watsonx Code Assistant for Z Refactoring Assistant has been merged into an existing product.. As a result, the IbmWatsonxCodeAssistantForZRefactor component will be removed in the next major version of @carbon/icons-react.");
413
673
  }
414
674
  }
415
- return react.default.createElement(require_Icon.Icon, {
675
+ return react.default.createElement(require_Icon_js, {
416
676
  width: size,
417
677
  height: size,
418
678
  ref,
@@ -432,7 +692,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
432
692
  });
433
693
  if (process.env.NODE_ENV !== "production") IbmWatsonxCodeAssistantForZRefactor.propTypes = require_iconPropTypes.iconPropTypes;
434
694
  const IbmWatsonxCodeAssistantForZUnderstand = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonxCodeAssistantForZUnderstand({ children, size = 16, ...rest }, ref) {
435
- return react.default.createElement(require_Icon.Icon, {
695
+ return react.default.createElement(require_Icon_js, {
436
696
  width: size,
437
697
  height: size,
438
698
  ref,
@@ -444,7 +704,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
444
704
  });
445
705
  if (process.env.NODE_ENV !== "production") IbmWatsonxCodeAssistantForZUnderstand.propTypes = require_iconPropTypes.iconPropTypes;
446
706
  const IbmWatsonxCodeAssistantForZValidationAssistant = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonxCodeAssistantForZValidationAssistant({ children, size = 16, ...rest }, ref) {
447
- return react.default.createElement(require_Icon.Icon, {
707
+ return react.default.createElement(require_Icon_js, {
448
708
  width: size,
449
709
  height: size,
450
710
  ref,
@@ -456,7 +716,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
456
716
  });
457
717
  if (process.env.NODE_ENV !== "production") IbmWatsonxCodeAssistantForZValidationAssistant.propTypes = require_iconPropTypes.iconPropTypes;
458
718
  const IbmWatsonxOrchestrate = /* @__PURE__ */ react.default.forwardRef(function IbmWatsonxOrchestrate({ children, size = 16, ...rest }, ref) {
459
- return react.default.createElement(require_Icon.Icon, {
719
+ return react.default.createElement(require_Icon_js, {
460
720
  width: size,
461
721
  height: size,
462
722
  ref,
@@ -480,7 +740,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
480
740
  });
481
741
  if (process.env.NODE_ENV !== "production") IbmWatsonxOrchestrate.propTypes = require_iconPropTypes.iconPropTypes;
482
742
  const IbmZCloudModStack = /* @__PURE__ */ react.default.forwardRef(function IbmZCloudModStack({ children, size = 16, ...rest }, ref) {
483
- return react.default.createElement(require_Icon.Icon, {
743
+ return react.default.createElement(require_Icon_js, {
484
744
  width: size,
485
745
  height: size,
486
746
  ref,
@@ -492,7 +752,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
492
752
  });
493
753
  if (process.env.NODE_ENV !== "production") IbmZCloudModStack.propTypes = require_iconPropTypes.iconPropTypes;
494
754
  const IbmZEnvironmentsDevSecOps = /* @__PURE__ */ react.default.forwardRef(function IbmZEnvironmentsDevSecOps({ children, size = 16, ...rest }, ref) {
495
- return react.default.createElement(require_Icon.Icon, {
755
+ return react.default.createElement(require_Icon_js, {
496
756
  width: size,
497
757
  height: size,
498
758
  ref,
@@ -504,7 +764,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
504
764
  });
505
765
  if (process.env.NODE_ENV !== "production") IbmZEnvironmentsDevSecOps.propTypes = require_iconPropTypes.iconPropTypes;
506
766
  const IbmZOpenEditor = /* @__PURE__ */ react.default.forwardRef(function IbmZOpenEditor({ children, size = 16, ...rest }, ref) {
507
- return react.default.createElement(require_Icon.Icon, {
767
+ return react.default.createElement(require_Icon_js, {
508
768
  width: size,
509
769
  height: size,
510
770
  ref,
@@ -516,7 +776,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
516
776
  });
517
777
  if (process.env.NODE_ENV !== "production") IbmZOpenEditor.propTypes = require_iconPropTypes.iconPropTypes;
518
778
  const IbmZProcessorCapacityReference = /* @__PURE__ */ react.default.forwardRef(function IbmZProcessorCapacityReference({ children, size = 16, ...rest }, ref) {
519
- return react.default.createElement(require_Icon.Icon, {
779
+ return react.default.createElement(require_Icon_js, {
520
780
  width: size,
521
781
  height: size,
522
782
  ref,
@@ -528,7 +788,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
528
788
  });
529
789
  if (process.env.NODE_ENV !== "production") IbmZProcessorCapacityReference.propTypes = require_iconPropTypes.iconPropTypes;
530
790
  const IbmZCloudProvisioning = /* @__PURE__ */ react.default.forwardRef(function IbmZCloudProvisioning({ children, size = 16, ...rest }, ref) {
531
- return react.default.createElement(require_Icon.Icon, {
791
+ return react.default.createElement(require_Icon_js, {
532
792
  width: size,
533
793
  height: size,
534
794
  ref,
@@ -540,7 +800,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
540
800
  });
541
801
  if (process.env.NODE_ENV !== "production") IbmZCloudProvisioning.propTypes = require_iconPropTypes.iconPropTypes;
542
802
  const IbmZOs = /* @__PURE__ */ react.default.forwardRef(function IbmZOs({ children, size = 16, ...rest }, ref) {
543
- return react.default.createElement(require_Icon.Icon, {
803
+ return react.default.createElement(require_Icon_js, {
544
804
  width: size,
545
805
  height: size,
546
806
  ref,
@@ -552,7 +812,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
552
812
  });
553
813
  if (process.env.NODE_ENV !== "production") IbmZOs.propTypes = require_iconPropTypes.iconPropTypes;
554
814
  const IbmZOsAiControlInterface = /* @__PURE__ */ react.default.forwardRef(function IbmZOsAiControlInterface({ children, size = 16, ...rest }, ref) {
555
- return react.default.createElement(require_Icon.Icon, {
815
+ return react.default.createElement(require_Icon_js, {
556
816
  width: size,
557
817
  height: size,
558
818
  ref,
@@ -578,7 +838,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
578
838
  });
579
839
  if (process.env.NODE_ENV !== "production") IbmZOsAiControlInterface.propTypes = require_iconPropTypes.iconPropTypes;
580
840
  const IbmZOsContainers = /* @__PURE__ */ react.default.forwardRef(function IbmZOsContainers({ children, size = 16, ...rest }, ref) {
581
- return react.default.createElement(require_Icon.Icon, {
841
+ return react.default.createElement(require_Icon_js, {
582
842
  width: size,
583
843
  height: size,
584
844
  ref,
@@ -590,7 +850,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
590
850
  });
591
851
  if (process.env.NODE_ENV !== "production") IbmZOsContainers.propTypes = require_iconPropTypes.iconPropTypes;
592
852
  const IbmZOsPackageManager = /* @__PURE__ */ react.default.forwardRef(function IbmZOsPackageManager({ children, size = 16, ...rest }, ref) {
593
- return react.default.createElement(require_Icon.Icon, {
853
+ return react.default.createElement(require_Icon_js, {
594
854
  width: size,
595
855
  height: size,
596
856
  ref,
@@ -602,7 +862,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
602
862
  });
603
863
  if (process.env.NODE_ENV !== "production") IbmZOsPackageManager.propTypes = require_iconPropTypes.iconPropTypes;
604
864
  const WatsonHealthICa_2D = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthICa_2D({ children, size = 16, ...rest }, ref) {
605
- return react.default.createElement(require_Icon.Icon, {
865
+ return react.default.createElement(require_Icon_js, {
606
866
  width: size,
607
867
  height: size,
608
868
  ref,
@@ -614,7 +874,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
614
874
  });
615
875
  if (process.env.NODE_ENV !== "production") WatsonHealthICa_2D.propTypes = require_iconPropTypes.iconPropTypes;
616
876
  const IceAccretion = /* @__PURE__ */ react.default.forwardRef(function IceAccretion({ children, size = 16, ...rest }, ref) {
617
- return react.default.createElement(require_Icon.Icon, {
877
+ return react.default.createElement(require_Icon_js, {
618
878
  width: size,
619
879
  height: size,
620
880
  ref,
@@ -626,7 +886,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
626
886
  });
627
887
  if (process.env.NODE_ENV !== "production") IceAccretion.propTypes = require_iconPropTypes.iconPropTypes;
628
888
  const IceVision = /* @__PURE__ */ react.default.forwardRef(function IceVision({ children, size = 16, ...rest }, ref) {
629
- return react.default.createElement(require_Icon.Icon, {
889
+ return react.default.createElement(require_Icon_js, {
630
890
  width: size,
631
891
  height: size,
632
892
  ref,
@@ -638,7 +898,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
638
898
  });
639
899
  if (process.env.NODE_ENV !== "production") IceVision.propTypes = require_iconPropTypes.iconPropTypes;
640
900
  const QID = /* @__PURE__ */ react.default.forwardRef(function QID({ children, size = 16, ...rest }, ref) {
641
- return react.default.createElement(require_Icon.Icon, {
901
+ return react.default.createElement(require_Icon_js, {
642
902
  width: size,
643
903
  height: size,
644
904
  ref,
@@ -650,7 +910,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
650
910
  });
651
911
  if (process.env.NODE_ENV !== "production") QID.propTypes = require_iconPropTypes.iconPropTypes;
652
912
  const IdManagement = /* @__PURE__ */ react.default.forwardRef(function IdManagement({ children, size = 16, ...rest }, ref) {
653
- return react.default.createElement(require_Icon.Icon, {
913
+ return react.default.createElement(require_Icon_js, {
654
914
  width: size,
655
915
  height: size,
656
916
  ref,
@@ -662,7 +922,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
662
922
  });
663
923
  if (process.env.NODE_ENV !== "production") IdManagement.propTypes = require_iconPropTypes.iconPropTypes;
664
924
  const Idea = /* @__PURE__ */ react.default.forwardRef(function Idea({ children, size = 16, ...rest }, ref) {
665
- return react.default.createElement(require_Icon.Icon, {
925
+ return react.default.createElement(require_Icon_js, {
666
926
  width: size,
667
927
  height: size,
668
928
  ref,
@@ -674,7 +934,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
674
934
  });
675
935
  if (process.env.NODE_ENV !== "production") Idea.propTypes = require_iconPropTypes.iconPropTypes;
676
936
  const Identification = /* @__PURE__ */ react.default.forwardRef(function Identification({ children, size = 16, ...rest }, ref) {
677
- return react.default.createElement(require_Icon.Icon, {
937
+ return react.default.createElement(require_Icon_js, {
678
938
  width: size,
679
939
  height: size,
680
940
  ref,
@@ -686,7 +946,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
686
946
  });
687
947
  if (process.env.NODE_ENV !== "production") Identification.propTypes = require_iconPropTypes.iconPropTypes;
688
948
  const IfAction = /* @__PURE__ */ react.default.forwardRef(function IfAction({ children, size = 16, ...rest }, ref) {
689
- return react.default.createElement(require_Icon.Icon, {
949
+ return react.default.createElement(require_Icon_js, {
690
950
  width: size,
691
951
  height: size,
692
952
  ref,
@@ -698,7 +958,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
698
958
  });
699
959
  if (process.env.NODE_ENV !== "production") IfAction.propTypes = require_iconPropTypes.iconPropTypes;
700
960
  const IfElse = /* @__PURE__ */ react.default.forwardRef(function IfElse({ children, size = 16, ...rest }, ref) {
701
- return react.default.createElement(require_Icon.Icon, {
961
+ return react.default.createElement(require_Icon_js, {
702
962
  width: size,
703
963
  height: size,
704
964
  ref,
@@ -710,7 +970,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
710
970
  });
711
971
  if (process.env.NODE_ENV !== "production") IfElse.propTypes = require_iconPropTypes.iconPropTypes;
712
972
  const Image = /* @__PURE__ */ react.default.forwardRef(function Image({ children, size = 16, ...rest }, ref) {
713
- return react.default.createElement(require_Icon.Icon, {
973
+ return react.default.createElement(require_Icon_js, {
714
974
  width: size,
715
975
  height: size,
716
976
  ref,
@@ -722,7 +982,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
722
982
  });
723
983
  if (process.env.NODE_ENV !== "production") Image.propTypes = require_iconPropTypes.iconPropTypes;
724
984
  const ImageCopy = /* @__PURE__ */ react.default.forwardRef(function ImageCopy({ children, size = 16, ...rest }, ref) {
725
- return react.default.createElement(require_Icon.Icon, {
985
+ return react.default.createElement(require_Icon_js, {
726
986
  width: size,
727
987
  height: size,
728
988
  ref,
@@ -734,7 +994,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
734
994
  });
735
995
  if (process.env.NODE_ENV !== "production") ImageCopy.propTypes = require_iconPropTypes.iconPropTypes;
736
996
  const ImageMedical = /* @__PURE__ */ react.default.forwardRef(function ImageMedical({ children, size = 16, ...rest }, ref) {
737
- return react.default.createElement(require_Icon.Icon, {
997
+ return react.default.createElement(require_Icon_js, {
738
998
  width: size,
739
999
  height: size,
740
1000
  ref,
@@ -746,7 +1006,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
746
1006
  });
747
1007
  if (process.env.NODE_ENV !== "production") ImageMedical.propTypes = require_iconPropTypes.iconPropTypes;
748
1008
  const ImageReference = /* @__PURE__ */ react.default.forwardRef(function ImageReference({ children, size = 16, ...rest }, ref) {
749
- return react.default.createElement(require_Icon.Icon, {
1009
+ return react.default.createElement(require_Icon_js, {
750
1010
  width: size,
751
1011
  height: size,
752
1012
  ref,
@@ -758,7 +1018,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
758
1018
  });
759
1019
  if (process.env.NODE_ENV !== "production") ImageReference.propTypes = require_iconPropTypes.iconPropTypes;
760
1020
  const ImageSearch = /* @__PURE__ */ react.default.forwardRef(function ImageSearch({ children, size = 16, ...rest }, ref) {
761
- return react.default.createElement(require_Icon.Icon, {
1021
+ return react.default.createElement(require_Icon_js, {
762
1022
  width: size,
763
1023
  height: size,
764
1024
  ref,
@@ -770,7 +1030,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
770
1030
  });
771
1031
  if (process.env.NODE_ENV !== "production") ImageSearch.propTypes = require_iconPropTypes.iconPropTypes;
772
1032
  const ImageSearchAlt = /* @__PURE__ */ react.default.forwardRef(function ImageSearchAlt({ children, size = 16, ...rest }, ref) {
773
- return react.default.createElement(require_Icon.Icon, {
1033
+ return react.default.createElement(require_Icon_js, {
774
1034
  width: size,
775
1035
  height: size,
776
1036
  ref,
@@ -782,7 +1042,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
782
1042
  });
783
1043
  if (process.env.NODE_ENV !== "production") ImageSearchAlt.propTypes = require_iconPropTypes.iconPropTypes;
784
1044
  const WatsonHealthImageAvailabilityLocal = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthImageAvailabilityLocal({ children, size = 16, ...rest }, ref) {
785
- return react.default.createElement(require_Icon.Icon, {
1045
+ return react.default.createElement(require_Icon_js, {
786
1046
  width: size,
787
1047
  height: size,
788
1048
  ref,
@@ -794,7 +1054,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
794
1054
  });
795
1055
  if (process.env.NODE_ENV !== "production") WatsonHealthImageAvailabilityLocal.propTypes = require_iconPropTypes.iconPropTypes;
796
1056
  const WatsonHealthImageAvailabilityRetrieving = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthImageAvailabilityRetrieving({ children, size = 16, ...rest }, ref) {
797
- return react.default.createElement(require_Icon.Icon, {
1057
+ return react.default.createElement(require_Icon_js, {
798
1058
  width: size,
799
1059
  height: size,
800
1060
  ref,
@@ -806,7 +1066,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
806
1066
  });
807
1067
  if (process.env.NODE_ENV !== "production") WatsonHealthImageAvailabilityRetrieving.propTypes = require_iconPropTypes.iconPropTypes;
808
1068
  const WatsonHealthImageAvailabilityUnavailable = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthImageAvailabilityUnavailable({ children, size = 16, ...rest }, ref) {
809
- return react.default.createElement(require_Icon.Icon, {
1069
+ return react.default.createElement(require_Icon_js, {
810
1070
  width: size,
811
1071
  height: size,
812
1072
  ref,
@@ -822,7 +1082,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
822
1082
  });
823
1083
  if (process.env.NODE_ENV !== "production") WatsonHealthImageAvailabilityUnavailable.propTypes = require_iconPropTypes.iconPropTypes;
824
1084
  const ImageService = /* @__PURE__ */ react.default.forwardRef(function ImageService({ children, size = 16, ...rest }, ref) {
825
- return react.default.createElement(require_Icon.Icon, {
1085
+ return react.default.createElement(require_Icon_js, {
826
1086
  width: size,
827
1087
  height: size,
828
1088
  ref,
@@ -838,7 +1098,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
838
1098
  });
839
1099
  if (process.env.NODE_ENV !== "production") ImageService.propTypes = require_iconPropTypes.iconPropTypes;
840
1100
  const ImageStoreLocal = /* @__PURE__ */ react.default.forwardRef(function ImageStoreLocal({ children, size = 16, ...rest }, ref) {
841
- return react.default.createElement(require_Icon.Icon, {
1101
+ return react.default.createElement(require_Icon_js, {
842
1102
  width: size,
843
1103
  height: size,
844
1104
  ref,
@@ -862,7 +1122,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
862
1122
  });
863
1123
  if (process.env.NODE_ENV !== "production") ImageStoreLocal.propTypes = require_iconPropTypes.iconPropTypes;
864
1124
  const ImportExport = /* @__PURE__ */ react.default.forwardRef(function ImportExport({ children, size = 16, ...rest }, ref) {
865
- return react.default.createElement(require_Icon.Icon, {
1125
+ return react.default.createElement(require_Icon_js, {
866
1126
  width: size,
867
1127
  height: size,
868
1128
  ref,
@@ -874,7 +1134,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
874
1134
  });
875
1135
  if (process.env.NODE_ENV !== "production") ImportExport.propTypes = require_iconPropTypes.iconPropTypes;
876
1136
  const Important = /* @__PURE__ */ react.default.forwardRef(function Important({ children, size = 16, ...rest }, ref) {
877
- return react.default.createElement(require_Icon.Icon, {
1137
+ return react.default.createElement(require_Icon_js, {
878
1138
  width: size,
879
1139
  height: size,
880
1140
  ref,
@@ -886,7 +1146,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
886
1146
  });
887
1147
  if (process.env.NODE_ENV !== "production") Important.propTypes = require_iconPropTypes.iconPropTypes;
888
1148
  const ImproveRelevance = /* @__PURE__ */ react.default.forwardRef(function ImproveRelevance({ children, size = 16, ...rest }, ref) {
889
- return react.default.createElement(require_Icon.Icon, {
1149
+ return react.default.createElement(require_Icon_js, {
890
1150
  width: size,
891
1151
  height: size,
892
1152
  ref,
@@ -902,7 +1162,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
902
1162
  });
903
1163
  if (process.env.NODE_ENV !== "production") ImproveRelevance.propTypes = require_iconPropTypes.iconPropTypes;
904
1164
  const InProgress = /* @__PURE__ */ react.default.forwardRef(function InProgress({ children, size = 16, ...rest }, ref) {
905
- return react.default.createElement(require_Icon.Icon, {
1165
+ return react.default.createElement(require_Icon_js, {
906
1166
  width: size,
907
1167
  height: size,
908
1168
  ref,
@@ -914,7 +1174,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
914
1174
  });
915
1175
  if (process.env.NODE_ENV !== "production") InProgress.propTypes = require_iconPropTypes.iconPropTypes;
916
1176
  const InProgressError = /* @__PURE__ */ react.default.forwardRef(function InProgressError({ children, size = 16, ...rest }, ref) {
917
- return react.default.createElement(require_Icon.Icon, {
1177
+ return react.default.createElement(require_Icon_js, {
918
1178
  width: size,
919
1179
  height: size,
920
1180
  ref,
@@ -926,7 +1186,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
926
1186
  });
927
1187
  if (process.env.NODE_ENV !== "production") InProgressError.propTypes = require_iconPropTypes.iconPropTypes;
928
1188
  const InProgressWarning = /* @__PURE__ */ react.default.forwardRef(function InProgressWarning({ children, size = 16, ...rest }, ref) {
929
- return react.default.createElement(require_Icon.Icon, {
1189
+ return react.default.createElement(require_Icon_js, {
930
1190
  width: size,
931
1191
  height: size,
932
1192
  ref,
@@ -938,7 +1198,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
938
1198
  });
939
1199
  if (process.env.NODE_ENV !== "production") InProgressWarning.propTypes = require_iconPropTypes.iconPropTypes;
940
1200
  const IncidentReporter = /* @__PURE__ */ react.default.forwardRef(function IncidentReporter({ children, size = 16, ...rest }, ref) {
941
- return react.default.createElement(require_Icon.Icon, {
1201
+ return react.default.createElement(require_Icon_js, {
942
1202
  width: size,
943
1203
  height: size,
944
1204
  ref,
@@ -950,7 +1210,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
950
1210
  });
951
1211
  if (process.env.NODE_ENV !== "production") IncidentReporter.propTypes = require_iconPropTypes.iconPropTypes;
952
1212
  const Incomplete = /* @__PURE__ */ react.default.forwardRef(function Incomplete({ children, size = 16, ...rest }, ref) {
953
- if (size === "glyph" || size === "glyph" || size === "glyphpx") return react.default.createElement(require_Icon.Icon, {
1213
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") return react.default.createElement(require_Icon_js, {
954
1214
  width: size,
955
1215
  height: size,
956
1216
  ref,
@@ -959,7 +1219,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
959
1219
  fill: "currentColor",
960
1220
  ...rest
961
1221
  }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2ZM8,4a4.0045,4.0045,0,0,1,4,4H4A4.0045,4.0045,0,0,1,8,4Z" }), children);
962
- return react.default.createElement(require_Icon.Icon, {
1222
+ return react.default.createElement(require_Icon_js, {
963
1223
  width: size,
964
1224
  height: size,
965
1225
  ref,
@@ -971,7 +1231,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
971
1231
  });
972
1232
  if (process.env.NODE_ENV !== "production") Incomplete.propTypes = require_iconPropTypes.iconPropTypes;
973
1233
  const IncompleteCancel = /* @__PURE__ */ react.default.forwardRef(function IncompleteCancel({ children, size = 16, ...rest }, ref) {
974
- return react.default.createElement(require_Icon.Icon, {
1234
+ return react.default.createElement(require_Icon_js, {
975
1235
  width: size,
976
1236
  height: size,
977
1237
  ref,
@@ -983,7 +1243,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
983
1243
  });
984
1244
  if (process.env.NODE_ENV !== "production") IncompleteCancel.propTypes = require_iconPropTypes.iconPropTypes;
985
1245
  const IncompleteError = /* @__PURE__ */ react.default.forwardRef(function IncompleteError({ children, size = 16, ...rest }, ref) {
986
- return react.default.createElement(require_Icon.Icon, {
1246
+ return react.default.createElement(require_Icon_js, {
987
1247
  width: size,
988
1248
  height: size,
989
1249
  ref,
@@ -995,7 +1255,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
995
1255
  });
996
1256
  if (process.env.NODE_ENV !== "production") IncompleteError.propTypes = require_iconPropTypes.iconPropTypes;
997
1257
  const IncompleteWarning = /* @__PURE__ */ react.default.forwardRef(function IncompleteWarning({ children, size = 16, ...rest }, ref) {
998
- return react.default.createElement(require_Icon.Icon, {
1258
+ return react.default.createElement(require_Icon_js, {
999
1259
  width: size,
1000
1260
  height: size,
1001
1261
  ref,
@@ -1007,7 +1267,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1007
1267
  });
1008
1268
  if (process.env.NODE_ENV !== "production") IncompleteWarning.propTypes = require_iconPropTypes.iconPropTypes;
1009
1269
  const IncreaseLevel = /* @__PURE__ */ react.default.forwardRef(function IncreaseLevel({ children, size = 16, ...rest }, ref) {
1010
- return react.default.createElement(require_Icon.Icon, {
1270
+ return react.default.createElement(require_Icon_js, {
1011
1271
  width: size,
1012
1272
  height: size,
1013
1273
  ref,
@@ -1019,7 +1279,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1019
1279
  });
1020
1280
  if (process.env.NODE_ENV !== "production") IncreaseLevel.propTypes = require_iconPropTypes.iconPropTypes;
1021
1281
  const Industry = /* @__PURE__ */ react.default.forwardRef(function Industry({ children, size = 16, ...rest }, ref) {
1022
- return react.default.createElement(require_Icon.Icon, {
1282
+ return react.default.createElement(require_Icon_js, {
1023
1283
  width: size,
1024
1284
  height: size,
1025
1285
  ref,
@@ -1031,7 +1291,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1031
1291
  });
1032
1292
  if (process.env.NODE_ENV !== "production") Industry.propTypes = require_iconPropTypes.iconPropTypes;
1033
1293
  const InfinitySymbol = /* @__PURE__ */ react.default.forwardRef(function InfinitySymbol({ children, size = 16, ...rest }, ref) {
1034
- return react.default.createElement(require_Icon.Icon, {
1294
+ return react.default.createElement(require_Icon_js, {
1035
1295
  width: size,
1036
1296
  height: size,
1037
1297
  ref,
@@ -1043,7 +1303,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1043
1303
  });
1044
1304
  if (process.env.NODE_ENV !== "production") InfinitySymbol.propTypes = require_iconPropTypes.iconPropTypes;
1045
1305
  const Information = /* @__PURE__ */ react.default.forwardRef(function Information({ children, size = 16, ...rest }, ref) {
1046
- if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
1306
+ if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
1047
1307
  width: size,
1048
1308
  height: size,
1049
1309
  ref,
@@ -1052,7 +1312,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1052
1312
  fill: "currentColor",
1053
1313
  ...rest
1054
1314
  }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8.5 11 8.5 6.5 6.5 6.5 6.5 7.5 7.5 7.5 7.5 11 6 11 6 12 10 12 10 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,3.5c-0.4,0-0.8,0.3-0.8,0.8S7.6,5,8,5c0.4,0,0.8-0.3,0.8-0.8S8.4,3.5,8,3.5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,15c-3.9,0-7-3.1-7-7s3.1-7,7-7s7,3.1,7,7S11.9,15,8,15z M8,2C4.7,2,2,4.7,2,8s2.7,6,6,6s6-2.7,6-6S11.3,2,8,2z" }), children);
1055
- return react.default.createElement(require_Icon.Icon, {
1315
+ return react.default.createElement(require_Icon_js, {
1056
1316
  width: size,
1057
1317
  height: size,
1058
1318
  ref,
@@ -1064,7 +1324,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1064
1324
  });
1065
1325
  if (process.env.NODE_ENV !== "production") Information.propTypes = require_iconPropTypes.iconPropTypes;
1066
1326
  const InformationDisabled = /* @__PURE__ */ react.default.forwardRef(function InformationDisabled({ children, size = 16, ...rest }, ref) {
1067
- return react.default.createElement(require_Icon.Icon, {
1327
+ return react.default.createElement(require_Icon_js, {
1068
1328
  width: size,
1069
1329
  height: size,
1070
1330
  ref,
@@ -1076,7 +1336,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1076
1336
  });
1077
1337
  if (process.env.NODE_ENV !== "production") InformationDisabled.propTypes = require_iconPropTypes.iconPropTypes;
1078
1338
  const InformationFilled = /* @__PURE__ */ react.default.forwardRef(function InformationFilled({ children, size = 16, ...rest }, ref) {
1079
- return react.default.createElement(require_Icon.Icon, {
1339
+ return react.default.createElement(require_Icon_js, {
1080
1340
  width: size,
1081
1341
  height: size,
1082
1342
  ref,
@@ -1092,7 +1352,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1092
1352
  });
1093
1353
  if (process.env.NODE_ENV !== "production") InformationFilled.propTypes = require_iconPropTypes.iconPropTypes;
1094
1354
  const InformationSquare = /* @__PURE__ */ react.default.forwardRef(function InformationSquare({ children, size = 16, ...rest }, ref) {
1095
- return react.default.createElement(require_Icon.Icon, {
1355
+ return react.default.createElement(require_Icon_js, {
1096
1356
  width: size,
1097
1357
  height: size,
1098
1358
  ref,
@@ -1104,7 +1364,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1104
1364
  });
1105
1365
  if (process.env.NODE_ENV !== "production") InformationSquare.propTypes = require_iconPropTypes.iconPropTypes;
1106
1366
  const InformationSquareFilled = /* @__PURE__ */ react.default.forwardRef(function InformationSquareFilled({ children, size = 16, ...rest }, ref) {
1107
- return react.default.createElement(require_Icon.Icon, {
1367
+ return react.default.createElement(require_Icon_js, {
1108
1368
  width: size,
1109
1369
  height: size,
1110
1370
  ref,
@@ -1120,7 +1380,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1120
1380
  });
1121
1381
  if (process.env.NODE_ENV !== "production") InformationSquareFilled.propTypes = require_iconPropTypes.iconPropTypes;
1122
1382
  const InfrastructureClassic = /* @__PURE__ */ react.default.forwardRef(function InfrastructureClassic({ children, size = 16, ...rest }, ref) {
1123
- return react.default.createElement(require_Icon.Icon, {
1383
+ return react.default.createElement(require_Icon_js, {
1124
1384
  width: size,
1125
1385
  height: size,
1126
1386
  ref,
@@ -1132,7 +1392,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1132
1392
  });
1133
1393
  if (process.env.NODE_ENV !== "production") InfrastructureClassic.propTypes = require_iconPropTypes.iconPropTypes;
1134
1394
  const Insert = /* @__PURE__ */ react.default.forwardRef(function Insert({ children, size = 16, ...rest }, ref) {
1135
- return react.default.createElement(require_Icon.Icon, {
1395
+ return react.default.createElement(require_Icon_js, {
1136
1396
  width: size,
1137
1397
  height: size,
1138
1398
  ref,
@@ -1144,7 +1404,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1144
1404
  });
1145
1405
  if (process.env.NODE_ENV !== "production") Insert.propTypes = require_iconPropTypes.iconPropTypes;
1146
1406
  const InsertPage = /* @__PURE__ */ react.default.forwardRef(function InsertPage({ children, size = 16, ...rest }, ref) {
1147
- return react.default.createElement(require_Icon.Icon, {
1407
+ return react.default.createElement(require_Icon_js, {
1148
1408
  width: size,
1149
1409
  height: size,
1150
1410
  ref,
@@ -1156,7 +1416,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1156
1416
  });
1157
1417
  if (process.env.NODE_ENV !== "production") InsertPage.propTypes = require_iconPropTypes.iconPropTypes;
1158
1418
  const InsertSyntax = /* @__PURE__ */ react.default.forwardRef(function InsertSyntax({ children, size = 16, ...rest }, ref) {
1159
- return react.default.createElement(require_Icon.Icon, {
1419
+ return react.default.createElement(require_Icon_js, {
1160
1420
  width: size,
1161
1421
  height: size,
1162
1422
  ref,
@@ -1168,7 +1428,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1168
1428
  });
1169
1429
  if (process.env.NODE_ENV !== "production") InsertSyntax.propTypes = require_iconPropTypes.iconPropTypes;
1170
1430
  const Inspection = /* @__PURE__ */ react.default.forwardRef(function Inspection({ children, size = 16, ...rest }, ref) {
1171
- return react.default.createElement(require_Icon.Icon, {
1431
+ return react.default.createElement(require_Icon_js, {
1172
1432
  width: size,
1173
1433
  height: size,
1174
1434
  ref,
@@ -1180,7 +1440,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1180
1440
  });
1181
1441
  if (process.env.NODE_ENV !== "production") Inspection.propTypes = require_iconPropTypes.iconPropTypes;
1182
1442
  const InstanceBx = /* @__PURE__ */ react.default.forwardRef(function InstanceBx({ children, size = 16, ...rest }, ref) {
1183
- return react.default.createElement(require_Icon.Icon, {
1443
+ return react.default.createElement(require_Icon_js, {
1184
1444
  width: size,
1185
1445
  height: size,
1186
1446
  ref,
@@ -1196,7 +1456,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1196
1456
  });
1197
1457
  if (process.env.NODE_ENV !== "production") InstanceBx.propTypes = require_iconPropTypes.iconPropTypes;
1198
1458
  const InstanceClassic = /* @__PURE__ */ react.default.forwardRef(function InstanceClassic({ children, size = 16, ...rest }, ref) {
1199
- return react.default.createElement(require_Icon.Icon, {
1459
+ return react.default.createElement(require_Icon_js, {
1200
1460
  width: size,
1201
1461
  height: size,
1202
1462
  ref,
@@ -1212,7 +1472,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1212
1472
  });
1213
1473
  if (process.env.NODE_ENV !== "production") InstanceClassic.propTypes = require_iconPropTypes.iconPropTypes;
1214
1474
  const InstanceCx = /* @__PURE__ */ react.default.forwardRef(function InstanceCx({ children, size = 16, ...rest }, ref) {
1215
- return react.default.createElement(require_Icon.Icon, {
1475
+ return react.default.createElement(require_Icon_js, {
1216
1476
  width: size,
1217
1477
  height: size,
1218
1478
  ref,
@@ -1228,7 +1488,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1228
1488
  });
1229
1489
  if (process.env.NODE_ENV !== "production") InstanceCx.propTypes = require_iconPropTypes.iconPropTypes;
1230
1490
  const InstanceMx = /* @__PURE__ */ react.default.forwardRef(function InstanceMx({ children, size = 16, ...rest }, ref) {
1231
- return react.default.createElement(require_Icon.Icon, {
1491
+ return react.default.createElement(require_Icon_js, {
1232
1492
  width: size,
1233
1493
  height: size,
1234
1494
  ref,
@@ -1244,7 +1504,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1244
1504
  });
1245
1505
  if (process.env.NODE_ENV !== "production") InstanceMx.propTypes = require_iconPropTypes.iconPropTypes;
1246
1506
  const InstanceVirtual = /* @__PURE__ */ react.default.forwardRef(function InstanceVirtual({ children, size = 16, ...rest }, ref) {
1247
- return react.default.createElement(require_Icon.Icon, {
1507
+ return react.default.createElement(require_Icon_js, {
1248
1508
  width: size,
1249
1509
  height: size,
1250
1510
  ref,
@@ -1260,7 +1520,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1260
1520
  });
1261
1521
  if (process.env.NODE_ENV !== "production") InstanceVirtual.propTypes = require_iconPropTypes.iconPropTypes;
1262
1522
  const Integration = /* @__PURE__ */ react.default.forwardRef(function Integration({ children, size = 16, ...rest }, ref) {
1263
- return react.default.createElement(require_Icon.Icon, {
1523
+ return react.default.createElement(require_Icon_js, {
1264
1524
  width: size,
1265
1525
  height: size,
1266
1526
  ref,
@@ -1272,7 +1532,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1272
1532
  });
1273
1533
  if (process.env.NODE_ENV !== "production") Integration.propTypes = require_iconPropTypes.iconPropTypes;
1274
1534
  const IntentRequestActive = /* @__PURE__ */ react.default.forwardRef(function IntentRequestActive({ children, size = 16, ...rest }, ref) {
1275
- return react.default.createElement(require_Icon.Icon, {
1535
+ return react.default.createElement(require_Icon_js, {
1276
1536
  width: size,
1277
1537
  height: size,
1278
1538
  ref,
@@ -1284,7 +1544,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1284
1544
  });
1285
1545
  if (process.env.NODE_ENV !== "production") IntentRequestActive.propTypes = require_iconPropTypes.iconPropTypes;
1286
1546
  const IntentRequestCreate = /* @__PURE__ */ react.default.forwardRef(function IntentRequestCreate({ children, size = 16, ...rest }, ref) {
1287
- return react.default.createElement(require_Icon.Icon, {
1547
+ return react.default.createElement(require_Icon_js, {
1288
1548
  width: size,
1289
1549
  height: size,
1290
1550
  ref,
@@ -1296,7 +1556,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1296
1556
  });
1297
1557
  if (process.env.NODE_ENV !== "production") IntentRequestCreate.propTypes = require_iconPropTypes.iconPropTypes;
1298
1558
  const IntentRequestHeal = /* @__PURE__ */ react.default.forwardRef(function IntentRequestHeal({ children, size = 16, ...rest }, ref) {
1299
- return react.default.createElement(require_Icon.Icon, {
1559
+ return react.default.createElement(require_Icon_js, {
1300
1560
  width: size,
1301
1561
  height: size,
1302
1562
  ref,
@@ -1308,7 +1568,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1308
1568
  });
1309
1569
  if (process.env.NODE_ENV !== "production") IntentRequestHeal.propTypes = require_iconPropTypes.iconPropTypes;
1310
1570
  const IntentRequestInactive = /* @__PURE__ */ react.default.forwardRef(function IntentRequestInactive({ children, size = 16, ...rest }, ref) {
1311
- return react.default.createElement(require_Icon.Icon, {
1571
+ return react.default.createElement(require_Icon_js, {
1312
1572
  width: size,
1313
1573
  height: size,
1314
1574
  ref,
@@ -1332,7 +1592,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1332
1592
  });
1333
1593
  if (process.env.NODE_ENV !== "production") IntentRequestInactive.propTypes = require_iconPropTypes.iconPropTypes;
1334
1594
  const IntentRequestScaleIn = /* @__PURE__ */ react.default.forwardRef(function IntentRequestScaleIn({ children, size = 16, ...rest }, ref) {
1335
- return react.default.createElement(require_Icon.Icon, {
1595
+ return react.default.createElement(require_Icon_js, {
1336
1596
  width: size,
1337
1597
  height: size,
1338
1598
  ref,
@@ -1344,7 +1604,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1344
1604
  });
1345
1605
  if (process.env.NODE_ENV !== "production") IntentRequestScaleIn.propTypes = require_iconPropTypes.iconPropTypes;
1346
1606
  const IntentRequestScaleOut = /* @__PURE__ */ react.default.forwardRef(function IntentRequestScaleOut({ children, size = 16, ...rest }, ref) {
1347
- return react.default.createElement(require_Icon.Icon, {
1607
+ return react.default.createElement(require_Icon_js, {
1348
1608
  width: size,
1349
1609
  height: size,
1350
1610
  ref,
@@ -1356,7 +1616,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1356
1616
  });
1357
1617
  if (process.env.NODE_ENV !== "production") IntentRequestScaleOut.propTypes = require_iconPropTypes.iconPropTypes;
1358
1618
  const IntentRequestUninstall = /* @__PURE__ */ react.default.forwardRef(function IntentRequestUninstall({ children, size = 16, ...rest }, ref) {
1359
- return react.default.createElement(require_Icon.Icon, {
1619
+ return react.default.createElement(require_Icon_js, {
1360
1620
  width: size,
1361
1621
  height: size,
1362
1622
  ref,
@@ -1368,7 +1628,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1368
1628
  });
1369
1629
  if (process.env.NODE_ENV !== "production") IntentRequestUninstall.propTypes = require_iconPropTypes.iconPropTypes;
1370
1630
  const IntentRequestUpgrade = /* @__PURE__ */ react.default.forwardRef(function IntentRequestUpgrade({ children, size = 16, ...rest }, ref) {
1371
- return react.default.createElement(require_Icon.Icon, {
1631
+ return react.default.createElement(require_Icon_js, {
1372
1632
  width: size,
1373
1633
  height: size,
1374
1634
  ref,
@@ -1380,7 +1640,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1380
1640
  });
1381
1641
  if (process.env.NODE_ENV !== "production") IntentRequestUpgrade.propTypes = require_iconPropTypes.iconPropTypes;
1382
1642
  const Interactions = /* @__PURE__ */ react.default.forwardRef(function Interactions({ children, size = 16, ...rest }, ref) {
1383
- if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
1643
+ if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
1384
1644
  width: size,
1385
1645
  height: size,
1386
1646
  ref,
@@ -1392,7 +1652,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1392
1652
  fillRule: "evenodd",
1393
1653
  d: "M11,7 L11,9 L13,9 C13.5522847,9 14,9.44771525 14,10 L14,10 L14,13 C14,13.5522847 13.5522847,14 13,14 L13,14 L10,14 L10,7 L11,7 Z M5,9 C5.55228475,9 6,9.44771525 6,10 L6,10 L6,14 L3,14 C2.44771525,14 2,13.5522847 2,13 L2,13 L2,12 C2,11.4477153 2.44771525,11 3,11 L3,11 L5,11 L5,10 L2.5,10 L2.5,9 Z M13,10 L11,10 L11,13 L13,13 L13,10 Z M5,12 L3,12 L3,13 L5,13 L5,12 Z M7.912,2 L7.834,3.911 L9.628,3.248 L9.914,4.119 L8.068,4.626 L9.251,6.134 L8.523,6.667 L7.457,5.068 L6.391,6.667 L5.663,6.134 L6.846,4.626 L5,4.119 L5.286,3.248 L7.08,3.911 L7.002,2 L7.912,2 Z"
1394
1654
  }), children);
1395
- return react.default.createElement(require_Icon.Icon, {
1655
+ return react.default.createElement(require_Icon_js, {
1396
1656
  width: size,
1397
1657
  height: size,
1398
1658
  ref,
@@ -1404,7 +1664,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1404
1664
  });
1405
1665
  if (process.env.NODE_ENV !== "production") Interactions.propTypes = require_iconPropTypes.iconPropTypes;
1406
1666
  const WatsonHealthInteractiveSegmentationCursor = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthInteractiveSegmentationCursor({ children, size = 16, ...rest }, ref) {
1407
- return react.default.createElement(require_Icon.Icon, {
1667
+ return react.default.createElement(require_Icon_js, {
1408
1668
  width: size,
1409
1669
  height: size,
1410
1670
  ref,
@@ -1425,7 +1685,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1425
1685
  });
1426
1686
  if (process.env.NODE_ENV !== "production") WatsonHealthInteractiveSegmentationCursor.propTypes = require_iconPropTypes.iconPropTypes;
1427
1687
  const InterfaceDefinition = /* @__PURE__ */ react.default.forwardRef(function InterfaceDefinition({ children, size = 16, ...rest }, ref) {
1428
- return react.default.createElement(require_Icon.Icon, {
1688
+ return react.default.createElement(require_Icon_js, {
1429
1689
  width: size,
1430
1690
  height: size,
1431
1691
  ref,
@@ -1437,7 +1697,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1437
1697
  });
1438
1698
  if (process.env.NODE_ENV !== "production") InterfaceDefinition.propTypes = require_iconPropTypes.iconPropTypes;
1439
1699
  const InterfaceDefinitionAlt = /* @__PURE__ */ react.default.forwardRef(function InterfaceDefinitionAlt({ children, size = 16, ...rest }, ref) {
1440
- return react.default.createElement(require_Icon.Icon, {
1700
+ return react.default.createElement(require_Icon_js, {
1441
1701
  width: size,
1442
1702
  height: size,
1443
1703
  ref,
@@ -1449,7 +1709,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1449
1709
  });
1450
1710
  if (process.env.NODE_ENV !== "production") InterfaceDefinitionAlt.propTypes = require_iconPropTypes.iconPropTypes;
1451
1711
  const InterfaceUsage = /* @__PURE__ */ react.default.forwardRef(function InterfaceUsage({ children, size = 16, ...rest }, ref) {
1452
- return react.default.createElement(require_Icon.Icon, {
1712
+ return react.default.createElement(require_Icon_js, {
1453
1713
  width: size,
1454
1714
  height: size,
1455
1715
  ref,
@@ -1470,7 +1730,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1470
1730
  });
1471
1731
  if (process.env.NODE_ENV !== "production") InterfaceUsage.propTypes = require_iconPropTypes.iconPropTypes;
1472
1732
  const InterfaceUsage_1 = /* @__PURE__ */ react.default.forwardRef(function InterfaceUsage_1({ children, size = 16, ...rest }, ref) {
1473
- return react.default.createElement(require_Icon.Icon, {
1733
+ return react.default.createElement(require_Icon_js, {
1474
1734
  width: size,
1475
1735
  height: size,
1476
1736
  ref,
@@ -1482,7 +1742,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1482
1742
  });
1483
1743
  if (process.env.NODE_ENV !== "production") InterfaceUsage_1.propTypes = require_iconPropTypes.iconPropTypes;
1484
1744
  const InterfaceUsageAlt = /* @__PURE__ */ react.default.forwardRef(function InterfaceUsageAlt({ children, size = 16, ...rest }, ref) {
1485
- return react.default.createElement(require_Icon.Icon, {
1745
+ return react.default.createElement(require_Icon_js, {
1486
1746
  width: size,
1487
1747
  height: size,
1488
1748
  ref,
@@ -1494,7 +1754,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1494
1754
  });
1495
1755
  if (process.env.NODE_ENV !== "production") InterfaceUsageAlt.propTypes = require_iconPropTypes.iconPropTypes;
1496
1756
  const Intersect = /* @__PURE__ */ react.default.forwardRef(function Intersect({ children, size = 16, ...rest }, ref) {
1497
- return react.default.createElement(require_Icon.Icon, {
1757
+ return react.default.createElement(require_Icon_js, {
1498
1758
  width: size,
1499
1759
  height: size,
1500
1760
  ref,
@@ -1506,7 +1766,7 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1506
1766
  });
1507
1767
  if (process.env.NODE_ENV !== "production") Intersect.propTypes = require_iconPropTypes.iconPropTypes;
1508
1768
  const IntrusionPrevention = /* @__PURE__ */ react.default.forwardRef(function IntrusionPrevention({ children, size = 16, ...rest }, ref) {
1509
- return react.default.createElement(require_Icon.Icon, {
1769
+ return react.default.createElement(require_Icon_js, {
1510
1770
  width: size,
1511
1771
  height: size,
1512
1772
  ref,
@@ -1521,276 +1781,27 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1521
1781
  }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.7769,23.4785A8.64,8.64,0,0,0,22,18a8.64,8.64,0,0,0-7.7769,5.4785L14,24l.2231.5215A8.64,8.64,0,0,0,22,30a8.64,8.64,0,0,0,7.7769-5.4785L30,24ZM22,28a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,22,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,10H4A2.0021,2.0021,0,0,1,2,8V4A2.0021,2.0021,0,0,1,4,2H25a2.0021,2.0021,0,0,1,2,2V8A2.0021,2.0021,0,0,1,25,10ZM4,4V8H25V4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,28H4V24h8V22H4a2.0023,2.0023,0,0,0-2,2v4a2.0023,2.0023,0,0,0,2,2h8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,12H7a2.0023,2.0023,0,0,0-2,2v4a2.0023,2.0023,0,0,0,2,2h5V18H7V14H28l.0007,2H30V14A2.0023,2.0023,0,0,0,28,12Z" }), children);
1522
1782
  });
1523
1783
  if (process.env.NODE_ENV !== "production") IntrusionPrevention.propTypes = require_iconPropTypes.iconPropTypes;
1524
- const InventoryManagement = /* @__PURE__ */ react.default.forwardRef(function InventoryManagement({ children, size = 16, ...rest }, ref) {
1525
- return react.default.createElement(require_Icon.Icon, {
1526
- width: size,
1527
- height: size,
1528
- ref,
1529
- xmlns: "http://www.w3.org/2000/svg",
1530
- viewBox: "0 0 32 32",
1531
- fill: "currentColor",
1532
- ...rest
1533
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 24H23V28H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 24H30V28H26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 17H23V21H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 17H30V21H26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,24H4V10H28v5h2V10a2.0023,2.0023,0,0,0-2-2H22V4a2.0023,2.0023,0,0,0-2-2H12a2.002,2.002,0,0,0-2,2V8H4a2.002,2.002,0,0,0-2,2V24a2.0023,2.0023,0,0,0,2,2H17ZM12,4h8V8H12Z" }), children);
1534
- });
1535
- if (process.env.NODE_ENV !== "production") InventoryManagement.propTypes = require_iconPropTypes.iconPropTypes;
1536
- const IotConnect = /* @__PURE__ */ react.default.forwardRef(function IotConnect({ children, size = 16, ...rest }, ref) {
1537
- return react.default.createElement(require_Icon.Icon, {
1538
- width: size,
1539
- height: size,
1540
- ref,
1541
- xmlns: "http://www.w3.org/2000/svg",
1542
- viewBox: "0 0 32 32",
1543
- fill: "currentColor",
1544
- ...rest
1545
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,19H26V15H24v9H8V8l9-.0009V6H13V2H11V6H8A2.002,2.002,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2.0023,2.0023,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2.0027,2.0027,0,0,0,2-2V21h4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,2a4.0042,4.0042,0,0,0-4,4,3.9556,3.9556,0,0,0,.5668,2.0192L19.5859,11H11V21H21V12.4141l2.9808-2.9808A3.9553,3.9553,0,0,0,26,10a4,4,0,0,0,0-8ZM19,19H13V13h6ZM26,8a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,26,8Z" }), children);
1546
- });
1547
- if (process.env.NODE_ENV !== "production") IotConnect.propTypes = require_iconPropTypes.iconPropTypes;
1548
- const IotPlatform = /* @__PURE__ */ react.default.forwardRef(function IotPlatform({ children, size = 16, ...rest }, ref) {
1549
- return react.default.createElement(require_Icon.Icon, {
1550
- width: size,
1551
- height: size,
1552
- ref,
1553
- xmlns: "http://www.w3.org/2000/svg",
1554
- viewBox: "0 0 32 32",
1555
- fill: "currentColor",
1556
- ...rest
1557
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,19H26V15H24v9H8V8l9-.0009V6H13V2H11V6H8A2.002,2.002,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2.0023,2.0023,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2.0027,2.0027,0,0,0,2-2V21h4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,21H11V11H21Zm-8-2h6V13H13Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M31,13H29A10.0117,10.0117,0,0,0,19,3V1A12.0131,12.0131,0,0,1,31,13Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,13H24a5.0059,5.0059,0,0,0-5-5V6A7.0085,7.0085,0,0,1,26,13Z" }), children);
1558
- });
1559
- if (process.env.NODE_ENV !== "production") IotPlatform.propTypes = require_iconPropTypes.iconPropTypes;
1560
- const Ip = /* @__PURE__ */ react.default.forwardRef(function Ip({ children, size = 16, ...rest }, ref) {
1561
- return react.default.createElement(require_Icon.Icon, {
1562
- width: size,
1563
- height: size,
1564
- ref,
1565
- xmlns: "http://www.w3.org/2000/svg",
1566
- viewBox: "0 0 32 32",
1567
- fill: "currentColor",
1568
- ...rest
1569
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1570
- strokeWidth: "0",
1571
- d: "m19,23h-2v-14h6c1.103,0,2,.897,2,2v5c0,1.103-.897,2-2,2h-4v5Zm0-7h4v-5.0015h-4v5.0015Z"
1572
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1573
- strokeWidth: "0",
1574
- d: "M7 11 10 11 10 21 7 21 7 23 15 23 15 21 12 21 12 11 15 11 15 9 7 9 7 11z"
1575
- }), children);
1576
- });
1577
- if (process.env.NODE_ENV !== "production") Ip.propTypes = require_iconPropTypes.iconPropTypes;
1578
- const Iso = /* @__PURE__ */ react.default.forwardRef(function Iso({ children, size = 16, ...rest }, ref) {
1579
- return react.default.createElement(require_Icon.Icon, {
1580
- width: size,
1581
- height: size,
1582
- ref,
1583
- xmlns: "http://www.w3.org/2000/svg",
1584
- viewBox: "0 0 32 32",
1585
- fill: "currentColor",
1586
- ...rest
1587
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,23H24a2,2,0,0,1-2-2V11a2,2,0,0,1,2-2h4a2,2,0,0,1,2,2V21A2,2,0,0,1,28,23ZM24,11V21h4V11Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,23H12V21h6V17H14a2,2,0,0,1-2-2V11a2,2,0,0,1,2-2h6v2H14v4h4a2,2,0,0,1,2,2v4A2,2,0,0,1,18,23Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 11 5 11 5 21 2 21 2 23 10 23 10 21 7 21 7 11 10 11 10 9 2 9 2 11z" }), children);
1588
- });
1589
- if (process.env.NODE_ENV !== "production") Iso.propTypes = require_iconPropTypes.iconPropTypes;
1590
- const IsoFilled = /* @__PURE__ */ react.default.forwardRef(function IsoFilled({ children, size = 16, ...rest }, ref) {
1591
- return react.default.createElement(require_Icon.Icon, {
1592
- width: size,
1593
- height: size,
1594
- ref,
1595
- xmlns: "http://www.w3.org/2000/svg",
1596
- viewBox: "0 0 32 32",
1597
- fill: "currentColor",
1598
- ...rest
1599
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 13H24V19H21z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM8,21H6V11H8Zm9-8H12v2h3a2,2,0,0,1,2,2v2a2,2,0,0,1-2,2H10V19h5V17H12a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5Zm9,6a2,2,0,0,1-2,2H21a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h3a2,2,0,0,1,2,2Z" }), children);
1600
- });
1601
- if (process.env.NODE_ENV !== "production") IsoFilled.propTypes = require_iconPropTypes.iconPropTypes;
1602
- const IsoOutline = /* @__PURE__ */ react.default.forwardRef(function IsoOutline({ children, size = 16, ...rest }, ref) {
1603
- return react.default.createElement(require_Icon.Icon, {
1604
- width: size,
1605
- height: size,
1606
- ref,
1607
- xmlns: "http://www.w3.org/2000/svg",
1608
- viewBox: "0 0 32 32",
1609
- fill: "currentColor",
1610
- ...rest
1611
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,21H21a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h3a2,2,0,0,1,2,2v6A2,2,0,0,1,24,21Zm-3-8v6h3V13Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,21H10V19h5V17H12a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5v2H12v2h3a2,2,0,0,1,2,2v2A2,2,0,0,1,15,21Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 11H8V21H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM4,24V8H28V24Z" }), children);
1612
- });
1613
- if (process.env.NODE_ENV !== "production") IsoOutline.propTypes = require_iconPropTypes.iconPropTypes;
1614
- const ItemDefinition = /* @__PURE__ */ react.default.forwardRef(function ItemDefinition({ children, size = 16, ...rest }, ref) {
1615
- return react.default.createElement(require_Icon.Icon, {
1616
- width: size,
1617
- height: size,
1618
- ref,
1619
- xmlns: "http://www.w3.org/2000/svg",
1620
- viewBox: "0 0 32 32",
1621
- fill: "currentColor",
1622
- ...rest
1623
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,2H4c-1.1,0-2,.9-2,2v24c0,1.1.9,2,2,2h24c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2ZM28,28H4V4h24v24ZM10,22v-1.8232h1.582v-8.3574h-1.582v-1.8223h5.4512v1.8223h-1.5991v8.3574h1.5991v1.8232h-5.4512ZM18.0906,19.7129v-4.9487h-1.3242v-1.7539h.688c.6538,0,.8599-.3096.8599-.9287v-1.5171h1.9775v2.4458h1.8403v1.7539h-1.8403v5.4819h1.7026v1.7539h-1.582c-1.5132,0-2.3218-.8252-2.3218-2.2871Z" }), children);
1624
- });
1625
- if (process.env.NODE_ENV !== "production") ItemDefinition.propTypes = require_iconPropTypes.iconPropTypes;
1626
- const ItemUsage = /* @__PURE__ */ react.default.forwardRef(function ItemUsage({ children, size = 16, ...rest }, ref) {
1627
- return react.default.createElement(require_Icon.Icon, {
1628
- width: size,
1629
- height: size,
1630
- ref,
1631
- xmlns: "http://www.w3.org/2000/svg",
1632
- viewBox: "0 0 32 32",
1633
- fill: "currentColor",
1634
- ...rest
1635
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,30h-10c-5,0-9-4-9-9v-10C2,6,6,2,11,2h10c5,0,9,4,9,9v10c0,5-4,9-9,9ZM11,4c-3.9,0-7,3.1-7,7v10c0,3.9,3.1,7,7,7h10c3.9,0,7-3.1,7-7v-10c0-3.9-3.1-7-7-7h-10ZM10,22v-1.8232h1.582v-8.3574h-1.582v-1.8223h5.4512v1.8223h-1.5991v8.3574h1.5991v1.8232h-5.4512ZM18.0906,19.7129v-4.9487h-1.3242v-1.7539h.688c.6538,0,.8599-.3096.8599-.9287v-1.5171h1.9775v2.4458h1.8403v1.7539h-1.8403v5.4819h1.7026v1.7539h-1.582c-1.5132,0-2.3218-.8252-2.3218-2.2871Z" }), children);
1636
- });
1637
- if (process.env.NODE_ENV !== "production") ItemUsage.propTypes = require_iconPropTypes.iconPropTypes;
1638
- const Java = /* @__PURE__ */ react.default.forwardRef(function Java({ children, size = 16, ...rest }, ref) {
1639
- return react.default.createElement(require_Icon.Icon, {
1640
- width: size,
1641
- height: size,
1642
- ref,
1643
- xmlns: "http://www.w3.org/2000/svg",
1644
- viewBox: "0 0 32 32",
1645
- fill: "currentColor",
1646
- ...rest
1647
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6.3335,21h-2.667c-.9189,0-1.6665-.7476-1.6665-1.6665v-2.3335h2v2h2v-8h2v8.3335c0,.9189-.7476,1.6665-1.6665,1.6665ZM16,13v8h-2v-4h-2v4h-2v-8c0-1.1001.8999-2,2-2h2c1.1001,0,2,.8999,2,2ZM14,13h-2v2h2v-2ZM30,13v8h-2v-4h-2v4h-2v-8c0-1.1001.8999-2,2-2h2c1.1001,0,2,.8999,2,2ZM28,13h-2v2h2v-2ZM21,11h2l-2,10h-2l-2-10h2l1,7,1-7Z" }), children);
1648
- });
1649
- if (process.env.NODE_ENV !== "production") Java.propTypes = require_iconPropTypes.iconPropTypes;
1650
- const Jcl = /* @__PURE__ */ react.default.forwardRef(function Jcl({ children, size = 16, ...rest }, ref) {
1651
- return react.default.createElement(require_Icon.Icon, {
1652
- width: size,
1653
- height: size,
1654
- ref,
1655
- xmlns: "http://www.w3.org/2000/svg",
1656
- viewBox: "0 0 32 32",
1657
- fill: "currentColor",
1658
- ...rest
1659
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,21v2h-8v-14h2v12h6ZM10,21v-12h-2v12h-4v-2h-2v2c0,1.1025.897,2,2,2h4c1.103,0,2-.8975,2-2ZM20,21h-6v-10h6v-2h-6c-1.103,0-2,.897-2,2v10c0,1.1025.897,2,2,2h6v-2Z" }), children);
1660
- });
1661
- if (process.env.NODE_ENV !== "production") Jcl.propTypes = require_iconPropTypes.iconPropTypes;
1662
- const JobDaemon = /* @__PURE__ */ react.default.forwardRef(function JobDaemon({ children, size = 16, ...rest }, ref) {
1663
- return react.default.createElement(require_Icon.Icon, {
1664
- width: size,
1665
- height: size,
1666
- ref,
1667
- xmlns: "http://www.w3.org/2000/svg",
1668
- viewBox: "0 0 32 32",
1669
- fill: "currentColor",
1670
- ...rest
1671
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,17h8c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2h-8c-1.1,0-2,.9-2,2v11c0,1.1.9,2,2,2ZM12,4h8v11h-8V4ZM8,19h5v2h-5c-1.1,0-2-.9-2-2v-11h2v11ZM4,23h5v2h-5c-1.1,0-2-.9-2-2v-11h2v11ZM27,20c-1.6,0-3.1,1.4-4,2.4-.9-1-2.4-2.4-4-2.4-2.6,0-4,2-4,4s1.4,4,4,4,3.1-1.4,4-2.4c.9,1,2.4,2.4,4,2.4,2.6,0,4-2,4-4s-1.4-4-4-4ZM19,26c-1.5,0-2-1.1-2-2s.5-2,2-2,2,1.1,2.8,2c-.7.9-1.9,2-2.8,2ZM27,26c-.9,0-2-1.1-2.8-2,.7-.9,1.9-2,2.8-2,1.5,0,2,1.1,2,2s-.5,2-2,2Z" }), children);
1672
- });
1673
- if (process.env.NODE_ENV !== "production") JobDaemon.propTypes = require_iconPropTypes.iconPropTypes;
1674
- const JobRun = /* @__PURE__ */ react.default.forwardRef(function JobRun({ children, size = 16, ...rest }, ref) {
1675
- return react.default.createElement(require_Icon.Icon, {
1676
- width: size,
1677
- height: size,
1678
- ref,
1679
- xmlns: "http://www.w3.org/2000/svg",
1680
- viewBox: "0 0 32 32",
1681
- fill: "currentColor",
1682
- ...rest
1683
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,17h8c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2h-8c-1.1,0-2,.9-2,2v11c0,1.1.9,2,2,2ZM12,4h8v11h-8V4ZM8,19h6v2h-6c-1.1,0-2-.9-2-2v-11h2v11ZM4,23h6v2h-6c-1.1,0-2-.9-2-2v-11h2v11ZM30,24l-6,6-1.4-1.4,3.6-3.6h-9.2v-2h9.2l-3.6-3.6,1.4-1.4,6,6Z" }), children);
1684
- });
1685
- if (process.env.NODE_ENV !== "production") JobRun.propTypes = require_iconPropTypes.iconPropTypes;
1686
- const JoinFull = /* @__PURE__ */ react.default.forwardRef(function JoinFull({ children, size = 16, ...rest }, ref) {
1687
- return react.default.createElement(require_Icon.Icon, {
1688
- width: size,
1689
- height: size,
1690
- ref,
1691
- xmlns: "http://www.w3.org/2000/svg",
1692
- viewBox: "0 0 32 32",
1693
- fill: "currentColor",
1694
- ...rest
1695
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1696
- fill: "none",
1697
- d: "M16,9.0752a7.9941,7.9941,0,0,1,0,13.85,7.9941,7.9941,0,0,1,0-13.85m0-2.2373a9.9953,9.9953,0,0,0,0,18.3242A9.9953,9.9953,0,0,0,16,6.8379Z",
1698
- "data-icon-path": "inner-path"
1699
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,16a9.9976,9.9976,0,0,1,6-9.1621,10,10,0,1,0,0,18.3242A9.9976,9.9976,0,0,1,10,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,9.0752a7.9941,7.9941,0,0,0,0,13.85,7.9941,7.9941,0,0,0,0-13.85Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,6a9.9539,9.9539,0,0,0-4,.8379,9.9953,9.9953,0,0,1,0,18.3242A9.9988,9.9988,0,1,0,20,6Z" }), children);
1700
- });
1701
- if (process.env.NODE_ENV !== "production") JoinFull.propTypes = require_iconPropTypes.iconPropTypes;
1702
- const JoinInner = /* @__PURE__ */ react.default.forwardRef(function JoinInner({ children, size = 16, ...rest }, ref) {
1703
- return react.default.createElement(require_Icon.Icon, {
1704
- width: size,
1705
- height: size,
1706
- ref,
1707
- xmlns: "http://www.w3.org/2000/svg",
1708
- viewBox: "0 0 32 32",
1709
- fill: "currentColor",
1710
- ...rest
1711
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,6a9.9355,9.9355,0,0,0-4,.8418A9.999,9.999,0,1,0,16,25.16,9.998,9.998,0,1,0,20,6ZM12,24A8,8,0,1,1,13.7573,8.2017a9.9734,9.9734,0,0,0,0,15.5986A7.9919,7.9919,0,0,1,12,24Zm8,0a7.9919,7.9919,0,0,1-1.7573-.2,9.9734,9.9734,0,0,0,0-15.5986A7.9972,7.9972,0,1,1,20,24Z" }), children);
1712
- });
1713
- if (process.env.NODE_ENV !== "production") JoinInner.propTypes = require_iconPropTypes.iconPropTypes;
1714
- const JoinInnerAlt = /* @__PURE__ */ react.default.forwardRef(function JoinInnerAlt({ children, size = 16, ...rest }, ref) {
1715
- return react.default.createElement(require_Icon.Icon, {
1716
- width: size,
1717
- height: size,
1718
- ref,
1719
- xmlns: "http://www.w3.org/2000/svg",
1720
- viewBox: "0 0 32 32",
1721
- fill: "currentColor",
1722
- ...rest
1723
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9.3,12.6l-1.3,1.5c-1.1-1-2-2.2-2.7-3.5l1.8-.9c.6,1.1,1.3,2.1,2.2,2.9h0ZM6.4,7.7c-.3-.9-.4-1.9-.4-2.8v-.9s-2,0-2,0v.9c0,1.1.2,2.3.5,3.4l1.9-.6h0ZM14.2,15c-1.2-.2-2.4-.7-3.4-1.3l-1,1.7c.3.2.7.4,1.1.6-.4.2-.7.4-1.1.6l1,1.7c1.1-.7,2.2-1.1,3.4-1.3v-1.9h0ZM5.3,21.4l1.8.9c.6-1.1,1.3-2.1,2.2-2.9l-1.3-1.5c-1.1,1-2,2.2-2.7,3.5h0ZM4,27.1v.9h2v-.9c0-1,.1-1.9.4-2.8l-1.9-.6c-.3,1.1-.5,2.2-.5,3.4h0ZM23,11l-1.4,1.4,2.6,2.6h-8.2s0,2,0,2h8.2s-2.6,2.6-2.6,2.6l1.4,1.4,5-5s-5-5-5-5Z" }), children);
1724
- });
1725
- if (process.env.NODE_ENV !== "production") JoinInnerAlt.propTypes = require_iconPropTypes.iconPropTypes;
1726
- const JoinLeft = /* @__PURE__ */ react.default.forwardRef(function JoinLeft({ children, size = 16, ...rest }, ref) {
1727
- return react.default.createElement(require_Icon.Icon, {
1728
- width: size,
1729
- height: size,
1730
- ref,
1731
- xmlns: "http://www.w3.org/2000/svg",
1732
- viewBox: "0 0 32 32",
1733
- fill: "currentColor",
1734
- ...rest
1735
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,6a9.9272,9.9272,0,0,0-3.9968.8394,9.9758,9.9758,0,0,1,2.2451,1.36,8,8,0,1,1,0,15.6016,9.9758,9.9758,0,0,1-2.2451,1.36A9.9976,9.9976,0,1,0,20,6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,16a8.01,8.01,0,0,0,6.2483,7.8008,9.9858,9.9858,0,0,0,0-15.6016A8.01,8.01,0,0,0,12,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1736
- fill: "none",
1737
- d: "M12,16a8.01,8.01,0,0,1,6.2483-7.8008,9.9758,9.9758,0,0,0-2.2451-1.36,9.9909,9.9909,0,0,0,0,18.3212,9.9758,9.9758,0,0,0,2.2451-1.36A8.01,8.01,0,0,1,12,16Z",
1738
- "data-icon-path": "inner-path"
1739
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,16a10.0105,10.0105,0,0,1,6.0032-9.1606,10,10,0,1,0,0,18.3212A10.0105,10.0105,0,0,1,10,16Z" }), children);
1740
- });
1741
- if (process.env.NODE_ENV !== "production") JoinLeft.propTypes = require_iconPropTypes.iconPropTypes;
1742
- const JoinLeftOuter = /* @__PURE__ */ react.default.forwardRef(function JoinLeftOuter({ children, size = 16, ...rest }, ref) {
1743
- return react.default.createElement(require_Icon.Icon, {
1744
- width: size,
1745
- height: size,
1746
- ref,
1747
- xmlns: "http://www.w3.org/2000/svg",
1748
- viewBox: "0 0 32 32",
1749
- fill: "currentColor",
1750
- ...rest
1751
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,16l-5,5-1.4-1.4,2.6-2.6h-10.2c-1.2.2-2.3.7-3.4,1.3l-1-1.7c.4-.3.8-.5,1.3-.7-4.1-1.8-6.9-5.6-6.9-10.1v-1.8s2,0,2,0v1.8c0,5.1,4.5,9.2,10,9.2h8.2l-2.6-2.6,1.4-1.4,5,5h0s0,0,0,0ZM4,27v1h2v-1c0-1,0-1.9.3-2.9l-1.9-.6c-.3,1.1-.5,2.3-.5,3.4h0ZM5.3,21.5l1.7.9c.6-1.1,1.3-2.1,2.2-3l-1.3-1.5c-1.1,1-2,2.2-2.6,3.6Z" }), children);
1752
- });
1753
- if (process.env.NODE_ENV !== "production") JoinLeftOuter.propTypes = require_iconPropTypes.iconPropTypes;
1754
- const JoinOuter = /* @__PURE__ */ react.default.forwardRef(function JoinOuter({ children, size = 16, ...rest }, ref) {
1755
- return react.default.createElement(require_Icon.Icon, {
1756
- width: size,
1757
- height: size,
1758
- ref,
1759
- xmlns: "http://www.w3.org/2000/svg",
1760
- viewBox: "0 0 32 32",
1761
- fill: "currentColor",
1762
- ...rest
1763
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,6a9.9539,9.9539,0,0,0-4,.8379,9.9953,9.9953,0,0,1,0,18.3242A9.9988,9.9988,0,1,0,20,6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,16a9.9976,9.9976,0,0,1,6-9.1621,10,10,0,1,0,0,18.3242A9.9976,9.9976,0,0,1,10,16Z" }), children);
1764
- });
1765
- if (process.env.NODE_ENV !== "production") JoinOuter.propTypes = require_iconPropTypes.iconPropTypes;
1766
- const JoinRight = /* @__PURE__ */ react.default.forwardRef(function JoinRight({ children, size = 16, ...rest }, ref) {
1767
- return react.default.createElement(require_Icon.Icon, {
1768
- width: size,
1769
- height: size,
1770
- ref,
1771
- xmlns: "http://www.w3.org/2000/svg",
1772
- viewBox: "0 0 32 32",
1773
- fill: "currentColor",
1774
- ...rest
1775
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,6a9.95,9.95,0,0,0-4.0032.8394,9.9909,9.9909,0,0,1,0,18.3212A9.9988,9.9988,0,1,0,20,6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1776
- fill: "none",
1777
- d: "M20,16a8.01,8.01,0,0,0-6.2483-7.8008,9.9758,9.9758,0,0,1,2.2451-1.36,9.9909,9.9909,0,0,1,0,18.3212,9.9758,9.9758,0,0,1-2.2451-1.36A8.01,8.01,0,0,0,20,16Z",
1778
- "data-icon-path": "inner-path"
1779
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,16a9.9759,9.9759,0,0,0,3.7517,7.8008,7.9937,7.9937,0,0,0,0-15.6016A9.9759,9.9759,0,0,0,10,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,24A8,8,0,1,1,13.7517,8.1992a9.9758,9.9758,0,0,1,2.2451-1.36,10,10,0,1,0,0,18.3212,9.9758,9.9758,0,0,1-2.2451-1.36A7.9727,7.9727,0,0,1,12,24Z" }), children);
1780
- });
1781
- if (process.env.NODE_ENV !== "production") JoinRight.propTypes = require_iconPropTypes.iconPropTypes;
1782
- const JoinRightOuter = /* @__PURE__ */ react.default.forwardRef(function JoinRightOuter({ children, size = 16, ...rest }, ref) {
1783
- return react.default.createElement(require_Icon.Icon, {
1784
- width: size,
1785
- height: size,
1786
- ref,
1787
- xmlns: "http://www.w3.org/2000/svg",
1788
- viewBox: "0 0 32 32",
1789
- fill: "currentColor",
1790
- ...rest
1791
- }, /* @__PURE__ */ (0, react_jsx_runtime.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);
1792
- });
1793
- if (process.env.NODE_ENV !== "production") JoinRightOuter.propTypes = require_iconPropTypes.iconPropTypes;
1784
+ exports.IbmCloudPakIntegration = IbmCloudPakIntegration;
1785
+ exports.IbmCloudPakMantaAutomatedDataLineage = IbmCloudPakMantaAutomatedDataLineage;
1786
+ exports.IbmCloudPakMulticloudMgmt = IbmCloudPakMulticloudMgmt;
1787
+ exports.IbmCloudPakNetezza = IbmCloudPakNetezza;
1788
+ exports.IbmCloudPakNetworkAutomation = IbmCloudPakNetworkAutomation;
1789
+ exports.IbmCloudPakSecurity = IbmCloudPakSecurity;
1790
+ exports.IbmCloudPakSystem = IbmCloudPakSystem;
1791
+ exports.IbmCloudPakWatsonAiops = IbmCloudPakWatsonAiops;
1792
+ exports.IbmConsultingAdvantageAgent = IbmConsultingAdvantageAgent;
1793
+ exports.IbmConsultingAdvantageApplication = IbmConsultingAdvantageApplication;
1794
+ exports.IbmConsultingAdvantageAssistant = IbmConsultingAdvantageAssistant;
1795
+ exports.IbmDevopsControl = IbmDevopsControl;
1796
+ exports.IbmFederatedApiManagement = IbmFederatedApiManagement;
1797
+ exports.IbmHybridControlPlane = IbmHybridControlPlane;
1798
+ exports.IbmPartnerPlus = IbmPartnerPlus;
1799
+ exports.IbmQuantumSafeAdvisor = IbmQuantumSafeAdvisor;
1800
+ exports.IbmQuantumSafeExplorer = IbmQuantumSafeExplorer;
1801
+ exports.IbmQuantumSafeRemediator = IbmQuantumSafeRemediator;
1802
+ exports.IbmSecurity = IbmSecurity;
1803
+ exports.IbmSecurityServices = IbmSecurityServices;
1804
+ exports.IbmSoftwareWatsonxDataAnalyzeAndProcess = IbmSoftwareWatsonxDataAnalyzeAndProcess;
1794
1805
  exports.IbmSoftwareWatsonxDataStructuredEnrichment = IbmSoftwareWatsonxDataStructuredEnrichment;
1795
1806
  exports.IbmSoftwareWatsonxDataStructuredImport = IbmSoftwareWatsonxDataStructuredImport;
1796
1807
  exports.IbmSoftwareWatsonxDataUnstructuredEnrichment = IbmSoftwareWatsonxDataUnstructuredEnrichment;
@@ -1889,27 +1900,6 @@ var require_bucket_10 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1889
1900
  exports.InterfaceUsage_1 = InterfaceUsage_1;
1890
1901
  exports.Intersect = Intersect;
1891
1902
  exports.IntrusionPrevention = IntrusionPrevention;
1892
- exports.InventoryManagement = InventoryManagement;
1893
- exports.IotConnect = IotConnect;
1894
- exports.IotPlatform = IotPlatform;
1895
- exports.Ip = Ip;
1896
- exports.Iso = Iso;
1897
- exports.IsoFilled = IsoFilled;
1898
- exports.IsoOutline = IsoOutline;
1899
- exports.ItemDefinition = ItemDefinition;
1900
- exports.ItemUsage = ItemUsage;
1901
- exports.Java = Java;
1902
- exports.Jcl = Jcl;
1903
- exports.JobDaemon = JobDaemon;
1904
- exports.JobRun = JobRun;
1905
- exports.JoinFull = JoinFull;
1906
- exports.JoinInner = JoinInner;
1907
- exports.JoinInnerAlt = JoinInnerAlt;
1908
- exports.JoinLeft = JoinLeft;
1909
- exports.JoinLeftOuter = JoinLeftOuter;
1910
- exports.JoinOuter = JoinOuter;
1911
- exports.JoinRight = JoinRight;
1912
- exports.JoinRightOuter = JoinRightOuter;
1913
1903
  exports.QID = QID;
1914
1904
  exports.WatsonHealthICa_2D = WatsonHealthICa_2D;
1915
1905
  exports.WatsonHealthImageAvailabilityLocal = WatsonHealthImageAvailabilityLocal;