@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-9.js
12
13
  var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports) => {
13
14
  /**
@@ -19,13 +20,460 @@ var require_bucket_9 = /* @__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");
29
+ const IbmDb2 = /* @__PURE__ */ react.default.forwardRef(function IbmDb2({ children, size = 16, ...rest }, ref) {
30
+ return react.default.createElement(require_Icon_js, {
31
+ width: size,
32
+ height: size,
33
+ ref,
34
+ xmlns: "http://www.w3.org/2000/svg",
35
+ viewBox: "0 0 32 32",
36
+ fill: "currentColor",
37
+ ...rest
38
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,13c-3.4207,0-6,1.5049-6,3.5v8c0,1.9951,2.5793,3.5,6,3.5s6-1.5049,6-3.5v-8c0-1.9951-2.5793-3.5-6-3.5Zm0,2c2.4814,0,4,.9712,4,1.5s-1.5186,1.5-4,1.5-4-.9712-4-1.5,1.5186-1.5,4-1.5Zm0,11c-2.4814,0-4-.9712-4-1.5v-1.3525c1.0469.5342,2.4331.8525,4,.8525s2.9531-.3184,4-.8525v1.3525c0,.5288-1.5186,1.5-4,1.5Zm0-4c-2.4814,0-4-.9712-4-1.5v-1.3525c1.0469.5342,2.4331.8525,4,.8525s2.9531-.3184,4-.8525v1.3525c0,.5288-1.5186,1.5-4,1.5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m30,15.5c0,3.08-2.14,5.65-5.0099,6.3199v-2.0699c1.75-.62,3.0099-2.28,3.0099-4.25,0-2.33-1.83-4.29-4.15-4.4801l-.81-.0599-.1-.8099c-.43-3.5-3.42-6.15-6.94-6.15-3.53,0-6.52,2.65-6.95,6.15l-.1.8099-.81.0599c-2.32.1901-4.14,2.1501-4.14,4.4801,0,1.96,1.25,3.62,2.9901,4.24v2.08c-2.86-.6799-4.9901-3.25-4.9901-6.3199,0-3.1,2.22-5.75,5.2-6.36.86-4.1201,4.52-7.14,8.8-7.14,4.27,0,7.9301,3.0199,8.8,7.14,2.97.61,5.2,3.26,5.2,6.36Z" }), children);
39
+ });
40
+ if (process.env.NODE_ENV !== "production") IbmDb2.propTypes = require_iconPropTypes.iconPropTypes;
41
+ const IbmDb2Alt = /* @__PURE__ */ react.default.forwardRef(function IbmDb2Alt({ children, size = 16, ...rest }, ref) {
42
+ return react.default.createElement(require_Icon_js, {
43
+ width: size,
44
+ height: size,
45
+ ref,
46
+ xmlns: "http://www.w3.org/2000/svg",
47
+ viewBox: "0 0 32 32",
48
+ fill: "currentColor",
49
+ ...rest
50
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M31.3579,22h-8.397v-2.3287l3.6545-3.1277c1.3259-1.1389,1.7849-1.8019,1.7849-2.8047v-.238c0-.9009-.7991-1.3599-1.564-1.3599-1.1218,0-1.6658,.7649-1.9038,1.6658l-2.2268-.8499c.5271-1.6488,1.9038-3.0256,4.3687-3.0256,2.5667,0,4.0457,1.5128,4.0457,3.5696,0,2.0398-1.4619,3.2806-3.1619,4.6235l-2.2097,1.7339h5.6094v2.1417Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12.8291,9.4212h2.5159v5.1505h.085c.2549-.986,1.2407-1.6998,2.3967-1.6998,2.2607,0,3.4336,1.6318,3.4336,4.6575s-1.1729,4.6746-3.4336,4.6746c-1.156,0-2.1418-.731-2.3967-1.6998h-.085v1.4958h-2.5159V9.4212Zm5.8135,8.8901v-1.5469c0-1.1218-.697-1.8528-1.6489-1.8528s-1.6487,.4929-1.6487,1.3088v2.6348c0,.8159,.6968,1.3088,1.6487,1.3088s1.6489-.731,1.6489-1.8528Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M1.1163,10.1351H5.5867c3.1448,0,5.2185,1.9889,5.2185,5.9325s-2.0737,5.9324-5.2185,5.9324H1.1163V10.1351Zm4.4704,9.5687c1.53,0,2.4819-.8329,2.4819-2.7197v-1.8358c0-1.8868-.9519-2.7197-2.4819-2.7197h-1.8867v7.2753h1.8867Z" }), children);
51
+ });
52
+ if (process.env.NODE_ENV !== "production") IbmDb2Alt.propTypes = require_iconPropTypes.iconPropTypes;
53
+ const IbmDb2Warehouse = /* @__PURE__ */ react.default.forwardRef(function IbmDb2Warehouse({ children, size = 16, ...rest }, ref) {
54
+ return react.default.createElement(require_Icon_js, {
55
+ width: size,
56
+ height: size,
57
+ ref,
58
+ xmlns: "http://www.w3.org/2000/svg",
59
+ viewBox: "0 0 32 32",
60
+ fill: "currentColor",
61
+ ...rest
62
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m22.5039,17.6362l-6-3.5c-.1558-.0908-.3298-.1362-.5039-.1362s-.3481.0454-.5039.1362l-6,3.5c-.3071.1792-.4961.5083-.4961.8638v7c0,.3555.189.6846.4961.8638l6,3.5c.1558.0908.3298.1362.5039.1362s.3481-.0454.5039-.1362l6-3.5c.3071-.1792.4961-.5083.4961-.8638v-7c0-.3555-.189-.6846-.4961-.8638Zm-1.5039,6.1978l-2.5317-1.519c.0132-.1045.0317-.207.0317-.3149,0-1.0225-.6187-1.9014-1.5-2.2881v-2.9707l4,2.333v4.7598Zm-6-7.0928v2.9707c-.8813.3867-1.5,1.2656-1.5,2.2881,0,.1079.0186.2104.0317.3149l-2.5317,1.519v-4.7598l4-2.333Zm1,11.1011l-3.9517-2.3052,2.5071-1.5039c.4087.291.9055.4668,1.4446.4668s1.0359-.1758,1.4446-.4668l2.5071,1.5039-3.9517,2.3052Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m24.8,9.14c-.87-4.12-4.52-7.14-8.8-7.14s-7.93,3.02-8.8,7.14c-2.97.6-5.2,3.26-5.2,6.36,0,3.07,2.14,5.63,5,6.31v-2.11c-1.74-.62-3-2.24-3-4.2,0-2.33,1.82-4.31,4.14-4.49l.82-.06.1-.81c.43-3.5,3.41-6.14,6.94-6.14s6.51,2.64,6.94,6.14l.1.81.82.06c2.32.19,4.14,2.16,4.14,4.49,0,1.95-1.26,3.59-3,4.21v2.11c2.86-.68,5-3.26,5-6.32,0-3.11-2.23-5.76-5.2-6.36Z" }), children);
63
+ });
64
+ if (process.env.NODE_ENV !== "production") IbmDb2Warehouse.propTypes = require_iconPropTypes.iconPropTypes;
65
+ const IbmDeployableArchitecture = /* @__PURE__ */ react.default.forwardRef(function IbmDeployableArchitecture({ children, size = 16, ...rest }, ref) {
66
+ return react.default.createElement(require_Icon_js, {
67
+ width: size,
68
+ height: size,
69
+ ref,
70
+ xmlns: "http://www.w3.org/2000/svg",
71
+ viewBox: "0 0 32 32",
72
+ fill: "currentColor",
73
+ ...rest
74
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,18c-1.1,0-2-.9-2-2s.9-2,2-2,2,.9,2,2-.9,2-2,2ZM24,4c0-1.1-.9-2-2-2s-2,.9-2,2,.9,2,2,2,2-.9,2-2ZM24,28c0-1.1-.9-2-2-2s-2,.9-2,2,.9,2,2,2,2-.9,2-2ZM25,15h-4.11c1.3-1.27,2.11-3.04,2.11-5v-2h-2v2c0,2.76-2.24,5-5,5h-7v2h7c2.76,0,5,2.24,5,5v2h2v-2c0-1.96-.81-3.73-2.11-5h4.11v-2ZM11.63,20.29l-.04.02-1.31.77-1.28.76-5-2.96v-5.76l5-2.96,1.28.76,1.31.77.04.02,1.71,1.02,1.02-1.72-1.71-1.02-.04-.02-1.33-.78-1.77-1.05c-.16-.09-.33-.14-.51-.14s-.35.05-.51.14l-6,3.55c-.3.18-.49.51-.49.86v6.9c0,.35.19.68.49.86l6,3.55c.16.09.33.14.51.14s.35-.05.51-.14l1.77-1.05,1.33-.78.04-.02,1.71-1.02-1.02-1.72-1.71,1.02Z" }), children);
75
+ });
76
+ if (process.env.NODE_ENV !== "production") IbmDeployableArchitecture.propTypes = require_iconPropTypes.iconPropTypes;
77
+ const IbmDevopsTest = /* @__PURE__ */ react.default.forwardRef(function IbmDevopsTest({ children, size = 16, ...rest }, ref) {
78
+ return react.default.createElement(require_Icon_js, {
79
+ width: size,
80
+ height: size,
81
+ ref,
82
+ xmlns: "http://www.w3.org/2000/svg",
83
+ viewBox: "0 0 32 32",
84
+ fill: "currentColor",
85
+ ...rest
86
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2.9668,20.038h12.0059v2H2.9668v-2ZM2.9668,25.038h12.0059v2H2.9668v-2ZM19,5.038h9.9668v2h-9.9668v-2ZM17,10.0345h11.9668v2h-11.9668v-2ZM26.5049,18.0883l-3.5357,3.5356-3.5356-3.5356-1.4141,1.414,3.5357,3.5357-3.5357,3.5356,1.4141,1.4141,3.5356-3.5357,3.5357,3.5357,1.414-1.4141-3.5356-3.5356,3.5356-3.5357-1.414-1.414ZM7.9667,9.213l-2.5899-2.5899-1.4099,1.41,4,4.0001,7.9998-8-1.4099-1.41-6.5901,6.5898Z" }), children);
87
+ });
88
+ if (process.env.NODE_ENV !== "production") IbmDevopsTest.propTypes = require_iconPropTypes.iconPropTypes;
89
+ const IbmDynamicRouteServer = /* @__PURE__ */ react.default.forwardRef(function IbmDynamicRouteServer({ children, size = 16, ...rest }, ref) {
90
+ return react.default.createElement(require_Icon_js, {
91
+ width: size,
92
+ height: size,
93
+ ref,
94
+ xmlns: "http://www.w3.org/2000/svg",
95
+ viewBox: "0 0 32 32",
96
+ fill: "currentColor",
97
+ ...rest
98
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
99
+ cx: "29",
100
+ cy: "5",
101
+ r: "2"
102
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
103
+ cx: "29",
104
+ cy: "27",
105
+ r: "2"
106
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m7,13H1v6h6v-6Zm-2,4h-2v-2h2v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m17.4999,6.6774c-1.316-1.67-3.3437-2.6774-5.4999-2.6774-2.4907,0-4.8135,1.3403-6.063,3.499l-1.1655,2.0186,1.7324,1,1.165-2.0176c.8921-1.542,2.5518-2.5,4.3311-2.5s3.439.958,4.3311,2.4995c.0048.0082.011.0154.0158.0236l-1.9328,3.348c-1.1128,1.9282-3.188,3.1274-5.415,3.1289l.001,1-.001,1c2.2271.002,4.3022,1.2002,5.415,3.1289l1.9326,3.347c-.0049.0084-.0112.0156-.0161.024-.8916,1.542-2.5513,2.5-4.3306,2.5s-3.439-.958-4.3306-2.499l-1.165-2.0186-1.7324,1,1.1655,2.0195c1.249,2.1572,3.5718,3.498,6.0625,3.498,2.1555,0,4.1829-1.0075,5.5004-2.6772,1.3154,1.6699,3.3427,2.6772,5.4996,2.6772h2v-2h-2c-1.7387,0-3.3566-.918-4.2612-2.3972.9349-1.003,2.254-1.6018,3.6547-1.6018h2.6064v-2h-2.6064c-1.7564,0-3.4199.6761-4.6906,1.824l-1.5565-2.6961c-.7776-1.3467-1.9164-2.4129-3.2465-3.1289,1.3301-.716,2.4688-1.7822,3.2465-3.1289l1.5565-2.6962c1.2706,1.1483,2.9341,1.8246,4.6906,1.8246h2.6064v-2h-2.6064c-1.4005,0-2.7194-.5986-3.6552-1.6017.9044-1.4795,2.5226-2.3978,4.2616-2.3978h2v-2h-2c-2.157,0-4.1844,1.0074-5.5001,2.6774Z" }), children);
107
+ });
108
+ if (process.env.NODE_ENV !== "production") IbmDynamicRouteServer.propTypes = require_iconPropTypes.iconPropTypes;
109
+ const IbmEloAutomotiveCompliance = /* @__PURE__ */ react.default.forwardRef(function IbmEloAutomotiveCompliance({ children, size = 16, ...rest }, ref) {
110
+ return react.default.createElement(require_Icon_js, {
111
+ width: size,
112
+ height: size,
113
+ ref,
114
+ xmlns: "http://www.w3.org/2000/svg",
115
+ viewBox: "0 0 32 32",
116
+ fill: "currentColor",
117
+ ...rest
118
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
119
+ strokeWidth: "0",
120
+ d: "m29.9467,13.9356h-2c-.7368,0-1.3748.4051-1.7218,1H6.0151l2.625-7h7.3073v-2h-7.3073c-.8291,0-1.5811.521-1.873,1.2974l-2.5137,6.7026-2.3066-.0005v2l2,.0002v9.0002c0,1.103.8975,2,2,2v3h2v-3h16v3h2v-3c1.1025,0,2-.897,2-2v-9h2v-2ZM5.9467,24.9356v-3h3v-2h-3v-3h20v3h-3v2h3v3H5.9467Z"
121
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
122
+ strokeWidth: "0",
123
+ d: "M11.979 19.941H19.979V21.941H11.979z"
124
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
125
+ strokeWidth: "0",
126
+ d: "M29.5367 2.5256 22.9467 9.1154 20.3567 6.5255 18.9467 7.9356 22.9467 11.9356 30.9467 3.9356 29.5367 2.5256z"
127
+ }), children);
128
+ });
129
+ if (process.env.NODE_ENV !== "production") IbmEloAutomotiveCompliance.propTypes = require_iconPropTypes.iconPropTypes;
130
+ const IbmEloEngineeringInsights = /* @__PURE__ */ react.default.forwardRef(function IbmEloEngineeringInsights({ children, size = 16, ...rest }, ref) {
131
+ return react.default.createElement(require_Icon_js, {
132
+ width: size,
133
+ height: size,
134
+ ref,
135
+ xmlns: "http://www.w3.org/2000/svg",
136
+ viewBox: "0 0 32 32",
137
+ fill: "currentColor",
138
+ ...rest
139
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
140
+ strokeWidth: "0",
141
+ d: "m20,16c-.0925,0-.1792.021-.27.0273l-.8916-2.6743c.7017-.5493,1.1616-1.3945,1.1616-2.353,0-1.6543-1.3457-3-3-3s-3,1.3457-3,3c0,.3804.0784.7412.208,1.0762l-2.7224,2.333c-.4399-.2529-.9426-.4092-1.4856-.4092-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c.9915,0,1.865-.4893,2.4116-1.2324l3.6038,1.0811c-.002.0513-.0154.0996-.0154.1514,0,2.2056,1.7944,4,4,4s4-1.7944,4-4-1.7944-4-4-4Zm-3-6c.5513,0,1,.4487,1,1s-.4487,1-1,1-1-.4487-1-1,.4487-1,1-1Zm-7,8c-.5513,0-1-.4487-1-1s.4487-1,1-1,1,.4487,1,1-.4487,1-1,1Zm2.9849-1.1484c-.0161-.3257-.0806-.6372-.1929-.9277l2.7224-2.333c.4243.2441.908.3936,1.4294.4033l.885,2.6553c-.5046.3281-.9229.7695-1.2363,1.2842l-3.6077-1.082Zm7.0151,5.1484c-1.103,0-2-.8975-2-2s.897-2,2-2,2,.8975,2,2-.897,2-2,2Z"
142
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
143
+ strokeWidth: "0",
144
+ d: "m27.4961,9.8638l-11.4961-6.7061-8.4961,4.9561-1.0078-1.7275L15.4961,1.1362c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l12,7-1.0078,1.7275Z"
145
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
146
+ strokeWidth: "0",
147
+ d: "m16.5039,30.8638l-1.0078-1.7275,11.5039-6.7106v-10.4257h2v11c0,.3557-.189.6846-.4961.8638l-12,7Z"
148
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
149
+ strokeWidth: "0",
150
+ d: "m12.4961,29.1138l-9-5.25c-.3071-.1792-.4961-.5081-.4961-.8638v-14h2v13.4257l8.5039,4.9606-1.0078,1.7275Z"
151
+ }), children);
152
+ });
153
+ if (process.env.NODE_ENV !== "production") IbmEloEngineeringInsights.propTypes = require_iconPropTypes.iconPropTypes;
154
+ const IbmEloMethodComposer = /* @__PURE__ */ react.default.forwardRef(function IbmEloMethodComposer({ children, size = 16, ...rest }, ref) {
155
+ return react.default.createElement(require_Icon_js, {
156
+ width: size,
157
+ height: size,
158
+ ref,
159
+ xmlns: "http://www.w3.org/2000/svg",
160
+ viewBox: "0 0 32 32",
161
+ fill: "currentColor",
162
+ ...rest
163
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
164
+ strokeWidth: "0",
165
+ d: "m13.76,10.463l-3.297,3.297c-.6173.6173-.6173,1.6227,0,2.24l12.0044,12h5.5326v-5.5326l-12-12.0044c-.6173-.6173-1.6226-.6173-2.2399,0h0Zm12.24,12.8328v2.7042h-2.7042l-7.4409-7.4409,2.7042-2.7042,7.4409,7.4409Zm-8.855-8.8549l-2.7041,2.7041-2.2672-2.2672,2.7042-2.7042,2.2671,2.2673Z"
166
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
167
+ strokeWidth: "0",
168
+ d: "m28,2v8h-8v-2h4.92c-2.25-2.53-5.46-4-8.92-4-6.61,0-12,5.38-12,12,0,6.61,5.39,12,12,12h1v2h-1c-7.72,0-14-6.28-14-14S8.28,2,16,2c3.83,0,7.4,1.5499,10,4.23V2h2Z"
169
+ }), children);
170
+ });
171
+ if (process.env.NODE_ENV !== "production") IbmEloMethodComposer.propTypes = require_iconPropTypes.iconPropTypes;
172
+ const IbmEloPublishing = /* @__PURE__ */ react.default.forwardRef(function IbmEloPublishing({ children, size = 16, ...rest }, ref) {
173
+ return react.default.createElement(require_Icon_js, {
174
+ width: size,
175
+ height: size,
176
+ ref,
177
+ xmlns: "http://www.w3.org/2000/svg",
178
+ viewBox: "0 0 32 32",
179
+ fill: "currentColor",
180
+ ...rest
181
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
182
+ strokeWidth: "0",
183
+ d: "M18 26 26.1719 26 23.5859 28.5859 25 30 30 25 25 20 23.5859 21.4141 26.1719 24 18 24 18 26z"
184
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
185
+ strokeWidth: "0",
186
+ d: "M10 21H15V23H10z"
187
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
188
+ strokeWidth: "0",
189
+ d: "M10 16H20V18H10z"
190
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
191
+ strokeWidth: "0",
192
+ d: "m24.7,9.3l-7-7c-.2-.2-.4-.3-.7-.3H7c-1.1,0-2,.8999-2,2v24c0,1.103.8975,2,2,2h8v-2h-8V4h8v6c0,1.1001.9,2,2,2h6v6h2v-8c0-.3-.1-.5-.3-.7Zm-7.7.7v-5.6001l5.6,5.6001h-5.6Z"
193
+ }), children);
194
+ });
195
+ if (process.env.NODE_ENV !== "production") IbmEloPublishing.propTypes = require_iconPropTypes.iconPropTypes;
196
+ const IbmEngineeringLifecycleMgmt = /* @__PURE__ */ react.default.forwardRef(function IbmEngineeringLifecycleMgmt({ children, size = 16, ...rest }, ref) {
197
+ return react.default.createElement(require_Icon_js, {
198
+ width: size,
199
+ height: size,
200
+ ref,
201
+ xmlns: "http://www.w3.org/2000/svg",
202
+ viewBox: "0 0 32 32",
203
+ fill: "currentColor",
204
+ ...rest
205
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
206
+ strokeWidth: "0",
207
+ d: "m31,22v-2h-2.1006c-.1299-.6372-.3845-1.2285-.7322-1.7529l1.4895-1.4897-1.4141-1.4141-1.4897,1.4897c-.5244-.3477-1.1157-.6021-1.7529-.7319v-2.1011h-2v2.1011c-.6372.1299-1.2285.3843-1.7529.7319l-1.4897-1.4897-1.4141,1.4141,1.4893,1.4897c-.3477.5244-.6021,1.1157-.7319,1.7529h-2.1006v2h2.1006c.1299.6372.3843,1.2285.7319,1.7532l-1.4893,1.4895,1.4141,1.4141,1.4897-1.4897c.5244.3477,1.1157.6021,1.7529.7319v2.1011h2v-2.1011c.6372-.1299,1.2285-.3843,1.7529-.7319l1.4897,1.4897,1.4141-1.4141-1.4895-1.4895c.3479-.5247.6023-1.116.7322-1.7532h2.1006Zm-7,2c-1.6567,0-3-1.3433-3-3s1.3433-3,3-3c1.6567,0,3,1.3433,3,3s-1.3433,3-3,3Z"
208
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
209
+ strokeWidth: "0",
210
+ d: "m21,6c0-2.7568-2.2432-5-5-5-1.7798,0-3.439.9575-4.3306,2.4995-.3201.5535-.5259,1.146-.6289,1.7944-1.1428-.8115-2.5352-1.2939-4.0405-1.2939C3.1401,4,0,7.1401,0,11c0,2.6981,1.5368,5.0403,3.7787,6.2083-1.0787.918-1.7787,2.2679-1.7787,3.7917,0,2.7568,2.2432,5,5,5,.7344,0,1.4265-.1685,2.0552-.4539.2764,2.4973,2.375,4.4539,4.9448,4.4539,1.335,0,2.5908-.52,3.5356-1.4639l-1.4141-1.415c-.5669.5669-1.3203.8789-2.1216.8789-1.6543,0-3-1.3457-3-3s1.3457-3,3-3v-2c-.7344,0-1.4265.1685-2.0552.4539-.1435-1.2966-.7849-2.4395-1.7218-3.2463,2.241-1.1685,3.777-3.51,3.777-6.2075,0-.1472-.0139-.2911-.0229-.4363.6199.2761,1.3018.4363,2.0229.4363,2.7568,0,5-2.2432,5-5Zm-7.5991-1.4995c.5352-.9253,1.5312-1.5005,2.5991-1.5005,1.6543,0,3,1.3457,3,3s-1.3457,3-3,3-3-1.3457-3-3h-.0293c.0352-.5762.1714-1.0522.4302-1.4995Zm-3.4009,16.4995c0,1.6543-1.3457,3-3,3s-3-1.3457-3-3,1.3457-3,3-3,3,1.3457,3,3Zm-3-5c-2.7568,0-5-2.2432-5-5s2.2432-5,5-5,5,2.2432,5,5-2.2432,5-5,5Z"
211
+ }), children);
212
+ });
213
+ if (process.env.NODE_ENV !== "production") IbmEngineeringLifecycleMgmt.propTypes = require_iconPropTypes.iconPropTypes;
214
+ const IbmEngineeringRequirementsDoorsNext = /* @__PURE__ */ react.default.forwardRef(function IbmEngineeringRequirementsDoorsNext({ children, size = 16, ...rest }, ref) {
215
+ return react.default.createElement(require_Icon_js, {
216
+ width: size,
217
+ height: size,
218
+ ref,
219
+ xmlns: "http://www.w3.org/2000/svg",
220
+ viewBox: "0 0 32 32",
221
+ fill: "currentColor",
222
+ ...rest
223
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
224
+ strokeWidth: "0",
225
+ d: "m28,4h-3v1.9991l3-.0005v20.0015h-3v2h3c1.103,0,2-.897,2-2V6c0-1.103-.897-2-2-2Z"
226
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
227
+ cx: "16",
228
+ cy: "17",
229
+ r: "2",
230
+ strokeWidth: "0"
231
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
232
+ strokeWidth: "0",
233
+ d: "m22,4v24c0,1.103-.897,2-2,2H4c-1.103,0-2-.897-2-2V4c0-1.103.897-2,2-2h16c1.103,0,2,.897,2,2ZM4,28h16s0-24.0015,0-24.0015l-16,.0015v24Z"
234
+ }), children);
235
+ });
236
+ if (process.env.NODE_ENV !== "production") IbmEngineeringRequirementsDoorsNext.propTypes = require_iconPropTypes.iconPropTypes;
237
+ const IbmEngineeringSystemsDesignRhapsody = /* @__PURE__ */ react.default.forwardRef(function IbmEngineeringSystemsDesignRhapsody({ children, size = 16, ...rest }, ref) {
238
+ return react.default.createElement(require_Icon_js, {
239
+ width: size,
240
+ height: size,
241
+ ref,
242
+ xmlns: "http://www.w3.org/2000/svg",
243
+ viewBox: "0 0 32 32",
244
+ fill: "currentColor",
245
+ ...rest
246
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
247
+ strokeWidth: "0",
248
+ d: "m4,10h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2h-4c-1.1046,0-2,.8954-2,2v4c0,1.1046.8954,2,2,2Zm0-6h4v4h-4v-4Z"
249
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
250
+ strokeWidth: "0",
251
+ d: "m28,22h-4c-1.1046,0-2,.8954-2,2v4c0,1.1046.8954,2,2,2h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2Zm0,6h-4v-4h4v4Z"
252
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
253
+ strokeWidth: "0",
254
+ d: "m21.414,12.586l-1.414,1.414,6,6,6-6-1.414-1.414-3.586,3.586V7c0-1.1046-.8954-2-2-2h-13v2h13v9.172l-3.586-3.586Z"
255
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
256
+ strokeWidth: "0",
257
+ d: "m7,15.828l3.586,3.586,1.414-1.414-6-6L0,18l1.414,1.414,3.586-3.586v9.172c0,1.1046.8954,2,2,2h13v-2H7v-9.172Z"
258
+ }), children);
259
+ });
260
+ if (process.env.NODE_ENV !== "production") IbmEngineeringSystemsDesignRhapsody.propTypes = require_iconPropTypes.iconPropTypes;
261
+ const IbmEngineeringSystemsDesignRhapsodyModelManager = /* @__PURE__ */ react.default.forwardRef(function IbmEngineeringSystemsDesignRhapsodyModelManager({ children, size = 16, ...rest }, ref) {
262
+ return react.default.createElement(require_Icon_js, {
263
+ width: size,
264
+ height: size,
265
+ ref,
266
+ xmlns: "http://www.w3.org/2000/svg",
267
+ viewBox: "0 0 32 32",
268
+ fill: "currentColor",
269
+ ...rest
270
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
271
+ strokeWidth: "0",
272
+ d: "m27,30h-8c-2.2061,0-4-1.7939-4-4,0-1.8887,1.3164-3.4766,3.0801-3.8936.4219-2.332,2.4678-4.1064,4.9199-4.1064s4.498,1.7744,4.9199,4.1064c1.7637.417,3.0801,2.0049,3.0801,3.8936,0,2.2061-1.7939,4-4,4Zm-8-2h8c1.1025,0,2-.8975,2-2s-.8975-2-2-2h-1v-1c0-1.6543-1.3457-3-3-3s-3,1.3457-3,3v1h-1c-1.1025,0-2,.8975-2,2s.8975,2,2,2Z"
273
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
274
+ strokeWidth: "0",
275
+ d: "m12,27h-2c-3.8599,0-7-3.1401-7-7v-2h2v2c0,2.7568,2.2432,5,5,5h2v2Z"
276
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
277
+ strokeWidth: "0",
278
+ d: "m27,15v-4c0-3.8599-3.1401-7-7-7h-7v2h7c2.7568,0,5,2.2432,5,5v4h2Z"
279
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
280
+ strokeWidth: "0",
281
+ d: "m10,8V4c0-1.1046-.8954-2-2-2H2v13h2v-5h1.48l2.34,5h2.18l-2.33-5h.33c1.1046,0,2-.8954,2-2ZM4,4h4v4h-4V4Z"
282
+ }), children);
283
+ });
284
+ if (process.env.NODE_ENV !== "production") IbmEngineeringSystemsDesignRhapsodyModelManager.propTypes = require_iconPropTypes.iconPropTypes;
285
+ const IbmEngineeringSystemsDesignRhapsodySn1 = /* @__PURE__ */ react.default.forwardRef(function IbmEngineeringSystemsDesignRhapsodySn1({ children, size = 16, ...rest }, ref) {
286
+ return react.default.createElement(require_Icon_js, {
287
+ width: size,
288
+ height: size,
289
+ ref,
290
+ xmlns: "http://www.w3.org/2000/svg",
291
+ viewBox: "0 0 32 32",
292
+ fill: "currentColor",
293
+ ...rest
294
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
295
+ strokeWidth: "0",
296
+ d: "m13,27h-3c-3.8599,0-7-3.1401-7-7v-2h2v2c0,2.7568,2.2432,5,5,5h3v2Z"
297
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
298
+ strokeWidth: "0",
299
+ d: "m25,27h-4c-1.1025,0-2-.8975-2-2v-4c0-1.1025.8975-2,2-2h4c1.1025,0,2,.8975,2,2v4c0,1.1025-.8975,2-2,2Zm-4-6h-.002l.002,4h4v-4h-4Z"
300
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
301
+ strokeWidth: "0",
302
+ d: "M25 15H27V17H25z"
303
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
304
+ strokeWidth: "0",
305
+ d: "M29 19H31V21H29z"
306
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
307
+ strokeWidth: "0",
308
+ d: "M29 23H31V25H29z"
309
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
310
+ strokeWidth: "0",
311
+ d: "M15 21H17V23H15z"
312
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
313
+ strokeWidth: "0",
314
+ d: "M15 25H17V27H15z"
315
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
316
+ strokeWidth: "0",
317
+ d: "M15 29H17V31H15z"
318
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
319
+ strokeWidth: "0",
320
+ d: "M19 29H21V31H19z"
321
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
322
+ strokeWidth: "0",
323
+ d: "m27,13v-2c0-3.8599-3.1401-7-7-7h-7v2h7c2.7568,0,5,2.2432,5,5v2h2Z"
324
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
325
+ strokeWidth: "0",
326
+ d: "m10,8V4c0-1.1046-.8954-2-2-2H2v13h2v-5h1.48l2.34,5h2.18l-2.33-5h.33c1.1046,0,2-.8954,2-2ZM4,4h4v4h-4V4Z"
327
+ }), children);
328
+ });
329
+ if (process.env.NODE_ENV !== "production") IbmEngineeringSystemsDesignRhapsodySn1.propTypes = require_iconPropTypes.iconPropTypes;
330
+ const IbmEngineeringSystemsDesignRhapsodySn2 = /* @__PURE__ */ react.default.forwardRef(function IbmEngineeringSystemsDesignRhapsodySn2({ children, size = 16, ...rest }, ref) {
331
+ return react.default.createElement(require_Icon_js, {
332
+ width: size,
333
+ height: size,
334
+ ref,
335
+ xmlns: "http://www.w3.org/2000/svg",
336
+ viewBox: "0 0 32 32",
337
+ fill: "currentColor",
338
+ ...rest
339
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
340
+ strokeWidth: "0",
341
+ d: "M19 24H21V26H19z"
342
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
343
+ strokeWidth: "0",
344
+ d: "m17,21h12c1.1046,0,2,.8954,2,2v4c0,1.1046-.8954,2-2,2h-12c-1.1046,0-2-.8954-2-2v-4c0-1.1046.8954-2,2-2Zm12,6v-4h-12v4h12Z"
345
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
346
+ strokeWidth: "0",
347
+ d: "m12,27h-2c-3.8599,0-7-3.1401-7-7v-2h2v2c0,2.7568,2.2432,5,5,5h2v2Z"
348
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
349
+ strokeWidth: "0",
350
+ d: "m27,18v-7c0-3.8599-3.1401-7-7-7h-7v2h7c2.7568,0,5,2.2432,5,5v7h2Z"
351
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
352
+ strokeWidth: "0",
353
+ d: "m10,8V4c0-1.1046-.8954-2-2-2H2v13h2v-5h1.48l2.34,5h2.18l-2.33-5h.33c1.1046,0,2-.8954,2-2ZM4,4h4v4h-4V4Z"
354
+ }), children);
355
+ });
356
+ if (process.env.NODE_ENV !== "production") IbmEngineeringSystemsDesignRhapsodySn2.propTypes = require_iconPropTypes.iconPropTypes;
357
+ const IbmEngineeringTestMgmt = /* @__PURE__ */ react.default.forwardRef(function IbmEngineeringTestMgmt({ children, size = 16, ...rest }, ref) {
358
+ return react.default.createElement(require_Icon_js, {
359
+ width: size,
360
+ height: size,
361
+ ref,
362
+ xmlns: "http://www.w3.org/2000/svg",
363
+ viewBox: "0 0 32 32",
364
+ fill: "currentColor",
365
+ ...rest
366
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
367
+ strokeWidth: "0",
368
+ d: "m16,30c-7.7197,0-14-6.2803-14-14h2c0,6.6167,5.3833,12,12,12s12-5.3833,12-12h2c0,7.7197-6.2803,14-14,14Z"
369
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
370
+ strokeWidth: "0",
371
+ d: "m16,26c-5.5139,0-10-4.4861-10-10h2c0,4.4111,3.5889,8,8,8s8-3.5889,8-8h2c0,5.5139-4.4861,10-10,10Z"
372
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
373
+ strokeWidth: "0",
374
+ d: "m16,20c-2.2056,0-4-1.7944-4-4s1.7944-4,4-4,4,1.7944,4,4-1.7944,4-4,4Zm0-6c-1.103,0-2,.897-2,2s.897,2,2,2,2-.897,2-2-.897-2-2-2Z"
375
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
376
+ strokeWidth: "0",
377
+ d: "m16,2c-4.9719,0-9.4933,2.6113-12,6.7883v-4.7883h-2v8h8v-2h-4.3881c2.126-3.6848,6.0558-6,10.3881-6,3.2051,0,6.2188,1.248,8.4854,3.5146l1.4141-1.4141c-2.644-2.6445-6.1597-4.1006-9.8994-4.1006Z"
378
+ }), children);
379
+ });
380
+ if (process.env.NODE_ENV !== "production") IbmEngineeringTestMgmt.propTypes = require_iconPropTypes.iconPropTypes;
381
+ const IbmEngineeringWorkflowMgmt = /* @__PURE__ */ react.default.forwardRef(function IbmEngineeringWorkflowMgmt({ children, size = 16, ...rest }, ref) {
382
+ return react.default.createElement(require_Icon_js, {
383
+ width: size,
384
+ height: size,
385
+ ref,
386
+ xmlns: "http://www.w3.org/2000/svg",
387
+ viewBox: "0 0 32 32",
388
+ fill: "currentColor",
389
+ ...rest
390
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
391
+ strokeWidth: "0",
392
+ d: "m31.3242,11.2612c-2.5444-2.103-5.7671-3.2612-9.0737-3.2612h-.2505v2h.2505c2.6079,0,5.1543.8374,7.2456,2.3716-1.3672,3.3955-4.1621,5.9414-7.5483,7.0366.0347-.4028.0522-.8096.0522-1.2197,0-7.8237-6.3647-14.1885-14.1885-14.1885-.9282,0-1.8555.0903-2.7563.2681l-.6572.1299-.1299.6572c-.1777.9009-.2681,1.8281-.2681,2.7563,0,4.1244,1.7795,7.8315,4.5983,10.4264-.3759,1.2767-.5992,2.6185-.5992,4.0165l.001.0009c.0011,3.3049,1.159,6.5258,3.261,9.069l.4385.5303.6523-.2202c4.6675-1.5752,8.0962-5.4111,9.2368-10.0454,4.6343-1.1406,8.4702-4.5693,10.0454-9.2368l.2202-.6523-.5303-.4385ZM12.3716,29.4961c-1.5342-2.0913-2.3716-4.6377-2.3716-7.2456h-.0006c.0003-.9115.1136-1.7958.304-2.6512,2.2567,1.5145,4.9689,2.4008,7.8851,2.4008.4102,0,.8169-.0176,1.2197-.0522-1.0952,3.3862-3.6411,6.1812-7.0366,7.5483Zm7.5112-9.6133c-.5557.0771-1.1211.1172-1.6943.1172-2.7159,0-5.2186-.9039-7.2472-2.4116.8616-2.0793,2.2642-3.881,4.0479-5.204l-1.28-1.53c-1.8557,1.3905-3.3427,3.2305-4.3404,5.3458-2.0815-2.1875-3.3687-5.1378-3.3687-8.3887,0-.5684.0391-1.1357.1167-1.6948.5591-.0776,1.1265-.1167,1.6948-.1167,6.7207,0,12.1885,5.4678,12.1885,12.1885,0,.5732-.04,1.1387-.1172,1.6943Z"
393
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
394
+ cx: "20",
395
+ cy: "2",
396
+ r: "2",
397
+ strokeWidth: "0"
398
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
399
+ cx: "27",
400
+ cy: "26",
401
+ r: "2",
402
+ strokeWidth: "0"
403
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
404
+ cx: "2",
405
+ cy: "20",
406
+ r: "2",
407
+ strokeWidth: "0"
408
+ }), children);
409
+ });
410
+ if (process.env.NODE_ENV !== "production") IbmEngineeringWorkflowMgmt.propTypes = require_iconPropTypes.iconPropTypes;
411
+ const IbmEventAutomation = /* @__PURE__ */ react.default.forwardRef(function IbmEventAutomation({ children, size = 16, ...rest }, ref) {
412
+ return react.default.createElement(require_Icon_js, {
413
+ width: size,
414
+ height: size,
415
+ ref,
416
+ xmlns: "http://www.w3.org/2000/svg",
417
+ viewBox: "0 0 32 32",
418
+ fill: "currentColor",
419
+ ...rest
420
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
421
+ cx: "4",
422
+ cy: "22",
423
+ r: "2"
424
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m13.5,30c-3.0586,0-5.9485-1.4867-7.7305-3.9771l1.6265-1.1638c1.4075,1.9667,3.6892,3.1409,6.104,3.1409,3.969,0,7.2578-3.1002,7.4873-7.0579l1.9966.1157c-.2908,5.0143-4.4565,8.9421-9.4839,8.9421Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
425
+ cx: "28",
426
+ cy: "23",
427
+ r: "2"
428
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m30.6411,19.0948l-1.9243-.5449c.188-.6638.2832-1.3535.2832-2.0499,0-4.1355-3.3645-7.5-7.5-7.5-1.0769,0-2.1157.223-3.0876.6628l-.8247-1.822c1.2329-.558,2.5491-.8408,3.9124-.8408,5.2383,0,9.5,4.2617,9.5,9.5,0,.8807-.1208,1.7537-.3589,2.5948Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m20.4141,14.5859l-3-3c-.3774-.3779-.8799-.5859-1.4141-.5859s-1.0366.208-1.4143.5859l-2.9998,3c-.3899.3896-.5859.9019-.5859,1.4141s.196,1.0244.5859,1.4141l2.9998,3c.3777.3779.8801.5859,1.4143.5859s1.0366-.208,1.4141-.5859l3-3c.3899-.3896.5859-.9019.5859-1.4141s-.196-1.0244-.5859-1.4141Zm-4.4141,4.4141l-3-3,3-3,2.9998,3-2.9998,3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
429
+ cx: "16",
430
+ cy: "3",
431
+ r: "2"
432
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m8.0254,19.8821c-3.0999-1.6578-5.0254-4.8696-5.0254-8.3821C3,6.4729,6.9277,2.307,11.9421,2.0161l.1157,1.9966c-3.9578.2297-7.0579,3.5186-7.0579,7.4873,0,2.7732,1.5208,5.3092,3.9688,6.6184l-.9434,1.7637Z" }), children);
433
+ });
434
+ if (process.env.NODE_ENV !== "production") IbmEventAutomation.propTypes = require_iconPropTypes.iconPropTypes;
435
+ const IbmEventEndpointMgmt = /* @__PURE__ */ react.default.forwardRef(function IbmEventEndpointMgmt({ children, size = 16, ...rest }, ref) {
436
+ return react.default.createElement(require_Icon_js, {
437
+ width: size,
438
+ height: size,
439
+ ref,
440
+ xmlns: "http://www.w3.org/2000/svg",
441
+ viewBox: "0 0 32 32",
442
+ fill: "currentColor",
443
+ ...rest
444
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
445
+ cx: "29",
446
+ cy: "29",
447
+ r: "2"
448
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m25,30h-8c-1.1028,0-2-.8972-2-2v-4h2v4h8v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m30,25h-2v-8h-5v-2h5c1.1028,0,2,.8972,2,2v8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m20.4141,14.5859l-3-3c-.3774-.3779-.8799-.5859-1.4141-.5859s-1.0366.208-1.4143.5859l-2.9998,3c-.3899.3896-.5859.9019-.5859,1.4141s.196,1.0244.5859,1.4141l2.9998,3c.3777.3779.8801.5859,1.4143.5859s1.0366-.208,1.4141-.5859l3-3c.3899-.3896.5859-.9019.5859-1.4141s-.196-1.0244-.5859-1.4141Zm-4.4141,4.4141l-3-3,3-3,2.9998,3-2.9998,3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m9,17H4c-1.1028,0-2-.8972-2-2V7h2v8h5v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m17,8h-2V4H7v-2h8c1.1028,0,2,.8972,2,2v4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
449
+ cx: "3",
450
+ cy: "3",
451
+ r: "2"
452
+ }), children);
453
+ });
454
+ if (process.env.NODE_ENV !== "production") IbmEventEndpointMgmt.propTypes = require_iconPropTypes.iconPropTypes;
455
+ const IbmEventProcessing = /* @__PURE__ */ react.default.forwardRef(function IbmEventProcessing({ children, size = 16, ...rest }, ref) {
456
+ return react.default.createElement(require_Icon_js, {
457
+ width: size,
458
+ height: size,
459
+ ref,
460
+ xmlns: "http://www.w3.org/2000/svg",
461
+ viewBox: "0 0 32 32",
462
+ fill: "currentColor",
463
+ ...rest
464
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
465
+ cx: "16",
466
+ cy: "29",
467
+ r: "2"
468
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m22.5,30h-2.5v-2h2.5c3.0327,0,5.5-2.4673,5.5-5.5,0-2.5634-1.7395-4.7644-4.23-5.3528l.46-1.9465c3.3972.8026,5.77,3.8042,5.77,7.2993,0,4.1355-3.3645,7.5-7.5,7.5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m20.4141,14.5859l-3-3c-.3774-.3779-.8799-.5859-1.4141-.5859s-1.0366.208-1.4143.5859l-2.9998,3c-.3899.3896-.5859.9019-.5859,1.4141s.196,1.0244.5859,1.4141l2.9998,3c.3777.3779.8801.5859,1.4143.5859s1.0366-.208,1.4141-.5859l3-3c.3899-.3896.5859-.9019.5859-1.4141s-.196-1.0244-.5859-1.4141Zm-4.4141,4.4141l-3-3,3-3,2.9998,3-2.9998,3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
469
+ cx: "16",
470
+ cy: "3",
471
+ r: "2"
472
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m7.77,16.7993c-3.3972-.8026-5.77-3.8042-5.77-7.2993C2,5.3645,5.3645,2,9.5,2h2.5v2h-2.5c-3.0327,0-5.5,2.4673-5.5,5.5,0,2.5634,1.7395,4.7645,4.23,5.3528l-.46,1.9465Z" }), children);
473
+ });
474
+ if (process.env.NODE_ENV !== "production") IbmEventProcessing.propTypes = require_iconPropTypes.iconPropTypes;
27
475
  const IbmEventStreams = /* @__PURE__ */ react.default.forwardRef(function IbmEventStreams({ children, size = 16, ...rest }, ref) {
28
- return react.default.createElement(require_Icon.Icon, {
476
+ return react.default.createElement(require_Icon_js, {
29
477
  width: size,
30
478
  height: size,
31
479
  ref,
@@ -45,7 +493,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
45
493
  });
46
494
  if (process.env.NODE_ENV !== "production") IbmEventStreams.propTypes = require_iconPropTypes.iconPropTypes;
47
495
  const IbmGcm = /* @__PURE__ */ react.default.forwardRef(function IbmGcm({ children, size = 16, ...rest }, ref) {
48
- return react.default.createElement(require_Icon.Icon, {
496
+ return react.default.createElement(require_Icon_js, {
49
497
  width: size,
50
498
  height: size,
51
499
  ref,
@@ -63,7 +511,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
63
511
  });
64
512
  if (process.env.NODE_ENV !== "production") IbmGcm.propTypes = require_iconPropTypes.iconPropTypes;
65
513
  const IbmGlobalStorageArchitecture = /* @__PURE__ */ react.default.forwardRef(function IbmGlobalStorageArchitecture({ children, size = 16, ...rest }, ref) {
66
- return react.default.createElement(require_Icon.Icon, {
514
+ return react.default.createElement(require_Icon_js, {
67
515
  width: size,
68
516
  height: size,
69
517
  ref,
@@ -75,7 +523,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
75
523
  });
76
524
  if (process.env.NODE_ENV !== "production") IbmGlobalStorageArchitecture.propTypes = require_iconPropTypes.iconPropTypes;
77
525
  const IbmGranite = /* @__PURE__ */ react.default.forwardRef(function IbmGranite({ children, size = 16, ...rest }, ref) {
78
- return react.default.createElement(require_Icon.Icon, {
526
+ return react.default.createElement(require_Icon_js, {
79
527
  width: size,
80
528
  height: size,
81
529
  ref,
@@ -87,7 +535,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
87
535
  });
88
536
  if (process.env.NODE_ENV !== "production") IbmGranite.propTypes = require_iconPropTypes.iconPropTypes;
89
537
  const IbmIbv = /* @__PURE__ */ react.default.forwardRef(function IbmIbv({ children, size = 16, ...rest }, ref) {
90
- return react.default.createElement(require_Icon.Icon, {
538
+ return react.default.createElement(require_Icon_js, {
91
539
  width: size,
92
540
  height: size,
93
541
  ref,
@@ -99,7 +547,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
99
547
  });
100
548
  if (process.env.NODE_ENV !== "production") IbmIbv.propTypes = require_iconPropTypes.iconPropTypes;
101
549
  const IbmInstana = /* @__PURE__ */ react.default.forwardRef(function IbmInstana({ children, size = 16, ...rest }, ref) {
102
- return react.default.createElement(require_Icon.Icon, {
550
+ return react.default.createElement(require_Icon_js, {
103
551
  width: size,
104
552
  height: size,
105
553
  ref,
@@ -119,7 +567,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
119
567
  });
120
568
  if (process.env.NODE_ENV !== "production") IbmInstana.propTypes = require_iconPropTypes.iconPropTypes;
121
569
  const IbmJrs = /* @__PURE__ */ react.default.forwardRef(function IbmJrs({ children, size = 16, ...rest }, ref) {
122
- return react.default.createElement(require_Icon.Icon, {
570
+ return react.default.createElement(require_Icon_js, {
123
571
  width: size,
124
572
  height: size,
125
573
  ref,
@@ -143,7 +591,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
143
591
  });
144
592
  if (process.env.NODE_ENV !== "production") IbmJrs.propTypes = require_iconPropTypes.iconPropTypes;
145
593
  const IbmKnowledgeCatalog = /* @__PURE__ */ react.default.forwardRef(function IbmKnowledgeCatalog({ children, size = 16, ...rest }, ref) {
146
- return react.default.createElement(require_Icon.Icon, {
594
+ return react.default.createElement(require_Icon_js, {
147
595
  width: size,
148
596
  height: size,
149
597
  ref,
@@ -155,7 +603,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
155
603
  });
156
604
  if (process.env.NODE_ENV !== "production") IbmKnowledgeCatalog.propTypes = require_iconPropTypes.iconPropTypes;
157
605
  const IbmKnowledgeCatalogPremium = /* @__PURE__ */ react.default.forwardRef(function IbmKnowledgeCatalogPremium({ children, size = 16, ...rest }, ref) {
158
- return react.default.createElement(require_Icon.Icon, {
606
+ return react.default.createElement(require_Icon_js, {
159
607
  width: size,
160
608
  height: size,
161
609
  ref,
@@ -167,7 +615,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
167
615
  });
168
616
  if (process.env.NODE_ENV !== "production") IbmKnowledgeCatalogPremium.propTypes = require_iconPropTypes.iconPropTypes;
169
617
  const IbmKnowledgeCatalogStandard = /* @__PURE__ */ react.default.forwardRef(function IbmKnowledgeCatalogStandard({ children, size = 16, ...rest }, ref) {
170
- return react.default.createElement(require_Icon.Icon, {
618
+ return react.default.createElement(require_Icon_js, {
171
619
  width: size,
172
620
  height: size,
173
621
  ref,
@@ -179,7 +627,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
179
627
  });
180
628
  if (process.env.NODE_ENV !== "production") IbmKnowledgeCatalogStandard.propTypes = require_iconPropTypes.iconPropTypes;
181
629
  const IbmLaunchpadS4 = /* @__PURE__ */ react.default.forwardRef(function IbmLaunchpadS4({ children, size = 16, ...rest }, ref) {
182
- return react.default.createElement(require_Icon.Icon, {
630
+ return react.default.createElement(require_Icon_js, {
183
631
  width: size,
184
632
  height: size,
185
633
  ref,
@@ -200,7 +648,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
200
648
  });
201
649
  if (process.env.NODE_ENV !== "production") IbmLaunchpadS4.propTypes = require_iconPropTypes.iconPropTypes;
202
650
  const IbmLpa = /* @__PURE__ */ react.default.forwardRef(function IbmLpa({ children, size = 16, ...rest }, ref) {
203
- return react.default.createElement(require_Icon.Icon, {
651
+ return react.default.createElement(require_Icon_js, {
204
652
  width: size,
205
653
  height: size,
206
654
  ref,
@@ -239,7 +687,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
239
687
  });
240
688
  if (process.env.NODE_ENV !== "production") IbmLpa.propTypes = require_iconPropTypes.iconPropTypes;
241
689
  const IbmLqe = /* @__PURE__ */ react.default.forwardRef(function IbmLqe({ children, size = 16, ...rest }, ref) {
242
- return react.default.createElement(require_Icon.Icon, {
690
+ return react.default.createElement(require_Icon_js, {
243
691
  width: size,
244
692
  height: size,
245
693
  ref,
@@ -257,7 +705,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
257
705
  });
258
706
  if (process.env.NODE_ENV !== "production") IbmLqe.propTypes = require_iconPropTypes.iconPropTypes;
259
707
  const IbmMachineLearningForZos = /* @__PURE__ */ react.default.forwardRef(function IbmMachineLearningForZos({ children, size = 16, ...rest }, ref) {
260
- return react.default.createElement(require_Icon.Icon, {
708
+ return react.default.createElement(require_Icon_js, {
261
709
  width: size,
262
710
  height: size,
263
711
  ref,
@@ -269,7 +717,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
269
717
  });
270
718
  if (process.env.NODE_ENV !== "production") IbmMachineLearningForZos.propTypes = require_iconPropTypes.iconPropTypes;
271
719
  const IbmMatch_360 = /* @__PURE__ */ react.default.forwardRef(function IbmMatch_360({ children, size = 16, ...rest }, ref) {
272
- return react.default.createElement(require_Icon.Icon, {
720
+ return react.default.createElement(require_Icon_js, {
273
721
  width: size,
274
722
  height: size,
275
723
  ref,
@@ -281,7 +729,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
281
729
  });
282
730
  if (process.env.NODE_ENV !== "production") IbmMatch_360.propTypes = require_iconPropTypes.iconPropTypes;
283
731
  const IbmMaximoApplicationSuite = /* @__PURE__ */ react.default.forwardRef(function IbmMaximoApplicationSuite({ children, size = 16, ...rest }, ref) {
284
- return react.default.createElement(require_Icon.Icon, {
732
+ return react.default.createElement(require_Icon_js, {
285
733
  width: size,
286
734
  height: size,
287
735
  ref,
@@ -293,7 +741,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
293
741
  });
294
742
  if (process.env.NODE_ENV !== "production") IbmMaximoApplicationSuite.propTypes = require_iconPropTypes.iconPropTypes;
295
743
  const IbmMq = /* @__PURE__ */ react.default.forwardRef(function IbmMq({ children, size = 16, ...rest }, ref) {
296
- return react.default.createElement(require_Icon.Icon, {
744
+ return react.default.createElement(require_Icon_js, {
297
745
  width: size,
298
746
  height: size,
299
747
  ref,
@@ -305,7 +753,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
305
753
  });
306
754
  if (process.env.NODE_ENV !== "production") IbmMq.propTypes = require_iconPropTypes.iconPropTypes;
307
755
  const IbmOpenEnterpriseLanguages = /* @__PURE__ */ react.default.forwardRef(function IbmOpenEnterpriseLanguages({ children, size = 16, ...rest }, ref) {
308
- return react.default.createElement(require_Icon.Icon, {
756
+ return react.default.createElement(require_Icon_js, {
309
757
  width: size,
310
758
  height: size,
311
759
  ref,
@@ -317,7 +765,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
317
765
  });
318
766
  if (process.env.NODE_ENV !== "production") IbmOpenEnterpriseLanguages.propTypes = require_iconPropTypes.iconPropTypes;
319
767
  const IbmOpenshiftContainerPlatformOnVpcForRegulatedIndustries = /* @__PURE__ */ react.default.forwardRef(function IbmOpenshiftContainerPlatformOnVpcForRegulatedIndustries({ children, size = 16, ...rest }, ref) {
320
- return react.default.createElement(require_Icon.Icon, {
768
+ return react.default.createElement(require_Icon_js, {
321
769
  width: size,
322
770
  height: size,
323
771
  ref,
@@ -333,7 +781,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
333
781
  });
334
782
  if (process.env.NODE_ENV !== "production") IbmOpenshiftContainerPlatformOnVpcForRegulatedIndustries.propTypes = require_iconPropTypes.iconPropTypes;
335
783
  const IbmPlanningAnalytics = /* @__PURE__ */ react.default.forwardRef(function IbmPlanningAnalytics({ children, size = 16, ...rest }, ref) {
336
- return react.default.createElement(require_Icon.Icon, {
784
+ return react.default.createElement(require_Icon_js, {
337
785
  width: size,
338
786
  height: size,
339
787
  ref,
@@ -345,7 +793,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
345
793
  });
346
794
  if (process.env.NODE_ENV !== "production") IbmPlanningAnalytics.propTypes = require_iconPropTypes.iconPropTypes;
347
795
  const IbmPowerVs = /* @__PURE__ */ react.default.forwardRef(function IbmPowerVs({ children, size = 16, ...rest }, ref) {
348
- return react.default.createElement(require_Icon.Icon, {
796
+ return react.default.createElement(require_Icon_js, {
349
797
  width: size,
350
798
  height: size,
351
799
  ref,
@@ -377,7 +825,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
377
825
  });
378
826
  if (process.env.NODE_ENV !== "production") IbmPowerVs.propTypes = require_iconPropTypes.iconPropTypes;
379
827
  const IbmPowerVsPrivateCloud = /* @__PURE__ */ react.default.forwardRef(function IbmPowerVsPrivateCloud({ children, size = 16, ...rest }, ref) {
380
- return react.default.createElement(require_Icon.Icon, {
828
+ return react.default.createElement(require_Icon_js, {
381
829
  width: size,
382
830
  height: size,
383
831
  ref,
@@ -405,7 +853,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
405
853
  });
406
854
  if (process.env.NODE_ENV !== "production") IbmPowerVsPrivateCloud.propTypes = require_iconPropTypes.iconPropTypes;
407
855
  const IbmPowerWithVpc = /* @__PURE__ */ react.default.forwardRef(function IbmPowerWithVpc({ children, size = 16, ...rest }, ref) {
408
- return react.default.createElement(require_Icon.Icon, {
856
+ return react.default.createElement(require_Icon_js, {
409
857
  width: size,
410
858
  height: size,
411
859
  ref,
@@ -421,7 +869,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
421
869
  });
422
870
  if (process.env.NODE_ENV !== "production") IbmPowerWithVpc.propTypes = require_iconPropTypes.iconPropTypes;
423
871
  const IbmPrivatePathServices = /* @__PURE__ */ react.default.forwardRef(function IbmPrivatePathServices({ children, size = 16, ...rest }, ref) {
424
- return react.default.createElement(require_Icon.Icon, {
872
+ return react.default.createElement(require_Icon_js, {
425
873
  width: size,
426
874
  height: size,
427
875
  ref,
@@ -433,7 +881,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
433
881
  });
434
882
  if (process.env.NODE_ENV !== "production") IbmPrivatePathServices.propTypes = require_iconPropTypes.iconPropTypes;
435
883
  const IbmProcessMining = /* @__PURE__ */ react.default.forwardRef(function IbmProcessMining({ children, size = 16, ...rest }, ref) {
436
- return react.default.createElement(require_Icon.Icon, {
884
+ return react.default.createElement(require_Icon_js, {
437
885
  width: size,
438
886
  height: size,
439
887
  ref,
@@ -445,7 +893,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
445
893
  });
446
894
  if (process.env.NODE_ENV !== "production") IbmProcessMining.propTypes = require_iconPropTypes.iconPropTypes;
447
895
  const IbmSaasConsole = /* @__PURE__ */ react.default.forwardRef(function IbmSaasConsole({ children, size = 16, ...rest }, ref) {
448
- return react.default.createElement(require_Icon.Icon, {
896
+ return react.default.createElement(require_Icon_js, {
449
897
  width: size,
450
898
  height: size,
451
899
  ref,
@@ -465,7 +913,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
465
913
  });
466
914
  if (process.env.NODE_ENV !== "production") IbmSaasConsole.propTypes = require_iconPropTypes.iconPropTypes;
467
915
  const IbmSapOnPower = /* @__PURE__ */ react.default.forwardRef(function IbmSapOnPower({ children, size = 16, ...rest }, ref) {
468
- return react.default.createElement(require_Icon.Icon, {
916
+ return react.default.createElement(require_Icon_js, {
469
917
  width: size,
470
918
  height: size,
471
919
  ref,
@@ -481,7 +929,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
481
929
  });
482
930
  if (process.env.NODE_ENV !== "production") IbmSapOnPower.propTypes = require_iconPropTypes.iconPropTypes;
483
931
  const IbmSecureInfrastructureOnVpcForRegulatedIndustries = /* @__PURE__ */ react.default.forwardRef(function IbmSecureInfrastructureOnVpcForRegulatedIndustries({ children, size = 16, ...rest }, ref) {
484
- return react.default.createElement(require_Icon.Icon, {
932
+ return react.default.createElement(require_Icon_js, {
485
933
  width: size,
486
934
  height: size,
487
935
  ref,
@@ -493,7 +941,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
493
941
  });
494
942
  if (process.env.NODE_ENV !== "production") IbmSecureInfrastructureOnVpcForRegulatedIndustries.propTypes = require_iconPropTypes.iconPropTypes;
495
943
  const IbmStreamsets = /* @__PURE__ */ react.default.forwardRef(function IbmStreamsets({ children, size = 16, ...rest }, ref) {
496
- return react.default.createElement(require_Icon.Icon, {
944
+ return react.default.createElement(require_Icon_js, {
497
945
  width: size,
498
946
  height: size,
499
947
  ref,
@@ -505,7 +953,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
505
953
  });
506
954
  if (process.env.NODE_ENV !== "production") IbmStreamsets.propTypes = require_iconPropTypes.iconPropTypes;
507
955
  const IbmTelehealth = /* @__PURE__ */ react.default.forwardRef(function IbmTelehealth({ children, size = 16, ...rest }, ref) {
508
- return react.default.createElement(require_Icon.Icon, {
956
+ return react.default.createElement(require_Icon_js, {
509
957
  width: size,
510
958
  height: size,
511
959
  ref,
@@ -517,7 +965,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
517
965
  });
518
966
  if (process.env.NODE_ENV !== "production") IbmTelehealth.propTypes = require_iconPropTypes.iconPropTypes;
519
967
  const PortfolioManagement = /* @__PURE__ */ react.default.forwardRef(function PortfolioManagement({ children, size = 16, ...rest }, ref) {
520
- return react.default.createElement(require_Icon.Icon, {
968
+ return react.default.createElement(require_Icon_js, {
521
969
  width: size,
522
970
  height: size,
523
971
  ref,
@@ -537,7 +985,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
537
985
  });
538
986
  if (process.env.NODE_ENV !== "production") PortfolioManagement.propTypes = require_iconPropTypes.iconPropTypes;
539
987
  const IbmTestAcceleratorForZ = /* @__PURE__ */ react.default.forwardRef(function IbmTestAcceleratorForZ({ children, size = 16, ...rest }, ref) {
540
- return react.default.createElement(require_Icon.Icon, {
988
+ return react.default.createElement(require_Icon_js, {
541
989
  width: size,
542
990
  height: size,
543
991
  ref,
@@ -549,7 +997,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
549
997
  });
550
998
  if (process.env.NODE_ENV !== "production") IbmTestAcceleratorForZ.propTypes = require_iconPropTypes.iconPropTypes;
551
999
  const IbmToolchain = /* @__PURE__ */ react.default.forwardRef(function IbmToolchain({ children, size = 16, ...rest }, ref) {
552
- return react.default.createElement(require_Icon.Icon, {
1000
+ return react.default.createElement(require_Icon_js, {
553
1001
  width: size,
554
1002
  height: size,
555
1003
  ref,
@@ -561,7 +1009,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
561
1009
  });
562
1010
  if (process.env.NODE_ENV !== "production") IbmToolchain.propTypes = require_iconPropTypes.iconPropTypes;
563
1011
  const IbmTurbonomic = /* @__PURE__ */ react.default.forwardRef(function IbmTurbonomic({ children, size = 16, ...rest }, ref) {
564
- return react.default.createElement(require_Icon.Icon, {
1012
+ return react.default.createElement(require_Icon_js, {
565
1013
  width: size,
566
1014
  height: size,
567
1015
  ref,
@@ -573,7 +1021,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
573
1021
  });
574
1022
  if (process.env.NODE_ENV !== "production") IbmTurbonomic.propTypes = require_iconPropTypes.iconPropTypes;
575
1023
  const IbmUnstructuredDataProcessor = /* @__PURE__ */ react.default.forwardRef(function IbmUnstructuredDataProcessor({ children, size = 16, ...rest }, ref) {
576
- return react.default.createElement(require_Icon.Icon, {
1024
+ return react.default.createElement(require_Icon_js, {
577
1025
  width: size,
578
1026
  height: size,
579
1027
  ref,
@@ -585,7 +1033,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
585
1033
  });
586
1034
  if (process.env.NODE_ENV !== "production") IbmUnstructuredDataProcessor.propTypes = require_iconPropTypes.iconPropTypes;
587
1035
  const IbmVpnForVpc = /* @__PURE__ */ react.default.forwardRef(function IbmVpnForVpc({ children, size = 16, ...rest }, ref) {
588
- return react.default.createElement(require_Icon.Icon, {
1036
+ return react.default.createElement(require_Icon_js, {
589
1037
  width: size,
590
1038
  height: size,
591
1039
  ref,
@@ -597,7 +1045,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
597
1045
  });
598
1046
  if (process.env.NODE_ENV !== "production") IbmVpnForVpc.propTypes = require_iconPropTypes.iconPropTypes;
599
1047
  const IbmVsiOnVpcForRegulatedIndustries = /* @__PURE__ */ react.default.forwardRef(function IbmVsiOnVpcForRegulatedIndustries({ children, size = 16, ...rest }, ref) {
600
- return react.default.createElement(require_Icon.Icon, {
1048
+ return react.default.createElement(require_Icon_js, {
601
1049
  width: size,
602
1050
  height: size,
603
1051
  ref,
@@ -609,7 +1057,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
609
1057
  });
610
1058
  if (process.env.NODE_ENV !== "production") IbmVsiOnVpcForRegulatedIndustries.propTypes = require_iconPropTypes.iconPropTypes;
611
1059
  const IbmWaziDeploy = /* @__PURE__ */ react.default.forwardRef(function IbmWaziDeploy({ children, size = 16, ...rest }, ref) {
612
- return react.default.createElement(require_Icon.Icon, {
1060
+ return react.default.createElement(require_Icon_js, {
613
1061
  width: size,
614
1062
  height: size,
615
1063
  ref,
@@ -621,7 +1069,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
621
1069
  });
622
1070
  if (process.env.NODE_ENV !== "production") IbmWaziDeploy.propTypes = require_iconPropTypes.iconPropTypes;
623
1071
  const IbmWebmethodsApiGateway = /* @__PURE__ */ react.default.forwardRef(function IbmWebmethodsApiGateway({ children, size = 16, ...rest }, ref) {
624
- return react.default.createElement(require_Icon.Icon, {
1072
+ return react.default.createElement(require_Icon_js, {
625
1073
  width: size,
626
1074
  height: size,
627
1075
  ref,
@@ -633,7 +1081,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
633
1081
  });
634
1082
  if (process.env.NODE_ENV !== "production") IbmWebmethodsApiGateway.propTypes = require_iconPropTypes.iconPropTypes;
635
1083
  const IbmWebmethodsApiStudio = /* @__PURE__ */ react.default.forwardRef(function IbmWebmethodsApiStudio({ children, size = 16, ...rest }, ref) {
636
- return react.default.createElement(require_Icon.Icon, {
1084
+ return react.default.createElement(require_Icon_js, {
637
1085
  width: size,
638
1086
  height: size,
639
1087
  ref,
@@ -645,7 +1093,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
645
1093
  });
646
1094
  if (process.env.NODE_ENV !== "production") IbmWebmethodsApiStudio.propTypes = require_iconPropTypes.iconPropTypes;
647
1095
  const IbmWebmethodsB2bIntegration = /* @__PURE__ */ react.default.forwardRef(function IbmWebmethodsB2bIntegration({ children, size = 16, ...rest }, ref) {
648
- return react.default.createElement(require_Icon.Icon, {
1096
+ return react.default.createElement(require_Icon_js, {
649
1097
  width: size,
650
1098
  height: size,
651
1099
  ref,
@@ -657,7 +1105,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
657
1105
  });
658
1106
  if (process.env.NODE_ENV !== "production") IbmWebmethodsB2bIntegration.propTypes = require_iconPropTypes.iconPropTypes;
659
1107
  const IbmWebmethodsDeveloperPortal = /* @__PURE__ */ react.default.forwardRef(function IbmWebmethodsDeveloperPortal({ children, size = 16, ...rest }, ref) {
660
- return react.default.createElement(require_Icon.Icon, {
1108
+ return react.default.createElement(require_Icon_js, {
661
1109
  width: size,
662
1110
  height: size,
663
1111
  ref,
@@ -669,7 +1117,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
669
1117
  });
670
1118
  if (process.env.NODE_ENV !== "production") IbmWebmethodsDeveloperPortal.propTypes = require_iconPropTypes.iconPropTypes;
671
1119
  const IbmWebmethodsHybridIntegration = /* @__PURE__ */ react.default.forwardRef(function IbmWebmethodsHybridIntegration({ children, size = 16, ...rest }, ref) {
672
- return react.default.createElement(require_Icon.Icon, {
1120
+ return react.default.createElement(require_Icon_js, {
673
1121
  width: size,
674
1122
  height: size,
675
1123
  ref,
@@ -681,7 +1129,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
681
1129
  });
682
1130
  if (process.env.NODE_ENV !== "production") IbmWebmethodsHybridIntegration.propTypes = require_iconPropTypes.iconPropTypes;
683
1131
  const IbmWebmethodsIntegration = /* @__PURE__ */ react.default.forwardRef(function IbmWebmethodsIntegration({ children, size = 16, ...rest }, ref) {
684
- return react.default.createElement(require_Icon.Icon, {
1132
+ return react.default.createElement(require_Icon_js, {
685
1133
  width: size,
686
1134
  height: size,
687
1135
  ref,
@@ -693,7 +1141,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
693
1141
  });
694
1142
  if (process.env.NODE_ENV !== "production") IbmWebmethodsIntegration.propTypes = require_iconPropTypes.iconPropTypes;
695
1143
  const IbmWebmethodsIntegrationServer = /* @__PURE__ */ react.default.forwardRef(function IbmWebmethodsIntegrationServer({ children, size = 16, ...rest }, ref) {
696
- return react.default.createElement(require_Icon.Icon, {
1144
+ return react.default.createElement(require_Icon_js, {
697
1145
  width: size,
698
1146
  height: size,
699
1147
  ref,
@@ -705,7 +1153,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
705
1153
  });
706
1154
  if (process.env.NODE_ENV !== "production") IbmWebmethodsIntegrationServer.propTypes = require_iconPropTypes.iconPropTypes;
707
1155
  const IbmWebmethodsManagedFileTransfer = /* @__PURE__ */ react.default.forwardRef(function IbmWebmethodsManagedFileTransfer({ children, size = 16, ...rest }, ref) {
708
- return react.default.createElement(require_Icon.Icon, {
1156
+ return react.default.createElement(require_Icon_js, {
709
1157
  width: size,
710
1158
  height: size,
711
1159
  ref,
@@ -717,7 +1165,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
717
1165
  });
718
1166
  if (process.env.NODE_ENV !== "production") IbmWebmethodsManagedFileTransfer.propTypes = require_iconPropTypes.iconPropTypes;
719
1167
  const IbmCloud = /* @__PURE__ */ react.default.forwardRef(function IbmCloud({ children, size = 16, ...rest }, ref) {
720
- return react.default.createElement(require_Icon.Icon, {
1168
+ return react.default.createElement(require_Icon_js, {
721
1169
  width: size,
722
1170
  height: size,
723
1171
  ref,
@@ -729,7 +1177,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
729
1177
  });
730
1178
  if (process.env.NODE_ENV !== "production") IbmCloud.propTypes = require_iconPropTypes.iconPropTypes;
731
1179
  const IbmCloudAppId = /* @__PURE__ */ react.default.forwardRef(function IbmCloudAppId({ children, size = 16, ...rest }, ref) {
732
- return react.default.createElement(require_Icon.Icon, {
1180
+ return react.default.createElement(require_Icon_js, {
733
1181
  width: size,
734
1182
  height: size,
735
1183
  ref,
@@ -741,7 +1189,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
741
1189
  });
742
1190
  if (process.env.NODE_ENV !== "production") IbmCloudAppId.propTypes = require_iconPropTypes.iconPropTypes;
743
1191
  const IbmCloudBackupAndRecovery = /* @__PURE__ */ react.default.forwardRef(function IbmCloudBackupAndRecovery({ children, size = 16, ...rest }, ref) {
744
- return react.default.createElement(require_Icon.Icon, {
1192
+ return react.default.createElement(require_Icon_js, {
745
1193
  width: size,
746
1194
  height: size,
747
1195
  ref,
@@ -753,7 +1201,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
753
1201
  });
754
1202
  if (process.env.NODE_ENV !== "production") IbmCloudBackupAndRecovery.propTypes = require_iconPropTypes.iconPropTypes;
755
1203
  const IbmCloudBackupServiceVpc = /* @__PURE__ */ react.default.forwardRef(function IbmCloudBackupServiceVpc({ children, size = 16, ...rest }, ref) {
756
- return react.default.createElement(require_Icon.Icon, {
1204
+ return react.default.createElement(require_Icon_js, {
757
1205
  width: size,
758
1206
  height: size,
759
1207
  ref,
@@ -765,7 +1213,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
765
1213
  });
766
1214
  if (process.env.NODE_ENV !== "production") IbmCloudBackupServiceVpc.propTypes = require_iconPropTypes.iconPropTypes;
767
1215
  const IbmCloudBareMetalServer = /* @__PURE__ */ react.default.forwardRef(function IbmCloudBareMetalServer({ children, size = 16, ...rest }, ref) {
768
- return react.default.createElement(require_Icon.Icon, {
1216
+ return react.default.createElement(require_Icon_js, {
769
1217
  width: size,
770
1218
  height: size,
771
1219
  ref,
@@ -789,7 +1237,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
789
1237
  });
790
1238
  if (process.env.NODE_ENV !== "production") IbmCloudBareMetalServer.propTypes = require_iconPropTypes.iconPropTypes;
791
1239
  const IbmCloudBareMetalServersVpc = /* @__PURE__ */ react.default.forwardRef(function IbmCloudBareMetalServersVpc({ children, size = 16, ...rest }, ref) {
792
- return react.default.createElement(require_Icon.Icon, {
1240
+ return react.default.createElement(require_Icon_js, {
793
1241
  width: size,
794
1242
  height: size,
795
1243
  ref,
@@ -809,7 +1257,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
809
1257
  });
810
1258
  if (process.env.NODE_ENV !== "production") IbmCloudBareMetalServersVpc.propTypes = require_iconPropTypes.iconPropTypes;
811
1259
  const IbmCloudCitrixDaas = /* @__PURE__ */ react.default.forwardRef(function IbmCloudCitrixDaas({ children, size = 16, ...rest }, ref) {
812
- return react.default.createElement(require_Icon.Icon, {
1260
+ return react.default.createElement(require_Icon_js, {
813
1261
  width: size,
814
1262
  height: size,
815
1263
  ref,
@@ -821,7 +1269,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
821
1269
  });
822
1270
  if (process.env.NODE_ENV !== "production") IbmCloudCitrixDaas.propTypes = require_iconPropTypes.iconPropTypes;
823
1271
  const IbmCloudCodeEngine = /* @__PURE__ */ react.default.forwardRef(function IbmCloudCodeEngine({ children, size = 16, ...rest }, ref) {
824
- return react.default.createElement(require_Icon.Icon, {
1272
+ return react.default.createElement(require_Icon_js, {
825
1273
  width: size,
826
1274
  height: size,
827
1275
  ref,
@@ -833,7 +1281,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
833
1281
  });
834
1282
  if (process.env.NODE_ENV !== "production") IbmCloudCodeEngine.propTypes = require_iconPropTypes.iconPropTypes;
835
1283
  const IbmCloudContinuousDelivery = /* @__PURE__ */ react.default.forwardRef(function IbmCloudContinuousDelivery({ children, size = 16, ...rest }, ref) {
836
- return react.default.createElement(require_Icon.Icon, {
1284
+ return react.default.createElement(require_Icon_js, {
837
1285
  width: size,
838
1286
  height: size,
839
1287
  ref,
@@ -845,7 +1293,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
845
1293
  });
846
1294
  if (process.env.NODE_ENV !== "production") IbmCloudContinuousDelivery.propTypes = require_iconPropTypes.iconPropTypes;
847
1295
  const IbmCloudDatabases = /* @__PURE__ */ react.default.forwardRef(function IbmCloudDatabases({ children, size = 16, ...rest }, ref) {
848
- return react.default.createElement(require_Icon.Icon, {
1296
+ return react.default.createElement(require_Icon_js, {
849
1297
  width: size,
850
1298
  height: size,
851
1299
  ref,
@@ -857,7 +1305,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
857
1305
  });
858
1306
  if (process.env.NODE_ENV !== "production") IbmCloudDatabases.propTypes = require_iconPropTypes.iconPropTypes;
859
1307
  const IbmCloudDedicatedHost = /* @__PURE__ */ react.default.forwardRef(function IbmCloudDedicatedHost({ children, size = 16, ...rest }, ref) {
860
- return react.default.createElement(require_Icon.Icon, {
1308
+ return react.default.createElement(require_Icon_js, {
861
1309
  width: size,
862
1310
  height: size,
863
1311
  ref,
@@ -877,7 +1325,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
877
1325
  });
878
1326
  if (process.env.NODE_ENV !== "production") IbmCloudDedicatedHost.propTypes = require_iconPropTypes.iconPropTypes;
879
1327
  const IbmCloudDirectLink_1Connect = /* @__PURE__ */ react.default.forwardRef(function IbmCloudDirectLink_1Connect({ children, size = 16, ...rest }, ref) {
880
- return react.default.createElement(require_Icon.Icon, {
1328
+ return react.default.createElement(require_Icon_js, {
881
1329
  width: size,
882
1330
  height: size,
883
1331
  ref,
@@ -889,7 +1337,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
889
1337
  });
890
1338
  if (process.env.NODE_ENV !== "production") IbmCloudDirectLink_1Connect.propTypes = require_iconPropTypes.iconPropTypes;
891
1339
  const IbmCloudDirectLink_1Dedicated = /* @__PURE__ */ react.default.forwardRef(function IbmCloudDirectLink_1Dedicated({ children, size = 16, ...rest }, ref) {
892
- return react.default.createElement(require_Icon.Icon, {
1340
+ return react.default.createElement(require_Icon_js, {
893
1341
  width: size,
894
1342
  height: size,
895
1343
  ref,
@@ -901,7 +1349,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
901
1349
  });
902
1350
  if (process.env.NODE_ENV !== "production") IbmCloudDirectLink_1Dedicated.propTypes = require_iconPropTypes.iconPropTypes;
903
1351
  const IbmCloudDirectLink_1DedicatedHosting = /* @__PURE__ */ react.default.forwardRef(function IbmCloudDirectLink_1DedicatedHosting({ children, size = 16, ...rest }, ref) {
904
- return react.default.createElement(require_Icon.Icon, {
1352
+ return react.default.createElement(require_Icon_js, {
905
1353
  width: size,
906
1354
  height: size,
907
1355
  ref,
@@ -913,7 +1361,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
913
1361
  });
914
1362
  if (process.env.NODE_ENV !== "production") IbmCloudDirectLink_1DedicatedHosting.propTypes = require_iconPropTypes.iconPropTypes;
915
1363
  const IbmCloudDirectLink_1Exchange = /* @__PURE__ */ react.default.forwardRef(function IbmCloudDirectLink_1Exchange({ children, size = 16, ...rest }, ref) {
916
- return react.default.createElement(require_Icon.Icon, {
1364
+ return react.default.createElement(require_Icon_js, {
917
1365
  width: size,
918
1366
  height: size,
919
1367
  ref,
@@ -925,7 +1373,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
925
1373
  });
926
1374
  if (process.env.NODE_ENV !== "production") IbmCloudDirectLink_1Exchange.propTypes = require_iconPropTypes.iconPropTypes;
927
1375
  const IbmCloudDirectLink_2Connect = /* @__PURE__ */ react.default.forwardRef(function IbmCloudDirectLink_2Connect({ children, size = 16, ...rest }, ref) {
928
- return react.default.createElement(require_Icon.Icon, {
1376
+ return react.default.createElement(require_Icon_js, {
929
1377
  width: size,
930
1378
  height: size,
931
1379
  ref,
@@ -937,7 +1385,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
937
1385
  });
938
1386
  if (process.env.NODE_ENV !== "production") IbmCloudDirectLink_2Connect.propTypes = require_iconPropTypes.iconPropTypes;
939
1387
  const IbmCloudDirectLink_2Dedicated = /* @__PURE__ */ react.default.forwardRef(function IbmCloudDirectLink_2Dedicated({ children, size = 16, ...rest }, ref) {
940
- return react.default.createElement(require_Icon.Icon, {
1388
+ return react.default.createElement(require_Icon_js, {
941
1389
  width: size,
942
1390
  height: size,
943
1391
  ref,
@@ -949,7 +1397,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
949
1397
  });
950
1398
  if (process.env.NODE_ENV !== "production") IbmCloudDirectLink_2Dedicated.propTypes = require_iconPropTypes.iconPropTypes;
951
1399
  const IbmCloudDirectLink_2DedicatedHosting = /* @__PURE__ */ react.default.forwardRef(function IbmCloudDirectLink_2DedicatedHosting({ children, size = 16, ...rest }, ref) {
952
- return react.default.createElement(require_Icon.Icon, {
1400
+ return react.default.createElement(require_Icon_js, {
953
1401
  width: size,
954
1402
  height: size,
955
1403
  ref,
@@ -961,7 +1409,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
961
1409
  });
962
1410
  if (process.env.NODE_ENV !== "production") IbmCloudDirectLink_2DedicatedHosting.propTypes = require_iconPropTypes.iconPropTypes;
963
1411
  const IbmCloudEssentialSecurityAndObservabilityServices = /* @__PURE__ */ react.default.forwardRef(function IbmCloudEssentialSecurityAndObservabilityServices({ children, size = 16, ...rest }, ref) {
964
- return react.default.createElement(require_Icon.Icon, {
1412
+ return react.default.createElement(require_Icon_js, {
965
1413
  width: size,
966
1414
  height: size,
967
1415
  ref,
@@ -973,7 +1421,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
973
1421
  });
974
1422
  if (process.env.NODE_ENV !== "production") IbmCloudEssentialSecurityAndObservabilityServices.propTypes = require_iconPropTypes.iconPropTypes;
975
1423
  const IbmCloudEventNotification = /* @__PURE__ */ react.default.forwardRef(function IbmCloudEventNotification({ children, size = 16, ...rest }, ref) {
976
- return react.default.createElement(require_Icon.Icon, {
1424
+ return react.default.createElement(require_Icon_js, {
977
1425
  width: size,
978
1426
  height: size,
979
1427
  ref,
@@ -985,7 +1433,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
985
1433
  });
986
1434
  if (process.env.NODE_ENV !== "production") IbmCloudEventNotification.propTypes = require_iconPropTypes.iconPropTypes;
987
1435
  const IbmCloudEventStreams = /* @__PURE__ */ react.default.forwardRef(function IbmCloudEventStreams({ children, size = 16, ...rest }, ref) {
988
- return react.default.createElement(require_Icon.Icon, {
1436
+ return react.default.createElement(require_Icon_js, {
989
1437
  width: size,
990
1438
  height: size,
991
1439
  ref,
@@ -997,7 +1445,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
997
1445
  });
998
1446
  if (process.env.NODE_ENV !== "production") IbmCloudEventStreams.propTypes = require_iconPropTypes.iconPropTypes;
999
1447
  const IbmCloudForEducation = /* @__PURE__ */ react.default.forwardRef(function IbmCloudForEducation({ children, size = 16, ...rest }, ref) {
1000
- return react.default.createElement(require_Icon.Icon, {
1448
+ return react.default.createElement(require_Icon_js, {
1001
1449
  width: size,
1002
1450
  height: size,
1003
1451
  ref,
@@ -1009,7 +1457,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1009
1457
  });
1010
1458
  if (process.env.NODE_ENV !== "production") IbmCloudForEducation.propTypes = require_iconPropTypes.iconPropTypes;
1011
1459
  const IbmCloudGateKeeper = /* @__PURE__ */ react.default.forwardRef(function IbmCloudGateKeeper({ children, size = 16, ...rest }, ref) {
1012
- return react.default.createElement(require_Icon.Icon, {
1460
+ return react.default.createElement(require_Icon_js, {
1013
1461
  width: size,
1014
1462
  height: size,
1015
1463
  ref,
@@ -1021,7 +1469,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1021
1469
  });
1022
1470
  if (process.env.NODE_ENV !== "production") IbmCloudGateKeeper.propTypes = require_iconPropTypes.iconPropTypes;
1023
1471
  const IbmCloudHpc = /* @__PURE__ */ react.default.forwardRef(function IbmCloudHpc({ children, size = 16, ...rest }, ref) {
1024
- return react.default.createElement(require_Icon.Icon, {
1472
+ return react.default.createElement(require_Icon_js, {
1025
1473
  width: size,
1026
1474
  height: size,
1027
1475
  ref,
@@ -1033,7 +1481,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1033
1481
  });
1034
1482
  if (process.env.NODE_ENV !== "production") IbmCloudHpc.propTypes = require_iconPropTypes.iconPropTypes;
1035
1483
  const IbmCloudHsm = /* @__PURE__ */ react.default.forwardRef(function IbmCloudHsm({ children, size = 16, ...rest }, ref) {
1036
- return react.default.createElement(require_Icon.Icon, {
1484
+ return react.default.createElement(require_Icon_js, {
1037
1485
  width: size,
1038
1486
  height: size,
1039
1487
  ref,
@@ -1053,7 +1501,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1053
1501
  });
1054
1502
  if (process.env.NODE_ENV !== "production") IbmCloudHsm.propTypes = require_iconPropTypes.iconPropTypes;
1055
1503
  const IbmCloudHyperProtectCryptoServices = /* @__PURE__ */ react.default.forwardRef(function IbmCloudHyperProtectCryptoServices({ children, size = 16, ...rest }, ref) {
1056
- return react.default.createElement(require_Icon.Icon, {
1504
+ return react.default.createElement(require_Icon_js, {
1057
1505
  width: size,
1058
1506
  height: size,
1059
1507
  ref,
@@ -1069,7 +1517,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1069
1517
  });
1070
1518
  if (process.env.NODE_ENV !== "production") IbmCloudHyperProtectCryptoServices.propTypes = require_iconPropTypes.iconPropTypes;
1071
1519
  const IbmCloudHyperProtectDbaas = /* @__PURE__ */ react.default.forwardRef(function IbmCloudHyperProtectDbaas({ children, size = 16, ...rest }, ref) {
1072
- return react.default.createElement(require_Icon.Icon, {
1520
+ return react.default.createElement(require_Icon_js, {
1073
1521
  width: size,
1074
1522
  height: size,
1075
1523
  ref,
@@ -1093,7 +1541,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1093
1541
  });
1094
1542
  if (process.env.NODE_ENV !== "production") IbmCloudHyperProtectDbaas.propTypes = require_iconPropTypes.iconPropTypes;
1095
1543
  const IbmCloudHyperProtectVs = /* @__PURE__ */ react.default.forwardRef(function IbmCloudHyperProtectVs({ children, size = 16, ...rest }, ref) {
1096
- return react.default.createElement(require_Icon.Icon, {
1544
+ return react.default.createElement(require_Icon_js, {
1097
1545
  width: size,
1098
1546
  height: size,
1099
1547
  ref,
@@ -1105,7 +1553,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1105
1553
  });
1106
1554
  if (process.env.NODE_ENV !== "production") IbmCloudHyperProtectVs.propTypes = require_iconPropTypes.iconPropTypes;
1107
1555
  const IbmCloudInternetServices = /* @__PURE__ */ react.default.forwardRef(function IbmCloudInternetServices({ children, size = 16, ...rest }, ref) {
1108
- return react.default.createElement(require_Icon.Icon, {
1556
+ return react.default.createElement(require_Icon_js, {
1109
1557
  width: size,
1110
1558
  height: size,
1111
1559
  ref,
@@ -1117,7 +1565,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1117
1565
  });
1118
1566
  if (process.env.NODE_ENV !== "production") IbmCloudInternetServices.propTypes = require_iconPropTypes.iconPropTypes;
1119
1567
  const IbmCloudIpsecVpn = /* @__PURE__ */ react.default.forwardRef(function IbmCloudIpsecVpn({ children, size = 16, ...rest }, ref) {
1120
- return react.default.createElement(require_Icon.Icon, {
1568
+ return react.default.createElement(require_Icon_js, {
1121
1569
  width: size,
1122
1570
  height: size,
1123
1571
  ref,
@@ -1129,7 +1577,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1129
1577
  });
1130
1578
  if (process.env.NODE_ENV !== "production") IbmCloudIpsecVpn.propTypes = require_iconPropTypes.iconPropTypes;
1131
1579
  const IbmCloudKeyProtect = /* @__PURE__ */ react.default.forwardRef(function IbmCloudKeyProtect({ children, size = 16, ...rest }, ref) {
1132
- return react.default.createElement(require_Icon.Icon, {
1580
+ return react.default.createElement(require_Icon_js, {
1133
1581
  width: size,
1134
1582
  height: size,
1135
1583
  ref,
@@ -1141,7 +1589,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1141
1589
  });
1142
1590
  if (process.env.NODE_ENV !== "production") IbmCloudKeyProtect.propTypes = require_iconPropTypes.iconPropTypes;
1143
1591
  const IbmCloudKubernetesService = /* @__PURE__ */ react.default.forwardRef(function IbmCloudKubernetesService({ children, size = 16, ...rest }, ref) {
1144
- return react.default.createElement(require_Icon.Icon, {
1592
+ return react.default.createElement(require_Icon_js, {
1145
1593
  width: size,
1146
1594
  height: size,
1147
1595
  ref,
@@ -1153,7 +1601,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1153
1601
  });
1154
1602
  if (process.env.NODE_ENV !== "production") IbmCloudKubernetesService.propTypes = require_iconPropTypes.iconPropTypes;
1155
1603
  const IbmCloudLogging = /* @__PURE__ */ react.default.forwardRef(function IbmCloudLogging({ children, size = 16, ...rest }, ref) {
1156
- return react.default.createElement(require_Icon.Icon, {
1604
+ return react.default.createElement(require_Icon_js, {
1157
1605
  width: size,
1158
1606
  height: size,
1159
1607
  ref,
@@ -1165,7 +1613,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1165
1613
  });
1166
1614
  if (process.env.NODE_ENV !== "production") IbmCloudLogging.propTypes = require_iconPropTypes.iconPropTypes;
1167
1615
  const IbmCloudMassDataMigration = /* @__PURE__ */ react.default.forwardRef(function IbmCloudMassDataMigration({ children, size = 16, ...rest }, ref) {
1168
- return react.default.createElement(require_Icon.Icon, {
1616
+ return react.default.createElement(require_Icon_js, {
1169
1617
  width: size,
1170
1618
  height: size,
1171
1619
  ref,
@@ -1177,7 +1625,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1177
1625
  });
1178
1626
  if (process.env.NODE_ENV !== "production") IbmCloudMassDataMigration.propTypes = require_iconPropTypes.iconPropTypes;
1179
1627
  const IbmCloudObservability = /* @__PURE__ */ react.default.forwardRef(function IbmCloudObservability({ children, size = 16, ...rest }, ref) {
1180
- return react.default.createElement(require_Icon.Icon, {
1628
+ return react.default.createElement(require_Icon_js, {
1181
1629
  width: size,
1182
1630
  height: size,
1183
1631
  ref,
@@ -1189,7 +1637,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1189
1637
  });
1190
1638
  if (process.env.NODE_ENV !== "production") IbmCloudObservability.propTypes = require_iconPropTypes.iconPropTypes;
1191
1639
  const IbmCloudPal = /* @__PURE__ */ react.default.forwardRef(function IbmCloudPal({ children, size = 16, ...rest }, ref) {
1192
- return react.default.createElement(require_Icon.Icon, {
1640
+ return react.default.createElement(require_Icon_js, {
1193
1641
  width: size,
1194
1642
  height: size,
1195
1643
  ref,
@@ -1207,7 +1655,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1207
1655
  });
1208
1656
  if (process.env.NODE_ENV !== "production") IbmCloudPal.propTypes = require_iconPropTypes.iconPropTypes;
1209
1657
  const IbmCloudPrivilegedAccessGateway = /* @__PURE__ */ react.default.forwardRef(function IbmCloudPrivilegedAccessGateway({ children, size = 16, ...rest }, ref) {
1210
- return react.default.createElement(require_Icon.Icon, {
1658
+ return react.default.createElement(require_Icon_js, {
1211
1659
  width: size,
1212
1660
  height: size,
1213
1661
  ref,
@@ -1219,7 +1667,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1219
1667
  });
1220
1668
  if (process.env.NODE_ENV !== "production") IbmCloudPrivilegedAccessGateway.propTypes = require_iconPropTypes.iconPropTypes;
1221
1669
  const IbmCloudProjects = /* @__PURE__ */ react.default.forwardRef(function IbmCloudProjects({ children, size = 16, ...rest }, ref) {
1222
- return react.default.createElement(require_Icon.Icon, {
1670
+ return react.default.createElement(require_Icon_js, {
1223
1671
  width: size,
1224
1672
  height: size,
1225
1673
  ref,
@@ -1231,7 +1679,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1231
1679
  });
1232
1680
  if (process.env.NODE_ENV !== "production") IbmCloudProjects.propTypes = require_iconPropTypes.iconPropTypes;
1233
1681
  const IbmCloudResiliency = /* @__PURE__ */ react.default.forwardRef(function IbmCloudResiliency({ children, size = 16, ...rest }, ref) {
1234
- return react.default.createElement(require_Icon.Icon, {
1682
+ return react.default.createElement(require_Icon_js, {
1235
1683
  width: size,
1236
1684
  height: size,
1237
1685
  ref,
@@ -1243,7 +1691,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1243
1691
  });
1244
1692
  if (process.env.NODE_ENV !== "production") IbmCloudResiliency.propTypes = require_iconPropTypes.iconPropTypes;
1245
1693
  const IbmCloudSecretsManager = /* @__PURE__ */ react.default.forwardRef(function IbmCloudSecretsManager({ children, size = 16, ...rest }, ref) {
1246
- return react.default.createElement(require_Icon.Icon, {
1694
+ return react.default.createElement(require_Icon_js, {
1247
1695
  width: size,
1248
1696
  height: size,
1249
1697
  ref,
@@ -1255,7 +1703,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1255
1703
  });
1256
1704
  if (process.env.NODE_ENV !== "production") IbmCloudSecretsManager.propTypes = require_iconPropTypes.iconPropTypes;
1257
1705
  const IbmCloudSecurity = /* @__PURE__ */ react.default.forwardRef(function IbmCloudSecurity({ children, size = 16, ...rest }, ref) {
1258
- return react.default.createElement(require_Icon.Icon, {
1706
+ return react.default.createElement(require_Icon_js, {
1259
1707
  width: size,
1260
1708
  height: size,
1261
1709
  ref,
@@ -1267,7 +1715,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1267
1715
  });
1268
1716
  if (process.env.NODE_ENV !== "production") IbmCloudSecurity.propTypes = require_iconPropTypes.iconPropTypes;
1269
1717
  const IbmCloudSecurityComplianceCenter = /* @__PURE__ */ react.default.forwardRef(function IbmCloudSecurityComplianceCenter({ children, size = 16, ...rest }, ref) {
1270
- return react.default.createElement(require_Icon.Icon, {
1718
+ return react.default.createElement(require_Icon_js, {
1271
1719
  width: size,
1272
1720
  height: size,
1273
1721
  ref,
@@ -1279,7 +1727,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1279
1727
  });
1280
1728
  if (process.env.NODE_ENV !== "production") IbmCloudSecurityComplianceCenter.propTypes = require_iconPropTypes.iconPropTypes;
1281
1729
  const IbmCloudSecurityComplianceCenterWorkloadProtection = /* @__PURE__ */ react.default.forwardRef(function IbmCloudSecurityComplianceCenterWorkloadProtection({ children, size = 16, ...rest }, ref) {
1282
- return react.default.createElement(require_Icon.Icon, {
1730
+ return react.default.createElement(require_Icon_js, {
1283
1731
  width: size,
1284
1732
  height: size,
1285
1733
  ref,
@@ -1291,7 +1739,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1291
1739
  });
1292
1740
  if (process.env.NODE_ENV !== "production") IbmCloudSecurityComplianceCenterWorkloadProtection.propTypes = require_iconPropTypes.iconPropTypes;
1293
1741
  const IbmCloudSecurityGroups = /* @__PURE__ */ react.default.forwardRef(function IbmCloudSecurityGroups({ children, size = 16, ...rest }, ref) {
1294
- return react.default.createElement(require_Icon.Icon, {
1742
+ return react.default.createElement(require_Icon_js, {
1295
1743
  width: size,
1296
1744
  height: size,
1297
1745
  ref,
@@ -1303,7 +1751,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1303
1751
  });
1304
1752
  if (process.env.NODE_ENV !== "production") IbmCloudSecurityGroups.propTypes = require_iconPropTypes.iconPropTypes;
1305
1753
  const IbmCloudSubnets = /* @__PURE__ */ react.default.forwardRef(function IbmCloudSubnets({ children, size = 16, ...rest }, ref) {
1306
- return react.default.createElement(require_Icon.Icon, {
1754
+ return react.default.createElement(require_Icon_js, {
1307
1755
  width: size,
1308
1756
  height: size,
1309
1757
  ref,
@@ -1315,7 +1763,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1315
1763
  });
1316
1764
  if (process.env.NODE_ENV !== "production") IbmCloudSubnets.propTypes = require_iconPropTypes.iconPropTypes;
1317
1765
  const IbmCloudSysdigSecure = /* @__PURE__ */ react.default.forwardRef(function IbmCloudSysdigSecure({ children, size = 16, ...rest }, ref) {
1318
- return react.default.createElement(require_Icon.Icon, {
1766
+ return react.default.createElement(require_Icon_js, {
1319
1767
  width: size,
1320
1768
  height: size,
1321
1769
  ref,
@@ -1327,7 +1775,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1327
1775
  });
1328
1776
  if (process.env.NODE_ENV !== "production") IbmCloudSysdigSecure.propTypes = require_iconPropTypes.iconPropTypes;
1329
1777
  const IbmCloudTransitGateway = /* @__PURE__ */ react.default.forwardRef(function IbmCloudTransitGateway({ children, size = 16, ...rest }, ref) {
1330
- return react.default.createElement(require_Icon.Icon, {
1778
+ return react.default.createElement(require_Icon_js, {
1331
1779
  width: size,
1332
1780
  height: size,
1333
1781
  ref,
@@ -1339,7 +1787,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1339
1787
  });
1340
1788
  if (process.env.NODE_ENV !== "production") IbmCloudTransitGateway.propTypes = require_iconPropTypes.iconPropTypes;
1341
1789
  const IbmCloudVirtualServerClassic = /* @__PURE__ */ react.default.forwardRef(function IbmCloudVirtualServerClassic({ children, size = 16, ...rest }, ref) {
1342
- return react.default.createElement(require_Icon.Icon, {
1790
+ return react.default.createElement(require_Icon_js, {
1343
1791
  width: size,
1344
1792
  height: size,
1345
1793
  ref,
@@ -1355,7 +1803,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1355
1803
  });
1356
1804
  if (process.env.NODE_ENV !== "production") IbmCloudVirtualServerClassic.propTypes = require_iconPropTypes.iconPropTypes;
1357
1805
  const IbmCloudVirtualServerVpc = /* @__PURE__ */ react.default.forwardRef(function IbmCloudVirtualServerVpc({ children, size = 16, ...rest }, ref) {
1358
- return react.default.createElement(require_Icon.Icon, {
1806
+ return react.default.createElement(require_Icon_js, {
1359
1807
  width: size,
1360
1808
  height: size,
1361
1809
  ref,
@@ -1371,7 +1819,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1371
1819
  });
1372
1820
  if (process.env.NODE_ENV !== "production") IbmCloudVirtualServerVpc.propTypes = require_iconPropTypes.iconPropTypes;
1373
1821
  const IbmCloudVpc = /* @__PURE__ */ react.default.forwardRef(function IbmCloudVpc({ children, size = 16, ...rest }, ref) {
1374
- return react.default.createElement(require_Icon.Icon, {
1822
+ return react.default.createElement(require_Icon_js, {
1375
1823
  width: size,
1376
1824
  height: size,
1377
1825
  ref,
@@ -1383,7 +1831,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1383
1831
  });
1384
1832
  if (process.env.NODE_ENV !== "production") IbmCloudVpc.propTypes = require_iconPropTypes.iconPropTypes;
1385
1833
  const IbmCloudVpcBlockStorageSnapshots = /* @__PURE__ */ react.default.forwardRef(function IbmCloudVpcBlockStorageSnapshots({ children, size = 16, ...rest }, ref) {
1386
- return react.default.createElement(require_Icon.Icon, {
1834
+ return react.default.createElement(require_Icon_js, {
1387
1835
  width: size,
1388
1836
  height: size,
1389
1837
  ref,
@@ -1395,7 +1843,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1395
1843
  });
1396
1844
  if (process.env.NODE_ENV !== "production") IbmCloudVpcBlockStorageSnapshots.propTypes = require_iconPropTypes.iconPropTypes;
1397
1845
  const IbmCloudVpcClientVpn = /* @__PURE__ */ react.default.forwardRef(function IbmCloudVpcClientVpn({ children, size = 16, ...rest }, ref) {
1398
- return react.default.createElement(require_Icon.Icon, {
1846
+ return react.default.createElement(require_Icon_js, {
1399
1847
  width: size,
1400
1848
  height: size,
1401
1849
  ref,
@@ -1407,7 +1855,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1407
1855
  });
1408
1856
  if (process.env.NODE_ENV !== "production") IbmCloudVpcClientVpn.propTypes = require_iconPropTypes.iconPropTypes;
1409
1857
  const IbmCloudVpcEndpoints = /* @__PURE__ */ react.default.forwardRef(function IbmCloudVpcEndpoints({ children, size = 16, ...rest }, ref) {
1410
- return react.default.createElement(require_Icon.Icon, {
1858
+ return react.default.createElement(require_Icon_js, {
1411
1859
  width: size,
1412
1860
  height: size,
1413
1861
  ref,
@@ -1419,7 +1867,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1419
1867
  });
1420
1868
  if (process.env.NODE_ENV !== "production") IbmCloudVpcEndpoints.propTypes = require_iconPropTypes.iconPropTypes;
1421
1869
  const IbmCloudVpcFileStorage = /* @__PURE__ */ react.default.forwardRef(function IbmCloudVpcFileStorage({ children, size = 16, ...rest }, ref) {
1422
- return react.default.createElement(require_Icon.Icon, {
1870
+ return react.default.createElement(require_Icon_js, {
1423
1871
  width: size,
1424
1872
  height: size,
1425
1873
  ref,
@@ -1431,7 +1879,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1431
1879
  });
1432
1880
  if (process.env.NODE_ENV !== "production") IbmCloudVpcFileStorage.propTypes = require_iconPropTypes.iconPropTypes;
1433
1881
  const IbmCloudVpcImages = /* @__PURE__ */ react.default.forwardRef(function IbmCloudVpcImages({ children, size = 16, ...rest }, ref) {
1434
- return react.default.createElement(require_Icon.Icon, {
1882
+ return react.default.createElement(require_Icon_js, {
1435
1883
  width: size,
1436
1884
  height: size,
1437
1885
  ref,
@@ -1443,7 +1891,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1443
1891
  });
1444
1892
  if (process.env.NODE_ENV !== "production") IbmCloudVpcImages.propTypes = require_iconPropTypes.iconPropTypes;
1445
1893
  const IbmCloudPakApplications = /* @__PURE__ */ react.default.forwardRef(function IbmCloudPakApplications({ children, size = 16, ...rest }, ref) {
1446
- return react.default.createElement(require_Icon.Icon, {
1894
+ return react.default.createElement(require_Icon_js, {
1447
1895
  width: size,
1448
1896
  height: size,
1449
1897
  ref,
@@ -1455,7 +1903,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1455
1903
  });
1456
1904
  if (process.env.NODE_ENV !== "production") IbmCloudPakApplications.propTypes = require_iconPropTypes.iconPropTypes;
1457
1905
  const IbmCloudPakBusinessAutomation = /* @__PURE__ */ react.default.forwardRef(function IbmCloudPakBusinessAutomation({ children, size = 16, ...rest }, ref) {
1458
- return react.default.createElement(require_Icon.Icon, {
1906
+ return react.default.createElement(require_Icon_js, {
1459
1907
  width: size,
1460
1908
  height: size,
1461
1909
  ref,
@@ -1474,7 +1922,7 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1474
1922
  });
1475
1923
  if (process.env.NODE_ENV !== "production") IbmCloudPakBusinessAutomation.propTypes = require_iconPropTypes.iconPropTypes;
1476
1924
  const IbmCloudPakData = /* @__PURE__ */ react.default.forwardRef(function IbmCloudPakData({ children, size = 16, ...rest }, ref) {
1477
- return react.default.createElement(require_Icon.Icon, {
1925
+ return react.default.createElement(require_Icon_js, {
1478
1926
  width: size,
1479
1927
  height: size,
1480
1928
  ref,
@@ -1501,264 +1949,6 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1501
1949
  }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,19a1.9822,1.9822,0,0,0-.5116.0743L18.707,17.293l-.0257.0257A2.9642,2.9642,0,0,0,19,16a3.0033,3.0033,0,0,0-3-3,2.9642,2.9642,0,0,0-1.3187.3187l.0257-.0257-1.7813-1.7814a2.0345,2.0345,0,1,0-1.4141,1.4141L13.293,14.707l.0258-.0258A2.9634,2.9634,0,0,0,13,16a3.0033,3.0033,0,0,0,3,3,2.9634,2.9634,0,0,0,1.3188-.3188l-.0258.0258,1.7813,1.7814A1.9956,1.9956,0,1,0,21,19Zm-5-2a1,1,0,1,1,1-1A1.0009,1.0009,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);
1502
1950
  });
1503
1951
  if (process.env.NODE_ENV !== "production") IbmCloudPakData.propTypes = require_iconPropTypes.iconPropTypes;
1504
- const IbmCloudPakIntegration = /* @__PURE__ */ react.default.forwardRef(function IbmCloudPakIntegration({ children, size = 16, ...rest }, ref) {
1505
- return react.default.createElement(require_Icon.Icon, {
1506
- width: size,
1507
- height: size,
1508
- ref,
1509
- xmlns: "http://www.w3.org/2000/svg",
1510
- viewBox: "0 0 32 32",
1511
- fill: "currentColor",
1512
- ...rest
1513
- }, /* @__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);
1514
- });
1515
- if (process.env.NODE_ENV !== "production") IbmCloudPakIntegration.propTypes = require_iconPropTypes.iconPropTypes;
1516
- const IbmCloudPakMantaAutomatedDataLineage = /* @__PURE__ */ react.default.forwardRef(function IbmCloudPakMantaAutomatedDataLineage({ children, size = 16, ...rest }, ref) {
1517
- return react.default.createElement(require_Icon.Icon, {
1518
- width: size,
1519
- height: size,
1520
- ref,
1521
- xmlns: "http://www.w3.org/2000/svg",
1522
- viewBox: "0 0 32 32",
1523
- fill: "currentColor",
1524
- ...rest
1525
- }, /* @__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);
1526
- });
1527
- if (process.env.NODE_ENV !== "production") IbmCloudPakMantaAutomatedDataLineage.propTypes = require_iconPropTypes.iconPropTypes;
1528
- const IbmCloudPakMulticloudMgmt = /* @__PURE__ */ react.default.forwardRef(function IbmCloudPakMulticloudMgmt({ children, size = 16, ...rest }, ref) {
1529
- return react.default.createElement(require_Icon.Icon, {
1530
- width: size,
1531
- height: size,
1532
- ref,
1533
- xmlns: "http://www.w3.org/2000/svg",
1534
- viewBox: "0 0 32 32",
1535
- fill: "currentColor",
1536
- ...rest
1537
- }, /* @__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);
1538
- });
1539
- if (process.env.NODE_ENV !== "production") IbmCloudPakMulticloudMgmt.propTypes = require_iconPropTypes.iconPropTypes;
1540
- const IbmCloudPakNetezza = /* @__PURE__ */ react.default.forwardRef(function IbmCloudPakNetezza({ children, size = 16, ...rest }, ref) {
1541
- return react.default.createElement(require_Icon.Icon, {
1542
- width: size,
1543
- height: size,
1544
- ref,
1545
- xmlns: "http://www.w3.org/2000/svg",
1546
- viewBox: "0 0 32 32",
1547
- fill: "currentColor",
1548
- ...rest
1549
- }, /* @__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);
1550
- });
1551
- if (process.env.NODE_ENV !== "production") IbmCloudPakNetezza.propTypes = require_iconPropTypes.iconPropTypes;
1552
- const IbmCloudPakNetworkAutomation = /* @__PURE__ */ react.default.forwardRef(function IbmCloudPakNetworkAutomation({ children, size = 16, ...rest }, ref) {
1553
- return react.default.createElement(require_Icon.Icon, {
1554
- width: size,
1555
- height: size,
1556
- ref,
1557
- xmlns: "http://www.w3.org/2000/svg",
1558
- viewBox: "0 0 32 32",
1559
- fill: "currentColor",
1560
- ...rest
1561
- }, /* @__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);
1562
- });
1563
- if (process.env.NODE_ENV !== "production") IbmCloudPakNetworkAutomation.propTypes = require_iconPropTypes.iconPropTypes;
1564
- const IbmCloudPakSecurity = /* @__PURE__ */ react.default.forwardRef(function IbmCloudPakSecurity({ children, size = 16, ...rest }, ref) {
1565
- return react.default.createElement(require_Icon.Icon, {
1566
- width: size,
1567
- height: size,
1568
- ref,
1569
- xmlns: "http://www.w3.org/2000/svg",
1570
- viewBox: "0 0 32 32",
1571
- fill: "currentColor",
1572
- ...rest
1573
- }, /* @__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);
1574
- });
1575
- if (process.env.NODE_ENV !== "production") IbmCloudPakSecurity.propTypes = require_iconPropTypes.iconPropTypes;
1576
- const IbmCloudPakSystem = /* @__PURE__ */ react.default.forwardRef(function IbmCloudPakSystem({ children, size = 16, ...rest }, ref) {
1577
- return react.default.createElement(require_Icon.Icon, {
1578
- width: size,
1579
- height: size,
1580
- ref,
1581
- xmlns: "http://www.w3.org/2000/svg",
1582
- viewBox: "0 0 32 32",
1583
- fill: "currentColor",
1584
- ...rest
1585
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1586
- d: "M15 11.671H17V15.328H15z",
1587
- transform: "rotate(-45 16 13.5)"
1588
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1589
- d: "M15 16.672H17V20.329H15z",
1590
- transform: "rotate(-45 16 18.5)"
1591
- }), /* @__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);
1592
- });
1593
- if (process.env.NODE_ENV !== "production") IbmCloudPakSystem.propTypes = require_iconPropTypes.iconPropTypes;
1594
- const IbmCloudPakWatsonAiops = /* @__PURE__ */ react.default.forwardRef(function IbmCloudPakWatsonAiops({ children, size = 16, ...rest }, ref) {
1595
- return react.default.createElement(require_Icon.Icon, {
1596
- width: size,
1597
- height: size,
1598
- ref,
1599
- xmlns: "http://www.w3.org/2000/svg",
1600
- viewBox: "0 0 32 32",
1601
- fill: "currentColor",
1602
- ...rest
1603
- }, /* @__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);
1604
- });
1605
- if (process.env.NODE_ENV !== "production") IbmCloudPakWatsonAiops.propTypes = require_iconPropTypes.iconPropTypes;
1606
- const IbmConsultingAdvantageAgent = /* @__PURE__ */ react.default.forwardRef(function IbmConsultingAdvantageAgent({ children, size = 16, ...rest }, ref) {
1607
- return react.default.createElement(require_Icon.Icon, {
1608
- width: size,
1609
- height: size,
1610
- ref,
1611
- xmlns: "http://www.w3.org/2000/svg",
1612
- viewBox: "0 0 32 32",
1613
- fill: "currentColor",
1614
- ...rest
1615
- }, /* @__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);
1616
- });
1617
- if (process.env.NODE_ENV !== "production") IbmConsultingAdvantageAgent.propTypes = require_iconPropTypes.iconPropTypes;
1618
- const IbmConsultingAdvantageApplication = /* @__PURE__ */ react.default.forwardRef(function IbmConsultingAdvantageApplication({ children, size = 16, ...rest }, ref) {
1619
- return react.default.createElement(require_Icon.Icon, {
1620
- width: size,
1621
- height: size,
1622
- ref,
1623
- xmlns: "http://www.w3.org/2000/svg",
1624
- viewBox: "0 0 32 32",
1625
- fill: "currentColor",
1626
- ...rest
1627
- }, /* @__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);
1628
- });
1629
- if (process.env.NODE_ENV !== "production") IbmConsultingAdvantageApplication.propTypes = require_iconPropTypes.iconPropTypes;
1630
- const IbmConsultingAdvantageAssistant = /* @__PURE__ */ react.default.forwardRef(function IbmConsultingAdvantageAssistant({ children, size = 16, ...rest }, ref) {
1631
- return react.default.createElement(require_Icon.Icon, {
1632
- width: size,
1633
- height: size,
1634
- ref,
1635
- xmlns: "http://www.w3.org/2000/svg",
1636
- viewBox: "0 0 32 32",
1637
- fill: "currentColor",
1638
- ...rest
1639
- }, /* @__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);
1640
- });
1641
- if (process.env.NODE_ENV !== "production") IbmConsultingAdvantageAssistant.propTypes = require_iconPropTypes.iconPropTypes;
1642
- const IbmDevopsControl = /* @__PURE__ */ react.default.forwardRef(function IbmDevopsControl({ children, size = 16, ...rest }, ref) {
1643
- return react.default.createElement(require_Icon.Icon, {
1644
- width: size,
1645
- height: size,
1646
- ref,
1647
- xmlns: "http://www.w3.org/2000/svg",
1648
- viewBox: "0 0 32 32",
1649
- fill: "currentColor",
1650
- ...rest
1651
- }, /* @__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);
1652
- });
1653
- if (process.env.NODE_ENV !== "production") IbmDevopsControl.propTypes = require_iconPropTypes.iconPropTypes;
1654
- const IbmFederatedApiManagement = /* @__PURE__ */ react.default.forwardRef(function IbmFederatedApiManagement({ children, size = 16, ...rest }, ref) {
1655
- return react.default.createElement(require_Icon.Icon, {
1656
- width: size,
1657
- height: size,
1658
- ref,
1659
- xmlns: "http://www.w3.org/2000/svg",
1660
- viewBox: "0 0 32 32",
1661
- fill: "currentColor",
1662
- ...rest
1663
- }, /* @__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);
1664
- });
1665
- if (process.env.NODE_ENV !== "production") IbmFederatedApiManagement.propTypes = require_iconPropTypes.iconPropTypes;
1666
- const IbmHybridControlPlane = /* @__PURE__ */ react.default.forwardRef(function IbmHybridControlPlane({ children, size = 16, ...rest }, ref) {
1667
- return react.default.createElement(require_Icon.Icon, {
1668
- width: size,
1669
- height: size,
1670
- ref,
1671
- xmlns: "http://www.w3.org/2000/svg",
1672
- viewBox: "0 0 32 32",
1673
- fill: "currentColor",
1674
- ...rest
1675
- }, /* @__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);
1676
- });
1677
- if (process.env.NODE_ENV !== "production") IbmHybridControlPlane.propTypes = require_iconPropTypes.iconPropTypes;
1678
- const IbmQuantumSafeAdvisor = /* @__PURE__ */ react.default.forwardRef(function IbmQuantumSafeAdvisor({ children, size = 16, ...rest }, ref) {
1679
- return react.default.createElement(require_Icon.Icon, {
1680
- width: size,
1681
- height: size,
1682
- ref,
1683
- xmlns: "http://www.w3.org/2000/svg",
1684
- viewBox: "0 0 32 32",
1685
- fill: "currentColor",
1686
- ...rest
1687
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "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);
1688
- });
1689
- if (process.env.NODE_ENV !== "production") IbmQuantumSafeAdvisor.propTypes = require_iconPropTypes.iconPropTypes;
1690
- const IbmQuantumSafeExplorer = /* @__PURE__ */ react.default.forwardRef(function IbmQuantumSafeExplorer({ children, size = 16, ...rest }, ref) {
1691
- return react.default.createElement(require_Icon.Icon, {
1692
- width: size,
1693
- height: size,
1694
- ref,
1695
- xmlns: "http://www.w3.org/2000/svg",
1696
- viewBox: "0 0 32 32",
1697
- fill: "currentColor",
1698
- ...rest
1699
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "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);
1700
- });
1701
- if (process.env.NODE_ENV !== "production") IbmQuantumSafeExplorer.propTypes = require_iconPropTypes.iconPropTypes;
1702
- const IbmPartnerPlus = /* @__PURE__ */ react.default.forwardRef(function IbmPartnerPlus({ 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: "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);
1712
- });
1713
- if (process.env.NODE_ENV !== "production") IbmPartnerPlus.propTypes = require_iconPropTypes.iconPropTypes;
1714
- const IbmQuantumSafeRemediator = /* @__PURE__ */ react.default.forwardRef(function IbmQuantumSafeRemediator({ 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: "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);
1724
- });
1725
- if (process.env.NODE_ENV !== "production") IbmQuantumSafeRemediator.propTypes = require_iconPropTypes.iconPropTypes;
1726
- const IbmSecurity = /* @__PURE__ */ react.default.forwardRef(function IbmSecurity({ 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: "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);
1736
- });
1737
- if (process.env.NODE_ENV !== "production") IbmSecurity.propTypes = require_iconPropTypes.iconPropTypes;
1738
- const IbmSecurityServices = /* @__PURE__ */ react.default.forwardRef(function IbmSecurityServices({ children, size = 16, ...rest }, ref) {
1739
- return react.default.createElement(require_Icon.Icon, {
1740
- width: size,
1741
- height: size,
1742
- ref,
1743
- xmlns: "http://www.w3.org/2000/svg",
1744
- viewBox: "0 0 32 32",
1745
- fill: "currentColor",
1746
- ...rest
1747
- }, /* @__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);
1748
- });
1749
- if (process.env.NODE_ENV !== "production") IbmSecurityServices.propTypes = require_iconPropTypes.iconPropTypes;
1750
- const IbmSoftwareWatsonxDataAnalyzeAndProcess = /* @__PURE__ */ react.default.forwardRef(function IbmSoftwareWatsonxDataAnalyzeAndProcess({ children, size = 16, ...rest }, ref) {
1751
- return react.default.createElement(require_Icon.Icon, {
1752
- width: size,
1753
- height: size,
1754
- ref,
1755
- xmlns: "http://www.w3.org/2000/svg",
1756
- viewBox: "0 0 32 32",
1757
- fill: "currentColor",
1758
- ...rest
1759
- }, /* @__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);
1760
- });
1761
- if (process.env.NODE_ENV !== "production") IbmSoftwareWatsonxDataAnalyzeAndProcess.propTypes = require_iconPropTypes.iconPropTypes;
1762
1952
  exports.IbmCloud = IbmCloud;
1763
1953
  exports.IbmCloudAppId = IbmCloudAppId;
1764
1954
  exports.IbmCloudBackupAndRecovery = IbmCloudBackupAndRecovery;
@@ -1797,14 +1987,6 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1797
1987
  exports.IbmCloudPakApplications = IbmCloudPakApplications;
1798
1988
  exports.IbmCloudPakBusinessAutomation = IbmCloudPakBusinessAutomation;
1799
1989
  exports.IbmCloudPakData = IbmCloudPakData;
1800
- exports.IbmCloudPakIntegration = IbmCloudPakIntegration;
1801
- exports.IbmCloudPakMantaAutomatedDataLineage = IbmCloudPakMantaAutomatedDataLineage;
1802
- exports.IbmCloudPakMulticloudMgmt = IbmCloudPakMulticloudMgmt;
1803
- exports.IbmCloudPakNetezza = IbmCloudPakNetezza;
1804
- exports.IbmCloudPakNetworkAutomation = IbmCloudPakNetworkAutomation;
1805
- exports.IbmCloudPakSecurity = IbmCloudPakSecurity;
1806
- exports.IbmCloudPakSystem = IbmCloudPakSystem;
1807
- exports.IbmCloudPakWatsonAiops = IbmCloudPakWatsonAiops;
1808
1990
  exports.IbmCloudPal = IbmCloudPal;
1809
1991
  exports.IbmCloudPrivilegedAccessGateway = IbmCloudPrivilegedAccessGateway;
1810
1992
  exports.IbmCloudProjects = IbmCloudProjects;
@@ -1825,16 +2007,31 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1825
2007
  exports.IbmCloudVpcEndpoints = IbmCloudVpcEndpoints;
1826
2008
  exports.IbmCloudVpcFileStorage = IbmCloudVpcFileStorage;
1827
2009
  exports.IbmCloudVpcImages = IbmCloudVpcImages;
1828
- exports.IbmConsultingAdvantageAgent = IbmConsultingAdvantageAgent;
1829
- exports.IbmConsultingAdvantageApplication = IbmConsultingAdvantageApplication;
1830
- exports.IbmConsultingAdvantageAssistant = IbmConsultingAdvantageAssistant;
1831
- exports.IbmDevopsControl = IbmDevopsControl;
2010
+ exports.IbmDb2 = IbmDb2;
2011
+ exports.IbmDb2Alt = IbmDb2Alt;
2012
+ exports.IbmDb2Warehouse = IbmDb2Warehouse;
2013
+ exports.IbmDeployableArchitecture = IbmDeployableArchitecture;
2014
+ exports.IbmDevopsTest = IbmDevopsTest;
2015
+ exports.IbmDynamicRouteServer = IbmDynamicRouteServer;
2016
+ exports.IbmEloAutomotiveCompliance = IbmEloAutomotiveCompliance;
2017
+ exports.IbmEloEngineeringInsights = IbmEloEngineeringInsights;
2018
+ exports.IbmEloMethodComposer = IbmEloMethodComposer;
2019
+ exports.IbmEloPublishing = IbmEloPublishing;
2020
+ exports.IbmEngineeringLifecycleMgmt = IbmEngineeringLifecycleMgmt;
2021
+ exports.IbmEngineeringRequirementsDoorsNext = IbmEngineeringRequirementsDoorsNext;
2022
+ exports.IbmEngineeringSystemsDesignRhapsody = IbmEngineeringSystemsDesignRhapsody;
2023
+ exports.IbmEngineeringSystemsDesignRhapsodyModelManager = IbmEngineeringSystemsDesignRhapsodyModelManager;
2024
+ exports.IbmEngineeringSystemsDesignRhapsodySn1 = IbmEngineeringSystemsDesignRhapsodySn1;
2025
+ exports.IbmEngineeringSystemsDesignRhapsodySn2 = IbmEngineeringSystemsDesignRhapsodySn2;
2026
+ exports.IbmEngineeringTestMgmt = IbmEngineeringTestMgmt;
2027
+ exports.IbmEngineeringWorkflowMgmt = IbmEngineeringWorkflowMgmt;
2028
+ exports.IbmEventAutomation = IbmEventAutomation;
2029
+ exports.IbmEventEndpointMgmt = IbmEventEndpointMgmt;
2030
+ exports.IbmEventProcessing = IbmEventProcessing;
1832
2031
  exports.IbmEventStreams = IbmEventStreams;
1833
- exports.IbmFederatedApiManagement = IbmFederatedApiManagement;
1834
2032
  exports.IbmGcm = IbmGcm;
1835
2033
  exports.IbmGlobalStorageArchitecture = IbmGlobalStorageArchitecture;
1836
2034
  exports.IbmGranite = IbmGranite;
1837
- exports.IbmHybridControlPlane = IbmHybridControlPlane;
1838
2035
  exports.IbmIbv = IbmIbv;
1839
2036
  exports.IbmInstana = IbmInstana;
1840
2037
  exports.IbmJrs = IbmJrs;
@@ -1850,22 +2047,15 @@ var require_bucket_9 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1850
2047
  exports.IbmMq = IbmMq;
1851
2048
  exports.IbmOpenEnterpriseLanguages = IbmOpenEnterpriseLanguages;
1852
2049
  exports.IbmOpenshiftContainerPlatformOnVpcForRegulatedIndustries = IbmOpenshiftContainerPlatformOnVpcForRegulatedIndustries;
1853
- exports.IbmPartnerPlus = IbmPartnerPlus;
1854
2050
  exports.IbmPlanningAnalytics = IbmPlanningAnalytics;
1855
2051
  exports.IbmPowerVs = IbmPowerVs;
1856
2052
  exports.IbmPowerVsPrivateCloud = IbmPowerVsPrivateCloud;
1857
2053
  exports.IbmPowerWithVpc = IbmPowerWithVpc;
1858
2054
  exports.IbmPrivatePathServices = IbmPrivatePathServices;
1859
2055
  exports.IbmProcessMining = IbmProcessMining;
1860
- exports.IbmQuantumSafeAdvisor = IbmQuantumSafeAdvisor;
1861
- exports.IbmQuantumSafeExplorer = IbmQuantumSafeExplorer;
1862
- exports.IbmQuantumSafeRemediator = IbmQuantumSafeRemediator;
1863
2056
  exports.IbmSaasConsole = IbmSaasConsole;
1864
2057
  exports.IbmSapOnPower = IbmSapOnPower;
1865
2058
  exports.IbmSecureInfrastructureOnVpcForRegulatedIndustries = IbmSecureInfrastructureOnVpcForRegulatedIndustries;
1866
- exports.IbmSecurity = IbmSecurity;
1867
- exports.IbmSecurityServices = IbmSecurityServices;
1868
- exports.IbmSoftwareWatsonxDataAnalyzeAndProcess = IbmSoftwareWatsonxDataAnalyzeAndProcess;
1869
2059
  exports.IbmStreamsets = IbmStreamsets;
1870
2060
  exports.IbmTelehealth = IbmTelehealth;
1871
2061
  exports.IbmTestAcceleratorForZ = IbmTestAcceleratorForZ;