@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-14.js
12
13
  var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports) => {
13
14
  /**
@@ -19,13 +20,350 @@ var require_bucket_14 = /* @__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 OpenPanelTop = /* @__PURE__ */ react.default.forwardRef(function OpenPanelTop({ 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: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Zm0,2v6H4V6ZM4,26V14H28V26Z" }), children);
39
+ });
40
+ if (process.env.NODE_ENV !== "production") OpenPanelTop.propTypes = require_iconPropTypes.iconPropTypes;
41
+ const QOperation = /* @__PURE__ */ react.default.forwardRef(function QOperation({ children, size = 16, ...rest }, ref) {
42
+ return react.default.createElement(require_Icon_js, {
43
+ width: size,
44
+ height: size,
45
+ ref,
46
+ xmlns: "http://www.w3.org/2000/svg",
47
+ viewBox: "0 0 32 32",
48
+ fill: "currentColor",
49
+ ...rest
50
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23 26 21 26 26 16 21 6 23 6 28 16 23 26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 6H6V26H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,9H12a2,2,0,0,0-2,2V21a2,2,0,0,0,2,2h4a2,2,0,0,0,2-2V11A2,2,0,0,0,16,9Zm0,12H12V11h4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 15H15V17H13z" }), children);
51
+ });
52
+ if (process.env.NODE_ENV !== "production") QOperation.propTypes = require_iconPropTypes.iconPropTypes;
53
+ const QOperationGauge = /* @__PURE__ */ react.default.forwardRef(function QOperationGauge({ children, size = 16, ...rest }, ref) {
54
+ return react.default.createElement(require_Icon_js, {
55
+ width: size,
56
+ height: size,
57
+ ref,
58
+ xmlns: "http://www.w3.org/2000/svg",
59
+ viewBox: "0 0 32 32",
60
+ fill: "currentColor",
61
+ ...rest
62
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 4 24 4 24 6 27.75 6 24 10 24 12 30 12 30 10 26.38 10 30 6 30 4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,17.62,22.08,14l-1.73-1-2.18,3.76A12,12,0,0,0,2,28H4a10,10,0,0,1,13.16-9.48L14,24a2,2,0,1,0,2,2,2,2,0,0,0-.27-1L19,19.35A10,10,0,0,1,24,28h2A12,12,0,0,0,20,17.62Z" }), children);
63
+ });
64
+ if (process.env.NODE_ENV !== "production") QOperationGauge.propTypes = require_iconPropTypes.iconPropTypes;
65
+ const QOperationIf = /* @__PURE__ */ react.default.forwardRef(function QOperationIf({ children, size = 16, ...rest }, ref) {
66
+ return react.default.createElement(require_Icon_js, {
67
+ width: size,
68
+ height: size,
69
+ ref,
70
+ xmlns: "http://www.w3.org/2000/svg",
71
+ viewBox: "0 0 32 32",
72
+ fill: "currentColor",
73
+ ...rest
74
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 13H14V23H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 9H14V11H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,11V9H20a2,2,0,0,0-2,2v2H16v2h2v8h2V15h3V13H20V11Z" }), children);
75
+ });
76
+ if (process.env.NODE_ENV !== "production") QOperationIf.propTypes = require_iconPropTypes.iconPropTypes;
77
+ const OperationsField = /* @__PURE__ */ react.default.forwardRef(function OperationsField({ children, size = 16, ...rest }, ref) {
78
+ return react.default.createElement(require_Icon_js, {
79
+ width: size,
80
+ height: size,
81
+ ref,
82
+ xmlns: "http://www.w3.org/2000/svg",
83
+ viewBox: "0 0 32 32",
84
+ fill: "currentColor",
85
+ ...rest
86
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
87
+ d: "M16 6H26V8H16z",
88
+ transform: "rotate(-90 21 7)"
89
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
90
+ d: "M20 6H30V8H20z",
91
+ transform: "rotate(-90 25 7)"
92
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
93
+ d: "M24 6H34V8H24z",
94
+ transform: "rotate(-90 29 7)"
95
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,20a3.9123,3.9123,0,0,1-4-4,3.9123,3.9123,0,0,1,4-4V10a6,6,0,1,0,6,6H20A3.9123,3.9123,0,0,1,16,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.8928,18.4536,26.0979,16,24.78,17.5044l2.7922,2.4517-2.36,4.0878-3.4273-1.1591a9.0315,9.0315,0,0,1-2.7143,1.5644L18.36,28H13.64l-.71-3.5508a9.0953,9.0953,0,0,1-2.6948-1.5713l-3.4468,1.166-2.36-4.0878L7.1528,17.561a8.9263,8.9263,0,0,1-.007-3.1279L4.4275,12.0439,6.7886,7.9561l3.4267,1.1591a9.0305,9.0305,0,0,1,2.7141-1.5644L13.64,4H16V2H13.64a2,2,0,0,0-1.9611,1.6079l-.5037,2.5186A10.9666,10.9666,0,0,0,9.8481,6.88L7.4287,6.0615a1.9977,1.9977,0,0,0-2.3728.8946L2.6953,11.0439a2.0006,2.0006,0,0,0,.4119,2.5025l1.9309,1.6968C5.021,15.4946,5,15.7446,5,16c0,.2578.01.5127.0278.7656l-1.9206,1.688a2.0006,2.0006,0,0,0-.4119,2.5025l2.3606,4.0878a1.9977,1.9977,0,0,0,2.3728.8946l2.4341-.8233a10.9736,10.9736,0,0,0,1.312.7583l.5037,2.5186A2,2,0,0,0,13.64,30H18.36a2,2,0,0,0,1.9611-1.6079l.5037-2.5186a10.9666,10.9666,0,0,0,1.3267-.7534l2.4194.8184a1.9977,1.9977,0,0,0,2.3728-.8946l2.3606-4.0878A2.0006,2.0006,0,0,0,28.8928,18.4536Z" }), children);
96
+ });
97
+ if (process.env.NODE_ENV !== "production") OperationsField.propTypes = require_iconPropTypes.iconPropTypes;
98
+ const OperationsRecord = /* @__PURE__ */ react.default.forwardRef(function OperationsRecord({ children, size = 16, ...rest }, ref) {
99
+ return react.default.createElement(require_Icon_js, {
100
+ width: size,
101
+ height: size,
102
+ ref,
103
+ xmlns: "http://www.w3.org/2000/svg",
104
+ viewBox: "0 0 32 32",
105
+ fill: "currentColor",
106
+ ...rest
107
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 20H30V22H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 24H30V26H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 28H30V30H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,20a3.9123,3.9123,0,0,1-4-4,3.9123,3.9123,0,0,1,4-4,3.9123,3.9123,0,0,1,4,4h2a6,6,0,1,0-6,6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.3047,11.0439,26.9441,6.9561a1.9977,1.9977,0,0,0-2.3728-.8946l-2.4341.8233a11.0419,11.0419,0,0,0-1.312-.7583l-.5037-2.5186A2,2,0,0,0,18.36,2H13.64a2,2,0,0,0-1.9611,1.6079l-.5037,2.5186A10.9666,10.9666,0,0,0,9.8481,6.88L7.4287,6.0615a1.9977,1.9977,0,0,0-2.3728.8946L2.6953,11.0439a2.0006,2.0006,0,0,0,.4119,2.5025l1.9309,1.6968C5.021,15.4946,5,15.7446,5,16c0,.2578.01.5127.0278.7656l-1.9206,1.688a2.0006,2.0006,0,0,0-.4119,2.5025l2.3606,4.0878a1.9977,1.9977,0,0,0,2.3728.8946l2.4341-.8233a10.9736,10.9736,0,0,0,1.312.7583l.5037,2.5186A2,2,0,0,0,13.64,30H16V28H13.64l-.71-3.5508a9.0953,9.0953,0,0,1-2.6948-1.5713l-3.4468,1.166-2.36-4.0878L7.1528,17.561a8.9263,8.9263,0,0,1-.007-3.1279L4.4275,12.0439,6.7886,7.9561l3.4267,1.1591a9.0305,9.0305,0,0,1,2.7141-1.5644L13.64,4H18.36l.71,3.5508a9.0978,9.0978,0,0,1,2.6948,1.5713l3.4468-1.166,2.36,4.0878-2.7978,2.4522L26.0923,16l2.8-2.4536A2.0006,2.0006,0,0,0,29.3047,11.0439Z" }), children);
108
+ });
109
+ if (process.env.NODE_ENV !== "production") OperationsRecord.propTypes = require_iconPropTypes.iconPropTypes;
110
+ const Orchestrate = /* @__PURE__ */ react.default.forwardRef(function Orchestrate({ children, size = 16, ...rest }, ref) {
111
+ return react.default.createElement(require_Icon_js, {
112
+ width: size,
113
+ height: size,
114
+ ref,
115
+ xmlns: "http://www.w3.org/2000/svg",
116
+ viewBox: "0 0 32 32",
117
+ fill: "currentColor",
118
+ ...rest
119
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,20c-.9421,0-1.7739.4453-2.3243,1.1266l-14.4392-5.0535,14.3519-4.3056c.5466.7434,1.4202,1.2324,2.4116,1.2324,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.6034,0-2.9057,1.2674-2.985,2.8514l-14.1704,4.2511,5.1461-6.2897c.3169.1141.6535.1872,1.0093.1872,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3-3,1.3457-3,3c0,.5677.1675,1.0934.4426,1.5466l-5.4332,6.6406c-.3169-.1141-.6536-.1871-1.0094-.1871-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c.3558,0,.6924-.073,1.0094-.1872l5.4333,6.6404c-.2751.4532-.4427.9789-.4427,1.5468,0,1.6543,1.3457,3,3,3s3-1.3457,3-3-1.3457-3-3-3c-.3559,0-.6926.073-1.0096.1873l-4.9651-6.0688,13.9758,4.8918c.0056,1.6495,1.3481,2.9898,2.999,2.9898,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3h0ZM26,9c.5518,0,1,.4487,1,1s-.4482,1-1,1-1-.4487-1-1,.4482-1,1-1ZM15,4c.5513,0,1,.4487,1,1s-.4487,1-1,1-1-.4487-1-1,.4487-1,1-1ZM16,27c0,.5518-.4487,1-1,1s-1-.4482-1-1,.4487-1,1-1,1,.4482,1,1ZM5,16c0-.5513.4487-1,1-1s1,.4487,1,1-.4487,1-1,1-1-.4487-1-1ZM26,24c-.5518,0-1-.4482-1-1s.4482-1,1-1,1,.4482,1,1-.4482,1-1,1Z" }), children);
120
+ });
121
+ if (process.env.NODE_ENV !== "production") Orchestrate.propTypes = require_iconPropTypes.iconPropTypes;
122
+ const OrderServer = /* @__PURE__ */ react.default.forwardRef(function OrderServer({ children, size = 16, ...rest }, ref) {
123
+ return react.default.createElement(require_Icon_js, {
124
+ width: size,
125
+ height: size,
126
+ ref,
127
+ xmlns: "http://www.w3.org/2000/svg",
128
+ viewBox: "0 0 32 32",
129
+ fill: "currentColor",
130
+ ...rest
131
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,6c-.5,0-1,.5-1,1s.5,1,1,1,1-.5,1-1-.5-1-1-1ZM13,6c-.5,0-1,.5-1,1s.5,1,1,1,1-.5,1-1-.5-1-1-1ZM23,3h-13c-1.1,0-2,.9-2,2v4c0,1.1.9,2,2,2h13c1.1,0,2-.9,2-2v-4c0-1.1-.9-2-2-2ZM23,9h-13v-4h13v4ZM13,8c.5,0,1-.5,1-1s-.5-1-1-1-1,.5-1,1,.5,1,1,1ZM24,26c-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2-.9-2-2-2ZM10,26c-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2-.9-2-2-2ZM29.2,7l-2.3,10.2c-.1.5-.5.8-1,.8H8l.8,4h17.2v2H8c-.5,0-.9-.3-1-.8L3.2,4H0v-2h4c.5,0,.9.3,1,.8l2.6,13.2h17.6l2-9h2Z" }), children);
132
+ });
133
+ if (process.env.NODE_ENV !== "production") OrderServer.propTypes = require_iconPropTypes.iconPropTypes;
134
+ const OrderStorm = /* @__PURE__ */ react.default.forwardRef(function OrderStorm({ children, size = 16, ...rest }, ref) {
135
+ return react.default.createElement(require_Icon_js, {
136
+ width: size,
137
+ height: size,
138
+ ref,
139
+ xmlns: "http://www.w3.org/2000/svg",
140
+ viewBox: "0 0 32 32",
141
+ fill: "currentColor",
142
+ ...rest
143
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,9v2h3v-2h-3ZM15,3v2h3v-2h-3ZM23,3h-3v2h3v4h-3v2h3c1.1,0,2-.9,2-2v-4c0-1.1-.9-2-2-2ZM13,5v-2h-3c-1.1,0-2,.9-2,2v4c0,1.1.9,2,2,2h3v-2h-3v-4h3ZM24,26c-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2-.9-2-2-2ZM10,26c-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2-.9-2-2-2ZM29.2,7l-2.3,10.2c-.1.5-.5.8-1,.8H8l.8,4h17.2v2H8c-.5,0-.9-.3-1-.8L3.2,4H0v-2h4c.5,0,.9.3,1,.8l2.6,13.2h17.6l2-9h2Z" }), children);
144
+ });
145
+ if (process.env.NODE_ENV !== "production") OrderStorm.propTypes = require_iconPropTypes.iconPropTypes;
146
+ const OrderStratus = /* @__PURE__ */ react.default.forwardRef(function OrderStratus({ children, size = 16, ...rest }, ref) {
147
+ return react.default.createElement(require_Icon_js, {
148
+ width: size,
149
+ height: size,
150
+ ref,
151
+ xmlns: "http://www.w3.org/2000/svg",
152
+ viewBox: "0 0 32 32",
153
+ fill: "currentColor",
154
+ ...rest
155
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,6c-.5,0-1,.5-1,1s.5,1,1,1,1-.5,1-1-.5-1-1-1ZM23,3h-13c-1.1,0-2,.9-2,2v4c0,1.1.9,2,2,2h13c1.1,0,2-.9,2-2v-4c0-1.1-.9-2-2-2ZM16.5,9h-6.5v-4h6.5v4ZM13,8c.5,0,1-.5,1-1s-.5-1-1-1-1,.5-1,1,.5,1,1,1ZM10,26c-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2-.9-2-2-2ZM24,26c-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2-.9-2-2-2ZM13,6c-.5,0-1,.5-1,1s.5,1,1,1,1-.5,1-1-.5-1-1-1ZM13,6c-.5,0-1,.5-1,1s.5,1,1,1,1-.5,1-1-.5-1-1-1ZM13,6c-.5,0-1,.5-1,1s.5,1,1,1,1-.5,1-1-.5-1-1-1ZM29.2,7l-2.3,10.2c-.1.5-.5.8-1,.8H8l.8,4h17.2v2H8c-.5,0-.9-.3-1-.8L3.2,4H0v-2h4c.5,0,.9.3,1,.8l2.6,13.2h17.6l2-9h2Z" }), children);
156
+ });
157
+ if (process.env.NODE_ENV !== "production") OrderStratus.propTypes = require_iconPropTypes.iconPropTypes;
158
+ const OrderDetails = /* @__PURE__ */ react.default.forwardRef(function OrderDetails({ children, size = 16, ...rest }, ref) {
159
+ return react.default.createElement(require_Icon_js, {
160
+ width: size,
161
+ height: size,
162
+ ref,
163
+ xmlns: "http://www.w3.org/2000/svg",
164
+ viewBox: "0 0 32 32",
165
+ fill: "currentColor",
166
+ ...rest
167
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,21H13a3,3,0,0,0-3,3v2h2V24a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1v2h2V24A3,3,0,0,0,19,21Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,20a4,4,0,1,0-4-4A4,4,0,0,0,16,20Zm0-6a2,2,0,1,1-2,2A2,2,0,0,1,16,14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,5H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2H25a2,2,0,0,0,2-2V7A2,2,0,0,0,25,5ZM12,4h8V8H12ZM25,28H7V7h3v3H22V7h3Z" }), children);
168
+ });
169
+ if (process.env.NODE_ENV !== "production") OrderDetails.propTypes = require_iconPropTypes.iconPropTypes;
170
+ const Ordinal = /* @__PURE__ */ react.default.forwardRef(function Ordinal({ children, size = 16, ...rest }, ref) {
171
+ if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
172
+ width: size,
173
+ height: size,
174
+ ref,
175
+ xmlns: "http://www.w3.org/2000/svg",
176
+ viewBox: "0 0 16 16",
177
+ fill: "currentColor",
178
+ ...rest
179
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M1,13 L1,12 L3,12 L3,9 L5.999,9 L6,6 L9,6 L9,3 L13,3 L13,12 L15,12 L15,13 L1,13 Z M5.999,10 L4,10 L4,12 L5.999,12 L5.999,10 Z M8.999,7 L6.999,7 L6.999,9 L7,9 L7,12 L8.999,12 L8.999,7 Z M12,4 L10,4 L10,12 L12,12 L12,4 Z" }), children);
180
+ return react.default.createElement(require_Icon_js, {
181
+ width: size,
182
+ height: size,
183
+ ref,
184
+ xmlns: "http://www.w3.org/2000/svg",
185
+ viewBox: "0 0 32 32",
186
+ fill: "currentColor",
187
+ ...rest
188
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,26V4H18v6H12v6H6V26H2v2H30V26ZM8,26V18h4v8Zm6,0V12h4V26Zm6,0V6h4V26Z" }), children);
189
+ });
190
+ if (process.env.NODE_ENV !== "production") Ordinal.propTypes = require_iconPropTypes.iconPropTypes;
191
+ const Outage = /* @__PURE__ */ react.default.forwardRef(function Outage({ children, size = 16, ...rest }, ref) {
192
+ return react.default.createElement(require_Icon_js, {
193
+ width: size,
194
+ height: size,
195
+ ref,
196
+ xmlns: "http://www.w3.org/2000/svg",
197
+ viewBox: "0 0 32 32",
198
+ fill: "currentColor",
199
+ ...rest
200
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 24H21V26H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 28H19V30H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8.7832,18.9746l1.4177-1.418A6.9206,6.9206,0,0,1,8,12,7.99,7.99,0,0,1,21.5273,6.2305l1.4136-1.4136A9.9884,9.9884,0,0,0,6,12,8.9411,8.9411,0,0,0,8.7832,18.9746Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,3.4141,28.5859,2,2,28.5859,3.4141,30,23.6606,9.7534A7.7069,7.7069,0,0,1,24,12a7.2032,7.2032,0,0,1-2.8223,6.1426C20.1069,19.1348,19,20.1611,19,22h2c0-.9194.5264-1.45,1.5352-2.3857A9.193,9.193,0,0,0,26,12a9.8739,9.8739,0,0,0-.7764-3.81Z" }), children);
201
+ });
202
+ if (process.env.NODE_ENV !== "production") Outage.propTypes = require_iconPropTypes.iconPropTypes;
203
+ const OutlookSevere = /* @__PURE__ */ react.default.forwardRef(function OutlookSevere({ children, size = 16, ...rest }, ref) {
204
+ return react.default.createElement(require_Icon_js, {
205
+ width: size,
206
+ height: size,
207
+ ref,
208
+ xmlns: "http://www.w3.org/2000/svg",
209
+ viewBox: "0 0 32 32",
210
+ fill: "currentColor",
211
+ ...rest
212
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
213
+ fill: "none",
214
+ d: "M15.1249,19h1.75v5.5h-1.75ZM17,27a1,1,0,1,0-1,1A1,1,0,0,0,17,27Z"
215
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.9084,28.94,16.8318,14.4878a.9531.9531,0,0,0-1.6636,0L7.0916,28.94A.7122.7122,0,0,0,7.7134,30H24.2867A.7121.7121,0,0,0,24.9084,28.94ZM15.125,19h1.75v5.5h-1.75ZM16,28a1,1,0,1,1,1-1A1,1,0,0,1,16,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.8008,9.1362a8.9943,8.9943,0,0,0-17.6006,0,6.4926,6.4926,0,0,0,.9153,12.8443L9.2217,20H8.5a4.48,4.48,0,0,1-3.3693-7.4556l5.297,5.2964,1.013-1.8135-4.66-4.6606A4.402,4.402,0,0,1,8.144,11.019l.8155-.0639.0991-.812c.0237-.1944.0581-.3848.0972-.5733l3.78,3.7808,1.0138-1.815L9.936,7.522a7.0212,7.0212,0,0,1,1.9754-2.1968L25.8861,19.3A4.4594,4.4594,0,0,1,23.5,20h-.7239l1.107,1.98a6.4927,6.4927,0,0,0,.9177-12.8443Zm2.4994,8.75L13.7823,4.3682a6.9736,6.9736,0,0,1,9.16,5.7749l.0986.812.8154.0639A4.5171,4.5171,0,0,1,28,15.5,4.46,4.46,0,0,1,27.3,17.8862Z" }), children);
216
+ });
217
+ if (process.env.NODE_ENV !== "production") OutlookSevere.propTypes = require_iconPropTypes.iconPropTypes;
218
+ const OverflowMenuHorizontal = /* @__PURE__ */ react.default.forwardRef(function OverflowMenuHorizontal({ children, size = 16, ...rest }, ref) {
219
+ return react.default.createElement(require_Icon_js, {
220
+ width: size,
221
+ height: size,
222
+ ref,
223
+ xmlns: "http://www.w3.org/2000/svg",
224
+ viewBox: "0 0 32 32",
225
+ fill: "currentColor",
226
+ ...rest
227
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
228
+ cx: "8",
229
+ cy: "16",
230
+ r: "2"
231
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
232
+ cx: "16",
233
+ cy: "16",
234
+ r: "2"
235
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
236
+ cx: "24",
237
+ cy: "16",
238
+ r: "2"
239
+ }), children);
240
+ });
241
+ if (process.env.NODE_ENV !== "production") OverflowMenuHorizontal.propTypes = require_iconPropTypes.iconPropTypes;
242
+ const OverflowMenuVertical = /* @__PURE__ */ react.default.forwardRef(function OverflowMenuVertical({ children, size = 16, ...rest }, ref) {
243
+ return react.default.createElement(require_Icon_js, {
244
+ width: size,
245
+ height: size,
246
+ ref,
247
+ xmlns: "http://www.w3.org/2000/svg",
248
+ viewBox: "0 0 32 32",
249
+ fill: "currentColor",
250
+ ...rest
251
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
252
+ cx: "16",
253
+ cy: "8",
254
+ r: "2"
255
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
256
+ cx: "16",
257
+ cy: "16",
258
+ r: "2"
259
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
260
+ cx: "16",
261
+ cy: "24",
262
+ r: "2"
263
+ }), children);
264
+ });
265
+ if (process.env.NODE_ENV !== "production") OverflowMenuVertical.propTypes = require_iconPropTypes.iconPropTypes;
266
+ const Overlay = /* @__PURE__ */ react.default.forwardRef(function Overlay({ children, size = 16, ...rest }, ref) {
267
+ return react.default.createElement(require_Icon_js, {
268
+ width: size,
269
+ height: size,
270
+ ref,
271
+ xmlns: "http://www.w3.org/2000/svg",
272
+ viewBox: "0 0 32 32",
273
+ fill: "currentColor",
274
+ ...rest
275
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,8H24V4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V22a2.0023,2.0023,0,0,0,2,2H8v4a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V10A2.0023,2.0023,0,0,0,28,8ZM4,22V4H22V8H10a2.0023,2.0023,0,0,0-2,2V22Zm18,0H19.4141L10,12.586V10h2.5859l9.4153,9.4156ZM10,15.4141,16.5859,22H10ZM22.001,16.587,15.4141,10H22ZM10,28V24H22a2.0023,2.0023,0,0,0,2-2V10h4V28Z" }), children);
276
+ });
277
+ if (process.env.NODE_ENV !== "production") Overlay.propTypes = require_iconPropTypes.iconPropTypes;
278
+ const Package = /* @__PURE__ */ react.default.forwardRef(function Package({ children, size = 16, ...rest }, ref) {
279
+ return react.default.createElement(require_Icon_js, {
280
+ width: size,
281
+ height: size,
282
+ ref,
283
+ xmlns: "http://www.w3.org/2000/svg",
284
+ viewBox: "0 0 32 32",
285
+ fill: "currentColor",
286
+ ...rest
287
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,30H6a2,2,0,0,1-2-2V16a2,2,0,0,1,2-2H9v2H6V28H26V16H23V14h3a2,2,0,0,1,2,2V28A2,2,0,0,1,26,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 20H19V22H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.59 8.59 17 12.17 17 2 15 2 15 12.17 11.41 8.59 10 10 16 16 22 10 20.59 8.59z" }), children);
288
+ });
289
+ if (process.env.NODE_ENV !== "production") Package.propTypes = require_iconPropTypes.iconPropTypes;
290
+ const PackageTextAnalysis = /* @__PURE__ */ react.default.forwardRef(function PackageTextAnalysis({ children, size = 16, ...rest }, ref) {
291
+ return react.default.createElement(require_Icon_js, {
292
+ width: size,
293
+ height: size,
294
+ ref,
295
+ xmlns: "http://www.w3.org/2000/svg",
296
+ viewBox: "0 0 32 32",
297
+ fill: "currentColor",
298
+ ...rest
299
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 22H19V24H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m2,18v2h2v8c0,1.1025.8972,2,2,2h20c1.1028,0,2-.8975,2-2v-8h2v-2H2Zm24,10H6v-8h20v8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m29,16h-5c-1.1025,0-2-.8975-2-2v-6c0-1.103.8975-2,2-2h5v2h-5v6h5v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m18,6h-4v-4h-2v14h6c1.1025,0,2-.8975,2-2v-6c0-1.103-.8975-2-2-2Zm-4,8v-6h4v6h-4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m8,6H3v2h5v2h-4c-1.1046,0-2,.8954-2,2v2c0,1.1046.8954,2,2,2h6V8c0-1.103-.8975-2-2-2Zm0,8h-4v-2h4v2Z" }), children);
300
+ });
301
+ if (process.env.NODE_ENV !== "production") PackageTextAnalysis.propTypes = require_iconPropTypes.iconPropTypes;
302
+ const PackageNode = /* @__PURE__ */ react.default.forwardRef(function PackageNode({ children, size = 16, ...rest }, ref) {
303
+ return react.default.createElement(require_Icon_js, {
304
+ width: size,
305
+ height: size,
306
+ ref,
307
+ xmlns: "http://www.w3.org/2000/svg",
308
+ viewBox: "0 0 32 32",
309
+ fill: "currentColor",
310
+ ...rest
311
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
312
+ strokeWidth: "0",
313
+ d: "m28,28H4c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h10c1.1028,0,2,.8972,2,2v4h12c1.1028,0,2,.8972,2,2v14c0,1.1028-.8972,2-2,2ZM4,12v14h24v-14H4Zm0-2h10v-4H4v4Z"
314
+ }), children);
315
+ });
316
+ if (process.env.NODE_ENV !== "production") PackageNode.propTypes = require_iconPropTypes.iconPropTypes;
317
+ const PageFirst = /* @__PURE__ */ react.default.forwardRef(function PageFirst({ children, size = 16, ...rest }, ref) {
318
+ return react.default.createElement(require_Icon_js, {
319
+ width: size,
320
+ height: size,
321
+ ref,
322
+ xmlns: "http://www.w3.org/2000/svg",
323
+ viewBox: "0 0 32 32",
324
+ fill: "currentColor",
325
+ ...rest
326
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 16 24 6 25.4 7.4 16.8 16 25.4 24.6 24 26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 4H10V28H8z" }), children);
327
+ });
328
+ if (process.env.NODE_ENV !== "production") PageFirst.propTypes = require_iconPropTypes.iconPropTypes;
329
+ const PageLast = /* @__PURE__ */ react.default.forwardRef(function PageLast({ children, size = 16, ...rest }, ref) {
330
+ return react.default.createElement(require_Icon_js, {
331
+ width: size,
332
+ height: size,
333
+ ref,
334
+ xmlns: "http://www.w3.org/2000/svg",
335
+ viewBox: "0 0 32 32",
336
+ fill: "currentColor",
337
+ ...rest
338
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 16 8 26 6.6 24.6 15.2 16 6.6 7.4 8 6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 4H24V28H22z" }), children);
339
+ });
340
+ if (process.env.NODE_ENV !== "production") PageLast.propTypes = require_iconPropTypes.iconPropTypes;
341
+ const PageBreak = /* @__PURE__ */ react.default.forwardRef(function PageBreak({ children, size = 16, ...rest }, ref) {
342
+ return react.default.createElement(require_Icon_js, {
343
+ width: size,
344
+ height: size,
345
+ ref,
346
+ xmlns: "http://www.w3.org/2000/svg",
347
+ viewBox: "0 0 32 32",
348
+ fill: "currentColor",
349
+ ...rest
350
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 18H6V20H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 18H30V20H26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,22v6H8V22H6v6a2.0058,2.0058,0,0,0,2,2H24a2.0058,2.0058,0,0,0,2-2V22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,16V4h8v6a2.0058,2.0058,0,0,0,2,2h6v4h2V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V16ZM18,4.4,23.6,10H18Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 18H14V20H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 18H22V20H18z" }), children);
351
+ });
352
+ if (process.env.NODE_ENV !== "production") PageBreak.propTypes = require_iconPropTypes.iconPropTypes;
353
+ const PageNumber = /* @__PURE__ */ react.default.forwardRef(function PageNumber({ children, size = 16, ...rest }, ref) {
354
+ return react.default.createElement(require_Icon_js, {
355
+ width: size,
356
+ height: size,
357
+ ref,
358
+ xmlns: "http://www.w3.org/2000/svg",
359
+ viewBox: "0 0 32 32",
360
+ fill: "currentColor",
361
+ ...rest
362
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 26 16 26 16 20 20 20 20 18 16 18 16 16 22 16 22 22 18 22 18 24 22 24 22 26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.7,9.3l-7-7A.9078.9078,0,0,0,18,2H8A2.0059,2.0059,0,0,0,6,4V28a2.0059,2.0059,0,0,0,2,2H24a2.0059,2.0059,0,0,0,2-2V10A.9078.9078,0,0,0,25.7,9.3ZM18,4.4,23.6,10H18ZM24,28H8V4h8v6a2.0059,2.0059,0,0,0,2,2h6Z" }), children);
363
+ });
364
+ if (process.env.NODE_ENV !== "production") PageNumber.propTypes = require_iconPropTypes.iconPropTypes;
27
365
  const WatsonHealthPageScroll = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthPageScroll({ children, size = 16, ...rest }, ref) {
28
- return react.default.createElement(require_Icon.Icon, {
366
+ return react.default.createElement(require_Icon_js, {
29
367
  width: size,
30
368
  height: size,
31
369
  ref,
@@ -37,7 +375,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
37
375
  });
38
376
  if (process.env.NODE_ENV !== "production") WatsonHealthPageScroll.propTypes = require_iconPropTypes.iconPropTypes;
39
377
  const PaintBrush = /* @__PURE__ */ react.default.forwardRef(function PaintBrush({ children, size = 16, ...rest }, ref) {
40
- return react.default.createElement(require_Icon.Icon, {
378
+ return react.default.createElement(require_Icon_js, {
41
379
  width: size,
42
380
  height: size,
43
381
  ref,
@@ -49,7 +387,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
49
387
  });
50
388
  if (process.env.NODE_ENV !== "production") PaintBrush.propTypes = require_iconPropTypes.iconPropTypes;
51
389
  const PaintBrushAlt = /* @__PURE__ */ react.default.forwardRef(function PaintBrushAlt({ children, size = 16, ...rest }, ref) {
52
- return react.default.createElement(require_Icon.Icon, {
390
+ return react.default.createElement(require_Icon_js, {
53
391
  width: size,
54
392
  height: size,
55
393
  ref,
@@ -61,7 +399,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
61
399
  });
62
400
  if (process.env.NODE_ENV !== "production") PaintBrushAlt.propTypes = require_iconPropTypes.iconPropTypes;
63
401
  const PalmTree = /* @__PURE__ */ react.default.forwardRef(function PalmTree({ children, size = 16, ...rest }, ref) {
64
- return react.default.createElement(require_Icon.Icon, {
402
+ return react.default.createElement(require_Icon_js, {
65
403
  width: size,
66
404
  height: size,
67
405
  ref,
@@ -73,7 +411,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
73
411
  });
74
412
  if (process.env.NODE_ENV !== "production") PalmTree.propTypes = require_iconPropTypes.iconPropTypes;
75
413
  const PanHorizontal = /* @__PURE__ */ react.default.forwardRef(function PanHorizontal({ children, size = 16, ...rest }, ref) {
76
- return react.default.createElement(require_Icon.Icon, {
414
+ return react.default.createElement(require_Icon_js, {
77
415
  width: size,
78
416
  height: size,
79
417
  ref,
@@ -85,7 +423,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
85
423
  });
86
424
  if (process.env.NODE_ENV !== "production") PanHorizontal.propTypes = require_iconPropTypes.iconPropTypes;
87
425
  const PanVertical = /* @__PURE__ */ react.default.forwardRef(function PanVertical({ children, size = 16, ...rest }, ref) {
88
- return react.default.createElement(require_Icon.Icon, {
426
+ return react.default.createElement(require_Icon_js, {
89
427
  width: size,
90
428
  height: size,
91
429
  ref,
@@ -97,7 +435,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
97
435
  });
98
436
  if (process.env.NODE_ENV !== "production") PanVertical.propTypes = require_iconPropTypes.iconPropTypes;
99
437
  const PanelExpansion = /* @__PURE__ */ react.default.forwardRef(function PanelExpansion({ children, size = 16, ...rest }, ref) {
100
- return react.default.createElement(require_Icon.Icon, {
438
+ return react.default.createElement(require_Icon_js, {
101
439
  width: size,
102
440
  height: size,
103
441
  ref,
@@ -109,7 +447,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
109
447
  });
110
448
  if (process.env.NODE_ENV !== "production") PanelExpansion.propTypes = require_iconPropTypes.iconPropTypes;
111
449
  const Paragraph = /* @__PURE__ */ react.default.forwardRef(function Paragraph({ children, size = 16, ...rest }, ref) {
112
- return react.default.createElement(require_Icon.Icon, {
450
+ return react.default.createElement(require_Icon_js, {
113
451
  width: size,
114
452
  height: size,
115
453
  ref,
@@ -121,7 +459,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
121
459
  });
122
460
  if (process.env.NODE_ENV !== "production") Paragraph.propTypes = require_iconPropTypes.iconPropTypes;
123
461
  const Parameter = /* @__PURE__ */ react.default.forwardRef(function Parameter({ children, size = 16, ...rest }, ref) {
124
- return react.default.createElement(require_Icon.Icon, {
462
+ return react.default.createElement(require_Icon_js, {
125
463
  width: size,
126
464
  height: size,
127
465
  ref,
@@ -136,7 +474,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
136
474
  });
137
475
  if (process.env.NODE_ENV !== "production") Parameter.propTypes = require_iconPropTypes.iconPropTypes;
138
476
  const ParentChild = /* @__PURE__ */ react.default.forwardRef(function ParentChild({ children, size = 16, ...rest }, ref) {
139
- return react.default.createElement(require_Icon.Icon, {
477
+ return react.default.createElement(require_Icon_js, {
140
478
  width: size,
141
479
  height: size,
142
480
  ref,
@@ -148,7 +486,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
148
486
  });
149
487
  if (process.env.NODE_ENV !== "production") ParentChild.propTypes = require_iconPropTypes.iconPropTypes;
150
488
  const ParentNode = /* @__PURE__ */ react.default.forwardRef(function ParentNode({ children, size = 16, ...rest }, ref) {
151
- return react.default.createElement(require_Icon.Icon, {
489
+ return react.default.createElement(require_Icon_js, {
152
490
  width: size,
153
491
  height: size,
154
492
  ref,
@@ -160,7 +498,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
160
498
  });
161
499
  if (process.env.NODE_ENV !== "production") ParentNode.propTypes = require_iconPropTypes.iconPropTypes;
162
500
  const PartDefinition = /* @__PURE__ */ react.default.forwardRef(function PartDefinition({ children, size = 16, ...rest }, ref) {
163
- return react.default.createElement(require_Icon.Icon, {
501
+ return react.default.createElement(require_Icon_js, {
164
502
  width: size,
165
503
  height: size,
166
504
  ref,
@@ -181,7 +519,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
181
519
  });
182
520
  if (process.env.NODE_ENV !== "production") PartDefinition.propTypes = require_iconPropTypes.iconPropTypes;
183
521
  const PartUsage = /* @__PURE__ */ react.default.forwardRef(function PartUsage({ children, size = 16, ...rest }, ref) {
184
- return react.default.createElement(require_Icon.Icon, {
522
+ return react.default.createElement(require_Icon_js, {
185
523
  width: size,
186
524
  height: size,
187
525
  ref,
@@ -202,7 +540,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
202
540
  });
203
541
  if (process.env.NODE_ENV !== "production") PartUsage.propTypes = require_iconPropTypes.iconPropTypes;
204
542
  const PartitionAuto = /* @__PURE__ */ react.default.forwardRef(function PartitionAuto({ children, size = 16, ...rest }, ref) {
205
- return react.default.createElement(require_Icon.Icon, {
543
+ return react.default.createElement(require_Icon_js, {
206
544
  width: size,
207
545
  height: size,
208
546
  ref,
@@ -214,7 +552,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
214
552
  });
215
553
  if (process.env.NODE_ENV !== "production") PartitionAuto.propTypes = require_iconPropTypes.iconPropTypes;
216
554
  const PartitionCollection = /* @__PURE__ */ react.default.forwardRef(function PartitionCollection({ children, size = 16, ...rest }, ref) {
217
- return react.default.createElement(require_Icon.Icon, {
555
+ return react.default.createElement(require_Icon_js, {
218
556
  width: size,
219
557
  height: size,
220
558
  ref,
@@ -226,7 +564,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
226
564
  });
227
565
  if (process.env.NODE_ENV !== "production") PartitionCollection.propTypes = require_iconPropTypes.iconPropTypes;
228
566
  const PartitionRepartition = /* @__PURE__ */ react.default.forwardRef(function PartitionRepartition({ children, size = 16, ...rest }, ref) {
229
- return react.default.createElement(require_Icon.Icon, {
567
+ return react.default.createElement(require_Icon_js, {
230
568
  width: size,
231
569
  height: size,
232
570
  ref,
@@ -238,7 +576,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
238
576
  });
239
577
  if (process.env.NODE_ENV !== "production") PartitionRepartition.propTypes = require_iconPropTypes.iconPropTypes;
240
578
  const PartitionSame = /* @__PURE__ */ react.default.forwardRef(function PartitionSame({ children, size = 16, ...rest }, ref) {
241
- return react.default.createElement(require_Icon.Icon, {
579
+ return react.default.createElement(require_Icon_js, {
242
580
  width: size,
243
581
  height: size,
244
582
  ref,
@@ -250,7 +588,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
250
588
  });
251
589
  if (process.env.NODE_ENV !== "production") PartitionSame.propTypes = require_iconPropTypes.iconPropTypes;
252
590
  const PartitionSpecific = /* @__PURE__ */ react.default.forwardRef(function PartitionSpecific({ children, size = 16, ...rest }, ref) {
253
- return react.default.createElement(require_Icon.Icon, {
591
+ return react.default.createElement(require_Icon_js, {
254
592
  width: size,
255
593
  height: size,
256
594
  ref,
@@ -262,7 +600,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
262
600
  });
263
601
  if (process.env.NODE_ENV !== "production") PartitionSpecific.propTypes = require_iconPropTypes.iconPropTypes;
264
602
  const PartlyCloudy = /* @__PURE__ */ react.default.forwardRef(function PartlyCloudy({ children, size = 16, ...rest }, ref) {
265
- return react.default.createElement(require_Icon.Icon, {
603
+ return react.default.createElement(require_Icon_js, {
266
604
  width: size,
267
605
  height: size,
268
606
  ref,
@@ -283,7 +621,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
283
621
  });
284
622
  if (process.env.NODE_ENV !== "production") PartlyCloudy.propTypes = require_iconPropTypes.iconPropTypes;
285
623
  const PartlyCloudyNight = /* @__PURE__ */ react.default.forwardRef(function PartlyCloudyNight({ children, size = 16, ...rest }, ref) {
286
- return react.default.createElement(require_Icon.Icon, {
624
+ return react.default.createElement(require_Icon_js, {
287
625
  width: size,
288
626
  height: size,
289
627
  ref,
@@ -295,7 +633,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
295
633
  });
296
634
  if (process.env.NODE_ENV !== "production") PartlyCloudyNight.propTypes = require_iconPropTypes.iconPropTypes;
297
635
  const Partnership = /* @__PURE__ */ react.default.forwardRef(function Partnership({ children, size = 16, ...rest }, ref) {
298
- return react.default.createElement(require_Icon.Icon, {
636
+ return react.default.createElement(require_Icon_js, {
299
637
  width: size,
300
638
  height: size,
301
639
  ref,
@@ -306,8 +644,20 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
306
644
  }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,9a4,4,0,1,1,4-4A4,4,0,0,1,8,9ZM8,3a2,2,0,1,0,2,2A2,2,0,0,0,8,3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,9a4,4,0,1,1,4-4A4,4,0,0,1,24,9Zm0-6a2,2,0,1,0,2,2A2,2,0,0,0,24,3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,30H22a2,2,0,0,1-2-2V21h2v7h4V19h2V13a1,1,0,0,0-1-1H20.58L16,20l-4.58-8H5a1,1,0,0,0-1,1v6H6v9h4V21h2v7a2,2,0,0,1-2,2H6a2,2,0,0,1-2-2V21a2,2,0,0,1-2-2V13a3,3,0,0,1,3-3h7.58L16,16l3.42-6H27a3,3,0,0,1,3,3v6a2,2,0,0,1-2,2v7A2,2,0,0,1,26,30Z" }), children);
307
645
  });
308
646
  if (process.env.NODE_ENV !== "production") Partnership.propTypes = require_iconPropTypes.iconPropTypes;
647
+ const PartyPopper = /* @__PURE__ */ react.default.forwardRef(function PartyPopper({ children, size = 16, ...rest }, ref) {
648
+ return react.default.createElement(require_Icon_js, {
649
+ width: size,
650
+ height: size,
651
+ ref,
652
+ xmlns: "http://www.w3.org/2000/svg",
653
+ viewBox: "0 0 32 32",
654
+ fill: "currentColor",
655
+ ...rest
656
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5,28c-.2607,0-.5161-.1016-.707-.293-.2749-.2744-.3657-.6836-.2329-1.0488L12.0601,4.6582c.1172-.3213.3896-.5605.7231-.6343.3335-.0757.6821.0269.9238.269l14,14c.2422.2412.3428.5898.2695.9238-.0742.333-.3135.6064-.6348.7227L5.3418,27.9395c-.1113.041-.2271.0605-.3418.0605ZM9.1367,18.5508l-2.4648,6.7773,6.7773-2.4648-4.3125-4.3125ZM9.8906,16.4766l5.6328,5.6328,3.793-1.3789-8.0464-8.0464-1.3794,3.7925ZM12.0239,10.6099l9.3657,9.3657,3.793-1.3789L13.4033,6.8174l-1.3794,3.7925ZM30,13h-4v-2h4v2ZM25.0127,8.4019l-1.4141-1.4141,3.3926-3.3931,1.4141,1.4141-3.3926,3.3931ZM21,6h-2V2h2v4Z" }), children);
657
+ });
658
+ if (process.env.NODE_ENV !== "production") PartyPopper.propTypes = require_iconPropTypes.iconPropTypes;
309
659
  const PassengerDrinks = /* @__PURE__ */ react.default.forwardRef(function PassengerDrinks({ children, size = 16, ...rest }, ref) {
310
- return react.default.createElement(require_Icon.Icon, {
660
+ return react.default.createElement(require_Icon_js, {
311
661
  width: size,
312
662
  height: size,
313
663
  ref,
@@ -319,7 +669,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
319
669
  });
320
670
  if (process.env.NODE_ENV !== "production") PassengerDrinks.propTypes = require_iconPropTypes.iconPropTypes;
321
671
  const PassengerPlus = /* @__PURE__ */ react.default.forwardRef(function PassengerPlus({ children, size = 16, ...rest }, ref) {
322
- return react.default.createElement(require_Icon.Icon, {
672
+ return react.default.createElement(require_Icon_js, {
323
673
  width: size,
324
674
  height: size,
325
675
  ref,
@@ -331,7 +681,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
331
681
  });
332
682
  if (process.env.NODE_ENV !== "production") PassengerPlus.propTypes = require_iconPropTypes.iconPropTypes;
333
683
  const Password = /* @__PURE__ */ react.default.forwardRef(function Password({ children, size = 16, ...rest }, ref) {
334
- return react.default.createElement(require_Icon.Icon, {
684
+ return react.default.createElement(require_Icon_js, {
335
685
  width: size,
336
686
  height: size,
337
687
  ref,
@@ -347,7 +697,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
347
697
  });
348
698
  if (process.env.NODE_ENV !== "production") Password.propTypes = require_iconPropTypes.iconPropTypes;
349
699
  const Paste = /* @__PURE__ */ react.default.forwardRef(function Paste({ children, size = 16, ...rest }, ref) {
350
- return react.default.createElement(require_Icon.Icon, {
700
+ return react.default.createElement(require_Icon_js, {
351
701
  width: size,
352
702
  height: size,
353
703
  ref,
@@ -359,7 +709,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
359
709
  });
360
710
  if (process.env.NODE_ENV !== "production") Paste.propTypes = require_iconPropTypes.iconPropTypes;
361
711
  const Pause = /* @__PURE__ */ react.default.forwardRef(function Pause({ children, size = 16, ...rest }, ref) {
362
- if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
712
+ if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
363
713
  width: size,
364
714
  height: size,
365
715
  ref,
@@ -368,7 +718,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
368
718
  fill: "currentColor",
369
719
  ...rest
370
720
  }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,4v8H4V4H6 M6,3H4C3.4,3,3,3.4,3,4v8c0,0.6,0.4,1,1,1h2c0.6,0,1-0.4,1-1V4C7,3.4,6.6,3,6,3z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,4v8h-2V4H12 M12,3h-2C9.4,3,9,3.4,9,4v8c0,0.6,0.4,1,1,1h2c0.6,0,1-0.4,1-1V4C13,3.4,12.6,3,12,3z" }), children);
371
- return react.default.createElement(require_Icon.Icon, {
721
+ return react.default.createElement(require_Icon_js, {
372
722
  width: size,
373
723
  height: size,
374
724
  ref,
@@ -380,7 +730,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
380
730
  });
381
731
  if (process.env.NODE_ENV !== "production") Pause.propTypes = require_iconPropTypes.iconPropTypes;
382
732
  const PauseFilled = /* @__PURE__ */ react.default.forwardRef(function PauseFilled({ children, size = 16, ...rest }, ref) {
383
- return react.default.createElement(require_Icon.Icon, {
733
+ return react.default.createElement(require_Icon_js, {
384
734
  width: size,
385
735
  height: size,
386
736
  ref,
@@ -392,7 +742,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
392
742
  });
393
743
  if (process.env.NODE_ENV !== "production") PauseFilled.propTypes = require_iconPropTypes.iconPropTypes;
394
744
  const PauseOutline = /* @__PURE__ */ react.default.forwardRef(function PauseOutline({ children, size = 16, ...rest }, ref) {
395
- if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
745
+ if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
396
746
  width: size,
397
747
  height: size,
398
748
  ref,
@@ -401,7 +751,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
401
751
  fill: "currentColor",
402
752
  ...rest
403
753
  }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 5 6 5 6 11 7 11 7 5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 5 9 5 9 11 10 11 10 5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,2c3.3,0,6,2.7,6,6s-2.7,6-6,6s-6-2.7-6-6S4.7,2,8,2 M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z" }), children);
404
- return react.default.createElement(require_Icon.Icon, {
754
+ return react.default.createElement(require_Icon_js, {
405
755
  width: size,
406
756
  height: size,
407
757
  ref,
@@ -413,7 +763,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
413
763
  });
414
764
  if (process.env.NODE_ENV !== "production") PauseOutline.propTypes = require_iconPropTypes.iconPropTypes;
415
765
  const PauseOutlineFilled = /* @__PURE__ */ react.default.forwardRef(function PauseOutlineFilled({ children, size = 16, ...rest }, ref) {
416
- if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
766
+ if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
417
767
  width: size,
418
768
  height: size,
419
769
  ref,
@@ -422,7 +772,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
422
772
  fill: "currentColor",
423
773
  ...rest
424
774
  }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M7,11H6V5h1V11z M10,11H9V5h1V11z" }), children);
425
- return react.default.createElement(require_Icon.Icon, {
775
+ return react.default.createElement(require_Icon_js, {
426
776
  width: size,
427
777
  height: size,
428
778
  ref,
@@ -434,7 +784,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
434
784
  });
435
785
  if (process.env.NODE_ENV !== "production") PauseOutlineFilled.propTypes = require_iconPropTypes.iconPropTypes;
436
786
  const PauseFuture = /* @__PURE__ */ react.default.forwardRef(function PauseFuture({ children, size = 16, ...rest }, ref) {
437
- return react.default.createElement(require_Icon.Icon, {
787
+ return react.default.createElement(require_Icon_js, {
438
788
  width: size,
439
789
  height: size,
440
790
  ref,
@@ -446,7 +796,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
446
796
  });
447
797
  if (process.env.NODE_ENV !== "production") PauseFuture.propTypes = require_iconPropTypes.iconPropTypes;
448
798
  const PausePast = /* @__PURE__ */ react.default.forwardRef(function PausePast({ children, size = 16, ...rest }, ref) {
449
- return react.default.createElement(require_Icon.Icon, {
799
+ return react.default.createElement(require_Icon_js, {
450
800
  width: size,
451
801
  height: size,
452
802
  ref,
@@ -458,7 +808,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
458
808
  });
459
809
  if (process.env.NODE_ENV !== "production") PausePast.propTypes = require_iconPropTypes.iconPropTypes;
460
810
  const PcnENode = /* @__PURE__ */ react.default.forwardRef(function PcnENode({ children, size = 16, ...rest }, ref) {
461
- return react.default.createElement(require_Icon.Icon, {
811
+ return react.default.createElement(require_Icon_js, {
462
812
  width: size,
463
813
  height: size,
464
814
  ref,
@@ -470,7 +820,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
470
820
  });
471
821
  if (process.env.NODE_ENV !== "production") PcnENode.propTypes = require_iconPropTypes.iconPropTypes;
472
822
  const PcnMilitary = /* @__PURE__ */ react.default.forwardRef(function PcnMilitary({ children, size = 16, ...rest }, ref) {
473
- return react.default.createElement(require_Icon.Icon, {
823
+ return react.default.createElement(require_Icon_js, {
474
824
  width: size,
475
825
  height: size,
476
826
  ref,
@@ -482,7 +832,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
482
832
  });
483
833
  if (process.env.NODE_ENV !== "production") PcnMilitary.propTypes = require_iconPropTypes.iconPropTypes;
484
834
  const PcnPNode = /* @__PURE__ */ react.default.forwardRef(function PcnPNode({ children, size = 16, ...rest }, ref) {
485
- return react.default.createElement(require_Icon.Icon, {
835
+ return react.default.createElement(require_Icon_js, {
486
836
  width: size,
487
837
  height: size,
488
838
  ref,
@@ -494,7 +844,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
494
844
  });
495
845
  if (process.env.NODE_ENV !== "production") PcnPNode.propTypes = require_iconPropTypes.iconPropTypes;
496
846
  const PcnZNode = /* @__PURE__ */ react.default.forwardRef(function PcnZNode({ children, size = 16, ...rest }, ref) {
497
- return react.default.createElement(require_Icon.Icon, {
847
+ return react.default.createElement(require_Icon_js, {
498
848
  width: size,
499
849
  height: size,
500
850
  ref,
@@ -506,7 +856,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
506
856
  });
507
857
  if (process.env.NODE_ENV !== "production") PcnZNode.propTypes = require_iconPropTypes.iconPropTypes;
508
858
  const Pdf = /* @__PURE__ */ react.default.forwardRef(function Pdf({ children, size = 16, ...rest }, ref) {
509
- return react.default.createElement(require_Icon.Icon, {
859
+ return react.default.createElement(require_Icon_js, {
510
860
  width: size,
511
861
  height: size,
512
862
  ref,
@@ -518,7 +868,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
518
868
  });
519
869
  if (process.env.NODE_ENV !== "production") Pdf.propTypes = require_iconPropTypes.iconPropTypes;
520
870
  const PdfReference = /* @__PURE__ */ react.default.forwardRef(function PdfReference({ children, size = 16, ...rest }, ref) {
521
- return react.default.createElement(require_Icon.Icon, {
871
+ return react.default.createElement(require_Icon_js, {
522
872
  width: size,
523
873
  height: size,
524
874
  ref,
@@ -530,7 +880,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
530
880
  });
531
881
  if (process.env.NODE_ENV !== "production") PdfReference.propTypes = require_iconPropTypes.iconPropTypes;
532
882
  const Pedestrian = /* @__PURE__ */ react.default.forwardRef(function Pedestrian({ children, size = 16, ...rest }, ref) {
533
- return react.default.createElement(require_Icon.Icon, {
883
+ return react.default.createElement(require_Icon_js, {
534
884
  width: size,
535
885
  height: size,
536
886
  ref,
@@ -542,7 +892,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
542
892
  });
543
893
  if (process.env.NODE_ENV !== "production") Pedestrian.propTypes = require_iconPropTypes.iconPropTypes;
544
894
  const PedestrianFamily = /* @__PURE__ */ react.default.forwardRef(function PedestrianFamily({ children, size = 16, ...rest }, ref) {
545
- return react.default.createElement(require_Icon.Icon, {
895
+ return react.default.createElement(require_Icon_js, {
546
896
  width: size,
547
897
  height: size,
548
898
  ref,
@@ -554,7 +904,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
554
904
  });
555
905
  if (process.env.NODE_ENV !== "production") PedestrianFamily.propTypes = require_iconPropTypes.iconPropTypes;
556
906
  const PedestrianChild = /* @__PURE__ */ react.default.forwardRef(function PedestrianChild({ children, size = 16, ...rest }, ref) {
557
- return react.default.createElement(require_Icon.Icon, {
907
+ return react.default.createElement(require_Icon_js, {
558
908
  width: size,
559
909
  height: size,
560
910
  ref,
@@ -566,7 +916,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
566
916
  });
567
917
  if (process.env.NODE_ENV !== "production") PedestrianChild.propTypes = require_iconPropTypes.iconPropTypes;
568
918
  const Pen = /* @__PURE__ */ react.default.forwardRef(function Pen({ children, size = 16, ...rest }, ref) {
569
- return react.default.createElement(require_Icon.Icon, {
919
+ return react.default.createElement(require_Icon_js, {
570
920
  width: size,
571
921
  height: size,
572
922
  ref,
@@ -581,7 +931,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
581
931
  });
582
932
  if (process.env.NODE_ENV !== "production") Pen.propTypes = require_iconPropTypes.iconPropTypes;
583
933
  const PenFountain = /* @__PURE__ */ react.default.forwardRef(function PenFountain({ children, size = 16, ...rest }, ref) {
584
- return react.default.createElement(require_Icon.Icon, {
934
+ return react.default.createElement(require_Icon_js, {
585
935
  width: size,
586
936
  height: size,
587
937
  ref,
@@ -593,7 +943,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
593
943
  });
594
944
  if (process.env.NODE_ENV !== "production") PenFountain.propTypes = require_iconPropTypes.iconPropTypes;
595
945
  const Pending = /* @__PURE__ */ react.default.forwardRef(function Pending({ children, size = 16, ...rest }, ref) {
596
- return react.default.createElement(require_Icon.Icon, {
946
+ return react.default.createElement(require_Icon_js, {
597
947
  width: size,
598
948
  height: size,
599
949
  ref,
@@ -617,7 +967,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
617
967
  });
618
968
  if (process.env.NODE_ENV !== "production") Pending.propTypes = require_iconPropTypes.iconPropTypes;
619
969
  const PendingFilled = /* @__PURE__ */ react.default.forwardRef(function PendingFilled({ children, size = 16, ...rest }, ref) {
620
- return react.default.createElement(require_Icon.Icon, {
970
+ return react.default.createElement(require_Icon_js, {
621
971
  width: size,
622
972
  height: size,
623
973
  ref,
@@ -633,7 +983,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
633
983
  });
634
984
  if (process.env.NODE_ENV !== "production") PendingFilled.propTypes = require_iconPropTypes.iconPropTypes;
635
985
  const PentagonDownOutline = /* @__PURE__ */ react.default.forwardRef(function PentagonDownOutline({ children, size = 16, ...rest }, ref) {
636
- return react.default.createElement(require_Icon.Icon, {
986
+ return react.default.createElement(require_Icon_js, {
637
987
  width: size,
638
988
  height: size,
639
989
  ref,
@@ -648,7 +998,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
648
998
  });
649
999
  if (process.env.NODE_ENV !== "production") PentagonDownOutline.propTypes = require_iconPropTypes.iconPropTypes;
650
1000
  const PentagonDownSolid = /* @__PURE__ */ react.default.forwardRef(function PentagonDownSolid({ children, size = 16, ...rest }, ref) {
651
- return react.default.createElement(require_Icon.Icon, {
1001
+ return react.default.createElement(require_Icon_js, {
652
1002
  width: size,
653
1003
  height: size,
654
1004
  ref,
@@ -663,7 +1013,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
663
1013
  });
664
1014
  if (process.env.NODE_ENV !== "production") PentagonDownSolid.propTypes = require_iconPropTypes.iconPropTypes;
665
1015
  const PentagonLeftOutline = /* @__PURE__ */ react.default.forwardRef(function PentagonLeftOutline({ children, size = 16, ...rest }, ref) {
666
- return react.default.createElement(require_Icon.Icon, {
1016
+ return react.default.createElement(require_Icon_js, {
667
1017
  width: size,
668
1018
  height: size,
669
1019
  ref,
@@ -678,7 +1028,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
678
1028
  });
679
1029
  if (process.env.NODE_ENV !== "production") PentagonLeftOutline.propTypes = require_iconPropTypes.iconPropTypes;
680
1030
  const PentagonLeftSolid = /* @__PURE__ */ react.default.forwardRef(function PentagonLeftSolid({ children, size = 16, ...rest }, ref) {
681
- return react.default.createElement(require_Icon.Icon, {
1031
+ return react.default.createElement(require_Icon_js, {
682
1032
  width: size,
683
1033
  height: size,
684
1034
  ref,
@@ -693,7 +1043,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
693
1043
  });
694
1044
  if (process.env.NODE_ENV !== "production") PentagonLeftSolid.propTypes = require_iconPropTypes.iconPropTypes;
695
1045
  const PentagonOutline = /* @__PURE__ */ react.default.forwardRef(function PentagonOutline({ children, size = 16, ...rest }, ref) {
696
- return react.default.createElement(require_Icon.Icon, {
1046
+ return react.default.createElement(require_Icon_js, {
697
1047
  width: size,
698
1048
  height: size,
699
1049
  ref,
@@ -708,7 +1058,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
708
1058
  });
709
1059
  if (process.env.NODE_ENV !== "production") PentagonOutline.propTypes = require_iconPropTypes.iconPropTypes;
710
1060
  const PentagonRightOutline = /* @__PURE__ */ react.default.forwardRef(function PentagonRightOutline({ children, size = 16, ...rest }, ref) {
711
- return react.default.createElement(require_Icon.Icon, {
1061
+ return react.default.createElement(require_Icon_js, {
712
1062
  width: size,
713
1063
  height: size,
714
1064
  ref,
@@ -723,7 +1073,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
723
1073
  });
724
1074
  if (process.env.NODE_ENV !== "production") PentagonRightOutline.propTypes = require_iconPropTypes.iconPropTypes;
725
1075
  const PentagonRightSolid = /* @__PURE__ */ react.default.forwardRef(function PentagonRightSolid({ children, size = 16, ...rest }, ref) {
726
- return react.default.createElement(require_Icon.Icon, {
1076
+ return react.default.createElement(require_Icon_js, {
727
1077
  width: size,
728
1078
  height: size,
729
1079
  ref,
@@ -738,7 +1088,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
738
1088
  });
739
1089
  if (process.env.NODE_ENV !== "production") PentagonRightSolid.propTypes = require_iconPropTypes.iconPropTypes;
740
1090
  const PentagonSolid = /* @__PURE__ */ react.default.forwardRef(function PentagonSolid({ children, size = 16, ...rest }, ref) {
741
- return react.default.createElement(require_Icon.Icon, {
1091
+ return react.default.createElement(require_Icon_js, {
742
1092
  width: size,
743
1093
  height: size,
744
1094
  ref,
@@ -753,7 +1103,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
753
1103
  });
754
1104
  if (process.env.NODE_ENV !== "production") PentagonSolid.propTypes = require_iconPropTypes.iconPropTypes;
755
1105
  const Percentage = /* @__PURE__ */ react.default.forwardRef(function Percentage({ children, size = 16, ...rest }, ref) {
756
- return react.default.createElement(require_Icon.Icon, {
1106
+ return react.default.createElement(require_Icon_js, {
757
1107
  width: size,
758
1108
  height: size,
759
1109
  ref,
@@ -768,7 +1118,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
768
1118
  });
769
1119
  if (process.env.NODE_ENV !== "production") Percentage.propTypes = require_iconPropTypes.iconPropTypes;
770
1120
  const PercentageFilled = /* @__PURE__ */ react.default.forwardRef(function PercentageFilled({ children, size = 16, ...rest }, ref) {
771
- return react.default.createElement(require_Icon.Icon, {
1121
+ return react.default.createElement(require_Icon_js, {
772
1122
  width: size,
773
1123
  height: size,
774
1124
  ref,
@@ -783,7 +1133,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
783
1133
  });
784
1134
  if (process.env.NODE_ENV !== "production") PercentageFilled.propTypes = require_iconPropTypes.iconPropTypes;
785
1135
  const PerformAction = /* @__PURE__ */ react.default.forwardRef(function PerformAction({ children, size = 16, ...rest }, ref) {
786
- return react.default.createElement(require_Icon.Icon, {
1136
+ return react.default.createElement(require_Icon_js, {
787
1137
  width: size,
788
1138
  height: size,
789
1139
  ref,
@@ -795,7 +1145,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
795
1145
  });
796
1146
  if (process.env.NODE_ENV !== "production") PerformAction.propTypes = require_iconPropTypes.iconPropTypes;
797
1147
  const Person = /* @__PURE__ */ react.default.forwardRef(function Person({ children, size = 16, ...rest }, ref) {
798
- return react.default.createElement(require_Icon.Icon, {
1148
+ return react.default.createElement(require_Icon_js, {
799
1149
  width: size,
800
1150
  height: size,
801
1151
  ref,
@@ -807,7 +1157,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
807
1157
  });
808
1158
  if (process.env.NODE_ENV !== "production") Person.propTypes = require_iconPropTypes.iconPropTypes;
809
1159
  const PersonFavorite = /* @__PURE__ */ react.default.forwardRef(function PersonFavorite({ children, size = 16, ...rest }, ref) {
810
- return react.default.createElement(require_Icon.Icon, {
1160
+ return react.default.createElement(require_Icon_js, {
811
1161
  width: size,
812
1162
  height: size,
813
1163
  ref,
@@ -819,7 +1169,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
819
1169
  });
820
1170
  if (process.env.NODE_ENV !== "production") PersonFavorite.propTypes = require_iconPropTypes.iconPropTypes;
821
1171
  const Pest = /* @__PURE__ */ react.default.forwardRef(function Pest({ children, size = 16, ...rest }, ref) {
822
- return react.default.createElement(require_Icon.Icon, {
1172
+ return react.default.createElement(require_Icon_js, {
823
1173
  width: size,
824
1174
  height: size,
825
1175
  ref,
@@ -843,7 +1193,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
843
1193
  });
844
1194
  if (process.env.NODE_ENV !== "production") Pest.propTypes = require_iconPropTypes.iconPropTypes;
845
1195
  const WatsonHealthPetImageB = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthPetImageB({ children, size = 16, ...rest }, ref) {
846
- return react.default.createElement(require_Icon.Icon, {
1196
+ return react.default.createElement(require_Icon_js, {
847
1197
  width: size,
848
1198
  height: size,
849
1199
  ref,
@@ -867,7 +1217,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
867
1217
  });
868
1218
  if (process.env.NODE_ENV !== "production") WatsonHealthPetImageB.propTypes = require_iconPropTypes.iconPropTypes;
869
1219
  const WatsonHealthPetImageO = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthPetImageO({ children, size = 16, ...rest }, ref) {
870
- return react.default.createElement(require_Icon.Icon, {
1220
+ return react.default.createElement(require_Icon_js, {
871
1221
  width: size,
872
1222
  height: size,
873
1223
  ref,
@@ -891,7 +1241,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
891
1241
  });
892
1242
  if (process.env.NODE_ENV !== "production") WatsonHealthPetImageO.propTypes = require_iconPropTypes.iconPropTypes;
893
1243
  const Phone = /* @__PURE__ */ react.default.forwardRef(function Phone({ children, size = 16, ...rest }, ref) {
894
- return react.default.createElement(require_Icon.Icon, {
1244
+ return react.default.createElement(require_Icon_js, {
895
1245
  width: size,
896
1246
  height: size,
897
1247
  ref,
@@ -903,7 +1253,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
903
1253
  });
904
1254
  if (process.env.NODE_ENV !== "production") Phone.propTypes = require_iconPropTypes.iconPropTypes;
905
1255
  const PhoneApplication = /* @__PURE__ */ react.default.forwardRef(function PhoneApplication({ children, size = 16, ...rest }, ref) {
906
- return react.default.createElement(require_Icon.Icon, {
1256
+ return react.default.createElement(require_Icon_js, {
907
1257
  width: size,
908
1258
  height: size,
909
1259
  ref,
@@ -915,7 +1265,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
915
1265
  });
916
1266
  if (process.env.NODE_ENV !== "production") PhoneApplication.propTypes = require_iconPropTypes.iconPropTypes;
917
1267
  const PhoneBlock = /* @__PURE__ */ react.default.forwardRef(function PhoneBlock({ children, size = 16, ...rest }, ref) {
918
- return react.default.createElement(require_Icon.Icon, {
1268
+ return react.default.createElement(require_Icon_js, {
919
1269
  width: size,
920
1270
  height: size,
921
1271
  ref,
@@ -927,7 +1277,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
927
1277
  });
928
1278
  if (process.env.NODE_ENV !== "production") PhoneBlock.propTypes = require_iconPropTypes.iconPropTypes;
929
1279
  const PhoneBlockFilled = /* @__PURE__ */ react.default.forwardRef(function PhoneBlockFilled({ children, size = 16, ...rest }, ref) {
930
- return react.default.createElement(require_Icon.Icon, {
1280
+ return react.default.createElement(require_Icon_js, {
931
1281
  width: size,
932
1282
  height: size,
933
1283
  ref,
@@ -939,7 +1289,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
939
1289
  });
940
1290
  if (process.env.NODE_ENV !== "production") PhoneBlockFilled.propTypes = require_iconPropTypes.iconPropTypes;
941
1291
  const PhoneFilled = /* @__PURE__ */ react.default.forwardRef(function PhoneFilled({ children, size = 16, ...rest }, ref) {
942
- return react.default.createElement(require_Icon.Icon, {
1292
+ return react.default.createElement(require_Icon_js, {
943
1293
  width: size,
944
1294
  height: size,
945
1295
  ref,
@@ -951,7 +1301,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
951
1301
  });
952
1302
  if (process.env.NODE_ENV !== "production") PhoneFilled.propTypes = require_iconPropTypes.iconPropTypes;
953
1303
  const PhoneIncoming = /* @__PURE__ */ react.default.forwardRef(function PhoneIncoming({ children, size = 16, ...rest }, ref) {
954
- return react.default.createElement(require_Icon.Icon, {
1304
+ return react.default.createElement(require_Icon_js, {
955
1305
  width: size,
956
1306
  height: size,
957
1307
  ref,
@@ -963,7 +1313,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
963
1313
  });
964
1314
  if (process.env.NODE_ENV !== "production") PhoneIncoming.propTypes = require_iconPropTypes.iconPropTypes;
965
1315
  const PhoneIncomingFilled = /* @__PURE__ */ react.default.forwardRef(function PhoneIncomingFilled({ children, size = 16, ...rest }, ref) {
966
- return react.default.createElement(require_Icon.Icon, {
1316
+ return react.default.createElement(require_Icon_js, {
967
1317
  width: size,
968
1318
  height: size,
969
1319
  ref,
@@ -975,7 +1325,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
975
1325
  });
976
1326
  if (process.env.NODE_ENV !== "production") PhoneIncomingFilled.propTypes = require_iconPropTypes.iconPropTypes;
977
1327
  const PhoneIp = /* @__PURE__ */ react.default.forwardRef(function PhoneIp({ children, size = 16, ...rest }, ref) {
978
- return react.default.createElement(require_Icon.Icon, {
1328
+ return react.default.createElement(require_Icon_js, {
979
1329
  width: size,
980
1330
  height: size,
981
1331
  ref,
@@ -987,7 +1337,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
987
1337
  });
988
1338
  if (process.env.NODE_ENV !== "production") PhoneIp.propTypes = require_iconPropTypes.iconPropTypes;
989
1339
  const PhoneOff = /* @__PURE__ */ react.default.forwardRef(function PhoneOff({ children, size = 16, ...rest }, ref) {
990
- return react.default.createElement(require_Icon.Icon, {
1340
+ return react.default.createElement(require_Icon_js, {
991
1341
  width: size,
992
1342
  height: size,
993
1343
  ref,
@@ -999,7 +1349,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
999
1349
  });
1000
1350
  if (process.env.NODE_ENV !== "production") PhoneOff.propTypes = require_iconPropTypes.iconPropTypes;
1001
1351
  const PhoneOffFilled = /* @__PURE__ */ react.default.forwardRef(function PhoneOffFilled({ children, size = 16, ...rest }, ref) {
1002
- return react.default.createElement(require_Icon.Icon, {
1352
+ return react.default.createElement(require_Icon_js, {
1003
1353
  width: size,
1004
1354
  height: size,
1005
1355
  ref,
@@ -1011,7 +1361,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1011
1361
  });
1012
1362
  if (process.env.NODE_ENV !== "production") PhoneOffFilled.propTypes = require_iconPropTypes.iconPropTypes;
1013
1363
  const PhoneOutgoing = /* @__PURE__ */ react.default.forwardRef(function PhoneOutgoing({ children, size = 16, ...rest }, ref) {
1014
- return react.default.createElement(require_Icon.Icon, {
1364
+ return react.default.createElement(require_Icon_js, {
1015
1365
  width: size,
1016
1366
  height: size,
1017
1367
  ref,
@@ -1023,7 +1373,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1023
1373
  });
1024
1374
  if (process.env.NODE_ENV !== "production") PhoneOutgoing.propTypes = require_iconPropTypes.iconPropTypes;
1025
1375
  const PhoneOutgoingFilled = /* @__PURE__ */ react.default.forwardRef(function PhoneOutgoingFilled({ children, size = 16, ...rest }, ref) {
1026
- return react.default.createElement(require_Icon.Icon, {
1376
+ return react.default.createElement(require_Icon_js, {
1027
1377
  width: size,
1028
1378
  height: size,
1029
1379
  ref,
@@ -1035,7 +1385,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1035
1385
  });
1036
1386
  if (process.env.NODE_ENV !== "production") PhoneOutgoingFilled.propTypes = require_iconPropTypes.iconPropTypes;
1037
1387
  const PhoneSettings = /* @__PURE__ */ react.default.forwardRef(function PhoneSettings({ children, size = 16, ...rest }, ref) {
1038
- return react.default.createElement(require_Icon.Icon, {
1388
+ return react.default.createElement(require_Icon_js, {
1039
1389
  width: size,
1040
1390
  height: size,
1041
1391
  ref,
@@ -1047,7 +1397,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1047
1397
  });
1048
1398
  if (process.env.NODE_ENV !== "production") PhoneSettings.propTypes = require_iconPropTypes.iconPropTypes;
1049
1399
  const PhoneVoice = /* @__PURE__ */ react.default.forwardRef(function PhoneVoice({ children, size = 16, ...rest }, ref) {
1050
- return react.default.createElement(require_Icon.Icon, {
1400
+ return react.default.createElement(require_Icon_js, {
1051
1401
  width: size,
1052
1402
  height: size,
1053
1403
  ref,
@@ -1059,7 +1409,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1059
1409
  });
1060
1410
  if (process.env.NODE_ENV !== "production") PhoneVoice.propTypes = require_iconPropTypes.iconPropTypes;
1061
1411
  const PhoneVoiceFilled = /* @__PURE__ */ react.default.forwardRef(function PhoneVoiceFilled({ children, size = 16, ...rest }, ref) {
1062
- return react.default.createElement(require_Icon.Icon, {
1412
+ return react.default.createElement(require_Icon_js, {
1063
1413
  width: size,
1064
1414
  height: size,
1065
1415
  ref,
@@ -1071,7 +1421,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1071
1421
  });
1072
1422
  if (process.env.NODE_ENV !== "production") PhoneVoiceFilled.propTypes = require_iconPropTypes.iconPropTypes;
1073
1423
  const PhraseSentiment = /* @__PURE__ */ react.default.forwardRef(function PhraseSentiment({ children, size = 16, ...rest }, ref) {
1074
- return react.default.createElement(require_Icon.Icon, {
1424
+ return react.default.createElement(require_Icon_js, {
1075
1425
  width: size,
1076
1426
  height: size,
1077
1427
  ref,
@@ -1083,7 +1433,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1083
1433
  });
1084
1434
  if (process.env.NODE_ENV !== "production") PhraseSentiment.propTypes = require_iconPropTypes.iconPropTypes;
1085
1435
  const PicnicArea = /* @__PURE__ */ react.default.forwardRef(function PicnicArea({ children, size = 16, ...rest }, ref) {
1086
- return react.default.createElement(require_Icon.Icon, {
1436
+ return react.default.createElement(require_Icon_js, {
1087
1437
  width: size,
1088
1438
  height: size,
1089
1439
  ref,
@@ -1095,7 +1445,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1095
1445
  });
1096
1446
  if (process.env.NODE_ENV !== "production") PicnicArea.propTypes = require_iconPropTypes.iconPropTypes;
1097
1447
  const PiggyBank = /* @__PURE__ */ react.default.forwardRef(function PiggyBank({ children, size = 16, ...rest }, ref) {
1098
- return react.default.createElement(require_Icon.Icon, {
1448
+ return react.default.createElement(require_Icon_js, {
1099
1449
  width: size,
1100
1450
  height: size,
1101
1451
  ref,
@@ -1107,7 +1457,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1107
1457
  });
1108
1458
  if (process.env.NODE_ENV !== "production") PiggyBank.propTypes = require_iconPropTypes.iconPropTypes;
1109
1459
  const PiggyBankSlot = /* @__PURE__ */ react.default.forwardRef(function PiggyBankSlot({ children, size = 16, ...rest }, ref) {
1110
- return react.default.createElement(require_Icon.Icon, {
1460
+ return react.default.createElement(require_Icon_js, {
1111
1461
  width: size,
1112
1462
  height: size,
1113
1463
  ref,
@@ -1119,7 +1469,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1119
1469
  });
1120
1470
  if (process.env.NODE_ENV !== "production") PiggyBankSlot.propTypes = require_iconPropTypes.iconPropTypes;
1121
1471
  const Pills = /* @__PURE__ */ react.default.forwardRef(function Pills({ children, size = 16, ...rest }, ref) {
1122
- return react.default.createElement(require_Icon.Icon, {
1472
+ return react.default.createElement(require_Icon_js, {
1123
1473
  width: size,
1124
1474
  height: size,
1125
1475
  ref,
@@ -1131,7 +1481,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1131
1481
  });
1132
1482
  if (process.env.NODE_ENV !== "production") Pills.propTypes = require_iconPropTypes.iconPropTypes;
1133
1483
  const PillsAdd = /* @__PURE__ */ react.default.forwardRef(function PillsAdd({ children, size = 16, ...rest }, ref) {
1134
- return react.default.createElement(require_Icon.Icon, {
1484
+ return react.default.createElement(require_Icon_js, {
1135
1485
  width: size,
1136
1486
  height: size,
1137
1487
  ref,
@@ -1143,7 +1493,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1143
1493
  });
1144
1494
  if (process.env.NODE_ENV !== "production") PillsAdd.propTypes = require_iconPropTypes.iconPropTypes;
1145
1495
  const PillsSubtract = /* @__PURE__ */ react.default.forwardRef(function PillsSubtract({ children, size = 16, ...rest }, ref) {
1146
- return react.default.createElement(require_Icon.Icon, {
1496
+ return react.default.createElement(require_Icon_js, {
1147
1497
  width: size,
1148
1498
  height: size,
1149
1499
  ref,
@@ -1155,7 +1505,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1155
1505
  });
1156
1506
  if (process.env.NODE_ENV !== "production") PillsSubtract.propTypes = require_iconPropTypes.iconPropTypes;
1157
1507
  const Pin = /* @__PURE__ */ react.default.forwardRef(function Pin({ children, size = 16, ...rest }, ref) {
1158
- return react.default.createElement(require_Icon.Icon, {
1508
+ return react.default.createElement(require_Icon_js, {
1159
1509
  width: size,
1160
1510
  height: size,
1161
1511
  ref,
@@ -1167,7 +1517,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1167
1517
  });
1168
1518
  if (process.env.NODE_ENV !== "production") Pin.propTypes = require_iconPropTypes.iconPropTypes;
1169
1519
  const PinFilled = /* @__PURE__ */ react.default.forwardRef(function PinFilled({ children, size = 16, ...rest }, ref) {
1170
- return react.default.createElement(require_Icon.Icon, {
1520
+ return react.default.createElement(require_Icon_js, {
1171
1521
  width: size,
1172
1522
  height: size,
1173
1523
  ref,
@@ -1179,7 +1529,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1179
1529
  });
1180
1530
  if (process.env.NODE_ENV !== "production") PinFilled.propTypes = require_iconPropTypes.iconPropTypes;
1181
1531
  const Pipelines = /* @__PURE__ */ react.default.forwardRef(function Pipelines({ children, size = 16, ...rest }, ref) {
1182
- return react.default.createElement(require_Icon.Icon, {
1532
+ return react.default.createElement(require_Icon_js, {
1183
1533
  width: size,
1184
1534
  height: size,
1185
1535
  ref,
@@ -1191,7 +1541,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1191
1541
  });
1192
1542
  if (process.env.NODE_ENV !== "production") Pipelines.propTypes = require_iconPropTypes.iconPropTypes;
1193
1543
  const PivotHorizontal = /* @__PURE__ */ react.default.forwardRef(function PivotHorizontal({ children, size = 16, ...rest }, ref) {
1194
- return react.default.createElement(require_Icon.Icon, {
1544
+ return react.default.createElement(require_Icon_js, {
1195
1545
  width: size,
1196
1546
  height: size,
1197
1547
  ref,
@@ -1203,7 +1553,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1203
1553
  });
1204
1554
  if (process.env.NODE_ENV !== "production") PivotHorizontal.propTypes = require_iconPropTypes.iconPropTypes;
1205
1555
  const PivotVertical = /* @__PURE__ */ react.default.forwardRef(function PivotVertical({ children, size = 16, ...rest }, ref) {
1206
- return react.default.createElement(require_Icon.Icon, {
1556
+ return react.default.createElement(require_Icon_js, {
1207
1557
  width: size,
1208
1558
  height: size,
1209
1559
  ref,
@@ -1215,7 +1565,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1215
1565
  });
1216
1566
  if (process.env.NODE_ENV !== "production") PivotVertical.propTypes = require_iconPropTypes.iconPropTypes;
1217
1567
  const Plan = /* @__PURE__ */ react.default.forwardRef(function Plan({ children, size = 16, ...rest }, ref) {
1218
- return react.default.createElement(require_Icon.Icon, {
1568
+ return react.default.createElement(require_Icon_js, {
1219
1569
  width: size,
1220
1570
  height: size,
1221
1571
  ref,
@@ -1227,7 +1577,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1227
1577
  });
1228
1578
  if (process.env.NODE_ENV !== "production") Plan.propTypes = require_iconPropTypes.iconPropTypes;
1229
1579
  const Plane = /* @__PURE__ */ react.default.forwardRef(function Plane({ children, size = 16, ...rest }, ref) {
1230
- return react.default.createElement(require_Icon.Icon, {
1580
+ return react.default.createElement(require_Icon_js, {
1231
1581
  width: size,
1232
1582
  height: size,
1233
1583
  ref,
@@ -1239,7 +1589,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1239
1589
  });
1240
1590
  if (process.env.NODE_ENV !== "production") Plane.propTypes = require_iconPropTypes.iconPropTypes;
1241
1591
  const PlanePrivate = /* @__PURE__ */ react.default.forwardRef(function PlanePrivate({ children, size = 16, ...rest }, ref) {
1242
- return react.default.createElement(require_Icon.Icon, {
1592
+ return react.default.createElement(require_Icon_js, {
1243
1593
  width: size,
1244
1594
  height: size,
1245
1595
  ref,
@@ -1251,7 +1601,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1251
1601
  });
1252
1602
  if (process.env.NODE_ENV !== "production") PlanePrivate.propTypes = require_iconPropTypes.iconPropTypes;
1253
1603
  const PlaneSea = /* @__PURE__ */ react.default.forwardRef(function PlaneSea({ children, size = 16, ...rest }, ref) {
1254
- return react.default.createElement(require_Icon.Icon, {
1604
+ return react.default.createElement(require_Icon_js, {
1255
1605
  width: size,
1256
1606
  height: size,
1257
1607
  ref,
@@ -1263,7 +1613,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1263
1613
  });
1264
1614
  if (process.env.NODE_ENV !== "production") PlaneSea.propTypes = require_iconPropTypes.iconPropTypes;
1265
1615
  const PlatformAutomation = /* @__PURE__ */ react.default.forwardRef(function PlatformAutomation({ children, size = 16, ...rest }, ref) {
1266
- return react.default.createElement(require_Icon.Icon, {
1616
+ return react.default.createElement(require_Icon_js, {
1267
1617
  width: size,
1268
1618
  height: size,
1269
1619
  ref,
@@ -1275,7 +1625,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1275
1625
  });
1276
1626
  if (process.env.NODE_ENV !== "production") PlatformAutomation.propTypes = require_iconPropTypes.iconPropTypes;
1277
1627
  const Platforms = /* @__PURE__ */ react.default.forwardRef(function Platforms({ children, size = 16, ...rest }, ref) {
1278
- return react.default.createElement(require_Icon.Icon, {
1628
+ return react.default.createElement(require_Icon_js, {
1279
1629
  width: size,
1280
1630
  height: size,
1281
1631
  ref,
@@ -1287,7 +1637,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1287
1637
  });
1288
1638
  if (process.env.NODE_ENV !== "production") Platforms.propTypes = require_iconPropTypes.iconPropTypes;
1289
1639
  const Play = /* @__PURE__ */ react.default.forwardRef(function Play({ children, size = 16, ...rest }, ref) {
1290
- if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
1640
+ if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
1291
1641
  width: size,
1292
1642
  height: size,
1293
1643
  ref,
@@ -1296,7 +1646,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1296
1646
  fill: "currentColor",
1297
1647
  ...rest
1298
1648
  }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3.5,14C3.2,14,3,13.8,3,13.5v-11c0-0.2,0.1-0.3,0.2-0.4C3.4,2,3.6,2,3.8,2.1l9.5,5.5c0.2,0.1,0.3,0.4,0.2,0.7 c0,0.1-0.1,0.1-0.2,0.2l-9.5,5.5C3.7,14,3.6,14,3.5,14z M4,3.4v9.3L12,8L4,3.4z" }), children);
1299
- return react.default.createElement(require_Icon.Icon, {
1649
+ return react.default.createElement(require_Icon_js, {
1300
1650
  width: size,
1301
1651
  height: size,
1302
1652
  ref,
@@ -1308,7 +1658,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1308
1658
  });
1309
1659
  if (process.env.NODE_ENV !== "production") Play.propTypes = require_iconPropTypes.iconPropTypes;
1310
1660
  const PlayFilled = /* @__PURE__ */ react.default.forwardRef(function PlayFilled({ children, size = 16, ...rest }, ref) {
1311
- if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
1661
+ if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
1312
1662
  width: size,
1313
1663
  height: size,
1314
1664
  ref,
@@ -1317,7 +1667,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1317
1667
  fill: "currentColor",
1318
1668
  ...rest
1319
1669
  }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M11.7,8.4l-5.5,3c-0.2,0.1-0.3,0.1-0.5,0c-0.2-0.1-0.2-0.3-0.2-0.4V5 c0-0.2,0.1-0.3,0.2-0.4c0.2-0.1,0.3-0.1,0.5,0l5.5,3C12,7.7,12.1,8,11.9,8.2C11.9,8.3,11.8,8.4,11.7,8.4L11.7,8.4z" }), children);
1320
- return react.default.createElement(require_Icon.Icon, {
1670
+ return react.default.createElement(require_Icon_js, {
1321
1671
  width: size,
1322
1672
  height: size,
1323
1673
  ref,
@@ -1332,7 +1682,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1332
1682
  });
1333
1683
  if (process.env.NODE_ENV !== "production") PlayFilled.propTypes = require_iconPropTypes.iconPropTypes;
1334
1684
  const PlayFilledAlt = /* @__PURE__ */ react.default.forwardRef(function PlayFilledAlt({ children, size = 16, ...rest }, ref) {
1335
- return react.default.createElement(require_Icon.Icon, {
1685
+ return react.default.createElement(require_Icon_js, {
1336
1686
  width: size,
1337
1687
  height: size,
1338
1688
  ref,
@@ -1344,7 +1694,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1344
1694
  });
1345
1695
  if (process.env.NODE_ENV !== "production") PlayFilledAlt.propTypes = require_iconPropTypes.iconPropTypes;
1346
1696
  const PlayOutline = /* @__PURE__ */ react.default.forwardRef(function PlayOutline({ children, size = 16, ...rest }, ref) {
1347
- if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
1697
+ if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
1348
1698
  width: size,
1349
1699
  height: size,
1350
1700
  ref,
@@ -1353,7 +1703,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1353
1703
  fill: "currentColor",
1354
1704
  ...rest
1355
1705
  }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,2c3.3,0,6,2.7,6,6s-2.7,6-6,6s-6-2.7-6-6S4.7,2,8,2 M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,11.5c-0.1,0-0.2,0-0.3-0.1c-0.2-0.1-0.2-0.3-0.2-0.4V5c0-0.2,0.1-0.3,0.2-0.4c0.2-0.1,0.3-0.1,0.5,0l5.5,3 C12,7.7,12.1,8,11.9,8.2c0,0.1-0.1,0.2-0.2,0.2l-5.5,3C6.2,11.5,6.1,11.5,6,11.5z M6.5,5.8v4.3l4-2.2L6.5,5.8z" }), children);
1356
- return react.default.createElement(require_Icon.Icon, {
1706
+ return react.default.createElement(require_Icon_js, {
1357
1707
  width: size,
1358
1708
  height: size,
1359
1709
  ref,
@@ -1365,7 +1715,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1365
1715
  });
1366
1716
  if (process.env.NODE_ENV !== "production") PlayOutline.propTypes = require_iconPropTypes.iconPropTypes;
1367
1717
  const PlayOutlineFilled = /* @__PURE__ */ react.default.forwardRef(function PlayOutlineFilled({ children, size = 16, ...rest }, ref) {
1368
- if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
1718
+ if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
1369
1719
  width: size,
1370
1720
  height: size,
1371
1721
  ref,
@@ -1374,7 +1724,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1374
1724
  fill: "currentColor",
1375
1725
  ...rest
1376
1726
  }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M11.7,8.4l-5.5,3c-0.2,0.1-0.3,0.1-0.5,0c-0.2-0.1-0.2-0.3-0.2-0.4V5 c0-0.2,0.1-0.3,0.2-0.4c0.2-0.1,0.3-0.1,0.5,0l5.5,3C12,7.7,12.1,8,11.9,8.2C11.9,8.3,11.8,8.4,11.7,8.4L11.7,8.4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6.5 10.2 10.5 8 6.5 5.8z" }), children);
1377
- return react.default.createElement(require_Icon.Icon, {
1727
+ return react.default.createElement(require_Icon_js, {
1378
1728
  width: size,
1379
1729
  height: size,
1380
1730
  ref,
@@ -1389,7 +1739,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1389
1739
  });
1390
1740
  if (process.env.NODE_ENV !== "production") PlayOutlineFilled.propTypes = require_iconPropTypes.iconPropTypes;
1391
1741
  const Playlist = /* @__PURE__ */ react.default.forwardRef(function Playlist({ children, size = 16, ...rest }, ref) {
1392
- return react.default.createElement(require_Icon.Icon, {
1742
+ return react.default.createElement(require_Icon_js, {
1393
1743
  width: size,
1394
1744
  height: size,
1395
1745
  ref,
@@ -1401,7 +1751,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1401
1751
  });
1402
1752
  if (process.env.NODE_ENV !== "production") Playlist.propTypes = require_iconPropTypes.iconPropTypes;
1403
1753
  const Pli = /* @__PURE__ */ react.default.forwardRef(function Pli({ children, size = 16, ...rest }, ref) {
1404
- return react.default.createElement(require_Icon.Icon, {
1754
+ return react.default.createElement(require_Icon_js, {
1405
1755
  width: size,
1406
1756
  height: size,
1407
1757
  ref,
@@ -1412,325 +1762,27 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1412
1762
  }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,9h8v2h-3v10h3v2h-8v-2h3v-10h-3v-2ZM14,21v-12h-2v14h8v-2h-6ZM4,18h4c1.103,0,2-.897,2-2v-5c0-1.103-.897-2-2-2H2v14h2v-5ZM4,10.9985h4v5.0015h-4v-5.0015Z" }), children);
1413
1763
  });
1414
1764
  if (process.env.NODE_ENV !== "production") Pli.propTypes = require_iconPropTypes.iconPropTypes;
1415
- const Plug = /* @__PURE__ */ react.default.forwardRef(function Plug({ children, size = 16, ...rest }, ref) {
1416
- return react.default.createElement(require_Icon.Icon, {
1417
- width: size,
1418
- height: size,
1419
- ref,
1420
- xmlns: "http://www.w3.org/2000/svg",
1421
- viewBox: "0 0 32 32",
1422
- fill: "currentColor",
1423
- ...rest
1424
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,8H21V2H19V8H13V2H11V8H10a2,2,0,0,0-2,2v6a8.0073,8.0073,0,0,0,7,7.9307V30h2V23.9307A8.0073,8.0073,0,0,0,24,16V10A2,2,0,0,0,22,8Zm0,8a6,6,0,0,1-12,0V10H22Z" }), children);
1425
- });
1426
- if (process.env.NODE_ENV !== "production") Plug.propTypes = require_iconPropTypes.iconPropTypes;
1427
- const PlugFilled = /* @__PURE__ */ react.default.forwardRef(function PlugFilled({ children, size = 16, ...rest }, ref) {
1428
- return react.default.createElement(require_Icon.Icon, {
1429
- width: size,
1430
- height: size,
1431
- ref,
1432
- xmlns: "http://www.w3.org/2000/svg",
1433
- viewBox: "0 0 32 32",
1434
- fill: "currentColor",
1435
- ...rest
1436
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,8H21V2H19V8H13V2H11V8H10a2,2,0,0,0-2,2v6a8.0073,8.0073,0,0,0,7,7.9307V30h2V23.9307A8.0073,8.0073,0,0,0,24,16V10A2,2,0,0,0,22,8Z" }), children);
1437
- });
1438
- if (process.env.NODE_ENV !== "production") PlugFilled.propTypes = require_iconPropTypes.iconPropTypes;
1439
- const Png = /* @__PURE__ */ react.default.forwardRef(function Png({ children, size = 16, ...rest }, ref) {
1440
- return react.default.createElement(require_Icon.Icon, {
1441
- width: size,
1442
- height: size,
1443
- ref,
1444
- xmlns: "http://www.w3.org/2000/svg",
1445
- viewBox: "0 0 32 32",
1446
- fill: "currentColor",
1447
- ...rest
1448
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,23H24a2,2,0,0,1-2-2V11a2,2,0,0,1,2-2h6v2H24V21h4V17H26V15h4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 19 14.32 9 12 9 12 23 14 23 14 13 17.68 23 20 23 20 9 18 9 18 19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,23H2V9H8a2,2,0,0,1,2,2v5a2,2,0,0,1-2,2H4Zm0-7H8V11H4Z" }), children);
1449
- });
1450
- if (process.env.NODE_ENV !== "production") Png.propTypes = require_iconPropTypes.iconPropTypes;
1451
- const Point = /* @__PURE__ */ react.default.forwardRef(function Point({ children, size = 16, ...rest }, ref) {
1452
- return react.default.createElement(require_Icon.Icon, {
1453
- width: size,
1454
- height: size,
1455
- ref,
1456
- xmlns: "http://www.w3.org/2000/svg",
1457
- viewBox: "0 0 32 32",
1458
- fill: "currentColor",
1459
- ...rest
1460
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.0009,13c-.5165.0019-1.0234.1398-1.4696.4-.5478-.8691-1.5021-1.3974-2.5293-1.4-.5165.0019-1.0234.1398-1.4696.4-.749-1.1788-2.2121-1.6847-3.529-1.22v-5.18h0c0-1.6569-1.3427-3-2.9991-3s-2.9991,1.3431-2.9991,3v11.1l-2.2293-1.52h0c-.5111-.3807-1.1323-.5843-1.7695-.58-1.6564-.0041-3.0024,1.3357-3.0065,2.9926-.002.8025.3175,1.5723.8871,2.1374l7.9976,7.3c1.1323,1.0137,2.5992,1.5729,4.1188,1.57h4.9985c3.8648,0,6.9979-3.134,6.9979-7v-6c0-1.6569-1.3427-3-2.9991-3h.0002ZM26.0006,22c0,2.7614-2.2379,5-4.9985,5h-4.9985c-1.0105.0122-1.991-.3432-2.7592-1l-7.9476-7.3c-.1847-.1863-.2888-.4377-.2899-.7,0-.5523.4476-1,.9997-1,.2163,0,.4268.0702.5998.2l5.3984,3.7V6c0-.5523.4476-1,.9997-1s.9997.4477.9997,1h0v11h1.9994v-3c0-.5523.4476-1,.9997-1s.9997.4477.9997,1v3h1.9994v-2c0-.5523.4476-1,.9997-1s.9997.4477.9997,1v2h1.9994v-1c0-.5523.4476-1,.9997-1s.9997.4477.9997,1v6Z" }), children);
1461
- });
1462
- if (process.env.NODE_ENV !== "production") Point.propTypes = require_iconPropTypes.iconPropTypes;
1463
- const PointOfPresence = /* @__PURE__ */ react.default.forwardRef(function PointOfPresence({ children, size = 16, ...rest }, ref) {
1464
- return react.default.createElement(require_Icon.Icon, {
1465
- width: size,
1466
- height: size,
1467
- ref,
1468
- xmlns: "http://www.w3.org/2000/svg",
1469
- viewBox: "0 0 32 32",
1470
- fill: "currentColor",
1471
- ...rest
1472
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,30H18a2.0021,2.0021,0,0,1-2-2V18a2.0021,2.0021,0,0,1,2-2h2v2H18V28H28V18H26V16h2a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,28,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,16H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H14a2.0021,2.0021,0,0,1,2,2V6H14V4H4V14H14V12h2v2A2.0021,2.0021,0,0,1,14,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,9a2.9926,2.9926,0,0,0-5.8157-1H9v2H20.1843A2.9939,2.9939,0,0,0,22,11.8154V23h2V11.8159A2.9958,2.9958,0,0,0,26,9Zm-3,1a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,23,10Z" }), children);
1473
- });
1474
- if (process.env.NODE_ENV !== "production") PointOfPresence.propTypes = require_iconPropTypes.iconPropTypes;
1475
- const WatsonHealthPointerText = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthPointerText({ children, size = 16, ...rest }, ref) {
1476
- return react.default.createElement(require_Icon.Icon, {
1477
- width: size,
1478
- height: size,
1479
- ref,
1480
- xmlns: "http://www.w3.org/2000/svg",
1481
- viewBox: "0 0 32 32",
1482
- fill: "currentColor",
1483
- ...rest
1484
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13.71 12.29 7.41 6 13 6 13 4 4 4 4 13 6 13 6 7.41 12.29 13.71 13.71 12.29z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,30H12a2,2,0,0,1-2-2V18h2V28H28V12H18V10H28a2,2,0,0,1,2,2V28A2,2,0,0,1,28,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,15H17v2h5v2H18a2,2,0,0,0-2,2v2a2,2,0,0,0,2,2h6V17A2,2,0,0,0,22,15Zm0,8H18V21h4Z" }), children);
1485
- });
1486
- if (process.env.NODE_ENV !== "production") WatsonHealthPointerText.propTypes = require_iconPropTypes.iconPropTypes;
1487
- const Police = /* @__PURE__ */ react.default.forwardRef(function Police({ children, size = 16, ...rest }, ref) {
1488
- return react.default.createElement(require_Icon.Icon, {
1489
- width: size,
1490
- height: size,
1491
- ref,
1492
- xmlns: "http://www.w3.org/2000/svg",
1493
- viewBox: "0 0 32 32",
1494
- fill: "currentColor",
1495
- ...rest
1496
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 24H12V30H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,20H7a3.0033,3.0033,0,0,1-3-3V6H2V17a5.0059,5.0059,0,0,0,5,5H21a4.9419,4.9419,0,0,1,2.105.481L17,28.5859,18.4141,30l6.3071-6.3071A4.96,4.96,0,0,1,26,27v3h2V27A7.0078,7.0078,0,0,0,21,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.2746,4.0386l-7-2a1.0013,1.0013,0,0,0-.55,0l-7,2A.9993.9993,0,0,0,10.03,5.2422L11,9.123V11A7,7,0,1,0,25,11V9.123l.97-3.8808A.9993.9993,0,0,0,25.2746,4.0386ZM18,4.04l5.7952,1.6558L23.219,8H19V6H17V8H12.781l-.5762-2.3042ZM18,16a5.0058,5.0058,0,0,1-5-5V10H23v1A5.0058,5.0058,0,0,1,18,16Z" }), children);
1497
- });
1498
- if (process.env.NODE_ENV !== "production") Police.propTypes = require_iconPropTypes.iconPropTypes;
1499
- const Policy = /* @__PURE__ */ react.default.forwardRef(function Policy({ children, size = 16, ...rest }, ref) {
1500
- return react.default.createElement(require_Icon.Icon, {
1501
- width: size,
1502
- height: size,
1503
- ref,
1504
- xmlns: "http://www.w3.org/2000/svg",
1505
- viewBox: "0 0 32 32",
1506
- fill: "currentColor",
1507
- ...rest
1508
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,18A6,6,0,1,0,20,22.46v7.54l4-1.8926,4,1.8926V22.46A5.98,5.98,0,0,0,30,18Zm-4,8.84-2-.9467L22,26.84V23.65a5.8877,5.8877,0,0,0,4,0ZM24,22a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,24,22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 14H16V16H9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 8H19V10H9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,30a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V8H22V4H6V28H16v2Z" }), children);
1509
- });
1510
- if (process.env.NODE_ENV !== "production") Policy.propTypes = require_iconPropTypes.iconPropTypes;
1511
- const PopIn = /* @__PURE__ */ react.default.forwardRef(function PopIn({ children, size = 16, ...rest }, ref) {
1512
- return react.default.createElement(require_Icon.Icon, {
1513
- width: size,
1514
- height: size,
1515
- ref,
1516
- xmlns: "http://www.w3.org/2000/svg",
1517
- viewBox: "0 0 32 32",
1518
- fill: "currentColor",
1519
- ...rest
1520
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,28H6c-1.1025,0-2-.8975-2-2V6c0-1.1025.8975-2,2-2h8v2H6v20h20v-8.0267h2v8.0267c0,1.1025-.8975,2-2,2ZM28,14v-2l-6.586-.0266L30,3.3875l-1.4142-1.4142-8.5861,8.586.0003-6.5593h-2v10l9.9999-.0269v.0269Z" }), children);
1521
- });
1522
- if (process.env.NODE_ENV !== "production") PopIn.propTypes = require_iconPropTypes.iconPropTypes;
1523
- const Popup = /* @__PURE__ */ react.default.forwardRef(function Popup({ children, size = 16, ...rest }, ref) {
1524
- return react.default.createElement(require_Icon.Icon, {
1525
- width: size,
1526
- height: size,
1527
- ref,
1528
- xmlns: "http://www.w3.org/2000/svg",
1529
- viewBox: "0 0 32 32",
1530
- fill: "currentColor",
1531
- ...rest
1532
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,4H10A2.0059,2.0059,0,0,0,8,6V20a2.0059,2.0059,0,0,0,2,2H28a2.0059,2.0059,0,0,0,2-2V6A2.0059,2.0059,0,0,0,28,4Zm0,16H10V6H28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,26H4V16H6V14H4a2.0059,2.0059,0,0,0-2,2V26a2.0059,2.0059,0,0,0,2,2H18a2.0059,2.0059,0,0,0,2-2V24H18Z" }), children);
1533
- });
1534
- if (process.env.NODE_ENV !== "production") Popup.propTypes = require_iconPropTypes.iconPropTypes;
1535
- const PortDefinition = /* @__PURE__ */ react.default.forwardRef(function PortDefinition({ children, size = 16, ...rest }, ref) {
1536
- return react.default.createElement(require_Icon.Icon, {
1537
- width: size,
1538
- height: size,
1539
- ref,
1540
- xmlns: "http://www.w3.org/2000/svg",
1541
- viewBox: "0 0 32 32",
1542
- fill: "currentColor",
1543
- ...rest
1544
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1545
- strokeWidth: "0",
1546
- d: "m19,7v-3.3999c0-.8837-.7164-1.6001-1.6001-1.6001H4v2h13v3h-6c-1.1046,0-2,.8954-2,2v14c0,1.1046.8954,2,2,2h6v3H4v2h13.3999c.8837,0,1.6001-.7164,1.6001-1.6001v-3.3999h6c1.1046,0,2-.8954,2-2v-14c0-1.1046-.8954-2-2-2h-6Zm6,16h-14v-14h14v14Z"
1547
- }), children);
1548
- });
1549
- if (process.env.NODE_ENV !== "production") PortDefinition.propTypes = require_iconPropTypes.iconPropTypes;
1550
- const PortInput = /* @__PURE__ */ react.default.forwardRef(function PortInput({ children, size = 16, ...rest }, ref) {
1551
- return react.default.createElement(require_Icon.Icon, {
1552
- width: size,
1553
- height: size,
1554
- ref,
1555
- xmlns: "http://www.w3.org/2000/svg",
1556
- viewBox: "0 0 32 32",
1557
- fill: "currentColor",
1558
- ...rest
1559
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,28c-3.5928,0-6.9666-1.5903-9.2566-4.3632l1.542-1.2737c1.9087,2.3113,4.7207,3.6368,7.7146,3.6368,5.5139,0,10-4.486,10-10s-4.4861-10-10-10c-2.9939,0-5.8059,1.3256-7.7146,3.6368l-1.542-1.2737c2.29-2.7728,5.6638-4.3632,9.2566-4.3632,6.6169,0,12,5.3832,12,12s-5.3831,12-12,12Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23 16 16 9 14.5859 10.4141 19.1719 15 2 15 2 17 19.1719 17 14.5859 21.5859 16 23 23 16z" }), children);
1560
- });
1561
- if (process.env.NODE_ENV !== "production") PortInput.propTypes = require_iconPropTypes.iconPropTypes;
1562
- const PortOutput = /* @__PURE__ */ react.default.forwardRef(function PortOutput({ children, size = 16, ...rest }, ref) {
1563
- return react.default.createElement(require_Icon.Icon, {
1564
- width: size,
1565
- height: size,
1566
- ref,
1567
- xmlns: "http://www.w3.org/2000/svg",
1568
- viewBox: "0 0 32 32",
1569
- fill: "currentColor",
1570
- ...rest
1571
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 16 23 9 21.5859 10.4141 26.1719 15 9 15 9 17 26.1719 17 21.5859 21.5859 23 23 30 16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,28c-6.6167,0-12-5.3832-12-12S7.3833,4,14,4c2.335,0,4.5986,.6714,6.5461,1.9414l-1.0923,1.6753c-1.6221-1.0576-3.5078-1.6167-5.4539-1.6167-5.5139,0-10,4.486-10,10s4.4861,10,10,10c1.946,0,3.8318-.5591,5.4539-1.6167l1.0923,1.6753c-1.9475,1.27-4.2112,1.9414-6.5461,1.9414Z" }), children);
1572
- });
1573
- if (process.env.NODE_ENV !== "production") PortOutput.propTypes = require_iconPropTypes.iconPropTypes;
1574
- const PortUsage = /* @__PURE__ */ react.default.forwardRef(function PortUsage({ children, size = 16, ...rest }, ref) {
1575
- return react.default.createElement(require_Icon.Icon, {
1576
- width: size,
1577
- height: size,
1578
- ref,
1579
- xmlns: "http://www.w3.org/2000/svg",
1580
- viewBox: "0 0 32 32",
1581
- fill: "currentColor",
1582
- ...rest
1583
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1584
- strokeWidth: "0",
1585
- d: "m21,7h-2v-3.3999c0-.8999-.7002-1.6001-1.6001-1.6001H4v2h13v3h-2c-3.3,0-6,2.7002-6,6v6c0,3.2998,2.7,6,6,6h2v3H4v2h13.3999c.8999,0,1.6001-.7002,1.6001-1.6001v-3.3999h2c3.3,0,6-2.7002,6-6v-6c0-3.2998-2.7-6-6-6Zm4,12c0,2.2002-1.8,4-4,4h-6c-2.2,0-4-1.7998-4-4v-6c0-2.2002,1.8-4,4-4h6c2.2,0,4,1.7998,4,4v6Z"
1586
- }), children);
1587
- });
1588
- if (process.env.NODE_ENV !== "production") PortUsage.propTypes = require_iconPropTypes.iconPropTypes;
1589
- const Portfolio = /* @__PURE__ */ react.default.forwardRef(function Portfolio({ children, size = 16, ...rest }, ref) {
1590
- return react.default.createElement(require_Icon.Icon, {
1591
- width: size,
1592
- height: size,
1593
- ref,
1594
- xmlns: "http://www.w3.org/2000/svg",
1595
- viewBox: "0 0 32 32",
1596
- fill: "currentColor",
1597
- ...rest
1598
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,10H22V6a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2v4H4a2,2,0,0,0-2,2V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V12A2,2,0,0,0,28,10ZM12,6h8v4H12ZM4,26V12H28V26Z" }), children);
1599
- });
1600
- if (process.env.NODE_ENV !== "production") Portfolio.propTypes = require_iconPropTypes.iconPropTypes;
1601
- const Power = /* @__PURE__ */ react.default.forwardRef(function Power({ children, size = 16, ...rest }, ref) {
1602
- if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
1603
- width: size,
1604
- height: size,
1605
- ref,
1606
- xmlns: "http://www.w3.org/2000/svg",
1607
- viewBox: "0 0 16 16",
1608
- fill: "currentColor",
1609
- ...rest
1610
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11.2,2.9l-0.5,0.9c2.6,1.5,3.5,4.9,2,7.5s-4.9,3.5-7.5,2s-3.5-4.9-2-7.5c0.5-0.8,1.2-1.5,2-2L4.8,2.9 c-3.1,1.8-4.2,5.8-2.4,8.9s5.8,4.2,8.9,2.4s4.2-5.8,2.4-8.9C13.1,4.3,12.2,3.4,11.2,2.9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.5 1H8.5V8H7.5z" }), children);
1611
- return react.default.createElement(require_Icon.Icon, {
1612
- width: size,
1613
- height: size,
1614
- ref,
1615
- xmlns: "http://www.w3.org/2000/svg",
1616
- viewBox: "0 0 32 32",
1617
- fill: "currentColor",
1618
- ...rest
1619
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.5,5.74l-1,1.73a11,11,0,1,1-11,0l-1-1.73a13,13,0,1,0,13,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 2H17V16H15z" }), children);
1620
- });
1621
- if (process.env.NODE_ENV !== "production") Power.propTypes = require_iconPropTypes.iconPropTypes;
1622
- const PowerEnterprisePoolsMeteredCapacityIntegration = /* @__PURE__ */ react.default.forwardRef(function PowerEnterprisePoolsMeteredCapacityIntegration({ children, size = 16, ...rest }, ref) {
1623
- return react.default.createElement(require_Icon.Icon, {
1624
- width: size,
1625
- height: size,
1626
- ref,
1627
- xmlns: "http://www.w3.org/2000/svg",
1628
- viewBox: "0 0 32 32",
1629
- fill: "currentColor",
1630
- ...rest
1631
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16.0166,29.9937c-7.7085,0-13.9863-6.2646-13.9995-13.9761-.0068-3.7358,1.4443-7.2534,4.0854-9.9043l1.417,1.4121c-2.2642,2.272-3.5083,5.2866-3.5024,8.4888.0054,3.2056,1.2588,6.2168,3.5293,8.4795,2.2651,2.2573,5.2725,3.5,8.4702,3.5h.021c1.3477-.0024,2.6533-.2212,3.8799-.6514l.6611,1.8877c-1.4385.5039-2.9653.7612-4.5381.7637h-.0239Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,16h2v4h2c1.1046,0,2,.8954,2,2v3h-2v-3h-2v3h-2v-3h-2v3h-2v-3c0-1.1046.8954-2,2-2h2v-4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,26h0c.5523,0,1,.4477,1,1h0c0,.5523-.4477,1-1,1h0c-.5523,0-1-.4477-1-1h0c0-.5523.4477-1,1-1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,4h0c.5523,0,1,.4477,1,1h0c0,.5523-.4477,1-1,1h0c-.5523,0-1-.4477-1-1h0c0-.5523.4477-1,1-1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.9199,10.1064c-.4219-2.332-2.4678-4.1064-4.9199-4.1064s-4.498,1.7744-4.9199,4.1064c-1.7637.417-3.0801,2.0049-3.0801,3.8936,0,2.2061,1.7939,4,4,4h1v-2h-1c-1.1025,0-2-.8975-2-2s.8975-2,2-2h1v-1c0-1.6543,1.3457-3,3-3s3,1.3457,3,3v1h1c1.1025,0,2,.8975,2,2s-.8975,2-2,2h-1v2h1c2.2061,0,4-1.7939,4-4,0-1.8887-1.3164-3.4766-3.0801-3.8936Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.8999,25.8885l-1.4141-1.4141c2.2681-2.2681,3.5171-5.2808,3.5171-8.4829,0-6.6167-5.3833-12-12-12-1.3491,0-2.6548.2168-3.8809.644l-.6582-1.8887c1.4385-.501,2.9653-.7554,4.5391-.7554,7.7197,0,14,6.2803,14,14,0,3.7363-1.457,7.251-4.103,9.897Z" }), children);
1632
- });
1633
- if (process.env.NODE_ENV !== "production") PowerEnterprisePoolsMeteredCapacityIntegration.propTypes = require_iconPropTypes.iconPropTypes;
1634
- const PowerVirtualServerDisasterRecoveryAutomation = /* @__PURE__ */ react.default.forwardRef(function PowerVirtualServerDisasterRecoveryAutomation({ children, size = 16, ...rest }, ref) {
1635
- return react.default.createElement(require_Icon.Icon, {
1636
- width: size,
1637
- height: size,
1638
- ref,
1639
- xmlns: "http://www.w3.org/2000/svg",
1640
- viewBox: "0 0 32 32",
1641
- fill: "currentColor",
1642
- ...rest
1643
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,16h0c0,.3369.024.6749.0714,1.006l-1.9795.2832c-.061-.4238-.0919-.858-.0919-1.2892,0-4.9629,4.0376-9,9-9,2.0435,0,4.0444.7041,5.6348,1.9814l-1.2529,1.5596c-1.2544-1.0083-2.7696-1.541-4.3819-1.541-3.8599,0-6.9999,3.1401-6.9999,7.0001h-.0001ZM8,20c0,.5522.4478,1,1,1s1-.4478,1-1-.4478-1-1-1-1,.4478-1,1ZM16,4c6.6166,0,12,5.3833,12,12h2c0-7.7197-6.2803-14-14-14-1.6431,0-3.2529.2822-4.7846.8389l.6836,1.8799c1.3115-.4771,2.6913-.7188,4.101-.7188ZM22,12c0,.5522.4478,1,1,1s1-.4478,1-1-.4478-1-1-1-1,.4478-1,1ZM9,6c.5522,0,1-.4478,1-1s-.4478-1-1-1-1,.4478-1,1,.4478,1,1,1ZM4,16h0c0-3.2051,1.2481-6.2188,3.5147-8.4854l-1.4141-1.4141c-2.6445,2.6445-4.1006,6.1603-4.1006,9.8995,0,7.7197,6.2803,14,14,14v-2c-6.6166,0-12-5.3832-12-12ZM28.5,25.5c0,1.6543-1.3457,3-3,3s-3-1.3457-3-3c0-.4617.1135-.8942.3006-1.2853l-5.5153-5.5153c-.3911.1871-.8236.3006-1.2853.3006-1.6543,0-3-1.3457-3-3s1.3457-3,3-3,3,1.3457,3,3c0,.4617-.1135.8942-.3006,1.2853l5.5153,5.5153c.3911-.1871.8236-.3006,1.2853-.3006,1.6543,0,3,1.3456,3,2.9999h0ZM16,17c.5513,0,1-.4487,1-1s-.4487-1-1-1-1,.4487-1,1,.4487,1,1,1ZM26.5,25.5c0-.5518-.4482-1-1-1s-1,.4482-1,1,.4482,1,1,1,1-.4482,1-1Z" }), children);
1644
- });
1645
- if (process.env.NODE_ENV !== "production") PowerVirtualServerDisasterRecoveryAutomation.propTypes = require_iconPropTypes.iconPropTypes;
1646
- const Ppt = /* @__PURE__ */ react.default.forwardRef(function Ppt({ children, size = 16, ...rest }, ref) {
1647
- return react.default.createElement(require_Icon.Icon, {
1648
- width: size,
1649
- height: size,
1650
- ref,
1651
- xmlns: "http://www.w3.org/2000/svg",
1652
- viewBox: "0 0 32 32",
1653
- fill: "currentColor",
1654
- ...rest
1655
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 11 25 11 25 23 27 23 27 11 30 11 30 9 22 9 22 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,23H12V9h6a2.002,2.002,0,0,1,2,2v5a2.002,2.002,0,0,1-2,2H14Zm0-7h4V10.9985H14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,23H2V9H8a2.002,2.002,0,0,1,2,2v5a2.002,2.002,0,0,1-2,2H4Zm0-7H8V10.9985H4Z" }), children);
1656
- });
1657
- if (process.env.NODE_ENV !== "production") Ppt.propTypes = require_iconPropTypes.iconPropTypes;
1658
- const PreProdEnvironment = /* @__PURE__ */ react.default.forwardRef(function PreProdEnvironment({ children, size = 16, ...rest }, ref) {
1659
- return react.default.createElement(require_Icon.Icon, {
1660
- width: size,
1661
- height: size,
1662
- ref,
1663
- xmlns: "http://www.w3.org/2000/svg",
1664
- viewBox: "0 0 32 32",
1665
- fill: "currentColor",
1666
- ...rest
1667
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.0001,14.0001v4h-2v-4s2,0,2,0ZM30.0001,14.0001v4h-2v-4s2,0,2,0ZM4.0001,20.0001v4h-2v-4h2ZM6.0001,28.0001v2h-2c-1.1001,0-2-.9-2-2v-2h2v2h2ZM12.0001,28.0001v2h-4v-2h4ZM28,2H4c-1.1001,0-2,.9-2,2v8h2v-2h24v2h2V4c0-1.1-.8999-2-2-2ZM25.5802,22.4099l1.42-1.41,4,4-4,4-1.41-1.42,2.58-2.58-2.59-2.59ZM19.4202,27.5899l-1.42,1.41-4-4,4-4,1.41,1.42-2.58,2.58,2.59,2.59ZM24.9152,20.5769l-1.915-.577-2.915,9.423,1.915.577,2.915-9.423Z" }), children);
1668
- });
1669
- if (process.env.NODE_ENV !== "production") PreProdEnvironment.propTypes = require_iconPropTypes.iconPropTypes;
1670
- const PresentationFile = /* @__PURE__ */ react.default.forwardRef(function PresentationFile({ children, size = 16, ...rest }, ref) {
1671
- return react.default.createElement(require_Icon.Icon, {
1672
- width: size,
1673
- height: size,
1674
- ref,
1675
- xmlns: "http://www.w3.org/2000/svg",
1676
- viewBox: "0 0 32 32",
1677
- fill: "currentColor",
1678
- ...rest
1679
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 10H17V18H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 14H22V18H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 12H12V18H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,4H17V2H15V4H7A2,2,0,0,0,5,6V20a2,2,0,0,0,2,2h8v6H11v2H21V28H17V22h8a2,2,0,0,0,2-2V6A2,2,0,0,0,25,4Zm0,16H7V6H25Z" }), children);
1680
- });
1681
- if (process.env.NODE_ENV !== "production") PresentationFile.propTypes = require_iconPropTypes.iconPropTypes;
1682
- const Pressure = /* @__PURE__ */ react.default.forwardRef(function Pressure({ children, size = 16, ...rest }, ref) {
1683
- return react.default.createElement(require_Icon.Icon, {
1684
- width: size,
1685
- height: size,
1686
- ref,
1687
- xmlns: "http://www.w3.org/2000/svg",
1688
- viewBox: "0 0 32 32",
1689
- fill: "currentColor",
1690
- ...rest
1691
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17.5053,16l8.1591-7.2529A1,1,0,0,0,25,7H22V2H20V9h2.37L16,14.6621,9.63,9H12V2H10V7H7a1,1,0,0,0-.6646,1.7471L14.4945,16,6.3353,23.2529A1,1,0,0,0,7,25h3v5h2V23H9.63L16,17.3379,22.37,23H20v7h2V25h3a1,1,0,0,0,.6645-1.7471Z" }), children);
1692
- });
1693
- if (process.env.NODE_ENV !== "production") Pressure.propTypes = require_iconPropTypes.iconPropTypes;
1694
- const PressureFilled = /* @__PURE__ */ react.default.forwardRef(function PressureFilled({ children, size = 16, ...rest }, ref) {
1695
- return react.default.createElement(require_Icon.Icon, {
1696
- width: size,
1697
- height: size,
1698
- ref,
1699
- xmlns: "http://www.w3.org/2000/svg",
1700
- viewBox: "0 0 32 32",
1701
- fill: "currentColor",
1702
- ...rest
1703
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,30H10V25H6l10-9,10,9H22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,16,6,7h4V2H22V7h4Z" }), children);
1704
- });
1705
- if (process.env.NODE_ENV !== "production") PressureFilled.propTypes = require_iconPropTypes.iconPropTypes;
1706
- const PreviousFilled = /* @__PURE__ */ react.default.forwardRef(function PreviousFilled({ children, size = 16, ...rest }, ref) {
1707
- return react.default.createElement(require_Icon.Icon, {
1708
- width: size,
1709
- height: size,
1710
- ref,
1711
- xmlns: "http://www.w3.org/2000/svg",
1712
- viewBox: "0 0 32 32",
1713
- fill: "currentColor",
1714
- ...rest
1715
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm8,15H11.85l5.58,5.5728L16,24,8,16l8-8,1.43,1.3926L11.85,15H24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1716
- fill: "none",
1717
- d: "M16 8 17.43 9.393 11.85 15 24 15 24 17 11.85 17 17.43 22.573 16 24 8 16 16 8z",
1718
- "data-icon-path": "inner-path"
1719
- }), children);
1720
- });
1721
- if (process.env.NODE_ENV !== "production") PreviousFilled.propTypes = require_iconPropTypes.iconPropTypes;
1722
- const PreviousOutline = /* @__PURE__ */ react.default.forwardRef(function PreviousOutline({ children, size = 16, ...rest }, ref) {
1723
- return react.default.createElement(require_Icon.Icon, {
1724
- width: size,
1725
- height: size,
1726
- ref,
1727
- xmlns: "http://www.w3.org/2000/svg",
1728
- viewBox: "0 0 32 32",
1729
- fill: "currentColor",
1730
- ...rest
1731
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 8 17.43 9.393 11.85 15 24 15 24 17 11.85 17 17.43 22.573 16 24 8 16 16 8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z" }), children);
1732
- });
1733
- if (process.env.NODE_ENV !== "production") PreviousOutline.propTypes = require_iconPropTypes.iconPropTypes;
1765
+ exports.OpenPanelTop = OpenPanelTop;
1766
+ exports.OperationsField = OperationsField;
1767
+ exports.OperationsRecord = OperationsRecord;
1768
+ exports.Orchestrate = Orchestrate;
1769
+ exports.OrderDetails = OrderDetails;
1770
+ exports.OrderServer = OrderServer;
1771
+ exports.OrderStorm = OrderStorm;
1772
+ exports.OrderStratus = OrderStratus;
1773
+ exports.Ordinal = Ordinal;
1774
+ exports.Outage = Outage;
1775
+ exports.OutlookSevere = OutlookSevere;
1776
+ exports.OverflowMenuHorizontal = OverflowMenuHorizontal;
1777
+ exports.OverflowMenuVertical = OverflowMenuVertical;
1778
+ exports.Overlay = Overlay;
1779
+ exports.Package = Package;
1780
+ exports.PackageNode = PackageNode;
1781
+ exports.PackageTextAnalysis = PackageTextAnalysis;
1782
+ exports.PageBreak = PageBreak;
1783
+ exports.PageFirst = PageFirst;
1784
+ exports.PageLast = PageLast;
1785
+ exports.PageNumber = PageNumber;
1734
1786
  exports.PaintBrush = PaintBrush;
1735
1787
  exports.PaintBrushAlt = PaintBrushAlt;
1736
1788
  exports.PalmTree = PalmTree;
@@ -1751,6 +1803,7 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1751
1803
  exports.PartlyCloudy = PartlyCloudy;
1752
1804
  exports.PartlyCloudyNight = PartlyCloudyNight;
1753
1805
  exports.Partnership = Partnership;
1806
+ exports.PartyPopper = PartyPopper;
1754
1807
  exports.PassengerDrinks = PassengerDrinks;
1755
1808
  exports.PassengerPlus = PassengerPlus;
1756
1809
  exports.Password = Password;
@@ -1828,34 +1881,12 @@ var require_bucket_14 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1828
1881
  exports.PlayOutlineFilled = PlayOutlineFilled;
1829
1882
  exports.Playlist = Playlist;
1830
1883
  exports.Pli = Pli;
1831
- exports.Plug = Plug;
1832
- exports.PlugFilled = PlugFilled;
1833
- exports.Png = Png;
1834
- exports.Point = Point;
1835
- exports.PointOfPresence = PointOfPresence;
1836
- exports.Police = Police;
1837
- exports.Policy = Policy;
1838
- exports.PopIn = PopIn;
1839
- exports.Popup = Popup;
1840
- exports.PortDefinition = PortDefinition;
1841
- exports.PortInput = PortInput;
1842
- exports.PortOutput = PortOutput;
1843
- exports.PortUsage = PortUsage;
1844
- exports.Portfolio = Portfolio;
1845
- exports.Power = Power;
1846
- exports.PowerEnterprisePoolsMeteredCapacityIntegration = PowerEnterprisePoolsMeteredCapacityIntegration;
1847
- exports.PowerVirtualServerDisasterRecoveryAutomation = PowerVirtualServerDisasterRecoveryAutomation;
1848
- exports.Ppt = Ppt;
1849
- exports.PreProdEnvironment = PreProdEnvironment;
1850
- exports.PresentationFile = PresentationFile;
1851
- exports.Pressure = Pressure;
1852
- exports.PressureFilled = PressureFilled;
1853
- exports.PreviousFilled = PreviousFilled;
1854
- exports.PreviousOutline = PreviousOutline;
1884
+ exports.QOperation = QOperation;
1885
+ exports.QOperationGauge = QOperationGauge;
1886
+ exports.QOperationIf = QOperationIf;
1855
1887
  exports.WatsonHealthPageScroll = WatsonHealthPageScroll;
1856
1888
  exports.WatsonHealthPetImageB = WatsonHealthPetImageB;
1857
1889
  exports.WatsonHealthPetImageO = WatsonHealthPetImageO;
1858
- exports.WatsonHealthPointerText = WatsonHealthPointerText;
1859
1890
  }));
1860
1891
  //#endregion
1861
1892
  Object.defineProperty(exports, "default", {