@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-8.js
12
13
  var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports) => {
13
14
  /**
@@ -19,13 +20,233 @@ var require_bucket_8 = /* @__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 ForecastLightning_30 = /* @__PURE__ */ react.default.forwardRef(function ForecastLightning_30({ 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: "M14,28A10,10,0,0,1,14,8h4v5l6-6L18,1V6H14a12,12,0,0,0,0,24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11.67 24 9.934 23 12.221 19 8.332 19 12.325 12 14.062 13 11.778 17 15.668 17 11.67 24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,20H16v2h4v2H17v2h3v2H16v2h4a2.0027,2.0027,0,0,0,2-2V22A2.0023,2.0023,0,0,0,20,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,30H26a2.0021,2.0021,0,0,1-2-2V22a2.0021,2.0021,0,0,1,2-2h2a2.0021,2.0021,0,0,1,2,2v6A2.0021,2.0021,0,0,1,28,30Zm-2-8v6h2V22Z" }), children);
39
+ });
40
+ if (process.env.NODE_ENV !== "production") ForecastLightning_30.propTypes = require_iconPropTypes.iconPropTypes;
41
+ const Fork = /* @__PURE__ */ react.default.forwardRef(function Fork({ 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", {
51
+ strokeWidth: "0",
52
+ d: "m20,6c0,1.8584,1.2798,3.4106,3,3.8579v5.1421h-14v-5.1421c1.7202-.4473,3-1.9995,3-3.8579,0-2.2056-1.7944-4-4-4s-4,1.7944-4,4c0,1.8584,1.2798,3.4106,3,3.8579v5.1421c0,1.103.897,2,2,2h6v5.1421c-1.7202.4473-3,1.9995-3,3.8579,0,2.2056,1.7944,4,4,4s4-1.7944,4-4c0-1.8584-1.2798-3.4106-3-3.8579v-5.1421h6c1.103,0,2-.897,2-2v-5.1421c1.7202-.4473,3-1.9995,3-3.8579,0-2.2056-1.7944-4-4-4s-4,1.7944-4,4Zm-14,0c0-1.103.897-2,2-2s2,.897,2,2c0,1.103-.897,2-2,2s-2-.897-2-2Zm12,20c0,1.103-.897,2-2,2s-2-.897-2-2c0-1.103.897-2,2-2s2,.897,2,2ZM26,6c0,1.103-.897,2-2,2s-2-.897-2-2c0-1.103.897-2,2-2s2,.897,2,2Z"
53
+ }), children);
54
+ });
55
+ if (process.env.NODE_ENV !== "production") Fork.propTypes = require_iconPropTypes.iconPropTypes;
56
+ const ForkNode = /* @__PURE__ */ react.default.forwardRef(function ForkNode({ children, size = 16, ...rest }, ref) {
57
+ return react.default.createElement(require_Icon_js, {
58
+ width: size,
59
+ height: size,
60
+ ref,
61
+ xmlns: "http://www.w3.org/2000/svg",
62
+ viewBox: "0 0 32 32",
63
+ fill: "currentColor",
64
+ ...rest
65
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
66
+ strokeWidth: "0",
67
+ d: "M26 21H30V23H26z"
68
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
69
+ strokeWidth: "0",
70
+ d: "M26 9H30V11H26z"
71
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
72
+ strokeWidth: "0",
73
+ d: "M24 11 24 9 20 9 20 4 14 4 14 28 20 28 20 23 24 23 24 21 20 21 20 11 24 11z"
74
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
75
+ strokeWidth: "0",
76
+ d: "M10.1719 15 2 15 2 17 10.1719 17 7.5859 19.5859 9 21 14 16 9 11 7.5859 12.4141 10.1719 15z"
77
+ }), children);
78
+ });
79
+ if (process.env.NODE_ENV !== "production") ForkNode.propTypes = require_iconPropTypes.iconPropTypes;
80
+ const Forum = /* @__PURE__ */ react.default.forwardRef(function Forum({ children, size = 16, ...rest }, ref) {
81
+ return react.default.createElement(require_Icon_js, {
82
+ width: size,
83
+ height: size,
84
+ ref,
85
+ xmlns: "http://www.w3.org/2000/svg",
86
+ viewBox: "0 0 32 32",
87
+ fill: "currentColor",
88
+ ...rest
89
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,6H8C6.8,6,6,6.8,6,8v14c0,1.2,0.8,2,2,2h8v-2H8V8h20v14h-7.2L16,28.8l1.6,1.2l4.2-6H28c1.2,0,2-0.8,2-2V8 C30,6.8,29.2,6,28,6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,18H2V5c0-1.7,1.3-3,3-3h13v2H5C4.4,4,4,4.4,4,5V18z" }), children);
90
+ });
91
+ if (process.env.NODE_ENV !== "production") Forum.propTypes = require_iconPropTypes.iconPropTypes;
92
+ const Forward_10 = /* @__PURE__ */ react.default.forwardRef(function Forward_10({ children, size = 16, ...rest }, ref) {
93
+ return react.default.createElement(require_Icon_js, {
94
+ width: size,
95
+ height: size,
96
+ ref,
97
+ xmlns: "http://www.w3.org/2000/svg",
98
+ viewBox: "0 0 32 32",
99
+ fill: "currentColor",
100
+ ...rest
101
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,18A10,10,0,1,1,16,8h4v5l6-6L20,1V6H16A12,12,0,1,0,28,18Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19.63,22.13a2.84,2.84,0,0,1-1.28-.27,2.44,2.44,0,0,1-.89-.77,3.57,3.57,0,0,1-.52-1.25,7.69,7.69,0,0,1-.17-1.68,7.83,7.83,0,0,1,.17-1.68,3.65,3.65,0,0,1,.52-1.25,2.44,2.44,0,0,1,.89-.77,2.84,2.84,0,0,1,1.28-.27,2.44,2.44,0,0,1,2.16,1,5.23,5.23,0,0,1,.7,2.93,5.23,5.23,0,0,1-.7,2.93A2.44,2.44,0,0,1,19.63,22.13Zm0-1.22a1.07,1.07,0,0,0,1-.55A3.38,3.38,0,0,0,21,18.85V17.47a3.31,3.31,0,0,0-.29-1.5,1.23,1.23,0,0,0-2.06,0,3.31,3.31,0,0,0-.29,1.5v1.38a3.38,3.38,0,0,0,.29,1.51A1.06,1.06,0,0,0,19.63,20.91Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.63,22V20.82h2V15.63l-1.86,1-.55-1.06,2.32-1.3H14v6.5h1.78V22Z" }), children);
102
+ });
103
+ if (process.env.NODE_ENV !== "production") Forward_10.propTypes = require_iconPropTypes.iconPropTypes;
104
+ const Forward_30 = /* @__PURE__ */ react.default.forwardRef(function Forward_30({ children, size = 16, ...rest }, ref) {
105
+ return react.default.createElement(require_Icon_js, {
106
+ width: size,
107
+ height: size,
108
+ ref,
109
+ xmlns: "http://www.w3.org/2000/svg",
110
+ viewBox: "0 0 32 32",
111
+ fill: "currentColor",
112
+ ...rest
113
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,18A10,10,0,1,1,16,8h4v5l6-6L20,1V6H16A12,12,0,1,0,28,18Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19.64,22.13a2.81,2.81,0,0,1-1.28-.27,2.36,2.36,0,0,1-.89-.77A3.39,3.39,0,0,1,17,19.84a7.12,7.12,0,0,1-.17-1.68A7.24,7.24,0,0,1,17,16.48a3.46,3.46,0,0,1,.52-1.25,2.36,2.36,0,0,1,.89-.77,2.81,2.81,0,0,1,1.28-.27,2.44,2.44,0,0,1,2.16,1,5.31,5.31,0,0,1,.7,2.93,5.31,5.31,0,0,1-.7,2.93A2.44,2.44,0,0,1,19.64,22.13Zm0-1.22a1,1,0,0,0,1-.55,3.24,3.24,0,0,0,.3-1.51V17.47a3.17,3.17,0,0,0-.3-1.5,1.22,1.22,0,0,0-2.05,0,3.18,3.18,0,0,0-.29,1.5v1.38a3.25,3.25,0,0,0,.29,1.51A1,1,0,0,0,19.64,20.91Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12.62,17.42a1.46,1.46,0,0,0,1-.27.84.84,0,0,0,.31-.68v-.08a.94.94,0,0,0-.3-.74,1.2,1.2,0,0,0-.83-.27,1.65,1.65,0,0,0-.89.24,2.1,2.1,0,0,0-.68.68l-.93-.83a5.37,5.37,0,0,1,.44-.51,2.7,2.7,0,0,1,.54-.4,2.55,2.55,0,0,1,.7-.27,3.25,3.25,0,0,1,.87-.1,3.94,3.94,0,0,1,1.06.14,2.33,2.33,0,0,1,.82.4,1.91,1.91,0,0,1,.54.63,1.87,1.87,0,0,1,.18.83,2,2,0,0,1-.11.67,1.82,1.82,0,0,1-.32.52,1.79,1.79,0,0,1-.47.36,2.27,2.27,0,0,1-.57.2V18a2.34,2.34,0,0,1,.63.21,1.7,1.7,0,0,1,.51.38,1.89,1.89,0,0,1,.34.55,2.07,2.07,0,0,1,.12.73,2,2,0,0,1-.2.92,2,2,0,0,1-.58.72,2.66,2.66,0,0,1-.89.45,3.76,3.76,0,0,1-1.15.16,4.1,4.1,0,0,1-1-.11A3.1,3.1,0,0,1,11,21.7a2.76,2.76,0,0,1-.56-.45A4.22,4.22,0,0,1,10,20.7l1.07-.81a3.07,3.07,0,0,0,.28.42,1.94,1.94,0,0,0,.36.34,1.57,1.57,0,0,0,.45.22,2,2,0,0,0,.57.07,1.45,1.45,0,0,0,1-.3,1.12,1.12,0,0,0,.34-.85v-.08a1,1,0,0,0-.37-.8,1.78,1.78,0,0,0-1.06-.28h-.76V17.42Z" }), children);
114
+ });
115
+ if (process.env.NODE_ENV !== "production") Forward_30.propTypes = require_iconPropTypes.iconPropTypes;
116
+ const Forward_5 = /* @__PURE__ */ react.default.forwardRef(function Forward_5({ children, size = 16, ...rest }, ref) {
117
+ return react.default.createElement(require_Icon_js, {
118
+ width: size,
119
+ height: size,
120
+ ref,
121
+ xmlns: "http://www.w3.org/2000/svg",
122
+ viewBox: "0 0 32 32",
123
+ fill: "currentColor",
124
+ ...rest
125
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,18A10,10,0,1,1,16,8h4v5l6-6L20,1V6H16A12,12,0,1,0,28,18Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.58,15.58H15.13L15,18.15H15a4.83,4.83,0,0,1,.26-.45,1.59,1.59,0,0,1,.33-.35,1.53,1.53,0,0,1,.44-.23,2,2,0,0,1,.6-.08,2.54,2.54,0,0,1,.92.16,2.06,2.06,0,0,1,.74.48,2.28,2.28,0,0,1,.5.77,2.73,2.73,0,0,1,.18,1,2.87,2.87,0,0,1-.19,1.07,2.36,2.36,0,0,1-.55.84,2.44,2.44,0,0,1-.89.55,3.23,3.23,0,0,1-1.21.2,3.79,3.79,0,0,1-.94-.11,3,3,0,0,1-.74-.32,2.45,2.45,0,0,1-.55-.45,4.13,4.13,0,0,1-.41-.55l1.06-.81.27.41a1.82,1.82,0,0,0,.34.34,1.59,1.59,0,0,0,.43.22,1.52,1.52,0,0,0,.55.08,1.29,1.29,0,0,0,1-.36,1.41,1.41,0,0,0,.33-1V19.5a1.18,1.18,0,0,0-1.28-1.27,1.44,1.44,0,0,0-.77.18,1.94,1.94,0,0,0-.48.39l-1.19-.17.29-4.31h4.52Z" }), children);
126
+ });
127
+ if (process.env.NODE_ENV !== "production") Forward_5.propTypes = require_iconPropTypes.iconPropTypes;
128
+ const Fragile = /* @__PURE__ */ react.default.forwardRef(function Fragile({ children, size = 16, ...rest }, ref) {
129
+ return react.default.createElement(require_Icon_js, {
130
+ width: size,
131
+ height: size,
132
+ ref,
133
+ xmlns: "http://www.w3.org/2000/svg",
134
+ viewBox: "0 0 32 32",
135
+ fill: "currentColor",
136
+ ...rest
137
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,12V6H21v6a5,5,0,0,1-10,0V4h5.5859L14.293,6.293a.9994.9994,0,0,0,0,1.414L15.5859,9,13.293,11.293l1.414,1.414,3-3a.9994.9994,0,0,0,0-1.414L16.4141,7,19.707,3.707A1,1,0,0,0,19,2H10A1,1,0,0,0,9,3v9a7.0053,7.0053,0,0,0,6,6.92V28H10v2H22V28H17V18.92A7.0053,7.0053,0,0,0,23,12Z" }), children);
138
+ });
139
+ if (process.env.NODE_ENV !== "production") Fragile.propTypes = require_iconPropTypes.iconPropTypes;
140
+ const Fragments = /* @__PURE__ */ react.default.forwardRef(function Fragments({ children, size = 16, ...rest }, ref) {
141
+ return react.default.createElement(require_Icon_js, {
142
+ width: size,
143
+ height: size,
144
+ ref,
145
+ xmlns: "http://www.w3.org/2000/svg",
146
+ viewBox: "0 0 32 32",
147
+ fill: "currentColor",
148
+ ...rest
149
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30c-2.4146,0-4.4348-1.7206-4.8997-4h-5.1003c-1.1028,0-2-.8972-2-2v-5h1c1.6543,0,3-1.3458,3-3s-1.3457-3-3-3h-1v-5c0-1.1028.8972-2,2-2h5.1003c.4648-2.2794,2.4851-4,4.8997-4s4.4348,1.7206,4.8997,4h5.1003c1.1028,0,2,.8972,2,2v5h-1c-1.6543,0-3,1.3458-3,3s1.3457,3,3,3h1v5c0,1.1028-.8972,2-2,2h-5.1003c-.4648,2.2794-2.4851,4-4.8997,4ZM6,20.8995v3.1005h7v1c0,1.6542,1.3457,3,3,3s3-1.3458,3-3v-1h7v-3.1005c-2.2793-.4646-4-2.485-4-4.8995s1.7207-4.4349,4-4.8995v-3.1005h-7v-1c0-1.6542-1.3457-3-3-3s-3,1.3458-3,3v1h-7v3.1005c2.2793.4646,4,2.485,4,4.8995s-1.7207,4.4349-4,4.8995Z" }), children);
150
+ });
151
+ if (process.env.NODE_ENV !== "production") Fragments.propTypes = require_iconPropTypes.iconPropTypes;
152
+ const Friendship = /* @__PURE__ */ react.default.forwardRef(function Friendship({ children, size = 16, ...rest }, ref) {
153
+ return react.default.createElement(require_Icon_js, {
154
+ width: size,
155
+ height: size,
156
+ ref,
157
+ xmlns: "http://www.w3.org/2000/svg",
158
+ viewBox: "0 0 32 32",
159
+ fill: "currentColor",
160
+ ...rest
161
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,10H7a3.0033,3.0033,0,0,0-3,3v6a2.0023,2.0023,0,0,0,2,2v7a2.0023,2.0023,0,0,0,2,2h4a2.0023,2.0023,0,0,0,2-2V16H12V28H8V19H6V13a1.0009,1.0009,0,0,1,1-1H25a1.0009,1.0009,0,0,1,1,1v6H24v9H20V16H18V28a2.0023,2.0023,0,0,0,2,2h4a2.0023,2.0023,0,0,0,2-2V21a2.0023,2.0023,0,0,0,2-2V13A3.0033,3.0033,0,0,0,25,10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,9a4,4,0,1,1,4-4A4.0042,4.0042,0,0,1,10,9Zm0-6a2,2,0,1,0,2,2A2.0023,2.0023,0,0,0,10,3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,9a4,4,0,1,1,4-4A4.0042,4.0042,0,0,1,22,9Zm0-6a2,2,0,1,0,2,2A2.0023,2.0023,0,0,0,22,3Z" }), children);
162
+ });
163
+ if (process.env.NODE_ENV !== "production") Friendship.propTypes = require_iconPropTypes.iconPropTypes;
164
+ const FruitBowl = /* @__PURE__ */ react.default.forwardRef(function FruitBowl({ children, size = 16, ...rest }, ref) {
165
+ return react.default.createElement(require_Icon_js, {
166
+ width: size,
167
+ height: size,
168
+ ref,
169
+ xmlns: "http://www.w3.org/2000/svg",
170
+ viewBox: "0 0 32 32",
171
+ fill: "currentColor",
172
+ ...rest
173
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,15a6.0025,6.0025,0,0,0-3.1067-5.2529A3.9792,3.9792,0,0,0,24,7H22a2.0023,2.0023,0,0,1-2,2,6.004,6.004,0,0,0-5.9946,5.8921A7.0005,7.0005,0,0,1,12,10,3.9961,3.9961,0,0,0,9,6.1419V4H7V6.1419A3.9961,3.9961,0,0,0,4,10v5H2v1a14,14,0,0,0,28,0V15Zm-6-4a4.0045,4.0045,0,0,1,4,4H16A4.0045,4.0045,0,0,1,20,11ZM6,10a2,2,0,1,1,4,0,8.991,8.991,0,0,0,1.5322,5H6ZM16,28A12.0166,12.0166,0,0,1,4.0415,17h23.917A12.0166,12.0166,0,0,1,16,28Z" }), children);
174
+ });
175
+ if (process.env.NODE_ENV !== "production") FruitBowl.propTypes = require_iconPropTypes.iconPropTypes;
176
+ const FuelCan = /* @__PURE__ */ react.default.forwardRef(function FuelCan({ children, size = 16, ...rest }, ref) {
177
+ return react.default.createElement(require_Icon_js, {
178
+ width: size,
179
+ height: size,
180
+ ref,
181
+ xmlns: "http://www.w3.org/2000/svg",
182
+ viewBox: "0 0 32 32",
183
+ fill: "currentColor",
184
+ ...rest
185
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,30H8c-1.103,0-2-.8975-2-2v-15.3857l-1.4282-1.4287c-.3843-.3838-.5889-.8984-.5752-1.4492.0132-.5312.23-1.0337.6108-1.4146l3.7144-3.7144c.3809-.3809.8833-.5977,1.4146-.6108.5576-.0269,1.0654.1904,1.4497.5757l1.4282,1.4277h4.3857v-2c0-1.103.8975-2,2-2h5c1.1025,0,2,.897,2,2v24c0,1.1025-.8975,2-2,2ZM8,13.4141v14.5859h16V8h-10.5859l-5.4141,5.4141ZM9.7715,5.9858l-3.75,3.75,1.3901,1.438,3.7744-3.7739-1.4146-1.4141ZM19,6h5v-2h-5v2ZM19.5928,24.0068l-3.5928-3.5928-3.5928,3.5928-1.4141-1.4141,3.5928-3.5928-3.5928-3.5928,1.4141-1.4141,3.5928,3.5928,3.5928-3.5928,1.4141,1.4141-3.5928,3.5928,3.5928,3.5928-1.4141,1.4141Z" }), children);
186
+ });
187
+ if (process.env.NODE_ENV !== "production") FuelCan.propTypes = require_iconPropTypes.iconPropTypes;
188
+ const Function = /* @__PURE__ */ react.default.forwardRef(function Function({ children, size = 16, ...rest }, ref) {
189
+ return react.default.createElement(require_Icon_js, {
190
+ width: size,
191
+ height: size,
192
+ ref,
193
+ xmlns: "http://www.w3.org/2000/svg",
194
+ viewBox: "0 0 32 32",
195
+ fill: "currentColor",
196
+ ...rest
197
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19.6262,29.5256,19.11,27.5935A12.0035,12.0035,0,0,0,25.2312,8.3323l1.5376-1.2788a14.0033,14.0033,0,0,1-7.1426,22.4721Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,29H8V25.18l.8037-.1607C10.2617,24.728,12,23.6206,12,20V18.6182l-4-2V14.3818l4-2V12c0-5.4673,3.9253-9,10-9h2V6.82l-.8037.1607C21.7383,7.272,20,8.3794,20,12v.3818l4,2v2.2364l-4,2V20C20,25.4673,16.0747,29,10,29Zm0-2c4.9346,0,8-2.6821,8-7V17.3818L21.7642,15.5,18,13.6182V12c0-4.5781,2.3853-6.1924,4-6.76V5c-4.9346,0-8,2.6821-8,7v1.6182L10.2358,15.5,14,17.3818V20c0,4.5781-2.3853,6.1924-4,6.76Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5.2312,24.9465A14.0032,14.0032,0,0,1,12.3779,2.4734l.5161,1.9321A12.0035,12.0035,0,0,0,6.7688,23.6677Z" }), children);
198
+ });
199
+ if (process.env.NODE_ENV !== "production") Function.propTypes = require_iconPropTypes.iconPropTypes;
200
+ const Function_2 = /* @__PURE__ */ react.default.forwardRef(function Function_2({ children, size = 16, ...rest }, ref) {
201
+ return react.default.createElement(require_Icon_js, {
202
+ width: size,
203
+ height: size,
204
+ ref,
205
+ xmlns: "http://www.w3.org/2000/svg",
206
+ viewBox: "0 0 32 32",
207
+ fill: "currentColor",
208
+ ...rest
209
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12.3,13l-1.3,13.2c-.1.9926-.9,1.8-1.9,1.8h-5.1v-2h5l1.3-13h-4.3v-2h4.5l.5-5.2c.0916-1.0019,1-1.8,2-1.8h5v2h-5l-.5,5h4.5v2h-4.7ZM16,19v7c0,1.1.9,2,2,2h2v-2h-2v-7h2v-2h-2c-1.1,0-2,.9-2,2ZM26,17h-2v2h2v7h-2v2h2c1.1,0,2-.9,2-2v-7c0-1.1-.9-2-2-2Z" }), children);
210
+ });
211
+ if (process.env.NODE_ENV !== "production") Function_2.propTypes = require_iconPropTypes.iconPropTypes;
212
+ const FunctionMath = /* @__PURE__ */ react.default.forwardRef(function FunctionMath({ children, size = 16, ...rest }, ref) {
213
+ return react.default.createElement(require_Icon_js, {
214
+ width: size,
215
+ height: size,
216
+ ref,
217
+ xmlns: "http://www.w3.org/2000/svg",
218
+ viewBox: "0 0 32 32",
219
+ fill: "currentColor",
220
+ ...rest
221
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 18 24 18 22 21.897 20 18 18 18 20.905 23 18 28 20 28 22 24.201 24 28 26 28 23.098 23 26 18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,6V4H13.9133a1.9906,1.9906,0,0,0-1.9919,1.8188L11.2686,13H7v2h4.0867l-1,11H5v2h5.0867a1.9906,1.9906,0,0,0,1.9919-1.8188L13.0952,15H18V13H13.2769l.6364-7Z" }), children);
222
+ });
223
+ if (process.env.NODE_ENV !== "production") FunctionMath.propTypes = require_iconPropTypes.iconPropTypes;
224
+ const FunnelSequence = /* @__PURE__ */ react.default.forwardRef(function FunnelSequence({ children, size = 16, ...rest }, ref) {
225
+ return react.default.createElement(require_Icon_js, {
226
+ width: size,
227
+ height: size,
228
+ ref,
229
+ xmlns: "http://www.w3.org/2000/svg",
230
+ viewBox: "0 0 32 32",
231
+ fill: "currentColor",
232
+ ...rest
233
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,8H9c-1.1,0-2,.9-2,2v3.6c0,.5.2,1,.6,1.4l7.4,7.4v5.6c0,1.1.9,2,2,2h4c1.1,0,2-.9,2-2v-5.6l7.4-7.4c.4-.4.6-.9.6-1.4v-3.6c0-1.1-.9-2-2-2ZM29,13.6l-8,8v6.4h-4v-6.4l-8-8v-3.6h20v3.6ZM4,7.6l1,1v2.8l-2.4-2.4c-.4-.4-.6-.9-.6-1.4v-3.6c0-1.1.9-2,2-2h20c1.1,0,2,.9,2,2v2h-2v-2H4v3.6h0Z" }), children);
234
+ });
235
+ if (process.env.NODE_ENV !== "production") FunnelSequence.propTypes = require_iconPropTypes.iconPropTypes;
236
+ const FunnelSort = /* @__PURE__ */ react.default.forwardRef(function FunnelSort({ children, size = 16, ...rest }, ref) {
237
+ return react.default.createElement(require_Icon_js, {
238
+ width: size,
239
+ height: size,
240
+ ref,
241
+ xmlns: "http://www.w3.org/2000/svg",
242
+ viewBox: "0 0 32 32",
243
+ fill: "currentColor",
244
+ ...rest
245
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.4,15.6l2.6,2.6h0l2.6-2.6,1.4,1.4-4,4-4-4,1.4-1.4ZM21.4,13.4l2.6-2.6h0l2.6,2.6,1.4-1.4-4-4-4,4,1.4,1.4ZM26,4H4c-1.1,0-2,.9-2,2v3.2c0,.5.2,1,.6,1.4l7.4,7.4v8c0,1.1.9,2,2,2h4c1.1,0,2-.9,2-2v-4h-2v4h-4v-8.8l-.6-.6-7.4-7.4v-3.2h22v-2h0Z" }), children);
246
+ });
247
+ if (process.env.NODE_ENV !== "production") FunnelSort.propTypes = require_iconPropTypes.iconPropTypes;
27
248
  const WatsonHealthFusionBlender = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthFusionBlender({ children, size = 16, ...rest }, ref) {
28
- return react.default.createElement(require_Icon.Icon, {
249
+ return react.default.createElement(require_Icon_js, {
29
250
  width: size,
30
251
  height: size,
31
252
  ref,
@@ -37,7 +258,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
37
258
  });
38
259
  if (process.env.NODE_ENV !== "production") WatsonHealthFusionBlender.propTypes = require_iconPropTypes.iconPropTypes;
39
260
  const GameConsole = /* @__PURE__ */ react.default.forwardRef(function GameConsole({ children, size = 16, ...rest }, ref) {
40
- return react.default.createElement(require_Icon.Icon, {
261
+ return react.default.createElement(require_Icon_js, {
41
262
  width: size,
42
263
  height: size,
43
264
  ref,
@@ -65,7 +286,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
65
286
  });
66
287
  if (process.env.NODE_ENV !== "production") GameConsole.propTypes = require_iconPropTypes.iconPropTypes;
67
288
  const GameWireless = /* @__PURE__ */ react.default.forwardRef(function GameWireless({ children, size = 16, ...rest }, ref) {
68
- return react.default.createElement(require_Icon.Icon, {
289
+ return react.default.createElement(require_Icon_js, {
69
290
  width: size,
70
291
  height: size,
71
292
  ref,
@@ -93,7 +314,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
93
314
  });
94
315
  if (process.env.NODE_ENV !== "production") GameWireless.propTypes = require_iconPropTypes.iconPropTypes;
95
316
  const Gamification = /* @__PURE__ */ react.default.forwardRef(function Gamification({ children, size = 16, ...rest }, ref) {
96
- return react.default.createElement(require_Icon.Icon, {
317
+ return react.default.createElement(require_Icon_js, {
97
318
  width: size,
98
319
  height: size,
99
320
  ref,
@@ -105,7 +326,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
105
326
  });
106
327
  if (process.env.NODE_ENV !== "production") Gamification.propTypes = require_iconPropTypes.iconPropTypes;
107
328
  const GasStation = /* @__PURE__ */ react.default.forwardRef(function GasStation({ children, size = 16, ...rest }, ref) {
108
- return react.default.createElement(require_Icon.Icon, {
329
+ return react.default.createElement(require_Icon_js, {
109
330
  width: size,
110
331
  height: size,
111
332
  ref,
@@ -116,8 +337,32 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
116
337
  }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 10H15V12H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.4142,8l-5-5L22,4.4141l3,3V12a2.0023,2.0023,0,0,0,2,2V24.5a1.5,1.5,0,0,1-3,0V16a1,1,0,0,0-1-1H19V5a1,1,0,0,0-1-1H5A1,1,0,0,0,4,5V26H2v2H21V26H19V17h3v7.4a3.5644,3.5644,0,0,0,2.7654,3.5251A3.5062,3.5062,0,0,0,29,24.5V9.4144A2,2,0,0,0,28.4142,8ZM17,26H6V6H17Z" }), children);
117
338
  });
118
339
  if (process.env.NODE_ENV !== "production") GasStation.propTypes = require_iconPropTypes.iconPropTypes;
340
+ const GasStationDiesel = /* @__PURE__ */ react.default.forwardRef(function GasStationDiesel({ children, size = 16, ...rest }, ref) {
341
+ return react.default.createElement(require_Icon_js, {
342
+ width: size,
343
+ height: size,
344
+ ref,
345
+ xmlns: "http://www.w3.org/2000/svg",
346
+ viewBox: "0 0 32 32",
347
+ fill: "currentColor",
348
+ ...rest
349
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,10v2h7v-2h-7ZM29,9.41v15.09c0,1.93-1.57,3.5-3.5,3.5s-3.5-1.57-3.5-3.5v-7.5h-3v9h2v2h-9v-2h5V6H6v9h-2V5c0-.55.45-1,1-1h13c.55,0,1,.45,1,1v10h4c.55,0,1,.45,1,1v8.5c0,.83.67,1.5,1.5,1.5s1.5-.67,1.5-1.5v-10.5c-1.1,0-2-.9-2-2v-4.59l-3.01-3,1.42-1.42,5,5.01c.38.38.59.88.59,1.41ZM6,28H2v-10h4c1.6543,0,3,1.3457,3,3v4c0,1.6543-1.3457,3-3,3ZM4,26h2c.5513,0,1-.4482,1-1v-4c0-.5518-.4487-1-1-1h-2v6Z" }), children);
350
+ });
351
+ if (process.env.NODE_ENV !== "production") GasStationDiesel.propTypes = require_iconPropTypes.iconPropTypes;
352
+ const GasStationEco = /* @__PURE__ */ react.default.forwardRef(function GasStationEco({ children, size = 16, ...rest }, ref) {
353
+ return react.default.createElement(require_Icon_js, {
354
+ width: size,
355
+ height: size,
356
+ ref,
357
+ xmlns: "http://www.w3.org/2000/svg",
358
+ viewBox: "0 0 32 32",
359
+ fill: "currentColor",
360
+ ...rest
361
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,10v2h7v-2h-7ZM29,9.41v15.09c0,1.93-1.57,3.5-3.5,3.5s-3.5-1.57-3.5-3.5v-7.5h-3v9h2v2h-6v-2h2V6H6v9h-2V5c0-.55.45-1,1-1h13c.55,0,1,.45,1,1v10h4c.55,0,1,.45,1,1v8.5c0,.83.67,1.5,1.5,1.5s1.5-.67,1.5-1.5v-10.5c-1.1,0-2-.9-2-2v-4.59l-3.01-3,1.42-1.42,5,5.01c.38.38.59.88.59,1.41ZM6,28H2v-4c0-3.3086,2.6914-6,6-6h4v4c0,3.3086-2.6914,6-6,6ZM5.4141,26h.5859c2.2056,0,4-1.7939,4-4v-2h-2c-2.2056,0-4,1.7939-4,4v.5859l2.293-2.293,1.4141,1.4141-2.293,2.293Z" }), children);
362
+ });
363
+ if (process.env.NODE_ENV !== "production") GasStationEco.propTypes = require_iconPropTypes.iconPropTypes;
119
364
  const GasStationFilled = /* @__PURE__ */ react.default.forwardRef(function GasStationFilled({ children, size = 16, ...rest }, ref) {
120
- return react.default.createElement(require_Icon.Icon, {
365
+ return react.default.createElement(require_Icon_js, {
121
366
  width: size,
122
367
  height: size,
123
368
  ref,
@@ -133,7 +378,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
133
378
  });
134
379
  if (process.env.NODE_ENV !== "production") GasStationFilled.propTypes = require_iconPropTypes.iconPropTypes;
135
380
  const Gateway = /* @__PURE__ */ react.default.forwardRef(function Gateway({ children, size = 16, ...rest }, ref) {
136
- return react.default.createElement(require_Icon.Icon, {
381
+ return react.default.createElement(require_Icon_js, {
137
382
  width: size,
138
383
  height: size,
139
384
  ref,
@@ -145,7 +390,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
145
390
  });
146
391
  if (process.env.NODE_ENV !== "production") Gateway.propTypes = require_iconPropTypes.iconPropTypes;
147
392
  const GatewayApi = /* @__PURE__ */ react.default.forwardRef(function GatewayApi({ children, size = 16, ...rest }, ref) {
148
- return react.default.createElement(require_Icon.Icon, {
393
+ return react.default.createElement(require_Icon_js, {
149
394
  width: size,
150
395
  height: size,
151
396
  ref,
@@ -157,7 +402,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
157
402
  });
158
403
  if (process.env.NODE_ENV !== "production") GatewayApi.propTypes = require_iconPropTypes.iconPropTypes;
159
404
  const GatewayMail = /* @__PURE__ */ react.default.forwardRef(function GatewayMail({ children, size = 16, ...rest }, ref) {
160
- return react.default.createElement(require_Icon.Icon, {
405
+ return react.default.createElement(require_Icon_js, {
161
406
  width: size,
162
407
  height: size,
163
408
  ref,
@@ -169,7 +414,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
169
414
  });
170
415
  if (process.env.NODE_ENV !== "production") GatewayMail.propTypes = require_iconPropTypes.iconPropTypes;
171
416
  const GatewayPublic = /* @__PURE__ */ react.default.forwardRef(function GatewayPublic({ children, size = 16, ...rest }, ref) {
172
- return react.default.createElement(require_Icon.Icon, {
417
+ return react.default.createElement(require_Icon_js, {
173
418
  width: size,
174
419
  height: size,
175
420
  ref,
@@ -181,7 +426,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
181
426
  });
182
427
  if (process.env.NODE_ENV !== "production") GatewayPublic.propTypes = require_iconPropTypes.iconPropTypes;
183
428
  const GatewaySecurity = /* @__PURE__ */ react.default.forwardRef(function GatewaySecurity({ children, size = 16, ...rest }, ref) {
184
- return react.default.createElement(require_Icon.Icon, {
429
+ return react.default.createElement(require_Icon_js, {
185
430
  width: size,
186
431
  height: size,
187
432
  ref,
@@ -193,7 +438,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
193
438
  });
194
439
  if (process.env.NODE_ENV !== "production") GatewaySecurity.propTypes = require_iconPropTypes.iconPropTypes;
195
440
  const GatewayUserAccess = /* @__PURE__ */ react.default.forwardRef(function GatewayUserAccess({ children, size = 16, ...rest }, ref) {
196
- return react.default.createElement(require_Icon.Icon, {
441
+ return react.default.createElement(require_Icon_js, {
197
442
  width: size,
198
443
  height: size,
199
444
  ref,
@@ -205,7 +450,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
205
450
  });
206
451
  if (process.env.NODE_ENV !== "production") GatewayUserAccess.propTypes = require_iconPropTypes.iconPropTypes;
207
452
  const GatewayVpn = /* @__PURE__ */ react.default.forwardRef(function GatewayVpn({ children, size = 16, ...rest }, ref) {
208
- return react.default.createElement(require_Icon.Icon, {
453
+ return react.default.createElement(require_Icon_js, {
209
454
  width: size,
210
455
  height: size,
211
456
  ref,
@@ -217,7 +462,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
217
462
  });
218
463
  if (process.env.NODE_ENV !== "production") GatewayVpn.propTypes = require_iconPropTypes.iconPropTypes;
219
464
  const Gears = /* @__PURE__ */ react.default.forwardRef(function Gears({ children, size = 16, ...rest }, ref) {
220
- return react.default.createElement(require_Icon.Icon, {
465
+ return react.default.createElement(require_Icon_js, {
221
466
  width: size,
222
467
  height: size,
223
468
  ref,
@@ -235,7 +480,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
235
480
  });
236
481
  if (process.env.NODE_ENV !== "production") Gears.propTypes = require_iconPropTypes.iconPropTypes;
237
482
  const Gem = /* @__PURE__ */ react.default.forwardRef(function Gem({ children, size = 16, ...rest }, ref) {
238
- return react.default.createElement(require_Icon.Icon, {
483
+ return react.default.createElement(require_Icon_js, {
239
484
  width: size,
240
485
  height: size,
241
486
  ref,
@@ -247,7 +492,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
247
492
  });
248
493
  if (process.env.NODE_ENV !== "production") Gem.propTypes = require_iconPropTypes.iconPropTypes;
249
494
  const GemReference = /* @__PURE__ */ react.default.forwardRef(function GemReference({ children, size = 16, ...rest }, ref) {
250
- return react.default.createElement(require_Icon.Icon, {
495
+ return react.default.createElement(require_Icon_js, {
251
496
  width: size,
252
497
  height: size,
253
498
  ref,
@@ -259,7 +504,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
259
504
  });
260
505
  if (process.env.NODE_ENV !== "production") GemReference.propTypes = require_iconPropTypes.iconPropTypes;
261
506
  const GenderFemale = /* @__PURE__ */ react.default.forwardRef(function GenderFemale({ children, size = 16, ...rest }, ref) {
262
- return react.default.createElement(require_Icon.Icon, {
507
+ return react.default.createElement(require_Icon_js, {
263
508
  width: size,
264
509
  height: size,
265
510
  ref,
@@ -271,7 +516,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
271
516
  });
272
517
  if (process.env.NODE_ENV !== "production") GenderFemale.propTypes = require_iconPropTypes.iconPropTypes;
273
518
  const GenderMale = /* @__PURE__ */ react.default.forwardRef(function GenderMale({ children, size = 16, ...rest }, ref) {
274
- return react.default.createElement(require_Icon.Icon, {
519
+ return react.default.createElement(require_Icon_js, {
275
520
  width: size,
276
521
  height: size,
277
522
  ref,
@@ -283,7 +528,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
283
528
  });
284
529
  if (process.env.NODE_ENV !== "production") GenderMale.propTypes = require_iconPropTypes.iconPropTypes;
285
530
  const GeneratePdf = /* @__PURE__ */ react.default.forwardRef(function GeneratePdf({ children, size = 16, ...rest }, ref) {
286
- return react.default.createElement(require_Icon.Icon, {
531
+ return react.default.createElement(require_Icon_js, {
287
532
  width: size,
288
533
  height: size,
289
534
  ref,
@@ -295,7 +540,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
295
540
  });
296
541
  if (process.env.NODE_ENV !== "production") GeneratePdf.propTypes = require_iconPropTypes.iconPropTypes;
297
542
  const Gif = /* @__PURE__ */ react.default.forwardRef(function Gif({ children, size = 16, ...rest }, ref) {
298
- return react.default.createElement(require_Icon.Icon, {
543
+ return react.default.createElement(require_Icon_js, {
299
544
  width: size,
300
545
  height: size,
301
546
  ref,
@@ -307,7 +552,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
307
552
  });
308
553
  if (process.env.NODE_ENV !== "production") Gif.propTypes = require_iconPropTypes.iconPropTypes;
309
554
  const Gift = /* @__PURE__ */ react.default.forwardRef(function Gift({ children, size = 16, ...rest }, ref) {
310
- return react.default.createElement(require_Icon.Icon, {
555
+ return react.default.createElement(require_Icon_js, {
311
556
  width: size,
312
557
  height: size,
313
558
  ref,
@@ -319,7 +564,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
319
564
  });
320
565
  if (process.env.NODE_ENV !== "production") Gift.propTypes = require_iconPropTypes.iconPropTypes;
321
566
  const GitRepo = /* @__PURE__ */ react.default.forwardRef(function GitRepo({ children, size = 16, ...rest }, ref) {
322
- return react.default.createElement(require_Icon.Icon, {
567
+ return react.default.createElement(require_Icon_js, {
323
568
  width: size,
324
569
  height: size,
325
570
  ref,
@@ -331,7 +576,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
331
576
  });
332
577
  if (process.env.NODE_ENV !== "production") GitRepo.propTypes = require_iconPropTypes.iconPropTypes;
333
578
  const GlobalFilters = /* @__PURE__ */ react.default.forwardRef(function GlobalFilters({ children, size = 16, ...rest }, ref) {
334
- return react.default.createElement(require_Icon.Icon, {
579
+ return react.default.createElement(require_Icon_js, {
335
580
  width: size,
336
581
  height: size,
337
582
  ref,
@@ -343,7 +588,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
343
588
  });
344
589
  if (process.env.NODE_ENV !== "production") GlobalFilters.propTypes = require_iconPropTypes.iconPropTypes;
345
590
  const GlobalLoanAndTrial = /* @__PURE__ */ react.default.forwardRef(function GlobalLoanAndTrial({ children, size = 16, ...rest }, ref) {
346
- return react.default.createElement(require_Icon.Icon, {
591
+ return react.default.createElement(require_Icon_js, {
347
592
  width: size,
348
593
  height: size,
349
594
  ref,
@@ -359,7 +604,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
359
604
  });
360
605
  if (process.env.NODE_ENV !== "production") GlobalLoanAndTrial.propTypes = require_iconPropTypes.iconPropTypes;
361
606
  const Globe = /* @__PURE__ */ react.default.forwardRef(function Globe({ children, size = 16, ...rest }, ref) {
362
- return react.default.createElement(require_Icon.Icon, {
607
+ return react.default.createElement(require_Icon_js, {
363
608
  width: size,
364
609
  height: size,
365
610
  ref,
@@ -371,7 +616,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
371
616
  });
372
617
  if (process.env.NODE_ENV !== "production") Globe.propTypes = require_iconPropTypes.iconPropTypes;
373
618
  const GlobePrivate = /* @__PURE__ */ react.default.forwardRef(function GlobePrivate({ children, size = 16, ...rest }, ref) {
374
- return react.default.createElement(require_Icon.Icon, {
619
+ return react.default.createElement(require_Icon_js, {
375
620
  width: size,
376
621
  height: size,
377
622
  ref,
@@ -383,7 +628,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
383
628
  });
384
629
  if (process.env.NODE_ENV !== "production") GlobePrivate.propTypes = require_iconPropTypes.iconPropTypes;
385
630
  const Gradient = /* @__PURE__ */ react.default.forwardRef(function Gradient({ children, size = 16, ...rest }, ref) {
386
- return react.default.createElement(require_Icon.Icon, {
631
+ return react.default.createElement(require_Icon_js, {
387
632
  width: size,
388
633
  height: size,
389
634
  ref,
@@ -395,7 +640,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
395
640
  });
396
641
  if (process.env.NODE_ENV !== "production") Gradient.propTypes = require_iconPropTypes.iconPropTypes;
397
642
  const GraphAggregator = /* @__PURE__ */ react.default.forwardRef(function GraphAggregator({ children, size = 16, ...rest }, ref) {
398
- return react.default.createElement(require_Icon.Icon, {
643
+ return react.default.createElement(require_Icon_js, {
399
644
  width: size,
400
645
  height: size,
401
646
  ref,
@@ -407,7 +652,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
407
652
  });
408
653
  if (process.env.NODE_ENV !== "production") GraphAggregator.propTypes = require_iconPropTypes.iconPropTypes;
409
654
  const GraphicalDataFlow = /* @__PURE__ */ react.default.forwardRef(function GraphicalDataFlow({ children, size = 16, ...rest }, ref) {
410
- return react.default.createElement(require_Icon.Icon, {
655
+ return react.default.createElement(require_Icon_js, {
411
656
  width: size,
412
657
  height: size,
413
658
  ref,
@@ -419,7 +664,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
419
664
  });
420
665
  if (process.env.NODE_ENV !== "production") GraphicalDataFlow.propTypes = require_iconPropTypes.iconPropTypes;
421
666
  const Grid = /* @__PURE__ */ react.default.forwardRef(function Grid({ children, size = 16, ...rest }, ref) {
422
- return react.default.createElement(require_Icon.Icon, {
667
+ return react.default.createElement(require_Icon_js, {
423
668
  width: size,
424
669
  height: size,
425
670
  ref,
@@ -431,7 +676,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
431
676
  });
432
677
  if (process.env.NODE_ENV !== "production") Grid.propTypes = require_iconPropTypes.iconPropTypes;
433
678
  const Group = /* @__PURE__ */ react.default.forwardRef(function Group({ children, size = 16, ...rest }, ref) {
434
- return react.default.createElement(require_Icon.Icon, {
679
+ return react.default.createElement(require_Icon_js, {
435
680
  width: size,
436
681
  height: size,
437
682
  ref,
@@ -443,7 +688,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
443
688
  });
444
689
  if (process.env.NODE_ENV !== "production") Group.propTypes = require_iconPropTypes.iconPropTypes;
445
690
  const GroupAccess = /* @__PURE__ */ react.default.forwardRef(function GroupAccess({ children, size = 16, ...rest }, ref) {
446
- return react.default.createElement(require_Icon.Icon, {
691
+ return react.default.createElement(require_Icon_js, {
447
692
  width: size,
448
693
  height: size,
449
694
  ref,
@@ -455,7 +700,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
455
700
  });
456
701
  if (process.env.NODE_ENV !== "production") GroupAccess.propTypes = require_iconPropTypes.iconPropTypes;
457
702
  const GroupAccount = /* @__PURE__ */ react.default.forwardRef(function GroupAccount({ children, size = 16, ...rest }, ref) {
458
- return react.default.createElement(require_Icon.Icon, {
703
+ return react.default.createElement(require_Icon_js, {
459
704
  width: size,
460
705
  height: size,
461
706
  ref,
@@ -467,7 +712,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
467
712
  });
468
713
  if (process.env.NODE_ENV !== "production") GroupAccount.propTypes = require_iconPropTypes.iconPropTypes;
469
714
  const GroupPresentation = /* @__PURE__ */ react.default.forwardRef(function GroupPresentation({ children, size = 16, ...rest }, ref) {
470
- return react.default.createElement(require_Icon.Icon, {
715
+ return react.default.createElement(require_Icon_js, {
471
716
  width: size,
472
717
  height: size,
473
718
  ref,
@@ -499,7 +744,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
499
744
  });
500
745
  if (process.env.NODE_ENV !== "production") GroupPresentation.propTypes = require_iconPropTypes.iconPropTypes;
501
746
  const GroupResource = /* @__PURE__ */ react.default.forwardRef(function GroupResource({ children, size = 16, ...rest }, ref) {
502
- return react.default.createElement(require_Icon.Icon, {
747
+ return react.default.createElement(require_Icon_js, {
503
748
  width: size,
504
749
  height: size,
505
750
  ref,
@@ -511,7 +756,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
511
756
  });
512
757
  if (process.env.NODE_ENV !== "production") GroupResource.propTypes = require_iconPropTypes.iconPropTypes;
513
758
  const GroupSecurity = /* @__PURE__ */ react.default.forwardRef(function GroupSecurity({ children, size = 16, ...rest }, ref) {
514
- return react.default.createElement(require_Icon.Icon, {
759
+ return react.default.createElement(require_Icon_js, {
515
760
  width: size,
516
761
  height: size,
517
762
  ref,
@@ -523,7 +768,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
523
768
  });
524
769
  if (process.env.NODE_ENV !== "production") GroupSecurity.propTypes = require_iconPropTypes.iconPropTypes;
525
770
  const GroupObjects = /* @__PURE__ */ react.default.forwardRef(function GroupObjects({ children, size = 16, ...rest }, ref) {
526
- return react.default.createElement(require_Icon.Icon, {
771
+ return react.default.createElement(require_Icon_js, {
527
772
  width: size,
528
773
  height: size,
529
774
  ref,
@@ -535,7 +780,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
535
780
  });
536
781
  if (process.env.NODE_ENV !== "production") GroupObjects.propTypes = require_iconPropTypes.iconPropTypes;
537
782
  const GroupObjectsNew = /* @__PURE__ */ react.default.forwardRef(function GroupObjectsNew({ children, size = 16, ...rest }, ref) {
538
- return react.default.createElement(require_Icon.Icon, {
783
+ return react.default.createElement(require_Icon_js, {
539
784
  width: size,
540
785
  height: size,
541
786
  ref,
@@ -547,7 +792,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
547
792
  });
548
793
  if (process.env.NODE_ENV !== "production") GroupObjectsNew.propTypes = require_iconPropTypes.iconPropTypes;
549
794
  const GroupObjectsSave = /* @__PURE__ */ react.default.forwardRef(function GroupObjectsSave({ children, size = 16, ...rest }, ref) {
550
- return react.default.createElement(require_Icon.Icon, {
795
+ return react.default.createElement(require_Icon_js, {
551
796
  width: size,
552
797
  height: size,
553
798
  ref,
@@ -559,7 +804,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
559
804
  });
560
805
  if (process.env.NODE_ENV !== "production") GroupObjectsSave.propTypes = require_iconPropTypes.iconPropTypes;
561
806
  const Growth = /* @__PURE__ */ react.default.forwardRef(function Growth({ children, size = 16, ...rest }, ref) {
562
- return react.default.createElement(require_Icon.Icon, {
807
+ return react.default.createElement(require_Icon_js, {
563
808
  width: size,
564
809
  height: size,
565
810
  ref,
@@ -571,7 +816,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
571
816
  });
572
817
  if (process.env.NODE_ENV !== "production") Growth.propTypes = require_iconPropTypes.iconPropTypes;
573
818
  const Gui = /* @__PURE__ */ react.default.forwardRef(function Gui({ children, size = 16, ...rest }, ref) {
574
- return react.default.createElement(require_Icon.Icon, {
819
+ return react.default.createElement(require_Icon_js, {
575
820
  width: size,
576
821
  height: size,
577
822
  ref,
@@ -595,7 +840,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
595
840
  });
596
841
  if (process.env.NODE_ENV !== "production") Gui.propTypes = require_iconPropTypes.iconPropTypes;
597
842
  const GuiManagement = /* @__PURE__ */ react.default.forwardRef(function GuiManagement({ children, size = 16, ...rest }, ref) {
598
- return react.default.createElement(require_Icon.Icon, {
843
+ return react.default.createElement(require_Icon_js, {
599
844
  width: size,
600
845
  height: size,
601
846
  ref,
@@ -619,7 +864,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
619
864
  });
620
865
  if (process.env.NODE_ENV !== "production") GuiManagement.propTypes = require_iconPropTypes.iconPropTypes;
621
866
  const QH = /* @__PURE__ */ react.default.forwardRef(function QH({ children, size = 16, ...rest }, ref) {
622
- return react.default.createElement(require_Icon.Icon, {
867
+ return react.default.createElement(require_Icon_js, {
623
868
  width: size,
624
869
  height: size,
625
870
  ref,
@@ -631,7 +876,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
631
876
  });
632
877
  if (process.env.NODE_ENV !== "production") QH.propTypes = require_iconPropTypes.iconPropTypes;
633
878
  const Hail = /* @__PURE__ */ react.default.forwardRef(function Hail({ children, size = 16, ...rest }, ref) {
634
- return react.default.createElement(require_Icon.Icon, {
879
+ return react.default.createElement(require_Icon_js, {
635
880
  width: size,
636
881
  height: size,
637
882
  ref,
@@ -663,7 +908,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
663
908
  });
664
909
  if (process.env.NODE_ENV !== "production") Hail.propTypes = require_iconPropTypes.iconPropTypes;
665
910
  const WatsonHealthHangingProtocol = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthHangingProtocol({ children, size = 16, ...rest }, ref) {
666
- return react.default.createElement(require_Icon.Icon, {
911
+ return react.default.createElement(require_Icon_js, {
667
912
  width: size,
668
913
  height: size,
669
914
  ref,
@@ -675,7 +920,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
675
920
  });
676
921
  if (process.env.NODE_ENV !== "production") WatsonHealthHangingProtocol.propTypes = require_iconPropTypes.iconPropTypes;
677
922
  const Harbor = /* @__PURE__ */ react.default.forwardRef(function Harbor({ children, size = 16, ...rest }, ref) {
678
- return react.default.createElement(require_Icon.Icon, {
923
+ return react.default.createElement(require_Icon_js, {
679
924
  width: size,
680
925
  height: size,
681
926
  ref,
@@ -687,7 +932,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
687
932
  });
688
933
  if (process.env.NODE_ENV !== "production") Harbor.propTypes = require_iconPropTypes.iconPropTypes;
689
934
  const HardwareSecurityModule = /* @__PURE__ */ react.default.forwardRef(function HardwareSecurityModule({ children, size = 16, ...rest }, ref) {
690
- return react.default.createElement(require_Icon.Icon, {
935
+ return react.default.createElement(require_Icon_js, {
691
936
  width: size,
692
937
  height: size,
693
938
  ref,
@@ -707,7 +952,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
707
952
  });
708
953
  if (process.env.NODE_ENV !== "production") HardwareSecurityModule.propTypes = require_iconPropTypes.iconPropTypes;
709
954
  const Hashtag = /* @__PURE__ */ react.default.forwardRef(function Hashtag({ children, size = 16, ...rest }, ref) {
710
- return react.default.createElement(require_Icon.Icon, {
955
+ return react.default.createElement(require_Icon_js, {
711
956
  width: size,
712
957
  height: size,
713
958
  ref,
@@ -719,7 +964,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
719
964
  });
720
965
  if (process.env.NODE_ENV !== "production") Hashtag.propTypes = require_iconPropTypes.iconPropTypes;
721
966
  const Haze = /* @__PURE__ */ react.default.forwardRef(function Haze({ children, size = 16, ...rest }, ref) {
722
- return react.default.createElement(require_Icon.Icon, {
967
+ return react.default.createElement(require_Icon_js, {
723
968
  width: size,
724
969
  height: size,
725
970
  ref,
@@ -740,7 +985,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
740
985
  });
741
986
  if (process.env.NODE_ENV !== "production") Haze.propTypes = require_iconPropTypes.iconPropTypes;
742
987
  const HazeNight = /* @__PURE__ */ react.default.forwardRef(function HazeNight({ children, size = 16, ...rest }, ref) {
743
- return react.default.createElement(require_Icon.Icon, {
988
+ return react.default.createElement(require_Icon_js, {
744
989
  width: size,
745
990
  height: size,
746
991
  ref,
@@ -752,7 +997,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
752
997
  });
753
998
  if (process.env.NODE_ENV !== "production") HazeNight.propTypes = require_iconPropTypes.iconPropTypes;
754
999
  const Hd = /* @__PURE__ */ react.default.forwardRef(function Hd({ children, size = 16, ...rest }, ref) {
755
- return react.default.createElement(require_Icon.Icon, {
1000
+ return react.default.createElement(require_Icon_js, {
756
1001
  width: size,
757
1002
  height: size,
758
1003
  ref,
@@ -764,7 +1009,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
764
1009
  });
765
1010
  if (process.env.NODE_ENV !== "production") Hd.propTypes = require_iconPropTypes.iconPropTypes;
766
1011
  const HdFilled = /* @__PURE__ */ react.default.forwardRef(function HdFilled({ children, size = 16, ...rest }, ref) {
767
- return react.default.createElement(require_Icon.Icon, {
1012
+ return react.default.createElement(require_Icon_js, {
768
1013
  width: size,
769
1014
  height: size,
770
1015
  ref,
@@ -776,7 +1021,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
776
1021
  });
777
1022
  if (process.env.NODE_ENV !== "production") HdFilled.propTypes = require_iconPropTypes.iconPropTypes;
778
1023
  const Hdr = /* @__PURE__ */ react.default.forwardRef(function Hdr({ children, size = 16, ...rest }, ref) {
779
- return react.default.createElement(require_Icon.Icon, {
1024
+ return react.default.createElement(require_Icon_js, {
780
1025
  width: size,
781
1026
  height: size,
782
1027
  ref,
@@ -788,7 +1033,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
788
1033
  });
789
1034
  if (process.env.NODE_ENV !== "production") Hdr.propTypes = require_iconPropTypes.iconPropTypes;
790
1035
  const Heading = /* @__PURE__ */ react.default.forwardRef(function Heading({ children, size = 16, ...rest }, ref) {
791
- return react.default.createElement(require_Icon.Icon, {
1036
+ return react.default.createElement(require_Icon_js, {
792
1037
  width: size,
793
1038
  height: size,
794
1039
  ref,
@@ -800,7 +1045,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
800
1045
  });
801
1046
  if (process.env.NODE_ENV !== "production") Heading.propTypes = require_iconPropTypes.iconPropTypes;
802
1047
  const Headphones = /* @__PURE__ */ react.default.forwardRef(function Headphones({ children, size = 16, ...rest }, ref) {
803
- return react.default.createElement(require_Icon.Icon, {
1048
+ return react.default.createElement(require_Icon_js, {
804
1049
  width: size,
805
1050
  height: size,
806
1051
  ref,
@@ -812,7 +1057,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
812
1057
  });
813
1058
  if (process.env.NODE_ENV !== "production") Headphones.propTypes = require_iconPropTypes.iconPropTypes;
814
1059
  const Headset = /* @__PURE__ */ react.default.forwardRef(function Headset({ children, size = 16, ...rest }, ref) {
815
- return react.default.createElement(require_Icon.Icon, {
1060
+ return react.default.createElement(require_Icon_js, {
816
1061
  width: size,
817
1062
  height: size,
818
1063
  ref,
@@ -824,7 +1069,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
824
1069
  });
825
1070
  if (process.env.NODE_ENV !== "production") Headset.propTypes = require_iconPropTypes.iconPropTypes;
826
1071
  const HealthCross = /* @__PURE__ */ react.default.forwardRef(function HealthCross({ children, size = 16, ...rest }, ref) {
827
- return react.default.createElement(require_Icon.Icon, {
1072
+ return react.default.createElement(require_Icon_js, {
828
1073
  width: size,
829
1074
  height: size,
830
1075
  ref,
@@ -836,7 +1081,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
836
1081
  });
837
1082
  if (process.env.NODE_ENV !== "production") HealthCross.propTypes = require_iconPropTypes.iconPropTypes;
838
1083
  const Hearing = /* @__PURE__ */ react.default.forwardRef(function Hearing({ children, size = 16, ...rest }, ref) {
839
- return react.default.createElement(require_Icon.Icon, {
1084
+ return react.default.createElement(require_Icon_js, {
840
1085
  width: size,
841
1086
  height: size,
842
1087
  ref,
@@ -848,7 +1093,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
848
1093
  });
849
1094
  if (process.env.NODE_ENV !== "production") Hearing.propTypes = require_iconPropTypes.iconPropTypes;
850
1095
  const HeatMap = /* @__PURE__ */ react.default.forwardRef(function HeatMap({ children, size = 16, ...rest }, ref) {
851
- return react.default.createElement(require_Icon.Icon, {
1096
+ return react.default.createElement(require_Icon_js, {
852
1097
  width: size,
853
1098
  height: size,
854
1099
  ref,
@@ -860,7 +1105,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
860
1105
  });
861
1106
  if (process.env.NODE_ENV !== "production") HeatMap.propTypes = require_iconPropTypes.iconPropTypes;
862
1107
  const HeatMap_02 = /* @__PURE__ */ react.default.forwardRef(function HeatMap_02({ children, size = 16, ...rest }, ref) {
863
- return react.default.createElement(require_Icon.Icon, {
1108
+ return react.default.createElement(require_Icon_js, {
864
1109
  width: size,
865
1110
  height: size,
866
1111
  ref,
@@ -884,7 +1129,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
884
1129
  });
885
1130
  if (process.env.NODE_ENV !== "production") HeatMap_02.propTypes = require_iconPropTypes.iconPropTypes;
886
1131
  const HeatMap_03 = /* @__PURE__ */ react.default.forwardRef(function HeatMap_03({ children, size = 16, ...rest }, ref) {
887
- return react.default.createElement(require_Icon.Icon, {
1132
+ return react.default.createElement(require_Icon_js, {
888
1133
  width: size,
889
1134
  height: size,
890
1135
  ref,
@@ -896,7 +1141,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
896
1141
  });
897
1142
  if (process.env.NODE_ENV !== "production") HeatMap_03.propTypes = require_iconPropTypes.iconPropTypes;
898
1143
  const HeatMapStocks = /* @__PURE__ */ react.default.forwardRef(function HeatMapStocks({ children, size = 16, ...rest }, ref) {
899
- return react.default.createElement(require_Icon.Icon, {
1144
+ return react.default.createElement(require_Icon_js, {
900
1145
  width: size,
901
1146
  height: size,
902
1147
  ref,
@@ -908,7 +1153,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
908
1153
  });
909
1154
  if (process.env.NODE_ENV !== "production") HeatMapStocks.propTypes = require_iconPropTypes.iconPropTypes;
910
1155
  const Helicopter = /* @__PURE__ */ react.default.forwardRef(function Helicopter({ children, size = 16, ...rest }, ref) {
911
- return react.default.createElement(require_Icon.Icon, {
1156
+ return react.default.createElement(require_Icon_js, {
912
1157
  width: size,
913
1158
  height: size,
914
1159
  ref,
@@ -919,8 +1164,20 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
919
1164
  }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,8V6H8V8H18v4H4V8H2v8H4V14h6.2192l2.0533,8.2129A4.9923,4.9923,0,0,0,17.123,26H26a4.0045,4.0045,0,0,0,4-4V19.3623a2.0007,2.0007,0,0,0-.4639-1.28L25.0684,12.72A1.9968,1.9968,0,0,0,23.5317,12H20V8ZM26,24H17.123a2.9949,2.9949,0,0,1-2.91-2.2725L12.2808,14H18v6H28v2A2.0023,2.0023,0,0,1,26,24ZM23.5317,14l3.3333,4H20V14Z" }), children);
920
1165
  });
921
1166
  if (process.env.NODE_ENV !== "production") Helicopter.propTypes = require_iconPropTypes.iconPropTypes;
1167
+ const Helmet = /* @__PURE__ */ react.default.forwardRef(function Helmet({ children, size = 16, ...rest }, ref) {
1168
+ return react.default.createElement(require_Icon_js, {
1169
+ width: size,
1170
+ height: size,
1171
+ ref,
1172
+ xmlns: "http://www.w3.org/2000/svg",
1173
+ viewBox: "0 0 32 32",
1174
+ fill: "currentColor",
1175
+ ...rest
1176
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,24H2v-2h2.041c-.0273-.332-.041-.666-.041-1,0-5.0898,3.2534-9.6387,8-11.3169v-.6831c0-1.103.897-2,2-2h4c1.1025,0,2,.897,2,2v.6831c4.7471,1.6782,8,6.2271,8,11.3169,0,.334-.0137.668-.041,1h2.041v2ZM6.0493,22h19.9009c.0332-.332.0498-.666.0498-1,0-3.999-2.4102-7.5977-6-9.168v7.168h-2v-10h-4v10h-2v-7.168c-3.5903,1.5703-6,5.1689-6,9.168,0,.334.0166.6689.0493,1Z" }), children);
1177
+ });
1178
+ if (process.env.NODE_ENV !== "production") Helmet.propTypes = require_iconPropTypes.iconPropTypes;
922
1179
  const Help = /* @__PURE__ */ react.default.forwardRef(function Help({ children, size = 16, ...rest }, ref) {
923
- if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
1180
+ if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
924
1181
  width: size,
925
1182
  height: size,
926
1183
  ref,
@@ -933,7 +1190,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
933
1190
  cy: "11.8",
934
1191
  r: ".8"
935
1192
  }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8.5,4H7.8C6.5,4,5.5,5,5.5,6.2c0,0,0,0,0,0v0.2h1V6.2C6.5,5.6,7.1,5,7.8,5h0.8c0.7,0,1.2,0.6,1.2,1.2S9.2,7.5,8.5,7.5h-1 v2.2h1V8.5c1.2,0,2.2-1,2.2-2.2S9.7,4,8.5,4z" }), children);
936
- return react.default.createElement(require_Icon.Icon, {
1193
+ return react.default.createElement(require_Icon_js, {
937
1194
  width: size,
938
1195
  height: size,
939
1196
  ref,
@@ -949,7 +1206,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
949
1206
  });
950
1207
  if (process.env.NODE_ENV !== "production") Help.propTypes = require_iconPropTypes.iconPropTypes;
951
1208
  const HelpFilled = /* @__PURE__ */ react.default.forwardRef(function HelpFilled({ children, size = 16, ...rest }, ref) {
952
- return react.default.createElement(require_Icon.Icon, {
1209
+ return react.default.createElement(require_Icon_js, {
953
1210
  width: size,
954
1211
  height: size,
955
1212
  ref,
@@ -965,7 +1222,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
965
1222
  });
966
1223
  if (process.env.NODE_ENV !== "production") HelpFilled.propTypes = require_iconPropTypes.iconPropTypes;
967
1224
  const HelpDesk = /* @__PURE__ */ react.default.forwardRef(function HelpDesk({ children, size = 16, ...rest }, ref) {
968
- return react.default.createElement(require_Icon.Icon, {
1225
+ return react.default.createElement(require_Icon_js, {
969
1226
  width: size,
970
1227
  height: size,
971
1228
  ref,
@@ -977,7 +1234,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
977
1234
  });
978
1235
  if (process.env.NODE_ENV !== "production") HelpDesk.propTypes = require_iconPropTypes.iconPropTypes;
979
1236
  const HexagonOutline = /* @__PURE__ */ react.default.forwardRef(function HexagonOutline({ children, size = 16, ...rest }, ref) {
980
- return react.default.createElement(require_Icon.Icon, {
1237
+ return react.default.createElement(require_Icon_js, {
981
1238
  width: size,
982
1239
  height: size,
983
1240
  ref,
@@ -992,7 +1249,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
992
1249
  });
993
1250
  if (process.env.NODE_ENV !== "production") HexagonOutline.propTypes = require_iconPropTypes.iconPropTypes;
994
1251
  const HexagonSolid = /* @__PURE__ */ react.default.forwardRef(function HexagonSolid({ children, size = 16, ...rest }, ref) {
995
- return react.default.createElement(require_Icon.Icon, {
1252
+ return react.default.createElement(require_Icon_js, {
996
1253
  width: size,
997
1254
  height: size,
998
1255
  ref,
@@ -1007,7 +1264,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1007
1264
  });
1008
1265
  if (process.env.NODE_ENV !== "production") HexagonSolid.propTypes = require_iconPropTypes.iconPropTypes;
1009
1266
  const HexagonVerticalOutline = /* @__PURE__ */ react.default.forwardRef(function HexagonVerticalOutline({ children, size = 16, ...rest }, ref) {
1010
- return react.default.createElement(require_Icon.Icon, {
1267
+ return react.default.createElement(require_Icon_js, {
1011
1268
  width: size,
1012
1269
  height: size,
1013
1270
  ref,
@@ -1022,7 +1279,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1022
1279
  });
1023
1280
  if (process.env.NODE_ENV !== "production") HexagonVerticalOutline.propTypes = require_iconPropTypes.iconPropTypes;
1024
1281
  const HexagonVerticalSolid = /* @__PURE__ */ react.default.forwardRef(function HexagonVerticalSolid({ children, size = 16, ...rest }, ref) {
1025
- return react.default.createElement(require_Icon.Icon, {
1282
+ return react.default.createElement(require_Icon_js, {
1026
1283
  width: size,
1027
1284
  height: size,
1028
1285
  ref,
@@ -1037,7 +1294,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1037
1294
  });
1038
1295
  if (process.env.NODE_ENV !== "production") HexagonVerticalSolid.propTypes = require_iconPropTypes.iconPropTypes;
1039
1296
  const QHintonPlot = /* @__PURE__ */ react.default.forwardRef(function QHintonPlot({ children, size = 16, ...rest }, ref) {
1040
- return react.default.createElement(require_Icon.Icon, {
1297
+ return react.default.createElement(require_Icon_js, {
1041
1298
  width: size,
1042
1299
  height: size,
1043
1300
  ref,
@@ -1049,7 +1306,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1049
1306
  });
1050
1307
  if (process.env.NODE_ENV !== "production") QHintonPlot.propTypes = require_iconPropTypes.iconPropTypes;
1051
1308
  const WatsonHealthHl7Attributes = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthHl7Attributes({ children, size = 16, ...rest }, ref) {
1052
- return react.default.createElement(require_Icon.Icon, {
1309
+ return react.default.createElement(require_Icon_js, {
1053
1310
  width: size,
1054
1311
  height: size,
1055
1312
  ref,
@@ -1061,7 +1318,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1061
1318
  });
1062
1319
  if (process.env.NODE_ENV !== "production") WatsonHealthHl7Attributes.propTypes = require_iconPropTypes.iconPropTypes;
1063
1320
  const WatsonHealthHoleFilling = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthHoleFilling({ children, size = 16, ...rest }, ref) {
1064
- return react.default.createElement(require_Icon.Icon, {
1321
+ return react.default.createElement(require_Icon_js, {
1065
1322
  width: size,
1066
1323
  height: size,
1067
1324
  ref,
@@ -1077,7 +1334,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1077
1334
  });
1078
1335
  if (process.env.NODE_ENV !== "production") WatsonHealthHoleFilling.propTypes = require_iconPropTypes.iconPropTypes;
1079
1336
  const WatsonHealthHoleFillingCursor = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthHoleFillingCursor({ children, size = 16, ...rest }, ref) {
1080
- return react.default.createElement(require_Icon.Icon, {
1337
+ return react.default.createElement(require_Icon_js, {
1081
1338
  width: size,
1082
1339
  height: size,
1083
1340
  ref,
@@ -1092,8 +1349,20 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1092
1349
  }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,30H10a2.0023,2.0023,0,0,1-2-2V10a2.0023,2.0023,0,0,1,2-2H28a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,28,30ZM10,10V28H28V10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 2 2 2 2 11 4 11 4 4 11 4 11 2z" }), children);
1093
1350
  });
1094
1351
  if (process.env.NODE_ENV !== "production") WatsonHealthHoleFillingCursor.propTypes = require_iconPropTypes.iconPropTypes;
1352
+ const History = /* @__PURE__ */ react.default.forwardRef(function History({ children, size = 16, ...rest }, ref) {
1353
+ return react.default.createElement(require_Icon_js, {
1354
+ width: size,
1355
+ height: size,
1356
+ ref,
1357
+ xmlns: "http://www.w3.org/2000/svg",
1358
+ viewBox: "0 0 32 32",
1359
+ fill: "currentColor",
1360
+ ...rest
1361
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.3115,29.8096l-.3281-1.9727c5.8037-.9648,10.0166-5.9434,10.0166-11.8369,0-6.6167-5.3828-12-12-12s-12,5.3833-12,12h-2c0-7.7197,6.2803-14,14-14s14,6.2803,14,14c0,6.876-4.916,12.6836-11.6885,13.8096ZM13.5537,29.7861c-1.6157-.2842-3.1558-.8467-4.5767-1.6719l1.0039-1.7305c1.2178.707,2.5361,1.1895,3.9194,1.4336l-.3467,1.9688ZM5.293,25.0205c-1.0537-1.25-1.873-2.6582-2.4351-4.1846l1.877-.6914c.4814,1.3086,1.1836,2.5156,2.0874,3.5869l-1.5293,1.2891ZM20.5586,21.9727l-5.5586-5.5586V7h2v8.5859l4.9727,4.9727-1.4141,1.4141Z" }), children);
1362
+ });
1363
+ if (process.env.NODE_ENV !== "production") History.propTypes = require_iconPropTypes.iconPropTypes;
1095
1364
  const Home = /* @__PURE__ */ react.default.forwardRef(function Home({ children, size = 16, ...rest }, ref) {
1096
- return react.default.createElement(require_Icon.Icon, {
1365
+ return react.default.createElement(require_Icon_js, {
1097
1366
  width: size,
1098
1367
  height: size,
1099
1368
  ref,
@@ -1105,7 +1374,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1105
1374
  });
1106
1375
  if (process.env.NODE_ENV !== "production") Home.propTypes = require_iconPropTypes.iconPropTypes;
1107
1376
  const HorizontalLineDashed = /* @__PURE__ */ react.default.forwardRef(function HorizontalLineDashed({ children, size = 16, ...rest }, ref) {
1108
- return react.default.createElement(require_Icon.Icon, {
1377
+ return react.default.createElement(require_Icon_js, {
1109
1378
  width: size,
1110
1379
  height: size,
1111
1380
  ref,
@@ -1117,7 +1386,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1117
1386
  });
1118
1387
  if (process.env.NODE_ENV !== "production") HorizontalLineDashed.propTypes = require_iconPropTypes.iconPropTypes;
1119
1388
  const HorizontalLineSolid = /* @__PURE__ */ react.default.forwardRef(function HorizontalLineSolid({ children, size = 16, ...rest }, ref) {
1120
- return react.default.createElement(require_Icon.Icon, {
1389
+ return react.default.createElement(require_Icon_js, {
1121
1390
  width: size,
1122
1391
  height: size,
1123
1392
  ref,
@@ -1129,7 +1398,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1129
1398
  });
1130
1399
  if (process.env.NODE_ENV !== "production") HorizontalLineSolid.propTypes = require_iconPropTypes.iconPropTypes;
1131
1400
  const HorizontalView = /* @__PURE__ */ react.default.forwardRef(function HorizontalView({ children, size = 16, ...rest }, ref) {
1132
- return react.default.createElement(require_Icon.Icon, {
1401
+ return react.default.createElement(require_Icon_js, {
1133
1402
  width: size,
1134
1403
  height: size,
1135
1404
  ref,
@@ -1141,7 +1410,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1141
1410
  });
1142
1411
  if (process.env.NODE_ENV !== "production") HorizontalView.propTypes = require_iconPropTypes.iconPropTypes;
1143
1412
  const Hospital = /* @__PURE__ */ react.default.forwardRef(function Hospital({ children, size = 16, ...rest }, ref) {
1144
- return react.default.createElement(require_Icon.Icon, {
1413
+ return react.default.createElement(require_Icon_js, {
1145
1414
  width: size,
1146
1415
  height: size,
1147
1416
  ref,
@@ -1153,7 +1422,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1153
1422
  });
1154
1423
  if (process.env.NODE_ENV !== "production") Hospital.propTypes = require_iconPropTypes.iconPropTypes;
1155
1424
  const HospitalBed = /* @__PURE__ */ react.default.forwardRef(function HospitalBed({ children, size = 16, ...rest }, ref) {
1156
- return react.default.createElement(require_Icon.Icon, {
1425
+ return react.default.createElement(require_Icon_js, {
1157
1426
  width: size,
1158
1427
  height: size,
1159
1428
  ref,
@@ -1165,7 +1434,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1165
1434
  });
1166
1435
  if (process.env.NODE_ENV !== "production") HospitalBed.propTypes = require_iconPropTypes.iconPropTypes;
1167
1436
  const Hotel = /* @__PURE__ */ react.default.forwardRef(function Hotel({ children, size = 16, ...rest }, ref) {
1168
- return react.default.createElement(require_Icon.Icon, {
1437
+ return react.default.createElement(require_Icon_js, {
1169
1438
  width: size,
1170
1439
  height: size,
1171
1440
  ref,
@@ -1177,7 +1446,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1177
1446
  });
1178
1447
  if (process.env.NODE_ENV !== "production") Hotel.propTypes = require_iconPropTypes.iconPropTypes;
1179
1448
  const Hourglass = /* @__PURE__ */ react.default.forwardRef(function Hourglass({ children, size = 16, ...rest }, ref) {
1180
- return react.default.createElement(require_Icon.Icon, {
1449
+ return react.default.createElement(require_Icon_js, {
1181
1450
  width: size,
1182
1451
  height: size,
1183
1452
  ref,
@@ -1189,7 +1458,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1189
1458
  });
1190
1459
  if (process.env.NODE_ENV !== "production") Hourglass.propTypes = require_iconPropTypes.iconPropTypes;
1191
1460
  const Html = /* @__PURE__ */ react.default.forwardRef(function Html({ children, size = 16, ...rest }, ref) {
1192
- return react.default.createElement(require_Icon.Icon, {
1461
+ return react.default.createElement(require_Icon_js, {
1193
1462
  width: size,
1194
1463
  height: size,
1195
1464
  ref,
@@ -1201,7 +1470,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1201
1470
  });
1202
1471
  if (process.env.NODE_ENV !== "production") Html.propTypes = require_iconPropTypes.iconPropTypes;
1203
1472
  const HtmlReference = /* @__PURE__ */ react.default.forwardRef(function HtmlReference({ children, size = 16, ...rest }, ref) {
1204
- return react.default.createElement(require_Icon.Icon, {
1473
+ return react.default.createElement(require_Icon_js, {
1205
1474
  width: size,
1206
1475
  height: size,
1207
1476
  ref,
@@ -1213,7 +1482,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1213
1482
  });
1214
1483
  if (process.env.NODE_ENV !== "production") HtmlReference.propTypes = require_iconPropTypes.iconPropTypes;
1215
1484
  const Http = /* @__PURE__ */ react.default.forwardRef(function Http({ children, size = 16, ...rest }, ref) {
1216
- return react.default.createElement(require_Icon.Icon, {
1485
+ return react.default.createElement(require_Icon_js, {
1217
1486
  width: size,
1218
1487
  height: size,
1219
1488
  ref,
@@ -1225,7 +1494,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1225
1494
  });
1226
1495
  if (process.env.NODE_ENV !== "production") Http.propTypes = require_iconPropTypes.iconPropTypes;
1227
1496
  const Humidity = /* @__PURE__ */ react.default.forwardRef(function Humidity({ children, size = 16, ...rest }, ref) {
1228
- return react.default.createElement(require_Icon.Icon, {
1497
+ return react.default.createElement(require_Icon_js, {
1229
1498
  width: size,
1230
1499
  height: size,
1231
1500
  ref,
@@ -1237,7 +1506,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1237
1506
  });
1238
1507
  if (process.env.NODE_ENV !== "production") Humidity.propTypes = require_iconPropTypes.iconPropTypes;
1239
1508
  const HumidityAlt = /* @__PURE__ */ react.default.forwardRef(function HumidityAlt({ children, size = 16, ...rest }, ref) {
1240
- return react.default.createElement(require_Icon.Icon, {
1509
+ return react.default.createElement(require_Icon_js, {
1241
1510
  width: size,
1242
1511
  height: size,
1243
1512
  ref,
@@ -1249,7 +1518,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1249
1518
  });
1250
1519
  if (process.env.NODE_ENV !== "production") HumidityAlt.propTypes = require_iconPropTypes.iconPropTypes;
1251
1520
  const Hurricane = /* @__PURE__ */ react.default.forwardRef(function Hurricane({ children, size = 16, ...rest }, ref) {
1252
- return react.default.createElement(require_Icon.Icon, {
1521
+ return react.default.createElement(require_Icon_js, {
1253
1522
  width: size,
1254
1523
  height: size,
1255
1524
  ref,
@@ -1261,7 +1530,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1261
1530
  });
1262
1531
  if (process.env.NODE_ENV !== "production") Hurricane.propTypes = require_iconPropTypes.iconPropTypes;
1263
1532
  const HybridNetworking = /* @__PURE__ */ react.default.forwardRef(function HybridNetworking({ children, size = 16, ...rest }, ref) {
1264
- return react.default.createElement(require_Icon.Icon, {
1533
+ return react.default.createElement(require_Icon_js, {
1265
1534
  width: size,
1266
1535
  height: size,
1267
1536
  ref,
@@ -1273,7 +1542,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1273
1542
  });
1274
1543
  if (process.env.NODE_ENV !== "production") HybridNetworking.propTypes = require_iconPropTypes.iconPropTypes;
1275
1544
  const HybridNetworkingAlt = /* @__PURE__ */ react.default.forwardRef(function HybridNetworkingAlt({ children, size = 16, ...rest }, ref) {
1276
- return react.default.createElement(require_Icon.Icon, {
1545
+ return react.default.createElement(require_Icon_js, {
1277
1546
  width: size,
1278
1547
  height: size,
1279
1548
  ref,
@@ -1285,7 +1554,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1285
1554
  });
1286
1555
  if (process.env.NODE_ENV !== "production") HybridNetworkingAlt.propTypes = require_iconPropTypes.iconPropTypes;
1287
1556
  const IbmAiOnZ = /* @__PURE__ */ react.default.forwardRef(function IbmAiOnZ({ children, size = 16, ...rest }, ref) {
1288
- return react.default.createElement(require_Icon.Icon, {
1557
+ return react.default.createElement(require_Icon_js, {
1289
1558
  width: size,
1290
1559
  height: size,
1291
1560
  ref,
@@ -1297,7 +1566,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1297
1566
  });
1298
1567
  if (process.env.NODE_ENV !== "production") IbmAiOnZ.propTypes = require_iconPropTypes.iconPropTypes;
1299
1568
  const IbmAiopsInsights = /* @__PURE__ */ react.default.forwardRef(function IbmAiopsInsights({ children, size = 16, ...rest }, ref) {
1300
- return react.default.createElement(require_Icon.Icon, {
1569
+ return react.default.createElement(require_Icon_js, {
1301
1570
  width: size,
1302
1571
  height: size,
1303
1572
  ref,
@@ -1313,7 +1582,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1313
1582
  });
1314
1583
  if (process.env.NODE_ENV !== "production") IbmAiopsInsights.propTypes = require_iconPropTypes.iconPropTypes;
1315
1584
  const IbmApiConnect = /* @__PURE__ */ react.default.forwardRef(function IbmApiConnect({ children, size = 16, ...rest }, ref) {
1316
- return react.default.createElement(require_Icon.Icon, {
1585
+ return react.default.createElement(require_Icon_js, {
1317
1586
  width: size,
1318
1587
  height: size,
1319
1588
  ref,
@@ -1325,7 +1594,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1325
1594
  });
1326
1595
  if (process.env.NODE_ENV !== "production") IbmApiConnect.propTypes = require_iconPropTypes.iconPropTypes;
1327
1596
  const IbmAppConnectEnterprise = /* @__PURE__ */ react.default.forwardRef(function IbmAppConnectEnterprise({ children, size = 16, ...rest }, ref) {
1328
- return react.default.createElement(require_Icon.Icon, {
1597
+ return react.default.createElement(require_Icon_js, {
1329
1598
  width: size,
1330
1599
  height: size,
1331
1600
  ref,
@@ -1337,7 +1606,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1337
1606
  });
1338
1607
  if (process.env.NODE_ENV !== "production") IbmAppConnectEnterprise.propTypes = require_iconPropTypes.iconPropTypes;
1339
1608
  const IbmApplicationAndDiscoveryDeliveryIntelligence = /* @__PURE__ */ react.default.forwardRef(function IbmApplicationAndDiscoveryDeliveryIntelligence({ children, size = 16, ...rest }, ref) {
1340
- return react.default.createElement(require_Icon.Icon, {
1609
+ return react.default.createElement(require_Icon_js, {
1341
1610
  width: size,
1342
1611
  height: size,
1343
1612
  ref,
@@ -1349,7 +1618,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1349
1618
  });
1350
1619
  if (process.env.NODE_ENV !== "production") IbmApplicationAndDiscoveryDeliveryIntelligence.propTypes = require_iconPropTypes.iconPropTypes;
1351
1620
  const IbmAspera = /* @__PURE__ */ react.default.forwardRef(function IbmAspera({ children, size = 16, ...rest }, ref) {
1352
- return react.default.createElement(require_Icon.Icon, {
1621
+ return react.default.createElement(require_Icon_js, {
1353
1622
  width: size,
1354
1623
  height: size,
1355
1624
  ref,
@@ -1361,7 +1630,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1361
1630
  });
1362
1631
  if (process.env.NODE_ENV !== "production") IbmAspera.propTypes = require_iconPropTypes.iconPropTypes;
1363
1632
  const PaymentMethods = /* @__PURE__ */ react.default.forwardRef(function PaymentMethods({ children, size = 16, ...rest }, ref) {
1364
- return react.default.createElement(require_Icon.Icon, {
1633
+ return react.default.createElement(require_Icon_js, {
1365
1634
  width: size,
1366
1635
  height: size,
1367
1636
  ref,
@@ -1373,7 +1642,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1373
1642
  });
1374
1643
  if (process.env.NODE_ENV !== "production") PaymentMethods.propTypes = require_iconPropTypes.iconPropTypes;
1375
1644
  const IbmCloudant = /* @__PURE__ */ react.default.forwardRef(function IbmCloudant({ children, size = 16, ...rest }, ref) {
1376
- return react.default.createElement(require_Icon.Icon, {
1645
+ return react.default.createElement(require_Icon_js, {
1377
1646
  width: size,
1378
1647
  height: size,
1379
1648
  ref,
@@ -1385,7 +1654,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1385
1654
  });
1386
1655
  if (process.env.NODE_ENV !== "production") IbmCloudant.propTypes = require_iconPropTypes.iconPropTypes;
1387
1656
  const IbmContentCortexRepository = /* @__PURE__ */ react.default.forwardRef(function IbmContentCortexRepository({ children, size = 16, ...rest }, ref) {
1388
- return react.default.createElement(require_Icon.Icon, {
1657
+ return react.default.createElement(require_Icon_js, {
1389
1658
  width: size,
1390
1659
  height: size,
1391
1660
  ref,
@@ -1397,7 +1666,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1397
1666
  });
1398
1667
  if (process.env.NODE_ENV !== "production") IbmContentCortexRepository.propTypes = require_iconPropTypes.iconPropTypes;
1399
1668
  const IbmDataPower = /* @__PURE__ */ react.default.forwardRef(function IbmDataPower({ children, size = 16, ...rest }, ref) {
1400
- return react.default.createElement(require_Icon.Icon, {
1669
+ return react.default.createElement(require_Icon_js, {
1401
1670
  width: size,
1402
1671
  height: size,
1403
1672
  ref,
@@ -1409,7 +1678,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1409
1678
  });
1410
1679
  if (process.env.NODE_ENV !== "production") IbmDataPower.propTypes = require_iconPropTypes.iconPropTypes;
1411
1680
  const IbmDataProductExchange = /* @__PURE__ */ react.default.forwardRef(function IbmDataProductExchange({ children, size = 16, ...rest }, ref) {
1412
- return react.default.createElement(require_Icon.Icon, {
1681
+ return react.default.createElement(require_Icon_js, {
1413
1682
  width: size,
1414
1683
  height: size,
1415
1684
  ref,
@@ -1421,7 +1690,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1421
1690
  });
1422
1691
  if (process.env.NODE_ENV !== "production") IbmDataProductExchange.propTypes = require_iconPropTypes.iconPropTypes;
1423
1692
  const IbmDataReplication = /* @__PURE__ */ react.default.forwardRef(function IbmDataReplication({ children, size = 16, ...rest }, ref) {
1424
- return react.default.createElement(require_Icon.Icon, {
1693
+ return react.default.createElement(require_Icon_js, {
1425
1694
  width: size,
1426
1695
  height: size,
1427
1696
  ref,
@@ -1433,7 +1702,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1433
1702
  });
1434
1703
  if (process.env.NODE_ENV !== "production") IbmDataReplication.propTypes = require_iconPropTypes.iconPropTypes;
1435
1704
  const IbmDataband = /* @__PURE__ */ react.default.forwardRef(function IbmDataband({ children, size = 16, ...rest }, ref) {
1436
- return react.default.createElement(require_Icon.Icon, {
1705
+ return react.default.createElement(require_Icon_js, {
1437
1706
  width: size,
1438
1707
  height: size,
1439
1708
  ref,
@@ -1445,7 +1714,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1445
1714
  });
1446
1715
  if (process.env.NODE_ENV !== "production") IbmDataband.propTypes = require_iconPropTypes.iconPropTypes;
1447
1716
  const IbmDatastage = /* @__PURE__ */ react.default.forwardRef(function IbmDatastage({ children, size = 16, ...rest }, ref) {
1448
- return react.default.createElement(require_Icon.Icon, {
1717
+ return react.default.createElement(require_Icon_js, {
1449
1718
  width: size,
1450
1719
  height: size,
1451
1720
  ref,
@@ -1456,456 +1725,29 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1456
1725
  }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,22.1V13h-2v9.1c-1.4,0.4-2.5,1.5-2.9,2.9H13v2h9.1c0.4,1.7,2,3,3.9,3c2.2,0,4-1.8,4-4C30,24.1,28.7,22.6,27,22.1z M26,28c-1.1,0-2-0.9-2-2s0.9-2,2-2s2,0.9,2,2S27.1,28,26,28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,30H2v-8h8V30z M4,28h4v-4H4V28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9.9,7H19V5H9.9C9.4,3.3,7.9,2,6,2C3.8,2,2,3.8,2,6c0,1.9,1.3,3.4,3,3.9V19h2V9.9C8.4,9.5,9.5,8.4,9.9,7z M6,8 C4.9,8,4,7.1,4,6s0.9-2,2-2s2,0.9,2,2S7.1,8,6,8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 2 22 4 26.6 4 11 19.6 12.4 21 28 5.4 28 10 30 10 30 2z" }), children);
1457
1726
  });
1458
1727
  if (process.env.NODE_ENV !== "production") IbmDatastage.propTypes = require_iconPropTypes.iconPropTypes;
1459
- const IbmDb2 = /* @__PURE__ */ react.default.forwardRef(function IbmDb2({ children, size = 16, ...rest }, ref) {
1460
- return react.default.createElement(require_Icon.Icon, {
1461
- width: size,
1462
- height: size,
1463
- ref,
1464
- xmlns: "http://www.w3.org/2000/svg",
1465
- viewBox: "0 0 32 32",
1466
- fill: "currentColor",
1467
- ...rest
1468
- }, /* @__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);
1469
- });
1470
- if (process.env.NODE_ENV !== "production") IbmDb2.propTypes = require_iconPropTypes.iconPropTypes;
1471
- const IbmDb2Alt = /* @__PURE__ */ react.default.forwardRef(function IbmDb2Alt({ children, size = 16, ...rest }, ref) {
1472
- return react.default.createElement(require_Icon.Icon, {
1473
- width: size,
1474
- height: size,
1475
- ref,
1476
- xmlns: "http://www.w3.org/2000/svg",
1477
- viewBox: "0 0 32 32",
1478
- fill: "currentColor",
1479
- ...rest
1480
- }, /* @__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);
1481
- });
1482
- if (process.env.NODE_ENV !== "production") IbmDb2Alt.propTypes = require_iconPropTypes.iconPropTypes;
1483
- const IbmDb2Warehouse = /* @__PURE__ */ react.default.forwardRef(function IbmDb2Warehouse({ children, size = 16, ...rest }, ref) {
1484
- return react.default.createElement(require_Icon.Icon, {
1485
- width: size,
1486
- height: size,
1487
- ref,
1488
- xmlns: "http://www.w3.org/2000/svg",
1489
- viewBox: "0 0 32 32",
1490
- fill: "currentColor",
1491
- ...rest
1492
- }, /* @__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);
1493
- });
1494
- if (process.env.NODE_ENV !== "production") IbmDb2Warehouse.propTypes = require_iconPropTypes.iconPropTypes;
1495
- const IbmDeployableArchitecture = /* @__PURE__ */ react.default.forwardRef(function IbmDeployableArchitecture({ children, size = 16, ...rest }, ref) {
1496
- return react.default.createElement(require_Icon.Icon, {
1497
- width: size,
1498
- height: size,
1499
- ref,
1500
- xmlns: "http://www.w3.org/2000/svg",
1501
- viewBox: "0 0 32 32",
1502
- fill: "currentColor",
1503
- ...rest
1504
- }, /* @__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);
1505
- });
1506
- if (process.env.NODE_ENV !== "production") IbmDeployableArchitecture.propTypes = require_iconPropTypes.iconPropTypes;
1507
- const IbmDevopsTest = /* @__PURE__ */ react.default.forwardRef(function IbmDevopsTest({ children, size = 16, ...rest }, ref) {
1508
- return react.default.createElement(require_Icon.Icon, {
1509
- width: size,
1510
- height: size,
1511
- ref,
1512
- xmlns: "http://www.w3.org/2000/svg",
1513
- viewBox: "0 0 32 32",
1514
- fill: "currentColor",
1515
- ...rest
1516
- }, /* @__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);
1517
- });
1518
- if (process.env.NODE_ENV !== "production") IbmDevopsTest.propTypes = require_iconPropTypes.iconPropTypes;
1519
- const IbmDynamicRouteServer = /* @__PURE__ */ react.default.forwardRef(function IbmDynamicRouteServer({ children, size = 16, ...rest }, ref) {
1520
- return react.default.createElement(require_Icon.Icon, {
1521
- width: size,
1522
- height: size,
1523
- ref,
1524
- xmlns: "http://www.w3.org/2000/svg",
1525
- viewBox: "0 0 32 32",
1526
- fill: "currentColor",
1527
- ...rest
1528
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1529
- cx: "29",
1530
- cy: "5",
1531
- r: "2"
1532
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1533
- cx: "29",
1534
- cy: "27",
1535
- r: "2"
1536
- }), /* @__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);
1537
- });
1538
- if (process.env.NODE_ENV !== "production") IbmDynamicRouteServer.propTypes = require_iconPropTypes.iconPropTypes;
1539
- const IbmEloAutomotiveCompliance = /* @__PURE__ */ react.default.forwardRef(function IbmEloAutomotiveCompliance({ children, size = 16, ...rest }, ref) {
1540
- return react.default.createElement(require_Icon.Icon, {
1541
- width: size,
1542
- height: size,
1543
- ref,
1544
- xmlns: "http://www.w3.org/2000/svg",
1545
- viewBox: "0 0 32 32",
1546
- fill: "currentColor",
1547
- ...rest
1548
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1549
- strokeWidth: "0",
1550
- 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"
1551
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1552
- strokeWidth: "0",
1553
- d: "M11.979 19.941H19.979V21.941H11.979z"
1554
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1555
- strokeWidth: "0",
1556
- 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"
1557
- }), children);
1558
- });
1559
- if (process.env.NODE_ENV !== "production") IbmEloAutomotiveCompliance.propTypes = require_iconPropTypes.iconPropTypes;
1560
- const IbmEloEngineeringInsights = /* @__PURE__ */ react.default.forwardRef(function IbmEloEngineeringInsights({ children, size = 16, ...rest }, ref) {
1561
- return react.default.createElement(require_Icon.Icon, {
1562
- width: size,
1563
- height: size,
1564
- ref,
1565
- xmlns: "http://www.w3.org/2000/svg",
1566
- viewBox: "0 0 32 32",
1567
- fill: "currentColor",
1568
- ...rest
1569
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1570
- strokeWidth: "0",
1571
- d: "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"
1572
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1573
- strokeWidth: "0",
1574
- 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"
1575
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1576
- strokeWidth: "0",
1577
- d: "m16.5039,30.8638l-1.0078-1.7275,11.5039-6.7106v-10.4257h2v11c0,.3557-.189.6846-.4961.8638l-12,7Z"
1578
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1579
- strokeWidth: "0",
1580
- d: "m12.4961,29.1138l-9-5.25c-.3071-.1792-.4961-.5081-.4961-.8638v-14h2v13.4257l8.5039,4.9606-1.0078,1.7275Z"
1581
- }), children);
1582
- });
1583
- if (process.env.NODE_ENV !== "production") IbmEloEngineeringInsights.propTypes = require_iconPropTypes.iconPropTypes;
1584
- const IbmEloMethodComposer = /* @__PURE__ */ react.default.forwardRef(function IbmEloMethodComposer({ children, size = 16, ...rest }, ref) {
1585
- return react.default.createElement(require_Icon.Icon, {
1586
- width: size,
1587
- height: size,
1588
- ref,
1589
- xmlns: "http://www.w3.org/2000/svg",
1590
- viewBox: "0 0 32 32",
1591
- fill: "currentColor",
1592
- ...rest
1593
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1594
- strokeWidth: "0",
1595
- 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"
1596
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1597
- strokeWidth: "0",
1598
- 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"
1599
- }), children);
1600
- });
1601
- if (process.env.NODE_ENV !== "production") IbmEloMethodComposer.propTypes = require_iconPropTypes.iconPropTypes;
1602
- const IbmEloPublishing = /* @__PURE__ */ react.default.forwardRef(function IbmEloPublishing({ children, size = 16, ...rest }, ref) {
1603
- return react.default.createElement(require_Icon.Icon, {
1604
- width: size,
1605
- height: size,
1606
- ref,
1607
- xmlns: "http://www.w3.org/2000/svg",
1608
- viewBox: "0 0 32 32",
1609
- fill: "currentColor",
1610
- ...rest
1611
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1612
- strokeWidth: "0",
1613
- 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"
1614
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1615
- strokeWidth: "0",
1616
- d: "M10 21H15V23H10z"
1617
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1618
- strokeWidth: "0",
1619
- d: "M10 16H20V18H10z"
1620
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1621
- strokeWidth: "0",
1622
- 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"
1623
- }), children);
1624
- });
1625
- if (process.env.NODE_ENV !== "production") IbmEloPublishing.propTypes = require_iconPropTypes.iconPropTypes;
1626
- const IbmEngineeringLifecycleMgmt = /* @__PURE__ */ react.default.forwardRef(function IbmEngineeringLifecycleMgmt({ children, size = 16, ...rest }, ref) {
1627
- return react.default.createElement(require_Icon.Icon, {
1628
- width: size,
1629
- height: size,
1630
- ref,
1631
- xmlns: "http://www.w3.org/2000/svg",
1632
- viewBox: "0 0 32 32",
1633
- fill: "currentColor",
1634
- ...rest
1635
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1636
- strokeWidth: "0",
1637
- 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"
1638
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1639
- strokeWidth: "0",
1640
- 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"
1641
- }), children);
1642
- });
1643
- if (process.env.NODE_ENV !== "production") IbmEngineeringLifecycleMgmt.propTypes = require_iconPropTypes.iconPropTypes;
1644
- const IbmEngineeringRequirementsDoorsNext = /* @__PURE__ */ react.default.forwardRef(function IbmEngineeringRequirementsDoorsNext({ children, size = 16, ...rest }, ref) {
1645
- return react.default.createElement(require_Icon.Icon, {
1646
- width: size,
1647
- height: size,
1648
- ref,
1649
- xmlns: "http://www.w3.org/2000/svg",
1650
- viewBox: "0 0 32 32",
1651
- fill: "currentColor",
1652
- ...rest
1653
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1654
- strokeWidth: "0",
1655
- d: "m28,4h-3v1.9991l3-.0005v20.0015h-3v2h3c1.103,0,2-.897,2-2V6c0-1.103-.897-2-2-2Z"
1656
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1657
- cx: "16",
1658
- cy: "17",
1659
- r: "2",
1660
- strokeWidth: "0"
1661
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1662
- strokeWidth: "0",
1663
- 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"
1664
- }), children);
1665
- });
1666
- if (process.env.NODE_ENV !== "production") IbmEngineeringRequirementsDoorsNext.propTypes = require_iconPropTypes.iconPropTypes;
1667
- const IbmEngineeringSystemsDesignRhapsody = /* @__PURE__ */ react.default.forwardRef(function IbmEngineeringSystemsDesignRhapsody({ children, size = 16, ...rest }, ref) {
1668
- return react.default.createElement(require_Icon.Icon, {
1669
- width: size,
1670
- height: size,
1671
- ref,
1672
- xmlns: "http://www.w3.org/2000/svg",
1673
- viewBox: "0 0 32 32",
1674
- fill: "currentColor",
1675
- ...rest
1676
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1677
- strokeWidth: "0",
1678
- 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"
1679
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1680
- strokeWidth: "0",
1681
- 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"
1682
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1683
- strokeWidth: "0",
1684
- 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"
1685
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1686
- strokeWidth: "0",
1687
- 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"
1688
- }), children);
1689
- });
1690
- if (process.env.NODE_ENV !== "production") IbmEngineeringSystemsDesignRhapsody.propTypes = require_iconPropTypes.iconPropTypes;
1691
- const IbmEngineeringSystemsDesignRhapsodyModelManager = /* @__PURE__ */ react.default.forwardRef(function IbmEngineeringSystemsDesignRhapsodyModelManager({ children, size = 16, ...rest }, ref) {
1692
- return react.default.createElement(require_Icon.Icon, {
1693
- width: size,
1694
- height: size,
1695
- ref,
1696
- xmlns: "http://www.w3.org/2000/svg",
1697
- viewBox: "0 0 32 32",
1698
- fill: "currentColor",
1699
- ...rest
1700
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1701
- strokeWidth: "0",
1702
- 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"
1703
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1704
- strokeWidth: "0",
1705
- d: "m12,27h-2c-3.8599,0-7-3.1401-7-7v-2h2v2c0,2.7568,2.2432,5,5,5h2v2Z"
1706
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1707
- strokeWidth: "0",
1708
- d: "m27,15v-4c0-3.8599-3.1401-7-7-7h-7v2h7c2.7568,0,5,2.2432,5,5v4h2Z"
1709
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1710
- strokeWidth: "0",
1711
- 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"
1712
- }), children);
1713
- });
1714
- if (process.env.NODE_ENV !== "production") IbmEngineeringSystemsDesignRhapsodyModelManager.propTypes = require_iconPropTypes.iconPropTypes;
1715
- const IbmEngineeringSystemsDesignRhapsodySn1 = /* @__PURE__ */ react.default.forwardRef(function IbmEngineeringSystemsDesignRhapsodySn1({ children, size = 16, ...rest }, ref) {
1716
- return react.default.createElement(require_Icon.Icon, {
1717
- width: size,
1718
- height: size,
1719
- ref,
1720
- xmlns: "http://www.w3.org/2000/svg",
1721
- viewBox: "0 0 32 32",
1722
- fill: "currentColor",
1723
- ...rest
1724
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1725
- strokeWidth: "0",
1726
- d: "m13,27h-3c-3.8599,0-7-3.1401-7-7v-2h2v2c0,2.7568,2.2432,5,5,5h3v2Z"
1727
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1728
- strokeWidth: "0",
1729
- 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"
1730
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1731
- strokeWidth: "0",
1732
- d: "M25 15H27V17H25z"
1733
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1734
- strokeWidth: "0",
1735
- d: "M29 19H31V21H29z"
1736
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1737
- strokeWidth: "0",
1738
- d: "M29 23H31V25H29z"
1739
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1740
- strokeWidth: "0",
1741
- d: "M15 21H17V23H15z"
1742
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1743
- strokeWidth: "0",
1744
- d: "M15 25H17V27H15z"
1745
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1746
- strokeWidth: "0",
1747
- d: "M15 29H17V31H15z"
1748
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1749
- strokeWidth: "0",
1750
- d: "M19 29H21V31H19z"
1751
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1752
- strokeWidth: "0",
1753
- d: "m27,13v-2c0-3.8599-3.1401-7-7-7h-7v2h7c2.7568,0,5,2.2432,5,5v2h2Z"
1754
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1755
- strokeWidth: "0",
1756
- 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"
1757
- }), children);
1758
- });
1759
- if (process.env.NODE_ENV !== "production") IbmEngineeringSystemsDesignRhapsodySn1.propTypes = require_iconPropTypes.iconPropTypes;
1760
- const IbmEngineeringSystemsDesignRhapsodySn2 = /* @__PURE__ */ react.default.forwardRef(function IbmEngineeringSystemsDesignRhapsodySn2({ children, size = 16, ...rest }, ref) {
1761
- return react.default.createElement(require_Icon.Icon, {
1762
- width: size,
1763
- height: size,
1764
- ref,
1765
- xmlns: "http://www.w3.org/2000/svg",
1766
- viewBox: "0 0 32 32",
1767
- fill: "currentColor",
1768
- ...rest
1769
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1770
- strokeWidth: "0",
1771
- d: "M19 24H21V26H19z"
1772
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1773
- strokeWidth: "0",
1774
- 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"
1775
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1776
- strokeWidth: "0",
1777
- d: "m12,27h-2c-3.8599,0-7-3.1401-7-7v-2h2v2c0,2.7568,2.2432,5,5,5h2v2Z"
1778
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1779
- strokeWidth: "0",
1780
- d: "m27,18v-7c0-3.8599-3.1401-7-7-7h-7v2h7c2.7568,0,5,2.2432,5,5v7h2Z"
1781
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1782
- strokeWidth: "0",
1783
- 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"
1784
- }), children);
1785
- });
1786
- if (process.env.NODE_ENV !== "production") IbmEngineeringSystemsDesignRhapsodySn2.propTypes = require_iconPropTypes.iconPropTypes;
1787
- const IbmEngineeringTestMgmt = /* @__PURE__ */ react.default.forwardRef(function IbmEngineeringTestMgmt({ children, size = 16, ...rest }, ref) {
1788
- return react.default.createElement(require_Icon.Icon, {
1789
- width: size,
1790
- height: size,
1791
- ref,
1792
- xmlns: "http://www.w3.org/2000/svg",
1793
- viewBox: "0 0 32 32",
1794
- fill: "currentColor",
1795
- ...rest
1796
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1797
- strokeWidth: "0",
1798
- 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"
1799
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1800
- strokeWidth: "0",
1801
- 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"
1802
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1803
- strokeWidth: "0",
1804
- 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"
1805
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1806
- strokeWidth: "0",
1807
- 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"
1808
- }), children);
1809
- });
1810
- if (process.env.NODE_ENV !== "production") IbmEngineeringTestMgmt.propTypes = require_iconPropTypes.iconPropTypes;
1811
- const IbmEngineeringWorkflowMgmt = /* @__PURE__ */ react.default.forwardRef(function IbmEngineeringWorkflowMgmt({ children, size = 16, ...rest }, ref) {
1812
- return react.default.createElement(require_Icon.Icon, {
1813
- width: size,
1814
- height: size,
1815
- ref,
1816
- xmlns: "http://www.w3.org/2000/svg",
1817
- viewBox: "0 0 32 32",
1818
- fill: "currentColor",
1819
- ...rest
1820
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1821
- strokeWidth: "0",
1822
- 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"
1823
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1824
- cx: "20",
1825
- cy: "2",
1826
- r: "2",
1827
- strokeWidth: "0"
1828
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1829
- cx: "27",
1830
- cy: "26",
1831
- r: "2",
1832
- strokeWidth: "0"
1833
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1834
- cx: "2",
1835
- cy: "20",
1836
- r: "2",
1837
- strokeWidth: "0"
1838
- }), children);
1839
- });
1840
- if (process.env.NODE_ENV !== "production") IbmEngineeringWorkflowMgmt.propTypes = require_iconPropTypes.iconPropTypes;
1841
- const IbmEventAutomation = /* @__PURE__ */ react.default.forwardRef(function IbmEventAutomation({ children, size = 16, ...rest }, ref) {
1842
- return react.default.createElement(require_Icon.Icon, {
1843
- width: size,
1844
- height: size,
1845
- ref,
1846
- xmlns: "http://www.w3.org/2000/svg",
1847
- viewBox: "0 0 32 32",
1848
- fill: "currentColor",
1849
- ...rest
1850
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1851
- cx: "4",
1852
- cy: "22",
1853
- r: "2"
1854
- }), /* @__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", {
1855
- cx: "28",
1856
- cy: "23",
1857
- r: "2"
1858
- }), /* @__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", {
1859
- cx: "16",
1860
- cy: "3",
1861
- r: "2"
1862
- }), /* @__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);
1863
- });
1864
- if (process.env.NODE_ENV !== "production") IbmEventAutomation.propTypes = require_iconPropTypes.iconPropTypes;
1865
- const IbmEventEndpointMgmt = /* @__PURE__ */ react.default.forwardRef(function IbmEventEndpointMgmt({ children, size = 16, ...rest }, ref) {
1866
- return react.default.createElement(require_Icon.Icon, {
1867
- width: size,
1868
- height: size,
1869
- ref,
1870
- xmlns: "http://www.w3.org/2000/svg",
1871
- viewBox: "0 0 32 32",
1872
- fill: "currentColor",
1873
- ...rest
1874
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1875
- cx: "29",
1876
- cy: "29",
1877
- r: "2"
1878
- }), /* @__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", {
1879
- cx: "3",
1880
- cy: "3",
1881
- r: "2"
1882
- }), children);
1883
- });
1884
- if (process.env.NODE_ENV !== "production") IbmEventEndpointMgmt.propTypes = require_iconPropTypes.iconPropTypes;
1885
- const IbmEventProcessing = /* @__PURE__ */ react.default.forwardRef(function IbmEventProcessing({ children, size = 16, ...rest }, ref) {
1886
- return react.default.createElement(require_Icon.Icon, {
1887
- width: size,
1888
- height: size,
1889
- ref,
1890
- xmlns: "http://www.w3.org/2000/svg",
1891
- viewBox: "0 0 32 32",
1892
- fill: "currentColor",
1893
- ...rest
1894
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1895
- cx: "16",
1896
- cy: "29",
1897
- r: "2"
1898
- }), /* @__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", {
1899
- cx: "16",
1900
- cy: "3",
1901
- r: "2"
1902
- }), /* @__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);
1903
- });
1904
- if (process.env.NODE_ENV !== "production") IbmEventProcessing.propTypes = require_iconPropTypes.iconPropTypes;
1728
+ exports.ForecastLightning_30 = ForecastLightning_30;
1729
+ exports.Fork = Fork;
1730
+ exports.ForkNode = ForkNode;
1731
+ exports.Forum = Forum;
1732
+ exports.Forward_10 = Forward_10;
1733
+ exports.Forward_30 = Forward_30;
1734
+ exports.Forward_5 = Forward_5;
1735
+ exports.Fragile = Fragile;
1736
+ exports.Fragments = Fragments;
1737
+ exports.Friendship = Friendship;
1738
+ exports.FruitBowl = FruitBowl;
1739
+ exports.FuelCan = FuelCan;
1740
+ exports.Function = Function;
1741
+ exports.FunctionMath = FunctionMath;
1742
+ exports.Function_2 = Function_2;
1743
+ exports.FunnelSequence = FunnelSequence;
1744
+ exports.FunnelSort = FunnelSort;
1905
1745
  exports.GameConsole = GameConsole;
1906
1746
  exports.GameWireless = GameWireless;
1907
1747
  exports.Gamification = Gamification;
1908
1748
  exports.GasStation = GasStation;
1749
+ exports.GasStationDiesel = GasStationDiesel;
1750
+ exports.GasStationEco = GasStationEco;
1909
1751
  exports.GasStationFilled = GasStationFilled;
1910
1752
  exports.Gateway = Gateway;
1911
1753
  exports.GatewayApi = GatewayApi;
@@ -1962,6 +1804,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1962
1804
  exports.HeatMap_02 = HeatMap_02;
1963
1805
  exports.HeatMap_03 = HeatMap_03;
1964
1806
  exports.Helicopter = Helicopter;
1807
+ exports.Helmet = Helmet;
1965
1808
  exports.Help = Help;
1966
1809
  exports.HelpDesk = HelpDesk;
1967
1810
  exports.HelpFilled = HelpFilled;
@@ -1969,6 +1812,7 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1969
1812
  exports.HexagonSolid = HexagonSolid;
1970
1813
  exports.HexagonVerticalOutline = HexagonVerticalOutline;
1971
1814
  exports.HexagonVerticalSolid = HexagonVerticalSolid;
1815
+ exports.History = History;
1972
1816
  exports.Home = Home;
1973
1817
  exports.HorizontalLineDashed = HorizontalLineDashed;
1974
1818
  exports.HorizontalLineSolid = HorizontalLineSolid;
@@ -1998,27 +1842,6 @@ var require_bucket_8 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1998
1842
  exports.IbmDataReplication = IbmDataReplication;
1999
1843
  exports.IbmDataband = IbmDataband;
2000
1844
  exports.IbmDatastage = IbmDatastage;
2001
- exports.IbmDb2 = IbmDb2;
2002
- exports.IbmDb2Alt = IbmDb2Alt;
2003
- exports.IbmDb2Warehouse = IbmDb2Warehouse;
2004
- exports.IbmDeployableArchitecture = IbmDeployableArchitecture;
2005
- exports.IbmDevopsTest = IbmDevopsTest;
2006
- exports.IbmDynamicRouteServer = IbmDynamicRouteServer;
2007
- exports.IbmEloAutomotiveCompliance = IbmEloAutomotiveCompliance;
2008
- exports.IbmEloEngineeringInsights = IbmEloEngineeringInsights;
2009
- exports.IbmEloMethodComposer = IbmEloMethodComposer;
2010
- exports.IbmEloPublishing = IbmEloPublishing;
2011
- exports.IbmEngineeringLifecycleMgmt = IbmEngineeringLifecycleMgmt;
2012
- exports.IbmEngineeringRequirementsDoorsNext = IbmEngineeringRequirementsDoorsNext;
2013
- exports.IbmEngineeringSystemsDesignRhapsody = IbmEngineeringSystemsDesignRhapsody;
2014
- exports.IbmEngineeringSystemsDesignRhapsodyModelManager = IbmEngineeringSystemsDesignRhapsodyModelManager;
2015
- exports.IbmEngineeringSystemsDesignRhapsodySn1 = IbmEngineeringSystemsDesignRhapsodySn1;
2016
- exports.IbmEngineeringSystemsDesignRhapsodySn2 = IbmEngineeringSystemsDesignRhapsodySn2;
2017
- exports.IbmEngineeringTestMgmt = IbmEngineeringTestMgmt;
2018
- exports.IbmEngineeringWorkflowMgmt = IbmEngineeringWorkflowMgmt;
2019
- exports.IbmEventAutomation = IbmEventAutomation;
2020
- exports.IbmEventEndpointMgmt = IbmEventEndpointMgmt;
2021
- exports.IbmEventProcessing = IbmEventProcessing;
2022
1845
  exports.PaymentMethods = PaymentMethods;
2023
1846
  exports.QH = QH;
2024
1847
  exports.QHintonPlot = QHintonPlot;